/*
Theme Name: 4b_theme 
Template Theme URI: 
Author: Jefferson Riobueno
Description: Tema desarrollado para la marca Fruddi.com
Version: 1.0
Fecha:;
*/
::-webkit-scrollbar {
    width: 6px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: #FF9F2A;
    border: 0px none;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #FF9F2A;
  }
  
  ::-webkit-scrollbar-track {
    background: #000;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
  }
  ul li {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  html,
  body {
    display: block;
    width: 100%;
    height: 100%;
  }
  input:focus,textarea:focus{
      outline: none;
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src:url("fonts/Roboto/Roboto-Thin.ttf") format("truetype"); 
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src:url("fonts/Roboto/Roboto-Light.ttf") format("truetype"); 
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:url("fonts/Roboto/Roboto-Regular.ttf") format("truetype"); 
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src:url("fonts/Roboto/Roboto-Medium.ttf") format("truetype"); 
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src:url("fonts/Roboto/Roboto-Bold.ttf") format("truetype"); 
  }
  
  @font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    src:url("fonts/Metropolis/WOFF2/Metropolis-Medium.woff2") format("woff2"); 
  }
  @font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 700;
    src:url("fonts/Metropolis/WOFF2/Metropolis-Bold.woff2") format("woff2"); 
  }
  
  body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #291720;
  }
  .btn{
      background: #fff;
      width: 200px;
      text-align: center;
      border-radius: 16px;
      padding: 21px;
      cursor: pointer;
      font-size: 24px;
      text-transform: capitalize;
      font-weight: 500;
      display: flex;
      align-items: center;
  }
  .btn img{}
  nav{
    background:#291720;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  nav .cont{
      width: auto;
      height: 100%;
      margin: 0px 149px 0 98px;
      display: flex;
  }
  nav .cont .boton_menu{}
  nav .cont .logo2{
      display: none;
  }
  nav .cont .logo{
      width: 195px;
      height: 68px;
      display: block;
      margin: auto;
      margin-left: 0;
  }
  nav .cont .logo img{
      width: 100%;
      /* display: block; */
      /* margin: auto; */
      height: inherit;
  }
  nav .cont .menu{
      display: flex;
      align-items: flex-end;
  }
  nav .cont .menu a{
      color: #fff;
      font-size: 24px;
      width: 138px;
      text-align: center;
      /* padding-bottom: 10px; */
  }
  nav .cont .menu a div{
      margin-top: 6px;
      height: 4px;
      border-radius: 15px;
  }
  nav .cont .menu a.active div{
      background:  #FF9F2A;
  }
  .fondo_responsive{
      display: none;
  }
  .menu_responsive{
      display: none;
  }
  footer {
    width: 100%;
    background: #291720;
    height: 371px;
  }
  footer .fila{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 527px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
  footer .box{
    width: 140px;
}
  footer .box .logo{
    width: 100%;
    display: block;
}
  footer .box .logo img{
    width: 100%;
}
  footer .box .menu{
    color: #fff;
}
  footer .box .menu a{
    font-size: 24px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
    font-weight: 500;
}
  footer .box aside{
    display: flex;
    justify-content: space-around;
}
  footer .box aside a{
    width: 32px;
    height: 32px;
}
  footer .box aside a img{
    width: 100%;
}
  
  

  h1{
     font-family: 'Metropolis', sans-serif;
  }
  h2{
      font-family: 'Metropolis', sans-serif;
  }
  .content{
      background: #E5E5E51A;
      margin-top: 100px;
  }
  .content .header{
      /* height: 94vh; */
      display: flex;
      justify-content: flex-end;
      background-image: url(img/banner.png);
      background-size: cover;
      background-position: bottom center;
      padding-bottom: 175px;
      background-repeat: no-repeat;
  }
  .content .header .box{
      width: 50%;
      padding-right: 140px;
      margin-top: 168px;
  }
  .content .header .box h1{
      color: #fff;
      text-align: right;
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 24px;
  }
  .content .header .box h3{
      font-size: 24px;
      line-height: 28px;
      color: #fff;
      font-weight: 400;
      text-align: right;
      margin-bottom: 32px;
      max-width: 460px;
      margin-right: 0;
      margin-left: auto;
  }
  .content .header .box .btn{
      width: 250px;
      background: #FF9F2A;
      margin-right: 0;
      margin-left: auto;
      color: #fff;
      padding: 15px;
      justify-content: center;
  }
  .content .header .box .btn img{
      margin-left: 20px;
  }
  .content .bloque1{
      /* height: 100vh; */
      /* border-bottom: 1px solid #000; */
      padding-bottom: 80px;
      padding-top: 170px;
  }
  .content .bloque1 h2{
      width: 90%;
      max-width: 590px;
      margin: auto;
      text-align: center;
      font-size: 48px;
      line-height: 58px;
      text-transform: capitalize;
      /* font-weight: 500; */
      margin-bottom: 8px;
  }
  .content .bloque1 h3{
      width: 90%;
      max-width: 616px;
      margin: auto;
      text-align: center;
      font-size: 24px;
      line-height: 28px;
      font-weight: normal;
      margin-bottom: 60px;
      opacity: 90%;
  }
  .content .bloque1 .fila{
      width: 90%;
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
  }
  .content .bloque1 .fila .box{
      width: 30%;
      background: #F7F7F7;
      border-radius: 20px;
      box-shadow: 0px 5px 6px #0000001A;
      opacity: 1;
  }
  .content .bloque1 .fila .box img{
      width: 102px;
      /* height: 180px; */
      margin: 40px auto 21px auto;
      display: block;
  }
  .content .bloque1 .fila .box .text{
      padding: 0 45px 65px 45px;
  }
  .content .bloque1 .fila .box h4{
      text-align: center;
      font-size: 22px;
      margin-bottom: 8px;
      font-family: 'Metropolis', sans-serif;
      /* font-weight: 500; */
  }
  .content .bloque1 .fila .box p{
      font-size: 24px;
      line-height: 32px;
      font-weight: normal;
      opacity: 60%;
      text-transform: capitalize;
  }
  .content .bloque1 .botones{
    display:none
  }
  .content .bloque2{
      background: #E5E5E599;
      display: flex;
  }
  .content .bloque2 .box{
      width: 50%;
  }
  .content .bloque2 .box_img{
      background-color: #fff;
      background-image: url(img/bloque2.png);
      background-size: cover;
      background-position: center;
  }
  .content .bloque2 .box_text{
      padding: 134px 80px 138px 40px;
  }
  .content .bloque2 .box_text h2{
      font-size: 48px;
      line-height: 58px;
      margin-bottom: 32px;
      font-weight: 500;
      width: 344px;
  }
  .content .bloque2 .box_text p{
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 24px;
      opacity: 0.9;
      font-weight: 500;
  }
  .content .bloque2 .box_text .btn{
      border: 1px solid #FF9F2A;
      color: #FF9F2A;
      width: 245px;
      margin-top: 32px;
      /* display: block; */
      padding: 0 28px 0 34px;
      justify-content: space-around;
  }
  .content .bloque3{
      padding: 250px 0;
      background: #009FB7;
  }
  .content .bloque3 h2{
      width: 80%;
      max-width: 990px;
      margin: auto;
      text-align: center;
      font-size: 52px;
      line-height: 62px;
      color: #fff;
      margin-bottom: 24px;
      text-transform: capitalize;
      /* font-weight: 500; */
  }
  .content .bloque3 p{
      font-size: 24px;
      line-height: 28px;
      width: 80%;
      max-width: 850px;
      margin: auto;
      color: #fff;
      text-align: center;
      opacity: 90%;
      text-transform: capitalize;
      font-weight: 500;
  }
  .content .bloque4{
      padding-top: 50px;
      padding-bottom: 185px;
      position: relative;
      overflow: hidden;
  }
  .content .bloque4 .img{
      width: 80%;
      margin: auto;
      /* max-width: 690px; */
  }
  .content .bloque4 .img img{
      width: 100%;
  }
  .content .bloque4 .filab4{
    display: none;
}
  .content .bloque4 .fila{
    display: none;
}
  .content .bloque4 .text{
      width: 90%;
      margin: auto;
      max-width: 850px;
      text-align: center;
  }
  .content .bloque4 .text h2{
      font-size: 60px;
      margin-bottom: 24px;
      color: #000;
      /* font-weight: 500; */
  }
  .content .bloque4 .text p{
      font-size: 24px;
      line-height: 28px;
      color: #707070;
  }
  .content .bloque4 .fondo{
      background: #E5E5E54D;
      height: 74%;
      position: absolute;
      bottom: 0;
      width: 140%;
      z-index: -2;
      border-radius: 40% 40% 0px 0px;
      margin: auto;
      left: -20%;
      right: 0;
  }
.fondo_sus{
  background: #f4f4f4;
  padding-bottom: 32px;
}
.suscribir{
    background: #009FB7;
    width: 90%;
    margin: auto;
    border-radius: 16px;
    max-width: 1120px;
    padding: 32px 70px;
    color: #fff;
    display: flex;
    /* margin-bottom: 32px; */
    z-index: 1;
    padding-bottom: 0;
    justify-content: space-between;
}
  .suscribir .box{
      width: 50%;
      max-width: 445px;
  }
  .suscribir .box h4{
      font-family: 'Metropolis', sans-serif;
      font-size: 32px;
      font-weight: 500;
      /* margin-bottom: 10px; */
  }
  .suscribir .box p{
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 14px;
  }
  .suscribir .box .input{
      position: relative;
      width: 436px;
      height: 70px;
      background: #fff;
      border-radius: 39px;
      overflow: hidden;
      border: 1px solid #009FB7;
      margin-bottom: 32px;
      margin-right: 0;
      margin-left: auto;
  }
  .suscribir .box input{
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      width: calc(100% - 150px);
      height: 100%;
      border: none;
      font-size: 19px;
      padding: 14px;
      color: #333;
  }
  
  .suscribir .box .btn{
      width: 140px;
      background: #009FB7;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 50px;
      font-size: 18px;
      line-height: 24px;
      padding: 14px;
      border-radius: 24px;
      justify-content: center;
      font-weight: 500;
  }
  
  .contacto{
    height: 700px;
    display: flex;
}
.contacto .box_img{
    width: 547px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-image: url(img/fondo-contacto.png);
}
.contacto .box_text{
    width: 498px;
    /* flex-grow: 1; */
    /* padding: 67px 54px; */
    text-align: center;
    margin-left: 54px;
}
.contacto .box_text h1{
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 21px;
    margin-top: 67px;
}
.contacto .box_text h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    width: 318px;
    margin: auto;
    margin-bottom: 41px;
}

.contacto .wpcf7{
    /* width: 400px; */
    margin: auto;
    padding-bottom: 20px;
    margin-right: 45px;
    margin-top: 40px;
}
.contacto .f_input{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}
.contacto .f_input label{
    font-size: 16px;
    width: 85px;
    text-align: right;
    margin-right: 17px;
    padding: 10px 0px;
    opacity: 0.9;
    font-weight: 300;
}
.contacto .f_input span{
    width: 324px;
    /* flex-grow: 1; */
}
.contacto .f_input span input{
    width: 100%;
    height: 40px;
    background: #E5E5E54D;
    border: 1px solid #2917201A;
    border-radius: 10px;
    padding: 5px;
    font-size: 16px;
}

.contacto .f_input span textarea{
    width: 100%;
    height: 120px;
    background: #E5E5E54D;
    border: 1px solid #2917201A;
    border-radius: 10px;
    padding: 5px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
}
.contacto .f_input input{}
.contacto .botones_c{
    display: flex;
    justify-content: space-between;
    width: 324px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 32px;
}
.contacto .botones_c .clear{
    width: 48%;
    height: 60px;
    border: 1px solid #FF9F2A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FF9F2A;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
}
.contacto .botones_c p{
    width: 48%;
    position: relative;
    height: 60px;
    background: #fff;
    font-size: 18px;
    border: 1px solid #FF9F2A;
    cursor: pointer;
    border-radius: 10px;
    background: #FF9F2A;
}
.contacto .botones_c p input{
    width: 100%;
    height: 58px;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
.contacto .botones_c p span{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    /* width: 20px; */
    /* height: 20px; */
}

  @media (max-width: 760px) {
footer{
    height: auto;
}
    footer .fila{
    width: 100%;
    padding-bottom: 74px;
}
footer .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer .box .logo{
    width: 91px;
    margin: auto;
    margin-top: 20px;
}
footer .box .menu{
    order: 2;
    width: 100%;
}
footer .box .menu a{
    font-size: 14px;
    margin-bottom: 8px;
}
footer .box aside{
    order: 1;
    width: 130px;
    margin: 16px auto;
}
.content{
    margin-top: 40px;
}
  nav{
      height: 40px;
  }
  nav .cont{
      width: 100%;
      margin: auto;
      position: relative;
  }
  nav .cont .logo{
      display: none;
  }
  nav .cont .boton_menu{
      width: 18px;
      height: 12px;
      margin-left: 27px;
      margin-top: 14px;
  }
  nav .cont .boton_menu span{
      width: 100%;
      height: 2px;
      background: #fff;
      /* border-radius: 15px; */
      display: block;
      margin-bottom: 3px;
  }
  nav .cont .logo2{
      display: block;
      width: 75px;
      height: 18px;
      position: absolute;
      top: 14px;
      left: 0;
      right: 0;
      margin: auto;
  }
  nav .cont .logo2 img{
      width: 100%;
  }
    nav .cont .menu{
      display: none;
  }
  .fondo_responsive{
      position: fixed;
      width: 100%;
      height: 100%;
      background: #00000061;
      z-index: 10;
      top: 0;
      left: 0;
  }
  .menu_responsive{
      position: fixed;
      top: 0;
      left: 0;
      width: 236px;
      height: 100%;
      background: #291720;
      z-index: 100;
  }
  .menu_responsive .logo{
      width: 83px;
      height: 110px;
      display: block;
      margin-top: 54px;
      margin-left: 48px;
      margin-bottom: 54px;
  }
  .menu_responsive .logo img{
      width: 100%;
  }
  .menu_responsive .menu{
      color: #fff;
      margin-left: 48px;
  }
  .menu_responsive .menu a{
      font-size: 20px;
      margin-bottom: 44px;
      display: block;
  }
  .menu_responsive aside{
      position: absolute;
      bottom: 0;
      width: 100%;
      display: flex;
      padding: 0 54px 32px 54px;
      justify-content: space-between;
  }
  .menu_responsive aside a{
      width: 32px;
      height: 32px;
  }
  .menu_responsive aside a img{
      width: 100%;
  }
  
  
    .content .header{
      padding-bottom: 0px;
      background-position-x: 43%;
  }
  .content .header .box{
      margin-top: 93px;
      padding-right: 25px;
      /* padding-left: 25px; */
      width: 100%;
      position: relative;
  }
  .content .header .box h1{
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 45px;
      width: 250px;
      margin-left: auto;
      margin-right: 0;
  }
  .content .header .box h3{
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 22px;
      font-weight: 500;
      width: 190px;
      margin-left: auto;
      margin-right: 0;
      margin-bottom: 146px;
  }
  .content .header .box .btn{
      font-size: 18px;
      padding: 19px;
      width: 327px;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -69px;
  }
  .content .header .box .btn img{
      /* margin-left: 20px; */
  }
  .content .bloque1{
      padding-bottom: 40px;
      padding-top: 140px;
      position: relative;
      padding-bottom: 400px;
      overflow: hidden;
  }
   .content .bloque1 h2{
      font-size: 32px;
      line-height: 38px;
      max-width: 325px;
      font-weight: 500;
  }
   .content .bloque1 h3{
      font-size: 18px;
      line-height: 21px;
      margin: auto;
      margin-bottom: 28px;
      max-width: 310px;
      opacity: 1;
      font-weight: 500;
  }
  
  .content .bloque1 .fila {
      flex-wrap: wrap;
      width: 300%;
      overflow: hidden;
      position: absolute;
      padding-bottom: 10px;
      left: 0;
      transition: all 1s;
      max-width: none;
  }
  .content .bloque1 .fila .box{
      /* box-shadow: 0px 5px 20px #00000029; */
      width: 327px;
  }
  .content .bloque1 .fila .box img{
      width: 128px;
  }
  .content .bloque1 .fila .box .text{
      padding: 0 40px 24px 40px;
  }
  .content .bloque1 .fila .box h4{
      font-size: 20px;
      line-height: 24px;
  }
  .content .bloque1 .fila .box p{
      font-size: 18px;
      line-height: 21px;
  }
  .content .bloque1 .botones{
    position: absolute;
    bottom: 200px;
    width: 86%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}
  .content .bloque1 .botones div{}
  .content .bloque1 .botones .left{}
  .content .bloque1 .botones .right{}
  .content .bloque2{
      flex-wrap: wrap;
  }
  .content .bloque2 .box{
      width: 100%;
  }
  .content .bloque2 .box_img{
      height: 275px;
  }
  .content .bloque2 .box_text{
      padding: 29px 24px 48px 24px;
  }
  .content .bloque2 .box_text h2{
      font-size: 32px;
      line-height: 38px;
      margin: auto;
      width: 325px;
      margin-bottom: 24px;
      text-align: center;
  }
  .content .bloque2 .box_text p{
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      font-weight: 500;
      width: 90%;
      margin: auto;
      margin-bottom: 16px;
  }
  .content .bloque2 .box_text .btn{
      margin: auto;
      margin-top: 60px;
  }
  .content .bloque3{
      padding: 139px 0;
  }
  .content .bloque3 h2{
      max-width: 585px;
      font-size: 32px;
      line-height: 38px;
  }
  .content .bloque3 p{
      font-size: 18px;
      line-height: 21px;
      max-width: 450px;
  }
  .content .bloque4{padding-bottom: 65px;}
  .content .bloque4 .img{
      width: 80%;
      margin: auto;
      /* max-width: 690px; */
      display: none;
  }
  .content .bloque4 .img img{
      width: 100%;
  }
  .content .bloque4 .filab4{
    position: relative;
    height: 400px;
    display: block;
}
  .content .bloque4 .filab4 .botones{
    position: absolute;
    bottom: 27%;
    display: flex;
    width: 85%;
    justify-content: space-between;
    margin: auto;
    left: 0;
    right: 0;
}
  .content .bloque4 .filab4 .botones div{}
  .content .bloque4 .fila{
    display: flex;
    width: 300%;
    position: absolute;
    transition: all 1s;
    left: 0px;
}
  .content .bloque4 .fila .img2{
    width: 375px;
}
  .content .bloque4 .fila .img2 img{
    width: 100%;
}
  .content .bloque4 .text{
      width: 90%;
      margin: auto;
      max-width: 700px;
      text-align: center;
  }
  .content .bloque4 .text h2{
      font-size: 32px;
      margin-bottom: 16px;
      font-weight: 500;
      color: #291720;
  }
  .content .bloque4 .text p{
      font-size: 18px;
      line-height: 24px;
      max-width: 609px;
      margin: auto;
      color: #291720;
      font-weight: 500;
  }
  .content .bloque4 .fondo{
      width: 200%;
      left: -50%;
      border-radius: 50% 50% 0px 0px;
  }
.fondo_sus{
    padding-bottom: 0;
}
.suscribir{flex-wrap: wrap;padding: 40px 24px 0 24px;margin-bottom: 0;width: 100%;border-radius: 0;justify-content: center;}
  .suscribir .box{
      width: 100%;
      text-align: center;
  }
  .suscribir .box h4{margin-bottom: 8px;}
  .suscribir .box p{
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 20px;
      text-align: left;
  }
  .suscribir .box .input{margin: auto;margin-bottom: 32px;width: 100%;}
  .suscribir .box input{}
  .suscribir .box .btn{}
  .contacto{
    /* min-height: 100px; */
    flex-wrap: wrap;
    height: auto;
}
.contacto .box_img{
    height: 180px;
}
.contacto .box_text{
    width: 330px;
    margin: auto;
}
.contacto .box_text h1{
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.contacto .box_text h3{
    font-size: 14px;
    line-height: 16px;
    width: 200px;
    margin-bottom: 20px;
}
.contacto .wpcf7{
    margin-top: 24px;
    margin-right: 0;
}
.contacto .f_input{}
.contacto .f_input label{
    padding: 6px 0px;
    font-size: 10px;
    margin-right: 11px;
    width: 52px;
}
.contacto .f_input span{width: 272px;}
.contacto .f_input span input{
    height: 25px;
    border-radius: 4px;
    font-size: 14px;
}

.contacto .f_input span textarea{
    height: 75px;
    border-radius: 5px;
    font-size: 14px;
}
.contacto .f_input input{}
.contacto .botones_c{
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.contacto .botones_c .clear{
    font-size: 11px;
    border-radius: 5px;
    height: 37px;
    order: 1;
    width: 109px;
}
.contacto .botones_c p{
    font-size: 11px;
    border-radius: 10px;
    height: 60px;
    order: 0;
    width: 100%;
    margin-bottom: 21px;
}
.contacto .botones_c p input{
    height: 59px;
    font-size: 18px;
}
.contacto .botones_c p span{}

  }
  
  
  
  @media (max-width: 1023px) and (min-width: 761px) {
  footer{
    height: 232px;
}
    footer .fila{
    width: 498px;
}
  footer .box{
}
  footer .box .logo{
    width: 75px;
    margin: auto;
}
  footer .box .logo img{
    width: 100%;
}
  footer .box .menu{
    color: #fff;
}
  footer .box .menu a{
    font-size: 14px;
    margin-bottom: 8px;
}
  footer .box aside{width: 128px;margin: auto;margin-top: 16px;}
  nav{
      height: 60px;
  }
  .content{
    margin-top: 60px;
}  
  nav .cont{
      margin: 0px 40px 0px 64px;
  }
  nav .cont .logo{
      width: 113px;
      height: 38px;
  }
  nav .cont .menu a{
      font-size: 18px;
  }
  .content .header{
      padding-bottom: 161px;
  }
  .content .header .box{
      margin-top: 97px;
      padding-right: 40px;
  }
  .content .header .box h1{
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 20px;
      width: 80%;
      margin-left: auto;
      margin-right: 0;
  }
  .content .header .box h3{
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 30px;
      font-weight: 500;
  }
  .content .header .box .btn{
      font-size: 18px;
      padding: 10px;
  }
  .content .bloque1{
      padding-bottom: 40px;
      padding-top: 65px;
  }
   .content .bloque1 h2{
      font-size: 40px;
      line-height: 48px;
      max-width: 450px;
      font-weight: 500;
  }
   .content .bloque1 h3{
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 28px;
      font-weight: 500;
  }
  
  
  .content .bloque1 .fila .box{
      /* box-shadow: 0px 5px 6px #0000001A; */
  }
  .content .bloque1 .fila .box .text{
      padding: 0 24px 40px 24px;
  }
  .content .bloque1 .fila .box h4{
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 16px;
  }
  .content .bloque1 .fila .box p{
      font-size: 14px;
      line-height: 16px;
  }
  .content .bloque2 .box_text{
      padding: 85px 44px 85px 20px;
  }
  .content .bloque2 .box_text h2{
      font-size: 32px;
      line-height: 38px;
      width: 230px;
      margin-bottom: 24px;
  }
  .content .bloque2 .box_text p{
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 16px;
      font-weight: 500;
  }
  .content .bloque2 .box_text .btn{
      margin-top: 24px;
  }
  .content .bloque3{
      padding: 168px 0;
  }
  .content .bloque3 h2{
      max-width: 585px;
      font-size: 40px;
      line-height: 48px;
  }
  .content .bloque3 p{
      font-size: 18px;
      line-height: 21px;
      max-width: 450px;
  }
  .content .bloque4{padding-bottom: 75px;}
  .content .bloque4 .img{
      width: 80%;
      margin: auto;
      /* max-width: 690px; */
  }
  .content .bloque4 .img img{
      width: 100%;
  }
  .content .bloque4 .text{
      width: 90%;
      margin: auto;
      max-width: 700px;
      text-align: center;
  }
  .content .bloque4 .text h2{
      font-size: 40px;
      margin-bottom: 28px;
      font-weight: 500;
      color: #291720;
  }
  .content .bloque4 .text p{
      font-size: 18px;
      line-height: 21px;
      max-width: 609px;
      margin: auto;
      color: #291720;
      font-weight: 500;
  }
  .content .bloque4 .fondo{
      height: 70%;
  }
.fondo_sus{
    padding-bottom: 24px;
}
.suscribir{flex-wrap: wrap;padding: 40px 40px 0 40px;justify-content: center;}

  .suscribir .box{
      width: 100%;
      text-align: center;
      max-width: none;
  }
  .suscribir .box h4{margin-bottom: 8px;}
  .suscribir .box p{
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 20px;
  }
  .suscribir .box .input{margin: auto;margin-bottom: 40px;}
  .suscribir .box input{}
  .suscribir .box .btn{}
  .contacto{
    height: 540px;
}
.contacto .box_img{
    width: 329px;
}
.contacto .box_text{
    width: 409px;
    /* flex-grow: 1; */
    margin-left: 11px;
}
.contacto .box_text h1{
    font-size: 40px;
    margin-bottom: 18px;
    margin-top: 40px;
}
.contacto .box_text h3{
    font-size: 18px;
    line-height: 21px;
    width: 289px;
}
.contacto .wpcf7{
    margin-top: 71px;
    margin-right: 68px;
}
.contacto .f_input{}
.contacto .f_input label{
    padding: 6px 0px;
    font-size: 11px;
    margin-right: 11px;
}
.contacto .f_input span{width: 229px;}
.contacto .f_input span input{
    height: 25px;
    border-radius: 4px;
    font-size: 11px;
}

.contacto .f_input span textarea{
    height: 75px;
    border-radius: 5px;
    font-size: 11px;
}
.contacto .f_input input{}
.contacto .botones_c{
    width: 229px;
    margin-top: 20px;
}
.contacto .botones_c .clear{
    font-size: 11px;
    border-radius: 5px;
    height: 37px;
}
.contacto .botones_c p{
    font-size: 11px;
    border-radius: 5px;
    height: 37px;
}
.contacto .botones_c p input{
    height: 36px;
    font-size: 11px;
}
.contacto .botones_c p span{}
  }
  @media (min-width: 1800px) {
    footer{
    height: 575px;
}
footer .fila{
    height: 400px;
}
    nav .cont{
      margin-left: 148px;
  }
    .content .header{
      padding-bottom: 342px;
  }
    .content .header .box{
      margin-top: 252px;
      padding-right: 140px;
      max-width: 874px;
  }
  .content .header .box h1{
      font-size: 60px;
      line-height: 68px;
      margin-bottom: 16px;
  }
  .content .header .box h3{
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 40px;
      max-width: 690px;
  }
  .content .header .box .btn{
      padding: 30px 20px;
  }
  .content .header .box .btn img{
      margin-left: 20px;
      height: 28px;
  }
  .content .bloque1{
      padding-bottom: 175px;
  }
  .content .bloque1 h2{
      max-width: 748px;
      font-size: 52px;
      line-height: 62px;
  }
  .content .bloque1 h3{
      max-width: 850px;
      font-weight: 500;
      margin-bottom: 72px;
  }
  .content .bloque1 .fila{
      max-width: 1520px;
  }
  .content .bloque1 .fila .box img{
      width: 211px;
  }
  .content .bloque1 .fila .box .text{
      padding: 0 40px 48px 40px;
  }
  .content .bloque1 .fila .box h4{
      font-size: 32px;
      line-height: 38px;
  }
  .content .bloque1 .fila .box p{
      line-height: 28px;
  }
  
  
  .content .bloque2 .box_text{
      padding: 312px 140px 312px 40px;
  }
  .content .bloque2 .box_text h2{}
  .content .bloque2 .box_text p{
      line-height: 28px;
  }
  .content .bloque2 .box_text .btn{}
  .content .bloque3{
      padding-top: 373px;
      padding-bottom: 415px;
  }
  .content .bloque3 h2{}
  .content .bloque3 p{}
  .content .bloque4{
      padding-bottom: 263px;
  }
.fondo_sus{
    padding-bottom: 48px;
}
.suscribir{
    max-width: 1600px;
    justify-content: space-between;
}
  .suscribir .box{
      width: 450px;
  }
  .contacto{
    height: 980px;
}
.contacto .box_img{
    width: 814px;
}
.contacto .box_text{
    margin-left: 170px;
    width: 663px;
}
.contacto .box_text h1{
    margin-top: 96px;
}
.contacto .box_text h3{}
.contacto .wpcf7{
    margin-top: 75px;
    margin-right: 0;
}
.contacto .f_input{
    margin-bottom: 16px;
}
.contacto .f_input label{
    padding: 16px 0px;
    font-size: 24px;
    margin-right: 16px;
    width: 110px;
}
.contacto .f_input span{width: 536px;}
.contacto .f_input span input{
    height: 60px;
    border-radius: 10px;
    font-size: 24px;
}

.contacto .f_input span textarea{
    height: 180px;
    border-radius: 10px;
    font-size: 24px;
}
.contacto .f_input input{}
.contacto .botones_c{
    width: 536px;
    margin-top: 48px;
}
.contacto .botones_c .clear{
    font-size: 24px;
    border-radius: 16px;
    height: 88px;
}
.contacto .botones_c p{
    border-radius: 16px;
    height: 88px;
}
.contacto .botones_c p input{
    height: 88px;
    font-size: 24px;
}
.contacto .botones_c p span{}
}