/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap"); */
* {
    /* font-family: "Montserrat", sans-serif; */
    font-family: 'Noto Sans', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    padding-top: 45px;
    scroll-behavior: smooth;
    font-size: 16px !important;
    color: #545454 !important;
    text-align: left;
}
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}
a {
    text-decoration: underline;
    color: #1e5b4c;
}
a:hover {
    text-decoration: none;
    color: #1e5b4c;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
section {
    width: 100%;
}
h1 {
    font-size: 3.8rem;
}
h2 {
    font-size: 3.4rem;
}
h3 {
    font-size: 2.8rem;
}
h4 {
    font-size: 2.4rem;
}
header {
    background-color: #fff;
    padding: 0%;
    top: 55px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.men {
    background-color: #717171;
    padding: 0%;
    top: 205px;
    z-index: 100;
}
.menu {
    display: flex;
    flex-direction: row;
    line-height: 50px;
    background-color: #1e5b4c;
    top: 50px;
    z-index: 100;
    justify-content: right;
}
.mitem {
    /*flex: auto;*/
    text-align: center;
    background: #611232;
}
.mitem a {
    display: flex;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding: 0px 10px;
    height: 60px;
    max-width: 150px;
    font-weight: bold;
    line-height: 2.3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.mitem #toggle-menu {
    border-right: 1px solid #000;
}
.mitem a:hover {
    background-color: #b1945f;
    color: white;
    transition: 0.5s;
}
.active {
    display: block;
    background-color: #2d7f6a;
    color: white !important;
    text-decoration: none;
    font-weight: bolder;
}
.hamburguesa {
    color: rgb(255, 255, 255);
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 40px;
    background-color: #396657;
    padding: 0px 3%;
}
.manita {
    cursor: pointer;
    font-size: 30px;
}
.responsive-img {
    width: 100%;
    height: auto;
}
.centrar {
    text-align: center;
}
.bannersuperior {
    height: 150px;
    max-width: 60%;
    margin-left: 50px;
}
.btn-group button {
    background-color: #464646;
    border: 1px solid;
    color: white;
    padding: 10px;
    cursor: pointer;
    float: left;
    margin-top: 0px !important;
}
.btn-group a {
    text-decoration: none;
    color: white;
}
.icono {
    width: 30px;
}
.container h1 {
    font-weight: 300;
}
.colorprincipal {
    color: #1e5b4c;
}
.colorsecundario {
    color: #2d7f6a;
}
.colorterciario {
    color: #b1945f;
}
span.colorsecundario a {
    color: #2d7f6a;
    text-decoration: underline;
}
.boton {
    background-color: #1e5b4c;
    width: fit-content;
    padding: 10px 30px;
    margin: 0 auto;
    color: #fff;
    border: none;
}
.ruta {
    width: 75%;
    margin-bottom: 50px !important;
}
.rutaxs {
    display: none;
}
.margin-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.list {
    margin-left: 30px;
}

.subnavbar {
    background: #f2eddf;
    width: 100%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 500;
    z-index: 999;
}
.subnavbar a {
    color: #545454 !important;
    text-decoration: underline;
}

.pleca-acerca1 {
    width: 30%;
}
.container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.pleca-acerca2 {
    width: 15%;
    margin: 0 right;
    margin-top: -50px;
}
.colorsection-a {
    background-color: #d6d5ea;
}

.colorsection-b {
    background-color: #978dbb;
    color: #fff;
}

.colorsection-c {
    background-color: #f7f4ef;
}
.card {
    width: 30%;
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    color: #545454;
    text-decoration: none;
}
.card-space {
    width: 5%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.txt-protocolo {
    margin-top: 80px;
    margin-right: 80px;
}
.txt-acuerdo {
    width: 60%;
    padding: 50px 0px 10px 50px;
}
.txt-aprobado {
    background-color: #b1945f;
    width: 40%;
    padding: 40px 60px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.img-objetivos {
    width: 40%;
    display: flex;
    align-items: end;
}
.txt-objetivos {
    width: 60%;
    padding: 50px 80px;
}
.nombres-comite {
    width: 70%;
    padding: 50px 50px 10px 50px;
}
.img-comite {
    width: 30%;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.container-comite {
    display: flex;
    align-items: flex-start;
}
.btn-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 350px;
    margin-right: 20px;
    z-index: 1;
    float: right;
}
.btn-denuncia {
    background-color: #1e5b4c;
    width: 180px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.75);
}
.btn-denuncia:hover {
    background-color: #048463;
}
.btn-denuncia-enlace {
    padding: 10px;
    border-radius: 50px;
}
.btn-denuncia a {
    color: #fff;
}
.btn-denuncia a:hover {
    color: #000;
}
/*Modificaciones para modal*/
.pad-top-25px {
    padding-top: 25px;
}
.pad-25px {
    padding: 25px;
}
.header-modal {
    border-bottom: 2px solid #cad5db;
    color: #474747;
}
.mail-ref {
    text-decoration: underline;
    color: #040404;
}
.boton:hover,
.boton:focus {
    color: white;
    background: #048463;
    text-decoration: none;
}
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity: 1;
    pointer-events: auto;
}

.modalbox {
    width: auto;
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    max-width: 750px;
}
.movedown {
    margin: 0 auto;
}
.modalmask:target .movedown {
    margin: 10% auto;
}

.close {
    color: #010101;
    line-height: 25px;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    margin-top: -30px;
    opacity: 1 !important;
}
.close:hover {
    background: #e3ddcc;
    color: white !important;
}
/*Fin modificaciones modal*/

.margen-especial-btn-denuncia {
    margin-top: 50px;
    /*margin-top: 6%;*/
    /*margin-left: 15.6666% ;*/
    /*margin-right: 15.6666% ;*/
}
.btn-sticky-index {
    position: -webkit-sticky;
    position: sticky;
    top: 480px;
    margin-right: 20px;
    z-index: 99;
    float: right;
}
.colorsection-denuncia {
    background-color: #1e5b4c;
    color: #fff;
    padding: 50px;
}
a.mail-ref {
    color: #1e5b4c;
}
.url-creditos {
    color: #bababa;
}
/*Creditos*/
.nav-pills > li > a {
    color: #545454;
    background-color: #e6e4e4;
    text-decoration: underline;
}
.autoridades {
    display: flex;
    justify-content: center;
}
.green-text {
    color: #062c2a;
    font-size: xx-large;
}
.nav > li,
.nav > li > a {
    display: block;
    position: relative;
    left: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1e5b4c;
}
/*Fin Creditos*/

.scroll-modal {
    height: 65%;
    overflow-y: scroll;
}
/*CARRUSEL*/
.carousel-control {
    top: 80px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.oculto {
    display: none;
}
/*CARRUSEL*/
/*REDES SOCIALES*/
.menuSec {
    display: flex;
    width: auto;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.menuSecCol {
    padding: 10px;
    font-size: 0.9em;
}
/*REDES SOCIALES*/
.bxl-facebook,
.bxl-youtube {
    font-size: 16px;
    padding: 0px 1%;
    color: #545454;
}
.bxl-instagram-alt {
    font-size: 16px;
    padding: 0px 1%;
    margin-right: 20px;
    color: #545454;
}
.twitter {
    /*margin-bottom: 5px;*/
}
/*REDES SOCIALES*/
/*VIDEO RESPONSIVE*/
.container-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/*VIDEO RESPONSIVE*/

.texto-proyectos {
    margin-top: -30px;
    margin-bottom: 0px;
}

.text-divisiones {
    background: #93070a;
    color: white;
    border-radius: 20px;
    padding: 15px 0px 15px 0px;
    max-width: 800px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.center-class {
    justify-content: center;
    display: flex;
    text-align: center;
}
.box-divisiones {
    margin-top: 50px;
    margin-bottom: 0px;
}
.card-divisiones {
    width: 30%;
    display: block;
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    color: #545454;
    text-decoration: none;
    border-radius: 20px;
    margin-bottom: 40px;
}
.extra-width {
    width: 45%;
}
.border-color-1 {
    border: solid 3px #99770d;
}
.border-color-2 {
    border: solid 3px #67c3b7;
}
.border-color-3 {
    border: solid 3px #f7650c;
}
.border-color-4 {
    border: solid 3px #a73538;
}
.text-img-divisiones {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    padding-top: 10px;
}
.submenu {
    display: none;
    background-color: #e8e8e8;
    padding: 10px;
    border: 1px solid #a8a7a7;
    max-width: 150px;
    position: absolute;
    right: 5%;
    flex-direction: column;
    line-height: 3.4rem;
    text-align: center;
    z-index: 99;
    flex-wrap: wrap;
}
.submenu a:hover {
    color: #4d4d4d;
    font-weight: 700;
}
.submenu a {
    color: #545454;
    text-decoration: none;
    width: 100px;
}
.menu_show {
    display: flex !important;
}

#submenu:target {
}

/* .fad {
    color: #6a2132 !important;
} */
.card-space-2 {
    width: 2%;
}
.paginador {
    display: flex;
    justify-content: center;
}
.button-paginador:hover,
.active-item {
    background: #93070a !important;
    font-weight: 700;
}
.button-paginador2:hover,
.active-item {
    background: #99770d !important;
    font-weight: 700;
}
.button-paginador,
.button-paginador2,
.text-div {
    background: #666666;
    border: #666666;
    margin-left: 4%;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.text-div {
    padding: 15px;
    font-weight: 700;
}
.ir-a-paginador {
    background: white !important;
    color: #666666;
}
.mt-50 {
    margin-top: 20px;
}
.mt-2rem {
    margin-top: 4%;
}
.m-2rem {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mb-2rem {
    margin-bottom: 5px;
}
.not-view {
    display: none !important;
}
.text-m-0 {
    margin-bottom: 0px;
}
.button-contactar:hover,
.text-button-contactar:hover{
    font-weight: 700;
    background: #99770d;
    color: white !important;
}
div.contactar {
    color: white !important;
    margin-left: -5%;
    margin-right: -5%;
}
.button-contactar {
    margin-left: -1.4em;
    margin-right: -1.4em;
    margin-bottom: -8px;
    border-radius: 0px 0px 20px 20px;
}
.text-button-contactar {
    width: 100%;
    height: 100%;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    /*border-radius: 15px;*/
}
.w3_4 {
    width: 3.4%;
}
.ml-50 {
    margin-left: 50px;
}
.box-busqueda {
    padding: 4%;
    width: 33.333%;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.box-div {
    width: 66.6666%;
}
.input-select-form {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #93070a;
}
.buttons-buscador {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-form {
    background: #93070a;
    color: white;
    border-radius: 10px;
    border-color: #93070a;
    padding: 10px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
}

.left-item {
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #99770d;
    position: absolute;
    left: 44.2%;
    margin-top: -40px;
}
.center-item {
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #99770d;
    position: absolute;
    left: 51.5%;
    margin-top: -40px;
}
.right-item {
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #99770d;
    position: absolute;
    right: 37.7%;
    margin-top: -40px;
}
.primary-color-text {
    color: #666666 !important;
}
.extra-pb-1 {
    padding-bottom: 23px;
}
.img-aliadas {
    max-width: 450px;
}
.contactar {
    margin-left: -5%;
    margin-right: -5%;
}

.carousel-inner>.item{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}
.carousel-inner{
    display: flex;
    align-content: center;
    justify-content: center;

}
@media screen and (max-width: 991px) {
    .txt-aprobado {
        padding: 30px 20px;
    }
    .flex-direction-sm {
        flex-direction: column-reverse;
    }
    .txt-objetivos {
        width: 100%;
    }
    .img-objetivos {
        display: none;
    }
    .ruta {
        width: 100%;
        margin-top: -30px !important;
    }
}
@media screen and (max-width: 900px) {
    body {
        padding-top: 45px;
        scroll-behavior: smooth;
    }
    .men {
        background-color: #bc955c;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
    }
    .menu {
        display: flex;
        flex-direction: row;
        background-color: #a57f2c;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        z-index: 100;
    }
    .pleca-acerca2 {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .box-busqueda,
    .box-div {
        width: 100%;
    }

    .txt-aprobado h3 {
        font-size: 1.5em;
    }
    .img-comite {
        display: none;
    }
    .nombres-comite {
        width: 100%;
        padding: 50px 0px 10px 0px;
    }
    .card {
        width: 100%;
        margin-bottom: 30px;
    }
    .ruta {
        display: none;
    }
    .rutaxs {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    header {
        top: 53px;
    }
    .men {
        top: 203px;
    }
    .main-app{
        padding-top: 50px;
    }
}
@media screen and (max-width: 700px) {
    .card-divisiones {
        width: 100% !important;
    }
    #subenlaces .navbar-right-2 {
        display: flex !important;
        justify-content: flex-end;
    }
    .menu {
        display: flex;
        flex-direction: column;
        font-size: 0.9em;
        line-height: 40px;
        background-color: #c66700;
        position: -webkit-sticky;
        position: sticky;
        z-index: 100;
    }
    .hamburguesa {
        color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        line-height: 40px;
        background-color: #1e5b4c;
        padding: 0px 3%;
        /*top: 203px;*/
        z-index: 100;
        font-weight: 500;
    }
    .submenu {
        left: 0;
    }
    .manita {
        cursor: pointer;
    }
    .ocultar {
        display: none;
    }
    .bannersuperior {
        width: 360px;
        max-width: 100%;
        margin-left: 0px;
    }
    .pleca-acerca1 {
        width: 60%;
    }
    .pleca-acerca2 {
        width: 50%;
    }
    .subnavbar {
        top: 243px;
        z-index: 2;
    }
    /*.btn-sticky {
      display: none;
    }*/
    .men {
        top: 190px;
    }
    .btn-denuncia {
        width: 100px;
        border-radius: 5px;
    }
    .btn-denuncia-enlace {
        padding: 5px;
        border-radius: 5px;
        font-size: 14px;
    }
    .btn-sticky-index {
        top: 580px;
        margin-right: 5px;
        z-index: 1;
    }
    .btn-sticky {
        top: 580px;
        margin-right: 5px;
        z-index: 1;
    }
    .margen-especial-btn-denuncia {
    }
    .w3_4 {
        width: 30px;
    }
    .ml-50 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 2rem;
    }
    .card-divisiones {
        width: 100% !important;
    }
    .txt-protocolo {
        margin-top: 100px;
        margin-right: 0px;
    }
    .txt-protocolo h1 {
        font-size: 1.5em;
    }
    .txt-aprobado {
        width: 100%;
        padding: 20px;
    }
    .txt-acuerdo {
        width: 100%;
        padding: 35px 0px 0px 0px;
    }
    .txt-objetivos {
        padding: 50px 30px 0px 30px;
    }
    header {
        flex-direction: column;
    }
    .bannersuperior {
        height: 108px;
        max-width: 100%;
        margin-left: 0px;
    }
    .bxl-instagram-alt {
        margin-right: 0px;
    }
    .left-item{
        left: 39.2%;
    }
    .center-item{
        left: 48%;
    }
    .right-item{
        right: 34.7%;
    }
}
@media screen and (max-width: 375px) {
    h4 {
        font-size: 1.4rem;
    }
    .bannersuperior {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}
@media screen and (max-width: 310px) {
    .text-divisiones {
        text-align: center;
    }
    .ml-50 {
        margin-left: 0px;
    }
}
/*redes aliadas*/
@media screen and (max-width: 530px) {
    .button-contactar {
        margin-left: -1.4em;
        margin-right: -1.4em;
    }
}
@media screen and (min-width: 180px) and (max-width: 214px) {
    .button-contactar {
        margin-left: -1.4em;
        margin-right: -1.4em;
    }
}
@media screen and (min-width: 215px) and (max-width: 530px) {
    .button-contactar {
        margin-left: -1.4em;
        margin-right: -1.4em;
    }
}
@media screen and (min-width: 531px) and (max-width: 700px) {
    .button-contactar {
        margin-left: -1.4em;
        margin-right: -1.4em;
    }
}
@media screen and (min-width: 991px) and (max-width: 1198px) {
    .button-contactar {
        margin-left: -1.4em;
        margin-right: -1.4em;
    }
}
@media screen and (min-width: 701px) and (max-width: 990px) {
    .button-contactar {
        margin-left: -1.4em;
        margin-right: -1.4em;
    }
}
body > footer > div.list-info > div > div > div:nth-child(3) > p {
    color: #fff;
}
.sub-navbar {
    margin-top: 0px !important;
}

#buscar, #limpiar{
    margin-top: 15px;
}

.breadcrumb{
    margin-top: 0px !important;
    /* margin-top: 60px !important; */
}
