/*--Desarrollado por PABLO ABARCA T--*/
/*------------------------*\
|      $COLORS
/*------------------------*\

/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: 'BellGothicStd';
  src: url("fonts/BellGothicStd-Black.eot?#iefix") format("embedded-opentype"), url("fonts/BellGothicStd-Black.otf") format("opentype"), url("fonts/BellGothicStd-Black.woff") format("woff"), url("fonts/BellGothicStd-Black.ttf") format("truetype"), url("fonts/BellGothicStd-Black.svg#BellGothicStd-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'BellGothicStd';
  src: url("fonts/BellGothicStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/BellGothicStd-Bold.otf") format("opentype"), url("fonts/BellGothicStd-Bold.woff") format("woff"), url("fonts/BellGothicStd-Bold.ttf") format("truetype"), url("fonts/BellGothicStd-Bold.svg#BellGothicStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  color: #616A71;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body, html {
  font-size: 24px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
  font-weight: bold;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 640px) {
  .wrap {
    padding: 0 15px;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -0.45em;
  margin-left: -0.45em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: 0.45em;
  padding-left: 0.45em;
}

.row.row-big {
  margin-right: -50px;
  margin-left: -50px;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

.row.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-20 > [class^="col-"],
.row.row-20 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #616A71;
}

a:hover {
  color: #616A71;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 1500px) {
  html, body {
    font-size: 17px;
  }
}

.btn {
  font-size: 0.83em;
  line-height: 1.4;
  border-radius: 4px;
  padding: 0.8em 2em;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  border: none;
  text-transform: uppercase;
  min-width: 12rem;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 0;
  }
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.btn-verde {
  background: #78BE20;
  border: 1px solid #78BE20;
}

.btn.btn-verde:hover {
  background: #579244;
}

.btn.btn-verde-dark {
  background: #5c9219;
  border-color: 1px solid #78BE20;
}

.btn.btn-verde-dark:hover {
  background: #4f7d15;
}

.btn.btn-amarillo {
  background: #FFA43B;
}

.btn.btn-amarillo:hover {
  background: #FF703B;
}

.btn.btn-naranjo {
  background: #EB8611;
}

.btn.btn-naranjo:hover {
  background: #FF703B;
}

.btn.btn-blanco {
  background: #fff;
  color: #616A71;
  border: 1px solid #616A71;
}

.btn.btn-full {
  width: 100%;
}

.btn.b-big {
  font-size: .917em;
  min-width: 280px;
}

@media only screen and (max-width: 1550px) {
  .btn.b-big {
    min-width: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .btn.b-big {
    min-width: 0px;
  }
}

header {
  padding: 1rem 0;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  display: block;
  width: 11.33rem;
}

header .logo img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  header .logo {
    width: 8rem;
    padding-right: 1rem;
  }
}

header .datos {
  border-left: 1px solid #E1E2E4;
  padding-left: 1rem;
}

header .datos p {
  font-size: .83rem;
  margin-bottom: 0;
  line-height: 1.3;
}

header .datos p b {
  font-weight: 700;
}

header .datos p a {
  color: #78BE20;
}

@media only screen and (max-width: 550px) {
  header .datos {
    padding-left: .5rem;
  }
  header .datos p {
    font-size: .7rem;
  }
}

header.small {
  padding: .75rem 0;
}

header.small .logo {
  width: 7rem;
}

.bg-gris {
  background: #F4F5F5;
}

.link {
  display: block;
  font-size: .75rem;
  color: #78BE20;
  font-weight: bold;
  text-transform: uppercase;
}

.link img {
  width: 1.375rem;
  margin-left: .5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.link:hover {
  color: #78BE20;
}

.link:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media only screen and (max-width: 550px) {
  .link img {
    margin-left: .5rem;
  }
}

.w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-block {
  padding: 1.8rem 0;
}

.destacado {
  padding-top: 3rem;
  position: relative;
}

.destacado:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 78%;
  width: 100%;
  background: #579244;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #579244), color-stop(100%, #78be20));
  background: -webkit-gradient(linear, left top, left bottom, from(#579244), to(#78be20));
  background: linear-gradient(to bottom, #579244 0%, #78be20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579244', endColorstr='#78be20', GradientType=0 );
  z-index: 2;
}

.destacado .box-dest {
  background: #fff;
  padding: 2.75rem;
  position: relative;
  z-index: 4;
}

.destacado .box-dest .texto h3 {
  font-size: 2.3rem;
  margin: 0 0 1.5rem;
  color: #78BE20;
  font-family: "BellGothicStd", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

.destacado .box-dest .texto h3:after {
  content: "";
  width: 4.5rem;
  height: 1px;
  background: #333F48;
  display: block;
  margin: .75rem 0 0;
}

.destacado .box-dest .texto .btn {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .destacado .box-dest {
    padding: 1.5rem 1rem;
  }
  .destacado .box-dest .texto {
    margin-bottom: 2rem;
  }
  .destacado .box-dest .texto h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .destacado .box-dest .texto h3 {
    font-size: 1.6rem;
  }
}

.historias h2 {
  text-align: center;
  font-size: 1.875rem;
  color: #333F48;
  font-family: "BellGothicStd", sans-serif;
  margin: 0 0 1.75rem;
}

.box-not .texto {
  background: #fff;
  padding: 2.2rem 2.75rem;
  border: 1px solid #90969B;
}

.box-not .texto h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #78BE20;
  margin: 0 0 .5rem;
}

.box-not .texto .btn {
  margin-bottom: 1rem;
}

.box-not.small .texto {
  padding: 1.4rem;
}

.box-not.small .texto h3 {
  font-size: 1.083rem;
}

.box-not.small .texto p {
  font-size: .83rem;
}

@media only screen and (max-width: 550px) {
  .box-not.small .texto {
    padding: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .box-not {
    margin-bottom: 1.5rem;
  }
  .box-not .texto {
    padding: 1.5rem 1rem;
  }
  .box-not .texto h3 {
    font-size: 1.6rem;
  }
}

.historias-2 {
  padding-bottom: 3rem;
}

.reserva-hora {
  background: #579244;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #579244), color-stop(100%, #78be20));
  background: -webkit-gradient(linear, left top, left bottom, from(#579244), to(#78be20));
  background: linear-gradient(to bottom, #579244 0%, #78be20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579244', endColorstr='#78be20', GradientType=0 );
  text-align: center;
  padding: 3.5rem 0;
}

.reserva-hora h3 {
  color: #fff;
  margin: 0 auto 1.5rem;
  font-size: 2.083rem;
  font-family: "BellGothicStd", sans-serif;
  font-weight: 900;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0 1rem 1.25rem;
}

.reserva-hora h3 i {
  font-size: 2rem;
  margin-right: .25rem;
}

.reserva-hora p {
  color: #fff;
}

footer.footer-1 {
  text-align: center;
  font-size: .83rem;
  padding: 1rem 0;
}

footer.footer-1 p {
  margin-bottom: 0;
}

footer.footer2 {
  padding: 1rem 0;
}

footer.footer2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  footer.footer2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer.footer2 p {
  font-size: .83rem;
  color: #8B8B8B;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  footer.footer2 p {
    margin-bottom: 1rem;
  }
}

footer.footer2 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.footer2 .logos a.logo-1 {
  width: 5.8rem;
}

footer.footer2 .logos a.logo-2 {
  width: 3rem;
  margin-left: 1.5rem;
}

footer.footer2 .logos a img {
  width: 100%;
}

/*--LANDING 2--*/
.hero-mama {
  padding-top: 3rem;
  position: relative;
}

.hero-mama:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 21.5rem;
  width: 100%;
  background: #E55F84;
}

.hero-mama .box-hero {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 5;
}

.hero-mama .box-hero .texto {
  padding: 3rem;
}

.hero-mama .box-hero .texto figure {
  width: 100%;
}

.hero-mama .box-hero .texto figure img {
  width: 100%;
}

.hero-mama .box-hero .texto h4 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
}

.hero-mama .box-hero .texto p {
  line-height: 1.2;
}

.hero-mama .box-hero .form {
  width: 36%;
  min-width: 36%;
  background: #F4F5F5;
  padding: 3rem;
}

.hero-mama .box-hero .form h4 {
  font-size: 1.66rem;
  color: #E55F84;
  margin: 0 0 .2rem;
}

.hero-mama .box-hero .form p {
  margin-bottom: 1.2rem;
}

.hero-mama .box-hero .form .form-group {
  margin-bottom: .7rem;
}

.hero-mama .box-hero .form .form-group label {
  display: block;
  margin-bottom: .2rem;
}

.hero-mama .box-hero .form .form-group input {
  width: 100%;
  border: 1px solid #ACB2B5;
  height: 2.55rem;
  padding: .5rem;
}

.hero-mama .box-hero .form .form-group input.small {
  width: 70%;
}

.hero-mama .box-hero .form input[type="submit"] {
  margin-top: .5rem;
}

@media only screen and (max-width: 991px) {
  .hero-mama .box-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-mama .box-hero .form {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-mama .box-hero .texto {
    padding: 1.5rem 1rem;
  }
  .hero-mama .box-hero .form {
    padding: 1.5rem 1rem;
  }
}

.valores .w-valores {
  padding: 3rem;
  text-align: center;
}

.valores .w-valores h3 {
  margin: 0 0 .5rem;
  color: #E55F84;
  font-weight: bold;
  font-size: 1.66rem;
}

.valores .w-valores figure {
  margin-bottom: .75rem;
}

.valores .w-valores figure img {
  width: 100%;
}

.valores .w-valores p.small {
  text-align: left;
  font-size: .83rem;
}

@media only screen and (max-width: 991px) {
  .valores .w-valores {
    padding: 2rem 1rem;
  }
}

.consejos {
  text-align: center;
  padding: 2.5rem 0;
}

.consejos h3 {
  font-size: 1.66rem;
  color: #E55F84;
  margin: 0 0 1rem;
}

.consejos p {
  margin-bottom: 1.5rem;
}

.consejos .box-consejo {
  background: #E55F84;
  padding: 3rem 1.5rem 1.5rem;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-bottom: 1.5rem;
  border-left: 8px solid #FF96B3;
}

.consejos .box-consejo .num {
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  border: 4px solid #FF96B3;
  color: #E55F84;
  position: absolute;
  top: .7rem;
  right: .7rem;
}

.consejos .box-consejo h4 {
  font-size: 1.16rem;
  color: #fff;
  margin: 0 0 .7rem;
  font-weight: bold;
}

.consejos .box-consejo p {
  margin-bottom: 0;
}

.alertas {
  background: #faf6f5;
  text-align: center;
  padding: 2.5rem 0;
}

.alertas h3 {
  font-size: 1.66rem;
  color: #E55F84;
  margin: 0 0 1rem;
}

.alertas p {
  margin-bottom: 1.5rem;
  padding: 0 3rem;
}

@media only screen and (max-width: 768px) {
  .alertas p {
    padding: 0;
  }
}

.alertas .g-alertas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alertas .item-alerta {
  width: 20%;
  padding: 1rem 1.5rem;
}

.alertas .item-alerta img {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .alertas .item-alerta {
    width: 25%;
    padding: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .alertas .item-alerta {
    width: 33.3%;
  }
}

@media only screen and (max-width: 480px) {
  .alertas .item-alerta {
    width: 50%;
  }
}

.contacto {
  position: relative;
  padding: 4rem 0;
}

.contacto .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacto .wrap {
  position: relative;
  z-index: 2;
}

.contacto .box-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: rgba(97, 106, 113, 0.95);
  z-index: 9;
  padding: 2.5rem 2.75rem;
}

.contacto .box-contacto .texto {
  max-width: 30rem;
}

.contacto .box-contacto .texto h4 {
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0rem;
  font-weight: bold;
}

.contacto .box-contacto .texto p {
  font-size: .917rem;
  color: #fff;
  margin-bottom: 0;
}

.contacto .box-contacto .btn {
  width: 18rem;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .contacto .box-contacto {
    padding: 2rem 2rem;
  }
  .contacto .box-contacto .texto {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .contacto .box-contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacto .box-contacto .texto {
    margin-bottom: 1.25rem;
    padding-right: 0;
  }
}

@media only screen and (max-width: 550px) {
  .contacto .box-contacto {
    padding: 2rem 1rem;
  }
}

/*--FIN LANDING 2--*/
/*--LANDING 3--*/
.banner img {
  width: 100%;
}

.hero-protegido {
  padding-top: 3rem;
  position: relative;
}

.hero-protegido:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 21.5rem;
  width: 100%;
  background: #78BE20;
}

.hero-protegido.tipo2 {
  margin-top: -4rem;
  padding-top: 0;
}

.hero-protegido.tipo2:before {
  display: none;
}

.hero-protegido .box-hero {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

.hero-protegido .box-hero .texto {
  padding: 3rem;
}

.hero-protegido .box-hero .texto figure {
  width: 21rem;
  max-width: 100%;
}

.hero-protegido .box-hero .texto figure img {
  width: 100%;
}

.hero-protegido .box-hero .texto h4 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
  color: #78BE20;
}

.hero-protegido .box-hero .texto p {
  line-height: 1.2;
}

.hero-protegido .box-hero .texto .w-video {
  margin-top: 3rem;
}

.hero-protegido .box-hero .sidebar {
  width: 36%;
  min-width: 36%;
  background: #F4F5F5;
  padding: 3rem;
  text-align: center;
}

.hero-protegido .box-hero .sidebar .logo-convenios {
  width: 12.5rem;
  margin: 0 auto 2rem;
}

.hero-protegido .box-hero .sidebar .logo-convenios img {
  width: 100%;
}

.hero-protegido .box-hero .sidebar .formas-pago {
  width: 10.8rem;
  margin: 0 auto 2.5rem;
}

.hero-protegido .box-hero .sidebar .formas-pago p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}

.hero-protegido .box-hero .sidebar .formas-pago img {
  width: 100%;
}

.hero-protegido .box-hero .sidebar .btn {
  width: 14.25rem;
  margin: 0 auto 1.5rem;
}

.hero-protegido .box-hero .form {
  width: 36%;
  min-width: 36%;
  background: #F4F5F5;
  padding: 3rem;
}

.hero-protegido .box-hero .form h4 {
  font-size: 1.66rem;
  color: #616A71;
  margin: 0 0 .2rem;
}

.hero-protegido .box-hero .form p {
  margin-bottom: 1.2rem;
}

.hero-protegido .box-hero .form .form-group {
  margin-bottom: .7rem;
}

.hero-protegido .box-hero .form .form-group label {
  display: block;
  margin-bottom: .2rem;
}

.hero-protegido .box-hero .form .form-group input {
  width: 100%;
  border: 1px solid #ACB2B5;
  height: 2.55rem;
  padding: .5rem;
}

.hero-protegido .box-hero .form .form-group input.small {
  width: 70%;
}

.hero-protegido .box-hero .form input[type="submit"] {
  margin-top: .5rem;
}

@media only screen and (max-width: 991px) {
  .hero-protegido .box-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-protegido .box-hero .sidebar {
    width: 100%;
  }
  .hero-protegido .box-hero .form {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-protegido .box-hero .texto {
    padding: 1.5rem 1rem;
  }
  .hero-protegido .box-hero .sidebar {
    padding: 1.5rem 1rem;
  }
  .hero-protegido .box-hero .form {
    padding: 1.5rem 1rem;
  }
}

.convenio {
  padding: 2.5rem 0;
}

.convenio figure {
  width: 31.25rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.convenio figure img {
  width: 100%;
}

.convenio p {
  font-size: 1.083rem;
}

.convenio p a {
  color: #78BE20;
  text-decoration: underline;
}

/*--FIN LANDING 3--*/
/*--LANDING 5--*/
.landing-5 {
  position: relative;
  padding: 3rem 0 0;
}

.landing-5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 21.5rem;
  width: 100%;
  background: #78BE20;
}

.landing-5 .contenido {
  padding: 2rem 2rem 4rem;
  background: #fff;
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 768px) {
  .landing-5 .contenido {
    padding: 1rem 1rem 3rem;
  }
}

.landing-5 .bloque-texto {
  padding: 2rem 0;
}

.landing-5 .bloque-texto h3 {
  font-size: 1.875rem;
  color: #616A71;
  font-family: "BellGothicStd", sans-serif;
  font-weight: bold;
  margin: 0 0 1rem;
}

.landing-5 .bloque-texto figure {
  width: 100%;
}

.landing-5 .bloque-texto figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .landing-5 .bloque-texto figure {
    margin-top: 2rem;
  }
}

.landing-5 p a {
  color: #78BE20;
  text-decoration: underline;
}

.landing-5 img {
  max-width: 100%;
}

.landing-5 .img-datos {
  margin: 2rem 0;
}

.landing-5 .img-datos img {
  width: 100%;
}

.landing-5 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.landing-5 ul li {
  position: relative;
  font-size: 1rem;
  padding-left: 1.2rem;
  margin-bottom: .5rem;
}

.landing-5 ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78BE20;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .4rem;
}

.chequeo {
  background: #F4F5F5;
  padding: 3.5rem 0;
}

.chequeo .texto h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #78BE20;
  margin: 0 0 2rem;
}

.chequeo .form {
  padding: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .chequeo .form {
    padding: 0;
  }
}

.chequeo .form .form-group {
  margin-bottom: .7rem;
  max-width: 23rem;
}

.chequeo .form .form-group label {
  display: block;
  margin-bottom: .2rem;
}

.chequeo .form .form-group input {
  width: 100%;
  border: 1px solid #ACB2B5;
  height: 2.55rem;
  padding: .5rem;
}

.chequeo .form .form-group input.small {
  width: 70%;
}

.chequeo .form input[type="submit"] {
  margin-top: .5rem;
}

/*--FIN LANDING 5--*/
footer.footer-web {
  background: #333F48;
  padding: 2.9em 0 2em;
}

footer.footer-web .flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer.footer-web .logos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.footer-web .logos-footer a img.logo-2 {
  width: 11.7rem;
}

footer.footer-web .logos-footer a img.logo-acre {
  width: 8rem;
  margin-left: 2rem;
}

footer.footer-web .w-footer h4 {
  font-size: 1rem;
  color: #78BE20;
  margin: 0 0 1rem;
}

footer.footer-web .w-footer ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

footer.footer-web .w-footer ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: .5rem;
}

footer.footer-web .w-footer ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #bbb;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

footer.footer-web .w-footer ul li a {
  color: #BBBBBB;
  font-size: .9rem;
}

footer.footer-web .w-footer ul li a:hover {
  color: #fff;
}

footer.footer-web .w-footer p {
  color: #BBBBBB;
  font-size: .9rem;
  margin-bottom: 5px;
}

footer.footer-web .w-footer p a {
  color: #78BE20;
  font-size: .9rem;
}

footer.footer-web .footer-bottom {
  border-top: 1px solid #616A71;
  margin-top: 2rem;
  padding-top: 2.2rem;
}

footer.footer-web .footer-bottom .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.footer-web .footer-bottom .newsletter label {
  font-size: 1rem;
  color: #78BE20;
  display: inline-block;
  margin-right: 1rem;
}

footer.footer-web .footer-bottom .newsletter .form-group {
  background: #2B363E;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #616A71;
}

footer.footer-web .footer-bottom .newsletter .form-group input {
  height: 100%;
  color: #fff;
  font-size: .9rem;
  padding: .4rem;
  background: #2B363E;
  border: none;
  width: 12.5rem;
}

footer.footer-web .footer-bottom .newsletter .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C8CBCD;
}

footer.footer-web .footer-bottom .newsletter .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C8CBCD;
}

footer.footer-web .footer-bottom .newsletter .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C8CBCD;
}

footer.footer-web .footer-bottom .newsletter .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #C8CBCD;
}

footer.footer-web .footer-bottom .newsletter .form-group button {
  min-width: 0;
  font-size: .75rem;
  padding: .6rem 1.5rem;
}

footer.footer-web .footer-bottom .links {
  margin-left: -8rem;
  margin-top: 10px;
}

footer.footer-web .footer-bottom .links a {
  display: block;
  font-size: .75rem;
  color: #90969B;
  margin-bottom: 6px;
}

footer.footer-web .footer-bottom .links a:hover {
  color: #fff;
}

footer.footer-web .footer-bottom .redes-footer a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #252E34;
  color: #fff;
  text-align: center;
  line-height: 3rem;
}

footer.footer-web .footer-bottom .redes-footer a:hover {
  background: #78BE20;
}

@media only screen and (max-width: 1200px) {
  footer.footer-web .footer-bottom .links {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  footer.footer-web .flex-between-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  footer.footer-web .logos-footer {
    width: 100%;
  }
  footer.footer-web .footer-bottom .newsletter {
    width: 100%;
    margin-bottom: 2em;
  }
  footer.footer-web .links {
    margin-right: 2em;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  footer.footer-web .logos-footer {
    text-align: center;
  }
  footer.footer-web .footer-bottom .newsletter {
    width: 100%;
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.footer-web .footer-bottom .newsletter label {
    width: 100%;
    margin-bottom: 1em;
  }
  footer.footer-web .footer-bottom .newsletter .form-group {
    position: relative;
    width: 100%;
  }
  footer.footer-web .footer-bottom .newsletter .form-group button {
    position: absolute;
    right: 0;
    bottom: 2px;
  }
  footer.footer-web .links {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 640px) {
  footer.footer-web {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer-web .logos-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer.footer-web .logos-footer a img.logo-2 {
    width: 9em;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  footer.footer-web .logos-footer a img.logo-acre {
    width: 6em;
    margin-left: 1em;
  }
}

.carrusel {
  position: relative;
}

.carrusel img {
  max-width: 100%;
}

.carrusel.con-nav {
  padding: 0 40px;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 0px;
}

.carrusel .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0 3px;
  background: transparent;
  padding: 0;
}

.carrusel .tns-nav button.tns-nav-active {
  background: #fff;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 10px;
    height: 10px;
  }
}

.carrusel.verde button {
  border-color: #616A71;
  margin: 30px 5px 0;
}

.carrusel.verde button.tns-nav-active {
  background: #78BE20;
}

.carrusel.blanco button {
  border-color: #fff;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
}

.carrusel .tns-controls button {
  background: #fff;
  border-radius: 50%;
  color: #616A71;
  border: none;
  font-size: 0;
  width: 78px;
  height: 78px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 35%;
}

.carrusel .tns-controls button:first-child {
  left: 0px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 0px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 30px;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 1550px) {
  .carrusel .tns-controls button {
    width: 50px;
    height: 50px;
    line-height: 45px;
    top: 35%;
  }
  .carrusel .tns-controls button:after {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: -10px;
  }
  .carrusel .tns-controls button:last-child {
    right: -10px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.carrusel.flecha-2 .tns-controls button {
  color: #fff;
  background: #1F6DA7;
}

.carrusel.carrusel-slide {
  height: 100%;
}

.carrusel.carrusel-slide .tns-outer, .carrusel.carrusel-slide .tns-ovh, .carrusel.carrusel-slide .tns-inner, .carrusel.carrusel-slide .tns-slider {
  height: 100%;
}

.carrusel.carrusel-slide .item {
  height: 100%;
  position: relative;
}

.carrusel.carrusel-slide .item figure {
  height: 100%;
}

.carrusel.carrusel-slide .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.carrusel.carrusel-slide .item picture {
  height: 100%;
}

.carrusel.carrusel-slide .item picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.carrusel.carrusel-slide .tns-nav {
  position: absolute;
  top: 15px;
  right: 20px;
}

@media only screen and (max-width: 991px) {
  .carrusel.carrusel-slide {
    padding-bottom: 0.9em;
  }
}

@media only screen and (max-width: 550px) {
  .carrusel.carrusel-slide .item figure {
    height: auto;
  }
  .carrusel.carrusel-slide .item figure img {
    -o-object-fit: initial;
       object-fit: initial;
    width: 100%;
    height: auto;
  }
  .carrusel.carrusel-slide .item picture {
    height: auto;
  }
  .carrusel.carrusel-slide .item picture img {
    -o-object-fit: initial;
       object-fit: initial;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .carrusel.verde {
    padding: 0 20px;
  }
  .carrusel.verde .tns-ovh {
    overflow: visible;
  }
}

.carrusel.c-galeria .tns-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .carrusel.c-galeria {
    margin-bottom: 1em;
  }
}

.carrusel-contratar .tns-controls button {
  top: 15%;
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #f5f5f5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em .5em;
  width: 100%;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ac-default .item-ac.activo {
  background-image: url("../images/bg-ac.jpg");
}

.ac-default .item-ac button {
  font-size: 1em;
  color: #616A71;
  background: transparent;
  padding: 1em 4em 1em 1em;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #A8ADB1;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.ac-default .item-ac button:after {
  content: "\f054";
  color: #78BE20;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 30%;
  font-size: 1.2em;
}

.ac-default .item-ac button.activo:after {
  content: "\f078";
  font-size: 1.1em;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac p {
  padding: 20px;
}

.ac-default.color-odd .item-ac:nth-child(even) {
  background: #FAFBFB;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    padding: 20px 40px 20px 20px;
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.ac-default.ac-faq .item-ac {
  margin-bottom: 10px;
}

.ac-default.ac-faq .item-ac button {
  background: #BFDFFF;
}

.ac-default.ac-faq .item-ac .int-ac {
  background: #BFDFFF;
}

/*nuevos estilos implementacion*/

header .logo img {
    width: 70%;
}

.w-25 { 
  width: 25%;
}

.w-50 { 
  width: 50%;
}

.w-75 { 
  width: 75%;
}

.w-100 { 
    width: 100%;
}

.sticky {
    height: 100%;
    position: sticky;
    top: 0;
}

.form input {
    width: 100%;
    border: 1px solid #ACB2B5;
    height: 2.55rem;
    padding: .5rem;
    margin-top: 0.3rem;
    margin-bottom: 15px;
}

.form .small input {
  width: 70%;
}
.form .small label {
  display: block;
}
.form button[type="submit"] {
    font-size: 0.83em;
    line-height: 1.4;
    border-radius: 4px;
    padding: 0.8em 2em;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    border: none;
    text-transform: uppercase;
    min-width: 12rem;
    background: #FFA43B;
    margin-top: .5rem;
}

.form button[type="submit"]:hover {
  background: #FF703B;
}
@media (max-width: 991px) {
  .hero-protegido.tipo2 {
      margin-top: 0rem;
  }
  .sf_colsIn.texto {
      width: 100%;
  }
  .sf_colsIn.texto img {
      width: 100%;
  }
}

/* fin nuevos estilos implementacion*/


/*# sourceMappingURL=estilos.css.map */