@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@400;700&display=swap');
a{
    text-decoration: none;
}
.contenedor{
    background-image: url(../img/bg-frames-generales.png);
    width: auto;
    background-size: cover;
    height: 100vh;
    align-items: center;
    display: flex;
    font-family: 'MuseoModerno', cursive;
    flex-direction: column;
}
.cuadro-blanco{
    background-color: #D9D9D9;
    width: 80%;
    margin: auto;
    flex-direction: column;
    

}
.cuadro-naranja{
    background-color: #D35B2B;
    display: block;
    width: 300px;

}
.contenido-cuadro-blanco{
    flex-basis: 77%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.logo{
    padding: 20px;
    margin: auto;
    text-align: center;
}
.logo img{
    width: 80%;
}

.contenido-cuadro-blanco .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}
.contenido-cuadro-blanco .logo:before{
    content: "";
    width: 170px;
    background-image: url(../img/ico-web.png);
    height: 150px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;

}
.etiquetas-idiomas{
    width: 100%;
    text-align: center;

}
.etiquetas-idiomas ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.etiquetas-idiomas ul li{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 2rem;
}
.etiquetas-idiomas ul li a{
    font-size: 2rem;
    text-decoration: none;
    color: #000000;
}


.banderas{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-around;
    gap: 1rem;
}
.interna{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.texto-inicial{
    text-align: center;
    margin-bottom: 10px;
}
.texto-1{
    text-align: center;
    font-size: 2rem;
    font-family: 'MuseoModerno', cursive;
}
.texto-1 span, .texto-2 span{
    color: #D35B2B;

}

.texto-2{
    text-align: center;
    font-size: 4rem;
    font-family: 'MuseoModerno', cursive;
    font-weight: 700;
}
.titulo{
    text-align: center;
    line-height: 3rem;
    padding: 40px;
}
.textos{
    padding: 20px;
    font-size: 1rem;
    font-weight: 100;
}
.boton{
    border: none;
    padding: 0px 10px;
    background-color: #d35b2b;
    width: max-content;
    color: white;
    margin: 10px auto;
    display: block;
}
.mapamundi{
    text-align: center;
    margin: 70px auto;
    width: 75%;

}
.mapamundi img{
    width: 100%;
}

#info{
    position: absolute;
    width: 30%;
    top: 5%;
    left: 70%;
    margin: 0 auto;
    height: 600px;
    overflow: auto;

}
#infotext{
    margin:10px;
    padding:10px;
    border-radius:15px;
    z-index:701;
    font-size:1.2rem;
    line-height: 1.2rem;
    color: #ffffff;
    background-color: rgb(0 0 0 / 36%);


}
.piefoto{
    width: 100%;
    background-color: #ffffff;
    display: block;
    padding: 5px;
    border-radius: 2px;
    color: #000000;
    word-wrap: break-word;
}
.cuadro-blanco-galeria{
	width: 100%;

	
}
.fotografo{
    display: flex;
    margin-top: 10px;
    justify-content: flex-start;
    color: #ffffff;
    font-weight: 600;

}
.fotografo::before{
    content: '';
    background-image: url(../img/camera.png);
    width: 30px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10px;
    margin-right: 10px;

    
}
.cuadro-naranja-galeria{
    width: 80%;
    padding: 20px;
    background: #d35b2b;

}
.foto{
    flex-basis: 60%;

}
.foto img{
    width: 100%;

}
.textos-g{
    position: unset;
    flex-basis: 40%;

}
.foto-item{
    display: flex;
}
.texto-lateral{
    padding: 10px;
    max-height: 370px;
    overflow: auto;

}
.carousel-control-prev{
    display: none;
}
.carousel-control-next{
    display: none;

}
@media (max-width:780px){
    .contenido-cuadro-blanco .logo{
        display: block;

    }
    .contenido-cuadro-blanco .logo::before{
        display: none;
    }
    .cuadro-naranja{
        display: none;

    }

    .cuadro-blanco{
        width: 100%;
        
    }
    .texto-2{
        font-size: 3rem;
    }
    .banderas{
        width: 100%;
        display: block;
        padding: 10px;

    }
    .contenido-cuadro-blanco{
        width: 100%;
        display: block;

    }
    .etiquetas-idiomas ul li a{
        font-size: 1rem;
    }
    .foto-item{
        display: block;
    }
    .textos-g{
        display: block !important;
        text-align: left;
       
    
    }


}
