@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

html,
body {
  overflow-x: hidden;
}
div#barra-float {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.navbar-custom {
  background-color: white;
  padding: 10px 0;
  height: 100px;
  z-index: 1;
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.site-title a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: black;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
  color: #ccc;
}

.d-flex .nav-link {
  margin-right: 15px;
}

.navbar-nav ul li a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#header {
  position: relative;
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.icon-cabecero {
  width: 90px;
  height: 87px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .navbar-nav {
    padding-bottom: 40px;
  }
  .navbar-container.container-fluid {
    background-color: white;
  }
  .navbar-nav ul {
    padding: 0;
  }
  .navbar-nav li {
    height: 60px;
    align-content: center;
  }
  .navbar-nav li:hover {
    transition: 0.2s;
    background: #ffffffef;
    padding-left: 80px;
    transform: scale(1.2);
  }
  .icon-cabecero {
    width: 70px;
    height: 68px;
  }
}
@media (max-width: 720px) {
  .icon-cabecero {
    width: 40px;
    height: 38px;
  }
  .sector-importancia-grid-2 {
    display: flex !important;
    flex-direction: column;
    gap: 25px !important;
  }
  .navbar-custom {
    background-color: white;
  }
}
button.navbar-toggler {
  filter: invert(1);
}

@media (min-width: 992px) {
  .navbar-nav {
    width: 100%;
  }

  .navbar-nav ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
  }
  .navbar-nav ul li {
    max-width: 150px;
    text-align: center;
  }
  .navbar-nav li:hover {
    transition: 0.2s;
    transform: scale(1.2);
  }
}

/*  FOOTER  */
.footer_nuva {
  width: 100%;
  min-height: 50px;
  background-color: black;
  margin-top: 100px;
}
.footer-grid {
  margin-top: 35px;
}
.footer-nuva-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#copyright {
  width: 100%;
  text-align: center;
  color: white;
  padding: 20px 0;
  margin-top: 40px;
}
.footer-nuva-container h2 {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.footer-nuva-container p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
}
.footer-column1 h2 {
  margin-top: 8px;
}
.footer-column1 p {
  margin-top: 16px;
  line-height: 1.5;
}
.footer-column1 .redes-sociales {
  margin-top: 24px;
}
.redes-sociales {
  width: 180px;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  justify-items: center;
}
.redes-sociales i {
  color: white;
  font-size: 20px;
}
#site-title img {
  width: 170px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 476px 280px 215px 190px;
  justify-items: center;
}
.footer-column2 a {
  display: flex;
  text-decoration: none;
  margin-top: 24px;
}
.footer-column2 a i {
  margin-right: 10px;
  color: white;
  font-size: 20px;
}
.menus-footer ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.menus-footer ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.menus-footer div {
  height: 100%;
}
.menus-footer {
  height: 100%;
}
.footer-column4 a {
  display: flex;
  text-decoration: none;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .footer-column3 {
    display: none;
  }
  .footer-grid {
    gap: 15px;
  }
}
@media (max-width: 530px) {
  .footer-grid {
    grid-template-columns: none !important;
    justify-items: center;
    justify-content: center;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-column1 p {
    text-align: center;
  }
  .footer-column2 {
    text-align: center;
  }
  .footer-column4 {
    text-align: center;
  }
}

/*  SECCIONES   */
#content-plus {
  max-width: 1200px;
  margin: 0 auto;
}
#sector-importancia {
  margin-top: 100px;
}
#sector-importancia h2 {
  font-size: 32px;
  font-weight: 700;
}
#sector-importancia p {
  font-size: 16px;
  font-weight: 400;
}
.sector-importancia-grid-2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 45px;
  margin-top: 40px;
}
.sector-importancia-beneficios {
  text-align: center;
}
.sector-importancia-beneficios h2 {
  margin: 40px 0;
}
.sector-importancia-grid-4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 45px;
}
.sector-importancia-grid-4 p {
  margin-top: 16px;
}
.sector-importancia-grid-4 img {
  width: 100%;
  max-width: 224px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .footer-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: center;
  }
}
@media (max-width: 992px) {
  #content-plus {
    margin: 0 5%;
  }
  .sector-importancia-grid-4 {
    gap: 5px;
  }
}
@media (max-width: 720px) {
  .sector-importancia-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .sector-importancia-grid-4 img {
    padding: 10px;
  }
}

/*  SECCION PRE ENTRENO   */
#sector-pre-entreno {
  margin-top: 150px;
}
#sector-pre-entreno h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
#sector-pre-entreno p {
  font-size: 16px;
  font-weight: 400;
  color: #5f5e5e;
  padding: 15px 0 0 0;
}
.pre-entreno-grid {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 38px;
}
.pre-entreno-grid img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.pre-entreno-cabecero {
  font-size: 64px;
  font-weight: 700;
}
.pre-entreno-texto {
  background-color: #e1e1e1;
  border-radius: 0.375rem;
}
.pre-entreno-texto p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 24px;
  margin-top: 20px;
}
.botones-pre-entreno {
  margin-top: 60px;
}
.prod-pre-entreno {
  margin-top: 60px;
}
.prod-pre-entreno,
.cuerpo-prod-pre-entreno {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.cuerpo-prod-pre-entreno img {
  width: 230px;
}
p#texto1 {
  padding: 20px;
}
p#texto2 {
  padding: 20px;
}
@media (max-width: 1416px) {
  .cuerpo-prod-pre-entreno img {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .cuerpo-prod-pre-entreno img {
    width: 180px;
  }
  .cuerpo-prod-pre-entreno {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .pre-entreno-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .botones-pre-entreno {
    margin-top: 20px;
    justify-self: center;
  }
  .prod-pre-entreno {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .cuerpo-prod-pre-entreno {
    align-items: center;
  }
  #sector-pre-entreno {
    margin-top: 100px;
  }
}
@media (max-width: 720px) {
  #sector-pre-entreno {
    margin-top: 100px;
  }
}
@media (max-width: 620px) {
  .cuerpo-prod-pre-entreno {
    display: flex;
    flex-direction: column;
  }
}

/*  SECTOR ENERGIA  */
#sector-energia {
  margin-top: 100px;
}
#sector-energia h3 {
  font-size: 18px;
  font-weight: 700;
}
#sector-energia p {
  font-size: 16px;
  font-weight: 400;
  color: #5f5e5e;
  padding: 15px 0 0 0;
}
.energia-grid {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 38px;
}
.energia-grid img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.energia-cabecero {
  font-size: 64px;
  font-weight: 700;
}
.carousel-control-prev {
  left: -100px;
}
.carousel-control-next {
  right: -100px;
}
@media (max-width: 1416px) {
  .carousel-control-prev {
    left: 0px;
  }
  .carousel-control-next {
    right: 0px;
  }
}
@media (max-width: 992px) {
  .cuerpo-prod-energia img {
    width: 180px;
  }
  .cuerpo-prod-energia {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .energia-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .energia-entreno {
    margin-top: 20px;
    justify-self: center;
  }
  .prod-energia {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .cuerpo-prod-energia {
    align-items: center;
  }
}
@media (max-width: 620px) {
  .cuerpo-prod-energia {
    display: flex;
    flex-direction: column;
  }
}

/*  SECTOR TERMOGENICO  */
#sector-termogenicos {
  margin-top: 100px;
}
#sector-termogenicos h3 {
  font-size: 18px;
  font-weight: 700;
}
#sector-termogenicos p {
  font-size: 16px;
  font-weight: 400;
  color: #5f5e5e;
  padding: 15px 0 0 0;
}
.termogenicos-grid {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 38px;
}
.termogenicos-grid img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.termogenicos-cabecero {
  font-size: 64px;
  font-weight: 700;
}
.termogenicos-texto {
  background-color: #e1e1e1;
  border-radius: 0.375rem;
}
.termogenicos-texto p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 24px;
  margin-top: 20px;
}
.termogenicos-grid button {
  margin-top: 50px;
}
.prod-termogenicos {
  margin-top: 60px;
}
.prod-termogenicos,
.cuerpo-prod-termogenicos {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.cuerpo-prod-termogenicos img {
  width: 230px;
}
.prod-termogenicos-3 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 60px;
}
.cuerpo-prod-termogenicos-3 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
.cuerpo-prod-termogenicos-3 img {
  width: 100%;
  max-height: 350px;
  max-width: 200px;
}
.cuerpo-prod-termogenicos-3 h3 {
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cuerpo-prod-termogenicos img {
    width: 180px;
  }
  .cuerpo-prod-termogenicos {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .termogenicos-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .termogenicos-entreno {
    margin-top: 20px;
    justify-self: center;
  }
  .termogenicos-entreno button {
    margin-top: 20px;
  }
  .prod-termogenicos {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .prod-termogenicos-3 {
    gap: 15px;
  }
  .cuerpo-prod-termogenicos {
    align-items: center;
  }
}
@media (max-width: 720px) {
  .prod-termogenicos-3 {
    grid-template-columns: auto;
  }
  .cuerpo-prod-termogenicos-3 {
    align-items: center;
  }
}
@media (max-width: 620px) {
  .cuerpo-prod-termogenicos {
    display: flex;
    flex-direction: column;
  }
}

/*  SECTIOR PREVENCION  */
#sector-prevension {
  margin-top: 100px;
}
#sector-prevension h3 {
  font-size: 18px;
  font-weight: 700;
}
#sector-prevension p {
  font-size: 16px;
  font-weight: 400;
  color: #5f5e5e;
  padding: 15px 0 0 0;
}
.prevension-grid {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 38px;
}
.prevension-grid img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.prevension-cabecero {
  font-size: 64px;
  font-weight: 700;
}
.prevension-texto {
  background-color: #e1e1e1;
  border-radius: 0.375rem;
}
.prevension-texto p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 24px;
  margin-top: 20px;
}
.prevension-grid button {
  margin-top: 20px;
}
.prod-prevension {
  margin-top: 60px;
}
.prod-prevension,
.cuerpo-prod-prevension {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.cuerpo-prod-prevension img {
  width: 230px;
}
@media (max-width: 992px) {
  .cuerpo-prod-prevension img {
    width: 180px;
  }
  .cuerpo-prod-prevension {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .prevension-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .prevension-entreno {
    margin-top: 20px;
    justify-self: center;
  }
  .prevension-entreno button {
    margin-top: 20px;
  }
  .prod-prevension {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .cuerpo-prod-prevension {
    align-items: center;
  }
}
@media (max-width: 620px) {
  .cuerpo-prod-prevension {
    display: flex;
    flex-direction: column;
  }
}

/*  SECTOR OPTIMIZACION */
#sector-optimizacion {
  margin-top: 100px;
}
#sector-optimizacion h3 {
  font-size: 18px;
  font-weight: 700;
}
#sector-optimizacion p {
  font-size: 16px;
  font-weight: 400;
  color: #5f5e5e;
  padding: 15px 0 0 0;
}
.optimizacion-grid {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 38px;
}
.optimizacion-grid img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.optimizacion-cabecero {
  font-size: 64px;
  font-weight: 700;
}
.optimizacion-texto {
  background-color: #e1e1e1;
  border-radius: 0.375rem;
}
.optimizacion-texto p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 24px;
  margin-top: 20px;
}
.optimizacion-grid button {
  margin-top: 20px;
}
.prod-optimizacion {
  margin-top: 60px;
}
.prod-optimizacion,
.cuerpo-prod-optimizacion {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.cuerpo-prod-optimizacion img {
  width: 230px;
}
@media (max-width: 992px) {
  .cuerpo-prod-optimizacion img {
    width: 180px;
  }
  .cuerpo-prod-optimizacion {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .optimizacion-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .optimizacion-entreno {
    margin-top: 20px;
    justify-self: center;
  }
  .optimizacion-entreno button {
    margin-top: 20px;
  }
  .prod-optimizacion {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .cuerpo-prod-optimizacion {
    align-items: center;
  }
}
@media (max-width: 620px) {
  .cuerpo-prod-optimizacion {
    display: flex;
    flex-direction: column;
  }
}

/*  SECTOR RECUPERACION */
#sector-recuperacion {
  margin-top: 100px;
}
#sector-recuperacion h3 {
  font-size: 18px;
  font-weight: 700;
}
#sector-recuperacion p {
  font-size: 16px;
  font-weight: 400;
  color: #5f5e5e;
  padding: 15px 0 0 0;
}
.recuperacion-grid {
  display: grid;
  grid-template-columns: auto 470px;
  gap: 38px;
}
.recuperacion-grid img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
img.img-fluid {
  height: 100%;
}
.recuperacion-cabecero {
  font-size: 64px;
  font-weight: 700;
}
.recuperacion-texto {
  background-color: #e1e1e1;
  border-radius: 0.375rem;
}
.recuperacion-texto p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 24px;
  margin-top: 20px;
}
.recuperacion-grid button {
  margin-top: 110px;
}
.prod-recuperacion {
  margin-top: 60px;
}
.prod-recuperacion,
.cuerpo-prod-recuperacion {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.cuerpo-prod-recuperacion img {
  width: 230px;
}
.prod-recuperacion-3 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 60px;
}
.cuerpo-prod-recuperacion-3 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
.cuerpo-prod-recuperacion-3 img {
  width: 100%;
  max-height: 350px;
  max-width: 200px;
  align-self: anchor-center;
}
.cuerpo-prod-recuperacion-3 h3 {
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cuerpo-prod-recuperacion img {
    width: 180px;
  }
  .cuerpo-prod-recuperacion {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .recuperacion-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .recuperacion-entreno {
    margin-top: 20px;
    justify-self: center;
  }
  .recuperacion-entreno button {
    margin-top: 20px;
  }
  .prod-recuperacion {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .cuerpo-prod-recuperacion {
    align-items: center;
  }
  .prod-recuperacion-3 {
    gap: 15px;
  }
}
@media (max-width: 720px) {
  .prod-recuperacion-3 {
    gap: 15px;
    grid-template-columns: auto;
  }
  .cuerpo-prod-recuperacion-3 {
    align-items: center;
  }
}
@media (max-width: 620px) {
  .cuerpo-prod-recuperacion {
    display: flex;
    flex-direction: column;
  }
}

/*  SECTOR CONCLUSION */
#sector-conclusion {
  margin-top: 100px;
}
.fondo-concl {
  background-color: #214899;
  width: 100%;
  text-align: center;
}
#sector-conclusion h3 {
  font-weight: 600;
  line-height: 1.5;
  color: white;
}
#sector-conclusion p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: white;
}
.concl-grid {
  max-width: 1200px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 75px;
  padding: 100px 25px;
  margin: auto;
}
.concl-grid img {
  width: 530px;
  height: 360px;
  object-fit: scale-down;
  padding: 10px;
  background: white;
  border-radius: 0.375rem;
}
.concl-txt {
  align-content: center;
}
.concl-txt p {
  text-align: center;
}
@media (max-width: 992px) {
  .concl-grid img {
    width: 230px;
  }
}
@media (max-width: 720px) {
  .concl-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .concl-grid img {
    width: 100%;
    height: auto;
  }
  .tit-para-txt,
  .tit-para-txt-1 {
    margin: 40px 0 !important;
  }
}

/*  CONTACTANOS */
#sector-contacto {
  margin-top: 70px;
}
.contacto-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
  justify-items: center;
}
.contacto-grid img {
  width: 100%;
}
.contacto-grid h2 {
  font-size: 32px;
  font-weight: 700;
}
.contacto-grid p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: black;
}
.contacto-grid input {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 10px !important;
  background-color: #d9d9d9;
  padding: 5px 15px;
}
.btn-enviar {
  margin-top: 50px;
  max-width: 150px;
  background: #214899 !important;
  color: white !important;
  transition: 0.2s;
}
.btn-enviar:hover {
  background: #0b2763 !important;
  color: white !important;
  transition: 0.2s;
}
.btn-enviar:hover {
  background-color: #4d4d4f;
  color: #d9d9d9;
}
.wpcf7-response-output {
  background: #ffb900;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}
#cont-enlace a {
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 15px;
}
div#cont-enlace {
  grid-template-columns: auto;
  margin-top: 20px;
}
#cont-enlace a:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 14px 7px #0000000a;
  transition: 0.2s;
}
#cont-enlace a i {
  font-size: 24px;
  margin-right: 10px;
}
div#cont-enlace {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
}
.enl-3 {
  grid-column: 1 / 3;
}
@media (max-width: 992px) {
  .contacto-grid img {
    height: 100%;
    object-fit: cover;
  }
  .btn-enviar {
    height: 40px;
    max-width: 100%;
  }
  #sector-conclusion h2 {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  #sector-contacto {
    margin-top: 100px;
  }
}
@media (max-width: 720px) {
  .contacto-grid img {
    display: none;
  }
  div#cont-enlace {
    grid-template-columns: auto;
    margin-top: 20px;
  }
  .enl-3 {
    grid-column: 1;
  }
}
@media (max-width: 550px) {
  #sector-contacto {
    margin-top: 0px;
  }
  #img-tiendas {
    height: 300px;
  }
  #img-medios {
    height: 150px;
  }
  #patrocinadores h2 {
    margin-top: 40px;
  }
}

/*  patrocinadores  */
#patrocinadores {
  margin-top: 60px;
}
#patrocinadores h2 {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 700;
}
#patrocinadores img {
  margin-top: 27px;
  width: 100%;
}
.medios,
.tiendas {
  text-align: center;
}
#img-medios {
  background-image: url("../img/medios_escritorio.jpg");
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#img-tiendas {
  background-image: url("../img/tiendas_escritorio.jpg");
  width: 100%;
  height: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  #img-medios {
    background-image: url("../img/medios_mobil.jpg");
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #img-tiendas {
    background-image: url("../img/tiendas_mobil.jpg");
    width: 100%;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 720px) {
  #img-medios {
    height: 100px;
  }
  #img-tiendas {
    height: 250px;
    transform: scale(1.1);
  }
}

@media (max-width: 620px) {
  .col-rev {
    flex-direction: column-reverse;
  }
}
/*  llamanos ya */
.barrita-azul-UwU {
  background-color: #214899;
  width: 100%;
  height: 10px;
}
.back-llamanos-ya {
  background-color: #214899;
  width: 100%;
  height: 160px;
  margin-top: 100px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.back-llamanos-ya h2 {
  font-size: 40px;
  font-weight: 600;
}
.back-llamanos-ya a {
  display: flex;
  align-items: center;
  background-color: #1aa05e;
  padding: 5px 30px 5px 20px;
  border-radius: 15px;
  color: white;
  text-decoration: none;
  box-shadow: 1px 1px 20px 0px #00000042;
  transition: 0.2s;
}
.back-llamanos-ya a:hover {
  transform: scale(1.1);
  background-color: #2dc278;
  transition: 0.2s;
}
.back-llamanos-ya a i {
  font-size: 28px;
  padding: 10px;
  border-radius: 50px;
}
.back-llamanos-ya a p {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .back-llamanos-ya {
    gap: 40px;
  }
  .back-llamanos-ya h2 {
    font-size: 30px;
  }
  .back-llamanos-ya a {
    padding: 10px 40px 10px 15px;
  }
  .back-llamanos-ya a i {
    font-size: 26px;
    padding: 12px;
  }
  .back-llamanos-ya a p {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .back-llamanos-ya {
    gap: 10px;
  }
  .back-llamanos-ya {
    flex-direction: column;
  }
  .back-llamanos-ya a {
    padding: 10px 15px 10px 15px;
  }
  .back-llamanos-ya a i {
    font-size: 20px;
    padding: 12px;
  }
}

@media (max-width: 720px) {
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

.wsp-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  margin-top: 30px;
}
button p {
  font-size: 14px;
}
.btn-light {
  border: 1px solid #333;
}
.tit-para-txt p,
.tit-para-txt span,
.tit-para-txt-1 span {
  font-size: 34px;
  font-weight: 700;
}
.tit-para-txt span {
  color: white;
}
.tit-para-txt,
.tit-para-txt-1 {
  margin: 40px 0;
}
.back-llamanos-ya span {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 720px) {
  .tit-para-txt p,
  .tit-para-txt span {
    font-size: 26px;
  }
  .tit-para-txt-1 span {
    font-size: 26px;
  }
  .back-llamanos-ya span {
    font-size: 38px;
    font-weight: 600;
  }
  .back-llamanos-ya {
    padding: 60px;
    text-align: center;
    height: auto;
  }
  .back-llamanos-ya a {
    margin-top: 15px;
  }
  .tit-para-txt p {
    text-align: center;
  }
  .contacto-grid p {
    text-align: center;
  }
  .contacto-grid {
    gap: 0px;
  }
}

.lista-circulo {
  list-style-type: none;
}

.lista-circulo li {
  color: white;
  position: relative;
  margin: 10px;
  padding-left: 20px;
  text-align: left;
  line-height: 1.5;
}

.lista-circulo li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
}
.btn-light p {
  padding: 0 !important;
  color: black !important;
  font-weight: 400 !important;
}
.collapse {
  padding: 20px 0 !important;
}
b {
  font-weight: 700 !important;
  color: black;
}

.header-background {
  background: radial-gradient(
    circle,
    rgba(200, 200, 200, 1) 0%,
    rgba(224, 224, 224, 1) 50%,
    rgba(200, 200, 200, 1) 100%
  );
}
.cont-banner {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 40px 40px 0 40px;
  position: relative;
}
.titulo-banner {
  width: 450px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 12;
}
.titulo-banner img {
  width: 100%;
}
.texto-banner {
  display: flex;
  flex-direction: column;
  width: 390px;
  position: absolute;
  top: 40%;
  right: 10%;
  z-index: 13;
}
.texto1-banner,
.texto2-banner p {
  color: #1f6ab1 !important;
}
.texto1-banner p span,
.texto2-banner p span {
  color: #19456d !important;
}

.texto2-banner {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}
.texto2-banner img {
  width: 280px;
  margin-right: 20px;
}
.texto1-banner img {
  width: 280px;
}
.titulo-prod {
  max-width: 1100px;
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
.titulo-prod img {
  width: 100%;
}
.monos-banner img {
  width: 100%;
}
.monos-banner {
  width: 1150px;
  position: absolute;
  bottom: 40px;
  margin: auto;
  z-index: 8;
  right: 192px;
}
.txt-no-mobil {
  display: block;
}
.txt-mobil {
  display: none;
}
@media (max-width: 1200px), (max-height: 912px) {
  .titulo-prod {
    max-width: 600px;
    bottom: -80px;
  }
  .texto-banner {
    width: 330px;
    right: 10%;
  }
  .titulo-banner {
    top: 0px;
    width: 300px;
  }
  .texto2-banner img {
    width: 220px;
  }
  .texto1-banner img {
    width: 220px;
  }
  .monos-banner {
    width: 750px;
    bottom: 80px;
    right: 32%;
    left: 14%;
  }
}

@media (max-width: 992px), (max-height: 590px) {
  .titulo-prod {
    max-width: 500px;
    bottom: -80px;
    
  }
  .texto-banner {
    top: 39%;
    width: 290px;
    right: 0%;
  }
  .titulo-banner {
    top: 0px;
    width: 300px;
  }
  .texto2-banner img {
    width: 220px;
  }
  .texto1-banner img {
    width: 220px;
  }
  .monos-banner {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
    
    display: flex;
    justify-content: center;
  }
  .monos-banner img {
    width: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .titulo-banner {
    right: 15%;
  }
  .texto-banner {
    right: 9%;
  }
}
@media (max-width: 720px) {
  .titulo-banner {
    right: 0;
    left: 0;
    margin: auto;
    width: 290px;
  }
  .texto-banner {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    
    width: 270px;
    flex-direction: row;
    align-items: center;
  }
  .texto1-banner img {
    width: 150px;
  }
  .texto2-banner img {
    width: 150px;
  }
  .titulo-prod {
    bottom: 0;
    
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .titulo-prod img {
    width: 460px;
  }
  .txt-no-mobil {
    display: none;
  }
  .txt-mobil {
    display: block;
  }
  .monos-banner {
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    bottom: 120px;
    
  }
  .monos-banner img {
    width: 500px;
  }
  .footer-column4 a {
    justify-content: center;
  }
  .footer-column2 a {
    justify-content: center;
  }
}
@media (min-width: 400px) and (max-width: 600px) and (min-height: 620px) and (max-height: 933px) {
  .titulo-banner {
    top: 50px;
  }
  .titulo-prod img {
    width: 500px;
  }
  .monos-banner img {
    width: 650px;
  }
  .texto-banner {
    width: 300px;
  }
}

.contenedor-lupa2 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  .contenedor-lupa2 {
    width: 100%;
    justify-items: center;
    text-align: center;
  }
}
#collapseEnergia,
#collapseOpt {
  padding: 20px !important;
}

@media (min-width: 1200px) and (device-height: 730px) {
  .titulo-prod {
    bottom: -205px;
  }
}

@media (min-width: 1200px) and (min-height: 600px) {
  .titulo-prod {
    max-width: 1000px;
    bottom: -188px;
  }
}

@media (max-height: 912px) and (min-height: 591px) and (min-width: 992px){
  .titulo-prod {
    max-width: 750px;
    bottom: -130px;
  }
  .monos-banner {
    width: 900px;
    bottom: 30px;
    right: 45%;
    left: 3%;
  }
  .titulo-banner {
    position: absolute;
    right: 260px;
    z-index: 12;
  }
  .texto-banner {
    width: 290px;
    right: 15%;
    top: 35%;
  }
}

@media (max-height: 690px) and (min-height: 591px) and (min-width: 992px){
  .titulo-prod {
    max-width: 720px;
    bottom: -130px;
  }
  .monos-banner {
    width: 820px;
    bottom: 30px;
    right: 45%;
    left: 8%;
  }
  .titulo-banner {
    position: absolute;
    right: 260px;
    z-index: 12;
  }
  .texto-banner {
    width: 290px;
    right: 15%;
    top: 35%;
  }
}
@media (max-height: 645px) and (min-height: 591px) and (min-width: 992px){
  .titulo-prod {
    max-width: 650px;
    bottom: -130px;
  }
  .monos-banner {
    width: 750px;
    bottom: 30px;
    right: 45%;
    left: 10%;
  }
  .titulo-banner {
    position: absolute;
    right: 260px;
    z-index: 12;
  }
  .texto-banner {
    width: 290px;
    right: 15%;
    top: 38%;
  }
}
@media (max-height: 620px){
  .texto-banner{
    height: 90px;
  }
  .texto2-banner {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1100px){
  .titulo-banner {
    right: 100px;
  }
  .texto-banner {
    right: 7%;
    top: 35%;
  }
}
@media (min-width: 1100px) and (max-width: 1200px){
  .titulo-banner {
    right: 200px;
  }
  .texto-banner {
    right: 15%;
    top: 35%;
  }
}
.concl-txt p b{
  color: white;
  font-weight: 700;
}
.concl-txt p {
  text-align: center;
}
.concl-txt {
  align-content: center;
}