/* @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    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


body,p, h1, h2, h3, h4, h5, h6 {
    font-family: Quicksand, sans-serif;
  color:#162945;
}

.hs-form-field {
    margin-bottom: 0px;
}

ul.inputs-list.multi-container {
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    /* flex-wrap: wrap !important; */
}

ul.inputs-list.multi-container li {
    padding-right: 20px !important;
}

ul.inputs-list.multi-container {
    display: flex;
}

form .inputs-list>li {
    display: block;
    margin: 0px;
}

form label, form legend {
    margin-bottom: 0px;
}

a:hover{
  text-decoration: underline;
}

.hs-richtext {
    font-size: 10px !important;
    line-height: 13px;
}
.hs-richtext p {
    font-size: 10px !important;
    line-height: 13px;
}
.hs-richtext a {
   color: #379cf7;
}

a.button:hover {
    text-decoration: none;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-bottom: 0px;
}


form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
    background: #fff;
    border-radius: 32px;
    color: #000;
    padding: 10px;
}


form{
    padding: 0px;
    background:#f6f6f6 !important;
}

.focus_module_list {
    gap: 9px !important;
}

.focus_module_list_arrow svg,{
       fill: #379cf7 !important;
}

.focus_module_list_arrow.circle{
       border-color: #FFFFFF !important;
}

p {
  margin: 0px;
  line-height: 20px;
}

h2{
font-size:50px !important;
}

.button, .button:active, .comment-reply-to.hs-button.secondary, .comment-reply-to.hs-button.secondary:active, .hs-button, .hs-button:active, button, button:active, form .hs-button, form .hs-button:active, form input[type=submit], form input[type=submit]:active {
    background: transparent;
    border: 1px #ffffff;
    box-shadow: none;
    color:#fff;
}


.span6.widget-span.widget-type-cell.cell_17071380193894-padding.cell_17071380193894-background-gradient.dnd-column {
    border-radius: 100px 100px 0px 0px;
      min-height: 685px;
  margin-left: 0;
}



h1, h2, h3, h4, h5{
color:#379cf7;
}

.focus_module_countdown_timer-container {
    font-size: 74px;
}

.focus_module_countdown_timer-container span {
    margin-top: 20px;
}

form label {
    line-height: 18px;;
    margin-top: 13px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    color: #000000;
}

::placeholder { 
 color: #566f88;
 font-size:14px;
  font-weight:400 !important;
 }

label.hs-form-radio-display {
    font-weight: 400;
}

.input {
    font-size: 14px !important;
    color: #2c3e50 !important;
}

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
    background: #fff;
    font-size: 14px !important;
    color: #2c3e50 !important;
    padding: 10px;
      border-radius: 32px;
    color: #000;
    padding-left: 17px !important;
}

.hs-input:not([type=file]){ 
  background: #fff !important;
  font-size: 14px !important;
  color: #2c3e50 !important;
  padding: 10px !important;
  border-radius: 32px !important;
  color: #000 !important;
  padding-left: 17px !important;
}

.hs-input{ 
  background: #fff !important;
  font-size: 14px !important;
  color: #2c3e50 !important;
  padding: 10px !important;
  border-radius: 32px !important;
  color: #000 !important;
  padding-left: 17px !important;
}

form {
    line-height: 0px;
}
form .hs-richtext, form .hs-richtext p {
    margin: 0 0 7px;
}

.actions {
    margin-top: 20px;
}

.legal-consent-container {
    margin-top: 10px;
}

.button, .button:active, .comment-reply-to.hs-button.secondary, .comment-reply-to.hs-button.secondary:active, .hs-button, .hs-button:active, button, button:active, form .hs-button, form .hs-button:active, form input[type=submit], form input[type=submit]:active {
    background: transparent;
    color: #FFFFFF;
    text-align: center;

  border-radius:50px !important;
  text-transform:uppercase;
  border: 1px solid #ffffff;
      min-width: 330px;
}

.focus_module_list_arrow.circle {
    margin-top: 7px;
    max-width: 9px;
    min-width: 9px;
    min-height: 9px;
    max-height: 9px;
}
.focus_module_list_item {
    align-items: flex-start !important;
  display: inline-flex !important;
}
.focus_module_list_item p {
    color: #ffffff !important;
}

.hs-button:hover, .hs-button:active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);  
}

.button:hover, .button:active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    background: #379cf7 !important;
  color:#ffffff !important;
  
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing {
    text-align: center;
}

.hs_submit.hs-submit {
    float: left;
}

span#hs_cos_wrapper_:hover {
    fill: #379cf7;
}

h1 {
    margin-bottom: 0px;
}

a:active, a:focus, a:hover {
  color: #ffffff;}

 #goTop svg {
    fill: #fff;
}


 #goTop svg:hover {
    fill: #379cf7;
}
#goTop {
    background: #379cf7;
    border: 3px #000;
    border-radius: 8px;
    box-shadow: none;
}


#goTop:hover {
    background: #ffffff;
    border: 3px #000;
    border-radius: 8px;
    box-shadow: none;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    font-size: 14px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 14px !important;
}



.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 14px!important;
    font-weight: 600;
}

.row-fluid-wrapper.row-depth-1.row-number-9.dnd-section.dnd_area_101-row-1-padding.dnd_area_101-row-1-vertical-alignment.dnd_area_101-row-1-margin.dnd_area_101-row-1-max-width-section-centering.dnd_area_101-row-1-background-gradient {
    border-radius: 0px 0px 90px 90px;
}

.span6.widget-span.widget-type-cell.cell_17071380193895-background-color.cell_17071380193895-padding.dnd-column{
    border-radius: 90px 90px 0px 0px;
    min-height: 685px;
}

.dnd_area_101-row-0-background-image {
    background: #7553E8;
}

header.header.header--no-navigation {
    display: none;
}

#goTop.open {
    DISPLAY: NONE;
}

form input.hs-button.primary.large {
    background: #3597ef;
}

.hs-form-8a9ef59f-b68f-4a5a-91a4-b40e6247abad_958de5cc-3420-4c0b-a650-7423047bc291 fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

#hs_cos_wrapper_dnd_area_101-dnd_partial-3-module-3 textarea {
    width: 100% !important;
}


.row-fluid .span6 {
    width: 50%;
}

.row-fluid [class*=span] {
  margin-left: 0;
}

/*****FORMULARIOS*****/
div#hs_form_target_widget_1692269319312 {
    text-align: left;
}

textarea {
    height: 53px !important;
}

.hs-richtext {

 
 font-size:12px;
  color: #162945 !important;
}

.hs-richtext p{

 
 font-size:12px;
  color: #162945 !important;
  font-weight:400;
}

ul.inputs-list.multi-container {
    display: flex;
}

ul.inputs-list.multi-container li {
    padding-right: 20px;
}


@media (max-width: 768px){
  
  h2 {
    font-size: 41px;
    font-weight: 700;
    line-height: 44px;
}
  
  

.no-space-mobile{height:0px !important}

  .span10.widget-span.widget-type-cell.responsive-padding.footer-en-mobile {
    text-align: center;
}
  .row-fluid:has(> .reverse-mobile)   {  display: flex !important;
     flex-direction: column-reverse !important;}

 .reverse-mobile-footer .row-fluid-wrapper.row-depth-1.row-number-4 .row-fluid {  display: flex !important;
     flex-direction: column-reverse !important;text-align:center}
  
  
  .span6.widget-span.widget-type-custom_widget.politicas-footer-mobile 
{text-align:center !important}
  
  .trofeos p img{margin-bottom:20px}
  .trofeos2{display: flex;
    flex-direction: column;
    align-items: center;}
}

  
div#grid .row-fluid {
    max-width: 1400px;
    margin: auto;
}

.span12.widget-span.widget-type-cell.sticky-header.on.scrolled {
    background: #ffffff;
}



.span12.widget-span.widget-type-cell.sticky-header.on {
  background: transparent;
}

.sticky-header.on.scrolled {
    color: #2c3e50;
}

.sticky-header.on {
    color: #ffffff;
}

.cabeceraBlanca .span12.widget-span.widget-type-cell.sticky-header.on {
  background: #ffffff !important;
}
.cabeceraBlanca .sticky-header {
background:#ffffff;
}
.cabeceraBlanca .sticky-header.on {
    color: #2c3e50!important;
  background:#ffffff;
}

.sticky-header img.hs-image-widget {
    content: url(https://go.inserver.es/hubfs/logo_light.svg)!important;
}

.cabeceraBlanca .sticky-header img.hs-image-widget {
    content: url(https://go.inserver.es/hubfs/logo_dark.svg) !important;
}

.scrolled.sticky-header img.hs-image-widget {
    content: url(https://go.inserver.es/hubfs/logo_dark.svg) !important;
}

 .sticky-header .icon {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff !important;
}

 .scrolled.sticky-header .icon {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #359cf7 !important;
   color:#359cf7 !important;
}

 .sticky-header .icon svg {
    fill: #fff !important;;
    height: 16px !important;;
    width: 29px !important;;
}

 .sticky-header .icon {
    padding: 4px !important;
    margin-top: 7px !important;
       margin-left: 10px;
}

 .scrolled.sticky-header .icon svg {
    fill: #359cf7 !important;;
}

.cabeceraBlanca .sticky-header .icon svg {
    fill: #359cf7 !important;;
}

 .cabeceraBlanca .sticky-header .icon {
    border: 1px solid #359cf7 !important;
}
.cabeceraBlanca .fm_button{
    display: inline-block;
    width: 41px;
    height: 41px;
    margin: 7px 4px 4px 0;
    background-color: #359CF7;
    border-radius: 36px;
    color: #359cf7 !important;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 39px;
    vertical-align: top;
    transition: .2s;
    text-align: center;
    border: solid 1px #359cf7;
}

 .scrolled .fm_button{
    display: inline-block;
    width: 41px;
    height: 41px;
    margin: 7px 4px 4px 0;
    background-color: #359CF7;
    border-radius: 36px;
    color: #359cf7 !important;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 39px;
    vertical-align: top;
    transition: .2s;
    text-align: center;
    border: solid 1px #359cf7;
}

.hero.home.bg-img-defined {
    background-position: bottom left !important;
}


.span12.widget-span.widget-type-custom_widget.slide-menu-cta-mq {
    width: 100%;
    margin: auto;
}
.bg-img-defined {
    background-position: top !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 14px !important;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 9px;
    border: solid;
    border-radius: 50%;
    padding: 9px;
    width: 40px !important;
    height: 28px !important;
}
/*------------------------------------------MÓVIL---------------------------------------*/

@media only screen 
and (min-device-width : 0px) and (max-device-width : 480px) {
  
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing {
    text-align: left;
  }
  
  .hs_cos_wrapper_type_module:has(> .hs-button) {
    width: 100%;
  }
  
  .focus_module_countdown_timer-container {
    font-size: 36px;
    line-height: 10px;
  }

  /* Ajustar imágenes */
  table img, img {
    width: 100% !important; /* Ajusta al ancho del contenedor */
    height: auto !important; /* Mantiene proporciones */
    float: left !important; /* Alineación a la izquierda */
    margin: 0 0 20px 0 !important; /* Márgenes inferiores para separación */
  }

  .row-fluid .span3 {
    width: 49%;
    float: left;
  }

  .button, .button:active, 
  .comment-reply-to.hs-button.secondary, 
  .comment-reply-to.hs-button.secondary:active, 
  .hs-button, .hs-button:active, 
  button, button:active, 
  form .hs-button, 
  form .hs-button:active, 
  form input[type=submit], 
  form input[type=submit]:active {
    min-width: 100%;
  }

  .span6.widget-span.widget-type-cell.cell_17071380193895-background-color.cell_17071380193895-padding.dnd-column {
    border-radius: 0px;
    min-height: 685px;
  }

  .span6.widget-span.widget-type-cell.cell_17071380193894-padding.cell_17071380193894-background-gradient.dnd-column {
    border-radius: 70px 70px 0px 0px;
    min-height: 685px;
    margin-left: 0;
  }

  h3 {
    font-size: 19px;
    text-align: left !important;
  }

  .legal-consent-container .hs-form-booleancheckbox-display > span, 
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-weight: 400;
    font-family: Quicksand, sans-serif;
  }
 
  form label {
    font-weight: 400;
    font-family: Quicksand, sans-serif;
  }
  
  .row-fluid .span6 {
    width: 100%;
  }
  
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  
  h1 {
    font-size: 32px;
    text-align: left !important;
  }

  h2 {
    font-size: 32px !important;
    text-align: left !important;
  }
  
  h4 {
    text-align: left !important;
    font-weight: 600 !important;
  }

  .span12.widget-span.widget-type-custom_widget.widget_1707306893271-flexbox-positioning.dnd-module {
    width: 100%;
  }

  #hs_cos_wrapper_widget_1707913326383 {
    display: block !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  span#hs_cos_wrapper_module_1707913816110_ img {
    text-align: left;
    float: left !important;
    position: relative;
    margin-left: 0px !important;
  }

  .hs_message.hs-message .hs-input {
    width: 100% !important;
  }

}

  
}