@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

:root{
   --verde-limon:#7FFD84;
   --verde-oscuro:#083237;
   --verde-medio-oscuro:#4BD850;
}


html, body{
    font-family: "Rajdhani", sans-serif!important;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}

h1,h2,h3,h8,h5,h6{
    font-weight: 600;
}

b{
color: var(--verde-medio-oscuro);
}
h2.title.text-center {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}
.a-line a {
  color: var(--verde-limon);
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.a-line a:hover{
  color: var(--verde-limon);
}

@media (min-width: 576px) {
  .container.container-p{
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container.container-p{
    max-width: 975px;
  }
}
@media (min-width: 992px) {
  .container.container-p{
    max-width: 1140px;
  }
  .container.container-owl{
    max-width: 962px;
  }
 
  
}
@media (min-width: 1200px) {
  .container.container-p{
    max-width: 1400px;
  }

  .container.container-n{
    max-width: 1320px;
  }
  .container.container-owl{
    max-width: 1140px;

  }
   .container.container-text{
    max-width: 1800px;
  }

  .container.container-mini{
    max-width: 897px;
  }
 
  
}
@media (min-width: 1300px) {
  
  .container.container-owl{
    max-width: 1240px;
  }
 
  
}
@media (min-width: 1600px) {
  
  .container.container-owl{
    max-width: 1490px;
  }
 
  
}



@media (min-width: 768px) {
  
  .container.container-with {
    max-width: 657px;
  }

  
}

@media (min-width: 992px) {
  
  .container.container-with {
    max-width: 890px;
  }

  
}


@media (min-width: 1200px) {
  
  .container.container-with {
    max-width: 1800px;
    padding-right: 150px;
    padding-left: 150px;
  }

  
}





@media (min-width: 1600px) {
  .container.container-video{
    max-width: 100%;
    display: flex;
    padding-right: 220px;
    padding-left: 220px;
    margin-right: auto;
    margin-left: auto;
   
  }
}


/*PRELOADER*/
.loader-section{
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index:999;
    transition: all 1s 1s ease-out;
    opacity:1;
  }
  .loaded{
    opacity:0;
    z-index:-1;
  }
    
  .loader {
      width: 48px;
      height: 48px;
      border: 5px solid var(--verde-limon);
      border-bottom-color: transparent;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      animation: rotation 1s linear infinite;
      }
  
  @keyframes rotation {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  } 


  /*HEADERRRRRR*/


  header.header {
    background: var(--verde-oscuro);
}

header.header .container-fluid nav.navbar{
    background: var(--verde-oscuro);
    padding: 1.25rem 1rem;
}

header.header .container-fluid nav.navbar div#navbarCollapse .nav-link {
    color: var(--verde-limon);
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
}
header.header .container-fluid nav.navbar  ul.navbar-nav{
    
        width: 100%;
        justify-content: space-evenly;
    
}


/*BUSCADOR HEADER NAVBAR*/


.nav .search-icon {
    color: var(--verde-limon);
    font-size: 20px;
    cursor: pointer;
  }
  .nav .search-box {
    position: absolute;
    right: 250px;
    height: 45px;
    max-width: 555px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
  }
  .nav.openSearch .search-box {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  .search-box .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    left: 15px;
    color: var(--verde-limon);
    transform: translateY(-50%);
  }
  .search-box input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    color: white;
    border-radius: 6px;
    background-color: var(--verde-oscuro);
    padding: 0 15px 0 45px;
  }
  header.header .container-fluid nav.navbar input.serching-text {
    border-radius: 25px;
    width: 300px;
}
  .buscador-mobile{
    display: none;
  }


header.header .container-fluid nav.navbar .btn.btn-outline-success.serching {
  position: absolute;
  right: 27px;
  top: 23px;
  background: white;
  line-height: normal;
  /* height: 0; */
  height: 31px;
  border: 0;
  border-radius: 25px;
}
@media screen and (max-width: 1045px) {
  header.header .container-fluid nav.navbar .btn.btn-outline-success.serching{
    top: 34px;
  }
}

  /* responsive */
  @media screen and (max-width: 999px) {
    header.header .container-fluid nav.navbar button.navbar-toggler .navbar-toggler-icon{
      background-image: url(../images/Desplegable.svg);
    }
    .buscador-mobile form a {
      border-right: 2px solid;
      border-left: 2px solid;
      border-top: 0;
      border-bottom: 0;
      border-radius: 0;
      border-color: var(--verde-limon);
      padding: 0px 10px;}
      
    .buscador-mobile{
        display: block;
        margin-left: auto;
      }
  }
  
  @media screen and (max-width: 1000px) {
    header.header .container-fluid nav.navbar .btn.btn-outline-success.serching{
      top: -35px;
    position: relative;
    left: 244px;
    }
   
    .nav {
      padding: 15px 20px;
    }

    header.header .container-fluid nav.navbar{
      padding: 8px 0;
    }
    
  
    .nav .search-box {
      top: calc(100% + 10px);
      max-width: calc(100% - 5px);
      right: 50%;
      transform: translateX(50%);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      
    }
  }



  @media screen and (max-width: 340px) {
    header.header .container-fluid nav.navbar input.serching-text {
      width: 240px;
  }
  header.header .container-fluid nav.navbar .btn.btn-outline-success.serching{
    left: 187px;
  }
  }
 







  /*SECTION DOS VIDEO*/

  .section{
    padding: 70px 0 70px;
    position: relative;
  }

  .container-div{
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }


  .play{
    height: 100px;
    width: 100px;
    left: 50%;
    top: 70%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url(../images/play.svg) no-repeat;
    cursor: pointer;
  }

  .youtube-player img {
    width: 100%;
    padding-bottom: 40px;
}

.youtube-player{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;

}
.youtube-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}








.box-video{
  position: relative;
  max-width:590px;
  margin:0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  opacity: 0.8;
    background: black;
}

.box-video .video-container{
  margin: 0;
  z-index: 1;
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 25px;
  height: 0;

}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 3px solid var(--verde-limon);
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: var(--verde-limon);
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}



.box-video.open .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*TEXTO VIDEO*/
.features-info h4 {
  margin-top: 14px;
  line-height: 1;
}




.parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.overlay {
    /* background: #083237; */
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* opacity: 0; */
    background-color: #083237;
}






#nuestra-madera{
	/* background:url(../images/cta.jpg) no-repeat; */
  background: black;
}

#nuestra-madera .container .text-center {
  margin-bottom: 2rem;
  color: white;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

#nuestra-madera .item img {
  width: 100%;
}

#nuestra-madera .item .fworks-image {
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

#nuestra-madera .item .hover-link {
  left: 100px;
  position: absolute;
  bottom: 15px;
  opacity: 0;
  z-index: 200;
}

#nuestra-madera .item .hover-link a {
  position: relative;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #FFF;
  color: #444;
  width: 50px;
  height: 50px;
  margin: 0px;
  border-radius: 100%;
}

#nuestra-madera .item .featured-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgb(0 0 0 / 79%);
  top: -100%;
}

#nuestra-madera .item .featured-caption h4 {
  font-size: 15px;
  color: #FFF;
  margin: 30px 0px 0px 30px;
}

#nuestra-madera .item .featured-caption p {
  font-size: 16px;
    line-height: 1.3;
    color: #FFF;
  /* margin: 5px 0px 0px 30px; */
}
#nuestra-madera .item:hover .featured-caption a{
  color: var(--verde-limon);
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#nuestra-madera .item:hover .featured-caption a img {
  width: auto;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

#nuestra-madera .item:hover .hover-link, #nuestra-madera .item:hover .featured-caption {
opacity:1;
}

#nuestra-madera .item:hover .featured-caption {
  width: 100%;
  left: auto;
  display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0px 30px;
    transition: .5s;
    top: 0;
}
#nuestra-madera  .row{
  grid-row-gap: 40px;
}


#nuestra-madera .item 
 .col-footer {
    background: var(--verde-limon);
    padding: 8px 8px;
    z-index: 10;
    display: flex;
    position: relative;
    align-items: center;
}
#nuestra-madera .col-md-4.item {
  /* height: 100%; */
}
#nuestra-madera .item .col-footer img {
    width: 35px;
    height: 23px;
}

#nuestra-madera .item .col-footer a {
    color: black;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}
#nuestra-madera .item .col-footer.remasa {
  height: 100%;
    max-height: 50px;
  /* position: absolute;
width: 92%; */
}


.featured-caption-mobile{
  display: none;
}

@media (max-width: 992px) {



  #nuestra-madera .item .featured-caption p{
font-size: 14px;
margin: 2px 0px;
  }
  #nuestra-madera .item .col-footer a{
    font-size: 14px;

  }

  .section.video-seccion .features-icon-box {
    margin-bottom: 40px;
  }
  .box-video {
    margin: 0;
  }
  
}



@media (max-width: 768px) {
  #nuestra-madera .item:hover .featured-caption{
    opacity: 0;
  }
  #nuestra-madera .item .a-line {
    display: flex;
    /* width: auto; */
    align-items: center;
    position: relative;
}

#nuestra-madera .item .a-line a {
    margin-right: 10px;
}
#nuestra-madera .item .a-line a:hover{
  color: var(--verde-limon);
}
#nuestra-madera .item .a-line img {
    width: 24px;
    margin-left: 15px;
}
  .featured-caption-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 18px 17px 0;
  }
  
  .featured-caption-mobile p {
    color: white;
  }
  
  .featured-caption-mobile  a {
    color: var(--verde-limon);
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    /* display: grid; */
  }
  
  .featured-caption-mobile a img {
    width: 30px;
    height: 20px;
  }
}




/*CLIENTES*/




#clients .swiper-clients .item-flex .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}



/*NUESTROS SERVICIOS*/

#nuestros-servicios {
  background: #F2F8FC;
}

#nuestros-servicios h2 {
  margin-bottom: 25px;
}


#nuestros-servicios .slide-servicios {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}


#nuestros-servicios .slide-servicios .card.swiper-slide {
  display: grid;
  grid-template-columns: 50% auto;
  flex-direction: row;
}

#nuestros-servicios .slide-servicios .card.swiper-slide .card-content {
  align-content: center;
  text-align: left;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
#nuestros-servicios .slide-servicios .card.swiper-slide .card-content h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  #nuestros-servicios .slide-servicios .card.swiper-slide .card-content h2{
  font-size: 18px;
  }
}

@media (max-width: 670px) {
  #nuestros-servicios .slide-servicios .card.swiper-slide{
    /* display: flex; */
  }
}
@media (max-width: 420px) {
  #nuestros-servicios .slide-servicios .card.swiper-slide .card-content h2{
  font-size: 15px;
  }
}










/*NUESTROS PILARES*/

#nuestros-pilares .slide-pilares .image-content figure {
  margin: 10px;
  width: 150px;
  margin: 0 auto;
}

#nuestros-pilares .slide-pilares .image-content figure img {
  display: block;
  margin: 0 auto;
  opacity: 1;
}

#nuestros-pilares .slide-pilares .card-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #083237;
  text-align: center;
  margin-bottom: 25px;
}
#nuestros-pilares .card.swiper-slide {
  border: 0;
}
#nuestros-pilares .image-content {
  min-height: 105px;
}

#nuestros-pilares .slide-pilares {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}


/*FORMULARRIO -FOOTER*/
.formulario-footer .container-fluid.footer-remasa .mini-col {
  padding: 0 50px;
  align-items: center;
  display: grid;
}
.formulario-footer .container-fluid.footer-remasa img {
  width: 100%;
}
.formulario-footer .container-fluid.footer-remasa {
  background: var(--verde-oscuro);
}
.formulario-footer .container-fluid.footer-remasa .mini-col:first-child h4{
  color:var(--verde-limon);
}

.formulario-footer .container-fluid.footer-remasa .mini-col:first-child h4 {
  font-size: 50px;
  font-weight: 600;
  border: 0;
}
.formulario-footer .container-fluid.footer-remasa .mini-col p{
  color: var(--verde-limon);
  margin: 0;

}

input.input-text {
  background-color: #f8f8f8;
  padding: 12px 20px;
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.newsletter-submit.btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--verde-oscuro);
  line-height: 17px;
  padding: 13px 30px 13px 30px;
  box-sizing: border-box;
  min-width: auto;
  position: relative;
  display: inline-block;
  background-color: var(--verde-limon);
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
}

.col-12.radio {
  display: flex;
}

.col-12.radio input.input-text {
  width: auto;
  margin-right: 10px;
}
.col-12.radio span {
  font-size: 13px;
  margin: 0;

}
.col-12.radio label {
  padding: 0;
  margin: 0;
}
.container-asesores {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-info-asesires {
  padding: 0 30px;
}
#section-cta {
  background: #F2F8FC;
}

#section-cta .newsletter-immg img {
  width: 100%;
  max-width: 362px;
}


.newsletter-info-asesires p {
  font-size: 36px;
  font-weight: 600;
  color: #4BD850;
  text-transform: uppercase;
  line-height: 1;
}

.newsletter-info-asesires h3 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
}

.newsletter-info-asesires .boton-verde-limon-interna {
  background: var(--verde-oscuro);
  font-size: 18px;
  font-weight: 700;
  color: var(--verde-limon);
  width: 252px;
}

#section-cta{
  background-image: url(../images/banner.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
/*FOOTER-REMASA1*/

.container-fluid.footer-remasa {
  background: #F7FBFE;
}
.container-fluid.footer-remasa div h4 {
  color:var(--verde-medio-oscuro);
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #AFAFAF;

}


.container-fluid.footer-remasa .mini-col .lista a {
  font-size: 14px;
  color: var(--verde-oscuro);
  font-weight: 600;
}
.container-fluid.footer-remasa .mini-col {
  padding: 0 50px;
}

.container-fluid.footer-remasa .mini-col:first-child{
border-right: 1px solid #AFAFAF;
}
.container-fluid.footer-remasa .mini-col:first-child .sociales {
  border-bottom: 1px solid #AFAFAF;
  border-top: 1px solid #AFAFAF;
}
.container-fluid.footer-remasa .mini-col p {
  font-size: 14px;
  font-weight: 500;
}
.container-fluid.subminifoter p {
  color: var(--verde-oscuro);
  font-size: 13px;
  font-weight: 600;
}
.container-fluid.subminifoter .row div {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}



.formulario-footer .subfooter{
  display: grid;
  grid-template-columns: auto auto auto;
  flex-wrap: wrap;
  grid-gap: 10px;
}



.formulario-footer .subfooter .item-box.buton-desk .wpcf7-spinner {
  position: absolute;
  /* top: 0; */
  bottom: 0;
  /* background: white; */
  /* visibility: visible; */
}





.conoce-nuestros-servicios .card-item {
  display: flex;
  grid-template-columns: 50% 50%;
}

.conoce-nuestros-servicios .card-item .card-content {
  display: flex;
  flex-direction: column;
  /* align-items: baseline; */
  justify-content: center;
  padding: 10px;
  width: 100%;
}
.conoce-nuestros-servicios .card-item .card-content h3.name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  min-width: 149px;
}
.conoce-nuestros-servicios .image-content {
  float: left;
  width: 100%;
}
.conoce-nuestros-servicios .card-item .card-content .a-line a {
  display: flex;
  grid-gap: 5px;
  color: var(--verde-medio-oscuro);
  font-size: 14px;
  text-underline-position: under;
}

.container-fluid.footer-remasa .mini-col:first-child .sociales a {
  border-radius: 50%;
  border: 2px solid black;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seller.butons a.boton-verde-limon-transparente {
  background: transparent;
  color: var(--verde-medio-oscuro);
  display: flex;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.seller.butons a.boton-verde-limon-transparente:hover {
  background: transparent;
  color: var(--verde-medio-oscuro);

}
.seller {
  margin: 15px  0 0;
}

.container-fluid.footer-remasa .mini-col:first-child .sociales a:hover {
background:#083237;

}

.container-fluid.footer-remasa .mini-col:first-child .sociales a:hover i{
  color: white;
}


.conoce-nuestros-servicios .card-item .a-line img {
  width: auto;
}
.conoce-nuestros-servicios .fila-content.aliados {
  padding: 28px 0;
}


.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  z-index: -1;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
  float: left;
  margin-left: -95px;
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
  float: right;
  margin-right: -95px;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.conoce-nuestros-servicios {
  background: #F2F8FC;
  padding: 50px 0px 40px;
}
.conoce-nuestros-servicios .fila-content.aliados .item {
  background: white;
}

.conoce-nuestros-servicios .fila-content.aliados .item figure {
  margin: 0;
}


section.conoce-nuestros-servicios.asociados {
  background: white;
}


section#pilares .owl-carousel .owl-stage .item img {
  width: auto;
}

section#pilares .owl-carousel .owl-stage .item {
  display: flex;
  justify-content: center;
  flex-direction: column;

}

section#pilares .owl-carousel .owl-stage .item .card-content h2.name {
  font-size: 20px;
  font-weight: 600;
  color: #083237;
  /* text-align: center; */
  margin-bottom: 25px;
}

section#pilares .owl-carousel .owl-stage .item .image-content {
  display: flex;
  justify-content: center;
  min-height: 105px;
}

section#pilares .owl-carousel .owl-stage .item .card-content {
  text-align: center;
}

.formulario-footer .item-box-mobile{
  display: none;
}
.formulario-footer .subfooter .item-box.buton-desk {
  display: block;
}

.newsletter-immg {
  padding: 20px 0;
}

section#asociados  .fila-content.aliados .item a {
  filter: opacity(100) grayscale(1);
}
section#asociados .fila-content.aliados .item a:hover{
  filter: opacity(100) grayscale(0);
}
section#asociados .item {
  padding-right: 25px;
}
section#asociados .fila-content.aliados {
  padding: 0;
}


.trabajo.parallax .col-md-6:nth-child(2) img {
  width: 100%;
  margin: 40px 0 0;
}

.datos-remasa .navbar-brand img {
  width: 100%;
}

.datos-remasa .navbar-brand {
  margin: 0;
}








.fondo-error {
  position: relative;
  display: grid;
}
.content-error {
  display: flex;
  padding: 100px 0 200px;
  justify-content: center;
  align-items:center;
  /* flex-wrap: wrap; */
}

.flex-error ul li::marker{
  color: var(--verde-medio-oscuro);

}
.img-botton figure {
  margin: 0;
}
.content-error img {
  width: 100%;
}

.flex-error {
  padding: 0px 50px 0px 10px;
  max-width: 530px;
}

.flex-error p {
  font-size: 29px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}



.flex-error div {
  color: var(--verde-medio-oscuro);
  font-weight: 500;
  font-size: 22px;
}

.flex-error  ul {
  padding: 0;
  display: grid;
  grid-row-gap: 4px;
  list-style-type: disc;
  padding-inline-start: 15px;
  font-size: 16px;
  margin: 5px 0px;
  /* color: black; */
}

.flex-error ul li {
  font-size: 16px;
}


.fondo-error .img-botton img {
  width: 100%;
}

.img-botton {
  position: absolute;
  bottom: 0;
  width: 100%;
}



.page-search .conoce-nuestros-servicios .titular h2 {
    color: var(--verde-medio-oscuro);
    font-weight: 600;
}

.page-search  .vermas {
  text-align: center;
  /* display: flex; */
}

.page-search  .vermas a {
  color: green;
  font-size: 15px;
  font-weight: 500;
  color: var(--verde-oscuro);
  line-height: 50px;
  /* padding: 0; */
  box-sizing: border-box;
  width: 365px;
  height: 50px;
  position: relative;
  display: inline-block;
  background-color: #07af0d;
  text-transform: uppercase;
  border-radius: 0;
  color: white;
  text-align: center;
  /* display: flex; */
  /* width: 100%; */
}



.ver-todo {
  display: flex;
  justify-content: center;
}

.ver-todo a {
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 17px;
  padding: 13px 30px 13px 30px;
  box-sizing: border-box;
  width: 350px;
  position: relative;
  display: inline-block;
  background-color: var(--verde-medio-oscuro);
  text-transform: uppercase;
  border-radius: 0;
  /* width: 100%; */
  text-align: center;
}

.ver-todo a:hover{
  color: white;
}




.busqueda-filtrar .container {
  display: grid;

  /* grid-template-areas:   
  "sidebar main";
  grid-template-columns: 1fr 3fr; */
  gap: 20px;
  /* width: 90%; */
  /* max-width: 1200px; */
  margin: 40px auto 70px;
}
.busqueda-filtrar .container .main2 {
  display: grid;

  grid-template-areas:   
  "sidebar main";
  grid-template-columns: 1fr 4fr;
  gap: 20px;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0px auto;
}



.busqueda-filtrar .sidebar {
  grid-area: sidebar;
  background-color: white;
  padding: 10px;
  border-right: 0;
  margin-top: 20px;
}

.busqueda-filtrar .sidebar h2 {
  font-size: 18px;
  color: #777;
  margin-top: 0;
}

.busqueda-filtrar .sidebar ul {
  list-style-type: none;
  padding: 0;
}

.busqueda-filtrar .sidebar li {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
}

.busqueda-filtrar .sidebar li.active, .busqueda-filtrar .sidebar li:hover {
  background-color: #00000008;

}

.busqueda-filtrar .main-content {
  grid-area: main;
  padding: 0px;
  background-color: #fff;
}

.busqueda-filtrar .search-container {
  position: relative;
  width: 100%;
}

.busqueda-filtrar #search-bar {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  outline: none;
  border-bottom: 2px solid #0000007a;
}

.busqueda-filtrar .clear-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 50px;
  color: black;
  display: none; /* Hide initially */
}

.busqueda-filtrar #result-header {
  display: none; /* Hide the header initially */
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #777;
}

.busqueda-filtrar .products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  justify-content:left;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.busqueda-filtrar .product {
  text-align: center;
  display: none;
  /* flex-basis: 30%; */
  font-size: 16px;
  color: #333;
  border: 1px solid #D4D8DD;
  padding: 10px;

}

.busqueda-filtrar .product img {
  max-width: 96%;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.busqueda-filtrar .product p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  color: #555;
}




.interna .container-text.texto-principal{
display: flex;
  position: absolute;
  top: 0;
  /* width: 100%; */
  /* max-width: 100%; */
  /* display: flex; */
  padding-right: 0;
  padding: 0;
  margin: 0 90px;
  /* margin-right: auto; */
  /* margin-left: auto; */
  height: 100%;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.interna .swiper-home-asesores .container-text.texto-principal div{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  max-width: 661px;
}



.div-text-remasa {

  margin: 0 auto;
  max-width: 987px;
  padding: 0 10px;
 
}


.im-text-container {
  display: flex;
  flex-direction: row;
  grid-template-columns: auto 45%;
  grid-gap: 70px;
}
.div-text-img h4 {
  font-size: 45px;
  font-weight: 600;
}

section.generica-container {
  padding: 100px 25px;
  background: #F2F8FC;
  margin: 80px 0px;
}

.im-text-container .im-text1 {
  max-width: 50%;
  width: 100%;
  position: relative;
}

section.sabias-que {
  margin: 50px 0px;
}

section.sabias-que .text-sabias {
  max-width: 967px;
  margin: 0 auto;
}
section.sabias-que .forma-sabias {
  background: aliceblue;
  padding: 20px 40px;
  background: #F2F4FC;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;

}
section.sabias-que .forma-sabias p{
  margin: 0;
  font-style: italic;
}
section.sabias-que .text-sabias h3 {
  margin: 0px 0px 20px;
}
/* Responsive styles */

@media (max-width: 1400px) {
  .busqueda-filtrar .products {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;

}
.div-text-img h4 {
  font-size: 40px;
}
}
@media (max-width: 1000px) {
  .busqueda-filtrar .products {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;

}
}

@media (max-width: 768px) {
  .im-text-container{
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .im-text-container .im-text1{
    max-width: 100%;
  }
  .busqueda-filtrar .container .main2{
      grid-template-areas:   
      "sidebar"
      "main";
  grid-template-columns: 1fr;
  }
  .busqueda-filtrar  .container {
      grid-template-areas:
          "sidebar"
          "main";
      grid-template-columns: 1fr;
  }

  .busqueda-filtrar   .sidebar {
      border-right: none;
      border-top: 0;
      margin: 0;
  }
  .busqueda-filtrar .sidebar ul{
      margin: 0;

  }

  .busqueda-filtrar  .main-content {
      padding: 10px;
  }

  .busqueda-filtrar .products {
      flex-direction: column;
      align-items: center;
      grid-template-columns: repeat(2, 1fr);
  }

  .busqueda-filtrar .product {
      flex-basis: 80%;
      margin-bottom: 20px;
  }

  #section-cta .newsletter-immg img {
  
    max-width: 100%;
  }
  
}

@media (max-width: 480px) {
  .busqueda-filtrar .product {
      flex-basis: 100%;
  }
  .div-text-img h4{
    font-size: 30px;
  }


  .busqueda-filtrar  .sidebar h2, .busqueda-filtrar #result-header {
      font-size: 16px;
  }

  .busqueda-filtrar .sidebar li, .busqueda-filtrar .product p {
      font-size: 14px;
  }
}










@media (min-width: 1600px) {
  .conoce-nuestros-servicios .card-item .card-content h3.name {
    font-size: 28px;
   
  }
}

@media (max-width: 1200px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    margin-left: -80px;
  }
  
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    margin-right: -80px;
  }
  .owl-carousel.owl-theme .owl-nav {
    top: 40%;
  }
}
@media (max-width: 1070px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    margin-left: -60px;
  }
  
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    margin-right: -60px;
  }
}
@media (max-width: 1000px) {
  .section.video-seccion .features-icon-box .features-info img {
    width: 100%;
}

  .datos-remasa .navbar-brand img{
    width: auto;
  }
  .container-fluid.footer-remasa .datos-remasa {
    display: grid;
}

header.header #navbarCollapse {
  margin: 10px 0;
}

.container-fluid.footer-remasa .datos-remasa .mini-col {
    max-width: 100%;
    border-right: 0px solid #AFAFAF;
}
  .newsletter-submit.btn {
    font-weight: bold;
    font-size: 18px;
  }
  .formulario-footer .checkbox span {
    font-weight: 500;
}
  .formulario-footer .container-fluid.footer-remasa .mini-col p{
    margin: 0px 0px !important;
  }
   .container-fluid.footer-remasa .row {
    padding: 0!important;
}
  footer .navbar-brand{
    width: 100%;
    text-align: center;
  }
  .container-fluid.footer-remasa .mini-col:first-child .sociales{
    width: 100%;
    justify-content: center !important;
  }
  .container-fluid.footer-remasa div h4{
    margin: 0px 0px 0px 0px!important;
    padding: 15px 5px;
    cursor: pointer;
    color: var(--verde-oscuro);
  }
  footer .container-fluid.footer-remasa .mini-col{
    padding: 0 0px;
    margin: 0 !important;
  }
  footer .container-fluid.footer-remasa div .lista {
    margin: 20px 0px 0;
    display: none !important;
}

  footer .container-fluid.footer-remasa div h4:before {
    content: "";
    width: 11px;
    height: 5.88px;
    display: block;
    float: right;
    background-image: url('../images/flecha-abajo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7px;
}

  footer .container-fluid.footer-remasa .mini-col h4.abrir + .lista {
    display: flex !important;
}
footer .container-fluid.footer-remasa .mini-col:first-child h5 {
  font-weight: 600;
}
  .formulario-footer .checkbox {
    display: flex;
    grid-gap: 10px;
    margin: 20px 0px;
}
  .formulario-footer .subfooter .item-box.buton-desk {
    display: none;
  }
  .formulario-footer .item-box-mobile {
    width: 100%;
    display: block;
  }

  .formulario-footer .item-box-mobile button {
      width: 100%;
  }

  .container-fluid.footer-remasa .mini-col:first-child{
    border-right: 0px solid #AFAFAF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }
  .formulario-footer .container-fluid.footer-remasa .mini-col{
    padding: 0 10px;
    margin-bottom: 0 !important;
    border: 0;
  }
  .formulario-footer .subfooter .item-box button {
    width: 100%;
}
  .formulario-footer .subfooter{
    display: flex;
    grid-gap: 10px;
  }
  .formulario-footer .subfooter .item-box {
    width: 100%;
}

  .newsletter-info-asesires h3{
    line-height: 1;
    font-weight: 600;
    font-size: 32px;
  }
  .newsletter-info-asesires p{
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
  }
  #section-cta{
    background-image: none;
    padding: 30px 1px;

  }
  .conoce-nuestros-servicios .fila-content.aliados .item{
    margin-bottom: 10px;
  }

  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    margin-left: -57px;
  }
  
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    margin-right: -57px;
  }

}
@media (max-width: 767px) {
  .page-search .vermas a {
    width: auto;
    padding: 0 80px;
  }
  .content-error{
    flex-direction: column-reverse;
    /* display: grid; */
    grid-gap: 40px;
    padding: 50px 0 100px;
  }
  .img-error {
    padding: 0 50px;
}
.content-error .flex-error{
  padding: 0;
  max-width: 100%;
}
.content-error .flex-error p {
  text-align: center;
  font-size: 25px;
}
  .formulario-footer .container-fluid.footer-remasa .mini-col .container {
    max-width: 100%;
    margin: 20px 0px;
}

.content-error .flex-error p {
    text-align: center;
    font-size: 25px;
}


  #section-cta .container-asesores{
    display: grid;
    grid-gap: 25px;
    /* display: flex; */
  }
  #section-cta .container-asesores img {
    width: 100%;
}

.conoce-nuestros-servicios .fila-content.aliados{
  padding: 28px 52px;
}





}

@media (max-width: 500px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev svg,.owl-carousel.owl-theme .owl-nav button.owl-next svg{
    width: 28px;
  }
  .conoce-nuestros-servicios .fila-content.aliados {
    padding: 28px 20px;
  }
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    margin-left: -33px;
  }
  
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    margin-right: -33px;
  }


  
}












/*NOSOTROSSSSSSSSS*/

.imagen img{
  width: 100%;
}


.trabajo.parallax {
  padding: 70px 0 70px;
    height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--verde-oscuro);
}

.trabajo.parallax .content {
  background: white;
  padding: 50px 50px 180px;
}
figure.logo-fondo {
  width: 109px;
}

figure.logo-fondo img {
  width: 100%;
}

.trabajo.parallax::before {
  content: ' ';
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 opacity: 0.6;
 background: var(--verde-oscuro);
 /* background:url("../images/Fondo-fotos.jpg") no-repeat center center; */
 background-size: cover;
 background-attachment: fixed;
background-repeat: no-repeat;
}

.trabajo.grupo.parallax::before{
  background: var(--verde-oscuro);
  opacity: 84%;
  background-size: cover;
}

.trabajo.grupo.parallax {
  padding: 20px 20px;
  height: 650px;
}

.trabajo.grupo.parallax .text-grupo {
  color: white;
}

.trabajo.grupo.parallax .text-grupo h2 {
  font-size: 45px;
  margin: 0;
}

.trabajo.grupo.parallax .text-grupo h3 {
  font-size: 70px;
  color: #4BD850;
  font-weight: 600;
  margin: 0;
}

.trabajo.grupo.parallax .text-grupo p {
  font-size: 20px;
  margin: 0;
}

.trabajo.grupo.parallax .text-grupo p small {
  font-weight: bold;
}







.row-nosotros {
  display: grid;
  grid-template-columns: 40% 60%;
  z-index: 10;
  position: relative;
  align-items: center;
}

.container.container-n.nosotros-c {
  max-width: 1920px;
  padding: 0 0 0 80px;
}

.container.container-n.nosotros-c .d {
  width: 100%;
  padding: 0 5px;
}

.trabajo.grupo.parallax.nosotro-paralax {
  height: 100%;
  padding: 68px 16px;
}


@media (max-width: 1000px) {
  .trabajo.grupo.parallax.nosotro-paralax{
    padding: 30px 16px;

  }
  .container.container-n.nosotros-c {
    max-width: 100%;
    padding: 0px 15px;
}
.trabajo.grupo.parallax .text-grupo h2{
  font-size: 35px;
}
.trabajo.grupo.parallax .text-grupo h3{
  font-size: 50px;
}
.trabajo.grupo.parallax .text-grupo p{
  font-size: 16px;
}
}

@media (max-width: 768px) {
  .row-nosotros {
    grid-template-columns:100%;
   grid-gap: 30px;
  }
  .container.container-n.nosotros-c{
    padding: 0;
  }
}

/*NOSOTROS ASESORES*/

.swiper-home-asesores .container-text.texto-principal h1 {
  color: var(--verde-limon);
  font-size: 49px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.swiper-home-asesores .container-text.texto-principal h1 span{
  font-weight: 500;

}
.swiper-home-asesores .container-text.texto-principal div{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}









/*NUESTROS VENDEDORES-NOSOTROS*/
select#filterByColor {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 19px;
  color: #083237;
  font-weight: 600;
  text-transform: uppercase;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  background: white;
  background: url(../images/ass-fle.svg) no-repeat 100% center white;
  border-radius: 1px !important;
  background-size: contain;

}
div#vendedores .item-card {
  border: 0;
}


div#vendedores .item-card .card-body h5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
      color: black;
          text-decoration: none;
}

div#vendedores .item-card .card-body a:hover {
    border: 0;
    color: black;
    text-decoration: none;
}

.boton-transparente {
  display: grid;
  justify-content: center;
  margin-bottom: 70px;
}

.seller.butons .boton-transparente{
  margin-bottom: 0px;

}



section.divi-servicios .row > div:nth-child(1){
  margin-bottom: 30px;
}

section.divi-servicios .row > div:nth-child(1) a img.img-fluid {
  width: 100%;
}


.boton-transparente a.boton-verde-limon-transparente {
  color: var(--verde-medio-oscuro);
  background-color: transparent;
  border: 2px solid var(--verde-medio-oscuro);
  /* margin-top: 40px; */
  padding: 10px 10px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  align-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.boton-transparente a.boton-verde-limon-transparente:hover{
  background-color:var(--verde-medio-oscuro);
  transition: auto;
  color:white;
}







/*PRODUCTO*/

.breadcumb-li .container-text ul {
  list-style: none;
}

.breadcumb-li .container-text ul li {
  display: inline-block;
  margin: 0 5px;
}
.breadcumb-li .container-text ul li a {
  color: #083237;
  text-transform: math-auto;
}



#carousel2 .item {
  padding: 0px;
  text-align: center;
}

#carousel2 .item figure img {
  max-width: 92px;
}

#carousel2 .item figure {
  display: grid;
  justify-content: center;
}

#carousel2 .item a {
  font-size: 18px;
  color: #083237;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}


/* 
#carousel2 .item a::before{
  content: '';
position: absolute;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: var(--verde-medio-oscuro);
bottom: -8px;
left: 0;
transform-origin: right;
transform: scaleX(0);
transition: transform .3s ease-in-out;
}

#carousel2 .item a:hover:before{
 transform-origin: left;
transform: scaleX(1);  

} */


#carousel2 .item li {
  min-height: 60px;
  border-bottom: 1px solid #000000;
  display: grid;
  align-items: center;
}

#carousel2 .item li.active {
  border-bottom: 4px solid #7ffd84;
  border-radius: 0;
}



.divi-productos .tab-content {
  background: #F2F8FC;
}
.divi-productos .container.container-owl {
  margin-bottom: 40px;
}



input[aria-invalid="true" i] {
  border: solid red 2px !important;
  }
 .wpcf7-not-valid-tip{
  display: none;
 }

 
 .desktop-click-c{
  display: none;

 }

 .desktop-click-c.tuClase{
  display: block;

 }
 a#btn-contact.point.tuClase{
  display: flex;
 }
 .map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}


 a#btn-contact.point {
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
  position: absolute;
  /* width: 12px;
  height: 12px;
  background-color: #ff1818;
  border-radius: 0%; */
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
  animation: pulse 3s infinite;

  
    animation: latidos .9s infinite;
}
.map-container li.nav-item {
  list-style: none;
}
 a#btn-contact.point.pos1 {
  top: 41%;
    left: 41%;
}
a#btn-contact.point.pos2 {
  top: 40%;
  left: 50%;
}
#map-img .tippy-box {
  background: white;
  color: black;
}
 /* #remasa-cl{
display: none;
 } */
 /* #remasa-cl.tuClase {
  display: block;
} */




.caracteristicas .nav-pills {
  display:none;
  padding: 0 30px 0 0;
}

@media(min-width:768px) {
  .caracteristicas .nav-pills {
      display: flex;
  }
  
  .caracteristicas .card {
      border: none;
  }
  .caracteristicas .card-body {
    padding: 0;
  }

  .caracteristicas .card .card-header {
      display:none;
  }  

  .caracteristicas .card .collapse{
      display:block;
  }
}



section.caracteristicas {
  background: white;
  padding: 70px 0px;
}
section.caracteristicas #v-pills-tab a {
  border-bottom: 1px solid #0202023b;
  border-radius: 0;
  font-size: 18px;
  color: black;
  font-weight: 600;
  padding: 1.2rem 2rem;
  background: url(../images/miniflecha.svg) no-repeat 98% center ;
  background-size: 11px;
}


section.caracteristicas #v-pills-tab  .nav-link.active, section.caracteristicas #v-pills-tab  .show>.nav-link{
  color: #4BD850;
  background-color: transparent;
  background: url(../images/mini-fle-verde.svg) no-repeat 98% center ;

}

section.caracteristicas  .border-text {
  border-left: 1px solid;
  padding: 15px 40px;
}

@media(max-width:767px){
  .caracteristicas  .tab-content>.tab-pane {
      display: block !important;
      opacity: 1;
  }



  section.caracteristicas .border-text div {
    /* background: transparent;
    border-bottom: 1px solid black; */

}


section.caracteristicas .border-text div a {
    color: black;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    display: grid;
    text-decoration: none;
}
section.caracteristicas .border-text div a[aria-expanded="true"] {
  
}

section.caracteristicas .border-text div#v-pills-home {
    border: 0;
}
section.caracteristicas .border-text{
  padding: 0;
  border: 0;

}
section.caracteristicas .border-text .card-header {
  padding: 28px 24px;
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, .125);

}

section.caracteristicas .border-text .card-header a{
  background: url(../images/miniflecha.svg) no-repeat 95% center ;
  background-size: 11px;
}
section.caracteristicas .border-text .card-header a[aria-expanded="true"] {
  background: url(../images/mini-fle-verde.svg) no-repeat 95% center ;
  color: var(--verde-medio-oscuro);
}
}






section.caracteristicas-triplay {
  padding: 70px 0;
  background: white;
}



section.caracteristicas-triplay .table {
	background-color: white;
}

section.caracteristicas-triplay .table .row {
	display: grid;
    grid-gap: 0;
    grid-template-columns: 30% auto;
    border: 1px solid;
    background-color: #ffffff;
    padding: 12px 50px;
    justify-content: left;


}


section.caracteristicas-triplay .table .row:hover {
	/* background-color: crimson; */
}

section.caracteristicas-triplay .table .row:nth-child(even) {
	/* background-color: #dfdfdf; */
}

section.caracteristicas-triplay .table .row:nth-child(even):hover {
	/* background-color: crimson; */
}

section.caracteristicas-triplay .table .title {
	display: flex;
	justify-content: center;
	background-color: #ffffff;
}

section.caracteristicas-triplay .table .header .row {
  padding: 13px 50px;
}

section.caracteristicas-triplay .table .header .row div {
	/* display: flex;
	justify-content: center; */
	font-weight: 400;
	color: black;
}

section.caracteristicas-triplay .table .body .row {
	cursor: pointer;
 
}

section.caracteristicas-triplay .table .body .row div {
	/* display: flex;
	justify-content: center; */
}

section.caracteristicas-triplay .table .footer .row {
	padding: 5px;
	background-color: #777777;
}

section.caracteristicas-triplay .table .footer .row div {
	display: flex;
	justify-content: center;
	color: black;
}

section.caracteristicas-triplay .table .options {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

section.caracteristicas-triplay .table .page-active {
	color: crimson;
}



section.caracteristicas-triplay .row.botones {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: column;
  grid-gap: 30px;
}

section.caracteristicas-triplay .boton-transparente{
  display: flex;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
}

section.caracteristicas-triplay .boton-transparente a.boton-verde-limon-transparente{
width: 100%;
display: flex;
justify-content: center;
grid-gap: 5px;
}

section.caracteristicas-triplay .boton-transparente a.boton-verde-limon-transparente:hover{
  background-color: transparent;
  color: var(--verde-medio-oscuro);
}
section.caracteristicas-triplay .boton-transparente p {
  font-size: 15px;
  margin-top: 1rem;
}

.divi-productos .tab-content a.boton-verde-limon-interna {
  margin-bottom: 20px;
}

@media(max-width:767px){
 
section.caracteristicas-triplay .row.botones{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1px;

}


section.caracteristicas-triplay .table .header .row {
  display: flex;
  flex-direction: column;
  border: 0px solid #00000061;
  padding: 0;
}

section.caracteristicas-triplay .table .header .row div {
  border: 1px solid;
  padding: 10px 30px;
  color: #212529;
  font-weight: 400;
}

section.caracteristicas-triplay .table .body .row {
  display: flex;
  flex-direction: column;
  border: 0px solid #000000;
  padding: 0;
}

section.caracteristicas-triplay .table .body .row div {
  padding: 10px 30px;
  border: 1px solid black;
}

}








.seller.butons a {
  color: var(--verde-medio-oscuro);
  background-color: transparent;
  border: 2px solid var(--verde-medio-oscuro);
  /* margin-top: 40px; */
  padding: 10px 10px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  text-align: center;
  align-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  justify-content: center;
}

.seller.butons {
  display: flex;
  grid-gap: 40px;
}





section.divi-servicios .divi-item:nth-child(odd){
  background:#F2F8FC;
}

section.divi-servicios .divi-item {
  padding: 15px 3px;
}
section.divi-servicios .divi-item h4 {
  color: var(--verde-oscuro);
  font-size: 30px;
  font-weight: 600;
}
section.divi-servicios .divi-item a {
  color: var(--verde-oscuro);
  text-decoration: none;
}
section.divi-servicios .divi-item p{
      color: var(--verde-oscuro);
      font-weight: 500;
      line-height: normal;

}






section.tab_tiendas {
  padding: 70px 24px;
}

.lista_tiendas {
  display: flex;
  justify-content: center;
  grid-gap: 50px;
}



.lista_tiendas .btn-desktop{
  font-size: 15px;
font-weight: 500;
color: var(--verde-oscuro);
line-height: 21px;
padding: 13px 30px 13px 30px;
box-sizing: border-box;
min-width: auto;
position: relative;
display: inline-block;
background-color: var(--verde-limon);
text-transform: uppercase;
border-radius: 0; 

}



@media(max-width:1000px){

  .lista_tiendas {
    display: grid;
    justify-content: center;
    grid-gap: 50px;

  }
  .lista_tiendas .map iframe{
    width: 100%;
  }
}



















.tiendas .tab_tiendas {
  background: white;
  padding: 0;
}
.tiendas .tab_tiendas .dividido {
  display: grid;
  grid-template-columns: 500px auto;
  align-items: center;
  grid-gap: 0px;
}
@media (max-width: 1270px) {
  .tiendas .tab_tiendas .dividido {
    grid-gap: 30px;
    grid-template-columns: 400px auto;
  }
}
@media (max-width: 900px) {
  .tiendas .tab_tiendas .dividido {
    grid-template-columns: 100%;
  }
}
.tiendas .tab_tiendas .dividido .tabset {
 
}
.tiendas .tab_tiendas .dividido .tabset:before {
 
}
@media (max-width: 1270px) {
  .tiendas .tab_tiendas .dividido .tabset:before {
    left: 15px;
    width: 385px;
  }
}

@media (max-width: 500px) {
  header.header .container-fluid nav.navbar img {
    max-width: 190px;
}

}

@media (max-width: 420px) {
  .tiendas .tab_tiendas .dividido .tabset:before {
    width: 315px;
  }

 
}
@media (max-width: 350px) {
  .tiendas .tab_tiendas .dividido .tabset:before {
    width: 255px;
  }
}
.tiendas .tab_tiendas .dividido .tabset label {
  width: 245px;
  height: 52px;
  display: inline-grid;
  align-items: center;
  text-align: center;
  background: #FF5A48;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1270px) {
  .tiendas .tab_tiendas .dividido .tabset label {
    width: 185px;
  }
}
@media (max-width: 420px) {
  .tiendas .tab_tiendas .dividido .tabset label {
    width: 150px;
  }
}
@media (max-width: 350px) {
  .tiendas .tab_tiendas .dividido .tabset label {
    width: 120px;
  }
}
.tiendas .tab_tiendas .dividido .tabset input:checked + label {
  background: white;
  color: #FF5A48;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section {
  padding: 0px 0;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section input[type=text] {
  max-width: 500px;
  width: 100%;
  height: 50px;
  border: 1px solid #BFBFBF;
  background-color: white;
  padding-left: 20px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #BFBFBF;
  background-image: url("/arquivos/lupa_buscar.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section input[type=text]::placeholder {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 900px) {
  .tiendas .tab_tiendas .dividido .tabset .tab-panels section input[type=text] {
    max-width: 100%;
  }
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas {
  padding: 0 50px 0 0;
  margin-top: 0px;
  max-width: 500px;
  width: 100%;
  display: block;
  max-height: 970px;
  overflow-y: auto;
}

.container-tienda {
  max-width: 1920px;
  padding: 0 0px 0 70px;
  margin: 0 auto;
}
.especificar-correo {
  margin-bottom: 15px;
}
.especificar-correo a {
  color: black;
}
.especificar-telefono {
  margin-bottom: 15px;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div {
  background: white;
  border-radius: 5px;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
  padding: 0;
  margin-bottom: 35px;
}

.tiendas.bajando_ando {
  margin-top: 20px;
  margin-bottom: 50px;
}
.interna div#carousel2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}










footer .subminifoter .tippy-box {
  background: white;
  color: black;
  border: 1px solid rgba(73, 73, 73, 0.26);
}

footer .tippy-box .tippy-content .map-popup-text .txt-body .cci {
  background: aliceblue;
  padding: 10px;
}

footer .tippy-box .tippy-content {
  display: block;
  padding: 0;
}

footer .tippy-box .tippy-content .map-popup-text {
  display: grid;
}

footer .tippy-box .tippy-content .map-popup-text .txt-header {
  display: flex;
  background: #f96a53;
  color: white;
  padding: 10px;
  justify-content: space-between;
}



footer .tippy-box .tippy-content .map-popup-text .txt-body {
  display: grid;
  padding: 10px 10px;
  text-align: left;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body div {
  display: grid;
  margin: 0px 0px 5px;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body div p {
  margin: 0;
  line-height: 1.1;
}

.caja-grid .logos-caja .nav.caja-grex .nav-item:nth-child(2) .txt-header{
  background: #004481;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body .cci:first-child{
  background: white;
}

footer .tippy-box .tippy-content .map-popup-text .txt-header .text-texto p {
  margin: 0px 0px 0px;
  color: white;
  margin: 0 25px 0 0;
  font-size: 16px;
}

footer .tippy-box .tippy-content .map-popup-text .txt-header  .text-texto {
  display: grid;
  text-align: left;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body .cci p:first-child {
  font-size: 16px;
  font-weight: 600;
  
}
footer .tippy-box .tippy-content .map-popup-text .txt-body .cci p:last-child{
    font-size: 21px;
  font-weight: 600;
}

footer .tippy-box .tippy-content .map-popup-text .txt-header.scotiabank {
  background: #E6190F;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body.scotiabank .cci:nth-child(2){
  background: #fea19c96;
}



footer .tippy-box .tippy-content .map-popup-text .txt-header.interbank {
  background: #05A54D;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body.interbank .cci:nth-child(2){
  background: #05a54d52;
}


footer .tippy-box .tippy-content .map-popup-text .txt-header.banco {
  background: #a8a8a8f5;;
}

footer .tippy-box .tippy-content .map-popup-text .txt-body.banco .cci:nth-child(2){
  background: #ff1e0037;
}



.caja-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.caja-grid .logos-caja {
}

.caja-grid .logos-caja .nav.caja-grex {
  display: flex;
  justify-content: center;
}




@media (max-width: 1000px) {
  .desktop-click {
    display: none!important;
  }
  
  .mobile-click {
    display: block!important;
  }
  
 

  .interna .container-text.texto-principal {
    padding: 0 20px;
    height: 100%;
    top: 0;
    justify-content: center;
    margin: 0;
}

.interna .swiper-home-asesores .container-text.texto-principal h1{
  font-size: 32px;
}

section.caracteristicas-triplay{
  padding: 40px 20px;

}
.interna .container-text.texto-principal div br {
    display: none;
}
  .tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div {
  
    padding: 20px;
  }
  
  .container-tienda {
    padding: 10px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas {
    max-width: 100%;
  }
  .caja-grid{
    display: grid;
  }
}

@media (max-width: 500px) {
 
  .caja-grid .logos-caja .nav.caja-grex{
    flex-direction: column;
    /* display: grid; */
    padding: 0;
  }
  .caja-grid .logos-caja .nav.caja-grex li.nav-item [data-tippy-root]{
    display: contents;
}
  .caja-grid .logos-caja .nav.caja-grex li.nav-item {
    text-align: center;
    display: grid;
    justify-content: center;
}


  .tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div {
    padding: 40px 20px;
  }
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div h3 {
  font-size: 30px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div .especificacion {
  margin-bottom: 10px;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div .especificacion svg, .tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div .especificacion p {
  display: inline-block;
  vertical-align: top;
}
.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div .especificacion p {
  margin: 0;
  line-height: 1;
  padding-left: 0px;
}

.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div  .btn_mobile-mapa{
  display: none;
}

.btn-mapa {
  width: 196px;
  height: 60px;
  /* border: 1px solid var(--verde-medio-oscuro); */
  color: black;
  display: grid;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-left: 0px;
  background-color: var(--verde-limon);
}

@media (max-width: 350px) {
  .tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div .especificacion p {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div a {
    width: 100%;
    margin: 0;
    margin-top: 27px;
  }

  .seller.butons{
    display: grid;
    grid-gap: 1px;
  }
}
.tiendas .tab_tiendas .dividido > div:last-child {
  height: 100%;
}
@media (max-width: 900px) {
  .tiendas .tab_tiendas .dividido > div:last-child {
    height: 450px;
  }
}




@keyframes latidos {
  from { transform: none; }
  50% { transform: scale(1.1); }
  to { transform: none; }
}


.box_whatsapp {

position: fixed;
color: white;
bottom: 2%;
right: 20px;
z-index: 29;
cursor: pointer;
animation: latidos .9s infinite;

}








	
.apertura_what {
    animation-name: animacion_whapBox;
    animation-duration: 0.7s;
    animation-fill-mode: forwards; /* opcional, para mantener el estado final */
}

@keyframes animacion_whapBox {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 220;
    }
}
.contenedor_inferior {
       background: #ebebeb;
    padding: 10px 14px;
    max-height: 232px;
    overflow-y: auto;
}

.contenedor_wapsa {
    width: 275px;
    /* height: 380px; */
    background-color: #ffffff;
    padding-top: 7px;
    /* position: fixed; */
    bottom: 83px;
    right: 82px;
    color: #FFF;
    border-radius: 5px;
    z-index: 100;
  
    overflow: hidden;
   
}

.contenedor_wapsa div h4{
  font-weight: 700;
}
  .share-container {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }

    .share-button {
      background-color: white;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      position: relative;
    }

    .share-button img {
      width: 100%!important;
      max-width: 70px;
    }

    .share-menu {
      min-width: 188px;
      position: absolute;
      bottom: 88px;
      right: 0;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      padding: 10px;
      display: none;
      flex-direction: column;
      transition: opacity 0.3s ease;
    }

    .share-menu::before {
     content: '';
    position: absolute;
    bottom: -35px;
    right: 0;
    border-width: 18px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    width: 100%;
    }

    .share-menu a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #020202;
      margin: 5px 0;
      font-size: 14px;
          font-weight: 500;
    }

    .share-menu a i {
      margin-right: 8px;
    }

    .share-container.show .share-menu {
      display: flex;
    }

    .share-container:hover {
      pointer-events: all;
    }

    .share-menu a img {
    width: 40px!important;
    padding-right: 6px;
}





.interna-sales-asesores .testimonios-form .container{
        box-shadow: 0 0 15px rgb(205 202 202 / 51%);
    background: transparent;
    padding: 0;
}

.interna-sales-asesores .testimonios-form .formulario .input-row input {
    width: 100%!important;
    /* margin-bottom: 19px; */
}

.interna-sales-asesores .testimonios-form .formulario .input-row {
    display: contents;
}
.interna-sales-asesores .testimonios-form .formulario p{
    padding: 0;
    margin: 0;
}


.interna-sales-asesores .testimonios-form .formulario .input-row  p {
    display: contents;
}


.interna-sales-asesores .testimonios-form .formulario button {
    margin-top: 10px;
}


@media (max-width: 900px) {
 .interna-sales-asesores .testimonios-form .container{
    
    padding: 0 20px;
}
}

.interna-sales-asesores .testimonios-form .formulario .input-row br {
    display: none;
}

.interna-sales-asesores .wpcf7 form .wpcf7-response-output{
    margin: 5px 0 0;
}

textarea[aria-invalid="true" i]{
    border: solid red 2px !important;
}