.formulario-casas{
	width: 50%;
	margin: 50px auto;
	height: auto;
	position: relative;
}

.ws{
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 15px;
	right: 50px;
	z-index: 1000;
}

.casas-nivek {
    display: none;
}

.boton-plan-ext {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    border-radius: 90px;
    margin-bottom: 10px;
    display: flex;
}

.boton-plan {
    width: auto;

    margin-right: auto;
    height: auto;
    position: relative;
    float: left;
    background-color: #f9f9f9;
    border-radius: 90px;
    padding-right: 15px;
}

.boton-plan-icon {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    background-color: #f9f9f9;
    margin-right: 20px;

}

.boton-plan-texto {

    width: auto;
    height: auto;
    position: relative;
    float: left;
    border-radius: 90px;
    font-size: 16px;

    display: flex;
    margin-right: auto;
    padding-top: 5px;

}

.icon-down {
    width: 40px;
    height: auto;
    position: fixed;
    right: 65px;
    bottom: 30px;

    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    z-index: 10000;
}


.fecha {
    width: auto;
    min-width: 80px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 12px;
    border: 1px solid #959393;
    border-radius: 90px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 13px;
}

.fecha:hover {

    background-color: #00acbd;
    color: #f2f2f2;
}

.fecha-activa {
    width: auto;
    min-width: 80px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 90px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    background-color: #00acbd;
    color: #f2f2f2;
    font-size: 13px;
}

.espacio-proyecto {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 100px;
}


.menu-foot {
    width: 70%;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.menu-foot-boton {
    width: 25%;
    height: auto;
    position: relative;
    float: left;
    color: #fff;
    text-align: center;
}

.linea-derecha {
    border-right: 1px solid #fff;
    height: 25px;
}

.foot-ciudad {
    width: 100%;
    height: 20px;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    margin-top: 50px;

}

.redes-foot {
    width: 340px;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: aqua;
    margin-top: 250px;
}

.redes-foot-red {
    width: 5%;
    position: relative;
    height: auto;
    float: left;
    margin-right: 10%;
    margin-left: 10%;

}

.titulo-caral {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 100px;

    position: relative;
    float: left;
    margin-top: 00px;
    margin-bottom: 80px;
}

.grupo-caral-iamgenindex {
    width: 100%;
    /* Ancho que tú quieras */
    height: 650px;
    /* Alto que tú quieras */
    overflow: hidden;
    /* Oculta lo que sobresalga */
    padding-bottom: 25px;
    margin-top: 5px;

}

.grupo-caral-iamgenindex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Hace que la imagen se recorte manteniendo proporción */

}

.right-container {
    display: flex;
    flex-direction: column;
    /* Uno arriba del otro */
    height: 800px;
    /* Alto total que quieras */
}

.box {
    flex: 1;
    /* Se reparten el espacio de forma igual */
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    ;
    padding: 30px;
}

.iconos {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

.index-side-text {
    width: 80%;
    height: auto;
    position: relative;
    float: left;
    color: #000;
    text-align: left;
    margin-top: 30px;
    margin-right: 20%;
    line-height: 22px;
}

.index-icon {
    width: 50px;
    height: auto;
    position: relative;
    float: right;
    margin-top: 150px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}


.index-icon-dos {
    width: 50px;
    height: auto;
    position: relative;
    float: right;
    margin-top: 40px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.tit-ser-index {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    color: #fff;
    font-size: 100px;
    margin-bottom: 90px
}


.grupo-caral-imagesomos {
    width: 100%;
    /* Ancho que tú quieras */
    height: 700px;
    /* Alto que tú quieras */
    overflow: hidden;
    /* Oculta lo que sobresalga */
    padding-bottom: 0px;
    background-image: url("../../img/grupocaralec.jpg");
    background-size: cover;
    /* Opcional, ajusta el tamaño de la imagen */
    background-repeat: no-repeat;
    /* Opcional, evita que la imagen se repita */
    background-position: center;
    /* Opcional, posiciona la imagen */


}

.grupo-caral-imagesomos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Hace que la imagen se recorte manteniendo proporción */

}


.grupo-caral-contact {
    width: 100%;
    /* Ancho que tú quieras */
    height: 600px;
    /* Alto que tú quieras */
    overflow: hidden;
    /* Oculta lo que sobresalga */
    padding-bottom: 0px;
    background-image: url("../../img/grupocaralec.jpg");
    background-size: cover;
    /* Opcional, ajusta el tamaño de la imagen */
    background-repeat: no-repeat;
    /* Opcional, evita que la imagen se repita */
    background-position: center;
    /* Opcional, posiciona la imagen */


}

.grupo-caral-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Hace que la imagen se recorte manteniendo proporción */

}


.espacio {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 0px;
}


.logo-cel {
    width: 120px;
    height: auto;
    position: absolute;
    float: left;
    top: 20px;
    left: 20px;
    z-index: 1000;

    display: none;
}


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

    .logo-cel {

        display: block;
    }



    .boton-plan-ext {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        margin-bottom: 10px;
        display: flex;
    }

    .boton-plan {
        width: auto;

        margin-right: auto;
        height: auto;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        border-radius: 90px;
        padding-right: 15px;
    }

    .boton-plan-icon {
        width: 40px;
        height: 40px;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        margin-right: 20px;

    }

    .boton-plan-texto {

        width: auto;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        font-size: 12px;
        display: flex;
        margin-right: auto;
        padding-top: 5px;

    }




}





/*Medium Tablets */
@media (max-width: 1080px) {

    .casas-nivek {
        display: block;
    }



    .titulo-caral {
        width: 100%;
        height: auto;
        color: #000;
        font-size: 50px;

        position: relative;
        float: left;
        margin-top: 00px;
        margin-bottom: 80px;
    }

    .tit-ser-index {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        color: #fff;
        font-size: 60px;
        margin-bottom: 90px
    }




    .espacio {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-top: 400px;
    }


    .grupo-caral-iamgenindex {
        width: 100%;
        /* Ancho que tú quieras */
        height: 400px;
        /* Alto que tú quieras */
        overflow: hidden;
        /* Oculta lo que sobresalga */
        padding-bottom: 25px;
        margin-top: 10px;

    }




    .boton-plan-ext {
        width: auto;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        margin-bottom: 10px;
        display: flex;
    }

    .boton-plan {
        width: auto;

        margin-right: auto;
        height: auto;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        border-radius: 90px;
        padding-right: 15px;
    }

    .boton-plan-icon {
        width: 40px;
        height: 40px;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        margin-right: 20px;

    }

    .boton-plan-texto {

        width: auto;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        font-size: 12px;
        display: flex;
        margin-right: auto;
        padding-top: 5px;

    }



}






/*Medium Tablets */
@media (max-width: 800px) {
	
	
	.formulario-casas{
	width: 70%;
	margin: 50px auto;
	height: auto;
	position: relative;
}



    .titulo-caral {
        width: 100%;
        height: auto;
        color: #000;
        font-size: 50px;

        position: relative;
        float: left;
        margin-top: 00px;
        margin-bottom: 80px;
    }

    .tit-ser-index {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        color: #fff;
        font-size: 60px;
        margin-bottom: 90px
    }




    .espacio {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        margin-top: 400px;
    }


    .grupo-caral-iamgenindex {
        width: 100%;
        /* Ancho que tú quieras */
        height: 400px;
        /* Alto que tú quieras */
        overflow: hidden;
        /* Oculta lo que sobresalga */
        padding-bottom: 25px;
        margin-top: 10px;

    }




    .boton-plan-ext {
        width: 25%;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        margin-bottom: 10px;
        display: flex;
    }

    .boton-plan {
        width: auto;

        margin-right: auto;
        height: auto;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        border-radius: 90px;
        padding-right: 15px;
    }

    .boton-plan-icon {
        width: 40px;
        height: 40px;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        margin-right: 10px;

    }

    .boton-plan-texto {

        width: auto;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        font-size: 8px;
        display: flex;
        margin-right: auto;
        padding-top: 5px;

    }



}




/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {

    .boton-plan-ext {
        width: 33%;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        margin-bottom: 10px;
        display: flex;
    }

    .boton-plan {
        width: auto;

        margin-right: auto;
        height: auto;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        border-radius: 90px;
        padding-right: 15px;
    }

    .boton-plan-icon {
        width: 30px;
        height: 30px;
        position: relative;
        float: left;
        background-color: #f9f9f9;
        margin-right: 10px;

    }

    .boton-plan-texto {

        width: auto;
        height: auto;
        position: relative;
        float: left;
        border-radius: 90px;
        font-size: 8px;
        display: flex;
        margin-right: auto;
        padding-top: 2px;

    }

}







/*Medium Tablets */
@media (max-width: 480px) {
	
	
	
	.formulario-casas{
	width: 90%;
	margin: 50px auto;
	height: auto;
	position: relative;
}




    .grupo-caral-iamgenindex {
        width: 100%;
        /* Ancho que tú quieras */
        height: 350px;
        /* Alto que tú quieras */
        overflow: hidden;
        /* Oculta lo que sobresalga */
        padding-bottom: 25px;
        margin-top: 20px;
    }



}

.grupo-caral-iamgenindex img {
    display: none;
}

.grupo-caral-iamgenindex img.active {
    display: block;
}

.tomas div {
    cursor: pointer;
}

.fecha {
    cursor: pointer;
}

.tomas div:hover {
    background: #f6f6f6 !important;
}

.tomas div.active {
    font-weight: bold;
    text-decoration: underline;
}