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

# General

--------------------------------------------------------------*/
@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-LightItalic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

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

.content {
    background-color: #fffefb !important;
}

#hero,
#avisos,
#descripcion-sitio,
#que-es,
#calendario,
#proceso,
#poel-top,
#documentos,
#poel-timeline-section {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

#hero {
    width: 100%;
    padding-top: 3rem !important;
    background-size: cover !important;
}

@media (max-width: 575px) {
    #hero,
    #avisos,
    #descripcion-sitio,
    #que-es,
    #calendario,
    #proceso,
    #poel-top,
    #documentos,
    #poel-timeline-section {
        padding: 2rem !important;
    }
}

@media (max-width: 481px) {
    #hero,
    #avisos,
    #descripcion-sitio,
    #que-es,
    #calendario,
    #proceso,
    #poel-top,
    #documentos,
    #poel-timeline-section {
        padding: 2rem 0px !important;
    }
}

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

.page-div {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrap {
    flex: 1;
}

.sweetAlertText {
    font-family: "Gotham-Book", 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: "Gotham-Book", 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: #c79928;
    color: white;
    font-family: "Gotham-Bold", sans-serif !important;
    font-weight: bolder;
    text-align: center;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 10px;
    margin-top: 1rem;
}

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

# 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: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-Bold", sans-serif !important;
}

.btnEjercicio {
    background-color: #c79928;
    color: white;
    font-family: "Gotham-Bold", sans-serif !important;
    font-weight: bold;
}

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

.descInfografia {
    font-size: 35px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: black;
    -webkit-text-stroke: 1px #282828;
    text-shadow: 0px 0.8px 0.8px #282828;
    letter-spacing: 4px;
}

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

.descInfografia p {
    margin: 0;
}

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

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

# Header

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

#header {
    transition: all 0.5s;
    z-index: 997;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0 5rem !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0 5rem !important;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #ffffff;
}

#header .container-menu {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#header .container-menu {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#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;
        height: 80px !important;
    }
}

@media (max-width: 500px) {
    #header {
        height: 55px !important;
        padding: 0 3rem !important;
    }

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

@media (max-width: 320px) {
    #header {
        padding: 0 1.5rem !important;
        height: 80px !important;
    }
}

@media (max-width: 500px) {
    #header {
        height: 55px !important;
        padding: 0 3rem !important;
    }

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

@media (max-width: 320px) {
    #header {
        padding: 0 1.5rem !important;
    }
}

/* 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 */
/* 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;
    max-width: 100px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 25px 3px;
    font-size: 13px;
    font-weight: 600;
    color: #444444;
    white-space: wrap;
    transition: 0.3s;
    position: relative;
}

.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: -2px;
    left: 0;
    background-color: #444444;
    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: #444444;
}

.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;
    overflow-y: auto;
    top: 75px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 1.8rem 1.4rem 1rem 1.4rem !important;
    background-color: #fff;
    border-radius: 20px;
    transition: 0.3s;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.18);
    height: min-content;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    display: block;
    background: #f6f6f6;
    margin-bottom: 1rem;
    padding: 1rem 1.2rem !important;
    font-size: 1.15rem !important;
    border-radius: 12px;
    color: #1f1f1f !important;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.15s ease;
}

.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: #8c1f3b;
}

.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: #8c1f3b;
}

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

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

#participar .container-gracias {
    #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: #c79928;
}

.texto-revision-obs {
    font-family: "Gotham-Book", sans-serif !important;
    font-size: 1.2rem;
    text-align: center;
    color: white;
}

.btnRespuestas {
    background-color: white;
    color: #c79928;
    font-family: "Gotham-Bold", sans-serif !important;
    font-weight: bold;
    text-align: center;
}

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

# Instrumentos Section

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

.instrumentos {
    background-color: #efefef;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.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: 34px;
    font-weight: bolder;
    font-family: "Gotham-Bold", sans-serif !important;
    color: black;
    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: "Gotham-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: #616160;
    font-weight: bolder;
    font-size: 14px;
}

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

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

.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-cont2 {
    padding-top: 40px;
}

.participaHero {
    font-family: "Gotham-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: 50px;
    font-weight: bold;
    font-family: "Gotham-Book", sans-serif !important;
    /* line-height: 130px; */
    text-transform: uppercase;
    color: #54616b;
    letter-spacing: 3px;
}

#hero h2 {
    color: #575a5d;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 10px;
    font-family: "Gotham-Book", sans-serif !important;
    margin: 0 0 10px 0;
}

.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: "Gotham-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: "Gotham-Bold", sans-serif !important;
    color: #c79928;
}

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

#hero .intro-content .texto-cierre {
    color: #606060;
    font-weight: bold;
    font-family: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-Book", 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-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 {
    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: "Gotham-Book", 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: "Gotham-Book", 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: "Gotham-Book", 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: "Gotham-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: "Gotham-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: "Gotham-Book", 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: #8c1f3b;
}

.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: "Gotham-Bold", sans-serif !important;
}

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

# Contact

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

.contact .info {
    width: 100%;

    background: #fff;
}

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

    color: #8c1f3b;

    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: #8c1f3b;

    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 #8c1f3b;

    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: #8c1f3b;
}

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

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

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

    border: 0;

    padding: 10px 30px;

    color: #fff;

    transition: 0.4s;

    border-radius: 50px;
}

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

@-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: #8c1f3b;
}

.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 #8c1f3b;

    background-color: none;

    color: #8c1f3b;
}

.map:hover {
    border: 2px solid #8c1f3b;

    background-color: #8c1f3b;

    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: "Gotham-Book", sans-serif !important;

    font-weight: 700;
}

/* .img-prop {

    width: 100%;

    height: 200px !important;

    object-fit: cover;

} */

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

# Footer

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

#contacto {
    background: #8c1f3b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

#contacto .logos-footer {
    flex-direction: row !important;
}

#contacto .logos-footer img {
    max-height: 65px;
}

@media (max-width: 586px) {
    #contacto .logos-footer {
        flex-direction: column !important;

        img {
            margin-top: 1rem;
        }
    }
}
.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: #000;
    color: #fff;
    padding-bottom: 4rem;
}

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

.visor .visor_title p {
    font-family: "Gotham-Light", sans-serif !important;
    font-size: 32px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: lighter;
}

.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,
.visor-simbologia-actualizacion {
    height: 500px;
    overflow: auto;
    color: #000;
}

.visor-simbologia::-webkit-scrollbar-track,
.visor-simbologia-actualizacion::-webkit-scrollbar-track {
    background: #000;
}
.visor-simbologia::-webkit-scrollbar,
.visor-simbologia-actualizacion::-webkit-scrollbar {
    width: 4px;
}
.visor-simbologia::-webkit-scrollbar-thumb,
.visor-simbologia-actualizacion::-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: "Gotham-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: #c79928;
    color: #fff;
}

.consulta .consulta_title h2 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: 500;
    margin-top: 1.5rem;
}

.consulta .consulta_title h2 b {
    font-family: "Gotham-Bold", sans-serif !important;
}

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

.consulta .consulta-texto {
    font-family: "Gotham-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: "Gotham-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: "Gotham-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: "Gotham-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;
}

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

# 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: "Gotham-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: "Gotham-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: "Gotham-Bold", sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    color: #c79928;
    margin-top: -22px;
}

.calendario .calendario-title .calendario-title_dias span {
    font-family: "Gotham-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: "Gotham-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: "Gotham-Book", 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: 150%;
    z-index: 100;
}

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

#info-documental h2 strong {
    font-family: "Gotham-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 (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 (max-width: 991px) {
    .navbar > ul > li {
        max-width: 100% !important;
    }
    .visor-row {
        flex-direction: column-reverse;

        .visor-mapa {
            width: 100%;
        }

        .visor-desc {
            width: 100%;
        }
    }
    .visor-simbologia,
    .visor-simbologia-actualizacion {
        height: auto;
        text-align: center;

        img {
            max-width: 400px;
        }
    }
}

@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 .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-simbologia,
    .visor-simbologia-actualizacion {
        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 .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: 40px;
        padding-top: 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 .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;
    }
    .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;
    }
}
