/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




    
    /* FONTS */













    





    

 
 
 
 /* Add to every CSS File */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


* {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  padding: 0px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100vh;
  font-size: 12px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1{
  font: 28px Montserrat, sans-serif;
  color: #F9F9F9;
}

h2{
  font-weight: 600;
  font-size: 22px;
}

h3{
  font-size: 12px;
}

h5{
  font-size: 35px;
  padding-bottom: 25px;
}

p{
  font-weight: 300;
  font-size: 14px;
}

ul li{
  list-style-type: none;
}

a{
  cursor: pointer;
}

.titulos2{
  font-size: 16px;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

/* CLASES ESPECIALES =========================================================================================== */

.yellow{
  color: #FFC239;
}

.principal-button{
  background-color: #FFC239;
  width: fit-content;
  padding: 10px;
  color: #182228;
  text-decoration: none;
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.7s;
  cursor: pointer;
}

.principal-button.normal-hover:hover{
  opacity: .8;
  transition: 0.7s;
}

.principal-button.scale:hover{
  transform: scale(1.3);
  transition: 0.7s;
}

.transparent-button{
  background-color: transparent;
  width: fit-content;
  padding: 2px 10px 6px;
  margin: 45px 0;
  color: #FFC239;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.7s;
  cursor: pointer;
  border: 1px solid #FFC239;
}

.transparent-button.normal-hover:hover{
  opacity: .8;
  transition: 0.7s;
}

.transparent-button.scale:hover{
  transform: scale(1.3);
  transition: 0.7s;
}


/* NAVBAR =========================================================================================== */

.logo-ade-nav{
  display: none;
}

.nav-lp-extra ul li img,
.logo-ade-nav img{
  width: 150px;
}

nav ul li{
 display: inline;
 margin: 5px;
}

nav ul li:hover{
  opacity: 0.7;
}

nav ul li a{
 text-decoration: none;
 color: #F9F9F9;
 font-weight: 300;
}

.navbar-right-side ul {
  list-style-type: none; 
  display: inline-flex;
}

.navbar-right-side ul li{
  margin: 0px 5px;
}

.navbar-left-side,
.navbar-right-side{
  display: flex;
  align-items: center;
}

#nav-btn {
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  outline: none!important;
  background-color: transparent;
  padding: 30px 20px;
  color: #fff;
  font-size: 18px;
  display: none;
}

.navbar-lp-extra{
  display: flex;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  justify-content: flex-end; 
}

.navbar-lp-extra,
.navbar-rrss{
  background-color: #182228;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #F9F9F9;
  min-height: 50px;
}

.navbar-right-side ul span{
  margin: 0px 5px;
}

/*ESTE ES EL ULTIMO MENU QUE HICE */
.menu-v2{ 
  display: flex;
}

/*.menu-v2 li ul li{ 
  margin: 5px 0px;
}*/

.menu-lines{
  display: none;
}

.menu-lines:hover{
  opacity: 0.7;
}

.menu-line1,
.menu-line2{
  width: 35px;
  top: 20px;
  right: 25px;
  height: 1px;
  background-color: white;
  border: 0.4px solid white;
  position: absolute;
}

.menu-line2{
  top: 30px;
}

.nav-lp-extra ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {


  .menu-lines{
    display: flex;
  }

  /* MOBILE MENU */

  .menu-ade.responsive,
  .menu-ade.responsive nav ul li{
    display: block;
    z-index: 1;
  }

  .menu-ade.responsive nav ul{
    text-align: right;
    flex-direction: column;
  }

  .menu-ade.responsive nav {
    background-color: #182228;
    position: absolute;
    top: 45px;
    right: 0px;
    width: 100%;
    padding: 0px 15px;
  }

  .navbar-right-side ul {
    display: block;
  }
  
  
  .navbar-lp-extra{
    justify-content: center;
  }

}


/* CONTAINERS =========================================================================================== */

.special-img-container,
.container-full-width-img,
.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 20px;
}

.margin-full-width-img{
  margin-top: 37px;
  margin-bottom: 37px;
}

@media only screen and (min-width: 1366px) {
  .container-full-width-img,
  .container {
    max-width: 1240px; 
  }
  
  .side{
    float: left;
  }
}


@media only screen and (min-width: 1600px) {
  
  .main-text-lp-extra{
    margin: 0 0 0 auto !important;
  }
  
}


.container-hf {
  width: 100%;
  /*padding: 0px 90px;*/
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ade-box{
  padding: 37px 0px;
  display: flex;
}


@media only screen and (max-width: 768px) {

  .container-hf{
    padding: 0px 20px;
    justify-content: space-around;
  }

  .container-hf .logo-ade{
    display: block;
  }
    
  .lp-extra-nav{
    display: block;
  }
  
  /* ESTAS DOS CLASES SON PARA QUE EL HEADER CON RRSS, MAIL Y TEL SE VEAN SOLO EN LA PAG DE COMING SOON*/
  .header-container-wrapper .header-container .row-fluid-wrapper .row-fluid .span12{
    display: none;
  }

  .header-container-wrapper .header-container .row-fluid-wrapper .row-fluid .nop .span12{
    display: block;
  }
  
  .container-full-width-img{
    padding: 0px;
  }

  .container-text-from-full-width-img{
    padding: 0 30px;
  }
  
  .margin-full-width-img{
    margin-top: 0px; 
  }
  
  .full-img-landscape img{
    width: -webkit-fill-available; 
  }

}


.container-comming-soon{
  display: flex;
  justify-content: center;
  align-items: center;  
  min-height: 450px;
  background-color: green;
  color: #F9F9F9;
}


.text-wrapper{
  text-align: center;
  display: grid;
}

.text-wrapper span{
  padding: 20px 0px;
}

.text-wrapper p{
  width: 75%;
  margin: auto;
}

.image-wrapper{
  display: inline-flex;
  justify-content: center;
}

.image-wrapper img{
  height: 80px;
  width: 280px;
  object-fit: cover;
}

.image-wrapper img:nth-child(2){
  height: 20px;
  margin: 20px;
  width: 55px;
}

.image-wrapper img:nth-child(3){
  object-fit: contain;
}

.title{
  font-size: 50px;
}

.subtitle1{
  font-size: 30px;
}

.subtitle2{
  font-size: 20px;
  opacity: 0.6;
}

.section-container{
  text-align: center;
  padding: 20px 10px;
}


.section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;  
  background-color: #ffc239;
  min-height: 265px;
}

.section-wrapper button{ 
  border: 2px solid #182228;
  font-size: 20px;
  color: white;
  background-color: #182228;
  width: 200px;
  height: 50px;
  margin: 0px 20px;
  cursor: pointer;
}

.section-wrapper button:hover {
  opacity: 0.7;
}

.btn1-section {
  background-color: transparent !important;
  color: #182228 !important;
}


/* FOOTER =========================================================================================== */

.footer-ade{
  background-color: #182228;
  color: white;
  min-height: 50px;
  display: flex;
}

.col-small-footer{
  display: flex;
  flex-grow: 1;
  flex: 1;
  padding: 20px 0px;
}

.footer-ade:first-child span:last-child {
  opacity: 0.7;
}

.footer-ade:last-child a{
  display: inline-block;
  margin: 0px 20px;
  text-decoration: none;
  color: #fff;
}

.footer-ade:last-child a:hover{
  opacity: 0.7;
}

.footer-top-section{
  height: 35px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  font-weight: 600;
}


@media only screen and (max-width: 768px) {

  .container{
    padding: 0 30px;
  }

  p{
    font-size: 12px;
  }

  ul{
    padding: 0px;
  }

  nav ul li a{
    font-size: 14px;
  }

  

  h3{
    font-size: 10px;
  }

  .title{
    font-size: 23px;
  }

  .subtitle1{
    font-size: 18px;
  }

  .subtitle2{
    font-size: 15px;
    opacity: 0.6;
  }

  .container-comming-soon{
    flex-flow: column;
    padding: 0 20px;
  }

  .container-comming-soon .text-wrapper{
    width: 100%;
  }

  .container-comming-soon .text-wrapper p{
    margin-top: 20px;
    width: 100%;
  }

  .text-wrapper span{
    padding: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper{
    flex-wrap: wrap;
    flex-flow: column;
    display: grid;
    justify-content: center;
  }

  .image-wrapper img:first-child,
  .image-wrapper img:last-child{
    width: 220px;
    height: 55px;
    margin: 20px;
  }

  .image-wrapper img:nth-child(2){
    transform: rotate(90deg);
    margin: auto;
    height: 15px;
  }

  .section-wrapper button{
    margin-top: 15px;
  }

  .footer-ade .footer-left-side{
    float: none;  
    padding: 15px 30px;
    text-align: center;
    display: grid;
  }

  .footer-ade .footer-right-side {
    float: none;
    text-align: center;
    padding: 15px 0px;
  }

  .col-small-footer{
    justify-content: flex-end;
    align-items: center;
  }

  .col-small-footer:nth-child(2){
    display: none;
  }

}

/* BIG FOOTER ============================================================================================ */

.big-footer-ade{
  background-color: #27363F;
  color: white;
  min-height: 200px;
  display: flex;
  /*padding: 0px 90px;*/
}

.container-big-footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.col{
  display: flex;
  flex-direction: column;
  min-height: 180px;
  flex-grow: 1;
  flex: 1;
  padding: 60px 0px;
}

.col-menu nav ul li{
  margin: 5px 0px;
}

.big-footer-ade .container-big-footer .col:first-child p{
  width: 65%;
}

.big-footer-ade .container-big-footer .col:nth-child(1) p,
.big-footer-ade .container-big-footer .col:nth-child(2) p{
  
}

.big-footer-ade .container-big-footer .col nav ul{
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {

  .cards{
    flex-direction: column;
  }

  .container-big-footer{
    flex-direction: column;
  }

  .col{
    padding: 25px 0px;
    min-height: 130px;
  }

  .col-menu{
    display: none;
  }

  .big-footer-ade .container-big-footer .col:first-child p{
    width: 100%;
  }

  .big-footer-ade .container-big-footer .col .logo-ade img{
    width: 175px;
  }

}
/* HERO ============================================================================================ */

.item-selected{
  display: none;  
}

.container-hero{
  height: 600px;
  display: flex;
  flex-direction: column;
}

.navbar-hero{
  min-height: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.navbar-hero .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
  
.menu-ade{
  float: right;
}

.col nav ul,
.menu-ade nav ul{
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.menu-ade nav ul li:nth-child(5) ul{
  display: none;
  flex-direction: column;
  position: absolute;
}

.menu-ade nav ul li:nth-child(5):hover ul{
  display: flex;
}


.logo-ade{
  float: left;
}

.logo-ade-lp-extra{
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 50px 0 auto;
  width: 480px !important;
}

.nav-lp-extra ul li img,
.logo-ade img{
  width: 220px;
}

.container-hero .main-text-lp-extra,
.container-hero .main-text{
  width: 715px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
}

.main-text-lp-extra{
  margin: 0 50px 0 auto !important;
}

.container-hero .main-text{
  display: flex;
  flex-direction: column;
}

.container-hero .main-text .main-button{
  margin-bottom: 20px;
  width: auto;
  padding: 5px;
}

.main-text-500 .container-hero .main-text{
  width: 500px;
  display: flex;
  flex-direction: column;
}

.main-text-500 .container-hero .main-text .main-button{
  margin-bottom: 20px;
}

.main-text-675 .container-hero .main-text{
  width: 675px;
  display: flex;
  flex-direction: column;
}

.main-text-675 .container-hero .main-text .main-button{
  margin-bottom: 20px;
}

.main-text-lp-extra{
  width: 480px !important;
}

.main-text-lp-extra .container p{
  color: white;
  margin-top: 25px;
}

.no-background .container-hero .navbar-hero{
  background-color: transparent;
}

@media only screen and (max-width: 768px) {

  h1{
    font-size: 20px;
  }

  .container-hero {
    height: 300px !important;
  }
  
  .container-hero-side{
    height: 350px !important;
  }

  .navbar-hero{
    background-color: #182228;
    padding: 0px;
  }

  .menu-ade{
    display: none;
  }

  .nav-lp-extra ul li img,
  .logo-ade img{
    width: 140px;
  }

  .main-text-500 .container-hero .main-text,
  .main-text-675 .container-hero .main-text,
  .container-hero .main-text{
    width: 350px;
  }
  
  .logo-ade-lp-extra,
  .main-text-lp-extra{
    width: 100% !important;
  }
  
  .main-button-lp-extra{
    width: fit-content !important;
    margin: 20px auto;
  }

  .menu-ade nav ul li:nth-child(5) ul{
    margin: -20px 100px;
  }

}
/* SECTIONS ============================================================================================ */

.sections{
  display: inline-flex;
  justify-content: space-between;
}

.section-left{
  width: 30%;
}

.section-right{
  width: 55%;
}

.section-wrapper .sections .section-right h2{
  margin-bottom: 20px;
}

.paragraph {
  width: 80%;
}

.paragraph h2,
.paragraph h3,
.paragraph p{
  padding: 10px 0px;
}

.paragraph h2 a{
 color: black; 
}

.paragraph ul li{
 text-decoration: underline;
 font-weight: 700;
 list-style: none;
 line-height: 20px;
}

.paragraph p{
  line-height: 1.2rem;
  font-weight: 400;
}

.paragraph .main-button{
 margin-top: 20px; 
}

@media only screen and (max-width: 768px) {

  .sections{
    flex-direction: column;
    padding: 40px 0px;
  }


  .section-left{
    width: 100%;
  }

  .section-right{
    width: 100%;
    margin: 10px 0px;
  }

  .section-wrapper .sections .section-right p {
    margin-top: 14px;
  }

  .paragraph {
    width: 100%;
    margin: 20px 0px;
  }

}


/* MODULE TITLE, SUBTITLE, AND TEXT ============================================================================================ */

.titles{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 410px;
  margin: 0 auto;
  text-align: center;
}

.titles h3{
  padding: 35px 0px 7px 0px;
}

.titles p{
  width: 385px;
}

.title-exception h2{
  font-size: 12px;
}

.title-exception h3{
  font-weight: 600;
  font-size: 22px;
}

.special-titles h2{
  font-weight: 200;
  font-size: 18px;
}

.special-titles h3{
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  
  .titles,
  .titles p{
    width: 100%;
  }
  
  .row-fluid {
    display: flex;
    flex-flow: column;
  }
}

/* CARDS ============================================================================================ */

.cards{
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
}

.card{
  min-height: 350px;
  flex-grow: 1;
  flex: 1;
  text-align: center;
  padding: 45px 15px;
  -webkit-filter: brightness(100%);
}

.card:nth-child(1):hover,
.card:nth-child(2):hover{
  -webkit-filter: brightness(85%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card:nth-child(3):hover,
.card:nth-child(4):hover{
  opacity: .9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card:nth-child(1) {
  background-color: #F9F9F9;
}

.card:nth-child(2) {
  background-color: #f3f3f3;
}

.card:nth-child(3) {
  background-color: #182228;
  color: #F9F9F9;
}

.card:nth-child(4) {
  background-color: #FFC239;
}

.card p:first-of-type {
  font-size: 16px;
  padding: 75px 0px 20px;
  height: 160px;
  font-weight: 600;
}

.card p:not(:first-of-type){
  height: 100px;
}

.card:nth-child(2) .main-button,
.card:last-child .main-button{
  background-color: #182228;
  color: white;
  border: none;
}

.cards .card .main-button{
  margin: 40px auto 0px;
}


/* BLOG =========================================================================================== */

.blog-posts{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 60%;
}

.post{
  display: flex;
  margin: 10px 0px;
}

.post img{
  width: 275px;
  height: 100%;
}

.info{
  padding: 15px;
}

.info h2,
.info h3,
.info p,
.info a{
  margin-top: 20px;
}

.aduana-posts{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aduana-post{
  width: 270px;
  margin: 15px;
}

.aduana-info{
  display: flex;
  flex-wrap: wrap;
}

.aduana-post .aduana-info h3{
  margin: 5px 0px;
}

.aduana-post .aduana-info h2{
  margin: 5px 0px;
  font-size: 17px;
}

.section.post-header h1{
  color: #182228 !important;
}

@media only screen and (max-width: 768px) {
  
  .blog-posts{
    width: 100%;
  }

  .aduana-posts{
    justify-content: center;
  }
  
  .post{
    display: block;
    flex-wrap: wrap;
    text-align: center;
  }
}

/* SIDE IMAGE =========================================================================================== */

.fix-form-width .span6 .side .div-form .text-side{
  width: 40%;
}

.side{
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
  
.side .text-side{
  text-align: center;
}

.side .text-side h1{
  max-width: 450px;
}

.main-text-lp-extra .container h3,
.side h3{
  color: white;
  letter-spacing: 3px;
}
  
@media only screen and (max-width: 768px) {

  .side{
    align-items: normal;
  }
  
}

@media only screen and (min-width: 1366px) {

  .side{
    display: flex;
    align-items: flex-end;
    padding: 0px 40px;
    float: revert;
  }
  
  .div-form{
    margin: 0 auto 0 0;
    width: auto;
  }
  
}

/* DOCUMENTS =========================================================================================== */

.container-documents h2{
  text-align: center;
  margin-bottom: 15px;
}

.documents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.document{
  text-align: center;
  display: flex;
  margin: 20px 0px;
  flex-direction: column;
  align-items: center;
}

.document a{
  margin-top: 10px;
}

.document a h3{
  color: #182228;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {

  .documents{
    justify-content: center;
  }

  .document{
    flex-basis: 50%;
  }
}

/* CASOS DE EXITO =========================================================================================== */

.casos-exito{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.caso{
  position: relative;
  text-align: center;
  color: white;
  opacity: 1;
  transition: .5s ease;
}

.caso img{
  width: 300px;
}

.caso .overlay{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
}

.caso .overlay:hover img,
.caso .overlay:hover{
  opacity: 1;
  background-color: #1822289e;
  z-index: 200;
}

.caso .overlay p{
  font: 22px Montserrat, sans-serif;
}

.casos-exito a{
  font: 10px Montserrat, sans-serif;
  margin-top: 25px;
}

.link-casos-exito{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.link-casos-exito a{
  font-weight: 300;
  font-style: italic;
}

/* FAQ =========================================================================================== */

.faqs{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.faq{
  flex: 1 0 50%;
}

.accordion{
  background-color: transparent;
  display: flex;
  padding: 18px 0px;
}

.faqs .faq .accordion img{
  width: 30px;
}

.faqs .faq .accordion h3{
  padding: 0px 10px;
}

.girl-faqs{
  margin-bottom: -4px;
  order: 2;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  
  .girl-faqs{
    position: relative;
  }
  
  .title-faq1{
    display: none !important;
  }
  
}
/* TESTIMONIAL =========================================================================================== */

.testimonials{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.testimonial{
  flex-basis: 30%;
  text-align: center;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px 10px;
  padding: 0px 10px;
  -moz-box-shadow: 0 0 20px #f0f0f0;
  -webkit-box-shadow: 0 0 20px #f0f0f0;
  -moz-box-shadow: 0 0 20px #f0f0f0;
  box-shadow: 0 0 20px #f0f0f0;
}

.testimonials .testimonial img{
  width: 140px;
  filter: grayscale(100%);
}

.testimonials .testimonial:hover > img{
  filter: grayscale(0);
  transition: .5s;
}

.testimonials .testimonial .testimonial-info{
  padding: 0px 15px;
}

.testimonials .testimonial .testimonial-info p{
  line-height: 24px;
  text-align: justify;
  height: 160px;
  margin-top: 25px;
}

.testimonials .testimonial .testimonial-info p:last-child{
  height: 20px; 
}

.comillas { 
  background-image: linear-gradient(rgba(255,255,255,0.4), rgb(255 255 255)), url(https://f.hubspotusercontent10.net/hubfs/6995067/Desktop%20Elements-08.png);
  background-repeat: no-repeat;
  padding: 30px 50px;
  z-index: -1;
  position: absolute;
}


@media only screen and (max-width: 768px) {
  .testimonial{
    flex-basis: 100%;
  }
}


/* MODAL =========================================================================================== */

.modal2,
.modal {
  background-color: #182228;
  width: 550px;
}

.modal2 p,
.modal p{
  color: white;
}

@media only screen and (max-width: 768px) {

  .modal2,
  .modal{
    width: 100%;
    left: 55%;
  }
}


/* BRANDS =========================================================================================== */

.brands-container{
  background-color: #8080801a;
}

.brands-wrapper{
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.brands-wrapper img{
  width: 140px;
  margin: 25px 50px;
}

@media only screen and (min-width: 1366px) {
  .brands-wrapper img{
    width: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .brands-wrapper img{
    width: 50px;
    height: 20px;
    margin: 15px 5px;
  }
}

/* HERO BOTTOM =========================================================================================== */

.hero-bottom .container{
  align-items: center;
}

.hero-bottom .container p{
  color: white;
  letter-spacing: 2px;
}

.hero-bottom .container h1{
  margin: 30px 0;
  width: 550px;
}

@media only screen and (max-width: 768px) {

  .hero-bottom .container h1{
    width: auto;
  }

}
/* NEWSLETTER BASE DE CONOCIMIENTO =========================================================================================== */

.form-bc .side .div-form .text-side p{
  color: white; 
  text-align: left;
  padding: 50px;
}

.form-bc form fieldset{
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
 
  .form-bc .side .div-form .text-side p{
    padding: 50px 0px;
  }
  
}

.cta-style{
  display: flex;
  justify-content: center;
  margin-top: 30px;  
}

.cta-style .hs-button{
  color: white;
  text-decoration: none;
}

.cta-style:hover .hs-button{
  color: black;
}

/* FONTS =========================================================================================== */

@font-face {
  font-family: "Montserrat";
  src: url("https://f.hubspotusercontent10.net/hubfs/6995067/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://f.hubspotusercontent10.net/hubfs/6995067/Montserrat-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://f.hubspotusercontent10.net/hubfs/6995067/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://f.hubspotusercontent10.net/hubfs/6995067/Montserrat-LightItalic.ttf");
  font-weight: 350;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://f.hubspotusercontent10.net/hubfs/6995067/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}