﻿
.reset, input, select, textarea, ul, li, a {
    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;
}



body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }


* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    overflow: hidden;
    min-height: 100%;
    margin-bottom: -120px;
}

/* FOOTER */

#footer {
    clear: both;
    background-color: #161a2a;
    text-align: center;
    color: #3e3e3e;
    height: 120px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 300;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    -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;
}

.push {
    height: 120px;
}

.creditos {
    margin-top: 60px;
    color: #ffffff;
    font-size: 0.8em;
}

    .creditos a {
        color: #ffffff;
    }

        .creditos a:hover {
            color: #e4811e;
        }


/*SOCIAL FOOTER*/

.redes {
    text-align: center;
}

    .redes a:link {
        color: #3e3e3e;
        margin-left: 10px;
        margin-right: 10px;
    }

    .redes a:visited {
        color: #3e3e3e;
    }

    .redes a:hover {
        color: #283891;
    }

ul.footer-social {
    list-style: none;
    margin: 30px 0 10px 0;
    padding: 0;
}


    ul.footer-social li {
        display: inline-block;
        margin: 0 4px;
    }

        ul.footer-social li a {
            background: url(imagenes/social.png) no-repeat;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: block;
            height: 32px;
            width: 32px;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

            ul.footer-social li a span {
                background: url(imagenes/social.png) no-repeat;
                -moz-border-radius: 50%;
                border-radius: 50%;
                display: block;
                height: 100%;
                opacity: 0;
                overflow: hidden;
                text-indent: 100%;
                white-space: nowrap;
                width: 100%;
                -webkit-transition: opacity 0.15s ease-out;
                -moz-transition: opacity 0.15s ease-out;
                -o-transition: opacity 0.15s ease-out;
                transition: opacity 0.15s ease-out;
            }

            ul.footer-social li a:hover span {
                opacity: 1;
            }


        ul.footer-social li.facebook a {
            background-position: 0 -32px;
        }

            ul.footer-social li.facebook a span {
                background-position: 0 -32px;
            }


        ul.footer-social li.instagram a {
            background-position: -96px -32px;
        }

            ul.footer-social li.instagram a span {
                background-position: -96px -32px;
            }


        ul.footer-social li.twitter a {
            background-position: -32px -32px;
        }

            ul.footer-social li.twitter a span {
                background-position: -32px -32px;
            }


#loader {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    opacity: 1;
}

#status {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(imagenes/default.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    margin: -30px 0 0 -30px;
}




.c {
    clear: both;
}





.header-home {
    top: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    z-index: 999;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28);
}



#homelogo {
    display: inline-block;
    float: left;
    width: 220px;
    margin-top: 25px;
    position: relative;
}

    #homelogo img {
        width: 100%;
    }

.centrar {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



.nav {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-top: 48px;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
}

    .nav ul {
        text-align: right;
    }

        .nav ul li {
            display: inline-block;
            border: none;
            letter-spacing: 0px;
            color: #3e3e3e;
            margin-left: 15px;
        }


            .nav ul li a:link {
                text-decoration: none;
                color: #004579;
                padding-bottom: 4px;
                border-bottom: 1px solid #ffffff;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                transition: all .3s linear;
            }

            .nav ul li a:visited {
                text-decoration: none;
                color: #004579;
                border-bottom: 1px solid #ffffff;
            }

            .nav ul li a:hover {
                color: #004579;
                border-bottom: 1px solid #004579;
            }


            .nav ul li a.active {
                color: #004579;
                border-bottom: 1px solid #004579;
            }




#button {
    display: none;
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 13px;
    background-image: url(imagenes/icon-menu-o.png);
    background-size: 100% 100%;
}

#menu {
    display: block;
    position: fixed;
    width: 67%;
    height: auto;
    min-height: 100%;
    max-width: 320px;
    top: 0;
    left: -70%;
    z-index: 9999;
    background-color: #283891;
    box-shadow: #1c1c1c 2px 0px 4px;
    font-size: 0.8em;
    background-color: #fff;
}

    #menu .nav-mobile li a {
        width: 100%;
        letter-spacing: 4px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        padding: 13px 5% 13px 10%;
        display: block;
        text-align: left;
        background-color: #283891;
        text-decoration: none;
        line-height: 1.4em;
        background-color: #fff;
        color: #3e3e3e;
        border-bottom: solid 1px #dddddd;
        box-sizing: border-box;
    }

    #menu ul.footer-social {
        list-style: none;
        margin: initial;
        border-bottom: solid 1px #dddddd;
        padding: 20px 0px 20px 10%;
        box-sizing: border-box;
    }

.menu-credits {
    color: #ffffff;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.4em;
    /*border-top: solid 1px #253482;*/
    padding-top: 20px;
    padding-left: 10%;
    color: #3e3e3e;
}

    .menu-credits a:link {
        color: #ffffff;
    }

    .menu-credits a:visited {
        color: #ffffff;
    }

    .menu-credits a:hover {
        color: #ffffff;
    }

.mobile-logo {
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 10%;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

    .mobile-logo img {
        width: 160px;
    }

.overlay {
    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;
}

.overlay-2 {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    /* position: absolute; */
    top: 0;
    /*width: 90%;
    padding-left: 5%;
    padding-right: 5%;*/
    z-index: 1;
    -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;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}


/* HOME */

.hero {
    height: 840px;
    background-image: url(imagenes/hero-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00121f;
    text-align: center;
}

.hero-t1 {
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1em;
    color: #004579;
    letter-spacing: 0px;
    padding-top: 100px;
}

.hero-t2 {
    font-weight: 800;
    font-size: 3em;
    line-height: 1em;
    color: #004579;
    letter-spacing: 0px;
    margin-top: 20px;
}

.hero-t3 {
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1em;
    color: #004579;
    letter-spacing: 0px;
    margin-top: 20px;
}

.hero-boton {
    margin-top: 20px;
}

    .hero-boton a {
        display: inline-block;
        background-color: #41beff;
        padding: 15px 40px;
        border-radius: 100px;
        color: #fff;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 700;
    }



.contenido {
}

.home-bloque-1 {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
    color: #717171;
}

.line {
    text-align: center;
}

.home-bloque-1 .info {
    color: #717171;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 1.1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 1000px;
}

.home-bloque-2 {
    background-color: #00121f;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(imagenes/img-bloque-2.jpg);
    background-attachment: fixed;
}

    .home-bloque-2 .titulo {
        color: #fff;
        font-weight: 300;
        font-size: 1.2em;
        letter-spacing: 1px;
        text-align: center;
    }



.home-servicios-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #3e3e3e;
    margin-top: 60px;
}

.home-servicios-contenido {
    flex-basis: 33%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.home-servicios-check {
    margin-bottom: 10px;
}

    .home-servicios-check img {
        max-width: 100%;
    }

.home-servicios-info {
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #fff;
}





.header-titulo {
    background-color: #00121f;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(imagenes/img-bloque-2.jpg);
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    font-weight: 800;
    font-size: 2em;
    letter-spacing: 2px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

.fovissste {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
}

.fovissste-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

    .fovissste-row img {
        width: 100%;
        max-width: 160px;
    }


    .fovissste-row .icon {
        flex-basis: 20%;
        text-align: center;
    }

    .fovissste-row .info {
        flex-basis: 80%;
        box-sizing: border-box;
        padding-left: 40px;
        font-size: 1.2em;
        line-height: 1.5em;
    }

        .fovissste-row .info .titulo {
            font-weight: 700;
            font-size: 1.4em;
            color: #004579;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

.quienes-somos-opciones {
    font-weight: 700;
    font-size: 1.2em;
    color: #41beff;
    text-align: center;
    margin-top: 40px;
}


.contacto {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mapa {
    float: left;
    width: 50%;
    text-align: center;
}

    .mapa img {
        width: 100%;
    }


.datos-contacto {
    float: right;
    width: 40%;
}

.contacto .titulo {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.datos-contacto .telefono {
    font-size: 2em;
    font-weight: 300;
    color: #3e3e3e;
}

    .datos-contacto .telefono a {
        text-decoration: none;
        color: #3e3e3e;
    }

.datos-contacto .whatsapp {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .datos-contacto .whatsapp a {
        background-color: #2cb659;
        color: #fff;
        padding: 15px 20px;
        border-radius: 100px;
    }


/*EFECTO*/
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }

/*TEXT EFFECT*/

.container {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .container .text {
        font-family: 'Montserrat', sans-serif;
        font-size: 4em;
        letter-spacing: 8px;
        color: #ffffff;
    }

.dud {
    color: #cbcbcb;
}

.bienes {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bienes-inmuebles {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.bienes-box {
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

    .bienes-box .imagen {

    }

        .bienes-box .imagen img {
            width: 100%;
        }

    .bienes-box .estatus {
        font-weight: 700;
        color: #d51a1a;
        font-size: 1.2em;
        text-align: center;
        margin-top: 10px;
    }



@media screen and (max-width: 1780px) {
}

@media screen and (max-width: 1480px) {
}

@media screen and (max-width: 1240px) {
    .centrar {
        width: 1120px;
    }

    .nav {
        margin-top: 48px;
        font-size: 0.85em;
    }

        .nav ul li {
            margin-left: 8px;
        }
}

@media screen and (max-width: 1180px) {

    .header-home .centrar {
        width: 96%;
    }

    .nav {
        margin-top: 48px;
        font-size: 0.8em;
    }

        .nav ul li {
            margin-left: 6px;
        }

    .wrap {
        width: 100%;
    }

    .creditos {
        font-size: 0.8em;
    }

    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {
    .header-home {
        height: 80px;
    }

        .header-home .centrar {
            width: 96%;
        }

    .nav {
        display: none;
    }

    #button {
        display: block;
    }

    #button {
        float: left;
        width: 58px;
        height: 58px;
        margin-top: 10px;
        margin-left: 6px;
        background-image: url(imagenes/icon-menu.png);
        background-size: 100% 100%;
    }

    #homelogo {
        margin-top: 15px;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        position: absolute;
    }

        #homelogo img {
            width: 100%;
        }

    .hero {
        background-position-x: center;
        height: 500px;
    }

    .hero-t1 {
        font-size: 1.4em;
        line-height: 1em;
        padding-top: 50px;
    }

    .hero-t2 {
        font-size: 1.5em;
        line-height: 1em;
        margin-top: 10px;
    }

    .hero-t3 {
        font-size: 1.4em;
        line-height: 1em;
        margin-top: 10px;
    }

    .hero-boton {
        margin-top: 10px;
    }


        .hero-boton a {
            padding: 10px 30px;
            border-radius: 100px;
            font-size: 1em;
            letter-spacing: 0px;
        }

    .home-bloque-1 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

        .home-bloque-1 .info {
            line-height: 1.5em;
            font-size: 1em;
            margin-top: 30px;
        }

    .home-bloque-2 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: center;
        background-attachment: fixed;
    }

    .home-servicios-contenido {
        flex-basis: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .fovissste-row .info {
        flex-basis: 80%;
        box-sizing: border-box;
        padding-left: 40px;
        font-size: 1.1em;
        line-height: 1.5em;
    }

        .fovissste-row .info .titulo {
            font-size: 1.3em;
            line-height: 1.4em;
            margin-bottom: 30px;
        }

    .mapa {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }


    .datos-contacto {
        float: none;
        width: 100%;
        text-align: center;
    }

    .bienes-box {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 840px) {
}


@media screen and (max-width: 680px) {
}

@media screen and (max-width: 480px) {
}
