/* TIPOGRAFIAS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

/* GRAL CSS RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* BODY */

  body {
    font-family: "Roboto";
  
  }

  /* HEADER */
  body header {
    background-color: white;
    /* NAVIGATION */
  }

  body .navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  }

  body header .navbar-light {
    outline: none;
    color: #7DB3AA;
    background-color: #7DB3AA;
    /* Mobile - toggler */
  }
  body header .navbar-light .collapse .navbar-nav .nav-item .active {
    color:#7DB3AA;
    text-shadow: 0 1.5em 50px;
  }
  body header .navbar-light .collapse .navbar-nav .nav-item .active:hover {
    color: #7DB3AA;
    text-shadow: 0 1.5em 50px;
  }
  body header .navbar-light .collapse .navbar-nav .nav-item .nav-link {
    padding: 0 20px;
    transition: 0.3 ease;
  }
  body header .navbar-light .collapse .navbar-nav .nav-item .nav-link:hover {
    color: #7DB3AA;
    text-shadow: 0 1.5em 50px;
  }
  body header .navbar-light .navbar-toggler {
    outline: none;
  }
  body header .navbar-light .navbar-toggler:hover {
    border: none;
    outline: none;
    background-color: #7DB3AA;
  }
  @media only screen and (max-width: 991px) {
    body header .navbar-light #navbarNav {
      margin: 1em;
      justify-content: flex-end;
      align-items: flex-end;
      text-align: right;
      background-color: white;
    }
  }
  body header .navbar {
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 600;
    color: #7DB3AA;
  }
  body header .navbar .container-fluid .navbar-brand {
    
    /* Responsive LOGO */
  }
  
  @media only screen and (max-width: 320px) {
    body header .navbar .container-fluid .navbar-brand {
      font-size: 1rem;
    }
  }
  body header .navbar .container-fluid .navbar-brand #header-logo {
    width: 25%;
  }
  @media only screen and (max-width: 991px) {
    body header .navbar .container-fluid .navbar-brand #header-logo {
      width: 15%;
    }
  }
  @media only screen and (max-width: 578px) {
    body header .navbar .container-fluid .navbar-brand #header-logo {
      display: none;
    }
  }



  #promo-banner {
    color: #ffffff;
    background-color:lightseagreen ;
    font-family: "Roboto";
    font-size: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 4em;
  
  }
  
    #cesta-carrito {
      border-radius: 50%;
      background-color: lightsalmon;
      border: 0;
      text-align: right;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 4em;
      height:4em;
      }

      @media only screen and (max-width: 991px) {
        #cesta-carrito {
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }

      .carousel-item {
        background-position: top 0px center;
      }

      main .h1-title {
        font-family: "Roboto";
        font-size: 3rem;
        font-weight: 600;
        text-align: center;
      }
      @media screen and (max-width: 576px) {
        main .h1-title {
          font-family: "Roboto";
          font-size: 2rem;
          font-weight: bold;
          text-align: center;
        }
      }
      @media screen and (max-width: 320px) {
        main .h1-title {
          font-family: "Roboto";
          font-size: 1.5rem;
        }
      }


  /* NAV SEARCH */      
      .nav {
        background-color: #7DB3AA;
      }
      
      .nav-wrapper {
        margin-top: 150px;
        background-color: #7DB3AA;
        
        }


p {
  margin: 0 !important;
}

.producto {
  display: flex;
  justify-content: space-around;
  flex-direction: row;


}

@media only screen and (max-width: 576px) {
  .producto {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
}
@media only screen and (max-width: 320px) {
  .producto {
    display: flex;
    justify-content: space-around;
    flex-direction: column;

  }
}

.card {
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.card-body .card-title {
font-family: "Roboto";
font-size: 10px;
color: blue;
}

@media only screen and (max-width: 576px) {
  .card-body .card-title {
    font-size: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .card-body .card .card-title {
    font-size: 10px;
  }
}

.card-text {
font-family: "Roboto";
padding-bottom: 1em;
}

.card-img-top {
  max-width: 75%;
}

#precio-total {
padding-bottom: 10px;
font-weight: 200;
font-family: "Roboto";
font-size: 16px;
padding-left: 14px;
text-align: center;
}

#precio-total p {
 padding-top: 5px;
 font-size: 20px;
 font-weight: 400;
} 

.container {
  margin-top: 300px;

  
  }

  #tarjeta {
    margin: 0 auto;
  }


.modal-active {
opacity: 1;
visibility: visible;
z-index: 5;
display: block !important;
}

#ordenar {

margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

.modal {
background-color: rgba(255, 255, 255, 0.5) !important;
max-height: 100% !important;
}


.pagoConfirmado {
margin: auto;
background-color: rgba(255, 255, 255, 0.95);
display: flex;
justify-content: center;
margin-top: 200px !important;
}

.mensajePago {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.mensajePago #text_01 {
font-weight: 200;
font-size: 20px;
}

.mensajePago #text_00 {
font-size: 30px;
color: #F8AC39;
}


.mensajePago #text_02 {
font-weight: 200;
}

.material-icons {
color: white; 

}

.divPago {
width: 45%;
}

.compra {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

@media only screen and (max-width: 576px) {
  .compra {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
}
@media only screen and (max-width: 320px) {
  .compra {
    display: flex;
    justify-content: space-around;
    flex-direction: column;

  }
}



.divProductosCarrito img {
width: 50px;

}

.divBut button {
background-color: #ffffff;
border: 0;


}

.divBut button i {
color: #dc3545;  

}

.contenedorCarrito {
display: flex;
justify-content: space-between;
padding-bottom: 10px;
border-bottom: #aaa6a6 solid 1px;
padding-top: 10px;
align-items: center;
}

.botones-modal {
display: flex;
justify-content: space-between;
}


.btnVolver {
margin-top: 10px;
color: black;
background-color:white;
}

.btnEnviar {
margin-top: 10px;
color: black;
background-color: lightsalmon;
}


.compra {
background-color: rgba(255, 255, 255, 0.95) !important;
padding: 80px !important;
margin-top: 100px !important;
}

#vaciar-carrito {
display: flex;
align-items: center;
}

#comprar-carrito {
display: flex;
align-items: center;
border: #000000;
}

a {
color: #ffffff;
text-decoration: none !important;
}

.divProductosCompra {
width: 50%;
}

.divProductosCompra p {
font-weight: 200;
}

#btnAgregar {
width:fit-content;
}


@media screen and (max-width: 576px) {
.divPago {
  width: 100%;
}

.divProductosCompra {
  width: 100%;
}
}


/* SWEETALERT  */

.swal2-styled.swal2-confirm {
background-color: #F8AC39 !important;
}

/*FOOTER*/
section .footer {
  height: fit-content;
  background-color: #89a095;
  margin: 0px;
  display: flex;
  justify-content: space space-around;
  flex-direction: column;
  align-items: center;
}
section .footer .p-footer {
  margin: 10px;
  padding: 20px;
  color: black;
  font-family: "Roboto";
}
section .footer b {
  font-family: "Roboto";
  border: black;
  margin: 0px;
}
section .footer ul li a .footer-icon {
  max-width: 2rem;
  display: flex;
  justify-content: space-around;
}
section .footer ul li a i {
  font-family: "Roboto";
  font-weight: lighter;
  text-align: left;
  color: #8f8f8f;
  padding: 5px;
}


/*SLIDESHOW*/

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-height: fit-content;
width: fit-content;
margin-top: 9em;  }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: 10.1s ease;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 9.1s;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/*NOSOTROS*/

main .container {
  margin: 0 auto;
}

main .carousel-item, main .vision-valores .vision-valores-img, main .vision-valores img {
  width: 100%;
}

main .vision-valores .vision-valores-box {
  /* heredar la extension */
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5em;
}
@media screen and (max-width: 991px) {
  main .vision-valores .vision-valores-box {
    /* heredar la extension */
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  main .vision-valores .vision-valores-box {
    /* heredar la extension */
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
main .vision-valores .vision-valores-img {
  margin-right: 40px;
  max-width: 500px;
}
main .vision-valores .vision-details {
  width: 50%;
  margin-right: 40px;
  font-family: "Roboto";
}
@media screen and (max-width: 991px) {
  main .vision-valores .vision-details {
    width: 100%;
    margin-right: 40px;
    padding-top: 5em;
  }
}

main .card-title {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: bold;
}

main .card-intro {
  font-family: "Roboto";
  font-size: 1rem;
  text-align: left;
}


/*contacto*/
main .lead {
  font-family: "Roboto";
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .lead {
    font-size: 1rem;
  }
}
main .text-center {
  font-family: "Roboto";
}
@media screen and (max-width: 576px) {
  main .text-center {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  main .text-center {
    font-size: 1.5rem;
  }
}