@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;
}
/***********/

/*
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
section {
  flex: 1;
}
footer {
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}*/
/***********/

body{
  font-family: "Lato", sans-serif;
}

  .c-dorado{
    color:#C2995C;
  }
    .btn-nav:hover{
    background:rgba(0,0,0,.3);
    }

    .footer{
      background-color: #2D2829;
      /*padding-left: 7%;
      padding-right: 7%;*/
      padding-top: 3%;
      padding-bottom: 5%;
      color: #ffffff;
    }
    .banner_gob{
      background-color: #000005;
      color:#ffffff
    }
    .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, #970E4866, 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;
  /* transition: right 4s; */
  padding: 1rem 0;
  box-sizing: border-box;
  border-radius: 15px;
  
} 
  
.sidebar.activo {
  top: 5rem;
  position: absolute;
  box-shadow: 1px 1px 5px 6px rgb(45 40 41 / 10%);
  display: block;
  right: 0;
  /*width: 17%;*/
}

.nav-content{
  display: flex;
  justify-content: space-between;
}
.mainNav{
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  /*background-color: #fff;*/
  color: #000;
  z-index: 999;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 100%;
  /*-webkit-transition: .5s;
  transition: .5s;*/
  height: 80px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* */
  /*padding-right: 7rem;
  padding-left: 7rem;*/
  justify-content: space-between;

}
.contenedor-header{
  border-bottom: 1px solid #E2DED7;
}
.mainNavb{
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  /*background-color: #fff;*/
  color: #000;
  z-index: 999;
  font-weight: 700;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  min-height: 80px !important;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
  /*padding-right: 7rem;
  padding-left: 7rem;*/
}
.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;
  
}

.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;

  /*padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  background: #E2DED7;*/

  /*padding: 11px 21px;*/
  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%;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  transform: translateY(-2px);
  font-size: 16px;
  font-weight: 700;
  margin: 1% 0;

  /* width: 100%; */
  /* max-width: 225%; */
  /* padding: 8px; */
  font-size: 16px;
  font-weight: 700;
  display: flex;
  padding-right: 4rem;
}
.sidebar a:hover {
  border-radius: 15px;
  list-style: none;
  width: 100%;
  box-shadow: 0 5px 2px #b7b3ae;
  transform: translateY(-2px);
  background: #e2ded7;
  border-color: #e2ded7;
  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;
}
.btn-menu{
  background: transparent;
  color: #ffffff;
  border-color: transparent;
}


/*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;
}


.btn-conocelo {
  width: auto;
  border-radius: 15px;
  background: #FFFFFF;
  border-bottom: 4px solid #afafaf;

  font-weight: 700;
  font-size: 16px;
  color: #2D2829;
  padding-left: 4rem;
  padding-right: 4rem;
}
.btn-conocelo:focus {
  box-shadow:none;
}
.btn-conocelo p{
  font-weight: 300;
  font-size: 10px;
  font-style: italic;
}

.btn-consulta{
  width: auto;
  border-radius: 15px;
  background: #FFFFFF;
  border-bottom: 4px solid #afafaf;
  border-color: #afafaf;
  font-weight: 700;
  font-size: 16px;
  color: #2D2829;
  padding-left: 4rem;
  padding-right: 4rem;
}
.btn-consulta:focus {
  box-shadow:none;
}
.btn-consulta p{
  font-weight: 300;
  font-size: 10px;
  font-style: italic;
}

.ico-f{
  margin: 1%;
  width: 27%;
}
.title{
  font-size: 40px;
  font-weight: 900;
}
.title_3{
  font-size: 40px !important;
  font-weight: 600;
  line-height: normal;
}
.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;
}
.title_sub{
  font-size: 16px;
  font-weight: 400;
}
.contacto{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.contact{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text-contacto h3{
  font-weight: 900;
  font-size: 36px;
}
.text-contacto h6{
  font-weight: 400;
  font-size: 16px;
}
.text-contacto-traduccion{
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  /*line-height: 19.2px;*/

}
.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: column;
  align-items: center;
  text-align: center !important;

  padding-top: 2%;
  padding-bottom: 2%;
}
.div-dire span{
  font-size: 16px;
  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;
}


/*.activo .menu_active{
  display: bloque;
}*/

@media (min-width: 1200px){
  .fondo_inicio{
    /*height: 74vh;*/
    height: 50%;
  }
  .cont-inicio{
    padding-top: 3%;
  }
}
@media (max-width: 1575px){
  .title_3{
    line-height: normal;
  }
  .sidebar.activo {
    width: 22%;
  }
}
@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: 34%;
  }
  .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: auto;
  }
  .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: column-reverse;
    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-f{
    width: 29%;
  }
  .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: 0;
    padding-right: 0;
  }
  .btn-conocelo{
    width: -webkit-fill-available;
  }
  .btn-consulta{
    width: -webkit-fill-available;
  }
  .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-calendarioC{
    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;
    text-align: left !important;

  }
}
@media (max-width: 480px) {
  .title_3{
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .logo_cls{
    width: 100%;
  }
  .fondo_inicio{
    padding-top: 8rem;
    /*height: 120vh;*/
    height: 50%;
  }
  .btn-conocelo {  
    width: -webkit-fill-available;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .btn-consulta {  
    width: -webkit-fill-available;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .btn-inicio{
    /*display: flex;
    justify-content: center;*/
    display: flex;
    /*justify-content: center;*/
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
  }
  .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;
  }
  .btn-inicio{
    /*padding-left: 1rem;
    padding-right: 1rem;*/
  }
}
@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;
  /*border-bottom: #c4c9c8 solid 4px !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;
  /*border-bottom: #c4c9c8 solid 4px !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-weight: 300;
  font-size: 16px;
  font-style: italic;
  margin: 0;*/
  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;
  /* float: left; */
  color: #2D2829;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;  
}
.text-opinion-small-p{
  position: relative;
  /* float: left; */
  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;
}
.text-underline {
  text-decoration: underline;
}

@media (min-width:800px){
  .btn-opinion-p{
    min-width: 100% !important;
    min-height: 14rem;
    /*min-width: 740px !important;
    min-height: 220px !important;*/
  }
  .btn-protesta-p{
    min-width: 100% !important;
    min-height: 14rem;
    /*min-width: 740px !important;
    min-height: 220px !important;*/
  }
}
@media (max-width:990px){
  .btn-opinion-p{
    min-width: 100% !important;
    min-height: 9rem;
    height: 9rem;
    width: 100%;
    background-size: 29%;
    /*min-width: 740px !important;
    min-height: 220px !important;*/
  }
  .btn-protesta-p{
    min-width: 100% !important;
    height: 9rem;
    min-height: 9rem;
    width: 100%;
    background-size: 40%;
    /*min-width: 740px !important;
    min-height: 220px !important;*/
  }
  .text-opinion-p{
    font-size: 20px;
  }
}
@media (max-width:800px){
  .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;
    /* border-bottom: #c4c9c8 solid 4px !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;
    /* border-bottom: #c4c9c8 solid 4px !important; */
    background-repeat: no-repeat;
    
  }
  .btn-opinion-p {
    display: flex;
    bottom: 0;
    /* position: fixed; */
    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;
    /* border-bottom: #c4c9c8 solid 4px !important; */
    background-repeat: no-repeat;
    background-position: top;
}
}
@media (min-width:720px) {
  .owl-nav{
    bottom: -2rem!important;
  }
  .owl-dots{
    top: 30px;
  }
}

@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;
    /*border-bottom: #c4c9c8 solid 4px !important;*/
    background-repeat: no-repeat;
    
  }
  .text-opinion-p {
    line-height: normal;
  }
}
@media (max-width: 600px){
  .btn-opinion-p{
    display: flex;
    bottom: 0;
    /* position: fixed; */
    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;
    /*border-bottom: #c4c9c8 solid 4px !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;
    /*border-bottom: #c4c9c8 solid 4px !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-calendarioC{
    
    background-color: #C2995C;
    border-radius: 15px;
    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-calendarioC:focus{
    box-shadow: none;
  }
  .btn-calendarioC 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) {
    .cont-card-evento{
      display: flex;
      justify-content: center;
    }
    .btn-calendarioC {
      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%;
  /*height: 8rem;*/

  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{
  /*bottom: 0;
  position: absolute;*/
  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 {

    /*height: 6rem;*/
  }
}

/*************************************************/
.opcion .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  /* padding-left: 7px; */
  /* padding-right: 7px; */
}
/*************************************************/
/*** !! FIN AVANCES Y RESULTADOS !! ***/


/**************************************/
.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;
  border: 0;
}

.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;
}

#ver_directrices {
  /*width: auto;
  height: 43px;*/
  /* padding: 0px 0px 4px 0px; */
  /*padding: 2px 20px;
  border-radius: 15px;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 4px;
  border-style: solid;
  border-color: #afafaf;
  background: #FFFFFF;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;*/
  /* line-height: 0; */
  /*text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2D2829;*/
}
#ver_directrices:hover{
  text-decoration: auto;
}

#ver_directrices span {
  /*display: block;
  font-family: Lato;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;*/
}

@media (max-width: 766px) {
  .div-dire{
    flex-direction: row;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #ver_directrices{
    /*font-size: 13px;
    padding: 2px 6px;*/
  }
}

/* Avances y resultados */

/* Avances y resultados */