/*
[004]-HOME CTA
About: Home CTA Section
Author: Nacho Rico - Arrontes y Barrera
*/
.homecta {
  margin-top: 200px; }
  .homecta .sup, .homecta .inf {
    width: 100%;
    min-height: 300px; }
  .homecta .sup {
    background-color: #92C7D9;
    display: flex;
    align-items: center;
    padding: 50px 0; }
    .homecta .sup .thumb {
      position: absolute;
      z-index: 5;
      top: -40%; }
    .homecta .sup .destacado {
      font-family: 'futura-pt', sans-serif;
      font-weight: 700;
      font-size: 80px;
      line-height: 80px;
      width: 70%;
      color: #000;
      margin-bottom: 20px;
      margin-left: 70px; }
    .homecta .sup .texto {
      width: 60%;
      margin-left: 70px;
      font-size: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: lighter; }
  .homecta .inf {
    background-color: #E4B0B4;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 50px 0; }
    .homecta .inf .texto {
      width: 40%;
      margin: 0 auto;
      font-size: 20px;
      text-align: center;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: lighter; }
    .homecta .inf .boton {
      text-align: center;
      background-color: #FFDD00;
      color: #000;
      font-family: 'futura-pt', sans-serif;
      font-weight: 700;
      font-size: 45px;
      padding: 0px 90px;
      border-radius: 10px;
      display: inline-block;
      margin-top: 30px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .homecta .inf a:hover > .boton {
      margin-top: 25px;
      margin-bottom: 5px;
      box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2); }

/* iPad Pro Portrait */
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .homecta .sup .thumb {
    max-width: 600px;
    top: -130px;
    left: -250px; } }

/* Tablet Portrait */
@media screen and (max-width: 770px) and (orientation: portrait) {
  .homecta .sup .thumb {
    left: -180px;
    top: -160px;
    max-width: 400px; }
  .homecta .sup .destacado {
    font-size: 50px;
    line-height: 60px;
    width: 80%;
    margin-left: 0; }
  .homecta .sup .texto {
    width: 80%;
    margin-left: 0; }
  .homecta .inf .texto {
    width: 60%; } }

/* Tablet Landscape */
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .homecta .sup .thumb {
    left: -180px;
    top: -160px;
    max-width: 400px; }
  .homecta .sup .destacado {
    font-size: 60px;
    line-height: 68px;
    width: 80%;
    margin-left: 0; }
  .homecta .sup .texto {
    width: 90%;
    margin-left: 0; }
  .homecta .inf .texto {
    width: 60%; } }

@media screen and (max-width: 800px) and (orientation: landscape) {
  .homecta .sup .destacado {
    font-size: 50px;
    line-height: 58px;
    margin-left: 170px;
    width: 80%; }
  .homecta .sup .texto {
    margin-left: 170px;
    width: 65%; }
  .homecta .sup .thumb {
    left: -280px;
    top: -125px;
    max-width: 400px; }
  .homecta .inf .texto {
    width: 80%; }
  .homecta .inf .boton {
    padding: 0 45px; } }

/* Phone */
@media screen and (max-width: 500px) and (orientation: portrait) {
  .homecta {
    margin-top: 80px; }
    .homecta .sup .destacado {
      font-size: 40px;
      line-height: 48px;
      margin-left: 105px;
      width: 65%; }
    .homecta .sup .texto {
      margin-left: 105px;
      width: 65%; }
    .homecta .sup .thumb {
      left: -105px;
      top: -102px;
      max-width: 225px; }
    .homecta .inf .texto {
      width: 80%; }
    .homecta .inf .boton {
      padding: 0 45px; } }
