* {
    box-sizing: border-box;
  
}

body {
    background: rgba(250, 246, 246, 0.9);
    margin: 0;
    padding: 0px;
    font-family: 'gautami', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    color: rgb(19, 1, 1);
}

#preloader{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999999;
}

#status{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0%;
    top: 0%;
    background-image: url(/ok.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10%;
}

.logoPrincipal {
    font-family: BIG\ JOHN;
    src: url(/fuentes/BIG\ JOHN.otf);
    color: #ffb142;
  
}


.logoPrincipalNav {
    font-family: 'gautami', sans-serif;
}

.banner-container {
    margin: 0;
    position: relative;
}

.banner {
    background-color: #FFFFFF;
    height: 250px;
}

.header::after {
    content: '';
    height: 100vh;
    width: 100%;
    background-image: url('../img/header_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transition: all 1000ms;
}

.header:hover::after {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.header:hover .header-content {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.header-content {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 50%;
    margin-top: 105px;
    margin-left: -145px;
    width: 300px;
    height: 350px;
    text-align: center;
    transition: all 1000ms;
}

.header-content .logo {
    height: 100px;
    width: 100px;
}

.title {
    font-family: 'gautami', sans-serif;
    font-size: 2.5rem;
    color: rgb(10, 10, 10);
}

.center {
    font-family: 'gautami', sans-serif;
    color: rgb(10, 10, 10);
}

span {
    color: rgb(10, 10, 10);
}

.header-content .text {
    line-height: 1.7;
    margin-top: 1rem;
}

.container {
    max-width: 980px;
    margin: auto;
    overflow: hidden;
    padding: 4rem 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* 30px 30px 30px or repeat(3, 1fr)*/
    grid-gap: 20px;
}

.grid-2 {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}

.text-center {
    text-align: center;
    margin: auto;
}

li {
    text-align: left;
    margin: auto;
}

.text-left {
    text-align: left;
    margin: auto;
}

.text-white {
    color: rgb(10, 10, 10);
}

.bg-light {
    background: #fff;
    color: rgb(17, 1, 1);
}

.bg-dark {
    background: #2f3542;
    color: #110f0f;
}

.services {
    padding: 2rem 0;
}

footer {
    padding: 2.2rem;
}

footer p {
    margin: 0;
}


/* RESPONSIVE */

@media (max-width: 560px) {
    .header::after {
        height: 50vh;
    }
    .header-content {
        top: 5%;
        margin-top: 5px;
    }
    .header-content .logo {
        height: 140px;
        width: 140px;
    }
    .header-content .text {
        display: none;
    }
    .grid-3,
    .grid-2 {
        grid-template-columns: 1fr;
    }
    .services div {
        padding: 1.4rem 1rem;
    }
}


/* Landscape */

@media(max-height: 500px) {
    .header-content .title,
    .header-content .text {
        display: none;
    }
    .header-content {
        top: 0;
    }
}

.button {
    background: #128c7e;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    margin: 10px;
    padding: 10px 0px;
    text-align: center;
    width: 200px;
    text-decoration: none;
    box-shadow: 0px 3px 0px #225470;
}

.button span {
    margin-right: 10px;
}

.button.blue {
    background: #3498db;
    box-shadow: 0px 3px 0px #266792;
}


/*EFECTOS*/

.button.radius {
    border-radius: 50px;
}

.button:hover {
    box-shadow: 0px 0px 0px;
    padding-top: 7px;
}


/* VIDEOS MP4 */

video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: all 1.2s linear;
    z-index: -10;
}

 i {
    color: #19B7EA;
 }

 a {
font-size: 14px;
color: #e8930c;
 }

.video1 {
    opacity: 1;
}

.video2 {
    opacity: 0;
}

.video3 {
    opacity: 0;
}

.container-video {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.text {
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    letter-spacing: 6px;
    width: 100%;
}

h1 {
    margin-bottom: 5px;
}


/* SOLO UN VIDEO */

.V-HEADER {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #FFF;
}

.container2 {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video {
    min-width: 100%;
    min-height: 100%;
}

.header-overlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #225470;
    z-index: 1;
    opacity: 0.20;
}

.header-content {
    z-index: 2;
}

.header-content h1 {
    font-size: 50px;
    margin-bottom: 0;
}

.header-content p {
    font-size: 1.5rem;
    display: block;
    padding-bottom: 2rem;
}

.btn {
    background: #34b3a0;
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem, 2rem;
    text-decoration: none;
}


/*@media(max-height: 960px) {
  .container{
    padding-right: 3rem;
    padding-left: 3rem;
  }
}*/

.section {
    padding: 20px 0;
}

.section-b {
    background: #333;
    color: #fff;
}


/* CHAT FACEBBOK */

.chat-container {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 340px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 999;
}

.chat-button {
    width: 100%;
    margin: 0;
    cursor: pointer;
    user-select: none;
    padding: 4px 0;
    background-color: #337AB7;
    text-align: center;
    color: #fff;
}

.chat-content {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
}


/* CARRUSEL */

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

.titulo {
    color: #aaa69d;
}


/* contenedor carga */

#contenedor_carga {
    background-color: rgba(250, 240, 245, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#carga {
    border: 15px solid #ccc;
    border-top-color: #ffb142;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* paquetes */

.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul {
    list-style: none;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    height: 600px;
    background: #FFFFFF;
}




.contact-info{
    font-family: 'Poppins', sans-serif;
}

.contact-info h4{
    font-size: 34px;
    color: black;
    font-weight: 400;

}

.contact-info p{
    font-size: 16px;
}

.contact-info ul{
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

.contact-info  li{
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    position: relative;
}

.contact-info  li i{
    width: 30px;
    text-align: center;
    color: #ffb142;
    font-size: 22px;
}

.contact-info  li span{
    padding-left: 10px;
}

.contact-info  li + li{
    padding-top: 10px;
}

.contact-form{
    font-family: 'Poppins', sans-serif;
}

.contact-form h4{
    font-weight: 400;
    color: black;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-form .form-control{
    color: black;
    background: none;
    border: 1px solid rgba(14, 13, 13, 0.3);
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: calc(2em + 0.75rem + 2px);
}

.contact-form textarea.form-control{
    height: auto;
}

.btn-primary{
    border: 2px solid black;
    background: #ffb142;
    color: black;
    padding: 15px 35px;
}



