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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/* --------------------*/
@charset "UTF-8";

:root {
    --light-color: #F7F7F7;
    --text-color: #4A4A4A;
    --heading-color: #161616;
    --inserver-color: #4696FB;
    --inserver-dark-color: #002A7B;
    --contenidos-color: #9B8CFF;
    --contenidos-dark-color: #1D0A99;
    --lms-color: #FF8303;
    --lms-dark-color: #D91F00;
    --gamificacion-color: #FF545A;
    --gamificacion-dark-color: #720B4F;
    --green-color: #57E382;
    --shadow: 0 2px 12px rgba(0,0,0,.1);
    --radius: 12px;
}





/* General
 ========================================================================== */
 h3.subtitle {
  opacity: .6;
  text-transform: uppercase;
  font-size: 18px;
   font-weight: 400;
}
.mb-section {
  margin-bottom: 60px;
}

h1.small {
  font-size: 56px;
}
.bg-gradientblue {
  background-image: linear-gradient(320deg, var(--inserver-color), var(--inserver-dark-color));
    color: white;
}
.bg-contenidos {
  background-image: linear-gradient(320deg, var(--contenidos-color), var(--contenidos-dark-color));
  color: white;
}
.bg-lms {
  background-image: linear-gradient(320deg, var(--lms-color), var(--lms-dark-color));
  color: white;
}
.bg-gamificacion {
  background-image: linear-gradient(320deg, var(--gamificacion-color), var(--gamificacion-dark-color));
  color: white;
}
.bg-light {
  background-color:  var(--light-color);
  padding-top: 60px;
  padding-bottom: 60px;
}
.inserver-color {
  color: var(--inserver-color);
}
.contenidos-color {
  color: var(--contenidos-color);
}
.lms-color {
  color: var(--lms-color);
}
.gamificacion-color {
  color: var(--gamificacion-color);
}
.green-color {
  color: var(--green-color);
}

.btn-white.outline {
  padding: 12px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  background-color:transparent;
  color: white;
  border: 2px solid white;
}

.btn-white.outline:hover {
  border: 2px solid white;
  background-color: white;
  color: var(--text-color);
}

/* Menu
   ========================================================================== */
.header-wrapper.header-overlap .header-button, .sticky-header .header-button{
    padding: 5px 5px!important;
    font-size: 11px!important;
    margin-top: -5px!important;
}                     
.header-wrapper.header-overlap {
   top: 42px !important;
}
.header-wrapper.header-overlap .centered, .header-wrapper.header-overlap .row-fluid .span12.centered, .sticky-header .centered, .sticky-header .row-fluid .span12.centered {
    max-width: unset!important;
    width: 100%!important;
    padding: 10px 30px!important;
}
.header-wrapper.header-overlap .hs_cos_wrapper_type_logo img, .sticky-header .hs_cos_wrapper_type_logo img {
    max-width: 200px!important;
}
.menu-bar .hs-menu-wrapper>ul>li:last-child {
  margin-right: 20px!important;
}
.menu-bar .hs-menu-wrapper>ul>li>a{
text-transform: uppercase;
font-size:12px;
  font-weight: bold; }

.control-button.menu.on .fa {
    background-color: rgba(0, 0, 0, .07)!important;
}

.control-button.menu.on .open,
.control-button.menu .close {
    display: none!important;
}

.control-button.menu.on .close {
    display: block!important;
}

.menu-bar .hs-menu-wrapper ul ul li a, .menu-bar .hs-menu-wrapper>ul>li>ul>li:first-child:before {
  background-color: white !important;
  color: var(--text-color)!important;
 
}

.menu-bar .hs-menu-wrapper ul ul li:hover>a, .menu-bar .hs-menu-wrapper ul ul li.active>a, .menu-bar .hs-menu-wrapper ul ul li.active-branch>a, .menu-bar .hs-menu-wrapper>ul>li>ul>li:first-child:hover:before {
  background-color: var(--light-color)!important;
  color: var(--text-color)!important;
}

@media (min-width: 1139px) {
    .control-button.menu {
        display: none !important;
    }
}

/* Secciones header 
 * ========================================================================== */

.header-section {
  min-height: 66vh!important;
  color: #fff;
}

.hero-format {
  margin-top: 40px;
  margin-bottom: 80px;
}

.header-section h1 {
  color: #fff;
  margin-bottom: 20px;
}

.header-section .hs-button {
  background: #4696fb;
  border: 2px solid var(--inserver-color);
  color: #fff;
}

/* Top header notification*/
.ct-notification { 
    height: ;
    background-color: #333;
    text-align: center;
    padding-top: 7px;
}

.ct-notification > div {
    display: inline-block !important;
    width: auto !important;
}

.ct-notification p {
    font-size: 0.7rem !important;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height: 17px !important;
    font-weight: 400;
}

.ct-notification a,
.ct-notification a:hover {
    text-decoration: underline;
    font-size: 0.7rem !important;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height: 17px !important;
    font-weight: 400;
}

.ct-notification a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .has-notifications .header-wrapper.header-overlap {
        margin-top: 90px !important;
    }
    
    .ct-notification {
        height: 90px !important;
    }
}

/*Home
========================================================================== */

#contentLinks {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}

#contentLinks .box {
  margin-bottom: 10px;
}

#contentLinks .box a {
  color: var(--text-color);
  font-size: 18px;
  display: block; 
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: var(--shadow);
  margin: 0 auto;
}

#contentLinks .box a img{
    margin-right: 10px;
}

#contentLinks .box a[href*='contenidos'] {
  border-top: 2px solid var(--contenidos-color);
}

#contentLinks .box a[href*='contenidos']:hover {
  color: var(--contenidos-color);
}

#contentLinks .box a[href*='moodle'] {
  border-top: 2px solid var(--lms-color);
}

#contentLinks .box a[href*='moodle']:hover {
  color: var(--lms-color);
}

#contentLinks .box a[href*='gamificacion'] {
  border-top: 2px solid var(--gamificacion-color);
}

#contentLinks .box a[href*='gamificacion']:hover {
  color: var(--gamificacion-color);
}
.content-section-home {
  padding: 60px 0;
}

.content-section-home .row-fluid {
   display: flex;
   align-items: center;
}

.content-section-home .listing-container-text div {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 680px;
}
  
.content-section-home .listing-container-img-right {
  text-align: right;
}

.content-section-home#contenidos .hs-button {
  background: transparent;
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(320deg, var(--contenidos-color), var(--contenidos-dark-color));
  color: white;
}
.content-section-home#moodle .hs-button {
  background: transparent;
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(320deg, var(--lms-color), var(--lms-dark-color));
  color: white;
}
.content-section-home#gamificacion .hs-button {
  background: transparent;
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(320deg, var(--gamificacion-color), var(--gamificacion-dark-color));
  color: white;
}

#customers .client-logos {
  text-align: center;
}

.big-testimonial-section {
  padding: 40px 20px 0;
  background-color: var(--light-color);
  margin-top: 40px;
}

.big-testimonial-section .testimonial-quote {
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    margin-top: 60px;
    margin-bottom: 0;
    position: relative;
}

.big-testimonial-section .testimonial-quote p:before {
    content: "\201c";
    left: -20px;
    position: absolute;
    font-family: serif !important;
    font-size: 30px;
}

.big-testimonial-section .testimonial-quote p:after {
    content: "\201d";
    margin-left: 20px;
    font-family: serif !important;
    font-size: 30px;
}
.big-testimonial-section .testimonial-name {
  margin-bottom: 40px;
}
.big-testimonial-section .testimonial-name p {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.home-resources .resources img {
    margin-bottom: 20px;
    max-width: 50px;
}

.home-resources .resources img {
    margin-bottom: 20px!important;
    max-width: 50px!important;
}

/*Product
========================================================================== */

.icons-head {
    background-image: linear-gradient(320deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .1));
    padding: 20px;
    max-width: 80%;
    margin-top: 20px;
    border-radius: 12px;
}

.icons-head img {
    width: 20px;
  margin-right: 10px;
}

.icons-head > div:last-child p {
    margin: 0;
}

.product-form {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background-color: #fff; 
  padding: 20px;
}

.product-form p {
  color: var(--text-color);
  margin-bottom: 8px;
}

.product-form label span {
    font-weight: 400;
}

.product-form input[type=submit] {
    display: block;
    width: 100%;
    border-radius: 100px!important;
}

.icons-content .icon-box {
  background-color: var(--light-color);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.icons-content .icon-box img {
  max-height: 40px;
  margin-bottom: 20px;
}

.icons-content .icon-box p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.brand-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid var(--light-color);
}

.brand-section .slick-dots {
  bottom: 0;
}

.brand-section .slick-dots li.slick-active button:before {
  background: var(--contenidos-color);
}

.brand-section .slick-dots li button:before {
  box-shadow: 0 0 0 2px var(--contenidos-color) inset;
}

.slider-container .nboslick-next, .slider-container .nboslick-prev {
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-section h2 {
  margin-bottom: 20px;
}
.contact-section a {
  margin-top: 30px;
  display: inline-block;
}

.contact-section h2, .contact-section p, .contact-section a {
  color: white;
}

.data-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
}

.data-numbers h2 {
  margin-bottom: 0px;
}

.accordion-item.boxed {
  box-shadow: none;
}

.testimonial-box {
  padding: 40px 20px;
  box-shadow: var(--shadow);
  text-align: center;
  margin: 20px auto;
  border-radius: var(--radius);
}

.icons-content .icon-box img {
  max-width: unset!important;
  max-height: 72px!important;
  width: auto;
}

@media (min-width: 767px) and (max-width: 1139px) {
    .big-testimonial-section .testimonial-quote p {
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 30px !important;
        color: #647083 !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 1139px) {
  #contentLinks .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  #contentLinks .box img {
    margin-right: 0;
    margin-bottom: 4px;
  }
   .data-numbers p {
    font-size: 18px!important;
     line-height: 24px;
  }
   .data-numbers h2 {
    font-size: 56px!important;
  }
  .md-none {
    display: none!important;
  }
  .icons-content .row-fluid {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
    .header-wrapper.header-overlap {
      top: 90px;
    }  
    .header-wrapper.header-overlap .header-button, .sticky-header .header-button {
      display: none;
    }
    .mb-section {
      margin-bottom: 40px;
    }
    .contact-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .content-section-home {
      padding: 32px 0;
    }
    .content-section-home .row-fluid {
      flex-direction: column;
    }
    .content-section-home#moodle .row-fluid {
      flex-direction: column-reverse;
    }
    #contentLinks .box a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-bottom: 20px;
    }
    #contentLinks .box:last-child a {
      margin-bottom: 0;
    }
    #contentLinks .box img {
      margin-right: 10px;
      margin-bottom: 0;
    }
    #customers .client-logos img {
      max-width: 120px!important;
    }
    .big-testimonial-section .row-fluid {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
    }
    .big-testimonial-section img  {
        max-height: 300px !important;
        width: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .home-resources .resources {
      margin-bottom: 30px;
    }
  .data-section .row-fluid {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .data-numbers {
    width: 45%;
    margin: 0 auto 20px!important;
  }
  .data-numbers h2 {
    font-size: 56px!important;
  }
  .data-numbers p {
    font-size: 16px!important;
    line-height: 22px;
  }
  .data-numbers h2 {
    font-size: 48px!important;
  }
  .icons-content .row-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icons-head {
    margin-bottom: 20px;
  }
      .icons-head .row-fluid {
      display: flex;
    }
  .icons-head .row-fluid img {
      margin-right: 10px;
    }
  .icons-head .row-fluid p {
      font-size: 18px;
    }
  .contact-section {
    text-align: center;
  }
  .contact-section a {
    margin-top: 10px;
  }
}

@media (max-width: 479 px) {
    .big-testimonial-section .testimonial-quote p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .data-numbers {
      width: 100%;
    }
}


  
.ct-blog .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li {
    text-indent: 0em !important;
}

li {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.hs_cos_wrapper_type_rich_text ol:not(.reset-list) li, .hs-richtext ol:not(.reset-list) li {
    padding-left: 2em;
    text-indent: -24px;
}
  
/* --------------------*/
/*****************************************/
/* 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: #ffffff;
    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;
  }

}

  
}