@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
}

.logo-container {
  width: 100%;
  max-width: 200px;  /* You can adjust this value */
  margin: 0 auto;
}

.responsive-logo {
  width: 400px;
  height: auto;
  display: block;
  max-width: 100%;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  margin-top:40px;
}

/*texto parrafo general*/
p{
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    font-style:normal;
    font-size: 20px;
}

/*cabecera*/
.logocabecera{
    margin-top: 40px;
	maargin-left: 15px;
	margin-right: 15px;
	margin-bottom:20px;
	height: auto;
	max-width: 100%;
}



/*barra de navegacion*/
.contenedor_chamakes{

    background-color: #F7F7F7;
    box-shadow: -10px 0 10px #C0C0C0;
    min-height: 90px;
}

.menu_chamakes{
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icono_chamakes{
    width: 70px;
}

.menu_chamakes .navegador ul li{
    list-style: none;
    position: relative;
    float:left;
}

.menu_chamakes .navegador ul li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    font-style:normal;
    padding: 10px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_chamakes .navegador ul li a:hover{
    background-color: #DBD7D2;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_rosa:hover{
    background-color: #ff006e;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_ambar:hover{
    background-color: #ffbe0b;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_naranja:hover{
    background-color: #fb5607;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_lila:hover{
    background-color: #8338EC;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_azul:hover{
    background-color: #0d43ff;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_aqua:hover{
    background-color: #00f5d4;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_verde:hover{
    background-color: #32cd32;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

.menu_chamakes .navegador ul li .secc_imagen:hover{
    background-color: #4d27ba;
    color: white;
    border-radius: 0px 0px 15px 15px;
}

#menu{
    display: none;
}

.menu-icono{
    width: 50px;
}

.menu_chamakes label{
    cursor: pointer;
    display: none;
}

/*banner*/
.seccion_imagen{
    background-color: #ff4d6d;
    margin-top: 0px;
    min-height: 350px;
}

.cono{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }


/*Tarjeta Modal*/



.modal-seccion{

    width:100%;
    height:100vh;
    position: fixed;
    top:0; left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;


    visibility: hidden;
    opacity: 0;
    /* position: fixed;*/
    padding: 1rem;
    bottom: 0;
    /* left: 0;*/
    right: 0;
    /* display: flex;
    align-items: center;
    justify-content: center;*/
    background:rgba(255,77,109,0.75);
    transition: all .4s;


}

.modal-content-seccion{

    padding: 20px;
    position: relative;
    width: 450px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0 0 0 / .15);
    z-index: 1001;
}

.modal-content-seccion h2{
    margin-top: 20px;
}

.modal-content-seccion p{
    margin: 20px 0;
}

.modal-img-seccion{
    width: 100%;
}

.modal-img-seccion img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #ff4d6d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-btn a{
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
}

.close-btn a:hover{
    background-color: #4D6DFF;
    border-radius: 5px;
    transform: scale(1.2);
}

.modal-seccion:target{
    visibility: visible;
    opacity: 1;
}



.borde_img{
    border-radius: 20px;
    align-self: center;
}

.autor i{
    font-size: 30px;
    color: #4BD5C6;
    padding-right: 10px;
    }

.autora i{
    font-size: 30px;
    color: #FF007B;
    padding-right: 10px;
    }

.texto_aut{
    font-weight: 500;
    font-style:normal;
    font-size: 15px;
    color: #696969;
    text-align: left;
}

.versal-aut{
    font-weight: 600;
}

.t1-tarjeta-imagen{
    color: #ff4d6d;
    font-size: 25px;
    text-align: left;
}

.texto-modal-izq{
    line-height:1.5;
    font-size: 15px;
    text-align: left;
}

.texto-modal-izq em{
    line-height:1.5;
    font-size: 15px;
    text-align: left;
}


/*tarjetas*/
.t1-tarjeta{
    color: #ff4d6d;
    font-size: 25px;
}

.texto-tarjeta{
    color: #1B1B1B;
}

.tarjeta-animacion{
    transition: all 0.3s;
}

.tarjeta-animacion:hover {
    transform: scale(1.1);
}


/*pie de pagina Chamakes*/
.seccion_imagen_pie{
    background-color: #ff4d6d;
    margin-top: 0px;
    min-height: 180px;

}

.h4_secc{
    font-weight: 700;
    font-style:normal;
    font-size: 20px;
    z-index: 1;
}

.pie_secc{
    font-weight: 300;
    font-style:normal;
    font-size: 15px;
    z-index: 1;
    text-align: left;
}

.pie_secc_2{
    font-weight: 500;
    font-style:normal;
    font-size: 15px;
    z-index: 1;
    text-align: left;
}

.link_pie{
    font-weight: 300;
    font-style:normal;
    font-size: 18px;
    color: #00FF3C;
    z-index: 1;
}

.link_pie:hover{
    font-weight: 500;
    color: #D50027;
    z-index: 1;
}


.texto-blanco{
    color: white;
    z-index: 1;
}



/*RESPONSIVE*/

/*responsive menu*/
@media(max-width:1199px){
    .contenedor_chamakes{
        min-height: 70px;
    }
    .menu_chamakes{
        top: 0;
        padding: 20px;
    }
    .menu_chamakes label{
        display: initial;
    }
    .menu_chamakes .navegador{
        position:absolute;
        top:100%;
        left: 0%;
        right: 0%;
        background-color: #F7F7F7;
        box-shadow: 0 10px 10px #C0C0C0;
        border-radius: 0px 0px 15px 15px;
        display: none;
		z-index:99;
    }
    .menu_chamakes .navegador ul li{
        width: 100%;
    }
    #menu:checked ~ .navegador{
        display: initial;
    }

}

.modal-content-seccion {
    padding: 20px;
    position: relative;
    width: 400px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0 0 0 / .15);
    z-index: 1001;
}


/* CATEGORÍAS */

/* container */
.responsive-two-column-grid {
    display:block;
}

/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.categorias {
  align-items: center;
  padding: 10px 10px 10px 10px;

}

.categorias img {
	align-content: center;
	width: 50%;
	margin-top:40px;
}

h2 {
  font-size: 30px;

}

p {
  font-size: 15px;

}

.asteroides {
  padding: 10px 30px 30px 10px;
}

/* CATEGORÍAS */

/* container */
.responsive-two-column-grid {
    display:block;
}

/* columns */
.responsive-two-column-grid > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}



.boton_enlace_biblioteca{
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1.5px solid #a02142;
    box-shadow: 1px 1px 5px #a02142;
    color: white;
    background-color: #691b32;
	text-decoration: none;
}

.boton_enlace_biblioteca:hover{
    color: white;
    background-color: #cb9804;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;


}

.hero .container {
  position: relative;
  z-index: 3;
}


.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 400;
  margin-bottom: 30px;
}




@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.iconos-hero {
	padding: 15px;
	margin:10px;
	display: inline-block;
}

/*secciones iconos */

.iconos-secciones{
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
    justify-content:center;
    align-content:center;
}

.boton-secciones{
    margin: 30px;
}

.iconos-secciones p {
	text-align: center;
	font-size:15px;
	margin-top:15px;
	font-weight: bold;
}

/* ACORDEON */

body {

  background: #f7f7f7;
  padding: 30px;
}

.faq-section {
  max-width: auto;
  margin: auto;
	margin-bottom:30px;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}


.faq-question {
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question:hover {
 background-color: #e6d194;
}

.faq-question::active {
 background-color: #e6d194;
}


.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;


}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;

}

.faq-answer:hover {
  display: none;
  margin-top: 10px;
  color: #691b32;
	font-weight: bold;

}

a:focus, a:hover {
    color: white;
    text-decoration: none;
}
