/************************************* BODY *********************************************/
body {
    color: #2C2C2C;
    font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0;
}
a{
    cursor: pointer
}
.global-wrap {
    background: #fff;
    height: 100%;
}
::selection {
    background: #ed8323;
    color: #fff;
}
.desing-text{
    font-family: 'Roboto', arial, helvetica, sans-serif;
}
.label-design label{
    font-size: 12px;
    color: #2C2C2C;
    font-weight: normal;
    letter-spacing: 1px;
}
.input-design input{
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
}
.input-design input:focus {
    border-color: #ed8323;
    outline:0;
    -webkit-box-shadow:0 0 0 4px rgba(237, 131, 35, .4) !important;
    box-shadow:0 0 0 4px rgba(237, 131, 35, .4) !important;
}
.select-design select {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;  
    font-size: 13px !important;
    width: 100%;
}
.select-design select:focus {  
    border-color: #ed8323;
    outline:0;
    -webkit-box-shadow:0 0 0 4px rgba(237, 131, 35, .4) !important;
    box-shadow:0 0 0 4px rgba(237, 131, 35, .4) !important; 
}
.btn-app{
    margin-top: 9px;
    background-color: #ed8323;
    border: 1px solid #ed8323;
    color: #fff;
}
.btn-add{
    background-color: #ed8323;
    border: 1px solid #ed8323;
    color: #fff;
}
.btn-success:hover{
    -webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(40, 167, 67, .4) !important;
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(40, 167, 67, .4) !important;
}
.btn-add:hover{
    color: #fff;
    outline:0;
    -webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(237, 131, 35, .4) !important;
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(237, 131, 35, .4) !important;
}
.btn-app:hover{
    color: #fff;
    outline:0;
    -webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(237, 131, 35, .4) !important;
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(237, 131, 35, .4) !important;
}
.text-app{
    color: #ed8323 !important;
}
.text-app:hover{
    color: #e27513 !important;
    text-decoration: none !important;
}
.btn-facebook{
    background-color: #5068a4 !important;
    color: #fff !important;
    width: 125px;
}
.btn-facebook:hover{
    background-color: #7A8DBD !important;
}
.icon-whats{
    position:fixed; right:2%; bottom:2%; text-align:center; padding:3px; z-index: 100 !important;
}
.icon-whats img{
    width: 50px !important; height: auto !important; border-radius: 25px;
}
.text-black{
    color: #000 !important;
}
.text-black:hover{
    color: #ed8323 !important;
}
.border-top{
    border-top: 2px solid #ed8323 !important;
}
.border-right{
    border-right: 2px solid #ed8323 !important;
}
.border-bottom{
    border-bottom: 2px solid #ed8323 !important;
}
.border-left{
    border-left: 2px solid #ed8323 !important;
}
.swal2-icon.swal2-warning {
    font-size: 15px !important;
}
.asterisk{
    color: #ed8323 !important;
}
.border-right-lg{
    border-right: 1px solid lightgray !important;
}
.border-bottom-lg{
    border-bottom: 1px solid lightgray !important;
}
.scroll::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.scroll::-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 */
.scroll::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.scroll::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
/* Cambiamos el fondo cuando esté en active o hover */
.scroll::-webkit-scrollbar-track:hover,
.scroll::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

/************************************ HEADER ********************************************/
header#main-header {
    border-bottom: 2px solid #ed8323;
}
.header-top {
    padding: 6px 0;
    background: #FFB411 !important;
    min-height: 50px;
}
/*********************** HEADER SOCIAL LEFT ***********************/
.list-social{
    justify-content: center;
}
.list-social a{
    font-size: 14px;
}
.list-social a:hover{
    color: #fff;
    background-color: rgb(237, 131, 35, .5);
    border: 1px solid #fff;
}
.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #fff;
    color: #ed8323;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.box-icon:before, [class^="box-icon-"]:before, [class*=" box-icon-"]:before {
    display: inline-block;
}
.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*********************** HEADER RIGHT ***********************/
.separator-rigth{
    border-right: 1px solid #fff;
}
.menu-secondary a{
    text-decoration: none;
    color: #fff;
}
.user-border{
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.user-background{
    width: 38px;
    height: 38px;
    background-color: #FFB411 !important;
    margin: 3px;
    padding: 1px;
    border-radius: 50%;
}
.user-circle{
    width: 34px;
    height: 34px;
    background: #A3A3A3;
    color: white;
    font-size: 13px;
    text-align: center;
    margin: 1px;
    padding: 7px;
    border-radius: 50%;
}
.dropdown-user{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;
    background-color: rgba(255,255,255,1) !important;
    width: 250px !important;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px #EEEEEE;
    border-bottom: 4px solid #ed8323;
}
.profile-border{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 1px;
    margin: 0 auto;
}

.profile-background{
    width: 70px;
    height: 70px;
    background: #fff;
    margin: 4px;
    padding: 1px;
    border-radius: 50%;
}

.profile-circle{
    width: 64px;
    height: 64px;
    background: #A3A3A3;
    color: white;
    font-size: 25px;
    text-align: center;
    margin: 2px;
    align-items: center;
    padding: 22px;
    border-radius: 50%;
}
.style-profile{
    border: 1px solid #A3A3A3;
    width: 60%;
    margin-left: 20%;
    padding: 5px;
    border-radius: 20px; 
    font-size: 12px;
}
.style-profile:hover{
    background-color: #F3B177;
}
.style-profile > a:hover{
    cursor: pointer
}
.separator-profile{
    border-bottom: 1px solid #ed8323;
    width: 80%;
    margin-left: 10%;
}
.image-user-circle{
    height: 34px;
    width: 34px;
    margin-top: -7px;
    margin-left: -7px;
}
.image-user-circle img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
@supports(object-fit: cover){
    .image-user-circle img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.image-profile-circle{
	height: 64px;
    width: 64px;
    margin-top: -22px;
    margin-left: -22px;
}
.image-profile-circle img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
@supports(object-fit: cover){
    .image-profile-circle img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.shop-cart-header{
    font-size: 20px;
    padding-top: 10px;
    padding-right: 5px;
}

/*********************** HEADER SECOND ***********************/
.menu-front a{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', arial, helvetica, sans-serif;
    color: #737373;
    padding: 12px 10px;
    text-decoration: none;
}
.menu-front a:hover{
    background-color: #ed8323;
    color: #fff;
}
.menu-front-active{
    background-color: #ed8323;
    color: #fff !important;
}
.dropdown-menu{
    background-color: #333;
    color: #fff;
}
.dropdown-menu a{
    color: #fff;
}
.btn-menu a{
    background-color: #ffb411;
    padding: 13px 13px;
    color: #fff;
    border-radius: 10px;
}
.dropdown-btn-menu{
    transform: translate3d(-100px, 36px, 0px) !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;
}
.dropdown-btn-menu a{
    font-size: 13px !important;
    background-color: #333 !important;
}
.dropdown-item-menu:hover{
    background-color: #ffb411 !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.dropdown-submenu{
    transform: translate3d(-159px, 265px, 0px) !important;
}
.dropdown-submenu a{
    font-size: 13px !important;
    background-color: #333 !important;
}

/************************************ FOOTER ********************************************/
footer#main-footer {
    background: #262626;
    padding: 60px 0 60px 0;
    color: #e6e6e6;
    font-size: 11px;
    line-height: 1.4em;  
    width: 100%;
    bottom: 0;
}
.menu-footer a{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.menu-footer div{
    margin-top: 5px;
    margin-bottom: 5px;
}
/**************************************** CONTENEDOR ************************************/
.breadcrumb {
    background: none;
    padding: 0;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #ed8323;
    text-decoration: none;
}
.index-active{
    color: #999999;
    font-size: 13px;
}
.arrow-rute{
    color: #cccccc !important;
    padding-top: 4px;
    font-size: 10px;
}
.line-div-orange{
    border-top: 1px solid #FFB411;
}
.gap-small{
    margin: 15px 0 15px 0;
}
.titles{
    font-family: 'Roboto', arial, helvetica, sans-serif;
    margin-top: 0;
    font-weight: 400;
    color: #565656;
    line-height: 1.3em;
}
.thumb-desc{
    font-size: 13px;
    color: #818181;
    line-height: 1.4em;
}
.subtitles{
    font-family: 'Roboto', arial, helvetica, sans-serif;
    margin-top: 0;
    font-weight: 400;
    color: #565656;
    line-height: 1.3em;
}
/************************** PROFILE ***********************/
.sections-profile a{
    color: #ffb411 !important;
    font-size: 17px;
    font-weight: 100;
    padding: 20px
}
.section-profile.active, .section-profile.show>.nav-link {
    color: #fff !important;
    background-color: #ffb411 !important;
}
.profile-border-mobile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 1px;
    margin: 0 auto;
}
.profile-background-mobile{
    width: 32px;
    height: 32px;
    background: #fff;
    margin: 2px;
    padding: 22px;
    border-radius: 50%;
}
.profile-circle-mobile{
    width: 40px;
    height: 40px;
    background: #A3A3A3;
    color: white;
    font-size: 18px;
    text-align: center;
    margin: -20px;
    align-items: center;
    padding: 11px;
    border-radius: 50%;
}
.separator-section{
    border-bottom: 1px solid #E3E3E3;
}
.membership-card{
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, -moz-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s, -o-transform 1s;
    border-radius: 10px;
}
.membership-card:hover{
    transform : scale(1.2);
    -moz-transform : scale(1.2);      /* Firefox */
    -webkit-transform : scale(1.2);   /* Chrome - Safari */
    -o-transform : scale(1.2);        /* Opera */
}
#membership-img {
    border-radius: 8px 8px 0px 0px;
}
#my_orders{
    width: 100%;
    height: 800px;
    overflow-y: auto;
}
.content-order{
    width:100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 30px;
}
.header-order{
    width: 100%;
    background: #f6f6f6;
    border-bottom: 1px solid #dddddd;
    padding: 14px 18px;
}
.title-header{
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.465;
    color: #565959;
    padding: 0px;
    font-family: "Amazon Ember",Arial,sans-serif;
}
.subtitle-header{
    color: #565959;
    padding: 0px;
}
.body-order{
    width: 100%;
    background: #fff;
    padding: 14px 18px;
}
.status-order{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.465;
    font-weight: 400;
    margin-bottom: 20px;
}
.order-img-product{
    width: 100%;
    padding: 0px;
    text-align: center;
}
.order-img-product img{
    width: 70px;
    height: 70px;
}
.order-info-product{
    padding: 0px;
}
.order-name-product{
    font-size: 13px;
    color: #ed8323;
}
.order-description{
    color: #000;
    font-size: 12px;
    margin-top: -15px;
    text-align: justify;
}
.order-price{
    color: #B12704;
    font-size: 12px;
    margin-top: -15px;
}
.order-name-product-hv{
    font-size: 13px;
    color: #ed8323;
}
.order-description-hv{
    color: #000;
    font-size: 12px;
    margin-top: 0px;
    text-align: justify;
}
.order-price-hv{
    color: #B12704;
    font-size: 12px;
    margin-top: 0px;
}
.img-profile{
	height: 200px;
}
.img-profile img{
    width: 100%;
    height: 100%;
}
@supports(object-fit: cover){
    .img-profile img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.image-profile{
	height: 64px;
    width: 64px;
    margin-top: -22px;
    margin-left: -22px;
}
.image-profile img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
@supports(object-fit: cover){
    .image-profile img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.image-profile-mobile{
    height: 40px;
    width: 40px;
    margin-top: -11px;
    margin-left: -11px;
}
.image-profile-mobile img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
@supports(object-fit: cover){
    .image-profile-mobile img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.modal-cam{
    max-width: 90% !important;
}
.modal-content-cam{
    flex-direction: row !important;
}
/************************** PAGOS ************************/
.wizard > .content > .body{
    position: relative !important;
}
.profile-circle-img{
    padding: 2px
}
.profile-circle-img img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

/*********************** SWEETALERT **********************/
.swal2-modal{
    border: 4px solid #FFB411;
}
.swal2-popup .swal2-styled.swal2-confirm:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(237, 131, 35, .4);
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(237, 131, 35, .4);
}
.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #ed8323 !important;
}

/************************* EMPRESAS *****************************/
#empresa{ 
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-register{
    margin-top: 9px !important;
    background-color: #232f3e !important;
    border: 1px solid #232f3e !important;
    color: #fff !important;
}
.btn-register:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(35, 47, 62, .4) !important;
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(35, 47, 62, .4) !important;
}
.alertify-notifier .ajs-message.ajs-error{
    color: #fff;
    font-size: 15px;
}
.padding-membership-register{
    padding: 45px;    
}

/************************** AMIGOS ************************/
.content-friends{
    width: 100%;
    margin-top: 20px
}
.content-friend{
    padding: 20px
}
.card-friend{
    border: 1px solid #ed8323;
    padding: 20px;
    width: 90%;
    height: 200px;
    border-radius: 10px;
    margin-left: 20px
}
.img-friend{
    text-align: center;
}
.img-friend img{
    width: 75px;
    height: auto;
    border-radius: 50%;
}
.info-friend{
    margin-top: 20px
}
.info-friend > .name{
    font-size: 15px;
    font-weight: 600;
    text-align: center
}
.no-friends{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center
}

/************************** MEDIAS ************************/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .dropdown-btn-menu {
        transform: translate3d(-100px, 36px, 0px) !important;
    }
    .dropdown-user {    
        transform: translate3d(-205px, 45px, 0px) !important;
    }
    .padding-membership-register{
        padding: 20px;    
    }
    .border-right-lg{
        border: 0px !important;
    }
    .price-item{
        text-align: right !important;
    }
    .price-type-movil{
        text-align: center !important;
    }
    .order-description{
        margin-top: 0px;
    }
    .order-price{
        margin-top: 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .dropdown-btn-menu {
        transform: translate3d(-85px, 36px, 0px) !important;
    }
    .dropdown-user {    
        transform: translate3d(-175px, 45px, 0px) !important;
    }
    .padding-membership-register{
        padding: 30px;    
    } 
    .order-description{
        margin-top: 0px;
    }
    .order-price{
        margin-top: 0px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .border-right-lg{
        border: 0px !important;
    }
    .dropdown-btn-menu {
        transform: translate3d(-65px, 36px, 0px) !important;
    }
    .dropdown-user {    
        transform: translate3d(-145px, 45px, 0px) !important;
    }
    .padding-membership-register{
        padding: 30px;    
    }
    .order-description{
        margin-top: 0px;
    }
    .order-price{
        margin-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .padding-membership-register{
        padding: 30px;    
    }
}
/*@media (min-width: 1200px) { ... } */
    