/**/
:root {
  --pantone: #0F4B7F;
  --pantonehover: #1A6AAD;
  --blanco:#ffffff;
  --negro:#000000;
}

/*Menu*/
.rd-navbar-inner:before{
  background-color: var(--pantone)!important;
}

 .rd-navbar-fullwidth .rd-navbar-nav > li > a{
  color: var(--blanco);
}

/*general*/
p, li {
  color: var(--negro);
}

/*Footer*/
#contacto{
  background-color: var(--pantone);
}

.link.link-gray-darker{
  color: var(--blanco);
}

.page .text-gray-darker{
  color: var(--blanco);
}

.page-footer-minimal-inner h4{
  color: var(--blanco);
}

/**********/

.owl-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .services-box-modern {
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
  }

  .services-box-modern-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .whatsapp-cta {
    display: flex;
    align-items: center;
    margin-top: auto; /* Coloca el botón en la parte inferior del contenedor */
    padding: 10px 20px;
    background-color: var(--pantone);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
  }
  
  .whatsapp-cta i {
    font-size: 1.2em; /* Ajusta el tamaño del icono según sea necesario */
    margin-right: 10px; /* Espacio entre el icono y el texto */
  }



  .whatsapp-cta:hover {
    background-color: var(--pantonehover) ;
  }

  .rights-container {
    display: flex;
    align-items: center;
  }

  .rights img {
    /* Puedes ajustar el tamaño del SVG según sea necesario */
    height: 40px; /* Por ejemplo, establece la altura deseada */
    width: auto;
  }

  .list-home{
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
  }

  .item-footer{
    width: 30.33%;
    margin: 0 1.5%;
  }

  .shell-wide{
    display: flex;
    flex-wrap: wrap;
  }

  .quote-box-header{
    text-align: center !important;
    justify-content: center;
    flex-wrap: wrap;
  }

  .quote-box-title a{
    color: #000;
  }

  .list-desc span{
    color: #ff8820;
  }

  .list-desc a{
    line-height: 1.42857;
  }

  .developed-by{
      margin-top: 30px;
    }


.itemsCards{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.card-product{
width: 32.3%;
margin: 0 .5% 15px;
box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.36);
}

.img-product{
/* background-image: url(../images/loritos-arcoiris.jpg); */
background-position: center center;
background-size: cover;
height: 250px;
position: relative;
display: block;  
/* margin: 0 5px !important; */
}

.img-hover-zoom {
  /* Set it as per your need */
  overflow: hidden; /* Hide the overflowing of child elements */
}

.img-hover-zoom--brightness {
  transition: transform 0.7s;
  /*transition: transform 2s, filter 1.5s ease-in-out;*/
  transform-origin: center center;
  /*filter: brightness(60%);*/
}

.img-hover-zoom--brightness:hover {
  /*filter: brightness(100%);*/
  transform: scale(1.2);
}




.info-product h3{
font-weight: bold;
font-size: 20px;
}

.tag-img{
  position: absolute;
  right: 7px;
  top: 7px;
  text-align: center;
  background-color: red;
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
}

.info-product{
padding: 10px;
background-color: var(--blanco);
}

.div-tags {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 10px;
}

.div-tags-align-left{
  justify-content: left!important;;
}

.btn-producut .btn i{
  font-style: normal;
}

.div-tags span{
color: #000;
    background-color: transparent;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    border: 2px solid #0f4b7f;
}

.div-tags span.txt-short{
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 125px;
}

.txt-product li span{
  /* inline-block; */
  margin-right: 5px;
}

.detail-p h3{
  line-height: auto;
  font-size: 35px;
  letter-spacing: 0;
  /* text-align: center; */
}

.discount-product{
    color: red;
    font-size: 12px;
    text-decoration: line-through;
    display: inline-block;
}

.name-autor{
    /* color: #aba9a9; */ 
    color:var(--negro);
    margin-bottom: 5px;
    display: block;
    margin-top: 0;
    /* text-align: center; */
}

.precio-product{
  margin-right: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.card-product2 .precio-product{
  line-height: 0.5;
    margin: 15px 0 5px 0;
    /* display: block; */ 
}

.owl-carousel.slider-items .owl-nav button span{
  display: none;
}

.owl-carousel.slider-items .owl-nav .owl-next{
  right: -25px;
  color: #000;
}

.owl-carousel.slider-items .owl-nav .owl-prev{
  left: -25px;
  color: #000;
}

.owl-carousel.slider-items{
  padding: 0 15px;
  overflow: visible;
}

.btn-fin .btn{
  color: #fff;
  width: 250px;
  height: 45px;
  font-weight: 600;
  margin-right: 25px;
}

.btn-fin{
      display: flex;
    justify-content: flex-end;
    margin: 20px 0 !important;
}

.btn-producut{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 10px;
width: 100%;
}

.slider-products{
  position: relative;
}

.btn-pa{
    width: 150px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 15px;
    height: 45px;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-producut .btn{
width: 48%;
color: #fff;
border-radius: 5px;
font-size: 15px;
height: 45px;
font-weight: 600;

}

.btn-producut .btn:hover{
color: #fff;
}

.bg-orange{
background-color: #ff8820 !important;
}

.bg-blue{
background-color: #0f4b7f !important;
}

/**/
.detail-product{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}

.info-detail-product,
.content-slider-product{
  width: 48%;
}

.bg-gal-thumbs{
  /* background-image: url(../images/loritos-arcoiris.jpg); */
  background-position: center center;
  background-size: cover;
  height: 150px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.bg-gal-thumbs2{
  /* background-image: url(../images/loritos02.jpg); */
  background-position: center center;
  background-size: cover;
  height: 150px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.bg-gal-thumbs3{
  /* background-image: url(../images/loritos03.jpg); */
  background-position: center center;
  background-size: cover;
  height: 150px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.bg-gal-thumbs4{
  /* background-image: url(../images/loritos04.jpg); */
  background-position: center center;
  background-size: cover;
  height: 150px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}


.bg-gal-center{
  /* background-image: url(../images/loritos-arcoiris.jpg); */
  background-position: center center;
  background-size: cover;
  height: 450px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.bg-gal-center2{
  /* background-image: url(../images/loritos02.jpg); */
  background-position: center center;
  background-size: cover;
  height: 450px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.bg-gal-center3{
  /* background-image: url(../images/loritos03.jpg); */
  background-position: center center;
  background-size: cover;
  height: 450px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.bg-gal-center4{
  /* background-image: url(../images/loritos04.jpg); */
  background-position: center center;
  background-size: cover;
  height: 450px;
  position: relative;
  display: block;
  margin: 0 5px !important;
}

.modal-content.img-modal{
  background-color: transparent !important;
}

.modal-content.img-modal .btn-close{
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: -25px;
}

.item.isotope-item{
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}

.img-fancy{
  display: none !important;
}

@media (max-width: 1200px) {

.card-product{
width: 32.33%;
margin: 0 .5% 15px;
}

}


  @media (max-width: 991px) {

    .rd-navbar-fixed .rd-navbar-panel{
      justify-content: space-between;
      padding: 10px;
    }

    .brand-name{
      text-align: right;
    }

    

    .item-footer{
      width: 48%;
      margin: 0 0 30px;
    }

    .rd-navbar-fixed .rd-navbar-brand img{
      max-width: 100%;
    }

    .rd-navbar-brand.mobile-brand{
      position: absolute;
      left: 50%;
      margin: 0;
      transform: translate(-50%, 0%);
      width: 106px;
    }

    .info-detail-product, .content-slider-product {
      width: 100%;
  }

  .info-detail-product{
    margin-top: 25px;
  }


  .card-product{
    width: 48%;
    margin: 0 1% 15px;
  }

  }

  @media (max-width: 768px) {

    .list-home {
      text-align: left;
    }

    .page-footer-minimal-inner h4 {
      text-align: center;
    }

    .list-desc{
      display: flex;
      justify-content: center;
      text-align: center;
    }

    .item-footer{
      width: 100%;
      margin: 0 0 50px;
    }

    .bg-gal-thumbs2,
    .bg-gal-thumbs3,
    .bg-gal-thumbs {
      height: 100px;
  }

  .bg-gal-center2,
  .bg-gal-center3,
  .bg-gal-center {
    height: 350px;
}

.card-product{
    width: 100%;
    margin: 0 0 15px;
  }

  }

@media (max-width: 576px) {

    .btn-producut .btn {
      width: 100%;
      margin-bottom: 15px;
  }


  .owl-carousel.slider-items {
      padding: 0 40px;
      overflow: visible;
  }

  .owl-carousel.slider-items .owl-nav .owl-prev {
      left: 0px;
      color: #000;
  }

  .owl-carousel.slider-items .owl-nav .owl-next {
      right: 0px;
      color: #000;
  }

  .btn-fin{
    padding: 0 50px;
    margin: 0 0 15px 0!important;
  }

  .btn-fin .btn {
    width: 100%;
    margin-right: 0;
}



}



/*header*/
.headerSite{
  /*display: flex;
  flex-wrap: wrap;*/
  position: fixed; /*edw descomentar*/
  width: 100%;
  z-index: 99;
  background-color: var(--pantone);
  /*justify-content: center;*/
  height: 80px;
  /*align-items: center;*/
  top: 0;
  left: 0;
}

.divMovil{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 25px;
  padding-right: 10px;
  display: none;
  z-index: 99;
}

#navbar-example2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
}

#navbar-example2 a{
  /*padding: 0 20px;*/
  color: var(--blanco);
  /* font-size: 1rem; */
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  transition: .25s!important;
}

#navbar-example2 a.active,
#navbar-example2 a:hover{
  color: #E94E1B;
  font-weight: normal;
}

/*.menu-button svg{
    width: 60px;
    height: 60px;
    display: none;
}    */

.menu-button{
    display: none;
}  

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.menu-button:hover .line {
    stroke: #E94E1B;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}



.headerSite .shell{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    max-width: 1200px;
}

.list-menu a{
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
}

.list-menu a.active,
.list-menu a:hover{
  color: #d36200;
}

.list-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.list-menu .dropdown{
  margin-left: 15px;
}

.idioma-select{
  margin-left: 15px;
}

.idioma-select span{
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    transition: .25s !important;
}

.idioma-select span.active{
    color: #E94E1B;
}

.idioma-select span:hover{
    color: #E94E1B;
}

.menu-content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-sitio{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.menu-rigth{
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu-button{
   margin-left: 20px;
}

.menu-button .close{
  display: none;
}

.menu-button span{
    font-size: 28px;
    color: #fff;
    opacity: 1;
}

.menu-button span.close{
    font-size: 30px;
}

@media (max-width:1400px) {
 /***SECTION HOME***/
 .home-logo > img{
  width: 55%;
}

}

@media (max-width:1200px) {
  .home-logo > img{
    width: 60%;
  }
}

@media (max-width:992px) {
  .home-logo > img{
    width: 80%;
  }

  .list-menu a {
      margin-left: 10px;
      font-size: 15px !important;
  }
}

/**/
@media (max-width:768px) {

.idioma-select {
    margin-left: 40%;
}

.navbar{
  height: unset;
}

.menu-button{
    display: block;
}  

.menu-button .open.show{
    display: block !important;
}  

.menu-button .close.show{
    display: block !important;
}

.menu-button .open{
    display: none;
}  

.menu-button .close{
    display: none;
}

.navbar-collapse{
  text-align: center;
  background-color: var(--black);
}

/***SECTION HOME***/
.menu-button svg{
  display: block;
}

.home-logo > img{
  width: 80%;
}

.home-text{
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.3rem;
}

.menuDist,
.menu-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 3;
  width: 100%;
  height: 250px;
  transform: translate3d(0,0,0);
  transition: top .4s ease-in-out .1s;
  background-color: var(--pantone);
  transform: translate3d(0px, 0px, 0px);
}

.list-menu a {
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.list-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
}

.menuDist.open,
.menu-content.open{
  top: 80px;
}

.divMovil{
  display: flex;
}

.imgMovil{
  display: none;
}

#navbar-example2 {
  justify-content: center;
  align-items: center;
  height: 360px;
  text-align: center;
  z-index: 50;
}

#navbar-example2 a {
  width: 90%;
  padding: 15px;
  border-top: 1px solid rgba(144, 144, 144, 0.5);
}

#navbar-example2 a.firstLink {
  width: 100% !important;
}

.idioma-select{
  margin-left: 0;
}

.imgMovil2 img{
  width: 120px;
}

}






@media (max-width:575px) {
  /***MENU***/
  /*.headerSite{
    height: 60px;
  }*/

  .navbar{
    height: unset;
  }
  .navbar-collapse{
    text-align: center;
    background-color: var(--black);
  }

  .nav-link{
    /* font-size: 1.2rem!important; */
    font-size: 1.9rem!important;
  }
}

/* edw */
.hr-product-detail{
  margin-bottom: 10px;
  border-top: 1px solid #000000!important;
}

/* copiar al clipboard */
#toast {
  visibility: hidden;
  min-width: 250px;
  max-width: 90%; /* Ajuste para móviles */
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999; /* Valor alto para asegurar que esté encima de todo */
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  transform: translateX(-50%); /* Centrar horizontalmente */
  box-sizing: border-box;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/* clientes felices */
.quote-box-body{
  color:var(--negro)!important;
}