/*
	App by FreeHTML5.co
	Twitter: http://twitter.com/sav
	URL: http://freehtml5.co
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", "sans-serif";
}

html {
  overflow-x: hidden;
}

.download-btn-first {
  background: #f7f7f7;
}

.download-btn-first:hover {
  background: #f6bf6c;
  color: #fff !important;
}

.features-btn-first {
    background: #f6bf6c !important;
  color: #ffffff !important;
  font-weight: 700;
}

.features-btn-first:hover {
  background: #e36250 !important;
  color: #ffffff !important;
}

.sav-hero-inner.owl-carousel .item img {
  z-index: 99; /* mayor que dots y otros overlays */

}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto !important; /* 🔥 fuerza mantener proporción */
  object-fit: contain;     /* nunca cortar */
}

#sav-hero-wrapper {
  height: 800px;
  width: 100%;
  background: url("../img/banner-bg.jpg") no-repeat center;
  border-radius: 0 0 50% 50% / 4%;
}

.main-navbar-nav .navbar-brand {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  top: -5px;
  font-weight: 500;
}

.main-navbar-nav {
background-color: #f6bf6cdb;
    color: #fff !important;
    border-radius: 0px 0px 40px 40px;
        padding-left: 30px;


}
.main-navbar-nav li {
  color: #fff;
  opacity: .7;
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #169dba !important;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  -ms-transition: all .33s ease;
  transition: all .33s ease;
}
.main-navbar-nav .active {
  color: #fff !important;
  opacity: 1 !important;
}
.main-navbar-nav a {
  color: #fff !important;
}
.main-navbar-nav .nav-link {
  opacity: 1 !important;
  margin: 0 35px;
  font-size: 16.5px;
  font-weight: 500;
}

.social-icons-header i {
  margin: 15px;
  font-size: 20px;
}

.social-icons-header a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.sav-hero-inner {
  position: relative;
}
.sav-hero-inner > h1 {
  color: #fff;
  font-weight: 300;
  font-size: 49px;
  letter-spacing: 2px;
}
.sav-hero-inner > p {
  width: 400px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2em;
}
.sav-hero-inner .download-btn-first {
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 700;
  color: #169dba;
}
.sav-hero-inner .features-btn-first {
  font-size: 15px;
  padding: 8px 13px;
  font-weight: 400;
  background: #169dba;
  color: #fff;
  margin-left: 10px;
}
.sav-hero-inner .sav-hero-smartphone {
  position: absolute;
  right: 15%;
  top: 120px;

}
.sav-hero-inner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* para que solo las flechas reciban clic */
}

.sav-hero-inner .owl-nav button {
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  pointer-events: auto; /* reactivar clic en botones */
  transition: background 0.3s ease;
}

.sav-hero-inner .owl-nav button:hover {
  background: rgba(0,0,0,0.8);
}

/* ==========================================================================================================
										ADVANTAGES
   ========================================================================================================== */
.sav-hero-inner.owl-carousel .item {
  width: 100% !important;
  min-height: auto;
  display: flex;
  align-items: flex-start;   /* arriba */
  justify-content: flex-start; /* izquierda */
}

/* Contenedor principal del slide */
.hero-content {
  flex-direction: row; /* texto e imagen lado a lado */
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
  MARGIN-TOP: 8%;
}

/* Texto arriba a la izquierda */
.hero-text {
  flex: 1;
  text-align: left;
}

.hero-text h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.hero-text button {
  margin-top: 20px;
}

/* Imagen a la derecha */
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.hero-image img {
  max-width: 350px;
  height: auto;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .sav-features-outer .sm-6-content p {
    width: 100%;
    padding: 0 15px;      
    box-sizing: border-box; /* asegura que no se desborde */
    text-align: center;    
  }
}
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: left;
    padding-top: 90px;
  }
  .hero-image {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .hero-text h1 {
    font-size: 2rem;
  }
}

.sav-hero-inner h1 {
  font-size: 3rem;
  color: #ffffff;
}

.sav-hero-inner p {
  font-size: 1.1rem;
  max-width: 700px;
}

@media (max-width: 768px) {
  .sav-hero-inner h1 {
    font-size: 2rem;
  }
  .sav-hero-inner p {
    font-size: 1rem;
  }
}
.sav-advantages-outer {
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.sav-advantages-outer .span-perfect {
  color: #32e9d8;
  text-transform: uppercase;
  font-size: 38px;
  letter-spacing: 1px;
}
.sav-advantages-outer .span-features {
    text-transform: uppercase;
    font-size: 23px;
    color: #ffc107;
    font-style: oblique;
}
.sav-advantages-outer .second-title {
  text-align: center;
  display: block;
}
.sav-advantages-outer small {
  display: block;
  text-align: center;
}
.sav-color-l {
  color: #32e9d8;
}

.sav-advantages-outer .sav-advantages-grid-columns {
  margin-top: 120px;
}
.sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-image {
  width: 30%;
  float: left;
  padding-right: 30px;
  position: relative;
  top: 1px;
  color: #32e9d8;
}
@media screen and (max-width: 993px) {
  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-image,
  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-title,
  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-desc,
  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-desc2 {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  COLOR: #e36250;
}
.sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  COLOR: #e36250;
}
.sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-desc {
  float: right;
  font-size: 1.2em;
  padding-right: 7%;
  width: 70%;
  color: #e36250;
  margin-top: 10px;
  line-height: 1.87em;
}
.sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-desc {
  float: right;
  font-size: 1.2em;
  padding-right: 7%;
  width: 76%;
  color: #e36250;
  margin-top: 10px;
  line-height: 1.87em;
}
.sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-desc2 {
  float: right;
  font-size: 1.2em;
  padding-right: 7%;
  width: 76%;
  color: #139db9;
  margin-top: 10px;
  line-height: 1.87em;
}
.sav-slider-inner {
  margin-top: 50px;
  margin-bottom: 0px;
}

/* ==========================================================================================================
										SLIDER
   ========================================================================================================== */
.sav-slider-outer {
  width: 100%;
  height: auto;
  padding: 70px;
  background-color: #ebfbfb;
}
.sav-slider-outer h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.sav-slider-outer > h1, .sav-slider-outer small {
  text-align: center;
  display: block;
}
.sav-slider-outer .sav-slider-outer {
  margin-top: 50px;
}
.sav-slider-outer .carousel-left-arrow {
  position: absolute;
  left: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}
.sav-slider-outer .carousel-right-arrow {
  position: absolute;
  right: -100px;
  bottom: 250px;
  font-size: 60px;
  color: #ececec;
}
.sav-slider-outer .item img {
 height: auto;
  max-height: 400px;   /* mantiene límite en escritorio */
  width: 100%;         /* ocupa el 100% del contenedor */
  object-fit: contain;
}
.sav-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.sav-paths-grid .path-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sav-paths-grid .path-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Responsive en móvil (una sola columna) */
@media (max-width: 768px) {
  .sav-paths-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .sav-paths-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.curved-bg-div-AR {
  background: url("../img/curved-AR.png") no-repeat;
  background-position: 0px 10px;
  background-size: cover;
  width: 100%;
  height: 300px;
  background-color: #ebfbfb;
}
.curved-bg-div-AR-w {
  background: url("../img/curved-AR.png") no-repeat;
  background-position: 0px 10px;
  background-size: cover;
  width: 100%;
  height: 300px;
}


.curved-bg-div-0 {
  background: url("../img/curved-bgg.png") no-repeat;
  background-color: #ebfbfb;
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 330px;
}
.curved-bg-div {
  background: url("../img/curved-bgg.png") no-repeat;
  background-color: #ebfbfb;
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.curved-bg-div-2 {
  background: url("../img/curved-bgg.png") no-repeat;
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 190px;
}
.sav-features-outer {
  width: 100%;
  height: auto;
  margin-top: -180px;
  background-color: #caf3f55e;
}
.sav-features-outer .col-sm-6 {
  margin-top: 80px;
}
.sav-features-outer .col-sm-6 img {
  height: 550px;
}
.sav-features-outer .sm-6-content {
  margin-top: 20px;
  position: relative;
    margin-bottom: 60px;
}
.sav-features-outer .sm-6-content h1 {
  color: #32e9d8;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sav-features-outer .sm-6-content h1 {
    font-size: 28px;   /* más grande que el body text */
    line-height: 1.3;  /* mejor legibilidad */
    text-align: center; /* opcional: centrado en mobile */
  }
}
.sav-features-outer .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
}
.sav-features-outer .col-sm-6 .col-sm-image-container {
  position: relative;
  width: 300px;
}
.sav-features-outer .col-sm-6 .span-new {
  color: #fff;
  background: #F6BF6C;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 140px;
}
.sav-features-outer .col-sm-6 .span-free {
  color: #fff;
  background: #E36250;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.sav-features-outer .col-sm-6 .span-data {
  color: #7e8c91;
  background: #b8faee;
  padding: 20px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: initial;
  position: absolute;
  top: 140px;
  right: -2px;
  font-weight: 700;
}
.sav-features-outer .col-sm-6 .span-percent {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
  font-weight: 700;
}
.sav-features-outer .col-sm-6 .circle {
  color: #c3cfe5;
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  font-weight: 600;
  box-shadow: 0 0 0 5px #f9f9f9;
}
.sav-features-outer .col-sm-6 .circle-first {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 0px;
  font-weight: 600;
}
.sav-features-outer .col-sm-6 .circle-middle {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 50px;
  font-weight: 600;
}
.sav-features-outer .col-sm-6 .circle-last {
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  margin-left: 100px;
  font-weight: 600;
}

/* ==========================================================================================================
										REVIEWS
   ========================================================================================================== */
.sav-reviews-outer {
  width: 100%;
  height: auto;       /* 🔥 se adapta al contenido */
  min-height: 400px;  /* opcional, si quieres mantener un mínimo */
  margin-top: 100px;
}
.sav-reviews-outer .sav-reviews-inner {
  margin-top: 60px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 80px;
    text-align:center
}
.sav-reviews-outer > h1 {
  color: #32e9d8;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}
.sav-reviews-outer > small {
  text-align: center;
  display: block;
}
.sav-reviews-outer .testimonial-desc {
  clear: both;
  text-transform: uppercase;
  padding-top: 27px;
  font-weight: 500;
  color: #E36250;
}
.sav-reviews-outer .testimonial-2 {
  margin-left: 50px;
}
.sav-gallery-section {
  padding: 60px 20px;
  background: #f6c7803d;
}

.sav-gallery-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #333;
}

/* Grid de 3 columnas */
.sav-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Estilos de cada imagen */
.sav-gallery-grid .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sav-gallery-grid .gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .sav-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sav-gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================================================
										BOTTOM
   ========================================================================================================== */
.sav-bottom-outer {
  width: 100%;
  
  background: url("../img/download-section-bg.png") no-repeat;
  margin-top: 120px;
  overflow-x: hidden;
}
.sav-bottom-outer .sav-bottom-inner {
  margin-top: 110px;  
  margin-bottom: 35px;
}
.sav-bottom-outer .sav-bottom-inner .col-sm-6 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.sav-bottom-outer .sav-bottom-inner .col-sm-6 p {
  width: 350px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.85em;
}
.sav-bottom-outer .sav-bottom-inner .col-sm-6 img {
  margin-top: 25px;
}
#sav-supported .row.sav-supported-grid-columns {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos bajen si no caben */
    align-items: center;
}

#sav-supported .col-sm-4,
#sav-supported .col-sm-6 {
    flex: 1 1 100%; /* Por defecto ocupan toda la fila en móvil */
    text-align: center;
    margin-bottom: 20px; /* Espacio entre imagen y texto */
}

#sav-supported .col-sm-4 img {
    max-width: 100%;
    height: auto;
}

/* Opcional: para tablet y desktop */
@media (min-width: 768px) {
    #sav-supported .col-sm-4 {
        flex: 0 0 33.3333%;
        text-align: left;
    }
    #sav-supported .col-sm-6 {
        flex: 0 0 50%;
        text-align: left;
    }
}

   /* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */
.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.footer-outer {
  width: 100%;
  padding: 50px;
  height: 250px;
  background: #044560;
  overflow: hidden;
}
.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}
.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}
.footer-outer .social-icons-footer a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}
.footer-outer .column-1-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-1-3 h1 {
  font-size: 38px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #fff;
}
.footer-outer .column-2-3 {
  width: 60%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 a {
  color: #b5b5c8;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}
.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 50px;
  color: #b5b5c8;
  margin: 0 30px;
  font-size: 14px;
}
.footer-outer .footer-nav ul li:hover {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.footer-outer .footer-nav ul .active {
  color: #fff;
}
.footer-outer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #dedfe6;
  display: block;
  margin-top: 50px;
}
.footer-outer .copyright {
  text-align: center;
  font-size: 13px;
  padding: 40px 0;
  color: white;
}

.google-play-btn {
  margin-left: 10px;
}

.sav-supported {
    background-color: #ebfbfb;
}

/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .sav-hero-inner .sav-hero-smartphone {
    position: absolute;
    right: 50px;
    top: 200px;
    height: 550px;
  }

  .curved-bg-div {
    background-position: 100% -20px;
  }

  .footer-outer .footer-three-grid {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .sav-hero-inner .sav-hero-smartphone {
    position: absolute;
  
    top: 200px;

  }
}
@media screen and (max-width: 993px) {
  body {
    overflow-x: hidden;
  }

  #sav-hero-wrapper {
    
  }

  .sav-hero-inner {

  }

  .sav-hero-inner .sav-hero-smartphone {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 270px;
    height: 460px;
    margin-top: 110px;
  }

  .sav-advantages-outer {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-title {
    float: none;
    text-align: center;
  }

      .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-title {
    float: none;
    text-align: center;
  }



  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-4 .grid-desc {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-desc {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sav-advantages-outer .sav-advantages-grid-columns .col-sm-6 .grid-desc2 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sav-slider-outer .sav-slider-outer {
    margin-top: 0px;
  }

  .sav-features-outer {
    margin-top: -50px;
  }

  .sav-features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  .sav-features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .sav-features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .sav-slider-outer .carousel-right-arrow {
    position: absolute;
    right: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .sav-slider-outer .carousel-left-arrow {
    position: absolute;
    left: -70px;
    bottom: 250px;
    font-size: 60px;
    color: #ececec;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }

  .sav-features-outer .col-sm-6 .span-percent, .sav-features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .sav-features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .sav-features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .sav-features-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .sav-advantages-outer .second-title {
    margin-top: 60px;
  }

  .sav-features-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .sav-features-grid-columns .in-order-4 {
    order: 1;
  }
  .sav-features-grid-columns .in-order-3 {
    order: 2;
  }

  .sav-reviews-outer {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .sav-hero-inner > h1 {
    color: #fff;
    font-weight: 300;
    font-size: 41px;
    letter-spacing: 2px;
  }

  #sav-hero-wrapper {
    height: 800px;
  }

  .sav-advantages-outer .sav-advantages-grid-columns {
    margin-top: 40px;
  }

  .sav-advantages-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .sav-hero-inner .sav-hero-smartphone {
    height: 420px;
  }

  .sav-advantages-outer .second-title {
    margin-top: 60px;
  }

  .sav-bottom-outer {
    margin-top: 40px;
    overflow: hidden;
  }

  .sav-bottom-outer .sav-bottom-inner {
    margin-top: 50px;
  }

  .sav-slider-outer {
    padding: 0;
  }

  .sav-slider-outer .carousel-left-arrow {
    left: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .sav-slider-outer .carousel-right-arrow {
    right: 50px;
    font-size: 50px;
    bottom: 190px;
  }

  .sav-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .sav-slider-outer .item img {
     width: 90%;       /* 80% del ancho de la pantalla */
    height: auto;     /* mantiene proporción */
    margin: 0 auto;   /* centra la imagen */
    display: block;
  }

  .sav-reviews-outer {
    height: auto;
  }

  .sav-reviews-outer .sav-reviews-inner {
    margin-top: 50px;
  }

  .sav-bottom-outer {
    background-position: bottom;
    overflow: hidden;
    height: auto;
  }

  .sav-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  .sav-bottom-outer .sav-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }

  .footer-outer .column-1-3 {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 30px;
  }

  .footer-outer .column-2-3 {
    width: 100%;
    float: none;
    height: auto;
  }

  .footer-outer .column-3-3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
  }

  .footer-outer .copyright {
    margin-top: 30px;
    padding: 10px 0;
  }

  .footer-outer .border-bottom-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #434769;
    display: block;
    margin-top: 100px;
  }
}
@media screen and (max-width: 520px) {
  #sav-hero-wrapper {
    height: 900px;
  }

  .sav-hero-inner > h1 {
    font-size: 37px;
  }

  .sav-hero-inner > p {
    width: 100%;
  }

  .sav-hero-inner {
    text-align: center;
  }

  .sav-hero-inner .sav-hero-smartphone {
    height: 450px;
    margin-top: 110px;
  }

  .social-icons-header i:first-of-type {
    font-size: 22px;
  }

  .sav-slider-outer .carousel-left-arrow {
    left: 0;
  }

  .sav-slider-outer .carousel-right-arrow {
    right: 0;
  }

  .sav-slider-inner {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .sav-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }

  .sav-advantages-outer .span-perfect {
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .sav-advantages-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background: rgba(255, 255, 255, 0.961);
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: block;
  max-width: 100%;   /* evita que se salga horizontalmente */
  max-height: 100%;  /* evita que se salga verticalmente */
  height: auto;      /* mantiene proporción */
  width: auto;       /* mantiene proporción */

}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
#sav-contact {
  color: #fff;
}

#sav-contact .overlay {
  background: rgba(0,0,0,0.6); /* opcional, mejora contraste */
  padding: 40px;
  border-radius: 10px;
}

#sav-contact h1, 
#sav-contact h5 {
  color: #fff;
}

#sav-contact form label {
  color: #fff;
}/* El formulario ocupa su altura natural */
#sav-contact form {
  max-height: none;
  overflow: visible;
}

/* El textarea se adapta en vez de generar scroll */
#sav-contact textarea {
  resize: vertical;    /* solo permite redimensionar en vertical */
  overflow: auto;      /* aparece scroll SOLO si el texto es demasiado largo */
  max-height: 300px;   /* límite opcional para que no crezca infinito */
}