/*
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 */
#masthead .primary-head {
  padding: .3rem 0;
  background: #009fda;
  text-align: center; }
  #masthead .primary-head ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #masthead .primary-head ul li {
      display: inline-block;
      margin: 0 1rem; }
      #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: 1rem; }
        #masthead .primary-head ul li a:hover {
          text-decoration: none; }
        @media (max-width: 768px) {
          #masthead .primary-head ul li a {
            font-size: .7rem; } }

#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 1.3rem;
        color: #393939;
        font-family: "Arial Black";
        font-size: 1rem;
        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 #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; }

#mastwrapper .stage {
  padding: 6rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Arial Black";
  color: #fff; }
  @media (max-width: 414px) {
    #mastwrapper .stage {
      padding: 6rem 1rem; } }
  #mastwrapper .stage h1 {
    font-size: 3rem;
    font-family: "Sanchez";
    font-weight: bold;
    margin-bottom: 3rem; }
    @media (max-width: 414px) {
      #mastwrapper .stage h1 {
        font-size: 2rem;
        text-align: center; } }
  @media (max-width: 414px) {
    #mastwrapper .stage h3 {
      font-size: 1.2rem;
      text-align: center; } }
  #mastwrapper .stage p {
    font-family: "Arial";
    font-size: 1.6rem; }
    @media (max-width: 414px) {
      #mastwrapper .stage p {
        font-size: 1.2rem;
        text-align: center; } }
  #mastwrapper .stage .link {
    margin-top: 3rem;
    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    text-align: center; }
    @media (max-width: 414px) {
      #mastwrapper .stage .link {
        font-size: 1.2rem; } }

#mastwrapper .cyan {
  background: url(assets/img/fondos/cyan.jpg);
  background-size: cover; }
  #mastwrapper .cyan h1 {
    color: #fff;
    text-align: center; }
  #mastwrapper .cyan a {
    background: #0085b6; }

#mastwrapper .magenta {
  background: url(assets/img/fondos/magenta.jpg);
  background-size: cover; }
  #mastwrapper .magenta h1 {
    color: #fff; }
  #mastwrapper .magenta a {
    background: #9e0058; }
  #mastwrapper .magenta h4 {
    margin-top: 2rem;
    font-size: 1rem; }

#mastwrapper .blue {
  background: url(assets/img/fondos/blue.jpg);
  background-size: cover; }
  #mastwrapper .blue h1 {
    color: #212c60; }
  #mastwrapper .blue a {
    background: #212c60; }

#second-stage p {
  font-size: 3rem;
  font-family: "Sanchez";
  font-weight: bold;
  margin-bottom: 1rem; }
  @media (max-width: 414px) {
    #second-stage p {
      font-size: 2rem;
      text-align: center; } }

#second-stage .col {
  margin-bottom: 2rem; }

/* FOOTER */
#mastfooter {
  background: #009fda;
  padding: 1rem 0 2rem 0;
  color: #fff; }
  #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; }

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

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed,
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube 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; }

.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; }

.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; }
/*# sourceMappingURL=style.css.map */