@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html, body{
	margin: 0;
	padding: 0;
}
.linkwhat{
	position: fixed;
    bottom: 30px;
    z-index: 99;
    right: 20px;
    box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .4);
    border-radius: 50%;
}

/****INICIO****/
#inicio{
	background-image: url(../img/inicio/banner.webp);
	background-position: center;
	background-size: cover;
	padding: 120px 0;
	position: relative;
}
.estado_proyecto{
	color: #FFF;
    font-family: Gotham;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.909px;
    border-radius: 0 10px 10px 0;
    background: #6C7F27;
    position: absolute;
    top: 60px;
    padding: 16px 34px;
    z-index: 9;
}
.hojainicio{
	position: absolute;
    bottom: -90px;
    left: 0;
}
.divconinf{
	border-radius: 15px;
    background: rgba(83, 124, 149, 0.80);
    padding: 30px 10px;
}
.imgico_inicio{
	margin-right: 15px;
}
.titsup_ini{
	color: #FFF;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-align: left;
}
.titsub_ini{
	color: #FFF;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    text-align: left;
}
.linrg{
	border-right: 2px solid rgba(255, 255, 255, 0.34);
}
#form_landing{
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 11px 18px 39.6px 0 rgba(0, 0, 0, 0.19);
	padding: 45px;
}
.txtform_ini{
	color: #537C95;
	font-family: Gotham;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}
.txtform_ini span{
	font-weight: 700;
}
.lblform_inpt{
	color: #537C95;
    font-family: 'Gotham';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}
.inpt_form{
	color: #537C95;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #CAD6DE;
    background: #FFFFFF;
    width: 100%;
    padding: 7px 11px;
    margin-bottom: 10px;
    height: 45px;
}
.inpt_form:focus{
	outline: none;
}
.cpm_obli{
	color: #537C95;
    font-family: 'Gotham';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 5px 0 0 0;
}
/**INPUT CSS**/
.checkbox-container {
  	display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 8px;
    margin-top: 20px;
}
.spnterm{
	color: #537C95;
    font-family: 'Gotham';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    width: calc(100% - 35px);
}
.checkbox-container input {
  	display: none;
}
.checkmark {
	width: 20px;
	height: 20px;
	border: 2px solid #D5DEE4;
	border-radius: 4px;
	position: relative;
	transition: all 0.2s ease;
}
.checkmark::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.checkbox-container input:checked + .checkmark {
	background-color: #537C95;
    border-color: #537C95;
}
.checkbox-container input:checked + .checkmark::after {
  	opacity: 1;
}
.checkbox-container:hover .checkmark {
  	border-color: #537C95;
}
.btnenvform{
	color: #FFFFFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
    background: #537C95;
    border: none;
    cursor: pointer;
    padding: 15px 85px;
    margin-top: 30px;
}


/****PROYECTO****/
#proyecto{
	padding: 80px 0;
	position: relative;
}
.titpage_h2{
	color: #537C95;
	font-family: Gotham;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
.titpage_h2 span{
	font-weight: 700;
}
.txtxpar_pro{
	color: #12354B;
	font-family: Gotham;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}
.fachproyecto{
	width: 100%;
}
.left_hojapro{
	position: absolute;
    left: 0;
    top: 80px;
}
.right_hojapro{
	position: absolute;
    right: 0;
    top: 80px;
}


/****ESPACIOS****/
#espacios{
	padding: 65px 0;
}


#contgrilla.collage{
	display: grid;
	gap: 10px;
}

/* celdas (imagen dentro) */
#contgrilla .cell{
	position: relative;
	overflow: hidden;
}

/* Top banner: ocupa columnas 1..4 en la fila 1 */
#contgrilla .cell-top{
	grid-column: 1 / 4; /* ocupa las 3 columnas izquierdas (no la columna estrecha derecha) */
	grid-row: 1 / 2;
}

/* Left tall: ocupa col 1 filas 2..4 */
#contgrilla .cell-left{
	grid-column: 1 / 2;
	grid-row: 2 / 4; /* ocupa dos filas verticales (fila2 y fila3) */
}

/* Center top: ocupa cols 2..3 fila2 */
#contgrilla .cell-center-top{
	grid-column: 2 / 4; /* ocupa dos columnas del centro */
	grid-row: 2 / 3;
}

/* Right tall: ocupa columna 4 filas 1..3 (es la columna estrecha a la derecha) */
#contgrilla .cell-right{
	grid-column: 4 / 5;
	grid-row: 1 / 3; /* ocupa primera y segunda fila, baja hasta antes de bottom */
}

/* Center bottom: ocupa cols 2..3 fila3 */
#contgrilla .cell-center-bottom{
	grid-column: 5 / 2;
	grid-row: 3 / 4;
}

/* imagenes */
#contgrilla .cell img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display:block;
	transition: transform .45s ease;
}

/* pequeño zoom on hover para todas */
#contgrilla .cell:hover img{ transform: scale(1.03); }

/* --- CÍRCULO CENTRAL --- */
#contgrilla .circle{
    position: absolute;
    right: 3px;
    bottom: -21px;
    width: 279px;
    height: 261px;
    background: url(../img/espacios/bg_espacio.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
#contgrilla .continfocollage{
  width: 77%;
}

#contgrilla h3{
	color: #537C95;
    text-align: center;
    font-family: "Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

#contgrilla p{
	color: #243741;
    text-align: center;
    font-family: "Gotham";
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
}




/****REFUGIO****/
#refugio{
	padding: 65px 0;
	position: relative;
}
.txtrefugio{
	color: #243741;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}
.divconimg_refug{
	display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.imgrefugio{
	width: 100%;
}
.hojarefugio{
	position: absolute;
    top: 0;
    width: 170px;
}
.circle_refugio{
	position: absolute;
    right: -75px;
    z-index: -1;
    top: -89px;
}


/****SOSTENIBLE****/
#sostenible{
	padding: 65px 0;
	position: relative;
	background-image: url(../img/sostenible/bg.webp);
	background-position: center;
	background-size: cover;
}
.c-verde{
	color: #6C7F27 !important;
}
.txtsostenible{
	color: #243741;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}
.txtsostenible span{
	font-weight: 700;
}
.txtinfo{
	color: #243741;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}
.txtinfo span{
	font-weight: 700;
}


/****DESARROLLO****/
#desarrollo{
	padding: 65px 0;
	position: relative;
}
.titdesarrollo{
	color: #537C95;
	font-family: Gotham;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 44px;
}
.titdesarrollo span{
	font-weight: 700;
}
.txtdesarrollo{
	color: #637179;
	text-align: center;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}
.hojedesa{
	width: 240px;
    position: absolute;
    right: 0;
    bottom: -65px;
}


/****FOOTER****/
footer{
	background: linear-gradient(0deg, #537C95 0%, #537C95 100%), #FFF;
	padding: 40px 0;
}
.txtfottit{
	color: #FFF;
    font-family: 'Gotham';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.icofot{

}
.txtinfoft{
	color: #FFFFFF;
    font-family: 'Gotham';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 9px;
}


/****GRACIAS*****/
#gracias_section{
	padding: 150px 0 0 0;
}
.titulo_gracias{
	color: #537C95;
    text-align: center;
    font-family: Gotham;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}
.txtgracias{
	color: #243741;
    text-align: center;
    font-family: Gotham;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.ram_grac{
	position: absolute;
    top: 25px;
    right: 0;
}
.edif_gracias{
	width: 100%;
    margin-top: -90px;
    position: relative;
    z-index: -2;
    margin-bottom: -75px;
}
.ram_btmgrac{
	position: absolute;
    bottom: -125px;
    z-index: -1;
}