:root {
    --color_1: #F5EEE8;
    --color_2: #d8c5b8;
    --bar_color_1: #E3243F;
    --bar_color_2: #f8bf2f;
    --bar_color_3: #4f9c3d;
    --bar_color_4: #33bbde;
    --bar_color_5: #9e1b43;
    --bar_color_6: #fc6831;
    --bar_color_7: #d81b68;
    --bar_color_8: #c59638;
    --bar_color_9: #417d46;
    --bar_color_10: #5abe38;
    --bar_color_11: #0c6999;
    --bar_color_12: #1b4969;
    --botonRojo: #E3243F;
    --funteParrafos: font-family: 'Fauna One', serif;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Fauna One', serif;
}


/*Responsives 

@media (max-width: 1680px) {
    body {
        background-color: rgb(194, 87, 0);
    }
}

@media (max-width: 1280px) {
    body {
        background-color: rgb(194, 0, 0);
    }
}

@media (max-width: 1024px) {
    body {
        background-color: rgb(0, 194, 42);
    }
}

@media (max-width: 800px) {
    body {
        background-color: rgb(99, 99, 99);
    }
}

@media (max-width: 600px) {
    body {
        background-color: #e4f12e;
    }
}

@media (max-width: 480px) {
    body {
        background-color: rgb(0, 112, 156);
    }
}
*/


/* Globales */

.contenedor {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}

h5 {
    color: white;
    font-size: 2rem;
}

img {
    max-width: 100%;
}

.botonRojo {
    background-color: var(--botonRojo);
    color: white;
    font-family: 'Fauna One', serif;
    padding: 0.9rem 0.6rem;
    border-radius: 2rem;
    font-size: 3rem;
    width: 25rem;
    border: none;
    cursor: pointer;
}

.botonRojo:hover {
    background-color: rgb(0, 146, 156);
    border-radius: 15px;
    transition: .5s;
}

@media (max-width: 799px) and (min-width: 601px) {
    .botonRojo {
        font-size: 2.5rem;
        width: 25rem;
    }
}

@media (max-width: 600px) and (min-width: 481px) {
    .botonRojo {
        font-size: 2rem;
        width: 170px;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .botonRojo {
        display: block;
        font-size: 1.5rem;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: -21px;
        width: 15rem;
    }
}

.botonPop {
    background-color: var(--color_2);
    color: rgb(0, 0, 0);
    font-family: 'Fauna One', serif;
    padding: 0.2rem 0.4rem;
    border-radius: 2rem;
    font-size: 4rem;
    width: 25rem;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 7px 4px 0px 3px rgba(125, 125, 125, 1);
    -moz-box-shadow: 7px 4px 0px 3px rgba(125, 125, 125, 1);
    box-shadow: 7px 4px 0px 3px rgba(125, 125, 125, 1);
}

@media (max-width: 768px) {
    .botonPop {
        font-size: 2.5rem;
        width: 20rem;
    }
}

@media (max-width: 480px) {
    .botonPop {
        font-size: 2rem;
        width: 15rem;
    }
}


/* Utilidades */

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.centrar-texto {
    text-align: center;
}


/*
=====================================
Start
=====================================
*/


/*
=====================================
CABECERA
=====================================
*/

.header {
    padding: 25px 0 25px;
}

.header .container {
    position: relative;
}

.header .img_visinario {
    display: flex;
    justify-content: center;
}

.header .img_visinario img {
    width: 40rem;
    display: inline-block;
    align-items: center;
    margin-left: 0rem;
    margin-top: 0;
}

.header .wrapper_logo {
    background-color: var(--color_1);
    position: absolute;
    right: 0;
    top: -25px;
    clip-path: polygon(100% 0, 100% 100%, 50% 77%, 0% 100%, 0% 0%);
    width: 23rem;
    height: 26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.header .wrapper_logo img {
    max-width: 65%;
    margin: 0 auto;
    display: table;
    margin-top: -5rem;
}

@media (max-width: 1680px) {
    .header .wrapper_logo {
        width: 20rem;
        height: 21rem;
    }
    .header .img_visinario img {
        width: 37rem;
        margin-left: -5rem;
        margin-top: -1rem;
    }
}

@media (max-width: 1024px) {
    .header .wrapper_logo {
        width: 17rem;
        height: 18rem;
    }
    .header .img_visinario img {
        width: 27rem;
        margin-left: -5rem;
        margin-top: -1rem;
    }
}

@media (max-width: 800px) {
    .header .wrapper_logo {
        width: 13rem;
        height: 14rem;
    }
    .header .img_visinario img {
        width: 20rem;
        margin-left: -5rem;
        margin-top: -1rem;
    }
}

@media (max-width: 600px) {
    .header .wrapper_logo {
        width: 10rem;
        height: 11rem;
    }
    .header .img_visinario img {
        width: 16rem;
        margin-left: -5rem;
        margin-top: -1rem;
    }
    .header .wrapper_logo img {
        margin-top: -2rem;
    }
}

@media (max-width: 480px) {
    .header .wrapper_logo {
        width: 9rem;
        height: 10rem;
    }
    .header .img_visinario img {
        width: 14rem;
        margin-left: -3rem;
        margin-top: -1rem;
    }
}


/*
===============================
SLIDER
==============================
*/

.slider_contenedor {
    max-width: 100%;
    max-height: 100vh;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-top: -1.2rem;
}

.mySlider img {
    width: 100%;
    max-height: 100vh;
    height: inherit;
    vertical-align: top;
    transition: 2s;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .mySlider img {
        max-height: 70vh;
    }
}

.direccion {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.direccion a {
    color: #000;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
}

.direccion a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.barras {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    z-index: 5;
}

.barra {
    cursor: pointer;
    height: 4px;
    width: 25px;
    margin: 0 2px;
    background-color: #dcdde1;
    display: inline-block;
    margin-left: 3px;
    border-radius: 5px;
}

@media (min-width: 1024px) {
    .barra {
        height: 14px;
        width: 40px;
        margin: 0 8px;
    }
}

@media (max-width: 1023px) and (min-width: 800px) {
    .barra {
        height: 12px;
        width: 39px;
        margin: 0 5px;
    }
}

@media (max-width: 799px) and (min-width: 601px) {
    .barra {
        height: 9px;
        width: 35px;
        margin: 0 5px;
    }
}

@media (max-width: 600px) and (min-width: 481px) {
    .barra {
        height: 6px;
        width: 30px;
        margin: 0 5px;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .barra {
        height: 5px;
        width: 27px;
        margin: 0 4px;
    }
}

.mySlider {
    display: none;
}

._active {
    display: block;
}

.active_ {
    background-color: var(--bar_color_1);
}

.fade {
    animation-name: fade;
    animation-duration: 0.5s;
}

@keyframes fade {
    0% {
        opacity: .9;
    }
    100% {
        opacity: 1;
    }
}


/*aumento de tamaño  imagen*/

.fondoSlider {
    background-color: #d8c5b7;
    height: 0rem;
}

@media (max-width: 480px) {
    .fondoSlider {
        height: 15rem;
    }
}


/*Texto dentro del slider*/

.caption {
    color: rgb(0, 0, 0);
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 80%;
    z-index: 3;
    padding: 3rem;
    border-radius: 15px;
}

.captionCircle {
    background-color: rgba(73, 73, 73, 0);
}

.caption h2 {
    color: white;
    font-size: 4rem;
    line-height: 5.5rem;
}

.caption p {
    width: 60rem;
    font-size: 2.7rem;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 799px) and (min-width: 601px) {
    .caption h2 {
        font-size: 3rem;
        line-height: 33px;
    }
    .caption p {
        font-size: 2.4rem;
        width: 100%;
    }
}

@media (max-width: 600px) and (min-width: 481px) {
    .caption {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        padding: 1rem 3rem;
    }
    .direccion a {
        padding: 8px;
    }
    .direccion a img {
        width: 70%;
    }
    .caption h2 {
        font-size: 3rem;
        line-height: 33px;
    }
    .caption p {
        font-size: 16px;
        margin: auto;
        margin-bottom: 12px;
        text-align: justify;
        width: 100%;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .caption {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        padding: 1rem 1rem;
    }
    .direccion a {
        padding: 8px;
    }
    .direccion a img {
        width: 70%;
    }
    .caption h2 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .caption p {
        font-size: 16px;
        margin: auto;
        margin-bottom: 12px;
        text-align: justify;
        width: 100%;
    }
}


/*
====================
Barra de colores que se repite dos veces en la plantilla
======================
*/

.bars_colors {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.bars_colors [class*="bar_color_"] {
    height: 10px;
}

.bars_colors .bars_2[class*="bar_color_"] {
    margin-top: 0rem;
}

.bars_colors .bar_color_1 {
    background-color: var(--bar_color_1);
}

.bars_colors .bar_color_2 {
    background-color: var(--bar_color_2);
}

.bars_colors .bar_color_3 {
    background-color: var(--bar_color_3);
}

.bars_colors .bar_color_4 {
    background-color: var(--bar_color_4);
}

.bars_colors .bar_color_5 {
    background-color: var(--bar_color_5);
}

.bars_colors .bar_color_6 {
    background-color: var(--bar_color_6);
}

.bars_colors .bar_color_7 {
    background-color: var(--bar_color_7);
}

.bars_colors .bar_color_8 {
    background-color: var(--bar_color_8);
}

.bars_colors .bar_color_9 {
    background-color: var(--bar_color_9);
}

.bars_colors .bar_color_10 {
    background-color: var(--bar_color_10);
}

.bars_colors .bar_color_11 {
    background-color: var(--bar_color_11);
}

.bars_colors .bar_color_12 {
    background-color: var(--bar_color_12);
}


/*Contenedor Biografia*/

.contenedor__bio {
    margin-top: 15rem;
    background-color: var(--color_1);
}

.panel__bio {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
    column-gap: 0.5rem;
    margin-top: -5rem;
    padding: 0 0 3rem 0;
}

.biografia img {
    float: left;
    width: 80%;
    margin-top: -3rem;
}

.img1 {
    width: 95%;
    margin-top: 3rem;
}

.img1:last-child {
    margin-right: 3rem;
}

.img1 img {
    border-radius: 4px;
}


/*title 2*/

.title_2 {
    max-width: 100%;
    margin-top: 4%;
    display: flex;
    justify-content: left;
}

.title_2 img {
    width: 55%;
}

@media (max-width: 1680px) {}

@media (max-width: 1024px) {}

@media (max-width: 800px) {
    .contenedor__bio {
        margin-top: 12rem;
    }
    .biografia {
        margin-top: -1rem;
    }
}

@media (max-width: 600px) {
    .panel__bio {
        grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr;
    }
    .biografia img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .panel__bio {
        grid-template-columns: repeat(4, 1fr);
        margin-left: 1rem;
    }
    .biografia {
        grid-column: 1/5;
    }
    .title_2 {
        justify-content: center;
    }
    .title_2 img {
        width: 80%;
    }
}


/*

========================
circulo en el home
======================

*/


/*.container_circle {
display: grid;
grid-template-columns: 1fr 4fr;
column-gap: 2rem;
margin-top: 7rem;
}

@media (max-width: 600px) {
.container_circle {
margin-top: 2rem;
}
}

@media (max-width: 480px) {
.container_circle {
display: flex;
margin-top: 3rem;
}
}*/


/*
---------------------------
Desactivar botones
esta funcion esta deshabilitada y se actica cambiando la clase <path class="clip_element_2" por <path class="clip_element"
con ese cambio le damos las propiedades de cambio de color 
----------------------------------
*/

.clip_element_2 {
    opacity: .4;
}

.img_cuadros {
    margin-top: 15%;
    width: 15%;
}

@media (max-width: 480px) {
    .img_cuadros {
        display: none;
    }
}

.image_link {
    width: 50%;
    margin: 0 auto;
}

.image_link .contenedor_svg {
    position: relative;
    margin-left: -2rem;
}

.image_link svg {
    height: auto;
    width: 100%;
}

.image_link svg .clip_element {
    cursor: pointer;
    transition: opacity .3s;
    opacity: .4;
}

.image_link svg .first,
.image_link svg .clip_element:hover {
    opacity: 1;
}

.image_link svg circle {
    --colorInteractive: #E54236;
    fill: var(--colorInteractive);
    transition: opacity .7s;
    opacity: 1;
}

.image_link svg circle:hover {
    opacity: .4;
}

.image_link .captionCircle {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -51%);
    width: 30%;
    height: 15%;
    padding: 0;
}

.image_link .captionCircle p {
    font-size: 3.5rem;
    color: white;
    font-family: Arial;
    font-weight: lighter;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
}

@media (max-width: 1280px) {
    .image_link .captionCircle p {
        font-size: 3rem;
    }
}

@media (max-width: 1024px) {
    .image_link .captionCircle p {
        font-size: 2.7rem;
    }
}

@media (max-width: 800px) {
    .image_link .captionCircle {
        width: 17%;
    }
    .image_link .captionCircle p {
        font-size: 2.4rem;
    }
}

@media (max-width: 600px) {
    .image_link .captionCircle p {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .logoCirculoColores {
        text-align: center;
    }
    .image_link .captionCircle {
        top: 51%;
        left: 50%;
        width: 10rem;
    }
    .image_link .captionCircle p {
        width: 200%;
        font-size: 1.7rem;
    }
}


/*

@media (max-width: 430px) {
    .image_link .captionCircle {
        left: 50%;
    }
}

@media (max-width: 390px) {
    .image_link .captionCircle {
        left: 50%;
    }
}

@media (max-width: 380px) {
    .image_link .captionCircle {
        left: 51%;
    }
}

@media (max-width: 375px) {
    .image_link .captionCircle {
        left: 53%;
    }
}

@media (max-width: 370px) {
    .image_link .captionCircle {
        left: 53%;
    }
}

@media (max-width: 360px) {
    .image_link .captionCircle {
        left: 56%;
    }
}

@media (max-width: 350px) {
    .image_link .captionCircle {
        left: 57%;
    }
}

@media (max-width: 340px) {
    .image_link .captionCircle {
        left: 61%;
    }
}

@media (max-width: 320px) {
    .image_link .captionCircle {
        left: 60%;
    }
}

*/

.image_link .caption a {
    border-radius: 25px;
    border: 1px solid white;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    padding: .8rem 1.8rem;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin: 0 0 0 -0.5rem;
}

.image_link .caption h5 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
}

.image_link .caption h4:first-child {
    margin-bottom: 0;
}

.container_circle .image_link svg {
    display: block;
    margin: 0 auto;
    width: 700px;
}

@media (max-width: 1680px) {
    .container_circle .image_link svg {
        width: 650px;
    }
}

@media (max-width: 1280px) {
    .container_circle .image_link svg {
        width: 550px;
    }
}

@media (max-width: 1024px) {
    .container_circle .image_link svg {
        width: 450px;
    }
}

@media (max-width: 800px) {
    .container_circle .image_link svg {
        width: 350px;
    }
}

@media (max-width: 600px) {
    .container_circle .image_link svg {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .container_circle .image_link svg {
        width: 300px;
    }
}

@media screen and (min-width: 1025px) {
    .container_circle .image_link .caption {
        width: 176px;
    }
    .container_circle .image_link .caption h4 {
        font-size: 2.5rem;
    }
    .container_circle .image_link .caption a {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    .container_circle .image_link .caption {
        width: 176px;
    }
    .container_circle .image_link .caption h4 {
        font-size: 2.5rem;
    }
    .container_circle .image_link .caption a {
        font-size: 2.5rem;
        padding: 1rem;
    }
}

@media screen and (min-width: 480px) {
    .container_circle {
        display: flex;
    }
    .image_link {
        padding: 1.5%;
        width: 95%;
    }
    .img_cuadros {
        margin: 0;
        width: 3%;
        margin-top: 4rem;
    }
    .image_link .caption a {
        font-size: 14px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .image_link {
        width: 80%;
    }
    .image_link .caption h4 {
        font-size: 12px;
    }
    .image_link .caption a {
        font-size: 12px;
        padding: .5rem;
    }
}

.contenedor_img_objetivos {
    margin-top: 5%;
    width: 100%;
}

.imgUno {
    display: flex;
}

.imgDos {
    display: none;
}

@media (max-width: 480px) {
    .imgUno {
        display: none;
    }
    .imgDos {
        display: flex;
    }
}


/*

=======================================================================================
Botones circulo
=======================================================================================

*/


/*Descubre mas*/

.descubre {
    background-color: var(--color_1);
    height: 20rem;
    margin-top: 5%;
}

@media (max-width: 1024px) {
    .descubre {
        height: 19rem;
    }
}

@media (max-width: 800px) {
    .descubre {
        height: 18rem;
    }
}

@media (max-width: 600px) {
    .descubre {
        height: 16rem;
    }
}

@media (max-width: 480px) {
    .descubre {
        height: 12rem;
    }
}

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

.contenedor_descubre p {
    font-size: 4rem;
    margin-top: 3rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .contenedor_descubre p {
        font-size: 2.7rem;
    }
}

@media (max-width: 1024px) {
    .contenedor_descubre p {
        font-size: 2.5rem;
    }
}

@media (max-width: 480PX) {
    .contenedor_descubre p {
        margin-top: 2rem;
        font-size: 2rem;
    }
}

.contenedor_descubre a {
    color: #fff;
}

.boton_1 {
    margin-top: 0;
    width: 20%;
    padding: 0.5rem 2rem;
    font-size: 4rem;
    background-color: var(--color_2);
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 7px 4px 0px 3px rgba(125, 125, 125, 1);
    -moz-box-shadow: 7px 4px 0px 3px rgba(125, 125, 125, 1);
    box-shadow: 7px 4px 0px 3px rgba(125, 125, 125, 1);
}

.boton_1:hover {
    background-color: rgb(0, 146, 156);
    border-radius: 40px;
    transition: .5s;
}

@media (max-width: 1024px) {
    .boton_1 {
        width: 30%;
        font-size: 3.5rem;
    }
}

@media (max-width: 800px) {
    .boton_1 {
        width: 35%;
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .boton_1 {
        width: 37%;
        font-size: 2.5rem;
    }
}


/*
========================
Ventana emergente
======================

*/

.modal-container {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    visibility: hidden;
    box-shadow: 0 2px 4px rgba(0 0 0 / 0.3);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 30;
    overflow: hidden;
}

.modalVentana {
    /*box-shadow: 0 2px 4px rgba(0 0 0 / 0.2);*/
    /*column-gap: var(--bar_color_1);*/
    background-color: var(--color_2);
    border-radius: 5px;
    color: black;
    font-size: 20px;
    height: 90rem;
    max-height: 90vh;
    max-width: 100%;
    overflow-y: scroll;
    padding: 10px 20px;
    text-align: center;
    width: 90%;
}

.modalVentana img {
    display: block;
    margin: auto;
    width: 40rem;
    max-width: 100%;
    margin-bottom: 10px;
}

.textoVentana {
    width: 74%;
    display: block;
    margin: 4rem auto;
}

.textoVentana p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: lighter;
}

@media (max-width: 800px) {
    .textoVentana {
        width: 95%;
    }
    .textoVentana p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .textoVentana {
        margin: 0;
    }
    .textoVentana p {
        font-size: 12px;
    }
    .modalVentana img {
        margin-bottom: 30px;
    }
}

.textoVentana span {
    font-weight: bold;
}

.show {
    pointer-events: auto;
    display: flex;
    visibility: visible;
    opacity: 1;
}

.btnCerrar {
    background-color: var(--color_1);
}


/*
========================
ESTILOS FOOTER PARA EL LOGO Y REDES
======================

*/

.wrapper_footer {
    background-color: white;
}

.wrapper_footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 0;
}

@media (max-width: 480px) {
    .wrapper_footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.wrapper_redes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 40px;
}

@media (max-width: 480px) {
    .wrapper_redes {
        margin-right: 0px;
    }
}

.redes {
    display: flex;
    gap: 10px;
    padding: 0;
}

.redes a {
    cursor: pointer;
    display: block;
}

.redes .icon {
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    transition: background-color .8s ease-in-out;
}

.redes .facebook {
    background-color: var(--bar_color_11);
}

.redes .instagram {
    background-color: var(--bar_color_7);
}

.redes .tiktok {
    background-color: var(--bar_color_2);
}

.redes .twitter {
    background-color: var(--bar_color_4);
}

.redes .message {
    background-color: var(--bar_color_10);
}

.redes .icon:hover {
    background-color: var(--color_2);
    box-shadow: 0 3px 10px rgba(0 0 0 / 10%);
}

.redes img {
    height: 20px;
    margin-bottom: -5px;
    width: 20px;
}

.logo_footer img {
    max-width: 95px;
}