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

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    color: #444;
}

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

img {
    width: 100%;
}

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

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

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

a.button-custom {
    display:inline-block; 
    color:#fff;
    background-color: #00516f;
    border: none;
    border-radius:0;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, #ffba00 50%);
    transition: color .3s ease,border-color .3s ease,background-position .3s ease,background-color .3s linear !important;

    font-family: 'Oswald',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 19px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;

    min-width: 180px;
    text-align: center;
}

a.button-custom-medium {
    padding: 11px 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #4bbed1;
}

section {
    padding: 100px 0;
}

section.background-color {
    background: url(../img/noise.png) repeat scroll 0 0 #fffff4;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 59px;
    text-shadow: 1px 1px 1px #fff;
}

section#contact h2.section-heading,
section#section-map h2.section-heading {
    margin-bottom: 30px;
}

.section-sub-heading-top-section {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #00516f;
    font-size: 19px;
}

.section-sub-heading-bottom-section span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.section-sub-heading-bottom-section .fa {
    margin-right: 5px;
}

/** hover 767px **/
@media(min-width:768px) {
    a.button-custom:hover{
        color:rgba(255, 255, 255, 1);
        background-color:rgba(119, 119, 119, 1);
        background-position: -100% 100%;
    }
    head img:hover {
        opacity: 0.8;
        cursor: pointer;
    }
}

/** 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 {
    max-width: 134px;
    padding: 0;
}

.light {
    font-weight: 400;
}

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

button.navbar-toggle {
    margin-top: 11px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border:0;
}

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

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

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #00516f;
    padding-top: 17px;
}

.navbar-default .nav li a:focus,
.navbar-default .nav li a:active {
    color: #00516f;
}

.navbar-default .navbar-nav > .active > a:focus {
    outline: 0;
    color: #4abed1;
}

.navbar-default .nav li a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    outline: 0;
    color: #4abed1;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
    color: #4abed1;
}

.navbar a {background: none!important;}


/** section:home **/
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url("../img/home-main-banner-1.jpg") no-repeat scroll center bottom / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro img {
    max-width: 390px;
}

.inner {
    margin-top: 116px;
}

.inner div {
    width: 100%;
}

.intro h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 20px;
    color: #dea06d;
    font-weight: 400;
}

.intro h2 {
    color: #fff;
}

@media(min-width:992px) {
    #cartas h3 {
        margin-top: 0;
    }
}

/** section:2 **/
@media (min-width:768px) {
    #cartas div.container .row {
    margin-right: -25px;
    margin-left: -25px;
    }
    #cartas div.container .row div.col-sm-4.col-xs-8 {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width:580px) {
    #cartas div.container .row div.col-sm-4.col-xs-8 {
        width: 100%;
        margin-left: 0;
    }
}

#cartas a.button-custom {
    margin: auto;
    display: table;
}

.menu h4 {
    letter-spacing: 1px;
    font-size: 25px;
    text-align: center;
    margin: 22px 0 10px;
    padding-bottom: 10px;
    color: #00516f;
}

.menu p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 55px;
}

/* section map */
#section-map iframe {
    width: 100%;
}

#section-map a.button-custom {
    margin-top: 20px;
}

.map-content-text {
    text-align: right;
    padding-right: 45px;
}


@media(max-width:991px) {
    .map-content-text {
        text-align: center;
        margin-bottom: 50px;
        padding-right: 0;
    }
}

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

section#contact div.section-sub-heading-bottom-section {
    margin-bottom: 50px;
}

.contacto .cont{
    width:100%;
}

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

#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%;
    background: #fff;
}

#contact-form fieldset label span {
    color: #fc8181;
    font-family: 'Montserrat', 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;
    line-height: 20px;
    margin-bottom: 15px;
}
#contact-form .error,
#contact-form .empty {
    color:#777;
    display:none;
    overflow:hidden;
}

/** section:footer **/
footer {
    padding: 6px 0;
    text-align: center;
}

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

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

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

.footer-cont {
    display: inline;
}

footer .copyright {
    float: left;
    padding-left: 15px;
    margin-top: 14px;
}

footer .year,
footer .footer-name,
footer .footer-link {
    font-size: 10px;
    text-align: left;
    color: #333;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

footer span {
    font-size: 12px;
}

footer .footer-name {
    text-transform: uppercase;
}

footer .inn {
    font-family: "Montserrat";
    color: #333;
    cursor: pointer;
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 21px;
    font-weight: 400;
    float: right;
    padding-right: 15px;
    text-transform: uppercase;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 43px;
    outline: 0;
    color: #333;
}

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

.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: 'Oswald', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

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

    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        margin-top: -7px;
    }

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

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        border-bottom: 1px solid #ececec;
        background: #fff;
        /* background: url(../img/noise.png) repeat scroll 0 0 #fff; */
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.2em;
    }
    footer .inn {
        min-width: 276px;
        text-align: right;
    }
}


@media(max-width:767px) {
    section h2.section-heading {
        margin-bottom: 25px;
    }
    section {
        padding: 70px 0;
    }
    .header-logo img {
        width: 190px;
    }
    .header-logo-cont {
        padding-bottom: 40px;
        padding-top: 130px;
    }
    .hidden-mobile {
        display: none;
    }
    .navbar-default .navbar-brand {
        max-width: 95px;
        padding: 0;
    }
    .menu-cont > div:not(:last-child) {
        margin-bottom: 60px;
    }

    .footer-cont {
        display: inline-grid;
        text-align: center;
    }
    ul.social-buttons {
        float: left;
        width: 100%;
    }
    footer .inn, footer .copyright {
        padding: 0;
    }
    footer .inn {
        margin-top: 7px;
        margin-bottom: 16px;
    }
    footer .year, footer .footer-name {
        margin-bottom: 0;
    }
    footer .footer-link {
        width: 100%;
        text-align: center;
    }
    footer .copyright {
        margin-bottom: 18px;
    }
    footer span {
        display: none;
    }
    #contact-form a {
        width: 100%;
    }
}

.cartas section {
    margin-top: 35px;
}

.buttons-menu-container {
    margin-bottom: 20px;
}

.cartas section h2.section-heading {
    margin-bottom: 35px;
    display: inline-grid;
}

.cartas section h2.section-heading span {
    font-family: 'Montserrat';
    color: #666;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 3px;
}

.buttons-menu-container .button-custom.button-custom-medium {
    margin-bottom: 15px;
}

@media(min-width: 768px) {
    .buttons-menu-container .button-custom.button-custom-medium {
        margin-bottom: 0;
    }
    .buttons-menu-container .button-custom.button-custom-medium:first-child {
        margin-right: 10px;
    }
    .cartas section h2.section-heading span {
        text-align: right;
    }
    .buttons-menu-container {
        margin-bottom: 42px;
    }
    .menu-button-img {
        filter: grayscale(25%);
       -webkit-filter: grayscale(25%);
    }
    .menu-button-img:hover {
        filter: grayscale(0%);
       -webkit-filter: grayscale(0%);
    }
}
