@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,500;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* 
azul: #283449;
marron: #ca9e67;
*/


body {
    font-family: 'Comfortaa', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

html {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
}

p {
    font-size: 15px;
    line-height: 30px;
}

a,
button,
a i {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
    color: #333;
    font-family: 'Comfortaa';
}

a.button-custom {
    display: inline-block; 
    color: #fff;
    border: 1px solid #fad02c;
    text-align: center;
    background: #fad02c;

    margin: 5px;
    font-family: 'Comfortaa',"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-family: 'Playfair Display', serif, sans-serif; */
    font-size: 14px;
    font-weight: 600;
    padding: 11px 32px;
    letter-spacing: 1px;
    border-radius: 0;
}

.button-custom-sec {
    color: #fad02c;
    border: 1px solid#fad02c;
    background: #fff;
}

@media(min-width:768px) {
    a.button-custom:hover{
        color: #fad02c;
        background-color: transparent;
    }
    .button-custom-sec:hover {
        border: 1px solid #fff;
    }
    div.presentation a:hover {
        color: #fad02c;
    }
    div.presentation a:hover i {
        color: #fad02c;
    }
}

@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

div.presentation {
    top: 200px;
    position: absolute;
    width: 100%;
    z-index: 1;

    -moz-animation: reveal-banner 2s 0.3s ease-in-out;
    -webkit-animation: reveal-banner 2s 0.3s ease-in-out;
    -o-animation: reveal-banner 2s 0.3s ease-in-out;
    -ms-animation: reveal-banner 2s 0.3s ease-in-out;
    animation: reveal-banner 2s 0.3s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

div.presentation div {
    padding: 45px;
    background: #ffffff99;
    width: auto;
    display: table;
    margin: auto;
    text-align: center;
    max-width: 800px;
}

div.presentation h1 {
    text-align: center;
    color: #333;
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 40px;

    font-style: normal;
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 7px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

div.presentation h1:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    top: 52px;
    background: #333;
    left: 50%;
    margin-left: -40px;
}

@media(max-width:991px) {
    div.presentation h1 {
        width: 500px;
        line-height: 45px;
    }
    div.presentation h1:after {
        bottom: -10px;
        top: auto;
    }
}

@media(max-width:767px) {
    div.presentation h1 {
        font-size: 28px;
        line-height: 48px;
        max-width: 300px;
        margin: 0 auto 22px;
        padding: 0;
    }
    div.presentation h1:after {
        bottom: -10px;
        top: auto;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif, sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
}

section {
    padding: 120px 0 30px;
}

section h2.section-heading {
    color: #fad02c;
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 35px;
    /* text-shadow: 1px 2px 0 #fad02c; */
    letter-spacing: 5px;
    position: relative;
}

section h2.section-heading:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    top: 60px;
    background: #fad02c;
    left: 50%;
    margin-left: -40px;
}

p.section-sub-heading {
    color: #111;
    margin: -30px 0 10px 0;
    float: left;
    width: 100%;
    letter-spacing: 1px;
}

p.section-sub-heading a {
    font-family: 'Playfair Display', serif, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 8px;
    display: block;
}

.section-sub-heading-bottom-section {
    margin-bottom: 30px;
}

.section-sub-heading-bottom-section span {
    display: block;
    margin-bottom: 10px;
}

/** section:header **/
header {
    height: 100%;
    width: 100%;
}

header .intro-text {
    padding-bottom: 300px;
    padding-top: 200px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

.header-logo-cont {
    padding-bottom: 60px;
    padding-top: 85px;
}

.header-logo {
    margin: auto;
}

.header-logo img {
    width: 75%;
}

.navbar-default {
    border-color: transparent;
    box-shadow: 1px 1px 9px #222;
    background: #fff;
}

.navbar-en li a {padding-left: 25px;}

.navbar-default .navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-default .navbar-brand img {
    max-height: 62px;
    width: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.light {
    font-weight: 400;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border:0;
    margin-top: 19px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fad02c;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li {
    padding: 0 12px;
}

.navbar-default .nav li a {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fad02c!important;
    padding-bottom: 0;
    text-transform: uppercase;
    padding: 12px 0 0 0;
    font-size: 13px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    outline: 0;
    color: #fad02c;
}

.navbar-default .nav li a:hover {
    outline: 0;
    color: #fad02c;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    border-radius: 0;
    color: #fad02c; 
}

.navbar a {background: none!important;}


@media (min-width:768px) {
    .navbar-default .nav li a:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fad02c;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
        margin-top: 5px;
        border-radius: 0;
    }

    .navbar-default .nav li a:hover:after,
    .navbar-default .navbar-nav > .active > a:after,
    .navbar-default .nav li a:focus-within {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    .navbar-default .nav li a.active:hover:after {
        opacity: 0;
    }
}


/** section:1 **/
#section1 {
    text-align: center;
}

#section1 a.button-custom {
    margin-top: 55px;
}

.bienvenidos {
    text-align: center;
    margin-bottom: 60px;
}

.bienvenidos h3 {
    color: #fad02c;
    font-size: 45px;
    letter-spacing: 12px;
    margin-bottom: 25px;
    margin-top: 0;
}

.bienvenidos p {
    max-width: 750px;
    margin: auto;
    color: #111;
    margin-bottom: 35px;
}

div.nosotros-cv-cont h2.section-heading {
    margin: 40px 0 50px;
}

div.nosotros-cv {
    text-align: center
}

div.nosotros-cv .img-cont {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 220px;
    margin: auto;
    margin-bottom: 20px;
}


div.nosotros-cv h4 {
    color: #fad02c;
    font-size: 15px;
    line-height: 20px;
}

div.nosotros-cv span {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

div.nosotros-cv p {
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
}

@media(max-width:767px) {
    div.nosotros-cv > div {
        margin-bottom: 35px;
    }
    div.nosotros-cv > div:last-child {
        margin-bottom: 0;
    }
    .bienvenidos p {
        margin-bottom: 0;
    }
}


/** section:2 **/
.services-cont h2 {
    position: relative;
    font-size: 23px;
    margin-top: 0;
    color: #111;
    text-align: center;
    line-height: 30px;
}

.services-cont h2:after {
    content: "";
    position: absolute;
    background: #fad02c;

    width: 10px;
    height: 10px;
    top: -45px;
    left: 50%;
    border-radius: 50%;
    margin-left: -5px;
}

.services-cont h2:first-child:after {
    display: none;
}

.services-cont p {
    margin-bottom: 80px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-cont p:last-child {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .services-cont p {
        margin-bottom: 50px;
    }
    .services-cont h2:after {
        top: -33px;
    }
}


/** section:contact **/
section#contact {
    padding-bottom: 0;
}

.contact-info  {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.contact-info div {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.contact-info div:last-child {
    margin-bottom: 0;
}

.contact-info h4 {
    width: 100%;
    color: #fad02c;
    float: left;
    margin-bottom: 15px;
}

.contact-info a,
.contact-info span {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}

.contact-info a.a-phone {
    font-family: 'Playfair Display', serif, sans-serif;
    font-size: 18px;
    display: block;
}

.contact-info a.a-phone i {
    vertical-align: bottom;
}

#contact a i,
#contact span i {
    margin-right: 7px;
}

#contact a i.fab.fa-whatsapp, 
#contact span i.fab.fa-whatsapp {
    margin: 0;
}

.contact-form-cont {
    padding: 50px 0 50px 0;
    background: #fff;
}

#contact > .container {
    padding-bottom: 0;
}

.contact-form-cont h3 {
    color: #fad02c;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.contact-form-cont p {
    color: #333;
    margin-bottom: 35px;
}

.contacto .cont{
    width:100%;
}

.contacto .cont input,
.contacto .cont textarea {
    background: transparent;
    color: #333;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #fad02c;
}

.contacto .cont input::placeholder,
.contacto .cont textarea::placeholder {
    color: #fad02c;
    font-size: 15px;
}

.contacto .cont input {
    font-size: 15px;
    font-weight: normal;
    height: 45px;
    letter-spacing: 1px;
    margin-bottom: 26px;
    padding: 0 2%;
    width: 100%;
}

#contact-form fieldset label {
    width:100%;
}

a.button {
    cursor: pointer;
    float: right; 
    margin: 8px 0;
}

.message textarea {
    border: medium none;
    font-size: 15px;
    font-weight: normal;
    height: 150px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 2%;
    border: none;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-family: 'Comfortaa', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: -21px;
    position: absolute;
}

.message span {
    margin-top:-10px!important;
}

.success {
    line-height: 22px;
}
    
.success strong {
    margin-top: -5px;
}

#contact-form .success {
    display: none;
    font-family: 'Comfortaa', sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
}
#contact-form .error,
#contact-form .empty {
    color:#777;
    display:none;
    overflow:hidden;
}

@media(min-width:769px) {
    .contact-info div {
        width: 50%;
        position: relative;
        margin-bottom: 0; 
        min-height: 185px;
    }
    .contact-info div.contact-info-desktop:before {
        content: "";
        background: #fad02c;
        position: absolute;
        width: 1px;
        height: 100%;
        border-radius: 0;
        left: 0;
        text-align: center;
    }
    .contact-info div:first-child:after {
        content: "";
        background: #fad02c;
        position: absolute;
        width: 1px;
        height: 100%;
        border-radius: 0;
        right: 0;
        text-align: center;
    }
    .section-sub-heading-bottom-section {
        margin-bottom: 50px;
    }
}

/** section:footer **/
footer {
    border-top: 1px solid #efefef;
    padding: 20px 0;
    text-align: center;
    background: transparent;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Comfortaa', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Comfortaa', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
    /* display: inline-block; */
    display: none;
}

.footer-cont {
    display: inline;
}

footer .year {
    font-size: 11px;
    text-align: left;
    margin-top: 0;
    float: left;
    padding-left: 0;
    font-weight: 600;
}

footer .year span {
    text-transform: uppercase;
}

footer .inn {
    font-family: "Montserrat";
    cursor: pointer;
    float: right;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 400;
    float: right;
    padding-right: 0;
    text-transform: uppercase;
}

footer .year,
footer .inn,
ul.social-buttons li a {
    color: #333;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 43px;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active,
footer .inn:hover {
    color: #333;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


@media(min-width:768px) {
    header .intro-text {
        padding-top: 360px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 90px;
        text-transform: uppercase;
        font-family: 'Comfortaa', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        box-shadow: none;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 12px 0;
        border-bottom: 1px solid #ececec;
    }

    .navbar-default.navbar-shrink .navbar-brand img {
        padding: 8px 0;
    }
    #contact a:hover {
        color: #fad02c;
    }
    
    #contact a:hover i {
        color: #fad02c;
    }
}


@media(max-width:767px) {
    section {
        padding: 100px 0 0;
    }
    .bienvenidos h3 {
        font-size: 35px;
        letter-spacing: 9px;
    }
    section h2.section-heading {
        font-size: 32px;
        line-height: 40px;
    }
    div.nosotros-cv-cont h2.section-heading {
        margin: 0 0 75px;
    }
    .contact-form-cont h3 {
        font-size: 21px;
    }
    section h2.section-heading:after {
        top: auto;
        bottom: -14px;
    }
    .header-logo img {
        width: 190px;
    }
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .navbar-default .navbar-brand {
        padding: 15px;
    }
    .navbar-default .navbar-brand img {
        max-height: 36px;
    }
    .navbar-default .nav li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-info {
        margin-bottom: 0;
    }
}

.show-mobile {
    display: none;
}

@media(max-width: 767px) {
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
        padding-top: 90px;
    }
    body,
    p,
    a.button-custom
    div.nosotros-cv h4,
    div.nosotros-cv span,
    .contacto .cont input,
    .contacto .cont textarea,
    .contacto .cont input::placeholder,
    .contacto .cont textarea::placeholder {
        font-size: 14px;
    }
}

@media(max-width: 580px) {
    .footer-cont {
        display: inline-grid;
        text-align: center;
    }
    ul.social-buttons {
        float: left;
        width: 100%;
    }
    footer .inn {
        padding-top: 15px;
    }
    footer .year {
        padding: 0;
    }
    #contact-form a {
        width: 100%;
    }
    div.presentation {
        top: 50%;
        margin-top: -140px;
    }
    div.presentation div {
        padding: 30px 15px;
        background: none;
    }
    div.presentation h1 {
        text-shadow: 1px 1px 0px #fff;
    }
    .carousel-control {
        display: none;
    }
    nav,
    section,
    footer,
    body,
    section > div {
        overflow-x: hidden!important;
    }
    
}

.navbar-default a.navbar-brand.logo,
.navbar-default a.navbar-brand.logo:hover {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 17px;
}

.navbar-default a.navbar-brand.logo span {
    font-family: 'Montserrat';
    display: block;
    font-size: 11px;
    font-weight: 500;
}

@media(max-width: 767px) {
    .navbar-default a.navbar-brand.logo,
    .navbar-default a.navbar-brand.logo:hover {
        font-size: 15px;
    }

    .navbar-default a.navbar-brand.logo span {
        font-size: 10px;
    }
}



.whatsapp-float {
    position: fixed;
    bottom: 17px;
    right: 50px;
}

.whatsapp-float .whatsapp-icon.inn-icon-wthatsapp {
    background: #25d366;
    color: #fff;
    padding: 12px 14px;
    border-radius: 50%;
    font-size: 23px;
}

.whatsapp-float .whatsapp-icon.inn-icon-wthatsapp:hover {
    background: #28a256;
}

.contact-inn-icon-wthatsapp {
    background: #25d366;
    color: #fff;
    padding: 7px 9px;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 4px;
}

.contact-inn-icon-wthatsapp:hover {
    background: #28a256;
}

.contact-inn-icon-wthatsapp:hover i {
    color: #fff!important;
}