@charset "UTF-8";
/*---------------------------------------
------------------TIPOGRAFÍA-----------
------------------------------------------ */
/*---------------------------------------
------------------COLORES------------
------------------------------------------ */
/*---------------------------------------
------------------HEADER------------
------------------------------------------ */
/*---------------------------------------
------------------ADMIN------------
------------------------------------------ */
/*---------------------------------------
------------------NOT-ADMIN------------
------------------------------------------ */
/*---------------------------------------
----------TYPOGRAPHY----------
------------------------------------------ */
/*---------------------------------------
------------------MIXINS-MASTER-----------
------------------------------------------ */
/*---------------------------------------
------------------MIXINS-ADMIN-----------
------------------------------------------ */
/*
 * Dashicons mixin
 * use: @include dashicons( '\f140' );
 */
/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
/*---------------------------------------
------------------MIXINS-TEMPLATE-----------
------------------------------------------ */
h2 a {
  color: #0079c8 !important;
  pointer-events: none;
  cursor: default;
}

.wrapper .section-50.columna-2 h2 {
  padding: 12px;
  background-color: #fff;
  margin-left: -100px;
  margin-top: 25px;
}

@media screen and (max-width: 800px) {
  .wrapper .section-50.columna-2 h2 {
    margin-left: 0;
    padding: 0;
  }
}

.full {
  position: relative;
  height: 550px;
}

.full.extra-height {
    height: 810px;
}

@media screen and (max-width: 640px) {
  .full {
    height: auto;
  }
    .full.extra-height {
        height: auto;
    }
    .full.extra-height .imagen-fondo {
        position: relative!important;
    }


}

.full .section-50.columna-1 {
  position: absolute;
  height: 100%;
  padding-left: 10%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  left: 0;
}

@media screen and (max-width: 800px) {
    .full .section-50.columna-1 {
        padding: 35px !important;
        position: relative;
    }
    .page-sobre-nosotros #lista-valores li {
        height: auto !important;
    }
}
@media screen and (max-width: 640px) {
    .full .section-50.columna-1 {
        padding: 20px !important;
    }
}

.full .section-50.columna-1 p {
  display: block;
  width: 100%;
}

.full .section-50.columna-2 {
  position: absolute;
  height: 100%;
  padding-right: 10%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  right: 0;
}

@media screen and (max-width: 800px) {
    .full .section-50.columna-2 {
        position: relative;
        padding: 35px !important;
    }
}
@media screen and (max-width: 640px) {
    .full .section-50.columna-2 {
        padding: 20px !important;
    }
}

.full .section-50.columna-2 p {
  display: block;
  width: 100%;
}

.full .section-full-width {
  position: static;
  height: 550px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  text-align: center;
  padding: 0 32%;
}

@media screen and (max-width: 640px) {
  .full .section-full-width {
    height: auto;
  }
}

@media screen and (max-width: 1400px) {
  .full .section-full-width {
    padding: 0 25%;
  }
}

@media screen and (max-width: 1280px) {
  .full .section-full-width {
    padding: 0 20%;
  }
}

@media screen and (max-width: 1024px) {
  .full .section-full-width {
    padding: 0 10%;
  }
}

.full .section-full-width .imagen-fondo {
  height: 100%;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.full .section-full-width h1, .full .section-full-width h2, .full .section-full-width h3, .full .section-full-width h4, .full .section-full-width h5, .full .section-full-width h6, .full .section-full-width p, .full .section-full-width ul, .full .section-full-width li {
  width: 100%;
  display: block;
}

.texto-izq.full .section-full-width {
  text-align: left;
  padding: 0;
}

.texto-izq.full .section-full-width:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: -o-linear-gradient(right, #fff, transparent);
  background: -moz-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
  width: 100%;
  height: 100%;
}

.texto-der.full .section-full-width {
  text-align: left;
  padding: 0;
}

.texto-der.full .section-full-width:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: -o-linear-gradient(left, #fff, transparent);
  background: -moz-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
  width: 100%;
  height: 100%;
}

.page-fundacion-sanitas .texto-der.full .section-full-width:before {
  display: none;
}

.page-fundacion-sanitas .texto-izq.full .section-full-width:before {
  display: none;
}

.page-fundacion-sanitas .texto-der.full .section-50.columna-2 {
  background-color: #0079c8;
  color: #fff;
  width: 40%;
  right: 10%;
  height: 80%;
  top: 10%;
  padding: 50px;
}
/* Mid */
.page-healthy-cities-copy-2 .texto-mid.full{
  height: unset;
  min-height: 1200px !important;
  background-color: #fabada;
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-healthy-cities-copy-2 .texto-mid.full .section-50.columna-1{
  color: #fff;
  width: 40%;
  height: 80%;
  padding: 50px;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-healthy-cities-copy-2 .texto-mid.full .section-50.columna-1 h2 {
  color: #fff;
}
.page-healthy-cities-copy-2 .texto-mid.full .section-50.columna-1 .saber-mas {
  background-color: #fff;
  color: #0079c8 !important;
}
.texto-mid{
  height: 100%;
  min-height: 1000px !important;
  padding-bottom: 30px;
  padding-top: 30px;
}

#fondoGris{
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
  background: #f2f2f2;
  text-align: center;
}
#bg-gris {
  background-color: #f2f2f2;
}
.bg-gris-oscuro{
  background-color: #E7E7E7;
}
#bg-gris-oscuro{
  background-color: #E7E7E7;
}
#negative-marginB{
	margin-bottom: -3rem!important;
}
/*  */
/* SALUD DIGITAL */
.modal-salud {
  max-width: 85%;
}
.flex-salud {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 800px) {
  .modal-salud {
    max-width: 100%!important;
  }
  .flex-salud {
    display: flex;
    flex-direction: column;
  }
}
/*  */
/* Proyecto Seniors */
.page-14067-2 .cabecera-pagina {
  display:none;
}
.page-proyectoseniors .cabecera-pagina {
  display:none;
}
#fondo-seniors {
  background: url(https://corporativo.sanitas.es/wp-content/uploads/2022/08/Formulario-1.jpg) no-repeat top center;
  background-size: cover;
  min-height: 100vh;
  min-width: 100%;
  float: none;
  overflow: initial;
}
#fondo-seniors p {
  color: #ffffff;
  font-weight: 400;
}
#fondo-seniors2 p {
  color: #131313;
  font-weight: 500;
}
#fondo-seniors .wrapper {
  max-width: fit-content;
  width: 100%;
  margin: 0;
  padding: 13% 10%;
}
#fondo-seniors2 .wrapper {
  max-width: fit-content;
  width: 100%;
  margin: 0;
  padding: 0% 10%;
}
.pseniors-title {
  color: #002949;
  font-size: 4rem;
}
.pseniors-title span {
  color: #0277ca;
}
.pseniors-div {
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
  margin-bottom: 5rem;
}
.pseniors-div p {
  margin: 0!important;
}
.pseniors-box {
  border-bottom: 3px solid #d9d9d9;
  display: block;
  margin: 0rem 2rem;
  padding: 1.5rem;
}
.pseniors-box:last-of-type {
  border-bottom: 0;
}
.pseniors-box p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pseniors-box p a {
  line-height: 0.5;
}
.pseniors-box button {
  border: 0;
  background: #f1f1f100;
  clear: both;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 10px;
  margin: 0 auto;
  transition: all .3s ease-out;
  padding: 1rem;
  margin: 1rem;
}
.pseniors-box button img {
  width: 25px;
  height: auto;
  transform: rotate(0deg);
}
.pseniors-box [data-toggle='collapse'].collapsed img {
  -webkit-transform: rotate(0deg);
	-moz-transform:    rotate(0deg);
	-ms-transform:     rotate(0deg);
	-o-transform:      rotate(0deg);
	transform:         rotate(0deg);
}
.pseniors-box [data-toggle='collapse'] img {
  -webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}
.pseniors-span [data-toggle='collapse'].collapsed img {
  -webkit-transform: rotate(0deg)!important;
	-moz-transform:    rotate(0deg)!important;
	-ms-transform:     rotate(0deg)!important;
	-o-transform:      rotate(0deg)!important;
	transform:         rotate(0deg)!important;
}
.pseniors-span [data-toggle='collapse'] img {
  -webkit-transform: rotate(0deg)!important;
	-moz-transform:    rotate(0deg)!important;
	-ms-transform:     rotate(0deg)!important;
	-o-transform:      rotate(0deg)!important;
	transform:         rotate(0deg)!important;
}
.pseniors-box .card-body {
  margin: 0 0 1rem 4rem;
  color: #131313;
  font-weight: 400;
}
.pseniors-span {
  font-size: 18px;
  font-weight: 700;
}
.pseniors-span img {
  width: 26px;
  height: auto;
  margin: 0 1.5rem 0.4rem 0;
  -webkit-transform: rotate(0deg)!important;
	-moz-transform:    rotate(0deg)!important;
	-ms-transform:     rotate(0deg)!important;
	-o-transform:      rotate(0deg)!important;
	transform:         rotate(0deg)!important;
}
.rounded-blue {
  background-color: #0079c7;
  color: #ffffff;
  width: 100%;
  border-radius: 20px;
  padding: 3rem;
  margin: 20px 0!important;
}
.rounded-blue h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}
.rounded-blue p {
  display: flex;
  gap: 1rem;
  margin: 3rem 0;
}
.rounded-blue p img{
  width: 45px;
  height: auto;
}
.big-custom-button {
  background-color: #ffffff;
  padding: 1rem;
  width: 100%;
  display: inline-block;
  border-radius: 30px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 1367px) and (min-height: 768px) {
  #fondo-seniors .wrapper h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
.page-proyectoseniors #content {
  margin-top: 25px;
}
#fondo-seniors {
  float: right;
}
.page-proyectoseniors .section-70.columna-1 {
  padding-left: 0;
  padding-right: 0;
}
.page-proyectoseniors .section-30.columna-2{
  padding-left: 0;
  padding-right: 0;
}
#fondo-seniors2 .wrapper {
  width: auto;
  margin: 0;
  padding: 5%;
}
.pseniors-title {
  color: #002949;
  font-size: calc(0vw + 2vh + 1vmin);
}
.pseniors-box p a {
  line-height: 1.5;
}
.pseniors-span {
  font-size: calc(0vw + 1vh + 1vmin);
  font-weight: 700;
}
.pseniors-span img {
  width: 18px;
}
.pseniors-box .card-body {
  margin: 0 0 1rem 0;
}

}
/*  */
/* Healthy Cities */
.textoResponsive{display:none;}
.textoDesk{display:block;}
.imgParticipa{
  display:none;
  }
#imagen-fondo-mobile {
  margin-bottom:50px;
}
#imagen-fondo-mobile .full {
  min-height:930px;
}
#imagen-fondo-mobile .imagen-fondo{background-position: top!important;}
.video-responsive{
  width: 60%!important; margin-left: 20%!important; height: 378px!important;
}
.sliderDesktop {
  display:block;
}
.sliderMobile {
  display:none;
}      
@media screen and (max-width: 800px) {
    .textoResponsive{display:block;}
    .textoDesk{display:none!important;}
    #section-back .texto-izq.full .section-50.columna-1{
      padding:0 !important;
    }
    #section-back .iconDownload {
      width:100% !important;
    }
    #section-back .imagen-fondo {
      display:none!important;
    }
    .imgParticipa{
      display:block;
    }
    #imagen-fondo-mobile .imagen-fondo{
      background-image:url(https://corporativo.sanitas.es/wp-content/uploads/2021/05/Sanitas-paisaje-Mobile.jpg)!important;
    }
    .margin-large {
      margin-top:15rem!important;
    }
    .height-1000{
      height:1050px!important;
    }
    .video-responsive{
      width: 100%!important;
      height: 378px!important;
      margin:0.2rem!important;
      padding:0!important;
    }
    .sliderDesktop {
      display:none;
    }
    .sliderMobile {
      display:block;
    }    
}
@media screen and (min-width: 900px) {
  .height-1000{
  height:800px!important;
  }
  .margin-large {
  margin-top:60rem!important;
  }
  #imgBottom .section-50.columna-1 a{padding-left:13rem;}
  #imgBottom .section-50.columna-2 img{margin-right: 11rem;}
}



/* Fin de Healthy Cities */
/* Sobre nosotros */
@media screen and (max-width: 800px) {
  #valores-box {
    display: none !important;
  }
  #valores-box-m {
    display: flex !important;
    flex-direction: column;
    border-left: 2px solid black;
    margin: 0 auto 5rem 0;
  }
  #valores-box-m p {
    margin: 0 !important;
    font-size: 1.3rem;
  }
}
#valores-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 7rem auto 0 auto;
}
.valores-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 7rem auto 0 auto;
}
.valores-box h3 {
  font-size: 4.4rem;
  font-weight: 700;
  margin: 0;
}
.valores-box h4 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}
.valores-boxes p {
  color: #0079c8;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.valores-boxes {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  padding-left: 17px;
  padding-right: 17px;
  border-left: 2px solid #0d1643;
}
.valores-box h3:first-child {
  color: #0d1643;
}
div .valores-box-m {
  display: none;
}
div #valores-box-m {
  display: none;
}
div .boxes-row {
  display: flex;
  flex-direction: row;
}
/* Fin Sobre nosotros */
/* Juegos inclusivos */
#juegos-inclusivos {margin-top:-10rem;}
#juegos-inclusivos .texto-izq.full .section-full-width:before{ background:none;}
#juegos-inclusivos h2{color:#fff!important;}
#juegos-inclusivos .saber-mas {color:#0079c8!important; background-color:#ffffff!important;}
.titulo-blnc a {color:#fff!important;}


@media only screen and (min-width: 800px) {
  .full-size-btns {
    display: flex;
    gap:0.5rem;
  }
  .full-size-btns a {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 800px) {
  #less-margin {
    margin-top:0;
  }
}
/* Section Resultados JI */
#ji-resultados {
  margin-top:-10rem;
}
/* Socios promotores */
.titulo-inv {color:#fff!important;}
    .titulo-inv a {color:#fff!important;}
    .titulo-inv h2 a{color:#fff!important;}
    .titulo-azul {font-size: 34px;
    margin-bottom: 20px;text-transform: uppercase;clear: both;color: #0079c8;margin-top: 0;}
    .logosBox p {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .logosBox img {
        width: 100px;
        height: auto;
        object-fit: contain;
        padding: 0.5rem;
        margin: 0 0.5rem;
        flex-grow: 1;
    }
    @media only screen and (max-width: 800px) {
        .logosBox p {
        
        flex-direction: initial!important;
        flex-wrap: wrap!important;
    }
    .logosBox img {
        max-width: 14rem!important;
    }

}

/* Tabla resultados */

.resultadosBox {
      display: grid!important;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      padding: 1rem;
  }
      
  .resultadosBox1 { 
      grid-area: 1 / 1 / 2 / 2;
  }
  .resultadosBox2 { 
      grid-area: 1 / 2 / 2 / 3;
      border: 3px solid #0077cb;
      padding: 2rem;
      display: flex;
      align-content: center;
      width: 100%;
      height: 80%;
  }
  /* ////////////////////////////////////////////////////////////// */
  .resultadosBoxImages {
      display: grid!important;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 50px;
      grid-row-gap: 0px;
      text-align: center;
      align-items: center;
  }
  .resultadosBoxImages a div {
      padding: 0rem;
  } 
  .resultadosBoxImages img {
      width: 100%;
  }       
      .BoxImages1 { grid-area: 1 / 1 / 2 / 2; }
      .BoxImages2 { grid-area: 1 / 2 / 2 / 3; }
      .BoxImages3 { grid-area: 1 / 3 / 2 / 4; }
      .BoxImages4 { grid-area: 2 / 1 / 3 / 2; }
      .BoxImages5 { grid-area: 2 / 2 / 3 / 3; }
      .BoxImages6 { grid-area: 2 / 3 / 3 / 4; }
      .BoxImages7 { grid-area: 3 / 1 / 4 / 2; }
      .BoxImages8 { grid-area: 3 / 2 / 4 / 3; }
      .BoxImages9 { grid-area: 3 / 3 / 4 / 4; }
  /* ////////////////////////////////////////////////////////////// */
          .datosResultadosBox {
          display: flex!important;
          align-items: center;
          }
  
          .datosResultadosBox1 { 
              grid-area: 1 / 1 / 2 / 2;
              width: 60%!important;
          }
          .datosResultadosBox2 { 
              grid-area: 1 / 2 / 2 / 3;
              display: flex;
              flex-direction: column;
          }
          .resultados {
              display: flex;
              flex-direction: row;
              align-items: center;
          }
          .resultados-1{
              display:flex;
              flex-direction: column;
              flex-basis:min-content;
              text-align: center; 
              flex-grow: 1;    
          }
          .resultados-1 img {
              width: 100%;
          }
          .resultados-2 {
              flex-grow: 0.5;
              padding: 1rem;
              align-self: flex-start;
              display: flex;
              justify-content: center;
          }
          .resultados-2-text{
              margin-left: 0.5rem;
              font-size: 13px;
              font-weight: 600;
          }
          .resultados-2-text h3:first-child {
              font-size: 22px;
          }
  /* ////////////////////////////////////////////////////////////// */
  @media only screen and (max-width: 800px) {
      .resultadosBox {
          display: flex !important;;
          flex-direction: column;
      }
      .resultados {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      }
  
  }

/* Fin de juegos inclusivos */
@media screen and (max-width: 1024px) {
    .page-fundacion-sanitas .texto-der.full .section-50.columna-1 {
        display: none;
    }    
    .page-fundacion-sanitas .texto-der.full .section-50.columna-2 { 
        top: 0;
        bottom: 0;
        right: 0;
        height: auto;
    }
}

.page-fundacion-sanitas .texto-der.full .section-50.columna-2 a {
    color: #fff !important;
}

.page-fundacion-sanitas .texto-der.full .section-50.columna-2 h2 {
  color: #fff;
}

.page-fundacion-sanitas .texto-der.full .section-50.columna-2 h2 a {
  color: #fff !important;
}

.page-fundacion-sanitas .texto-der.full .section-50.columna-2 .saber-mas {
  background-color: #fff;
  color: #0079c8 !important;
}

.page-fundacion-sanitas .texto-izq.full .section-50.columna-1 {
  background-color: #0079c8;
  color: #fff;
  width: 40%;
  left: 10%;
  height: 80%;
  top: 10%;
  padding: 50px;
}

.page-fundacion-sanitas .texto-izq.full .section-50.columna-1 h2 {
  color: #fff;
}

.page-fundacion-sanitas .texto-izq.full .section-50.columna-1 .saber-mas {
  background-color: #fff;
  color: #0079c8 !important;
}
@media screen and (max-width: 1024px) {
    .texto-izq.full .section-50.columna-1 {
        top: 0;
        bottom: 0;
        right: 0;
        height: auto;                
    }    
    .texto-izq.full .section-50.columna-2 { 
        display: none;
    }
}

/* Overlay */
.full.overlay-blue .section-full-width::before {
    background: rgba(1,9,45,.75);
}
.full.overlay-blue h2,
.full.overlay-blue h2 a,
.full.overlay-blue p {
    color: #fff !important;
}
@media screen and (max-width: 1024px) {
    .full.overlay-blue .section-50.columna-1 {
        background: #01092d;    
        margin-top: 0;
    } 
}
@media screen and (max-width: 640px) {
    .full.overlay-blue .section-50.columna-1 {
        padding: 35px 25px !important;
    }  
}
@media screen and (max-width: 480px) {
    .full.overlay-blue .section-50.columna-1 {
        padding: 35px 20px !important;
    }  
}

.full-height {
	min-height: 600px !important;
}
.texto-der.full-height .section-full-width:before {
	background: none;
}
#documental-power .columna-1,
#documental-power .columna-1 a{
  background-color: #0079c8;
  color: #fff !important;
}
#documental-power .columna-1{
  height: 300px;
  padding: 35px 25px;
}

    