::selection{
  background: #D71954;
  color: #fff;
}

html,body{
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-image: url('../images/bg2.jpg');
  background-size: 100%;
  background-repeat: repeat-y;
}

h1,h2,h3, a{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

p{
  font-size: 1.375rem;
}

h1, h3{
  font-size: 3rem;
  color: #F92A6A;
  text-align: center;
  padding: 0 3rem;
}

h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #474747;
  text-align: center;
}

h2 span, p span{
  font-weight: 700;
}

a{
  display: block;
  text-decoration: none;
  color: #474747;
  text-transform: uppercase;
}

img{
  display: block;
  max-width: 100%;
}

#nav{
  position: fixed;
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 5rem;
  box-sizing: border-box;
  z-index: 999;
  border-bottom: solid 2px #fff;
}

#nav img{
  width: 50%;
}

.flex{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feats.flex{
  align-items: flex-start;
}

.row{
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}

.row:before, .row:after{
  content: '';
  display: table;
  clear: both;
}

.large-33{
  width: 33.33%;
  float: left;
}

.large-50{
  position: relative;
  width: 50%;
  float: left;
}

.columns{
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.anchors {
  height: 100%;
}

#nav a{
  margin: 0 .9375rem;
  color: #999;
  height: 100%;
  border-bottom: solid 3px #FFF;
}

.logo img{
  cursor: pointer;
}

#nav a:hover{
  color: #F92A6A;
  border-bottom: solid 3px #F92A6A;
}

.atf{
  position: relative;
  width: 100%;
  height: calc(100vh - 5rem);
  margin-top: 5rem;
  background-image: url('../images/slide.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modulo{
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 60%;
  padding: 2.5rem 5rem;
  box-sizing: border-box;

  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.25);
  -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.25);
  -o-box-shadow: 2px 2px 10px rgba(0,0,0,.25);
  box-shadow: 2px 2px 10px rgba(0,0,0,.25);
}

.quote, .quote2{
  position: relative;
  width: 100%;
  padding: 10rem 5rem;
  box-sizing: border-box;
}

.quote h3, .quote2 h3, .contacto h3{
  padding: 0 15rem;
}

.wave-bg{
  position: relative;
}

.feats{
  padding: 6.75rem 2rem;
  box-sizing: border-box;
}

.feat img{
  border: solid 10px #FDFBFB;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
  -o-box-shadow: 0 0 15px rgba(0,0,0,.25);
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  max-width: calc(100% - 50px);
  /* float: right;
  margin-right: 2rem; */
}

.feat h4{
  font-size: 2.5rem;
  color: #2FB88E;
  margin-top: 4rem;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}

.feat h4 span{
  color: #999;
  font-size: 1.25rem;
  font-style: italic;
  margin: 0;
}

.feat p{
  font-size: 1.5rem;
}

.icono{
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: solid 10px #FDFBFB;
  overflow: hidden;
  left: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  justify-content: center;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
  -o-box-shadow: 0 0 15px rgba(0,0,0,.25);
  box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.icono img{
  max-width: 60%;
  box-shadow: none;
  border: none;
}

.text-right{
  text-align: right;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url('../images/wave-rosa.png');
  background-size: 100%;
  background-position: bottom center;
  height: 50vh;
  background-repeat: no-repeat;
}

.rosa{
  position: relative;
  background: #F82B6A;
}

.rosa h3, .rosa p{
  color: #fff;
  text-align: center;
  line-height: 1;
}

.rosa p {
  line-height: 1.25;
}

.rosa h3 span, .testimonios h4 span{
  font-weight: 900;
}

.rosa img{
  max-height: 15rem;
  margin: 0 auto 5rem auto;
}

.wave2{
  background: url('../images/wave2.png');
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}


.wave2 .quote2{
  padding: 20rem 5rem 10rem 2.5rem;
}

.testimonios h4{
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  padding: 0 25%;
}

.test{
  position: relative;
  width: 100%;
  padding: 5rem 0;
  box-sizing: border-box;
  background: url('../images/test-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide h5{
  color: #2FB88E;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.slide, .slick-list, .slick-track {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.slick-initialized .slick-slide {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slide:focus {
  outline: 0;
}

.slide p{
  margin: 0;
}

.slide img{
  /* position: absolute; */
  width: 10rem;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5rem; */
}

.hamburger{
  display: none;
}

.contacto{
  padding: 6.25rem 0;
  box-sizing: border-box;
}

input, textarea, button{
  -webkit-appearance: none;
  box-shadow: none;
  border: solid 1px #999;
  background: #f1f2f2;
  display: block;
}

input{
  width: 75%;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  margin: 1.5rem auto;
  font-size: 1rem;
  font-style: italic;
  box-sizing: border-box;
}

input[type="submit"]{
  width: 25%;
  margin: 0 auto;
  background: #F92A6A;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

input[type="submit"]:hover{
  background-color: #AF1B49;
}

input:focus{
  outline: 0;
}

.footer{
  position: relative;
  width: 100%;
  background: #2FB88E;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 3.125rem;
  box-sizing: border-box;
}

.footer a{
  display: block;
  width: 2rem;
  opacity: .75;
}

.footer a:hover{
  opacity: 1;
}

.footer p span{
  font-style: italic;
}

/* Hamburger Menu*/
.hamburger {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 0;
}

.hamburger-box {
  width: 2rem;
  height: auto;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2.5rem;
    height: 4px;
    background-color: #F92A6A;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .nav-bar.menu .hamburger-inner, .nav-bar.menu .hamburger-inner::before, .nav-bar.menu .hamburger-inner::after{
    background: #F92A6A;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

    .hamburger--squeeze .hamburger-inner {
      border-radius: 5px;
      transition-duration: 0.075s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger--squeeze .hamburger-inner::before {
        border-radius: 5px;
        transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
      .hamburger--squeeze .hamburger-inner::after {
        border-radius: 5px;
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--squeeze.is-active{
      margin-top: -5px;
    }
    .hamburger--squeeze.is-active .hamburger-inner {
      background: white;
      transform: rotate(45deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
      .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        background: white;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/* //End Hamburger Menu*/

/* Mobile Devices */
@media only screen and (max-width: 64em){
  h1, h3{
    font-size: 2rem;
  }

  .modulo{
    width: 80%;
  }

  #nav, .quote h3, .quote2 h3, .contacto h3{
    padding: 0 2rem;
  }

  .feat p {
    font-size: 1rem;
  }

  .feat h4{
    font-size: 1.5rem;
  }

  .atf {
    height: calc(70vh - 5rem);
  }

  .quote, .quote2{
    padding: 5rem;
  }

  .wave2 .quote2{
    padding: 10rem 5rem 0 5rem;
  }

  .icono{
    width: 5rem;
    height: 5rem;
  }

  .feat img{
    max-width: 100%;
  }

  .large-33{
    width: 100%;
    padding: 5rem;
  }

  .anchors{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    background: rgba(0,0,0,.75);
    justify-content: center;
  }

  #nav a {
    color: #2FB88E;
    height: auto;
    border-bottom: none;
    margin: 1rem 0;
    font-size: 2.5rem;
  }

  .hamburger, .anchors.show{
    display: flex;
  }
}

@media screen and (max-width: 39rem){
  .atf {
    height: 150vh;
    background-size: 200%;
    background-position: top center;
  }

  .modulo {
    width: 100%;
    bottom: 15%;
    padding: 0 3rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }

  h1, h3{
    padding: 0;
  }

  .quote{
    display: none;
  }

  .feats{
    padding: 2rem;
  }

  .large-50{
    width: 100%;
  }

  .feats.flex{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .feat img {
    max-width: 80%;
    margin: 2rem auto;
  }

  .feat .icono img{
    max-width: 60%;
  }

  .feats h4, .feats p{
    text-align: center;
  }

  .feats.text-right{
    flex-direction: column-reverse;
  }

  .icono{
    bottom: -4rem;
  }

  .wave2 .quote2 {
    padding: 10rem 0 0 0;
  }

  .slide p {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .testimonios h4 {
    font-size: 1.5rem;
    padding: 0 3rem;
  }

  .slide h5{
    font-size: 1.5rem;
  }

  input[type="submit"]{
    width: 75%;
  }

  .footer {
    padding: 0 2.125rem;
  }

  .contacto {
    padding: 3.25rem 0;
  }

  .slick-prev, .slick-next {
    width: 1.25rem;
    height: 1.25rem;
  }

  .slick-prev {
    left: 1rem;
  }

  .slick-next {
    right: 1rem;
  }

}
