
/* #piePgConte */
#piePgConte {
	float: left;
    width: 100%;
    background-color: #01423f;
    padding: 2vh 0;
    color: #ffffff;
	margin-top: 0px !important;
	
}


#pie_upSubCont_1 {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
	/*background-color: antiquewhite;*/
}

.subElmCnt {
    flex: 1 1 calc(25% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.subElmCnt > h1 {
    color: #ffffff;
    font-size: 1.1rem;
	
	letter-spacing: -0.05em;
    font-weight: 800;
    transform: scaleY(1.4);
}

.subElmBox {
    padding: 2vh;
    background-color: #01858a;
    border-radius: 8px;
	min-height: 310px;
}

.subElmBox > p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
	
}

.subElmBox > label {
      color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
    margin: 1rem 0; /* Espaciado entre los párrafos */
    display: block; 
	
}

.subElmBox > hgroup{
	float: left;
	margin: 0px;
	padding: 0px;
	
}

.subElmBox > hgroup > img{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: auto;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}

.subElmBox > hgroup > img:hover {
    /* Zoom al pasar el mouse */
    transform: scale(1.1);
}

#netIco_2{
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}

.suElmDivMnu {
   display: flex;
    align-items: center; /* Centra verticalmente los elementos */
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 0.5rem;
    border-radius: 4px;
}

.suElmDivMnu > img{
	width: 15px;
    height: auto;
    margin: 0; /* Asegúrate de eliminar márgenes */
    display: block;
}

.suElmDivMnu:hover {
    background-color: #1e928e;
}

.suElmDivMnu label {
    color: #ffffff;
    margin: 0; /* Elimina cualquier margen en el label */
    line-height: 1;
}

#pie_upSubCont_2{
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 4vh;
}

#pie_upSubCont_2 > img{
	float: left;
	margin: 0px;
	width: 50px;
	height: auto;
	margin-left: calc((100% - 50px)/2);
	margin-bottom: 1vh;
	border-radius: 5px;
   filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
    animation: rotate3D 5s infinite linear; /* Aplica la animación 3D */
    transform-style: preserve-3d;
	border: 1px solid rgba(251,222,0,1.00);
	
}

@keyframes rotate3D {
    from {
        transform: rotateY(360deg); /* Comienza en 0 grados */
    }
    to {
        transform: rotateY(0deg); /* Termina en 360 grados */
    }
}

#pie_upSubCont_2 > p{
	width: 100%;
	float: left;
	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.pieSep{
	float: left;
	width: 303px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3vh;
	border-bottom: 1px solid rgba(25,175,181,0.50);
	padding-top: 1px;
	margin-left: calc((100% - 303px)/2);
	
	
	
}


#pie_upSubCont_3 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
	/*background-color: antiquewhite;*/
	margin-bottom: 0px;
	margin-top: 6.5vh;
}

#pie_upSubCont_3 > section{
	
	/*background-color: aqua;*/
}

#pie_upSubCont_3 > section > label{
	padding: 0px;
	margin: 0px;
	font-size: 1.2rem;
	margin-right: 0.5rem;
	font-weight: 500;
	 transform: scaleY(1.2);
}


@media screen and (max-width: 1013px){
	#subElPie_1{ /* pie */
		flex: 1 1 100%;
	}
	
	.subElmBox{ /* pie */
		min-height: unset !important;
	}
	
	#subE_1{ /* pie */
		min-height: none !important;
		
	}
	
	#subE_2, #subE_3, #subE_4{ /* pie */
		min-height: 309px !important;
		
		
	}
	
}

@media screen and (max-width: 923px) {


    #pie_upSubCont_1 { /* pie */
        flex-direction: column;
        gap: 1.5rem;
    }

	
    .subElmCnt { /* pie */
        flex: 1 1 100%;
    }
	
	.subElmBox{ /* pie */
		min-height: unset !important;
	}
	
	#subE_1{ /* pie */
		min-height: none !important;
		
	}
	
	#subE_2, #subE_3, #subE_4{ /* pie */
		min-height: unset !important;
		
		
	}
	
}

