﻿
.reset, input, .box-unete input, .unete input, select, textarea, text-cantidad input, html, body, div, span, nav, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    width: 100%;
    color: #000;
}

.c {
    clear: both;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    /*overflow: hidden;*/
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
}

/*html, body, form {
    position: relative;
    height: 100%;
}*/


#main {
    overflow: auto;
    padding-bottom: 221px;
    margin-left: auto;
    margin-right: auto;
}

.nof {
    margin-top: -221px;
}

#footer {
    padding-top: 60px;
    padding-bottom: 50px;
    clear: both;
    background-color: #fff;
}

    #footer .centrar {
        width: 80%;
    }


.creditos {
    color: #969696;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 2px;
}

    .creditos a:link {
        color: #969696;
    }

    .creditos a:visited {
        color: #969696;
    }

    .creditos a:hover {
        color: #dd9933;
    }

    .creditos .fas {
        margin-right: 5px;
    }


.fa {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 90%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}


.overlay {
    background-color: rgba(23, 23, 23, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-shadow: 1px 1px 2px rgba(46, 43, 43, 0.66);
    cursor: auto;
}

.overlaymenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 3000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.90);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.mr20 {
    margin-right: 20px;
}

#right {
    width: 100%;
    /*max-width: 800px;
    margin-left: auto;
    margin-right: auto;*/
}



/* CONTENIDO ------------------------------*/
.reveal-box {
    width: 100%;
    height: 100vh;
}

.animate {
    animation-play-state: running;
}

@keyframes scale-in-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.hero {
    background-image: url(Imagenes/BG-01.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: 2s 0.5s both paused scale-in-down;
    animation-play-state: running;
    position: relative;
}

.header {
    padding-top: 20px;
}

.logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

    .logo img {
        width: 100%;
    }

.hero .centrar {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}

.hero-info {
    width: 50%;
    margin-top: -15%;
    color: #252a3b;
}

    .hero-info .txt-01 {
        font-family: "Nunito Sans", serif;
        font-size: 4em;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 1em;
        text-transform: uppercase;
    }

    .hero-info .txt-02 {
        font-size: 1.2em;
        letter-spacing: 2px;
        margin-top: 20px;
    }

.hero-img {
    width: 50%;
    margin-top: -10%;
}

    .hero-img img {
        width: 100%;
    }

.main-highlights {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .main-highlights .centrar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .main-highlights .box {
        width: 16.66%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }

        .main-highlights .box:hover {
            background-color: #bde6f7;
            border-radius: 12px;
        }


        .main-highlights .box img {
            width: 80%;
            max-width: 100px;
        }

        .main-highlights .box .box-txt {
            font-weight: 700;
            font-size: 1.2em;
            letter-spacing: 1px;
        }

.video-01 {
}

    .video-01 video {
        width: 100%;
    }

.main-info {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #edf2f6;
}

    .main-info .centrar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

.main-info-txt {
    width: 50%;
}

.txt-nrm {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #252a3b;
}

.txt-hlg {
    font-family: "Nunito Sans", serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #252a3b;
    margin-top: 40px;
    font-style: italic;
}


.main-info-img {
    width: 45%;
    margin-left: 5%;
}

    .main-info-img img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.40);
    }

.home-cotizacion {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.cotizacion-txt {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #252a3b;
}

.cotizacion-btn {
    margin-top: 40px;
}

    .cotizacion-btn a {
        background-color: #00b1f5;
        display: inline-block;
        padding: 20px 40px;
        border-radius: 100px;
        color: #fff;
    }

.footer {
    background-color: #262a3b;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.social-box {
    width: 50px;
    display: inline-block;
}

    .social-box img {
        width: 35px;
    }

.creditos {
    margin-top: 40px;
    color: #fff;
}

.hero-img-mobile {
    display: none;
}

/* MOVIL */
@media screen and (max-width: 1680px) {
    .centrar {
        width: 90%;
    }



    .hero-info {
        width: 55%;
        margin-top: -20%;
    }

        .hero-info .txt-01 {
            font-size: 3.5em;
            letter-spacing: 2px;
            line-height: 1em;
        }

    .hero-img {
        width: 45%;
        margin-top: -15%;
    }
}


@media screen and (max-width: 1480px) {
    .txt-nrm {
        font-size: 1.4em;
        letter-spacing: 1px;
        line-height: 1.5em;
    }

    .txt-hlg {
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2em;
        margin-top: 40px;
    }
}


@media screen and (max-width: 1320px) {
    .hero-info .txt-01 {
        font-size: 3em;
        letter-spacing: 2px;
        line-height: 1em;
    }

    .main-highlights .box .box-txt {
        font-weight: 700;
        font-size: 1.1em;
        letter-spacing: 1px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1080px) {

    .reveal-box {
        width: 100%;
        height: auto;
    }

    .hero .centrar {
        display: block;
    }



    .hero-img {
        display: none;
    }

    .hero-img-mobile {
        display: block;
        margin-top: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .hero-img-mobile img {
            width: 100%;
        }

    .hero-info {
        width: 100%;
        margin-top: initial;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 20px;
    }

        .hero-info .txt-01 {
            font-size: 1.5em;
            letter-spacing: 2px;
            line-height: 1em;
        }

        .hero-info .txt-02 {
            font-size: 1em;
            letter-spacing: 2px;
            margin-top: 10px;
            margin-bottom: 40px;
        }

    .main-highlights .box {
        width: 30.33%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        background-color: #d4eef8;
        border-radius: 12px;
        margin-bottom: 10px;
    }

        .main-highlights .box img {
            width: 80%;
            max-width: 60px;
        }

    .main-highlights {
        padding-top: 20px;
        padding-bottom: 20px;
    }


        .main-highlights .centrar {
            align-items: initial;
        }

        .main-highlights .box .box-txt {
            font-size: 1em;
            letter-spacing: 1px;
            margin-top: 10px;
        }


    .main-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .main-info .centrar {
            display: flex;
            flex-wrap: wrap;
        }

    .main-info-txt {
        width: 100%;
    }

    .main-info-img {
        width: 100%;
        margin-left: initial;
    }

    .txt-nrm {
        font-size: 1.2em;
        letter-spacing: 1px;
        line-height: 1.5em;
        text-align: center;
    }

    .txt-hlg {
        font-size: 1.4em;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2em;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .home-cotizacion {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    .cotizacion-txt {
        font-size: 1.4em;
        letter-spacing: 1px;
        line-height: 1.5em;
    }

    .cotizacion-btn a {
        padding: 16px 40px;
        border-radius: 100px;
        color: #fff;
        letter-spacing: 1px;
    }

}


@media screen and (max-width: 880px) {
}



@media screen and (max-width: 480px) {
}
