@charset "UTF-8";
/* ------  Ini Mixin --------- */
/* line 43, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
p, li, a {
  font-size: 14px;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  /* line 43, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  p, li, a {
    font-size: 90%;
  }
}

@media only screen and (min-width: 1239px) {
  /* line 43, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  p, li, a {
    font-size: 100%;
  }
}

/* line 53, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
hr {
  background-color: #c90062 !important;
  height: 2px !important;
}

/* line 57, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 57, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .desktop {
    display: block;
  }
}

/* line 64, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 64, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .mobile {
    display: none;
  }
}

/* line 71, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_visual em strong {
  color: #c90062 !important;
  font-weight: bolder;
  font-style: normal;
}

/* line 79, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.flexbox_centermovil_desktop .mcb-wrap-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  /* line 98, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .flexbox_centermovil_desktop .mcb-wrap-inner .column {
    max-width: 160px;
    margin: 0 6px 12px !important;
  }
}

/* line 108, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple .trailer_box .desc {
  padding: 18px 4% !important;
  background: #502354;
  background: -moz-linear-gradient(45deg, #502354 0%, #502354 28%, #bf0f76 67%, #bf0f76 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #502354), color-stop(28%, #502354), color-stop(67%, #bf0f76), color-stop(100%, #bf0f76));
  background: -webkit-linear-gradient(45deg, #502354 0%, #502354 28%, #bf0f76 67%, #bf0f76 100%);
  background: -o-linear-gradient(45deg, #502354 0%, #502354 28%, #bf0f76 67%, #bf0f76 100%);
  background: -ms-linear-gradient(45deg, #502354 0%, #502354 28%, #bf0f76 67%, #bf0f76 100%);
  background: linear-gradient(45deg, #502354 0%, #502354 28%, #bf0f76 67%, #bf0f76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#502354', endColorstr='#bf0f76', GradientType=1 );
  background-size: auto 180px;
  background-position: left top;
}

/* line 120, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple .trailer_box .desc:hover {
  background-position: left bottom;
}

/* line 125, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple .trailer_box .btn_descargar {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 130, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple .trailer_box .btn_descargar .subtitle {
  color: #fff !important;
  font-size: 86%;
  padding: 6% 0 0;
}

/* line 140, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple a.zoomIMG .mascara {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
}

/* line 150, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple a.zoomIMG .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -86%);
  color: #fff;
  font-size: 300%;
  transition: all 0.2s;
}

/* line 160, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple a.zoomIMG:hover .mascara {
  opacity: 1;
}

/* line 163, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.style-simple a.zoomIMG:hover .icon-search {
  font-size: 400%;
}

@media only screen and (min-width: 768px) {
  /* line 174, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .vertical_align .mcb-wrap-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 194, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .vertical_align .mcb-wrap-inner .column {
    float: none;
    margin: 0 1% 0px;
  }
}

/* line 202, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
body:not(.template-slider) #Header {
  min-height: 0px !important;
}

/* Menu hamburguesa */
/* line 205, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar {
  top: 0;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  /* line 205, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar {
    background: #ec7a08;
    background: -moz-linear-gradient(left, #ec7a08 0%, #c90061 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90061));
    background: -webkit-linear-gradient(left, #ec7a08 0%, #c90061 100%);
    background: -o-linear-gradient(left, #ec7a08 0%, #c90061 100%);
    background: -ms-linear-gradient(left, #ec7a08 0%, #c90061 100%);
    background: linear-gradient(to right, #ec7a08 0%, #c90061 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90061', GradientType=1 );
  }
}

/* line 218, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .logo {
  float: left;
  margin: 0 0px 0 20px;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  /* line 218, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar .logo {
    width: auto;
  }
  /* line 224, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar .logo #logo {
    margin: 6px 0px 12px !important;
    width: 150px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 230, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar .logo #logo {
    width: 130px;
  }
}

@media only screen and (max-width: 959px) {
  /* line 234, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar .logo img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 234, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar .logo img {
    width: 100%;
  }
}

/* line 243, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle {
  width: 60px !important;
  height: 40px !important;
  pointer-events: all;
}

/* line 247, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle i {
  display: none;
}

/* line 250, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle::before, #Top_bar .responsive-menu-toggle::after {
  content: '';
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  height: 5px;
  transition: all .2s ease-in-out;
  left: 50%;
  top: 50%;
}

@media only screen and (min-width: 768px) {
  /* line 250, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar .responsive-menu-toggle::before, #Top_bar .responsive-menu-toggle::after {
    background: #ffffff;
  }
}

/* line 264, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle::before {
  transform: translate(-14px, -8px);
  width: 44px;
}

/* line 268, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle::after {
  transform: translate(-50%, 7px);
  width: 60px;
}

/* line 273, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle:hover::before {
  transform: rotate(90deg) translate(-4px, 20px);
  width: 40px;
  height: 7px;
}

/* line 278, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .responsive-menu-toggle:hover::after {
  transform: translate(-50%, -50%);
  width: 40px;
  height: 7px;
}

/* line 285, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar .top_bar_left {
  top: 0px !important;
}

@media only screen and (max-width: 767px) {
  /* line 290, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Top_bar.is-sticky .container {
    background-color: #c90062 !important;
  }
}

/* line 295, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Top_bar.is-sticky .responsive-menu-toggle::before, #Top_bar.is-sticky .responsive-menu-toggle::after {
  content: '';
  position: absolute;
  background: #ffffff;
}

/* line 304, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide {
  background: #c90061;
  background: -moz-linear-gradient(top, #c90061 0%, #c90061 15%, #622567 74%, #622567 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c90061), color-stop(15%, #c90061), color-stop(74%, #622567), color-stop(100%, #622567));
  background: -webkit-linear-gradient(top, #c90061 0%, #c90061 15%, #622567 74%, #622567 100%);
  background: -o-linear-gradient(top, #c90061 0%, #c90061 15%, #622567 74%, #622567 100%);
  background: -ms-linear-gradient(top, #c90061 0%, #c90061 15%, #622567 74%, #622567 100%);
  background: linear-gradient(to bottom, #c90061 0%, #c90061 15%, #622567 74%, #622567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90061', endColorstr='#622567', GradientType=0 );
}

/* line 315, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* line 317, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  left: 50%;
  bottom: -1px;
}

/* line 328, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li:last-child::before {
  display: none;
}

/* line 331, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li:last-child span {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 331, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Side_slide #menu-principal li:last-child span {
    max-width: 236px;
  }
}

@media only screen and (min-width: 1239px) {
  /* line 331, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Side_slide #menu-principal li:last-child span {
    max-width: 252px;
  }
}

/* line 341, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li a {
  line-height: 1.1 !important;
  font-size: 146% !important;
  text-align: right;
  padding: 10px 16px 10px 20px !important;
  margin-right: 0 !important;
  transition: all 0.4s;
}

/* line 348, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li a:hover {
  background: #ec7a08;
  background: -moz-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90061));
  background: -webkit-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -o-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -ms-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: linear-gradient(to right, #ec7a08 0%, #c90061 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90061', GradientType=1 );
}

/* line 359, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide #menu-principal li.current-menu-item, #Side_slide #menu-principal li.current_page_item {
  background: #ec7a08;
  background: -moz-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90061));
  background: -webkit-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -o-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -ms-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: linear-gradient(to right, #ec7a08 0%, #c90061 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90061', GradientType=1 );
}

/* line 373, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social {
  display: block !important;
}

/* line 375, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social a {
  padding: 0 !important;
  margin: 0 6px !important;
  background: none transparent !important;
}

/* line 379, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social a i {
  transition: all 0.4s;
}

/* line 384, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social a[title="Facebook"]:hover i {
  background-color: #3b5998;
}

/* line 391, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social a[title="YouTube"]:hover i {
  background-color: #b2071d;
}

/* line 398, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social a[title="LinkedIn"]:hover i {
  background-color: #0072b1;
}

/* line 405, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Side_slide.hide-social .social a[title="Instagram"]:hover i {
  background: #f77c34;
  background: -moz-linear-gradient(45deg, #f77c34 0%, #c927e6 55%, #b327e6 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f77c34), color-stop(55%, #c927e6), color-stop(100%, #b327e6));
  background: -webkit-linear-gradient(45deg, #f77c34 0%, #c927e6 55%, #b327e6 100%);
  background: -o-linear-gradient(45deg, #f77c34 0%, #c927e6 55%, #b327e6 100%);
  background: -ms-linear-gradient(45deg, #f77c34 0%, #c927e6 55%, #b327e6 100%);
  background: linear-gradient(45deg, #f77c34 0%, #c927e6 55%, #b327e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77c34', endColorstr='#b327e6', GradientType=1 );
}

@media only screen and (max-width: 767px) {
  /* line 422, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Header #Top_bar {
    background-image: url("/hagamospais/wp-content/uploads/2020/08/bkg_destacados.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  /* line 433, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .home #Header #Top_bar {
    background-image: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 438, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .home #Header #Top_bar .responsive-menu-toggle::before, .home #Header #Top_bar .responsive-menu-toggle::after {
    background: #c90062 !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 447, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .home #Header #Top_bar.is-sticky .responsive-menu-toggle::before, .home #Header #Top_bar.is-sticky .responsive-menu-toggle::after {
    background: #ffffff !important;
  }
}

/* line 459, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section .section_wrapper {
  width: 100%  !important;
  max-width: 1364px !important;
}

@media only screen and (max-width: 1560px) {
  /* line 459, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section .section_wrapper {
    width: calc(100% - 120px) !important;
    max-width: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 459, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section .section_wrapper {
    width: calc(100% - 60px) !important;
    padding: 0 !important;
  }
}

/* line 473, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section#landing_quizzes .section_wrapper {
  max-width: 1640px !important;
  width: calc(100% - 60px) !important;
}

/* line 480, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .section_wrapper {
  width: 100% !important;
}

/* line 483, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado {
  padding-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  /* line 483, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado {
    padding-bottom: 24%;
  }
}

/* line 488, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .mcb-wrap-inner {
  position: relative;
  overflow: hidden;
}

/* line 492, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list {
  width: 100px !important;
  margin-bottom: 0;
  position: absolute;
  height: 100% !important;
  /*
			    &::after{
			    	@include respond-to(mn-1561){
				    	content: '';
						width: 2px;
						height: 40%;
						bottom: 0;
						position: absolute;
						left: 50%;
						transform: translateX(-50%);
						background-color: #ffffff;
						visibility: visible;
					}
			    }
			    */
}

@media only screen and (max-width: 540px) {
  /* line 492, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_social_list {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 492, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_social_list {
    width: 200px !important;
  }
}

@media only screen and (min-width: 960px) {
  /* line 492, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_social_list {
    width: 270px !important;
  }
}

/* line 506, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list .iconos {
  top: 10%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 506, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_social_list .iconos {
    top: 24%;
  }
}

@media only screen and (min-width: 1239px) {
  /* line 506, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_social_list .iconos {
    top: 28%;
  }
}

/* line 516, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list .iconos a {
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
  background-position: center -36px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  margin: 0 auto 3vw;
  padding: 8px;
  border-radius: 10%;
}

/* line 527, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list .iconos a div {
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: all 0.4s;
}

/* line 533, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list .iconos a:hover {
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 536, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list .iconos a:hover div {
  background-position: center 0;
  opacity: 1;
}

/* line 541, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_social_list .iconos a :last-child {
  margin-bottom: 0;
}

/* line 563, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_photo_box {
  width: calc(100% - 100px) !important;
  margin-left: 100px;
}

@media only screen and (min-width: 768px) {
  /* line 563, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_photo_box {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
}

@media only screen and (min-width: 960px) {
  /* line 563, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .encabezado .column_photo_box {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
}

/* line 576, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .encabezado .column_visual h3 {
  margin-bottom: 0;
  color: #ffffff !important;
}

/* line 582, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados {
  background-size: 300% auto;
  background-position: center bottom !important;
}

@media only screen and (min-width: 768px) {
  /* line 582, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados {
    background-color: #ffffff;
    background-position: center top !important;
    background-size: 100% auto;
  }
}

/* line 590, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados .mcb-wrap-inner {
  width: 100%;
  max-width: 1360px;
  float: none;
  position: relative;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  /* line 590, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: initial;
    transform: translateX(-50%);
    margin-top: -16%;
  }
}

@media only screen and (max-width: 1560px) {
  /* line 590, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner {
    width: calc(100% - 120px) !important;
    max-width: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 590, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner {
    width: calc(100% - 60px) !important;
    transform: translateX(-50%);
    margin-bottom: -24%;
  }
}

/* line 629, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados .mcb-wrap-inner .one-third.column {
  width: 31.333%;
}

@media only screen and (max-width: 767px) {
  /* line 629, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .one-third.column {
    max-width: 540px;
    float: none;
    margin: 0 auto 4% !important;
  }
}

/* line 637, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados .mcb-wrap-inner .column_icon_box {
  margin-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 85px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 2.6%;
}

/* line 644, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados .mcb-wrap-inner .column_icon_box .image_wrapper {
  margin-bottom: 0;
  line-height: 0;
}

/* line 648, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados .mcb-wrap-inner .column_icon_box h2 {
  font-size: 1.8vw;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1561px) {
  /* line 648, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .column_icon_box h2 {
    font-size: 29px;
  }
}

/* line 661, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.section.full-width .destacados .mcb-wrap-inner .column_icon_box .desc {
  line-height: 1.3;
  text-align: left;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  /* line 661, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .column_icon_box .desc {
    text-align: center;
  }
}

@media only screen and (min-width: 1239px) {
  /* line 661, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .column_icon_box .desc {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 672, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .column_icon_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 692, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .column_icon_box a .image_wrapper {
    width: 36%;
    max-width: 180px;
  }
  /* line 696, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .section.full-width .destacados .mcb-wrap-inner .column_icon_box a .desc_wrapper {
    width: 60%;
  }
}

/* line 708, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper {
  position: relative;
}

/* line 710, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a {
  text-decoration: none !important;
  line-height: 0;
}

/* line 713, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.2s;
  z-index: 98;
}

/* line 727, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a:hover h4 {
  bottom: 2%;
  left: 2%;
  /*color: #c90062;*/
  font-size: 4vw;
  width: 30vw;
}

/* line 734, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a:hover .mask {
  border: 6px solid white;
  left: calc(50% - 6px);
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  /* line 734, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .column_photo_box .image_wrapper a:hover .mask {
    width: 180px;
    height: 180px;
    border: 12px solid white;
    left: calc(50% - 12px);
  }
}

/* line 747, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a:hover .mask::before {
  border-left: 30px solid white;
  border-top: 24px solid rgba(0, 0, 0, 0);
  border-bottom: 24px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 768px) {
  /* line 747, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .column_photo_box .image_wrapper a:hover .mask::before {
    border-left: 42px solid white;
    border-top: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 30px solid rgba(0, 0, 0, 0);
  }
}

/* line 758, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a:hover::before {
  opacity: 1;
}

/* line 762, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a .mask {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #ffffff;
  width: 60px;
  height: 60px;
  line-height: 0;
  box-sizing: border-box;
  display: block !important;
  left: 8%;
  top: 61%;
  transition: all 0.6s;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  /* line 762, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .column_photo_box .image_wrapper a .mask {
    width: 110px;
    height: 110px;
    border: 8px solid #ffffff;
  }
}

/* line 780, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a .mask::before {
  content: '';
  position: absolute;
  height: 0;
  line-height: 0;
  border-left: 18px solid #ffffff;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) {
  /* line 780, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .column_photo_box .image_wrapper a .mask::before {
    border-left: 36px solid #ffffff;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
  }
}

/* line 798, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper a .mask::after {
  display: none !important;
}

/* line 803, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_photo_box .image_wrapper h4 {
  position: absolute;
  bottom: 44%;
  left: 8%;
  text-transform: uppercase;
  font-size: 6vw;
  z-index: 99;
  width: 35vw;
  line-height: 1;
  text-align: left;
  transition: all 0.6s;
  z-index: 100;
  margin-bottom: 0;
}

/* line 820, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#video_destacados,
#encabezado_interna {
  background: #ec7a08;
  background: -moz-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90061));
  background: -webkit-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -o-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -ms-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: linear-gradient(to right, #ec7a08 0%, #c90061 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90061', GradientType=1 );
}

/* line 831, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais {
  padding: 30% 0 8% !important;
}

@media only screen and (min-width: 768px) {
  /* line 831, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais {
    padding: 12% 0 6% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 836, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* line 858, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_principal {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  /* line 858, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_principal {
    max-width: 423px;
    float: none;
    margin: 0 auto 6%;
  }
}

/* line 866, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_secundarios {
  margin-left: 2%;
  width: 22%;
}

/* line 869, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_secundarios .column_feature_quiz:first-child {
  margin: 0 0 14%;
}

@media only screen and (max-width: 767px) {
  /* line 866, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_secundarios {
    max-width: 423px;
    float: none;
    margin: 0 auto 6%;
  }
  /* line 876, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_secundarios .mcb-wrap-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 895, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_secundarios .mcb-wrap-inner .column_feature_quiz {
    width: 48% !important;
    margin: 0 0 0 2%;
  }
  /* line 898, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.testimonio_secundarios .mcb-wrap-inner .column_feature_quiz:first-child {
    margin: 0 2% 0 0;
  }
}

/* line 905, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .mcb-wrap.two-fifth {
  margin: 0 0 4%;
}

@media only screen and (min-width: 768px) {
  /* line 905, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.two-fifth {
    margin: 0 0 0 6%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

/* line 923, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .mcb-wrap.texto_info {
  margin: 0%;
}

@media only screen and (min-width: 768px) {
  /* line 923, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.texto_info {
    padding: 0 0 0 5%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

@media only screen and (min-width: 768px) {
  /* line 938, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.respuestas_destacadas {
    padding: 0 1% 40px 0;
  }
}

@media only screen and (min-width: 1176px) {
  /* line 944, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.respuestas_destacadas.columna_primera .feature_answer.box_small {
    margin: 0 0 0 calc(100% - 335px) !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 949, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .mcb-wrap.respuestas_destacadas.columna_central {
    padding: 40px 0 0 1%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 957, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer {
    max-width: 460px;
    float: none;
    margin: 0 auto 28px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 964, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .feature_answer.box_small {
    max-width: 335px;
  }
}

/* line 973, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 108%;
}

@media only screen and (min-width: 768px) {
  /* line 973, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper {
    padding-top: 150%;
  }
}

/* line 982, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .frase_principal {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 4%;
  transform: translateY(-50%);
}

/* line 988, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .frase_principal img {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  /* line 988, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .frase_principal img {
    max-height: 78px;
    height: 6.4vw;
    width: auto;
  }
}

/* line 996, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .frase_principal p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 120%;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  /* line 996, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .frase_principal p {
    font-size: 90%;
  }
}

/* line 1004, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .frase_principal p::after {
  content: '';
  display: inline-block;
  background-image: url("../images/ico_manita.png");
  background-size: cover;
  width: 56px;
  height: 44px;
  margin: 0 0 -32px 10px;
}

/* line 1015, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon {
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  position: absolute;
  padding: 4%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1044, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon.naranja_amarillo {
  background: #ec7a07;
  background: -moz-linear-gradient(top, #ec7a07 0%, #c90062 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec7a07), color-stop(100%, #c90062));
  background: -webkit-linear-gradient(top, #ec7a07 0%, #c90062 100%);
  background: -o-linear-gradient(top, #ec7a07 0%, #c90062 100%);
  background: -ms-linear-gradient(top, #ec7a07 0%, #c90062 100%);
  background: linear-gradient(to bottom, #ec7a07 0%, #c90062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a07', endColorstr='#c90062', GradientType=0 );
}

/* line 1056, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon.mora_lila {
  background: #c90062;
  background: -moz-linear-gradient(top, #c90062 0%, #622666 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c90062), color-stop(100%, #622666));
  background: -webkit-linear-gradient(top, #c90062 0%, #622666 100%);
  background: -o-linear-gradient(top, #c90062 0%, #622666 100%);
  background: -ms-linear-gradient(top, #c90062 0%, #622666 100%);
  background: linear-gradient(to bottom, #c90062 0%, #622666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90062', endColorstr='#622666', GradientType=0 );
}

/* line 1068, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frases_hover {
  display: block;
}

/* line 1071, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase {
  margin-bottom: 6%;
  text-align: center;
}

/* line 1074, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase:last-child {
  margin-bottom: 0;
}

/* line 1077, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase img {
  max-width: 76px;
  width: 12%;
  height: auto;
  margin: 0 auto 6px;
}

@media only screen and (min-width: 768px) {
  /* line 1077, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase img {
    width: 19%;
  }
}

/* line 1086, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 88%;
  line-height: 1;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
  /* line 1086, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase p {
    font-size: 72%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1086, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper .mask_icon .frase p {
    font-size: 96%;
  }
}

/* line 1102, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_answer .image_wrapper:hover .mask_icon {
  opacity: 1;
}

/* line 1110, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz {
  margin: 0;
}

/* line 1112, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz .animate {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* line 1115, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz .image_wrapper {
  position: relative;
  line-height: 0;
}

/* line 1118, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz .image_wrapper .mask_icon {
  position: absolute;
  background: url("../images/ico_flecha.png") no-repeat center/28%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}

/* line 1128, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz .desc_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  background-color: #ffffff;
  transition: all 0.2s;
}

/* line 1151, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz .desc_wrapper h4 {
  font-size: 13px;
  line-height: 1.2;
  color: #c90062;
  margin-bottom: 0;
  transition: all 0.2s;
}

/* line 1158, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz .desc_wrapper img {
  max-width: 82px;
  overflow: hidden;
  border-radius: 50%;
  width: 19%;
  transition: all 0.2s;
}

/* line 1167, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz a:hover {
  text-decoration: none;
}

/* line 1170, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz a:hover .image_wrapper .mask_icon {
  background-color: rgba(201, 0, 98, 0.8);
  background-size: 20%;
}

/* line 1176, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz a:hover .desc_wrapper h4 {
  margin-left: 24%;
}

/* line 1179, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#como_hacemos_pais .section_wrapper .column_feature_quiz a:hover .desc_wrapper img {
  transform: translateX(-428%);
}

/* line 1189, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#encabezado_interna .mcb-wrap-inner {
  width: 100%;
  max-width: 1360px;
  float: none;
  position: relative;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  /* line 1189, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .mcb-wrap-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: initial;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1560px) {
  /* line 1189, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .mcb-wrap-inner {
    width: calc(100% - 120px) !important;
    max-width: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1189, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .mcb-wrap-inner {
    width: calc(100% - 60px) !important;
    transform: translateX(-50%);
    margin-bottom: -24%;
  }
}

/* line 1227, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#encabezado_interna .logo_menu {
  height: 144px;
  background: url("/hagamospais/wp-content/uploads/2020/08/bkg_destacados.jpg") no-repeat top center/cover;
}

@media only screen and (max-width: 767px) {
  /* line 1227, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .logo_menu {
    display: none;
  }
}

/* line 1234, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#encabezado_interna .subheader_interna {
  padding: 6% 0 0;
}

@media only screen and (min-width: 768px) {
  /* line 1234, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna {
    padding: 6vw 0;
    background-position: calc(50% + 696px) center !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1234, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna {
    background-position: right 170% !important;
    background-size: auto 74% !important;
  }
}

/* line 1247, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#encabezado_interna .subheader_interna .column {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 1247, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna .column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 167px;
  }
}

@media only screen and (min-width: 1561px) {
  /* line 1247, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna .column {
    min-height: 182px;
  }
}

/* line 1274, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#encabezado_interna .subheader_interna .column.column_image {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  /* line 1274, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna .column.column_image {
    margin: -9vw 0 -6vw !important;
  }
}

/* line 1282, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#encabezado_interna .subheader_interna h1 {
  margin-bottom: 6%;
  color: #fed100;
  line-height: 1;
  font-size: 7vw;
  letter-spacing: -0.3vw;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  /* line 1282, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna h1 {
    margin-bottom: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 1561px) {
  /* line 1282, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #encabezado_interna .subheader_interna h1 {
    font-size: 100px;
    letter-spacing: -6px;
  }
}

/* --- Quizes landing --- */
/* line 1305, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes {
  padding: 8% 0 6% !important;
}

/* line 1308, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  transition: all 0.2s;
}

/* line 1328, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  /* line 1328, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box {
    width: 50% !important;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1328, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1328, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box {
    min-width: 338px;
  }
}

/* line 1358, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box::before {
  background: #ec7a08;
  background: -moz-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90061));
  background: -webkit-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -o-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: -ms-linear-gradient(left, #ec7a08 0%, #c90061 100%);
  background: linear-gradient(to right, #ec7a08 0%, #c90061 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90061', GradientType=1 );
  content: '';
  position: absolute;
  visibility: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.6s;
}

/* line 1379, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box:hover::before {
  opacity: 1;
  border-radius: 12px;
}

/* line 1384, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 4%;
  z-index: 1;
  position: relative;
}

/* line 1407, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a .image_wrapper {
  margin: 0;
  padding: 0;
  width: 35%;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  /* line 1407, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box a .image_wrapper {
    width: 100px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1407, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box a .image_wrapper {
    width: 74px;
  }
}

/* line 1418, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a .image_wrapper img {
  transition: all 0.6s;
}

/* line 1422, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a .desc_wrapper {
  padding: 0 0 0 2%;
  margin: 0;
  color: #000;
  width: 65%;
  transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  /* line 1422, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box a .desc_wrapper {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 540px) {
  /* line 1422, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #landing_quizzes .mcb-wrap-inner .column_quiz_box a .desc_wrapper {
    width: calc(100% - 74px);
  }
}

/* line 1435, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a:hover {
  text-decoration: none;
}

/* line 1437, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a:hover img {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 1441, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#landing_quizzes .mcb-wrap-inner .column_quiz_box a:hover .desc_wrapper {
  color: #ffffff;
}

/* --- Background --- */
/* line 1451, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.muy_pronto {
  padding: 6% 0 !important;
}

/* line 1454, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.muy_pronto .column_visual h5 {
  font-size: 120%;
  line-height: 1.2;
}

/*------ Sticker ------*/
/* line 1463, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
a.button {
  background-color: #ec7908 !important;
  transition: all 0.2s;
}

/* line 1466, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
a.button span {
  color: white !important;
}

@media only screen and (max-width: 540px) {
  /* line 1468, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  a.button span.button_icon {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1474, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  a.button span.button_label {
    padding: 11px 0px !important;
  }
}

/* line 1480, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
a.button:hover {
  background-color: #622567 !important;
}

/* line 1484, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.btn_descarga {
  text-align: center;
}

/* line 1489, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.franja_titulo h3 {
  float: left;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 1489, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .franja_titulo h3 {
    float: none;
    text-align: center !important;
    margin-bottom: 12px;
  }
}

/* line 1498, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.franja_titulo p {
  display: none;
}

/* line 1501, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.franja_titulo a {
  margin-bottom: 0;
  background-color: #c90062 !important;
}

@media only screen and (max-width: 767px) {
  /* line 1505, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .franja_titulo .button_align.align_right {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1513, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #pasos .column_icon_box.column {
    width: 48% !important;
    clear: none !important;
  }
}

/* line 1518, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#pasos .column_icon_box.column .icon_box a {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  /* line 1526, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .column_bkg_stiker_box.column {
    width: 48% !important;
    clear: none !important;
  }
}

/* line 1533, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_bkg_stiker_box .image_wrapper {
  text-align: center;
}

/* line 1535, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
.column_bkg_stiker_box .image_wrapper img {
  max-width: 200px !important;
}

@media only screen and (max-width: 767px) {
  /* line 1535, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  .column_bkg_stiker_box .image_wrapper img {
    max-width: 120px !important;
  }
}

/* ---- Quiz ---- */
/* line 1545, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia {
  padding: 10% 0 2%;
}

/* line 1548, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_container {
  position: relative;
}

/* line 1549, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_container::before {
  content: '';
  width: 100%;
  padding-top: 12%;
  line-height: 0;
  display: block;
}

/* line 1557, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_container .advq_back_button {
  position: absolute;
  top: 3%;
  left: 1%;
  font-size: 88%;
  color: #622567;
  transition: all 0.4s;
  text-transform: uppercase;
}

/* line 1565, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_container .advq_back_button .fa-arrow-left::before {
  content: "\f053" !important;
}

/* line 1568, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_container .advq_back_button:hover {
  color: #c90062;
}

/* line 1573, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper {
  padding: 0;
  margin-bottom: 0;
  background-color: #f4f4f4;
}

/* line 1577, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper::before, #quiz_provincia .advq_entry_screen_wrapper::after {
  content: '';
  width: 100%;
  padding-top: 66px;
  line-height: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 1577, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_entry_screen_wrapper::before, #quiz_provincia .advq_entry_screen_wrapper::after {
    padding-top: 12%;
  }
}

/* line 1589, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_content_wrap::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  width: 160px;
  height: 160px;
  display: block;
  margin: 4% auto 8%;
}

@media only screen and (min-width: 960px) {
  /* line 1589, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_content_wrap::before {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (min-width: 960px) {
  /* line 1589, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_content_wrap::before {
    width: 240px;
    height: 240px;
  }
}

/* line 1608, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_content_wrap .advq_start_quiz_content strong {
  color: #58595b;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  font-size: 160%;
}

/* line 1615, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_button {
  padding: 8px 20px;
  margin: 10px 0 0;
  color: #622567;
  font-size: 170%;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  border-radius: 43px;
  width: 32%;
  max-width: 420px;
  min-width: 230px;
  transform: translateY(50%);
  background: #fecf00;
  background: -moz-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fecf00), color-stop(100%, #e06d14));
  background: -webkit-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -o-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -ms-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: linear-gradient(to bottom, #fecf00 0%, #e06d14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#e06d14', GradientType=0 );
  transition: all 0.2s;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 1615, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_button {
    padding: 16px 20px;
    font-size: 180%;
  }
}

/* line 1643, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_button:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
  background: #c75e0e;
  background: -moz-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c75e0e), color-stop(100%, #e8bb05));
  background: -webkit-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -o-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -ms-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: linear-gradient(to bottom, #c75e0e 0%, #e8bb05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75e0e', endColorstr='#e8bb05', GradientType=0 );
}

/* line 1663, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_entry_screen_wrapper .advq_start_quiz_button:hover:before {
  opacity: 1;
}

/* line 1669, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap {
  background-color: #f4f4f4;
  position: relative;
  padding-top: calc(3% + 50px);
}

/* line 1673, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap::before {
  content: '';
  position: absolute;
  width: 125px;
  height: 123px;
  background-size: 100%;
  top: 0;
  right: 4%;
  transform: translateY(-50%);
}

/* line 1683, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question {
  text-align: center;
  color: #58595b;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  font-size: 160%;
  line-height: 1.2;
}

/* line 1690, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 3%;
}

@media only screen and (max-width: 767px) {
  /* line 1690, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_question_wrap .advq_question_list {
    padding: 0 5% 4%;
  }
}

/* line 1714, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list.nun_respuestas_2, #quiz_provincia .advq_question_wrap .advq_question_list.nun_respuestas_3, #quiz_provincia .advq_question_wrap .advq_question_list.nun_respuestas_4 {
  max-width: 700px;
  margin: auto;
}

/* line 1720, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list.nun_respuestas_5, #quiz_provincia .advq_question_wrap .advq_question_list.nun_respuestas_6, #quiz_provincia .advq_question_wrap .advq_question_list.nun_respuestas_7 {
  max-width: 1100px;
  margin: auto;
}

/* line 1727, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1746, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li:hover {
  background-color: transparent !important;
}

/* line 1749, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li label {
  border-radius: 50px;
  padding: 10% 16%;
  text-align: center;
  transition: all 0.2s;
  font-size: 15px;
  line-height: 1.4;
  min-width: 300px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 540px) {
  /* line 1749, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_question_wrap .advq_question_list li label {
    min-width: 258px;
  }
}

/* line 1780, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li label:hover {
  background-color: #fed100 !important;
  border: 1px solid #fed100 !important;
  color: #000 !important;
}

/* line 1790, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li.quiz_unselected_answer label {
  border: 1px solid #fed100;
  /*background-color: white;*/
}

/* line 1795, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li.quiz_selected_answer {
  background-color: rgba(0, 0, 0, 0);
}

/* line 1797, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li.quiz_selected_answer label {
  border: 1px solid #c90062;
  color: #fed100;
  background-color: #c90062;
}

/* line 1804, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_question_list li .advq_a_input {
  display: none;
}

/* line 1809, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_next_button {
  padding: 8px 15px;
  margin: auto;
  color: #622567;
  font-size: 130%;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-radius: 43px;
  width: 22%;
  max-width: 300px;
  min-width: 220px;
  transform: translateY(50%);
  background: #fecf00;
  background: -moz-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fecf00), color-stop(100%, #e06d14));
  background: -webkit-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -o-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -ms-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: linear-gradient(to bottom, #fecf00 0%, #e06d14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#e06d14', GradientType=0 );
  transition: all 0.2s;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

/* line 1833, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_next_button:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
  background: #c75e0e;
  background: -moz-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c75e0e), color-stop(100%, #e8bb05));
  background: -webkit-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -o-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -ms-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: linear-gradient(to bottom, #c75e0e 0%, #e8bb05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75e0e', endColorstr='#e8bb05', GradientType=0 );
}

/* line 1853, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_next_button:hover:before {
  opacity: 1;
}

/* line 1859, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_checkanswers .advq_button {
  padding: 8px 15px;
  margin: auto;
  color: #622567;
  font-size: 130%;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-radius: 43px;
  width: 22%;
  max-width: 300px;
  min-width: 280px;
  transform: translateY(50%);
  background: #fecf00;
  background: -moz-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fecf00), color-stop(100%, #e06d14));
  background: -webkit-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -o-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -ms-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: linear-gradient(to bottom, #fecf00 0%, #e06d14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#e06d14', GradientType=0 );
  transition: all 0.2s;
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: block;
}

/* line 1884, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_checkanswers .advq_button:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.4s;
  background: #c75e0e;
  background: -moz-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c75e0e), color-stop(100%, #e8bb05));
  background: -webkit-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -o-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -ms-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: linear-gradient(to bottom, #c75e0e 0%, #e8bb05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75e0e', endColorstr='#e8bb05', GradientType=0 );
}

/* line 1904, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_question_wrap .advq_checkanswers .advq_button:hover:before {
  opacity: 1;
}

/* line 1911, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_progress_bar {
  margin-top: 0px;
  height: 2.6em;
  padding: 32px 3%;
}

@media only screen and (min-width: 768px) {
  /* line 1911, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #quiz_provincia .advq_progress_bar {
    padding: 5% 3%;
  }
}

/* line 1919, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_progress_bar::before {
  content: '';
  position: relative;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: white;
  display: block;
}

/* line 1928, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_progress_bar .advq_progress {
  border-bottom: 2px solid red;
  overflow: inherit !important;
  position: relative;
  transform: translateY(-3px);
  z-index: 2;
}

/* line 1934, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_progress_bar .advq_progress::before {
  content: '';
  width: 10px;
  height: 10px;
  transform: translate(50%, 50%);
  background-color: #fed100;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
}

/* line 1946, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_progress_bar .advq_progress p {
  padding: 0px 10px;
  background: #ffffff;
  display: inline-block;
  border-radius: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.2;
  transform: translateX(50%);
  border: 1px solid #fed100 !important;
}

/* line 1957, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_progress_bar .advq_progress .progbar_current {
  font-size: 120%;
  font-weight: bolder;
}

/* line 1966, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper {
  border: none !important;
  padding-top: 0 !important;
}

/* line 1970, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_image figure {
  line-height: 0;
  margin: 0 -20px;
}

/* line 1975, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box {
  padding: 0px;
  margin-top: 0;
}

/* line 1978, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq_profile_title {
  text-align: center;
}

/* line 1980, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq_profile_title h2 {
  padding: 8px 20px;
  margin: 0 20px;
  color: #622567;
  display: inline-block;
  font-size: 130%;
  font-family: "GothamBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-radius: 43px;
  transform: translateY(-50%);
  background: #fecf00;
  background: -moz-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fecf00), color-stop(100%, #e06d14));
  background: -webkit-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -o-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -ms-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: linear-gradient(to bottom, #fecf00 0%, #e06d14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#e06d14', GradientType=0 );
  position: relative;
}

/* line 2001, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq_profile_description {
  padding-bottom: 6%;
}

/* line 2003, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq_profile_description strong {
  color: black;
  display: block;
  margin-bottom: 4%;
}

/* line 2009, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-share-buttons {
  margin: 0 -20px;
}

/* line 2014, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-fb-link a {
  background: transparent;
  border: 1px solid white;
  transition: all 0.4s;
}

/* line 2018, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-fb-link a:hover {
  background: #3b5998;
}

/* line 2025, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-twitter-link a {
  background: transparent;
  border: 1px solid white;
  transition: all 0.4s;
}

/* line 2029, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-twitter-link a:hover {
  background: #55acee;
}

/* line 2037, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-linkedin-link a {
  background: transparent;
  border: 1px solid white;
  transition: all 0.4s;
}

/* line 2041, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia .advq_results_wrapper .advq_profile_box .advq-linkedin-link a:hover {
  background: #4875b4;
}

/* line 2054, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.san_jose .advq-share-buttons, #quiz_provincia.alajuela .advq-share-buttons {
  background: #c90062;
  background: -moz-linear-gradient(left, #c90062 0%, #622567 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c90062), color-stop(100%, #622567));
  background: -webkit-linear-gradient(left, #c90062 0%, #622567 100%);
  background: -o-linear-gradient(left, #c90062 0%, #622567 100%);
  background: -ms-linear-gradient(left, #c90062 0%, #622567 100%);
  background: linear-gradient(to right, #c90062 0%, #622567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90062', endColorstr='#622567', GradientType=1 );
}

/* line 2064, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.san_jose .advq_progress_bar,
#quiz_provincia.san_jose .advq_question_container::before,
#quiz_provincia.san_jose .advq_entry_screen_wrapper::before,
#quiz_provincia.san_jose .advq_entry_screen_wrapper::after, #quiz_provincia.alajuela .advq_progress_bar,
#quiz_provincia.alajuela .advq_question_container::before,
#quiz_provincia.alajuela .advq_entry_screen_wrapper::before,
#quiz_provincia.alajuela .advq_entry_screen_wrapper::after {
  background: #c90062;
  background: -moz-linear-gradient(left, #c90062 0%, #622567 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c90062), color-stop(100%, #622567));
  background: -webkit-linear-gradient(left, #c90062 0%, #622567 100%);
  background: -o-linear-gradient(left, #c90062 0%, #622567 100%);
  background: -ms-linear-gradient(left, #c90062 0%, #622567 100%);
  background: linear-gradient(to right, #c90062 0%, #622567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90062', endColorstr='#622567', GradientType=1 );
}

/* line 2079, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.heredia .advq-share-buttons {
  background: #ec7a08;
  background: -moz-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90161));
  background: -webkit-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: -o-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: -ms-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: linear-gradient(to right, #ec7a08 0%, #c90161 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90161', GradientType=1 );
}

/* line 2089, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.heredia .advq_progress_bar,
#quiz_provincia.heredia .advq_question_container::before,
#quiz_provincia.heredia .advq_entry_screen_wrapper::before,
#quiz_provincia.heredia .advq_entry_screen_wrapper::after {
  background: #ec7a08;
  background: -moz-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ec7a08), color-stop(100%, #c90161));
  background: -webkit-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: -o-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: -ms-linear-gradient(left, #ec7a08 0%, #c90161 100%);
  background: linear-gradient(to right, #ec7a08 0%, #c90161 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7a08', endColorstr='#c90161', GradientType=1 );
}

/* line 2105, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.puntarenas .advq-share-buttons {
  background: #fecf00;
  background: -moz-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fecf00), color-stop(100%, #ec7a08));
  background: -webkit-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: -o-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: -ms-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: linear-gradient(to right, #fecf00 0%, #ec7a08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#ec7a08', GradientType=1 );
}

/* line 2115, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.puntarenas .advq_progress_bar,
#quiz_provincia.puntarenas .advq_question_container::before,
#quiz_provincia.puntarenas .advq_entry_screen_wrapper::before,
#quiz_provincia.puntarenas .advq_entry_screen_wrapper::after {
  background: #fecf00;
  background: -moz-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fecf00), color-stop(100%, #ec7a08));
  background: -webkit-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: -o-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: -ms-linear-gradient(left, #fecf00 0%, #ec7a08 100%);
  background: linear-gradient(to right, #fecf00 0%, #ec7a08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#ec7a08', GradientType=1 );
}

/* line 2130, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.limon .advq-share-buttons {
  background: #58a618;
  background: -moz-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #58a618), color-stop(100%, #fdd300));
  background: -webkit-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: -o-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: -ms-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: linear-gradient(to right, #58a618 0%, #fdd300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a618', endColorstr='#fdd300', GradientType=1 );
}

/* line 2140, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.limon .advq_progress_bar,
#quiz_provincia.limon .advq_question_container::before,
#quiz_provincia.limon .advq_entry_screen_wrapper::before,
#quiz_provincia.limon .advq_entry_screen_wrapper::after {
  background: #58a618;
  background: -moz-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #58a618), color-stop(100%, #fdd300));
  background: -webkit-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: -o-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: -ms-linear-gradient(left, #58a618 0%, #fdd300 100%);
  background: linear-gradient(to right, #58a618 0%, #fdd300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a618', endColorstr='#fdd300', GradientType=1 );
}

/* line 2155, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.limon .advq_question_wrap .advq_next_button {
  color: #ffffff;
  background: #fecf00;
  background: -moz-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fecf00), color-stop(100%, #e06d14));
  background: -webkit-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -o-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: -ms-linear-gradient(top, #fecf00 0%, #e06d14 100%);
  background: linear-gradient(to bottom, #fecf00 0%, #e06d14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf00', endColorstr='#e06d14', GradientType=0 );
}

/* line 2165, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.limon .advq_question_wrap .advq_next_button:before {
  background: #c75e0e;
  background: -moz-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c75e0e), color-stop(100%, #e8bb05));
  background: -webkit-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -o-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: -ms-linear-gradient(top, #c75e0e 0%, #e8bb05 100%);
  background: linear-gradient(to bottom, #c75e0e 0%, #e8bb05 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75e0e', endColorstr='#e8bb05', GradientType=0 );
}

/* line 2176, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.limon .advq_question_wrap .advq_next_button:hover:before {
  opacity: 1;
}

/* line 2190, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.limon .advq_results_wrapper .advq_profile_box .advq_profile_title h2 {
  color: #fed100;
  background: #c80062;
  background: -moz-linear-gradient(top, #c80062 0%, #642467 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c80062), color-stop(100%, #642467));
  background: -webkit-linear-gradient(top, #c80062 0%, #642467 100%);
  background: -o-linear-gradient(top, #c80062 0%, #642467 100%);
  background: -ms-linear-gradient(top, #c80062 0%, #642467 100%);
  background: linear-gradient(to bottom, #c80062 0%, #642467 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80062', endColorstr='#642467', GradientType=0 );
}

/* line 2207, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.guanacaste .advq-share-buttons {
  background: #037c3f;
  background: -moz-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #037c3f), color-stop(100%, #57a618));
  background: -webkit-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: -o-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: -ms-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: linear-gradient(to right, #037c3f 0%, #57a618 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037c3f', endColorstr='#57a618', GradientType=1 );
}

/* line 2217, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.guanacaste .advq_progress_bar,
#quiz_provincia.guanacaste .advq_question_container::before,
#quiz_provincia.guanacaste .advq_entry_screen_wrapper::before,
#quiz_provincia.guanacaste .advq_entry_screen_wrapper::after {
  background: #037c3f;
  background: -moz-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #037c3f), color-stop(100%, #57a618));
  background: -webkit-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: -o-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: -ms-linear-gradient(left, #037c3f 0%, #57a618 100%);
  background: linear-gradient(to right, #037c3f 0%, #57a618 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037c3f', endColorstr='#57a618', GradientType=1 );
}

/* line 2232, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.cartago .advq-share-buttons {
  background: #0099cc;
  background: -moz-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0099cc), color-stop(100%, #612668));
  background: -webkit-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: -o-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: -ms-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: linear-gradient(to right, #0099cc 0%, #612668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#612668', GradientType=1 );
}

/* line 2242, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#quiz_provincia.cartago .advq_progress_bar,
#quiz_provincia.cartago .advq_question_container::before,
#quiz_provincia.cartago .advq_entry_screen_wrapper::before,
#quiz_provincia.cartago .advq_entry_screen_wrapper::after {
  background: #0099cc;
  background: -moz-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0099cc), color-stop(100%, #612668));
  background: -webkit-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: -o-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: -ms-linear-gradient(left, #0099cc 0%, #612668 100%);
  background: linear-gradient(to right, #0099cc 0%, #612668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#612668', GradientType=1 );
}

/* line 2259, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_24 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/san_jose.png");
}

/* line 2263, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_24 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_san_jose.png);
}

/* line 2268, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_27 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/Cartago.png");
}

/* line 2272, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_27 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_cartago.png);
}

/* line 2276, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_40 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/Limón.png");
}

/* line 2280, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_40 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_limon.png);
}

/* line 2284, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_41 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/Puntarenas.png");
}

/* line 2288, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_41 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_puntarenas.png);
}

/* line 2292, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_42 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/Alajuela.png");
}

/* line 2296, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_42 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_alajuela.png);
}

/* line 2300, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_43 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/Heredia.png");
}

/* line 2304, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_43 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_heredia.png);
}

/* line 2308, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_44 .advq_question_wrap::before {
  background-image: url("/hagamospais/wp-content/uploads/2020/08/Guanacaste.png");
}

/* line 2312, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#advq_quiz_44 .advq_start_quiz_content_wrap::before {
  background-image: url(../images/icono_inicio_guanacaste.png);
}

/* line 2316, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#banner_quiz {
  padding: 0 0 6% !important;
}

/* line 2320, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Footer .container {
  width: 100%  !important;
  max-width: 1364px !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2342, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Footer .container::after {
  display: none !important;
}

@media only screen and (max-width: 1560px) {
  /* line 2320, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .container {
    width: calc(100% - 120px) !important;
    max-width: none !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2320, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .container {
    width: calc(100% - 60px) !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 959px) {
  /* line 2355, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .one-third {
    width: 20% !important;
    min-width: 110px;
  }
}

@media only screen and (max-width: 959px) {
  /* line 2361, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .two-third {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2361, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .two-third {
    max-width: 220px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 2361, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .two-third {
    max-width: 174px;
  }
}

/* line 2372, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Footer .widget {
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  /* line 2377, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .textwidget {
    column-count: 2;
    column-gap: 24px;
  }
}

/* line 2382, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Footer .textwidget p {
  text-align: right;
}

/* line 2384, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Footer .textwidget p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 2382, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .textwidget p {
    margin: 0 0;
    text-align: center;
  }
  /* line 2390, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
  #Footer .textwidget p:last-child {
    text-align: right;
  }
}

/* line 2394, E:/alejandro/trabajo/esencail_hagamoslos juntos/web-hagamos-pais/scss/custom.scss */
#Footer .textwidget p a {
  display: block;
}

/*# sourceMappingURL=custom.css.map */