html, body {
    font-family: 'Montserrat';
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    width: 100%;
    font-size: 14px;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    outline: none !important;
}

.hidden {
    display: none !important;
}

/*
 * Navbar 
 */

#masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px -2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px -2px 4px rgba(0, 0, 0, 0.1);
    z-index: 3;
    padding: 0 1.5rem;
}

.home #masthead {
    position: fixed;
    width: 100%;
    background: #fff;
}

.site-branding {
    margin-right: auto;
    z-index: 1;
}

.custom-logo {
    max-width: 8rem;
}

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    width: auto;
}

.menu-menu-principal-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

#primary-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
    background: #FFFFFF;
}

.menu-item{
    -webkit-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.25);
            box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.25);
    width: 7.5rem;
}

#primary-menu li a {
    background: #fff;
    color: #374C62;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0;
    padding: 1.5rem 1rem;
    line-height: 1;
}

#primary-menu li.trivia.current-menu-item a {
    color: #fff;
    background: #DD0100;
}

#primary-menu li.ideario.current-menu-item a {
    color: #fff;
    background: #54B246;
}

#primary-menu li.blog.current-menu-item a {
    color: #fff;
    background: #54B246;
}

#primary-menu li.tucanton.current-menu-item a {
    color: #fff;
    background: #EF7109;
}

.menu-item:first-of-type {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.header-cerrar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem;
    background: #fff;
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    visibility: hidden;
}

.active-cerrar .header-cerrar {
    visibility: visible;
    opacity: 1;
}

#menu-item-15 a{
    font-weight:100;
    margin-top:2rem;
}

.site-info {
    background: #31455B;
    padding: 3rem 1rem;
}

.socialMediaIcons {
    margin: auto;
    display: block;
    text-align: center;
}

.footerTerminos a,
.socialMediaIcons a {
    text-decoration: none !important;
    margin: 0 .5rem;
    color: #000;
}

.socialMediaIcons img {
    height: 1.75rem;
}

.footerTerminos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .5rem 3rem;
}

.programaEstadoLink {
    color: #fff !important;
    text-align: center;
    display: block;
    margin-top: 1.5rem;
}

.btnSobreMunis {
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: .35rem .8rem;
    font-weight: 100;
}

.textoSobreMunis {
    color: grey !important;
    font-size: 0.9rem;
    padding-right: .3rem;
}

.flechaAmarilla {
    width: 1.3rem;
    height: 1rem;
    margin-top: 0.2rem;
}

nav#pojo-a11y-toolbar {
    top: 20vh !important;
}
.pojo-a11y-toolbar-toggle {
    border-radius: 1rem 1rem 1rem 1rem !important;
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    border-radius: 1rem 0rem 0rem 1rem !important;
}
/*
 * Contenido de paginas 
 */

.container {
    max-width: 700px;
    margin: auto;
}

.entry-header, .redbg {
    background: #DD0100;
    padding: 1rem;
    position: relative;
}

.entry-header .container {
    min-height: 25vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.entry-header, .entry-header a {
    color: #fff;
}

.redbg {
    background: #DD0100 !important;
}

.greenbg {
    background: #48B136 !important;
}

.redbg:before,
.entry-header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/dcifra/assets/patron-dcifra1.svg');
    opacity: 1;
    background-size: cover;
}

.greenbg:before {
    background-image: url('/wp-content/themes/dcifra/assets/patron-verde.svg');
}

.fullpattern:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/dcifra/assets/patron-dcifra2.svg');
    opacity: 1;
    background-size: cover;
}

.popup.is-active {
    visibility: visible;
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.popup .popup-container {
    background: #fff;
    padding: 4rem;
    padding-top: 2rem;
    width: 100%;
    max-width: 700px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.popup .popup-container .cerrar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em;
}

.popup.warning-popup .popup-container  {
    background: #FFEBE8;
}

.popup-title {
    color: #DD0100;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 1rem;
}

.popup .texto {
    color: #004294;
    font-size: 1.3rem;
    max-width: 350px;
    text-align: center;
    margin: 2rem auto;
}

.btn-container {
    margin: auto;
}

.btn {
    background: #757575;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    padding: 0.75rem 1.5rem;;
    text-align: center;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    font-weight: 500;
    cursor: pointer;
}

.btn.btn-border.red {
    background: none;
    color: #DD0100 !important;
    border: 1px solid #DD0100;
}

.btn.red {
    background: #DD0100;
}

.btn-container {
    text-align: center;   
}

.btn-container .btn {
    margin: .5rem;
}


.pregunta-trivia .btn-siguiente {
   
}


.btn-inicio.btn-iniciar-ideario,
.btn-inicio.btn-iniciar-trivia {
    background: #DD0100 !important;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    margin-top: 3rem;
    margin-bottom: 0;
}

.btn-inicio.btn-iniciar-ideario {
    background: #54B246 !important;
}

.btn-enviar {
    background: #008FD5 !important;
}

.btn-enviar {
    margin-bottom: 0;
}

.btn-enviar,
.btn-inicio,
.btn-confirmar,
.btn-siguiente {
    margin: 2rem auto;
    padding: .75rem 3rem;
}


.btn-enviar,
.btn-inicio {
    padding: .75rem 4rem;
    font-size: 1.2rem;
}

.btn-confirmar img,
.btn-siguiente img {
    position: relative;
    display: inline-block;
    top: .2em;
    left: .2em;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.btn-siguiente:hover img {
    left: 1em;
}

.btn-siguiente:hover {
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.25);
            box-shadow: inset 0 0 50px rgba(0,0,0,0.25);
}

/*
*Pagina de Bienvenida
*/

.logoBienvenida {
    padding-top: 8rem;
    margin-bottom: 5rem;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.tituloBienvenida {
    font-size: 1.5rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
}

.backgroundBienvenida {
    background-image: url('/wp-content/uploads/2022/11/background-home.webp');
    margin: 0px;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-size: 100%;
    height: 100vh;
}

.sobremunis .entry-header:before {
    display: none;
}

.sobremunis .entry-header {
    background: #fff;
    background-image: url('/wp-content/uploads/2022/11/background-home.webp');
    color: #004294 !important;
    background-size: cover;
    padding: 3rem 0;
    padding-bottom: 1.5rem;
    text-align: center;
}


.texto1Bienvenida {
    text-align: center;
}

.texto2Bienvenida {
    text-align: center;
}

.continuarTexto {
    text-align: center;
    color: #004294;
    font-weight: 800;
}

.continuarTexto span {
    color: #004294;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.continuarTexto a  {
    display: inline-block;
}

.continuarTexto a img {
    position: relative;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.continuarTexto a:hover img {
    position: relative;
    margin-top: 1rem;
}

.flechaAmarillaAbajo {
    display: block;
    margin: 0 auto;
    padding-bottom: 3rem;
}

/*
*PÃ¡gina de Menu Inicial
*/

.gridInicio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    justify-content:center;
    align-items:center;
    padding: 5rem;
    background: #FFFBF8;
    min-height: 60vh;
    min-height: calc(100vh - 72.4px - 190.7px);
}

.gridInicio .gr {
    text-align: center;
    margin: .5rem;
}

.gridInicio .gr a {
    display: inline-block;
    text-align: left;
    padding: 2rem;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    border-radius: 25px;
}

.gridInicio .gr a:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}


.tituloIncio {
    font-size: 2rem;
    font-weight: 700;
}

#tituloTrivia {
    color: #DD0100;
}

#tituloCanton {
    color: #DA6409;
}

#tituloIdeario {
    color: #429930;
}
.gridInicio a {
    max-width: 400px;
}
.triviaElement {
    display: block;
}

.textoInicio {
    color: #033975;
    font-weight: 500;
    width: 140px;
    text-align: right;
    font-size: 1.25rem;
}

.gridInicio img {
    width: 130px;
}

.sectionTextoImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
}

.imgIconoInicio {
    padding-left: 1rem;
}

/*
*Homes de secciones
*/

.inicio-juego .container {
    max-width: 600px;
    margin: auto;
    color: #033975;
}

.inicio-juego p {
    margin: 1rem 0;
}

.inicio-juego h1 {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #DD0100;
}

.ideario-home h1{
    color: #54B246;
}

.subtitulo {
    font-size: 1.3rem;
    font-weight: 600;
}

.texto {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/*
*  Trivia (Juego)
*/
.iniciar-trivia .cerebro-trivia {
    margin-bottom: -2rem;
}

.inner-container h2 {
    font-size: 2rem;
    margin-top: 0;
    color: #033975;
    margin-bottom: 3rem;
}

.inner-container h2 small {
    font-size: 1.1rem;
    display: block;
    font-weight: 600;
}

.pregunta-trivia {
	position: absolute;
	display: block;
	z-index: 0;
	-webkit-transition: 1s ease opacity;
	-o-transition: 1s ease opacity;
	transition: 1s ease opacity;
	height: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
}

.pregunta-trivia.is-active {
	position: relative;
	visibility: visible;
	height: auto;
	z-index: 3 !important;
	opacity: 1;
}

.pregunta-trivia .entry-header {
    font-size: 1.75rem;
    font-weight: bold;
}

.titulo-pregunta {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.pregunta-trivia .entry-content {
    margin: auto;
    padding: 3rem 0;
    background: #FFFBF8;
}

.pregunta-trivia .entry-content .container {
    max-width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
}

.pregunta-trivia .entry-content .inner-container {
    padding: 3rem 3rem 2rem 3rem;
    margin: auto;
    background: #fff;
    text-align: center;
}

.redbg .inner-container {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
            box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.trivia-options {
    display: inline-block;
    text-align: left;
    color: #033975;
    font-size: 1.3rem;
}

.trivia-option label {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    cursor: pointer;
    font-weight: 500;
}

.trivia-option input {
    margin-right: 0;
    opacity: 0;
}

.trivia-option input[type=radio] + span:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border: 1.5px solid #384E66;
}

.trivia-option input[type=radio] + span:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 21px;
    height: 14px;
    width: 0;
    border-radius: 2px;
    background: #384E66;
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.trivia-option input[type=radio]:hover + span:after {
    opacity: 0.5;
    left: 4px;
    width: 14px;
}

.trivia-option input[type=radio]:checked + span:after {
    opacity: 1 !important;
    left: 4px;
    width: 14px;
}

.trivia-input,
.trivia-select {
    width: 100%;
    margin-top: .5rem;
}

.trivia-paso-final .trivia-input > label > strong,
.trivia-paso-final .trivia-select > label > strong {
    display: block;
    margin: .25rem auto;
    font-weight: 600;
    line-height: 1;
    color: #384E66;
    width: 18rem !important;
    text-align: left;
}

.trivia-paso-final label {
    display: block;
    margin-top: .75rem;
}

.trivia-input input[type=text], 
.trivia-input textarea, 
.trivia-input input[type=number], 
.select2-container .select2-selection--single {
    width: 18rem !important;
    height: auto !important;
    border: 1px solid #008FD5;
    color: #008FD5 !important;
    font-weight: 400 !important;
    line-height: 28px;
    font-size: 16px !important;
    padding: .5rem .75rem !important;
}

.trivia-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.trivia-step.current {
    background: #008FD5;
    border-color: #008FD5;
    width: 1.5rem;
    height: 1.5rem;
}

.trivia-step {
    border: 4px solid #384E66;
    width: 1rem;
    height: 1rem;
    margin: 1rem;
    border-radius: 50%;
}

::-webkit-input-placeholder { /* Edge */
  color: #008FD5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #008FD5;
}

::-moz-placeholder {
  color: #008FD5;
}

::-ms-input-placeholder {
  color: #008FD5;
}

::placeholder {
  color: #008FD5;
}

.select2-container {
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important; 
    margin-right: 5px;
}

.select2-dropdown {
    border: 1px solid #008FD5;
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #008FD5;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #008FD5 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #008FD5 transparent;
    border-width: 0 6px 8px 6px;
}


.warning-only {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    width: 100%;
    left: 0;
    color: #DD0100;
    font-weight: 500;
    text-align: center;
}

.required-warning .warning-only {
    visibility: visible;
    opacity: 1;
}

.estado-respuesta {
    font-size: 9px;
    position: absolute;
    left: 2.1rem;
    opacity: 0;
    -webkit-transition: .5s ease opacity;
    -o-transition: .5s ease opacity;
    transition: .5s ease opacity;
}

.trivia-option.correcta input[type=radio] + span:before {
    background-image: url('/wp-content/themes/dcifra/assets/check-square.svg');
    background-position: center;
    background-size: 20px;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    border: 2px solid #48B136;
    left: 0;
}

.trivia-option.incorrecta input[type=radio]:checked + span:before {
    background-image: url('/wp-content/themes/dcifra/assets/x-square.svg');
    background-position: center;
    background-size: 25px;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    border: 2px solid transparent;
    margin-left: -2px;
}

.trivia-option.correcta input,
.trivia-option.incorrecta input,
.trivia-option.correcta label,
.trivia-option.incorrecta label {
    pointer-events: none;
}

.trivia-option.correcta input[type=radio]  + span:after,
.trivia-option.incorrecta input[type=radio]  + span:after {
    display: none;
    pointer-events: none;
}

.correcta .estado-respuesta {
    color: #48B136;
    opacity: 1;
}

.incorrecta .estado-respuesta {
    color: #DD0100;
    opacity: 0;
}

.trivia-option.incorrecta input[type=radio]:checked + span + .estado-respuesta {
    opacity: 1;
}


.trivia-paso-final .right h3 {
    color: #DD0100;
    text-align: left;
    margin-top: 0;
}

.trivia-paso-final .right {
    max-width: 350px;
    position: relative;
}

.trivia-paso-final .trivia-input > label > strong, 
.trivia-paso-final .trivia-select > label > strong,
.trivia-paso-final input,
.trivia-paso-final select,
.trivia-paso-final .select2-container,
.trivia-paso-final .select2-container .select2-selection--single {
    display: block;
    font-size: 0.9rem;
    margin: .25rem 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 1.3 !important;
}

.trivia-paso-final .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 1.3 !important;
}

.trivia-paso-final .entry-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.trivia-resultados .main-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin: auto;
}

span#porcentaje-resulado {
    position: relative;
    font-size: 2.5rem;
    font-family: IBM Plex Mono;
    font-weight: bold;
    color: #E22A05;
    text-align: left;
    white-space: nowrap;
    display: block;
}

.trivia-resultados .main-img img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.resultado-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #004294;
    text-align: left;
    padding-top: 30px;
    line-height: 1.1;
    font-size: 1.3rem;
    width: 150px;
}

span#canton-dcifrado {
    white-space: nowrap;
}

.resultado-right strong {
    display: block;
    font-size: 2rem;
    margin-bottom: .5rem;
}

.otras-acciones {
    margin: auto;
    padding-top: 2rem;
    margin-top: 3rem;
    border-top: 1px solid #FF2400;
    max-width: 350px;
}

.otras-acciones .accion {
    background: #E8F6FE;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: .5rem;
    padding: 1rem 2rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    position: relative;
}

.otras-acciones .accion:after {
    content: '05';
    font-family: IBM Plex Mono;
    font-weight: 100;
    font-size: 24px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    position: absolute;
    color: #fff;
    left: 2rem;
    margin-left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
a.accion.accion1:after {
    content: '01';
}
a.accion.accion2:after {
    content: '02';
}
a.accion.accion3:after {
    content: '03';
}
a.accion.accion4:after {
    content: '04';
}
a.accion.accion6:after{
    content: '06';
}
a.accion.accion7:after{
    content: '07';
}

.info-historias {
    font-size: 1.5rem;
    color: #DD0100;
    margin-bottom: 2rem;
}

.info-historias strong {
    display: block;
}

.otras-acciones .accion span {
    color: #384E66;
    font-size: 1.2rem;
    padding-left: 1rem;
    line-height: 1.1;
    font-weight: 300;
}

.otras-acciones .accion:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.left-container {
    padding-right: 2rem;
    max-width: 330px;
    text-align: left;
    color: #fff;
    position: relative;
}

.left-container img {
    position: absolute;
    right: -3rem;
    max-width: 12rem;
    top: -1.5rem;
}

.left-container h3 {
    font-size: 1.7rem;
}

.left-container p {
    font-size: 1.2rem;
}

/*
*Background hexagonos Ideario
*/

.entry-content.lista-ideas {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    background: none;
}

.bg-hexagonos {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    width: 100%;
    background: #FFFBF8;
}

.bg-hexagonos img {
    position: absolute;
    background: #FFFBF8;
    width: 20%;
}

img.hex1 {
    bottom: 0;
    right: 10%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

img.hex2 {
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-33%);
        -ms-transform: translateX(-33%);
            transform: translateX(-33%);
}

img.hex3 {
    right: 0;
    top: 1rem;
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%);
}

 .hex4,
 .hex5,
 .hex6 {
    display: none;
}

.tomar-accion {
    padding: 3rem 0;
    background: #EEF6FA;
}

.tomaAccion {
    margin-top: 0;
    color: #004294;
    text-align: center;
}

p.subtitulo {
    color: #004294;
    font-weight: 500;
}

.gridBotones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}

.btn.btnTomaAccion {
    width: 45%;
    text-align: left;
    background: #E8F6FE;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    color: #384E66 !important;
    position: relative;
    margin: .75rem 0;
    padding: 1rem;
    margin: 2.5% !important;
}

.btn.btnTomaAccion strong {
    color: #333333;
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.btn.btnTomaAccion > span {
    display: block;
    max-width: 70%;
}

.btn.btnTomaAccion > img {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.btn.btnTomaAccion:hover img {
    right: 1rem;
}

/*
*PÃ¡gina Home Ideario
*/

.inicio-juego{
    background-image: url('/wp-content/uploads/2022/11/background-home.webp');
    background-size: cover;
    padding: 3rem 0;
    display: none;
}

.inicio-juego.is-active {
    display: block;
}

.backgroundHIdeario {
    background-image: url('/wp-content/uploads/2022/11/background-home.webp');
}

.idea-nueva .entry-content .inner-container {
    padding: 3rem 3rem 2rem 3rem;
    margin: auto;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.idea-nueva .entry-content {
    margin: auto;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.sectionMapa {
    position: relative;
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1.5px solid #9BC620;
}

a.btn.btn-mapa {background: #008FD5;opacity: 0.8;-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);border-radius: 25px;padding: .5rem 1.5rem;padding-left: .75rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

a.btn.btn-mapa:hover {
    opacity: 1;
}

a.btn.btn-mapa img {
    padding-right: 1rem;
}

.tituloHIdeario {
    font-size: 2.5rem;
    font-weight: 600;
    color: #308421;
    padding-left: 20%;
    text-transform: uppercase;
}

.subTituloHIdeario {
    font-size: 1.7rem;
    color: #033975;
    font-weight: 600;
    padding-top: 2rem;
    padding-left: 20%;
}

.textoHIdeario {
    font-size: 1.2rem;
    color: #033975;
    font-weight: 500;
    padding-top: 2rem;
    padding-left: 20%;
    width: 75%;
    letter-spacing: 0.2px;
}

.texto2HIdeario {
    font-size: 1.2rem;
    color: #033975;
    font-weight: 200;
    text-align: center;
    margin-bottom: 3rem !important;
}

.imgHIdeario {
    padding-left: 20%;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.btnHIdeario {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    background: #308421!important;
    color: white!important;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15)!important;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15)!important;
    padding: .8rem 2.3rem!important;
    font-size: 1.3rem!important;
    border-radius: 6px!important;
}

.idea-nueva #pregunta-0 .select2-container .select2-selection--single {
    color: #308421 !important;
    border: none !important;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    outline: none;
    margin-bottom: .5rem;
    padding: .75rem !important;
}

.idea-nueva #pregunta-0 .select2-results__option, 
.idea-nueva #pregunta-0 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #308421 !important;
}

.idea-nueva #pregunta-0 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #308421 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    margin-top: -6px
}

.idea-nueva .inner-container h2 {
    color: #004294;
}

.btn-container .btn {
    margin: 2rem auto;
    padding: .75rem 3rem;
}

a.btn.btn-atras {
    background: none;
    color: #308421 !important;
}

.btn-atras img {
    position: relative;
    display: inline-block;
    top: .5em;
    left: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

a.btn.btn-siguiente.btn-publicar {
    background: #308421;
}

.post-ideario .trivia-input textarea {
    height: 100px !important;
}

.post-ideario .trivia-input input[type=text], 
.post-ideario .trivia-input textarea, 
.post-ideario .trivia-input input[type=number], 
.post-ideario .select2-container .select2-selection--single {
    width: 23rem !important;
    max-width: 100% !important;
}

span.sending-only {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    width: 100%;
    left: 0;
    color: #78a942;
    text-align: center;
    font-weight: bold;
}

.is-sending span.sending-only {
    opacity: 1;
    visibility: visible;
}

.publicada .sectionMapa, .publicada .bg-hexagonos {
    display: none;
}

.publicada {
    background: #FFFBF8;
}

.terminar-ideario {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.btn-container.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    margin: auto;
}

.btn-container.vertical a {
    margin: .25rem;
}

.flex-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.flex-cont h2 {
    max-width: 300px;
    text-align: left;
}

.checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    color: #033975;
    font-size: 0.9rem;
    max-width: 500px;
    margin: auto;
    margin-right: 0;
}
.tema-option {
    width: 50%;
}

.tema-option label {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    cursor: pointer;
    font-weight: 500;
}

.tema-option input {
    margin-right: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.tema-option input[type=checkbox] + span:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border: 1.5px solid #384E66;
}

.tema-option input[type=checkbox] + span:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 21px;
    height: 14px;
    width: 0;
    border-radius: 2px;
    background: #384E66;
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.tema-option input[type=checkbox]:hover + span:after {
    opacity: 0.5;
    left: 4px;
    width: 14px;
}

.tema-option input[type=checkbox]:checked + span:after {
    opacity: 1 !important;
    left: 4px;
    width: 14px;
}

.tema-option input[disabled=disabled] + span {
    color: #999;
}

/*
* Ideario listado
*/

.ingresar-container {position: relative;max-width: 210px;text-align: center;line-height: 1;}

.ideario .entry-header .container {
    max-width: 800px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 0;
}

a.btn-ingresar-idea {
    display: inline-block;
    background: #fff;
    color: #308421;
    padding: 0.75rem 5rem 0.75em 3rem;
    position: relative;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    margin-bottom: .75rem;
    line-height: 1.5;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    cursor: pointer;
}

.btn-ingresar-idea:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
            box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
}

a.btn-ingresar-idea img {
    position: absolute;
    right: 3rem;
    height: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ingresar-container strong {
    display: block;
}

.ingresar-container .light {
    font-weight: 100;
}

.blog #primary-menu li.ideario a,
.single #primary-menu li.ideario a,
.search #primary-menu li.ideario a,
.archive #primary-menu li.ideario a {
    color: #fff;
    background: #54B246;
}

.bold {
    font-weight: 600;
}

.ideario h1 {
    font-size: 1.8rem;
}

.entrada,
.lista-ideas {
    margin: auto;
    padding: 3rem 0;
    background: #FFFBF8;
    position: relative;
    overflow: hidden;
}

.ideario h1,
.categorias a,
.ideario h2,
.ideario h1 a,
.ideario h2 a,
.ideario .lista-ideas {
    color: #004294;
    text-decoration: none;
    line-height: 1.3;
    margin: 1rem 0;
}

.inner-footer {
    color: #008FD5;
}

.contact-links {
    text-align: center;
    color: #fff;
    margin: 1rem 0;
}

.contact-links a {
    text-decoration: underline;
    color: #fff;
}

.categorias a {
    background: rgba(134, 209, 246, 0.5);
    font-weight: 500;  
    font-size: 12px;
    padding: 0.15rem 0.5rem;
    border-radius: 50px;
    margin-right: .5rem;
}

.categorias a.canton-cat {
    color: #004294;
    background: rgba(232, 246, 254, 0.9);
}

article.idea {
    background: #fff;
    padding: 1.5rem 3rem;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: relative;
}

.comment-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #308421;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2rem;
}

.comment-count img {
    margin-left: .5rem;
    height: 1.5rem;
}

.inner-footer .right-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 1rem;
    right: 3rem;
    width: auto !important;
}

.pld-common-wrap {
    min-width: 0;
}


.pld-like-dislike-wrap.pld-custom {
    display: inline-block;
    margin: 0;
}

.pld-like-wrap.pld-common-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 0;
}

.pld-like-dislike-wrap.pld-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    color: #004294;
}

span.pld-like-count-wrap.pld-count-wrap {
    margin-right: 4px;
    padding-right: 4px;
}

span.pld-dislike-count-wrap.pld-count-wrap {
    margin-left: 4px;
    padding-left: 4px;
}

.lista-ideas .container {
    position: relative;
    padding: 0 1.5rem;
}

.idea .texto {
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0 0 1rem 0;
    border-bottom: 0.5px solid #9BC620;
    border-top: 0.5px solid #9BC620;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.8;
    color: #004294;
}

.idea p {
    margin: 1rem 0;
}

a.btn-vermas {
    color: #004294;
    font-weight: bold;
    text-decoration: underline;
    
}

.main-img img {
    height: 125px;
}

input.facetwp-search {
    width: 100%;
    max-width: 275px;
    color: #308421;
    border: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: .5rem 1rem;
    padding-right: 2.5rem;
    outline: none;
}

input.facetwp-search::-webkit-input-placeholder { /* Edge */
  color: #308421;
}

input.facetwp-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #308421;
}

input.facetwp-search::-moz-placeholder {
  color: #308421;
}

input.facetwp-search::-ms-input-placeholder {
  color: #308421;
}

input.facetwp-search::placeholder {
  color: #308421;
}

i.facetwp-btn {
    right: -1px;
    top: -7px;
    color: #fff;
    opacity: 1;
}

i.facetwp-btn:before {
    background: url('/wp-content/themes/dcifra/assets/btn-search.svg');
    background-size: 34px 34px;
    height: 34px;
    width: 34px;
}

.facetwp-sort select {
  color: #308421;
  border: 0;
  background: transparent;
  padding: .5rem 1rem;
  padding-right: 1.5rem;
  outline: none;
}

.facetwp-sort {
    position: absolute;
    top: 0;
    right: 0;
}

.facet-container {
    position: relative;
}

.single article.idea {
    position: relative;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.entrada #wpcomm {
    margin: 0;
    padding: 2em;
    border: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

#wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea {
    height: 50px;
    min-height: 50px!important;
    padding: 1rem 3rem !important;
    font-size: 1.15rem !important;
    background: #F9FDFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    outline: none;
    color: #308421 !important;
}

.entrada .wc-secondary-form-wrapper {
    margin: 0 !important;
    padding-top: 2rem !important;
}

.single .entrada .container {
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.entrada .wc-comment {
    position: relative;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 66, 148, 0.15);
            box-shadow: 0px 2px 4px rgba(0, 66, 148, 0.15);
    padding: 1.5rem 3rem;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
}

.entrada #wpcomm .wc-comment .wc-comment-left {
    display: none;
}

.entrada #wpcomm .wc-comment .wc-comment-right {
    margin: 0;
}

.entrada #wpcomm .wc-comment-header {
    border: 0;
}

.entrada #wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author, 
.entrada #wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author a {
    color: #004294;
}

.entrada #wpcomm .wc-comment-author {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0;
}

.entrada #wpcomm .wc-comment-right .wc-comment-text,
.entrada #wpcomm .wc-comment-footer {
    padding: 0;
}

.entrada #wpcomm .wc-comment-link,
.entrada span.wc_close_btn.wc-cta-button,
.entrada span.wc_stick_btn.wc-cta-button {
    display: none !important;
}

.entrada #wpcomm .wc-comment-footer .wc-footer-right {
    position: absolute;
    top: 0;
    right: 0;
}

.entrada #wpcomm .wc-comment-footer .wc-footer-right .wc-comment-date {
    color: #008FD5;
    margin: 0;
}


.entrada #wpcomm .wc-comment-footer .wc-vote-result.wc-vote-result-like,
.entrada #wpcomm .wc-comment-footer .wc-vote-result.wc-vote-result-dislike {
    color: #004294;
    font-weight: 500;
}

.entrada #wpcomm .wc-comment-footer .wc-vote-result.wc-vote-result-like {
    border-right: 0;
}

.entrada #wpcomm .wc-comment-footer .wc-vote-link i.fa-thumbs-up, 
.entrada #wpcomm .wc-comment-footer .wc-vote-link i.fa-thumbs-down {
    display: none !important;
}

.entrada #wpcomm .wc-comment-footer .wc-up, 
.entrada #wpcomm .wc-comment-footer .wc-down {
    position: relative;
    top: -.2rem;
    background-image: url(/wp-content/themes/dcifra/assets/thumb-up.svg);
    background-size: 100% 100%;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
    background-position: center;
}

.entrada #wpcomm .wc-comment-footer .wc-down {
    background-image: url(/wp-content/themes/dcifra/assets/thumb-down.svg);
    top: .2rem;
}

.entrada #wpcomm .wc-comment-footer .wc-footer-left {
    position: absolute;
    bottom: 1rem;
    right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

span.wc_editable_comment.wc-cta-button {
    display: none !important;
}

#wpcomm .wc-follow {
    display: none !important;
}

.entrada #wpcomm .wc-form-wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

.entrada #wpcomm .wpdiscuz-front-actions {
    display: none;
}

.entrada #wpcomm .wpdiscuz-form-top-bar {
    display: none;
}


.entrada .wc-field-avatararea {
    display: none !important;
}

.entrada #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
    padding: 1rem 3rem !important;
    font-size: 1.15rem !important;
    background: #F9FDFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    outline: none;
    color: #308421 !important;
}


.wpdiscuz-textarea-wrap textarea::-webkit-input-placeholder { /* Edge */
  color: #308421;
}

.wpdiscuz-textarea-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #308421;
}

.wpdiscuz-textarea-wrap textarea::-moz-placeholder {
  color: #308421;
}

.wpdiscuz-textarea-wrap textarea::-ms-input-placeholder {
  color: #308421;
}

.wpdiscuz-textarea-wrap textarea::placeholder {
  color: #308421;
}

.entrada #wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap {
    border: 0;
}

.entrada input.wc_comm_submit.wc_not_clicked.button.alt {
    background: #308421 !important;
    border: 0 !important;
    outline: none;
}

/*
*Agregar Idea, Seleccionar canton
*/

.popUpISeleccionCanton {
    background: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    margin-top: 6rem;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.tituloISC {
    color: #004294;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 3.5rem;
}

.preguntaISC {
    text-align: center;
    padding-top: 1rem;
    color: #004294;
    font-size: 1.2rem;
    font-weight: bold;
}

.seleccionProvincia {
    text-align: center;
    padding-top: 3.5rem;
}

.seleccionCanton {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.btnEmpezar {
    position: relative;
    text-align: center;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

button.btnEmpezarBusquedaIdeario {
    color: white;
    background: #757575;
    padding: .65rem 3rem;
    font-size: 1.2rem;
    text-align: left;
    font-family: Montserrat;
}

#dropDownIdearioProvincias,
#dropDownIdearioCanton {
    color: #308421;
    width: 15rem;
    height: 3.5rem;
    background: white;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px!important;
    font-family: Montserrat;
    letter-spacing: 0.045em;
}

hr#lineaBusquedaIdeario {
    margin-top: 4rem;
    background: #9BC620;
    width: 56%;
}


/*
*PÃ¡gina Home Canton
*/

.tu-canton .inicio-juego h1 {
    color: #DA6409;
}

.btn.btn-inicio.btn-buscar-canton {
    background: #DA6409;
}

.tu-canton .btn.btn-siguiente {
    white-space: nowrap;
    margin: 0 1rem;
    padding: .75rem 3rem;
    padding-left: 1.5rem;
}

.trivia-input, .trivia-select {
    width: auto;
    margin: 0.5rem 1rem;
}

.tu-canton .select2-container .select2-selection--single {
    color: #DA6409 !important;
    border: none !important;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    outline: none;
    margin-bottom: .5rem;
    padding: .75rem !important;
    max-width: 250px;
}

.tu-canton .select2-results__option, 
.tu-canton .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #DA6409 !important;
    max-width: 200px;
}

.tu-canton .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #DA6409 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    margin-top: -6px;
}

.tu-canton .pregunta-trivia .entry-content .inner-container {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tu-canton .pregunta-trivia .entry-content .container {
    max-width: 700px;
}

.tu-canton .entry-header {
    background: #DA6409 !important;
}

.tu-canton .sectionMapa {
    border-color: #DA6409 ;
}

.show-historia.pregunta-trivia .entry-content .inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem .5rem;
}

.show-historia.pregunta-trivia .entry-content .container {
    max-width: 1200px !important;
    width: 100%;
}

.side-map {
    width: 300px;
    margin: 0 auto;
}

.cred {
    display: none;
}

.cred.is-active {
    display: block;
    padding: 1rem;
}

.las-historias {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 4rem;
}

#historia-content {
    width: 100%;
}

.pick-historia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 3rem;
    font-size: 0.9rem;
}

a.link-historia {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #384E66;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

a.link-historia:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #EF7109;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

a.link-historia.is-active {
    color: #EF7109
}

a.link-historia:hover:after {
    height: 5px;
}

a.link-historia.is-active:after {
    height: 10px;
}

div#mapa-canton {
    width: 300px;
    height: 200px;
    background: #eee;
    pointer-events: none;
}

.texto-mapa-canton {
    margin-top: 1rem;
    font-size: 1.75rem;
    line-height: 1;
    color: #004294;
    text-align: center;
}

.pac-container { display: block; z-index: 99999999 !important;}

a.link-muni {
    font-size: 1rem;
    text-decoration: underline;
    color: #004294;
    display: block;
    margin: .5rem;
}

.generico .entry-content li {
    margin: 1rem auto;
}

/*
*PÃ¡gina seleccionar Canton
*/

#descripcionBusquedaCanton {
    padding-left: 15%;
    padding-top: 7rem;
    padding-bottom: 3rem;
    font-size: 18px;
    line-height: 26px;
    width: 45%;
}

.botonesBusqueda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    margin-bottom:5rem;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

select#dropDownProvincias {
    padding: 1rem;
    width: auto;
    height: 2.5rem;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3rem;
    color: #DA6409;
    font-family: Montserrat;
}

.seleccionProvincia {
    padding-top: 4rem;
}

#dropDownCanton {
    width: auto;
    height: 2.5rem;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3rem;
    color: #DA6409;
    font-family: Montserrat;
}

#btnBuscarCanton {
    background: #757575;
    color: white;
    width: 12rem;
    height: 3.2rem;
    font-size: 1.1rem;
    border-radius: 6px;
    font-family: Montserrat;
}

#lineaBusquedaCanton {
    background-color: #DA6409;
    width: 70%;
}

.sectionMapa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4rem;
}

.mensajeMapa {
    color: #033975;
    text-align: left;
}

.btnMapa {
    border-radius: 20px;
    opacity: .8;
    background: #008FD5;
    color: white;
    width: 10rem;
    text-align: center;
    height: 3rem;
    vertical-align: middle;
    padding-top: .8rem;
    font-weight: bold;
}

.trivia-paso-final .trivia-input > label > strong small {
    font-size: .8em;
    color: #999;
}

.barra-final {
    background: #E8F6FE;
    -webkit-box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: 100%;
    height: 0;
    overflow: hidden;
}

.barra-final #tomaaccion {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: #004294 !important;
    margin: 2rem 1rem;
}

.barra-final #compartilo {
    background: #008FD5;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    border: 0;
    font-size: 1rem;
    line-height: 1.5;
    margin: 2rem 1rem;
    cursor: pointer;
}

.barra-final #compartilo:hover,
.barra-final #tomaaccion:hover {
    opacity: 0.9;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.barra-final.is-active {
    opacity: 1;
    visibility: visible;
    height: 100px;
}

/* Styles map component */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    display: flow-root;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 700px;
    padding-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

div#moovin-component #current {
    padding-left: 8rem;
    display: block;
}

.modal-content > .site-branding > .custom-logo-link {
    float: left;
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
    font-size: 0.9rem !important;
    padding: .5rem .75rem !important;
}
  
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#map {
    width: 100%;
    height: 35rem;
}

#pac-input {
    background-color: white;
    left: 0 !important;
    margin: auto;
    position: relative !important;
    width: 50%;
    font-size: 0.9rem !important;
    padding: .5rem .75rem !important;
    margin-top: 10px;
    display: block;
}

.search-box {
    background-color: white;
    width: 280px;
}

.map-text {
    margin: 1rem;
    color: #033975;
    display: inline-block;
    text-align: right;
}

.map-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    position: initial;
}

.btn-map-continue {
    display: inline-block !important;
    margin: 1rem !important;
}

.btn-map-continue > img {
    position: relative;
    display: inline-block;
    top: .2em;
    left: .5em;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

.left-footer {
    width: 50%;
    padding: 0 1rem;
}

.footer-right {
    width: 50%;
    padding: 0 1rem;
}

.footer-links a {
    color: #fff;
    text-decoration: underline;
    display: block;
    margin-top: .5rem;
}

.left-footer img {
    max-width: 300px;
    width: 100%;
}

.flex-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

a.programaEstadoLink {
    padding: .5rem 1rem;
    padding-bottom: 0;
    border-radius: 25px;
}

.sobremunis header img {
    max-width: 400px !important;
    margin: auto;
    margin-bottom: -1.5rem;
    margin-top: 1.5rem;
}

.single .pld-like-dislike-wrap.pld-custom {
    position: absolute;
    bottom: 1rem;
    right: 3rem;
}

#wpcomm .wc-comment .wc-reply {
    padding: 1rem;
    margin-left: 0;
    padding-left: 1rem;
    border-left: 2px solid #ccc;
}

#wpcomm .wc-comment .wc-comment-right {
    position: relative;
}

#wpcomm .wc-comment-header {
    padding: 0;
}


/*ideario*/

#wpdcom form,
#wpdcom #wpd-threads{
    padding: 0 3rem;
}



/**Pagina Toma accion*/

.bonotes-compartir {
    position: absolute;
    top: 3rem;
    background: #fff;
    z-index: 1;
    padding: 1rem;
    border-radius: 25px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    display: none !important;
    max-width: none !important;
}

.btnTomaAccion:hover .bonotes-compartir {
    display: flex !important;
}

.bonotes-compartir:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .75rem .5rem .75rem;
    border-color: transparent transparent #ffffff transparent;
    top: -.5rem;
    left: 2rem;
}

.bonotes-compartir button {
    border: 0;
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
    width: 35px;
    color: #fff;
    cursor: pointer;
}

.bonotes-compartir .facebook {
    background: #3b5998;
}
.bonotes-compartir .whatsapp {
    background: #25D366;
}
.bonotes-compartir .twitter {
    background: #55ACEE;
}


@media only screen and (max-width: 1400px) {

    html, body {
        font-size: 13px;
    }
    
}

@media only screen and (max-width: 768px) {

    html, body {
        font-size: 12px;
    }
    
    .gridInicio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 5rem 2rem;
    }
    
        
    .IdearioElement,
    .cantonElement,
    .triviaElement {
        max-width: 260px;
        margin: auto;
        margin-bottom: 2rem
    }
    
    .textoInicio {
        width: 50%;
    }
    
    button.menu-toggle {
        display: none !important;
    }
    
    .menu-menu-principal-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    #masthead {
        padding: 1rem 1.5rem;
        padding-bottom: 70px;
        position: relative;
    }
    
    #primary-menu li {
        font-size: 0.9rem;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 25%;
    }
    
    #primary-menu li a {
        font-size: 0.95rem;
    }
    
    #primary-menu {
        padding: 0;
        width: 100%;
    }
    
    .inicio-juego {
        padding: 2rem 1.5rem;
    }

    .pregunta-trivia .entry-content {
        padding: 1.5rem;
        background: #fff;
    }
    
    .lista-ideas {
        padding: 1.5rem 0;
    }

    .pregunta-trivia .entry-content .inner-container {
        padding: .5rem;
    }
    
    .trivia-option input[type=radio] + span:after,
    .trivia-option input[type=radio] + span:before {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
    }
    
    .trivia-paso-final label {
        width: 100%;
    }
    
    .trivia-input, .trivia-select {
        margin: 0;
    }
    
    .trivia-input input[type=text], .trivia-input textarea, .trivia-input input[type=number], .select2-container .select2-selection--single {
        width: 100% !important;
        min-width: 200px;
    }
    
    .select-provincias .select2-selection--single,
    .select-cantones .select2-selection--single {
        width: 220px !important;
    }
    
    .select2-hidden-accessible {
        visibility: hidden;
        pointer-events: none;
    }
    
    .select-provincias {
        margin-bottom: .5rem;
    }

    .pregunta-trivia .btn-siguiente {
        margin: 1rem auto;
    }
    .trivia-paso-final .entry-content .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .trivia-paso-final .right {
        padding: 1rem !important;
        width: 100%;
    }

    .popup.is-active {
        overflow-y: auto;
    }
    
    .popup .popup-container {
        padding: 4rem 2rem;
    }
    
    .popup .popup-container .cerrar {
        position: fixed;
    }
    
    .btn-container .btn {
        margin: 0;
    }
    
    #masthead.active-cerrar {
        padding-bottom: 0;
    }
    
    .header-cerrar {
        padding: .25rem;
    }
    
    .iniciar-trivia .cerebro-trivia {
        margin-bottom: -1rem;
    }

    .trivia-resultados .main-img {
        margin-top: 3rem;
    }
    
    .trivia-paso-final .warning-only {
        position: relative;
    }
    
    .ideario .entry-header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .ingresar-container {
        margin-top: 3rem;
    }
    
    .tu-canton .pregunta-trivia .entry-content .inner-container {
        display: block;
    }
    
    .tu-canton .pregunta-trivia .entry-content .inner-container .trivia-select {
        margin: 1.5rem 0;
    }
    
    .sectionMapa {
        display: block;
        padding: 1rem !important;
    }
    
    .las-historias {
        padding: 0;
        display: block;
        margin-top: 2rem;
    }
    
    .pick-historia {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
    }
    
    a.link-historia {
        max-width: 50%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        margin: 1rem;
    }
    
    div#mapa-canton {
        max-width: 100%;
    }
    
    .side-map {
        max-width: 100%;
    }
    
    #historia-content {
        width: 100vw !important;
        max-width: 100vw;
    }
    
    .tu-canton .show-historia .entry-content {
        padding: 0 !important;
    }
    
    .flex-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .left-footer, .right-footer {
        width: 100%;
    }
    
    .backgroundBienvenida {
        padding: 1.5rem;
        background-size: cover !important;
    }
    
    .logoBienvenida {
        padding-top: 12rem;
        max-width: 200px;
        margin-bottom: 3rem;
    }
    
    .sobremunis header {
        padding: 3rem !important;
    }
    
    .sobremunis header img {
        max-width: 250px !important;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: -3rem;
    }
    
    .sobremunis .entry-content {
        padding: 0 2rem;
    }
    
    .facetwp-sort select {
        display: none;
    }
    
    .facetwp-facet {
        max-width: 250px;
        margin: 2rem auto;
    }
    
    .entrada {
        padding: 1rem !important;
    }
    
    
    #map {
    max-height: 200px;
}

.modal,
.modal-content {
    height: 100vh;
    z-index: 99999999999999;
    background: #fff;
}

.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal-content > div {
    width: 100%;
}

.map-continue {}

.btn-map-continue {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-map-continue img {
    position: relative;
    top: 1px;
}

.map-text {
    margin-left: 0;
}

.gmnoprint {
    display: none !important;
}

#pac-input {
    margin-left: 1rem !important;
}

.btn.btnTomaAccion {
    font-size: .9rem;
    padding-bottom: 45px;
}

.btn.btnTomaAccion > span {
    max-width: 100%;
}

.btn.btnTomaAccion > img {
    right: 2rem;
}

.btn.btnTomaAccion strong {
    font-size: 1.1rem;
}

.single .pld-like-dislike-wrap.pld-custom {
    position: absolute;
    bottom: 1rem;
    right: 3rem;
}

.entrada #wpcomm {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.entrada #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
    padding: .5rem 1.5rem !important;
}

.entrada .wc-comment {
    padding: .5rem 1.5rem !important;
}

.entrada #wpcomm .wc-form-wrapper {
    padding: 0 1rem;
    position: relative;
}

.entrada #wpcomm .wc-comment-header {
    margin-left: 0;
}

.entrada #wpcomm .wc-comment-footer .wc-footer-right .wc-comment-date {
    font-size: 8px;
}

.entrada #wpcomm .wc-comment-footer .wc-footer-left {
    width: 100%;
    right: 0;
    bottom: auto;
    position: relative;
}

#wpcomm .wc-comment-footer {
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem !important;
    border-top: 1px solid #ccc;
}

#wpcomm .wc-footer-left .wc-reply-button {
    margin-left: 0;
    margin-right: auto;
}

.single article.idea {
    padding: 1.5rem 1rem;
}

.entrada #wpcomm .wc-comment-footer .wc-footer-right {
    position: relative;
}
        
}

h2.hide-title {
    order: 2;
    margin: 0!important;
}

h2.hide-title p {
    display: none;
    position: absolute;
}

.select2-container--open .select2-dropdown--below{
    top:1.9rem;
}

.compartir-resultados {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0 -1.5rem;
}

.compartir-resultados .bonotes-compartir {
    position: initial !important;
    background: transparent !important;
    box-shadow: none !important;
    display: block !important;
}

/* blog */

.container.blog-cont {
    max-width: 1140px !important;
}
img.logo-blog {
    width: 117px;
    float: left;
}

h1.titulo-blog {
    line-height: 117px;
    font-size: 2.5rem;
    z-index: 10;
}
h1.titulo-blog img {
    margin-right: 15px;
}
.blog-cont .facet-container{
display: flex; flex-wrap: wrap;}
.blog-cont .idea.col-6{
width: 33%}

.blog-cont .idea.col-6 {
    width: 32%;
    margin-left: 10px; margin-top: 30px;
}
.type-blog .texto{height: 130px;}
.type-blog .texto{padding: 0.5rem 0 1rem 0 !important;}
/*.type-blog .imagen-destacada-archive img {height: 200px !important}*/
.type-blog .imagen-destacada-interna img {width: 100% !important}
.imagen-destacada-archive img {
    width: 100%;
}
/*.type-blog h2.entry-title{padding: 0rem 3rem !important; height: 115px;line-height: 27px;}*/
.type-blog h2.entry-title {
    padding: 0rem 3rem !important;
    height: 130px;
    line-height: 27px;
    
}
.type-blog h2.entry-title a{ color: #0c2c83}
.type-blog h1.entry-title{padding: 0rem 3rem !important;}
.blog-cont .facet-container article .header h2.entry-title{padding: 1.5rem 3rem !important;}

.type-blog{
    padding: 0px !important;
}
.type-blog footer .fecha a{color: #0c2c83; font-weight: bold; text-decoration: underline;}

.type-blog .inner-content{padding: 0rem 3rem !important}
.type-blog .inner-footer{padding: 0.5rem 3rem 0.9em 3rem !important}
.imagen-destacada img{width: 100%;height: auto !important;}
.btnSobreMunis {
    visibility: hidden;
}
.relpost-custom-block-single {
    width: 100% !important;

}
a.relpost-block-single {
    width: 33.33% !important;
    height: 470px;
}

.relpost-block-single-image {
    width: 100% !important;
}

.autor {
    width: 50%;
}


.locutora {
    width: 50%;
}

.texto.texto-interno {
    height: auto !important;
}
.cont-autor {
    padding-top: 20px;
    display: flex;
}
.relpost-block-container {
    padding: 40px 0!important;
}
.relpost-block-single {
    background-color: #ffffff;
    border-right: 1px solid  #dddddd;
    border-left: 1px solid  #dddddd;
    margin-right: -1px;
    border-top: 1px solid  #dddddd;
    border-bottom: 1px solid  #dddddd;
}
.relpost-block-single-text {
    border: 0 none;
    margin: 3px 0 0;
    padding: 6px 19px !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-stretch: normal;
    -x-system-font: none;
}

@media (min-width: 320px) and (max-width: 720px){
    .blog-cont .idea.col-6 {width: 100%;}
    .type-blog h2.entry-title {padding: 0rem 3rem !important;
        height: auto;
        line-height: 27px;
    }
    .cont-autor {
    padding-top: 20px;
    display: block;
    }
    .autor {
    width: 100%;
    }
    .locutora {
    width: 100%;
    }

    .type-blog .texto {height: auto;}
    a.relpost-block-single {
    width: 100% !important;
    height: 415px !important;
    }
}
