/*Banners*/

.clabs-banner{
	height:80vh;
}

.clabs-contenido-banner{
	position: absolute;
	width:100%;
	height:80vh;
	top:0%;
	left: 0%;
}

.clabs-contenido-banner .clgral-ancho-contenido, .clabs-contenido-banner .clgral-margenes-laterales{
	height: 80vh;
	position: relative;
}

.clabs-contenedor-hashtag{
	position: absolute;
	bottom:10px;
	left: 10px;
	color:black;
	background-color: #ffea0c;
	line-height: 50px;
	font-size: 35px;
	font-family: fuente-bold;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width: 768px) {
	.clabs-contenedor-hashtag{
		font-size: 30px;
	}
}

@media only screen and (max-width: 500px) {
	.clabs-contenedor-hashtag{
		font-size: 25px;
	}
}


/*CONTENIDO*/
.clabs-seccion-contenido{
	padding-top:50px;
	padding-bottom: 20px;
}

.clabs-contenedor-introduccion{
	font-size: 20px;
	margin-top:30px;
	font-family: fuente-semibold;
	text-align: center;
}


.clabs-celda-plan {
    width: 33.33%;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 60px;
}


.clabs-interno-plan {
    padding-left: 20px;
    padding-right: 20px;
}

.clabs-visual-plan {
    -webkit-box-shadow: -1px 3px 14px 1px #878787;
    box-shadow: -1px 3px 14px 1px #878787;
}

.clabs-celda-plan img {
    width: 100%;
    display:block;
}
@media only screen and (max-width: 768px) {
    .clabs-celda-plan {
        width: 33.33%;
    }
}

@media only screen and (max-width: 550px) {
    .clabs-celda-plan {
        width: 50%;
    }
}


@media only screen and (max-width: 400px) {
    .clabs-celda-plan {
        width: 100%;
    }
}


/*POPUP*/


.clabs-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}

.clabs-popup img{
    display: block;
}

.clabs-mascara-popup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 101;
}
.clabs-popup .aire {
    padding-left: 10px;
    padding-right: 10px;
}


.clabs-contenido-popup {
    background-color: white;
    position: relative;
    left: 0px;
    top: 30px;
    max-height:70%;
    max-width: 90%;
    position: relative;
    display: inline-block;
    z-index: 102;
}

.clabs-boton-cerrar {
    z-index: 2;
}
.clabs-boton-cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-family: Generica;
    color: black;
    cursor: pointer;
}


.clgral-alto-100{
	height: 100%;
}


.clabs-enlace-formato{
    position: absolute;
    width:80%;
    right:0px;
    height:10%;
    bottom:0%;
}