@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.carousel_fondo-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* o "contain" según lo que busques */
}

.carousel_cont{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.carousel_cont_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.carousel_cont_dato{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.carousel_tit1{
	position: absolute;
	top:200px;
	left: 50px;
	height: 130px;
	width: 1800px;
	font-size: 80px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel_tit2{
	position: absolute;
	top:330px;
	left: 50px;
	height: 130px;
	width: 1800px;
	font-size: 80px;
	color: #182947;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel_txt{
	position: absolute;
	top:460px;
	left: 50px;
	height: 300px;
	width: 1200px;
	font-size: 50px;
	color: #FFFFFF;
}

.carousel_bottom{
	position: absolute;
	top:760px;
	left: 50px;
	height: 40px;
	width: 350px;
	font-size: 16px;
	background: #182947;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
}



#carousel_cont_dat1{
display: none;
}
#carousel_cont_dat2{
display: none;
}
#carousel_cont_dat3{
display: none;
}
#carousel_cont_dat4{
display: none;
}
#carousel_cont_dat5{
display: none;
}
#carousel_cont_dat6{
display: none;
}

.carousel_cont_opccontenedor{
	position: absolute;
	bottom:50px;
	right: 50px;
	height: 220px;
	width: 1000px;
	z-index: 10;
}
.carousel_cont_opccontenedor_opc{
	position: relative;
	float: left;
	border-radius: 20px 20px 20px 20px;
	width: 150px;
	height: 200px;
	cursor: pointer;
	
	}




.carousel_cont_opccontenedor_opc_txt{
	position: absolute;
	bottom:20px;
	left: 5px;
	height:auto;
	width: 140px;
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	}


#opcdat1{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
#opcdat2{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
#opcdat3{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
#opcdat4{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
#opcdat5{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
#opcdat6{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
#opcdat7{
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}




#carousel_cont_opccontenedor_opc1_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	background-image: url("image/inicio/HIDALGO-CARR.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity:1;
	}


#carousel_cont_opccontenedor_opc2_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	background-image: url("image/inicio/Escaner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity:0.4;
	}

#carousel_cont_opccontenedor_opc3_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	background-image: url("image/inicio/BIM.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity:0.4;
	}

#carousel_cont_opccontenedor_opc4_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	background-image: url("image/inicio/digital.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity:0.4;
	}

#carousel_cont_opccontenedor_opc5_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	background-image: url("image/inicio/satelital.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity:0.4;
	}

#carousel_cont_opccontenedor_opc6_fondo{
	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	background-image: url("image/inicio/Hiperespectral.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity:0.4;
	}




