@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;}/*barra de navegacion*/.contenedor_chamakes{    background-color: #F7F7F7;    box-shadow: -10px 0 10px #C0C0C0;    min-height: 80px;}.menu_chamakes{    position: relative;    top: 10px;    left: 0;    right: 0;    display: flex;    align-items: center;    justify-content: space-between;}.icono_chamakes{    width: 50px;}.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;}/*cabecera*/.logocabecera{    padding-top: 5px;}.line_ambar{    border: .5px solid #ffbe0b;}/*contenido*/.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;}.versal-aut{    font-weight: 600;}.t1-tarjeta-ambar{    color: #ffbe0b;    text-align: left;}.t2-tarjeta-ambar{    color: #E5B124;    text-align: left;}.texto-parafo{    line-height:1.7;    font-size: 20px;    text-align: left;}.texto-parafo-izq{    line-height:1.7;    font-size: 20px;    text-align: left;}.resaltado-tarjeta_ambar{    font-weight: 500;    font-size: 20px;    color: #0A4BFF;}.texto-resaltado{    font-weight: 300;    font-style:normal;    font-size: 25px;    color: #0A4BFF;}.texto-resaltado-izq{    font-weight: 300;    font-style:normal;    font-size: 25px;    color: #0A4BFF;    text-align: left;}.palabra-texto-resaltado{    font-weight: 500;    font-style:normal;    font-size: 25px;    color: #0A4BFF;}.texto_pie_imagen{    font-weight: 300;    font-style:normal;    font-size: 15px;    color: #696969;}.texto_pie_imagen em{    font-weight: 300;    font-style:italic;    font-size: 15px;    color: #696969;}.borde_img{    border-radius: 20px;    align-self: center;}.boton_secc_ambar{    font-size: 15px;    font-weight: 500;    padding: 5px 20px;    border-radius: 5px;    border: 1.5px solid #856100;    box-shadow: 1px 1px 5px #856100;    color: #1B1B1B;    background-color: #ffbe0b;}.boton_secc_ambar:hover{    color: white;    background-color: #856100;}/*pie de chamakes*/.seccion_ambar_pie{    background-color: #ffbe0b;    margin-top: 0px;    min-height: 180px;}.texto-blanco{    color: white;}.texto-negro{    color:#1B1B1B;}.h4_secc{    font-weight: 700;    font-style:normal;    font-size: 20px;    text-align: left;}.pie_secc{    font-weight: 300;    font-style:normal;    font-size: 15px;    text-align: left;}.pie_secc_2{    font-weight: 500;    font-style:normal;    font-size: 15px;    text-align: left;}.pie_secc_2_mail{    font-weight: 600;    font-style:normal;    font-size: 17px;    text-align: left;    color: black;}/*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;    }    .menu_chamakes .navegador ul li{        width: 100%;    }    #menu:checked ~ .navegador{        display: initial;    }}