@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  /*margin-top: -20px;*/
  background-color: #f5f5f5;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(255, 255, 255);
    opacity: 1;
    color: #4a258d;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: center;
}
.txtLoader{
    position: relative;
    top: 65%;
}

.hearts{
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
 }

 .aplaudir{
    background-color: #613aad!important;
    color: white;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    padding: 5px;
}

.aplausos{
    background-color: #613aad!important;
    color: white;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    padding: 5px;
 }

.nombreCandidato{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    font-weight: 600;
    line-height: 20px;
    font-size: 11px;
}
.nombreCandidato span{
    color: #4a258d;
    text-transform: uppercase;
    font-size: 10px;
}

.candidato-comparativo{
    background-color: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 10px;
}
.candidato-comparativo:hover{
    cursor: pointer;
}
.partido-boleta{
    font-family: Montserrat;
    line-height: 18px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
}
.candidato-comparativo:hover > .img-gray{
    filter:none;
}
.img-gray{
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;    
}
.subtitle-comparativo{
    font-family: 'Montserrat';
    font-weight: 500px;
    font-size: 15px !important;
    text-align: right;
}

.warningJquery{
    text-align: center;
    padding: 50px;
}
.congresoMobile{
    display: none;
}
.congresoDesktop{
    display: block;
}
.box-busquedas{
    padding-top: 30px;
    border-radius: 10px;
}
.simulador{
	min-height:170px;
	width:100%;
	background-image: url('../img/banners/aplausos.jpg');
	background-repeat:no-repeat;
	background-size:100%;
    background-height:170px;
	text-align:center;
	margin-bottom:0px;
}
.ubicatucasilla{
	min-height:170px;
	width:100%;
	background-image: url('../img/banners/ubicatucasilla.png');
	background-repeat:no-repeat;
	background-size:100%;
    background-height:170px;
	text-align:center;
	margin-bottom:0px;
}
.prep2024{
	min-height:77px;
	width:100%;
	background-image: url('../img/banners/banner_prep_horizontal.gif');
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
	margin-bottom:0px;
}
.fa-icons-redes{
    width: 30px;
        text-align: center;
}
.linkSeccion{
    cursor: pointer;
}
.carousel-caption {
    bottom: 130px;
}

.links-candidato{
    padding-top: 5px;
}
.badge{
    font-weight: normal!important;
}
.img-candidato {
    width: 100%;
    padding-top: 0px;
        border-radius: 0px;
}
.boletaicon{
    width: 35%;
}
.cuestionario-compara-candidatos{
    margin-right: 0px;
    text-align: right;
    font-size: 14px!important;
    font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration: none;
    font-weight: 700;
}
.cuestionario-compara-candidatos > span{
    color: #4a258d;
    font-weight: bold;
}
.img-partido{
    width: 30%;
    padding-top: 0px;
    border-radius: 50px;
    position: absolute;
    bottom: 15px;
    z-index: 9;
    right: 14px;
}
.box-posturas-candidato{
    padding-top: 10px;
}
.btn-plataforma-candidatos{
    margin-top: 3px;
}


button{
    font-family: Manrope !important;
}
select.custom-select, #seccion {
    color: black !important;
    /*font-size: 18px;*/
    font-family: 'Montserrat';
    text-transform: uppercase;
    /*font-weight: 500;*/
    border: solid 1px #959595;
}
.section-bannertop{
    /*min-height: 370px;*/
    background-size: cover;
    background-repeat: no-repeat;
    margin-top:115px;
}
.descriptionbanner{
    color: white;
    padding-top:0px;
}
.titlebanner{
    font-size: 85px;
    font-family: 'Montserrat';
    font-weight: 800;
}
.subtitlebanner{
    font-size: 52px;
    font-family: 'Roboto';
    font-weight: normal;
    margin-top: -30px;
    text-transform: uppercase;
}
.infobanner{
    font-family: 'Montserrat';
    font-size: 18px;
}
.carousel-caption{
    left: 5%!important;
    right: 5%!important;
    text-align: left;
}
#menuNav >li.nav-item{
    height: 50px;
    padding-top: 8px;
}
.btn-sabervotar-white{
    text-transform: uppercase;
    color: black;
    background-color: white;
    font-family: 'Montserrat' !important;
    font-size: 14px;
    font-weight: 800;
    border:solid 1px black;
}
.btn-sabervotar-morado, .btn-sabervotar-morado:hover, .btn-sabervotar-morado:active{
    background-color: #8f64ed;
    color: white;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
}
.masinfo{
    background-color: black !important;
    color: white;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 5px;;
}
.btn-group-sm>.btn, .btn-sm{
    border-radius: none !important;
}

li.nav-item{
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px
}
li{
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    font-size: 14px;
}
li.active a, li a:hover{
    color: #4a258d !important;
}
.nav-item-blog{
    background-color: #4a258d;
}
.nav-item-blog > a.nav-link{
    color: white!important;
}
.loading{
    text-align: center;
    padding: 50px;
}
.section-title {
    text-align: right;
    color: black;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 10px;
}
.box-entidad{
    background-color: #f2f2f2;
    padding: 10px;
margin-top: 5px;
}
.hastag{
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
}
.navbarwhats{
    font-family: Montserrat;
    font-style: italic;
    font-size: 12px;
    padding-top: 15px;
}
a.social-link{
    color:#4E4E4E;
}
a.social-link:hover{
    color: black !important;
}
#socialNav{
    border: none;
    margin-top: 0px;
    background-color: #4a258d !important;
    color: white;
}
.fa-twitter, .fa-twitter:before, .fa-facebook, .fa-facebook:before, .fa-youtube, .fa-youtube:before, .fa-instagram, .fa-instagram:before, .fa-whatsapp, .fa-whatsapp:before{
    font-size: 19px !important;
}
.social-link{
    color: #4a258d;
}
.navbar {
    box-shadow: 0 5px 10px -5px grey;
    padding: 0px !important;
}
.top-banner{
    background-image: url('../img/top-banner.jpg');
    background-repeat: repeat;
    height: 400px;
    margin-bottom:0px;
    margin-top: 70px;
}

.top-text{
    text-align:center;
    font-family: 'Manrope', sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.header-text{
    margin-top:60px;
}

.bg-primary-color{
    background-color: #4a258d;
    color: white;
}
.navbar-light .navbar-nav .nav-link.active{
    font-weight: 700;
}
.title-section{
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', cursive;
    font-size: 42px;
}
.intro-section{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;
    margin-bottom: -10px;
    margin-top: 0px;
}
.intro-section-plataformas{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 30px;
    margin-bottom: -10px;
    margin-top: 150px;
}
.btnPlataformas{
    margin-bottom: 150px;
}
.descripcion-seccion{
    margin-top: -10px;
    font-family: 'Montserrat';
    margin-bottom: -25px;
    font-size: 15px;
}
.text-ubicacion{
    font-family: 'Montserrat';
    font-size: 13px;
}
.text-seccion{
    font-family: 'Montserrat';
    font-size: 13px;
    margin-top: -20px;
    text-align: right;
    margin-bottom: 35px;
}
.buscador{
    margin-top: 45px;
    padding-bottom: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}
.subtitle-section{
    padding-bottom:50px;
    font-family: 'Montserrat';
    font-weight: 500px;
    font-size: 17px !important;
}
.titulo-seccion{
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 60px;
}
.subtitulo-busquedas{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px !important;
}
.sobre-sabervotar{
    background-image: url('../img/banners/nosotros.jpg');
    background-size: cover;
    color:white;
    text-align: justify;
    font-family: 'Montserrat';
    padding-bottom: 60px;
}
.title-nosotros{
    font-family: 'Montserrat';
    font-size: 60px;
    margin-top: 50px;
    font-weight: 500;
}
.title-nosotros > span{
    font-weight: 800 !important;
    font-size: 105px;
    line-height: 0;
}
.title-convenios{
    font-family: 'Montserrat';
    font-size: 85px;
    margin-top: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: -20px;
}
.subtitle-convenios{
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.convenios{
    background-color: #e5e5e5;
}
.morado{
    color:#4a258d;
}
.white{
    color:white;
}
.subtitle-compara, a > .subtitle-compara {
    font-size: 16px!important;
    font-family: 'Montserrat', sans-serif;
    float: right;
    color: black;
    text-decoration: none;
    padding-top: 7px;
    font-weight: 700;
}
.subtitle-compara-candidatos, a > .subtitle-compara-candidatos {
    font-size: 14px!important;
    font-family: 'Montserrat', sans-serif;;
    color: black;
    text-decoration: none;
    padding-top: 5px;
    font-weight: 700;
}
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position:relative;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding:10px;
    margin:10px;
    background:white;
    color:#666;

}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position:absolute; top:calc(50% - 35px);
    background-color: white!important;
    font-family: 'Montserrat'!important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: black!important;
    -webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.78);
    box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.78);
    border-radius:0px;
}
.MultiCarousel .leftLst {
    left:0;
    height: 80px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.MultiCarousel .rightLst {
    right:0;
    height: 80px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background:#ccc;
}
.pad15{
    width:195px;
}
.icon-colaborador{
    width: 100%;
}
.header-comparativo{
    background-color: #cccccc;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: -3px;
    min-height: 40px;
}
.header-comparativo-candidatos{
    background-color: #cccccc;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px!important;
    padding-bottom: -3px;
}
.header-comparativo-preguntas{
    background-color: #4e2f72 !important;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px!important;
    padding-bottom: -3px;
}
.box-posturas{
    /*padding-top: 10px;*/
}
.box-posturas-partido{
    padding-top: 20px;
    text-align: center;
}
.section-posturas, .section-presidencia, .section-partidos{
background-color: #fff;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

.section-metodologia{
    background-image: url('../img/banners/metodologia.jpg');
    background-size: contain;
    color:white;
    text-align: justify;
    font-family: 'Montserrat';
    padding-bottom: 15px;
}
.rows-metodologia{
    margin-bottom:5px;
}
.title-metodologia{
    font-family: 'Montserrat';
    font-size: 85px;
    margin-top: 0px;
    font-weight: 800;
    text-align: center;
    margin-bottom: -20px;
}
.subtitle-section-metodologia{
    font-family: 'Montserrat';
    font-weight: 500;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
.btnMetodologia{
    text-align: center;
    margin-top: 30px;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
        min-height: 155px;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    color: black;
    text-align: center;
    font-family: 'Montserrat';
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}
.section-temas, .section-candidatos {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.section-somos{
    background-color: #ffffff;
}
.modal-header{
    padding: 0.5rem 0.5rem!important;
}

.icon-temas{
    /*border-radius: 50%;
    border: 8px solid #444;*/
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.modal-title{
    font-family: 'Roboto';
    color: white;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 17px;
}
.modal-title-candidato{
    font-family: 'Roboto';
    color: white;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 17px;
        padding-left: 5px;
}
.modal-body{
    font-family: 'Montserrat';
        font-size: 13px;
        font-weight: 500;
}
.title-datos-candidato{
    text-transform: uppercase;
    color: #2c22a3;
}
.modal-footer{
    padding: 0.5rem;
    border: none;
}
.icon-temas-modal{
    text-align: center;
    width: 100%;
}
.modal-header .close {
    padding: 1.2rem 1.4rem;
    margin: -1rem -1rem -1rem auto;
    color: white;
}
.box-icon-modal{
    width: 50px;
    /* border-right: solid; */
    border-right: solid white;
    margin-right: 8px;
    padding-right: 5px;
}
.icon-temas-mini{
    /*border-radius: 50%;
    border: 3px solid #444;*/
    text-align: center;
    width: 80%;
    cursor: pointer;
}
.icon-posturas-mini{
    /*border-radius: 50%;
    border: 3px solid #444;*/
    text-align: center;
    width: 80%;
    cursor: pointer;
}
.text-temas{
    font-family: 'Montserrat';
    color:white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.4;
    padding-top: 20px;
}
.text-temas-manejo{
    font-family: 'Montserrat';
    color:white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.4;
}
.box-temas{
    padding:10px;
    text-align: center;
    cursor: pointer;
    /*height: 150px;*/
}
.title-insignias{
    font-family: 'Montserrat';
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.insignias-default{
    width: 35px;
}
.box-seguridad{
    background-color: #c23fd1;
}
.box-educacion{
    background-color: #a142db;
}
.box-transparencia{
    background-color: #4a258d;
}
.box-organos{
    background-color: #7245c4
}
.box-expresion{
    background-color: #4e42db;
}
.box-presupuesto{
    background-color: #8c2099;
}
.box-vida{
    background-color: #7322a3;
}
.box-conciencia{
    background-color: #8f64ed;
}
.box-emprendimiento{
    background-color: #613aad;
}
.box-medioambiente{
    background-color: #2c22a3;
}

.modal-title{
    font-family: 'Montserrat';
}
.modal-title-presupuesto{
    line-height: 1;
    padding-top: 0!important;
}

.title-temas-mini{
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #444;
  margin-top:5px;
  min-height: 30px;
}

.title-seccion-temas span{
  font-size: 38px;
  font-weight: bold;
}

.grid-icon-mini{
  text-align: center;
}

.icon-posturas{
    border-radius: 50%;
    text-align: center;
    /*width: 30%;*/
}


.title-modules{
  text-align: center;
  text-transform: uppercase;
  font-family:'Montserrat';
  font-size: 20px;
  line-height: 25px;
  color: #444;
  margin-top:5px;
}
.description-modules{
  text-align: center;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
}
.description-metodologia{
  font-size: 18px !important;
  line-height: 24px;
}

.metodologia-wizard{
  padding-bottom: 15px;
      padding-top: 10px;
}
.metodologia-wizard-dashed{
      border-bottom: dashed #ddd 2px;
}

.metodologia-img-desc{
  width: 100%;
}
a.btn-registro,a.btn-registro:hover,a.btn-registro:active{
    font-family: 'Montserrat', sans-serif;
    color: white !important;
    text-decoration: none!important;
    background-color: #4e2f72;
    border-color: #4e2f72;
    font-style:normal!important;
}
.aplaudir{
    cursor: pointer;
}
.aplausos{
    cursor: default !important;
}
.footer{
    background-color: #4a258d;
    color: white;
    text-align: center;
    height: 80px;
    padding-top: 15px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.3;
}
#loom-companion-mv3{
    display: none;
}
.footer a, .footer a:link, .footer:hover, .footer:visited, .footer:active{
    text-decoration: none;
    color: white !important;
}

.btn-primary{
  background-color: #4a258d ;
  border: none;
}

body {
    background-image: url('../img/banners/mis_candidatos.jpg');
    background-size: auto;
    background-repeat: repeat;
    min-height: 100vh;
}

.section-search{
/*  background-image: url('../img/banners/mis_candidatos.jpg');
  background-size: cover;*/
  margin-top: 50px;
}

.section-plataformas{
  background-image: url('../img/banners/plataformas_politicas.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #8c2099;
  margin-top: 0px;
  padding-top: 20px;
}
.img-partidos-logo{
    width: 70%;
    padding: 10px;
    border-radius: 25px;
}

/*.masinfo{
  margin-bottom: 10px;
}*/

#clickSeccion{
  cursor:pointer;
}

.opentab{
  cursor: pointer;
}

.btn-score{
  position: absolute;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.title-candidato{
  font-size: 23px;
  line-height: 26px;
  font-family: 'Manrope', sans-serif;
  min-height: 55px;
  margin-top: 5px;
}

.sec-calif{
  background-color: #4a258d;
  color: white;
  padding: 10px;
  border: solid 1px white;
}
.table>tbody>tr>td {
    vertical-align: middle;
}

.col-xs-2-10 {
    width: 50%;
    float: left;
}
.semaforo-movil{
    display: none;
}
.semaforo-desktp{
    display: block;
}
.presidencia-mobile{
    display: none;
}
.presidencia-desktop{
    display: block;
}
.img-gobernadores{
    width: 100%;
}
.banner-vertical-left{
    min-height:520px!important;
    height: 520px!important;
    max-width: 150px;
    width: 150px;
    background-image: url('../img/banners/banner_prep_flotante.gif');
    background-repeat: no-repeat;
    background-size:contain;
    position:absolute;
    left: 0px;
    margin-top: 50px;
}
.banner-vertical-right{
    min-height:520px!important;
    height: 520px!important;
    max-width: 150px;
    width: 150px;
    background-image: url('../img/banners/banner_prep_flotante.gif');
    background-repeat: no-repeat;
    background-size:contain;
    position:absolute;
    right: 0px;
    margin-top: 50px;
}

@media (min-width: 768px) {
  .col-sm-2-10 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-2-10 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-2-10 {
    width: 20%;
    float: left;
  }
}

@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 12px;
    }
    #socialIconsMobile{
        display: none !important;
    }
    .banner-vertical-right{
        display: none;
    }
    .banner-vertical-left{
        display: none;
    }
    .carousel-caption {
      bottom: 65px;
      }
      .titlebanner{
          font-size: 75px
      }
    .subtitlebanner{
        font-size: 45px;
    }
    .intro-section{
        font-size: 25px;
    }
    .titulo-seccion{
        font-size: 75px;
        margin-top: 45px;
    }

    .intro-section-plataformas{
        margin-bottom: -48px;
            margin-top: 100px;
    }
    .btnPlataformas {
    margin-bottom: 100px;
    }
    .title-nosotros{
        font-size: 45px;
    }
    .title-nosotros > span {
        font-size: 75px;
    }
    .title-convenios{
        font-size: 70px;
    }
    .text-temas-manejo {
        font-size: 9px;
    }
    .subtitle-section-metodologia{
        font-size: 15px;
    }

}

@media only screen and (max-width: 768px) and (min-width: 577px) {
    .img-gobernadores{
        width: 60% !important;
    }
    .box-gober-mob{
        border: 2px solid #4a258d;
        padding: 5px;
    }
    .banner-vertical-left{
        display: none;
    }
    .banner-vertical-right{
        display: none;
    }
    .presidencia-mobile{
        display: block;
    }
    .presidencia-desktop{
        display: none;
    }
    .simulador{
        min-height:110px!important;
        height: 110px!important;
    }
    .ubicatucasilla{
        min-height:110px!important;
        height: 110px!important;
    }
    .prep2024{
        min-height: 48px!important;
        height: 48px!important;
    }

    .header-comparativo, #candidatos{
        margin-top: 100px!important;
    }

    .section-bannertop {
        margin-top: 70px;
    }

    .carousel-caption {
        bottom: 20px;
    }
    .titlebanner {
        font-size: 55px;
    }
    .subtitlebanner {
        font-size: 33px;
    }
    .infobanner {
        font-size: 16px;
    }
    .title-convenios {
        font-size: 55px;
    }
    .intro-section{
        margin-top: 30px;
        font-size: 18px;
    }
    .titulo-seccion {
        font-size: 35px;
        margin-top: 0px;
    }
    .text-ubicacion {
        font-size: 15px;
    }
    select.custom-select, #seccion{
        font-size: 10px;
    }
    .intro-section-plataformas {
        margin-bottom: -21px;
        margin-top: 45px;
    }
    .btnPlataformas {
        margin-bottom: 35px;
    }
    .title-nosotros {
        font-size: 35px;
    }
    .title-nosotros > span {
        font-size: 55px;
    }
    .card-block {
        font-size: 12px;
    }
    .title-modules{
        font-size: 13px;
    }
    .text-temas {
        font-size: 20px;
        padding-top: 36px;
    }
    .text-temas-manejo {
        font-size: 18px;
    }
    .icon-posturas-mini {
        text-align: center;
        width: 50%;
        cursor: pointer;
    }
    .title-temas-mini {
        font-size: 8px !important;
    }
    .masinfo{
        font-size: 8px;
        margin-bottom: 5px;
    }
    .img-partidos-logo{
        width: 100%;
    }
    .plataformas-title{
        font-size: 30px !important;
    }
    #text-estadoselect {
        font-size: 13px !important;
    }
    .masinfo{
        font-size: 10px;
    }
    .section-search{
        margin-top: 115px;
    }

}

@media  only screen and (max-width: 576px) {
    .img-gobernadores{
        width: 60% !important;
    }
    .box-gober-mob{
        border: 2px solid #4a258d;
        padding: 5px;
    }
    .banner-vertical-left{
        display: none;
    }
    .banner-vertical-right{
        display: none;
    }
    .presidencia-mobile{
        display: block;
    }
    .presidencia-desktop{
        display: none;
    }
    /*.header-comparativo, #candidatos{
        margin-top: 100px!important;
    }*/
    .simulador{
        min-height:110px!important;
        height: 110px!important;
    }
    .ubicatucasilla{
        min-height:110px!important;
        height: 110px!important;
    }
    .prep2024{
        min-height:70px!important;
        height: 70px!important;
        background-image: url('../img/banners/banner_prep_mobile.gif');
    }

    .masinfo{
        background-color: black !important;
    color: white;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 9px;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
    }

    .section-search{
        margin-top: 60px;
    }

  .congresoMobile{
    display: block;
  }
  .congresoDesktop{
    display: none;
  }

    .pad15 {
    width: 315px;
    }
    .modal-title{
        font-size: 15px;
    }
    .ficha{
        font-size: 11px !important;
    }
  .navbar{
    padding: 12px 14px 11px !important;
  }
  .top-banner{
    height: 580px;
    margin-top: 50px;
  }
  .title-section{
        font-size: 30px;
            /*height: 90px;*/
  }

  .footer{
    font-size: 11px;
  }

    .title-section {
        font-size: 30px;
        /*height: 130px;*/
    }

    .section-bannertop{
            margin-top: 90px;
    }

    .descriptionbanner{
        color: white;
        padding-top:120px;
    }

    .infobanner{
        display: none;
    }
    .subtitlebanner{
        font-size: 25px;
        font-family: 'Manrope', sans-serif;
        margin-top: -15px;
        text-align: center;
    }

    .actionbuttonbanner{
        padding-top:40px;
        text-align: center;
    }

    .img-partidos-logo {
        width: 50%;
        padding: 10px;
    }

    .carousel,.carousel-item, .carousel-item > img  {
        height: 250px;
    }

    .carousel-caption {
        bottom: 42px;
    }

    .titlebanner {
        font-size: 35px;
        text-align: center;
        padding-bottom: 8px;
    }

    .actionbuttonbanner {
        padding-top: 10px;
        text-align: center;
    }

    .subtitlebanner {
        font-size: 17px;
        margin-top: -15px;
        text-align: center;
        line-height: 21.1px;
    }
    .descriptionbanner {
        padding-top: 0px;
    }
    .intro-section{
        font-size: 20px;
            margin-top: 20px;
            margin-bottom: 5px;
    }
    .titulo-seccion{
        font-size: 45px;
        margin-top: 0px;
    }
    .text-seccion{
        font-size: 17px;
    }
    .text-ubicacion{
        font-size: 15px;
    }
    .descripcion-seccion{
        font-size: 17px;
    }
    .section-plataformas{
        background-size: cover;
        background-image: none;
    }

    .icon-colaborador{
        width: 100%;
    }
    .icon-temas{
        width: 50%;
    }
    .title-metodologia{
        font-size: 45px;
        margin-top: 10px;
    }
    .subtitle-section-metodologia{
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .text-temas{
        font-size: 12px;
    }
    .title-convenios {
        font-size: 55px;
        margin-top: 20px;
    }
    .subtitle-convenios{
        font-size: 17px;
    margin-top: 10px;
    text-align: center;
    }
    .title-nosotros{
        font-size: 45px;
    }
    .title-nosotros > span{
        font-size: 75px;
    }
    .card{
        margin-bottom: 10px;
    }
    #menuNav >li.nav-item{
        padding-top: 8px;
    padding-left: 5px;
    border-bottom: dashed;
    border-width: thin;
    }
    li.nav-item{
        font-size: 17px
    }
    .semaforo-movil{
        display: block;
    }
    .semaforo-desktp{
        display: none;
    }

}


.col-xs-1-10,
.col-sm-1-10 {
  position: relative;
  min-height: 2px;
}

.col-xs-1-10 {
  width: 20%;
  float: left;
}

#clickSeccion{
  cursor:pointer;
}

@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }

}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
}

.btn-close-aplausos, .btn-close-aplausos:focus, .btn-close-aplausos:active {
    font-size: 40px !important;
    border: white 3px solid !important;
    border-radius: 16px !important;
    z-index: 100 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    background-color: rgb(from purple R G B / 0.7) !important;
    position: absolute !important;
    top: -20px !important;
    right: -20px !important;
    width: 1.2em;
    height: 1.2em;
    color: white;
}

@media (max-width: 575.98px) {
    .text-small-mobile {
        font-size: 0.85rem; /* Or whatever smaller size you want */
    }
}