.paptexttop {
  font-size: 20px;
  font-weight: bold;
letter-spacing: 0.3px;
color: #F99300;
text-transform: uppercase;
}

.paptexttopsub {
  font-size: 14px;

letter-spacing: 0.3px;
color: grey;
text-transform: uppercase;
}

.headertext {
  text-align: left;
font: Regular 13px/27px Montserrat;
letter-spacing: 0.55px;
color: white;
text-transform: uppercase;
opacity: 1; font-size: 13px;

}

#headerroute {
  background: #3572DC;
}

.nombrecat {
text-align: left;
font-weight: regular;
font-size: 12px;
letter-spacing: 0.36px;
color: #3A3B3B;
margin-bottom: 0px;
}

.imgheader {
  height: 200px;

}

.inputfiltrarpormarca {
  font-size: 12px;
  color: #BECAD6;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BECAD6;
  border-radius: 23px;
}

.botonbuscarfiltrar {
background: #F99300 0% 0% no-repeat padding-box;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.42px;
color: #FFFFFF;
border-radius: 23px;
height: 35px;
padding-left: 20px;
padding-right: 20px;
}

.nombresubcat {
font-weight: regular;
font-size: 18px;
letter-spacing: 0px;
color: #F39200;
}

.circulitonaranja{
  border-radius: 50px;
  border: 1px solid #F99300;
  padding: 6px;
  width: 48px;
  height: 48px;
}


.circulitoblanco {
  border-radius: 50px;
  border: 1px solid white;
  padding: 6px;
}

.greenbariconsubtitule{
  font-size: 18px;
  color: white;
}

.settingbarsubtitulo{
  font-size: 18px;
  color: #F39200;
}
.pprecio {
  text-align: left;
font: Bold 17px/42px Montserrat;
letter-spacing: 0px;
color: #F99300;
}
.titlebuscador {
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color:white;
}


.pnombreproducto {
text-align: left;
font: normal normal bold 17px/42px Montserrat;
letter-spacing: 0px;
color: #3572DC;

}

.pmarca {
text-align: center;
font: normal normal bold 18px/40px Raleway;
letter-spacing: 0px;
color: #657275;
    margin-bottom: 0;
}

.compraricon, .compraricon span {
  color:white;
  line-height: 2;
  text-align: center;
  background-color: #0C135F;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.psubtitulo {
  color: #0C135F;
    font-weight: 600;
    font-size: 17px;

}
.box {
  position: relative;
  max-width: 600px;
  width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #b73630;
}

.ribbonborderblue::before,
.ribbonborderblue::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #3572DC;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #B73630;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;

  z-index: 1000;
}

/* top left*/
.ribbon-top-left {
    top: 0px;
    left: 15px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.error-div {
	color: tomato;
    font-weight: 600;
}




::placeholder {
  color: #FFFFFF8F;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFFFFF8F;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFFFFF8F;
}

.socialicon {
	color:#0C135F;
  display: inline-block;
  border-radius: 60px;
  /*box-shadow: 0px 0px 2px #3D3669;*/
  border: 1px solid #0C135F;
  padding: 0.5em 0.6em;


}

.slide:not(.slide-detail):hover .imgoverlaycierre {
  display: block;
}

.imgoverlaycierre { 
  display: none;
position: absolute;
    width: 230px;
    height: 277px;
    top: 50px;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    margin: 0px 0px 0px 10px;
    z-index: 9999;
    cursor: pointer;
}

.imgoverlaycierre:hover {
display: block; 
}


.imgoverlay {	
  position: absolute;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
margin: 0px 25px 10px 25px;
    z-index: 9999;
    cursor: pointer;
        margin-top: 10px;
        max-height: 277px;
}

.imgoverlay:hover {	
  text-align: center;
position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    transition: .5s ease;
background: #3572DC;
padding-top: 30px;
    margin-top: 10px;

}

.imgoverlay> div {
  opacity: 0;
}

.imgoverlay:hover > div {


    opacity: 1;
    /*position: absolute;*/
    left: -20px;
    top: 0;
    /*transform: translate(50%, 50%);*/
}

.espamarillo {
  text-align: left;
font-size: 15px;
font-weight: 560;
letter-spacing: 0px;
color: #F99300;
}
.espgris {
  text-align: left;
font-size: 15px;
font-weight: 560;
letter-spacing: 0px;
color: #676767;
}


.prodwrap {

  
  display: flex;

     background-size: contain;
    background-position: center;
    height: 277px;

    background-repeat: no-repeat;
    border: 3px solid #062d66;
    background-color: white;
    margin: 10px;

}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

 @-webkit-keyframes fadeInRight{
                0%{
                    opacity:0;
                    -webkit-transform:translateX(200px);
                    transform:translateX(200px)
                }
                100%{
                    opacity:1;
                    -webkit-transform:translateX(0);
                    transform:translateX(0)
                }
            }
            @keyframes fadeInRight{
                0%{
                    opacity:0;
                    -webkit-transform:translateX(200px);
                    -ms-transform:translateX(200px);
                    transform:translateX(200px)
                }
                100%{
                    opacity:1;
                    -webkit-transform:translateX(0);
                    -ms-transform:translateX(0);
                    transform:translateX(0)
                }
            }

.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

.tablenoborder table, th, td
{
  border: 0 !important;
}
.tablenoborder table
{
  border-collapse:collapse !important;
}

.micarritotitle {
  text-align: center;
font-size: 30px;
letter-spacing: 0px;
color: #0C135F;
opacity: 1;
}

.micarritocomprarprod {
  text-align: center;
font: Medium 16px/20px Montserrat;
letter-spacing: 0.93px;
color: #7E90A1;
opacity: 1;
}

.contacto iframe {
    width: 100%;
    height: 300px;
    border: 0px;
}

.soliform {
  height: 45px;
  font-size: 11px;
  font-weight: 600;
border-radius: 8px;
}

.solidform:active {
border-color: #3D3669;
}

.redtext {
text-align: center;
font: normal normal 900 16px/22px Montserrat;
letter-spacing: 2.4px;
color: #00AFF5;
text-transform: uppercase;
}

.redinac {
color: #CBD0D3;

}

.error {
  color: tomato;
  font-weight: bold;
  font-size: 11px;
}


#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  text-align: left;
font: Regular 12px/40px Montserrat;
letter-spacing: 0;
color: #505050;
opacity: 1;
text-transform: capitalize;
font-size: 12px;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #C5C5C5;
  text-decoration: none;

  font: normal normal bold 13px/12px Raleway;
    text-transform: uppercase;
}

#accordion a:hover {
  
  color: #0c135f;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  
  color: #F99300;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: #F99300;
}



#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  /*background-color: #b42b2b;*/
  color: #6E6F71;

  transition: all 0.2s ease-in;
font: normal normal bold 13px/12px Raleway;
    text-transform: uppercase;
}







/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  /*font-family: 'FontAwesome';**/
  font-family: "Font Awesome 5 Solid";
  content: "\f106";
  float: right;
  color: #C5C5C5;
  font-weight: normal;
  font-size: 20px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #C5C5C5;
  content: "\f107";
  transition: all 0.2s ease-in;
}

#accordion .panel-body {
  background: #F6F6F6 0% 0% no-repeat padding-box;
    text-transform: capitalize;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    line-height: 1;
    font-weight: 500;
    color:#505050;
}

.prodficha {
  font-weight: 500;
  color: #6E6F71;
text-align: left;
font: Medium 14px/35px Montserrat;
letter-spacing: 0;
color: #6E6F71;
border-bottom: 1px solid #6E6F71;
}

.border_bottom{
  text-align: left;
  font: Regular 13px/19px Montserrat;
  padding: 10px;
   border-bottom: 1px solid #6e6f718c;
}

.tableprod td{
  padding: 7px 0;
  font-weight: 500;
}

#seccionesfooter a {
font: normal normal normal 13px/27px Raleway;
letter-spacing: 0.55px;
color: #FFFFFF;
}

#seccionesfooter a:hover {
  text-decoration: underline;

}

.hoverwhite {
font: normal normal normal 13px/27px Raleway;
text-transform: uppercase;
letter-spacing: 0.55px;
color: #FFFFFF;
}

.hoverwhite:hover {
  text-decoration: none; color: #DFDFDF;
  color: white;
  font-weight: bold;
}

.thumbnail {
      margin-top: 10px;
}

.enctroanosentop {

max-width: 30%;
  
}


.buscador {

  padding-bottom: 45px ;

}

.logotopxd {
  width: 150px;
}

  .imagenseta {
    height: 313px; 
  }
@media only screen and (max-width: 600px) {

  .imagenseta {
    height: 513px; 
  }

  .logotopxd {
    width: 328px;
        display: flow-root;
  }


.carticonphone {
    padding: 10px;
  display: block !important;
    float: right;
        width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    font-size: 16px;
}

.cariconphone a:hover {
  background: transparent;
}

.fixiconfooter {
  padding-left: 15px;
}

#prodmenuwrap {
  display: none !important;
}

#ribbonwelcomeofertacel span{
right: -60px !important;
padding: 2px;

}

#ribbonwelcomeofertacel.ribbon{

  width: 100px;
  height: 100px;


}

#ribbonwelcomeofertacel.ribbon-top-left {
     top: 0px;
     left: 15px;
}



.enctroanosentop {
text-align: center;

max-width: 100%;

}

.prodwrap2 {
  height: 150px !important;
}

#footContact {
  padding-left: 30px !important;
  margin-top: 30px;
}

#searchButton {
  width: 100% !important;  
}

.buscador {

  padding-bottom: 5px !important;

}

.titlebuscador {
      margin-bottom: 0;

}
.buscador .col-md{

  padding-bottom: 10px !important;

}

#purpleheader {
  height: 80px !important;
}

.navbar-light .navbar-nav .active > .nav-link {
  padding-bottom: 5px !important;
}

}

.searchinputwelcome::placeholder {
  color: #a9a6bd;
}

}



.caracprod table tbody tr {

  border-bottom: 1px solid grey !important;

}

#next {
  background-color: #3572DC; padding: 5px 34px; border-radius: 23px;padding-bottom: 10px;
    padding-top: 10px;
    border: #3d3669; font-weight: bold;
    border: 1px solid #3572DC;
    font-size: 14px;
}

#next:hover {
background-color:white;
    color: #3D3669;

    border-radius: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #3D3669;
    font-weight: bold;
    font-size: 14px;

}

#stepback {
    background-color: white;
    color: #3D3669;
    padding: 5px 34px;
    border-radius: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #3d3669; font-weight: bold;
}

#stepback:hover {
    background-color: #3D3669;
    border: 1px solid #3d3669; font-weight: bold;
    color: white;
    padding: 5px 34px;
    border-radius: 23px;
    padding-bottom: 10px;
    padding-top: 10px;

}


#sendform {
  background-color: #0C135F; padding: 5px 34px; border-radius: 23px;padding-bottom: 10px;
    padding-top: 10px;
    border: #3d3669; font-weight: bold;
    border: 1px solid #0C135F;
    font-size: 14px;
}

#sendform:hover {
background-color:white;
    color: #3D3669;

    border-radius: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #3D3669;
    font-weight: bold;
    font-size: 14px;

}

.btn-blanco {

      color:#0c135f;
  background-color:white;
    border: 1px solid #0c135f; font-weight: bold;
   padding: 5px 34px; 
   border-radius: 23px;
   padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
}

.btn-blanco:hover {
  color:white;
  background-color:#0c135f;
     font-weight: bold;
    border: 1px solid #0c135f;
   padding: 5px 34px; 
   border-radius: 23px;
   padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
}

.btn-cenviar {
  color:#3572dc;
  background-color: white;
     font-weight: bold;
    border: 1px solid #3572dc;
   padding: 5px 34px; 
      padding-left: 10px;

    font-size: 12px;
    width: 168px;
    height: 37px;
}

.btn-cenviar:hover {
  color:white;
  background-color: #3572dc;
     font-weight: bold;
    border: 1px solid #3572dc;
   padding: 5px 34px; 
      padding-left: 10px;

    font-size: 12px;
    width: 168px;
    height: 37px;
}



.contacto-title {

text-align: left;
font-family:Raleway;
font-size:  20px;
font-weight: bold; 
letter-spacing: 0.3px;
color: #505050;
text-transform: uppercase;
opacity: 1;

}

.contacto-linea {
  margin-bottom: 1rem;
    border: 0;
    border-top: 7px solid #F99300;
    margin-top: 0;
    max-width: 67px;
        margin-left: 0;
}

.celestito {

color: #3572DC;

}
.amarillito {

  color: #0C135F;

}

.contact-subtitle {

text-align: left;
font: normal normal normal 14px/25px Montserrat;
letter-spacing: 0px;
color: #495057;
margin-left: 15px;

}

.verdewasap {
  color: #0DC143;
}

.linkcontact {
  text-align: left;
font: Regular 14px/23px Montserrat;
letter-spacing: 0;

color: #8F8F8F;
opacity: 1;
}

.footertitle {
font: normal normal medium 13px/25px Montserrat;
letter-spacing: 1.04px;
color: #0C135F;
}

.textfooter{
text-align: left;
font-size: 13px;
line-height: 1;
color: #C8C8C8;
}


.textfooter a{
text-align: left;
font-size: 13px;
line-height: 1;

}

.topiconcol {
  max-width: 10%; 
  /*padding: 0 5px 5px 0;*/
      margin: 4px;
}

.youtubeicon {
      color: #0C135F;
    display: inline-block;
    border-radius: 60px;
    /*box-shadow: 0px 0px 2px #3D3669;*/
    border: 1px solid #0C135F;
    padding: 0 6px;
    width: 32px;
    height: 32px;
}

.topmenubar {

      display: block;
    justify-content: space-between !important;
  text-transform: uppercase;
  color:white;
  min-height: 40px;
  

    font-weight: bold;
}

.topmenubar a{
text-align: center;
font: normal normal 600 12px/30px Montserrat;
letter-spacing: 0.42px;
color: #044484;

word-wrap:  nowrap;
    padding-bottom: 4px;
}

.topmenubar a:hover {
text-align: center;
font: normal normal 600 12px/30px Montserrat;
letter-spacing: 0.42px;
color: #044484;

word-wrap:  nowrap;
    padding-bottom: 4px;
/*border-bottom: 3px solid #F99300;*/
  background: /* gradient can be an image */
    linear-gradient(to right, #fff 23.3%, #3572DC 23.3%, #3572DC 76.6%, #fff 76.6%)
    left 
    bottom
        
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */

}

.topmenubaractive {
  display: block;              
text-align: center;
font: SemiBold 14px/30px Montserrat;
letter-spacing: 1px;
color: #E9E9E9;
word-wrap:  nowrap;
/*border-bottom: 3px solid #F99300;*/
  background: /* gradient can be an image */
    linear-gradient(to right, #fff 23.3%, #3572DC 23.3%, #3572DC 76.6%, #fff 76.6%)
    left 
    bottom
        
    no-repeat; 
  background-size:100% 3px ;/* if linear-gradient, we need to resize it */

}


.vprodmarca {
text-align: left;
font: normal normal bold 13px/16px Montserrat;
letter-spacing: 0px;
color: #8A8C8F;
text-transform: uppercase;

}

.vprodnombre {
text-align: left;
font: normal normal normal 26px/34px Montserrat;
letter-spacing: 0px;
color: #044484;
}

.vprodprecio {
text-align: left;
font-weight: bold;
font-size: 31px;
letter-spacing: 0px;
color: #0c135f;

}

.vprodcomprarboton {
background-color: #0c135f;
    padding: 7px 34px;
    border-radius: 23px;
    padding-left: 23px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: bold; color: white;
}

.vprodesptitle {

text-align: left;
font-weight: 500;
font-size: 18px;
letter-spacing: 0px;
color: #0c135f;

}

.headertoptitle {
  text-align: left;
font: Regular 13px/30px Montserrat;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.84px;
color: #132353;
margin-bottom: 0px;
margin-top: 15px;
}

.toprow a {
/*  padding-left: 18px;*/
  font-size: 13px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: absolute;
    top: 100px;
    right: 0;
  /*border: 3px solid #F99300;*/

  z-index: 12;
}

/* Add styles to the form container */
.form-container {
  max-width: 262px;
  height: 272px;
  padding: 10px;
  background-color: #F99300;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: none;
  background-color: #F99300;
  border: 1px solid #FFFFFF;
border-radius: 4px;
height: 38px;
color: white;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #F99300;
  outline: none;
  border: 1px solid #FFFFFF;
border-radius: 4px;
}

/* Set a style for the submit/login button */
.form-container .btn {
background: #0C135F 0% 0% no-repeat padding-box;
border-radius: 4px;
  color: white;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:15px;
  margin-top: 15px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

.form-container p {
  text-align: center;
font-size: 15px;
letter-spacing: 0px;
color: #FFFFFF;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
background: #fff 0% 0% no-repeat padding-box;
color: black;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-left: 75%;
  border-bottom: 9px solid #F99300;
}

.navbar-brand {
  margin-left: 0px;
}

.nosubrayado a{
  background: none;
}
.nosubrayado a:hover {
  background: none;
}

@media only screen and (min-width: 1600px) {

.arrow-up {
  margin-left: 70%;

}

.navbar-brand {
  margin-left: 93px;
}

}


.prodcoltres {

  display:inline-block; padding:0; min-width:225px; max-width:225px;margin:15px;

}

@media only screen and (max-width: 600px) {

.prodcoltres {
  display:inline-block; padding:0; min-width:380px; max-width:380px;margin:15px;
}


}

    .primerosiconos table {
      margin-bottom: 0px;
    }


.primerosiconos tr {

  border: none;

}

    .ulnav {
      margin-bottom: 3px !important;
    }

 
.tdconicon {
  width: 33%;
}

@media only screen and (max-width: 40em) {

.tdconicon {
  width: 100%;
}

    .primerosiconos td, .primerosiconos th {
        display: block;
    }

    .primerosiconos p {
      margin-bottom: 0px;
    }

    .navbar ul {
      display: block !important;

    }

.form-popup {

    top: 72px !important;

}

    .adc {

      text-align: center;
    }

    .headertoptitle {
    text-align: center;
    }

    .navbar-toggler-icon {
      line-height: 1.5;
    }

    .navbar-toggler {
      margin-top: 1px;
      color:white;
      border:1px solid white;
    }
}



@media only screen and (max-width: 600px) {


}

.btn_ver_detalle {
      font: normal bold 13px/19px Raleway;
    color: #0c135f;
    text-align: center;
    border: 1px solid #0c135f;
    border-radius: 6px;
    padding: 5px 40px 5px 40px;
}

.btn_alcarrito{
      font: normal bold 13px/19px Raleway;
    background: #0c135f;
    color: white;
    text-align: center;
    border: 1px solid #0c135f;
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
}

.title_naranja {
text-align: center;
font: normal normal 600 17px/25px Montserrat;
letter-spacing: 0.31px;
color: #0C135F;

}

.texto_cat {
  text-align: center;
font: normal normal normal 14px/23px Raleway;
letter-spacing: 0px;
color: #6E6F71;
}

.cathome:hover {

  background: #0C135F 0% 0% no-repeat padding-box;
opacity: 0.7;
z-index: 99;

}

.cathome:hover .subrayado {

  margin: auto;width: 30px; border: 3px solid white; opacity: 0.5;

}

.cathome:hover .title_naranja {
  color: white;
}
.cathome:hover .texto_cat {
  color: white;
}

.cathome:hover .block_2 {
  display: block;
  position: absolute;
  top: 0;
}

.block_2 {
  width: 100%;
  height: 100%;
}

.block_2:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.block_2:hover:after {
  display: block;
}

.info__contacto {
  text-align: left;
font: normal normal normal 13px/18px Raleway;
letter-spacing: 0px;
color: #FFFFFF;
padding-top: 0px !important;
}

.sidemenu_title {
  text-align: left;
font: normal normal bold 15px/35px Raleway;
letter-spacing: 0px;
color: #0c135f;
border-bottom: 3px solid #0c135f; margin-bottom: 5px; margin-top: 10px;
text-transform: uppercase;
}




.filtrar_btn {
  background: #0c135f 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 16px/19px Raleway;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 31px 10px 31px;
    margin-top: 20px;
}


/* filtro precio */


.check_filtro label{
  text-align: center;
font: normal normal bold 15px/25px Raleway;
letter-spacing: 0.18px;
color: #657275;
opacity: 0.7;
padding-right: 10px;
padding-left: 10px;
}

.subrayado {
  margin: auto;width: 30px; border: 2px solid #0C135F; opacity: 0.5;
}


    .slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider-handle {
      width: 14px;
    height: 14px;
    background-image: linear-gradient(to bottom, #f8f9fa, #f5f5f5);
    border: 3px solid #0c135f;
  }



.slider-tick {
    display: none;

  }

  .slider-tick-label {
    text-align: center;
font: bold 12px/25px Raleway;
letter-spacing: 0.18px;


}


.label-is-selection {

  color: #0c135f;
}
    .swal-size-sm 
  }
{
  font-size: 13px;
   width: 300px !important;
}

.searchinput {
      background: #edeeef;
    border-radius: 13px;
    padding: 0px 12px 0px 12px;
}

.searchinput form {
    display: flex;
    flex-direction: row;

    padding: 2px;
}

.searchinput  input {
    flex-grow: 2;
    border: none;
}

.sicon {
color: #0c135f;
border: 0;
}


.circulito {
  margin-right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 20px;
box-shadow: 0px 5px 10px #727C8E27;
border: 3px solid #EFEFEF59;
border-radius: 20px;
}




.cierre {
  display: flex;
    background-size: cover;
    background-position: center;
    width: 230px;
    height: 277px;
    background-repeat: no-repeat;
    border: 1px solid #c3bebe;
    background-color: white;
    margin: 10px;

}

.ball {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  position: relative;
  background: radial-gradient(circle at bottom, #81e8f6, #76deef 10%, #055194 80%, #062745 100%); }
  .ball:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: radial-gradient(circle at top, white, rgba(255, 255, 255, 0) 58%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 2; }
  .ball:after {
    content: "";
    position: absolute;
    display: none;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    z-index: 2;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg); }
  .ball .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    -webkit-transform: rotateX(90deg) translateZ(-160px);
    transform: rotateX(90deg) translateZ(-160px);
    z-index: 1; }
  .ball .plain {
    background: black; }
    .ball .plain:before, .ball.plain:after {
      display: none; }
  .ball .bubble {
    background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%, rgba(43, 130, 255, 0.4));
    -webkit-animation: bubble-anim 2s ease-out infinite;
    animation: bubble-anim 2s ease-out infinite; }
    .ball .bubble:before {
      -webkit-filter: blur(0);
      filter: blur(0);
      height: 80%;
      width: 40%;
      background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
      transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg); }
    .ball .bubble:after {
      display: block;
      background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%); }

.stage {

  display: inline-block;
  margin: 4px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.textoprod {
  text-align: left;
font: normal normal normal 14px/23px Raleway;
letter-spacing: 0px;
color: #6E6F71;
}

.textoempresa{

font: normal normal normal 14px/23px Raleway;
letter-spacing: 0px;
color: #6E6F71;

}

.supertitle {
  text-align: center;
    color: #0C135F;
    font-weight: bold;
}

.icotextmat {
  text-align: center;
font: normal normal normal 14px/23px Raleway;
letter-spacing: 0px;
color: #6E6F71;
}

.w-33 {
  width: 33%;
  display: flex;
}

.w-33 i, a {
  text-align: center;
}
.w-33 a {
  display: flex;
  color: #0C135F;
}

.w-33 a:hover {
  display: flex !important;
  color: #0C135F;
    text-align: center;
}

.w-33:hover i{
  display: flex !important;
  color: #0C135F;
    text-align: center;
}


@media only screen and (max-width: 600px) {
.certicons {
        max-width: 50%;
        max-height: 50%;
    }

.certicons img {
    max-width: 80px;
    max-height: 80px;
    padding: 10px;
}
      }  


#btnlogintop {
    font-weight: bold;
    
}

            #cart {
                position: fixed;
                right: 20px;
                bottom: 90px;
                z-index: 2;
            }

            #whatsapp {
                position: fixed;
                right: 20px;
                bottom: 20px;
                z-index: 2;
            }
            .whatsapp__icon {
                --width_height: 50px;
                --diff: 15px;
                width: var(--width_height);
                height: var(--width_height);
                font-size: calc(var(--width_height) - var(--diff));
                line-height: calc(var(--width_height) - var(--diff));
                background-color: #0DC143;
                color: #ffffff;
                display: flex;
                align-items: center !important;
                justify-content: center !important;
                border-radius: 50rem;
            }

             .cart__icon {
                --width_height: 50px;
                --diff: 15px;
                width: 50px;
                height: 50px;
                font-size: calc(var(--width_height) - var(--diff));
                line-height: calc(var(--width_height) - var(--diff));
                background-color: #0DC143;
                color: #ffffff;
                display: flex;
                align-items: center !important;
                justify-content: center !important;
                border-radius: 50rem;
            }

.circlewatsappfooter{

    background-color: #0DC143;
    width: 50px;
    height: 50px;
    border-radius: 30px;

            }

.navbar ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap; /* assumes you only want one row */
}

/*************** MS ENVASES ********************/
.barranaranja {

    color: #ddd;
    font-size: 12px;
}

.barranaranja a {
    color:#ddd;

}

.barranaranja a:hover {
    color:#ddd;
    font-weight: bold;
    text-decoration: underline;

}

.nav-link {
    white-space: nowrap;
}

.menuresponsivo {

  display: none;

}


@media only screen and (max-width: 600px) {


.menuresponsivo {

  padding: 20px;
  display: block;

}


}

.hovertop a {

  color:white;

}

.hovertop a:hover {

  color:#00aff0;

}


@media only screen and (max-width: 600px){

.prodwrap2 {
    height: 250px !important;
    background-position: center;
}


}