@charset "UTF-8";
/*
Theme Name:  Marie Stopes
Description: Children for choice not by chance
Version: 1.0
Author: Enrique Contreras
Author URI: http://kikemonk.com/
*/
@font-face {
  font-family: 'Sanchez';
  src: url("./assets/fonts/SanchezBold.eot");
  src: url("./assets/fonts/SanchezBold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/SanchezBold.woff2") format("woff2"), url("./assets/fonts/SanchezBold.woff") format("woff"), url("./assets/fonts/SanchezBold.ttf") format("truetype"), url("./assets/fonts/SanchezBold.svg#SanchezBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Sanchez';
  src: url("./assets/fonts/Sanchez-Regular.eot");
  src: url("./assets/fonts/Sanchez-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Sanchez-Regular.woff2") format("woff2"), url("./assets/fonts/Sanchez-Regular.woff") format("woff"), url("./assets/fonts/Sanchez-Regular.ttf") format("truetype"), url("./assets/fonts/Sanchez-Regular.svg#Sanchez-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* HEADER */
@media (max-width: 600px) {
  #searchform {
    display: none; } }

#searchform label {
  display: none; }

#searchform input[type=text] {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  transition: .2s;
  padding: .3rem .7rem;
  font-size: .8rem; }
  #searchform input[type=text]:focus {
    background: rgba(255, 255, 255, 0.8); }

#searchform input[type=submit] {
  background: rgba(195, 205, 42, 0.7);
  font-family: "Sanchez";
  border: none;
  font-weight: bold;
  color: #fff;
  transition: .2s;
  display: inline-block;
  padding: .3rem .7rem;
  text-transform: uppercase;
  font-size: .8rem; }
  #searchform input[type=submit]:hover {
    background: #c3cd2a;
    color: #393939; }

#masthead .primary-head {
  padding: .3rem 0;
  background: #009fda;
  text-align: center;
  position: sticky; }
  @media (max-width: 768px) {
    #masthead .primary-head {
      background: #fff;
      padding-top: 1rem; } }
  #masthead .primary-head ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #masthead .primary-head ul li {
      display: inline-block;
      margin: 0 1rem; }
      @media (max-width: 768px) {
        #masthead .primary-head ul li {
          margin: 0 .3rem; } }
      #masthead .primary-head ul li i {
        margin-right: .5rem;
        transform: scale(1.3); }
      #masthead .primary-head ul li a {
        color: #fff;
        font-family: "Sanchez";
        font-weight: bold;
        font-size: .8rem; }
        @media (max-width: 768px) {
          #masthead .primary-head ul li a {
            background: #009fda;
            padding: .5rem 1rem;
            border-radius: 20px;
            font-size: .6rem; } }
        #masthead .primary-head ul li a:hover {
          text-decoration: none; }

#masthead .second-head {
  padding: .7rem;
  box-shadow: 0 2px 3px rgba(57, 57, 57, 0.4); }
  #masthead .second-head .mobile-menu-trigger {
    font-size: 1.6rem;
    columns: #009fda; }
  #masthead .second-head #mastmenu ul {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0; }
    #masthead .second-head #mastmenu ul li {
      display: inline-block;
      margin: 0; }
      #masthead .second-head #mastmenu ul li a {
        display: block;
        text-transform: uppercase;
        padding: .5rem .8rem;
        color: #393939;
        font-family: "Arial Black";
        font-size: .7rem;
        transition: .3s; }
        #masthead .second-head #mastmenu ul li a:hover {
          color: #fff;
          background: #009fda;
          text-decoration: none; }
    #masthead .second-head #mastmenu ul .donate a {
      background: #be0069;
      color: #fff; }
      #masthead .second-head #mastmenu ul .donate a:hover {
        background: #a03278; }

#masthead .agenda-en-linea-btn {
  background: #f2cd3a;
  color: #fff;
  display: block;
  padding: .5rem 1rem;
  text-transform: uppercase;
  transition: .3s; }
  #masthead .agenda-en-linea-btn:hover {
    color: #393939; }
  @media (max-width: 600px) {
    #masthead .agenda-en-linea-btn {
      display: none; } }

#masthead .donar-btn {
  background: #be0069;
  color: #fff;
  display: block;
  padding: .5rem 1rem;
  text-transform: uppercase;
  transition: .3s; }
  #masthead .donar-btn:hover {
    color: #393939; }
  @media (max-width: 600px) {
    #masthead .donar-btn {
      display: none; } }

#masthead #mobile-menu {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  height: 100vh;
  background: #009fda;
  font-family: "Sanchez";
  padding: 0 1rem; }
  #masthead #mobile-menu .close-menu {
    color: #fff;
    font-size: 1.9rem;
    padding: .5rem 1rem .1rem 0; }
  #masthead #mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #masthead #mobile-menu ul li a {
      font-size: 1rem;
      color: #fff;
      display: block;
      padding: .3rem 1rem;
      border-bottom: 1px solid #fff; }

#breadcrumb {
  padding: .2rem 0;
  font-size: .8rem;
  margin: 0;
  color: #393939;
  font-family: "Arial";
  background: none; }
  #breadcrumb li {
    margin-right: 1rem; }
    #breadcrumb li:after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: .5rem;
      content: "\f324";
      padding-left: .5rem; }
    #breadcrumb li:last-child:after {
      content: none; }
  #breadcrumb .active {
    font-weight: bold;
    color: #009fda; }
  #breadcrumb a {
    color: #393939; }

/* Carrusel Principal */
#carrusel-principal .mask-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.2); }

#carrusel-principal .carousel-caption {
  top: 5% !important; }
  @media (max-width: 600px) {
    #carrusel-principal .carousel-caption {
      top: inherit !important;
      bottom: 5% !important; } }
  #carrusel-principal .carousel-caption h5 {
    font-family: "Sanchez";
    font-size: 2.5rem;
    font-weight: bold; }
    @media (max-width: 414px) {
      #carrusel-principal .carousel-caption h5 {
        font-size: 1.3rem; } }

#carrusel-principal .carousel-indicators li {
  width: 70px;
  height: 15px;
  border: 1px solid #fff;
  background: transparent; }
  #carrusel-principal .carousel-indicators li:after {
    content: ' ';
    width: 60%;
    position: absolute;
    height: 3px;
    background: #858585;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#carrusel-principal .carousel-indicators .active:after {
  background: #009fda; }

.site-mask {
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: rgba(57, 57, 57, 0.6);
  position: fixed;
  display: none; }

.yellow-stage {
  background: #f2cd3a;
  padding: 1rem;
  font-family: "Sanchez";
  color: #393939;
  font-weight: bold; }
  .yellow-stage span {
    font-size: 1.5rem; }
    @media (max-width: 414px) {
      .yellow-stage span {
        display: block;
        width: 100%;
        font-size: .8rem; } }
    .yellow-stage span a {
      font-size: 1.5rem;
      text-transform: inherit; }
      @media (max-width: 414px) {
        .yellow-stage span a {
          font-size: .8rem; } }
  .yellow-stage a {
    font-family: "Arial Black";
    color: #393939;
    text-transform: uppercase; }
    @media (max-width: 414px) {
      .yellow-stage a {
        font-size: .8rem; } }

#testimonios-stage {
  padding: 3.4rem 0;
  background-size: cover !important; }
  @media (max-width: 414px) {
    #testimonios-stage {
      background: url("assets/img/fondos/testimonios-mobile.jpg");
      background-size: 100% !important;
      background-repeat: no-repeat !important; } }
  #testimonios-stage h2 {
    color: #009fda;
    font-family: "Sanchez";
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 414px) {
      #testimonios-stage h2 {
        font-size: 1.3rem;
        width: 50%; } }
  #testimonios-stage a {
    display: inline-block;
    color: #393939;
    font-family: "Arial Black";
    text-transform: uppercase;
    padding: .8rem 1.4rem;
    background: #f2cd3a; }
    @media (max-width: 414px) {
      #testimonios-stage a {
        font-size: .7rem;
        padding: .5rem 1.2rem; } }

.ubicaciones-link {
  margin: 1rem 0; }

.ubicacion-block {
  margin-bottom: 1rem;
  padding: 1rem;
  height: 340px;
  position: relative;
  background-size: cover !important;
  transition: .3s; }
  .ubicacion-block a {
    color: #fff; }
  @media (max-width: 414px) {
    .ubicacion-block {
      height: 206px; } }
  .ubicacion-block .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s; }
  .ubicacion-block:hover .mask {
    opacity: 0; }
  .ubicacion-block .info-name {
    position: absolute;
    bottom: 1rem;
    z-index: 10; }
    .ubicacion-block .info-name h2 {
      font-family: "Sanchez";
      font-size: 1.4rem;
      font-weight: bold;
      color: #fff; }
    .ubicacion-block .info-name a {
      color: #fff;
      font-family: "Arial Black";
      text-transform: uppercase;
      font-size: .7rem; }
      .ubicacion-block .info-name a i {
        transform: scale(0.8); }

.home-block {
  padding: 3rem 0;
  background: #e7e7e7; }
  .home-block .block-title {
    width: 100%;
    color: #009fda;
    font-family: "Sanchez";
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    padding-bottom: 1rem; }
    @media (max-width: 414px) {
      .home-block .block-title {
        font-size: 2rem; } }
  .home-block .service-block {
    padding: .5rem 2rem; }
    @media (max-width: 414px) {
      .home-block .service-block {
        margin-bottom: 1rem; } }
    .home-block .service-block h2 {
      padding-top: 1rem;
      font-family: "Sanchez";
      font-weight: bold;
      color: #fff;
      font-size: 1.4rem; }
    .home-block .service-block h4 {
      font-size: 1.2rem;
      font-family: "Sanchez";
      color: #fff;
      padding-bottom: .8rem; }
    .home-block .service-block a {
      display: block;
      color: #fff;
      font-family: "Arial Black";
      text-transform: uppercase;
      border-top: 1px solid #fff;
      padding-top: .8rem;
      padding-bottom: 1rem;
      font-size: .7rem; }
  .home-block .cyan {
    background: rgba(0, 159, 218, 0.6);
    transition: .4s; }
    .home-block .cyan:hover {
      background: #009fda; }
  .home-block .magenta {
    background: rgba(190, 0, 105, 0.6);
    transition: .4s; }
    .home-block .magenta:hover {
      background: #be0069; }
  .home-block .post-block {
    background: #fff;
    margin-bottom: 1rem; }
    .home-block .post-block .thumbnail {
      height: 200px;
      overflow: hidden; }
    .home-block .post-block .post-preview {
      height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .home-block .post-block .post-preview a {
        color: #009fda; }
    .home-block .post-block h2 {
      color: #009fda;
      font-family: "Sanchez";
      font-weight: bold;
      text-align: center;
      font-size: 1.4rem;
      padding: 1rem;
      margin: 0; }
    .home-block .post-block .excerpt {
      font-size: .8rem;
      text-align: center;
      padding: .5rem 1rem 1.5rem 1rem;
      color: #858585; }
    .home-block .post-block .read-more a {
      display: block;
      background: transparent;
      font-family: "Arial Black";
      color: #393939;
      text-transform: uppercase;
      text-align: center;
      padding: .8rem;
      transition: .4s;
      border-top: 1px solid rgba(133, 133, 133, 0.5); }
      .home-block .post-block .read-more a:hover {
        background: #f2cd3a;
        text-decoration: none; }

.impact-block {
  padding: 1rem;
  height: 300px;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  position: relative; }
  @media (max-width: 414px) {
    .impact-block {
      margin-bottom: 1rem; } }
  .impact-block.partera {
    background: url("assets/img/bg-partera.jpg");
    background-size: cover; }
  .impact-block .fondo-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .impact-block .number {
    font-family: "Sanchez";
    font-size: 3.5rem;
    font-weight: bold;
    position: relative;
    z-index: 10; }
  .impact-block h2 {
    color: #fff;
    font-family: "Sanchez";
    font-weight: bold;
    font-size: 2.5rem; }
  .impact-block p {
    color: #fff;
    font-family: "Arial Black";
    font-size: .9rem; }
  .impact-block a {
    display: block;
    background: #f2cd3a;
    font-family: "Arial Black";
    text-transform: uppercase;
    color: #393939;
    font-size: .9rem;
    text-align: center;
    padding: .7rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .2s; }
    .impact-block a:hover {
      text-decoration: none;
      background: #caab30; }

/* SINGLE */
#post-container #post-head {
  position: relative;
  padding: 4rem; }
  @media (max-width: 414px) {
    #post-container #post-head {
      padding: 4rem 1rem; } }
  #post-container #post-head .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.5);
    top: 0;
    left: 0; }
  #post-container #post-head h1 {
    font-size: 3rem;
    font-family: "Sanchez";
    color: #fff;
    position: relative;
    font-weight: bold;
    z-index: 10; }
    @media (max-width: 414px) {
      #post-container #post-head h1 {
        font-size: 1.5rem; } }

#post-container .post-content {
  padding: 1rem 0;
  color: #393939;
  text-align: justify; }
  #post-container .post-content a {
    color: #009fda; }
  #post-container .post-content .HYPE_scene {
    position: relative !important;
    width: 100% !important; }

#post-container .post-data {
  padding: 1rem 0; }
  #post-container .post-data .fecha {
    color: #393939;
    font-family: "Sanchez";
    font-size: 2rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 1rem; }
  #post-container .post-data .categorias,
  #post-container .post-data .etiquetas {
    font-size: .9rem;
    font-family: "Sanchez";
    margin-bottom: 1rem; }
    #post-container .post-data .categorias a,
    #post-container .post-data .etiquetas a {
      color: #009fda; }

#post-container .know-more {
  padding: 2rem 0;
  text-align: center; }
  #post-container .know-more a {
    display: inline-block;
    background: #f2cd3a;
    color: #393939;
    text-transform: uppercase;
    font-family: "Arial Black";
    font-size: 1.8rem;
    padding: .4rem 1.8rem;
    transition: .3s; }
    #post-container .know-more a:hover {
      text-decoration: none;
      color: #fff; }

#post-container .cta-programa {
  background: #283573;
  padding: 2rem;
  color: #fff;
  font-family: "Sanchez";
  border-radius: 5px; }
  #post-container .cta-programa a {
    color: #f2cd3a; }

#post-container .donar-cta {
  background: #283573;
  padding: 2rem 0; }
  #post-container .donar-cta a {
    display: inline-block;
    background: #f2cd3a;
    color: #393939;
    text-transform: uppercase;
    font-family: "Arial Black";
    font-size: 1.8rem;
    padding: .4rem 1.8rem; }
  #post-container .donar-cta h3 {
    margin-top: 1rem;
    color: #f2cd3a;
    font-family: "Sanchez";
    margin-bottom: 0;
    padding: 0; }
  #post-container .donar-cta ul {
    margin: 0; }
    #post-container .donar-cta ul li {
      color: #fff;
      font-family: "Sanchez";
      font-size: .9rem; }

.page-stage {
  padding: 1.6rem 0;
  background: #e8e8e8;
  color: #393939;
  font-size: 1.3rem;
  font-family: "Sanchez";
  font-weight: bold; }
  .page-stage span {
    display: inline-block;
    padding: .7rem; }
  .page-stage a {
    font-family: "Arial Black";
    color: #393939;
    display: inline-block;
    text-transform: uppercase;
    background: #f2cd3a;
    text-align: center;
    padding: .7rem 1.8rem;
    transition: .3s; }
    .page-stage a:hover {
      text-decoration: none; }
    @media (max-width: 414px) {
      .page-stage a {
        font-size: 1rem;
        width: 100%;
        display: block; } }

.page-header {
  background-size: 100% !important;
  height: auto; }
  .page-header .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.5);
    top: 0;
    left: 0; }
  @media (max-width: 414px) {
    .page-header {
      height: auto; } }
  .page-header h1 {
    color: #f2cd3a !important;
    font-family: "Sanchez" !important;
    font-size: 4rem !important;
    letter-spacing: 1px;
    font-weight: bold; }
    @media (max-width: 414px) {
      .page-header h1 {
        font-size: 2rem !important;
        padding-left: 1rem; } }
  .page-header h3 {
    color: #fff;
    font-family: "Sanchez";
    line-height: 2.5rem; }
    @media (max-width: 414px) {
      .page-header h3 {
        font-size: 1rem;
        line-height: 1.6rem; } }
    .page-header h3 strong {
      font-weight: bold; }

.hero-banner {
  position: relative; }
  .hero-banner .container {
    position: relative; }
  .hero-banner h1 {
    position: absolute;
    top: 50%;
    left: 15%; }
    @media (max-width: 600px) {
      .hero-banner h1 {
        left: 5%; } }

/* CUOTAS */
#cuotas-head {
  background: url("assets/img/fondos/fondo_cuotas.jpg"); }

#cuotas-desc {
  padding: 3rem 0;
  font-size: .9rem;
  font-family: "Arial";
  color: #393939; }
  #cuotas-desc strong {
    font-family: "Arial Black";
    color: #009fda; }
  #cuotas-desc h3 {
    font-family: "Sanchez";
    color: #393939;
    font-weight: bold;
    font-size: 1.4rem; }

.cuotas-table .stage-cuotas {
  padding: .7rem; }
  .cuotas-table .stage-cuotas h1 {
    font-family: "Sanchez";
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    color: #fff; }

.cuotas-table .cuotable {
  padding: 3rem 0; }
  @media (max-width: 414px) {
    .cuotas-table .cuotable {
      padding: 2rem 0; } }
  @media (max-width: 414px) {
    .cuotas-table .cuotable .table {
      display: block;
      overflow-y: auto; } }
  .cuotas-table .cuotable thead {
    font-family: "Arial Black";
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 414px) {
      .cuotas-table .cuotable thead {
        font-size: .8rem; } }
  .cuotas-table .cuotable tbody tr {
    border: 1px solid #e8e8e8;
    margin: .2rem 0; }
    .cuotas-table .cuotable tbody tr td {
      font-family: "Arial";
      font-size: 1rem;
      color: #393939; }
      .cuotas-table .cuotable tbody tr td h2 {
        font-family: "Sanchez";
        font-size: 1.3rem;
        font-weight: bold; }
        @media (max-width: 414px) {
          .cuotas-table .cuotable tbody tr td h2 {
            font-size: .9rem; } }
      @media (max-width: 414px) {
        .cuotas-table .cuotable tbody tr td {
          font-size: .7rem; } }
    .cuotas-table .cuotable tbody tr .precios-td {
      font-family: "Sanchez";
      text-align: center; }
      @media (max-width: 414px) {
        .cuotas-table .cuotable tbody tr .precios-td h3 {
          font-size: .8rem;
          font-weight: bold; }
        .cuotas-table .cuotable tbody tr .precios-td ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .cuotas-table .cuotable tbody tr .precios-td ul li {
            padding: .5rem 0;
            border-bottom: 1px solid rgba(57, 57, 57, 0.3); }
            .cuotas-table .cuotable tbody tr .precios-td ul li:last-child {
              border: none; } }

.cuotas-table.ile-cuotas .stage-cuotas {
  background: #009fda; }

.cuotas-table.ile-cuotas .cuotable thead {
  background: #009fda; }

.cuotas-table.ile-cuotas .cuotable tbody tr {
  border-left: 4px solid #009fda; }
  .cuotas-table.ile-cuotas .cuotable tbody tr td h2,
  .cuotas-table.ile-cuotas .cuotable tbody tr td h3 {
    color: #009fda; }

.cuotas-table.metodos-cuotas .stage-cuotas {
  background: #be0069; }

.cuotas-table.metodos-cuotas .cuotable thead {
  background: #be0069; }

.cuotas-table.metodos-cuotas .cuotable tbody tr {
  border-left: 4px solid #be0069; }
  .cuotas-table.metodos-cuotas .cuotable tbody tr td h2,
  .cuotas-table.metodos-cuotas .cuotable tbody tr td h3 {
    color: #be0069; }

.cuotas-table.consultas-cuotas .stage-cuotas {
  background: #329848; }

.cuotas-table.consultas-cuotas .cuotable thead {
  background: #329848; }

.cuotas-table.consultas-cuotas .cuotable tbody tr {
  border-left: 4px solid #329848; }
  .cuotas-table.consultas-cuotas .cuotable tbody tr td h2,
  .cuotas-table.consultas-cuotas .cuotable tbody tr td h3 {
    color: #329848; }

#subsidios {
  padding: 2rem 0 3rem 0;
  font-family: "Arial Black";
  text-transform: uppercase;
  color: #393939; }
  #subsidios a {
    display: block;
    padding: 1rem;
    background: #f2cd3a;
    color: #393939; }

/* SERVICIOS */
#service-links {
  padding: 3rem 0 0 0;
  display: none; }
  #service-links .service-selector {
    list-style: none;
    padding: 2rem 0;
    margin: 0; }
    #service-links .service-selector li {
      display: inline-block;
      width: 32%;
      text-align: center; }
      @media (max-width: 414px) {
        #service-links .service-selector li {
          width: 100%;
          padding: .5rem;
          border-bottom: 1px solid rgba(57, 57, 57, 0.5); } }
      #service-links .service-selector li a {
        font-family: "Sanchez";
        color: rgba(133, 133, 133, 0.5);
        font-size: 1.4rem;
        transition: .3s;
        font-weight: bold;
        border-bottom: 3px solid transparent; }
        @media (max-width: 414px) {
          #service-links .service-selector li a {
            font-size: 1rem; } }
        #service-links .service-selector li a:hover {
          color: #009fda;
          text-decoration: none;
          border-color: #009fda; }

#service-stage {
  padding: 1rem 0;
  border-top: 1px solid rgba(133, 133, 133, 0.5);
  font-family: "Sanchez";
  color: #393939;
  font-weight: bold;
  display: none; }
  #service-stage ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #service-stage ul li {
      display: inline-block; }
      @media (max-width: 414px) {
        #service-stage ul li {
          display: block; } }
      #service-stage ul li a {
        font-family: "Arial Black";
        color: #858585;
        transition: .3s;
        border-bottom: 3px solid transparent; }
        #service-stage ul li a:hover {
          color: #009fda;
          border-color: #009fda;
          text-decoration: none; }

#infografias {
  padding: 4rem 0;
  margin: 2rem 0; }
  @media (max-width: 414px) {
    #infografias {
      padding: 4rem 1rem; } }
  #infografias h3 {
    font-family: "Sanchez";
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 3rem; }
    @media (max-width: 414px) {
      #infografias h3 {
        font-size: 1.7rem; } }
  #infografias a {
    font-family: "Sanchez";
    color: #393939 !important;
    margin-top: 2rem;
    text-transform: uppercase;
    transition: .3s; }
    #infografias a i {
      transition: .3s; }
    #infografias a:hover > i {
      margin-left: .5rem; }

.service-list .service-desc {
  padding: 2rem; }
  @media (max-width: 414px) {
    .service-list .service-desc {
      padding: 1rem; } }
  .service-list .service-desc h1 {
    font-family: "Sanchez";
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    color: #f2cd3a; }
    @media (max-width: 414px) {
      .service-list .service-desc h1 {
        font-size: 1.7rem; } }
  .service-list .service-desc .service-info {
    font-family: "Arial";
    text-align: justify;
    font-size: .9rem;
    color: #fff; }
    @media (max-width: 600px) {
      .service-list .service-desc .service-info {
        font-size: 1rem; } }
    .service-list .service-desc .service-info a {
      color: #f2cd3a; }
    .service-list .service-desc .service-info strong {
      font-weight: bold; }
  .service-list .service-desc .service-listado {
    list-style: none;
    padding: 0;
    margin: 0; }
    .service-list .service-desc .service-listado .service-listed {
      margin-bottom: 1rem; }
      @media (max-width: 414px) {
        .service-list .service-desc .service-listado .service-listed {
          padding: .5rem 0 1.5rem 0;
          border-bottom: 1px solid #fff; } }
      .service-list .service-desc .service-listado .service-listed h2 {
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "Sanchez";
        color: #f2cd3a; }
        @media (max-width: 414px) {
          .service-list .service-desc .service-listado .service-listed h2 {
            font-size: 1.2rem; } }
      .service-list .service-desc .service-listado .service-listed .service-extract {
        font-family: "Arial";
        font-size: .9rem;
        color: #fff; }
        @media (max-width: 600px) {
          .service-list .service-desc .service-listado .service-listed .service-extract {
            font-size: 1rem; } }
      .service-list .service-desc .service-listado .service-listed .service-data .precio {
        font-family: "Sanchez";
        font-weight: bold;
        font-size: 1.2rem;
        margin-right: .8rem;
        color: #fff; }
        @media (max-width: 414px) {
          .service-list .service-desc .service-listado .service-listed .service-data .precio {
            margin-bottom: 1rem; } }
      .service-list .service-desc .service-listado .service-listed .service-data a {
        font-family: "Arial Black";
        font-size: 1rem;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        text-transform: uppercase; }
        .service-list .service-desc .service-listado .service-listed .service-data a i {
          transform: scale(0.7); }

/* SERVICE SINGLE */
.service-post,
.service-descripcion,
#faqs-service {
  font-size: .9rem; }

.service-post {
  margin: 2rem 0; }
  .service-post .service-more-info {
    margin: 1rem 0; }

@media (max-width: 414px) {
  .service-descripcion {
    padding: .5rem 1rem !important; } }

.service-descripcion .cierre-emocional {
  font-size: 1.1rem; }
  .service-descripcion .cierre-emocional .link {
    display: inline-block;
    background: #009fda;
    padding: .8rem;
    color: #fff !important;
    font-family: "Sanchez";
    transition: .3s; }
    .service-descripcion .cierre-emocional .link:hover {
      color: #f2cd3a !important; }

.service-descripcion .service-prices {
  margin: 0 0 1rem 2rem;
  padding: 1.2rem 2rem;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Sanchez"; }
  @media (max-width: 414px) {
    .service-descripcion .service-prices {
      margin: 0 0 2rem 0;
      width: 100%; } }
  .service-descripcion .service-prices h3 {
    font-size: 1.3rem;
    font-family: "Sanchez";
    font-weight: bold;
    margin: 0; }
  .service-descripcion .service-prices h4 {
    font-size: 1.2rem;
    margin: 0; }
    .service-descripcion .service-prices h4 a {
      color: #fff !important; }
      @media (max-width: 414px) {
        .service-descripcion .service-prices h4 a {
          display: block; } }
      .service-descripcion .service-prices h4 a i {
        transform: scale(0.8); }
  .service-descripcion .service-prices .precio {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 2rem; }

.service-descripcion .texto {
  font-size: 1.1rem; }
  .service-descripcion .texto h2 {
    font-family: "Sanchez";
    font-weight: bold;
    font-size: 1.6rem; }
  .service-descripcion .texto h3 {
    font-family: "Sanchez";
    font-weight: bold; }

.more-info-entry {
  margin: 2rem 0;
  padding: 0;
  font-size: 1.1rem; }
  @media (max-width: 414px) {
    .more-info-entry {
      padding: 1rem; } }
  .more-info-entry h3 {
    font-family: "Sanchez";
    color: #393939;
    font-weight: bold;
    margin: 0;
    padding-bottom: .5rem;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(57, 57, 57, 0.5);
    margin-bottom: .5rem; }
    @media (max-width: 414px) {
      .more-info-entry h3 {
        font-size: 1.4rem; } }

#faqs-service #acordion-faqs .card {
  border-left: none;
  border-right: none;
  border-top: none; }

#faqs-service #acordion-faqs .card-header {
  background: none;
  padding: .5rem 0; }
  #faqs-service #acordion-faqs .card-header h2 .btn {
    text-align: left !important;
    font-family: "Sanchez";
    font-size: 1.2rem;
    font-weight: bold; }
    #faqs-service #acordion-faqs .card-header h2 .btn.collapsed {
      color: #393939; }
    @media (max-width: 414px) {
      #faqs-service #acordion-faqs .card-header h2 .btn {
        white-space: normal;
        font-size: 1rem; } }

#faqs-service #acordion-faqs .card-body {
  font-family: "Arial"; }

#enfermedades-list #acordion-enfermedades {
  width: 100%; }
  #enfermedades-list #acordion-enfermedades .card {
    border-left: none;
    border-right: none;
    border-top: none; }
  #enfermedades-list #acordion-enfermedades .card-header {
    background: none;
    padding: .5rem 0; }
    #enfermedades-list #acordion-enfermedades .card-header h2 .btn {
      text-align: left !important;
      font-family: "Sanchez";
      font-size: 1.2rem;
      font-weight: bold; }
      #enfermedades-list #acordion-enfermedades .card-header h2 .btn.collapsed {
        color: #329848; }
      @media (max-width: 414px) {
        #enfermedades-list #acordion-enfermedades .card-header h2 .btn {
          white-space: normal;
          font-size: 1rem; } }
  #enfermedades-list #acordion-enfermedades .card-body {
    font-family: "Arial"; }

.ile-cat strong,
.ile-cat a,
.ile-cat .sec-title {
  color: #009fda !important;
  font-weight: bold; }

.ile-cat .service-prices {
  background: #009fda; }

.ile-cat .btn {
  font-family: "Sanchez";
  font-size: 1.2rem;
  font-weight: bold; }
  .ile-cat .btn:not(.collapsed) {
    color: #009fda; }

.ile-cat .texto h2,
.ile-cat .texto h3 {
  color: #009fda; }

.ile-cat .texto ul {
  list-style: none; }
  .ile-cat .texto ul li::before {
    content: "\2022";
    color: #009fda;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.ile-cat .more-info-entry h2,
.ile-cat .more-info-entry h3 {
  color: #009fda; }

.anti-cat strong,
.anti-cat a,
.anti-cat .sec-title {
  color: #be0069 !important;
  font-weight: bold; }

.anti-cat .service-prices {
  background: #be0069; }

.anti-cat .btn {
  font-family: "Sanchez";
  font-size: 1.2rem;
  font-weight: bold; }
  .anti-cat .btn:not(.collapsed) {
    color: #be0069; }

.anti-cat .texto h2,
.anti-cat .texto h3 {
  color: #be0069; }

.anti-cat .texto ul {
  list-style: none; }
  .anti-cat .texto ul li::before {
    content: "\2022";
    color: #be0069;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.anti-cat .more-info-entry h2,
.anti-cat .more-info-entry h3 {
  color: #be0069; }

.est-cat strong,
.est-cat a,
.est-cat .sec-title {
  color: #329848 !important;
  font-weight: bold; }

.est-cat .service-prices {
  background: #329848; }

.est-cat .btn {
  font-family: "Sanchez";
  font-size: 1.2rem;
  font-weight: bold; }
  .est-cat .btn:not(.collapsed) {
    color: #329848; }

.est-cat .texto h2,
.est-cat .texto h3 {
  color: #329848; }

.est-cat .texto ul {
  list-style: none; }
  .est-cat .texto ul li::before {
    content: "\2022";
    color: #329848;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.est-cat .more-info-entry h2,
.est-cat .more-info-entry h3 {
  color: #329848; }

#ile-list {
  background: #009fda; }

#anticonceptivos-list {
  background: #be0069; }

#its-list {
  background: #329848; }

/* CATEGORY */
#categorias #category-head {
  background: url("assets/img/fondos/fondo_cuotas.jpg");
  padding: 3rem 0 6rem 0; }

/* Infografías */
#info-wrap {
  padding: 1rem 0; }
  #info-wrap .info-cat-title {
    margin-bottom: 2rem;
    font-family: "Sanchez";
    color: #393939;
    font-size: 1.6rem;
    font-weight: bold; }
  #info-wrap .infografia-block {
    margin-bottom: 1rem;
    padding: 1rem;
    height: 340px;
    position: relative;
    background-size: cover !important;
    transition: .3s; }
    @media (max-width: 414px) {
      #info-wrap .infografia-block {
        height: 206px; } }
    #info-wrap .infografia-block .mask {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: .3s; }
    #info-wrap .infografia-block:hover .mask {
      opacity: 0; }
    #info-wrap .infografia-block .info-name {
      position: absolute;
      bottom: 1rem;
      z-index: 10; }
      #info-wrap .infografia-block .info-name h2 {
        font-family: "Sanchez";
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff; }
      #info-wrap .infografia-block .info-name a {
        color: #fff;
        font-family: "Arial Black";
        text-transform: uppercase;
        font-size: .7rem; }
        #info-wrap .infografia-block .info-name a i {
          transform: scale(0.8); }

/* SINGLE PAGE */
.wp-block-button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 2rem !important; }

#single-page {
  padding: 2rem 0; }
  #single-page .page-title {
    font-family: "Sanchez";
    font-size: 2.6rem;
    font-weight: bold;
    color: #009fda; }
    @media (max-width: 414px) {
      #single-page .page-title {
        font-size: 1.8rem;
        padding: 0 .5rem; } }
  #single-page .page-entry {
    padding: 1rem 0;
    font-size: 1.2rem;
    font-family: "Sanchez";
    text-align: justify; }
    @media (max-width: 600px) {
      #single-page .page-entry {
        padding: 1rem; } }
    #single-page .page-entry a {
      color: #009fda; }
    #single-page .page-entry h1,
    #single-page .page-entry h2,
    #single-page .page-entry h3 {
      font-family: "Sanchez"; }
      @media (max-width: 600px) {
        #single-page .page-entry h1,
        #single-page .page-entry h2,
        #single-page .page-entry h3 {
          color: #009fda; } }
    @media (max-width: 600px) {
      #single-page .page-entry h1 {
        font-size: 1.4rem; } }
    @media (max-width: 600px) {
      #single-page .page-entry h2 {
        font-size: 1.2rem; } }
    #single-page .page-entry h3,
    #single-page .page-entry strong {
      color: #009fda; }
    #single-page .page-entry #vacantes .vacante {
      margin: 1rem 0;
      border: 1px solid rgba(57, 57, 57, 0.5);
      padding: 2rem;
      border-radius: 5px; }
      #single-page .page-entry #vacantes .vacante ul {
        padding-left: 1rem;
        margin: 0; }
      #single-page .page-entry #vacantes .vacante .vacante-name {
        font-size: 1.8rem;
        color: #009fda;
        font-family: "Sanchez";
        font-weight: bold; }
      #single-page .page-entry #vacantes .vacante h2 {
        margin: 1rem;
        font-size: 1.4rem;
        color: #009fda;
        font-family: "Sanchez"; }
    #single-page .page-entry .testimonios-stage:nth-child(n) h2 {
      background: url("assets/img/testimonios/3.jpg"); }
    #single-page .page-entry .testimonios-stage:nth-child(2n) h2 {
      background: url("assets/img/testimonios/1.jpg"); }
    #single-page .page-entry .testimonios-stage:nth-child(3n) h2 {
      background: url("assets/img/testimonios/2.jpg"); }
    #single-page .page-entry .testimonios-stage:nth-child(4n) h2 {
      background: url("assets/img/testimonios/4.jpg"); }
    #single-page .page-entry .testimonios-stage:nth-child(5n) h2 {
      background: url("assets/img/testimonios/5.jpg"); }
    #single-page .page-entry .testimonios-stage:nth-child(6n) h2 {
      background: url("assets/img/testimonios/6.jpg"); }
    #single-page .page-entry .testimonio {
      text-align: justify;
      border-bottom: 3px solid #009fda;
      margin-bottom: 2rem;
      border-radius: 5px;
      transition: .3s; }
      #single-page .page-entry .testimonio:hover {
        box-shadow: 0 0 5px #009fda; }
      #single-page .page-entry .testimonio h2 {
        margin: 0;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 5rem 0;
        background-size: 100%; }
      #single-page .page-entry .testimonio .test-entry {
        border-radius: 5px;
        padding: 2.5rem 1.5rem;
        font-family: "Sanchez";
        background: #e8e8e8; }
  #single-page .postularse {
    font-family: "Sanchez";
    font-size: 1.2rem;
    text-align: justify; }

/* Labor Social */
.programas-sociales #post-head {
  padding: 16rem 4rem !important; }
  @media (max-width: 414px) {
    .programas-sociales #post-head {
      padding: 8rem 2rem !important; } }

.programas-sociales .post-content {
  font-size: 1.2rem;
  font-family: "Sanchez";
  text-align: center; }
  .programas-sociales .post-content .blue-bg {
    background: #009fda;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.1rem; }
  .programas-sociales .post-content strong {
    color: #009fda; }
  .programas-sociales .post-content h2 {
    color: #009fda;
    font-weight: bold;
    padding: 1rem 0; }
    @media (max-width: 600px) {
      .programas-sociales .post-content h2 {
        font-size: 1.2rem; } }
  .programas-sociales .post-content h3 {
    color: #f2cd3a;
    font-weight: bold; }
  .programas-sociales .post-content figcaption {
    background: #009fda;
    color: #fff;
    margin: 0;
    padding: 1rem;
    text-align: center;
    font-weight: bold; }
  @media (max-width: 414px) {
    .programas-sociales .post-content {
      font-size: 1rem; } }

.introduccion {
  font-size: 1.6rem;
  font-family: "Sanchez";
  padding: 3rem; }
  @media (max-width: 414px) {
    .introduccion {
      font-size: 1.1rem;
      padding: 1rem; } }

.impact-report,
.full-banner-image {
  padding: 2rem 0;
  position: relative; }
  .impact-report a,
  .full-banner-image a {
    position: relative;
    display: block; }
  .impact-report .texto-banner-link,
  .full-banner-image .texto-banner-link {
    z-index: 10;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #009fda;
    color: #fff;
    font-family: "Arial Black";
    font-weight: bold;
    border: none;
    padding: .5rem 1.5rem;
    font-size: 1.4rem; }
    @media (max-width: 414px) {
      .impact-report .texto-banner-link,
      .full-banner-image .texto-banner-link {
        font-size: .8rem;
        display: block;
        width: 100%;
        text-align: center;
        bottom: -25px; } }

.bloque-secciones {
  padding: 2rem 0; }

.enlaces a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 150px;
  line-height: 150px;
  color: #fff !important; }
  .enlaces a h3 {
    font-weight: bold !important;
    font-family: "Sanchez" !important; }

.links-labor-articulos {
  background: url("assets/img/fondos/articulos.jpg");
  background-size: cover; }

.links-labor-infografias {
  background: url("assets/img/fondos/infografias.jpg");
  background-size: cover; }

.links-labor-porn {
  background: url("assets/img/fondos/porn-university.jpg");
  background-size: cover; }

.enlace-mas {
  padding: 2rem 0; }

.conoce {
  display: block;
  padding: .5rem 2rem;
  background: #f2cd3a;
  color: #393939;
  font-family: "Arial Black";
  font-weight: bold; }

#programas {
  padding: 2rem 0; }
  #programas .sec-title {
    padding-bottom: 2rem; }
  #programas .programa-social {
    border: 1px solid #e8e8e8; }
    #programas .programa-social h2 {
      text-align: center;
      padding: 1rem;
      margin: 0; }
      #programas .programa-social h2 a {
        font-family: "Sanchez";
        font-size: 1.3rem;
        color: #009fda;
        font-weight: bold; }
    #programas .programa-social .extracto {
      font-size: .7rem;
      text-align: center;
      min-height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: .3rem 1rem; }
    #programas .programa-social .footer {
      border-top: 1px solid #e8e8e8;
      text-align: center; }
      #programas .programa-social .footer a {
        display: block;
        padding: .5rem;
        font-family: "Arial Black";
        color: #858585;
        transition: .3s; }
        #programas .programa-social .footer a:hover {
          color: #009fda;
          text-decoration: none;
          background: #f2cd3a; }

/* Ubicaciones */
#instalaciones-info {
  padding: 3rem 0; }
  @media (max-width: 414px) {
    #instalaciones-info {
      padding: 3rem 0 0 0; } }
  #instalaciones-info .instalaciones-wrap {
    padding: 0 2rem; }
    @media (max-width: 414px) {
      #instalaciones-info .instalaciones-wrap {
        padding: 2rem 0rem 0 0; } }
    #instalaciones-info .instalaciones-wrap .sec-title {
      color: rgba(0, 159, 218, 0.8); }
    #instalaciones-info .instalaciones-wrap a {
      font-size: 1.4rem;
      font-family: "Arial Black";
      color: #be0069;
      text-transform: uppercase; }
      @media (max-width: 414px) {
        #instalaciones-info .instalaciones-wrap a {
          font-size: 1.1rem; } }
    #instalaciones-info .instalaciones-wrap .instal-content {
      padding: 3rem 0;
      font-size: 1.6rem;
      font-family: "Sanchez";
      color: #858585; }
      @media (max-width: 414px) {
        #instalaciones-info .instalaciones-wrap .instal-content {
          padding: 1rem 0 0 0;
          font-size: 1.4rem; } }
      #instalaciones-info .instalaciones-wrap .instal-content strong {
        color: #393939; }

#ubicaciones-wrap {
  padding: 3rem 0; }
  @media (max-width: 414px) {
    #ubicaciones-wrap {
      padding: 0; } }
  #ubicaciones-wrap .ubicaciones-list {
    font-size: 1rem;
    font-family: "Sanchez"; }
    @media (max-width: 414px) {
      #ubicaciones-wrap .ubicaciones-list {
        margin-bottom: 1rem; } }
    #ubicaciones-wrap .ubicaciones-list h3 {
      font-size: 1.6rem;
      color: #009fda;
      font-weight: bold;
      margin: 1rem 0; }
      @media (max-width: 414px) {
        #ubicaciones-wrap .ubicaciones-list h3 {
          font-size: 1.5rem;
          margin: .5rem 0; } }
    #ubicaciones-wrap .ubicaciones-list ul {
      margin: 0; }
      #ubicaciones-wrap .ubicaciones-list ul li a {
        color: #858585;
        text-transform: uppercase !important; }
        @media (max-width: 414px) {
          #ubicaciones-wrap .ubicaciones-list ul li a {
            font-size: .9rem; } }
    #ubicaciones-wrap .ubicaciones-list .activa {
      color: #009fda;
      font-weight: bold; }
  #ubicaciones-wrap .mapa-ubicacion .loc {
    font-size: .8rem;
    font-family: "Sanchez";
    background: #e8e8e8;
    padding: 1rem; }
    #ubicaciones-wrap .mapa-ubicacion .loc h3 {
      font-size: 1.3rem;
      color: #009fda;
      text-transform: uppercase; }
    #ubicaciones-wrap .mapa-ubicacion .loc .how-to {
      display: inline-block;
      padding: .5rem 1rem;
      color: #fff;
      background: #009fda; }

/* FOOTER */
#mastfooter {
  background: #009fda;
  padding: 1rem 0 2rem 0;
  color: #fff; }
  #mastfooter .logos-extra {
    padding: 1rem 2rem; }
    #mastfooter .logos-extra ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #mastfooter .logos-extra ul li {
        display: inline-block;
        margin-right: 1rem; }
        @media (max-width: 414px) {
          #mastfooter .logos-extra ul li {
            display: block;
            margin-bottom: 1rem; } }
    #mastfooter .logos-extra img {
      max-width: 200px; }
  #mastfooter .redes {
    text-align: right; }
    #mastfooter .redes ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #mastfooter .redes ul li {
        display: inline-block;
        margin-left: 1rem;
        color: #fff;
        font-family: "Sanchez";
        font-size: 2rem; }
        @media (max-width: 414px) {
          #mastfooter .redes ul li {
            font-size: 1.2rem;
            margin-left: .4rem; } }
        #mastfooter .redes ul li a {
          color: #fff; }
  #mastfooter #navfooter {
    padding: 1rem 0; }
    #mastfooter #navfooter ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #mastfooter #navfooter ul li {
        display: inline-block;
        margin-right: 1rem; }
        #mastfooter #navfooter ul li a {
          font-family: "Arial";
          color: white;
          text-transform: uppercase;
          font-size: .8rem; }
        @media (max-width: 414px) {
          #mastfooter #navfooter ul li {
            display: block; } }
  #mastfooter .copyright {
    font-size: .7rem; }

#agenda-dona {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2cd3a; }
  #agenda-dona ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between; }
    #agenda-dona ul li {
      display: inline-flex;
      width: 49.4%;
      justify-content: space-between; }
      #agenda-dona ul li a {
        display: inline-block;
        width: 100%;
        padding: .5rem;
        text-align: center;
        font-weight: bold;
        color: #393939;
        font-family: "Sanchez"; }

.yel-btn {
  background: #f2cd3a; }

.mag-btn {
  background: #be0069;
  color: #fff !important; }

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ======= ALINEACIONES ======= */
.full {
  width: 100%;
  float: left;
  clear: both; }

.img-full {
  width: 100%;
  height: auto; }

.no-padding {
  padding: 0; }

.titulo-seccion {
  display: block;
  font-family: "Sanchez";
  font-weight: bold;
  font-size: 3.4rem;
  color: #009fda;
  margin: 0; }
  @media (max-width: 414px) {
    .titulo-seccion {
      font-size: 2rem; } }

.sec-title {
  font-family: "Sanchez";
  font-size: 2.6rem;
  font-weight: bold; }
  @media (max-width: 414px) {
    .sec-title {
      font-size: 1.8rem;
      padding: 0 .5rem; } }

@media (max-width: 768px) {
  .desktop {
    display: none !important; } }

.mobile {
  display: none !important; }
  @media (max-width: 768px) {
    .mobile {
      display: block !important; } }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.fa-whatsapp {
  transform: scale(1.6) !important; }

.acf-map img {
  max-width: inherit !important; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pad-ud-300 {
  padding: 4rem 0; }

.pad-ud-200 {
  padding: 3rem 0; }

.cyan-bg {
  background: #009fda; }
  .cyan-bg .number {
    color: #00506d; }

.cyan-color {
  color: #009fda; }

.magenta-bg {
  background: #be0069; }
  .magenta-bg .number {
    color: #5f0035; }

.wp-block-image img {
  height: auto; }

.hide {
  display: none; }

.show {
  display: block; }

*,
*:before,
*:after {
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

.wp-block {
  max-width: 1360px;
  width: 100%;
  clear: both;
  float: left;
  margin: auto; }

.editor-styles-wrapper {
  font-size: 12px !important; }

.interface-complementary-area {
  width: 400px !important; }
/*# sourceMappingURL=style.css.map */