/* @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=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&display=swap');

@font-face {
    font-family: 'Graphik SemiBold';
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Semibold.eot');
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Semibold.woff2') format('woff2'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Semibold.woff') format('woff'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Semibold.ttf') format('truetype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Regular';
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Regular.eot');
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Regular.woff2') format('woff2'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Regular.woff') format('woff'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Regular.ttf') format('truetype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satisfy';
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/Satisfy-Regular.eot');
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Satisfy-Regular.woff2') format('woff2'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Satisfy-Regular.woff') format('woff'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Satisfy-Regular.ttf') format('truetype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rustling Trees';
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/RustlingTrees-Regular.eot');
    src: url('https://contenido.bintercanarias.com/hubfs/fonts/RustlingTrees-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/RustlingTrees-Regular.woff2') format('woff2'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/RustlingTrees-Regular.woff') format('woff'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/RustlingTrees-Regular.ttf') format('truetype'),
        url('https://contenido.bintercanarias.com/hubfs/fonts/RustlingTrees-Regular.svg#RustlingTrees-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.btn_verde {
  margin: 20px auto !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #44ad34 !important;
  color: rgb(255,255,255) !important;
  height: auto !important;
  width: 275px;
  font-size: 22px !important;
  border-radius: 140px !important;
  padding: 10px 20px !important;
  font-family: inherit !important;
  line-height: initial !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.btn_verde:hover {
  margin: 20px auto !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #44ad34 !important;
  color: rgb(255,255,255) !important;
  height: auto !important;
  width: 275px;
  font-size: 22px !important;
  border-radius: 140px !important;
  padding: 10px 20px !important;
  font-family: inherit !important;
  line-height: initial !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.btn_blanco {
  margin: 20px auto !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  background: rgb(255,255,255) !important;
  color: #44ad34 !important;
  height: auto !important;
  width: 275px;
  font-size: 22px !important;
  border-radius: 140px !important;
  padding: 13px 20px !important;
  border: 2px solid #44ad34 !important;
  line-height: initial !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.btn_blanco:hover {
  margin: 20px auto !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  background: rgb(255,255,255) !important;
  color: #44ad34 !important;
  height: auto !important;
  font-size: 22px !important;
  border-radius: 140px !important;
  padding: 13px 20px !important;
  border: 2px solid #44ad34 !important;
  line-height: initial !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#content {
  max-width: unset !important;
}


/* Ancillaries */
.hs-content-id-88530330494 .btn_blanco:hover {
  margin: 20px auto !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #44ad34 !important;
  color: #fff !important;
  height: auto !important;
  font-size: 22px !important;
  border-radius: 140px !important;
  padding: 13px 20px !important;
  border: 2px solid #44ad34 !important;
  line-height: initial !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.hs-content-id-119338823009 #cont, .hs-content-id-132188731053 #cont {
  margin-bottom: 60px;
}

.hs-content-id-119813790525 #cont {
  margin-top: 60px;
  margin-bottom: 60px;
}

.hs-content-id-88530330494 .btn_blanco:hover a {
  color: #fff !important;
}

.hs-content-id-88530330494 .btn_blanco a:hover {
  color: #fff !important;
}

.hs-content-id-88530330494 .row-number-33 .btn_blanco {
  padding: 13px 20px !important;
  box-sizing: border-box;
}

.hs-content-id-88530330494 .row-number-15 .btn_blanco p {
  padding: 0 !important;
}

.hs-content-id-88530330494 .row-number-33 .btn_blanco p {
  padding: 0 !important;
}

.hs-content-id-88530330494 .btn_blanco h3.refuerzo-desc {
  padding: 0 !important;
  line-height: normal !important;
  font-size: 22px !important;
}

.hs-content-id-88530330494 #cta_button_4584439_ed9b6866-1314-4d84-a18c-000eb1cb3fac:hover {
  background: #fff !important;
  border: 2px solid #44ad34 !important;
  color: #44ad34 !important;
  height: 66px !important;
  transition: unset !important;
}



/*.hs-content-id-88530330494 a {
  color: #fff !important;
}*/

.hs-content-id-88530330494 .fondoverdeoscuro {
  background-color: #44ad34;
}

/*****/

/* Nacional dic 22
 * *************************** */
#hs_cos_wrapper_module_1669891317866799 img {
  width: 100% !important;
}


/* stopover */
.hs-content-id-93793207871 .body-container > .row-fluid-wrapper,
.hs-content-id-93874776454 .body-container > .row-fluid-wrapper,
.hs-content-id-93876991815 .body-container > .row-fluid-wrapper,
.hs-content-id-93496307068 .body-container > .row-fluid-wrapper{
    background: unset;
}
.hs-content-id-93793207871 .body-container .row-fluid .row-fluid-wrapper .row-fluid,
.hs-content-id-93874776454 .body-container .row-fluid .row-fluid-wrapper .row-fluid,
.hs-content-id-93876991815 .body-container .row-fluid .row-fluid-wrapper .row-fluid,
.hs-content-id-93496307068 .body-container .row-fluid .row-fluid-wrapper .row-fluid{
  background: white;
}
.hs-content-id-93793207871 .body-container .row-fluid .row-fluid-wrapper.row-number-3 .row-fluid,
.hs-content-id-93874776454 .body-container .row-fluid .row-fluid-wrapper.row-number-3 .row-fluid,
.hs-content-id-93876991815 .body-container .row-fluid .row-fluid-wrapper.row-number-3 .row-fluid,
.hs-content-id-93496307068 .body-container .row-fluid .row-fluid-wrapper.row-number-8 .row-fluid{
  background: transparent;
}
.hs-content-id-93793207871 .body-container .row-fluid .row-fluid-wrapper.row-number-3 .row-fluid .row-depth-1.row-number-4 .span12.widget-span.widget-type-custom_widget,
.hs-content-id-93874776454 .body-container .row-fluid .row-fluid-wrapper.row-number-3 .row-fluid .row-depth-1.row-number-4 .span12.widget-span.widget-type-custom_widget,
.hs-content-id-93876991815 .body-container .row-fluid .row-fluid-wrapper.row-number-3 .row-fluid .row-depth-1.row-number-4 .span12.widget-span.widget-type-custom_widget,
.hs-content-id-93496307068 .body-container .row-fluid .row-fluid-wrapper.row-number-8 .row-fluid .row-depth-1.row-number-9 .span12.widget-span.widget-type-custom_widget{
  background: white;
}
.hs-content-id-93793207871 .widget-type-global_group.footer .row-fluid,
.hs-content-id-93874776454 .widget-type-global_group.footer .row-fluid,
.hs-content-id-93876991815 .widget-type-global_group.footer .row-fluid,
.hs-content-id-93496307068 .widget-type-global_group.footer .row-fluid{
  background: transparent !important;
}
.hs-content-id-93793207871 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-3:nth-child(2) .row-fluid,
.hs-content-id-93874776454 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-3:nth-child(2) .row-fluid,
.hs-content-id-93876991815 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-3:nth-child(2) .row-fluid,
.hs-content-id-93496307068 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-3:nth-child(2) .row-fluid,
.hs-content-id-93793207871 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid,
.hs-content-id-93874776454 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid,
.hs-content-id-93876991815 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid,
.hs-content-id-93496307068 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid{
   background: white;
}
.hs-content-id-93793207871 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid .span12,
.hs-content-id-93874776454 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid .span12,
.hs-content-id-93876991815 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid .span12,
.hs-content-id-93496307068 .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-4:nth-child(3) .row-fluid .span12{
  display: inline-block;
}
.hs-content-id-93793207871 .hero .overlay > .row-number-3 .container > div:last-child,
.hs-content-id-93874776454 .hero .overlay > .row-number-3 .container > div:last-child,
.hs-content-id-93876991815 .hero .overlay > .row-number-3 .container > div:last-child,
.hs-content-id-93496307068 .hero .overlay > .row-number-3 .container > div:last-child{
  display: none !important;
}

/*pmi*/
.hs-content-id-93793207871 .row-fluid .footer:before {
    background-color: #51af24;
    opacity: 1 !important;
}
.hs-content-id-93793207871 .widget-type-cell.pmi {
  display: block;
}
.hs-content-id-93793207871 .widget-type-cell.vgo,
.hs-content-id-93793207871 .widget-type-cell.ovd{
  display: none;
}
.hs-content-id-93793207871 .span12.widget-span.widget-type-cell .row-fluid-wrapper.row-number-3:nth-child(6) {
  display: none;
}

.hs-content-id-92697566873 h2.aviones-es,
.hs-content-id-92697566873 h2.aviones-it,
.hs-content-id-92697566873 h2.aviones-fr,
.hs-content-id-92697566873 h2.aviones-pt,
.hs-content-id-92697566873 h2.aviones-en {
  font-family: Helvetica, Trebuchet MS, sans-serif !important;
  color: #44ad34 !important;
  font-size: 40px !important;
  margin-top: 50px;
}

.hs-content-id-147583810946 h2.aviones-es,
.hs-content-id-147583810946 h2.aviones-it,
.hs-content-id-147583810946 h2.aviones-fr,
.hs-content-id-147583810946 h2.aviones-pt,
.hs-content-id-147583810946 h2.aviones-en,
.hs-content-id-147583810946 .wrap-opiniones h2 {
  font-family: 'Poppins' !important;
  color: #44ad34 !important;
  font-size: 36px !important;
  margin-top: 50px;
}

.hs-content-id-147575161643 h2.aviones-es,
.hs-content-id-147575161643 h2.aviones-it,
.hs-content-id-147575161643 h2.aviones-fr,
.hs-content-id-147575161643 h2.aviones-pt,
.hs-content-id-147575161643 h2.aviones-en,
.hs-content-id-147575161643 .wrap-opiniones h2 {
  font-family: 'Poppins' !important;
  color: #44ad34 !important;
  font-size: 36px !important;
}

/*vigo*/
.hs-content-id-93874776454 .row-fluid .footer:before {
    background-color: #51af24;
    opacity: 1 !important;
}
.hs-content-id-93874776454 .widget-type-cell.vgo {
  display: block;
}
.hs-content-id-93874776454 .widget-type-cell.pmi,
.hs-content-id-93874776454 .widget-type-cell.ovd{
  display: none;
}



/*oviedo*/
.hs-content-id-93876991815 .row-fluid .footer:before {
    background-color: #51af24;
    opacity: 1 !important;
}
.hs-content-id-93876991815 .widget-type-cell.ovd {
  display: block;
}
.hs-content-id-93876991815 .widget-type-cell.pmi,
.hs-content-id-93876991815 .widget-type-cell.vgo{
  display: none;
}

.contenedor-cabecera-fondo {
  background: unset;
}

.columna-25 {
  width: 24% !important;
  margin: 1% !important;
}
.columna-25 div:nth-child(2), .columna-25 div:nth-child(4) {
  min-height: 230px;
}

.columna-50 {
  width: 45% !important;
  margin: 1% !important;
  height: 100%;
}

.row-fluid-wrapper.row-depth-1.row-number-45 .row-fluid [class*="span"] {
  width: 100%;
}


/* Familias -- Crokis */
.hs-content-id-92697566873 .columna-25 div:nth-child(2), 
.hs-content-id-92697566873 .columna-25 div:nth-child(4) {
    min-height: 240px;
}


/* Crokis - eliminar background reveal bintazo nacional ene23 */
.hs-content-id-97187410843 .row-fluid-wrapper.row-depth-1.row-number-33 .row-fluid-wrapper,
.hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-28 .row-fluid-wrapper,
.hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-28 .row-fluid-wrapper,
.hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-28 .row-fluid-wrapper,
.hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-28 .row-fluid-wrapper,
.hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-28 .row-fluid-wrapper,
.hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-51 .row-fluid-wrapper, 
.hs-content-id-100585995923 .row-fluid-wrapper.row-depth-1.row-number-10 .row-fluid-wrapper,
.hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-28 .row-fluid-wrapper{
  background: unset !important;
}
.hs-content-id-97187410843 .body-container > .row-fluid-wrapper {
  background: unset;
}

.hs-content-id-97187410843 .body-container > .row-fluid-wrapper .row-fluid-wrapper {
  background: #fff;
}

.hs-content-id-97187410843 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-10 * {
  background: transparent;
}

.hs-content-id-97187410843 .row-fluid-wrapper.row-depth-1.row-number-10 > .row-fluid > .span12, .hs-content-id-97187410843 .row-fluid-wrapper.row-depth-1.row-number-10 .span12 {
  min-height: 0;
}

.hs-content-id-98814010514 .hero .row-number-3 .row-fluid-wrapper.row-depth-1.row-number-4 {
  display: none !important;
}

.hs-content-id-97229043971 .body-container > .row-fluid-wrapper,
.hs-content-id-97188055904 .body-container > .row-fluid-wrapper,
.hs-content-id-97190657208 .body-container > .row-fluid-wrapper,
.hs-content-id-97190657434 .body-container > .row-fluid-wrapper,
.hs-content-id-98814010514 .body-container > .row-fluid-wrapper,
.hs-content-id-100585995923 .body-container > .row-fluid-wrapper,
.hs-content-id-100756660072 .body-container > .row-fluid-wrapper{
  background: unset;
}
.hs-content-id-97229043971 .body-container > .row-fluid-wrapper .row-fluid-wrapper,
.hs-content-id-97188055904 .body-container > .row-fluid-wrapper .row-fluid-wrapper,
.hs-content-id-97190657208 .body-container > .row-fluid-wrapper .row-fluid-wrapper,
.hs-content-id-97190657434 .body-container > .row-fluid-wrapper .row-fluid-wrapper,
.hs-content-id-98814010514 .body-container > .row-fluid-wrapper .row-fluid-wrapper,
.hs-content-id-100585995923 .body-container > .row-fluid-wrapper .row-fluid-wrapper,
.hs-content-id-100756660072 .body-container > .row-fluid-wrapper .row-fluid-wrapper{
  background: #fff;
}
.hs-content-id-97229043971 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *,
.hs-content-id-97188055904 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *,
.hs-content-id-97190657208 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *,
.hs-content-id-97190657434 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *,
.hs-content-id-98814010514 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *,
.hs-content-id-100585995923 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *,
.hs-content-id-100756660072 .body-container > .row-fluid-wrapper .row-fluid-wrapper.row-number-5 *{
  background: transparent;
}
.hs-content-id-97229043971 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-97229043971 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-97229043971 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12,
.hs-content-id-97188055904 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-97188055904 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-97188055904 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12,
.hs-content-id-97190657208 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-97190657208 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-97190657208 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12,
.hs-content-id-97190657434 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-97190657434 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-97190657434 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12,
.hs-content-id-98814010514 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-98814010514 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-98814010514 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12,
.hs-content-id-100585995923 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-100585995923 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-100585995923 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12,
.hs-content-id-100756660072 .row-fluid-wrapper.row-number-5 #efecto-reveal .span12, .hs-content-id-100756660072 .row-fluid-wrapper.row-number-5 > .row-fluid > .span12, .hs-content-id-100756660072 .row-fluid-wrapper.row-number-5 .row-fluid-wrapper.row-depth-1.row-number-6 > .row-fluid > .span12{
  min-height: 0;
}

.contenedor-general-wrap.titular {
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
}

/* Crokis - completa tu viaje 3 cols */
.hs-content-id-97187410843 .row-fluid-wrapper.row-depth-1.row-number-14 .row-number-2 .span4, 
.hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4,
.hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4,
.hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4,
.hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4,
.hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-32 .row-number-2 .span4,
.hs-content-id-98810198350 .row-fluid-wrapper.row-depth-1.row-number-27 .row-number-2 .span4,
.hs-content-id-100585995923 .row-fluid-wrapper.row-depth-1.row-number-14 .row-number-2 .span4,
.hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-32 .row-number-2 .span4{
  width: 32%;
  margin: 0 1%;
}

/*.hs-content-id-88530330494 .row-fluid-wrapper.row-depth-1.row-number-32 .row-number-33 .span4{
  width: 31%;
  margin: 0 1%;
}*/

.hs-content-id-97187410843 .row-fluid-wrapper.row-depth-1.row-number-14 .row-number-2 .span4 h3,
.hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4 h3,
.hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4 h3,
.hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4 h3,
.hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-9 .row-number-2 .span4 h3,
.hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-32 .row-number-2 .span4 h3,
.hs-content-id-98810198350 .row-fluid-wrapper.row-depth-1.row-number-27 .row-number-2 .span4 h3,
.hs-content-id-100585995923 .row-fluid-wrapper.row-depth-1.row-number-14 .row-number-2 .span4 h3,
.hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-32 .row-number-2 .span4 h3{
  font-size: 24px !important;
  padding-top: 10px;
}

/*.hs-content-id-88530330494 .row-fluid-wrapper.row-depth-1.row-number-32 .row-number-33 .span4 h3{
  font-size: 24px !important;
  padding-top: 10px;
}*/

.hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
.hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
.hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
.hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
.hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .span3,
.hs-content-id-98810198350 .row-fluid-wrapper.row-depth-1.row-number-4 .row-number-6 .span3,
.hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .span3{
  width: 23%;
  margin: 0 1%;
}

.hs-content-id-97229043971 .vgo, .hs-content-id-97229043971 .ovd, .hs-content-id-97229043971 .pmi {
  display: none !important;
}

.hs-content-id-97188055904 .sdr, .hs-content-id-97188055904 .ovd, .hs-content-id-97188055904 .pmi {
   display: none !important;
}

.hs-content-id-97190657208 .vgo, .hs-content-id-97190657208 .sdr, .hs-content-id-97190657208 .pmi {
   display: none !important;
}

.hs-content-id-97190657434 .vgo, .hs-content-id-97190657434 .sdr, .hs-content-id-97190657434 .ovd {
   display: none !important;
}

/*.hs-content-id-98814010514 .body-container > .row-number-1 .row-number-2 + .row-number-3,
.hs-content-id-98814010514 #hs_cos_wrapper_widget_1640268162337,
.hs-content-id-98814010514 #hs_cos_wrapper_widget_1636991548641,
.hs-content-id-98810198350 #hs_cos_wrapper_widget_1636991548641 {
  display: none !important;
}*/
.hs-content-id-98814010514 .body-container > .row-number-1 .row-number-2 + .row-number-3,
.hs-content-id-98814010514 #hs_cos_wrapper_widget_1636991548641,
.hs-content-id-98814010514 #hs_cos_wrapper_module_1673947919920702, {
  display: none !important;
}
.hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-4 .contenedor-general-wrap.titular {
  padding-bottom: 0;
}
.hs-content-id-98814010514 .contenedor-general-wrap.banner {
  margin-bottom: 0 !important;
}
.hs-content-id-98814010514 #hs_cos_wrapper_widget_1640268162337 {
  padding-top: 35px;
}
.hs-content-id-98814010514 .body-container > .row-number-1 .row-number-51 .row-number-3 {
  display: block !important;
}

#hs_cos_wrapper_module_1669736966412224 .row-number-1 .row-number-2 .row-number-3 .span12.widget-span.widget-type-cell.container .row-number-4 { display: none; }

#efecto-reveal .row-depth-1 .row-depth-1 .span12.widget-span.widget-type-cell.container > div:nth-child(7) { display: none;}

.hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-51 .row-fluid-wrapper,
.hs-content-id-100585995923 .row-fluid-wrapper.row-depth-1.row-number-33 .row-fluid-wrapper{
  background: unset;
}

/* Sorteo día de Canarias*/

.hs-content-id-114048653347 .row-fluid .wrapper {
  margin: 0 auto !important;
  max-width: 1110px;

}
.hs-content-id-114048653347 #hs_cos_wrapper_module_1636710409941576_ img {
  width: 165px;
}

.hs-content-id-114048653347 .header-container-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hs-content-id-114048653347 #hs_cos_wrapper_module_1672917036954231_ h1 span {
  font-family: 'Graphik SemiBold' !important;
  font-size: 48px !important;
}

/*.hs-content-id-114048653347 #hs_cos_wrapper_module_1683280260040288_ h3 {
  font-family: 'Graphik SemiBold' !important;
  font-size: 18px !important;
  text-shadow: unset !important;
  color: #fff !important;
  font-weight: 600 !important;
}*/

.hs-content-id-114048653347 #hs_cos_wrapper_module_1683280260040288_ h3 {
  font-family: 'Rustling Trees' !important;
  font-size: 37px !important;
  line-height: 42px !important;
  text-shadow: none !important;
  color: #fff !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.hs-content-id-114048653347 #hs_cos_wrapper_module_1683280260040288_ h3 > span:last-child {
  /*margin-top: 30px;*/
  display: block;
  margin-bottom: 30px;
}
.hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629 {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 22px;
  text-align: center;
}

.hs-content-id-114048653347 #hs_cos_wrapper_widget_1684917892699 {
   border-radius: 0 0 50px 50px;
}

.hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ h2{
   padding-bottom: 0 !important;
}

.hs-content-id-114048653347 #hs_cos_wrapper_module_1683280260040288 {
  padding-bottom: 30px !important;
}

.hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ h2, .hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ h3 {
  font-family: 'Graphik Regular';
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  line-height: 33px;
}

.hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ .verde {
  color: #44ad34;
  font-family; 'Graphik SemiBold';
}

.hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ h3 {
   /*margin-top: 20px;*/
  margin-top: 0 !important;
}

.hs-content-id-114048653347 #hs_cos_wrapper_module_1683124298217342 {
    text-align: center;
  max-width: 850px;
  margin:0 auto 30px;
}
.hs-content-id-114048653347 #hs_cos_wrapper_module_1636710409941576 {
  display: flex;
  justify-content: flex-end;
}

.hs-content-id-114048653347 #hs_cos_wrapper_module_1683280162954266_ img {
  margin-top: -35px;
  margin-bottom: 30px;
}

.hs-content-id-114048653347 .hs-form-booleancheckbox-display p {
  font-size: 13px;
}

.hs-content-id-114048653347 .hs-form-booleancheckbox {
  padding-left: 4px !important;
}

.hs-content-id-114048653347 .hs_submit .actions {
    text-align: center;
}

.hs-content-id-114048653347 .hs-button.primary {
  margin: 0 auto;
  text-align: center;
  background: #44ad34;
  color: #fff !important;
  font-family: "Graphik Regular";
}

.hs-content-id-114048653347 #hs_cos_wrapper_widget_1684917892699 {
    position: relative;
    top: -2px;
  padding: 22px !important;
} 

.hs-content-id-114048653347 .legal-consent-container .field.hs-form-field {
  padding-bottom: 0 !important;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form {
  flex-flow: column;
  border: 3px solid #43b02a;
  border-radius: unset;
  z-index: 99;
  padding: 20px;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form fieldset, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form fieldset {
    max-width: unset !important;
    width: 100%;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .input, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .input {
  margin-bottom: 20px;
  margin-right: 0;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs-input, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs-input {
  width: 100% !important;
  margin-top: 10px;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs-form-booleancheckbox-display, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs-form-booleancheckbox-display {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  margin-top: 10px;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs-fieldtype-booleancheckbox, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs-fieldtype-booleancheckbox {
  padding-bottom: 0 !important;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs-form-booleancheckbox, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs-form-booleancheckbox {
  padding: 0 !important;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs-form-booleancheckbox-display .hs-input, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs-form-booleancheckbox-display .hs-input {
  width: auto !important;
  margin-top: 0 !important;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs-fieldtype-booleancheckbox .input, 
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs-fieldtype-booleancheckbox .input {
 margin-bottom: 0 !important;
}

.hs-content-id-119338823009 #hs_form_target_widget_1699532374622 form .hs_submit .hs-button,
.hs-content-id-119813790525 #hs_form_target_widget_1699532089502 form .hs_submit .hs-button {
  width: 235px;
  height: 47px;
  border-radius: 25px;
  border: unset !important;
  color: #fff;
  background: #43b02a;
  margin: 20px 0;
  font-size: 18px;
}


/*button.burger-menu-fam {
  width:60px;
  height:30px;
  border:none;
  background:transparent;
  position:relative;
  cursor:pointer;
  margin:50px;

}*/

button.burger-menu-fam {
    width: 35px;
    height: 29px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 15px;
}

button.burger-menu-fam:focus {
  outline:none;
}

button.burger3-menu-fam:after, 
button.burger3-menu-fam:before,
button.burger3-menu-fam span  {
  width:100%;
  height:4px;
  border-radius:100px;
  position:absolute;
  left:0px;
  background:#52af25;
  transform:rotate(0deg);
  transition: all 0.4s;
}



button.burger3-menu-fam:after,
button.burger3-menu-fam:before {
  content:"";
}

button.burger3-menu-fam:after {
  top:0px;
  margin-top:0px;

}

button.burger3-menu-fam:before {
  bottom:0px;
  margin-bottom:0px;
}

button.burger3-menu-fam span {
  top:50%;
  margin-top:-2px;
}


button.burger3-menu-fam.on:after {
  transform:rotate(135deg)translate(9px,-9px);
}


button.burger3-menu-fam.on:before { 
  transform:rotate(225deg);
  bottom:50%;
  margin-bottom:-2px;
}

button.burger3-menu-fam.on span {
  transform:rotate(135deg);
}

#menu-fam-mvl {
    display: flex;
    padding: 35px 15px 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-flow: column;
  
  display: none;
}

.burger-menu-fam {
    display: none !important;
}


.hs-content-id-92697566873 .header-grid > .row-fluid-wrapper > .row-fluid {
  justify-content: space-between !important;
}

@media only screen and (max-width: 1100px) {
.columna-50 td {
      height: 425px !important;
 }
}

@media only screen and (max-width: 980px) {
  #menu-fam {
    display:none !important;
  }
  
  .burger-menu-fam {
    display: block !important;
  }
  
  /*#menu-fam-mvl {
    display:flex !important;
  }*/
}

@media only screen and (max-width: 810px) {
  .hs-content-id-88530330494 #hs_cos_wrapper_module_1661341252721543_ .tit-verde {
    line-height: 67px;
  }
  
  .hs-content-id-88530330494 .span12.widget-span.widget-type-cell.contenedor-cabecera-fondo {
    padding-top: 35px;
  }
  
  .hs-content-id-122005615264 .row-fluid [class*="span"] {
    width: 100% !important;
  } 
  
  .hs-content-id-122005615264 .contenedor-general-wrap {
    padding: 0 10px !important;
  }
}

@media only screen and (max-width: 800px) {
  /* oviedo, vigo, pmi*/
  .hs-content-id-93793207871 .pmi .span3.widget-span.widget-type-cell,
  .hs-content-id-93874776454 .vgo .span3.widget-span.widget-type-cell,
  .hs-content-id-93876991815 .ovd .span3.widget-span.widget-type-cell{
    max-width: calc(50% - 20px) !important;
    margin: 0 10px;
  }
  .hs-content-id-93793207871 .widget-type-cel.pmi .contenedor-general-wrap .row-fluid,
  .hs-content-id-93874776454 .widget-type-cel.vgo .contenedor-general-wrap .row-fluid,
  .hs-content-id-93876991815 .widget-type-cel.ovd .contenedor-general-wrap .row-fluid{
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
  }
  .hs-content-id-93793207871 .contenedor-general-wrap .pmi .row-fluid,
  .hs-content-id-93874776454 .contenedor-general-wrap .vgo .row-fluid,
  .hs-content-id-93876991815 .contenedor-general-wrap .ovd .row-fluid{
      flex-flow: row wrap;
  }
  
  .columna-50 td {
      height: 425px !important;
  }
  
  .hs-content-id-92697566873 .columna-25 div:nth-child(2), 
  .hs-content-id-92697566873 .columna-25 div:nth-child(4) {
    min-height: 350px;
  }
  
  .hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .btn-isla a,
  .hs-content-id-98810198350 .row-fluid-wrapper.row-depth-1.row-number-4 .row-number-6 .btn-isla a,
  .hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .btn-isla a{
    font-size: 17px;
  }
  
}

 @media only screen and (max-width: 767px) {
     .hs-content-id-114048653347 .row-fluid [class*="span"] {
      width: 100% !important;
    }
}

@media only screen and (max-width: 700px) {
  .hs-content-id-114048653347 #background {
    background-size: cover !important;
  }
  
  .hs-content-id-114048653347 #hs_cos_wrapper_module_1683280260040288_ h3 {
    font-size: 24px !important;
    line-height: 27px !important;
  }
    
    .hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ h2, .hs-content-id-114048653347 #hs_cos_wrapper_widget_1683125215629_ h3 {
    font-size: 16px !important;
  }
	/*.hs-content-id-93886051252 .row-number-6  .row-number-2 >.row-fluid,
  .hs-content-id-93882358084 .row-number-6  .row-number-2 >.row-fluid,
  .hs-content-id-93653027986 .row-number-6  .row-number-2 >.row-fluid{
	    justify-content: center;
	    display: flex;
	    flex-flow: column !important;
	}*/
  /* completa tu viaje */
  .hs-content-id-93886051252 .row-number-6  .row-number-2 >.row-fluid img,
  .hs-content-id-93882358084 .row-number-6  .row-number-2 >.row-fluid img,
  .hs-content-id-93653027986 .row-number-6  .row-number-2 >.row-fluid img,
  .hs-content-id-93886050919 .row-number-6  .row-number-2 >.row-fluid img,
  .hs-content-id-93496307068 .row-number-13  .row-number-2 >.row-fluid img{
     max-height: 145px;
     margin-right: 20px;
  }
  .hs-content-id-93886051252 .row-number-6  .row-number-2 >.row-fluid h3,
  .hs-content-id-93882358084 .row-number-6  .row-number-2 >.row-fluid h3,
  .hs-content-id-93886050919 .row-number-6  .row-number-2 >.row-fluid h3,
  .hs-content-id-93653027986 .row-number-6  .row-number-2 >.row-fluid h3,
  .hs-content-id-93496307068 .row-number-13  .row-number-2 >.row-fluid h3{
    margin-bottom: 20px;
    margin-top: 20px;
    /*font-size: 22px !important;*/
    font-size: 18px !important;
    margin-right: 10px !important;
  }
  
  .wrap-opiniones .span12.widget-span.widget-type-custom_widget {
    width: 100%;
  }
  
  
  /* oviedo santander pmi */  
  .hs-content-id-93876991815 .row-number-8  .row-number-2 >.row-fluid img {
    max-height: 145px;
    margin-right: 20px;
  }
  .hs-content-id-93876991815 .row-number-8  .row-number-2 >.row-fluid h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px !important;
    margin-right: 10px !important;
  }
  .hs-content-id-93793207871 .row-number-8  .row-number-2 >.row-fluid img {
    max-height: 145px;
    margin-right: 20px;
  }
  .hs-content-id-93793207871 .row-number-8  .row-number-2 >.row-fluid h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px !important;
    margin-right: 10px !important;
  }
  .hs-content-id-93874776454 .row-number-8  .row-number-2 >.row-fluid img {
    max-height: 145px;
    margin-right: 20px;
  }
  .hs-content-id-93874776454 .row-number-8  .row-number-2 >.row-fluid h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px !important;
    margin-right: 10px !important;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-23 .row-fluid, .row-fluid-wrapper.row-depth-1.row-number-13 .row-fluid {
    flex-flow: row wrap;
  }
  
  .columna-25 {
    width: 45% !important;
  }
  
  .columna-50 {
    width: 45% !important;
  }
  
  .columna-25 div:nth-child(2), .columna-25 div:nth-child(4) {
    min-height: 230px;
  }
  
  /*.columna-100 img {
    width: 100% !important;
    max-width: 135px !important;
    object-fit: cover;
    object-position: center;
  }*/
  
  
  /* Familias - crokis 23-12-22 */
  .hs-content-id-92697566873 .row-fluid-wrapper.row-number-46 > div.row-fluid {
    display: block;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_module_1669629194381472 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_module_16614263086432656 {
     padding-left: 15px;
    padding-right: 15px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635584260 {
        min-height: 300px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635584260 ul {
        margin-bottom: 0;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635578451 {
    min-height: 308px;
  }
  .hs-content-id-92697566873 .row-fluid-wrapper.row-depth-1.row-number-19  .row-fluid-wrapper.row-number-22 .span12.widget-span.widget-type-custom_widget {
        width: 100%;
  }
  .hs-content-id-92697566873 .althea .gf-container {
    max-width: 100%;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669629762988529,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635517710 {
        min-height: 340px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533840908,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533850351 {
        min-height: 240px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635578451 {
        min-height: 308px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533856848,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533864392 {
        min-height: 240px;
  }
  
  .hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
  .hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
  .hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
  .hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .span3, .hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .span3,
  .hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .span3,
  .hs-content-id-98810198350 .row-fluid-wrapper.row-depth-1.row-number-4 .row-number-6 .span3,
  .hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .span3{
    width: 45%;
    margin: 0 1%;
  }
  
  .hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .row-fluid, .hs-content-id-97229043971 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .row-fluid,
  .hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .row-fluid, .hs-content-id-97188055904 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .row-fluid,
  .hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .row-fluid, .hs-content-id-97190657208 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .row-fluid,
  .hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-8 .row-fluid, .hs-content-id-97190657434 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-3 .row-fluid,
  .hs-content-id-98814010514 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .row-fluid,
  .hs-content-id-98810198350 .row-fluid-wrapper.row-depth-1.row-number-4 .row-number-6 .row-fluid,
  .hs-content-id-100756660072 .row-fluid-wrapper.row-depth-1.row-number-5 .row-number-7 .row-fluid{
    flex-flow: row wrap
  }
  
  .btn_blanco {
    min-height: 84px !important;
  }
  
  
}


@media only screen and (max-width: 650px) {
  /* Familias -- crokis 23-12-22*/
  .hs-content-id-92697566873 .columna-25 div:nth-child(2), 
  .hs-content-id-92697566873 .columna-25 div:nth-child(4) {
         min-height: 340px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533840908,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533850351 {
        min-height: 240px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635578451 {
        min-height: 308px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533856848,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533864392 {
        min-height: 240px;
  }
  /* primera fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669629762988529 {
     height: 150px !important;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635517710 {
    height: 150px !important;
  }
  /* segunda fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533840908,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533850351 {
     min-height: 220px !important;
    height: 220px !important;
  }
  /* tercera fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635578451,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635584260 {
    min-height: 280px !important;
    height: 280px !important;
  }
  /* cuarta fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533856848,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533864392 {
    min-height: 230px !important;
    height: 230px !important;
  }
  
  .hs-content-id-88530330494 .span12.widget-span.widget-type-cell.contenedor-cabecera-fondo {
    padding-top: 95px;
  }
  
  
}

@media only screen and (max-width: 600px) {
  .row-fluid-wrapper.row-depth-1.row-number-13 .row-fluid {
    flex-flow: row wrap;
  }
  
  .columna-50 {
      width: 90% !important;
    }
  
  /* Familias -- crokis 23-12-22*/
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669629762988529 {
     height: 225px;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635517710 {
    height: 225px;
  }
  
  /*.hs-content-id-88530330494 .row-number-33 .btn_blanco p {
      font-size: 15px;
  }*/
  
  .hs-content-id-88530330494 .row-number-33 .btn_blanco, .hs-content-id-88530330494 .btn_blanco {
      padding: 0px;
      min-height: 65px !important;
  }
  
  .hs-content-id-88530330494 .row-fluid-wrapper.row-depth-1.row-number-16, .hs-content-id-88530330494 .row-fluid-wrapper.row-depth-1.row-number-32 {
    margin-top: 30px;
  }
  
  
  
  .hs-content-id-88530330494 .span12.widget-span.widget-type-cell.contenedor-cabecera-fondo {
    padding-top: 95px;
  }
  
  .span12.widget-span.widget-type-cell.contenedor-cabecera-fondo {
      padding-top: 35px;
   }
}




@media only screen and (max-width: 500px) {
  /* Familias -- crokis 23-12-22*/
  /* primera fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669629762988529 {
    height: 230px!important;
    max-height: 230px !important;
    min-height: 230px !important;
  }
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635517710 {
    height: 230px!important;
    max-height: 230px !important;
    min-height: 230px !important;
  }
  /* segunda fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533840908,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533850351 {
    height: 190px!important;
    min-height: 190px!important;
    max-height: 190px !important;
  }
  /* tercera fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635578451,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1669635584260 {
    height: 200px!important;
    min-height: 200px!important;
    max-height: 200px !important;
  }
  /* cuarta fila */
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533856848,
  .hs-content-id-92697566873 #hs_cos_wrapper_widget_1671533864392 {
    height: 200px!important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  
}