@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');


@font-face {
    font-family: 'karimunregular';
    src: url('fonts/karimun.woff2') format('woff2'),
    url('fonts/karimun.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}


/* ---------------------------------------------- /*
*   2. Home
/* ---------------------------------------------- */


.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 60px 30px;
    margin: 0 auto;
    max-width: 850px;
    right: 0;
    z-index: 31;
}



/*Mouse animate icon*/

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 60px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    opacity: 0.4;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 6px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

@keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}


/* ---------------------------------------------- /*
*   3. Navigation
/* ---------------------------------------------- */


.is-sticky .header {
    box-shadow: 0 6px 30px rgba(0,0,0,0.05);
}

.sticky-wrapper{
    z-index: 2;
}

.header {
    position: relative;
    width: 100%;
    z-index: 998;
}

.navbar-custom {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
    background: #cc9f52;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: .8rem;
    margin-left: .8rem;
    padding-bottom: 0.8rem;
}

.linea-separadora{
    padding-bottom: 0.5rem;
}

.navbar-light .navbar-toggler {
    color: #000000;
    border-color: transparent;
}


.active {
    background: url("../images/active-navbar.png");
    background-position: bottom;
    background-repeat: no-repeat;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link i {
    font-size: 1.2rem;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(29,29,27,.9);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link i:hover {
    color: rgba(29,29,27,.9);
}



/* ---------------------------------------------- /*
*  11. Scroll to top
/* ---------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(235, 235, 235, .8);
    color: #5b5963;
}





/*----------------------------------------
	Chilam Contacto
----------------------------------------*/

.contacto{
    position: relative;
    background-image: url('../images/bg-footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 1%;
}


#contacto h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

#contacto p {
    color: #000000;
}
#contacto hr {
    border-top: #000000 dotted 4px;
}

.social-media {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    padding: 0;
    margin: 0;
}

.social-media li{
    margin-top: 10px;
}

#contacto ul {
    list-style-type:none;
    padding: 0;
    margin: 0;
}

#contacto ul li{
    display:list-item;
    padding:5px 7px;
    margin:0 3px;
    color: #000000;
}
#contacto ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
}
#contacto ul li a i {
    color:#000000;
    font-size:1.2rem;
}

#contacto .fb-custom-sz,
#contacto .inst-custom-sz,
#contacto .twi-custom-sz{
    font-size: 2rem;
}

.contacto .form-group {
    margin-bottom: 0.5rem;
}

.contacto .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #393734;
}
.contacto .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #393734;
}
.contacto .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #393734;
}
.contacto .form-control:-moz-placeholder { /* Firefox 18- */
    color: #393734;
}

.contacto .form-control {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #393734;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius:.2rem;
}

.contacto .btn-send {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #393734;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-top: 13px;
}

.contacto .successMsg p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #9e1f0a;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

.contacto div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

.contacto #recaptchaFooter {
    -ms-transform: scale(0.90);
    transform: scale(0.63);
    -webkit-transform: scale(0.90);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}




/*----------------------------------------
	DEFAULT
----------------------------------------*/

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}



/*
 * Base structure
 */
html,
#gracias {
    height: 100%;
    background-color: #333;
}

#gracias {
    display: -ms-flexbox;
    display: flex;
    color: #cc9f52;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}



@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}


/*
 * Cover
 */
.cover {
    text-align: center;
    padding: 0 1.5rem;
}
.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

.cover .cover-heading{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}


.cover p {
    font-family: "Noto Sans",sans-serif;
    font-weight: 400;
    font-style: italic;
}


/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, .5);
}




#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}
