/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/
@font-face {
    font-family: "Guton-Regular";
    src: url("../fonts/Guton-Regular.woff2") format("woff2"),
    url("../fonts/Guton-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Guton-Bold";
    src: url("../fonts/Guton-Bold.woff2") format("woff2"),
    url("../fonts/Guton-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --rojo: #EB2828;
    --naranja: #EB5A28;
    --verde: #152E1B;
    --nar: #FDEFE9;

    --text40: calc(32px + (40 - 32) * ((100vw - 300px) / (1920 - 300)));
    --text24: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)))
}

.tljfix16 {
    font-size: 16px;
}

.tlj-text24 {
    font-size: var(--text24);
}

.tlj-color {
    color: var(--naranja);
}

.tlj-text-bold {
    font-weight: bold;
}

.bg-naranja {
    background-color: var(--naranja);
}

.bg-nar {
    background-color: var(--nar);
}

.linkfooter {
    font-size: 16px;
    list-style: none;
    padding: 0;

    a {
        color: white;
    }

    a:hover {
        border-bottom: 1px solid white;
        color: white;
    }
}

body {
    font-family: "Guton-Regular", sans-serif !important;
    overflow-x: hidden;
    color: #444444;
}

.sweetAlertText {
    font-family: "Guton-Regular", sans-serif !important;
}

.SfQLQb-dIxMhd-bN97Pc-b3rLgd.SfQLQb-QClCJf-giiMnc .i4ewOd-pzNkMb-tJHJj {
    display: none !important;
}

.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

a {
    color: #e3b754;

    text-decoration: none;
}

a:hover {
    color: #b08d41;

    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Guton-Bold", sans-serif !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #282828;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a:focus,
textarea:hover,
input:hover,
select:focus,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;

    -webkit-appearance: none;

    box-shadow: none !important;
}

.btn-warningImeplan {
    background-color: #e3b754;
}

.btn-warningImeplan:hover {
    background-color: #e0b03f;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;

    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.swiper {
    height: 100%;
}

.swiperHero .swiper-slide:before {
    content: "";

    background: rgba(0, 0, 0, 0.3) !important;

    position: absolute;

    bottom: 0;

    top: 0;

    left: 0;

    right: 0;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-disabled {
    color: #e3b754;

    font-size: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #e3b754;
}

#totalTematica,
#totalFuente,
#totalResultado,
#totalGenero,

#totalTematicaD,
#totalFuenteD,
#totalResultadoD,
#totalGeneroD,

#totalTematicaF,
#totalFuenteF,
#totalResultadoF,
#totalGeneroF
{
    font-size: 17px;
    text-align: center;
}


/*   FOLIOS      */

.info-folios{
    padding: 0 !important;
    text-align: center;
}

.container-folios{
    width: 100%;
    margin-top: 5rem;
    padding: 40px 0px 1rem;
    background-size: cover !important;
    background-color: #ffff;
}

.folioTitle {
    font-size: 2.3rem;
    font-weight: 700;
    font-style: normal;
    color: #575a5d;
    margin-bottom: 1rem;
}

.tipoFolio{
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    color: #575a5d;
    margin-bottom: 1rem;
}

.espaciado-folios{
    padding: 2rem;
}


.btnDocFinal{
    background-color: var(--verde);
    color: white;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: bolder;
    text-align: center;
    padding: 1rem 7rem;
    font-size: 2rem;
    border-radius: 180px;
    margin-top: 1rem;
}

.btnDocFinal:hover {
    background-color: var(--naranja);
    color: #fff;
    border: 1px solid white;
}

/*--------------------------------------------------------------

# BANDERINES
--------------------------------------------------------------*/
.banderines {
    --col-gap: 2rem;
    --flapH: 3rem;

    width: min(100rem, 100%);
    margin-inline: auto;

    display: flex;
    flex-wrap: wrap;

    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap) / 2);

    justify-content: center;
    align-items: flex-start;
    list-style: none;
}
.banderines li {
    --accent-color: white;
    width: 13em;

    display: grid;
    grid-template:
        "role"
        "icon"
        "title"
        "descr";
    align-items: flex-start;
    gap: 0.8rem;
    padding-block-end: 2.4rem;
    text-align: center;
    background: var(--accent-color);

    clip-path: polygon(
        calc(var(--col-gap) / -2 - 5px) 0,
        calc(100% + var(--col-gap) / 2 + 5px) 0,
        calc(100% + var(--col-gap) / 2 + 5px) calc(100% - var(--flapH)),
        50% 100%,
        calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
    );
}

/* bar */
.banderines li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: grey;
    z-index: -1;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.2) 30%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        rgba(0, 0, 0, 0.2) 70%,
        rgba(0, 0, 0, 0.4)
    );
}

/* role */
.banderines li::after {
    content: "";
    grid-area: role;
    background: var(--accent-color);
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.2) 30%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        rgba(0, 0, 0, 0.2) 70%,
        rgba(0, 0, 0, 0.4)
    );
    height: var(--roleH);
}

.banderines li .icon,
.banderines li .descr {
    padding-inline: 0.3rem;
    color: black;
}

.banderines li .descr .btnForm {
    font-size: 0.8rem;
    padding: 0;
    color: black;
    text-decoration: underline;
    margin: 9px;
    text-align: justify;
}

.banderines li .descr .btnForm:hover {
    color: black;
}

.banderines li .descr .linkForm {
    font-size: 0.7rem;
    padding: 0;
    color: black;
    text-decoration: underline;
    margin: 9px;
    text-align: justify;
    font-weight: 600;
    cursor: pointer;
}

.banderines li .descr .linkForm:hover {
    color: #b08d41;
    text-decoration: none;
}

.btnMicrositio {
    color: black;
    text-decoration: underline;
    font-size: 0.7rem;
    font-weight: 600;
}

.btnMicrositio:hover {
    cursor: pointer;
}

.btnForm {
    display: inline-block;
    margin-bottom: 10px;
}
.aligned-text {
    display: flex;
    align-items: center;
}
.aligned-text span {
    display: inline-block;
    text-align: left;
    color: black;
    font-size: 0.7rem;
}
.aligned-text p {
    margin: 0;
}

.listado {
    padding: 0 15px;
}

.btnDescr {
    font-size: 0.8rem;
    padding: 6px;
    background-color: #c79928;
    color: black;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: bold;
}

.btnDescr:hover {
    color: white;
}

.title2 {
    color: black;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: -0.8rem;
    margin-bottom: 0;
    padding: 0px 12px;
}

.banderines li .icon {
    font-size: 3rem;
}

.icon-participa {
    position: relative;
    width: 60%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    border: 8px solid #c79928;
}

.icon-participa i {
    font-size: 4rem;
    color: #c79928;
}

.icon-participa img {
    width: 50px;
}

.icon-participa .icon-download {
    position: relative;
    animation: download 1s infinite;
    color: #c79928;
}

.icon-participa .icon-list {
    opacity: 0;
    animation: aparecer 2s infinite;
}

.icon-participa .icon-eye {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(216deg);
    width: 60%;
    height: 60%;
    border-radius: 160px 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    border: 5px solid #c79928;
}

.icon-participa .icon-eye .icon-eye_iris {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #c79928;
    top: 10px;
    left: 17px;
    animation: ojo 4s ease-in-out infinite;
}

.icon-participa .icon-pencil {
    animation: escribir 4s infinite;
    color: #c79928;
}

.icon-participa .icon-check {
    animation: pequenio 4s infinite;
    color: #c79928;
}

@keyframes download {
    0%,
    100% {
        top: 15px;
    }

    30% {
        top: -15px;
    }
}

@keyframes aparecer {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes ojo {
    0%,
    14%,
    56% {
        transform: rotate(-45deg) translateX(0);
    }

    18%,
    30% {
        transform: rotate(-45deg) translate(-10px, 0px) scale(0.9);
    }
    34%,
    52% {
        transform: rotate(-45deg) translate(10px, 0px) scale(0.9);
    }
}

@keyframes escribir {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(0, 0) rotate(0deg);
    }
    40% {
        transform: translate(0, 0) rotate(-5deg);
    }
    60% {
        transform: translate(0, 0) rotate(5deg);
    }
    80% {
        transform: translate(0, 0) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes pequenio {
    0%,
    20% {
        transform: scale(1);
    }
    50% {
        transform: scale(0);
    }
    80%,
    100% {
        transform: scale(1);
    }
}

.banderines li .title {
    color: black;
    font-size: 2rem;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: 900;
}

.banderines li .descr {
    font-size: 0.8rem;
}

.desc_participa {
    font-size: 0.7rem;
    font-weight: 600;
    color: black;
    margin-top: -1rem;
}

.desc_participa2 {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    color: black;
    margin-top: 0.5rem;
}

.desc_participa2:hover {
    color: #d2d2d2;
}

.credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
.credits a {
    color: var(--color);
}

.title-participar {
    font-family: "Guton-Bold", sans-serif !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: black;
    font-weight: bolder;
    font-size: 28px;
}

.title-participar_span {
    color: black;
}

/*--------------------------------------------------------------

# Modal

--------------------------------------------------------------*/

.modal-img_header {
    max-width: 100%;
    height: auto;
    position: absolute;
    margin-top: -1.5rem;
}

.descr p {
    margin: 0;
    padding: 0;
}

.modal-img_footer {
    max-width: 100%;
    height: auto;
    margin-bottom: -1.5rem;
}

.modal-title {
    text-transform: uppercase;

    font-family: "Guton-Bold", sans-serif !important;

    font-size: 20px;
}

.btn-primary-modal {
    background-color: #e3b754;

    color: #fff;

    border: 1px solid #e3b754;

    border-radius: 8px;

    padding: 5px 20px;
}

.btn-primary-modal:hover {
    background-color: #e3b754cc;
    color: #fff;
}

.btn-secondary-modal {
    background-color: #444444;

    color: #fff;

    border: 1px solid #444444;

    border-radius: 8px;

    padding: 5px 20px;
}

.btn-secondary-modal:hover {
    background-color: #444444cc;

    color: #fff;

    border: 1px solid #444444;
}

.alert-primary-modal {
    border: none;

    background-image: linear-gradient(
        110.3deg,
        #424242 4.3%,

        #424242 96.7%
    );

    color: #fff;
}

@media (max-width: 768px) {
    .modal-title {
        font-size: 25px;
    }
}

/*--------------------------------------------------------------

# Preloader

--------------------------------------------------------------*/

#preloader {
    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9999;

    overflow: hidden;

    background: #404040;
}

#preloader:before {
    content: "";

    position: fixed;

    top: calc(50% - 30px);

    left: calc(50% - 30px);

    border: 6px solid #e3b754;

    border-top-color: #404040;

    border-bottom-color: #404040;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    -webkit-animation: animate-preloader 1s linear infinite;

    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(108%);
}
.datosprimer {
    display: grid;
}
/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 80px;
    z-index: 996;
    background: #c79928;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #a07a19;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.ejercicio {
    padding: 0;
    position: relative;
}

.triangulos_lados {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;

    z-index: 100;
}

.triangulos_lados2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;

    z-index: 100;
}


.integrantes .triangulos_lados {
    position: absolute;
    top: 0;
    left: 0;
    width: 4%;
    height: 100%;
    z-index: 100;
}

.integrantes .triangulos_lados2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 4%;
    height: 100%;
    z-index: 100;
}

.ejercicio button {
    font-family: "Guton-Bold", sans-serif !important;
}

.btnEjercicio {
    background-color: var(--rojo);
    color: white;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: bold;
}

.bg-participa {
    background-color: white;
}

.descInfografia {
    font-size: 32px;
    margin: 3rem 0;
    color: black;
    -webkit-text-stroke: 1px #282828;
    text-shadow: 0px 0.8px 0.8px #282828;
    letter-spacing: 2px;
    line-height: 1.3;
}

.boldEjercicio {
    font-family: "Guton-Bold", sans-serif !important;
}

.descInfografia p {
    margin: 0;
}

.background-imageinfo {
    width: 100%;
    height: auto;
    display: block;
}

/*
.foreground-imageinfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}
 */
/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

#header {
    transition: all 0.5s;

    z-index: 997;

    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */

    /* background: rgba(40, 40, 40, 0.9); */

    height: 120px;

    background: var(--naranja);

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Establece la sombra */
}

#header.header-scrolled,
#header.header-inner-pages {
    background: var(--naranja);
}

#header .logo {
    font-size: 28px;

    margin: 0;

    padding: 0;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.5px;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 65px;
}

@media (max-width: 992px) {
    #header {
        border: 0;

        padding: 15px 0;
    }
}

/* Get Startet Button */

.get-started-btn {
    margin-left: 25px;

    background: rgba(0, 0, 0, 0.1);

    color: #fff;

    border: 1px solid #fff;

    border-radius: 50px;

    padding: 8px 25px 9px 25px;

    white-space: nowrap;

    transition: 0.3s;

    font-size: 14px;

    display: inline-block;
}

.get-started-btn:hover {
    background: rgba(0, 0, 0, 0.3);

    color: #fff;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;

        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

/**

* Desktop Navigation

*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;

    padding: 0;

    display: flex;

    list-style: none;

    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    position: relative;

    white-space: nowrap;

    margin: 0 12px;
}

.navbar a,
.navbar a:focus {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 25px 3px;

    /*color: #444444;*/
    color: #fff;

    white-space: nowrap;

    transition: 0.3s;

    position: relative;

    letter-spacing: 1px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;

    line-height: 0;

    margin-left: 5px;
}

.navbar > ul > li > a:before {
    content: "";

    position: absolute;

    width: 100%;

    height: 2px;

    bottom: 15px;

    left: 0;

    background-color: #fff;

    visibility: hidden;

    width: 0px;

    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;

    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;

    position: absolute;

    left: 0;

    top: calc(100% + 30px);

    margin: 0;

    padding: 10px 0;

    z-index: 99;

    opacity: 0;

    visibility: hidden;

    background: #fff;

    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

    transition: 0.3s;

    border-top: 2px solid #e3b754;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;

    font-size: 14px;

    text-transform: none;

    font-weight: 500;

    color: #282828;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #e3b754;
}

.navbar .dropdown:hover > ul {
    opacity: 1;

    top: 100%;

    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;

    left: calc(100% - 30px);

    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;

    top: 0;

    left: 100%;

    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**

* Mobile Navigation

*/

.mobile-nav-toggle {
    font-size: 28px;

    cursor: pointer;

    display: none;

    line-height: 0;

    transition: 0.5s;
}

.mobile-nav-toggle.bi-list {
    color: #616160;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;

    overflow: hidden;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    background: rgba(15, 15, 15, 0.9);

    transition: 0.3s;

    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;

    top: 15px;

    right: 15px;
}

.navbar-mobile ul {
    display: block;

    position: absolute;

    top: 55px;

    right: 15px;

    bottom: 15px;

    left: 15px;

    padding: 10px 0;

    background-color: #fff;

    overflow-y: auto;

    transition: 0.3s;

    border-radius: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;

    font-size: 15px;

    color: #282828;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #e3b754;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;

    display: none;

    margin: 10px 20px;

    padding: 10px 0;

    z-index: 99;

    opacity: 1;

    visibility: visible;

    background: #fff;

    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #009961;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/* ---------- Sección Gracias por participar ---------*/

#participar .container-gracias{
    padding: 2rem 3rem;
}

.proceso {
    background-color: white;
    text-align: center;
    justify-items: center;
    position: relative;
    padding-bottom: 1rem !important;
    padding-top: 2rem !important;
}

.embed-responsive-img {
    width: 100%;
    overflow: hidden;
    background-color: var(--rojo);
}

.texto-revision-obs{
    font-family: "Guton-Regular", sans-serif !important;
    font-size: 1.5rem;
    text-align: left;
    color: white;
    margin-left: 40px;
}

.btnRespuestas{
    background-color:white;
    color: var(--naranja);
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: bold;
    text-align: center;
}


/*--------------------------------------------------------------

# Instrumentos Section

--------------------------------------------------------------*/

.instrumentos {
    background-color: #efefef;
    padding: 6rem;
}

.instrumentos p {
    font-size: 23px;
    font-weight: bold;
    color: black;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.instrumentos h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Guton-Bold", sans-serif !important;
    color: var(--naranja);
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.instrumentos .instrumentos-cont {
    justify-content: space-between;
}

.instrumentos .instrumentos-cont_col {
    padding: 27px;
    text-align: center;
}

.instrumentos-img {
    text-align: center;
}

.instrumentos-img img {
    max-width: 100%;
    height: 200px;
    width: 100%;
    border: 4px solid #fff;
    padding: 5px;
}

.instrumentos-cont_col a {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.imgPlanAccion {
    width: 70%;
    height: auto;
    border: 4px solid #fff;
    padding: 5px;
}

.instrumentos .btn-link {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    color: black;
}
/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/

#hero .triangulos_lados {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 120%;
    z-index: 1;
}

#hero .triangulos_lados2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: 120%;
    z-index: 1;
}

.img_pdm {
    width: 35%;
    height: auto;
}

.img_potmet {
    width: 31%;
    height: auto;
}

.img-ciudad360 {
    width: 60%;
    height: auto;
}

.img_dias {
    width: 30%;
    height: auto;
}

.alignitems {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    vertical-align: middle;
}

.img-container img {
    margin: 7px; /* Margen vertical por defecto */
}
/* @media (min-width: 576px) {
    .img-container img {
        margin: 0 10px; */ /* Margen horizontal para pantallas medianas en adelante */
/* }
} */

/* #demo {
    background-color: #d9d9d9;
    display: inline-block;
    padding: 5px;
    color: black;
    font-size: 30px;
    font-weight: 800;
}

#demo span {
    background-color: #d9d9d9;
    display: inline-flex;
    padding: 10px;
    color: #c79928;
    font-weight: 800;
    font-size: 25px;
} */

#descHero {
    color: #c79928;
    font-weight: 600;
    font-size: 20px;
}

#heroDetails {
    color: #c79928;
    font-weight: bolder;
    font-size: 20px;
    margin-top: -102px;
    width: 82%;
    margin-left: -50px;
    align-items: end;
    text-align: end;
}

#detailsDate {
    font-size: 25px;
    font-family: "Guton-Bold", sans-serif !important;
}

/* Estilos para pantallas menores a 1000px */
@media (max-width: 1000px) {
    #heroDetails {
        margin-top: 0 !important; /* Quita el margen inferior */
    }
}

#heroDetails2 {
    color: #626260;
    font-weight: bolder;
    font-size: 15px;
}

#heroDetails3 {
    color: #fff;
    font-size: 24px;
}

.dropdown-menu.show {
    background-color: #f1f1f2;
    padding: 1em;
    font-size: 12px;
}

.navbar-custom .nav-item.dropdown:hover .nav-link {
    color: #e3b754;
}

#hero {
    width: 100%;

    padding: 40px 0;

    background-image: url("../img/banner-inicio-hero.jpg");

    background-size: cover !important;

    height: 791px;

    background-color: #ffff;
}

.background-image {
    width: 100%;
    height: auto;
    display: block;
}

.foreground-image {
    position: absolute;
    top: -11rem;
    left: -15%;
    width: 30%;
    height: auto;
    display: block;
    z-index: 99;
}

.foreground-image2 {
    position: absolute;
    top: -9rem;
    left: -15%;
    width: 30%;
    height: auto;
    display: block;
    z-index: 99;
}

.right-image {
    position: absolute;
    top: 0;
    right: -33%;
    width: 50%; /* Ajusta el ancho de la imagen según tu preferencia */
    height: auto;
    display: block;
    transform: scaleX(-1); /* Invierte horizontalmente la imagen */
}

/* Ajustes para pantallas más pequeñas */
@media (max-width: 768px) {
    .foreground-image {
        display: none;
    }
}

#hero .container {
    text-align: center;
}

#hero .hero-cont1 {
    padding-top: 80px;
}

#hero .hero-cont2 {
    padding-top: 40px;
}

.participaHero {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 24px;
    font-weight: 1000;
    color: #636361;
    margin-bottom: -0.1rem;
}

#hero h1 {
    margin: 0 0 10px 0;

    font-size: 40px;

    font-weight: bold;

    font-family: "Guton-Regular", sans-serif !important;

    /* line-height: 130px; */

    color: #fff;
}

#hero h2 {
    color: #fff;

    font-size: 32px;

    font-weight: bold;

    margin: 10px 0;

    font-family: "Guton-Regular", sans-serif !important;
}

.separadorHero {
    width: 10%;
    background-color: #e3b754;
    height: 8px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

#hero .intro-content .intro-content_dias {
    display: flex;
    flex-direction: column;
}

#hero .intro-content .intro-content_button {
    background-color: #c79928;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bolder;
    max-width: 180px;
    padding: 14px 22px;
}

#hero .intro-content .intro-content_cont {
    margin-top: -1.2rem;
}

#hero .intro-content .intro-content_dias_cont {
    width: 90px;
    height: 50px;
    background: #c79928;
    text-align: center;
    display: inline-block;
}

#hero .intro-content .intro-content_dias_num {
    font-size: 50px;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    margin-top: -13px;
}

#hero .intro-content .intro-content_dias_text {
    font-size: 20px;
    font-weight: bolder;
    font-family: "Guton-Bold", sans-serif !important;
    color: #c79928;
}

#hero .intro-content .texto-tienes {
    color: #c79928;
    font-weight: bold;
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 20px;
    line-height: 20px;
}

#hero .intro-content .texto-cierre {
    color: #606060;
    font-weight: bold;
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 20px;
    line-height: 13px;
    background-color: #dddddd;
    margin-left: 20rem;
}

#hero .intro-content .texto-cierre {
    font-size: 15px;
    text-align: left;
    margin-left: 12px;
}

.col-hero {
    position: relative;
}
.col-hero_dias {
    font-family: "Guton-Bold", sans-serif !important;
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    left: 3%;
    top: 6%;
    margin: 0;
}

.col-hero_dias2 {
    font-family: "Guton-Bold", sans-serif !important;
    position: absolute;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    left: 6%;
    top: 13%;
    margin: 0;
}

.counter-wrapper {
    position: relative;
    max-width: 155px;
}

/* .counter-wrapper2 {
    position: relative;
    max-width: 155px;
} */

.calendario-dias {
    width: 140px;
    text-align: center;
}

.calendario-figura {
    width: 100px;
    height: 65px;
    background-color: #c79928;
    clip-path: polygon(0 0%, 100% 0%, 88% 100%, 0% 100%);
    border-radius: 0 5px 16px 0;
    z-index: 10;
}

.calendario-figura2 {
    position: absolute;
    right: 14px;
    width: 40px;
    height: 65px;
    background-color: #c1c1c1;
    clip-path: polygon(0 0%, 100% 0%, 70% 100%, 0% 100%);
    border-radius: 0 5px 16px 0;
}

.calendario-dias_rest,
.parafo_calendario-figura {
    color: #c79928;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: 900;
    margin-left: -40px;
}

.parafo_calendario-figura {
    color: #fff;
    font-size: 55px;
    margin: 0;
    line-height: 66px;
}

.img-intro-content {
    max-width: 40%;
}

.img-intro-content2 {
    max-width: 51%;
}

.countdown {
    display: flex;
}

.diasConsulta {
    font-family: "Guton-Bold", sans-serif !important;
    color: #606060;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.diasConsulta p {
    margin-bottom: 0;
}

.diasConsulta_span {
    font-family: "Guton-Bold", sans-serif !important;
    color: #c79928;
    font-size: 18px;
}

.reduced-space {
    margin: 0; /* Esto elimina el margen superior e inferior */
    line-height: 1; /* Ajusta el espacio entre líneas si es necesario */
}

.anioConsulta_span {
    font-family: "Guton-Bold", sans-serif !important;
    color: #c79928;
    font-size: 41px;
    margin-left: 10px;
}

@media (min-width: 576px) {
    .col-hero_dias {
        font-size: 36px;
    }

    /* .col-hero_dias2 {
        font-size: 36px;
    } */

    .counter-wrapper {
        max-width: 200px;
    }

    /* .counter-wrapper2 {
        max-width: 200px;
    } */

    .calendario .calendar-sidebar {
        left: unset !important;
        width: unset !important;
    }
}

@media (min-width: 768px) {
    .col-hero_dias {
        font-size: 45px;
    }

    /* .col-hero_dias2 {
        font-size: 45px;
    } */

    .counter-wrapper {
        max-width: 240px;
    }

    /* .counter-wrapper2 {
        max-width: 240px;
    } */

    .visor_title-desc {
        padding-left: 18%;
        padding-right: 18%;
    }

    .dropdown-menu.show {
        font-size: 14px;
    }

    .integrantes .integrantes-cont .integrantes-cont_carousel_cont {
        margin-right: 1rem !important;
    }

    .integrantes .integrantes_title h2 {
        letter-spacing: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-hero_dias {
        font-size: 36px;
        top: 13%;
    }
    /* .col-hero_dias2 {
        font-size: 36px;
        top: 13%;
    } */
    .participaBtn {
        margin-right: 15px;
    }
}

.grecaptcha-badge {
    z-index: 99999;
}

/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
    .separadorHero {
        width: 20%; /* Ajusta el ancho según tus necesidades */
        height: 6px; /* Ajusta la altura según tus necesidades */
        margin-bottom: 8px;
        margin-top: 8px;
    }
}

/* Media query para pantallas más grandes */
@media (min-width: 1200px) {
    .separadorHero {
        width: 5%; /* Ajusta el ancho según tus necesidades */
        height: 10px; /* Ajusta la altura según tus necesidades */
        margin-bottom: 12px;
        margin-top: 12px;
    }
}

#hero h4 {
    color: #575a5d;
    margin-bottom: 10px;

    font-size: 15px;
    margin: 0 0 10px 0;

    margin-top: 10px;

    font-family: "Guton-Regular", sans-serif !important;
}

#hero .btn-hero {
    color: white;

    background-color: rgba(0, 0, 0, 0.469);

    border-radius: 15px;

    padding: 15px;

    text-transform: uppercase;
}

#hero .btn-hero:hover {
    background-color: #e3b754;
}

#hero .text-color {
    color: #e3b754;

    text-shadow: -3px 3px 0 #fff;

    font-size: 100px;

    line-height: 90px;
}

#hero h3 {
    color: #fff;

    text-transform: uppercase;

    font-style: italic;

    font-size: 18px;
}

#hero .sponsor-img-hero {
    width: 60px;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 35px;

        line-height: 45px;

        text-align: center;
    }

    #hero h2 {
        font-size: 18px;

        line-height: 24px;

        margin-top: 10px;

        margin-bottom: 10px;

        margin-top: 0;
    }

    #hero h3 {
        color: #fff;

        text-transform: uppercase;

        font-style: italic;

        font-size: 20px;
    }

    #hero .sponsor-img-hero {
        width: 30px;
    }

    #hero .hero-img {
        width: 100%;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);

        opacity: 1;
    }

    100% {
        transform: scale(1, 1);

        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);

        opacity: 1;
    }

    100% {
        transform: scale(1, 1);

        opacity: 0;
    }
}

/*--------------------------------------------------------------

# Sections General

--------------------------------------------------------------*/

section {
    padding: 50px 0;
    overflow: hidden;
}

.embed-responsive {
    width: 100%;
    padding: 2rem;
    overflow: hidden;
    background-color: #c79928;
}

.section-bg {
    background-color: #8fffd6;
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-family: "Guton-Regular", sans-serif !important;

    text-transform: uppercase;

    font-size: 30px;

    font-weight: bold;

    margin-bottom: 20px;

    padding-bottom: 20px;

    position: relative;

    color: #db9b0aad;

    text-align: center;
}

.section-title p {
    margin-bottom: 0;

    color: #777777;

    font-size: 15px;
}

/*--------------------------------------------------------------

# About Us

--------------------------------------------------------------*/

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about {
    background-color: #282828;
}

.about .content h3 {
    font-weight: 600;

    font-size: 26px;

    color: #fff;
}

.about .section-title h2 {
    color: #fff;

    font-weight: lighter;
}

.about .content {
    color: #fff;
}

.about .content ul {
    list-style: none;

    padding: 0;
}

.about .content ul li {
    padding-left: 28px;

    position: relative;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;

    left: 0;

    top: 2px;

    font-size: 20px;

    color: #e3b754;

    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .moto-about {
    width: 110%;

    opacity: 0.3;

    z-index: 1;
}

.about .about-img {
    position: absolute;

    z-index: 1;

    left: -200px;

    bottom: -450px;
}

.about .moto-about2 {
    width: 60%;

    opacity: 0.3;

    z-index: 1;
}

.about .about-img2 {
    position: absolute;

    z-index: 1;

    left: -300px;

    bottom: -650px;
}

.about .info-about {
    position: relative;

    z-index: 10;
}

@media (max-width: 768px) {
    .about .about-img {
        left: -250px;

        bottom: -500px;
    }

    .about .about-img2 {
        width: 600px;

        left: 0px;
    }
}

/*--------------------------------------------------------------

# sponsors

--------------------------------------------------------------*/

.sponsors {
    padding-top: 30px;
}

.sponsors .sponsors-wrap {
    border-top: 1px solid #e7e7e7;

    border-left: 1px solid #e7e7e7;
}

.sponsors .sponsor-logo {
    padding: 64px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-right: 1px solid #e7e7e7;

    border-bottom: 1px solid #e7e7e7;

    overflow: hidden;

    background: #fff;

    height: 140px;
}

.sponsors .sponsor-logo:hover img {
    transform: scale(1.1);
}

.sponsors img {
    transition: all 0.4s ease-in-out;
}

.shadow-image {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------

# Pricing

--------------------------------------------------------------*/

.pricing {
    background-color: #f9f9f9;
}

.pricing a {
    text-decoration: underline;
}

.pricing .cont {
    position: relative;
}

.pricing .imgs-container {
    position: absolute;

    z-index: 3;

    right: -150px;

    top: -30px;
}

.pricing .imgs-container2 {
    position: absolute;

    z-index: 1;

    bottom: -300px;

    right: -200px;
}

.pricing .info-container {
    position: relative;

    z-index: 100;
}

.pricing .img-moto {
    width: 90%;

    opacity: 0.3;

    transform: rotate(-5deg);

    z-index: 2;
}

.pricing .img-tierra {
    opacity: 0.3;

    z-index: 1;
}

.pricing .box {
    padding: 40px 20px;

    text-align: center;

    border-radius: 8px;

    position: relative;

    overflow: hidden;

    background: #fefefe;

    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);

    font-weight: bold;
}

.pricing .box h3 {
    font-weight: 400;

    padding: 15px;

    margin-top: 15px;

    font-size: 18px;

    font-weight: 600;

    color: #282828;
}

.pricing .box h4 {
    font-size: 42px;

    color: #e3b754;

    font-weight: 500;

    font-family: "Guton-Regular", sans-serif !important;

    margin-bottom: 20px;
}

.pricing .box h4 sup {
    font-size: 20px;

    top: -15px;

    left: -3px;
}

.pricing .box h4 span {
    color: #bababa;

    font-size: 16px;

    font-weight: 300;
}

.pricing .box ul {
    padding: 20px 0;

    list-style: none;

    color: #282828;

    text-align: center;

    line-height: 20px;

    font-size: 14px;
}

.pricing .box ul li {
    padding-bottom: 16px;
}

.pricing .box ul i {
    color: #e3b754;

    font-size: 18px;

    padding-right: 4px;
}

.pricing .box ul .na {
    color: #ccc;

    text-decoration: line-through;
}

.pricing .box .btn-wrap {
    padding: 15px;

    text-align: center;
}

.pricing .box .btn-buy {
    display: inline-block;

    padding: 10px 40px 12px 40px;

    border-radius: 50px;

    border: 2px solid #e3b754;

    color: #e3b754;

    font-size: 14px;

    font-weight: 400;

    font-family: "Guton-Regular", sans-serif !important;

    font-weight: 600;

    transition: 0.3s;
}

.pricing .box .btn-buy:hover {
    background: #b08d41;

    color: #fff;
}

.pricing .recommended {
    border-color: #e3b754;
}

.pricing .recommended .btn-buy {
    background: #e3b754;

    color: #fff;
}

.pricing .recommended .btn-buy:hover {
    background: #b08d41;

    border-color: #b08d41;
}

.pricing .recommended-badge {
    top: 20px;

    left: 50%;

    transform: translateX(-50%);

    z-index: 1;

    font-size: 13px;

    padding: 3px 25px 6px 25px;

    background: #e3b754;

    color: #fff;

    border-radius: 50px;
}

@media (max-width: 768px) {
    .pricing .img-moto {
        width: 100%;

        opacity: 0.3;
    }
}

/*--------------------------------------------------------------

# Accordion

--------------------------------------------------------------*/
.accordion {
    color: black;
}

.accordion-button {
    color: black;
    font-family: "Guton-Bold", sans-serif !important;
    font-weight: bold;
    background-color: #d9d9d9;
}

.accordion-button::after {
    color: black;
}

.accordion-button::before {
    color: black;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #d9d9d9;
}

.accordion-body {
    text-align: justify;
}

/*--------------------------------------------------------------

# RESULTADOS

--------------------------------------------------------------*/

.resultados {
    text-align: center;
    padding-bottom: 40px;
}

.resultados a {
    text-decoration: none;
    display: inline-block;
    width: 500px;
    padding: 15px;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    background: #1c1f23;
}

.resultados a:hover {
    background: #555555;
}

.resultados p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

/*--------------------------------------------------------------

# Faq

--------------------------------------------------------------*/

#faq {
    position: relative;
}

#faq .accordion-button span strong {
    font-size: 20px;
}

#faq h2 {
    font-size: 40px;
}

#faq h2 strong {
    font-family: "Guton-Bold", sans-serif !important;
}

#faq .accordion-button,
#faq .accordion-item {
    border-radius: 6px !important;
}

.faq h4 {
    font-style: italic;

    text-transform: uppercase;
}

.faq p,
.faq ol {
    text-align: justify;
}

.faq {
    padding: 0;
}

.faq .content {
    padding: 60px 100px 0 100px;
}

.faq .content h3 {
    font-weight: 400;

    font-size: 34px;
}

.textIndent {
    position: relative; /* Asegura que el párrafo se posicione relativo al contenedor */
    padding-left: 20px; /* Ajusta este valor según sea necesario */
    text-indent: 0;
}

.textIndent::before {
    content: "-"; /* Contenido del guión */
    position: absolute; /* Posiciona el guión de manera absoluta */
    left: 0;
}

.textNumbers {
    position: relative;
    padding-left: 30px; /* Espacio para los números */
    margin-left: 30px; /* Ajusta según sea necesario */
    line-height: 1.5; /* Mejora la legibilidad */
}

.textNumbers::before {
    content: attr(data-number); /* Inserta el número del atributo data-number */
    position: absolute;
    left: 0;
    width: 2px; /* Espacio reservado para los números */
    text-align: right; /* Alinea el número a la derecha */
    font-weight: bold; /* Opcional: hace los números en negrita */
}

.faq .content h4 {
    font-size: 20px;

    font-weight: 700;

    margin-top: 5px;
}

.faq .content p {
    font-size: 15px;

    color: #848484;
}

.faq .img {
    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

    min-height: 400px;
}

.faq .accordion-list {
    padding: 0 100px 60px 100px;
}

.faq .accordion-list ul {
    padding: 0;
}

.faq .accordion-list li + li {
    margin-top: 15px;
}

.faq .accordion-list li {
    padding: 20px;

    background: #fefefe;

    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);

    border-radius: 4px;
}

.faq .accordion-list a {
    display: block;

    position: relative;

    font-family: "Guton-Regular", sans-serif !important;

    font-size: 16px;

    line-height: 24px;

    font-weight: 500;

    padding-right: 30px;

    outline: none;

    cursor: pointer;
}

.faq .accordion-list i {
    font-size: 24px;

    position: absolute;

    right: 0;

    top: 0;
}

.faq .accordion-list p {
    margin-bottom: 0;

    padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
    display: none;
}

.faq .accordion-list a.collapsed {
    color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
    color: #009961;
}

.faq .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {
    .faq .content,
    .faq .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .faq {
    }

    .faq .content {
        padding-top: 30px;
    }

    .faq .accordion-list {
        padding-bottom: 30px;
    }

    .countdown {
        flex-direction: column; /* Cambia la dirección del flex a columna */
        text-align: center; /* Centra el texto */
    }

    .diasConsulta p,
    .anioConsulta_span {
        margin-left: 0; /* Elimina el margen izquierdo */
    }

    .separadorbtnC {
        margin-left: 2rem;
    }
}

.textoBold {
    font-weight: bold;
    font-family: "Guton-Bold", sans-serif !important;
}

/*--------------------------------------------------------------

# Contact

--------------------------------------------------------------*/

.contact .info {
    width: 100%;

    background: #fff;
}

.contact .info i {
    font-size: 32px;

    color: #009961;

    float: left;

    line-height: 1;
}

.contact .info h4 {
    padding: 0 0 0 60px;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 5px;

    color: #282828;
}

.contact .info p {
    padding: 0 0 0 60px;

    margin-bottom: 0;

    font-size: 14px;

    color: #5b5b5b;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;

    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;

    color: #fff;

    background: #ed3c0d;

    text-align: center;

    padding: 15px;

    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;

    color: #fff;

    background: #18d26e;

    text-align: left;

    padding: 15px;

    font-weight: 600;
}

.contact .php-email-form .sent-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .loading {
    display: none;

    background: #fff;

    text-align: center;

    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";

    display: inline-block;

    border-radius: 50%;

    width: 24px;

    height: 24px;

    margin: 0 10px -6px 0;

    border: 3px solid #18d26e;

    border-top-color: #eee;

    -webkit-animation: animate-loading 1s linear infinite;

    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;

    box-shadow: none;

    font-size: 14px;

    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #009961;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #009961;

    border: 0;

    padding: 10px 30px;

    color: #fff;

    transition: 0.4s;

    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #00b371;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------

# Breadcrumbs

--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;

    background: #f9f9f9;

    min-height: 40px;

    margin-top: 80px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumbs h2 {
    font-size: 45px;

    font-weight: 500;

    text-transform: uppercase;

    font-style: italic;
}

.breadcrumbs ol {
    display: flex;

    flex-wrap: wrap;

    list-style: none;

    padding: 0 0 10px 0;

    margin: 0;

    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;

    padding-right: 10px;

    color: #424242;

    content: "/";
}

/*--------------------------------------------------------------

# Secci  n caba 0 9as

--------------------------------------------------------------*/

.add-sens {
    position: absolute;

    top: 0px;

    right: 50px;
}

.img-section {
    height: 210px;

    overflow: hidden;
}

.img-section img {
    overflow: hidden;

    width: 100%;

    height: 100%;

    object-fit: cover;
}

/* .img-section img:hover {

    opacity: 0.6;

    transition: 0.5s;

    cursor: pointer;

} */

.sectin-title h1 {
    font-weight: 700;

    font-size: 23px;

    color: #285a63;
}

.section-detail p {
    color: #756d6d;

    letter-spacing: 1px;
}

.fa-star,
.fa-star-half-alt {
    color: #fec00b;
}

.fa-star-half-alt {
    margin-right: 10px;
}

.call {
    border: 2px solid #b08d41;

    background-color: none;

    color: #b08d41;
}

.map {
    border: 2px solid #009961;

    background-color: none;

    color: #009961;
}

.map:hover {
    border: 2px solid #009961;

    background-color: #009961;

    color: #fff;
}

.call:hover {
    border: 2px solid #b08d41;

    background-color: #b08d41;

    color: #fff;
}

.btn-prop {
    width: 100%;

    font-weight: 600;

    border-radius: 50px;
}

.tag {
    margin-top: 10px;

    padding: 0.5rem 1rem;

    position: absolute;

    z-index: 99;

    background-color: #fff;

    opacity: 0.8;

    border-radius: 0px 10px 10px 0px;

    font-family: "Guton-Regular", sans-serif !important;

    font-weight: 700;
}

/* .img-prop {

    width: 100%;

    height: 200px !important;

    object-fit: cover;

} */

/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

#contacto {
    background: var(--naranja);

    color: #fff;

    font-size: 14px;

    text-align: center;

    padding: 5px;
}

.elementosFooter {
    margin: 20px;
}

#contacto h3 {
    font-size: 36px;

    color: #fff;

    position: relative;

    padding: 0;

    margin: 0 0 15px 0;

    text-transform: uppercase;
}

.img-link {
    width: 15%;
    vertical-align: middle;
}

#contacto p {
    font-size: 15;

    padding: 0;
}

#contacto .social-links a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline;
    margin: 0;
    font-size: 18px;
    padding: 7px 10px;
    color: #1b2028;
    background-color: #fff;
    transition: all 0.2s;
}

#contacto .social-links a:hover {
    color: #fff;
    background-color: #666666;
    text-decoration: none;
    padding-block: 7px;
    margin: 0 auto;
}

#contacto .copyright {
    margin: 0 0 5px 0;
}

#contacto .credits {
    font-size: 13px;
}

#contacto .credits a {
    color: #e3b754;

    transition: 0.3s;
}

#contacto .credits a:hover {
    color: #b08d41;
}

#folios tbody,
#folios thead {
    vertical-align: middle !important;
}

#folios td,
#folios th {
    width: auto !important;
    white-space: normal !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.nombre-invalid,
.fecha-invalid,
.ocupacion-invalid,
.institucion-invalid,
.direccionAporte-invalid,
.calleAporte-invalid,
.noInteriorAporte-invalid,
.coloniaAporte-invalid,
.municipioAporte-invalid,
.latitud-invalid,
.longitud-invalid,
.direccion-invalid,
.municipio-invalid,
.correo-invalid,
.telefono-invalid,
.archivo-invalid,
.observaciones-invalid,
.datos-invalid {
    color: #e60606;
    font-weight: 500;
    padding-left: 4px;
}

.dotting {
    display: inline-block;
    width: 10px;
    min-height: 2px;
    padding-right: 2px;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background-color: currentColor;
    background-clip: content-box;
    box-sizing: border-box;
    -webkit-animation: dot 2s infinite step-start both;
    animation: dot 2s infinite step-start both;
}
.dotting:before {
    content: "...";
}
.dotting::before {
    content: "";
}
:root .dotting {
    margin-left: 2px;
    padding-left: 2px;
}
@-webkit-keyframes dot {
    25% {
        border-color: transparent;
        background-color: transparent;
    }
    50% {
        border-right-color: transparent;
        background-color: transparent;
    }
    75% {
        border-right-color: transparent;
    }
}
@keyframes dot {
    25% {
        border-color: transparent;
        background-color: transparent;
    }
    50% {
        border-right-color: transparent;
        background-color: transparent;
    }
    75% {
        border-right-color: transparent;
    }
}

/*--------------------------------------------------------------

# VISOR CARTPOGRÁFICO

--------------------------------------------------------------*/
.visor {
    background-color: var(--naranja);
    color: #fff;
    padding-bottom: 4rem;
}

.visor .visor_title h2 {
    font-size: 36px;
    text-align: center;
    font-family: "Guton-Bold", sans-serif !important;
}

.visor .visor_title p {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 40px;
    text-align: center;
}

.visor_title-desc {
    padding-left: 5%;
    padding-right: 5%;
}

.visor_title-desc p {
    text-align: justify;
    font-size: 17px;
}

.visor-row {
    margin: 0rem 2rem;
}

.visor-desc .dropdown .dropdown-toggle {
    white-space: normal;
    background: #c79928;
    border: none;
}

.visor-simbologia {
    height: 500px;
    overflow: auto;
    color: #000;
}

.visor-simbologia::-webkit-scrollbar-track {
    background: #000;
}
.visor-simbologia::-webkit-scrollbar {
    width: 4px;
}
.visor-simbologia::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 10px;
}

.visor-desc h3 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 6px;
}

.visor-desc p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.visor-desc_simb ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.visor-desc .visor-desc_simb h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: black;
}

.visor-desc_simb .simb_subt {
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
}

.visor-desc_simb li {
    font-size: 10px;
    gap: 3px;
    padding: 1px 0;
}

.visor-desc_contendor_simb {
    width: 20px;
    height: 10px;
    background: #232323;
}

.visor-mapa div {
    border-radius: 10px;
}

.visor-button button {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 26px;
    padding: 13px 55px;
    font-weight: bold;
}

/* Contenedores con colores */
.visor-desc_contendor_simb.area_urb {
    background: #f7ec82;
}
.visor-desc_contendor_simb.fact {
    background: #ffd491;
}
.visor-desc_contendor_simb.cond {
    background: #f6a33c;
}
.visor-desc_contendor_simb.rest {
    background: #ff692f;
}
.visor-desc_contendor_simb.cuarto_per {
    border: 2px dashed #cb7e7d;
    background: transparent;
}
.visor-desc_contendor_simb.perim {
    border: 2px dashed #f59977;
    background: transparent;
}
.visor-desc_contendor_simb.area_nat_pro {
    background: #30916e;
}
.visor-desc_contendor_simb.area_nat_pro_pro {
    background: #41b474;
}
.visor-desc_contendor_simb.area_pro_amb {
    background: #539549;
}
.visor-desc_contendor_simb.area_cons_amb {
    background: #8cd189;
}
.visor-desc_contendor_simb.area_trans {
    background: #b1dfb0;
}
.visor-desc_contendor_simb.area_pro_cuer_agua {
    background: #abddf4;
}
.visor-desc_contendor_simb.area_rest_infra {
    background: #707e7f;
}
.visor-desc_contendor_simb.area_pro_patri {
    background: #e9d8d0;
}
.visor-desc_contendor_simb.poli_fra_amb {
    background: repeating-linear-gradient(
        45deg,
        #c4c4c493 0,
        #c4c4c493 10%,
        #fff 0,
        #fff 20%,
        #c4c4c493 0,
        #c4c4c493 30%,
        #fff 0,
        #fff 40%,
        #c4c4c493 0,
        #c4c4c493 50%,
        #fff 0,
        #fff 60%,
        #c4c4c493 0,
        #c4c4c493 70%,
        #fff 0,
        #fff 80%,
        #c4c4c493 0,
        #c4c4c493 90%,
        #fff 0,
        #fff 100%
    );
}
.visor-desc_contendor_simb.equi_urb {
    background: #32b4e5;
}

/*--------------------------------------------------------------

# ACERCA DE LA CONSULTA

--------------------------------------------------------------*/

.consulta {
    background-color: var(--naranja);
    color: #fff;
}

.consulta .consulta_title h2 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 1.5rem;
    font-family: "Guton-Bold", sans-serif !important;
}

.consulta .consulta_title p {
    margin-top: 1rem;
    padding: 0 4rem;
    text-align: justify;
    font-size: 24px;
    line-height: 22px;
}

.consulta .consulta-texto {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 23px;
    font-weight: bold;
    background: #545454;
    color: #fff;
    width: 60%;
    padding: 15px 25px;
    margin: 0 auto;
    text-align: center;
    border: none;
    justify-content: center;
    align-items: center;
}

.respuesta-texto {
    font-size: 30px;
    font-weight: bold;
    background: #1b2028;
    color: #fff;
    width: 50%;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    justify-content: center;
    align-items: center;
}


.consulta .consulta-button {
    font-family: "Guton-Bold", sans-serif !important;
    background-color: #545454;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 1px;
    border: none;
    font-weight: bolder;
}

/*--------------------------------------------------------------

# INTEGRANTES

--------------------------------------------------------------*/

.integrantes {
    position: relative;
}

.swiper {
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0 !important;
}

.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-duplicate-active {
    opacity: 1 !important;
}

@media (max-width: 680px) and (min-width: 280px) {
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    /* .integrantes .integrantes-cont_nombre {
        height: 100vh;
        padding: 0px 15px;
    } */
}

.integrantes .integrantes_title h2 {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 45px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.integrantes .integrantes_title img {
    width: 390px;
    height: 100px;
}

.integrantes .integrantes-cont_nombre {
    /* padding-right: 2rem; */
}

.integrantes .integrantes-cont .integrantes-cont_desc {
    color: #000;
    line-height: 18px;
    text-align: justify;
    font-size: 12px;
    padding: 0 27px 0 27px;
    margin-top: -1%;
}

.integrantes .integrantes-cont .integrantes-cont_slider {
    padding: 0;
    margin: 0;
}

.integrantes .integrantes-cont .integrantes-cont_slider_cont,
.integrantes .integrantes-cont .integrantes-cont_carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.integrantes .integrantes-cont .integrantes-cont_carousel_cont {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-right: 0rem;
    margin-bottom: 1rem;
}

.integrantes .integrantes-cont .integrantes-cont_arrow_left,
.integrantes .integrantes-cont .integrantes-cont_arrow_right {
    padding: 0;
    width: auto;
}

.integrantes .integrantes-cont .integrantes-cont_arrow_left {
    margin-right: 15px;
}
.integrantes .integrantes-cont .integrantes-cont_arrow_right {
    margin-left: 40px;
}

.integrantes .integrantes-cont .integrantes-cont_img {
    background-color: #d9d9d9;
    width: 73%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.integrantes .integrantes-cont .integrantes-cont_img img {
    width: 350px;
    height: 300px;
    object-fit: contain;
    background-color: white;
}

.integrantes .integrantes-cont .integrantes-cont_slider div span {
    font-size: 38px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.integrantes .integrantes-cont .integrantes-cont_nombre h3 {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    text-align: left;
}

.integrantes .integrantes-cont .integrantes-cont_nombre p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: justify;
}

/*--------------------------------------------------------------

# PROCESO DE CONSULTA

--------------------------------------------------------------*/

.proceso {
    background-color: white;
    text-align: center;
    position: relative;
}

/* .proceso img {
    width: 60%;
    height: 100%;
    image-resolution: from-image;
} */

/*--------------------------------------------------------------

# CALENDARIO

--------------------------------------------------------------*/

.calendario {
    position: relative;
}

.calendario .calendario-title .calendario-title_p {
    margin-top: 1rem;
    font-size: 32px;
    color: #000;
    text-align: center;
    font-weight: 500;
    line-height: 50px;
}

.calendario .calendario-title .calendario-title_p b {
    font-family: "Guton-Bold", sans-serif !important;
}

.calendario .calendario-title .calendario-title_dias div {
    position: relative; /* Necesario para el posicionamiento absoluto de los elementos secundarios */
    width: 100px;
    height: 100px;
    background: #d9d9d9;
    text-align: center;
    display: inline-block;
}

.calendario .calendario-title .calendario-title_dias_num {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 60px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    margin-top: -10px;
}

.calendario .calendario-title .calendario-title_dias_text {
    font-family: "Guton-Bold", sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    color: #c79928;
    margin-top: -22px;
}

.calendario .calendario-title .calendario-title_dias span {
    font-family: "Guton-Bold", sans-serif !important;
    color: #c79928;
    font-weight: bold;
    font-size: 19px;
    writing-mode: vertical-rl;
    line-height: 20px;
    position: absolute; /* Posiciona el span de forma absoluta */
    top: 0; /* Alinea el span al principio del contenedor */
    right: -40px; /* Alinea el span a la derecha del contenedor */
    text-align: justify;
}

.sidebar-hide .calendar-inner {
    overflow: hidden;
}

tr.calendar-body .calendar-day .day {
    padding: 8px;
    width: 40px;
    height: 40px;
}

.event-indicator {
    top: 120%;
}

.calendar-inner {
    padding: 0 !important;
}

.calendar-events::-webkit-scrollbar {
    width: 4px;
}

.calendar-events::-webkit-scrollbar-track {
    background: #fbfbfb;
}

.calendar-events::-webkit-scrollbar-thumb {
    background: #323232;
}

.calendario .calendar-sidebar > span#sidebarToggler {
    padding: 0 8px;
}

.calendario .evo-calendar {
    -webkit-box-shadow: 0 10px 50px -20px white !important;
    box-shadow: 0 10px 50px -20px white !important;
}

.calendario .calendar-sidebar {
    background-color: #ffc94a !important;
    -webkit-box-shadow: 5px 0 18px -3px #ffc94a !important;
    box-shadow: 5px 0 18px -3px #ffc94a !important;
    left: 12px;
    width: calc(100% - 23px);
}

.calendario
    .calendar-sidebar
    > .month-list
    > .calendar-months
    > li.active-month {
    background-color: #f2b015 !important;
}

.calendar-sidebar > .month-list > .calendar-months > li:hover {
    background-color: #ffd87d !important;
}

#eventListToggler {
    background-color: #ffc94a !important;
    -webkit-box-shadow: 5px 0 18px -3px #ffc94a !important;
    box-shadow: 5px 0 18px -3px #ffc94a !important;
}

.calendar-sidebar > span#sidebarToggler {
    background-color: #ffc94a !important;
    -webkit-box-shadow: 5px 0 18px -3px #ffc94a !important;
    box-shadow: 5px 0 18px -3px #ffc94a !important;
}

th[colspan="7"] {
    color: #ffc94a !important;
}

th[colspan="7"]::after {
    background-color: rgba(255, 201, 74, 0.15) !important;
}

.event-container > .event-info > p.event-title > span {
    color: #e6a100 !important;
    border: 1px solid #e6a100 !important;
    background-color: rgb(255, 249, 234) !important;
}

tr.calendar-body .calendar-day .day.calendar-today {
    background-color: #ffc94a !important;
}

tr.calendar-body .calendar-day .day.calendar-today:hover {
    background-color: #f2b015 !important;
}

tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-active:hover {
    border-color: #f2b015 !important;
}

.title-evento {
    text-align: center;
}

.date-evento {
    text-align: center;
    margin-bottom: 0;
}

.description-evento {
    width: 90%;
    margin: 0 auto;
}

.badge-calendar-hrs {
    font-size: 13px;
    font-weight: 400;
    color: #aa7700;
    border: 1px solid #aa7700;
    background-color: rgb(255, 249, 234);
    border-radius: 3px;
    padding: 3px 6px;
    transform: translateY(-50%);
}

.badge-calendar-date {
    font-size: 13px;
    font-weight: 400;
    color: #2a91ff;
    border: 1px solid #2a91ff;
    background-color: #d8ebff;
    border-radius: 3px;
    padding: 3px 6px;
    transform: translateY(-50%);
}

/*--------------------------------------------------------------

# SEDES

--------------------------------------------------------------*/

.sedes {
    background-color: #1b2028;
    color: #fff;
}

.sedes-title {
    font-family: "Guton-Bold", sans-serif !important;
}

.sedes .sedes-info {
    margin-right: 100px;
}

.sedes .sedes-info .sedes-desc {
    text-align: justify;
}

.office-marker {
    background-image: url("../img/consultapublica.png");
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.about-marker {
    background-image: url("../img/about.png");
    background-size: cover;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: "Guton-Regular", sans-serif !important;
}
.mapboxgl-popup-content h4 {
    color: #282828;
    font-size: 20px;
    padding: 0px 15px;
}
.mapboxgl-popup-content span {
    white-space: normal;
}

.mapboxgl-popup-content span a {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
    border: 0px solid transparent;
    padding: 1px 0.65em;
}

.mapboxgl-popup-content span a:hover {
    color: #fff;
}

.mapboxgl-popup-content span.marker1 {
    background: #a91d3a;
}
.mapboxgl-popup-content span.marker2 {
    background: #ffd95a;
}
.mapboxgl-popup-content span.marker3 {
    background: #c07f00;
}
.mapboxgl-popup-content span.marker4 {
    background: #640d6b;
}
.mapboxgl-popup-content span.marker5 {
    background: #000;
}
.mapboxgl-popup-content span.marker6 {
    background: #114232;
}
.mapboxgl-popup-content span.marker7 {
    background: #61677a;
}
.mapboxgl-popup-content span.marker8 {
    background: #ff8400;
}
.mapboxgl-popup-content span.marker9 {
    background: #b2b1b9;
}

/*--------------------------------------------------------------

# INFORMACIÓN DOCUMENTAL

--------------------------------------------------------------*/

#info-documental {
    position: relative;
}

#info-documental .triangulos_lados {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: auto;
    z-index: 100;
}

#info-documental .triangulos_lados2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: auto;
    z-index: 100;
}
#info-documental h2{
    font-size: 40px;
}

#info-documental h2 strong{
    font-family: "Guton-Bold", sans-serif !important;
}

#info-documental li a{
        color: #000;
        text-decoration: none;
}

#info-documental li a:hover{
    color: #c79928;
    font-weight: bold;
    text-decoration: underline;
}


/*--------------------------------------------------------------

# RESPONSIVE

--------------------------------------------------------------*/
/* @media screen and (min-width: 1600px) and (max-width: 3840px) {
    #header > .container {
        max-width: 1500px !important;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 18px;
        padding: 22px 25px;
    }

    .col-hero_dias {
        right: 213px;
        top: 89px;
        font-size: 65px;
    }

    #hero .container {
        max-width: 1500px;
    }

    #heroDetails3 {
        font-size: 33px;
    }

    .title-participar {
        font-size: 44px;
    }

    .btn {
        font-size: 35px;
    }

    .instrumentos-img img {
        height: auto;
    }

    .instrumentos p,
    .visor_title-desc p {
        font-size: 34px;
    }

    .instrumentos h1,
    .visor .visor_title h2 {
        font-size: 57px;
    }

    .instrumentos-cont_col a {
        font-size: 21px;
    }

    .visor .visor_title p {
        font-size: 36px;
        margin: 3rem;
    }

    .consulta .consulta_title h2 {
        font-size: 60px;
    }

    .consulta .consulta_title p {
        font-size: 30.5px;
        line-height: 57px;
    }

    .consulta .consulta-texto {
        font-size: 48px;
    }

    .consulta .consulta-button {
        font-size: 40px;
    }

    .sedes-title {
        font-size: 43px;
    }

    .foreground-image,
    .foreground-image2 {
        display: none;
    }

    .foreground-imageinfo {
        width: 100%;
        margin: auto;
        display: block;
    }

    #hero > .container {
        max-width: 1500px;
        height: auto;
    }

    #instrumentos > .container {
        max-width: 1500px !important;
    }

    .ejercicio > .container {
        max-width: 1500px !important;
    }

    #visor > .container {
        max-width: 1500px !important;
    }

    #consulta > .container {
        max-width: 1500px !important;
    }

    .integrantes > .container {
        max-width: 1500px !important;
    }

    .integrantes .integrantes_title h2 {
        font-size: 61px;
    }

    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 400px;
    }

    .integrantes .integrantes-cont .integrantes-cont_desc {
        line-height: 29px;
        font-size: 20px;
    }

    .integrantes .integrantes-cont .integrantes-cont_nombre h3 {
        font-size: 36px;
    }

    .integrantes .integrantes-cont .integrantes-cont_nombre p {
        font-size: 20px;
        line-height: 29px;
    }

    #calendario > .container {
        max-width: 1500px !important;
    }

    .calendario .calendario-title .calendario-title_p {
        font-size: 56px;
        line-height: 93px;
    }

    #sedes > .container {
        max-width: 1500px !important;
    }

    .sedes .sedes-info .sedes-desc {
        font-size: 25px;
    }

    #faq > .container {
        max-width: 1500px !important;
    }

    #faq h2 {
        font-size: 64px;
    }

    .accordion {
        font-size: 30px;
    }

    #faq .accordion-button span strong {
        font-size: 41px;
    }

    #faq .accordion-button,
    #faq .accordion-item {
        font-size: 2rem;
    }

    #contacto > .container {
        max-width: 1500px !important;
    }

    #contacto p {
        font-size: 32px;
    }

    .back-to-top {
        width: 100px;
        height: 100px;
    }

    .back-to-top i {
        font-size: 97px;
    }
} */

@media screen and (max-width: 1782px) {
    /* .col-hero_dias {
        right: 210px;
        top: 91px;
    } */
}

@media screen and (max-width: 1536px) {
    /* .col-hero_dias {
        right: 164px;
        top: 85px;
    } */

    .back-to-top {
        width: 50px;
        height: 50px;
    }

    .back-to-top i {
        font-size: 47px;
    }
}

@media (min-width: 1400px) {
    .consulta .consulta_title p {
        position: relative;
        z-index: 100;
    }
}

@media screen and (max-width: 1400px) {
    /* .col-hero_dias {
        right: 108px;
        top: 69px;
    } */
}

@media screen and (max-width: 1280px) {
    /* .col-hero_dias {
        right: 108px;
        top: 69px;
    } */
}

@media screen and (max-width: 1200px) {
    #hero .hero-cont1,
    #hero .hero-cont2 {
        padding-top: 90px;
    }
    /* .col-hero_dias {
        right: 100px;
        top: 64px;
    } */
    .foreground-image,
    .foreground-image2 {
        display: none;
    }
    .consulta {
        padding-top: 30px;
    }
    .calendar-events {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    /* .col-hero_dias {
        right: 67px;
        top: 59px;
        font-size: 40px;
    } */
    #heroDetails {
        margin-top: -55px;
    }
    .consulta .consulta-texto {
        width: 90%;
    }
    .integrantes .integrantes-cont .integrantes-cont_img {
        width: 100%;
    }
    .integrantes .integrantes-cont .integrantes-cont_img img {
        width: 300px;
        height: 300px;
        object-fit: contain;
    }
    .integrantes .integrantes-cont .integrantes-cont_arrow_right {
        margin-left: 30px;
    }
    .integrantes .integrantes-cont .integrantes-cont_nombre p {
        font-size: 14px;
    }
    .integrantes .integrantes-cont .integrantes-cont_nombre h3 {
        font-size: 23px;
    }
    #contacto p {
        font-size: 15;
        padding: 0;
        margin-top: 22px !important;
    }

    .back-to-top {
        bottom: 80px;
    }
}

@media screen and (max-width: 1024px) {
    /*  .col-hero_dias {
        right: 64px;
        top: 56px;
        font-size: 40px;
    } */

    #hero .intro-content .texto-cierre {
        font-size: 13px;
        margin-left: 5px;
    }
    .integrantes .integrantes-cont .integrantes-cont_nombre p {
        font-size: 11px;
    }
    .integrantes .integrantes-cont .integrantes-cont_nombre h3 {
        font-size: 21px;
    }
}

@media screen and (max-width: 812px) {
    #hero .hero-cont2 {
        padding-top: 130px;
    }
    #heroDetails {
        margin-top: -10px !important;
        width: 130%;
        margin-left: -73px;
    }
    #heroDetails3 {
        font-size: 14px;
    }
    /* .img-intro-content {
        width: 40%;
    } */
    #hero .img-hero {
        width: 45%;
    }
    #hero .col-hero {
        width: 100%;
        justify-content: center;
        margin-top: 2rem;
    }
    #hero .img_pdm,
    #hero .img_potmet {
        width: 25% !important;
    }
    #hero > .intro-content > .container > .row {
        justify-content: center;
    }
    #hero > .intro-content > .container > .row > div.col-lg-7 > img {
        margin: 0 auto;
    }
    #hero .intro-content .intro-content_button {
        height: auto;
        width: 225px;
    }
    /*  .col-hero_dias {
        right: 201px;
        font-size: 50px;
        top: 19px;
    } */
    .visor-row {
        margin: 0 1rem;
    }
    .visor-desc {
        width: 42%;
    }
    .visor-mapa {
        width: 58%;
    }
    .integrantes .integrantes-cont .integrantes-cont_desc {
        width: 100%;
        margin-bottom: 2rem;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        width: 100%;
    }
    /* .integrantes .integrantes-cont_nombre {
        padding-right: 0;
    } */
    .integrantes .integrantes-cont .integrantes-cont_nombre h3 {
        font-size: 23px;
    }
    .integrantes .integrantes-cont .integrantes-cont_nombre p {
        font-size: 15px;
        line-height: 16px;
    }
    /* .proceso img {
        width: 90%;
        height: 78vh;
    } */
    .consulta .consulta-texto {
        font-size: 25px;
        width: 70%;
    }
    .calendario .calendario-title .calendario-title_p {
        font-size: 25px;
    }
    .calendario .calendario-cont {
        flex-direction: column-reverse;
    }
    .calendario .calendario-cont .calendario-cont_iframe,
    .calendario .calendario-cont .calendario-cont_eventos {
        width: 100%;
    }
    .calendario .calendario-cont .calendario-cont_eventos {
        margin-bottom: 2rem;
    }
    #contacto .elementosFooter {
        flex-direction: column !important;
    }
    #contacto img {
        width: 35%;
    }
    #contacto .elementosFooter {
        align-items: center !important;
    }
    #contacto .social-links {
        margin-right: 0 !important;
        margin-top: 10px;
    }
    .sedes .sedes-info,
    .sedes .sedes-mapa {
        width: 100%;
    }
    .sedes .sedes-info {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .back-to-top {
        bottom: 100px;
    }
    .modal-img_header {
        margin-top: -15px;
    }
    .modal-img_footer {
        margin-bottom: -15px;
    }
}

@media screen and (max-width: 768px) {
    #hero .col-hero {
        margin-top: 1rem;
    }
    /* .col-hero_dias {
        right: 177px;
        font-size: 58px;
        top: 9px;
    } */
    .instrumentos .instrumentos-cont_col {
        padding: 20px;
    }
    .consulta {
        padding-top: 50px;
    }
    .consulta .consulta_title h2 {
        margin-top: 0;
    }
    .consulta .consulta_title p {
        font-size: 15px;
    }
    .consulta .consulta-texto {
        font-size: 20px;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 445px;
    }
}

@media screen and (max-width: 767px) {
    #hero .container {
        max-width: 100%;
    }
    #hero .img-hero img {
        width: 100%;
    }
    #hero .img-hero {
        margin-left: -13px;
    }
    /* .col-hero_dias {
        right: 166px;
        top: 9px;
    } */
    #heroDetails {
        margin-top: -55px !important;
        width: 100%;
        margin-left: -47px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 530px;
    }

    .integrantes .integrantes-cont_nombre {
        height: 100vh;
        padding: 0px 27px;
    }

    .instrumentos-img img {
        width: 60%;
    }
    .instrumentos-img img.img-alargada {
        height: 250px;
        width: 70%;
    }

    #faq .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 668px) {
    #hero .intro-content .intro-content_button {
        font-size: 18px;
        width: 200px;
    }
    #hero .img-hero {
        margin-left: -35px;
    }
    #hero .img_pdm,
    #hero .img_potmet {
        width: 30% !important;
    }
    /* .col-hero_dias {
        right: 147px;
        top: 5px;
        font-size: 50px;
    } */
    .instrumentos p {
        font-size: 15px;
    }

    .visor-desc,
    .visor-mapa {
        width: 100%;
    }
    .visor-row {
        flex-direction: column-reverse;
    }
    .visor-simbologia {
        height: auto;
    }
    .visor-desc .visor-desc_cont {
        padding-right: 15px;
        width: 40%;
        text-align: justify;
    }
    .visor-desc .visor-desc_simb {
        width: 60%;
    }

    .consulta .consulta_title h2 {
        font-size: 30px;
    }
    .consulta .consulta_title p {
        font-size: 13px;
    }
    .consulta .consulta-button {
        padding: 10px 20px;
        font-size: 20px;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 500px;
    }
    /* .integrantes .integrantes-cont_nombre {
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0;
    } */
    .integrantes .integrantes-cont .integrantes-cont_nombre h3 {
        font-size: 20px;
    }
    .integrantes .integrantes-cont .integrantes-cont_nombre p {
        font-size: 12px;
    }
    .integrantes .integrantes-cont .integrantes-cont_img img {
        width: 270px;
        height: 270px;
    }
    .calendario .calendario-cont {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    #hero .hero-cont1 {
        padding-top: 80px;
    }
    /* .col-hero_dias {
        right: 122px;
        top: 10px;
        font-size: 40px;
    } */
    #heroDetails3 {
        font-size: 10px;
    }
    #heroDetails {
        margin-left: -8px;
    }
    .background-imageinfo {
        height: 18vh;
    }
    .visor-desc {
        flex-direction: column;
    }
    .visor-desc .visor-desc_cont {
        padding: 0;
        width: 100%;
        text-align: justify;
        margin-top: 2rem;
    }
    .visor-desc .visor-desc_simb {
        width: 100%;
    }
    .visor-desc .visor-desc_simb h4 {
        font-size: 25px;
    }
    .visor-desc_simb li {
        font-size: 17px;
    }

    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 450px;
    }
    /* .integrantes .integrantes-cont_nombre {
        padding-top: 0px;
    } */
    .integrantes .integrantes-cont .integrantes-cont_arrow_left {
        margin-right: 15px;
    }
    .integrantes .integrantes-cont .integrantes-cont_arrow_right {
        margin-left: 15px;
    }
    .calendario .calendario-title .calendario-title_p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 568px) {
    #hero .hero-cont2 {
        padding-top: 75px;
    }
    #hero .intro-content .intro-content_button {
        font-size: 15px;
        width: 150px;
    }
    /* .col-hero_dias {
        right: 130px;
        top: 6px;
    } */
    .descInfografia {
        font-size: 25px;
        margin-top: 2rem;
    }
    .consulta .consulta_title h2 {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 2rem;
    }
    .col2-calendario {
        margin: 0 !important;
    }
    .calendario-title {
        justify-content: center !important;
    }
    .calendario-figura {
        width: 70px;
        height: 50px;
    }
    .calendario-figura2 {
        right: 53px;
        width: 28px;
        height: 50px;
    }
    .calendario-dias_rest {
        margin-left: -61px;
        font-size: 16px;
    }
    .parafo_calendario-figura {
        font-size: 40px;
        line-height: 53px;
    }
    .instrumentos .instrumentos-cont {
        justify-content: center;
    }
    .instrumentos .instrumentos-cont_col {
        padding: 20px 0;
        width: 60%;
    }
    .instrumentos .instrumentos-cont_col_alargado {
        width: 100%;
    }
    .integrantes .integrantes-cont .integrantes-cont_img img {
        height: 300px;
        width: 250px;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 500px;
    }
    /* .proceso img {
        height: 16vh;
    } */
    .modal-img_header {
        margin-top: -17px;
    }
    .modal-img_footer {
        margin-bottom: -17px;
    }
}

@media screen and (max-width: 480px) {
    #hero .hero-cont2 {
        padding-top: 55px;
    }
    #heroDetails {
        margin-top: -23px !important;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    #hero .img-hero {
        width: 100%;
        margin-left: 0;
    }
    #hero .col-hero {
        margin-bottom: 2rem !important;
    }
    #hero .img_pdm,
    #hero .img_potmet,
    #hero .img_dias {
        width: 40% !important;
    }
    /* .col-hero_dias {
        right: 88px;
        top: 2px;
    } */
    /* .img-intro-content {
        width: 46%;
    } */
    .descInfografia {
        font-size: 18px;
    }
    .background-imageinfo {
        height: 32vh;
    }
    .instrumentos-img img {
        width: 50%;
    }
    .consulta .consulta-texto {
        width: 80%;
    }
    .consulta .consulta_title p {
        padding: 0 20px;
    }
    .instrumentos .instrumentos-cont_col {
        padding: 20px 0;
        width: 75%;
    }
    .instrumentos .instrumentos-cont_col_alargado {
        width: 100%;
    }
    .instrumentos-img img.img-alargada {
        width: 100%;
    }
    .visor .visor_title h2 {
        font-size: 24px;
    }
    .visor .visor_title p {
        font-size: 20px;
    }
    .visor_title-desc p {
        font-size: 13px;
    }
    .visor-desc .dropdown .dropdown-toggle {
        font-size: 17px;
    }
    .visor-mapa #map {
        height: 500px !important;
    }
    .integrantes .integrantes_title h2 {
        font-size: 30px;
    }
    .integrantes .integrantes_title img {
        width: 320px;
        height: 85px;
    }
    .integrantes .integrantes-cont .integrantes-cont_desc {
        font-size: 13px;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 520px;
    }
    .event-title span {
        display: none;
    }
    #faq h2 {
        font-size: 30px;
    }

    #info-documental h2 {
        font-size: 30px;
    }

    .modal-title {
        font-size: 21px;
    }
    .modal-img_header {
        margin-top: -14px;
    }
    .modal-img_footer {
        margin-bottom: -14px;
    }
    .img_dias {
        width: 100%;
    }
}

@media screen and (max-width: 426px) {
    #heroDetails {
        margin-left: 13px;
    }
    #hero .img_pdm,
    #hero .img_potmet,
    #hero .img_dias {
        width: 35% !important;
    }
    .descInfografia {
        font-size: 16px;
    }
    /* .img-intro-content {
        width: 53%;
    } */
    /* .col-hero_dias {
        right: 68px;
        top: 4px;
    } */
    .background-imageinfo {
        height: 32vh;
    }
    .consulta .consulta-texto {
        font-size: 18px;
    }
    /* .proceso {
        height: 45vh;
    } */
    /* .proceso img {
        height: 30vh;
    } */
    .integrantes .integrantes-cont .integrantes-cont_img img {
        height: 265px;
    }
    .visor-desc .dropdown .dropdown-toggle {
        font-size: 15px;
    }

    .calendario .calendario-title .calendario-title_p {
        font-size: 16px;
    }
    .calendario .calendario-title .calendario-title_dias div {
        width: 80px;
        height: 80px;
    }
    .calendario .calendario-title .calendario-title_dias_num {
        font-size: 40px;
        margin-top: -2px;
    }
    .calendario .calendario-title .calendario-title_dias_text {
        font-size: 24px;
        margin-top: -15px;
    }
    .calendario .calendario-title .calendario-title_dias span {
        font-size: 13px;
        line-height: 12px;
    }
    .calendar-sidebar > .calendar-year {
        background-color: #ffc94a !important;
        -webkit-box-shadow: 0 3px 8px -3px rgba(255, 201, 74, 0.65) !important;
        box-shadow: 0 3px 8px -3px rgba(255, 201, 74, 0.65) !important;
    }
    .calendar-sidebar > .month-list {
        background-color: #ffc94a !important;
    }
    .event-container > .event-info > p.event-desc {
        font-size: 9px !important;
    }
    #faq .accordion-button {
        font-size: 12px;
    }
    #faq .accordion-body p {
        font-size: 11px;
    }
    #faq .accordion-button span strong {
        font-size: 17px;
    }
    .description-evento {
        width: 100%;
    }
    .modal-img_header {
        margin-top: -12px;
    }
    .modal-img_footer {
        margin-bottom: -12px;
    }
}

@media screen and (max-width: 390px) {
    #hero .intro-content .intro-content_button {
        font-size: 12px;
        width: 150px;
    }
    /* .col-hero_dias {
        right: 61px;
        top: 5px;
        font-size: 35px;
    } */
    /* .img-container {
        margin-top: -6rem;
    } */
    .integrantes .integrantes_title h2 {
        font-size: 27px;
    }
}

@media screen and (max-width: 376px) {
    #hero .img_pdm,
    #hero .img_potmet {
        width: 40% !important;
    }
    #hero .intro-content .intro-content_button {
        font-size: 11px;
        width: 120px;
    }
    /* .img-intro-content {
        width: 53%;
    } */
    /* .col-hero_dias {
        right: 61px;
        top: 5px;
        font-size: 32px;
    } */
    .img-container {
        margin-top: 0;
    }
    #hero .col-hero {
        margin-bottom: 0rem !important;
    }
    #heroDetails {
        font-size: 18px;
    }
    #detailsDate {
        font-size: 22px;
    }
    #heroDetails3 {
        font-size: 7px;
    }
    .instrumentos p {
        font-size: 12px;
    }
    .descInfografia {
        font-size: 13px;
    }
    .background-imageinfo {
        height: 47vh;
    }
    /* .proceso {
        height: 63vh;
    } */
    /* .proceso img {
        height: 45vh;
    } */
    .instrumentos-img img {
        width: 63%;
    }
    .integrantes .integrantes_title h2 {
        letter-spacing: 7px;
    }
    .integrantes .integrantes_title img {
        width: 260px;
        height: 60px;
    }
    .integrantes .integrantes-cont .integrantes-cont_img img {
        height: 250px;
    }
    .integrantes .integrantes-cont .integrantes-cont_arrow_left {
        margin-right: 20px;
    }
    .integrantes .integrantes-cont .integrantes-cont_arrow_right {
        margin-left: 20px;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider div span {
        font-size: 28px;
    }
    .texto-cierre {
        display: none;
    }
    .visor .visor_title h2 {
        font-size: 25px;
    }
    .visor .visor_title p {
        font-size: 15px;
    }
    .visor-desc .visor-desc_simb h4 {
        font-size: 20px;
    }
    .visor-desc_simb li {
        font-size: 12px;
    }
    .visor-mapa #map {
        height: 400px !important;
    }
    .consulta .consulta-texto {
        font-size: 15px;
    }
    .calendario .calendario-title .calendario-title_p {
        line-height: 22px;
        font-size: 14px;
    }

    .event-container > .event-info > p.event-desc {
        font-size: 11px !important;
    }
    .event-title span {
        display: block;
    }
    .modal-title {
        font-size: 16px;
    }
    .alert-primary-modal {
        font-size: 12px;
    }
    .modal-footer {
        flex-direction: column-reverse;
    }
    .badge-calendar-date,
    .badge-calendar-hrs {
        font-size: 10px;
    }
    .modal-img_header {
        margin-top: -11px;
    }
    .modal-img_footer {
        margin-bottom: -11px;
    }
}

@media screen and (max-width: 320px) {
    /* #hero {
        padding: 40px 10px;
    } */
    #hero .img_pdm,
    #hero .img_potmet {
        width: 30% !important;
    }
    .descInfografia {
        font-size: 10px;
    }
    .background-imageinfo {
        height: 42vh;
    }
    .consulta .consulta-texto {
        padding-left: 5px;
        padding-right: 5px;
        width: 90%;
    }
    .instrumentos .instrumentos-cont_col {
        width: 100%;
    }
    .visor .visor_title h2 {
        font-size: 20px;
    }
    .visor .visor_title p {
        font-size: 12px;
    }
    .visor-desc .visor-desc_simb h4 {
        font-size: 17px;
    }
    .visor-desc_simb .simb_subt {
        font-size: 13px;
    }
    .visor-desc_simb li {
        font-size: 10px;
    }
    .visor-mapa #map {
        height: 350px !important;
    }
    .integrantes .integrantes-cont .integrantes-cont_arrow_left {
        margin-right: 8px;
    }
    .integrantes .integrantes-cont .integrantes-cont_arrow_right {
        margin-left: 8px;
    }
    .integrantes .integrantes-cont .integrantes-cont_slider {
        height: 560px;
    }
    /* .integrantes .integrantes-cont_nombre {
        padding-top: 15px !important;
    } */
    .calendario .calendario-title .calendario-title_p {
        font-size: 12px;
        line-height: 19px;
    }

    #faq .accordion-button {
        font-size: 10px;
    }
    #faq .accordion-body p {
        font-size: 10px;
    }
    #faq .accordion-button span strong {
        font-size: 14px;
    }
    .accordion-button::after {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
    .modal-title {
        font-size: 14px;
    }
    .alert-primary-modal {
        font-size: 10px;
    }
    .form-floating > label {
        font-size: 13px;
    }
    .description-evento {
        font-size: 13px;
    }
    .modal-img_header {
        margin-top: -9px;
    }
    .modal-img_footer {
        margin-bottom: -9px;
    }
}

/* @media (min-width: 3840px) {
    .foreground-image {
        left: -95rem;
    }
    .foreground-image2 {
        right: -95rem;
    }

    .instrumentos-img img {
        height: auto;
    }
} */

/* Media queries para adaptar el diseño */

/*--------------------------------------------------------------

# RESPONSIVE CELULARES WEB

--------------------------------------------------------------*/

/* @media screen and (max-width: 1024px) and (max-height: 1369px) {
    .proceso img {
        height: 30vh;
        width: 80%;
    }
}

@media screen and (max-width: 821px) and (max-height: 1181px) {
    .proceso img {
        height: 40vh;
        width: 90%;
    }
}

@media screen and (max-width: 769px) and (max-height: 1025px) {
    .background-imageinfo {
        height: 47vh;
    }
    .proceso img {
        height: 40vh;
    }
}

@media screen and (max-width: 431px) and (max-height: 933px) {
    .background-imageinfo {
        height: 32vh;
    }
    .proceso {
        height: 41vh;
    }
    .proceso img {
        height: 30vh;
        width: 95%;
    }
}

@media screen and (max-width: 413px) and (max-height: 916px) {
    .proceso {
        height: 37vh;
    }
    .proceso img {
        height: 25vh;
        width: 100%;
    }
}

@media screen and (max-width: 415px) and (max-height: 897px) {
    .background-imageinfo {
        height: 33vh;
    }
    .proceso {
        height: 42vh;
    }
    .proceso img {
        height: 30vh;
        width: 92%;
    }
}

@media screen and (max-width: 345px) and (max-height: 883px) {
    .background-imageinfo {
        height: 28vh;
    }
    .proceso {
        height: 38vh;
    }
    .proceso img {
        height: 25vh;
        width: 100%;
    }
}

@media screen and (max-width: 391px) and (max-height: 883px) {
    .proceso {
        height: 49vh;
    }
    .proceso img {
        height: 35vh;
        width: 100%;
    }
}

@media screen and (max-width: 1281px) and (max-height: 801px) {
    .background-imageinfo {
        height: 95vh;
    }

    .proceso {
        height: 94vh;
    }

    .proceso img {
        height: 77vh;
        width: 90%;
    }
}

@media screen and (max-width: 541px) and (max-height: 721px) {
    .background-imageinfo {
        height: 50vh;
    }
}

@media screen and (max-width: 361px) and (max-height: 741px) {
    .background-imageinfo {
        height: 35vh;
    }
    .proceso {
        height: 44vh;
    }
    .proceso img {
        height: 28vh;
        width: 100%;
    }
}

@media screen and (max-width: 376px) and (max-height: 668px) {
    .background-imageinfo {
        height: 40vh;
    }
    .proceso {
        height: 61vh;
    }
    .proceso img {
        height: 45vh;
        width: 100%;
    }
}

@media screen and (max-width: 1025px) and (max-height: 601px) {
    .background-imageinfo {
        height: 102vh;
    }

    .proceso {
        height: 94vh;
    }

    .proceso img {
        height: 77vh;
        width: 90%;
    }
} */


/*--------------------------------------------------------------

# Sección Mapas

--------------------------------------------------------------*/
.mapa-text {
    font-size: 32px;
    font-weight: 700;
}

.btn-mapas button {
    background-color: var(--verde);
    color: #fff;
    border-radius: 180px;
    padding: 16px 50px;
    font-weight: bold;
    margin-bottom: 1.2rem;
    font-size: 32px;
    min-width: 450px;
}

.btn-mapas button:hover {
    background-color: var(--naranja);
    border: 1px solid white;
}

/*--------------------------------------------------------------

# Sección Calendario

--------------------------------------------------------------*/

.calendario {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop */
    gap: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: white;

}

.calendario-card {
    width: calc(300px + (450 - 300) * ((100vw - 300px) / (1920 - 300)));
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 1rem 1.6rem;
    justify-content: space-between;
    line-height: 1.1 !important;
    min-height: 650px;
    display: flex;
    flex-direction: column;
}

.calendario-fecha {
    border-radius: 20px;
    line-height: 1 !important;
    color: black;
    text-align: center;
    margin-bottom: 1.2rem;

    h3 {
        line-height: 1;
        margin-bottom: 0;
    }
}

.calendario-titulo {
    font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    min-height: 180px;
}

.calendario-donde, .calendario-horas {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.calendario-horas {
    margin-top: 20px;

    ul {
       list-style: none;
        margin: 0;
        padding: 0;

        li {
            margin-bottom: 10px;
            font-weight: 700;
            letter-spacing: 1px;
        }
    }
}

.calendario-mapa {
    margin: 0 auto;
    padding-top: 20px;
    font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1920 - 300)));

    a {
        display: block;
        color: white;
        border-radius: 25px;
        padding: 10px 15px;
        text-align: center;
        background-color: var(--verde);
        width: calc(240px + (320 - 240) * ((100vw - 300px) / (1920 - 300)));
    }

    a:hover {
        background-color: var(--naranja);
        border: 1px solid white
    }
}

/* Tablet */
@media (max-width: 1280px) {
    .calendario {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Móvil */
@media (max-width: 900px) {
    .calendario {
        grid-template-columns: 1fr;
    }

    .calendario-card {
        width: 100%;
        height: auto;
        min-height: unset;
    }

    .calendario-titulo {
        height: auto;
        min-height: unset;
    }
}

.redes {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes:hover {
    background-color: var(--verde);
}

/*iconos redes sociales*/
.ri--facebook-fill {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EB5B27' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
}

.pajamas--twitter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23EB5B27' d='M9.294 6.928L14.357 1h-1.2L8.762 6.147L5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977l.538.775l4.491 6.47h-1.843z'/%3E%3C/svg%3E");
}

.mdi--instagram {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EB5B27' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");

}

.iconoir--youtube {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23EB5B27' stroke-width='1.5'%3E%3Cpath fill='%23000' stroke-linecap='round' stroke-linejoin='round' d='m14 12l-3.5 2v-4z'/%3E%3Cpath d='M2 12.708v-1.416c0-2.895 0-4.343.905-5.274c.906-.932 2.332-.972 5.183-1.053C9.438 4.927 10.818 4.9 12 4.9s2.561.027 3.912.065c2.851.081 4.277.121 5.182 1.053S22 8.398 22 11.292v1.415c0 2.896 0 4.343-.905 5.275c-.906.931-2.331.972-5.183 1.052c-1.35.039-2.73.066-3.912.066s-2.561-.027-3.912-.066c-2.851-.08-4.277-.12-5.183-1.052S2 15.602 2 12.708Z'/%3E%3C/g%3E%3C/svg%3E");

}

.ri--linkedin-fill {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EB5B27' d='M6.94 5a2 2 0 1 1-4-.002a2 2 0 0 1 4 .002M7 8.48H3V21h4zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91z'/%3E%3C/svg%3E");

}

.icomoon-free--flickr4 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23EB5B27' d='M8 0C3.582 0 0 3.606 0 8.055s3.582 8.055 8 8.055s8-3.606 8-8.055S12.418 0 8 0M4.5 10.5a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5m7 0a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5'/%3E%3C/svg%3E");
}

.ic--baseline-telegram {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EB5B27' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38'/%3E%3C/svg%3E");
}
