:root{
    --color-azul-obscuro: #01305b;
    --color-celeste: #008add;
    --color-celeste-claro:#00c5fb;
    --color-negro: #000;
    --color-blanco: #fff;
    --color-rosa:#eb0088;
    --color-rojo:#e63223;
    --color-beige:#f7cfbb;
    
}
body{
  font-family: 'Montserrat';
  margin:0;
}
::-webkit-scrollbar {
    width: 17px;
}
::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:var(--color-celeste);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
a {
  color: rgb(0 176 202);
  text-decoration: underline;
}
.manito{
  cursor:pointer !important;
}
.input-group{
    flex-wrap:nowrap;
}
.pointer{
  cursor: pointer;
}
button{
  text-align: center !important;
}

/*INICIO PARTE SUPERIOR 1*/
.web-contacto{
  padding-left: 20%;
  padding-right: 20%;
  background: linear-gradient(to right, #01305b, #0060c1);
  width: 100%;
  height: 5vh;
  display: flex;
  justify-content: space-between;
}
.web-contacto .numero{
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
}
.web-contacto .numero a{
    
    text-decoration: none;
    color:white;
}
.web-contacto .redes{
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
}
.web-contacto .redes a{
    color:white;
}
.web-contacto p{
color: white;
font-size: 1rem;
margin-right: 10px;
margin-bottom: 0px;
}
.web-contacto .icon-wsp{
color: white;
font-size: 1rem;
margin-right: 0px;
margin-bottom: 0px;
}
.web-contacto .lineader{
  border-right: dashed;
  border-width: thin;
  border-width: 1px;
  height: 40%;
  }
/*FIN PARTE SUPERIOR 1*/
/*INICIO PARTE SUPERIOR 2*/

.web-busqueda{
    margin-top: 0px;
    padding-left: 20%;
    padding-right: 20%;
    background: white;
    width: 100%;
    height: 6vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.web-busqueda .logo{
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
}
.web-busqueda img{
  width: 200px;
}
.web-busqueda .buscador{
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buscador .form-control{
  all: unset;
  background: rgb(236, 236, 236);
  border-radius: 10px;
  display: block;
    width: 75%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.buscador .form-control:focus{
  border:solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-celeste);


}
.buscador .btn{
  border: none;
  border-radius: 10px;
  background: var(--color-celeste);
  color: white;
}



.web-busqueda .usuario{
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.usuario .mbicon{
  margin-bottom: 5px;
}
.usuario .seleccionable:hover{
  color: var(--color-celeste);
  font-weight: 900;

}
.btn .badge {
    top: auto;
}
.web-busqueda .usuario .iconbtnshop{
    display:flex;
    align-items: center;
}
.modal .modal-content .modal-body{
  background: #f2f2f2;
}
.modal .modal-content .botones{
  display: flex;
  justify-content: space-around;
}
.modal .modal-content .modal-body .contenedorresumen{
 display: flex;

}
.modal .modal-content .modal-body .contenedorresumen .izquierda{
  width: 50%;
  background:#fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal .modal-content .modal-body .contenedorresumen .izquierda .table .spaceimagen{
  width: 20%;
}
.modal .modal-content .modal-body .contenedorresumen .izquierda .table .spacedetalle{
  width: 60%;
}
.modal .modal-content .modal-body .contenedorresumen .izquierda .table .spacetotal{
  width: 20%;
}
.modal .modal-content .modal-body .contenedorresumen .izquierda .table .eliminar{
  color: red;
}

.modal .modal-content .modal-body .contenedorresumen .derecha{
  width: 50%;
  margin-left: 20px;
}
.modal .modal-content .modal-body .contenedorresumen .derecha .espaciosb{
  background: #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal .modal-content .modal-body .contenedorresumen .derecha .mt-20{
  margin-top: 20px;
}
.modal .modal-content .modal-body .contenedorresumen .derecha .lugarnumero{
  display: flex;
  flex-direction: row;
    justify-content: space-between;
}


.web-busqueda p{
  margin-top: 0px;
font-size: 1rem;
margin-right: 10px;
margin-bottom: 0px;
}
.usuario .lineader{
  border-right: dashed;

  border-width: 1px;
  height: 25%;
  }
/*FIN PARTE SUPERIOR 2*/
/*INICIO PARTE SUPERIOR 3*/
nav{
  margin-left: 20%;
  margin-right: 20%;
  background: white;
}
.navbar{
  --bs-navbar-padding-y: 0px;
  --bs-navbar-padding-y: 0px;
}
.bg-body-tertiary{
  
  background-color: white !important;
}
nav .navbar-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
nav .nav-link{
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--color-negro);
  text-decoration: none;
  background: 0 0;
  border-bottom: solid;
  border-width: 10px;
  border-color: var(--color-blanco);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.navbar-nav .nav-link:hover{
  color: var(--color-celeste);
  font-weight: 900;
  border-bottom: solid;
  border-width: 10px;
  border-color: var(--color-celeste);
}


.navbar-nav .nav-link.active{
  color: var(--color-azul-obscuro);
  font-weight: 900;
  border-bottom: solid;
  border-width: 10px;
  border-color: var(--color-azul-obscuro);
}

/*FIN PARTE SUPERIOR 3*/

/*INICIO PARTE SUPERIOR 4*/
.h-600{
    height:600px;
}
.carousel-control-next, .carousel-control-prev{
  width:10%;
}
.carousel-caption{
  right: 10%;
  left: 10%;
}
.carousel-indicators{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: right;
    padding: 0;
    margin-right: 20%;
    margin-bottom: 1rem;
    margin-left: 20%;
    height: 50px;
}
.carousel-indicators button{
  all: unset;
  color: #000;
  right: 0;
  text-align: center;
  font-weight: 800;
  
}
.carousel-indicators [data-bs-target]{
  
  box-sizing: content-box;
  flex: 0 1 auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}
.carousel-indicators .active{
  opacity: 1;
  background-color: var(--color-celeste-claro);
  color: white;

}
.carousel-indicators .mr-10px{
  margin-top: 10px;
  margin-right: 20px;
  
}
.carousel-caption{
    position: absolute;
    top: 0;
    height: 100%;
    right: 20%;
    bottom: 0;
    left: 20%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    display: flex !important;

}
.carousel-caption .mitad1{
  padding: 5%;
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    align-content: flex-start;

}
.carousel-caption .mitad1 .texto-referencia h1{
  all: unset;
  font-size: 10px;
}
.carousel-caption .mitad1 .texto-referencia h2{
  all: unset;
  font-size: 10px;
}
.carousel-caption .mitad1 .texto-referencia p{
  all: unset;
  font-size: 10px;
}

.carousel-caption .mitad2{
  text-align: left;
  display: flex;
  width: 50%;
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: start;
  flex-direction: column;
  margin-left: 20px;
}
.mitad2 .lineader{
  border-right: dashed;
  border-width: thin;
  border-width: 1px;
  height: 100%;
  margin:0 5px;
  }
.mitad2 .titulo-1{
    all: unset;
    font-size: 2em;
    /* font-weight: 800; */
    margin-bottom: 20px;
    line-height: 0;
    margin-top: 5px;
}
.mitad2 .titulo-2{
  all: unset;
  margin-top: 0;
  padding-top: 0;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 15px;
}
.mitad2 .beneficios{
  all: unset;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-celeste-claro);
  line-height: normal;
}
.ben-icon{
  margin-bottom: 5px;
  margin-top: 0px;
  margin-right: 5px;
}
.mr-10{
  margin-right: 15px;
}

.mitad2 .descripcion{
    font-size: 1.2em;
    text-align: left;
    background: #ffffff;
    border: solid;
    border-width: 2px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(0, 0, 0, 0.219);
    border-radius: 10px;
    padding: 10px;
    color: black;
}
.mitad2 .precio{
    all: unset;
    font-size: 2em;
    text-align: left;
    font-weight: 900;
    display: flex;
}
.mitad2 .precio .igv{
  all: unset;
  color: var(--color-celeste-claro);
  margin-left: 5px;
  font-size: 0.5em;
  width: 50px;
  line-height: 1em;
  margin-top: auto;
  margin-bottom: auto;
}
.mitad2 .pulse{
  all: unset;
  margin-top: 10px;
  border-radius: 100px;
  background: var(--color-blanco);
  color: var(--color-negro);
  width: 25%;
  height: 35px;
  font-size: 0.9rem;
  font-weight: 900;
}
/*FIN PARTE SUPERIOR 4*/

/*INICIO PARTE SUPERIOR 5*/
.web-productos{
  margin-top: 40px;
  padding-left: 20%;
  padding-right: 20%;
  background: white;
  width: 100%;
}
.web-productos .linea{
  width: 30px;
  height: 3px;
  background: var(--color-celeste-claro);
  margin-bottom: 10px;
}
.web-productos .titulo{
  color: var(--color-azul-obscuro);
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.web-productos .titulo h2{
  all: unset;
}

.web-productos .rile-productos{
  height: auto;
  width: 100%;
}
.web-productos .rile-productos .swiper-wrapper{
flex-direction: row !important;
}
.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.rile-next{
    margin-left: 19%;
    z-index: 99;
    left: 0;
    margin-top: -250px;
    position: absolute;
    width: 50px;
    height: 50px;
}
.rile-prev{
  margin-right: 18.8%;
  z-index: 99;
  right: 0;
  margin-top: -250px;
  position: absolute;
  width: 50px;
  height: 50px;
  align-items: center;
}
.circulo{
  align-items: center;
  padding: 10px;
  border-radius: 100px;
  background:var(--color-blanco);
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
      -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}
.card{
    background: transparent;
    height: 250px;
    text-align: left;

}
.card .card-body .cantidad{
  color:var(--color-azul-obscuro);
  font-size: 0.8em;
}
.card .card-body .nombre{
    color: var(--color-rojo);
    font-size: 1em;
    font-weight: 900;
}
.card .precio{
    all: unset;
    color: var(--color-azul-obscuro);
    font-size: 1.5em;
    text-align: left;
    font-weight: 900;
    display: flex;

}
.card .precio .igv{
  color: var(--color-azul-obscuro);
  margin-left: 5px;
  font-size: 0.6rem;
  width: 50px;
  line-height: 10px;
  height: 100%;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}
.card .colores{
  position: absolute;
  display: flex;
  right: 0;
  margin-top: 80%;
  margin-right: 5px;


}
.rounded-circle-negro{
  border: solid;
  border-color: var(--color-rojo);
  border-width: 1px;
  
  width: 25px;
  height: 25px;
  background: rgb(0, 0, 0);
  border-radius: 50% !important;
  margin-right: 5px;
}
.rounded-circle-blanco{
  border: solid;
  border-color: var(--color-rojo);
  border-width: 1px;
  width: 25px;
  height: 25px;
  background: rgb(255, 255, 255);
  border-radius: 50% !important;
  margin-right: 5px;
}
.rounded-circle-beige{
  border: solid;
  border-color: var(--color-rojo);
  border-width: 1px;
  width: 25px;
  height: 25px;
  background: var(--color-beige);
  border-radius: 50% !important;
  margin-right: 5px;
}
.card .icon{
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
  margin-left: 10px;
  margin-top: 10px;
  color: white;
  font-weight: 900;
}
/*FIN PARTE SUPERIOR 5*/
/*inicio PARTE SUPERIOR 6*/
.web-banner-img{
    margin-top: 15px;
    padding-left: 20%;
    padding-right: 20%;
    background: var(--color-blanco);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*FIN PARTE SUPERIOR 6*/
/*INICIO PARTE SUPERIOR 7*/
.web-calidad{
    margin-top: 40px;
    padding-left: 20%;
    padding-right: 20%;
    background: white;
    width: 100%;
    height: auto;
    display: flex;
}
.web-calidad .mitad{
width: 50%;
}
.web-calidad .web-productos{
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
    background: white;
    width: 100%;
}
.web-calidad .web-productos .linea{
  width: 30px;
  height: 3px;
  background: var(--color-celeste-claro);
  margin-bottom: 10px;
}
.web-calidad .web-productos .titulo{
  color: #004590;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
.web-calidad .web-productos .titulo h2{
  all: unset;
  text-transform: uppercase;
}
.web-calidad .web-productos .texto{
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
}

.web-calidad .imagen{
    text-align: -webkit-center;
    width: 50%;
    height: 350px;
}
.web-calidad .imagen img{
    height: 100%;
    
}
/*FIN PARTE SUPERIOR 7*/
/*INICIO PARTE SUPERIOR 8*/
.web-aliados {
    width: 100%;
    height: auto;
    background-image: url(../img/banner/banner-curso-ninos.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
}
.web-aliados .web-productos{
  margin-top: 0px;
  padding-left: 20%;
  padding-right: 20%;
  background: transparent;
  width: 100%;
}
.web-aliados .linea{
  width: 35px;
  height: 4px;
  background: var(--color-celeste-claro);
  margin-bottom: 10px;
}
.web-aliados .titulo{
  font-size: 1.5em;
  color: #fff;
}
.web-aliados .aliados{
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.aliados .card{
  margin-top: 30px;
  border-radius: 10px;
  border-width: 1px;
  overflow: hidden;
  background: #ffffff;
  height: auto;
}
.aliados .card .card-body{
  text-align: -webkit-center;
}
.aliados img{
  height: auto;
  width: 100%;
}
.aliados .card-body .logo{
    height: 9vw;
    width: 9vw;
    border-radius: 5px;
    background: #fff;
    margin-top: -90px;
    /* margin-left: 8.5rem; */
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), -6px -6px 10px -1px rgba(0, 0, 0, 0.219);
    overflow: hidden;
  }
.aliados .card-body .titulo{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: #5a5a5a;
    font-size: 1.2em;
}
.aliados .card-body .titulo h3{
  all: unset;
}
.aliados .card-body .cuadrados{
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: space-around;
}
.aliados .card-body .cuadrados .rectangulo{
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #01305b21;

  }
  .aliados .card-body .ver-producto{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: var(--color-celeste);
    font-size: 1.5em;
  }

/*FIN PARTE SUPERIOR 8*/
/*FIN PARTE SUPERIOR 9*/
.web-soporte{
  padding-left: 20%;
  padding-right: 20%;
  background: white;
  width: 100%;
  height: auto;
  display: flex;
}
.web-soporte .imagen{
    height: 350px;
    text-align: -webkit-center;
    width: 50%;
}
.web-soporte .mitad{
  width: 50%;
  }
  .web-soporte .web-productos{
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 2%;
    background: white;
    width: 100%;
  }
  .web-soporte .web-productos .linea{
    width: 30px;
    height: 3px;
    background: var(--color-celeste-claro);
    margin-bottom: 10px;
  }
  .web-soporte .web-productos .titulo{
    color: #004590;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .web-soporte .web-productos .texto{
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
  }
  .web-soporte  .imagen{
    width: 50%;
  }
/*FIN PARTE SUPERIOR 9*/
/*INICIO PARTE SUPERIOR 10*/
.web-noticias {
    width: 100%;
    height: auto;
    background-image: url(../img/banner/banner-curso-ninos.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 80px;
}
.web-noticias .titulogen{
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.web-noticias .titulogen h2{
  all: unset;
  text-transform: uppercase;
}
.web-noticias .web-productos{
  margin-top: 0px;
  padding-left: 20%;
  padding-right: 20%;
  background: transparent;
  width: 100%;
}
.web-noticias .linea{
  width: 35px;
  height: 4px;
  background: var(--color-celeste-claro);
  margin-bottom: 10px;
}
.web-noticias .noticias{
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.web-noticias .card{
  margin-top: 30px;
  border-radius: 10px;
  border-width: 1px;
  overflow: hidden;
  background: #ffffff;
  height: auto;
}
.web-noticias .fecha{
    text-align: left;
    font-size: 1em;
    color: #000000;
}
.web-noticias .titulo{
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 1.2em;
}
.web-noticias .ver-noticia{
    margin-top: 20px;
    width: 100%;
    text-align: left;
    color: var(--color-celeste);
    font-size: 1.2em;
}

.bi{
  margin-bottom: 5px;
  margin-right: 10px;
}
/*FIN PARTE SUPERIOR 10*/

/*INICIO PARTE SUPERIOR 10.1*/
.web-comentario{
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-left: 20%;
  padding-right: 20%;
}
.web-comentario .swiper-slide {
  text-align: -webkit-center;
  align-content: center;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
}
.web-comentario .linea{
  width: 30px;
  height: 3px;
  background: var(--color-celeste-claro);
  margin-bottom: 10px;
}
.web-comentario .titulo{
    color: var(--color-azul-obscuro);
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
}
.web-comentario .titulo h2{
  all: unset;
  text-transform: uppercase;
}
.web-comentario .swiper-slide .comilla {
width: 100px !important;
height: 100px !important;
}
.web-comentario .swiper-slide .cimagen{
width: 80%;
    height: 100px;
    border: solid;
    border-color: #ededed;
    border-width: 2px;
    border-radius: 25px;
    overflow: hidden;
}
.web-comentario .swiper-slide .cimagen img{
  object-fit: cover;
}
.web-comentario .swiper-slide .ccargo{
    font-size: 1em;
    color: var(--color-celeste);
    margin-top: 15px;
}
.web-comentario .swiper-slide .ccargo h3{
  all: unset;
}
.web-comentario .swiper-slide .cnombre{
    font-size: 1.2em;
    color: rgb(0, 0, 0);
}
.web-comentario .swiper-slide .cdice{
    font-size: 1em;
    color: rgb(0, 0, 0);
    margin-top: 3px;
    /* font-weight: 900; */
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.web-comentario .swiper-slide .redes{

  margin-top: 10px;
}
/*FIN PARTE SUPERIOR 10.1*/



/*INICIO PARTE SUPERIOR 11*/
.web-pie{
  padding-left: 20%;
  padding-right: 20%;
  background: white;
  width: 100%;
  height: auto;
  display: flex;
  padding-top: 20px;
}
.web-pie .primer{
  width: 30%;
  padding: 10px;
}
.web-pie .primer .marca{
    font-size: 1em;
    font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.web-pie .primer .descripcion{
    margin-top: 15px;
    font-size: 0.8em;
    font-weight: 600;
}
.web-pie .primer .redes{
  width: 100%;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
}
.web-pie .primer .redes .face{
  background: red;
  width: 40px;
  height: auto;
  background: white;
}
.web-pie .primer .call{
  margin-top: 20px;
  display: flex;
}
.web-pie .primer .call .numero{
  display: flex;
  flex-direction: column;
  font-size: 1em;
  font-weight: 800;
}
.web-pie .primer .call .numero .tel{
  display: flex;
  flex-direction: column;
  font-size: 1em;
  font-weight: 800;
}
.web-pie .segundo{
  padding: 10px;
  width: 20%;
}
.web-pie .segundo .marca{
  font-size: 1em;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.web-pie .segundo .text{
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: 600;
}
.web-pie .tercer{
  width: 20%;
  padding: 10px;
}
.web-pie .tercer .marca{
    font-size: 1em;
    font-weight: 500;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    margin-bottom: 15px;
}
.web-pie .tercer .text{
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: 900;
}
.web-pie .cuarto{
  width: 30%;
  padding: 10px;
}
.web-pie .cuarto .marca{
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 500;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.web-pie .cuarto .buscador .input-group{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
}
.top30{
  margin-top: 10px;
}
.web-pie .cuarto .text{

  font-size: 1.4vw;
  font-weight: 900;
}
.web-pie .cuarto .cuadrados{
    margin-top: 10px;
    display: flex;
    /* margin-left: 10px; */
    margin-right: 10px;
    justify-content: flex-start;
}
.web-pie .cuarto .cuadrados .rectangulo{
    width: 60px;
    height: auto;
    border-radius: 10px;
    background: #01305b21;
    margin-right: 10px;
}

/*FIN PARTE SUPERIOR 11*/

/*INICIO PARTE SUPERIOR 12*/
.burbuja{
  display: flex;
  /* width: 64px; */
  position: fixed;
  z-index: 900;
  bottom: 1%;
  right: 15px;
  flex-wrap: nowrap;
}
.burbuja .icon{
    width:60px;
    height:60px;
     cursor: pointer;
    transition:0.3s;
}
.burbuja .icon:hover{
    transform:translateY(-12px);
}
/*FIN PARTE SUPERIOR 12*/

/*INICO Muestra de cookies*/

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 902;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.40);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}
.aviso-cookies .titulo{
	color:#001D3E;
}
.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 30px;
	font-size: 1em;
	color: rgba(0,18,80);
}
 .paginaweb{
    margin-top: -20px;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 900;
}


.aviso-cookies .boton {
	width: 100%;
	background: #365A82;
	border: none;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #001D3E;
	font-size: 20px;
}

.aviso-cookies .enlace {
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,18,80,.40);
	position: fixed;
	z-index: 901;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}
/*FIN Muestra de cookies*/




/*PARTE CELULAR*/
/*PARTE CELULAR*/
/*PARTE CELULAR*/


@media screen and (max-width: 780px){
  /*INICIO PARTE SUPERIOR 1*/
  .web-contacto{
    padding-left: 3%;
    padding-right: 3%;
    background: linear-gradient(to right, #01305b, #0060c1);
    width: 100%;
    height: 6vh;
    display: flex;
    justify-content: space-between;
  }
  .web-contacto .numero {
    width: 67%;
    height: 100%;
    display: flex;
    align-items: center;
}
  .web-contacto .redes{
    width: 27%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .web-contacto p{
    color: white;
    font-size: 0.6rem;
    margin-right: 10px;
    margin-bottom: 0px;
    }
    .web-contacto .face{
      color: white;
      font-size: 1rem;
      margin-right: 10px;
      margin-bottom: 0px;
    }
    .web-contacto .inst{
      color: white;
      font-size: 1rem;
      margin-right: 0px;
      margin-bottom: 0px;
    }
    /*FIN PARTE SUPERIOR 1*/
    /*INICIO PARTE SUPERIOR 2*/
    .web-busqueda{
      margin-top: 10px;
      padding-left: 3%;
      padding-right: 3%;
      background: white;
      width: 100%;
      height: 7vh;
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .web-busqueda p{
      margin-top: 0px;
    font-size: 0.6rem;
    margin-right: 4px;
    margin-bottom: 0px;
    }
    .web-busqueda img{
      width: 90px;
    }
    .buscador .form-control{
      all: unset;
      background: rgb(236, 236, 236);
      border-radius: 10px;
      display: block;
        width: 50%;
        padding: 0.1rem 0.4rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .buscador .btn{
      --bs-btn-padding-x: 0.3rem;
      --bs-btn-padding-y: 0.1rem;
      border: none;
      border-radius: 10px;
      background: var(--color-celeste);
      color: white;
    }
    /*FIN PARTE SUPERIOR 2*/
    /*INICIO PARTE SUPERIOR 3*/
    nav{
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 0px;
    }
    nav .navbar-nav{
      width: max-content;
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      flex-direction: row;
      width: 100%;
    }
    nav .navbar-nav .nav-item{
      margin-right: 5px;
      margin-left: 5px;
      font-size: 2.6vw;
    }
    .navbar .container-fluid{
      padding-right: 0px;
      padding-left: 0px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
    }
    nav .nav-link{
      display: block;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
      font-size: var(--bs-nav-link-font-size);
      font-weight: var(--bs-nav-link-font-weight);
      color: var(--color-negro);
      text-decoration: none;
      background: 0 0;
      border-bottom: solid;
      border-width: 4px;
      border-color: var(--color-blanco);
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }
    .navbar-nav .nav-link:hover{
      color: var(--color-celeste);
      font-weight: 900;
      border-bottom: solid;
      border-width: 4px;
      border-color: var(--color-celeste);
    }
    .navbar-nav .nav-link.active{
      color: var(--color-azul-obscuro);
      font-weight: 900;
      border-bottom: solid;
      border-width: 4px;
      border-color: var(--color-azul-obscuro);
    }
    .navbar-toggler{
      all: unset;
    }
    .navbar-toggler:focus{
      all: unset;
    }
    /*FIN PARTE SUPERIOR 3*/

    /*INICIO PARTE SUPERIOR 4*/
    .h-600{
        height:200px;
    }
    p {
      margin-top: 0;
      margin-bottom: 0rem;
  }
    .carousel-indicators .mr-10px {
      margin-top: 2px;
      margin-right: 2px;
    }
    .carousel-indicators {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      display: flex;
      justify-content: left;
      padding: 0;
      margin-right: 0px;
      margin-bottom: 0rem;
      margin-left: 2%;
      height: 2px;
    }
.carousel-caption{
  position: absolute;
  top: 0;
  height: 100%;
  right: 10%;
  bottom: 0;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  display: flex !important;
}
    .carousel-indicators [data-bs-target]{
  
      box-sizing: content-box;
      flex: 0 1 auto;
      border-radius: 50%;
      width: 4vw;
      height: 4vw;
      font-size: 2.5vw;
      padding: 0;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: 0;
      cursor: pointer;
      background-color: #ffffff;
      background-clip: padding-box;
      border: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: 1;
      transition: opacity .6s ease;
    }
    .carousel-indicators .active {
      opacity: 1;
      background-color: var(--color-celeste-claro);
      color: white;
  }
  .carousel-caption .mitad1{
      padding:0px;
  }
  .mitad2 .titulo-2{
      font-size: 1em;
      line-height: normal;
  }
    .mitad2 .beneficios{
        font-size: 0.5em;
        display: none;
    }

  .mitad2 .precio {
    
    all: unset;
    font-size: 1em;
    text-align: left;
    font-weight: 900;
    display: none;
}
  
  
  
  
  
  .mitad2 .descripcion{
      font-size:0.5em;
      display: none;
  }
  
.mitad2 .titulo-1 {
    all: unset;
    font-size: 2.5vw;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 0;
}
.mitad2 .pulse {
    all: unset;
    margin-top: 10px;
    border-radius: 100px;
    background: var(--color-blanco);
    color: var(--color-negro);
    width: 100%;
    height: 35px;
    font-size: 0.9rem;
    font-weight: 900;
}
  
    /*FIN PARTE SUPERIOR 4*/
    
/*INICIO PARTE SUPERIOR 5*/
.web-productos .titulo{
    color: var(--color-azul-obscuro);
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 15px;
}
.web-productos {
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    background: white;
    width: 100%;
}
.rile-next {
    margin-left: 1%;
    z-index: 99;
    left: 0;
    margin-top: -270px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align-last: center;
}
.rile-prev {
    margin-right: 1%;
    z-index: 99;
    right: 0;
    margin-top: -270px;
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
    text-align-last: center;
}
/*FIN PARTE SUPERIOR 5*/
    
    /*INICIO PARTE SUPERIOR 6*/
    .web-banner-img{
        padding-left: 0%;
        padding-right: 0%;
        margin-top: 4vw;
    }
    /*FIN PARTE SUPERIOR 6*/

/*FIN PARTE SUPERIOR 7*/
.web-calidad{
    margin-top: 40px;
    padding-left: 3%;
    padding-right: 3%;
    background: white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.web-calidad .web-productos{
    margin-top: 1vw;
    padding-left: 2%;
    padding-right: 2%;
    background: white;
    width: 100%;
}
.web-calidad .web-productos .titulo{
    font-size: 1.1rem;
}
.web-calidad .web-productos .texto{
    font-size:0.9rem;
}

    .web-calidad .mitad{
    width: 100%;
    }
.web-calidad .imagen{
    align-self: center;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}

    
/*FIN PARTE SUPERIOR 7*/
/*FIN PARTE SUPERIOR 8*/
.web-aliados .web-productos {
    margin-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
    background: transparent;
    width: 100%;
}
.web-aliados .titulo {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom:0px;
}
.aliados .card{
  width: 100% !important;
}
.aliados .card-body .ver-producto{
  font-size: 4vw;
}
.web-aliados .aliados{
  flex-direction: column;
  
}
.aliados .card-body .logo{
  height: 40vw;
  width: 40vw;
  margin-top: -80px;
}
.aliados .card-body .titulo{
    font-size: 7vw;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    color: #5a5a5a;
}
.aliados .card-body .titulo h3{
  all: unset;
}
/*FIN PARTE SUPERIOR 8*/
/*INICIO PARTE SUPERIOR 9*/
.web-soporte {
    padding-left: 5%;
    padding-right: 5%;
    background: white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
}
.web-soporte .imagen {
    width: 100%;
    align-self: center;
}
.web-soporte .mitad {
    width: 100%;
}
.web-soporte .web-productos {
    margin-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
    background: white;
    width: 100%;
}
.web-soporte .web-productos .titulo {
    color: #004590;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.web-soporte .web-productos .texto {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 200;
}
/*FIN PARTE SUPERIOR 9*/
/*INICIO PARTE SUPERIOR 10*/
.web-noticias .web-productos {
    margin-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
    background: transparent;
    width: 100%;
}
.web-noticias .titulogen {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 15px; */
} 
.web-noticias .noticias {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}  
.web-noticias .card {
    width: 100% !important;
    margin-top: 30px;
    border-radius: 10px;
    border-width: 1px;
    overflow: hidden;
    background: #ffffff;
    height: auto;
}
.web-noticias .fecha {
    text-align: left;
    font-size: 0.9rem;
    color: #000000;
}
.web-noticias .titulo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 1.2rem;
}  
.web-noticias .ver-noticia {
    margin-top: 10px;
    width: 100%;
    text-align: left;
    color: var(--color-celeste);
    font-weight: 700;
    font-size: 0.9rem;
}
.bi{
    margin-bottom: 0px;
    margin-right: 0px;
}
/*FIN PARTE SUPERIOR 10*/
/*INICIO PARTE SUPERIOR 10.1*/
.web-comentario {
    width: 100%;
    height: auto;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
.web-comentario .titulo {
    color: var(--color-azul-obscuro);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.web-comentario .swiper-slide .comilla {
    padding: 25px;
    width: 100px !important;
    height: 100px !important;
}
.web-comentario .swiper-slide .cimagen {
    width: 100%;
    height: auto;
    /* border: solid; */
    border-color: white;
    border-width: 2px;
    border-radius: 15px;
    overflow: hidden;
}
.web-comentario .swiper-slide .ccargo {
    font-size: 0.9rem;
    color: var(--color-celeste);
    margin-top: 5px;
}
.web-comentario .swiper-slide .cnombre {
    font-size: 0.9rem;
    color: rgb(0, 0, 0);
    margin-top: 5px;
    font-weight: 900;
}
.web-comentario .swiper-slide .cdice {
    font-size: 0.7rem;
    color: rgb(0, 0, 0);
    margin-top: 3px;
    /* font-weight: 900; */
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

/*FIN PARTE SUPERIOR 10.1*/


/*INICIO PARTE SUPERIOR 11*/
.web-pie {
    padding-left: 0%;
    padding-right: 0%;
    background: white;
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 8%;
    padding-bottom: 15%;
    flex-wrap: wrap;
}
.web-pie .primer {
        width: 50%;
        padding: 10px;
        border-right: solid;
        border-bottom: solid;
        border-width: 1px;
        border-color: var(--color-celeste);
}
.web-pie .primer .marca {
    font-size: 1em;
    font-weight: 900;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.web-pie .primer .descripcion {
    margin-top: 5px;
    font-size: 1em;
    font-weight: 100;
}
.web-pie .primer .redes {
    width: 100%;
    margin-top: 5px;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.web-pie .primer .redes .face {
    background: red;
    width: 35px;
    height: auto;
    background: white;
}
.web-pie .primer .call {
    margin-top: 5px;
    display: flex;
}
.bi {
    width: 20px !important;
    margin-bottom: 0px;
    margin-right: 0px;
}
.web-pie .primer .call .numero {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: 800;
}
.web-pie .primer .call .numero .tel {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: 800;
}
.web-pie .segundo {
    padding: 10px;
    width: 50%;
    border-right: solid;
    border-width: 1px;
    border-color: var(--color-celeste);
}
.web-pie .segundo .marca {
    font-size: 1em;
    font-weight: 600;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.web-pie .segundo .text {
    margin-top: 5px;
    font-size: 1em;
    font-weight: 100;
}
.web-pie .tercer {
    width: 50%;
    padding: 10px;
}
.web-pie .tercer .marca {
    font-size: 1em;
    font-weight: 900;
    -webkit-text-stroke-width: 0.0px;
    -webkit-text-stroke-color: black;
    margin-bottom: 5px;
}
.web-pie .tercer .text {
    margin-top: 5px;
    font-size: 1em;
    font-weight: 100;
}
.web-pie .cuarto {
    border-bottom: solid;
    border-width: 1px;
    border-color: var(--color-celeste);
    width: 50%;
    padding: 10px;
}
.web-pie .cuarto .marca {
    margin-bottom: 5px;
    font-size: 0.8rem;
    /* font-weight: 900; */
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}
.web-pie .cuarto .cuadrados {
    margin-top: 5px;
    display: flex;
    /* margin-left: 10px; */
    margin-right: 10px;
    justify-content: space-between;
}
.web-pie .cuarto .cuadrados .rectangulo {
    width: 80px;
    height: auto;
    border-radius: 10px;
    background: #01305b21;
}
.web-pie .cuarto .marca {
    font-size: 1em;
    font-weight: 600;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.web-pie .cuarto .buscador .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.web-pie .cuarto .buscador .input-group {
    --bs-btn-padding-x: 0rem;
    --bs-btn-padding-y: 0rem;
    border: none;
    border-radius: 0px;
    background: var(--color-celeste);
    color: white;
}
.web-pie .primer .bi {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 0px;
    margin-right: 0px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
    .input-group{
      flex-wrap: nowrap;
    }
/*FIN PARTE SUPERIOR 11*/
}

@media screen and (min-width: 781px) and (max-width: 1450px){
    .web-contacto {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-busqueda{
        padding-left: 10%;
        padding-right: 10%;
    }
    nav{
        margin-left: 10%;
        margin-right: 10%;
    }
    .carousel-caption{
        right: 10%;
        left: 10%;
    }
    .web-productos {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-banner-img {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-calidad {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-aliados .web-productos {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-soporte {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-noticias .web-productos {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-comentario {
        padding-left: 10%;
        padding-right: 10%;
    }
    .web-pie {
        padding-left: 10%;
        padding-right: 10%;
    }
}













