/*FONTS*/

@font-face {
  font-family: 'titles';
  src: url('../fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf');
  font-style: 25px;
}

@font-face {
  font-family: 'subtitles';
  src: url('../fonts/OpenSans-Regular.ttf');
  font-style: 25px;
}

@font-face {
  font-family: 'buttons';
  src: url('../fonts/avenirltstd-light.otf');
  font-style: normal;
}


@font-face {
  font-family: 'banners';
  src: url('../fonts/BebasNeue-Regular.ttf');
  font-style: 25px;
}

@font-face {
  font-family: 'title1';
  src: url('../fonts/JuliusSansOne-Regular.ttf');
  font-style: 25px;
}

@font-face {
  font-family: 'normalText';
  src: url('../fonts/lucida-sans-unicode_[allfont.es].ttf');
  font-style: 25px;
}

@font-face {
  font-family: 'title3';
  src: url('../fonts/GeosansLight.ttf');
  font-style: 25px;
}

@font-face {
  font-family: 'cintas';
  src: url('../fonts/Montserrat-BlackItalic.otf');
  font-style: 25px;
}

@font-face {
  font-family: 'products';
  src: url('../fonts/Poppins-Regular.otf');
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');


:root{
    --yellow-color: #FEC601;
    --black-color: #710000;
/*    --orange-color: #eb8715;*/
/*    --orange-color: #D7622F;*/
    --orange-color: #F1843B;
    --lightorange-color: #f1843b;
    --white-color: #fff;
    --gray-color: #5a5a5a;
    --dimgray-color: #4F5155;
/*    --blue-color: #3DA5D9;*/
    --blue-color: #2364aa;
    --darkblue-color: #033671;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
/*  border: 1px solid green;*/
  -webkit-text-fill-color: var(--darkblue-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--white-color) inset;
  transition: background-color 5000s ease-in-out 0s;
}


input:-webkit-autofill{
    background-color: transparent !important;
}

 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* .tooltip-inner {
    background-color: #ffffff;
    color: #007bff;
    border: solid 1px #6c757d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
} */
/* .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #6c757d !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #6c757d !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ffffff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #6c757d !important;
} */

.tooltip-main {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 700;
  background: #f3f3f3;
  border: 1px solid #737373;
  color: #737373;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}

.tooltip-inner {
  /* max-width: 236px !important;
  height: 76px;
  font-size: 12px; */
  padding: 10px 15px 10px 20px;
  background: #FFFFFF;
  color: #007bff;
  border: 1px solid #6c757d;
  text-align: left;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-bottom-color: #6c757d !important;
}

.tooltip.bs-tooltip-bottom .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-width: 0 .42rem .42rem;
    -webkit-transform:translateY(2.5px);
    -moz-transform:translateY(2.5px);
    -ms-transform:translateY(2.5px);
    -o-transform:translateY(2.5px);
    transform: translateY(2.5px);
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ffffff;
}

.tooltip.bs-tooltip-top .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-width: 0 .42rem .42rem;
    -webkit-transform:translateY(-2.5px);
    -moz-transform:translateY(-2.5px);
    -ms-transform:translateY(-2.5px);
    -o-transform:translateY(-2.5px);
    transform: translateY(-2.5px);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform: rotate(180deg);
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ffffff;
}


/* Firefox */
 input[type=number] {
    -moz-appearance: textfield;
}

/*
.disabled {
    pointer-events: all !important;
}
*/

/*GENERAL STYLES*/

::selection { background-color: #E13300; color: var(--white-color); }
::-moz-selection { background-color: #E13300; color: var(--white-color); }
a{
  border: none;
  background-color: transparent;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p{
    font-size: 13px;
    font-family: products;
}

.blueBackground{
  background-image: url('../img/fondo-mimaps.png');
  margin-top: 0px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.blueBackgroundBottom{
  background-image: url('../img/fondo-mimaps-back1.png');
  /* bottom: 0;
  margin-bottom: 0px; */
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.mobileHoverFix:hover,
.mobileHoverFix.hover{
    background-position: 0 0px;
}

.hrefColor{
    color: var(--orange-color) !important;
}

.hrefColor:hover{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.hrefColor2{
    color: var(--gray-color) !important;
    font-size: 15px;
}

.capaLoading{
    background-color: RGBA(0 0 0 / 0.4);
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.capaLoading img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#shoppingCounter{
    position: absolute;
    font-size: 13px;
    top: 15px;
    left: 0;
    color: var(--orange-color);
}
#shoppingCartList{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 1.0%;
  top: 99px;
  /* width: 100px; */
  right: -25%;
  position: fixed;
  z-index: 100;
  background-color: white;
  height: calc(100% - 100px);
  overflow-y: auto;
  /* transition-duration: 700ms; */
  /* direction: rtl; */
}

#shoppingCartList .text-content{
    font-family: products;
    font-size: 13px;
    overflow-wrap: normal;
    letter-spacing: 1px;
    line-height: 1;
}
#shoppingCartList .border-bottom{
    border-bottom: 1.5px solid #787878 !important;
}

#shoppingCartList .bi-x, .cart .bi-cart, #shoppingCounter{
    cursor: pointer;
}

#shoppingCartList::-webkit-scrollbar {
  width: 5px;

}

/* Track */
#shoppingCartList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#shoppingCartList::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

/* Handle on hover */
#shoppingCartList::-webkit-scrollbar-thumb:hover {
  background: #033671;
}

/* .cart:hover > #shoppingCartList{
  right: 0;
  transition-duration: 500ms;
} */

.shoppingCartListOpen{
  /* transform: translateX(-100%); */
  right: 0;
  transition-duration: 500ms;
}

/* #shoppingCartList:hover{
  transform: translateX(100%);
  transition-duration: 500ms;
} */

#tipoCambio{
    position: relative;
    color:white;
    font-size: 12px;
    width: 100px;
    top: 10px;
    font-weight: bolder;
/*    right: 20px;*/
}

#navbarMAPSHead #navbarNavDropdown .dropdown-item, #navbarMAPSHead #navbarNavDropdown .second-level , #navbarMAPSHead #navbarNavDropdown .submenu-level {
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0;
  white-space: pre-line;
}
#navbarMAPSHead #navbarNavDropdown .dropdown-item:hover {
  font-weight: bolder;
  font-size: 12px;
}

#navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(4) .dropdown-menu {
    /* direction: rtl;
    max-height: 350px;
    overflow-x: hidden; */

}


#navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(3) .dropdown-menu::-webkit-scrollbar, #navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(4) .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

#navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(3) .dropdown-menu::-webkit-scrollbar-thumb, #navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(4) .dropdown-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(3) .dropdown-menu::-webkit-scrollbar-thumb:hover, #navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(4) .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
#navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(3) .dropdown-item::-webkit-scrollbar-thumb:active, #navbarMAPSHead #navbarNavDropdown .nav-item.dropdown:nth-child(4) .dropdown-item::-webkit-scrollbar-thumb:active {
    background-color: RGBA(0,0,0,0.2);
    color: var(--darkblue-color);
}

#navbarMAPSHead #navbarNavDropdown .dropdown-item.active, .dropdown-item:active {
    background-color: RGBA(0,0,0,0.1);
}

.text-muted{
    font-size: 11px !important;
    font-family: products
}

#navbarMAPSHead #navbarNavDropdown .dropdown-divider {
    border-top: 1px solid RGBA(0, 0, 0, 0.2) !important;
}
.newsletter input:focus, #search-footer:focus, .navbar-toggler:focus, #orderPromoItems:focus, .form-control:focus{
    box-shadow: none !important;
}

.h-33{
    height: 33.3% !important;
}

.tooltipCustomize{
    color: var(--orange-color);
    font-family: products;
/*    background-color: blue;*/
}

/*
.tooltip-arrow, .tooltipCustomize + .tooltip > .tooltip-inner {
    color: var(--orange-color) !important;
    font-family: banners !important;
    background-color: blue !important;
}
*/

/*
.tooltipCustomize{
    color: darkorange;
    background-color: blue;
}
*/

#TermsAndCond .modal-body{
  height: 200px;
  width: 100%;
  overflow-y: auto;
}


#modalAddressCreate .modal-body, [id^=modalAddressEdit] .modal-body{
  max-height: 400px;
  width: 100%;
  overflow-y: auto;
}

.CPImageURL{
  margin: 0 !important;
  padding: 0 !important;
}

.CPImageURL2{
  padding: 0 !important;
  margin: 0 !important;
}

.btn-shoppingPurple{
  background-color: #5e1688 !important;
  color: #ffffff !important;
  border-radius: 0px !important;

}



.swal-content__input:focus, .swal-content__textarea:focus {
    outline: none;
    border-color: lightgray !important;
    box-shadow: none !important;
}
.swal-content__input, .swal-content__textarea {
    width: 50% !important;
    margin-left: 25% !important;
}
.swal-button {
    vertical-align: middle !important;
}

.swal2-content input:focus, .swal-content2 textarea:focus {
    outline: none !important;
    border-color: lightgray !important;
    box-shadow: none !important;
}
.swal2-content input, .swal-content2 textarea{
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 50%;
    margin-left: 25% !important;
    border: 1px solid rgba(0,0,0,.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s;
}
.swal2-styled:focus{
    box-shadow: none !important;
}

#ScrollToTop {
  padding: 15px;
  display: inline-block;
  background-color: var(--gray-color);
  color: var(--white-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#ScrollToTop::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: var(--white-color);
}
#ScrollToTop:hover {
  cursor: pointer;
  background-color: #333;
  color: var(--white-color);
}
#ScrollToTop:active {
  background-color: #555;
}
#ScrollToTop.show {
  opacity: 1;
  visibility: visible;
}

/*Campos de texto*/

.blueOptionLabels{
    border-radius: 11px;
    border: solid 1px #033671;
    color: #033671;
}

input:focus, textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: transparent;
    }
    .form-row{
        margin-top: 1%;
    }
    .form-row .col-md-12{
        margin-top: 3%;
    }

.effect-16{
    font-family: 'normalText';
    font-size: 13px;
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ACABAB;
    background-color: transparent;
    font-family: 'products';
    }

.effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--orange-color);
    transition: 0.4s;
    }

.effect-16:focus ~ .focus-border, .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
    }

.effect-16 ~ label{
    position: absolute;
    left: 0;
/*    width: 100%; */
    top: 9px;
    color: #ACABAB;
    transition: 0.3s;
/*    z-index: -1; */
    letter-spacing: 0.5px;
    /* z-index: 99999; */
    font-size: 14px;
}

.effect-16:focus ~ label, .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: var(--orange-color);
    transition: 0.3s;
}

 .effect-16, .effect-16:focus{
        color: #ACABAB;
        background-color: white;
        margin-left: 0% !important;
    }

.input-effect{
    padding: 0;
}


#ModalCotizar input:focus, textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: transparent;
    }
    .form-row{
        margin-top: 1%;
    }
    .form-row .col-md-12{
        margin-top: 3%;
    }

#ModalCotizar .effect-16{
    font-family: 'normalText';
    font-size: 13px;
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ACABAB;
    background-color: transparent;
    }

#ModalCotizar .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--orange-color);
    transition: 0.4s;
    }

#ModalCotizar .effect-16:focus ~ .focus-border,#ModalCotizar .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
    }

#ModalCotizar .effect-16 ~ label{
    position: absolute;
    left: 0;
/*    width: 100%; */
    top: 9px;
    color: #ACABAB;
    transition: 0.3s;
/*    z-index: -1; */
    letter-spacing: 0.5px;
    z-index: 99999;
    font-size: 14px;
}

#ModalCotizar .effect-16:focus ~ label, #ModalCotizar .has-content.effect-16 ~ label{
    top: -7px;
    font-size: 12px;
    color: var(--orange-color);
    transition: 0.3s;
}

#ModalCotizar .effect-16, #swal2-content .effect-16:focus{
        color: #ACABAB;
        background-color: white;
        margin-left: 0% !important;
    }

#ModalCotizar .input-effect{
    padding: 0;
}

#cot_descrip{
    border: none !important;
}


/*
#swal2-content input:focus, textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: transparent;
    }
    .form-row{
        margin-top: 1%;
    }
    .form-row .col-md-12{
        margin-top: 3%;
    }


#swal2-content .effect-16{
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
    margin:  10px 0 10px 0;
    border-bottom: 1px solid var(--white-color);
    background-color: transparent;
    }

#swal2-content .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--orange-color);
    transition: 0.4s;
    }

#swal2-content .effect-16:focus ~ .focus-border, #swal2-content .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
    }
#swal2-content .effect-16 ~ label{
    position: absolute;
    left: 0; width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    }
#swal2-content .effect-16:focus ~ label, #swal2-content .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: dimgray;
    transition: 0.3s;
    }
#swal2-content .effect-16, #swal2-content  .effect-16:focus{
        color: dimgray;
        height: 100%;
        font-size: 18px;
    }
#swal2-content .input-effect{
    padding: 0;
    height: 100%;
}
*/


/*HEADER*/

/* #line {
    border: 1px solid var(--orange-color);
    height: 1px;
    background-color: var(--orange-color);
   position: absolute;
} */

header{
    top:0;
    width: 100%;
    /* height: 70px; */
    position: fixed;
/*    background-color: RGBA(0,0,0,0.98) !important;*/
    background-color: var(--white-color) !important;
    z-index: 1000;
}

.vodiapicker{
  display: none;
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 30px;

}

#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin-left: 10px;
}

#a li span, .btn-select li span{
  margin-left: 15px;
}

/* item list */

.b{
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  /* border-radius: 5px; */
  background-color: white;
  margin-top: 175px;
}

.open{
  display: show !important;
}

.btn-select{
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #545454;
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
  border: solid 1px var(--orange-color) !important;
  width: 100%;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 50px;
}

/*NAVBAR*/
/* #navbarText .navbar-dark .navbar-text a, .navbar-text .list-group-horizontal-sm .list-group-item i, .navbar-dark .navbar-nav .nav-link  {
    color: var(--white-color) !important;
}

#navbarText > ul li.active > a{
    color: var(--black-color) !important;
    font-weight: bolder;
}

#navbarText > ul{
    width: 100%;
    height: 100%;
}

#navbarText > ul li{
    border-right: solid 1px var(--white-color);
    width: 20%;
    align-content: center;
    text-align: center;
    font-size: 11px;
}

#navbarText > ul li:last-child{
    border-right: none;
}

#navbarText ul:last-child i{
    font-size: 20px;
}

#navbarText ul:last-child i:hover{
    color: rgba(255,255,255,.75)  !important;
}

#userOptionSubmenu{
    font-size: 1rem;
    color: var(--gray-color);
}

#userOptionSubmenu a i{
    font-size: 13px !important;
    color: var(--gray-color);
    padding-right: 10px;
}

#navbarMAPS{
    top:0px;
    background-color: var(--orange-color) !important;
    max-width: 85%;
    left: 7.5%;
    height: calc(100% - 4px);
}
#navbarText .nav-item.dropdown .dropdown-menu, .navbar-text .list-group-item.dropdown .dropdown-menu{
    font-size: 13px !important;
    background-color: var(--orange-color) !important;
    color: var(--white-color);
}
#navbarText .nav-item.dropdown .dropdown-item, .navbar-text .list-group-item.dropdown .dropdown-menu, .second-level, .submenu-level a,.second-level2, .submenu-level a, .nav-item.dropdown a{
    background-color: var(--orange-color) !important;
    color: var(--white-color);
    top: 105% !important;
}
#navbarText .nav-item.dropdown .dropdown-item:hover, .navbar-text .list-group-item .dropdown-menu .dropdown-item:hover,.second-level:hover,.second-level2:hover, .submenu-level a:hover, .nav-item.dropdown a:hover{
    background-color: var(--orange-color) !important;
    color: var(--black-color);
}

#navbarText .wrapper {
position: relative;
} */

/* .second-level2 {
width: 200px;
max-height: 350px;
overflow-x: hidden;
overflow-y: auto;
} */

/* #navbarMAPS #navbarText .nav-item.dropdown:nth-child(4) .dropdown-menu .submenu-level .dropdown-item {
position: static;
}

#navbarMAPS #navbarText .nav-item.dropdown:nth-child(4) .dropdown-menu .submenu-level.wrapper {
position: absolute !important;
z-index: 100;
display: none;
}
#navbarMAPS #navbarText .nav-item.dropdown:nth-child(4) .dropdown-menu .second-level2:hover > .wrapper {
display: block;
}

#navbarText .dropdown-menu{
    margin: 0 !important;
    border: none;
} */


/*
.second-level:hover, .submenu-level a:hover, .nav-item.dropdown a:hover{
    color: orangered;
}
*/

/* .submenu-level:active {
    left:100%; top:-7px;
}

.list-group-item{
    background-color: transparent !important;
    border: none;
}

#hidden-search{
    position: fixed;
    width: 100%;
    top: 60px;
    display: none;
    background-color: var(--orange-color);
    padding: 0;
    padding-right: 10px;
    margin: 0;
    left: 0;
}

#hidden-search .input-group{
    float: right;
    right: 0;
    width: 30%;
    background-color: var(--orange-color);
}

#hidden-search i{
    font-size: 13px !important;
}

#Searching-input::placeholder{
    color: var(--black-color);
    font-family: subtitles;
    font-size: 13px !important;
}

#Searching-input, #hidden-search .input-group-text{
    background-color: transparent;
    border: none;
    border-bottom: solid 2px var(--black-color);
    border-radius: 0;
    color: var(--black-color);
}

#hidden-search .input-group-text:hover, #Searching-input:focus{
    color: var(--white-color) !important;
    font-family: subtitles;
    font-size: 13px !important;
    height: 3em;
} */

/* .username-nav{
    position: absolute;
    left: 0;
    top: 35px;
    width: 90px;
    color: var(--black-color);
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.username-nav p{
    width: 100%;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-user-circle{
    color: var(--black-color);
} */

/* NUEVO NAVBAR INICIO*/

#navbarMAPSHead, #navbarMAPSHead header, .navbar-light{
  background-color: white !important;
      padding: 2px 15px 3px 15px;
}


#navbarMAPSHead .list-group-item.text-center i{
  font-size: 30px;
}

#navbarMAPSHead .navbar {
    margin-bottom: 0px !important;
    font-family: products;
}

#navbarMAPSHead .navbar-logo img{
  position: absolute;
  top: 10px;
  width: 250px;
}

#navbarMAPSHead .nav>li>a{
  float: left;
}

#navbarMAPSHead .nav-item.active{
  border-bottom: 1px solid #545454;
  font-weight: bold;
}

/* #navbarMAPSHead .nav-item.active .nav-link{
  border-bottom: 1px solid #545454;
  font-weight: bold;
} */

#navbarMAPSHead .navbar-light>li, #navbarMAPSHead .navbar-expand-lg .nav-item > li{
  letter-spacing: 2px;
}

.dropdown-menu-large{
    position: fixed !important;
    width: 80%;
    left: 10%;
    top: 95px;

}
.dropdown-menu-large2{
    position: fixed !important;
    width: 90%;
    left: 5%;
    top: 83px;

}
.dropdown-menu-large2 a{
padding: 0 0 0 0;
}




/* #navbarMAPSHead .navbar.nav-upper .navbar-upper > li:nth-child(1){
  width: 40%;
}

#navbarMAPSHead .navbar.nav-upper .navbar-upper > li:nth-child(3){
  width: 14%;
} */

#navbarMAPSHead .navbar-light > .list-group-item:nth-child(2){
  padding-top: 19px;
}

#navbarMAPSHead .navbar-light > .list-group-item:nth-child(3) {
  width: 220px;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  letter-spacing: 1.2px;
}

/* #navbarMAPSHead .navbar.nav-upper .navbar-upper > li:nth-child(4){
  width: 80%;
  float: right;
} */

#navbarMAPSHead .navbar-light li a, .navbar-light li a{
  color: #545454;
}

#navbarMAPSHead .navbar.nav-upper ul {
  float: right;
  width: 100%;
}
#navbarMAPSHead .navbar.nav-upper .navbar-upper > li {
  display: table-cell;
  font-size: 14px;
}

#navbarMAPSHead .search-field{
    /* float: left; */
    width: 100% !important;
}

#navbarMAPSHead .search-field .input-group{
    width: 100%;
}

#navbarMAPSHead .search-field .bi-search{
    /* position: absolute !important; */
    /* top: 4px; */
    /* z-index: 3; */
    /* right: 12px; */
    font-size: 18px !important;
}

#navbarMAPSHead .navbar .navbar-upper .bi-person{
    font-size: 22px;
}

#Searching-input{
  border-radius: 25px;
  width: 100%;
  border: solid 1px #545454;
  height: 30px;
  background-color: transparent;
  z-index: 1;
}

#termsSearchDict input{
  border-radius: 25px 0px 0px 25px;
  /* width: 100%; */
  border: solid 1px #545454;
  /* height: 30px; */
  background-color: transparent;
  border-right: transparent;
}
#termsSearchDict button{
  border-radius: 0 25px 25px 0px;
  /* width: 100%; */
  border: solid 1px #545454;
  /* height: 30px; */
  background-color: transparent;
  border-left: transparent;
}

#navbarMAPS1 > .navbar-form.navbar-right > .form-control {
    border-radius: 0px !important;
    border: solid 1px orange !important;
}

#navbarMAPSHead .list-group-item.text-center{
  border: none;
}
#navbarMAPSHead .list-group-item:nth-child(1){
  width: 27%;
  margin-top: -10px;
}

.nav>li>a {
  padding: 1px;
}

#navbarMAPSHead .nav>li>a:focus, #navbarMAPSHead .nav>li>a:hover {
  font-weight: bold;
  background-color: white !important;
}

#navbarMAPSHead .navbar-light  {
  margin-top: -17px;
}
#navbarMAPSHead .navbar-expand-lg {
  margin-top: -30px;
  letter-spacing: 3px;
}

#navbarMAPSHead .navbar-expand-lg .navbar-form {
  position: absolute;
  right: 10px;
}

#navbarMAPSHead .navbar-expand-lg .navbar-form select {
  border: solid 1px orange;
  border-radius: 0px;
}
#navbarMAPSHead .navbar-logo img{
  top: 0px;
  width: 260px;
}
#navbarMAPSHead .navbar-logo {
  width: 250px;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1051;
}

/* NUEVO NAVBAR FIN */

/*BODY*/

body {
    background-color: var(--white-color);
/*    font: 13px/20px normal Helvetica, Arial, sans-serif;*/
font-family: products;
font-size: 14px;
    /* font: 13px/20px normal normalText, normalText, sans-serif; */
    color: var(--dimgray-color);
}

.container{
    /* margin-top:86px; */
    /* padding-top: 98px !important; */
    max-width: 100% !important;
}
.container1{
    /* margin-top:86px; */
    padding-top: 98px !important;
}

/*Carrusel*/

#carouselSlider{
    width: 100%;
    margin-top: 0px;

}
.SquareColor{
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    height: 20%;
    text-align: center;
    color:var(--white-color);
    font-family: banners;
}

.Square2{
    position: absolute;
    top: 35%;
    right: 10%;
    width: 80%;
    height: 50%;
    text-align: center;
    color:var(--white-color);
    font-size: 2vw;
    text-shadow: 2px 2px #424242;
    font-weight: bolder;
    line-height: normal;
    font-family: subtitles;
/*    background-color: hotpink;*/
}

.Square2 a{
    text-shadow: 0px 0px ;
}

.SquareColor div{
    font-size: 4vw;
    font-weight: bolder;
    position: absolute;
    top: 20%;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 50%;
    line-height: normal;
    color:var(--white-color);
    font-family: banners;
}
.SquareColor div button{
    margin-top: 10%;
}

/*
.carousel-item:nth-child(1) .SquareColor{
    background-color: #1d2cf3;
}

.carousel-item:nth-child(2) .SquareColor{
    background-color: #ffde5f;
    color: RGBA(0,0,0,0.98);
}

.carousel-item:nth-child(3) .SquareColor{
    background-color: #e84a43;
}
*/


/* .YellowTitles{
    font-family: banners;
    font-size: 45px;
    color:var(--orange-color);
    letter-spacing: 3px;
    text-transform: uppercase;
} */

.WhiteTitles{
  color: #ffffff;
  text-shadow: 1.7px -1.7px 2px RGBA(0,0,0,0.5);
  /* font-weight: bold; */
  font-family: 'products';
}
.YellowTitles{
  color: #033671;
  text-shadow: 1px -1.5px 2px RGBA(0,0,0,0.5);
  /* font-weight: bold; */
  font-family: 'products';
}

.YellowSubtitles{
    font-family: products;
/*    font-weight: bold;*/
    color:var(--orange-color);
/*    text-transform: capitalize;*/

}

.BlueSubtitles{
    font-family: products;
   font-weight: bold;
    color: #007bff;
}
.BlueParagraph{
    font-family: products;
   /* font-weight: bold; */
    color: #033671 !important;
}

.shareWith{
    font-family: products;
    color: #007bff !important;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

/*SLIDER*/

#carouselSlider2 .carousel-control-prev {
    width: 3%;
    left: -50px;
    color: #033671;
    opacity: 0.9;
    font-size: 35px;
}

#carouselSlider2 .carousel-control-next {
    width: 3%;
    right: -50px;
    color: #033671;
    opacity: 0.9;
    font-size: 35px;
}
#PromoCarousel{
    margin-top: -200px !important;
}

#multi-item .carousel-item .card {
width: calc(100% - 6px);
/* box-shadow: 6px 6px 5px RGBA(0,0,0,0.2) !important; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border: solid 1px #6c757d;
}

#multi-item .carousel-item .col-sm-4.clearfix.d-none.d-md-block {
padding-left: 0px !important;

}
#multi-item .card-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-controls{
    display: none;
}

.controls-promo{
    padding-top: 17% !important;
}

.controls-promo i, .responsive-controls i{
    font-size: 25px;
    color: #033671;
}
.controls-promo i:hover, .responsive-controls i:hover{
    font-size: 23px;
    color: #545454;
    opacity: 0.8;
}

.cut-description{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descripLong{
  word-break: break-word;
}

.rankingImg{
  position: absolute;
  top: -10px;
  left: -2px;
}
.imgListonPromo2{
  position: absolute;
  right: -34px;
  margin-top: -13px;
}
.ListonPrice2{
  position: absolute;
  right: -4px;
  margin-top: 10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  color: white;
  font-weight: bolder;
  font-family: cintas;
}

.imgListonPromo3{
  position: absolute;
  right: -14px;
  margin-top: -6px;
}

.ListonPrice3{
  position: absolute;
  right: 1px;
  margin-top: 10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  color: white;
  font-weight: bolder;
  font-family: cintas;
  font-size: 11px;
}

/*FAVS Arts*/
#favArts .text-desc{
  margin-left: 20%;
  width: 60%;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  letter-spacing: 1px;
  word-break: break-all;
  line-height: 1;
  height: 40px;
  font-size: 15px;
}

/*COLLAGE*/
#sectionCollage{
/*    height: 400px;*/
}

#CollageDepto .col-sm-4{
    height: 275px !important;
    padding: 15px !important;
}

#sectionCollage > .col-3{
    padding: 0px 2.5px 5px 2.5px;
}

.image-box{
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.image-box2 {
    position: relative;
    margin: auto;
    overflow: hidden;
    padding: 0 0 0 0;

}
.image-box img{
/*    max-width: calc(100% - 3px);*/
    transition: all 1.0s;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    object-fit:cover !important;
}

.image-box2 img {
    width:100%;
    transition: all 1.0s;
    display: block;
    height: 100%;
    transform: scale(1);
    object-fit:cover !important;
}

.image-box:hover img,.image-box2:hover img {
    transform: scale(1.2);
}

.image-box .text1, .image-box .text2{
    width: calc(100% - 0px);
    height: 100%;
    background-color: RGBA(0,0,0,0.6);
    color: var(--white-color);
    font-family: normalText;
    position: absolute;
    top: 0;
    vertical-align: middle !important;
    display: none;
}

.image-box2 .text1 {
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.7);
    color: var(--white-color);
    font-family: normalText;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    vertical-align: middle !important;
    padding: 0;
}

.image-box .text2, .image-box2 .text1 {
    background-color: RGBA(0,0,0,0.3);
}
.image-box .text1 div{
    font-size: 1.5vw;
    font-weight: bolder;
/*    background-color: hotpink;*/
    /* margin-top: 50%; */
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc((100% - 50px) / 2);
    padding: 4%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.image-box2 .text1 div{
    font-size: 1.5vw;
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc((100% - 50px) / 2);
    padding: 4%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#CollageDepto .col-sm-4:nth-child(odd) .image-box2 .text1:hover{
    background-color: RGBA(225,0,0,0.5);
}
#CollageDepto .col-sm-4:nth-child(even) .image-box2 .text1:hover{
    background-color: RGBA(0,0,225,0.5);
}

.image-box .text2 div{
    font-size: 1vw;
/*    background-color: hotpink;*/
    /* margin-top: 50%; */
    position: absolute;
    width: 100%;
    height: 40px;
    Bottom: 0;
    padding: 4%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
.image-box .text1:hover,
.image-box .text1:focus {
  display: block;
}
*/

/*FOOTER*/
.page-footer{
    background-color: #021054 !important;
}

.page-footer .list-group-item{
    background-color: transparent !important;
}
.page-footer .container{
    margin-top: 0px;
    padding: 10px 13% 10px 13%;
}

.page-footer .btn-floating,.page-footer .fa-search{
    color: var(--white-color);
}
.page-footer .footer-copyright{
    font-size: 14px;
    color: white;
}

.page-footer .list-group  {
    float: right;
}
.page-footer .list-group-horizontal>.list-group-item+.list-group-item, .page-footer .list-group-horizontal>.list-group-item:first-child {
    border-top-width: 0px;
    border-left-width: 0;
    border-bottom: none;
}
.page-footer .list-group-item {
    color: var(--white-color);
    width: auto;
    border-right: solid 1px var(--white-color);
    align-content: center;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    border-top-width: none !important;
}
.page-footer .list-group-item .nav-link{
        color: var(--white-color) !important;
}

/*
.page-footer .list-group-item:nth-child(1) {
    width: 50%;
}
*/
.page-footer .list-group-item:last-child{
    border-right: none;
}
.page-footer .list-group-item{
    padding: 0 !important;
}

#search-footer{
    color: var(--white-color);
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: solid 3px var(--white-color);
}
.btn-warning{
    color: var(--white-color) !important;
    font-family: buttons;
}


.page-footer .form-inline{
    height: 100%;
}
.page-footer .list-group-item .nav-link:hover{
    color: var(--dimgray-color);
}

/*PROMOCIONES*/
#orderPromoItems{
    border-radius: 25px;
    width: 100%;
    border: solid 1px #545454;
    height: 37px;
    /* background-color: transparent; */
}

#orderItems2{
    border-radius: 25px;
    width: 100%;
    border: solid 1px #545454;
    height: 37px;
    /* background-color: transparent; */
}
/* .iconSort{
  width: 20%;
} */

#Promo-items .card {
width: calc(100% - 6px);
/* box-shadow: 6px 6px 5px RGBA(0,0,0,0.2) !important; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border: solid 1px #6c757d;
}

#Promo-items .text-desc, #Promo-items span{
  font-size: 15px;
  font-family: products;
}
#Promo-items .text-muted{
  font-size: 14px !important;
  font-family: products;
}

#Promo-items .col-sm-4.clearfix.d-none.d-md-block {
padding-left: 0px !important;

}
#Promo-items .card-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-wrap{
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #577083;
    text-transform: uppercase;
    font-weight: bold;
}




.btn-shopping, .btn-shopping-round, .btn-shopping-round2{
    background-color: var(--orange-color) !important;
    color: var(--white-color) !important;
    /* font-family: buttons !important; */
    border-radius: 0px !important;
}

.btn-shopping-round{
    border-radius: 5px !important;
}
.btn-shopping:hover, .btn-shopping-round:hover, .btn-shopping-round2:hover{
    background-color: var(--white-color) !important;
    color: var(--orange-color) !important;
}

.btn-shopping2{
    background-color: var(--white-color) !important;
    border: 1px solid var(--orange-color) !important;
    color: var(--orange-color) !important;
    font-family: buttons !important;
    border-radius: 6px !important;
    padding-bottom: 2px;
    padding-top: 2px;
}


.btn-shopping2:hover{
    background-color: var(--orange-color) !important;
    color: var(--white-color) !important;
}

#usuarios .btn-opposite-shopping:focus{
    text-decoration: underline;
    cursor: pointer;
}

.btn-opposite-shopping{
    color: var(--white-color) !important;
    background-color: var(--orange-color) !important;
    font-family: buttons !important;
/*    border: 1px solid var(--orange-color);*/
    border-radius: 6px !important;
}
.btn-opposite-shopping:hover{
    color: var(--orange-color) !important;
    background-color: var(--white-color) !important;
}


.btn-blue-shopping, .btn-blue-shopping-round, .btn-blue-shopping-round2{
    background-color: var(--blue-color) !important;
    color: var(--white-color) !important;
    font-family: buttons !important;
    border-radius: 0px !important;
}


.btn-blue-shopping-round2{
    background-color: #0889F2 !important;
}

.btn-blue-shopping:hover, .btn-blue-shopping-round:hover, .btn-blue-shopping-round2:hover{
    background-color: var(--white-color) !important;
    color: var(--blue-color) !important;
}

.btn-blue-shopping2{
    background-color: var(--white-color) !important;
    border: 1px solid var(--blue-color) !important;
    color: var(--blue-color) !important;
    font-family: buttons !important;
    border-radius: 6px !important;
    padding-bottom: 2px;
    padding-top: 2px;
}

.btn-blue-shopping2:hover{
    background-color: var(--blue-color) !important;
    color: var(--white-color) !important;
}

.btn-link-shopping2{
    font-size: 13px;
    background-color: var(--white-color) !important;
    border: none;
    color: #000000 !important;
    font-family: buttons !important;
    border-radius: 6px !important;
    padding-bottom: 2px;
    padding-top: 5px;
    font-style: italic;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-color: #000000 !important;
    text-decoration-thickness: 1px !important;
}

.btn-link-shopping2:hover{
    color: var(--blue-color) !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-color: var(--blue-color) !important;
    text-decoration-thickness: 1px !important;
}

.svg-hover{
  display: none;
  position: absolute;
  top: 10px;
  left: 18px;
  z-index: 99;
}

.svg-space{
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
}

.svg-hover2{
  display: none;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 99;
}
.svg-space-mini{
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.svg-hover-mini2{
  display: none;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 99;
}

.btn-shopping2:hover .svg-hover, .btn-shopping2:hover .svg-hover2{
  display: inline;
}

.btn-shopping-round2,.btn-blue-shopping-round2{
    border-radius: 0px 0px 5px 5px !important;
    padding: 4px !important;
    font-size: 12px;
}

.btn-shopping-round, .btn-blue-shopping-round{
    border-radius: 25px !important;
    padding: 12px !important;
}

.btn-varCenter{
  border-radius: 10px !important;
  color: #033671;
  border: 1px solid #033671;
  font-family: 'products';
  font-size: 16px;
  height: 80px;
  line-height: 1;
}

.btn-varCenter2{
  border-radius: 5px !important;
  color: #033671;
  border: 1px solid #033671;
  font-family: 'products';
  font-size: 16px;
  line-height: 1;
  background-color: var(--white-color);
}

.btn-varCenter2 i{
  color: var(--orange-color);
  font-size: 18px;
}

.btn-varCenter i{
  color: var(--orange-color);
  font-size: 27px;
}
.btn-varCenter:hover i, .btn-varCenter.nav-link.active i, .btn-varCenter2:hover i{
  color: white;
}

.btn-varCenter:hover, .btn-varCenter.nav-link.active, .btn-varCenter2:hover{
  color: white !important;
  border: 1px solid var(--orange-color);
  background-color: var(--orange-color);
}

.btn-varCenter3{
  border-radius: 5px !important;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: 'products';
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
}

.btn-varCenter3 i{
  color: var(--orange-color);
  font-size: 18px;
}

#usuarios .arrow-toggle i{
  font-size: 45px;
  font-weight: bolder;
  color: var(--orange-color);
}

#usuarios .arrow-toggle:hover i{
  color: #033671;
}

#licenses table{
  display:block;
  max-height:700px;
  overflow-y:auto;
}
 #bankoptionResults table{
   width: 100%;
  display:block;
  max-height:700px;
  overflow-y:auto;
}
.btn-secondary{
    background-color: dimgray !important;
    color: white !important;
    border-radius: 0px !important;
    font-family: buttons !important;
}

.btn-secondary:hover{
    background-color: white !important;
    color: dimgray !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
}

.product-desc{
    color: #577083;
}
.price-desc{
    color: #577083;
    font-weight: bold;
}

.imgListonPromo{
  position: absolute;
  right: -34px;
  margin-top: -17px;
  z-index: 2;
}
.ListonPrice{
  z-index: 2;
  position: absolute;
  right: -5px;
  margin-top: 7px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  color: white;
  font-weight: bolder;
  font-family: cintas;
}

.carousel-indicators-numbers li{
    /* li { */
      text-indent: 0 !important;
      margin: 0 2px !important;
      width: 30px !important;
      height: 30px !important;
      border: none !important;
      border-radius: 100% !important;
      line-height: 30px !important;
      color: var(--orange-color) !important;
      font-weight: bolder;
      background-color: white !important;
      transition: all 0.25s ease !important;
      /* &.active, &:hover {
        margin: 0 2px !important;
        width: 30px !important;
        height: 30px !important;
        background-color: #337ab7 !important;
      } */
    /* } */
}
#carouselArtFamilias .carousel-control-next, #carouselArtFamilias .carousel-control-prev{
  color: var(--orange-color) !important;
}

#carouselFade{
    width: 100%;
    height: 250px;
}

#carouselFade .carousel-inner{
    width: 100%;
    height: 100%;
}
#carouselFade .carousel-item{
    width: 100%;
/*    object-fit: cover;*/
    background-color: RGBA(0,0,0,0.3);
}
#carouselFade .carousel-caption{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
/*    object-fit: cover;*/
/*    background-color: hotpink;*/
}
#carouselFade .carousel-item:nth-child(odd) .carousel-caption{
    background-color: RGBA(0,0,0,0.7);
}
#carouselFade .carousel-item:nth-child(even) .carousel-caption{
    background-color:RGBA(0,0,0,0.4);
}

/* SOLUCIONES */

.sol-carousel .bi-chevron-compact-left, .sol-carousel .bi-chevron-compact-right{
  color: lightgray;
  font-size: 30px;
}


/*CONTACTO*/


#contact-form input:focus, textarea:focus, #quoter_form input:focus, #quoter_form textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: transparent;
    }
    .form-row{
        margin-top: 1%;
    }
    .form-row .col-md-12{
        margin-top: 3%;
    }


#contact-form .effect-16, #quoter_form .effect-16{
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
/*    margin:  10px 0 10px 0; */
    border-bottom: 1px solid White;
    background-color: #b4d2fc;
    }

#contact-form .effect-16 ~ .focus-border, #quoter_form .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: dimgray;
    transition: 0.4s;
    }

#contact-form .effect-16:focus ~ .focus-border, #contact-form .has-content.effect-16 ~ .focus-border, #quoter_form .effect-16:focus ~ .focus-border, #quoter_form .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
    }

#contact-form .effect-16 ~ label, #quoter_form .effect-16 ~ label{
    position: absolute;
    left: 0; width: 100%;
    top: 9px;
    color: #033671;
    transition: 0.3s;
    z-index: 0;
    letter-spacing: 0.5px;
    }
#contact-form .effect-16:focus ~ label, #contact-form .has-content.effect-16 ~ label, #quoter_form .effect-16:focus ~ label, #quoter_form .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: dimgray;
    transition: 0.3s;
    }
#contact-form .effect-16, #contact-form  .effect-16:focus, #quoter_form .effect-16, #quoter_form .effect-16:focus{
        color: dimgray;
        height: 100%;
        font-size: 18px;
}
#contact-form .input-effect, #quoter_form .input-effect{
    padding: 0;
    height: 100%;
}
#LEON p, #GDL p, #MTY p, #CUL p, #MER p{
    font-size: 18px;
    line-height: 33px;
    width: 100%;
}

#LEON a:hover, #GDL a:hover, #MTY a:hover, #CUL a:hover, #MER a:hover{
   text-decoration: none !important;
}
#LEON > div, #GDL > div, #MTY > div, #CUL > div, #MER > div, #LEON center, #GDL center, #MTY center, #CUL center, #MER center{
    width: 100%;
}

/*DESCRIPCIÓN DE PRODUCTOS*/


#desc-carousel{
/*
    height: 110px !important;
    width: 100%;
*/
}
#desc-carousel .carousel-inner{
/*
    height: 100% !important;
    width: 100% !important;
*/
}
#desc-carousel .carousel-inner img{
/*
    height: 110px;
    object-fit: cover;
*/
}

/*
#desc-carousel .text-center{
    position: absolute;
    color: var(--white-color);
    font-size: 50px;
    font-family: banners;
    top: 24%;
    width: 100%;
}
*/

/*
#desc-img-title .text-center{
    font-size: 40px;
    position: absolute;
    color: var(--white-color);
    width: 100%;
    font-family: title3;
    padding-top: 2%;
}
*/

.hideDesc{
  display: none;
}

.showMoreInfo{
  cursor: pointer;
}
.breadcrumb{
    background-color: transparent !important;
    font-size: 14px;
    padding: .2rem 1rem !important;
}
.breadcrumb-item a{
    color: var(--black-color);
}
.breadcrumb-item.active a{
    color: var(--orange-color) !important;
}
.desc-items{
    background-color: rgba(242, 242, 242, 1);
    padding: 1.5%;
}

.fav-brand-items{
/*    background-color: rgba(242, 242, 242, 1);*/
    height: 100px;
    padding: 4px;
}
.ranking-icon{
    position: absolute;
    z-index: 1;
    font-size: 30px;
    top: -15px;
    left: 1px;
    color: #fec601;

}

.fav-brand-items div{
/*    background-color: rgba(242, 242, 242, 1);*/
    height: 100%;
    width: 100%;
}
.fav-brand-items .ranking{
    position: absolute;
/*    background-color: yellow;*/
    height: 10%;
    width: 10%;
}

.swal2-popup .text-desc{
    font-family: subtitles;
/*    text-transform: uppercase;*/
    font-weight: bolder;
    font-size: 15px;
    color: #acabab;
/*    padding-bottom: 0 !important;*/
}

.desc-items .text-desc{
    font-family: subtitles;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 15px;
    color: #acabab;
/*    padding-bottom: 0 !important;*/
}

.desc-items .text-desc2{
    font-family: subtitles;
/*    text-transform: lowercase;*/
/*    font-weight: bolder;*/
    font-size: 14px;
    color: #acabab;
/*    padding-bottom: 0 !important;*/
}

.desc-items .text-desc2::first-letter{
    text-transform: capitalize;
/*    padding-bottom: 0 !important;*/
}

.desc-items .text-desc3{
    font-family: subtitles;
    text-transform: uppercase;
/*    font-weight: bolder;*/
    font-size: 16px;
    color: #acabab;
/*    padding-bottom: 0 !important;*/
}
.desc-items p{
    margin-bottom: 0 !important;
}
.desc-items img{
    position: relative;
    height: 100%;
    object-fit: cover;
}

.nav-button{
    height: 50px;
}
.nav-button:hover, .nav-button:focus{
    background-color: rgba(172, 171, 171, 1);
    color: var(--white-color);
}

button:focus {
    outline: none !important;
}
/*
.carousel-Brand{
    background-color: RGBA(0,0,0,0.2);
}
*/

#carouselBrand  .row{

    margin-right: 0px !important;
    margin-left: 0px !important;
}

#carouselBrand .carousel-item{
    padding: 3px;
}
.carousel-control-next, .carousel-control-prev1 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}


#banner2 .col-1 .carousel-control-next, .carousel-Brand .col-1 .carousel-control-next{
    color: #033671;
    font-size: 30px;
    left: 0 !important;
}
#banner2 .col-1 .carousel-control-prev1, .carousel-Brand .col-1 .carousel-control-prev1{
    right: 0 !important;
    color: #033671;
    font-size: 30px;
}

#videoBrand{
    height: 415px;
    width: 100%;
    position: relative;
    opacity: 0.7;
    overflow: hidden;
}
#videoBrand img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

/*PAGINA DEL ID DE PRODUCTO*/

#easy_zoom{
	width:600px;
	height:400px;
	border:5px solid #eee;
	background:#fff;
	color:#333;
	position:absolute;
	top:60px;
	left:400px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
	}


  .carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right:0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right:0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}

.desc-items2{
    background-color: rgba(242, 242, 242, 1);
    padding: 3%;
/*    line-height: 35px;*/
}
.desc-items2 button{
    width: 100%;
}

.desc-items3 {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 1.0%;
}

#multi-item .text-desc{
    font-family: products;
    color: #007bff;
}

.desc-items3 .text-desc{
    font-family: products;
    text-transform: uppercase;
    font-size: 18px;
    color: #007bff;
}

.desc-items3 .text-desc-bold{
    font-family: products;
    font-size: 18px;
    color: #007bff;
    font-weight: bolder;
}
.desc-items3 .text-content{
    font-family: products;
    /* text-transform: capitalize; */
    font-size: 13px;
    /* word-break: break-all; */
    overflow-wrap: normal;
}
.desc-items3 .text-content-orange{
    font-family: products;
    text-transform: capitalize;
    font-size: 13px;
    color: var(--orange-color) !important;
}

.desc-items3-big {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 1.0%;
}

.desc-items3-big .text-desc{
    font-family: products;
    text-transform: uppercase;
    font-size: 22px;
    color: #007bff;
}
.desc-items3-big .text-content{
    font-family: products;
    /* text-transform: capitalize; */
    font-size: 17px;
    /* word-break: break-all; */
    overflow-wrap: normal;
}
.desc-items3-big .text-content-orange{
    font-family: products;
    text-transform: capitalize;
    font-size: 17px;
    color: var(--orange-color) !important;
}
.desc-items3-big .text-danger{
    font-family: products;
    font-size: 17px;
}

.text-danger{
    color: #d00000 !important;
    font-family: products;
}

.BlueTitleTemplate{
    color: #033671;
    text-shadow: 1.7px -1.7px 2px RGBA(0,0,0,0.5);
    /* font-weight: bold; */
    font-family: 'products';
    font-size: 30px;
}

.BlueSubtitleTemplate{
    color: #033671;
    text-shadow: 1.7px -1.7px 2px RGBA(0,0,0,0.5);
    /* font-weight: bold; */
    font-family: 'products';
}

/* Template Landing */

 #accordionLanding{
  color: #fff;
  background: url('../img/fondo-landing.jpg');
}

#accordionLanding p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

#multiCollapseExample2 p{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

#multiCollapseExample2 .font-italic, #multiCollapseExample2 .font-weight-bold, #multiCollapseExample2 .descripText2-1,#multiCollapseExample2 .descripText{
  color: #4C4C4C;
  font-size: 16px;
}
#multiCollapseExample2 h2{
  color: #4C4C4C;
  font-size: 18pt;
  font-weight: bold;
}




.multiCollapseExample2 p{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.multiCollapseExample2 .font-italic, .multiCollapseExample2 .font-weight-bold, .multiCollapseExample2 .descripText2-1,.multiCollapseExample2 .descripText{
  color: #4C4C4C;
  font-size: 16px;
}
.multiCollapseExample2 h2{
  color: #4C4C4C;
  font-size: 18pt;
  font-weight: bold;
}

#accordionLanding .btn-link{
  color: #E0752D;
  line-height: 20px;
}

#accordionLanding .bi-x-square{
  color: #E0752D;
  font-size: 25px;
}

.descripText{
      color: #4C4C4C;
      font-size: 16px;
      line-height: 24px;
}

.descripText2{
      color: #4C4C4C;
      font-size: 17px;
      line-height: 30px;
}

.descriptTextBG{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.descriptTitleBG{
  color: #fff;
}

/*
.titleLanding{
  font-weight: bolder;
}



.elementor-heading-title{
  color: #033671;
  text-shadow: 1.7px -1.7px 2px RGBA(0,0,0,0.5);
  font-family: 'products';
  font-size: 30px;
}

#pruebaWP h1{
  font-family: products;
  font-weight: bold;
  color: #033671 !important;
  font-size: 25px;
}

#pruebaWP p{
  font-family: products !important;
  color: #033671 !important;
}

#pruebaWP .elementor-wrapper{
  width: 50% !important;
}

.elementor-col-50{
  width: 50% !important
} */

#pruebaWP{
  color: black !important;
}


/*CART*/


#CartLong .form-control{
  color: #033675 !important;
  border: 1px solid #033675;
}


#CartLong .form-control.is-valid, .was-validated .form-control:valid {

background-position: right calc(1.375em + 0.1875rem) center !important;
border: 1px solid #033675 !important;
}

#CartLong .form-control.is-invalid, .was-validated .form-control:invalid {
background-position: right calc(1.375em + 0.1875rem) center !important;
border: 1px solid #f1843b !important;
}

#CartLong .valid-feedback{
/* font-size: 80%; */
color: #033671 !important;
/* border: solid 1px #033671 !important; */
}

#CartLong .invalid-feedback{
font-size: 80%;
color: #f1843b !important;
border: solid 1px #f1843b !important;
background-color: #dee2e6 !important;
}

#search_items_result input::-webkit-outer-spin-button,
#search_items_result input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#search_items_result input[type=number] {
    -moz-appearance: textfield;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    border-radius: -1px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f1843b;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.main {
  margin-left: 5px;
}
.counter {
  width: 45px;
    height: 36px;
/*  border-radius: 0px !important;*/
  text-align: center;
}
.up_count {
    border: none;
  margin-bottom: 10px;
  margin-left: -4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.down_count {
    border: none;
  margin-bottom: 10px;
  margin-right: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* TRACKING */

#trackingAccordion input:focus, textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: transparent;
    }
    .form-row{
        margin-top: 1%;
    }
    .form-row .col-md-12{
        margin-top: 3%;
    }

#trackingAccordion .effect-16{
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
/*    margin:  10px 0 10px 0; */
    border-bottom: 1px solid #ACABAB;
    background-color: transparent;
    }

#trackingAccordion .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--orange-color);
    transition: 0.4s;
    }

#trackingAccordion .effect-16:focus ~ .focus-border,#trackingAccordion .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
    }

#trackingAccordion .effect-16 ~ label{
    position: absolute;
    left: 0;
/*    width: 100%; */
/*    top: 9px; */
    color: #ACABAB;
    transition: 0.3s;
/*    z-index: -1; */
    letter-spacing: 0.5px;
    z-index: 99999;
    font-size: 14px;
}

#trackingAccordion .effect-16:focus ~ label, #trackingAccordion .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: var(--orange-color);
    transition: 0.3s;
}

#trackingAccordion .effect-16, #tracking .effect-16:focus{
        color: #ACABAB;
        background-color: white;
    }

#trackingAccordion .input-effect{
    padding: 0;
}

#trackingAccordion a{
    color: var(--orange-color) !important;
    cursor: pointer;
}


/* DELIVERY */

#paymentMethod input:focus, #paymentMethod textarea:focus{
    outline: none;
    box-shadow: none !important;
    border-color: transparent;
    }
/*
    .form-row{
        margin-top: 1%;
    }
    .form-row .col-md-12{
        margin-top: 3%;
    }
*/

#paymentMethod .effect-16{
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
/*    margin:  10px 0 10px 0; */
    /* border-bottom: 1px solid #ACABAB; */
    background-color: transparent;
    }

#paymentMethod .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #033671;
    transition: 0.4s;
    }

#paymentMethod .effect-16:focus ~ .focus-border,#paymentMethod .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
    }

#paymentMethod .effect-16 ~ label{
    position: absolute;
    left: 0;
/*    width: 100%; */
/*    top: 9px; */
    color: #ACABAB;
    transition: 0.3s;
/*    z-index: -1; */
    letter-spacing: 0.5px;
/*    z-index: 99999;*/
    font-size: 14px;
}

#paymentMethod .effect-16:focus ~ label, #paymentMethod .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: var(--orange-color);
    transition: 0.3s;
}

#paymentMethod .effect-16, #paymentMethod .effect-16:focus, #paymentMethod .effect-16{
        color: #545454;
        background-color: #e9ecef;
    }

#paymentMethod .input-effect{
    padding: 0;
}

#paymentMethod a{
    color: var(--orange-color) !important;
    cursor: pointer;
}


/*
#paymentMethod .pymnt-cntnt div.sctn-row {
    margin: 20px 30px 0;
}
*/

#paymentMethod .pymnt-cntnt div.sctn-row div.sctn-col.cvv {
    background-image: url("../img/cvv.png");
    background-position: 190px center;
    background-repeat: no-repeat;
/*    padding-bottom: 30px;*/
}
/*
#paymentMethod .pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
    width: 110px;
}
*/
#paymentMethod .openpay {
  position: relative;
    /* float: right;
    height: 60px;
    margin: 20px 0px 0 0;
    width: 435px; */
}
#paymentMethod .openpay div.logo {
    background-image: url("../img/openpay.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    border-right: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    height: 60px;
    padding: 0px 20px 0 0;
}
#paymentMethod .openpay div.shield {
    background-image: url("../img/security.png");
    background-position: 4% 0%;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
/*    margin-left: 20px;*/
    padding: 0px 0 0 50px;
    width: 200px;
}
#paymentMethod .card-expl {
  position: relative;
    /* float: left;
    height: 0px;
    margin: 20px 0; */
/*    width: 800px;*/
}
#paymentMethod .card-expl div {
    background-position: left 0px;
    background-repeat: no-repeat;
    height: 30px;
    padding-top: 20px;
}
#paymentMethod .card-expl div.debit {
    background-image: url("../img/cards2.png");
/*    margin-left: 20px;*/
/*    width: 540px;*/
}
#paymentMethod .card-expl div.credit {
    background-image: url("../img/cards1.png");
    /* border-right: 1px solid #ccc; */
/*    margin-left: 30px;*/
/*    width: 209px;*/
}
#paymentMethod .card-expl h4 {
    font-weight: 400;
    margin: 0;
}
#payment-form .blue-underline {
    color:#545454;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-color: #3c9ff5 !important;
    text-decoration-thickness: 1px !important;
}

.redline{
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: var(--orange-color);
}
.redtext{
    color: var(--orange-color);
    text-transform: uppercase;
    width: 100%;
    height: 25px;
}

.dimgrayline{
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: var(--gray-color);
}
.dimgraytext{
    color: var(--gray-color);
    text-transform: uppercase;
    width: 100%;
    height: 25px;
}



#delivery .custom-control-label::before, #trackingAccordion .custom-control-label::before, #paymentMethod .custom-control-label::before, #noFinalUser .custom-control-label::before, #formFinalUserContent .custom-control-label::before{
    /* width: 30px !important;
    height: 30px !important; */
    border-color: lightgray;
    background-color: #ffffff;
    border-radius: 25px;
}

#delivery .custom-control-label::after, #trackingAccordion .custom-control-label::after, #paymentMethod .custom-control-label::after, #noFinalUser .custom-control-label::after, #formFinalUserContent .custom-control-label::after {

    /* width: 30px !important;
    height: 30px !important; */
    border-radius: 25px;
    background-image: none;
}
#delivery .custom-control-input:checked~.custom-control-label::before, #trackingAccordion .custom-control-input:checked~.custom-control-label::before, #paymentMethod .custom-control-input:checked~.custom-control-label::before, #noFinalUser:checked~.custom-control-label::before, #formFinalUserContent .custom-control-input:checked~.custom-control-label::before {
    background-color: #0083ff !important;
    border-color: #6fcdff !important;
    color: #033671;
    border-radius: 25px;
}

#formFinalUserContent .effect-16::placeholder, #formFinalUserContent2 .effect-16::placeholder {
  color: #007bff;
  font-size: 15px;
  font-weight: bolder;
}

#rfc_finaluser{
  background-color: #e9ecef !important;
}

/*USUARIOS*/

input:focus{
outline: none;
box-shadow: none !important;
border-color: transparent;
}

#usuarios .effect-16, #final_user .effect-16{
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
/*    margin:  10px 0 10px 0; */
    /* border-bottom: 1px solid #ACABAB; */
    background-color: transparent;
  }

#usuarios .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--orange-color);
    transition: 0.4s;
    }

#usuarios .effect-16:focus ~ .focus-border, #usuarios .has-content.effect-16 ~ .focus-border{
  width: 100%; transition: 0.4s;
}

#usuarios .effect-16:focus ~ label, #usuarios .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: var(--orange-color);
    transition: 0.3s;
}

#usuarios .effect-16, #usuarios .effect-16:focus{
    color: #545454;
    background-color: #ffffff;
}

#final_user .effect-16{
    width: 100%;
    border: 0;
    padding: 10px 0 10px 0;
/*    margin:  10px 0 10px 0; */
    /* border-bottom: 1px solid #ACABAB; */
    background-color: transparent;
  }

#final_user .effect-16 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #033671;
    transition: 0.4s;
    }

#final_user .effect-16:focus ~ .focus-border, #final_user .has-content.effect-16 ~ .focus-border{
    width: 100%; transition: 0.4s;
}

#final_user .effect-16 ~ label{
    position: absolute;
    left: 0;
/*    width: 100%; */
/*    top: 9px; */
    color: #ACABAB;
    transition: 0.3s;
/*    z-index: -1; */
    letter-spacing: 0.5px;
   z-index: 10;
    font-size: 14px;
}

#final_user .effect-16:focus ~ label, #final_user .has-content.effect-16 ~ label{
    top: -16px;
    font-size: 12px;
    color: var(--orange-color);
    transition: 0.3s;
}

#final_user .effect-16, #final_user .effect-16:focus{
    color: #545454;
    background-color: #ffffff;
}

#final_user .effect-16:focus{
    color: #545454;
    background-color: #e9ecef;
}

/* #usuarios .input-effect, #final_user .input-effect{
    padding: 0;
} */

.modal-header, .modal-footer{
    border-top: none !important;
    border-bottom: none !important;
}

.progress-bar{
    background-color: #f1843b !important;
    border-style: dashed;
}

.bi-triangle-fill{
   color: #e9ecef !important;
}

.fullColor{
    color: var(--orange-color) !important;
}

/*
#usuarios a{
    color: var(--orange-color) !important;
    cursor: pointer;
}
*/


/*TWO SIZES*/

@media (min-width: 576px) and (max-width: 766px) {

      #shoppingCartList{
        right: -100%;
      }

    .dropdown-menu-large, .dropdown-menu-large2{
      position: relative !important;
      width: 100%;
      left: 0%;
      top: 0;
      height: 150px;
      overflow-x: hidden;
      overflow-y: auto;
      }
      #shoppingCounter{
          top: 12px;
      }
      #navbarMAPSHead .hideVC, #navbarMAPSHead .showVC{
        position: absolute;
        left: 48%;
        top: 16px;
        font-family: products;
      }
      #favArts .text-desc{
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          letter-spacing: 1.2px;
      }
}

@media (max-width: 767px) {
  #shoppingCartList{
    right: -100%;
  }

  #navbarMAPSHead .navbar-light>li, #navbarMAPSHead .navbar-expand-lg .nav-item > li {
      letter-spacing: 1px;
  }
  #navbarMAPSHead .navbar-logo {
    width: 220px;
    height: auto;
    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 1051;
  }
  #navbarMAPSHead .navbar-logo img{
    top: 0px;
    width: 200px;
  }

  #navbarMAPSHead .navbarResponsive{
    display: inline;
  }
  #navbarMAPSHead .navbar-expand-lg {
    margin-top: -3px !important;
    padding: 3px;
}
  #navbarMAPSHead .hideVC{
    display: none;
  }
  #navbarMAPSHead .showVC{
    display: block !important;
    position: absolute !important;
    left: 30% !important;
    top: -11px !important;
    font-family: products;
  }
  #navbarMAPSHead .navbar-light {
    margin-top: -3px;
    padding: 6px;
}
  #navbarMAPSHead .navbar {
    margin-bottom: 0px !important;
    font-family: products;
}

  #navbarMAPSHead .navbar-light > .list-group-item:nth-child(3){
    display: none;
  }
  #navbarMAPSHead .list-group-item.text-center {
    width: 25%;
    padding: 0;
    margin: 0;
  }
  #navbarMAPSHead .list-group-item.text-center:nth-child(1) {
    width: 55% !important;
  }
  #navbarMAPSHead .list-group-item.text-center:nth-child(2), #navbarMAPSHead .list-group-item.text-center:nth-child(4) {
    width: 10%;
  }

  #navbarMAPSHead .navbar-expand-lg .navbar-form {
    position: relative !important;
}

  #navbarMAPSHead .navbar.nav-upper.justify-content-center{
    display: none;
  }
  /* #navbarMAPSHead .navbar.navbar-lower .navbar-nav {
    margin-left: 0px;
    width: 100%;
  } */
  /* #navbarMAPSHead .navbar-logo img{
    width: 170px !important;
    position: absolute;
    top: 30px;
  } */
  #navbarMAPSHead .navbar-toggle, #navbarMAPSHead .navbar-toggle span {
    border: 1px solid #033671 !important;
    color: #033671;
  }
  #navbarMAPSHead .navbar.nav-upper ul {
    width: 100%;
  }
  #navbarMAPSHead .nav>li>a {
    float: none;
  }
  #navbarMAPSHead .hideVC, #navbarMAPSHead .showVC{
    position: absolute;
    left: 48%;
    top: 16px;
    font-family: products;
  }

  #navbarMAPSHead .navbar.nav-upper .navbar-upper > li:nth-child(3) a {
    width: 50%;
  }
  .dropdown-menu-large, .dropdown-menu-large2{
    position: relative !important;
    width: 100%;
    left: 0%;
    top: 0;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    }
    #shoppingCounter{
        top: 3px;
    }
    .b{
      margin-top: 0px;
      max-width: 100%;
    }
    .lang-select {
      margin-left: 0px;
    }
    #navbarMAPSHead .navbar-expand-lg .navbar-form {
    position: relative;
    right: 0px;
    }
    .responsive-controls{
        display: block;
    }
    /* .controls-promo .controls-top{
        display: none;
    }
    .controls-promo {
     padding-top: 0;
    } */
    .page-footer .list-group-item{
      border: none;
      width: 100%;
    }
    #favArts .text-desc{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1.2px;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
  #shoppingCartList{
    right: -50%;
  }

    header{
        height: auto;
    }

    #tipoCambio{
    right: 0px;
    }
    #shoppingCounter{
        top: 3px;
    }

    .container1 {
    margin-top: 79px;
    }

     #ScrollToTop {
        margin: 11px;
        bottom: 90px;
        right: 5px;
      }
    #navbarText{
        background-color: var(--orange-color);
    }

    #navbarText > ul{
        padding-left: 2%;
    }

    #navbarText > ul li{
        border-right: none;
        width: 100%;
        text-align: left;
    }
    #navbarText .list-group-horizontal-sm {
      flex-direction: row;
    }

    #navbarMAPS {
        max-width: 100%;
        left: 0%;
    }
    .navbar-text .list-group-item.dropdown .dropdown-menu{
        position: static;
        transform: translate(-76%, 15px);
        width: 100%;
    }
    .dropdown-menu-large, .dropdown-menu-large2{
      position: relative !important;
      width: 100%;
      left: 0%;
      top: 0;
      height: 150px;
      overflow-x: hidden;
      overflow-y: auto;
      }
    .username-nav {
/*        transform: translate(-200%, 0px);*/
    }

    #tipoCambio{
        position: relative;
        top: 13px;
    }
    .SquareColor {
        top: 7%;
        left: 25%;
        width: 50%;
        height: 85%;
    }

    .SquareColor img{
        width: 100px !important;
    }
    #hidden-search{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
/*    display: none;*/
    }

    #hidden-search i{
        font-size: 15px !important;
    }
    #hidden-search i:hover{
        color: var(--orange-color) !important;
    }
    #hidden-search .input-group{
        width: 98%;
    }

    .SquareColor div {
        font-size: 18px;
        top:10%;
    }
    #videoBrand{
        display: none;
    }
    .carousel-Brand .row{
        position: relative !important;
    }

    .page-footer .list-group {
        width: 100%;
        float: right;
    }
    .page-footer .list-group-item{
        color: var(--white-color) !important;
        border-right: none;
    }

    .page-footer .row .col-md-3{
        text-align: center;
    }
    #search-footer{
        width: 90% !important;
    }
    .image-box .text1 div,.image-box .text2 div{
        font-size: 14px;
    }
    #CollageDepto .image-box2 .text1 div {
        font-size: 16px;
    }
    #sectionCollage {
/*        height: 200px;*/
    }

    .responsive-controls{
        display: block;
    }
    /* .controls-promo .controls-top{
        display: none;
    }
    .controls-promo {
     padding-top: 0;
    } */
    #navbarMAPSHead .navbar-logo {
      width: 220px;
      height: auto;
      position: absolute;
      top: 35px;
      right: 0px;
      z-index: 1051;
    }
    #navbarMAPSHead .navbar-logo img{
      top: 0px;
      width: 200px;
    }
    #navbarMAPSHead .list-group-item.text-center {
      width: 25%;
      padding: 0;
      margin: 0;
    }

    #navbarMAPSHead .navbar-light > .list-group-item:nth-child(3){
      display: none;
    }

    #navbarMAPSHead .list-group-item.text-center:nth-child(1) {
      width: 55% !important;
    }
    #navbarMAPSHead .list-group-item.text-center:nth-child(2), #navbarMAPSHead .list-group-item.text-center:nth-child(4) {
      width: 10%;
    }

    #navbarMAPSHead .navbar-expand-lg .navbar-form {
      position: relative !important;
  }

    #navbarMAPSHead .navbar.nav-upper.justify-content-center{
      display: none;
    }

    #navbarMAPSHead .hideVC{
      display: none;
    }
    #navbarMAPSHead .showVC{
      display: block !important;
      position: absolute !important;
      left: 30% !important;
      top: -20px !important;
      font-family: products;
    }
    #navbarMAPSHead .navbar-light {
      margin-top: 0px;
    }

    #navbarMAPSHead .navbar-light > .list-group-item:nth-child(2) {
      padding-top: 0px !important;
    }
    #navbarMAPSHead .hideVC, #navbarMAPSHead .showVC{
      position: absolute;
      left: 48%;
      top: 16px;
      font-family: products;
    }
    .b{
      margin-top: 0px;
      max-width: 100%;
    }
    .lang-select {
      margin-left: 0px;
    }
    #navbarMAPSHead .navbar-expand-lg .navbar-form {
    position: relative;
    right: 0px;
    }
    .page-footer .list-group-item{
      border: none;
      width: 100%;
    }
    #favArts .text-desc{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1.2px;
    }
}



@media (min-width: 576px) and @media (min-width: 767px) {

    .dropdown-menu-large, .dropdown-menu-large2{
      position: relative !important;
      width: 100%;
      left: 0%;
      top: 0;
      height: 150px;
      overflow-x: hidden;
      overflow-y: auto;
      }

      /* #shoppingCounter{
          top: 12px;
      } */
      /* #navbarMAPSHead .hideVC, #navbarMAPSHead .showVC{
        position: absolute;
        left: 48%;
        top: 16px;
        font-family: products;
      } */

      .b{
        margin-top: 0px;
        max-width: 100%;
      }
      .lang-select {
        margin-left: 0px;
      }
      #navbarMAPSHead .navbar-expand-lg .navbar-form {
      position: relative;
      right: 0px;
      }
      .responsive-controls{
          display: block;
      }
      /* .controls-promo .controls-top{
          display: none;
      }
      .controls-promo {
       padding-top: 0;
      } */
      .page-footer .list-group-item{
        border: none;
        width: 100%;
      }
      #favArts .text-desc{
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          letter-spacing: 1.2px;
      }
}

/*MD*/
@media (min-width: 768px) and @media (min-width: 990px) {

    .b{
      margin-top: 0px;
      max-width: 100%;
    }
    .lang-select {
      margin-left: 0px;
    }
    #navbarMAPSHead .navbar-expand-lg .navbar-form {
      position: relative !important;
      right: 0px;
    }
    .responsive-controls{
        display: block;
    }
    /* .controls-promo .controls-top{
        display: none;
    }
    .controls-promo {
     padding-top: 0;
    } */
    #favArts .text-desc{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1.2px;
    }

}

@media (min-width: 991px) and (max-width: 1200px){

      #navbarMAPSHead .navbar-logo img{
        top: 13px;
        width: 150px;
      }
      #navbarMAPSHead .navbar-logo {
        width: 250px;
        height: auto;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: : 0px;
        z-index: 1051;
      }
      #navbarMAPSHead .search-field .input-group {
          width: 80%;
          float: right;
      }

      #navbarMAPSHead .justify-content-center {
          justify-content: left!important;
      }

      .dropdown-menu-large{
          position: fixed !important;
          width: 80%;
          left: 10%;
          top: 95px;
          height: 200px;
      }

      .dropdown-menu-large2{
          position: fixed !important;
          width: 90%;
          left: 5%;
          top: 83px;
          height: 200px;
      }
      .b{
        margin-top: 175px;
        max-width: 100%;
      }
      .lang-select {
        margin-left: 0px;
      }
      #navbarMAPSHead .navbar-expand-lg .navbar-form {
      position: absolute;
      right: 0px;
      }
}

@media (min-width: 991px) {

    .dropdown-menu-large{
        position: fixed !important;
        width: 80%;
        left: 10%;
        top: 95px;
        height: auto;

    }
    .dropdown-menu-large2{
        position: fixed !important;
        width: 90%;
        left: 5%;
        top: 83px;
        height: auto;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
  /* Show 3rd slide on md  if col-md-4*/
        #carouselBrand .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
  /* Show 2 slide on md  if col-md-4*/
        #carouselBrand .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

}

@media (min-width: 576px) {


  #carouselBrand .carousel-item {
  margin-right: 0;
}

    /* show 2 items */
    #carouselBrand .carousel-inner .active + .carousel-item {
        display: block;
    }

    #carouselBrand .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carouselBrand .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    #carouselBrand .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    #carouselBrand .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carouselBrand .carousel-item-next.carousel-item-left + .carousel-item,
    #carouselBrand .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    #carouselBrand .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    #carouselBrand .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carouselBrand .carousel-item-prev.carousel-item-right + .carousel-item,
    #carouselBrand .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

/*MD*/
@media (min-width: 768px) {

    /* show 3rd of 3 item slide */
  #carouselBrand .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    #carouselBrand .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }


    #carouselBrand .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0);
    }


    /* left or forward direction */
    #carouselBrand .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    #carouselBrand .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}


/*LG 6th*/
@media (min-width: 991px) {

    /* show 4th item */
    #carouselBrand .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    #carouselBrand .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    /* right or prev direction //t - previous slide direction last item animation fix */
    #carouselBrand .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}
/*LG 6th*/
@media (min-width: 991px) {

        /* show 5th and 6th item */
   #carouselBrand .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #carouselBrand .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    #carouselBrand .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #carouselBrand .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      transition: none;
    }

  /*show 7th slide for animation when its a 6 slides carousel */
       #carouselBrand .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item  + .carousel-item {
        position: absolute;
        top: 0;
        right: -16.666666666%;
        z-index: -1;
        display: block;
        visibility: visible;
  }

      /* forward direction > */
    #carouselBrand .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
  #carouselBrand .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

      /* prev direction < last item animation fix */
    #carouselBrand .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carouselBrand .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}
