@charset "UTF-8";
/**
 * @file
 * Subtheme specific CSS.
 */
/* ---------- Color Module Styles ----------- */
/* line 48, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
body {
  color: #3b3b3b;
  background: #ffffff;
}

/* line 53, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

/* line 60, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.tabs ul.primary li a.is-active {
  background-color: #fff;
}

/* line 64, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 69, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-top {
  background-color: #0F3764;
}

/* line 71, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-top a {
  color: #ffffff;
}

/* line 76, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-main {
  background-color: #FFFFFF;
}

/* line 78, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-main a {
  color: #0F3764;
  font-weight: 700;
  margin-right: 2em;
  text-decoration: none;
}

/* line 84, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-main .dropdown-item {
  max-width: 250px;
  border-radius: 0;
}

/* line 88, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-main .dropdown-item a {
  font-size: 14px;
}

/* line 92, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#navbar-main .dropdown-item.active {
  background-color: #82BB27;
  color: #ffffff !important;
}

/* line 99, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.navbar-brand img {
  height: 60px;
  padding-left: 3em;
}

/* line 104, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
a,
.link {
  color: #0071b3;
}

/* line 109, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

/* line 115, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.nav-item .dropdown-item a.active {
  color: white;
}

/* line 118, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.nav-link {
  color: #e7e7e7;
}

/* line 121, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.nav-link:hover,
.nav-link:focus {
  color: #e7e7e7;
}

/* line 125, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
a:active,
.link:active {
  color: #23aeff;
}

/* line 130, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

/* line 135, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.page-link,
.page-link:hover {
  color: #0071b3;
}

/* line 140, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

/* line 144, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.btn {
  font-weight: bold;
}

/* line 148, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.btn-primary {
  background-color: #0F3764;
  border-color: #0F3764;
  border-radius: 0;
  padding: 12px 2em;
}

/* line 156, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #82BB27;
}

/* line 161, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.btn-success {
  background-color: #82BB27;
  border-color: #82BB27;
  border-radius: 0;
  padding: 12px 2em;
  color: #0F3764;
}

/* line 169, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.btn-success:hover,
.btn-success:focus {
  background-color: #0256b1;
  color: #ffffff;
}

/* line 175, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.region-secondary-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* line 181, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.region-secondary-menu #block-bootstrap-barrio-subtheme-account-menu .nav {
  display: none;
}

/* line 185, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.region-secondary-menu #block-menusuperiorsecundario {
  padding: 10px;
}

/* line 188, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.region-secondary-menu #block-menusuperiorsecundario a {
  text-decoration: none;
}

/* line 195, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .social-menu {
  padding-right: 10px;
}

/* line 199, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .social-menu a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

/* line 205, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .social-menu a:hover {
  color: #F9B816;
}

/* line 208, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .secondaryMenu {
  text-align: right;
}

/* line 210, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .secondaryMenu .item {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}

/* line 217, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .secondaryMenu .item.first {
  margin-left: 5%;
  color: #fff;
}

/* line 222, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
header .secondaryMenu .item i {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  /* line 227, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  header .secondaryMenu {
    display: none;
  }
}

/* line 232, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer {
  background: #0F3764;
  margin-top: 3em;
}

/* line 235, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .site-footer__top {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 244, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  color: #fff;
}

/* line 252, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region p {
  color: #fff;
}

/* line 256, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .block {
  border: 0;
}

/* line 260, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer #block-piedepagina, .site-footer #block-direccionfooter {
  width: auto;
}

/* line 263, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region-footer-first {
  width: 25%;
}

/* line 266, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region-footer-first img {
  width: 100%;
  max-width: 250px;
}

/* line 271, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region-footer-second {
  width: 25%;
}

/* line 275, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region-footer-third {
  width: 25%;
}

/* line 278, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .region-footer-fourth {
  width: 25%;
}

/* line 283, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .navbar-nav li a {
  padding: 0;
  font-weight: 100;
}

/* line 289, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .social-menu {
  display: flex;
  justify-content: space-evenly;
}

/* line 292, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .social-menu a {
  text-decoration: none;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 40px;
  height: 40px;
}

/* line 303, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.site-footer .social-menu i {
  font-size: 25px;
  color: #0F3764;
  background: #ffffff;
}

/* line 319, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */
/* line 334, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

/* line 339, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
[dir="rtl"] .color-form .form-item label {
  float: right;
}

/* line 343, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

/* line 355, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-frontpage {
  display: none;
}

/* line 361, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1 {
  margin: 0;
  padding: 0;
}

/* line 369, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-slider_home.view-display-id-block_1 .view-content {
  margin: 0;
}

/* line 375, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1-slider .slide__caption {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 381, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__title {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5em 2em 0.5em 2em;
  font-size: 28px;
  font-weight: bold;
  color: #0F3764;
}

/* line 388, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 3em 3em 0;
}

/* line 394, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__description .field-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 399, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__description p {
  background: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-weight: bold;
  padding: 1em;
}

/* line 405, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__description .btn-primary {
  background-color: rgba(15, 55, 100, 0.9);
  border: 0;
  padding: 12px 4em;
}

/* line 418, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.titulo {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #0F3764;
  margin: 2em 10% 1em 10%;
}

/* line 426, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.titulo_punticos {
  text-transform: uppercase;
  background-image: url(../images/punticos.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-left: 3em;
  margin: 2em 0 1em 1em;
  font-size: 40px;
  font-weight: 700;
  color: #0F3764;
  min-height: 55px;
}

/* line 444, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#views-bootstrap-servicios-home-block-2 .servicios_card {
  position: relative;
}

/* line 449, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#views-bootstrap-servicios-home-block-2 .servicios_card-header {
  position: relative;
  width: 100%;
  bottom: 0;
  height: 4em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.5em;
  margin-top: -4em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

@media (max-width: 992px) {
  /* line 449, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #views-bootstrap-servicios-home-block-2 .servicios_card-header {
    font-size: 1.0em;
  }
}

/* line 467, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#views-bootstrap-servicios-home-block-2 .servicios_card-header a {
  color: #000000;
  text-decoration: none;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1.1em;
}

/* line 480, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#views-bootstrap-servicios-home-block-2 .image_card img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

/* line 487, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#views-bootstrap-servicios-home-block-2 .servicios_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  transition: .5s ease;
  background: #ffffff;
}

/* line 499, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#views-bootstrap-servicios-home-block-2 .servicios_card:hover .servicios_overlay {
  opacity: 0;
}

/* line 504, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.slick-arrow::before {
  color: #0F3764;
}

/*#block-views-block-contenido-iyc-block-1{
    margin:0;
    .view-content{
        margin: 0;
        .row{
            margin: 0;
            padding: 0;
        }
    }
}*/
/* line 526, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_arriba_cont_iyc {
  background-image: url(/sites/default/files/banner_topiyc.jpg);
  background-position: center;
  margin: 0;
}

/* line 531, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_arriba_cont_iyc .colntenido {
  background: rgba(255, 255, 255, 0.5);
}

/* line 534, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_arriba_cont_iyc .colntenido1 {
  padding: 3.5em;
}

/* line 536, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_arriba_cont_iyc .colntenido1 h3 {
  font-weight: bold;
}

/* line 540, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_arriba_cont_iyc .colntenido3 {
  padding: 3.5em;
}

/* line 542, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_arriba_cont_iyc .colntenido3 img {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 1em;
  border-radius: 10px;
}

/* line 553, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-tipo-iyc h3 {
  font-size: 2.2em;
  text-transform: uppercase;
  margin: 10px 1em;
}

/* line 557, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-tipo-iyc h3 a {
  color: #0F3764;
  text-decoration: none;
}

/* line 564, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-image {
  position: relative;
}

/* line 566, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-image img {
  width: 100%;
  height: auto;
}

/* line 570, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-image .contiyc_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .4;
  transition: .5s ease;
  background: #ffffff;
}

/* line 582, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-image .field-content:hover .contiyc_overlay {
  opacity: 0;
}

/* line 586, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-title {
  padding: 1em;
  height: 5em;
  background: #ececec;
  font-weight: bold;
}

/* line 591, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-title a {
  color: #000000;
  text-decoration: none;
}

/* line 596, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-url {
  background: #ececec;
  text-align: right;
}

/* line 599, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-id-contenido_iyc .views-field-field-url .btn {
  padding: 7px 1.5em;
  margin: 0 1em 1em 0;
}

/*
.view-id-contenido_iyc{
    .view-content{
        .row.justify-content-md-center{ 
            padding: 0;
            margin: 0;
        }
        .views-row.bloques  {
            padding: 0;
            margin: 0;
        }
        .contenido {
            position: relative;
            img{
                height: 100%;
                padding: 0;
                //margin: 0;
            }
        }
        .contenido-int{
            position: absolute;
            top:0;
            background: rgba(256,256,256,.5);
            padding: 0;
            margin: 0;
            height: 100%;
            .tipo{
                h3{   
                    padding: 1.5em 0 0 .5em;
                    font-weight:bold;
                    font-size:24px; 
                }
            }
            .cont{
                padding: 1em 3.5em 0 0;
                div{
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    height: 100%;
                    color:$c_azul1;
                    a{
                        margin-bottom: 2em;
                    }
                    h4{
                        font-weight: 700;
                        font-size: 1.4em;
                    }
                }
            }
        }
    }
}*/
/* line 660, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.page-view-frontpage .featured-bottom-first {
  background-image: url(../images/linea_azul.svg);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 7em;
  padding-bottom: 7em;
}

/* line 668, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica {
  color: #0F3764;
  padding: 0 2em;
}

/* line 672, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica .bubble {
  position: relative;
  padding: 2em;
  border: 2px solid #0F3764;
}

/* line 676, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica .bubble p {
  color: #0F3764;
}

/* line 681, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica .triangulo {
  margin-top: -2px;
  z-index: 99;
  position: relative;
}

/* line 688, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica .testigo p {
  margin: 0;
}

/* line 691, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica .testigo .firma {
  display: flex;
}

/* line 694, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.testifica .testigo .datos {
  padding: 0 1em 1em;
  margin: 1em;
  -webkit-box-shadow: 3px 3px 10px 3px #8e8e8e;
  -moz-box-shadow: 3px 3px 10px 3px #8e8e8e;
  box-shadow: 3px 3px 10px 3px #8e8e8e;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 708, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.page-view-frontpage .featured-bottom-second {
  background: #ECECEC;
  background-image: url(../images/linea_verde_quienes.svg);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 7em;
  color: #0F3764;
}

/* line 719, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-quienessomoshome .texto {
  text-align: center;
  padding: 3em;
}

/* line 722, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-quienessomoshome .texto h4 {
  font-size: 30px;
}

/* line 726, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-quienessomoshome .boton {
  text-align: center;
  margin-bottom: 3em;
}

/* line 735, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#webform-submission-contact-form-ajax .datoscontacto, #block-contactanoshome .datoscontacto {
  text-align: center;
  color: #0F3764;
}

/* line 738, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#webform-submission-contact-form-ajax .datoscontacto span, #block-contactanoshome .datoscontacto span {
  clear: both;
  margin: 60px auto;
  font-size: 24px;
  display: block;
  color: #0F3764;
}

/* line 744, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#webform-submission-contact-form-ajax .datoscontacto span i, #block-contactanoshome .datoscontacto span i {
  display: block;
  text-align: center;
  font-size: 2.5em;
  color: #0F3764;
  margin-bottom: 30px;
}

/* line 753, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#webform-submission-contact-form-ajax #edit-columna-ormulario, #block-contactanoshome #edit-columna-ormulario {
  background-color: #0F3764;
  padding: 30px 45px;
  border-radius: 3px;
}

/* line 760, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-contactanoshome {
  padding-top: 3em;
}

@media (min-width: 576px) {
  /* line 767, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .force-container, .force-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 773, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .force-container, .force-container-md, .force-container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 778, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .force-container, .force-container-lg, .force-container-md, .force-container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 784, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .force-container, .force-container-lg, .force-container-md, .force-container-sm, .force-container-xl {
    max-width: 1140px;
  }
}

/* line 796, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado {
  color: #fff;
}

/* line 800, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul {
  background-color: #0F3764;
}

/* line 804, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul .btnLlamado {
  background-color: #F9B816;
  color: #111111;
}

/* line 809, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul * {
  color: #fff;
}

/* line 813, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo {
  background-color: #F9B816;
}

/* line 817, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo .btnLlamado {
  background-color: #0663C0;
  color: #fff;
}

/* line 822, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo .textoLlamado {
  color: #111111;
}

@media (max-width: 991.98px) {
  /* line 827, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado.amarillo .textoLlamado {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
  }
}

/* line 834, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo .textoLlamado * {
  color: #111111;
}

/* line 838, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul-rey {
  background-color: #24B3D1;
}

/* line 842, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul-rey .btnLlamado {
  background-color: #F9B816;
  color: #111111;
}

/* line 847, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul-rey .textoLlamado {
  color: #111111;
}

/* line 851, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.azul-rey .textoLlamado * {
  color: #111111;
}

/* line 855, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo-naranja {
  background-color: #0F3764;
}

/* line 859, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo-naranja .btnLlamado {
  background-color: #EA7605;
  color: #fff;
}

/* line 864, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo-naranja .textoLlamado {
  color: #fff;
}

/* line 868, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.amarillo-naranja .textoLlamado * {
  color: #fff;
}

/* line 872, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.verde {
  background-color: #6CB52D;
}

/* line 876, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.verde .btnLlamado {
  background-color: #0663C0;
  color: #fff;
}

/* line 881, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado.verde * {
  color: #000;
}

/* line 885, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado .textoLlamado p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 991.98px) {
  /* line 892, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado .textoLlamado {
    text-align: center;
  }
}

/* line 896, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado .btnLlamado {
  display: inline-block;
  padding: 15px 45px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  /* line 905, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado .btnLlamado {
    width: 100%;
    text-align: center;
    font-weight: 400;
  }
}

/* line 911, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna {
  color: #fff;
  text-align: center;
}

/* line 916, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Azul {
  background-color: #0F3764;
  border-top: 1px solid #fff;
}

/* line 921, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Azul .btnLlamado {
  background-color: #F9B816;
  color: #111111;
}

/* line 926, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Amarillo {
  background-color: #F9B816;
  border-top: 1px solid #fff;
}

@media (max-width: 991.98px) {
  /* line 932, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado-interna .Amarillo {
    border: none;
  }
}

/* line 936, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Amarillo .btnLlamado {
  background-color: #0663C0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 944, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Amarillo.textoLlamado {
  color: #111111;
}

/* line 948, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Amarillo.textoLlamado * {
  color: #111111;
  font-weight: 600;
}

/* line 953, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Blanco {
  background-color: #fff;
  border-top: 1px solid #F9B816;
}

/* line 958, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Blanco .btnLlamado {
  background-color: #0663C0;
  color: #fff;
}

/* line 963, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Blanco.textoLlamado {
  text-align: center;
  color: #F9B816;
}

/* line 968, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .Blanco.textoLlamado * {
  color: #F9B816;
  font-weight: 600;
  font-size: 36px;
}

@media (max-width: 991.98px) {
  /* line 975, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado-interna .Blanco.textoLlamado * {
    font-size: 20px;
    margin: 0px;
  }
}

/* line 980, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .textoLlamado.final {
  font-weight: 500;
  font-size: 22px;
}

@media (max-width: 991.98px) {
  /* line 986, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado-interna .textoLlamado.final {
    padding-bottom: 0;
  }
}

/* line 990, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .textoLlamado.final h1,
.llamado-interna .textoLlamado.final h2,
.llamado-interna .textoLlamado.final h3,
.llamado-interna .textoLlamado.final h4,
.llamado-interna .textoLlamado.final h5,
.llamado-interna .textoLlamado.final h6 {
  margin: 0;
  font-weight: 300;
  font-size: 38px;
}

@media (max-width: 991.98px) {
  /* line 1002, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado-interna .textoLlamado.final h1,
  .llamado-interna .textoLlamado.final h2,
  .llamado-interna .textoLlamado.final h3,
  .llamado-interna .textoLlamado.final h4,
  .llamado-interna .textoLlamado.final h5,
  .llamado-interna .textoLlamado.final h6 {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  /* line 1012, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .llamado-interna .textoLlamado.final p {
    font-size: 14px;
    font-weight: 600;
  }
}

/* line 1017, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.llamado-interna .btnLlamado {
  display: inline-block;
  padding: 10px 60px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  border-radius: 3px;
}

@media (max-width: 991.98px) {
  /* line 1028, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .page-quienes .text-align-right,
  .page-quienes .text-align-left {
    text-align: center;
  }
}

/* line 1035, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.principios {
  margin-bottom: 90px;
}

/* line 1039, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.principios h3 {
  margin-bottom: 45px;
}

/* line 1043, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.principios h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* line 1050, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .view-header h3 {
  margin: 100px auto 60px auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 1056, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .views-view-grid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 1064, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra {
  margin-bottom: 60px;
}

/* line 1068, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  margin: 0px;
  margin-bottom: 5px;
}

/* line 1076, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra h6 {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

/* line 1082, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra blockquote {
  font-size: 32px;
  font-weight: 300;
  color: #111111;
}

/* line 1088, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra .image {
  max-width: 25%;
}

@media (max-width: 991.98px) {
  /* line 1093, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .equipoTra .image {
    max-width: 100%;
  }
}

/* line 1097, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra.even .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 991.98px) {
  /* line 1104, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .equipoTra.even .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* line 1110, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra.even .text h4,
.view-junta-directiva .equipoTra.even .text h6,
.view-junta-directiva .equipoTra.even .text blockquote {
  text-align: right;
}

/* line 1116, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra.even .image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 991.98px) {
  /* line 1123, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .equipoTra.even .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 1129, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra.odd .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 1135, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra.odd .text h4,
.view-junta-directiva .equipoTra.odd .text h6,
.view-junta-directiva .equipoTra.odd .text blockquote {
  text-align: left;
}

/* line 1141, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-junta-directiva .equipoTra.odd .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767.98px) {
  /* line 1148, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1153, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .text h4,
  .view-junta-directiva .text h6,
  .view-junta-directiva .text blockquote {
    text-align: center !important;
  }
  /* line 1159, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-junta-directiva .text blockquote {
    font-size: 24px;
    font-weight: 300;
  }
}

/* line 1164, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-views-block-junta-directiva-block-1 {
  background-color: #EDEDED;
  padding-top: 70px;
}

/* line 1169, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-views-block-junta-directiva-block-1 .block-title {
  text-align: center;
}

/* line 1173, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva #views-bootstrap-junta-directiva-block-1 .col {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

/* line 1179, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva #views-bootstrap-junta-directiva-block-1 .col .views-field-title span.field-content {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

/* line 1185, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva #views-bootstrap-junta-directiva-block-1 .col .views-field-field-cargo span.field-content {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

/* line 1191, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva #views-bootstrap-junta-directiva-block-1 img {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  margin-top: 60px;
  max-width: 206px;
}

@media (max-width: 991.98px) {
  /* line 1201, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .juntadirectiva #views-bootstrap-junta-directiva-block-1 img {
    max-width: 100%;
  }
}

/* line 1205, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment {
  background-color: #fff;
  margin-top: 75px;
  padding-bottom: 30px;
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  /* line 1213, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .juntadirectiva .attachment {
    padding-top: 30px;
  }
  /* line 1217, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .juntadirectiva .attachment .col-12.col-md-4 {
    text-align: center;
  }
}

/* line 1221, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment h3 {
  font-size: 36px;
}

@media (max-width: 991.98px) {
  /* line 1226, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .juntadirectiva .attachment h3 {
    text-align: center;
    padding-bottom: 30px;
  }
}

/* line 1231, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment p {
  font-size: 16px;
}

/* line 1235, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment p strong {
  font-size: 20px;
}

/* line 1239, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment .contenido {
  background-color: #fff;
}

/* line 1243, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment .contenido .tweet {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* line 1250, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.juntadirectiva .attachment .contenido h5 {
  font-weight: 600;
  font-size: 20px;
  color: #111111;
  margin-top: 15px;
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  /* line 1259, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .juntadirectiva .attachment .contenido h5 {
    text-align: center;
  }
  /* line 1263, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .juntadirectiva .attachment .contenido p {
    text-align: left;
  }
}

/* line 1268, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-basicohtmlquienessomos h3 {
  font-size: 36px;
  font-weight: 400;
}

/*****************************/
/* line 1274, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.center-vertical {
  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;
  padding-top: 30px;
  align-items: center;
  padding-bottom: 30px;
}

/* line 1298, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.basico-html {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 1303, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.basico-html.gris {
  background-color: #EDEDED;
}

/* line 1308, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 1316, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 1321, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 1335, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 1339, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 1343, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 1347, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 1356, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-banners-paginas .view-content.row {
  margin: 0;
}

/* line 1358, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-banners-paginas .view-content.row .views-row {
  padding: 0;
}

/* line 1366, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_paginas .masked {
  position: relative;
}

/* line 1369, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_paginas .masked img {
  width: 100%;
  height: auto;
}

/* line 1374, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_paginas .contentblock {
  position: absolute;
  left: 15%;
  top: 20%;
}

/* line 1379, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.banner_paginas h2 {
  font-size: 72px;
  font-weight: 700;
  color: #0F3764;
  text-align: left;
}

@media (max-width: 991.98px) {
  /* line 1387, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .banner_paginas h2 {
    font-size: 28px;
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  /* line 1395, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .banner_paginas .contentblock {
    left: 0px;
  }
}

/* line 1404, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.page-view-asociate .bloqueAsociate {
  padding: 3em;
}

/* line 1407, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.page-view-asociate #blockimg h2 {
  color: #ffffff;
}

/* line 1411, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueasociate .masked,
#blockimg .masked {
  position: relative;
}

/* line 1429, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueasociate .contentoferta,
#blockimg .contentoferta {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0%;
}

@media (max-width: 991.98px) {
  /* line 1440, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #block-bloqueasociate .contentoferta,
  #blockimg .contentoferta {
    bottom: 30px;
  }
}

/* line 1445, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueasociate .contentblock,
#blockimg .contentblock {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 25%;
}

@media (max-width: 991.98px) {
  /* line 1456, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #block-bloqueasociate .contentblock,
  #blockimg .contentblock {
    bottom: 30px;
  }
}

/* line 1461, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueasociate h2,
#blockimg h2 {
  font-size: 72px;
  color: #0F3764;
  text-align: center;
  word-break: break-all;
}

@media (max-width: 767.98px) {
  /* line 1470, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #block-bloqueasociate h2,
  #blockimg h2 {
    font-size: 28px;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  /* line 1478, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #block-bloqueasociate h2,
  #blockimg h2 {
    font-size: 48px;
  }
}

/* line 1483, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueasociate p,
#blockimg p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 1491, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #block-bloqueasociate p,
  #blockimg p {
    font-size: 12px;
    text-align: left;
    max-width: 75%;
  }
}

/* line 1498, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueasociate .boton,
#blockimg .boton {
  display: block;
  max-width: 190px;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  border-radius: 3px;
  background-color: #0F3764;
  color: #fff;
  margin: 30px auto;
}

@media (max-width: 991.98px) {
  /* line 1512, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #block-bloqueasociate .boton,
  #blockimg .boton {
    margin: 0px;
  }
}

/* line 1518, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.bloqueAsociate {
  background-color: #EBE9E9;
  border-top: 10px solid #0F3764;
  margin-top: 90px;
}

@media (max-width: 991.98px) {
  /* line 1525, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .bloqueAsociate {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 1530, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .view-header h2 {
  font-weight: normal;
  margin-top: 30px;
}

/* line 1535, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* line 1546, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .asociarme {
  display: block;
  width: 100%;
  margin: 10px auto;
  background-color: #F5F6F5;
  align-content: center;
  text-align: left;
  padding: 15px;
  min-height: 240px;
}

/* line 1557, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .asociarme h4 {
  font-size: 20px;
  color: #000;
}

/* line 1562, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .asociarme p.costo {
  font-size: 36px;
  color: #0663C0;
}

/* line 1567, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .asociarme p.costo span {
  color: #0663C0;
}

/* line 1571, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .asociarme .anos,
.view-asociate .asociarme .pesos {
  font-size: 20px;
  font-weight: normal;
}

/* line 1577, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .attachment-after .asociarme p.costo span {
  color: #fd7e14;
}

/* line 1581, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .jumbotron {
  padding: 45px 0px !important;
}

/* line 1585, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .btn-primary {
  margin-right: 15px;
}

/* line 1589, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .btn-secondary {
  margin-left: 15px;
}

/* line 1593, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .btn {
  padding: 0.375rem 2rem;
}

/* line 1597, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .btnJuridica .btn-primary {
  background-color: #EA7605;
  border-color: #EA7605;
}

@media (max-width: 991.98px) {
  /* line 1603, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-asociate .btnJuridica .btn-primary {
    display: block;
    width: 100%;
  }
}

/* line 1608, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .btnNatural .btn-primary {
  background-color: #0663C0;
  border-color: #0663C0;
}

@media (max-width: 991.98px) {
  /* line 1614, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-asociate .btnNatural .btn-primary {
    display: block;
    width: 100%;
  }
}

/* line 1619, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-asociate .btn-secondary {
  color: #111111;
  background-color: #fff;
  border-color: #EBE9E9;
}

@media (max-width: 991.98px) {
  /* line 1626, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-asociate .btn-secondary {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
  }
}

/* line 1638, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .view-footer {
  margin-top: 2em;
}

/* line 1642, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .view-header .col-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1647, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .view-header img {
  width: 100%;
  max-width: 250px;
}

/* line 1651, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .view-header .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 1658, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .view-header .embed-container iframe,
.view-capacitacion-servicios .view-header .embed-container object,
.view-capacitacion-servicios .view-header .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1671, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.quicktabs-wrapper,
.quicktabs-main {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1681, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
ul.quicktabs-tabs {
  border-bottom: 1px solid #0F3764;
  width: 80%;
  text-align: center;
  margin: 15px auto !important;
}

/* line 1687, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.quicktabs-hide {
  display: none !important;
}

@media (max-width: 767.98px) {
  /* line 1692, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  ul.quicktabs-tabs {
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 767.98px) {
  /* line 1698, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  ul.quicktabs-tabs li {
    display: block !important;
    border-top: 1px solid #707070;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

/* line 1706, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
ul.quicktabs-tabs li a {
  font-size: 20px;
  padding: 5px 15px 5px 15px;
  border-radius: 10px 10px 0 0;
  color: #000;
  line-height: 1.7em;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  /* line 1716, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  ul.quicktabs-tabs li a {
    border-radius: 0px;
  }
}

/* line 1720, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
ul.quicktabs-tabs li a:hover {
  text-decoration: none;
  color: #0F3764;
}

@media (max-width: 767.98px) {
  /* line 1726, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  ul.quicktabs-tabs li a {
    background-color: transparent;
    color: #414141;
    font-size: 20px;
    display: block;
    text-align: left;
  }
}

/* line 1734, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
ul.quicktabs-tabs li.active a {
  text-decoration: none;
  background-color: #0F3764;
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 1741, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  ul.quicktabs-tabs li.active a {
    background-color: #0F3764;
    color: #EBE9E9;
  }
}

/* line 1746, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.quicktabs-tabpage {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 991.98px) {
  /* line 1756, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .quicktabs-tabpage > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 1761, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #notasrss {
    margin-bottom: 30px;
  }
}

/* line 1765, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss h2 {
  color: #0F3764;
  margin-top: 140px;
  text-align: center;
  font-size: 36px;
}

@media (max-width: 991.98px) {
  /* line 1773, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  #notasrss h2 {
    margin-top: 15px;
  }
}

/* line 1777, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .logorss {
  background-image: url(../images/iyclogo.png);
  height: 180px;
  width: 90%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px auto;
}

/* line 1787, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss h4 {
  font-weight: 600;
  line-height: 1 !important;
  margin-top: 22px;
}

/* line 1793, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss h4 a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

/* line 1799, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss h4.headerrss a {
  font-size: 18px;
  font-weight: 600;
}

/* line 1804, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss h4.headerrss.lessmargin {
  margin-top: 10px !important;
}

/* line 1808, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .fecharss {
  font-size: 12px;
  color: #707070;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1816, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .fecharss.marginal {
  margin-bottom: 15px;
}

/* line 1820, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .bordegris {
  border: 1px solid #EDEDED;
  padding: 10px;
}

/* line 1825, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .img-square {
  object-fit: cover;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -37px;
}

/* line 1835, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .item.row {
  height: 120px;
  border-top: 1px solid #707070;
  padding: 15px 0px;
  max-width: 100%;
  margin: auto;
}

/* line 1843, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .item.row h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 8px;
}

/* line 1851, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#notasrss .item.row .col-md-4,
#notasrss .item.row .col-md-8 {
  padding-left: 0px;
}

/* line 1856, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1863, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabs li {
  background-color: white;
  border: 0;
}

@media (max-width: 991.98px) {
  /* line 1870, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-capacitacion-servicios .quicktabs-tabs {
    padding: 0px;
  }
}

@media (max-width: 767.98px) {
  /* line 1875, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-capacitacion-servicios .quicktabs-tabs li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767.98px) {
  /* line 1882, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-capacitacion-servicios .quicktabs-tabs li a {
    border-radius: 0px;
  }
}

/* line 1886, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabs li.active a {
  background-color: #457C88;
  color: #EBE9E9;
}

/* line 1891, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabpage {
  border-left: 5px solid #457C88;
  padding-left: 15px;
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  /* line 1899, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-capacitacion-servicios .quicktabs-tabpage {
    max-width: 100%;
  }
}

/* line 1903, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabpage > div {
  width: 100%;
}

/* line 1907, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabpage > div p:before {
  content: "•";
  color: #457C88;
  font-size: 18px;
}

/* line 1913, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .quicktabs-tabpage > div:last-child p {
  margin-bottom: 0;
}

/* line 1917, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .views-row:before {
  content: "â€¢ ";
  color: #457C88;
  font-size: 2em;
}

/* line 1923, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .banner-servicios {
  background-color: #C6D7DB;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991.98px) {
  /* line 1932, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-capacitacion-servicios .banner-servicios {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 1937, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-capacitacion-servicios .banner-servicios .fondoblanco {
  background-color: #fff;
  color: #457C88;
  padding: 35px 30px;
  box-shadow: 3px 3px 6px;
  font-size: 20px;
  font-weight: 600;
  border-left: 5px solid #457C88;
}

@media (max-width: 991.98px) {
  /* line 1948, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .view-capacitacion-servicios .banner-servicios img {
    margin-bottom: 30px;
  }
}

/* line 1956, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios {
  justify-content: center;
  align-items: center;
}

/* line 1961, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios h2 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 3px 25px;
  margin: 0px auto;
  text-transform: uppercase;
  margin-top: 30px;
}

/* line 1971, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios h2.verde {
  background-color: #6CB52D;
  max-width: 210px;
}

/* line 1976, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios h2.azul {
  background-color: #24B3D1;
  max-width: 150px;
}

/* line 1981, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios h2.amarillo {
  background-color: #F9B816;
  max-width: 185px;
}

/* line 1986, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios h2.naranja {
  background-color: #EA7605;
  max-width: 195px;
}

/* line 1991, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios h3 {
  text-align: center;
  color: #111111;
  font-size: 36px;
  text-transform: uppercase;
}

/* line 1998, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.headservicios p {
  text-align: center;
  max-width: 75%;
  font-size: 18px;
  color: #000;
  margin: 30px auto;
}

/* line 2006, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca {
  background-color: #D5F3CF;
  padding: 15px;
  margin-bottom: 30px;
}

/* line 2012, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca h3 {
  font-size: 20px;
  min-height: 90px;
  font-weight: 700;
}

/* line 2018, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca h3 a {
  color: #111111;
}

/* line 2022, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca p {
  font-size: 14px;
}

/* line 2026, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca p.inicia {
  font-size: 16px;
  font-weight: 600;
}

/* line 2031, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca p.inicia span {
  font-weight: 600;
}

/* line 2035, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca p.descripcion {
  min-height: 90px;
}

/* line 2039, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca .precioNormal {
  text-align: center;
  padding-top: 5px;
}

/* line 2044, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca .precioNormal p {
  font-size: 16px;
}

/* line 2048, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca .precioNormal span {
  font-size: 14px;
}

/* line 2052, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca .precioAsociado {
  text-align: center;
  border-left: solid 1px #B0B0B0;
}

/* line 2057, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca .precioAsociado p {
  font-size: 20px;
  font-weight: 700;
  color: #0663C0;
}

/* line 2063, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .infoAca .precioAsociado span {
  font-size: 14px;
  color: #0663C0;
}

/* line 2068, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .documentos h2 {
  text-align: center;
  color: #0F3764;
  font-size: 36px;
  margin-top: 90px;
  margin-bottom: 30px;
}

/* line 2076, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .documentos h5 {
  font-size: 18px;
  width: 80%;
  margin: 70px auto 20px auto;
  padding: 10px 15px 5px 15px;
  text-align: left;
  display: block;
  max-width: 170px;
  font-weight: 600;
  background-color: #F9B816;
  border-radius: 10px 10px 0px 0px;
  color: #111111;
}

/* line 2090, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .documentos ul {
  margin-left: 15px;
}

/* line 2094, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .documentos ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1em;
}

/* line 2101, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque {
  margin-top: 90px;
  text-align: center;
}

/* line 2106, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque img {
  max-width: 88px;
  margin: auto;
}

/* line 2111, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque h3 {
  font-size: 42px;
  font-weight: 600;
  color: #414141;
  max-width: 420px;
  text-align: center;
  margin-bottom: 60px;
}

/* line 2120, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque p {
  color: #111111;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

/* line 2128, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque p.marginne {
  margin-left: -15%;
}

/* line 2132, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque .cafeto {
  border: 3px solid #F9B816;
  border-radius: 20px;
  text-align: center;
}

/* line 2138, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque .cafeto img {
  max-width: 190px;
}

/* line 2142, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.view-servicios .bloqueporque .cafeto p {
  font-size: 30px;
  margin-top: -15px;
}

/* line 2147, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
Gerencia
.gerencia-resultado .field-content h3 {
  font-size: 32px;
  text-align: center;
  display: block;
  margin: 40px auto;
  font-size: 32px;
  text-transform: uppercase;
  color: #111111;
}

/* line 2160, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.gerencia-resultado .keynote-content {
  margin-bottom: 100px;
}

/* line 2164, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.introresul {
  margin-top: 80px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

/* line 2172, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados {
  text-align: center;
  margin-top: 80px;
}

/* line 2177, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados p {
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

@media (max-width: 767.98px) {
  /* line 2186, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .resultados p {
    font-size: 24px;
  }
}

/* line 2190, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir {
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 80px;
  height: 80px;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 6px 6px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 3px 0px rgba(0, 0, 0, 0.3);
  margin: auto;
}

@media (max-width: 767.98px) {
  /* line 2205, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .resultados .numercir {
    width: 60px;
    height: 60px;
  }
}

/* line 2210, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir span {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  /* line 2221, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .resultados .numercir span {
    font-size: 40px;
  }
}

/* line 2225, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir.uno {
  background-color: #4CB0B7;
}

/* line 2229, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir.dos {
  background-color: #88C5C4;
}

/* line 2233, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir.tres {
  background-color: #B3DCC0;
}

/* line 2237, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir.cuatro {
  background-color: #D8E116;
}

/* line 2241, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir.cinco {
  background-color: #FFAF11;
}

/* line 2245, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.resultados .numercir.seis {
  background-color: #F95D03;
}

/* line 2249, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-basicohtmlquienessomos h3 {
  font-size: 36px;
  font-weight: 400;
}

/* line 2254, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.principios {
  margin-bottom: 90px;
}

/* line 2258, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.principios h3 {
  margin-bottom: 45px;
}

/* line 2262, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.principios h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

/* line 2273, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 2285, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 2290, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 2295, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 2300, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 2305, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 2309, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 2314, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 2318, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 2322, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 2326, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 2333, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 2337, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 2341, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 2347, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 2351, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 2358, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 2363, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 2372, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 2377, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 2383, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 2389, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 2394, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 2399, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 2405, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 2414, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 2419, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 2424, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 2428, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 2433, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 2438, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 2443, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 2448, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 2453, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 2458, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 2463, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 2468, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 2473, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 2480, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/*Consultoria*/
/*Card orange*/
/* line 2488, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card.orange {
  border-color: #EA7605;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

/* line 2496, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card.orange .orangebg {
  background-color: #EA7605;
  color: #fff;
}

/* line 2501, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card.orange .orangebg img {
  margin: 0 auto;
}

/* line 2505, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card.orange .orangebg .card-title {
  color: #fff;
}

/* line 2509, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card.orange .card-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

/* line 2515, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.card.orange .card-body {
  font-size: 22px;
}

/* line 2518, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.tabconsultoria ul.quicktabs-tabs {
  border-radius: 0;
  display: flex;
  flex-direction: revert;
  justify-content: center;
}

/* line 2524, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.tabconsultoria ul.quicktabs-tabs li {
  background-color: transparent;
  color: #fd7e14;
  display: inline;
  background: none;
  list-style-type: none;
  padding: 2px;
  white-space: nowrap;
  border: 0;
  width: fit-content;
}

/* line 2534, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.tabconsultoria ul.quicktabs-tabs li a {
  text-decoration: none;
}

/* line 2539, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.tabconsultoria ul.quicktabs-tabs li.active a {
  background-color: transparent;
  color: #fd7e14;
}

/* line 2544, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.content-consultoria {
  padding-top: 30px;
  padding-bottom: 20px;
}

/* line 2549, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.content-consultoria h3 {
  font-size: 32px;
  font-weight: 300;
  color: #111111;
}

/* line 2555, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.content-consultoria hr {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  /* line 2560, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .content-consultoria hr {
    display: none;
  }
}

/* line 2564, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.content-consultoria p.listLetter {
  position: relative;
  padding-left: 40px;
}

/* line 2569, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.content-consultoria p.listLetter span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.8;
}

/* line 2576, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.content-consultoria p.listLetter span.bigletter {
  font-size: 40px;
  font-weight: 600;
}

/*InvolÃºcrate*/
/* line 2582, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#block-bloqueinvolucrate .contentblock {
  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;
  padding-top: 30px;
  align-items: center;
  padding-bottom: 30px;
}

/* line 2605, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main {
  padding-top: 30px;
}

/* line 2609, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .bgazulimg {
  background-image: url(../images/bgimgazul.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

/* line 2616, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .involucratehorizonte {
  margin-bottom: 3em;
}

@media (max-width: 991.98px) {
  /* line 2621, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate main .involucratehorizonte {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 2626, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .involucratehorizonte p {
  margin: 0;
}

/* line 2630, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .involucratehorizonte h3 {
  font-weight: 600;
}

/* line 2634, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .borderedright {
  border-right: 1px solid;
}

@media (max-width: 991.98px) {
  /* line 2639, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate main .borderedright {
    border-right: none;
  }
}

/* line 2643, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .azulbg {
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 2648, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate main .azulbg {
    padding: 0px !important;
    margin: auto -15px;
  }
}

/* line 2653, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .azulbg .borderedright {
  border-color: #fff;
}

/* line 2657, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .azulbg h2 {
  padding-top: 30px;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 2663, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate main .azulbg h2 {
    font-size: 24px;
    text-align: left;
  }
  /* line 2668, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate main .azulbg h2.text-right {
    text-align: left !important;
  }
}

/* line 2672, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .azulbg .lista p {
  color: #fff;
}

/* line 2676, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .azulbg .lista p.listelement {
  position: relative;
  padding-left: 18px;
}

/* line 2681, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.path-involucrate main .azulbg .lista p.listelement:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.7em;
  top: -9px;
}

@media (max-width: 991.98px) {
  /* line 2690, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate h3,
  .path-involucrate h2 {
    text-align: center;
    width: 100%;
    display: block;
  }
  /* line 2697, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
  .path-involucrate .mw-80 {
    max-width: 100% !important;
  }
}

/* line 2701, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.text-orange {
  color: #EA7605;
}

/* line 2705, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.text-blue {
  color: #0F3764;
}

/* line 2709, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.amarillobg {
  background-color: #F9B816;
}

/* line 2713, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.azulbg {
  background-color: #0663C0;
}

/* line 2717, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.azulbgClaro {
  background-color: #B6CCE1;
}

/* line 2721, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.azulbgClaro .boxinvolucrate {
  border-bottom-right-radius: 8px;
  box-shadow: 3px 2px 2px 0 #00003d;
  background-color: #fff;
  padding-top: 15px;
}

/* line 2728, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.azulbgClaro .boxinvolucrate.yellowborder {
  border-left: 2px solid #F9B816;
}

/* line 2732, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
.azulbgClaro .boxinvolucrate.orangeborder {
  border-left: 2px solid #EA7605;
}

/* line 2736, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#asociacion #elform {
  margin: auto;
  background-color: #C0DED5;
  padding: 30px;
}

/* line 2742, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#asociacion #elform label {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}

/* line 2748, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#asociacion #elform #edit-submit {
  max-width: 200px;
  background-color: #0663C0;
  color: #fff;
  margin: auto;
}

/* line 2755, ../../www_local/avanciencia/themes/subtheme/scss/style.scss */
#asociacion #elform #edit-previous {
  max-width: 200px;
  margin: 30px auto;
}

@media only screen and (max-width: 1200px) {
  /* line 6, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .view-servicioss #quicktabs-servicios .quicktabs-tabs {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  /* line 18, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .col-md-0 {
    display: none;
  }
  /* line 23, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__title {
    font-size: 20px;
  }
  /* line 27, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #slick-views-slider-home-block-block-1-1-slider .slide__caption .slide__description p {
    padding: 0 1em;
  }
  /* line 36, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #views-bootstrap-servicios-home-block-2 .col-sm-6 {
    margin-bottom: 2em;
  }
  /* line 41, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .titulo {
    font-size: 30px;
  }
  /* line 45, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .titulo_punticos {
    font-size: 30px;
    padding-left: 4em;
  }
  /* line 51, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .banner_arriba_cont_iyc .colntenido1, .banner_arriba_cont_iyc .colntenido3 {
    padding: 1.5em;
  }
  /* line 54, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .banner_arriba_cont_iyc .colntenido3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 61, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .view-id-contenido_iyc .views-field-field-tipo-iyc h3 {
    font-size: 25px;
    text-align: center;
  }
  /* line 65, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .view-id-contenido_iyc .views-field-title {
    height: 8em;
  }
  /* line 72, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #webform-submission-contact-form-ajax .datoscontacto span, #block-contactanoshome .datoscontacto span {
    margin: 50px auto;
    font-size: 18px;
  }
  /* line 84, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .site-footer .site-footer__top .region {
    width: 50%;
  }
  /* line 92, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #block-views-block-contenido-iyc-block-1 .row .col-12 {
    max-width: 350px;
    margin: 0 auto;
  }
  /* line 98, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #blockimg h2 {
    font-size: 30px;
  }
  /* line 102, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .block-bloqueredessocialesfooter .social-menu {
    margin: 0 2em;
  }
  /* line 109, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .tabconsultoria ul.quicktabs-tabs {
    flex-direction: column;
  }
  /* line 113, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .tabconsultoria ul.quicktabs-tabs li {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  /* line 125, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .col-sm-0 {
    display: none;
  }
  /* line 128, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .titulo {
    font-size: 28px;
    margin: 0 10% 1em 10%;
  }
  /* line 134, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #webform-submission-contact-form-ajax .datoscontacto span, #block-contactanoshome .datoscontacto span {
    margin: 30px auto;
    font-size: 15px;
  }
  /* line 137, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #webform-submission-contact-form-ajax .datoscontacto span i, #block-contactanoshome .datoscontacto span i {
    margin-bottom: 5px;
  }
  /* line 148, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .site-footer .site-footer__top .region {
    width: 100%;
    text-align: center;
  }
  /* line 154, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .titulo {
    font-size: 25px;
  }
  /* line 157, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .titulo_punticos {
    font-size: 25px;
    padding-left: 4em;
    background-size: 70px;
    margin: 2em 0 1em 0em;
  }
  /* line 164, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #views-bootstrap-servicios-home-block-2 .servicios_card {
    margin: 0 auto;
    max-width: 250px;
  }
  /* line 170, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .view-id-contenido_iyc .views-field-field-tipo-iyc h3 {
    font-size: 23px;
    text-align: center;
  }
  /* line 174, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  .view-id-contenido_iyc .views-field-title {
    height: auto;
  }
  /* line 178, ../../www_local/avanciencia/themes/subtheme/scss/_media_queries.scss */
  #blockimg h2 {
    font-size: 25px;
  }
}

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