@font-face {
    font-family: 'IberPangea';
    font-display: swap;
    src: url('IberPangeaVAR.woff2') format('woff2');
}

@font-face {
    font-family: 'IberPangea-Light';
    font-display: swap;
    src: url('IberPangea-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'IberPangea-Regular';
    font-display: swap;
    src: url('IberPangea-Regular.woff2') format('woff2');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'IberPangea-Light', 'sans-serif', Arial;
     /* Evitar la barra de desplazamiento horizontal */
     overflow-x: hidden;
}


h4 {
    padding: 10px;
    font-size: 26px;

}

h1 {
    font-size: 35px;
}

section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}


.iconos {
    margin-top: 15px;
    height: 120px;

}
.iconos-chinchetas {
    margin-top: 15px;
    height: 35px;
    margin-top:2px;
    margin-bottom:2px;

}
.iconos-descarga {
     width: 90px;
     height: 30px;    
     text-align: left;
     margin-top:5px;
     margin-bottom:10px;
}

.iconos-bandera {
    margin-top: 70px;
    height: 25px;
    margin-right: 25px
}

.titulo-centrado-grande {
    font-size: 66px;
    text-align: middle;
    vertical-align: middle;
    margin-left: 10%;
    margin-right: 10%;

}

.texto-centrado-grande {
    font-size: 28px;
    text-align: middle;
    vertical-align: middle;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1;

}

.video-texto-centrado-grande {
    font-size: 28px;
    text-align: middle;
    vertical-align: middle;
    margin-left: 5%;
    margin-right: 5%;
}

.icono-centrado-grande {
    margin-top: 15px;
    width: 523px;

}

.titulo-centrado {
    font-size: 35px;
    text-align: middle;
    vertical-align: middle;
    line-height: 2;
    padding: 10px;
}

.parrafo-centrado {
    font-size: 21px;
    text-align: middle;
    vertical-align: middle;
    line-height: 2;


}

.carousel-caption * {

    text-decoration: none;
    font-size: 46px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    transition: 0.5s padding;
    text-align: center;
}

.carousel-caption h3 {
    text-decoration: none;
    font-size: 36px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    transition: 0.5s padding;
    text-align: center;
}

/* UBICACION */
.titulo-izquierda-ubicacion {
    font-size: 35px;
    text-align: left;
    vertical-align: middle;
    font-weight: 700;
    line-height: 2;
}
.parrafo-izquierda-ubicacion {
    font-size: 21px;
    text-align: justify;
    margin-right: 7%;
    vertical-align: middle;
    list-style: none;
    line-height: 2;
}

.titulo-derecha-ubicacion {
    font-size: 35px;
    text-align: right;
    vertical-align: middle;
    font-weight: 700;
    line-height: 2;
}
.parrafo-derecha-ubicacion {
    font-size: 21px;
    text-align: right;
    margin-right: 7%;
    vertical-align: middle;
    list-style: none;
    line-height: 1;
}


.titulo-izquierda-tipologias {
    font-size: 35px;
    text-align: left;
    vertical-align: middle;
    line-height: 2;
}
.parrafo-izquierda-tipologias {
    font-size: 21px;
    text-align: justify;
    margin-right: 7%;
    vertical-align: middle;
    list-style: none;
    line-height: 2;
}

.parrafo-izquierda-tipologias-asterisco {
    font-size: 18px;
    text-align: justify;
    margin-left: 5%;
    vertical-align: middle;
    list-style: none;
    line-height: 2;
}

.img-tipologia {
    width: 100%;
    max-height: 450px;
    border-radius: 20px;
    margin-bottom: 10px;
   
  }


.titulo-derecha-tipologias {
    font-size: 35px;
    text-align: right;
    vertical-align: middle;
    line-height: 2;
}
.parrafo-derecha-tipologias {
    font-size: 21px;
    text-align: right;
    margin-right: 7%;
    vertical-align: middle;
    list-style: none;
    line-height: 2;
}

.parrafo-derecha-tipologias-asterisco {
    font-size: 18px;
    text-align: justify;
    margin-right: 7%;
    vertical-align: middle;
    list-style: none;
    line-height: 2;
}




.gris {
    background-color: #cdcdcd;
}



/**/


#myBtn {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(0, 64, 42);
    font-size: 54px;
    color: #FFF5EC;
    border-radius: 50% 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px;
}



#myBtn i {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 50px;
}

#myBtn:hover {
    background-color: #00402A;
}


.header_cierre {
    background-color: #FBB03B;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    font-style: italic;
    color: #000;
    justify-content: center;
    line-height: 2;
}

.ocultar {
    display: none;
}

.flechas {
    position: fixed;
    top: 600%;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: ##00402A;
    font-size: 54px;
    color: white;
    border-radius: 50% 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px;
}

.pie {
    background-color: #00402A;
    height: 150px;

}

.pielogo {
    display: block;
    margin: auto;
    height: 100px;
}


.zoom {
    position: relative;
    height: 600px;
}

.zoom .zoom-desc {
    background-color: #FFF5EC;
    color: #00402A;
    transition: 0.5s padding;
    text-align: center;
    font-size: 36px;
    top: auto;
    right: 40px;
    position: absolute;
    bottom: 30px;
    padding: 20px;
    vertical-align: middle;
    border-radius: 20px;
}

.zoom .zoom-descComercial {
    background-color: #FFF5EC;
    /* IBERDROLA SAND */
    color: #00402A;
    /* IBERDROLA IBERDROLA FOREST */
    transition: 0.5s padding;
    text-align: center;
    font-size: 36px;
    top: auto;
    right: 40px;
    position: absolute;
    bottom: 30px;
    padding: 20px;
    vertical-align: middle;
    border-radius: 20px;
    font-family: 'IberPangea-Light', 'sans-serif', Arial;

}

.zoom .zoom-descPatrimonio {
    background-color: #00402A;
    color: white;
    transition: 0.5s padding;
    text-align: center;
    font-size: 36px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: 35%;
    margin-right: 35%;
    padding: 30px;
    vertical-align: middle;
    border-radius: 20px;
    font-family: 'IberPangea-Light', 'sans-serif', Arial;
}

.img-anim {
    width: 100%;
    height: 600px;
    background-size: 110% 110%;
    background-position: center center;
    animation: shrink 5s infinite alternate;

}




@media only screen and (min-width: 320px) and (max-width: 810px) and (min-device-width: 320px) and (max-device-width: 810px) and (orientation: portrait) {
    .zoom {
        height: 200px;
    }

    .img-anim {

        height: 200px;
    }

    .zoom .zoom-descPatrimonio {
        font-size: 18px;
        margin-left: 25%;
        margin-right: 25%;
        padding: 10px;
    }

    .zoom .zoom-descComercial {
        font-size: 16px;
        position: absolute;
        bottom: 30px;
        padding: 20px;

    }

    .iconos {

        height: 90px;
    }

    .iconos-bandera {
        margin-top: 55px;
        height: 15px;
    }


    .carousel-caption * {

        text-decoration: none;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        transition: 0.5s padding;
        text-align: center;
    }

    .carousel-caption h3 {
        text-decoration: none;
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        transition: 0.5s padding;
        text-align: center;
    }

    #myBtn {
        font-size: 30px;
        border-radius: 50% 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
        width: 60px;

    }

    #myBtn i {
        padding-top: 10%;
        padding-bottom: 5%;
        font-size: 30px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
    .zoom {
        height: 300px;
    }

    .img-anim {

        height: 300px;
    }

    .zoom .zoom-descPatrimonio {
        font-size: 14px;
        margin-left: 25%;
        margin-right: 25%;
        padding: 10px;
    }

    .zoom .zoom-descComercial {

        font-size: 16px;
        position: absolute;
        bottom: 30px;
        padding: 20px;

    }

    .iconos {
        margin-top: 15px;
        height: 90px;
    }


    .carousel-caption * {

        text-decoration: none;
        font-size: 24px;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        transition: 0.5s padding;
        text-align: center;
    }

    .carousel-caption h3 {
        text-decoration: none;
        font-size: 18px;
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        transition: 0.5s padding;
        text-align: center;
    }

    #myBtn {
        font-size: 30px;
        border-radius: 50% 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
        width: 60px;
    }

    #myBtn i {
        padding-top: 10%;
        padding-bottom: 5%;
        font-size: 30px;
    }


}


@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }

}



.logo-enlace {
    width: 50%;
    max-width: 150px;
    vertical-align: bottom;
}



@media screen and (max-width: 1080px) {

    #carouselExampleCaptions {
        display: block;
    }

    .accordion {
        display: none;

    }

}

@media screen and (min-width: 1081px) {

    #carouselExampleCaptions {
        display: none;
    }

    .accordion {
        display: block;

    }

}

/* Estilos para dispositivos mÃ³viles */
@media (max-width: 768px) {
    nav {
        flex-direction: column;
    }

    .logo {
        margin-bottom: 10px;
        /* Espacio entre los logos en dispositivos mÃ³viles */
    }
}


@media only screen and (min-width: 320px) and (max-width: 810px) and (min-device-width: 320px) and (max-device-width: 810px) {



    .titulo-centrado-grande {
        font-size: 45px;


    }

    .texto-centrado-grande {
        font-size: 21px;


    }

    .titulo-centrado {
        font-size: 28px;


    }


    .parrafo-centrado {
        font-size: 18px;

    }


    .titulo-izquierda {
        font-size: 21px;
       }
       .parrafo-izquierda {
        font-size: 16px;

    }

    .titulo-derecha {
        font-size: 21px;


    }
        
    .parrafo-derecha {
        font-size: 16px;

    }


    .titulo-topo-izquierda {
        font-size: 21px;
    

    }

    .titulo-topo-derecha {
        font-size: 21px;
    }

    /* UBICACION */
    .titulo-izquierda-ubicacion {
        font-size: 21px;
  
    }

    .parrafo-derecha-ubicacion {
        font-size: 16px;

    }

    .parrafo-izquierda-ubicacion {
        font-size: 16px;
  
    }


    .titulo-izquierda-tipologias {
        font-size: 21px;

    }
    .parrafo-izquierda-tipologias {
        font-size: 16px;

    }
    
    .parrafo-izquierda-tipologias-asterisco {
        font-size: 12px;
 
    }
    
 .titulo-derecha-tipologias {
        font-size: 21px;

    }
    .parrafo-derecha-tipologias {
        font-size: 16px;

    }
    
    .parrafo-derecha-tipologias-asterisco {
        font-size: 12px;
 
    }
    h4{
        font-size: 21px;
    }
    .logo-enlace {
        width: 40%;
        max-width: 213px;
    
    }

}

	.required-message {
		display: none;
		color: red;
		font-size: 0.875rem;
		margin-top: 5px;
	}
	/* Estilos para centrar la alerta verticalmente */
	.centered-alert {
		position: fixed;
		top: 50%;
		left: 10%;
		text-aling:left;
		transform: translate(-0%, -50%);
	}       
    /* Anulando el estilo de centrado de texto */
    .left-align-text {
      text-align: left !important;
    }
    
        /* Estilos adicionales */
    .zoom-effect {
      animation: zoom 10s infinite alternate;
      max-width: 100%; /* Ajustar tamaño máximo de la imagen */
      height: auto; /* Permitir que la altura se ajuste automáticamente */
    }

    @keyframes zoom {
      0% {
        transform: scale(1);
      }
      100% {
        transform: scale(1.1);
      }
    }
    
    