/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html, body, h1, h2, h3, h4, h5, h6, p, a, div, ul, ol, li  {
     font-family: 'Roboto', sans-serif;0;
}
html{
  scroll-behavior:smooth;
}

.header__container{
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0px;
}

.header__wrapper{
  display: flex;
  justify-content: spacer-around !important; 
}

.header__container .header__wrapper{
  max-width: 1260px;
}
.header__container .header__bottom{
  height: 70px;
  padding: 14px;
  background: #ffffff;
}
.header__container .header__menu--desktop a.header__menu-link{
  color: #8b8b8b;
  padding: 10px 16px;
  transition: 0.4s;
}

.header__container .header__menu--desktop .header__menu-link::after{
  content: '';
  position: absolut;
  width: 100%;
  height: 0.175rem;
  background: #D41E52;
}

.header__container .header__menu--desktop .header__menu-link:hover{
  color: #c9c5c5;
  transition: 0.2s;
}


.dnd_area-row-0-padding{
  margin-top: 69px;
  height: 600px;
}

::marker{
  color: #8b8b8b;
}

form{
  padding: 30px 29px 45px 45px;
}
form .input{
  margin-right:16px !important;
}

form .hs_acepto_el_aviso_de_privacidad .hs-field-desc span{
    text-decoration: none !important;
}

form .hs_acepto_el_aviso_de_privacidad .hs-field-desc span a{
    text-decoration: none;
    color: #62beff;
}

.submitted-message p span{
  
}

.accordion__summary:before{
    color: #ffffff;
    background: #d61e50;
    padding: 0px 7px;
    line-height: 30px;
}

.accordion__content{
  background-color: #f9f9f9 !important;
  padding: 30px 5%!important;
}

.accordion__content p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  color: #666666 !important;
}

.accordion__content span {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  margin:0px;
  color: #666666 !important;
}

.accordion__content p strong{
  font-weight: 500;
  color: black;
}

.accordion__content span strong{
  font-weight: 500;
  color: black;
}

.accordion__content ul{
  margin:0px;
}

.accordion__content ul li{
  margin:5px;
  color: #cb4c58 !important;
}

.accordion__content h4 span{
   font-family: 'Roboto', sans-serif !important;
   font-weight: 300;
   color: #209fda  !important;
}

.slick-slide{
  margin: 0px !important;
}

.slick-slide .slick-slide-inner-wrapper .caption{
  padding: 0 3%;
}

.slick-slide .slick-slide-inner-wrapper .caption h4{
  margin: 30px 0 10px;
}
.slick-slide .slick-slide-inner-wrapper .caption h3{
  margin: 0px;
}
.hs_cos_gallery_main .slick-prev, .slick-next {
  height: 30px;
  width: 30px;
  top: 154px;
}
button:hover, button:focus, button:active{
  border: 0px;
}

.hs_cos_gallery_main .slick-prev:before{
  color: #26447d;
  font-size: 24px;
}
.hs_cos_gallery_main .slick-next:before{
  color: #26447d;
  font-size: 24px;
}

.slick-dots li.slick-active button:before{
  color: #26447d;
}

p#footer-links{
 margin-top: 60px;
}

p#footer-links a{
  text-decoration: none;
  padding: 0 5px;
  display: inline-block;
}

p#footer-links a:hover{
  font-family: 'Roboto', sans-serif;
}


/*---------------------- FORM ----------------------*/
  /*--Título--*/


  #hs_cos_wrapper_widget_1679805110982_ h1{
    background-color: #d62051;
    padding: 10px 0px; 
    margin: 0px;
  }

  /*--Botón enviar--*/
  .actions{
    padding-right: 16px !important;
  }



/*---------------------------------------------- DESKTOP ---------------------------------------------*/
@media only screen and (min-width: 1024px){
  
  .widget_1679765225990-flexbox-positioning{
     display: none !important;
  }
  
  
  .row-fluid-wrapper  .row-depth-1 .row-number-7{
    margin-left: 40px;
  }
  
  .titulo-dos-banner{
    margin-left: 30px;
  }
  
  .row-fluid-wrapper .row-depth-1 .row-number-19 .dnd-section .dnd_area-row-5-max-width-section-centering .dnd_area-row-5-padding .dnd_area-row-5-vertical-alignment{
    margin-bottom: 30px;
  }
}


/*---------------------------------------------- TABLET ---------------------------------------------*/
@media only screen and (max-width: 1023px){
  
/*----------------------- BANNER PRINCIPAL ----------------------*/
  .dnd_area-row-0-padding{
    height: 400px;
    margin-top: 79px;
  }
  
  .titulo-dos-banner{
    font-size: 30px !important;
    text-align: center;
  }
  
  .entrada-libre{
    font-size: 25px !important;
    margin: 0px !important;
    padding: 0px;
  }
  
  #hs_cos_wrapper_module_16797768606753{
    padding-top: 0px !important;
  }
  
 
/*---------------------- fin BANNER PRINCIPAL ----------------------*/ 

  
}
/*-------------------------------------------- fin TABLET --------------------------------------------*/




/*-------------------------------------------- MOBILE --------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    background-color: #ffffff;
  }
  
  h1{
    font-size: 26px;
    line-height: 26px;
  }
  
  h2{
    font-size: 18px !important;
    margin-top:12px;
  }
 
  h3#titulo-form{
    font-size: 30px !important;
    padding: 14px 40px !important;
  }
  
  .dnd_area-row-0-padding{
    height: 730px !important;
  }
  
/*---------------------- BANNER PRINCIPAL ----------------------*/
    
  .titulo-dos-banner{
    font-size: 24px !important;
    text-align: center;
  }
  
  .entrada-libre{
    font-size: 20px !important;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  
  #hs_cos_wrapper_module_16797768606753{
    padding-top: 0px !important;
  }

  .module_16798011055073-flexbox-positioning{
    margin-top: 20px;
    display: flex !important;
    align-items: center !important;
  }
  
  .widget_1679765225990-flexbox-positioning{
    margin-top:20px;
    display: flex !important;
    align-items: center !important;
  }
  
  .cell_1679765333360-vertical-alignment{
    display: flex !important;
    justify-content: center !important;
  }  
  
/*---------------------- /BANNER PRINCIPAL ----------------------*/   
  
 .row-number-16{
    padding: 60px 30px 10px 20px; 
  }
  
  .parrafo-uno{
    font-size: 24px !important;
  }
  
  #hs_cos_wrapper_module_16722582735083{
    margin: 0px 25px;
  }
  
  #hs_cos_wrapper_module_1679666559863{
    margin: 0px 25px;
  }
  
  .dnd_area-row-0-padding{
  height: 600px;
  margin-top: 79px;
  }
  
  .header__container .header__bottom{
    padding: 0px;
  }
  .header__container .header__bottom .header__logo img {
    padding: 10px 20px;
    margin: 10px 0 0;
  }
  .header__container .header__menu-container--mobile{
    margin: 5px 20px;
  }
  
  .header__container .header__menu-container--mobile .header__menu-toggle svg{
    fill: #8b8b8b;
  }
  
  .header__container .header__menu-container--mobile .header__menu--show{
    color: 8b8b8b;
    background: #ffffff;
  }
  
  form .hs-form-field{
    margin-bottom: 10px;
  }
  .slick-slide .slick-slide-inner-wrapper .caption h3{
    font-size: 20px !important;
    padding: 20px 0px 0px !important;
  }
  
  .hs_cos_gallery_main .slick-prev, .slick-next {
    top: 169px;
  }
  p#footer-links{
   margin:0px 20px;
  }
 
/*---------------------- FORM ----------------------*/
  /*--Título--*/
  #hs_cos_wrapper_widget_1679805110982_ h1{
    font-size: 24px;
    padding: 10px 0px; 
    margin: 0px;
  }
  
  /*--Casillas--*/  
  .hs-fieldtype-intl-phone{
    width: 100% !important;
  }
  
  #phone-ec523077-2a60-4f68-908c-ed8cc3006874_9106{
    height: 100% !important;
  }
/*---------------------- /FORM ----------------------*/  

   
}
/*-------------------------------------------- fin MOBILE --------------------------------------------*/