@charset "UTF-8";


/*=== BODY =========================================================*/
.bodyInmocode {
    background-image: url('../ARCHIVOS/fondo2.jpg');
    background-attachment: fixed;
    background-size: 100%;
}

.bodySoluciones {
    background-image: url('../fondos/fondo_plano.jpg');
    background-attachment: fixed;
    background-size: 100%;
}
/*CONTENEDOR BASE ==================================================================================================*/
/*Estilos Base*/
.contenedor-img {
    width: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .contenedor-img .mascara, .contenedor-img .contenido {
        width: 400px;
        height: 300px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0
    }

    .contenedor-img img {
        display: block;
        position: relative;
    }

    .contenedor-img h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.9);
        margin: 20px 0 0 0
    }

    .contenedor-img p {
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 10px;
        text-align: center
    }

    .contenedor-img a.link {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #222;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 0 0 1px #000
    }

        .contenedor-img a.link:hover {
            box-shadow: 0 0 5px #000
        }
/*Ejemplo 1*/
.ejemplo-1 img {
    transition: all 0.2s linear;
}

.ejemplo-1 .mascara {
    opacity: 0;
    background-color: rgba(34, 121, 105, 0.6); /*0b5ed7*/
    transition: all 0.3s ease-in-out;
}

.ejemplo-1 h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    margin: 60px 40px 0px 40px;
    transform: scale(0);
    color: #fff;
    transform: translateX(-200px); /*Desplazamos a la izquierda*/
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.ejemplo-1 p {
    transform: translateX(200px); /*Desplazamos a la derecha*/
    opacity: 0;
    transition: all 0.4s linear;
}

.ejemplo-1 a.link {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background-color: rgba(12, 34, 56, 1);
    transform: translateY(100px) /*Desplazamos para abajo*/
}

.ejemplo-1:hover img {
    transform: scale(1.1); /*Damos un ligero zoom a la imagen*/
}

.ejemplo-1:hover .mascara {
    opacity: 1;
}

.ejemplo-1:hover h2,
.ejemplo-1:hover p,
.ejemplo-1:hover a.link {
    opacity: 1;
    transform: translateX(0px); /*Regresamos a las posiciones originales*/
}

.ejemplo-1:hover p {
    transition-delay: 0.1s;
}

.ejemplo-1:hover a.link {
    transition-delay: 0.2s; /*Aplicamos un pequeño retardo para que se muestre al final*/
    transform: translateY(0px);
}

/*=======================================================================================================================*/
/*Ejemplo 5*/
.ejemplo-5 img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
}

.ejemplo-5 .mascara {
    background-color: #0b5ed7;
    transition: all 0.5s linear;
    opacity: 0;
}

.ejemplo-5 h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #fff;
    transition: all 0.5s linear;
    opacity: 0;
}

.ejemplo-5 p {
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.ejemplo-5 a.link {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
    background-color: #0a58ca;
}

.ejemplo-5:hover img {
    transform: scale(10);
    opacity: 0;
}

.ejemplo-5:hover .mascara {
    opacity: 1;
}

.ejemplo-5:hover h2,
.ejemplo-5:hover p,
.ejemplo-5:hover a.link {
    transform: scale(1);
    opacity: 1;
}

/*====   COLUMNAS PACKS   ==================================================================================================*/

.ContenedorBloque {
    border-block-end: 1px solid gray;
    padding: 40px 0;
    width: 1200px;
}

.ContenedorCentrado {
    display: flex;
    justify-content: center;
}

.Columna {
    width: 250px;
    height: 250px;
    margin: 40px 20px 0px 20px;
}


/*====   ENCABEZADO   ======================================================================================================*/
.ContenedorBloquePresentacion {
    padding: 40px 0 60px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.ContenedorInicioInmocode {
    background-color: rgba(0, 0, 0, 0.7);
    height: 400px;
    width: 100%;
}

.ColTopInm {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    text-align: center;
    flex-direction: column;
}

.ColPresentacion {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.ContColumnas1 {
    width: 200px;
    margin: 0 100px 0 0;
}

.ContColumnas2 {
    width: 400px;
    height: 220px;
    text-align: center;
    flex-direction: column;
}

.ConthccM {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1300px;
}

.MarPubliizq {
    margin-left: 150px;
}

.MarPublider {
    margin-right: 150px;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    vertical-align: bottom;
    padding-top: 80%;
    background-color: rgba(12, 34, 56, 0.7);
    opacity: 0.75;
    background-image: url('../ARCHIVOS/CARGANDO2.gif');
    background-size: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.hide {
    visibility: hidden;
}

.btn-Tickets {
    color: white;
    background-color: #447860;
    border: none;
    border-radius: 5px;
    height: auto;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    vertical-align: middle;
}

    .btn-Tickets:hover {
        color: white;
        background-color: #31614b;
        border: none;
        border-radius: 5px;
        height: auto;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        vertical-align: middle;
    }

.btn-Tickets-Grande {
    color: white;
    background-color: #447860;
    border: none;
    border-radius: 5px;
    height: auto;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        text-decoration: none;
    vertical-align: middle;
}

    .btn-Tickets-Grande:hover {
        color: white;
        background-color: #31614b;
        border: none;
        border-radius: 5px;
        height: auto;
        text-decoration: none;
    }
