
@font-face {
  font-family: "SyntaxLTStd-Roman";
  src: url("fonts/SyntaxLTStd-Roman.otf") format("opentype");
}

@font-face {
  font-family: "SyntaxLTStd-Italic";
  src: url("fonts/SyntaxLTStd-Italic.otf") format("opentype");
}

@font-face {
  font-family: "SyntaxLTStd-Bold";
  src: url("fonts/SyntaxLTStd-Bold.otf") format("opentype");
}

@font-face {
  font-family: "SyntaxLTStd-Black";
  src: url("fonts/SyntaxLTStd-Black.otf") format("opentype");
}

@font-face {
  font-family: "SyntaxLTStd-UltraBlack";
  src: url("fonts/SyntaxLTStd-UltraBlack.otf") format("opentype");
}

@font-face {
  font-family: "Cousine";
  src: url("fonts/Cousine-Regular.ttf");
}

@font-face {
  font-family: "Cousine-Italic";
  src: url("fonts/Cousine-Italic.ttf");
}

@font-face {
  font-family: "Cousine-BoldItalic";
  src: url("fonts/Cousine-BoldItalic.ttf");
}

@font-face {
  font-family: "Cousine-Bold";
  src: url("fonts/Cousine-Bold.ttf");
}

@font-face {
  font-family: "Merriweather Sans Bold";
  src: url("fonts/MerriweatherSans-Bold.ttf");
}

@font-face {
  font-family: "Merriweather Sans BoldItalic";
  src: url("fonts/MerriweatherSans-BoldItalic.ttf");
}

@font-face {
  font-family: "Merriweather Sans ExtraBold";
  src: url("fonts/MerriweatherSans-ExtraBold.ttf");
}

@font-face {
  font-family: "Merriweather Sans ExtraBoldItalic";
  src: url("fonts/MerriweatherSans-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: "Merriweather Sans Italic";
  src: url("fonts/MerriweatherSans-Italic.ttf");
}

@font-face {
  font-family: "Merriweather Sans Light";
  src: url("fonts/MerriweatherSans-Light.ttf");
}

@font-face {
  font-family: "Merriweather Sans LightItalic";
  src: url("fonts/MerriweatherSans-LightItalic.ttf");
}

@font-face {
  font-family: "Merriweather Sans Medium";
  src: url("fonts/MerriweatherSans-Medium.ttf");
}

@font-face {
  font-family: "Merriweather Sans MediumItalic";
  src: url("fonts/MerriweatherSans-MediumItalic.ttf");
}

@font-face {
  font-family: "Merriweather Sans";
  src: url("fonts/MerriweatherSans-Regular.ttf");
}

@font-face {
  font-family: "Merriweather Sans SemiBold";
  src: url("fonts/MerriweatherSans-SemiBold.ttf");
}

@font-face {
  font-family: "Merriweather Sans SemiBoldItalic";
  src: url("fonts/MerriweatherSans-SemiBoldItalic.ttf");
}


/* Merrieweather */

@font-face {
  font-family: "Merriweather";
  src: url("fonts/Merriweather-Regular.ttf");
}
@font-face {
  font-family: "Merriweather Bold";
  src: url("fonts/Merriweather-Bold.ttf");
}
@font-face {
  font-family: "Merriweather Italic";
  src: url("fonts/Merriweather-Italic.ttf");
}
@font-face {
  font-family: "Merriweather Black";
  src: url("fonts/Merriweather-Black.ttf");
}
@font-face {
  font-family: "Merriweather Light";
  src: url("fonts/Merriweather-Light.ttf");
}
@font-face {
  font-family: "Merriweather Light Italic";
  src: url("fonts/Merriweather-LightItalic.ttf");
}
@font-face {
  font-family: "Merriweather Bold Italic";
  src: url("fonts/Merriweather-BoldItalic.ttf");
}
@font-face {
  font-family: "Merriweather Black Italic";
  src: url("fonts/Merriweather-BlackItalic.ttf");
}

/* fin mearrieweather */
@font-face {
  font-family: "Tinos";
  src: url("fonts/Tinos-Regular.ttf");
}

@font-face {
  font-family: "Tinos Bold";
  src: url("fonts/Tinos-Bold.ttf");
}


@font-face {
  font-family: "Tinos Italic";
  src: url("fonts/Tinos-Italic.ttf");
}

@font-face {
  font-family: "Tinos Bold Italic";
  src: url("fonts/Tinos-BoldItalic.ttf");
}


html body {
  font-family: 'Merriweather Sans';
  color: #58575c;
}


.prestadores-footer-menu .menu li,
.asociados-footer-menu .menu li,
.institucional-footer-menu .menu li {
  display: unset;
  height: unset;
  margin-right: unset;
}

/********************************************************************************/
button {
  outline: none;
}

*:focus,
input:focus,
*:active,
*:focus:active {
  outline: 0 !important;
  outline-style: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

a,
* {
  outline: 0 !important;
}

.texto-enriquecido a, .contenido_interno a, .page-node-type--noticias article a {
  color: #eb5f0a !important;
  text-decoration: underline !important;
}

.c-no-display {
  display: none;
}

.c-no-overflow {
  overflow: hidden;
}

.content-pad-left {
  padding-left: 62px !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 152px;
}

.menu-header {
  background-color: #5B6770;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 152px;
}

/*
.menu-header:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}*/
.page-node-type--pagina-compuesta-sin-header.sticky-header header,
.page-node-type--pagina-compuesta-sin-header header {
  display: none;
}
.sticky-header .menu-header:not(.buscador-abierto) {
  height: 62px;
  background-color: #5B6770;
}

.sticky-header .menu-header:not(.buscador-abierto):before {
  display: none;
}

.sticky-header header {
  position: fixed;
  top: 0;
  left: 0;

  height: 64px;
}

.bg-orange {

}

.bg-grey-menu .menu .items ul li:last-child {
    border-left: 2px solid #FFFFFF;
    padding-left: 14px;
}

.sticky-header .menu-header:not(.buscador-abierto) .bg-orange {
  background: #5B6770;
  height: 62px;
}

.sticky-header .menu-header:not(.buscador-abierto) .bg-grey-menu {
  height: 0px;
}

.header-box {
  margin-top: 31px;
  width: 100%;
  height: 54px;
  /*padding: 0 62px;*/
  /*revertir margenes en caso de*/
}

.sticky-header .menu-header:not(.buscador-abierto) .header-box {
  margin-top: 4px;
  height: 48px;
}

/* Video Slide  */

.video_slide {
  overflow: hidden;
  position: absolute !important;
  top: 0px;
}
.video_source,
.video_slide iframe {
  position: absolute;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1140px;
  height: 810px; /* 9/16*100 = 56.25 */
  /*min-height: 100vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

.video_slide iframe {
  opacity: 0;
}

.video_slide iframe.loaded {
  opacity: 1;
}


div#pauseplay {
width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    float: left;
    display: inline-block;
    cursor: pointer;
    /* position: absolute; */
    top: 5px;
    /* left: 230px;*/
}

div#muteunmute {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    float: left;
    display: inline-block;
    cursor: pointer;
    /* position: relative; */
    top: 5px;
    /* left: 290px; */
    margin-left: 12px;
}

.con-video .descripcion a {
    display: inline-block;
    float: left;
    height: 42px !important;
}

.slide-con-video picture {
  display: none;
}

@media screen and (max-width: 700px) {
  .slide-con-video picture {
    display: block !important;
  }

  #muteunmute, #pauseplay, .con-video .descripcion a{
    display: none !important;
  }

  .con-video .slide-principal-links a:not(#link-externo-video){
    display: none !important;
  }

  .con-video .video_slide iframe {
    display: none;
  }
  .imagen-mobile-encabezado-video{
    display: block;
  }

  .con-video .descripcion {
    /*top: 158px !important;*/
    bottom: auto !important;
  }

}

@media screen and (min-width: 701px) {

  .con-video  a#link-externo-video{
    display: none !important;
  }

}



/* Fin: Video Slide  */

.logo {
  float: left;
}

.logo .orange {
  display: block;
  margin-top: 8px;
}

.logo .white {
  display: none;
}

.logo .mobile {
  display: none;
}

.sticky-header .menu-header:not(.buscador-abierto) .logo {
  margin-left: 35px;
  /*margin-top: 8px;*/
}

.sticky-header .menu-header:not(.buscador-abierto) .logo .orange {
  display: none;
  margin-top: 8px;
}

.sticky-header .menu-header:not(.buscador-abierto) .logo .white {
  display: block;
  margin-top: 8px;
}

.menu-doctor {
  float: right;
}
.menu-doctor ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 40px;
  margin: 0;
}
.menu-doctor li {
  list-style: none;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
}
.menu-doctor li.link-menu a {
  color: #eb5f0a;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 12.5px;
}
.menu-doctor li.link-menu.new a{
  position: relative;
  top: 4px;
}

.menu-doctor li a.buttons {
    margin-right: 16px;
}

li.link-menu.menu-usuario-medife-logueado.login.mostrar.ocultar {
    margin-left: -15px;
}

.login .datos-usuarios {
    display: inline-block;
    float: left;
    position: relative;
    top: -1px;
}

.login .datos-usuarios .plan {
    color: #58575C;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 12px;
    text-align: right;
    margin-right: 9px;
    position: relative;
    top: -3px;
}



.menu-doctor li.login.logueado {
    margin-right: 5px;
}

.login .datos-usuarios .nombre {
    color: #58575C;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 13px;
    margin-right: 9px;
}
.sticky-header .login .datos-usuarios .nombre,
.sticky-header .login .datos-usuarios .plan,
.sticky-header .txt-btn-header {
  color: #FFF;
}
.login .datos-usuarios strong.truncate-text-user {
    font-weight: bold;
}

.nombre {
    color: #58575C;
    font-size: 15px;
    /* font-weight: bold; */
    letter-spacing: 0;
    line-height: 15px;
}

.menu-doctor li.link-menu.login a.buttons{
  top: 0px;
  position: relative;
  right: -7px;
}

span.txt-btn-header {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  /* identical to box height, or 107% */
  text-align: right;
  /* Blanco */
  color: #FFFFFF;
  opacity: 0.85;

    text-align: right;
    top: 5px;
    position: relative;
    right: 5px;
}

span.txt-btn-header:hover {
  color: #FFFFFF;
  opacity: 1;
}

.login.ocultar {
  display: none;
}

@media screen and (min-width: 1000px) {
  .usuario-medife-logueado .login img {
    margin-top: -6px;
  }
}
.c-header-line {
  box-sizing: border-box;
  height: 1px;
  max-width: 1254px;
  width: 100%;
  margin: 0 auto;
  mix-blend-mode: normal;
  border: 1px solid #FFFFFF;
}

.buttons {
  margin-right: 15px;
}

.buttons img.black {
  display: inline-block;
}

.buttons img.white {
  display: none;
}

/*Nuevos botones svg*/
.buscador .buttons {
  margin-right: 10px;
}

.buscador .buttons:hover svg .lupa  {
  stroke: #eb5f0a;
}

.buscador .buttons:hover svg .word {
  fill: #eb5f0a;
}

body:not(.sticky-header) .usuario-medife-logueado.es-asociado .login .buttons svg .user {
    fill: #eb5f0a;
    stroke: none;
}

body:not(.sticky-header) .usuario-medife-logueado.es-asociado .login .buttons:hover svg .user {
    fill: #BE4801;
    stroke: none;
}

body:not(.sticky-header) .usuario-medife-logueado.es-asociado .login .buttons svg .word {
    fill: #FF4200;
    stroke: none;
}

body:not(.sticky-header) .usuario-medife-logueado.es-asociado .login .buttons:hover svg .word {
    fill: #BE4801;
    stroke: none;
}

.login .buttons:hover svg .user {
  stroke: #eb5f0a;
}
.login .buttons:hover svg .word {
  fill: #eb5f0a;
}

.sticky-header .buscador .buttons svg #Line {
  stroke: #ffffff;
  opacity: 1;
}

.sticky-header .buscador .buttons svg .word {
  fill: #ffffff;
  opacity: 1;
}

.sticky-header .buscador .buttons:hover svg #Line {
  opacity: 0.8;
}

.sticky-header .buscador .buttons:hover svg .word {
  opacity: 0.8;
}

.sticky-header .login .buttons svg #Stroke-13 {
  stroke: #ffffff;
  opacity: 1;
}

.sticky-header .login .buttons svg .word {
  fill: #ffffff;
  opacity: 1;
}

.sticky-header .login .buttons:hover svg #Stroke-13 {
  opacity: 0.8;
}

.sticky-header .login .buttons:hover svg .word {
  opacity: 0.8;
}

/*Fin Nuevos botones svg*/

.sticky-header .menu-header:not(.buscador-abierto) .buttons img.white {
  display: inline-block;
}

.sticky-header .menu-header:not(.buscador-abierto) .buttons img.black {
  display: none;
}

.menu-doctor a {
  text-decoration: none;
}

.cam-doctor {
  height: 40px;
  width: 124px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: #eb5f0a;
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-left: 4px;
}

.cam-doctor img.orange {
  display: inline-block;
}

.cam-doctor img.grey {
  display: none;
}

.cam-doctor span {
  height: 24px;
  width: 51px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 5px;
  font-family: "SyntaxLTStd-Bold";
}

.menu {
  width: 90%;
  height: 54px;
  padding-right: 52px;
  margin-top: 15px;
  display: inline-block;
}

.sticky-header .menu-header:not(.buscador-abierto) .menu {
  height: 32px;
  margin-top: 0;
  padding-right: 50px;
  width: 100%;
}

.menu ul {
  padding: 0;
}

.menu li {
  list-style: none;
  display: inline;
  height: 25px;
  margin-right: 16px;
}

.items {
  width: 60%;
  float: left;
  margin-top: 8px;
}

.sticky-header .menu-header:not(.buscador-abierto) .items {
  display: none;
}

.sticky-header .menu-header .bg-grey-menu .container .row .col-12 .ham-button {
  margin-top: 20px;
}

.ham-button {
  display: inline-block;
  /*padding-left: 62px;*/
  /* revertir margen en caso de */
  float: left;
  margin-top: 23px;
  margin-right: 20px;
}

.sticky-header .menu-header:not(.buscador-abierto) .ham-button {
  position: absolute;
  top: -69px;
}

.hamburguer {
  margin-right: 5px;
}

.hamburguer img.black {
  display: inline-block;
}

.hamburguer img.white {
  display: none;
}

.sticky-header .menu-header:not(.buscador-abierto) .hamburguer img.white {
  display: inline-block;
}

.sticky-header .menu-header:not(.buscador-abierto) .hamburguer img.black {
  display: none;
}
.menu .item {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  /* identical to box height, or 121% */
  /*text-transform: uppercase;*/
  /* Blanco */
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  opacity: 0.85;
}

.item:hover {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}

.c-line-item {
  border-left: 2px solid #000000;
  opacity: 0.3;
  width: 4px;
  height: 25px;
  display: inline;
  padding: 5px 0;
}

.sticky-header .menu-header:not(.buscador-abierto) .c-header-line {
  display: none;
}

.emergencias {
  float: right;
}

.ambulancia {
  display: inline-block;
  vertical-align: middle;
}

.ambulancia a {
    text-decoration: none;
}

.ambulancia img.black {
  display: inline-block;
}

.ambulancia img.white {
  display: none;
}

.sticky-header .menu-header:not(.buscador-abierto) .ambulancia img.white {
  display: inline-block;
}

.sticky-header .menu-header:not(.buscador-abierto) .ambulancia img.black {
  display: none;
}

.ambulancia span {
  height: 30px;
  width: 89px;
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

.sticky-header .menu-header:not(.buscador-abierto) .ambulancia span {
  color: #fff;
  width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  margin-left: 3px;
}

.phone,
.phone a,
.phone a:hover {
  color: #58575c;
  font-family: "SyntaxLTStd-Bold";
  font-size: 32px;
  letter-spacing: -0.47px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  text-decoration: none;
}

.tel-urgencias-emergencias a {
    color: #58575c !important;
    text-decoration: none;
}

.sticky-header .menu-header:not(.buscador-abierto) .phone,
.sticky-header .menu-header:not(.buscador-abierto) .phone a {
  color: #ffffff;
  font-size: 18px;
}

.sticky-header .menu-header:not(.buscador-abierto) .phone a {
  margin-top: -2px;
  margin-left: 0;
}

.phone img.black {
  margin-top: -7px;
  display: inline-block;
}

.phone img.white {
  display: none;
}

.sticky-header .menu-header:not(.buscador-abierto) .phone img.white {
  margin-top: -5px;
  display: inline-block;
  margin-left: 5px;
}

.sticky-header .menu-header:not(.buscador-abierto) .phone img.black {
  display: none;
}

/*FOOTER FIJO TELEFONO*/

.page-node-type--pagina-compuesta-sin-header .footer-urgencias-mobile {
  display: none;
}


.footer-urgencias-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  height: 67px;
  display: none;
  z-index: 10;
  background-color: rgba(250, 250, 250, 0.9);
}

.footer-urgencias-mobile .phone {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #58575c;
    margin: 0 auto;
    bottom: -3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    width: 100%;
}

.footer-urgencias-mobile .ambulancia span {
    max-width: 200px;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #58575c;
    top: 16px;
}

.footer-urgencias-mobile .ambulancia {
    top: 10px;
    position: relative;
}

.footer-urgencias-mobile .logo-tel {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(118px);
    top: -1px;
}
.footer-urgencias-mobile .logo-tel img {
    width: 34px;
    height: 34px;
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
  .footer-urgencias-mobile{
    height: 80px;
  }
  .footer-urgencias-mobile .phone {
    bottom: 10px;
  }
}

/*FIN FOOTER FIJO TELEFONO*/

/*HAMBURGUER MENU*/

.hamburguer-menu {
  height: 100vh;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.hamburguer-menu .orange-opened {
  /*background-color: rgba(235, 95, 10, 0.9);#eb5f0a*/
  background-color: #E35205;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  position: fixed;
  overflow: auto;
}

.hamburguer-menu button.cerrar {
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 9px;
}

.hamburguer-menu .content-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.hamburguer-menu .buscador-mobile {
  display: none;
}

.hamburguer-menu .content-links {
  margin-top: 100px;
  max-height: calc(100vh - 150px);
  height: calc(100vh - 150px);
  overflow: auto;
  width: 55%;
}

.hamburguer-menu .content-links ul {
  padding: 0;
}

.hamburguer-menu .content-links li {
  list-style: none;
  line-height: 42px;
}

.hamburguer-menu .content-links li:nth-last-child(-n+2) a {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

.hamburguer-menu .content-links li a {

  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  /* or 86% */


  align-items: center;
  /*text-transform: uppercase;*/

  /* Blanco */

  color: #FFFFFF;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;

}

.hamburguer-menu .content-links li a.opened {
  margin-left: 23px;
}

.hamburguer-menu .content-links li img.menos {
  top: 6px;
  position: relative;
}

.hamburguer-menu .content-links li a.no-open {
  /*margin-left: 44px;*/
}

.hamburguer-menu .content-links li a:hover {
  text-decoration: none;
}

.hamburguer-menu .content-links ul.submenu {

}

.hamburguer-menu .content-links .submenu li {
  line-height: 36px;
}

.hamburguer-menu .content-links .submenu li a {
  color: #ffffff;
  font-family: 'Merriweather Sans';
  font-size: 21px;
  line-height: 18px;
  /*margin-left: 20px;*/
}

img.menu-ppal.mas.open-submenu,
img.menu-ppal.menos.open-submenu{
    top: 6px;
    position: relative;
    margin-left: -3px;
    margin-top: -5px;
    float: right;
}

li:has(.submenu) {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding-top: 10px;
    padding-bottom: 0px;
    max-width: 370px;
    margin-bottom: 5px;
}

/*----simplebar-menu-----*/
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.simplebar-scrollbar:before {
  background: #ffffff !important;
  opacity: 1 !important;
}

/*----social-menu----*/

a.hamburguer.open-menu.only-layout-header {
  display: none;
}

.hamburguer-menu .social-news {
  width: 326px;
  margin: 0 auto;
}

.hamburguer-menu .newsletter {
  margin-bottom: 30px;
  width: 305px;

  max-width: 100%;
}

.hamburguer-menu .newsletter label {
  color: #ffffff;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 24px;
}

.hamburguer-menu .newsletter input {
  height: 28.51px;
  width: 266px;
  color: #ffffff;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 14px;
  border: none;
  background-color: transparent;
}

.hamburguer-menu .newsletter ::placeholder {
  color: #ffffff;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
}

.hamburguer-menu .newsletter button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding-right: 0;
  padding-left: 6px;
}

.hamburguer-menu .newsletter .c-line {
  box-sizing: border-box;
  height: 1px;
  width: 305px;
  border-bottom: 1px solid #ffffff;
  margin-top: 8px;
}

.hamburguer-menu .social ul {
  padding-left: 0;
}

.footer-social {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.footer-social h5 {
  color: #684035;
  float: left;
  font-size: 16px;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}
.footer-social ul li {
  display: inline-block;
  padding: 5px;
}
.footer-social ul li a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.footer-social ul li a,
.footer-social ul li a i {
    font-size: 28px;
    color: #FFF;
    opacity: 0.85;
}

.footer-social ul li a i:hover,
.footer-social ul li a:hover i,
.footer-social ul li a:hover i.fa-facebook-square,
.footer-social ul li a:hover i.fa-twitter-square,
.footer-social ul li a:hover i.fa-skype,
.footer-social ul li a:hover i.fa-dribbble,
.footer-social ul li a:hover i.fa-linkedin-square,
.footer-social ul li a:hover i.fa-apple,
.footer-social ul li a:hover i.fa-pinterest,
.footer-social ul li a:hover i.fa-google-plus-square,
.footer-social ul li a:hover i.fa-youtube-square,
.footer-social ul li a:hover i.fa-vimeo-square,
.footer-social ul li a:hover i.fa-tumblr-square,
.footer-social ul li a:hover i.fa-xing-square,
.footer-social ul li a:hover i.fa-instagram {
  color: #fff;
  opacity: 1;
}

/*Footer social en Pies */

.footer-social-pies {
  text-align: left;
  max-width: 800px;
  /*margin: 0 auto;*/
}
.footer-social-pies h5 {
  color: #3367D6;
  float: left;
  font-size: 16px;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-social-pies ul {
  display: inline-block;
  width: auto;
  padding: 0;
}
.footer-social-pies ul li {
  display: inline-block;
  padding: 5px 10px 10px;
}

.footer-social-pies ul li:first-child {
    padding: 5px 5px 10px;
}

.footer-social-pies ul li a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.footer-social-pies ul li a i {
  font-size: 40px;
}
.footer-social-pies ul li a:hover i {
  color: #fff;
}
.footer-social-pies ul li a:hover i.fa-facebook-square {
  color: #3b5998;
}
.footer-social-pies ul li a:hover i.fa-twitter-square {
  color: #4099ff;
}
.footer-social-pies ul li a:hover i.fa-skype {
  color: #12a5f4;
}
.footer-social-pies ul li a:hover i.fa-dribbble {
  color: #ea4c89;
}
.footer-social-pies ul li a:hover i.fa-linkedin-square {
  color: #0e76a8;
}
.footer-social-pies ul li a:hover i.fa-apple {
  color: #f2f2f2;
}
.footer-social-pies ul li a:hover i.fa-pinterest {
  color: #c92228;
}
.footer-social-pies ul li a:hover i.fa-google-plus-square {
  color: #d34836;
}
.footer-social-pies ul li a:hover i.fa-youtube-square {
  color: #c4302b;
}
.footer-social-pies ul li a:hover i.fa-vimeo-square {
  color: #4ebbff;
}
.footer-social-pies ul li a:hover i.fa-tumblr-square {
  color: #35465c;
}
.footer-social-pies ul li a:hover i.fa-xing-square {
  color: #126567;
}
.footer-social-pies ul li a:hover i.fa-instagram {
  color: #E1306C;
}

.footer-social-pies ul li a:hover i.fa-soundcloud {
  color: #F86923;
}


.footer-texto-fundacion {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3D4850;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* FIN Footer social en Pies  */
/* Footer Contactenos */
div#block-contacto h2
,#rid-footer-newsletter .contenido-seccion h2 {

  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #5B6770;

}
div#block-contacto .field--name-body p,
div#block-contacto .field--name-body span,
div#block-contacto .field--name-body div,
div#block-contacto .field--name-body a,
.footer .contact-info
,.footer .contact-info .footer-newsletter
,.footer .contact-info p
,.footer .contact-info span
,.footer .contact-info div
,.footer .contact-info a  {
font-family: 'Tinos';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #3D4850;
}


.footer-newsletter input[type=submit] {
    background: #ea692f !important;


    justify-content: center !important;
    align-items: center !important;
    padding: 11px 29px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #fff !important;
    border: none !important;
    font-family: 'Merriweather Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    width: 117px !important;
    height: 38px !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    /* Blanco */

    color: #FFFFFF;
    max-width: 117px !important;
    border-radius: 0px !important;
}


div#block-contacto {
    margin-top: 50px;
}

div#block-contacto ul.contact-info {
    padding: 0;
    list-style: none;
}

.footer-newsletter .container {
    margin: 0;
    padding: 0;
}

.footer-newsletter div:not(.messages-on-modal-modal):not(.messages-on-modal-modal div):not(.messages__wrapper2):not(.messages), 
.footer-newsletter a:not(.messages-on-modal-modal a), 
.footer-newsletter input, 
.footer-newsletter p:not(.messages-on-modal-modal p) {
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
}


.footer-newsletter input#edit-mail {
    background: #F5F5F5;
    border-bottom: none !important;
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3D4850;
}

div#block-footerbottomfooterbottommedifetema {
    border-top: 1px solid #3D4850;
    width: calc(100% - 28px);
    position: absolute;
    max-width: 1254px;
    transform: translateX(50%);
    right: 50%;
}

div#block-footerbottomfooterbottommedifetema .field--name-body {
    margin: 0 -14px;
}

div#block-footerbottomfooterbottommedifetema .container .row {
    margin-top: 35px;
}

div#block-footerbottomfooterbottommedifetema .container .row .data-fiscal {
    position: absolute;
    right: 0px;
    width: 70px;
}

div#block-footerbottomfooterbottommedifetema .container .row .data-copyright {
    position: absolute;
    left: 20px;
    width: 210px;
}

div#block-footerbottomfooterbottommedifetema .container .row .data-copyright p {
  font-family: 'Syntax LT Std';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5B6770;
}

div#rid-footer-newsletter .container,
div#rid-footer-newsletter .row,
div#rid-footer-newsletter .col-12 {
    margin: 0;
    padding: 0;
}

/* FIN Footer Contactenos */

/*END HAMBURGUER MENU*/

.home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) {
  height: 440px;
  min-height: 440px;
  position: relative;
  width: 100%;
}


.home-slide .container.mask-slide-home.black {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 60%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
}

.home-slide .row {
  width: 100%;
  margin: 0;
}

.home-slide picture img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}


  img.img-derecha-slide {
    position: absolute;
    top: 65px;
    right: 15px;
    z-index: 1;
    max-height: 316px;
    height: 316px;
    width: auto;    
  }

  .forzar-imagen-izquierda img.img-derecha-slide {
    right: unset;
    left: 15px;
  }

.home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) .forzar-imagen-izquierda .slide-content-wrapper {
  width: 70%;
  float: right;
}


  img.img-trama-slide {
    position: absolute;
    top: 318px;
    z-index: 1;
  }

  img.img-icono-slide {
    position: absolute;
    top: 82px;
  }

.home-slide > div .contenido-slide-principal {
    position: relative;
    z-index: 1;
    height: 810px;
    max-height: 810px;
    display: inline-block;
    overflow: hidden;
    /*
    width: 520px;
    margin-left: 62px;
    */
}

.home-slide > div .titulo-slide {
  height: unset;
  min-height: unset;
  top: 161px;
  max-width: 656px;
  position: absolute;
}

.home-slide > div .titulo-slide p.h2 {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  color: #131414;
}

.home-slide > div .descripcion {
  top: 245px;
  position: relative;
  max-height: 182px;
  width: 100%;
  max-width: 466px;
  height: auto;
}


.home-slide .c-align-center .contenido-slide-principal {
  width: 100%;
  align-items: center;
  align-content: center;
}


.home-slide  .c-align-center .titulo-slide {
    left: 50%;
    transform: translateX(-50%);
    max-width: 720px;
    width: 720px;
}

.home-slide  .c-align-center .titulo-slide p.h2 {
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}


.home-slide .c-align-center .descripcion {
    left: 50%;
    transform: translateX(-50%);
}

.home-slide .c-align-center .slide-principal-links {
  /*bottom: 90px;*/
  position: relative;  
  left: 50%;
  transform: translateX(-50%);  
}

.home-slide  .c-align-center .slide-principal-links a {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.home-slide  .c-align-center img.img-icono-slide {
    left: 50%;
    transform: translateX(-50%);  
}

.home-slide  .slide-principal-links a
{
    margin-right: 38px;
    float: left;
}

.home-slide .slide-textos-blancos .c-align-center .titulo-slide p.h2,
.home-slide .slide-textos-blancos .c-align-center .descripcion p,
.home-slide > div .slide-textos-blancos .titulo-slide p.h2,
.home-slide > div .slide-textos-blancos .descripcion p {
  color: #FFFFFF;
}

.home-slide .container.mask-slide-home {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0) 60%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0) 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0) 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
}

.home-slide .container.mask-slide-home.black {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 60%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
}

.home-slide .container.mask-slide-home.con-video {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, #3E3E3E 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, #3E3E3E 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #3E3E3E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
}

.home-slide .c-align-center.container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.70) 0%,
    rgba(0, 0, 0, 0.15) 60%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.70) 0%,
    rgba(0, 0, 0, 0.15) 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.70) 0%,
    rgba(0, 0, 0, 0.15) 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  z-index: 1;
}

.home-slide .c-align-right.container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.95) 60%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.95) 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.95) 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


.home-slide .c-align-center .descripcion p.h2,
.home-slide .c-align-center .descripcion p.h3,
.home-slide .c-align-center .descripcion p.h4,
.home-slide .c-align-center .descripcion p.h5,
.home-slide .c-align-center .descripcion p.h6,
.home-slide .c-align-center .descripcion h2,
.home-slide .c-align-center .descripcion h3,
.home-slide .c-align-center .descripcion h4,
.home-slide .c-align-center .descripcion h5,
.home-slide .c-align-center .descripcion h6,
.home-slide .c-align-center .descripcion p {
  text-align: center;
}

.home-slide .c-align-center .descripcion a {
  margin: 50px auto 0;
}

.home-slide .descripcion p.h2,
.home-slide .descripcion .h2,
.home-slide .descripcion h2,
.home-slide .descripcion h1 {
  color: #58575c;
  font-family: "Merriweather Sans";
  font-size: 48px;
  line-height: 54px;
}

.home-slide .con-video .descripcion .h2,
.home-slide .con-video .descripcion p.h2,
.home-slide .con-video .descripcion h2,
.home-slide .con-video .descripcion h1 {
  color: #FFFFFF;
}


.home-slide .descripcion h3 {
  color: #58575c;
  font-family: "Merriweather";
  font-size: 24px;
  line-height: 54px;
}

.home-slide .con-video .descripcion p.h3,
.home-slide .con-video .descripcion h3 {
  color: ##131414;
}

.home-slide .descripcion h4,
.home-slide .descripcion h5,
.home-slide .descripcion h6,
.home-slide .descripcion p:not(.h2) {
  /*font-family: 'Tinos';*/
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/*
.home-slide .con-video .descripcion h4,
.home-slide .con-video .descripcion h5,
.home-slide .con-video .descripcion h6,
.home-slide .con-video .descripcion p {
  color: #FFFFFF;
}
*/


.home-slide .slide-principal-links a {
  min-height: 40px;
  min-width: 152px;
  border: none;
  border-radius: 0px;
  background-color: #131414;
  display: block;
  color: #FFFF;
  font-family: "Merriweather Sans";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  padding: 10px 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-decoration:none;
}

.home-slide .slide-principal-links a:hover {
  background-color: #FFFF;  
  color: #131414;
  border: 1px solid #131414;
}

.home-slide .slide-textos-blancos .slide-principal-links a {
  color: #131414;
  background-color: #FFFF;
  
}

.home-slide .slide-textos-blancos .slide-principal-links a:hover {
  color: #FFFF;
  background-color: #131414;
  
}

/*
.home-slide .slide-principal-links a:hover {
  text-transform: none;
}
*/

.home-slide .slide-principal-links.slide-enlace-blanco a {

  border: 0.5px solid #eb5f0a;
  background-color: #eb5f0a;
  display: block;
  color: #ffffff;

}

.home-slide .slide-principal-links {
    height: unset;
    min-height: unset;
    position: absolute;
    top: 318px;
}

.home-slide .slide-principal-links a {
  margin-top: unset;
}

.home-slide .descripcion a:hover {
  text-decoration: none;
  background-color: #be4801;
  color: #fff;
  border: none;
}

.home-slide .slick-dots li {
  display: block;
  flex-grow: 1;
  margin: 0 5px;
  padding: 0;
}

.home-slide .slick-dots li button {
  background: transparent;
  border-radius: 0;
  text-indent: -9999em;
  margin: 0 5px;
  padding: 0;
  height: 0.4px;
  width: 100% !important;
  cursor: pointer;
  background-color: #b2b2b1;
  box-sizing: border-box;
  border: 2px solid #b2b2b1;
  /*box-shadow: 0 0 4px 0 #ffffff;*/
}

.home-slide .slick-dots li.slick-active button {
  border: 2px solid #131414 !important;
  /*box-shadow: 0 0 4px 0 #ffffff;*/
  height: 0.4px;
  width: 189.05px;
}

.home-slide .slick-dots {
  bottom: 0px;
  position: absolute;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;

  left: 50%;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 10px;
  max-width: 1255px;
  transform: translateX(-50%);
}

.field--name-field-tarjeta-titulo, h1.h1-cta {
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.cta-pantalla-cuerpo h2, .cta-pantalla-cuerpo .h2 {
  color: #1d1e1c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  width: 70%;
  margin: 40px 0 30px;
}

.dark-bg-1 .field--name-field-tarjeta-titulo,.dark-bg-1 h1.h1-cta {
  color: #ffffff;
}

.dark-bg-1 .cta-pantalla-cuerpo h2, .dark-bg-1 .cta-pantalla-cuerpo .h2 {
  color: #ffffff;
}

.cta-bloque .block .field--name-field-tarjeta-fondo img {
  display: block;
  height: 367px;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}

.cta-bloque .block {
  position: relative;
}

.cta-bloque .block .cta-pantalla-cuerpo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 80%;
  height: 60%;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

.field--name-field-bk-cta-link a {
  height: 40px;
  width: 285px;
  border-radius: 4px;
  background-color: #eb5f0a;
  color: #ffffff;
  font-family: "SyntaxLTStd-Bold";
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.field--name-field-bk-cta-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #be4801;
}

.bg-grey {
  background-color: #f8f8f8;
  padding-bottom: 80px;
}

.back-grey {
  /*background-color: #f4f4f4;*/
}

/*
  .page-node-type--noticias  div#main {
      position: relative;
      top: -30px;
  }
  */
/*
body:not(.page-node-type--layout-iframe):not(.page-node-type--pagina-compuesta-sin-header).page-node-type--noticias div#main {
    top: -30px;
}
*/
/*//@media screen and (min-width: 1200px) {*/
@media screen and (min-width: 1200px) {






  .footer{
      margin-top: 5px;
  }
  .home-slide > div .titulo-slide {
        /*margin-top: 111px;*/
  }
.home-slide > div .descripcion {
    top: 245px;
    position: absolute;
}

.home-slide .slide-principal-links {
    height: unset;
    min-height: unset;
    position: absolute;
    top: 318px;
}

  .home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) {
      height: 440px !important;
      min-height: 440px !important;
      max-height: 440px !important;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
/*
  body.page-node-type--noticias div#main {
    top: -30px;
  }
*/


}

@media screen and (max-width: 1023px) {
  body.page-node-type--pagina-compuesta div#main {
  /*  top: 64px !important; */
    margin-bottom: 64px !important;
  }
/*
  body:not(.page-node-type--layout-iframe):not(.page-node-type--pagina-compuesta-sin-header).page-node-type--noticias div#main {
    top: -30px;
}
*/
  .page-node-type--pagina-compuesta div#main {
   /*   top: 64px; */
      margin-bottom: 64px;
  }


  .footer .container div > .container {
      padding: 0;
  }

}

@media screen and (max-width: 500px) {
  /*
  body:not(.page-node-type--layout-iframe):not(.page-node-type--pagina-compuesta-sin-header) div#main {
    top: 0px;
    position: relative;
  }
  */
}

/* Mapas */
      #map {
        height: 100%;
      }
      /* Optional: Makes the sample page fill the window. */
      body.page-node-type--sucursal-mapa {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      div#map_canvas {
        width:100%;
        height:800px;
      }
/* Fin  Mapas */
/*--------------ACCORDEON----------------*/
.planes-acordeon {
  display: flex;
  width: 100%;
  height: 612px;
  background-image: url("images/imagen-fondo-planes.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: luminosity;
}
@media screen and (min-width: 1201px) {

  /*.home-slide.home-slide-video div{
    height: 810px;
  }*/

  /*
  .home-slide.home-slide-video > div .descripcion {
      top: 245px;
  }*/

  .planes-acordeon .plan-info-block .col-8 {
    max-height: 500px;
    overflow: auto;
  }

}

@media screen and (max-width: 1023px) {
  /*
  div#pauseplay, div#muteunmute {
    margin-top: 35px;
  }
  */

}

.planes-acordeon .simplebar-scrollbar:before {
  background: #eb5f0a !important;
  opacity: 1 !important;
}
.planes-acordeon .simplebar-track.simplebar-vertical {
  background-color: rgba(219, 219, 219, 0.8);
}

.planes-slide {
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: inset -1px 0 0 0 #fbfbfb, 0 0px 0 0 rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.6)),
    color-stop(0%, rgba(0, 0, 0, 0.6)),
    color-stop(60%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.planes-slide .title-block {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
}


.planes-slide .title-block .h2,
.planes-slide .title-block h2,
.planes-slide .title-block h4,
.planes-slide .title-block h3,
.planes-slide .title-block .h4,
.planes-slide .title-block div,
#main .field--name-body .planes-slide .h2,
#main .field--name-body .planes-slide h2 {
  color: #fff;
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 31px;
  line-height: 1.13;
  letter-spacing: -1.14px;
}

#main .field--name-body #planes-medife .planes-slide .h2,
#main .field--name-body #planes-medife .planes-slide h2 {
  font-size: 26px;
}

.planes-slide .title-block div {
  font-family: SyntaxLTStd-Roman;
  display: none;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.57px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 12px;

}


.planes-slide .title-block .h2,
.planes-slide .title-block h2 {
  font-size: 32px;
  border-bottom: none;
}

.planes-slide .title-block h3,
.planes-slide .title-block h4,
.planes-slide .title-block .h4 {
  margin-top: 15px;
  font-size: 16px;
}

.planes-slide .title-block a {
  color: #fff;
  font-size: 32px;
}

.planes-slide .flexbox-slide:hover:after a {
  color: #c96825;
}

.planes-slide .title-block a:hover {
  color: #ffffff;
}

.planes-slide:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.planes-slide:hover .title-block div {
  display: block;
}

.planes-slide .plan-info-block {
  display: none;
  margin-top: 45px;
  margin-left: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #58575c;
  font-size: 14px;
}

.planes-slide.active .plan-info-block {
  display: block;
}

.planes-slide.active .plan-info-block .col-8 {
  margin-top: -40px;
}

.planes-slide.active .title-block {
  display: none;
}

.planes-slide.compact .title-block a,
.planes-slide.compact .title-block .h4,
.planes-slide.compact .title-block h4,
.planes-slide.compact .title-block h3,
.planes-slide.compact .title-block div {
  display: none;
}


.planes-slide.compact .title-block .h2,
#main .field--name-body .planes-slide.compact .title-block .h2,
.planes-slide.compact .title-block h2,
#main .field--name-body .planes-slide.compact .title-block h2 {
  /*color: #EB5F0A;*/
  transform-origin: left top 1;
  margin-right: 15px;
  transform: rotate(90deg);
  font-family: "SyntaxLTStd-Roman";
  font-size: 20px;
  white-space: nowrap;
}

.planes-slide.compact {
  width: 5%;
  /*animation: animacionAcordeon .5s;
  animation-fill-mode: both;*/
}

.planes-slide.active {
  width: 80%;
  background: rgba(255, 255, 255, 0.9);
  /*animation: animacionAcordeon .5s;
  animation-fill-mode: both;*/
}

/******************************************************************/
.table-prestaciones {
  font-family: "SyntaxLTStd-Roman";
  font-size: 12px;
  color: #1d1e1c;
  line-height: 1;
}

.table-prestaciones td {
  margin-top: 50px;
  /*width: 50%;*/
}

.table-prestaciones td:first-child {
  width: 80%;
}
.table-prestaciones td:last-child {
  width: 20%;
}

.btn-contratar {
  color: #fff;
  background-color: #c96825;
  border-color: #c96825;
  margin-bottom: -260px;
}

.btn-contratar:hover {
  color: #eb5f0a;
  background-color: #fff;
  border-color: #fff;
}


.plan-info-block .h2,
.plan-info-block h3,
.plan-info-block .h3,
#main .field--name-body .planes-slide .plan-info-block .h2,
.plan-info-block h2,
.plan-info-block h4,
#main .field--name-body .planes-slide .plan-info-block h2 {
  color: #1d1e1c;
}

.plan-info-block .h4,
.plan-info-block h3,
.plan-info-block h4 {
  font-size: 16px !important;
}

.plan-info-block a {
  color: #eb5f0a;
  text-decoration: underline;
}

.plan-info-block a:hover {
  text-decoration: none;
}

.table-prestaciones a {
  color: #1d1e1c;
  text-decoration: underline;
}

.title {
  color: #1d1e1c;
  font-family: "SyntaxLTStd-Bold";
  margin-bottom: 0;
}

.table-prestaciones i {
  color: #c96825;
}

/*******************cuestionario planes*************************/
.wizard-planes {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 430px;
  background: url("../images/cabecera-nota.png") no-repeat top center;
  background-size: cover;
}
.wizard-planes select {
  background-color: transparent;
}
.preguntas-container {
  text-align: center;
  margin: 0 auto;
}

.nros-preguntas,
.planes-cuestionario {
  margin-top: 25px;
  margin-bottom: 25px;
}
.nros-preguntas {
  display: flex;
  align-items: center;
  justify-content: center;
}
.separador-pregunta {
  display: inline-block;
  width: 21px;
  border-bottom: 1px solid #797978;
  margin: 0 5px;
}

.nro-pregunta {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding-top: 3px;
  font-family: "SyntaxLTStd-Roman";
  font-size: 14px;
  color: #58575c;
  border: 1px solid #58575c;
  background: #fff;
  text-align: center;
  display: inline-block;
  opacity: 0.71;
}
.nro-pregunta.active,
.nro-pregunta.respondida {
  cursor: pointer;
  opacity: 1;
}
.nro-pregunta.active {
  background: #58575c;
  color: #fff;
}

.busqueda-pasos {
  color: #eb5f0a;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.pregunta {
  color: #58575c;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

.preguntas-container select {
  margin: 12px auto;
  background-size: 25px 10px;
  cursor: pointer;
}

.pregunta-slide {
  display: none;
}

.pregunta-slide.activa {
  display: block;
}

.respuestas {
  margin: 40px auto;
}

.pregunta-respuesta-item {
  text-align: center;
  color: #b2b2b1;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid #b2b2b1;
  display: inline-block;
  line-height: 58px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .pregunta-respuesta-item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.pregunta-respuesta-item:hover,
.pregunta-respuesta-item:focus,
.pregunta-respuesta-item.selected {
  color: #eb5f0a;
  border: 1px solid #eb5f0a !important;
}

.btn-pregunta-siguiente {
  width: 285px;
  color: #fff;
  background-color: #eb5f0a;
  border-color: #eb5f0a;
}

.btn-pregunta-siguiente:hover,
.btn-pregunta-siguiente:focus,
.btn-pregunta-siguiente:active {
  color: #eb5f0a;
  background-color: #fff;
  border-color: #eb5f0a !important;
}

/*********************************************************************/
select {
  margin: 50px;
  width: 280px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  font-family: "SyntaxLTStd-Roman";
  color: #58575c;
  /*border: 1px solid #ccc;*/
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc !important;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/chevrondown.svg) 96% / 15% no-repeat #fff;
  background-size: 12px 8px;
}
select:active,
select:focus {
  border-bottom: 1px solid #ccc !important;
}
select::-ms-expand {
  display: none;
}

.resultado-container {
  text-align: center;
  margin: 0 auto;
  display: none;
}

.resultado-container .titulo {
  font-size: 36px;
  font-family: "SyntaxLTStd-Roman";
  color: #58575c;
}

.resultado-container .descripcion p {
  font-size: 16px;
  font-family: "SyntaxLTStd-Roman";
  color: #1d1e1c;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .planes-acordeon {
    display: flex;
    flex-wrap: wrap;
    height: 800px;
    overflow: hidden;
    background-position: center;
  }


  .planes-acordeon .title-block .h2,
  .planes-acordeon .plan-info-block .h2,
  .planes-acordeon .title-block h2,
  .planes-acordeon .plan-info-block h2 {
    font-size: 28px;
  }

  .planes-acordeon .plan-info-block {
    margin: 26px 26px 20px 10px;
  }

  .planes-slide.active .plan-info-block .col-8 {
    margin-top: 0;
  }

  .planes-acordeon td:last-child {
    width: 90px;
    text-align: center;
  }

  .planes-acordeon .planes-slide.active .plan-info-block .col-4,
  .planes-acordeon .planes-slide.active .plan-info-block .col-8 {
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .planes-slide.compact .title-block .h2,
  .planes-slide.compact .title-block h2,
  #main .field--name-body .planes-slide.compact .title-block .h2,
  #main .field--name-body .planes-slide.compact .title-block h2 {
    transform: none;
  }

  .planes-acordeon .title-block {
    margin-left: 10px;
    margin-top: 26px;
  }

  .planes-acordeon .compact .title-block {
    margin-top: 20px;
  }

  .planes-acordeon .title-block div,
  .planes-acordeon .planes-slide:hover .title-block div {
    display: none;
  }

  .planes-acordeon .title-block a {
    float: right;
    margin-right: 26px;
  }

  .planes-acordeon .planes-slide {
    width: 100%;
    height: calc(100% / 7);
    box-shadow: inset -1px 0 0 0 #fbfbfb, 0 2px 0 0 rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 60%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(0, 0, 0, 0.6)),
      color-stop(0%, rgba(0, 0, 0, 0.6)),
      color-stop(60%, rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 60%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 60%
    );
    background: -ms-linear-gradient(
      left,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 60%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 60%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  }

  .planes-acordeon .planes-slide.active {
    background: rgba(255, 255, 255, 0.9);
  }

  .planes-acordeon .planes-slide.active {
    width: 100%;
    height: 58%;
  }

  .planes-acordeon .planes-slide.compact {
    width: 100%;
    height: 7%;
  }

  .planes-acordeon .btn-contratar {
    margin-bottom: 30px;
  }

  .planes-acordeon .planes-slide.active .plan-info-block {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 425px;
  }

  .planes-acordeon .close-plan {
    margin-top: 10px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .planes-acordeon .btn-contratar {
    width: 100%;
  }
}

/*---------------------END ACCORDION------------------------*/

/*---------------------BLURBS---------------------------*/
.bloque-custom-blurb .blurb-generico,
.paragraph--type--blurbs-genericos .field--name-field-blurb-generico {
  background: url("../images/background-paragraph.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.bloque-custom-blurb .blurb-generico.wot-background,
.paragraph--type--blurbs-genericos
  .field--name-field-blurb-generico.wot-background {
  background: none;
  height: 260px;
}

.bloque-custom-blurb .blurb-generico.wot-background .block-block-content,
.paragraph--type--blurbs-genericos
  .field--name-field-blurb-generico.wot-background
  .block-block-content {
  height: auto;
}

.field--name-field-block-blurbs {
  display: flex;
  justify-content: center;
  padding-top: 55px;
}

.bloque-custom-blurb .block-block-content,
.paragraph--type--blurbs-genericos .block-block-content {
  height: auto;
  width: 1130px;
  max-width: 100%;
  opacity: 0.71;
  background-color: #ffffff;
  padding-bottom: 53px;
}

.block-block-content .heading1 {
  min-height: 50px;
  width: 450px;
  max-width: 100%;
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin: 30px auto 10px;
}

.block-block-content .paragph {
  height: 48px;
  width: 546px;
  max-width: 100%;
  color: #1d1e1c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 0;
}

.field--name-field-block-blurbs > .field__item,
.field--name-field-block-blurbs .field--name-field-blurb-icono {
  width: 280px;
  max-width: 25%;
  border-right: 1px solid #d4d4d4;
}

.field--name-field-block-blurbs > .field__item:last-child,
.field--name-field-block-blurbs .field--name-field-blurb-icono:last-child {
  border: none;
}

.field--name-field-block-blurbs .field__item .field--name-field-pr-title,
.field--name-field-block-blurbs
  .field--name-field-blurb-icono
  .field--name-field-pr-title,
.field--name-field-block-blurbs
  .field--name-field-blurb-icono
  .field--name-field-pr-title
  a {
  /* height: 60px;*/

  width: 240px;
  max-width: 100%;
  color: #1d1e1c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;

  margin-bottom: 10px;
}

.field--name-field-block-blurbs .field__item .field--name-field-pr-body,
.field--name-field-block-blurbs
  .field--name-field-blurb-icono
  .field--name-field-pr-body {
  height: 40.19px;
  width: 240px;
  max-width: 100%;
  color: #666666;
  font-family: "SyntaxLTStd-Roman";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
}

.field--name-field-block-blurbs .field__item .field--name-field-pr-cta-link a,
.field--name-field-block-blurbs .field--name-field-blurb-icono a {
  height: 18px;
  width: 240px;
  max-width: 100%;
  color: #eb5f0a;
  font-family: "SyntaxLTStd-Roman";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.field--name-field-block-blurbs .field__item .field--name-field-pr-blurb-icono,
.field--name-field-block-blurbs
  .field--name-field-blurb-icono
  .field--name-field-pr-blurb-icono {
  width: 240px;
  max-width: 100%;
  text-align: center;
  margin: -25px auto 20px;
}

/*---------------------END BLURBS---------------------------*/

/*---------------------TARJETAS---------------------------*/

.paragraph--type--cta-con-imagen-x2 {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.paragraph--type--cta-con-imagen-x2 .ctax2-bloque {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.paragraph--type--cta-con-imagen-x2 .ctax2-bloque > .field__item {
  width: 546px;
  max-width: calc(50% - 19px);
}

.paragraph--type--cta-con-imagen-x2 .ctax2-bloque .field__item img {
  max-width: 100%;
}

.paragraph--type--cta-con-imagen-x2 .ctax2-bloque > .field__item:first-child {
  margin-right: 19px;
}

.paragraph--type--cta-con-imagen-x2 .ctax2-bloque > .field__item:last-child {
  margin-left: 19px;
}

.paragraph--type--cta-con-imagen-x2 .tarjeta-con-imagen {
  position: relative;
}

.paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta2-fondo,
.paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta-fondo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.paragraph--type--cta-con-imagen-x2 .tarjeta-cuerpo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 280px;
}

.paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta2-titulo,
.paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta-titulo {
  color: #ffffff;
  font-family: "SyntaxLTStd-Roman";
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto 25px !important;
  width: 435px !important;
  max-width: 100% !important;
}

.paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta2-texto,
.paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta-texto {
  width: 475px !important;
  max-width: 100% !important;
  color: #ffffff;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
}

.paragraph--type--cta-con-imagen-x2 .tarjeta-link {
  width: 285px !important;
  margin: 0 auto !important;
}

.paragraph--type--cta-con-imagen-x2 .tarjeta-link a {
  height: 40px;
  width: 285px;
  border: 0.5px solid #eb5f0a;
  border-radius: 4px;
  background-color: #ffffff;
  color: #eb5f0a;
  font-family: "SyntaxLTStd-Bold";
  font-size: 13px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.paragraph--type--cta-con-imagen-x2 .tarjeta-link a:hover {
  text-decoration: none;
}

/*---------------------END TARJETAS---------------------------*/

.comunidad {
  background: url("../images/path6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.comunidad h2 {
  font-family: "SyntaxLTStd-Roman";
  color: #58575c;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin: 44px auto;
}

.comunidad.preguntastutoriales h2 {
    text-align: left;
}

.general-slide .descripcion .h2,
.general-slide .descripcion h2 {
  text-align: left;
}

.bottom-slide {
  margin-bottom: 110px;
}

.bottom-slide .container {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  border-radius: 5px;
}

.bottom-slide div.noticia-wrapper {
  /*gusheight: 343px;*/
  position: relative;
  /*gus width: 100%;*/
  margin-right: 20px;
  border-radius: 5px;
}

.bottom-slide img {
  /*gus width: 100%;*/
  /*gus height: 100%;*/
  position: absolute;
  object-fit: cover;
  object-position: right;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}

.bottom-slide .slick-prev {
  left: -50px;
}

.bottom-slide .slick-prev:before {
  content: " ";
  background: url("../images/arrow-r.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  transform: rotate(180deg);
}

.bottom-slide .slick-next:before {
  content: " ";
  background: url("../images/arrow-r.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}

.bottom-slide .slick-prev,
.bottom-slide .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.bottom-slide .slick-next {
  right: -25px;
}

.slick-prev {
  left: -25px;
}

.bottom-slide > div.noticia-wrapper .descripcion {
  position: absolute;
  width: 333px;
  max-width: 100%;
  bottom: 20px;
  z-index: 1;
  margin-left: 15px;
  height: auto;
}

.bottom-slide .descripcion h2 {
  width: 306.89px;
  max-width: 100%;
  color: #ffffff;
  font-family: "SyntaxLTStd-Bold";
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bottom-slide .descripcion p {
  width: 332.08px;
  max-width: 100%;
  color: #ffffff;
  font-family: "SyntaxLTStd-Roman";
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}

.bottom-slide .descripcion a:hover {
  text-decoration: none;
}

.block-slide-videos .slick-dots li, .slide-jornada .slick-dots li, .slide-publicaciones .slick-dots li , .slide-prensa .slick-dots li ,.bottom-slide .slick-dots li {
  display: block;
  flex-grow: 1;
  margin: 0 5px;
  padding: 0;
}

.block-slide-videos  .slick-dots li button, .slide-jornada .slick-dots li button, .slide-publicaciones .slick-dots li button, .slide-prensa .slick-dots li button, .bottom-slide .slick-dots li button {
  background: transparent;
  border-radius: 0;
  text-indent: -9999em;
  /*margin: 0 5px;*/
  padding: 0;
  height: 0.4px;
  width: 100% !important;
  cursor: pointer;
  background-color: #b2b2b1;
  box-sizing: border-box;
  border: 2px solid #b2b2b1;
  box-shadow: 0 0 4px 0 #ffffff;
}

.block-slide-videos .slick-dots li.slick-active button, .slide-jornada .slick-dots li.slick-active button,.slide-publicaciones .slick-dots li.slick-active button, .slide-prensa .slick-dots li.slick-active button,.bottom-slide .slick-dots li.slick-active button {
  border: 2px solid #eb5f0a !important;
  box-shadow: 0 0 4px 0 #ffffff;
  height: 0.4px;
  width: 189.05px;
}

.block-slide-videos .slick-dots, .slide-jornada .slick-dots, .slide-publicaciones  .slick-dots, .slide-prensa .slick-dots, .bottom-slide .slick-dots {
  bottom: -60px;
  position: absolute;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  left: 0;

  display: flex;
  flex-wrap: nowrap;
  padding-right: 20px;
}

.carrousel {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-top: #fff 1px solid;
}

.carrousel-slide img {
  display: block;
  margin: 0 auto;
}

/*Centro contacto*/

.centro-contacto .content-pad-left.content-c {
  padding: 48px 0;
}

.centro-contacto h1 {
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 36px;
  line-height: 42px;
}

.centro-contacto h3 {
  color: #eb5f0a;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
}

.centro-contacto ul {
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 45px;
  width: 1045px;
  max-width: 100%;
}

.centro-contacto ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.centro-contacto .button-item {
  height: 40px;
  width: 200px;
  color: #797978;
  font-family: "SyntaxLTStd-Bold";
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 0.5px solid #797978;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: uppercase;
}

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

.centro-contacto .button-item.active {
  background-color: #eb5f0a;
  color: #ffffff;
  border: none;
}

#main .throbber,
.ui-widget-content .throbber,
#main .ajax-progress,
.ui-widget-content .ajax-progress {
  display: none;
}
.centro-contacto .ajax-progress {
  display: block;
}
.centro-contacto .ajax-progress-throbber .throbber {
  /*background: transparent url(../../../images/core/throbber-active.gif) no-repeat 0 center;*/
  padding: 1px 15px 2px;
  display: inline;
}

.c-text {
  margin-top: 35px;
}

.c-text p {
  width: 1007px;
  max-width: 100%;
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 18px;
}

.centro-contacto .button-item-plan {
  height: 60px;
  width: 60px;
  border: 1px solid #b2b2b1;
  border-radius: 30px;
  display: block;
  font-family: "SyntaxLTStd-Bold";
  font-size: 10px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #797978;
}

.centro-contacto a.button-item-plan:hover {
  text-decoration: none;
}

.centro-contacto .button-item-plan.active {
  background-color: #eb5f0a;
  color: #ffffff;
  border: none;
}

/*END Centro contacto*/

/*FOOTER*/
.footer-menu {

}

.footer-menu h1, .footer-menu h2, .footer-menu h4 {
  color: #58575c;
  font-family: "SyntaxLTStd-Bold";
  font-size: 16px;
  line-height: 19px;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  display: block;
  font-family: "SyntaxLTStd-Roman";
  color: #58575c;
  font-size: 14px;
  margin-bottom: 2px;
}

.footer-menu .social li {
  display: inline-block;
  margin-right: 15px;
}

.footer-menu .social-news {
  width: 415px;
}

.footer-menu .newsletter {
  margin-bottom: 30px;
}

.footer-menu .newsletter label {
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 24px;
}

.footer-menu .newsletter input {
  height: 28.51px;
  width: 275px;
  color: #b2b2b1;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
  line-height: 14px;
  border: none;
}

.footer-menu .newsletter ::placeholder {
  color: #b2b2b1;
  font-family: "SyntaxLTStd-Roman";
  font-size: 16px;
}

.footer-menu .newsletter button {
  border: none;
  background: transparent;
}

.footer-menu .newsletter .c-line {
  box-sizing: border-box;
  height: 1px;
  width: 305px;
  border-bottom: 1px solid rgba(121, 121, 120, 0.7);
  margin-top: 8px;
}

.footer-menu .content-ul {
  border-left: 1px solid rgba(178, 178, 177, 0.3);
  width: 270px;
  padding-left: 19px;
}

.footer .bottom-line {
  box-sizing: border-box;
  height: 2px;
  width: 1400px;
  max-width: 100%;
  border-bottom: 1px solid #000000;
  opacity: 0.3;
  margin: 0 auto;
}

.footer .footer-bottom {
  margin: 25px 0;
  display: flex;
  justify-content: center;
}

.footer .footer-bottom .text {
  width: 95%;
}

.footer .footer-bottom .text p,
.footer .footer-bottom .text a {
  color: #58575c;
  font-family: "SyntaxLTStd-Roman";
  font-size: 14px;
  line-height: 16px;
}

.field--name-field-beneficio-txt-user-anonim a,
.field--name-field-descripcion a,
.footer .footer-bottom .text a {
  color: #eb5f0a;
}

.field--name-field-beneficio-txt-user-anonim a:hover,
.field--name-field-descripcion a:hover{
  color: #eb5f0a;
}

.footer .footer-bottom .data-fiscal {
  width: 5%;
}

/*END FOOTER*/

/* buscador */
.busqueda-predictiva {
  display: none;
}

#predictive {
  background: rgba(255, 255, 255, 0.95);
  margin-top: 2px;
  display: none;
}

@media screen and (min-width: 1000px) {
  .buscador-abierto #predictive {
    display: block;
  }

  .buscador-abierto li.message,
  .buscador-abierto li.login,
  .buscador-abierto li.doctor,
  .buscador-abierto li.buscador {
    display: none;
  }

  .buscador-abierto .c-content-search,
  #textobusqpred-1,
  #textobusqpred-2 {
    position: absolute;
    width: 295px;
    height: 40px;
    max-width: 100%;
    margin-left: auto;
  }
  .buscador-abierto .c-content-search,
  #textobusqpred-1 {
    right: 190px;
  }


  .c-content-search .search,
  #lupa-busq-predictiva-1,
  #lupa-busq-predictiva-2 {
    position: absolute;
    top: 44px;
    right: 270px;
  }

  #lupa-busq-predictiva-1,
  #lupa-busq-predictiva-2 {
    background: url(../images/user-black1.svg) no-repeat;
    width: 22px;
    height: 22px;
  }

  #lupa-busq-predictiva-1 .fa-search:before,
  #lupa-busq-predictiva-2 .fa-search:before {
    display: none;
  }

  .busqueda-predictiva .btn {
    width: 120px;
    height: 44px;
    padding: 13px 30px;

    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;

    /* Blanco */

    color: #FFFFFF;
    background-color: #E35205;
    position: absolute;
    right: 50px;
    top: 32px;

    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .busqueda-predictiva .btn:hover {
    color: #ffffff;
  }

  .buscador-abierto .busqueda-predictiva {
    display: block;
  }

  .buscador-abierto .bg-grey-menu {
    display: none;
  }

  .buscador-abierto .bp-autocomplete-form {
    width: 560px;
    height: 40px;
    max-width: 100%;
    border: none;
    position: absolute;
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  @media screen and (min-width: 1024px) {
    .buscador-abierto .bp-autocomplete-form {
    left: 50px;
    }
  }


  .buscador-abierto .bp-autocomplete-form:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  /* buscador predictivo #predictive ul se reemplaza por #ui-id-1 */
  #ui-id-1,
  #ui-id-2 {
    border: none;
    position: fixed;
  }
  #ui-id-1.ui-menu,
  #ui-id-2.ui-menu {
    margin-left: 390px;
    padding-top: 35px;
    font-weight: bold;
    width: 560px;
    max-width: 100%;
  }

  #ui-id-1.ui-menu li,
  #ui-id-2.ui-menu li {
    list-style: none;
  }

  #ui-id-1.ui-menu li a,
  #ui-id-2.ui-menu li a {
    color: #ef8341;
  }
}

@media screen and (max-width: 1023px) {
  #textobusqpred-2 {
    position: relative;
    height: 40px;
    max-width: 100%;
    border: none;
  }

  #lupa-busq-predictiva-2 {
    position: absolute;
    top: 12px;
    right: 5px;
  }

  #lupa-busq-predictiva-2 {
    background: url(../images/user-white1.svg) no-repeat;
    width: 22px;
    height: 22px;
  }

  #lupa-busq-predictiva-2 .fa-search:before {
    display: none;
  }

  .busqpredicmobile {
    position: relative;
  }

  .hamburguer-menu.buscador-abierto .social-news,
  .hamburguer-menu.buscador-abierto .chat-online,
  .hamburguer-menu.buscador-abierto .content-links {
    display: none;
  }

  #ui-id-1 {
    border: none;
    background: #ed6f22 !important;
    /*width: 100% !important;
   left: 0 !important;*/
    /*top: 150px !important;*/
    padding-top: 0px !important;
    padding-left: 5px !important;
  }

  .buscador-mobile .bp-autocomplete-throbber {
    display: none;
  }
  #ui-id-1.ui-menu {
    padding-top: 35px;
    font-weight: bold;
    max-width: 100%;
  }

  #ui-id-1.ui-menu li {
    list-style: none;
  }

  #ui-id-1.ui-menu li a {
    color: #ef8341;
  }

  .buscador-mobile .btn {
    /*display: none;*/
  }

  .hamburguer-menu .buscador-mobile .c-line {
    margin-top: 0px !important;
  }

  #textobusqpred-2 {
    height: 30px;
    background-color: #FFF;
  }

  .ui-autocomplete-field-group.ui-menu-item {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 26px !important;
    opacity: 1 !important;
  }
  #ui-id-1.ui-menu li a,
  #ui-id-2.ui-menu li a {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 32px;
  }

#ui-id-1.ui-menu li a {
  color: #58575c !important;
}

}

@media screen and (min-width: 500px) {
  .busqpredicmobile {
    max-width: 305px;
  }
}

/*BREADCRUMB*/

div#block-enlacesdeayudaalanavegacion {
 /*   top: -12px; */
    position: relative;
}

.breadcrumb-medife-wrapper {
  min-height: 44px;
      background: #EBEDF0;
}

.breadcrumb-medife-wrapper .breadcrumb {
    background: #EBEDF0;
    min-height: 44px;
    padding-bottom: 0;
    padding: 8px 0px;
    margin: 0;
}

.breadcrumb-medife-wrapper .breadcrumb ol {
  padding-left: 0px;
  margin-bottom: 0px;
}

.breadcrumb-medife-wrapper .breadcrumb ol li {
  list-style: none;
  display: inline-block;
}

.breadcrumb-medife-wrapper .breadcrumb ol li a {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #3D4850;
}

.breadcrumb-medife-wrapper .breadcrumb ol li a:after {
  content: " ";
  background-image: url("../images/right.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.breadcrumb-medife-wrapper .breadcrumb ol li:last-child a:after {
  display: none;
}

/*FULLWIDTH HEADERS*/
.cabecera-entidades,
.paragraph--type--cabecera-de-seccion, .paragraph--type--cabecera-de-seccion-2 {
  width: 100%;
  /*background-color: rgba(216, 216, 216, 0.33);*/
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-height: 202px; /* ver figma xxl,xl,L  */
}


.cabecera-entidades img,
.paragraph--type--cabecera-de-seccion img, .paragraph--type--cabecera-de-seccion-2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cabecera-entidades .conten-header-page,
.paragraph--type--cabecera-de-seccion .conten-header-page, .paragraph--type--cabecera-de-seccion-2 .conten-header-page {
/*  position: absolute;*/
  top: 0px;
  z-index: 1;
  text-align: left;
  width: 100%;
/*  height: 100%;*/
}


.contenido-seccion {
    top: 0;
  /*  height: 303px;*/
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
}

.paragraph--type--cabecera-de-seccion-2 .conten-header-page{
  top: 249px;
}

.contenido-seccion {
  /*padding-left: 62px;*/
}
.cabecera-entidades .conten-header-page .field--name-field-titulo,
.paragraph--type--cabecera-de-seccion .conten-header-page .field--name-field-titulo,
.cabecera-entidades .conten-header-page h1,
.paragraph--type--cabecera-de-seccion .conten-header-page h1,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page .field--name-field-titulo,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page h1 {
  color: #FFFFFF;
  font-family: "Merriweather Sans";
  font-size: 42px;
  line-height: 53px;
  margin-top: 86px;
  position: relative;
}
.alias-actual-actividades  .paragraph--type--cabecera-de-seccion .conten-header-page .c-text .field--name-field-texto,
.alias-actual-actividades .paragraph--type--cabecera-de-seccion .conten-header-page .field--name-field-titulo {
  color: var(--gris-oscuro-fundacin, #3D4850);
}

/* para menos de 1024 la cabecera se convierte en un header sticky, es necesario aumentar el margin */
@media screen and (max-width: 1023px) {
 .cabecera-entidades {
  min-height: 295px;
 }
 .page-node-type--libro .cabecera-entidades {
  min-height: unset;
 }
 
  .cabecera-entidades .conten-header-page .field--name-field-titulo{
    margin-top: 86px;
  }

  .cabecera-entidades .conten-header-page .field--name-field-titulo,
  .cabecera-entidades .conten-header-page .conten-header-page h1,
  .paragraph--type--cabecera-de-seccion
    .conten-header-page
    .field--name-field-titulo,
  .paragraph--type--cabecera-de-seccion .conten-header-page h1,
    .paragraph--type--cabecera-de-seccion-2
    .conten-header-page
    .field--name-field-titulo,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page h1 {
    font-size: 36px;
    line-height: unset;
  }
}
@media screen and (max-width: 767px) {
   .cabecera-entidades {
   min-height: 307px; 
 }
 .page-node-type--libro .cabecera-entidades {
  min-height: unset;
 }
  .cabecera-entidades .conten-header-page .field--name-field-titulo{
    margin-top: 63px;
  }
  .cabecera-entidades .conten-header-page .field--name-field-titulo,
  .cabecera-entidades .conten-header-page .conten-header-page h1,
  .paragraph--type--cabecera-de-seccion
    .conten-header-page
    .field--name-field-titulo,
  .paragraph--type--cabecera-de-seccion .conten-header-page h1,
    .paragraph--type--cabecera-de-seccion-2
    .conten-header-page
    .field--name-field-titulo,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page h1 {
    font-size: 24px;
    line-height: unset;
  }
}

.cabecera-entidades  .conten-header-page .c-text ,
.paragraph--type--cabecera-de-seccion .conten-header-page .c-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text{
  margin-top: 20px;
}
.cabecera-entidades .conten-header-page .c-text .field--name-field-texto,
.cabecera-entidades .conten-header-page .c-text p,
.paragraph--type--cabecera-de-seccion
  .conten-header-page
  .c-text
  .field--name-field-texto,
.paragraph--type--cabecera-de-seccion .conten-header-page .c-text p,
.paragraph--type--cabecera-de-seccion-2
  .conten-header-page
  .c-text
  .field--name-field-texto,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text p {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  color: #FFF;
  max-width: 1150px;
  position: relative;
  z-index: 1;
}

img.icono-cabecera-seccion {
    width: auto;
    height: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

/*END FULLWIDTH HEADERS*/

/*GENERAL SLIDE*/

.general-slide {
  margin: 30px auto;
  height: 430px;
}

.general-slide div:not(.contextual) {
  height: 380px;
  min-height: 280px;
  position: relative;
  width: 100%;
}

.general-slide img {
  right: 0;
  width: 69%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}

.general-slide div.logo-local {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 24px;
  min-height: auto;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.general-slide .logo-local img {
  max-width: 100%;
  position: relative;
  display: inline;
  max-height: 100%;
}

.general-slide > div .descripcion {
  position: absolute;
  width: 33%;
  top: 0;
  padding-top: 30px;
  padding-left: 15px;
  z-index: 1;
  margin-left: 55px;
  background-color: #ffffff;
  height: 380px;
}

.general-slide .descripcion h1,
.general-slide .descripcion h3,
.block-slide-ancho-sm.general-slide .descripcion .h2,
.block-slide-ancho-sm.general-slide .descripcion h2,
.block-slide-ancho.general-slide .descripcion .h2,
.block-slide-ancho.general-slide .descripcion h2 {
font-family: 'Tinos';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;

color: #EB5F0A;

  margin-top: 0;
}

.general-slide div.noticia-wrapper .descripcion span.link-noticias {

    font-family: 'Merriweather Sans';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #FFFFFF;

    text-transform: uppercase;
    text-decoration-line: none;
    position: absolute;
    bottom: 20px;
    background: #E35205;
    padding: 10px 30px;
}

.general-slide .descripcion .h2:hover,
.general-slide .descripcion h2:hover,
.general-slide div.noticia-wrapper .descripcion span.link-noticias:hover {
  background: #BE4801;
}

.general-slide .descripcion .h2,
.general-slide .descripcion h2,
.block-slide-ancho-sm.general-slide .descripcion .field-title,
.block-slide-ancho.general-slide .descripcion .field-title {
  max-width: 400px;
  width: 100%;
  margin-top: 100px;

  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: rgba(29, 30, 28, 0.8);
}


.block-slide-ancho-sm.general-slide .descripcion .field-title:hover,
.block-slide-ancho.general-slide .descripcion .field-title:hover {
  color: #000000;
}

.noticia-wrapper {
    border: 1px solid #CACED1;
    border-radius: 0 !important;
}

span.icono-titulo img {
    max-height: 40px;
    width: auto;
    margin-bottom: 10px;
}

h2.title-block {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #58575C;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 54px;
}

@media screen and (max-width:655px) and (min-width:500px) {

  .noticia-wrapper p.field-body {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: ;
  }
}

@media screen and (max-width: 500px) {
  h2.title-block {
    margin-top: 10px;
    margin-bottom: -20px;
    font-size: 32px;
  }

  span.icono-titulo img {
      max-height: 34px;
      width: auto;
      margin-bottom: 10px;
  }
}

.general-slide > div .descripcion p {
  margin-top: 4vh;
}

.general-slide .slick-dots li {
  display: block;
  flex-grow: 1;
  margin: 0 5px;
  padding: 0;
}

.general-slide .slick-dots li button {
  background: transparent;
  border-radius: 0;
  text-indent: -9999em;
  margin: 0 5px;
  padding: 0;
  height: 0.4px;
  width: 100% !important;
  cursor: pointer;
  background-color: #b2b2b1;
  box-sizing: border-box;
  border: 2px solid #b2b2b1;
  box-shadow: 0 0 4px 0 #ffffff;
}

.general-slide .slick-dots li.slick-active button {
  border: 2px solid #eb5f0a !important;
  box-shadow: 0 0 4px 0 #ffffff;
  height: 0.4px;
  width: 189.05px;
}

.general-slide .slick-dots {
  bottom: 18px;
  position: absolute;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  left: 0;

  display: flex;
  flex-wrap: nowrap;
  padding-right: 20px;
}

/* RESET COLLAPSE */
.paragraph--type--contenido-desplegable .card-body {
  flex: auto;
  padding: 0;
}

/* END GENERAL SLIDE*/

/*Flex de Asistencia paises*/

.flex-div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-item {
  width: 32%;
}

.flex-data {
  height: 58px;
  padding: 0 30px;
}

.flex-data {
  background-color: #ffffff;
}

.flex-data:nth-child(even) {
  background-color: #f6f6f6;
}

.flex-data span {
  display: inline;
  float: right;
  text-align: left;
  min-width: 130px;
  line-height: 58px;
}

.flex-data span:first-child {
  display: inline;
  float: left;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .flex-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .flex-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flex-data {
    padding: 0 15px;
  }
}

/********************************************************************************/
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
  .home-slide .slick-dots {
    bottom: 0px;
  }
}

@media screen and (max-width: 1280px) {
  .bottom-slide .slick-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .medife .container,
  .medife .home-slide .container .row {
    max-width: 1255px;
    margin: 0 auto;
  }
  .medife .home-slide .container {
    max-width: none;
  }
}
@media screen and (max-width: 1199px) {
  .content-pad-left {
    padding-left: 0 !important;
  }

  .header-box {
    padding: 0;
  }

  .ham-button {
    width: 4.5%;
    padding-left: 0;
    margin-right: 0;
  }

  .menu {
    width: 95.5%;
    padding-right: 0;
  }

  .menu .items {
    width: 100%;
  }

  .menu .emergencias {
    width: 50%;
    text-align: right;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .menu {
    padding-right: 0;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .menu .emergencias {
    width: 90%;
  }

  .medife .container {
    max-width: 1027px;
    padding: 0 35px;
  }

  .medife .home-slide .container {
    max-width: none;
  }

  .home-slide div {
    height: 94vh;
  }

  /*.home-slide.home-slide-video div {
    height: 66vh;
  }*/

  .home-slide .slick-dots {
    bottom: 5px;
  }

  .home-slide>div .descripcion {
    margin-left: 0;
  }
/*
  .home-slide>div .descripcion,
  .home-slide>div .descripcion p,
  .home-slide>div .descripcion div {
    font-size: 21px !important;
    letter-spacing: 0 !important;
    line-height: 23.1px !important;
  }

  .home-slide>div .contenido-slide-principal {
    position: relative;
    width: 505px;
    z-index: 1;
    margin-left: 0px;
    height: 94vh;
    max-height: 94vh;
    display: inline-block;
  }

  .home-slide>div .slide-principal-links {
    bottom: 140px;
  }

  .home-slide>div .titulo-slide {
    margin-top: 293px;
  }
*/
  .home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links) {
    height: 440px !important;
    min-height: 440px !important;
  }

  .home-slide div img.img-derecha-slide {
    position: absolute;
    top: 53px;
    max-height: 335px;
    height: 335px;
    width: auto;
    right: 15px;
  }

  img.img-icono-slide {
    /*position: absolute;*/
    top: 70px;
  }
/*
  .home-slide>div .titulo-slide {
    margin-top: 293px;
    top: 227px;
    margin-top: 0px !important;
  }

  .home-slide>div .titulo-slide p.h2 {
    font-size: 36px;
    line-height: 45px;
  }



  .home-slide .c-align-center .titulo-slide {
    bottom: 270px;
    margin-left: 0;
    position: absolute;
    margin-top: 0px;
  }

  .home-slide .c-align-center .titulo-slide p.h2 {
    font-size: 42px;
    line-height: 46.2px;
  }


  .home-slide .c-align-center .descripcion,
  .home-slide .c-align-center .descripcion p {
    font-size: 21px;
    letter-spacing: 0;
    line-height: 23.1px;
    bottom: 150px;
  }

  .home-slide .c-align-center .slide-principal-links {
    bottom: 70px;
  }
*/

  .breadcrumb-medife-wrapper .breadcrumb {
    padding-left: 0;
  }

  .breadcrumb-medife-wrapper .breadcrumb ol {
    padding-left: 0;
  }

  /* BUSCADOR */
  .busqueda-predictiva .btn {
    right: 20px;
  }

  .buscador-abierto .c-content-search {
    width: 560px;
    margin-left: 160px;
  }

  .buscador-abierto form.busqueda-predictiva #textobusqpred-1,
  .buscador-abierto form.busqueda-predictiva #textobusqpred-2 {
    width: 430px;
  }

  #ui-id-1 .ui-menu {
    margin-left: 180px;
  }

  /*HAMBURGUER MENU*/

  .hamburguer-menu .content-links {
    height: calc(100vh - 200px);
  }

  /*HEADER PAGE*/
  .cabecera-entidades,
  .paragraph--type--cabecera-de-seccion,
  .paragraph--type--cabecera-de-seccion-2 {
    /*height: 400px;*/
    /* top: 152px;*/
  }

  .cabecera-entidades,
  .page-node-type--pagina-compuesta .paragraph--type--cabecera-de-seccion,
  .page-node-type--pagina-compuesta .paragraph--type--cabecera-de-seccion-2 {
    top: 0px;
  }

  .paragraph--type--cabecera-de-seccion-2 {
    height: 600px;
    margin-top: 88px;
  }

  .contenido-seccion {
    padding-left: 0;
  }

  /*
  .cabecera-entidades  .conten-header-page  .c-text  .field--name-field-texto,
  .cabecera-entidades .conten-header-page .c-text p,
  .paragraph--type--cabecera-de-seccion
    .conten-header-page
    .c-text
    .field--name-field-texto,
  .paragraph--type--cabecera-de-seccion .conten-header-page .c-text p,
    .paragraph--type--cabecera-de-seccion-2
    .conten-header-page
    .c-text
    .field--name-field-texto,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text p {
    width: 85%;
  }*/

  /*GENERAL SLIDE */

  .general-slide {
    margin: 30px 0;
    height: 425px;
  }

  .general-slide img {
    width: 64%;
  }

  .general-slide>div .descripcion {
    margin-left: 0;
    top: 0px;
    height: 372px;
    width: 36%;
  }

  .general-slide .descripcion .h2,
  .general-slide .descripcion h2,
  .block-slide-ancho-sm.general-slide .descripcion .field-title,
  .block-slide-ancho.general-slide .descripcion .field-title {
    width: 320px;
  }

  .general-slide .slick-dots {
    bottom: -10px;
  }

  .bottom-slide {
    margin-left: 20px;
  }

  .bottom-slide .slick-arrow {
    display: block !important;
  }

  .footer-menu .newsletter input {
    width: 240px;
  }

  .footer-menu .newsletter .c-line {
    width: 280px;
  }
}

/* FIN DE media screen and (max-width: 1199px)  */


body:not(.toolbar-horizontal.user-logged-in.medife) div#main {
  position: relative;
  padding-top: 152px;
}


@media screen and (max-width: 1023px) {
  body:not(.toolbar-horizontal.user-logged-in.medife) div#main {
    padding-top: 64px;
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .hamburguer-menu .newsletter {
    width: 305px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
  }

  .sticky-header .menu-header:not(.buscador-abierto) header {
    height: 64px;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .bg-grey-menu {
    height: 0;
  }

  .ham-button {
    position: absolute;
    top: -69px;
  }

  .bg-grey-menu .menu {
    display: none;
  }
  .footer-urgencias-mobile{
   display: block;
  }
  body {
    margin-bottom: 67px;
  }
  .medife .container {
    /*max-width: 768px;*/
    padding: 0 23px;
  }
  .medife .home-slide .container {
    max-width: none;
  }

  .menu-header,
  .sticky-header .menu-header:not(.buscador-abierto) {
    height: 64px;
  }

  .logo {
    float: none;
    width: 108px;
    position: absolute;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    left: 55px;
    top: 18px;
  }

  .logo .orange {
    display: none;
  }

  .logo .mobile {
    display: block;
  }

  /*
  .login {
    position: absolute;
    left: 55px;
    top: 18px;
  }
  */

  .buscador,
  .message {
    display: none !important;
  }

  .ham-button {
    top: -70px;
  }

  .header-box {
    height: 64px;
    padding-top: 13px;
    margin: 0;
  }

  .bg-orange {
    height: 64px;
  }

  .cam-doctor img.orange {
    display: none;
  }

  .cam-doctor {
    background-color: #ffffff;
    border: 1px solid #58575c;
  }

  .cam-doctor span {
    color: #58575c;
  }

  .cam-doctor img.grey {
    display: inline-block;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .bg-grey-menu {
    /*background-color: transparent;*/
  }

  .sticky-header .menu-header:not(.buscador-abierto) .bg-grey-menu .menu {
    display: none;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .logo .white {
    display: none;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .bg-orange {
    /*background-color: #ffffff;*/
    height: 64px;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .buttons img.white {
    display: none;
  }

  .sticky-header
    header:not(.usuario-medife-logueado)
    .menu-header:not(.buscador-abierto)
    .buttons
    img.black {
    display: inline-block;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .menu-header {
    height: 64px;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .header-box {
    margin-top: 0px;
    height: 64px;
  }
  .sticky-header .menu-header:not(.buscador-abierto) .ham-button {
    top: -69px;
    margin-top: 24px !important;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .c-header-line {
    display: block;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .logo {
    margin-left: 0;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .hamburguer img.black {
    display: block;
  }

  .sticky-header .menu-header:not(.buscador-abierto) .hamburguer img.white {
    display: none !important;
  }

  /*.sticky-header .menu-header:not(.buscador-abierto) .login {
    top: -4px;
  }*/

  .hamburguer {
    margin-right: 0;
  }

  /*HAMBURGUER MENU*/

  .hamburguer-menu .content-menu {
    flex-wrap: wrap;
  }

  .hamburguer-menu .content-links {
    margin-top: 0px;
    max-height: unset;
    height: 100%;
    overflow: unset;
    width: 100%;
    min-height: 293px; /* iphone 11 */
  }

  .hamburguer-menu .content-links li {
    line-height: 40px;
  }

  .hamburguer-menu .content-links li a {
    font-size: 24px;
    line-height: 24px;
    /*margin-left: 15px;*/

  }

  .hamburguer-menu .content-links li:nth-last-child(-n+2) a {
    font-size: 18px;
    line-height: 24px;
  }

  .hamburguer-menu .content-links li a.opened {
    margin-left: 14px;
  }

  .hamburguer-menu .content-links .submenu li {
    line-height: 40px;
  }

  .hamburguer-menu .content-links .submenu li a {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
  }

  .hamburguer-menu .social-news {
    margin-left: 36px;
    margin-right: 36px;
  }

  .medife .hamburguer-menu .container {
    margin-left: 0;
  }
  .medife .menu-header .container {
    max-width: 100%;
  }

  /*----buscar mobile----*/
  .hamburguer-menu .busqueda-predictiva {
    display: block;
  }
  .hamburguer-menu .buscador-mobile {
    width: 326px;
    display: block;
  }

  .hamburguer-menu .buscador-mobile {
    margin: 85px auto 30px;
    margin-left: 36px;
  }
  .hamburguer-menu .content-links ul {
    padding-left: 0;
  }

  .hamburguer-menu .content-links .simplebar-content > ul {
      margin-left: 35px;
  }

  .footer-social {
    float: left;
    position: relative;
    left: -5px;
  }

  .hamburguer-menu .buscador-mobile input#textobusqpred-2{

    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    gap: 10px;

    width: 295px;
    height: 40px;

    background: #F5F5F5;

  }

  .hamburguer-menu .buscador-mobile input:not(#textobusqpred-2) {
    color: #ffffff;
    border: none;
    background-color: #5B6770;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    width: 120px;
    height: 44px;
    padding: 13px 30px;

  }

  .hamburguer-menu .buscador-mobile input#textobusqpred-2 {
      position: absolute;
      top: 0px;
  }

  .hamburguer-menu .buscador-mobile input#edit-submit--2 {
    position: relative;
    left: 310px;
  }

  .hamburguer-menu .buscador-mobile ::placeholder {
    color: #ffffff;
    font-family: "SyntaxLTStd-Roman";
    font-size: 16px;
  }

  .hamburguer-menu .buscador-mobile button {
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .hamburguer-menu .buscador-mobile .c-line {
    box-sizing: border-box;
    height: 1px;
    width: 305px;
    border-bottom: 1px solid #ffffff;
    margin-top: 8px;
  }

  .chat-online {
    height: 40px;
    width: 305px;
    border: 0.5px solid #eb5f0a;
    border-radius: 4px;
    background-color: #ffffff;
    display: block;
    text-transform: uppercase;
    color: #eb5f0a;
    font-family: "SyntaxLTStd-Bold";
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    background-image: url("../images/chat-online.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
    display: none !important;
  }

  /*END HAMBURGUER MENU*/

  /*TARJETAS*/

  .paragraph--type--cta-con-imagen-x2 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .paragraph--type--cta-con-imagen-x2 .ctax2-bloque {
    flex-wrap: wrap;
  }

  .paragraph--type--cta-con-imagen-x2 .ctax2-bloque > .field__item {
    margin: 0 !important;
    width: 100%;
    max-width: unset;
  }
  .paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta2-fondo,
  .paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta-fondo {
    width: 100%;
  }
  .paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta2-fondo img,
  .paragraph--type--cta-con-imagen-x2 .field--name-field-tarjeta-fondo img {
    object-fit: cover;
    width: 100%;
  }

  .bottom-slide .slick-arrow {
    display: none !important;
  }

  .home-slide .container:not(.c-align-center) .descripcion,
  .home-slide .container:not(.c-align-center) h2,
  .home-slide .container:not(.c-align-center) .descripcion h1,
  .home-slide .container:not(.c-align-center) .descripcion h4,
  .home-slide .container:not(.c-align-center) .descripcion h5,
  .home-slide .container:not(.c-align-center) .descripcion h6,
  .home-slide .container:not(.c-align-center) .descripcion p {
    width: 370px;
  }

  .home-slide .slick-dots li.slick-active button,
  .home-slide .slick-dots li button {
    width: 22.8vw;
  }

  .home-slide div {
    height: 80vh;
  }

  /*
  .home-slide.home-slide-video div {
    height: 66vh;
  }*/
/*
  .home-slide > div .descripcion, .home-slide > div .descripcion p, .home-slide > div .descripcion div {
    font-size: 21px !important;
    letter-spacing: 0 !important;
    line-height: 23.1px !important;
  }

  .home-slide .descripcion a {
    margin-top: 25px;
  }
*/
/*Slide 2022*/

.home-slide > div .contenido-slide-principal {
    /*position: relative;
    width: 505px;
    z-index: 1;
    margin-left: 0px;
    height: 80vh;
    max-height: 80vh;
    display: inline-block;
    */
}
/*
.home-slide > div .slide-principal-links {
  bottom: 166px;
}

.home-slide > div .titulo-slide {
  margin-top: 226px;
}

.home-slide > div .titulo-slide p.h2,
.home-slide  .c-align-center .titulo-slide p.h2 {
  font-size: 36px;
  line-height: 39.6px;
}


.home-slide  .c-align-center .titulo-slide {
    bottom: 225px;
    margin-left: 0;
    position: absolute;
    margin-top: 0px;
}

.home-slide .c-align-center .descripcion {
    font-size: 21px;
    line-height: 23.1px;
    bottom: 105px;
    max-width: 675px;

}
.home-slide .c-align-center .descripcion p {

}

.home-slide .slide-principal-links {
  bottom: 166px;
}

.home-slide .c-align-center .slide-principal-links {
  bottom: 47px;
}
*/
/*Fin Slide 2022*/
  .bottom-slide .slick-dots li.slick-active button,
  .bottom-slide .slick-dots li button {
    width: 15vw;
  }

  .field--name-field-block-blurbs .field__item .field--name-field-pr-body,
  .field--name-field-block-blurbs
    .field--name-field-blurb-icono
    .field--name-field-pr-body {
    height: auto;
    width: 170px;
  }

  .field--name-field-block-blurbs .field__item .field--name-field-pr-cta-link a,
  .field--name-field-block-blurbs .field--name-field-blurb-icono a {
    margin: 15px auto 0;
  }

  /*
  .cabecera-entidades .conten-header-page .c-text .field--name-field-texto,
  .cabecera-entidades .conten-header-page .c-text p,
  .paragraph--type--cabecera-de-seccion
    .conten-header-page
    .c-text
    .field--name-field-texto,
  .paragraph--type--cabecera-de-seccion .conten-header-page .c-text p,
    .paragraph--type--cabecera-de-seccion-2
    .conten-header-page
    .c-text
    .field--name-field-texto,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text p {
    width: 70%;
  }*/

  /*GENERAL SLIDE*/

  /*  .general-slide {
    height: 360px;
  }

  .general-slide div {
    height: 318px;
  }
*/
  .general-slide img {
    width: 63%;
  }

  .general-slide > div .descripcion {
    margin-left: 0;
    top: 0;
    height: 318px;
    width: 39%;
  }

  .general-slide .descripcion h2,
  .block-slide-ancho-sm.general-slide .descripcion .field-title,
  .block-slide-ancho.general-slide .descripcion .field-title {
    width: 225px;
  }

  .general-slide .slick-dots li button,
  .general-slide .slick-dots li.slick-active button {
    width: 170px;
  }

  .cabecera-entidades,
.paragraph--type--cabecera-de-seccion,
.paragraph--type--cabecera-de-seccion-2 {
  margin-top: 0px;
}

.cabecera-entidades,
.paragraph--type--cabecera-de-seccion, .paragraph--type--cabecera-de-seccion-2 {
  background-position: right -240px center;
}


  /*FOOTER*/

  .footer-menu {
    justify-content: left;
    flex-wrap: wrap;
    position: relative;
  }

  .footer-menu #block-footersocialnewsmedifetema {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-menu .social-news {
    width: 100%;
  }

  .footer-menu .content-ul {
    width: 33.33%;
  }

  .footer-menu .newsletter label {
    display: block;
  }
}

@media screen and (max-width: 600px) {


  .home-slide .slick-dots {
      bottom: -45px;
  }


  body.page-node-type--pagina-compuesta div#main {
      top: 0px !important;
      margin-bottom: 0px !important;
  }

  img.img-trama-slide {
      position: absolute;
      top: 190px;
      max-width: 30%;
  }

  .home-slide img.img-icono-slide {    
    left: unset !important;
    display: inline-block !important;
    transform: unset !important;
    top: 175px;
  }

  .home-slide picture img {
    height: 230px;
  }

  .home-slide > div .titulo-slide,
  .home-slide > div .descripcion {
      width: 100%;
      max-width: 100% !important;
  }

  .home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) .forzar-imagen-izquierda .slide-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    float: left;
  }

  .home-slide div .forzar-imagen-izquierda img.img-derecha-slide {
    float: right;
    right: 0px;
    left: unset;
    height: 50% !important;
    width: auto !important;
    right: 0px;    
    top: 17px;    
  }

  .home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) {
      height: 440px !important;
      min-height: 440px !important;
  }

  .home-slide div img.img-derecha-slide {
    height: 190px !important;
    width: auto !important;
    right: 0px;
    /*top: 80px;*/
    top: 17px;
  }

  .home-slide div .forzar-imagen-izquierda img.img-derecha-slide {
    height: 50% !important;
    width: auto !important;
    right: 0px;    
    top: 17px;
  }

  .hamburguer-menu .buscador-mobile {
    height: 130px;
  }

  input#edit-submit--2 {
      position: absolute !important;
      left: 0px !important;
      top: 60px;
      width: 295px !important;
  }

  .hamburguer-menu .newsletter {
    width: 275px;
  }
  .footer-menu .content-ul.institucional-footer-menu {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .medife .container {
    /*max-width: 375px;*/
    padding: 0 21px;
  }

  .medife .home-slide .container {
    max-width: none;
  }


.home-slide .slide-textos-blancos .c-align-center .descripcion p,
.home-slide > div .slide-textos-blancos .titulo-slide p.h2,
.home-slide > div .slide-textos-blancos .descripcion p {
  
  text-align: left !important;
  color: #58575c !important;
}
.home-slide .slide-textos-blancos .c-align-center .descripcion p,
.home-slide > div .slide-textos-blancos .descripcion p{
  line-height: 16px !important;  
}



.home-slide .slide-textos-blancos .c-align-center .descripcion p {
  text-align: left !important;
}

.home-slide .titulo-slide p.h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.home-slide .container:not(.c-align-center) .descripcion p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%

}

.home-slide > div .titulo-slide {
  top: 280px !important;
}

.home-slide .container.mask-slide-home.black {
    background: none;
    filter: none;
    z-index: 0;
}

  .cam-doctor {
    width: 90px;
  }
/*
  .home-slide > div .descripcion {
    top: auto;
    bottom: 90px;
  }*/

  .video_slide {
    background-size: auto 320px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    border: none !important;
  }
  .con-video .slide-principal-links a:not(#link-externo-video) { display: none !important; }

  .home-slide > div .contenido-slide-principal {
      position: relative;
      width: 505px;
      z-index: 1;
      margin-left: 0px;
      height: 536px;
      max-height: 536px;
      display: inline-block;
      width: 100%;
  }

  .home-slide > div .slide-principal-links {
    bottom: 0px;    
    top: unset !important;
  }

  .home-slide > div .slide-principal-links a {
    color: #FFFF !important;
    background-color: #131414 !important;
    transform: unset !important;
  }

  .home-slide > div .slide-principal-links a:hover {
    color: #131414 !important;
    background-color: #FFFF !important;
  }

.home-slide  .c-align-center .titulo-slide p.h2, .home-slide > div .titulo-slide p.h2 {
  font-size: 28px;
  line-height: 30.8px;
  width: 100%;
  color: #58575c !important;
}


.home-slide  .c-align-center .titulo-slide, .home-slide > div .titulo-slide {
    bottom: auto !important;
    margin-left: 0;
    position: absolute;
    margin-top: 0px;
    top: 267px;
}

.home-slide  .c-align-center .titulo-slide {
    bottom: auto;
    margin-left: 0;
    position: absolute;
    margin-top: 0px;
    top: 320px;
    width: 100%;
    font-size: 28px;
    line-height: 30.8px;
}


.home-slide .c-align-center .descripcion,
.home-slide > div .descripcion,
.home-slide > div .descripcion p {
    font-size: 18px !important;
    line-height: 19.8px !important;
    bottom: auto !important;
    top: 340px !important;
    width: 100% !important;
    color: #58575c !important;
}

.home-slide > div .descripcion {
  top: 335px !important;
}

.home-slide .c-align-center .slide-principal-links {
  position: absolute;
  left: 0;
  width: 100%;
}

  .home-slide picture img {
      width: 100%;
      height: 250px;
      position: absolute;
      top: 0;
      object-fit: cover;
      /*margin-top: 63px;*/
      margin-top: 0px;
      z-index: -1;
  }

  .home-slide .c-align-center img.img-icono-slide {
      left: unset;
      display: inline-block;
      transform: unset;
      top: 175px;
  }

  .home-slide .container:not(.c-align-center) .descripcion p.h2,
  .home-slide .container:not(.c-align-center) .descripcion h1,
  .home-slide .container:not(.c-align-center) .descripcion h2 {
    width: 343px;
  }
  .home-slide .descripcion h1,
  .home-slide .descripcion p.h2,
  .home-slide .descripcion .h2,
  .home-slide .descripcion h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 19.8px;
  }

/*
  .home-slide .descripcion p.h4,
  .home-slide .descripcion p.h5,
  .home-slide .descripcion p.h6,
  .home-slide .descripcion p:not(.h2),
  .home-slide .descripcion h4,
  .home-slide .descripcion h5,
  .home-slide .descripcion h6 {
    display: none;
  }

  .home-slide .container,
  .home-slide .c-align-right.container {

    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 1;
  }
  */

  .home-slide .slick-dots li.slick-active button,
  .home-slide .slick-dots li button {
    width: 15vw;
  }

  .cta-pantalla-cuerpo h2, .cta-pantalla-cuerpo .h2 {
    width: 342px;
  }

  .bloque-custom-blurb .blurb-generico,
  .paragraph--type--blurbs-genericos .field--name-field-blurb-generico {
    height: 875px;
  }

  .bloque-custom-blurb .block-block-content,
  .paragraph--type--blurbs-genericos .block-block-content {
    height: 805px;
    max-width: 90%;
  }

  .bloque-custom-blurb .blurb-generico.wot-background,
  .paragraph--type--blurbs-genericos
    .field--name-field-blurb-generico.wot-background {
    height: auto;
  }

  .bloque-custom-blurb
    .blurb-generico.wot-background
    .field--name-field-block-blurbs
    > .field__item,
  .paragraph--type--blurbs-genericos
    .field--name-field-blurb-generico.wot-background
    .field--name-field-block-blurbs
    > .field__item {
    border: none;
  }

  .field--name-field-block-blurbs {
    flex-wrap: wrap;
  }

  .block-block-content .heading1 {
    margin: 25px auto 10px;
  }

  .field--name-field-block-blurbs > .field__item,
  .field--name-field-block-blurbs .field--name-field-blurb-icono {
    width: 100%;
    max-width: unset;
  }

  .field--name-field-block-blurbs .field__item .field--name-field-pr-body,
  .field--name-field-block-blurbs
    .field--name-field-blurb-icono
    .field--name-field-pr-body {
    display: none;
  }

  .field--name-field-block-blurbs .field__item .field--name-field-pr-cta-link a,
  .field--name-field-block-blurbs .field--name-field-blurb-icono a {
    display: none;
  }

  .block-block-content .paragph {
    margin: 55px auto;
    height: 90px;
  }

  .field--name-field-block-blurbs > .field__item,
  .field--name-field-block-blurbs .field--name-field-blurb-icono {
    height: 135px;
  }

  /*HAMBURGUER MENU*/

  .hamburguer-menu .buscador-mobile {
    margin: 85px auto 30px;
    text-align: center;

    margin-right: 36px;
    margin-left: 36px;
  }

  .hamburguer-menu .content-links ul {
    padding-left: 0;
  }

  .hamburguer-menu .social-news {
    margin-left: 30px;
    margin-right: 10px;
  }

  .hamburguer-menu .buscador-mobile .c-line {
    width: 100%;
  }

  .hamburguer-menu .chat-online {
    width: 100%;
  }

  .hamburguer-menu .social li {
    margin: 0 6px;
  }

  .hamburguer-menu .newsletter .c-line {
    width: 100%;
  }

  .hamburguer-menu .newsletter input {
    width: 236px;
  }

  /*HEADER PAGE*/
  .cabecera-entidades .conten-header-page .c-text,
  .paragraph--type--cabecera-de-seccion .conten-header-page .c-text,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text {
    margin-top: 15px;
    max-width: 85%;
  }
  .cabecera-entidades  .conten-header-page   .c-text   .field--name-field-texto,
  .cabecera-entidades  .conten-header-page .c-text p,
  .paragraph--type--cabecera-de-seccion
    .conten-header-page
    .c-text
    .field--name-field-texto,
  .paragraph--type--cabecera-de-seccion .conten-header-page .c-text p,
  .paragraph--type--cabecera-de-seccion-2
    .conten-header-page
    .c-text
    .field--name-field-texto,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text p {
    width: 100%;
  }

  .paragraph--type--cabecera-de-seccion
    .conten-header-page
    .field--name-field-titulo,
  .paragraph--type--cabecera-de-seccion .conten-header-page h1,
    .paragraph--type--cabecera-de-seccion-2
    .conten-header-page
    .field--name-field-titulo,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page h1  {
    margin-top: 0px;
  }

  .cabecera-entidades  .conten-header-page,
  .paragraph--type--cabecera-de-seccion .conten-header-page,
  .paragraph--type--cabecera-de-seccion-2 .conten-header-page {
    position: absolute;
 /*   top: 0;*/
    width: 100%;
    height: 100%;
  /*  padding-top: 118px;*/
  }

  /*GENERAL SLIDE*/
  .general-slide {
    height: 355px;
  }

  .general-slide img {
    width: 100%;
  }

  .general-slide .logo-local {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

  .general-slide > div .descripcion {
    top: unset;
    width: 100%;
    z-index: 2;
    max-height: 255px;
    bottom: 0px;
    height: 255px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .general-slide .descripcion h1,
  .block-slide-ancho-sm.general-slide .descripcion .h2,
  .block-slide-ancho-sm.general-slide .descripcion h2,
  .block-slide-ancho.general-slide .descripcion .h2,
  .block-slide-ancho.general-slide .descripcion h2 {
    /*color: #ffffff;
    width: 98%;*/
    position: absolute;
    top: 15px;
  }

  .general-slide .descripcion h2,
  .block-slide-ancho.general-slide .descripcion .field-title,
  .block-slide-ancho-sm.general-slide .descripcion .field-title {
    /*color: #ffffff;
    width: 98%;*/
  }

  .general-slide .slick-dots li button,
  .general-slide .slick-dots li.slick-active button {
    margin: 0 3px;
    width: 40px;
  }

  /*CENTRO CONTACTO*/

  .centro-contacto .button-item {
    width: 158px;
  }

  .centro-contacto ul li {
    margin-right: 3px;
  }
/*
  .cabecera-entidades,
.paragraph--type--cabecera-de-seccion, .paragraph--type--cabecera-de-seccion-2 {
    height: 336px;
    max-height: 336px;
}
*/
.cabecera-entidades .contenido-seccion,
.paragraph--type--cabecera-de-seccion .contenido-seccion, .paragraph--type--cabecera-de-seccion-2 .contenido-seccion {
    top: 0px;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
}

.paragraph--type--cabecera-de-seccion .conten-header-page .field--name-field-titulo,
.paragraph--type--cabecera-de-seccion .conten-header-page h1,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page .field--name-field-titulo,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page h1 {
  margin-top: 65px !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.cabecera-entidades ,
.paragraph--type--cabecera-de-seccion, .paragraph--type--cabecera-de-seccion-2 {
  background-position: right -300px center !important;
}


img.icono-cabecera-seccion {
    /*right: 14px;*/
}
.cabecera-entidades .conten-header-page .c-text .field--name-field-texto,
.cabecera-entidades .conten-header-page .c-text p,
.paragraph--type--cabecera-de-seccion .conten-header-page .c-text .field--name-field-texto,
.paragraph--type--cabecera-de-seccion .conten-header-page .c-text p,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text .field--name-field-texto,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page .c-text p
{
    width: 100%;
 /*   overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.cabecera-entidades .conten-header-page,
.paragraph--type--cabecera-de-seccion .conten-header-page,
.paragraph--type--cabecera-de-seccion-2 .conten-header-page {
    padding-left: 0;
/*  top: -65px;  */
    position: relative;
/*    padding-top: 70px;*/
}

  /*FOOTER*/
  .footer-menu .newsletter input {
    width: 85%;
  }

  .footer-menu .newsletter .c-line {
    width: 100%;
  }

  .footer-menu .content-ul {
    width: 50%;
    margin-bottom: 20px;
    border: none;
    padding-left: 0;
  }

  .footer .footer-bottom {
    justify-content: unset;
    flex-wrap: wrap;
  }

  .footer .footer-bottom .data-fiscal {
    width: 100%;
    text-align: right;
    margin-top: -50px;
  }
}

@media screen and (max-width: 374px) {
  .general-slide .slick-dots li button,
  .general-slide .slick-dots li.slick-active button {
    width: 35px;
  }

  .hamburguer-menu .buscador-mobile {
    margin-left: 0;

    margin-right: 0;
  }

  .hamburguer-menu .social-news {
    margin-left: 0;

    margin-right: 0;
  }

  .medife .container {
    /*max-width: 320px;*/
    padding: 0 15px;
  }

  .cta-pantalla-cuerpo h2, .cta-pantalla-cuerpo .h2 {
    width: 100%;
  }

  .field--name-field-tarjeta-titulo, h1.h1-cta {
    font-size: 33px;
    line-height: 35px;
  }

/*
  .logo {
    left: 47%;
  }
*/
.cabecera-entidades .conten-header-page,
  .paragraph--type--cabecera-de-seccion .conten-header-page {
/*    padding-top: 140px; */
  }

  .paragraph--type--cabecera-de-seccion-2 {
     height: 400px !important;
  }

  .cabecera-entidades,
  .paragraph--type--cabecera-de-seccion, .paragraph--type--cabecera-de-seccion-2 {
      background-position: right -170px top 0px;
      background-size: auto 400px;
  }

  .paragraph--type--cabecera-de-seccion-2 .conten-header-page {
      padding-top: 90px;
  }

  /*HAMBURGUER MENU*/
  .hamburguer-menu .buscador-mobile input {
    width: 250px;
  }

  .hamburguer-menu .social li {
    margin: 0 1.2vw;
  }

  /*CENTRO CONTACTO*/
  .centro-contacto ul {
    text-align: center;
  }

  .centro-contacto ul li {
    margin: 8px auto;
  }
}

.medife-logos {
  height: 90px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  border-top: #ffffff 1px solid;
}

.medife-logos .c-text-center {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .medife-logos {
    height: 100%;
  }

  .medife-logos .c-text-center {
    margin: 15px 0;
  }
}

.nav-tabs .mas-collapsable,
.nav-tabs .menos-collapsable {
  display: none;
}

/* menú hamburguesa */
.open-submenu {
  cursor: pointer;
}
/* en modo admin baja el header para que no quede atrapado debajo del admin menu */
.toolbar-horizontal.toolbar-fixed.user-logged-in.medife header {
  position: relative;
}
.toolbar-horizontal.toolbar-fixed.user-logged-in.medife .sticky-header header {
  position: relative;
}

.user-logged-out.path-user-login.medife #main,
.sin-encabezado #main {
  margin-top: 155px;
}


@media screen and (max-width: 991px) {
  div#block-contacto {
      margin-top: 0px;
  }

  div#rid-footer.l-r.region.footer-menu {
      border-bottom: 1px solid #CACED1;
      padding-bottom: 24px;
      margin-bottom: 24px;
  }

}

@media screen and (max-width: 1023px) {
  .c-header-line {
    display: none;
  }

  .paragraph.paragraph--type--texto-enriquecido.paragraph--view-mode--default .container,
  .footer .container {
      width: 100%;
      max-width: 100%;
  }
  .user-logged-out.path-user-login.medife #main,
  .sin-encabezado #main {
    margin-top: 85px;
  }
}

/*Modal beneficios*/

.field--name-field-beneficio-txt-user-anonim {
    margin-top: 30px;
    margin-bottom: 30px;
}

.views-element-container .js-pager__items {
  padding-left: 0;
}

#modal-container .ui-dialog .ui-widget-header {
  max-width: 835px;
  margin: 0 auto;
  text-align: center;
}

#modal-container .ui-dialog .ui-dialog-content {
  margin: 0 20px;
  padding: 0;
}

#modal-container .field--name-field-imagen,
#modal-container .imagen-detalle {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

#modal-container .field--name-field-imagen img {
  max-width: 100%;
  height: auto;
}

#modal-container .field--name-field-logo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 145px;
  height: 145px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-container .field--name-field-logo img {
  max-width: 100%;
  height: auto;
}

#modal-container .field--name-field-descripcion p {
  font-size: 16px;
  line-height: 24px;
  color: #1d1e1c;
}

#modal-container .title--name-field-locales-adheridos {
  color: #1d1e1c;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0 35px;
}

#modal-container .field--name-field-locales-adheridos {
  margin-bottom: 63px;
}

#modal-container .field--name-field-locales-adheridos p {
  font-size: 16px;
  line-height: 24px;
  color: #1d1e1c;
}

#modal-container .ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 40px;
}

#modal-container .ui-dialog .ui-dialog-titlebar-close {
  background: url("../images/close-plan.svg") no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#modal-container .ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

@media screen and (max-width: 1023px) {
  #modal-container .ui-dialog {
    top: 0 !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #modal-container .field--name-field-imagen {
    margin-left: -23px;
    margin-right: -23px;
    overflow: hidden;
  }
  #modal-container .field--name-field-logo {
    height: 106px;
    width: 106px;
  }
  #modal-container .field--name-field-imagen img {
    max-width: none;
    height: auto;
    width: 110%;
    margin-left: -5%;
  }
  #modal-container .ui-dialog .ui-dialog-title {
    margin-top: 40px !important;
  }
  #modal-container .ui-dialog .ui-dialog-titlebar-close {
    top: 25px;
  }
  #modal-container .se-block {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 600px) {
  #modal-container .field--name-field-logo {
    height: 85px;
    width: 85px;
  }
}

/*Noticia completa*/


  #block-medifetema-content .field--name-field-imagen-noticia {
      margin-bottom: 15px;
  }


.page-node-type--noticias #block-medifetema-content .field--name-body img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

#block-medifetema-content {
 /*   top: 70px;  */
    position: relative;
    margin-bottom: 90px !important;
}

  /* en las páginas compuestas el bloque  #block-medifetema-content incluye el header*/
  body:not(.page-node-type--pagina-compuesta):not(.page-node-type--pagina-compuesta-sin-header):not(.page-node-type--noticias) #block-medifetema-content {
    padding: 0px 30px;
  }

  /*  div#block-enlacesdeayudaalanavegacion {
      top: -30px;
    }*/



  @media screen and (max-width: 375px) {
   body:not(.page-node-type--pagina-compuesta) #block-medifetema-content {
      padding: 0px 15px !important;
    }
  }

  body.page-node-type--noticias #block-medifetema-content {
    padding: 70px 30px;
  }

.page-node-type--noticias #block-medifetema-content .field--name-body img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-node-type--noticias #block-medifetema-content .field--name-body h1,
.page-node-type--noticias #block-medifetema-content .field--name-body h2,
.page-node-type--noticias #block-medifetema-content .field--name-body h3,
.page-node-type--noticias #block-medifetema-content .field--name-body h4,
.page-node-type--noticias #block-medifetema-content .field--name-body h5,
.page-node-type--noticias #block-medifetema-content .field--name-body h6 {
  color: #58575c;
  font-size: 24px;
  line-height: 28px;
  border-bottom: none;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 30px;
}

.page-node-type--noticias
  #block-medifetema-content
  .field--name-field-categoria-noticias {
  color: #b2b2b1;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
  .page-node-type--noticias .field--name-field-imagen-noticia img {
      max-width: 823px;
      height: auto;
  }


@media screen and (max-width: 500px) {

  .page-node-type--noticias .field--name-field-imagen-noticia img {
      width: 100%;
      height: auto;
  }

  .page-node-type--noticias.medife .container {
    max-width: 100%;
  }

  .general-slide img {
      top: 0px;
      position: absolute;
      z-index: 1;
  }
  .general-slide div:not(.contextual) {
    height: 427px;
  }

}

/*Grilla Noticias y Beneficios*/

#views-exposed-form-beneficios-destacados-block-lista .form-item-field-categoria-target-id,
.js-form-item.form-item.js-form-type-select.form-item-field-beneficios-provincia-target-id,
#views-exposed-form-beneficios-destacados-block-lista .form-submit {
  display:none;
}

#filtros-expuestos-beneficios-x-preguntas,
#filtros-expuestos-beneficios-x,
#filtros-expuestos-beneficios-x-buscar,
#filtros-expuestos-beneficios-x-provincias {
    padding-left: 62px;
}


#filtros-expuestos-beneficios-x-buscar:after, #filtros-expuestos-beneficios-x-provincias:after {
    content: "";
    position: absolute;
    top: -9px;
    right: 30px;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#filtros-expuestos-beneficios-x-buscar:before, #filtros-expuestos-beneficios-x-provincias:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 29px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #c4c4c4 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

#filtros-expuestos-beneficios-x-provincias:before {
  right: 50%;
}

#filtros-expuestos-beneficios-x-provincias:after {
  right: 50.1%;
}

#filtros-expuestos-beneficios-x-preguntas:after,
#filtros-expuestos-beneficios-x:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 16px;
    border-style: solid;
    border-width: 0 14px 14px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.input-wrapper {
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 1px solid #979797;
}

.input-wrapper input {
    width: 100%;
    border: none;
}

#filtros-expuestos-beneficios-x-preguntas:before,
#filtros-expuestos-beneficios-x:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #c4c4c4 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.btn-filtro-beneficios {
    height: auto;
    width: 160px;
    border-radius: 3px;
    background-color: #fff;
    color: #797978;
    font-family: "SyntaxLTStd-Bold";
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    vertical-align: top;
    overflow-wrap: break-word;
}

.btn-filtro-beneficios:hover, .btn-filtro-beneficios.active {
    background-color: #ffffff;
    color: #eb5f0a;
    /*border: 1px solid #eb5f0a !important;*/
}

div#wrapper-todos {
    float: left;
    width: 150px;
    display: inline-block;
    /*height: 100%;*/
}

div#wrapper-categorias {
    display: inline-block;
    max-width: calc(100% - 150px);
    float: left;
}
.lista-noticias-vinculadas,
.lista-beneficios .views-infinite-scroll-content-wrapper,
.lista-noticias .views-infinite-scroll-content-wrapper {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  /*width: 1129px;*/
  max-width: 100%;
  margin: 0 auto;
}

.lista-beneficios .views-infinite-scroll-content-wrapper::after,
.lista-noticias .views-infinite-scroll-content-wrapper::after {
  content: "";
  width: 32%;
}

.grid-contenido {
  height: 380px;
  width: 32%;
  border-radius: 0px;
  background-color: #ffffff;
  /*box-shadow: 0 2px 4px 0 rgba(33, 37, 41, 0.1),    0 7px 14px 0 rgba(33, 37, 41, 0.1);  margin-bottom: 20px;*/
  border: 1px solid #CACED1;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.grid-contenido.tutoriales {
    width: 100%;
}

.grid-contenido .grid-imagen {
  position: relative;
}

.grid-contenido .grid-imagen a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.grid-contenido .logo-local {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.grid-contenido .logo-local img {
  max-width: 100%;
  height: auto;
}

.grid-content {
  padding: 20px 15px;
}

.grid-content h2 {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #E35205;

  margin-bottom: 25px;
}
.grid-content .field-title a {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #3D4850;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
}
@media screen and (min-width: 930px) and (max-width: 1023px) {
  .grid-content .field-title a {
    -webkit-line-clamp: 2;
  }
}

.lista-beneficios .js-pager__items.pager,
.lista-noticias .js-pager__items.pager {
  list-style: none;
}

.pager__item .button {
    display: block;
    margin: 32px auto;
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 10px 0px;
    text-align: center;
    gap: 10px;
    width: 134px;
    height: 40px;
    background: #CACED1;
    color: #FFF;
}

.pager__item .button:hover {
  text-decoration: none;
  background: #5B6770;
}

.lista-preguntas-frecuentes,
.lista-beneficios,
.lista-noticias {
  margin-top: 20px !important;
}

@media screen and (min-width: 1200px) {
  .lista-preguntas-frecuentes,
  .lista-beneficios,
  .lista-noticias {
    max-width: 1255px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .lista-preguntas-frecuentes,
  .lista-beneficios,
  .lista-noticias {
    max-width: 1027px;
    padding: 0 35px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .lista-preguntas-frecuentes,
  .lista-beneficios,
  .lista-noticias {
    /*max-width: 768px;*/
    padding: 0 23px;
    margin: 0 auto;
  }
  .lista-preguntas-frecuentes .views-infinite-scroll-content-wrapper::after,
  .lista-beneficios .views-infinite-scroll-content-wrapper::after,
  .lista-noticias .views-infinite-scroll-content-wrapper::after {
    width: 48%;
  }

  .grid-contenido {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .lista-preguntas-frecuentes,
  .lista-beneficios,
  .lista-noticias {
    /*max-width: 375px;*/
    padding: 0 21px;
    max-width: 450px;
  }
  .lista-preguntas-frecuentes .views-infinite-scroll-content-wrapper::after,
  .lista-beneficios .views-infinite-scroll-content-wrapper::after,
  .lista-noticias .views-infinite-scroll-content-wrapper::after {
    width: 100%;
  }

  .grid-contenido {
    width: 100%;
  }
}

/* slider ancho */
.block-slide-ancho-sm,
.block-slide-ancho {
  margin: 30px auto;
}

.general-slide > div .descripcion {
  margin-left: 0;
  padding-right: 20px;
}

.block-slide-ancho-sm .field-body,
.block-slide-ancho .field-body {
  color: #58575c;
  font-size: 16px;
  line-height: 22px;
}

.block-slide-ancho-sm.general-slide > div .descripcion p,
.block-slide-ancho.general-slide > div .descripcion p {
  margin-top: 10px;
}

.usuario-medife-logueado .hola-usuario.ocultar,
.usuario-medife-logueado .buscador.ocultar {
  display: none;
}
.usuario-medife-logueado .menu-usuario-medife-logueado {
  display: none;
}
.usuario-medife-logueado .menu-usuario-medife-logueado a {
  color: #eb5f0a;
}
.sticky-header .usuario-medife-logueado .menu-usuario-medife-logueado a {
  color: white;
}
.usuario-medife-logueado .menu-usuario-medife-logueado li a {
  padding-left: 12px;
}
.usuario-medife-logueado .menu-usuario-medife-logueado .logout-usuario-medife {
  border-left: 1px gray solid;
}
.usuario-medife-logueado
  .menu-header:not(.buscador-abierto)
  .menu-usuario-medife-logueado.mostrar {
  display: block;
}

.modal-usuario
    .modal-usuario-logueado-mobile
    .menu-usuario-medife-logueado
    li
    a
    .icon{
      display: none;
    }

@media screen and (max-width: 1023px) {
  body:not(.sticky-header) .usuario-medife-logueado.es-asociado .login .buttons svg .word {
    display: none;
  }

  header .hola-usuario {
    display: none;
  }
  /*.modal-usuario header,
  .modal-usuario #main,
  .modal-usuario #sidebar-bottom,
  .modal-usuario #sidebar-top,
  .modal-usuario .footer {
    display: none;
  }*/
  .modal-usuario .modal-usuario-logueado-mobile {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 999;
    padding: 40px 15px;
  }

  .modal-usuario
    .modal-usuario-logueado-mobile
    .usuario-logueado-medife-logueado {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .modal-usuario .modal-usuario-logueado-mobile .cerrar-ventana-modal {
    display: block;
    position: fixed;
    top: 40px;
    right: 15px;
  }
  .modal-usuario .modal-usuario-logueado-mobile .hola-usuario {
    width: 100%;
  }
  .modal-usuario .modal-usuario-logueado-mobile .hola-usuario-text {
    display: block;
    max-width: 600px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto 27px;
  }

  .modal-usuario .modal-usuario-logueado-mobile .usuario-logueado-medife-logueado{
    position: relative;
  }

  .modal-usuario .modal-usuario-logueado-mobile .menu-usuario-medife-logueado {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .modal-usuario .modal-usuario-logueado-mobile ul.menu-usuario-medife-logueado {
    position: absolute;
    bottom: 0px;
  }

  .modal-usuario
    .modal-usuario-logueado-mobile
    .menu-usuario-medife-logueado
    li {
    list-style: none;
    float: left;
    width: 100%;

  }

  .modal-usuario
    .modal-usuario-logueado-mobile
    .menu-usuario-medife-logueado
    li
    a {
    height: 40px;
    /*width: 286px;
    border: 1px solid #eb5f0a !important;
    border-radius: 4px;*/
    color: #eb5f0a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    /*margin-bottom: 27px;*/
    float: left;
    width: 100%;
  }

  .modal-usuario
    .modal-usuario-logueado-mobile
    .menu-usuario-medife-logueado
    li
    a
    .icon {
      background-size: 125%;
      width: 22px;
      height: 22px;
      float: right!important;
      background-position: 50%;
      background-repeat: no-repeat;
      display: block;
    }

  .modal-usuario
    .modal-usuario-logueado-mobile
    .menu-usuario-medife-logueado
    li
    a
    .icon-logout-orange {
      background-image: url("../images/logout-orange-mobile.svg");
    }
  .modal-usuario
    .modal-usuario-logueado-mobile
    .menu-usuario-medife-logueado
    li
    a
    .icon-portal-orange {
      background-image: url("../images/portal-orange-mobile.svg");
    }
}

.user-logged-out header .menu-header .login img.black {
  display: inline-block;
}
.user-logged-out header .menu-header .login img.orange {
  display: none;
}
.user-logged-in header.usuario-medife-logueado .login img.black {
  display: none;
}
.user-logged-in header.usuario-medife-logueado .login img.orange {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .user-logged-in.sticky-header
    header.usuario-medife-logueado
    .login
    img.orange {
    display: none;
  }
}
/*
@media screen and (max-width: 1023px) {
  .user-logged-out header .menu-header .login img.black {
    display: block;
  }
  .user-logged-in header.usuario-medife-logueado .login img.orange {
    display: block;
  }
}*/
.buscador-abierto .hola-usuario,
header:not(.usuario-medife-logueado) .hola-usuario {
  display: none;
}
.modal-usuario-logueado-mobile {
  display: none;
}

.hola-usuario {
  cursor: pointer;
  color: #000000;
  margin-right: 15px;
}

@media screen and (min-width: 1000px) {
  .sticky-header .hola-usuario {
    color: white;
  }
}

.texto-enriquecido {
  margin-top: 20px;
}

/* form contacto empresa */
.g-recaptcha {
    margin-top: 10px;
}
.g-recaptcha > div {
 width: 100% !important;
}

.webform-submission-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 850px;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 150px;
  max-width: 100%;
}

.webform-submission-form .js-form-item,
.webform-submission-form #ajax-wrapper {
  width: 47%;
  max-width: 400px;
}

div#domicilio_de_atencion_table .js-form-item {
    max-width: 100%;
}

.webform-submission-form #ajax-wrapper .js-form-item {
  width: 100%;
}

.right-content .webform-submission-form .js-form-item,
.right-content .webform-submission-form #ajax-wrapper {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 500px) {
  .webform-submission-form .js-form-item,
  .webform-submission-form #ajax-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.webform-submission-form .form-actions {
  width: 100%;
}

.webform-submission-form .js-form-item label, .webform-submission-form .js-form-item legend {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 18px;
  margin-bottom: 0;
}

.webform-submission-form .js-form-item legend {
    padding-top: 18px;
}

.webform-submission-form > div:not([class]) {
  max-width: 100%;
  width: 400px;
}

#domicilio_de_atencion_table {
  width: 100%;

}

 

.webform-submission-form > div:not([class]) .js-form-item {
  width: 100%;
}

.webform-submission-form .js-form-item input,
.webform-submission-form .js-form-item input:hover,
.webform-submission-form .js-form-item input:focus {
  font-size: 16px;
  font-family: "SyntaxLTStd-Roman";
  color: #58575c;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc !important;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_remove"],
.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_remove"]:hover,
.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_remove"]:focus {
  width: 24px !important;
}


.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_add"],
.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_add"]:hover,
.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_add"]:focus {
    height: 40px;
    width: 232px;
    max-width: 100%;
    color: #797978;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border: 1px solid #797978 !important;
    border-radius: 4px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}


.webform-submission-form .js-form-item input[id^="edit-domicilio-de-atencion-add-more-items"],
.webform-submission-form .js-form-item input[id^="edit-domicilio-de-atencion-add-more-items"]:hover,
.webform-submission-form .js-form-item input[id^="edit-domicilio-de-atencion-add-more-items"]:focus {
    width: 60px;
}




.webform-submission-form .js-form-item select {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-family: "SyntaxLTStd-Roman";
  color: #58575c;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/chevrondown-form.svg) no-repeat;
  background-position: center right 5px;
}

.webform-submission-form .js-form-item.form-item-telefono-type,
.webform-submission-form .js-form-item.form-item-telefono-celular-type {
  width: 25%;
  display: inline-block;
  max-width: 100%;
}

/*

.webform-submission-form .js-form-item.js-form-type-tel {
  width: calc(75% - 36px);
  display: inline-block;
  margin-left: 31px;
  max-width: 100%;
}

*/

.webform-submission-form .js-form-item.js-form-type-textarea {
  width: 100%;
  max-width: 100%;
}
.webform-submission-form .js-form-item.js-form-type-textarea textarea {
  width: 100%;
  max-width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  height: 45px;
}
.webform-submission-form #edit-captcha-response--description {
  display: none;
}
.webform-submission-form .js-form-item-captcha-response {
  float: left;
}
.webform-submission-form .js-form-item-captcha-response input,
.webform-submission-form .js-form-item-captcha-response input:hover,
.webform-submission-form .js-form-item-captcha-response input:focus {
  width: 396px;
  max-width: 100%;
}
.webform-submission-form .reload-captcha-wrapper {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.webform-submission-form .reload-captcha-wrapper a {
  color: #eb5f0a;
}
.webform-submission-form .js-form-type-webform-markup {
  width: 100%;
  max-width: 100%;
}

.webform-submission-form .js-form-submit {
  height: 40px;
  width: 193px;
  max-width: 100%;
  color: #797978;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border: 1px solid #797978;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 10px;
}

.webform-submission-form .adjuntar.webform-file-button {
  height: 40px;
  width: 232px;
  max-width: 100%;
  color: #797978 !important;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 40px !important;
  text-align: center;
  border: 1px solid #797978;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 10px;
  background-image: url("../images/clip.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.webform-submission-form #edit-cv-upload--description,
.webform-submission-form .form-item-cv .description {
  font-size: 12px;
}
.webform-submission-form #edit-domicilio-de-atencion {
  width: 100%;
  max-width: unset;
}
.webform-submission-form #edit-domicilio-de-atencion table th {
  padding: 0;
}
.webform-submission-form #edit-domicilio-de-atencion table tr {
  background-color: #ffffff;
}

.webform-submission-form #edit-domicilio-de-atencion table td {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  white-space: unset;
}

.webform-submission-form #edit-domicilio-de-atencion .js-form-type-tel {
  margin-left: 0;
  width: 47%;
  max-width: 400px;
}

.webform-submission-form #edit-domicilio-de-atencion-add-submit,
.webform-submission-form #edit-domicilio-de-atencion-add-submit:focus,
.webform-submission-form #edit-domicilio-de-atencion-add-submit:active {
  height: 40px;
  width: 232px;
  max-width: 100%;
  color: #797978;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border: 1px solid #797978 !important;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 10px;
}

.webform-submission-form
  #edit-domicilio-de-atencion
  .webform-multiple-table--operations {
  /*display: none !important;*/

  display: block;
  position: relative;
  float: right;
  margin-top: -30px;
  margin-right: -15px;
}

.webform-submission-form
  #edit-domicilio-de-atencion
  input[name*="domicilio_de_atencion_table_remove"],
  .webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_remove"] {
  background: url(../images/eliminar-negro.svg) no-repeat;
  width: 0;
  height: 32px;
  padding-left: 32px;
  border: 0 !important;
  opacity: 1;
}


.webform-submission-form .js-form-item input[name="cv_remove_button"] {
  background: url(../images/eliminar-negro.svg) no-repeat;
  width: 0 !important;
  height: 32px !important;
  padding-left: 32px;
  border-bottom: 0 !important;
  opacity: 1;
  font-size: 0 !important;
  float: right;
  margin-right: -10px;
}

.webform-submission-form a {
  color: #eb5f0a;
}

.webform-submission-form [name="cv_remove_button"]:hover {
  background: url(../images/eliminar-naranja.svg) no-repeat;
}



.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_remove"]:hover,
.webform-submission-form .js-form-item input[name^="domicilio_de_atencion_table_remove"]:focus,
.webform-submission-form
  #edit-domicilio-de-atencion
  input[name*="domicilio_de_atencion_table_remove"]:hover {
  background: url(../images/eliminar-naranja.svg) no-repeat;
}

.webform-submission-form
  #edit-domicilio-de-atencion
  div[class*="item--numero"] {
  width: 22% !important;
}
.webform-submission-form #edit-domicilio-de-atencion div[class*="item--cp"] {
  width: 19% !important;
}

.webform-submission-form #edit-domicilio-de-atencion .container-inline {
  float: right;
  margin-top: -50px;
  width: 47%;
  max-width: 400px;
}

#modal-container .ui-dialog .ui-dialog-content {
  z-index: 0;
}

#modal-container .ui-dialog .ui-widget-header {
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .webform-submission-form .js-form-submit {
    width: 100%;
  }

  .webform-submission-form #edit-domicilio-de-atencion .js-form-type-tel {
    width: 100%;
  }

  .webform-submission-form .adjuntar.webform-file-button {
    width: 100%;
  }

  .webform-submission-form #edit-domicilio-de-atencion-add-submit {
    width: 100%;
  }

  .webform-submission-form
    #edit-domicilio-de-atencion
    div[class*="item--numero"] {
    width: 47% !important;
    margin-top: 10px;
  }
  .webform-submission-form #edit-domicilio-de-atencion div[class*="item--cp"] {
    width: 47% !important;
    margin-top: 10px;
  }
  .webform-submission-form #edit-domicilio-de-atencion .container-inline {
    width: 100%;
    max-width: none;
    margin: 0;
    float: none;
  }

  #domicilio_de_atencion_table label[for*="numero"],
  #domicilio_de_atencion_table label[for*="cp"] {
    display: none;
  }
}

.webform-submission-form .js-form-submit.button--primary {
  background-color: #eb5f0a;
  border: none;
  color: #ffffff;
  font-weight: normal;
}

.webform-submission-form .captcha {
  max-width: 100%;
}

.webform-submission-form .captcha img {
  margin-top: 20px;
  margin-left: 10px;
  max-height: 50px;
  width: auto;
}

.webform-submission-form .form-required::after {
  content: "*";

  display: inline-block;
  /*vertical-align: super;background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;*/
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

.webform-confirmation-modal {
  height: 508px !important;
  width: 1130px !important;
  border: 1px solid #b2b2b1;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 100%;
  color: #58575c;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "SyntaxLTStd-Roman";
}

@media screen and (max-width: 500px) {
  .webform-confirmation-modal {
    top: 0 !important;
    height: 100% !important;
  }
}

.webform-confirmation-modal .ui-dialog-titlebar {
  background: none;
  border: none;
}
.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
  color: #58575c;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  float: none;
  margin: 40px auto 100px;
  font-weight: normal;
  display: block;
}
.webform-confirmation-modal .ui-dialog-titlebar-close {
  background: none;
  border: none;
  top: 1.3em;
  width: 50px;
  height: 50px;
  right: 1.3em;
  background-image: url(../images/cerrar-x.svg);
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .webform-confirmation-modal .ui-dialog-titlebar-close {
    right: 0.3em;
  }
}

.webform-confirmation-modal .ui-button span {
  display: none;
}

.webform-confirmation-modal h2 {
  height: 84px;
  color: #1d1e1c;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.webform-confirmation-modal--content {
  width: 520px !important;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
  max-height: unset !important;
}
/*
iframe {
  width: 1px;
  min-width: 100%;
}
*/

/* ************* bloque logos ************** */

.medife-logo-negro a img {
  width: 92px;
  height: auto;
}

.ase a img
{
  height: 30px;
  width: auto;
}

.finocheto a img{
  height: 34px;
  width: auto;
}

.fundacionmedife a img
{
  height: auto;
  width: 160px;
}

/* ************* bloque con share y me gusta ************** */



.se-block.se-align-left
  .block-content
  .se-container
  .se-links-container
  .se-links {
  display: block;
  background-color: #fff;
  height: 140px;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(199, 199, 199, 0.5);
  display: flex;
  align-content: center;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0 31px;
  position: relative;
}

.se-block.se-align-left
  .block-content
  .se-container
  .se-links-container
  .se-active:after {
  content: "";
  position: absolute;
  background-image: url("../images/triangulo-dialogo.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  background-position: center;
  top: -9px;
  right: 35px;
  z-index: 2;
  box-shadow: 0 2px 20px 0 rgba(199, 199, 199, 0.5);
}

.medife .se-block {
  min-height: 60px;
  min-height: 50px;
  margin-top: -40px;
}
#modal-container .se-block {
  margin-top: 20px;
  margin-right: 20px;
  min-height: 0;
  position: absolute;
  right: 20px;
}
.se-block.se-align-left
  .block-content
  .se-container
  .se-links-container
  .se-links.se-inactive {
  animation-name: unset;
  opacity: 0;
}

.se-links.se-inactive {
    display: none !important;
    z-index: -10;
}

.se-block.se-align-left
  .block-content
  .se-container
  .se-links-container
  .se-links.se-active {
  animation-name: unset;
  opacity: 1;
}

.se-block .block-content .se-container .se-links-container {
  position: absolute;
  /* width: 282px;*/
  top: 35px;

  right: -35px;
  z-index: 2;
  height: 140px;
}

.iconos-share {
  white-space: nowrap;
}

.se-block .se-trigger {
  cursor: pointer;
}
.se-block .votingapi-reaction-count {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.iconos-share .se-link {
  display: inline-block;
  margin-right: 10px;
}

.se-block.se-align-left .block-content .se-container {
  float: right;
  position: relative;
}

.medife .se-block .block-content {
  display: block;
  text-align: right;

  margin-right: 35px;
}

.medife .se-block .block-content > div {
  display: inline-block;
}

.se-like-container.megusta {
  margin-right: 20px;
}

.medife
  .se-block
  .block-content
  .se-container
  .se-links-container
  .se-links
  li {
  margin-right: 15px;
}

.medife
  .se-block
  .block-content
  .se-container
  .se-links-container
  .se-links
  li
  a
  img {
  height: 45px;
  width: 45px;
  max-height: unset;
}

.se-block.se-align-left
  .block-content
  .se-container
  .se-links-container
  .se-links
  .titulo-share {
  width: 100%;
  height: auto;
  text-align: left !important;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.medife
  .se-block
  .block-content
  .se-container
  .se-links-container
  .se-links
  .se-link.whatsapp {
  display: none;
}

.ui-front.beneficio .votingapi-reaction-item-wrapper {
  display: none;
}

@media screen and (max-width: 500px) {
  .medife
    .se-block
    .block-content
    .se-container
    .se-links-container
    .se-links
    .se-link.whatsapp {
    display: inline-block;
  }

  .webform-confirmation-modal--content {
    min-height: 50vh !important;
  }
}

@media screen and (max-width: 325px) {
  .medife .se-block {
    margin-top: 0;
  }
}

.medife .se-block input[type="radio"] {
  display: none;
}
.medife .se-block .votingapi-reaction-item-wrapper div,
.medife .se-block .js-form-type-radio label {
  display: inline-block;
  cursor: pointer;
}
.medife .se-block .votingapi-reaction-item-wrapper img {
  height: 25px;
}
.medife
  .se-block.se-align-left
  .block-content
  .se-container
  .se-links-container {
  min-height: 70px;
}
.medife
  .se-block.se-align-left
  .block-content
  .se-container
  .se-links-container
  .titulo-share {
  text-align: center;
}

/*Mapa Sucursales*/
.bloque_mapa {
  width: 1109px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.bloque_mapa h2 {
  margin-bottom: 40px;
  padding-left: 24px;
}
.wrapper-block-mapa {
  display: flex;
  width: 851px;
  max-width: 100%;
  align-items: flex-start;
  padding: 0;
  margin: 0 auto;
  border: #58575c 1px solid;
}
.wrapper-block-mapa  .views-infinite-scroll-content-wrapper {
  width: 342px;
  height: 500px;
  margin-right: 5px;
}

.wrapper-block-mapa  .views-infinite-scroll-content-wrapper h3 {
  margin-bottom: 0;
}

.wrapper-block-mapa  .views-infinite-scroll-content-wrapper h3 a {
  font-size: 16px;
  color: #58575c;
  font-weight: normal;
  text-transform: uppercase;
  width: 324px;
  height: 50px;
  line-height: 50px;
  background-image: url('../images/cruz-accordeon.svg');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 45px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2px;
}

.wrapper-block-mapa  .views-infinite-scroll-content-wrapper h3 a:hover {
  text-decoration: none;

}

.wrapper-block-mapa  .views-infinite-scroll-content-wrapper h3.abierto a {
  background-color: #f2f2f2;
  background-image: url('../images/cerrar-accordeon.svg');
  background-position: 9px;
}

.wrapper-block-mapa .drop_down {
  background-color: #f2f2f2;
  display: none;
  padding-bottom: 15px;
  width: 324px;
}

.wrapper-block-mapa .drop_down .even-maps,
.wrapper-block-mapa .drop_down .odd-maps {
  position: relative;
  padding: 10px 10px 10px 45px;
}

.wrapper-block-mapa .drop_down .even-maps:hover,
.wrapper-block-mapa .drop_down .odd-maps:hover {
  background-color: #dfdfdf;
}

.wrapper-block-mapa .drop_down > div > a {
  display: none;
}

#renermap {
  width: 503px;
  height: 500px;
}

#renermap iframe {
  width: 100%;
  height: 100%;
}

.wrapper-block-mapa .views-infinite-scroll-content-wrapper .sucursal-ciudad {
  font-size: 16px;
  font-weight: bold;
  color: #1d1e1c;
}
.wrapper-block-mapa .views-infinite-scroll-content-wrapper .sucursal-telefono {
  font-size: 16px;
  font-weight: normal;
  color: #58575c;
    z-index: 1;
    position: relative;
}
.wrapper-block-mapa .views-infinite-scroll-content-wrapper .sucursal-telefono a{
  font-size: 16px;
  font-weight: normal;
  color: #58575c;
  text-decoration: none;
}
.wrapper-block-mapa .views-infinite-scroll-content-wrapper .sucursal-saludmental {
  font-size: 12px;
}
.wrapper-block-mapa .views-infinite-scroll-content-wrapper .sucursal-direccion,
.wrapper-block-mapa .views-infinite-scroll-content-wrapper .views-field-field-sucursal-hor-de-atencion.sucursal-horarios {
  font-size: 12px;
  font-weight: normal;
  color: #58575c;
}
.wrapper-block-mapa .views-infinite-scroll-content-wrapper .sucursal-enlace a {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-block-mapa .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.wrapper-block-mapa .simplebar-scrollbar:before {
  background: #eb5f0a !important;
  opacity: 1 !important;
}

.wrapper-block-mapa .simplebar-track {
  right: 0;
  left: unset;
  bottom: 0;
}

@media screen and (max-width: 880px) {
  .wrapper-block-mapa {
    flex-wrap: wrap;
    border: none;
  }
  .wrapper-block-mapa  .views-infinite-scroll-content-wrapper {
    order: 2;
    width: 100%;
    height: 278px;
  }
  #renermap {
    order: 1;
    width: 100%;
    height: 278px;
  }
  .wrapper-block-mapa  .views-infinite-scroll-content-wrapper h3 a {
    width: 97.5%;
  }
  .wrapper-block-mapa .drop_down {
    width: 97.5%;
  }
}

/*Fin Mapa Sucursales*/

/*Landing*/

tbody tr:nth-child(odd) input {
    background-color: #f6f6f6;
}

tbody tr:only-child input {
    background-color: #ffffff;
}


tbody tr:only-child {
    background-color: #ffffff;
}

.field--name-field-texto-top-formulario,
.field--name-field-texto-top-formulario-html {
  font-family: 'SyntaxLTStd-Roman';
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1d1e1c;
  margin-top: 44px;
}

.paragraph--type--formulario-landing, .paragraph--type--formulario-landing-html, .paragraph--type--formulario-landing-html-header {
  display: flex;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  /*height: 67vh;*/
}

.field--name-field-txt-top-form-html-header {
    margin-top: 20px;
    margin-right: 35px;
}

.paragraph--type--formulario-landing  .simplebar-track.simplebar-vertical, .paragraph--type--formulario-landing-html  .simplebar-track.simplebar-vertical
, .paragraph--type--formulario-landing-html-header  .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.paragraph--type--formulario-landing  .simplebar-scrollbar:before, .paragraph--type--formulario-landing-html  .simplebar-scrollbar:before
, .paragraph--type--formulario-landing-html-header  .simplebar-scrollbar:before {
  background: #eb5f0a !important;
  opacity: 1 !important;
}

.paragraph--type--formulario-landing  .simplebar-track, .paragraph--type--formulario-landing-html  .simplebar-track
, .paragraph--type--formulario-landing-html-header  .simplebar-track {
  right: 0;
  left: unset;
  bottom: 0;
}

.paragraph--type--formulario-landing .left-content, .paragraph--type--formulario-landing-html .left-content
, .paragraph--type--formulario-landing-html-header .left-content {
  width: 65%;
  height: 100vh;
  position: sticky;
  top: 0;

}

.paragraph--type--formulario-landing .left-content .fondo_landing, .paragraph--type--formulario-landing-html .left-content .fondo_landing
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing {
  height: 100%;
  position: relative;
  /*height: 67vh;  sacar si quieren foto de todo el alto */

}
.paragraph--type--formulario-landing .left-content .fondo_landing > img, .paragraph--type--formulario-landing-html .left-content .fondo_landing > img
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.paragraph--type--formulario-landing .left-content .fondo_landing img.img-responsiva, .paragraph--type--formulario-landing-html .left-content .fondo_landing img.img-responsiva
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing img.img-responsiva {
  display: none;
}


div#main.layout-landing-header .page-content #block-medifetema-page-title,
div#main.layout-landing-header .page-content #block-medifetema-content article footer,
div#main.layout-landing-header .page-content div#block-enlacesdeayudaalanavegacion,
div#main.layout-landing-header div#rid-footer,
div#headline.layout-landing-header.remove-menu-sec header .menu-header .c-header-line {
    display: none;
}


div#main.layout-landing-header,
div#main.layout-landing-header .page-content div#block-medifetema-content,
div#main.layout-landing-header .paragraph--type--formulario-landing-html,
.paragraph.paragraph--type--formulario-landing-html.paragraph--view-mode--default,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header,
.paragraph.paragraph--type--formulario-landing-html-header.paragraph--view-mode--default {
    /*
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    */
  padding: 0;
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content {
  height: 600px;
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content {
  height: 600px;
  overflow-y: scroll;
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content, div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content input, div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content select
, div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content textarea {
  background-color: #F2F2F2;
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content::-webkit-scrollbar,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content::-webkit-scrollbar{
  display: none;
}

div#main.layout-landing-header .paragraph.paragraph--type--formulario-landing-html.paragraph--view-mode--default,
div#main.layout-landing-header .paragraph.paragraph--type--formulario-landing-html-header.paragraph--view-mode--default {
  width: 100vw;
}

div#main.layout-landing-header .field--name-field-parrafos-landing-header {
  width: 100vw;
  left: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content .field--name-field-texto-top-formulario-html,
div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content .field--name-field-texto-top-formulario-html,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario {
  width: calc(100% - 40px);
}

.paragraph--type--formulario-landing-html .left-content .fondo_landing > img,
.paragraph--type--formulario-landing-html-header .left-content .fondo_landing > img {
    object-position: top center;
}

div#headline.layout-landing-header.remove-menu-sec .bg-grey-menu {
  display: none;
}

div#header.layout-landing-header.remove-menu-sec {
  height: 0px;
}
div#headline.layout-landing-header.remove-menu-sec,
div#headline.layout-landing-header.remove-menu-sec header,
div#headline.layout-landing-header.remove-menu-sec header .menu-header {
  max-height: 85px !important;
  height: 85px;
  min-height: unset !important;
}

.sticky-header div#headline.layout-landing-header.remove-menu-sec header .menu-header {
  height: 48px;
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto,
div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    position: fixed;
    bottom: 15%;
    right: calc(50% + 126px);
    left: unset;
}

div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    top: 215px;
    max-height: 350px;
}


div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
}


.sticky-header div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
    top: 12px;
    left: 75px;
}

  div#main.not-remove-menu-sec.layout-landing-header {
      margin-top: 151px;
  }


.page-node-type--layout-iframe .lista-beneficios ul.js-pager__items.pager {
    margin-top: 50px;
}



@media screen and (max-width: 1280px) {
  .paragraph--type--formulario-landing .left-content .fondo_landing > img, .paragraph--type--formulario-landing-html .left-content .fondo_landing > img
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing > img  {
    object-position: center right;
  }
}

@media screen and (max-width: 1200px) {

  div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content {
    height: 570px;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content {
    height: 570px;
    overflow-y: scroll;
  }

  div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
      left: -27px;
  }

  .sticky-header div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
    left: 8px;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    right: calc(50% - 6px);
  }

}

@media screen and (max-width: 1023px) {

  .field--name-field-txt-top-form-html-header {
    margin-top: 20px;
    max-width: 346px;
    margin-right:  unset;
  }

  div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
      left: 20px;
      top: 18px;
  }

  div#main.not-remove-menu-sec.layout-landing-header {
      margin-top: 65px;
  }

}

@media screen and (max-width: 900px) {

  .home-slide > div .titulo-slide {
      max-width: 73%;
      width: 100%;
  }

.home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) .forzar-imagen-izquierda .slide-content-wrapper {
    width: 65%;
    max-width: 65%;
}  

  .home-slide > div .titulo-slide p.h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;   
  }

  .home-slide > div .titulo-slide {
    top: 138px;

  }

.home-slide .container:not(.c-align-center) .descripcion
, .home-slide .container:not(.c-align-center) h2
, .home-slide .container:not(.c-align-center) .descripcion h1
, .home-slide .container:not(.c-align-center) .descripcion h4
, .home-slide .container:not(.c-align-center) .descripcion h5
, .home-slide .container:not(.c-align-center) .descripcion h6
, .home-slide .container:not(.c-align-center) .descripcion p
{
  top: 240px;
  width: 90%;

    font-size: 20px;
    line-height: 28px;   

}

.home-slide .slide-principal-links {
   top: 326px;
   position: absolute !important;
}

/*
  .home-slide div:not(.descripcion):not(.titulo-slide):not(.slide-principal-links ) {
    max-height: 810px;
    height: 810px;
  }
*/
  .paragraph--type--formulario-landing .left-content .fondo_landing > img, .paragraph--type--formulario-landing-html .left-content .fondo_landing > img
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing > img {
    object-position: center right;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing img.img-regular, .paragraph--type--formulario-landing-html .left-content .fondo_landing img.img-regular
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing img.img-regular {
    display: none;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing img.img-responsiva, .paragraph--type--formulario-landing-html .left-content .fondo_landing img.img-responsiva
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing img.img-responsiva {
    display: block;
    max-width: 100%;
  }
  div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario {
    width: 346px;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content {
      height: 100%;
      overflow-y: hidden;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content {
      height: 251px;
  }


  div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
      position: fixed;
      top: 30px;
      right: 50% !important;
      left: 50%;
  }


  div#headline.layout-landing-header.remove-menu-sec header .menu-header,
  div#headline.layout-landing-header.remove-menu-sec {
    height: 64px;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content .field--name-field-texto-top-formulario-html,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content .field--name-field-texto-top-formulario-html {
    width: 346px;
  }

  .sticky-header div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
      left: 20px;
      top: 23px;
  }

  .block-block-content .heading1 {
      font-size: 24px;
      line-height: 28px;
  }


  .field--name-field-block-blurbs .field__item .field--name-field-pr-title, .field--name-field-block-blurbs .field--name-field-blurb-icono .field--name-field-pr-title, .field--name-field-block-blurbs .field--name-field-blurb-icono .field--name-field-pr-title a {
      font-size: 18px;
      line-height: 21px;
  }

}

@media screen and (max-width: 767px) {
  .paragraph--type--formulario-landing .left-content .fondo_landing > img, .paragraph--type--formulario-landing-html .left-content .fondo_landing > img
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing > img {
    width: calc(100% + 30px);
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html .left-content {
    height: 251px;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content,
  div#main.layout-landing-header .paragraph--type--formulario-landing-html .right-content {
    height: 100%;

  }

  .sticky-header div#headline.remove-menu-sec.layout-landing-header a.hamburguer.open-menu.only-layout-header {
      left: 20px;
      top: 23px;
  }




}

.paragraph--type--formulario-landing .left-content.greymask .fondo_landing::before, .paragraph--type--formulario-landing-html .left-content.greymask .fondo_landing::before
, .paragraph--type--formulario-landing-html-header .left-content.greymask .fondo_landing::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(44deg, rgba(74,74,74,1) 0%, rgba(74,74,74,1) 21%, rgba(74,74,74,0.22) 52%, rgba(74,74,74,0.01) 77%);
}

.paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
  position: absolute;
  bottom: 15%;
  left: 17%;
}

.paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  width: 420px;
  max-width: 100%;
}

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing.titulo {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;

}

.paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto  .texto_landing h2, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto  .texto_landing h2, .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto  .texto_landing h3, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto  .texto_landing h3
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  .texto_landing h2
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  .texto_landing h3 {
  margin-bottom: 0;
  font-size: 1.7rem;
}
.paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto  .logo_landing img, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto  .logo_landing img
, .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  .logo_landing img {
  width: 167px;
  margin-bottom: 30px;
}

.paragraph--type--formulario-landing .right-content, .paragraph--type--formulario-landing-html .right-content
{
  width: calc(35% - 34px);
  padding-left: 53px;
  margin-right: 34px;
  /*height: 67vh;*/
}

.paragraph--type--formulario-landing-html-header .right-content {
  width: calc(35%);
  padding-left: 53px;
  margin-right: 0px;
}

.paragraph--type--formulario-landing .right-content .field--name-field-formulario, .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario
, .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario {
  width: 346px;
  max-width: 100%;
}

.paragraph--type--formulario-landing .right-content .field--name-field-formulario .webform-telephone--wrapper span, .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario .webform-telephone--wrapper span
, .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario .webform-telephone--wrapper span {
  font-size: 12px;
  color: #000000;
}

.paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario .webform-submission-form .js-form-submit {
  background-color: #eb5f0a !important;
}

.paragraph--type--formulario-landing .right-content .field--name-field-formulario .webform-submission-form .js-form-submit, .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario .webform-submission-form .js-form-submit
, .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario .webform-submission-form .js-form-submit  {
  width: 100%;
}
.paragraph--type--formulario-landing .right-content .field--name-field-texto-top-formulario, .paragraph--type--formulario-landing-html .right-content .field--name-field-texto-top-formulario-html
, .paragraph--type--formulario-landing-html-header .right-content .field--name-field-texto-top-formulario-html {
  width: 346px;
  max-width: 100%;
}

.path-contacto-quiero-ser-prestador select.ui-datepicker-year {
    float: left;
}

.path-contacto-quiero-ser-prestador select.ui-datepicker-month {
    float: right;
}

@media screen and (max-width: 1366px) {
  .paragraph--type--formulario-landing .right-content, .paragraph--type--formulario-landing-html .right-content
  {
    width: calc(35% - 12px);
    padding-left: 45px;
    margin-right: 12px;
  }
  .paragraph--type--formulario-landing-html-header .right-content{
    width: calc(35%);
    padding-left: 45px;
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1230px) {
  .paragraph--type--formulario-landing .right-content, .paragraph--type--formulario-landing-html .right-content
  , .paragraph--type--formulario-landing-html-header .right-content {
    width: calc(35% - 12px);
    padding-left: 31px;
    margin-right: 12px;
  }
  .paragraph--type--formulario-landing .right-content .field--name-field-formulario, .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario
  , .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario {
    width: 315px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {

  .paragraph--type--formulario-landing .left-content, .paragraph--type--formulario-landing-html .left-content
  , .paragraph--type--formulario-landing-html-header .left-content  {
    width: 627px;
    max-width: 100%;
  }

  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content {
      height: 570px;
      overflow-y: scroll;
      width: calc(100vw - 627px);
      margin-right: 0px;
  }

  .paragraph--type--formulario-landing .right-content, .paragraph--type--formulario-landing-html .right-content
  , .paragraph--type--formulario-landing-html-header {
    width: 403px;
    padding-left: 31px;
    margin-right: 0;
  }
  .paragraph--type--formulario-landing .right-content .field--name-field-formulario, .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario
  , .paragraph--type--formulario-landing-html-header .right-content .field--name-field-formulario {
    width: 311px;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {

  div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .right-content {
      height: 100%;
      overflow-y: unset;
      width: 100%;
      margin-right: unset;
  }
  .paragraph--type--formulario-landing, .paragraph--type--formulario-landing-html, .paragraph--type--formulario-landing-html-header {
    flex-wrap: wrap;
    height: auto;
  }
  .paragraph--type--formulario-landing .left-content, .paragraph--type--formulario-landing-html .left-content
  , .paragraph--type--formulario-landing-html-header .left-content  {
    width: 100%;
    height: 251px;
    z-index: 2;
    position: relative;
  }

  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto  .texto_landing, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto  .texto_landing
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  .texto_landing {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33;
    bottom: 0;
  }

  .paragraph--type--formulario-landing .right-content, .paragraph--type--formulario-landing-html .right-content
  , .paragraph--type--formulario-landing-html-header .right-content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .paragraph--type--formulario-landing .right-content .simplebar-content, .paragraph--type--formulario-landing-html .right-content .simplebar-content
  , .paragraph--type--formulario-landing-html-header .right-content .simplebar-content {
    width: 346px;
    margin: 0  auto;
    max-width: 100%;
  }
  .paragraph--type--formulario-landing .right-content .field--name-field-formulario
  , .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario
  , .paragraph--type--formulario-landing-html-header .field--name-field-formulario
  , .paragraph--type--formulario-landing-html .right-content .field--name-field-formulario-html {
    width: 346px;
    max-width: 100%;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    left: 50%;
    width: 346px;
    transform: translateX(-50%);
    max-width: 100%;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .logo_landing img, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .logo_landing img,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .logo_landing img {
    width: 132px;
    margin-bottom: 20px;
}
  .paragraph--type--formulario-landing .right-content .field--name-field-texto-top-formulario, .paragraph--type--formulario-landing-html .right-content .field--name-field-texto-top-formulario-html,
  .paragraph--type--formulario-landing-html-header .right-content .field--name-field-texto-top-formulario-html {
    font-size: 18px;
    font-weight: normal;
    margin: 26px 0 10px;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing h2,
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing h3,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing h2,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing h3,
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing .h2,
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing .h3,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing .h2,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing .h3,

  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing .h2,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing .h3,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing h2,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing h3
   {

    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .paragraph--type--formulario-landing .left-content, .paragraph--type--formulario-landing-html .left-content
  , .paragraph--type--formulario-landing-html-header .left-content  {
    height: 170px;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    bottom: 15px;
  }



  /*REDMINE 13091 -Se acomodo header en versiones mobile - RFLB-*/
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing h2,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing h2,
    .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing .h2,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing .h2,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing .h2,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing h2 {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 0.7px;
  }

  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing h3,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing h3,
     .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .texto_landing .h3,
  .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .texto_landing .h3,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing .h3,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing h3{
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 0;
      letter-spacing: 0.7px;
  }

  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto .logo_landing img, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto .logo_landing img,
  .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .logo_landing img {
    width: 112px;
    margin-bottom: 13px;
}

/* comentado por Requerimiento #17172 */
  /*.paragraph--type--formulario-landing .left-content .fondo_landing img {
    object-fit: scale-down;
    object-position: 100% 100%;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing::before {
      background: linear-gradient(44deg,rgba(74,74,74,1) 0%,rgba(74,74,74,1) 50%,rgba(74,74,74,0.70) 65%,rgba(74,74,74,0.01) 77%);
  }*/

  /*FIN - REDMINE 13091 -Se acomodo header en versiones mobile - RFLB-*/
}
@media screen and (max-width: 320px) {
  .paragraph--type--formulario-landing .right-content, .paragraph--type--formulario-landing-html .right-content,
  .paragraph--type--formulario-landing-html-header .right-content {
    padding: 0 10px;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto, .paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  {
    padding-left: 10px;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto  .logo_landing img
  ,.paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto  .logo_landing img
  ,.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  .logo_landing img  {
    width: 120px;
  }
  .paragraph--type--formulario-landing .left-content .fondo_landing .texto-foto  .texto_landing
  ,.paragraph--type--formulario-landing-html .left-content .fondo_landing .texto-foto  .texto_landing
  , .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto  .texto_landing {
    font-size: 14px;
  }
}
/*Fin landong*/

.landing_juntos ul {
  list-style-position: outside; list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMTQyMUJCNUI2QzkxMUU4ODU3REVGNENCNENDREFEMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMTQyMUJCNkI2QzkxMUU4ODU3REVGNENCNENDREFEMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNDIxQkIzQjZDOTExRTg4NTdERUY0Q0I0Q0NEQUQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkYxNDIxQkI0QjZDOTExRTg4NTdERUY0Q0I0Q0NEQUQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+X7T5yAAAAAZQTFRF1245AAAAAX3rXwAAAA5JREFUeNpiYKAnAAgwAABuAAEcD8SQAAAAAElFTkSuQmCC);

}

.landing_juntos .text-naranja {
  color: #f26922;
}


.landing_juntos .carousel-inner .carousel-item.active,
.landing_juntos .carousel-inner .carousel-item-next,
.landing_juntos .carousel-inner .carousel-item-prev {
  display: flex;
}

.landing_juntos .b-white {
  border: solid 1px #FFF;
}
.landing_juntos  .text-white {
  color: #fff !important;
}

/*Pagina 404*/
p.no-encontrada-titulo{
  /*font-family: SyntaxLTStd-Roman;*/
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1d1e1c;
}

p.no-encontrada-sub-titulo{
  /*font-family: SyntaxLTStd-Roman;*/
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #eb5f0a;
}

p.no-encontrada-p{
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #1d1e1c;
}

.no-encontrada-link a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #ef7f41;
  text-decoration: underline;
  text-align: center;
}
.no-encontrada-link {
  text-align: center;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: .4 !important;
    filter: Alpha(Opacity=40) !important;
}

/*Fin Pagina 404*/

/*Pagina de Resultados*/
.path-search input#edit-submit{
    background: #ea692f !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 11px 29px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #fff !important;
    border: none !important;
    font-family: 'Merriweather Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    width: 117px !important;
    height: 38px !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    color: #FFFFFF;
    max-width: 117px !important;
    border-radius: 0px !important;
}

.path-search .edit-keys{
  display: none;
}


.path-search #block-medifetema-content {
  padding: 0px 75px;
}

.path-search #block-medifetema-content h2{
  display: none;
}

.path-search #search-form h3
{
  font-size: 20px;
  line-height: 1.2;
  color: #58575c;
  margin-top:20px;
}

.path-seach .mensaje-resultados {
  font-size: 20px;
  line-height: 1.2;
  color: #58575c;
}

.path-search input#edit-keys {
    width: 640px;
    height: 40px;
    max-width: 100%;
    border: none;
    /*position: absolute;*/
    left: 50px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.path-search input#edit-keys::-webkit-input-placeholder,
.path-search input#edit-keys:-moz-placeholder,
.path-search input#edit-keys::-moz-placeholder,
.path-search input#edit-keys:-ms-input-placeholder,
.path-search input#edit-keys::-ms-input-placeholder,
.path-search input#edit-keys::placeholder {
    font-size: 16px;
    line-height: 0.88;
    color: #b2b2b1;
}

.path-search form:not(.busqueda-predictiva) .button.js-form-submit.form-submit{
    position: relative;
}

.path-search #block-medifetema-content li h3 a {
  font-size: 18px;
  line-height: 1.22;
  color: #eb5f0a;
}

.path-search #block-medifetema-content li p {
 font-size: 16px;
  line-height: 1.31;

  color: #58575c;
}

.path-search #block-medifetema-content li p:nth-child(3) {
  display: none;
}


.path-search  .busqueda {
  font-size: 48px;
  line-height: 1.13;
  color: #58575c;
}

.path-search .js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys label {
    display: none;
}

.busqueda-title{
  margin-top: 40px;
}

.path-search ol {
    margin-top: 40px;
    margin-bottom: 1rem;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.path-search ol li{
  max-width: 800px;
}



.path-search .search-form a {
  display: none;
}


.path-search li.pager__item {
    display: inline-block;
}




.path-search li.pager__item a {
  font-size: 16px;
  line-height: 1.31;
  color: #58575c;
}

.path-search li.pager__item a:hover {
    color: #eb5f0a;
}

.path-search li.pager__item.is-active a {
  font-size: 16px;
  line-height: 1.31;
  color: #eb5f0a;
  font-weight: 600;
}

.path-search .ayuda-busqueda h2 {
  font-size: 24px;
  line-height: 1.17;
  color: #58575c;
}

.path-search p.texto-ayuda-busqueda {
  font-size: 16px;
  line-height: 1.31;
  color: #58575c;
}

.wrapper-ayuda {
    padding-left: 62px;
}

.path-search .pager ul {
  padding-left: 0;
}

@media screen and (max-width: 1199px) {

  .wrapper-ayuda {
      padding-left: 0px;
  }

}


@media screen and (max-width: 900px) {

  .path-search input#edit-submit {
      margin-top: 15px;
      /*width: 100%;*/
  }

}

/*Fin Pagina de Resultados*/

/*Paginas Beneficios*/
.page-node-type--beneficios .imagen-detalle {
    width: 100%;
    height: auto;
    max-height: 350px;
    position: relative;
}

.page-node-type--beneficios .imagen-detalle .field--name-field-imagen {
  max-height: 350px;
  overflow: hidden;
}

.page-node-type--beneficios .imagen-detalle .field--name-field-imagen img {
    width: 100%;
    height: auto;
    /*max-height: 350px;*/
}

.page-node-type--beneficios .imagen-detalle .field--name-field-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-node-type--beneficios .field--name-field-descripcion {
    margin-top: 40px;
}

.page-node-type--beneficios .field--name-field-logo img{
    max-width: 130px;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.page-node-type--beneficios .field--name-field-logo {
    width: 146px;
    height: 146px;
    background: #fff;
    -moz-border-radius: 73px;
    -webkit-border-radius: 73px;
    border-radius: 73px;
}

.page-node-type--beneficios #block-medifetema-page-title .contenido-seccion {
    margin-top: 50px;
    padding-left: 0;
    position: relative;
}

.page-node-type--beneficios #block-medifetema-page-title .container {
    padding-left: 5px;
}

.page-node-type--beneficios .breadcrumb-medife-wrapper {
  display: none;
}

.page-node-type--beneficios .field--name-field-categoria {
    position: relative;
    bottom: 12px;
    z-index: -1;
}
/* Beneficios codigo de promocion */
.title--name-field-codigo-promocion {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 17px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

div[data-quickedit-field-id*="field_codigo_promocion"] div:nth-child(2) {
    box-sizing: border-box;
    height: 45px;
    width: 265px;
    border: 0.5px solid #797978;
    border-radius: 4px;
    background-color: #F6F6F6;
    box-shadow: inset 3px 3px 4px 0 rgba(200,200,200,0.5);
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#modal-container div[data-quickedit-field-id*="field_codigo_promocion"] div:nth-child(2) {
  margin: 0 auto;
}

.field--name-field-detalle-codigo-promocion {
    margin-bottom: 30px;
    color: #1D1E1C;
    font-family: "Syntax LT Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 20px;
}

.field--name-field-categoria a {
    color: #58575c;
    font-size: 20px;
    line-height: 24px;
    /* font-weight: 600; */
    margin-top: 30px;
    margin-bottom: 17px;
}

/* FIN Beneficios codigo de promocion */

@media screen and (max-width: 900px) {
  .page-node-type--pagina-compuesta-sin-header .webform-submission-form {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      padding-top: 0;
      padding-bottom: 150px;
      max-width: 100%;
      margin: 0 auto;
  }

  .page-node-type--beneficios .field--name-field-logo {
      width: 112px;
      height: 112px;
      background: #fff;
      -moz-border-radius: 56px;
      -webkit-border-radius: 56px;
      border-radius: 56px;
  }

  .page-node-type--beneficios #block-medifetema-page-title .contenido-seccion h1 {
      font-size: 32px;
  }

}
/*Fin Paginas Beneficios*/


/* Modal Generico on Load*/
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.onload-modal .icon-times {
  background-image: url(/themes/custom/medifetema/images/close-plan.svg);
  background-size: 25px 25px !important;
  background-position-y: 6px !important;
  background-position-x: 0px !important;


}
.onload-modal .icon {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}

.onload-modal .text-dark {
  color: #EB5F0A !important;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}
.onload-modal .text-center {
    text-align: center!important;
}

.onload-modal p {
  margin-bottom: 30px;
}

.onload-modal .text-content {
  color: #58575C;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
}

#onload-modal .modal-dialog {
  max-width: 832px !important;
}
.onload-modal .btn-default-medife {
  height: 40px;
  width: 212.28px;
  background-color: #eb5f0a;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.onload-modal .modal-footer {
  border-top: none !important;
}

/* FIN Modal Generico on Load*/
/* FIX apariencia botones IOS */
a[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*FIN FIX apariencia botones IOS */


/* Menu Bloque (Salud Mental)*/
.lista-menu-salud {
    display: table;
    width: 100%;
    margin-top: 32px;
    padding: 0px;
}
.lista-menu-salud li {
    display: table-cell;
    height: 47px;
    background-color: #F6F6F6;
    color: #58575C;
}
.lista-menu-salud li a {
    display: block;
    text-align: center;
    margin: 0;
    color: #58575C;
    /*background-color: #F6F6F6;*/
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    padding: .7em 0;
    border-left: 1px solid #979797;
}

.lista-menu-salud li.active { /*, .lista-menu-salud li a.active {*/
  color: #FFFFFF;
  background-color: #EB5F0A;
  border: 0px solid #EB5F0A;
}
.lista-menu-salud li a.active {
  color: #FFFFFF;
  background-color: #EB5F0A;
}

.lista-menu-salud li:not(.active):hover { /*, .lista-menu-salud li a:not(.active):hover {*/
  background-color: #DBDBDB;
  border-left: 0px solid #DBDBDB;
}
.lista-menu-salud li a:not(.active):hover {

  background-color: #DBDBDB;
}

/*
.lista-menu-salud li.active:hover, .lista-menu-salud li a.active:hover {
  background-color: #BE4801;
  border: 0px solid #BE4801;
}
*/
.lista-menu-salud li .con-arrow {
    position: relative;
    left: calc(50% - 15px);
    width: 100%;
}

.lista-menu-salud li .con-arrow:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #EB5F0A;
    content: '\0025B8';
    position: absolute;
  }
  .lista-menu-salud li .con-arrow:after:hover{
    border-top: 15px solid #BE4801;
  }

.lista-menu-salud li:first-child, .lista-menu-salud li:first-child a {
  border-radius: 5px 0 0 5px;
  border-left: none;
}

.lista-menu-salud li:last-child, .lista-menu-salud li:last-child a {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 600px) {
  .block-menu-salud .container, .block-menu-salud .container .row, .block-menu-salud .container .row .col-12 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }

  .lista-menu-salud {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lista-menu-salud li a {
    font-size: 14px;
  }
}

/* Fin Menu Bloque (Salud Mental)*/

/*SLIDE PRENSA*/

.prensa-wrapper {
    height: 400px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.slide-prensa .slick-dots {
  padding-right: 0px !important;
}

  .slick.slick--view--prensa.slick--view--prensa--block-prensa {
    margin-left: -11px;
    margin-right: -11px;
  }

.prensa-element, .prensa-element {
    box-shadow: rgb(0 0 0 / 23%) 0px 0px 9px;
    height: 380px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 4px;
    /*right: 15px;*/
}

.img-digi, .img-audio, .img-papel {

}

.img-tipo {
    border-radius: 5px 5px 0 0;
    position: relative;
}

.img-tipo img {
    max-height: 112px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-digi {
  background-image: url("../images/prensa/imagen-prensa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.img-digi:hover {
  background-image: url("../images/prensa/prensa_hover_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.img-audio {
  background-image: url("../images/prensa/imagen-prensa2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.img-audio:hover {
  background-image: url("../images/prensa/prensa_hover_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.img-papel {
  background-image: url("../images/prensa/imagen-prensa3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.img-papel:hover {
  background-image: url("../images/prensa/prensa_hover_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.prensa-wrapper .prensa-element .img-tipo {
    height: 190px !important;
    width: 100%;
}

.block-slide-prensa {
    padding-bottom: 80px;
    background: linear-gradient(180deg,#F2F2F2 0%,#FBFBFB 100%);
}

.block-slide-prensa .prensa-element .row {
    margin: 0px;
}

.block-slide-prensa h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.prensa-field-title,.prensa-field-title a {
  color: #1D1E1C;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 27px;
  text-decoration: none;
  position: relative;
}

.prensa-field-title {
  margin-top: 23px;
  padding: 0 15px 0 15px;
}

.prensa-descripcion {
  color: #58575C;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  position: relative;
  padding: 0 15px 0 15px;
}

.prensa-field-ver {
    position: absolute;
    bottom: 8px;
    margin-left: 15px;
    bottom: 8px;
}

.prensa-field-ver a {
   color: #EB5F0A;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 14px;
  text-decoration: underline;
}

.prensa-field-ver a:hover {
  color: #BE4801;
}

.prensa-wrapper .prensa-element .prensa-descripcion {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.prensa-wrapper .prensa-element .prensa-field-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1200px) {
  .block-slide-prensa .views-element-container {
      /*padding: 0 62px;*/
  }
}

@media screen and (max-width: 1199px) {

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing.titulo {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
}

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;

}

  .prensa-wrapper {
    height: 322px;

  }

  .prensa-wrapper .prensa-element .img-tipo {
    height: 190px !important;
  }

.prensa-wrapper .prensa-element .prensa-field-title, .prensa-wrapper .prensa-element .prensa-descripcion {
  -webkit-line-clamp: 2;
}

  .img-tipo img {
      max-height: 87px;
  }
  .prensa-element, .prensa-element {
      height: 316px;
  }


  .img-tipo {
      max-height: 158px;
  }


}

@media screen and (max-width: 1023px) {


.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing.titulo {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
}

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;

}

div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    top: 51px;
    max-height: 300px;
}


/*22162*/
.home-slide .slick__slide .container .col-12 {
    padding: 0px;
}

.medife .block-slide-prensa .container {
    max-width: 1027px;
    padding: 0 23px;
}

  .prensa-wrapper {
    height: 370px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .prensa-wrapper .prensa-element .img-tipo {
    height: 183px !important;
  }

  .img-tipo img {
      max-height: 99px;
      max-height: 99px;
  }
  .prensa-element,.prensa-element {
    height: 366px;
  }



}


@media screen and (max-width: 600px) {

    .prensa-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
  .block-slide-prensa .container {
    max-width: 100% !important;
    padding: 0 21px;

  }
  .prensa-element .container {
    width: 100%;
  }

  .container.titulo-prensa {
      padding-left: 45px;
  }

  .block-slide-prensa .contenido-seccion {
    margin-left: 0px !important;
  }

}

/* FIN SLIDE PRENSA*/

/* SLIDE PUBLICACIONES  */
.block-slide-publicaciones .contenido-seccion {
  padding: 0px;
  margin: 0px;
  /*padding: 0 62px;*/
}


.slick.slick--view--publicaciones.slick--view--publicaciones--block-1 {
    margin-left: -11px;
    margin-right: -11px;
}

.slick.slick--view--publicaciones {
    /*padding: 0 62px;*/
}

.block-slide-publicaciones .slick-slide {
    /*left: 15px;*/
    position: relative;
}

.block-slide-publicaciones .views-element-container {

}

.slide-publicaciones .slick-dots {
  padding-right: 0px !important;
}

.publicaciones-element {
  height: 380px;
}

.publicaciones-element div {
    float: left;
}

.publicaciones-element .info {
    width: calc(100% - 270px);
    padding: 15px;
    position: relative;
    height: 100%;
}

.publicaciones-element div h3 {
    color: #1D1E1C;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 27px;
}

.publicaciones-element div p {
    color: #58575C;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

.publicaciones-element div p.small {
  display: none;
}

.publicaciones-element .image {
    width: 270px;
    padding: 17px;
    background-color: #F6F6F6;
    border-radius: 0px 4px 4px 0px;
}

.publicaciones-element .info .link {
    position: absolute;
    bottom: 14px;
}
.publicaciones-element .info .link a {
    color: #EB5F0A;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 14px;
    text-decoration: underline;
}

.block-slide-publicaciones h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.block-slide-publicaciones {
    background: linear-gradient(180deg,#F2F2F2 0%,#FBFBFB 100%);
}

.block-slide-publicaciones .publicaciones-element {
    background-color: #FFF;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px;
    height: 380px;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
}

.block-slide-publicaciones .publicaciones-wrapper {
    height: 400px;
    margin-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    right: 0px;
    position: relative;
}


@media screen and (max-width: 1199px) {
  .publicaciones-element div p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .block-slide-publicaciones .slick-list.draggable {
    /*margin: 0 -20px 0 0 !important;*/
  }

  .block-slide-publicaciones .slide-publicaciones {

  }

  .block-slide-publicaciones .publicaciones-wrapper {
    height: 335px;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    right: 5px;
  }

  .medife .block-slide-publicaciones .container {
    max-width: 1027px;
    padding: 0 35px;
  }

  .block-slide-publicaciones .publicaciones-element {
    height: 320px;
    width: 100%;
    float: left;
    margin: 5px;
  }

  .block-slide-publicaciones .contenido-seccion {
    padding: 0px;
  }

  .block-slide-publicaciones .views-element-container {

  }

  .slick.slick--view--publicaciones {
   padding: 0px;
  }

  .slide-publicaciones .slick-dots {
    padding-right: 0px !important;
  }



  .publicaciones-element .image img {
    height: 290px;
    width: auto;
  }

  .publicaciones-element .image {
    height: 320px;
    width: 238px;
  }


  .publicaciones-element .info {
    width: calc(100% - 238px);
    height: 320px;
  }

}


@media screen and (max-width: 1023px) {

  .path-search input#edit-submit {
      margin-top: 15px;
      /*width: 100%;*/
  }

.medife .block-slide-publicaciones .container {
    max-width: 1027px;
    padding: 0 23px;

}
}

@media screen and (max-width: 500px) {
  .social ul {
    text-align: center;
  }

  .social ul li {
    margin-right: 7px !important;
    margin-left: 7px;
  }

  .publicaciones-element div h3 {
    font-size: 18px;
  }

  .publicaciones-element div p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }

  .block-slide-publicaciones .slide-publicaciones{

  }

  .block-slide-publicaciones .slick-list.draggable {
    /*margin-right: -50%;*/
  }

  .slick.slick--view--publicaciones {
      padding: 0px;
      left: -3px;
      position: relative;
      width: 100%;
  }

  .block-slide-publicaciones .publicaciones-wrapper{
    height: 270px;
    width: 100%;
    right: 4px;
  }

  .medife .block-slide-publicaciones .container {
      padding: 0 21px !important;
      max-width: none;
  }

  .block-slide-publicaciones .slick-slide {
      /*position: relative;
      left: -5px;*/
  }
  .block-slide-publicaciones .publicaciones-element {
    height: 253px;
    width: 100%;
    float: left;
    margin: 5px;

  }

  .publicaciones-element .image img {
    height: 218px;
    width: auto;
    left: -6px;
    position: relative;
  }

  .publicaciones-element .image {
    height: 254px;
    width: 170px;
  }


  .publicaciones-element .info {
    width: calc(100% - 170px);
    height: 253px;
  }

  .publicaciones-element div p:not(.small) {
    display: none;
  }
  .publicaciones-element div p.small {
    display: none;
  }

}
/*
@media screen and (max-width: 750px) {

  .block-slide-publicaciones .publicaciones-wrapper {
    height: 255px;
  }
  .block-slide-publicaciones h2 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 54px;
  }

  .block-slide-publicaciones .slick-slide {
      position: relative;
      left: 2px;
  }
  .block-slide-publicaciones .publicaciones-element {
    height: 253px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .block-slide-publicaciones span.icono-titulo img {
    height: 34px;
    width: auto;
  }

  .publicaciones-element .image {
    height: 253px;
    width: 173px;
  }


  .publicaciones-element .info {
    width: calc(100% - 173px);
    height: 253px;
  }

  .publicaciones-element div p:not(.small) {
    display: none;
  }

  .publicaciones-element div p.small {
    display: none;
  }




}*/

/* FIN SLIDE PUBLICACIONES  */

/* MODAL AMN */


#modal-usuario-amn .onload-modal .text-dark{
  color: #1D1E1C !important;
  font-size: 36px !important;
  letter-spacing: 0 !important;
  line-height: 42px !important;
 }

 #modal-usuario-amn .onload-modal p {
    color: #58575C;
    font-family: "Syntax LT Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    width: 546px;
    margin: 0 auto;

 }

 #modal-usuario-amn .modal-content {
    height: 571px;
}

#modal-usuario-amn .modal-footer {
  position: absolute;
  bottom: 65px;
  transform: translateX(50%);
}

#modal-usuario-amn .btn-default-medife-blanco {
  color: #797978;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #797978;
}

#modal-usuario-amn .row.justify-content-center {
  height: 100%;
}

#modal-usuario-amn p a {
    color: #eb5f0a;
    text-transform: none;
}

#modal-usuario-amn .ng-star-inserted {
  height: 65%;
}

/* FIN MODAL AMN */

/* SLIDE JORNADAS */

.block-slide-jornadas {
    padding-bottom: 80px;
}


  .block-slide-jornadas .slide-jornada .slick-dots {
    padding-right: 0px;
  }
.block-slide-jornadas  h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

.block-slide-jornadas .jornadas-element{
  height: 537px;
  width: 100%;
}

.block-slide-jornadas .contenido-seccion {
  padding: 0 62px;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .fecha {
  color: #EB5F0A;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .titulo {
  color: #EB5F0A;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .romano {
  color: #EB5F0A;
  font-family: "Roboto Slab";
  font-size: 100px;
  letter-spacing: 0;
  line-height: 100px;
  font-weight: bold;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .lugar {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .bajada {
  color: #58575C;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 27px;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .enlace, .block-slide-jornadas .jornadas-element .contenedor-textos .enlace a {
  color: #EB5F0A;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 18px;
}
.block-slide-jornadas .jornadas-element .contenedor-textos .enlace {
    position: absolute;
    bottom: 3px;
    width: 100%;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .enlace a {
  text-decoration: underline;
}

.block-slide-jornadas .jornadas-element .contenedor-textos {
  height: 537px;
  position: relative;
  width: 279px;
  float: left;
  padding-right: 46px;
}

.block-slide-jornadas .jornadas-element .contenedor-textos .wrapper-romano-titulo {
  border-top: 2px solid #EB5F0A;
  border-bottom: 2px solid #EB5F0A;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.block-slide-jornadas .jornadas-element .contenedor-imagen{
  height: 537px;
  width: calc(100% - 325px);
  position: relative;
  float: left;
}
.block-slide-jornadas .jornadas-element .contenedor-imagen .autor {
  position: absolute;
  opacity: 0.6;
  background-color: #000000;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

  .block-slide-jornadas .jornadas-wrapper .bajada-mobile-wrapper {

  }

  .block-slide-jornadas  .bajada.mobile {
    display: none;
  }

@media screen and (max-width: 1250px) {

  .block-slide-jornadas .jornadas-element{
    height: 410px;
  }

  .block-slide-jornadas .jornadas-element .contenedor-textos {
    height: 410px;
    width: 324px;
  }
  .block-slide-jornadas .jornadas-element .contenedor-textos .bajada {
    -webkit-line-clamp: 4;
  }

  .block-slide-jornadas .jornadas-element .contenedor-imagen {
    height: 410px;
    width: calc(100% - 324px);
    float: right;
    overflow: hidden;
    text-align: center;
  }
  .block-slide-jornadas .jornadas-element .contenedor-imagen img {
      height: auto;
      width: 100%;
      overflow: hidden;
      top: 50%;
      transform: translateY(-50%);
      position: relative;
  }
}

@media screen and (max-width: 1199px) {
  .block-slide-jornadas .contenido-seccion {
    padding: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .block-slide-jornadas .jornadas-element .contenedor-textos {
    width: 279px;
    padding-right: 22px;
  }

  .block-slide-jornadas .jornadas-element .contenedor-imagen {
      width: calc(100% - 301px);
  }

  .block-slide-jornadas .jornadas-element .contenedor-imagen img {
    height: 100%;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .block-slide-jornadas .jornadas-element .contenedor-imagen .autor {
    width: 100%;
  }

}

@media screen and (max-width: 550px) {

  .medife .block-slide-jornadas .container {
    max-width: unset;
  }

  .block-slide-jornadas .contenido-seccion {
    margin-left: 15px;
    margin-right: 20px;
  }

  .block-slide-jornadas  h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .block-medifetema-content .mask-slide-home .col-12, .block-slide-jornadas .col-12 {
    padding: 0px;
  }
  .block-slide-jornadas .jornadas-element .contenedor-textos {
    width: 100%;
    padding-right: calc(100% - 279px);
    height: 287px;
    margin-bottom: 10px;
  }
  .block-slide-jornadas .jornadas-element .contenedor-textos .bajada {

  }
  .block-slide-jornadas .jornadas-element .contenedor-imagen{
    width: 100%;
    height: 231px;
  }
  .block-slide-jornadas .jornadas-element .contenedor-imagen img {
    height: auto;
    width: 100%;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    top: 0;
  }

  .block-slide-jornadas .jornadas-element{
    height: 277px;
  }

  .block-slide-jornadas .jornadas-element .contenedor-textos .bajada{
    display: none;
  }

  .block-slide-jornadas .bajada-mobile-wrapper {
    display: block;
  }

  .block-slide-jornadas .jornadas-element .bajada.mobile {
      display: block;
      width: 100%;
      height: 100px;

      float: left;
      overflow: hidden;
  }
  .block-slide-jornadas .bajada.mobile p {
      color: #58575C;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 19px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 20px;
  }

}


@media screen and (max-width: 500px) {

  .medife .block-slide-jornadas .container {
    max-width: unset !important;
  }
}
/* FIN SLIDE JORNADAS */

/* SLIDE VIDEOS */

.block-slide-videos {
    padding-bottom: 30px;
    margin-top: 30px;
}

.block-slide-videos .slick--view--videos {
    Height: 418px;
}

.block-slide-videos .btn-play-videos-bg, .block-slide-videos .btn-play-videos-sm {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  poin
}

.block-slide-videos .btn-play-videos-bg:hover, .block-slide-videos .btn-play-videos-sm:hover {
  cursor: pointer;
}

.block-slide-videos .contenido-seccion, .block-slide-videos .views-element-container {
  /*padding: 0 62px;*/
}

.block-slide-videos .slick__arrow {
  position: absolute;
  top: 332px;
  right: 30px;
}

.block-slide-videos .slick__arrow .slick-prev {
  display: none !important;
}

.block-slide-videos .slick-arrow {
  position: relative;
  background: transparent;
  height: 40px;
  color: transparent;
  width: 40px;
  border: none;
  cursor: pointer;
}


.block-slide-videos .video-velo-gris {
    border: 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
}

.block-slide-videos .slick-next:before {
    content: url(/themes/custom/medifetema/images/videos/next-videos.svg);
}

/*next-videos.svg*/

.block-slide-videos .slick-slide .videos-wrapper {
  position: relative;
}

.block-slide-videos .slick-slide.slick-active.slick-current .videos-wrapper {
  /*margin-right: 11px;*/
}

.block-slide-videos .slick-slide.slick-current.slick-active {
    width: 746px !important;
}

.block-slide-videos .slick-slide.slick-active:not(.slick-current)
{
  width: 364px;
  margin-left: 11px;
}

.block-slide-videos .slick-slide.slick-current .videos-wrapper{
  Height:418px;
  Width:746px;

}

.block-slide-videos .slick-slide.slick-current .videos-wrapper .btn-play-videos-bg {
  display: block;
}

.block-slide-videos .slick-slide:not(.slick-current) .videos-wrapper .btn-play-videos-sm {
  display: block;
}

.block-slide-videos .slick-slide:not(.slick-current) .videos-wrapper{
  width: 364px;
  Height:418px;
  float: left;
}

/*.block-slide-videos .video-elemento-interior,*/
.block-slide-videos .slick-slide:not(.slick-current) .video-field-title {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  color: #58575C;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}


.block-slide-videos .slick-slide.slick-current .video-field-title {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 21px;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}


.block-slide-videos .slick-slide:not(.slick-current) .video-elemento-interior {
  overflow: hidden;
  /*background: url("https://www.saintfuckingpetersburg.com/img/drone_shot.44a2dd58.jpg")
    no-repeat 50% fixed;*/
  background-size: cover;
  width: 364px;
  height: 204px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.block-slide-videos .slick-slide .video-elemento-interior, .block-slide-videos .videos-wrapper {
Width:746px;
Height:418px;
float: right;
}

/*.block-slide-videos .videos-element,
.block-slide-videos .hero_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}*/

.block-slide-videos .hero_video iframe {
  opacity: 0;
}

.block-slide-videos .hero_video iframe.loaded {
  opacity: 1;
}



  .block-slide-videos .slide-jornada .slick-dots {
    padding-right: 0px;
  }
.block-slide-videos  h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }



.block-slide-videos .contenido-seccion {
  /*padding: 0 62px;*/
}


@media screen and (max-width: 1250px) {





}

@media screen and (max-width: 1199px) {

.block-slide-videos .slick-slide + div, .block-slide-videos .slick-slide, .block-slide-videos .slick-slide .slick__slide {
  height:380px;
}

  .block-slide-videos .contenido-seccion, .block-slide-videos .views-element-container {
    padding: 0px;
  }

  .block-slide-videos .slick-slide.slick-current.slick-active {
      width: 678px !important;
  }

  .block-slide-videos .slick-slide.slick-active:not(.slick-current)
  {
    width: 248px !important;
    margin-right: 20px;
  }

  .block-slide-videos .slick-slide.slick-current .videos-wrapper{
    Height:380px;
    Width:678px;
  }

  .block-slide-videos .slick-slide:not(.slick-current) .videos-wrapper{
    width: 248px;
    Height:137px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

  }


  .block-slide-videos .slick__arrow {
      top: 308px;
      right: -10px;
  }


  .block-slide-videos .slick-slide:not(.slick-current) .video-elemento-interior {
    width: 248px;
    height: 137px;
  }

  .block-slide-videos .slick-slide .video-elemento-interior, .block-slide-videos .videos-wrapper {
  Width:678px;
  Height:380px;
  }


}

@media screen and (max-width: 1023px) {

input[id^=edit-field-beneficio-localidad-target-id] {
  width: 190px;
  top: -15px;
}
.punto-geografico {
  top: 5px !important;
}

span.lupita {
    right: 0px;
    top: 0px;
}
div.filtro-buscador-categorias-preguntas,
div.filtro-buscador-categorias {
    top: 5px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label [id^="edit-buscar"] {
  top: -15px;

}
.punto-geografico {
  top: 5px;
}

span.lupita {
    top: 0px;
    right: 0px;
}

.js-form-item.form-item.js-form-type-entity-autocomplete.form-item-field-beneficio-localidad-target-id.js-form-item-field-beneficio-localidad-target-id.form-no-label {
  right: 250px !important;
  width: 190px;
}

span#point-x svg {
  top: 0px !important;
}
div.filtro-buscador-categorias-preguntas span.texto,
div.filtro-buscador-categorias span.texto {
  top: -12px;
}

div.filtro-buscador-categorias-preguntas span,
div.filtro-buscador-categorias span {
  top: -5px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label {
  width: 150px;
}

.block-slide-videos .slick-slide + div, .block-slide-videos .slick-slide, .block-slide-videos .slick-slide .slick__slide {
  height:304px;
}

  .block-slide-videos .slick-slide.slick-current.slick-active {
      width: 542px !important;
  }



  .block-slide-videos .slick-slide.slick-active:not(.slick-current)
  {
    width: 248px !important;
    height: 304px;
  }

  .block-slide-videos .slick-slide.slick-current .videos-wrapper{
    height:304px;
    width:542px;
  }

  .block-slide-videos .slick-slide:not(.slick-current) .videos-wrapper{
    width: 248px !important;
    height: 137px;
    position: relative;
  }


  .block-slide-videos .slick__arrow {
    display: none;
  }


  .block-slide-videos .slick-slide:not(.slick-current) .video-elemento-interior {
  }

  .block-slide-videos .slick-slide .video-elemento-interior, .block-slide-videos .videos-wrapper {
    height:304px;
    width:542px;
  }



}

@media screen and (max-width: 550px) {




.block-slide-videos .slick-slide + div, .block-slide-videos .slick-slide, .block-slide-videos .slick-slide .slick__slide {
  height: 191px;
}

  .block-slide-videos .slick-slide.slick-current.slick-active {
  height: 191px;
  width: 343px !important;
  }

  .block-slide-videos .slick--view--videos {
      height: 191px;
      overflow: hidden;
  }

  .block-slide-videos .btn-play-videos-sm,
  .block-slide-videos .slick-slide:not(.slick-current) .videos-wrapper .btn-play-videos-sm {
      display: block;
  }

  .block-slide-videos .slick-slide.slick-current .videos-wrapper .btn-play-videos-sm {
      display: block; !important;
  }

  .block-slide-videos .slick-slide.slick-current .videos-wrapper .btn-play-videos-bg {
      display: none !important;
  }

  .block-slide-videos .slick-slide.slick-active:not(.slick-current)
  {
  height: 191px;
  width: 343px !important;
  }

  .block-slide-videos .slick-slide.slick-current .videos-wrapper{
  height: 191px;
  width: 343px !important;
  }

  .block-slide-videos .slick-slide:not(.slick-current) .videos-wrapper{
    height: 191px;
    width: 343px !important;
    position: relative;
  }


  .block-slide-videos .slick__arrow {
    display: none;
  }


  .block-slide-videos .slick-slide:not(.slick-current) .video-elemento-interior {
    height: 191px;
    width: 343px !important;
  }

  .block-slide-videos .slick-slide .video-elemento-interior, .block-slide-videos .videos-wrapper {
    height: 191px;
    width: 343px !important;
  }
}

#modal-video-salud .onload-modal .icon-times {
  background-image: url(/themes/custom/medifetema/images/close-blanco.svg);
    background-size: 25px 25px !important;
    background-position-y: 10px !important;
    background-position-x: 3px !important;
  z-index: 500;
}

#modal-video-salud .modal-content.onload-modal {
    background-color: #000;
    opacity: 1;
}

#modal-video-salud .modal-header {
    height: 50px;
}

#modal-video-salud .modal-header .icon {
    width: 45px !important;
    height: 45px !important;
    z-index: 700;
}


#modal-video-salud .videos-env {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#modal-video-salud .videos-env {
  overflow: hidden;
  /*background: url("https://www.saintfuckingpetersburg.com/img/drone_shot.44a2dd58.jpg")
    no-repeat 50% fixed;*/
  background-size: cover;
  top: -50px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

#modal-video-salud .salud_video_reproductor,
#modal-video-salud .videos-env iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

#modal-video-salud .videos-env iframe {
  opacity: 0;
}

#modal-video-salud .videos-env iframe.loaded {
  opacity: 1;
}

#modal-video-salud .salud_video_content {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
position: absolute;
bottom: 100px;
left: 25px;
}

#modal-video-salud .salud_video_content_title {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;

}

#modal-video-salud .video-modal-controles {
  position: absolute;
  bottom: 70px;
  right: 70px;
}


#modal-video-salud .video-modal-controles #pauseplaymodalsalud {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    float: left;
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    position: relative;
    left: -8px;
}

#modal-video-salud .video-modal-controles #pauseplaymodalsalud.paused {
  left: -15px !important;
}

#modal-video-salud .video-modal-controles #muteunmutemodalsalud {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    float: left;
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
    position: relative;
}

#modal-video-salud .video-modal-controles #muteunmutemodalsalud.muted {
  left: -2px;
}

#modal-video-salud .modal-content.onload-modal {
    border: none;
    border-radius: 5px;
}
#modal-video-salud .modal-body {
  padding: 0;
  margin-bottom: -50px;
  position: relative;
}

/* FIN SLIDE VIDEOS */

/* BUSCADOR BENEFICIOS */

form#views-exposed-form-beneficios-destacados-block-lista {
    position: relative;
    margin-bottom: 20px;
}

button#btn_enviar_filtros_beneficios_x.activo .lupita-interna, .borrar-filtros-beneficios-pipe, .borrar-filtros-beneficios {
  display: none;
}

button#btn_enviar_filtros_beneficios_x.activo .lupita-interna-activa {
  width: 26px;
  margin-right: 10px;
}

button#btn_enviar_filtros_beneficios_x:not(.activo) .lupita-interna {
  width: 26px;
  margin-right: 10px;
}

button#btn_enviar_filtros_beneficios_x:not(.activo) .lupita-interna-activa {
  display: none;
}

span#cierre-categorias, span#cierre-categorias-busqueda, span#cierre-categorias-provincias {
    position: absolute;
    right: 13px;
    top: 10px;
    display: none;
}

span#cierre-categorias img.cierre-categorias, span#cierre-categorias-busqueda img.cierre-categorias, span#cierre-categorias-provincias img.cierre-categorias {
    width: 15px;
    height: 15px;
}

#views-exposed-form-beneficios-destacados-block-lista .lupita, .borrar-filtros-beneficios {
  cursor: pointer;
}

button#btn_enviar_filtros_beneficios, button#btn_enviar_filtros_beneficios_x {
  width: 85%;
  margin: 0 auto;
  display: none;
  color: #797978;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  padding: 10px;
  border: none;
  margin-bottom: 12px;
  margin-top: 10px;
  border-radius: 5px;
}

button#btn_enviar_filtros_beneficios.activo, button#btn_enviar_filtros_beneficios_x.activo {
    background-color: #EF7F41;
    color: #fff;
}

div#filtro-buscador-provincias {
    cursor: pointer;
    position: relative;
    right: 398px;
    width: 240px;
    float: right;
    top: -25px;
    text-align: right;
}

div#filtro-buscador-provincias span#filtro-buscador-provincias-action {
    margin-left: 5px;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 299px !important;
    min-height: 239px;
    position: absolute;
    top: 160px !important;
    right: -21px;
    z-index: 10;
    background-color: #fff !important;
    border-bottom: 15px solid #fff !important;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
    padding: 15px;
}
@media screen and (min-width: 1024px) {
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    top: 85px !important;
  }

  .toolbar-fixed.user-logged-in.toolbar-horizontal .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    top: 125px !important;
  }
}

@media screen and (max-width: 1023px) {
  .toolbar-fixed.user-logged-in.toolbar-horizontal .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    top: 436px !important;
  }
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #c4c4c4 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 16px;
    border-style: solid;
    border-width: 0 14px 14px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

span#filtro-buscador-provincias-action {
    cursor: pointer;
    position: relative;
    float: left;
    top: -8px;
}



span.texto-caja-busqueda {
    opacity: 0.59;
    color: #797978;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-align: right;
    float: right;
    right: 55px;
    top: 3px;
    position: relative;
    display: none;
}

div.filtro-buscador-categorias span.texto {
    cursor: pointer;
    position: absolute;
    max-width: 200px;
}

div.filtro-buscador-categorias-preguntas span.texto p,
div.filtro-buscador-categorias span.texto p {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 25px;
    top: -25px;
}

div.filtro-buscador-categorias span.texto p:hover {
  color: #58575c;
}

div.filtro-buscador-categorias-preguntas span.texto p {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #797978;
    margin-left: 20px;
}

div.filtro-buscador-categorias-preguntas span.texto p:hover {
    color: #1D1E1C;
}

.js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label {
    position: absolute;
    right: 0;
}

.js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label [id^="edit-buscar"] {
    position: relative;
    right: 115px;
    border: none;
    border-bottom: 1px solid #979797 !important;
    line-height: 38px;
    top: -14px;
}

span.lupita-interna {
    margin-right: 10px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label [id^="edit-buscar"]:active {
 border-bottom: 1px solid #979797;
}

.js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label [id^="edit-buscar"]:hover {
  border-bottom: 1px solid #979797;
  margin-bottom: -1px;
}

span.lupita {
    position: absolute;
    top: -5px;
    right: 68px;
}
span.lupita#lupita-x-activa {
  display: none;
}

div.filtro-buscador-categorias {
    cursor: pointer;
    position: relative;
    left: 70px;
    width: 33%;
    /*top: 5px;*/
}

@media screen and (min-width: 1000px) {
  div.filtro-buscador-categorias {
      max-width: 240px;
  }
}

div.filtro-buscador-categorias-preguntas span ,
div.filtro-buscador-categorias span {
  margin-left: 5px;
  cursor: pointer;
}

#filtros-expuestos-beneficios-x-preguntas,
#filtros-expuestos-beneficios-x,
#filtros-expuestos-beneficios-x-buscar,
#filtros-expuestos-beneficios-x-provincias {
    padding-left: 62px;
    position: absolute; z-index: 4;
    background: #FFF;
    padding: 5px;
    width: calc(calc(100% - 190px) - 15%);
    border-radius: 10px;
    left: 55px;
    box-shadow: 0 2px 4px 0 rgb(33 37 41 / 10%), 0 7px 14px 0 rgb(33 37 41 / 10%);
    display: none;
}
.texto.desktop {
  display: block !important;
}

.js-form-item-field-beneficio-localidad-target-id-mobile {
    display: none !important;
}

.texto.mobile {
  display: none !important;
}

/* Buscador localidades */

.form-item-field-beneficio-localidad-target-id span.texto.desktop {
    position: relative;
    left: 35px;
    cursor: pointer;
}

.js-form-item.form-item.js-form-type-entity-autocomplete.form-item-field-beneficio-localidad-target-id.js-form-item-field-beneficio-localidad-target-id.form-no-label {
    z-index: 0;
    position: absolute;
    left: 305px;
    width: 420px;
}

input[id^=edit-field-beneficio-localidad-target-id] {
  display: none !important;
    width: 255px;
    position: relative;
    /* right: 115px; */
    border: none;
    border-bottom: 1px solid #979797 !important;
    line-height: 38px;
    top: -14px;
    background-image: unset !important;
}

ul#ui-id-1.ui-menu {
    background-color: #FFF !important;
    box-shadow: 0 2px 4px 0 rgb(33 37 41 / 10%), 0 7px 14px 0 rgb(33 37 41 / 10%);
    /*margin-top: 55px !important;*/
    border-radius: 10px;
    padding: 10px;
    padding-top: 10px !important;
    max-width: 350px !important;
}


ul#ui-id-1.ui-menu:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #c4c4c4 transparent;
    display: block;
    width: 0;
    z-index: 0;
}


ul#ui-id-1.ui-menu:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 16px;
    border-style: solid;
    border-width: 0 14px 14px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#ui-id-1.ui-menu li a:hover {
  font-weight: bold;
}
#filtros-expuestos-beneficios-x-provincias:before {
    left: 257px;
    right: unset;
    position: absolute;
}
#filtros-expuestos-beneficios-x-provincias:after {
    left: 258px;
    right: unset;
    position: absolute;
}
.punto-geografico {
    position: absolute;
    top: -3px;
    left: 0px;
    cursor: pointer;
}
/*
span#point-x.con-datos svg,span#point-x-mobile.con-datos svg {
  filter: invert(55%) sepia(85%) saturate(5476%) hue-rotate(6deg) brightness(101%) contrast(92%);
}
*/
#views-exposed-form-beneficios-destacados-block-lista input#edit-field-beneficio-localidad-target-id {
  display: none !important;
}
/* FIN: Buscador localidades */

@media screen and (max-width: 1199px) {
  div.filtro-buscador-categorias-preguntas,
  div.filtro-buscador-categorias {
    left: 0px;
    top: 6px;

  }

  #filtros-expuestos-beneficios-x-provincias:before {
    left: 220px;
  }

  #filtros-expuestos-beneficios-x-provincias:after {
    left: 221px;
  }

  #filtros-expuestos-beneficios-x-preguntas,
  #filtros-expuestos-beneficios-x,
  #filtros-expuestos-beneficios-x-buscar,
  #filtros-expuestos-beneficios-x-provincias {
    left: -15px;
  }

  span.lupita{
    right: 0px;
    top: 6px;
  }

  .js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label [id^="edit-buscar"] {
    right: 45px;
    font-size: 13px;
    line-height: 36px;
    top: -5px;
  }
  div.filtro-buscador-categorias-preguntas span.texto,
  input[id^=edit-field-beneficio-localidad-target-id],
  div.filtro-buscador-categorias span.texto {
   font-size: 13px;
    font-size: 13px;
    line-height: 36px;
    top: -5px;
  }

  .form-item-field-beneficio-localidad-target-id span.texto.desktop{
      font-size: 13px;
      line-height: 36px;
      top: 1px !important;
      left: 30px;
  }

  span.texto.desktop:not(#filtro-buscador-categorias-action-texto) {
    top: 20px !important;
  }

  form#views-exposed-form-beneficios-destacados-block-lista {
    margin-bottom: 40px;
  }

  span#point-x svg {
    position: relative;
    right: 2px;
    top: 10px;
  }

  span#lupita-x svg {
      position: relative;
  }

  .js-form-item.form-item.js-form-type-entity-autocomplete.form-item-field-beneficio-localidad-target-id.js-form-item-field-beneficio-localidad-target-id.form-no-label {
      left: 200px;
  }

  .punto-geografico {
      top: -5px;
  }

  /*#filtros-expuestos-beneficios-x-preguntas,*/
  #filtros-expuestos-beneficios-x,
  #filtros-expuestos-beneficios-x-buscar,
  #filtros-expuestos-beneficios-x-provincias {
    width: calc(calc(100% - 40px) - 8%);
  }

  #filtros-expuestos-beneficios-x-preguntas,
  #filtros-expuestos-beneficios-x,
  #filtros-expuestos-beneficios-x-buscar,
  #filtros-expuestos-beneficios-x-provincias {
    width: 100%;
  }


}

@media screen and (max-width: 1199px)  and (min-width: 701px) {

  #filtros-expuestos-beneficios-x-preguntas {
   width: calc(calc(100% - 40px) - 8%) !important;
   left: 55px !important;
  }

}


@media screen and (min-width: 701px) {
  #close-ubicacion-mobile, #lupita-x-ubicacion, #lupita-x-activa-ubicacion, #lupita-x-activa-ubicacion{
    display: none;
  }

  #texto-caja-busqueda, #lupita-x-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {

.home-slide > div .titulo-slide,
.home-slide > div .descripcion {
  max-width: 50%;
}

.home-slide > div .descripcion {
    top: 325px;
 }

.home-slide .container:not(.c-align-center) .descripcion p {
  width: 100%;
}

  .home-slide div img.img-derecha-slide {
      height: auto;
      width: 189px;
  }

  .home-slide > div .titulo-slide p.h2, .home-slide .c-align-center .titulo-slide p.h2 {
    font-size: 21px;
    line-height: 24px;
  }

  .home-slide .descripcion h4, .home-slide .descripcion h5, .home-slide .descripcion h6, .home-slide .descripcion p:not(.h2) {
    font-size: 14px !important;
    line-height: 28px !important;
  }

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing.titulo {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
}

.paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto .texto_landing {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;

}

div#main.layout-landing-header .paragraph--type--formulario-landing-html-header .left-content .fondo_landing .texto-foto {
    top: 23px;
    max-height: 230px;
}

#filtros-expuestos-beneficios-x-provincias:before {
  left: 50% !important;
}

#filtros-expuestos-beneficios-x-provincias:after {
  left: 50.1% !important;
}

.selecter-type-filter {
    border-radius: 3px !important;
    background: #58575C;
    max-width: 32%;
    width: 32% !important;
    color: #FFFFFF;
    font-weight: 700;

}
.selecter-type-filter p, .selecter-type-filter #texto-caja-busqueda {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}
.selecter-type-filter svg {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(150%) contrast(150%);
}

.busqueda-nombre-wrapper {
    width: 105px;
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding-right: 3px;
}

#filtros-expuestos-beneficios-x-buscar:before {
  right: 11%;
}

#filtros-expuestos-beneficios-x-buscar:after {
  right: 11.2%;
}

.beneficio-localidad-target-id-mobile-wrapper {
    border-radius: 3px;
    padding: 7px;
    width: 135px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    left: -10px;
    position: relative;
}

.buscador-categorias-wrapper {
    border-radius: 3px;
    padding: 7px;
    width: 110px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#ui-id-1.ui-menu li a {
    color: #58575c !important;
}

span#lupita-x-ubicacion svg, span#lupita-x-activa-ubicacion svg {
    width: 32px;
    height: 32px;
    position: relative;
    left: 10px;
}

span#lupita-x-mobile {
    left: 0px;
    position: absolute;
}

.js-form-item.form-item.js-form-type-entity-autocomplete.form-item-field-beneficio-localidad-target-id.js-form-item-field-beneficio-localidad-target-id.form-no-label {
    left: 0px;
    top: -6px;
    width: 100%;
    z-index: 103;
    display: none;
    background-color:#FFF;
}

.js-form-item.form-item.js-form-type-entity-autocomplete.form-item-field-beneficio-localidad-target-id.js-form-item-field-beneficio-localidad-target-id.form-no-label input#edit-field-beneficio-localidad-target-id {
    font-size: 11px;
    line-height: 36px;
    width: 80%;
}

span#close-ubicacion-mobile {
    position: absolute;
    top: 9px;
    right: 30px;
}

.texto.desktop {
  display: none !important;
}

.texto.mobile {
  display: block !important;
  left: 2px !important;
  top: 1px !important;
}

.js-form-item-field-beneficio-localidad-target-id-mobile {
    display: block !important;
    position: absolute;
    width: 33%;
    height: 44px;
    left: 50%;
    transform: translateX(-50%);
}

span.texto-busqueda.mobile {
    text-align: left;
    left: 34px;
    position: relative;
    display: block;
    margin-bottom: -30px;
    width: 145px;
    font-size: 11px;
    color: #797978;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    top: -29px;
    opacity: 0.59;
}


span#lupita-x, span#lupita-x-activa {
  right: 77px;
  top: -2px;
  top: 3px;
}

span#lupita-x, span#lupita-x-activa {
  display: none !important;
}

span#lupita-x-mobile svg, span#lupita-x svg, span#lupita-x-activa svg {
width: 32px;
height: 32px;
}

span#filtro-buscador-categorias-action svg {
    position: relative;
    width: auto;
    height: 24px;
}

span.texto-caja-busqueda {
    left: unset;
    text-align: left;
    top: 8px;
    font-size: 11px;
    right: unset;
}


span#close-ubicacion-mobile svg {
    width: 15px;
    height: 15px;
}

div#filtros-expuestos-beneficios-x-buscar {
  top: 55px;
}

div#filtros-expuestos-beneficios-x-provincias {
 top: 36px;
}

span.texto-caja-busqueda {
  display: block;
}

  #filtros-expuestos-beneficios-x-preguntas:before,
  #filtros-expuestos-beneficios-x:before{
    top: -10px;
    /*left: 19px;*/
    left: 15%;
    border-width: 0 10px 10px;
  }

#filtros-expuestos-beneficios-x-preguntas,
#filtros-expuestos-beneficios-x,
#filtros-expuestos-beneficios-x-buscar,
#filtros-expuestos-beneficios-x-provincias {
    width: calc(100vw - 15px);
    top: 25px;
}

#filtros-expuestos-beneficios-x-preguntas,
#filtros-expuestos-beneficios-x {
  top: 35px;
}


#filtros-expuestos-beneficios-x-preguntas:after,
#filtros-expuestos-beneficios-x:after {
    top: -9px;
    /*left: 20px;*/
    left: 15.2%;
    border-width: 0 9px 9px;
}

  div.filtro-buscador-categorias-preguntas span.texto,
  div.filtro-buscador-categorias span.texto {
      text-align: left;
      left: 24px;
      position: relative;
      display: block;
      margin-bottom: -30px;
      width: 145px;
      font-size: 12px;
    color: #797978;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    top: -24px;
    opacity: 0.59;
  }
  .js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label {
    max-width: 33%;
    width: 33%;
    z-index: 0;
    height: 44px;
  }
  .lista-preguntas-frecuentes, .lista-beneficios, .lista-noticias {
    max-width: 768px;
  }
  .lista-beneficios .views-infinite-scroll-content-wrapper {
    max-width: 363px !important;
  }

  .js-form-item.form-item.js-form-type-textfield.form-item-buscar.js-form-item-buscar.form-no-label [id^="edit-buscar"] {
    font-size: 12px;
    display: none;
  }
  div#wrapper-todos, div#wrapper-categorias {
    width: 100% !important;
    max-width: 100%;
  }

  .wrapper-categorias .btn-filtro-beneficios {
    width: 33%;
  }
  div.filtro-buscador-categorias-preguntas,
  div.filtro-buscador-categorias {
    width: 33%;
    top: 1px;
    border-radius: 3px;
    height: 44px;
  }

  div.filtro-buscador-categorias-preguntas span,
  div.filtro-buscador-categorias span {
    font-size: 11px;
    height: 30px;
    margin-left: 0px;
    cursor: pointer;
  }

  div.filtro-buscador-categorias-preguntas span.texto,
  div.filtro-buscador-categorias span.texto {

  }

  button#btn_enviar_filtros_beneficios, button#btn_enviar_filtros_beneficios_x {
    display: block;
  }

  span#cierre-categorias-busqueda-preguntas,
  span#cierre-categorias-busqueda, span#cierre-categorias, span#cierre-categorias-provincias {
    display: block;
  }

  div.filtro-buscador-categorias span.texto p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-width: 80px;
    font-size: 11px;
  }

}

/* FIN BUSCADOR BENEFICIOS */

body:not(.sticky-header) img.grey.user-contorno-blanco {
    display: none !important;
    opacity: 0.85;
}


body:not(.sticky-header) img.grey.user-contorno-negro {
    display: inline-block !important;
    opacity: 0.85;
}

body:not(.sticky-header) img.grey.user-contorno-negro:hover,
body:not(.sticky-header) img.grey.user-contorno-blanco:hover {
  opacity: 1;
}

body.sticky-header img.grey.user-contorno-blanco {
    display: inline-block !important;
}

body.sticky-header img.grey.user-contorno-negro {
    display: none !important;
}


/*Logueado*/
body:not(.sticky-header) img.grey.logueado-sticky {
    display: none !important;
}

body:not(.sticky-header) img.grey.logueado {
    display: inline-block !important;
}

body.sticky-header img.grey.logueado-sticky {
    display: inline-block !important;
}

body.sticky-header img.grey.logueado {
    display: none !important;
}

.page-node-type--layout-iframe .breadcrumb-medife-wrapper {
  display: none;
}

.page-node-type--layout-iframe .title--name-field-iframe-componentes {
  display: none;
}

.page-node-type--layout-iframe .lista-beneficios .views-infinite-scroll-content-wrapper {
  top: 50px;
  position: relative;
}


p.sin-resultados {
    text-align: center;
    top: 20px;
    position: relative;
}


.iframe-sin-header #block-medifetema-content .paragraph--type--bloques-generales .field--name-field-pr-blocks .container .col-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*
.iframe-sin-header #block-medifetema-content .paragraph--type--bloques-generales .field--name-field-pr-blocks .busqueda-nombre-wrapper input[data-drupal-selector="edit-buscar"] {
  background-color: #f4f4f4;
}
*/

.iframe-sin-header #block-medifetema-content .paragraph.paragraph--type--bloques-generales.paragraph--view-mode--default {
    max-width: 100vw;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.iframe-sin-header div#block-medifetema-page-title {
  display: none;
}
/* Accordion preguntas frecuentes vista */

span.borrar-filtros-beneficios-pipe.borrar-preguntas {
    display: block;
    position: absolute;
    top: -1px;
    left: 230px;
}

span.borrar-filtros-beneficios.borrar-preguntas {
    display: block;
    position: absolute;
    top: -1px;
    left: 280px;
    width: 130px;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #797978;
}



span.borrar-filtros-beneficios.borrar-preguntas:hover {
  color: #1D1E1C;
}

.lista-preguntas-frecuentes {
  padding-bottom: 50px;
}

.lista-preguntas-frecuentes .card {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    min-height: 60px;
}

.lista-preguntas-frecuentes .card:not(.tarjeta-seleccionada) .class-header  {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.lista-preguntas-frecuentes .card .btn.btn-link {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-right: 0;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #58575C;
    text-decoration: none;

}
.lista-preguntas-frecuentes .card.tarjeta-seleccionada .btn.btn-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #1D1E1C;
  text-decoration: none;
  top: 9px;
  position: relative;
}

.lista-preguntas-frecuentes .card .btn.btn-link.collapsed:hover, .lista-preguntas-frecuentes .card .btn.btn-link:hover {
  text-decoration: none;
}

.lista-preguntas-frecuentes .card span.mas-collapsable, .lista-preguntas-frecuentes .card span.menos-collapsable {
    position: absolute;
    right: 0px;
    top: -2px;
}

.lista-preguntas-frecuentes .card.tarjeta-seleccionada .mas-collapsable {
  display: none;
}

.lista-preguntas-frecuentes .card.tarjeta-seleccionada .menos-collapsable {
  display: block;
  z-index: 0;
}

.lista-preguntas-frecuentes .card:not(.tarjeta-seleccionada) .mas-collapsable {
  display: block;
  z-index: 0;
}

.lista-preguntas-frecuentes .card:not(.tarjeta-seleccionada) .menos-collapsable {
  display: none;
}

.lista-preguntas-frecuentes .card.tarjeta-seleccionada {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
}

.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio input[id^=edit-title-filter] {
    display: block;
    outline: none;
    border: none;
    height: 2em;
    margin-bottom: 1px;
    border-bottom: 1px solid #979797;
    background: transparent;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #797978;
    margin-left: 20px;

}

.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio input:focus {
  border-bottom: 1px solid #979797;
  box-shadow: 0 1px 0 0 #979797;
}

div#filtro-buscador-categorias-preguntas {
    top: 40px;
    position: relative;
    left: 10px;
    max-width: 300px;
}

.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio .js-form-item.form-item.js-form-type-textfield.form-item-title-filter.js-form-item-title-filter.form-no-label {
    width: 291px;
    position: absolute;
    top: 220px;
    right: 25px;
}


.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio .js-form-item.form-item.js-form-type-select.form-item-field-tutorial-value.js-form-item-field-tutorial-value {
    display: none;
}

.lista-preguntas-frecuentes .card .collapsable-element img {

}


.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio .js-form-item.form-item.js-form-type-textfield.form-item-title-filter.js-form-item-title-filter.form-no-label .button-wrapper {
    position: absolute;
    top: 8px;
    right: 8px;
}

.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio button#btn_enviar_filtros_beneficios_x-preguntas {
    border: none;
    background: transparent;
}

.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio button#btn_enviar_filtros_beneficios_x-preguntas .lupita-interna-activa-preguntas {
  display: none;
  background: transparent;
}


.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio div[id^=edit-actions] {
  display: none;
}

.js-form-item.form-item.js-form-type-select.form-item-field-categoria-pregunta-tutoria-filter.js-form-item-field-categoria-pregunta-tutoria-filter.form-no-label {
  display: none;
}


form#views-exposed-form-preguntas-tutoriales-block-lista-sitio {
    height: 170px;
}

.lista-preguntas-frecuentes .card-body a,
.lista-preguntas-frecuentes .card-body a.link-preguntas-tutoriales {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #EB5F0A;
}

.card .link-preguntas-tutoriales {
  margin-top: 40px;
}

.card .link-preguntas-tutoriales span {
  margin-left: 15px;
}

#tabs-selector-preguntas {

   width: 100%;
   height: 40px;

   border-bottom: 1px solid #EB5F0A;
   padding-right: 3px;
   padding-left: 0px;
   margin-top: 32px;
}

#tabs-selector-preguntas li {
    float:left;
    list-style:none;
    border: none;
    margin-right:5px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    outline:none;
}


#tabs-selector-preguntas li span {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  display:block;
  background: #FFF;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  text-decoration:none;
  outline:none;
  border-top: 1px solid #EB5F0A;
  border-right: 1px solid #EB5F0A;
  border-left: 1px solid #EB5F0A;
  border-bottom: 4px solid #FFF;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #58575C;
}

#tabs-selector-preguntas li span.inactive{
  padding-left: 20px;
  padding-right: 20px;
  outline:none;
  border: none;
}

#tabs-selector-preguntas li span:hover, #tabs-selector-preguntas li span.inactive:hover {
  outline:none;
}

#filtros-expuestos-beneficios-x-preguntas.lista-beneficios {
  margin-top: 20px !important;
  filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.3));
}

span.lupita-interna-preguntas {
    background: transparent;
    cursor: pointer;
}
.wrapper-fk-accordeon {
  display: none;
}

.fk-accordeon.b-t.b-b.preguntas-act {
  display: none;
}

.fk-accordeon.b-t.b-b, .fk-accordeon.b-t.b-b.tutorial-act {
    display: none;
}


  div.filtro-buscador-categorias-preguntas span.texto {
    left: 0px;
    text-overflow: ellipsis;
    max-width: 200px;
    top: 0px;
    position: relative;
  }
@media screen and (max-width: 1199px) {
  span.borrar-filtros-beneficios.borrar-preguntas {
    display: none;
  }
}

/*Mobile*/
@media screen and (max-width: 700px) {
  .pregunta-menos,span.borrar-filtros-beneficios.borrar-preguntas {
    display: none;
  }

  span.borrar-filtros-beneficios-pipe.borrar-preguntas {
      display: block;
      position: absolute;
      top: 6px;
      left: unset;
      right: 0;
  }

[id^=views-bootstrap-preguntas-tutoriales-block-lista-sitio] {
  margin-bottom: 40px;
}

.wrapper-fk-accordeon {
  display: block;
}

div#filtro-buscador-categorias-preguntas {
  top: 110px;
}

.lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio .js-form-item.form-item.js-form-type-textfield.form-item-title-filter.js-form-item-title-filter.form-no-label {
  top: 200px;
}

div#filtros-expuestos-beneficios-x-preguntas {
    /*
    min-height: 100px;
    overflow: hidden;
    */
    height: auto;
}

div#filtro-buscador-categorias-preguntas {
  background: transparent !important;
}
#filtros-expuestos-beneficios-x-preguntas.lista-beneficios {
    /*margin-top: 0px !important;
    position: relative;
    top: 10px;
    width: calc(100vw - 50px);*/
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.3));
}

div#filtro-buscador-categorias-preguntas,
#filtro-buscador-categorias-preguntas.selecter-type-filter {
    max-width: 100%;
    width: 100% !important;
    top: 0px;
    background: transparent !important;
    color: #58575C !important;
    left: 0;
}

.selecter-type-filter p {
  color: #58575C !important;
}

.selecter-type-filter svg {
    filter: none;
}

#filtros-expuestos-beneficios-x-preguntas.lista-beneficios {
    margin-top: 0px !important;
    position: relative;
    top: 10px;
    width: 100%;
    max-width: 100%;
    left: 2px;
    height: 100%;
}
  .filtro-buscador-categorias-preguntas .buscador-categorias-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .tabs-wrappers {
    display: none;
  }

  .lista-preguntas-frecuentes .card .btn.btn-link,
  .lista-preguntas-frecuentes .card.tarjeta-seleccionada .btn.btn-link {
    font-size: 14px;
  }

  .lista-preguntas-frecuentes .card .collapsable-element img {
      height: 26px;
  }

  .lista-preguntas-frecuentes .card .btn.btn-link {
    padding-right: 17px;
  }
  .lista-preguntas-frecuentes .card span.mas-collapsable {

  }

  .wrapper-fk-accordeon.tutorial {
    display: block;
  }
  .wrapper-fk-accordeon.tutorial {
      width: 100%;
  }

  .fk-accordeon.b-t {
      position: relative;
      height: 54px;
      line-height: 54px;
  }

  .fk-accordeon.b-t {
      border-top: 1px solid #797978;
  }

  .fk-accordeon span.fk-titulo {
      display: inline-block;
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #1D1E1C;
      margin-left: 5px;
  }
  .fk-accordeon span.img-fk-acc {
      height: 35px;
      width: 35px;
      position: absolute;
      right: 0px;
  }

  .fk-accordeon span.img-fk-acc img {
      height: 35px;
      width: auto;
      position: relative;
      right: 0;
  }

  .wrapper-fk-accordeon.preguntas {
      margin-bottom: 40px;
  }

  .lista-preguntas-frecuentes {
      max-width: 100%;
      padding: 0;
  }

  .wrapper-fk-accordeon.inferior {
      margin-bottom: 40px;
      margin-top: 40px;
  }

  .fk-accordeon.b-t.b-b {
      margin: 40px 0;
      display: none;
  }

  .wrapper-fk-accordeon.preguntas-act span.img-fk-acc.pregunta-menos {
      display: block;
    }

  .wrapper-fk-accordeon.preguntas-act {

  }

  .lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio .js-form-item.form-item.js-form-type-textfield.form-item-title-filter.js-form-item-title-filter.form-no-label {
      width: 100%;
      max-width: 100%;
      top: 100px;
      position: relative;
      right: 0px;
  }

  div.filtro-buscador-categorias-preguntas span.texto.mobile {
      opacity: 1;
      width: 100%;
      max-width: 100%;
  }

  div.filtro-buscador-categorias-preguntas span.texto p {
      text-overflow: unset;
      width: 100%;
      max-width: 100%;
      color: #797978;
      opacity: 1;
  }

 div#wrapper-todos:before {
    top: -10px;
    left: 15%;
    border-width: 0 10px 10px;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #c4c4c4 transparent;
    display: inline-block;
    width: 0;
    z-index: 0;
 }

  div#wrapper-todos:after {
      top: -9px;
      left: 15.2%;
      border-width: 0 9px 9px;
      content: "";
      position: absolute;
      border-style: solid;
      border-color: #FFFFFF transparent;
      display: inline-block;
      width: 0;
      z-index: 1;
  }

  form#views-exposed-form-preguntas-tutoriales-block-lista-sitio {
      height: 200px;
  }

  .wrapper-fk-accordeon.superio.preguntas-act .t-pregunta .pregunta-menos {
    display: inline-block;
  }

  .wrapper-fk-accordeon.superio.preguntas-act .t-pregunta .pregunta-mas {
    display: none;
  }

  .wrapper-fk-accordeon.superio.preguntas-act .t-tutorial {
    display: none;
  }

  .fk-accordeon.b-t.b-b.preguntas-act {
    display: block;
  }

  .fk-accordeon.b-t.b-b.tutorial-act {
    display: none;
  }


  .wrapper-fk-accordeon.superio.tutorial-act .fk-accordeon.b-t.t-pregunta span.img-fk-acc.pregunta-menos,
  .wrapper-fk-accordeon.superio.tutorial-act .fk-accordeon.b-t.t-tutorial span.img-fk-acc.pregunta-mas {
    display: none;
  }

  .wrapper-fk-accordeon.superio.tutorial-act .fk-accordeon.b-t.t-tutorial span.img-fk-acc.pregunta-menos {
    display: inline-block;
  }

  .lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio input[id^=edit-title-filter] {
      width: 80%;
  }

}


@media screen and (max-width: 500px) {
  .lista-preguntas-frecuentes #views-exposed-form-preguntas-tutoriales-block-lista-sitio input[id^=edit-title-filter] {
      width: 75%;
  }
}
/* FIN Accordion preguntas frecuentes vista */


.rc-anchor-normal {
    width: 99% !important;
    max-width: 400px !important;
}


/* Damero */

div#block-views-block-damero-block-masonry {
    margin-top: 16px;
    margin-bottom: 40px;
}

.masonry-layout-damero.masonry {
 column-count: 3;
 column-gap: 20px 20px;
 width: 1255px;
 margin: 0 auto;
}

@media screen and (min-width: 1200px) {

  .masonry-layout-damero.masonry {
    width: 1255px;
  }
}

@media screen and (max-width: 1199px) {

  .masonry-layout-damero.masonry {
    width: 1027px;
  }
}

@media screen and (max-width: 1000px) {

  .masonry-layout-damero.masonry {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {

  .masonry-layout-damero.masonry {
    width: 1255px;
  }
}

.masonry-layout-damero.masonry .masonry-item {
    margin: 0;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    /*min-height: 435px;*/
    margin-top: 24px;
}

.masonry-item .views-field-field-imagen img,
.masonry-item .views-field-field-imagen-noticia img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.masonry-item .damero-leer-wrapper,
.masonry-item .damero-noticia-wrapper
 {
    max-width: 100%;
    width: 100%;

}

.masonry-item .damero-leer-wrapper {
  min-height: 435px;
}

.masonry-item .damero-leer-wrapper:before,
.masonry-item .damero-noticia-wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0px 15px;
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0) 30%);
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0) 30%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0) 30%);
}

.masonry-item .damero-leer-wrapper .tag-categoria,
.masonry-item .damero-noticia-wrapper .tag-categoria {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  top: 10px;
  left: 16px;
  text-transform: uppercase;
  color: transparent;
}

.masonry-item .damero-leer-wrapper .damero-imagen-leer-wrapper img.damero-imagen-libro {
    max-width: 60%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}


.masonry-item .damero-noticia-wrapper .damero-imagen-noticia-wrapper {
    position: relative;
    top: -23px;
    z-index: -2;
    margin-bottom: -23px;
}

.masonry-item .damero-noticia-wrapper img.damero-imagen-noticia {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.masonry-item .damero-noticia-wrapper .damero-noticia-textos-wrapper .damero-titulo-noticia {
  padding: 16px 16px 10px 16px;
}

.masonry-item .damero-noticia-wrapper .damero-noticia-textos-wrapper .damero-titulo-noticia h2 {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #3D4850;
}

.masonry-item .damero-noticia-wrapper .damero-noticia-textos-wrapper .damero-noticia-boton a {
    align-items: flex-start;
    padding: 10px 30px;
    gap: 10px;
    width: 184px;
    height: 40px;
    color: #FFF;
    background: #3D4850;
    margin: 16px 16px 30px 16px;
    text-transform: uppercase;

}

.masonry-item .damero-noticia-wrapper .damero-noticia-textos-wrapper .damero-noticia-texto {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 6px;
}

.masonry-item .damero-noticia-wrapper .damero-noticia-textos-wrapper .damero-noticia-texto p {
    font-family: 'Tinos';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3D4850;
}

.masonry-item .damero-noticia-wrapper .damero-noticia-textos-wrapper .damero-noticia-boton {
    height: 60px;
    width: 100%;
    position: relative;
}

/*
{
  padding: 10px 30px;
  gap: 10px;
  width: 152px;
  height: 40px;
  background: #3D4850;
}
*/
/* FIN Damero */

/*
body:not(.toolbar-horizontal):not(.path-user.user-logged-out) {
  padding-top: 152px;
}

@media screen and (max-width: 1023px) {
  body:not(.toolbar-horizontal):not(.path-user.user-logged-out) {
    padding-top: 64px;
  }
}
*/
.cabecera-entidades .field--name-field-texto,
.cabecera-entidades .field--name-field-titulo {
  width: 95%;
/*overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/
}


/* --- container de notas detalladas (un poco mas angosto que el container común (ver figma plantilla nota mirar/conocer...--- */
.container-nota-detallada {
  max-width: 823px;
  margin: auto;
}

.container-nota-detallada h2 {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .container-nota-detallada {
    max-width: 100%;
  }
}


.lightGallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1em;
}

.lightGallery .image-item a:hover:after,.lightGallery .image-item a:hover .icon-expand {
  opacity: 1;
  filter: alpha(opacity=100);
 }


.lightGallery .image-item {
    /*position: relative;
    margin-bottom: 10px;*/
    max-height: 152px;
    height: 100%;
}

.lightGallery .image-item a {
    position: relative;
    display: block;
    width: auto;
    max-height: 152px;
    height: 100%;
}

.lightGallery .image-item a .icon-expand {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}



.lightGallery .image-item a img {
    width: 100%;
    max-height: 152px;
    height: 152px;
    object-fit: cover;
}
