/* 1:   Pre-loader -  Need more customizations?  
/* ---------------------------------------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
}

.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 10px;
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
    pointer-events: none;
}



/* 2:   Default styles
/* ---------------------------------------------- */

html,
body {
    position: absolute;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Bellota Text', cursive;
    font-weight: 300;
    color: #999;
    /* Can be changed via colors.css */
    background-color: #fff;
}


h1 {
    margin: 0 0 20px 0;
    text-transform: none;
    color: #03051c;
    /* Primary color, can be changed via colors.css */
    font-family: 'Chonburi';
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
}


h2
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    text-transform: none;
    color: #03051c;
    /* Primary color, can be changed via colors.css */
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
}

p,
ul,
li {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

p ul li {
    text-align: left;
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #cd5851;
    /* Primary color, can be changed via colors.css */
}

#mimusica,
#portafolio,
#counter {
    background-attachment: fixed;
}

.light {
    font-weight: 100;
}

.white {
    color: #fff;
}

.gray {
    color: #969696;
}

.black {
    color: #2b2b2b;
}

.buffer-twenty {
    margin: 20px 0;
}

.buffer-twenty-top {
    margin-top: 20px;
}

.buffer-twenty-bottom {
    margin-bottom: 20px;
}

.buffer-forty {
    margin: 40px 0;
}

.buffer-forty-top {
    margin-top: 40px;
}

.no-bottom-pad {
    padding-bottom: 0 !important;
}

.no-top-pad {
    padding-top: 0 !important;
}

.highlight {
    font-weight: 700;
    color: #f9b253;
    /* Primary color, can be changed via colors.css */
    text-shadow: -1px 0 black, 0 3px black, 2px 0 black, 0 -1px black;
}

.list-ord {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
}

.no-bg {
    background: none !important;
}

.titulos {
    font-size: 35px;
    color: #f9b253;
    font-family: 'Chonburi';
    text-shadow: -1px 0px black, 2px 2px black, 1px 0px black, 1px 1px black;
}

.br {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 100%;
    margin: 0 auto;
    border: 6px solid #f9b253;
}

.flechaytext {
    position: absolute;
    top: 42%;
    left: 16px;
    width: 50%;
    height: 52%;
    z-index: 20;
}

.flecha {
    position: absolute;
    top: 30%;
    left: 10px;
    height: 70%;
}

.flechaytext p {
    position: absolute;
    top: 100%;
    line-height: 16px;
    font-size: 15px;
}

.flecha img {
    position: absolute;
    top: 21%;
    left: 10px;
    height: 82%;
}

/* ------hover images --------------*/

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    visibility: visible;
    background: #cd585100;
    opacity: 50%;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}



.hovereffect:hover img {

    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}


.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 0px 0 0 0;
    background-color: transparent;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect a.info,
.hovereffect div.texto-hover {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}

.hovereffect:hover a.info,
.hovereffect:hover div.texto-hover {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.icon-links a {
    position: relative;
    top: 45%;
    bottom: 45%;
    padding: 100% 45%;
    width: 100%;
    height: 100%;
}

.icon-links a:hover {
    text-decoration: none;
    color: #cd5851;
    position: relative;
    top: 45%;
    bottom: 45%;
    padding: 100% 45%;
    width: 100%;
    height: 100%;
}

.icon-links a:focus {
    text-decoration: none;
    color: #ffffff;
}


.item-media {
    position: relative;
    overflow: hidden;
}

.item-media img {
    width: 100%;
}


.item-media span.label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 40px 24px 40px;
    background-color: #f9b253;
    font-size: 11px;
    letter-spacing: 1px;
    -webkit-transform: translate(0px, 110px) rotate(-90deg);
    transform: translate(40px, 6px) rotate(-45deg);
}

.item-media.with_icon {
    overflow: visible;
}




.item-media .post_icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    border-radius: 50%;
    background-color: #a675b1;
}

.item-media .post_icon i {
    color: #ffffff;
    line-height: 60px;
}

.media-links {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
}

.media-links div {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    z-index: 4;
}



.media-links:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(29, 28, 33, 0.5);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s linear;
}



.media-links.color-overlay:before {
    opacity: 1;
}

[class*="-item"]:hover .media-links.color-overlay:before {
    opacity: 0;
}

[class*="-item"]:hover .media-links:before {
    opacity: 1;
}

.media-links.no-overlay:before {
    display: none;
}

.media-links.inverse:before {
    opacity: 1;
}

[class*="-item"]:hover .media-links.inverse:before {
    opacity: 0;
}

.media-links a.abs-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
    opacity: 1;
}

[class*="-item"] .links-wrap a,
[class*="-item"] .links-wrap>span {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -100px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    display: inline-block;
    z-index: 5;
    font-size: 16px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}



[class*="-item"] .links-wrap a.p-view {
    color: #ffffff;
}

[class*="-item"] .links-wrap a.p-view:hover {
    color: #40d8dd;
}

[class*="-item"] .links-wrap a.p-link {
    color: #1d1c21;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

[class*="-item"] .links-wrap a.p-link:hover {
    color: #a675b1;
}

[class*="-item"] .links-wrap a:before {
    font-family: 'FontAwesome';
    content: "\f002";
}

[class*="-item"] .links-wrap a.p-link:before {
    content: "\f067";
    font-size: 14px;
}

[class*="-item"] .links-wrap>span {
    font-size: 24px;
}

/* item icons */
.item-icons {
    display: table;
    width: 100%;
    border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.item-icons i {
    font-size: 14px;
}

.item-icons>div {
    padding: 24px 50px 24px;
    display: table-cell;
    width: 400px;
    white-space: nowrap;
}



.item-icons>div.text-right {
    padding-left: 0;
}

.item-icons [data-id] {
    display: none;
}

.media-links .bottom-links {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    top: auto;
}

.media-links .bottom-links a {
    padding: 1px 11px;
    background-color: #1d1c21;
    display: inline-block;
    margin: 0 2px;
}

.media-links .bottom-links a:hover {
    background-color: #40d8dd;
}



[class*="-item"]:hover .links-wrap a,
[class*="-item"]:hover .links-wrap>span,
.opened-media .links-wrap a,
.opened-media .links-wrap>span {
    top: 0px;
    filter: alpha(opacity=100);
    opacity: 1;
}

[class*="-item"]:hover .media-links div,
.opened-media .media-links div {
    filter: alpha(opacity=100);
    opacity: 1;
}



/*slide media*/
.slide-media .item-media-wrap {
    position: relative;
}

.slide-media .item-media-wrap>img {
    opacity: 0;
    max-width: 65%;
    min-width: 250px;
}

.slide-media .item-media {
    position: absolute;
    width: 65%;
    min-width: 250px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
    border: 3px solid #ffffff;
}

.slide-media .item-media.back-media {
    position: absolute;
    left: auto;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    border: 0;
}

.slide-media:hover .item-media,
.slide-media.opened-media .item-media {
    left: 0;
    transform: translateX(0);
}

.slide-media:hover .item-media.back-media,
.slide-media.opened-media .item-media.back-media {
    right: 0;
    left: auto;
    transform: translate(0, -50%);
}



.embed-responsive {
    height: auto !important;

}



/* The overlay */
.overlay {
    position: fixed;
    display: block;
    background: #792231;
    /* Primary color, can be changed via colors.css */
    top: 0;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    font-size: 30px;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 15%;
    height: calc(100% / 10);
    min-height: 40px;
    position: relative;
    opacity: 0;
}


.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.2rem;
    font-family: 'Chonburi';
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 50%;
}

/* Link underline on hover */
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .15s;
    transition: .15s;
}


/* 3:   Common section styles
/* ---------------------------------------------- */

.content-section {
    padding: 50px 0;
}

.content-section.alt-bg {
    background-color: #222;
}

.content-section.alt-bg-light {
    background-color: #cd5851;
}

.caption {
    font-weight: 100;
    font-size: 22px;
    font-family: 'Chonburi';
    text-align: center;
}

.text-center {
    text-align: center;
}

.align-middle {
    margin: 0 auto;
}

.sans-border {
    border-radius: 0;
}

.sans-shadow {
    box-shadow: none;
}

blockquote {
    display: block;
    font-size: 22px;
    position: relative;
    padding-left: 90px;
    color: #153247;
    border-color: #153247;
}

blockquote:before {
    content: "\f10d";
    font-size: 55px;
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}

blockquote span:before {
    content: '--';
    padding: 0 10px 0 0;
}

blockquote span {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    color: #999;
}

/* 4:   Navigation
/* ---------------------------------------------- */



.navbar-custom {
    margin-bottom: 0;
    position: fixed;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    background-color: #cd585100;
}

.navbar-custom.top-nav-collapse {
    background: #792231;
    /* Primary color, can be changed via colors.css */
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.navbar-custom .navbar-brand span.brand-logo {
    display: inline-block;
    padding: 14px 0;
    margin: 0 16px;
    width: 200px;
}


.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 2px 6px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #cd5851;
    /* Primary color, can be changed via colors.css */
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


/* Custom overlay navigation
/* ---------------------------------------------- */
.button_container {
    position: relative;
    margin-top: 14px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

/* Animate the top hamburger bar */
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #FFF;
}

/* Set the middle hamburger bar's opacity to 0  */
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

/* Animate the bottom hamburger bar */
.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #fff;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}




/* 5:   PAGE SECTIONS
/* ---------------------------------------------- */

/*      5.1: Hero unit (Main slider)
/* ---------------------------------------------- */

header#principal{
    background: url(../images/cover-vertical.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top center !important;
    background-color: #ffffff;
    height: 100%;
}

header .logo{
    position: relative;
    padding-top: 5rem;
    display: block;
    width: 210px;
    margin: 0 auto;
}


.intro-carousel {
    width: 100%;
    /*height: 100%;*/
    color: #fff;
    background: #222;
}

.carousel-caption {
    position: absolute;
    text-shadow: none;
    top: 24%;
    left: 0;
    padding: 0 10%;
    /* height: 73px; */
    bottom: 0;
}

.carousel-caption h1 {
    padding: 0;
    margin: 4rem 0 0 0;
    color: #000;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.carousel-inner .name {
    position: relative;
    top: -93%;
    font-family: 'Sacramento', cursive;
    font-size: 53px;
    padding: 20px;
    /* margin: 0; */
    color: #fff;
    text-align: center;
}

.carousel-inner .logo {
    position: relative;
    top: -93%;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.carousel-caption .intro-text {
    padding: 0;
}

.carousel-caption .btn {
    margin: 0;
}

.carousel-control {
    top: 50%;
    width: 4%;
    height: 7%;
    margin: 0;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    z-index: 100;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: rgba(254, 82, 76, 0.9);
    /* Primary color, can be changed via colors.css */
}

#parallax-slide {
    background: url(../images/cover-vertical.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: 100% 100% !important;
    background-color: #ffffff;
    /* background-size: 100%; */
    background-size: cover;
}

#parallax-slide-disco {
    background: url(../images/process_bg-vertical.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: 100% 100% !important;
    /* background-color: #e0bb39; */

}

.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: #000;  Set to black, can be changed via colors.css */
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 1;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

.audio {
    position: absolute;
    bottom: 2%;
    z-index: 999999;
}


audio {
    width: 100%;
    padding: 0;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    height: 30px;
}

/* Full Slider HTML Template via www.startbootstrap.com
/* ---------------------------------------------- */

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;

}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Hero unit background video
/* ---------------------------------------------- */


.video-section {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/youtube-video-cover.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.video-section .bgndVideo {
    width: 100%;
    height: 100%;
}


.video-section .buttonBar {
    display: none;
}

.player {
    font-size: 1px;
}

.video-controls,
.html5-video-controls {
    display: none;
    font-size: 16px;
    position: absolute;
    bottom: 8%;
    right: 5%;
    z-index: 99;
    opacity: .4;
}

.video-controls-visible {
    display: inline;
}

.video-controls .fa,
.html5-video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}

/* HTML 5 video
/* ---------------------------------------------- */
video#html5-video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

/* fix for IE8 refer to conditional comment in the <head> of the page*/
video {
    display: block;
}


/*      5.2: About section
/* ---------------------------------------------- */

.about h2,
.about h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

#about p,
#support p,
#support ul li {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: white;
}

#support ul li {
    margin-bottom: 5px;
    margin-left: -22px;
}


#about h4 {
    font-size: 20px;

}



/*      5.3: Services section ("What we do")
/* ---------------------------------------------- */

.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff #cd5851 #cd5851;
    /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}


.services-item {
    background: #f9f9f9;
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.services-item h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.services-item p {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.services-item i {
    color: #cd5851;
    /* Primary color, can be changed via colors.css */
    padding: 0;
    margin: 0 0 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.services-item:hover {
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}


.services-item:hover h4 {
    color: #fff;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services-item:hover p {
    color: #fff;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.services-item:hover i {
    color: #fff;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.services-item:hover:before {
    border-color: #fff #fff #a5a5a5 #a5a5a5;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}


/*       5.4: mimusica section ("Why choose us")
/* ---------------------------------------------- */
/* item meta */
/* item media links */



.mimusica {
    width: 100%;
    height: auto; 
    background: url(../images/process_bg-vertical.jpg) no-repeat top center;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #d7d7d7;
}



.mimusica-container p {
    color: #fff;
}

.mimusica-container span.icon {
    display: inline-block;
    padding: 18px;
    margin: 0 0 22px 0;
    min-width: 80px;
    color: #fff;
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
    text-align: center;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}


.product-item {
    padding: 10px 0;
}

.product-item h3 {
    margin: 0;
    padding: 0 10px;
    font-size: 20px;
}

.product-item p {
    font-size: 16px;
    padding: 0 10px;
}

.cover {
    width: 100%;
    height: 100%;
    float: left;
}

.cover img {
    width: 100%;
    height: 100%;
    float: left;
}

.card {
    border: 0;
    display: block;
}

.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-title {
    font-size: 30px;
    margin: 20px 0 10px 0;
}

.portada h3{
    color:#000000
}
.card-body h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 10px 0;
}

.card-body p {
    text-align: left;
    font-size: 14px;
    color:#000;
    font-weight: 400;
}

.card-footer:last-child {
    font-size: 14px;
    float: left;
    width: 100%;
}


button.close {
    font-size: 30px
}

.modal-body {
    padding: 20px;
}

/*      5.5: Cita
/* ---------------------------------------------- */
#cita {
    background-color: #792231;
}

/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    height: 60vh;
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 620px;
    margin: 40px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: 'Chonburi';
    position: relative;
    /* for pseudos */
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius: 20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote h1:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #792231;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}



/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 15px;
    padding-top: 0;
    z-index: 1;
    margin-left: 100px;
    padding-left: 12px;
}


.blockquote h4:first-letter {
    margin-left: -12px;
}


/*       5.6: Dosier
/* ---------------------------------------------- */

#dosier {
    padding: 50px 0;
    background: url(../images/fondo-dosier.jpg) no-repeat top left -180px;
    background-size: cover;
}


#dosier .blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1;
    margin: 0;
    border: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
}


#dosier .blockquote h1:after {
    content: "";
    position: absolute;
    border: 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}


#dosier .blockquote h1:before {
    display: none;
}

/*       5.6: Portfolio section
/* ---------------------------------------------- */



.portafolio {
    width: 100%;
    background: #222;
    background: url(../images/portfolio_bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.container.gallery-container {
    /* background-color: #fff; */
    color: #35373a;
    min-height: 100vh;
    /* padding: 30px 50px; */
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

/*.gallery-container a img:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}*/


.image-gallery {
    margin: 50px auto
}



/* Overlay and hover effect
/* ---------------------------------------------- */
.recent-project::before {
    content: "";
    background: rgba(59, 59, 59, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.recent-project:hover::before {
    opacity: 1;
}

.project-info h3,
ul.project-meta,
.full-project {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

.project-info h3,
ul.project-meta {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.full-project {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.recent-project:hover .project-info h3,
.recent-project:hover ul.project-meta,
.recent-project:hover .full-project {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



/* Carousel navigation
/* ---------------------------------------------- */

.project-navigation .btn-next,
.project-navigation .btn-prev {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 40%;
    margin-top: -40px;
    background: rgba(59, 59, 59, 0.9);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    z-index: 997;
    cursor: pointer;
}

.project-navigation .btn-prev {
    left: 0;
}

.project-navigation .btn-next {
    right: 0;
}

.project-navigation a:hover {
    width: 60px;
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
}

.project-container:hover .project-navigation .btn-prev,
.project-container:hover .project-navigation .btn-next {
    opacity: 1;
}


.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #ffffff;
    border-radius: 30px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f9b253;
}


/*       5.8: Contact section
/* ---------------------------------------------- */

.contact-form,
.contact-address {
    padding-top: 10px;
}


.contact-form .form-group {
    padding: 5px 0;
    min-height: 100%;
}

.contact-form .form-group label {
    font-weight: 600;
}

.contact-form .form-group button {
    display: inline-block;
    min-height: 100%;
    /* background-color: #f9b253; */
}

.contact-form .form-group button:hover,
.contact-form .form-group button:focus,
.contact-form .form-group button:hover,
.contact-form .form-group button:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background: #cd5851;
    opacity: 100%
}

.contact-form .form-group button {
    display: inline-block;
    min-height: 100%;
    /* background-color: #f9b253; */
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select,
.contact-form .form-group textarea {
    background-color: #e5e5e5;
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
    color: #969696;
}

.contact-form .form-group textarea {
    padding-top: 10px;
}


.contact-form .form-group .btn-default {
    min-width: 100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="text"],
.contact-form .form-group select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;

    margin-bottom: 0px;
    padding: 0 10px;


}

.contact-address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-address ul li {
    font-size: 16px;
}

.contact-address ul li span {
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.contact-form label.error,
.contact-form label.error.valid {
    color: #f00;
    padding-top: 10px;
}

.contact-form label.error.valid {
    color: #018804;
}

.form-alerts .alert {
    border-radius: 0;
    border: 0;
}


#contact h3 {
    font-size: 24px;
}



/* Google Map
/* ---------------------------------------------- */
#google-container {
    position: relative;
    min-width: 100%;
    min-height: 400px;
    background-color: #e7eaf0;
}

#cd-google-map {
    position: relative;
    padding: 20px 0;
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(254, 82, 76, 0.9);
    /* Primary color, can be changed via colors.css */
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}


.icon-redes {
    height: 40px;
    padding: 0px 43px;
    display: flex;
    justify-content: space-around;
}

.icon-redes-disco {
    height: 40px;
    padding: 0;
}


.icon-redes div,
.icon-redes-disco div {
    padding: 10px;
    float: left;
    width: auto;
}

.icon-redes a,
.icon-redes-disco a {
    color: #cd5851;
    padding: 0;
    float: left;
}

.icon-redes a:hover,
.icon-redes-disco a:hover {
    color: #cd5851;
    transform: scale(1.2)
}




/* 6:   Our achievements section
/* ---------------------------------------------- */

.counter-section {
    text-align: center;
    background: url(../images/counter_bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.counter-section strong {
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
}

span.count-description {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    padding-top: 10px;
}

.counter-wrap {
    padding: 50px 0;

}

.counter-section .alternate {
    background-color: rgba(254, 82, 76, .2);
}


/* 7.   Call to action section  (one or two columns)
/* ---------------------------------------------- */





/* 8.   Call to action section (two columns)
/* ---------------------------------------------- */

.cta-two-section {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
}

.cta-two-section h3 {
    font-size: 25px;
    line-height: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2px;
}

.cta-two-section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    margin: 0px;
    color: #fff;
}

.cta-two-section .btn {
    margin: 0;
}




/* 10.  Footer
/* ---------------------------------------------- */

footer {
    background: #792231;
    /* Dark color/Footer color, can be changed via colors.css */
    color: #fff;
    /* padding: 40px 0 0 0; */
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

footer h2 {
    display: inline-block;
    color: #fff;
}

footer h4 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
}

footer p {
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}

footer ul.blog-entries,
footer ul.twitter-entries {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

footer ul.blog-entries li,
footer ul.twitter-entries li {
    margin: 10px 0;
    line-height: 1.5;
}

footer ul.blog-entries li span,
footer ul.twitter-entries li span {
    display: block;
    color: #6d7579;
}

footer .copynote {
    width: 100%;
    display: block;
    padding: 2rem 0;
    background: #cd5851;
    /* Dark color/Footer color, can be changed via colors.css */
    font-size: 12px;
}

footer .segment {
    /* padding: 40px; */
}

footer .social a {
    display: inline-block;
    padding: 6px;
}

footer .link a {
    font-style: italic;
    text-decoration: underline;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #cd5851;
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
    font-size: 30px;
}

.scroll-top a:hover {
    border: 1px solid #fff;
    /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c;
    /* Hover color, can be changed via colors.css */
}




/* 11.  CSS3 Animations
/* ---------------------------------------------- */

/* Hero unit mouse animation */

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(7px)
    }
}

@keyframes rotateplane {
    0% {
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

    100% {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);
    }
}


/* Navigation link animation */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


/* 12:  Buttons
/* ---------------------------------------------- */

.btn {
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    color: #fff;
    border: 2px solid #f9b253;
    /* Primary color, can be changed via colors.css */
    background: #792231;
    /* Primary color, can be changed via colors.css */
    width: 100%;
    box-shadow: -1px 0px black, 2px 2px black, 1px 0px black, 1px 1px black;
    border-radius: 30px;
}


.btn-default:hover,
.btn-default:focus,
.btn-overcolor:hover,
.btn-overcolor:focus {
    border: 1px solid #fff;
    /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c;
    /* Hover color, can be changed via colors.css */
}


.btn-outlined {
    border: 1px solid rgba(9, 113, 178, 1);
    /* Secondary color, can be changed via colors.cs */
    color: #fff;
    background-color: rgba(9, 113, 178, 1);
    /* Secondary color, can be changed via colors.cs */
}


.btn-outlined:hover,
.btn-outlined:focus {
    border: 1px solid rgba(9, 113, 178, 1);
    /* Secondary color, can be changed via colors.cs */
    color: rgba(9, 113, 178, 1);
    /* Secondary color, can be changed via colors.cs */
    background: transparent;
}

.btn-overcolor {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    background: #cd5851;
    /* Primary color, can be changed via colors.css */
}


.btn-lg {
    margin: 15px 0;
}

.circle {
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.squared {
    padding: 10px;
    width: 60px;
    height: 60px;
}





/* -------------------------------------------------------------------------
   MEDIA QUERIES START
/* ------------------------------------------------------------------------ */

/* ------------- Small devices (landscape phones, 576px and up)---------- */
@media (min-width: 576px) {



    .overlay ul li {
        min-height: 19px;

    }


    .icon-redes {
        height: 40px;
        padding: 0px 133px;
    }

}

@media (min-width: 640px) {

    header#principal {
        background: url(../images/cover-horizontal.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        /* background-position: top left -122px !important; */
        background-color: #ffffff;
        height: 100%;
    }

    .carousel-inner .name {
        padding: 0;
        top: -90%;
        font-size: 53px;
        padding: 20px;
        /* margin: 0; */
        color: #fff;
        text-align: center;
    }

    .carousel-inner .logo {
        position: relative;
        top: -29rem;
        padding: 20px;
        text-align: center;
        margin: 0 auto;
        max-width: 300px;
    }

    .carousel-caption {
        top: 35%;
        left: 0;
        padding: 2rem 14rem;
        width: 100%;
        /* height: 30px; */
        bottom: 0;
        text-align: center;
    }

    .carousel-caption h1 {
        padding: 0;
        margin: 40px auto;
        /* color: #fff; */
        font-size: 20px;
        text-transform: uppercase;
    }

}


/* ---------------- Medium devices (tablets, 768px and up)---------------*/
@media (min-width: 768px) {


    header#principal {
        background-position: top left -122px !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    

    header .logo {
        position: relative;
        padding-top: 10rem;
        display: block;
        width: 330px;
        /* margin: 0 11.5rem ; */
    }


    .carousel-inner .logo {
        position: relative;
        top: -92rem;
        max-width: 400px;
    }

    .overlay ul li {
        min-height: 19px;
        font-size: 30px
    }

    .audio {
        position: absolute;
        bottom: 5%;
    }

    .portafolio {
        background-position: 20% 0;
    }

    .carousel-inner .name {
        position: relative;
        top: -91%;
        font-size: 62px;
        padding: 14px;
        /* margin: 0; */
        color: #fff;
        text-align: center;
    }


    .blockquote-wrapper {
        width: 100%;
        height: 40vh;

    }

    .flechaytext {
        left: 10px;
        width: 100%;
        height: 52%;
        top: 50%;
    }

    .flecha {
        position: absolute;
        top: 30%;
        left: 10px;
        height: 70%;
    }

    .flechaytext p {
        top: 96%;
        left: 10%;
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .about,
    .cta-two-section,
    .mimusica {
        text-align: center;
    }

    .carousel-caption {
        position: relative;
        top: -15rem;
        bottom: 0;
        margin: 0;
        right: 0;
        left: 0;
        padding: 14px;
    }

    .carousel-caption h1 {
        font-size: 34px;
        margin: 15rem 0 0 0;
        padding: 0 10rem;
    }

    .carousel-caption .intro-text {
        font-size: 20px;
        padding: 0;
    }

    .mouse {
        display: none;
    }

    .circle {
        padding: 0px;
        font-size: 18px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    .navbar-custom a {
        color: #cd5851;
        color: #fff;
    }

    .video-section {
        background: url(../images/youtube-video-cover.jpg) no-repeat bottom center scroll;
    }


    .button_container span,
    .button_container span {
        background: #fff !important;
    }

    .button_container.active span.top,
    .button_container.active span.bottom {
        background: #fff;
    }


    .cta-two-section .btn {
        margin: 20px 0 0 0;
    }

    .scroll-top {
        bottom: 4%;
        right: 3%;
    }

    .scroll-top a:link,
    .scroll-top a:visited {
        padding: 2px 6px;
        font-size: 25px;
    }


    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        /* background: #153247; */
        /* Primary color, can be changed via colors.css */
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    }

    .navbar-custom.top-nav-collapse .navbar-brand {
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container span {
        background: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container.active span.top,
    .navbar-custom.top-nav-collapse .button_container.active span.bottom {
        background: #fff;
    }



#dosier {
    padding: 50px 0;
    background: url(../images/fondo-dosier.jpg) no-repeat top left -180px;
    background-size: cover;
}

    

    footer p {
        text-align: left;
    }

    .icon-redes {
        height: 40px;
        padding: 0;
    }

    .mimusica {
        width: 100%;
        height: auto;
        background: url(../images/process_bg.jpg) no-repeat top center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-color: #d7d7d7;
    }

    audio {

        margin: 0 ;
        height: 30px;
    }

}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 992px) and (max-device-height : 700px) and (orientation : landscape) {

    header .logo {
        position: relative;
        padding-top: 17rem;
        display: block;
        width: 330px;
        margin: 0 auto;
        margin-left: 110px;
    }


}


/* Large devices (desktops, 992px and up)*/


@media (min-width: 992px) {


        header#principal {
        background-position: top center !important;

    }
    


    blockquote span {
        text-align: left;
    }

    .carousel-inner .name {
        top: -71%;
        font-size: 62px;
        padding: 14px;
        /* margin: 0; */
        color: #fff;
        text-align: center;
    }

    .carousel-caption {
        position: relative;
        top: 0;
        text-align: center;
        /* padding: 2rem 0rem; */
    }

    .carousel-inner .logo {
        position: relative;
        top: -60rem;
        max-width: 400px;
        margin: 0 0 0 9.3rem;
    }



    .audio {

        bottom: 5%;
    }

    #about p {
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }

    .slide-media .item-media {
        width: 62%;

    }

    .slide-media .item-media.back-media {
        top: 51%;

    }

    .flechaytext {
        left: 0px;

    }

    .card-body,
    .portada {
        width: 50%;
        padding: 0 0 0 30px;
        float: left;
    }

    .portada {
        padding: 0;
    }

    #dosier {
        padding: 100px 0;
        height: 100vh;
    }

    .carousel-caption h1 {
    font-size: 34px;
    margin: 0;
    padding: 0 10rem;
}

}



/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1024px) {
    #parallax-slide {
        background: url(../images/cover-horizontal.jpg) no-repeat;
        background-attachment: fixed;
        background-position: top !important;
        background-color: #ffffff;
        background-size: cover;
    }

    .carousel-inner .name {
        top: -73%;
        font-size: 62px;
        text-align: left;
        /* padding: 0 0 0 20%; */
        font-size: 70px;
    }



    .audio {
        bottom: 10%;
    }


    .slide-media .item-media.back-media {
        top: 49%;
    }

}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-height : 1366px) and (orientation : portrait) {

    #parallax-slide {
        background: url(../images/cover-horizontal.jpg) no-repeat;
        background-size: cover;
        background-color: #ffffff;
    }

    .carousel-inner .name {
        top: -89%;
        left: 10%;
        font-size: 75px;
    }


    .carousel-inner .logo {
        position: relative;
        top: -100rem;
        max-width: 400px;
        margin: 0 0 0 9.3rem;
    }



    .audio {
        bottom: 6%;
        left: 10%;
    }



}




/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .slide-media .item-media.back-media {
        top: 51%;
    }

    .carousel-inner .logo {
        position: relative;
        top: -55rem;
        max-width: 400px;
        margin: 0 0 0 9.3rem;
    }
}



/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

}

@media(min-width:767px) {

    .btn {
        font-size: 20px;

    }

}



/* Selection and other generic styles
/* ---------------------------------------------- */
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: #cd5851;
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: #cd5851;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

