

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100; /* Thin */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900; /* Black */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400; /* Regular Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300; /* Light Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700; /* Bold Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900; /* Black Italic */
  font-style: italic;
}
body{
  font-family: "Lato", sans-serif;
  margin: 0px;
}

main
{
   padding-top: 80px;
}

  /* Redirecciones page */
  .redirecciones{
    padding-top: 2rem; padding-bottom: 1.5rem;
  }
  .redirecciones a:hover{
    text-decoration: none!important;
  }
  .txt-greyclaro{
    color: #7D828B;
  }
  
  .active-page{
    border-bottom: 2px solid #BC2251;
  }
  /* Redirecciones page */
  
  .c-dorado{
    color:#C2995C;
  }
    .btn-nav:hover{
    background:rgba(0,0,0,.3);
    }

    .footer{
      background-color: #970E48;

      /*padding-left: 7%;
      padding-right: 7%;*/
      padding-top: 2%;
      padding-bottom: 2%;
      color: #ffffff;
    }
    .banner_gob{
      background-color: #fbfbfc;
      background: #970E48;

    }
    .banner_gob p{
      font-size: 20px;
      margin-bottom: 0px;
    }

    .fondo_inicio{
      /* background-image: url('../img/448869168_1057887675708757_7480315381378438402_n.jpg'); */
      background-size: 100%;
      background-repeat: no-repeat;
      padding-top: 8rem;
      padding-bottom: 8rem;
      /*padding: 6rem;*/

      width: 100%;
      /*height: 100vh;*/
      height: 50%;
      background-position: center;
      background-size: cover;
      min-height: 500px; 
      background-repeat: no-repeat;
      position: relative;
      z-index: 1; 
    }
    /* .fondo_inicio::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, #00000066, transparent);
      z-index: -1;
    } */
    .c-gris{
        color:#7D818B!important;
        margin-top: 0.5rem;
    }
    .c-blanco{
        color:#FFFFFF;
    }
    .p-menu{
        padding-left:10rem;
        padding-right:10rem;
    }



/*Menu*/
header{
  position: absolute;
}

/* .sidebar {

  display: none;
  position: fixed;
  top: 0;
  right: 7rem;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 1rem 0;
  box-sizing: border-box;
  border-radius: 15px;
  z-index: 100;
  
}  */
.txt-sidebar{
  color: #2D2829;
  font-weight: 700;
  font-size: 17px;
}
.sidebar
{
    display: block !important;
    border: 1px solid #eee;
    position: absolute;
    right: -100%;
    top: 100%;
    z-index: 100;
    margin-right: -1rem;
    margin-left: -1rem;
}
.sidebar{
  display: none;
}
  
.sidebar.activo {
  padding-bottom: 5%;
  /* top: 110%; */
  position: absolute;
  /* box-shadow: 1px 1px 5px 6px rgb(45 40 41 / 10%); */
  display: block;
  right: 0;
  width: 45%;
  background: #fff;
  transition: right .5s;
  -webkit-transition: right .5s;
  overflow: auto;
  height: 100vh;
}
.bg-active {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: .1;
  z-index: 2;
}

.bg-active-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052;
  width: 100vw;
  height: 100vh;
  opacity: .2;
  background-color: #000;
}

.nav-content{
  display: flex;
  justify-content: space-between;
}
.mainNav{
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  color: #000;
  z-index: 999;
  font-weight: 700;
  top: 0;
  width: 100%;
  height: 80px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* */
  justify-content: space-between;
  position: fixed;
  background-color: #fff;

}
.contenedor-header{
  border-bottom: 1px solid #E2DED7;
}
/*
.mainNavb{
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  color: #000;
  z-index: 999;
  font-weight: 700;
  /*position: absolute;*
  top: 0;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  min-height: 80px !important;
}*/
.btn-menub{
  color: #000!important;
  background: transparent;
  border-color: transparent;
}
.menu{
  /*color: #000;
  margin-right: 4rem;*/
  border-radius: 15px;
  color: #000;
  margin-right: 1rem;
  /* margin-left: 1rem; */
  padding-left: 0;
  
}
.menu-sub-item{
  margin-right: 1rem;
  margin-left: 1rem;
  padding-left: 0;
  
}

.sidebar li{
  list-style:none;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.5);
  border-radius: 4px;
  padding: 8px;

  font-size: 16px;
  font-weight: 700;
}
.sidebar li:hover{
  border-radius: 4px;
  padding: 8px;
  border-radius: 15px;
  box-shadow: 0 5px 2px #b7b3ae;
  transform: translateY(-2px);
  background: #e2ded7;
  border-color: #e2ded7;
  margin: 1% 0;
}
/***********************************************/
.sidebar a {
  border-radius: 15px;
  list-style: none;
  width: 100%;
  transform: translateY(-2px);
  margin: 1% 0;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  padding-right: 4rem;
}
.sidebar a:hover {
  border-radius: 15px;
  list-style: none;
  width: 100%;
  transform: translateY(-2px);
  font-weight: 700;
  margin: 1% 0;
}
/* .sidebar a:active {
  box-shadow: inset 0px 6px 8px 0px #b7b3ae;
} */
.sidebar a:focus {
  box-shadow: none;
}
/***********************************************/
.sidebar li:active{
  box-shadow: inset 0px 6px 8px 0px #b7b3ae;
}

#divSubmenu.active {
  background-color: #f2f2f2!important;
}
.btn-menu{
  background: transparent;
  color: #000000;
  border-color: transparent;
  font-weight: 700;
  font-size: 16px;
}

.sub-menu
{
  padding: 0% 0.5% 0.5% 0.5%;
  display: none;
}
.sub-menu.activo
{
  display: block;
}
.data-sub-menu
{
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 8px hsla(0,0%,4%,.1);
}
/* Menu */
/*Calendario*/
.inicio-calendandario{
  background-color: #F1F1F1;
}
/*Botones*/
.btn-saber{
  background-color: #2D2829;
  color: #fff;
  box-shadow: 0px 5px #000;
  border-radius: 14px;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-top: 0.5rem !important;
  margin-right: 1.5rem !important;
  line-height: normal;
}
.btn-saber:focus{
  box-shadow: 0px 5px #000;
}
.btn-saber p{
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 0;
}
.btn-proponer{
  background-color: #BC2259;
  color: #fff;
  box-shadow: 0px 5px #8f0630;
  border-radius: 14px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  margin-right: 1.5rem !important;
  line-height: normal;

  padding-bottom: 7px;
  /* margin: 0; */
  height: fit-content;
}
.btn-proponer:focus{
  box-shadow: 0px 5px #8f0630;
}

.btn-saber:hover{
  color: #fff;
}
.btn-proponer:hover{
  color: #fff;
}
.btn-proponer p{
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 0;
}


.ico-f{
  margin: 1%;
  width: 100%;
}
.title_3{
  font-size: 36px !important;
  font-weight: 600;

}
.subtitle_3{
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ico-yucatan{
  width: 110%;
}
.ico-direc{
  /*margin-top: -0.5rem;*/
  background: #fff0f6;
  padding: 3%;
  border-radius: 18px;
  width: 18%;
  margin-right: 2%;
}
.div-dire{
  display: flex;
  flex-direction: row;
  align-items: center;

  padding-top: 2%;
  padding-bottom: 2%;
}
.div-dire span{
  font-size: 18px;
  font-weight: 800;
}
.cont-participa{
  background-color: #F1F1F1;
  border-radius: 11px;
  color: #000;
  /*margin-left: 17%;
  margin-right: 4%;*/
}
.img-participa{
  background-repeat: no-repeat;
  position: relative;
  /* height: 5vh; */
  background-position: right;
  background-size: 33%;
  right: -2px;
}
.menu li a{
  color:#000!important;
}
.menu li a:hover{
  text-decoration: auto;
}
.cont-calendario{
  /* box-shadow: 0px 0px 30px 2px #2D282940; */
  background-color: #fff;
  border-radius: 18px;
  color: #000;
  height: 100%;
  /**/
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border: 1px solid #7d828b;
}
.etiqueta{
  background-color: #E2DED7;
  padding: 1% 7%;
  border-radius: 64px;
  font-size: 13px;
  font-weight: 700;
}
.cont-date{
  display: flex; font-size: 12px;flex-wrap: wrap;justify-content: space-evenly;align-content: center;
}
.date{
  background-color: #2D2829;
  border-radius: 22px;
  color: #fff;
    position: absolute;
    top: -45px;
    width: 5rem;
    right: 0;
    padding: 16px 0px;
}
.dia{
  color: #BC2259;
}
.mega a:hover{
  text-decoration: auto;
}
.datos-p{
  font-size: 14px;
}
.datos-p p{
  display: flex;
}


.contenido-datos-calendario{
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ico-evento{
  width: 7%;
  margin-right: 2%;  
}

.navbar button:focus{
  outline: 0px!important;
}
/**/
.menu_cerrar{
  display: none;
}
.activo .menu_cerrar{
  display: block;
}
.activo .menu_active{
  display: none;
}
.grecaptcha-badge
{
  z-index: 5;
}
/* .modal-open {
  overflow: auto;
} */


/*.activo .menu_active{
  display: bloque;
}*/

@media (min-width: 1200px){
  /*.fondo_inicio{
    height: 50%;
  }*/

}
@media (max-width: 1575px){
  .title_3{
    line-height: normal;
  }
  .sidebar.activo {
    width: 45%;
  }
}
@media (max-width: 1200px){
  .title_3{
    line-height: normal;
  }
}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 700px) {}
@media (max-width: 990px) {
  .ico-yucatan{
    width: 4rem;
  }
  .fondo_inicio{
    /*height: 100vh;*/
    height: 50%;
  }
  .title_3{
    line-height: normal;
  }
  .sidebar.activo {
    width: 45%;
  }
  .contenedor-eventos{
    overflow: auto;
    /* white-space: nowrap; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scroll-snap-align: center;
    /*margin: 50px 15px 0;*/
    padding-bottom: 25px;
  }
  .contenedor-eventos::-webkit-scrollbar {
    display: none;/**/
    background-color: #0000ff00;
    border-radius: 20px;
    border: 3px solid #ffa50000;
    height: 1rem;
  }

  .contenedor-eventos::-webkit-scrollbar-thumb {
    background-color: #e2ded7ad;
    background-color: #e2ded75e;
    border: 3px #e2ded75e;
    border-radius: 247px;

  }
}
@media (max-width: 992px) {
  .title_3{
    line-height: normal;
  }
  #text-pregunta-sub{
    font-size: 31px!important;
  }
}
@media (max-width: 800px) {}
@media (max-width: 770px) {
  .title_3{
    font-size: 42px !important;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: normal;
  }
  .title{
    font-size: 1.7rem;
  }
  .sidebar.activo {
    width: 80%;
  }
  .data-sub-menu
  {
    background-color: transparent;
    box-shadow: none;
  }
  .menu_cerrar{
    display: none!important;
  }
  .activo .menu_cerrar{
    display: flex!important;
  }
  .activo .menu_active{
    display: none;
  }
  .contenedor-eventos{
    overflow: auto;
    /* white-space: nowrap; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scroll-snap-align: center;
    /*margin: 50px 15px 0;*/
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .mainNav{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /*.mainNavb{
    padding-right: 1rem;
    padding-left: 1rem;
  }*/
  .p-principal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .title_3{
    font-size: 36px !important;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .fondo_inicio{
    /*height: 100vh;*/
    height: 50%;
  }
  .btn-proponer{
    font-size: 14px;
  }
  .btn-saber{
    font-size: 14px;
  }
  .contenedor-eventos{
    overflow: auto;
    /* white-space: nowrap; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scroll-snap-align: center;
    /*margin: 50px 15px 0;*/
    padding-bottom: 25px;
  }
  .ico-yucatan{
    width: 4rem;
  }
}
@media (max-width: 576px) {
  .ico_menu{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .title_3{
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .title{
    font-size: 1.4rem;
  }
  .title_sub{
    font-size: 14px !important;
  }
  .fondo_inicio{
    /*height: 120vh;*/
    height: 50%;
  }
  /* .sidebar.activo {
    right: 2rem;
  } */
  .footer{
    padding-left: 1rem;
    padding-top: 3%;
    padding-bottom: 5%;
  }
  .direc{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contacto{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .contact{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    padding-top: 11%;
    padding-bottom: 9%;
  }
  .ico-yucatan {
    width: 3.5rem;
  }
  .ico-contacto {
    padding-top: 9%;
  }
  .contenedor-eventos{
    overflow: auto;
    /* white-space: nowrap; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scroll-snap-align: center;
    /*margin: 50px 15px 0;*/
    padding-bottom: 25px;
  }

  /*.btn-inicio{
    padding-left: 2%;
  }*/
  .btn-proponer{
    font-size: 12px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .btn-saber{
    font-size: 12px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .btn-formulario{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .banner_gob p{
    font-size: 14px;
  }
  .text-contacto h3{
    font-size: 24px;
  }
  .text-contacto h6{
    font-size: 14px;
  }
  .div-dire span {
    font-size: 16px;
    font-weight: 800;
  }
}
@media (max-width: 480px) {
  .title_3{
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .logo_cls{
    width: 100%;
  }
  .fondo_inicio{
    padding-top: 5rem;
    /*height: 120vh;*/
    height: 50%;
  }

  .btn-inicio{
    /*display: flex;
    justify-content: center;*/
    display: flex;
    /*justify-content: center;*/
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .btn-proponer{
    font-size: 12px;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
    margin-right: .2rem !important;
  }
  .btn-saber{
    font-size: 12px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin: 0px!important;
  }
  .div-dire span {
    font-size: 14px;
    font-weight: 800;
  }
  .btn-saber p{
    font-size: 8px;
  }
  .btn-proponer p{
    font-size: 8px;
  }
}
@media (max-width: 380px) {
  .subtitle_3{
    font-size: 21px;
  }
  .sidebar a{
    padding-right: .7rem !important;
  }
  .div-dire span {
    font-size: 13px;
    font-weight: 800;
  }
  .btn-proponer{
    /*font-size: 12px;*/
    /*padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-right: .2rem !important;*/
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-right: 2px !important;
  }
  .btn-saber {
    /*font-size: 12px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin: 0;*/
    font-size: 12px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .date{
    left: 0!important;
  }
}
@media (max-width: 330px) {
  .subtitle_3{
    font-size: 16px!important;
  }
  .sidebar a{
    padding-right: .7rem !important;
  }
  .btn-proponer{
    /*font-size: 12px;*/
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-right: .2rem !important;
  }
  .btn-saber {
    font-size: 12px;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    margin: 0;
  }
  .date{
    left: 0!important;
  }
}

/*** !! SECCIÓN PARTICIPA !! ***/
/*
.btn-protesta-p{
  background-image: url('../img/megafono.svg');
  color: #fff !important;
  background-color: #f1f1f1 !important;
  padding: 12px 20px !important;
  border-radius: 15px !important;
  box-shadow: inset 0px -13px 0px -7px #b7b3ae;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 45%;
  background-position-x: right;
  background-position-y: top;
}

.btn-protesta-p:focus{
  
}
.btn-opinion-p{
  background-image: url('../img/Checklist_1.svg');
  color: #fff !important;
  background-color: #f1f1f1 !important;
  padding: 12px 20px !important;
  border-radius: 15px !important;
  box-shadow: inset 0px -13px 0px -7px #b7b3ae;
  background-repeat: no-repeat;
  background-position: right;

  background-size: 33%;
  background-position-x: right;
  background-position-y: top;
}
.btn-opinion-p:focus{
  
}
.text-opinion-p{
  position: relative;
  float: left;
  font-size: 26px;
  color: #2D2829;
  font-weight: 900;
  line-height: normal;
}
.text-opinion-maya{
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#2D2829;
}
.text-propuesta-small-p{
  position: relative;
  color: #2D2829;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;  
}
.text-opinion-small-p{
  position: relative;
  color: #7D818B;
  font-size: 12px !important;
  font-weight: 400;
  line-height: normal;
}
.ajustar-text-opinion-p{
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}
@media (min-width:800px){
  .btn-opinion-p{
    min-width: 100% !important;
    min-height: 14rem;
  }
  .btn-protesta-p{
    min-width: 100% !important;
    min-height: 14rem;
  }
}
@media (max-width:990px){
  .btn-opinion-p{
    min-width: 100% !important;
    min-height: 9rem;
    height: 9rem;
    width: 100%;
    background-size: 29%;
  }
  .btn-protesta-p{
    min-width: 100% !important;
    height: 9rem;
    min-height: 9rem;
    width: 100%;
    background-size: 40%;
  }
  .text-opinion-p{
    font-size: 20px;
  }
}
@media (max-width:800px){
  .btn-opinion-p {
    padding: 12px 20px !important;
    border-radius: 15px !important;
    
    background-repeat: no-repeat;
    background-position: right;
    background-size: 33%;
    background-position-x: right;
    background-position-y: top;
    height: 9rem;
    width: 100%;
  }
  .btn-protesta-p{
    padding: 12px 20px !important;
    border-radius: 15px !important;
    background-size: 42%;
    background-position-x: right;
    background-position-y: top;
    height: 9rem;
    width: 100%;
  }
  .text-opinion-p{
    font-size: 19px;
  }
}
@media (max-width:768px){
  .btn-protesta-p {
    background-size: 79%;
    background-position-y: bottom;
    background-position-x: center;
    min-height: 19rem;
    background-image: url(../img/megafono.svg);
    color: #fff !important;
    background-color: #f1f1f1 !important;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    background-repeat: no-repeat;
    
  }
  .btn-opinion-p {
    display: flex;
    bottom: 0;
    align-content: center;
    justify-content: flex-end;
    flex-direction: column;
    background-size: 68%;
    background-position-y: bottom;
    background-position-x: center;
    min-height: 19rem;
    background-image: url(../img/Checklist_1.svg);
    color: #fff !important;
    background-color: #f1f1f1 !important;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    background-repeat: no-repeat;
    background-position: top;
}
}


@media (max-width:720px){
  .owl-carousel {
    padding: 0 !important;
}
  .btn-protesta-p{
    background-size: 79%;
    background-position-y: bottom;
    background-position-x: center;
    min-height: 19rem;

    background-image: url(../img/megafono.svg);
    color: #fff !important;
    background-color: #f1f1f1 !important;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    background-repeat: no-repeat;
    
  }
  .text-opinion-p {
    line-height: normal;
  }
}
@media (max-width: 600px){
  .btn-opinion-p{
    display: flex;
    bottom: 0;
    align-content: center;
    justify-content: flex-end;
    flex-direction: column;

    background-size: 68%;
    background-position-y: bottom;
    background-position-x: center;
    background-image: url(../img/Checklist_1.svg);
    color: #fff !important;
    background-color: #f1f1f1 !important;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 19rem!important;
  }

  .ajustar-text-opinion-p{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
  }
  .text-opinion-p {
    position: relative;
    float: left;
    font-size: 19px;
    color: #2D2829;
    font-weight: 900;
    text-align: left;
    line-height: normal;
  }
}
@media (max-width: 450px){
  .btn-opinion-p{
    min-height: 16.5rem!important;
    background-size: 76%;
    background-position-x: left;
  }
  .btn-protesta-p{
    min-height: 16.5rem!important;
    background-size: 95%;
    background-position-y: bottom;
    background-position-x: -1.3rem;
  }
  .text-opinion-maya {
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width: 380px){
  .text-opinion-p {
    font-size: 12px;
  }
  .text-opinion-maya{
    font-size: 10px;
  }
  .text-propuesta-small-p{
    font-size: 17px;
  }
  .btn-protesta-p{
    background-size: 83%;
    background-position-y: bottom;
    background-position-x: -1rem;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    background-repeat: no-repeat;
    
    min-height: 13rem!important;
  }
  .btn-opinion-p{
    min-height: 13rem!important;   
    background-position-x: left;
    background-size: 70%!important;

  }
  .text-opinion-small-p{
    font-size: 9.5px!important;
  }
}
@media (max-width: 380px){

}*/

/*** !! SECCIÓN PARTICIPA !! ***/


/*** !! MODAL !! ***/
.text-title-modal{
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #494d55;
  font-family: "Lato", sans-serif;
}
.text-modal{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #7d828b;
  font-size: 16px;
}
.borde-modal{
  border-radius: 20px !important;
}
.btn-aceptar-modal{
  color: #fff !important;
  background-color: #287F55 !important;
  border-color: #287F55 !important;
  padding: 12px 25px !important;
  border-radius: 15px !important;
  border-bottom: #2D2829 solid 4px !important ;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.btn-cancelar-modal{
  color: #2D2829 !important;
  background-color: #fff !important;
  border-color: #2D2829 !important;
  padding: 12px 25px !important;
  border-radius: 15px !important;
  border-bottom: #2D2829 solid 4px !important ;
  font-size: 16px !important;
  font-weight: 700 !important;
}
/*** !! MODAL !! ***/


/*** !! PREGUNTAS !! ***/
  .back-guind{  
    background-color: #970E48;
    background-repeat: repeat-x;
    background-size: contain;
  }
  .bt{
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .im-preguntas {
    position: absolute;
    z-index: auto;
    top: -6.5rem;
    right: -4.5rem;
    display: flex;
    justify-content: flex-end;
  }
  .btn-banner-preguntas {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: start;
}
  .padding-preguntas {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
  .b-ver{
    text-align: left;
  }

  .img-ed{
    text-align: right !important;
  }
  #text-pregunta {
    font-size: 24px;
    padding: 0px !important;
    line-height: 24px;
  }
  #text-pregunta-sub {
    font-size: 36px;
    font-weight: inherit;
    margin: 0px !important;
    padding: 0px !important;
  }
  #text-pregunta-sub span{
    font-weight: bold;
  }
  .text-traduccion{
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 0;

  }
  .marginl-1 {
    margin-left: 1em ;
}
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .im-preguntas img {
    width: 166px;
  }
  /**/
  .subtitulo{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .cont-btn {
    display: flex;
    justify-content: center;
}
  .btn-formulario{
    
    background-color: #C2995C;
    border-radius: 100px;
    /* border-bottom: 4px solid #957133; */
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    color: #3D2702;
  }
  .padingNormal{
    padding: 8px 0px 8px 0px;
  }
  .height45{
    padding: 0;
    height: 45px;
  }
  .widthOrigin{
    width: 265px;
  }
  .widthSecundario{
    width: 170px;
  }
  .btn-formulario:focus{
    box-shadow: none;
  }
  .btn-formulario span{
    display: block;
    font-family: Lato;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: 12px;
    text-align: center;

  }
  /**/
  .btn-Ms {
    background-color: #C2995C;
    color: #3D2702;
    box-shadow: 0px 5px #957133;
    border-radius: 30px;
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    padding-bottom: 1.1%;
    padding-top: 2.7%;
    border-radius: 14px;
    font-weight: 600;

    line-height: normal;
    padding-bottom: 7px;
    /* margin: 0; */
    height: fit-content;
  }
  .btn-Ms:hover{
    color: #3D2702;
  }
  .btn-Ms:focus{
    box-shadow: 0px 5px #957133;
  }
  .btn-Ms p{
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
  }
  .text-preguntas{
    line-height: 2.3rem;
  }
  #text-preguntas span{
    color:#C2995C;
    font-weight: lighter;
  }
  .s {
    border-bottom: 0.2rem solid #C2995C;
  }
  .maya-a{
    display: block;
  }
  .maya-b{
    display: none;
  }
  @media (max-width: 992px){
    .btn-Ms {
      padding-left: 2.5rem !important;
      padding-right: 2.5rem !important;
      padding-bottom: 4.1%;
      padding-top: 4.7%;
    }
    
  }
  @media (max-width: 768px) {
    
    
    .btn-Ms {
      padding: 10px 7rem;
      /*background-color: #C2995C;
      color: #000;
      border-radius: 0.8rem;*/
      font-size: 1rem;
    }
    .b-ver{
      text-align: center;
    }

    .btn-ver-preguntas{
      display: block;
      width: 100%;

      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      /*line-height: 1.5;*/
      line-height: normal;
    }
    #text-pregunta {
      font-size: 18px;
    }
    
    #text-pregunta-sub {
      font-size: 28px !important;
    }
    .text-traduccion{
      line-height: normal;
      font-size: 13px;
      margin-top: 7px;
    }
    /**/
    
    .contaner-preguntas{
      max-width: none;
    }
    
  }

  @media (max-width:600px) {
    .btn-formulario {
      width: 100% !important;
    }
    .btn-banner-preguntas{
      margin-top: 1em;
      display: block;
    }
    .text-traduccion.maya-b {
        margin-bottom: 1em;
    }
    .cont-text-tit-preguntas {
      width: 50%;
      margin: 0 auto;
    }
    .marginl-1 {
      margin-left: 0;
    }
    .btn-Ms{
      background-color: #C2995C;
      color: #3D2702;
      box-shadow: 0px 5px #957133;
      border-radius: 30px;
      padding-left: 2.4rem !important;
      padding-right: 2.4rem !important;
      padding-bottom: 5.1%;
      padding-top: 7%;
      border-radius: 14px;
      font-weight: 600;
    }
    #text-pregunta{
      font-size: 16px!important;
    }
    .text-preguntas{
      text-align: center;
    }
    .b-ver{
      text-align: center;
    }
    .btn-Ms{
      padding: 10px 8rem;
      /*background-color: #C2995C;
      color: #000;
      border-radius: 0.8rem;*/
      font-size: 1rem;
    }
    .btn-ver-preguntas{
      display: block;
      width: 100%;

      padding: 0.5rem 1rem;
      font-size: 1.1rem;
      /*line-height: 1.5;*/
      line-height: normal;
    }

    #text-pregunta-sub {
      font-size: 32px;
    }
    .im-preguntas {
      position: absolute;
        z-index: auto;
        top: -5.5rem;
        right: initial;
        left: -0.5em;
        display: flex;
        justify-content: start;
    }
    .im-preguntas img{
      width: 150px;
    }
    .maya-a{
      display: none;
    }
    .maya-b{
      display: block;
      font-size: 12px;
    }
  }
  @media (max-width: 380px) {
    .btn-Ms{
      padding: 7px 5rem;
    }

    #text-pregunta{
      font-size: 14px!important;
    }

    .btn-ver-preguntas{
      display: block;
      width: 100%;

      padding: 0.5rem 1rem;
      font-size: 16px;;
      /*line-height: 1.5;*/
      line-height: normal;
    }


    .im-preguntas {
        position: absolute;
        z-index: auto;
        top: -5.5rem;
        right: initial;
        left: -0.5em;
        display: flex;
        justify-content: start;
    }
    .im-preguntas img {
      width: 140px;
    }
  }
  @media (max-width: 320px) {
    
  }
/*** !! PREGUNTAS !! ***/
.cont_eventos{
  display: none;
}

/*** !! INICIO AVANCES Y RESULTADOS !! ***/
/*
.cont-resultado{
  background: #E8E8E8;
  border-radius: 18px;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 6%;
  padding-right: 6%;

  background: #E8E8E8; height: 100%; display: flex; flex-direction: column; justify-content: space-around;
}
.card-resultado-title{
  font-size: 16px;
  font-weight: 900;
  color: #7D818B;
}
.card-value{
  font-size: 36px;
  font-weight: 900;
  color: #2D2829;
}*/
/*Card*/
/*
.card-text-title{
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
}
.card-text-contenido{
  bottom: 0;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
}
.card-title{
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.div-cont{
  margin-top: 3%;
  margin-bottom: 3%;
}

@media (max-width: 600px) {
  .card-text-title{
    font-size: 24px!important;
  }
  .card-value{
    font-size: 24px;
  }
  .cont-resultado {
  }
}*/



/**************************************/
.cardnoticias{
  display: flex;
}
.cardnoticias-nav{
  display: none;
}

@media (max-width: 900px) {
  .cardnoticias{
    display: none!important;
  }
  .cardnoticias-nav{
    display: block!important;
  }
}
/**************************************/
.noticia-resultados{
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.noticia-resultados::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(38deg, #00000566, #00000029);
  z-index: -1;
  border-radius: 20px;
}


.z-index-1{
  z-index: -1;
}

.btn-submenu
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem !important;
  gap: 20px;
}
/* aos animate*/
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
html:not(.no-js) [data-aos=fade-left] {
  -webkit-transform: translate3d(100px,0,0);
  transform: translate3d(100px,0,0);
}
/* aos animate*/
.displaynone{
  display: none;
}