.form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius:0; 
  border-color: #000;
}

.form-group .form-control:focus {
	box-shadow: none;
  border-width: 0 0 2px 0;
  border-color: #000;
  
}

.codigo-promo-movil{
position:fixed;
bottom:0;
z-index:1000;
width:60%;
border-radius:3px 3px 3px 3px;
background-color:#ffc107;
text-align:center;
left:27%; 
font-weight:900;
color:#000;
font-size:23px;    
}


.codigo-promo{
position:fixed;
bottom:0;
z-index:1000;
width:50%;
border-radius:3px 3px 3px 3px;
background-color:#ffc107;
text-align:center;
left:40%; 
font-weight:900;
color:#000;
font-size:27px;    
}


[v-cloak] {
  display: none;
}

#carousel3d .carousel-3d-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#carousel3d .carousel-3d-slide.current {
  background-color: #000;
  color: #fff;
}
#carousel3d .carousel-3d-slide.current span {
  font-size: 20px;
  font-weight: 500;
}


.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #000;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 20px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 20px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 20px;
            color: #fff;
            margin:0;
        }
        .yellow{background-color: #817777;}
        .orange{background-color: #817777;}
        .red{background-color: #817777;}
        .grey{background-color: #817777;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }

.clic-aqui-movil2{
position: absolute;
  background: #000;
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  font-weight:bold;
  z-index:3000 !important;
  bottom:-81%;
  left:10%;
  opacity:0.8;
  padding:5px 5px 5px 5px;
}
.clic-aqui-movil{
position: absolute;
  background: #000;
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  font-weight:bold;
  z-index:3000 !important;
  bottom:-11%;
  left:10%;
  opacity:0.8;
  padding:5px 5px 5px 5px;
}
.clic-aqui3{
position: absolute;
  background: #000;
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  font-weight:bold;
  z-index:3000 !important;
  top:50%;
  left:10%;
  opacity:0.8;
  padding:5px 5px 5px 5px;
}
.clic-aqui2{
position: absolute;
  background: #000;
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  font-weight:bold;
  z-index:3000 !important;
  top:30%;
  left:10%;
  opacity:0.8;
  padding:5px 5px 5px 5px;
}
.clic-aqui{
position: absolute;
  background: #000;
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  font-weight:bold;
  z-index:3000 !important;
  top:10%;
  left:10%;
  opacity:0.8;
  padding:5px 5px 5px 5px;
}
.chat-bot-ayuda-movil{
position:fixed;
bottom:0;
z-index:1800;
width:20%;
border-radius:3px 3px 3px 3px;
background-color:#fff;
text-align:center;
left:85%;
}
.Letra144{
font-size: 20px;
font-family: "Poppins", sans-serif;
color:#000;
font-weight:bold;
}
.contenido-preguntas-bot{
height:200px;
overflow:scroll;
overflow-x:hidden;
}
.chat-bot-ayuda{
position:fixed;
bottom:0;
z-index:1000;
width:15%;
border-radius:3px 3px 3px 3px;
background-color:#fff;
text-align:center;
left:85%;
}
.Letra14{
font-size: 20px;
font-family: "Poppins", sans-serif;
color:#000;
}
.telefono_contacto_movil{
width:20%;
position:fixed;
top:40%;
z-index:900;
left:0;
}
.telefono_contacto{
position:fixed;
color:#000;
font-weight:bold;
widht:100%;
font-size: 26px;
top:18%;
z-index:1200;
}
.Letra13{
font-size: 22px;
font-family: "Poppins", sans-serif;
color:#000;
font-weight:bold;
}
.Letra12{
font-size: 22px;
font-family: "Poppins", sans-serif;
color:#000;
}
.fondo-1-movil{
background-color:#892201;
padding:3px 3xp 3xp 3px;
border-radius:5%;
width:40%;
}
.fondo-2{
background-color:#000;
padding:5px 5xp 5xp 5px;
border-radius:5%;
width:50%;
font-size:3em;
}
.fondo-1{
background-color:#000;
padding:5px 5xp 5xp 5px;
border-radius:5%;
width:35%;
font-size:2.5em;
}
.wh-movil{
position:absolute;
top:3%;
right:1%;
z-index:10000 !important;
}
.Letra11{
font-size: 22px;
font-family: "Poppins", sans-serif;
color:#000;
}
.Letra10{
font-size: 20px;
font-family: "Poppins", sans-serif;
color:#e81515;
}
body{
font-family: "Poppins", sans-serif;
font-size: 20px;
}
.Letra8{
font-size: 18px;
font-family: "Poppins", sans-serif;
color:#892201;
}
.Linea-solida{
    border-bottom:1px solid #28a745;
}
.Fondo1{
background-color:#0071bc;
color:#fff;
}
.Fondo2{
background-color:#fff;
color:#000;
}
.selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background:#FFFFFF url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
}
.selectWrapper select {
        padding: 12px 40px 12px 20px;
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ellipsis;
    }

/* estilos radio button*/

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #892201;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #892201;
}
.control input:disabled ~ .control_indicator {
    background: #892201;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}
html{
    background: #fff !important;
}
.Fondo3{
    background-color: #0101DF;
    color:#FFF;
    /*font-family: "Lato", Arial, sans-serif;
font-size: 18px;
font-weight: bold;*/
}
.Letra1{
color:#fff;
font-size: 20px;
}

/*estilos wrap-drop*/
.wrap-drop {
/*background:#e7ded5;*/
background:#007bff;
box-shadow:3px 3px 3px rgba(0,0,0,.2);
cursor:pointer;
margin:0 auto;
max-width:50%;
padding:1rem;
position:relative;
width:75%;
z-index:3;
}

.wrap-drop::after {
border-color:#695d52 transparent;
border-style:solid;
border-width:10px 10px 0;
content:"";
height:0;
margin-top:-4px;
position:absolute;
right:1rem;
top:50%;
width:0;
}

.wrap-drop .drop {
/*background:#e7ded5;*/
background:#fff;
box-shadow:3px 3px 3px rgba(0,0,0,.2);
display:none;
left:0;
list-style:none;
margin-top:0;
opacity:0;
padding-left:0;
pointer-events:none;
position:absolute;
right:0;
top:100%;
z-index:2;
}

.wrap-drop .drop li a {
/*color:#695d52;*/
color:#007bff;
display:block;
padding:1rem;
text-decoration:none;
}

.wrap-drop span {
/*color:#928579;*/
color:#fff;

}

.wrap-drop .drop li:hover a {
background-color:#007bff;
color:#fff;
}

.wrap-drop.active::after {
border-width:0 10px 10px;
}

.wrap-drop.active .drop {
display:block;
opacity:1;
pointer-events:auto;
}
/*estilos paginacion*/
button.page-link {
    display: inline-block;
}
button.page-link {
    font-size: 20px;
    color: #29b3ed;
    font-weight: 500;
}
/* CUSTOMIZE THE CAROUSEL  DE PRODUCTOS
-------------------------------------------------- */
/*indicator arrow background*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100% 50%;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.carousel-control-next-icon {
  background-position-x: 0.2em;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 25rem;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.80rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*carousel movil slider productos*/

/*indicator arrow background*/
.carousel-control-next-icon-movil, .carousel-control-prev-icon-movil {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100% 50%;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.carousel-control-next-icon-movil {
  background-position-x: 0.2em;
}
/* Carousel base class */
.carousel-movil {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption-movil {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item-movil {
  height: 25rem;
  background-color: #777;
}

.carousel-item-movil > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
}

/*panel accordion menu principal*/

#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #fe7725;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a.collapsed{ background: #1c2336;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    /*content: "\f068";*/
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before{
    /*content: "\f067";*/
    background: #ababab;
    border: 4px solid #626262;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background: #ababab;
}
#accordion .panel-body{
    border-left: 3px solid #fe7725;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #fe7725;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 10px;
}



