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

/******* CAMBIO DE COLOR BLANCO A CREMITA *******/
.container-fluid{
  background-color: #fdfcf9;
}

.site-header__main-wrapper{
   background-color: #fdfcf9;
}

.header-row-0-background-layers {
  background-image: linear-gradient(rgb(253 252 249), rgb(253 252 249)) !important;
}

/* HEADER */
/* Desplegable */
.site-header__navigation .hs-menu-item.hs-item-has-children > .hs-menu-children-wrapper{
  border-radius: 0px 0px 25px 25px!important;
  background-color: #1b4b39;
}

/*mobile space*/
@media not screen and (min-width: 1120px) {
    .site-header__navigation {
        padding-bottom: 0;
    }

    .site-header .site-header__utility {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Boton Urgencias Header*/
.site-header .site-header__utility .button {
  color: #e63c3c;
}

@media (min-width: 1120px) {
  .site-header .site-header__utility {
   padding-right: 2rem;
  }
  
      .site-header__menu > * + * {
        margin-left: 0;
    }
}

/* Subrayado de los links */
a, .link {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

/* Subrayado de los links FOOTER y HEADER*/
.site-footer .hs-menu-wrapper .hs-menu-item a:hover, .site-footer .hs-menu-wrapper .hs-menu-item a:focus-visible {
    text-decoration: auto;
}

.site-header__navigation .hs-menu-item .hs-menu-children-wrapper .hs-menu-children-list .hs-menu-item .hs-menu-link:hover, .site-header__navigation .hs-menu-item .hs-menu-children-wrapper .hs-menu-children-list .hs-menu-item .hs-menu-link:focus-visible, .site-header__navigation .hs-menu-item .hs-menu-children-wrapper .hs-menu-children-list .hs-menu-item .hs-menu-link.active, .site-header__navigation .hs-menu-item .hs-menu-children-wrapper .hs-menu-children-list .hs-menu-item .hs-menu-link.active-branch {
        color: #f7f3ea;
        text-decoration: auto;
    }

/* Links de modulos */
/*El tipo de link sin boton no cortaba en mobile*/
.button.button--link, .button.button--primary, .button.button--secondary {
    white-space: normal;
}

/* Boton to top */
a.button.button--link.button--to-top{
  background-color: #1b4b39!important;
  border-radius: 20px;
  right: 60px!important;
}

/*Botones flotantes*/

.floating_button_left_button {
      top: 40%!important;
}

/*urgencia*/
.floating_button_left_button span svg {
  margin-top: 15%;  
}

/*whatsapp*/
.floating_button_right_button span svg {
  margin-top: 15%;  
}

/*  Mapa - cambio de color */
.i4ewOd-pzNkMb-haAclf {
  background-color: #1b4b39;!important}


/* VIDEOS */
/* Incrustado */

/* Cargado */