.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

body {
  background-color: #9CE083;
  font-family: museo-slab, slab;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-variant-ligatures: normal;
  width: 100%; }

p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  p:hover {
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

a {
  text-decoration: none;
  font-family: raleway, helvetica, arial, sans-serif;
  font-weight: 700;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: raleway, helvetica, arial, sans-serif;
  font-weight: 900;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

ul {
  list-style: none; }

.btn {
  min-width: 60px;
  min-height: 10px;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 33px;
  border-color: #E99561;
  color: #CC723B;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #FFBD95;
    color: #843505;
    border-color: #CC723B; }

.btn-alt {
  min-width: 45px;
  min-height: 10px;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 33px;
  border-color: #982C7A;
  color: #982C7A;
  padding: 5px 3px 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  .btn-alt:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #CA75B2;
    color: #7F1662;
    border-color: #AE4992; }

.encabezado {
  position: absolute;
  z-index: 99;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: fixed;
  top: 0px;
  height: 130px;
  background-color: #FAFAFA; }
  @media only screen and (min-width: 450px) {
    .encabezado {
      height: 85px; } }

#socialbar {
  float: right;
  width: 95px;
  height: 25px;
  top: 0px;
  margin-right: 5%;
  margin-top: 6px; }
  #socialbar a {
    color: #54AE32;
    margin-right: 6px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out; }
    #socialbar a:hover {
      color: #217104;
      text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media only screen and (min-width: 450px) {
    #socialbar {
      margin-top: -24px;
      margin-right: 4%; } }

.navbar {
  height: 25px;
  width: 60%;
  margin: 0px;
  margin-right: 12px;
  padding: 0px;
  float: right;
  margin-top: 6px; }
  @media only screen and (min-width: 450px) {
    .navbar {
      margin-right: -100px;
      margin-top: -54px; } }

.menu {
  list-style: none;
  float: right;
  padding: 0px;
  margin: 0px; }
  .menu li {
    display: inline; }
    .menu li a {
      min-width: 50px;
      min-height: 10px;
      background-color: transparent;
      border-style: solid;
      border-width: 1px;
      border-radius: 33px;
      border-color: #54AE32;
      color: #54AE32;
      padding: 3px 5px 3px 5px;
      margin-right: 0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 300;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.2s ease-in-out; }
      .menu li a:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        background-color: #9CE083;
        color: #217104;
        border-color: #217104; }

.brand {
  background-image: url(img/Logo-Coasyp.png);
  background-size: contain;
  background-origin: border-box;
  background-repeat: no-repeat; }

.hero {
  overflow: hidden;
  float: none;
  align-self: center;
  position: relative;
  margin: 0px;
  margin-top: 115px;
  padding: 0px;
  width: 100%;
  height: auto;
  background-image: url(img/hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-origin: content-box;
  min-height: 400px;
  padding-top: 15px; }
  @media only screen and (min-width: 450px) {
    .hero {
      min-height: 450px;
      margin-top: 85px;
      padding-top: 0px; } }
  @media only screen and (min-width: 800px) {
    .hero {
      min-height: 500px; } }
  @media only screen and (min-width: 1100px) {
    .hero {
      min-height: 600px; } }

.corredora {
  position: absolute;
  z-index: 2;
  float: left;
  display: inline;
  width: auto;
  height: 70%;
  bottom: 0px;
  min-width: 150px;
  min-height: 380px;
  max-height: 682px;
  max-width: 425px;
  margin-right: auto;
  margin-left: -25%;
  margin-top: 25px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  @media only screen and (min-width: 450px) {
    .corredora {
      margin-left: 5%; } }
  @media only screen and (min-width: 800px) {
    .corredora {
      margin-left: 10%;
      min-height: 450px; } }
  @media only screen and (min-width: 1100px) {
    .corredora {
      margin-left: 10%;
      min-height: 500px; } }

.cont {
  position: absolute;
  z-index: 3;
  display: block;
  float: right;
  padding: 0px;
  margin: 0px;
  width: 70%;
  margin-left: 27%;
  margin-top: 35px;
  min-width: 150px;
  max-width: 530px;
  margin-bottom: 3%; }
  @media only screen and (min-width: 450px) {
    .cont {
      margin-top: 8%;
      width: 50%;
      margin-left: 40%;
      margin-right: 10%; } }
  @media only screen and (min-width: 800px) {
    .cont {
      margin-left: 40%;
      margin-right: 10%;
      width: 50%; } }
  @media only screen and (min-width: 1100px) {
    .cont {
      width: 55%;
      margin-left: 35%; } }
  .cont .btn-alt {
    font-size: 14px;
    font-size: 0.875rem;
    height: auto;
    padding: 4px;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: #FAFAFA;
    color: #54AE32;
    border-color: #54AE32;
    float: right;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out; }
    .cont .btn-alt:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
      @media only screen and (min-width: 800px) {
        .cont .btn-alt:hover {
          font-size: 15px;
          font-size: 0.9375rem; } }

.catch {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: right;
  color: #FAFAFA;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  .catch font {
    family: museo-slab, slab;
    weight: 600; }
  .catch:hover {
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media only screen and (min-width: 800px) {
    .catch {
      font-size: 19px;
      font-size: 1.1875rem; } }

.texto-link {
  text-decoration: underline;
  text-decoration-color: #FAFAFA;
  margin: 0px; }

.cita {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: right;
  color: #FAFAFA;
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  letter-spacing: normal; }
  @media only screen and (min-width: 800px) {
    .cita {
      font-size: 14px;
      font-size: 0.875rem; } }

#subsc {
  position: absolute;
  z-index: 3;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5%;
  padding-top: 5%;
  display: block;
  float: right;
  width: 98%;
  margin-top: 275px;
  background: rgba(250, 250, 250, 0.4); }
  #subsc .aviso {
    margin-left: auto;
    margin-right: auto;
    color: #CC723B;
    font-family: raleway, helvetica, arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    width: 70%;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    display: block; }
  #subsc .email {
    margin: 0;
    border: 0;
    padding: 0;
    padding-left: 8px;
    background: rgba(250, 250, 250, 0.4);
    margin-top: 3%;
    display: block;
    float: none;
    width: 60%;
    height: 25px;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #CC723B;
    margin-right: auto;
    margin-left: auto;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    #subsc .email:active {
      background: rgba(250, 250, 250, 0.8);
      color: #CC723B; }
  #subsc #mc-embedded-subscribe {
    float: none;
    margin-top: 3%;
    width: 50%;
    margin-left: 25%;
    margin-right: auto;
    background-color: #CC723B;
    color: #FAFAFA;
    letter-spacing: 1px;
    border-color: #FFBD95;
    border-radius: 6px;
    font-family: raleway, helvetica, arial, sans-serif;
    font-weight: 900; }

.tarjetas {
  height: auto;
  display: block;
  float: left;
  width: 97%;
  margin: 0px;
  padding: 0px;
  margin-left: 3%; }
  @media only screen and (min-width: 450px) {
    .tarjetas {
      float: none;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0; } }
  @media only screen and (min-width: 800px) {
    .tarjetas {
      width: 75%; } }

.container {
  overflow: hidden;
  border-radius: 2px;
  display: block;
  float: left;
  min-height: 300px;
  margin: 3px;
  position: relative;
  width: 89%;
  max-width: 350px;
  background-color: #FAFAFA;
  margin: 8px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  .container:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media only screen and (min-width: 450px) {
    .container {
      max-width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      min-height: auto;
      height: 250px;
      background-size: 10%;
      background-position: left bottom;
      background-repeat: no-repeat; }
      .container #hclinicas-bk {
        background-image: url(img/HC-vectorizado.png); } }
  .container h2 {
    display: block;
    color: #54AE32;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px; }
    @media only screen and (min-width: 450px) {
      .container h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 8px; } }
    @media only screen and (min-width: 800px) {
      .container h2 {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 12px; } }
  .container p {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    height: auto;
    min-height: 100px;
    right: 0px;
    margin-top: 5px;
    text-indent: 6px;
    overflow-y: scroll;
    padding-left: 16px;
    padding-right: 4px; }
    @media only screen and (min-width: 450px) {
      .container p {
        overflow: hidden;
        margin-right: -17px;
        padding-right: 21px;
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (min-width: 800px) {
      .container p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .container .btn {
    position: relative;
    float: none;
    display: block;
    width: 200px;
    padding-top: 8px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px; }
    @media only screen and (min-width: 450px) {
      .container .btn {
        margin-top: 10px; } }

footer {
  z-index: 5;
  height: 300px;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  background-color: #72C753;
  top: 4px;
  bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 22px;
  padding-bottom: 8px;
  margin-top: 25px; }
  footer .links-pie {
    list-style: none;
    width: 100%;
    max-width: 500px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 800px) {
      footer .links-pie {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 33%; } }
    footer .links-pie li {
      width: 95%;
      float: none;
      display: block;
      margin-left: 5px;
      margin-bottom: 8px;
      margin-top: 3px;
      padding-left: 1px;
      border-bottom: 2px solid;
      border-color: #9CE083; }
      @media only screen and (min-width: 800px) {
        footer .links-pie li {
          text-align: center; } }
    footer .links-pie h2 {
      font-size: 18px;
      font-size: 1.125rem;
      color: #FAFAFA;
      font-family: raleway, helvetica, arial, sans-serif;
      margin-left: 6px;
      letter-spacing: 2px; }
      @media only screen and (min-width: 800px) {
        footer .links-pie h2 {
          text-align: center; } }
    footer .links-pie a {
      font-size: 16px;
      font-size: 1rem;
      color: #FAFAFA;
      font-family: museo-slab, slab;
      font-weight: 300;
      letter-spacing: 1px;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.2s ease-in-out; }
      footer .links-pie a:hover {
        text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
      @media only screen and (min-width: 800px) {
        footer .links-pie a {
          text-align: center; } }

#socialbar-foot {
  float: none;
  position: relative;
  width: 95%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px; }
  #socialbar-foot a {
    color: #54AE32;
    margin-left: 6px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    #socialbar-foot a:hover {
      color: #217104; }

.autor {
  float: none;
  width: 100%;
  position: absolute;
  bottom: 8px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px; }
  @media only screen and (min-width: 450px) {
    .autor {
      margin-top: 30px; } }
  .autor .copyr {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    color: #333333;
    margin: 0px; }
  .autor a {
    color: #333333;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

#head-article {
  z-index: 4;
  float: none;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: -135px;
  padding-top: 25px;
  padding-bottom: 12px;
  width: 100%;
  background-color: #54AE32;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out; }
  #head-article:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  #head-article h1 {
    margin-bottom: 10px;
    width: 98%;
    max-width: 400px;
    font-size: 19px;
    font-size: 1.1875rem;
    padding-left: 2%;
    color: #FAFAFA; }
    @media only screen and (min-width: 450px) {
      #head-article h1 {
        padding-left: 10%;
        font-size: 22px;
        font-size: 1.375rem; } }

#encabezado2 {
  z-index: auto;
  height: 80px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin: 0px; }

#logo-home {
  float: none;
  display: block;
  background-size: contain;
  width: auto;
  height: 76px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 450px) {
    #logo-home {
      margin-left: 6%; } }

#menu-icons {
  display: inline-block;
  list-style: none;
  width: 84%;
  margin: 0px;
  padding-top: 0px;
  padding-left: 16%;
  height: 25px; }
  @media only screen and (min-width: 450px) {
    #menu-icons {
      padding-left: 10%; } }
  #menu-icons li {
    display: inline;
    margin-right: 4%; }
    #menu-icons li a {
      color: #9CE083; }

#bk-section {
  position: fixed;
  width: 90%;
  height: auto;
  margin-top: 10px;
  margin-left: 2%;
  margin-right: auto;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.bdy-articulo {
  margin-top: 250px;
  padding-top: 10px; }
  @media only screen and (min-width: 450px) {
    .bdy-articulo {
      margin-top: 200px; } }

section {
  float: none;
  width: 96%;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  padding-right: 2%;
  padding-left: 2%;
  max-width: 600px; }
  @media only screen and (min-width: 1100px) {
    section {
      max-width: 900px; } }
  section article {
    margin-top: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #217104; }
    section article h2 {
      font-size: 21px;
      font-size: 1.3125rem; }
    section article p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.3em;
      text-align: justify;
      text-align-last: left; }
    section article img-chica {
      position: absolute;
      float: left;
      width: 100%;
      height: auto;
      max-width: 300px;
      background-size: contain;
      margin-left: 25px;
      margin-right: auto;
      margin-bottom: 25px; }
      @media only screen and (min-width: 800px) {
        section article img-chica {
          max-width: 500px; } }
    section article .btn {
      z-index: 0;
      display: block;
      position: relative;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px;
      margin-top: 35px;
      width: 70%; }
      @media only screen and (min-width: 450px) {
        section article .btn {
          margin-top: 55px;
          margin-bottom: 40px; } }

#extracto p {
  text-align-last: left; }

.btn-art {
  z-index: 3; }

#curso-agenda h2 {
  text-decoration: underline; }
#curso-agenda p {
  text-align: left; }

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