@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

.portada{
	width:1124px;
	margin: 0 auto;
	position: relative;
}

main{width:1024px;
	margin: 0 auto}
body{
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin:0;
    padding:0}

nav{
	width:1124px;
	margin: 0 auto; /*centrar la botonera*/
	text-align: center; /*centrar el contenido*/
}

nav ul li{
	display: inline-block;
	list-style-type: none;
	padding: 10px 20px;
}

nav ul li a{
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: white;
	text-decoration: none}

.mariposas{
	width: 66%;
	position: absolute;
	right: 0;
	top: 215px;
	z-index: 1;
}

h1{
	font-family: "Figtree", sans-serif;
	font-weight: 300;
	font-size: 133px;
	font-style: italic;
	color:#FFF;
	text-align:center;
	padding: 120px 0px 480px 0px}

.linea-titulo{
	background-color: #FFF;
	width:50%;
	height:3px;
	margin:50px auto;
	border: 1px solid #FFF;
	border-radius: 10px;
}

.negrita-h{
	font-weight: 600;
	font-style: normal;}

.negrita{
	font-family: "Figtree", sans-serif;
	font-weight: 600}

.lila{
	font-family: "Figtree", sans-serif;
	color: #e7c6ff;}

p{
	font-family: "Figtree", sans-serif;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 33px}

h2{font-family: "Figtree", sans-serif;
	font-weight: 300;
	font-size: 66px;
	font-style: italic;
	color:#b8c0ff;
	margin: 0 0 15px 0;
}

h3{
	font-family: "Figtree", sans-serif;
	font-size: 26px;
	color: #FFF;
	opacity: 75%;
	margin: 0}

.inicio{
	display: flex;
	margin-top: -20px;
	width:1024px;
	justify-content: space-between;}

.col1{
	width: 48%;}

.migas{
	list-style: none;
	margin-left: 40px;}

.migas ul li{
	display: inline-block;
	list-style-type: none;
	padding: 10px 0px;}



.migas li+li:before {
 	font-weight: 300;
	font-size: 25px;
 	padding: 30px;
	color: #5b5182;
 	content: "/\00a0";
	vertical-align: super;}

.migas ul li a {
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	color: #c8b6ff;
	text-decoration: none;}

.migas ul li:first-child {
  padding-right: 0px;}

.migas2{
	vertical-align: super;}

h4{
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 106px;
	color:#e7c6ff;
	margin: 60px 0 15px 0;}

h5{
	font-family: "Figtree", sans-serif;
	font-weight: 500;
	font-size: 37px;
	color: #FFF;
	opacity: 75%;
	margin: 0}

.foto{
	width:100%;
	margin: 30 0;
}
.foto img{
	width:100%;
	margin-top: 15px;
	margin-bottom: 15px;}

.main2{
	width:1024px;
	margin: 0 auto}

.cursiva{
	font-style: italic}


.botones{
	margin-top: 40px;
	margin-bottom: 50px;}

.button{
	font-size:22px;
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	border-width:1px;
	color:#000;
	border-top-left-radius:28px;
	border-top-right-radius:28px;
	border-bottom-left-radius:28px;
	border-bottom-right-radius:28px;
	background:#ffd6ff;
	text-decoration: none;
	padding: 7px 35px;
}

.button:hover {
	background-color: #b081b1;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}

.separador2{
	display: flex;
	height: 1px;
	margin: 40px auto 30px auto;
}

.separador2::before,
.separador2::after {
	content:"";
	border-top: 3px solid #FFF;
	border-radius: 10px;
	flex-grow: 1;
}

.separador2::before{
	margin-right: 440px;
}


.separador2::after {
	margin-left: 440px;}

.sangria p{
	margin-left: 100px}

.linea-separador{
	background-color: #FFF;
	width:100%;
	height:1px;
	margin:40px auto;
	border: 1px solid #FFF;
	border-radius: 10px;
}

footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FFF;
	margin-top: 55px
}

footer img {

    width: 200px;
}

.conservatorio {
	width: 200px;
}
.cardsgroup {
	display: flex;
	justify-content:center;
}



.cards {
  display: flex;
	justify-content:space-around;
	width: 70%;
	padding-top: 120px;
	padding-bottom: 250px;

}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
  border-radius: 15px;
  width: 320px;
  height: 400px;
  text-decoration: none;
  color: #ffd6ff;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.card img {
  width: 200px;
  height: 200px;
  margin-bottom: 50px;
}

.card span {
	font-family: "Figtree", sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 15px 25px rgba(0,0,0,0.5);
  cursor: pointer;
}

.tarjeta-localizacion {
    background-color: rgba(0, 0, 0, 0.31); 
    border-radius: 15px;
    padding: 40px 70px; 
    max-width: 850px; 
    margin: 50px auto; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.contenido-principal {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
	align-items: center;
	}


.mapa-placeholder {
	overflow: hidden;
    height: 260px; 
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
	margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
}

.mapa-placeholder iframe{
    width: 100%; 
    height: 260px; 
    border: 0; 
}



.localizacion-texto{
	font-size: 15pt;
	line-height: 20pt
		
}

.cuadro-localizacion{
width:1024px;
	margin: 0 auto;
padding-bottom: 145px;
padding-top:25px}

.columna-mapa{
	display: grid;
	align-items: center}

.botones2{
	margin-top: 35px;
	margin-bottom: 25px;}

.buttonlink{
	font-size:22px;
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	border-width:3px;
	color:#000;
	border-top-left-radius:28px;
	border-top-right-radius:28px;
	border-bottom-left-radius:28px;
	border-bottom-right-radius:28px;
	background:#ffd6ff;
	text-decoration: none;
	padding: 7px 89.3px;
}

.buttonlink:hover {
	background-color: #b081b1;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}

.caja-listamain {
    background-color: rgba(0, 0, 0, 0.31); 
    border-radius: 15px;
    padding: 70px 70px; 
    max-width: 450px; 
    margin: 50px auto 150px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.contenedorlista {
    display: block;
	align-items: center;
	}


.contenido-listaindice {
    height: 500px; 
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
	margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
}

/*.contenido-listaindice ul li {list-style-type: none
}
*/
.contenido-listaindice ul li a{font-family: "Figtree", sans-serif;
	font-size: 27px;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
}

.contenido-listaindice ul li a:hover {
    text-decoration: underline #FFF;
	  text-decoration-style:wavy;
}
.caja_mariposas{ width: 100%; overflow:hidden;}


@media only screen and (max-width: 400px) {
    
    nav{
	width:100%;
	text-align: center; /*centrar el contenido*/
}
    nav ul li a{
	
	font-size: 1em;
	}
    nav ul li{
	
	padding: 10px 5px;
}
    
    h1{font-size: 1.2em;}
    
    main{width:90%; display: block;
	margin: 0 auto}
    
        footer {
    display:block;
    width: 100%;
            background-color: rgba(255,255,255,1.00);
     padding:10px;
}
 
    footer img {
    display:block;
    width: 150px;
     margin:10px auto
}
    
    .inicio{
	
	width:90%; display:block;
	}
      .portada{
	
	width:90%; display:block;
	}
    .main2{
	width:100%;
	margin: 0 auto}
    
    .cuadro-localizacion{
width:90%;
	margin: 0 auto;
padding-bottom: 10px;
padding-top:25px}
    
    .col1{ display:block;
	width: 100%;}
    
    .cardsgroup {
	display: block;
		width: 100%;
}



.cards {
  display:block;

	width: 80%;
	margin: 20px auto;
	

}
    .tarjeta-localizacion {
    width: 80%;
	margin: 20px auto;
	
}
    .cuadro-localizacion{
width: 100%;
	margin: 20px auto;}
    
    .contenido-principal {
    width: 100%;
	margin: 20px auto;
	}
    .columna-mapa{
	display: block;

}

