@charset "UTF-8";

/* Colores Primarios */
/* Base */
* {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.025em;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #b9b9b9;
    border: 0px;
}

* ::-moz-selection {
    background-color: #b9b9b9;
    color: #ffffff;
}

* ::selection {
    background-color: #b9b9b9;
    color: #ffffff;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #f2f2f2;
}

/* Encabezados, Párrafos, Hipervínculos */
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    text-align: center;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    color: #444444;
}

h3 {
    font-size: 24px;
    line-height: 27px;
    color: #444444;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #444444;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    font-weight: 700;

}

p,
span {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #2062af;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

hr {
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    margin: 2px 0;
}

.bold {
    font-weight: 600;
}

/* Inputs */
* :focus {
    outline: none;
}

input,
select {
    padding: 0;
    margin: 0;
}



/* Boton */
.btn-reserva {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    min-width: 170px;
    padding: 15px 25px;
    border-radius: 0px;
    text-align: center;
    background-color: #0095d8;
    ;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4b619', endColorstr='#d72630', GradientType=1);
    /* IE6-9 */
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 25px;
}

.btn-reserva:hover {
    color: #ffffff;
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* Seccion General */
.sec-gral {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sec-gral .cont-top {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-gral .cont-top img {
    width: 85px;
    height: auto;
    margin: 15px;
}

.headerLogos{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .left{
        display: block;
        width: 100%;
        text-align: center;
    }

.sec-gral .cont-titulo {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #0095d8;
    ;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

}

.sec-gral .cont-titulo2 {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

}

.sec-gral .cont-voucher {
    width: 100%;
    height: auto;
    /*max-width: 1200px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(img/bg.jpg);
    background-position: center center;
    background-size: cover;

}

.sec-gral .cont-voucher form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sec-gral .cont-voucher h2 {
    margin-bottom: 20px;
}

.sec-gral .cont-voucher .cont-inputs {
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
}

.sec-gral .cont-voucher .cont-inputs input {
    height: 50px;
    width: 33.33%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: #606060;
}

.sec-gral .cont-voucher .cont-inputs input::-webkit-input-placeholder {
    font-size: 12px;
    color: #606060;
}

.sec-gral .cont-voucher .cont-inputs input:-ms-input-placeholder {
    font-size: 12px;
    color: #606060;
}

.sec-gral .cont-voucher .cont-inputs input::placeholder {
    font-size: 12px;
    color: #606060;
}

.sec-gral .cont-pasos {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 100px 20px;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sec-gral .cont-box {
    width: 100%;
    margin-top: 30px;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-gral .cont-box h5 {
    font-weight: 300;
}

.sec-gral .cont-box .box {
    width: 33.33%;
    height: auto;
    overflow: hidden;
}

.sec-gral .cont-box .box .box-img {
    width: 100%;
    height: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.sec-gral .cont-box .box .box-img img {
    width: 80px;
    height: auto;
    border-radius: 60px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    transform: scale(0.8);
}

.sec-gral .cont-box .box .box-img img:hover {
    transform: scale(1);
}

.sec-gral .cont-box .box .box-info {
    width: 100%;
    min-height: 80px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 40px;
}

/* Random */
.linea {
    width: 60px;
    height: 3px;
    background-color: #0095d8;
    margin-top: 20px;
}

.show {
    display: inline;
}

.hide {
    display: none;
}

.legal{
    font-size: 11px;
    width: 100%;
    max-width: 1200px;
    padding: 34px;
    text-align: center;
}


/* Desktop / Laptop */
/* Tablets */
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .sec-gral .cont-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sec-gral .cont-box .box {
        width: 100%;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }


    .headerLogos{
        width: 100%;
        max-width: auto;
        display: flex;
        flex-direction: column;
        clear: both;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .headerLogos .left, .right {
        width: 100%;
    }
        .headerLogos .left img {
            display: block;
            margin: 0 auto;
            padding-top:20px;
            padding-bottom: 20px;
        }

        .headerLogos .right img  {
            display: block;
            margin: 0 auto;
            float: none;
            padding-top:20px;
            padding-bottom: 30px;
        }


}

/* Smarthphone */
@media only screen and (min-width: 0px) and (max-width: 480px) {
    .sec-gral .cont-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .sec-gral .cont-box .box {
        width: 100%;
    }

    h5 {
        max-width: 100%;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .headerLogos{
        width: 100%;
        max-width: auto;
        display: flex;
        flex-direction: column;
        clear: both;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .sec-gral .cont-top img {
        width: 160px;
        height: auto;
        margin: 15px;

    }

    .headerLogos .left, .right {
        width: 100%;
    }


        .headerLogos .left img {
            display: block;
            margin: 0 auto;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .headerLogos .right img  {
            display: block;
            margin: 0 auto;
            float: none;
            padding-top:20px;
            padding-bottom: 30px;
        }

}

/* Fin */
