@charset "UTF-8";
/* CSS Document */
.psicologo .heron {
  width: 100%;
  height: 100vh;
  background: url("../img/independientes/hero-independientes-01-d.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  opacity: 1;
  /* animation: aparece1 2s; */
}
.sanitario .heron {
  width: 100%;
  height: 100vh;
  background: url("../img/independientes/hero-independientes-02-d.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  /* animation: aparece2 2s; */
}
.oficinista .heron {
  width: 100%;
  height: 100vh;
  background: url("../img/independientes/hero-independientes-03-d.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;  
  /* animation: aparece3 2s; */
}
.pilates .heron {
  width: 100%;
  height: 100vh;
  background: url("../img/independientes/hero-independientes-04-d.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;  
  /* animation: aparece4 2s; */
}

/* APARCE */
/* .animacion{
  animation: aparece 2s;
} */
  
/* @keyframes aparece1 {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes aparece2 {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes aparece3 {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes aparece4 {
  from {opacity: 0;}
  to {opacity: 1;}
} */

.seccion-highlights {
  margin: -150px auto 80px;
  position: relative;
  z-index: 2;
}
.seccion-highlights .container {
  padding-top: 0;
  padding-bottom: 0;
}
.fondo-listado-beneficios {
  background: rgb(62, 110, 205);
  background: -moz-linear-gradient(150deg, rgba(62, 110, 205, 1) 45%, rgba(80, 142, 224, 1) 79%, rgba(107, 188, 252, 1) 100%);
  background: -webkit-linear-gradient(150deg, rgba(62, 110, 205, 1) 45%, rgba(80, 142, 224, 1) 79%, rgba(107, 188, 252, 1) 100%);
  background: linear-gradient(150deg, rgba(62, 110, 205, 1) 45%, rgba(80, 142, 224, 1) 79%, rgba(107, 188, 252, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e6ecd", endColorstr="#6bbcfc", GradientType=1);
  border-radius: 25px;
  overflow: hidden;
  margin: 40px 0 0;
  line-height: 1.2em;
  box-shadow: 0px 0 20px rgb(0 110 210 / 15%);
}
.psicologo .imagen-beneficios {
  background: url("../img/independientes/img-items-list-01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.sanitario .imagen-beneficios {
  background: url("../img/independientes/img-items-list-02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.oficinista .imagen-beneficios {
  background: url("../img/independientes/img-items-list-03.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.pilates .imagen-beneficios {
  background: url("../img/independientes/img-items-list-04.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.texto-beneficios {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 40px 50px 20px 50px;
  margin: 0;
}
.imagen-hightlights {
  display: none;
}
.texto-beneficios ul {
  padding: 0;
}
.texto-beneficios ul li {
  list-style: none;
}
.texto-beneficios ul li .fila-beneficios {
  min-height: 85px;
  display: flex;
  align-items: center;
  width: 100%;
}
.texto-beneficios ul li .fila-beneficios {
  border-bottom: 1px solid #ffffff61
}
.texto-beneficios ul li:last-child .fila-beneficios {
  border-bottom: none;
}
.texto-beneficios ul li .fila-beneficios p {
  padding: 20px 0;
  color: #FFFFFF;
  line-height: 1.2em;
}
.texto-beneficios ul li .icono-beneficios {
  width: 50px;
  min-width: 50px;
  margin-right: 16px;
}
.flex-vertical {
  border-radius: 15px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 0 20px rgb(0 110 210 / 15%);
}
.item-foto-texto {
  position: relative;
  padding: 50px 5% 40px;
  text-align: center;
}
.icono-item-imagen {
  width: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 2;
  margin: 0 0 0 -35px;
}
.item-foto-texto h4 {
  margin: auto;
  min-height: 62px;
  font-size: 1rem;
  line-height: 1.3em;
  color: #56738D;
}
.item-foto-texto h4 strong {
  color: #31B5F7;
}
.beneficios {
  padding: 100px 0 80px;
  margin: 0;
  z-index: 2;
  position: relative;
}
.seccion-item-imagenes p {
  margin-bottom: 10px;
}
.seccion-item-imagenes p.p-ultimo {
  margin-bottom: 20px;
}
.seccion-item-imagenes .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.app-home {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.seccion-metros {
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
}
.bg-forma {
  position: relative;
  z-index: 0;
}
.bg-forma img {
  width: 100%;
  position: absolute;
  top: -770px;
  left: -75%;
}
.seccion-metros {
  padding: 0 0 80px;
}
.imagen-tarjeta {
  text-align: center;
  margin: auto;
}
.imagen-tarjeta img {
  max-width: 330px;
}
a.btn-p {
  width: auto;
  display: table;
}
h2.maxancho span {
  font-size: 90%;
}
h2.maxancho {
  margin-bottom: 0;
}
.seccion-item-imagenes .row {
  margin-top: 20px;
}
.beneficios-listado {
  margin: 40px 5px 0;
}
.imagen-hightlights {
  display: none;
}
.imagen-hightlights img{
  display: none;
}
.heron-sueldo-m{
  display: none;
}
.heron-sueldo-m img{
  display: none; 
}

@media (max-width: 1280px) {
  .psicologo .heron {
    width: 100%;
    height: 100vh;
    background: url("../img/independientes/hero-independientes-01-t.jpg");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .sanitario .heron {
    width: 100%;
    height: 100vh;
    background: url("../img/independientes/hero-independientes-02-t.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .oficinista .heron {
    width: 100%;
    height: 100vh;
    background: url("../img/independientes/hero-independientes-03-t.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .pilates .heron {
    width: 100%;
    height: 100vh;
    background: url("../img/independientes/hero-independientes-04-t.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .texto-beneficios {
    padding: 20px 35px 0px 40px;
  }
  .texto-beneficios ul li .icono-beneficios {
    width: 40px;
    min-width: 40px;
    margin-right: 15px;
  }
}

@media (max-width: 1080px) and (orientation: portrait) {
  .heron.sueldon {
    background: none;
  }
  .heron.sueldo .solicitar-content {
    width: 90%;
    max-width: 90%;
  }
  .heron, .psicologo .heron, .sanitario .heron, .oficinista .heron, .pilates .heron {
    height: auto;
    background: none;
  }
  .heron-sueldo-m{
    display: block;
	height: auto;  
  }
  .psicologo .heron-sueldo-m img.psicologo-hero-m{
    display: block; 
  }
  .sanitario .heron-sueldo-m img.sanitario-hero-m{
    display: block;
  }
  .oficinista .heron-sueldo-m img.oficinista-hero-m{
    display: block; 
  }
  .pilates .heron-sueldo-m img.pilates-hero-m{
    display: block;
  }
  .seccion-highlights {
    margin: 70px auto 80px;
    position: relative;
    z-index: 2;
  }
  .texto-beneficios {
    padding: 30px 40px 10px 40px;
  }
  .texto-beneficios ul li .icono-beneficios {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  .beneficios {
    padding: 70px 0 70px;
  }
  .beneficios {
    padding: 70px 0 40px;
  }
  .seccion-metros {
    padding: 0 0 60px;
  }
  .fondo-listado-beneficios {
    margin: 30px 0 0;
  }
  .doble2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  .titulo-tarjeta {
    text-align: center;
  }
  .titulo-tarjeta.col-sm-6 {
    flex: 0 0 auto;
    max-width: 560px;
    width: 90%;
  }
  .seccion-item-imagenes .row {
    margin-top: 10px;
  }
  .icono-item-imagen {
	  width: 80px;
	  position: absolute;
	  top: -40px;
	  left: 50%;
	  z-index: 2;
	  margin: 0 0 0 -40px;
	}	
   .heron .solicitar-content h1 br{
        display: none;
    }
	.heron .solicitar-content p br{
        display: none;
    }
}

@media (max-width: 992px) {
  .heron.sueldon {
    background: none;
  }
  .heron.sueldo .solicitar-content {
    width: 100%;
    max-width: 100%;
  }
  .heron {
    height: auto;
    background: none;
  }
  .heron-sueldo-m{
    display: block;
	height: auto;  
  }
  .psicologo .heron-sueldo-m img.psicologo-hero-m{
    display: block; 
  }
  .sanitario .heron-sueldo-m img.sanitario-hero-m{
    display: block;
  }
  .oficinista .heron-sueldo-m img.oficinista-hero-m{
    display: block; 
  }
  .pilates .heron-sueldo-m img.pilates-hero-m{
    display: block;
  }
  .seccion-highlights {
    margin: 70px auto 80px;
    position: relative;
    z-index: 2;
  }
  .texto-beneficios {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 30px 0px 40px;
    margin: 0;
  }
  .beneficios {
    padding: 70px 0 40px;
  }
  .seccion-metros {
    padding: 0 0 60px;
  }
  .beneficios {
    padding: 50px 0 60px;
  }
  .fondo-listado-beneficios {
    margin: 30px 0 0;
  }
  .doble2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  .titulo-tarjeta {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .titulo-tarjeta.col-sm-6 {
    flex: 0 0 auto;
    max-width: 560px;
    width: 90%;
  }
  .tarjeta-app img {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  .seccion-item-imagenes .row {
    margin-top: 10px;
  }
  .icono-item-imagen {
	  width: 80px;
	  position: absolute;
	  top: -40px;
	  left: 50%;
	  z-index: 2;
	  margin: 0 0 0 -40px;
	}	
	.heron .solicitar-content h1 br{
        display: none;
    }
	.heron .solicitar-content p br{
        display: none;
    }
}

@media (max-width: 768px) {
  .imagen-hightlights{
    display: block;
  }	
  .psicologo .imagen-hightlights img.psicologo-m{
    display: block;
  }
  .sanitario .imagen-hightlights img.sanitario-m {
    display: block;
  }
  .oficinista .imagen-hightlights img.oficinista-m {
    display: block;
  }
  .pilates .imagen-hightlights img.pilates-m {
    display: block;
  }	
  .texto-beneficios {
    padding: 30px 40px 10px 50px;
  }
  .texto-beneficios ul li .icono-beneficios {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  .fondo-listado-beneficios {
    margin: 20px 0 0;
  }
  .seccion-item-imagenes .row {
    margin-top: 10px;
  }
  .seccion-item-imagenes h2 {
    margin-bottom: -10px;
  }
  .seccion-item-imagenes p {
    margin-bottom: 5px;
  }
  .seccion-item-imagenes p.p-ultimo {
    margin-bottom: 15px;
  }
}

@media (max-width: 580px) {
  .texto-beneficios {
    padding: 20px 7% 0 9%;
  }
  a.btn-p {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .seccion-metros .col-sm-12 {
    text-align: center;
    padding: 0;
  }
  .tarjeta-app img {
    max-width: 300px;
  }
  .heron .solicitar-content h1 br{
        display: block;
    }
	.heron .solicitar-content p br{
        display: block;
    }	
}

@media (max-width: 480px) {
  .seccion-item-imagenes .col-6 {
    width: 100%;
    max-width: 100%;
  }
  .item-foto-texto h4 {
    min-height: auto;
  }
}