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

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

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

/*cabecera*/
.logocabecera{

	margin-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: 120px;
}

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

.icono_chamakes{
    width: 100px;
}

.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: 20px;
    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: #4d27ba;
    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: #4d27ba;
    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);
}

.boton_secc_imagen{
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1.5px solid #4d27ba;
    box-shadow: 1px 1px 5px #FF1D47;
    color: white;
    background-color: #ff4d6d;
}

.boton_secc_imagen:hover{
    background-color: #FF1D47;
}

/*pie de pagina Chamakes*/
.seccion_imagen_pie{
    background-color: #4D1CBD;
    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;
}

.pie_secc_2_mail{
    font-weight: 600;
    font-style:normal;
    font-size: 17px;
    text-align: left;
    color: #00FF3C;
}

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

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

/*RESPONSIVE*/

/*responsive menu*/
@media(max-width:999px){
    .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;
}
