﻿/* INI: Estilos del header de la página web */

body {
    /*background-color: #32394C !important;*/
    background-color: #fff !important;
    /*background-color: #e9ecef !important;*/
}



.bg-gray {
    /*background-color: #808080 !important;*/ /*Gris*/
    /*background-color: #634834 !important;*/ /*Cafe*/
    /*background-color: #1D338B !important;*/ /*Azul*/
    background-color: #8d8d8d !important;    
}

.rounded-10 {
    border-radius:10px;
}

nav .container {
    margin-left: 0px !important;
    min-width: 100% !important;
}

/*.nav-item {
    font-family: 'ABE', Arial;*/
    /*font-family: 'Kabel Book BT', Arial;*/
    /*font-size: 16px;
}*/

.navbar-brand {
    margin-right:unset;
}
.navbar-light .navbar-brand {
    color: #343a40 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;/*#343a40 !important;*/
    padding-left: 20px;
    padding-right: 20px;
}

/* FIN: Estilos del header de la página web */

/* INI: Estilos las páginas */
.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    /*min-width: 100% !important;*/
}

.w-60 {
    width: 60% !important;
}

.div-aside-title-normal {
    /*font-family: 'ABE', Arial;*/
    font-size: 26px;
    text-align: center;
    color: black !important;
}
/*    .div-aside-title-normal:after {
        content: '';
        position: absolute;
        border-bottom: 2px #343a40 solid;
        height: 100%;
        width: 40%;
        transform: translateY(-50%) translateX(5%);
    }

    .div-aside-title-normal:before {
        content: '';
        position: absolute;
        border-bottom: 2px #343a40 solid;
        height: 100%;
        width: 40%;
        transform: translateY(-50%) translateX(-105%);
    }*/

.div-aside-title-medium {
    font-size: 24px;
    text-align: center;
    color: black !important;
}

/*    .div-aside-title-medium:after {
        content: '';
        position: absolute;
        border-bottom: 2px #343a40 solid;
        height: 100%;
        width: 25%;
        transform: translateY(-50%) translateX(5%);
    }

    .div-aside-title-medium:before {
        content: '';
        position: absolute;
        border-bottom: 2px #343a40 solid;
        height: 100%;
        width: 25%;
        transform: translateY(-50%) translateX(-105%);
    }*/

.div-aside-title-small {
    
    font-size: 24px;
    text-align: center;
    /*color: black !important;*/
}

/*    .div-aside-title-small:after {
        content: '';
        position: absolute;
        border-bottom: 2px #343a40 solid;
        height: 100%;
        width: 50px;
        transform: translateY(-50%) translateX(10px);
    }

    .div-aside-title-small:before {
        content: '';
        position: absolute;
        border-bottom: 2px #343a40 solid;
        height: 100%;
        width: 50px;
        transform: translateY(-50%) translateX(-60px);
    }*/

.div-aside-title-danger {
    border-width: 2px !important;
    border-style: dashed !important;
    
    font-size: 18px;
    font-weight: bold;
    background-color: #ff6a00 !important;
}

/* FIN: Estilos las páginas */
/* INI: Borders*/
.border-1 {
    border: 1px solid !important;
}

.border-2 {
    border: 2px solid !important;
}

.border-3 {
    border: 3px solid !important;
}

.border-white {
    border-color: white !important;
}

.border-left-2 {
    border-left: 2px solid #343a40 !important;
}
/* FIN: Borders*/

/* INI: Social Network*/
.SocialNetwork {
    position: fixed;
    top: 300px;
    display: inline-block;
    right: 0;
    height: auto;    
    z-index: 999;    
}

.SocialNetworkAttributes {
    height: 50px;
    line-height: 50px;
    border-radius: 5px 0 0 5px !important;
}

.hide {
    visibility: hidden;
}

#Facebook {
    background: url('/WebProject/images/bg-facebook.png') no-repeat 0 0 #3b5998;    
    border-bottom: 2px solid #000;
    width: 49px;
    margin-left: 210px;
}

#Instagram {
    background: url('/WebProject/images/bg-insta.png') no-repeat 0 0 #366184;
    border-bottom: 2px solid #000;
    width: 49px;
    margin-left: 210px;
}

#Twitter {
    background: url('/WebProject/images/bg-twitter.png') no-repeat 0 0 #0092ca;
    border-bottom: 2px solid #000;
    width: 49px;
    margin-left: 210px;
}

#Pinterest {
    background: url('/WebProject/images/bg-pinterest.png') no-repeat 0 0 #cb2027;
    border-bottom: 2px solid #000;
    width: 49px;
    margin-left: 210px;
}
/* FIN: Social Network*/

/* Estilos de texto */
.text-february {
    font-family: February;
}

.text-hanged-letters {
    font-family: 'Hanged Letters';
}

.text-cute-notes {
    font-family: 'Cute Notes';
}

/* Estilos Imagernes*/

.img-center {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: black !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: darkgray !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    /*border: 1px solid #003eff;*/
    background: #7D7363 !important;
    font-weight: normal;
    color: #fff;
    border:unset;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ui-menu-item:hover {
    background: #7D7363 !important;
    font-weight: bold;
}

@media (max-width: 992px) {
    .border-xs-radius-10 {
        border-radius: 10px !important;
    }

    .border-xs-radius-80 {
        border-radius: 80px !important;
    }
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-top-left-radius-10 {
    border-top-left-radius: 10px !important;
}

.border-top-right-radius-10 {
    border-top-right-radius: 10px !important;
}

.border-bottom-left-radius-10 {
    border-bottom-left-radius: 10px !important;
}

.border-bottom-right-radius-10 {
    border-bottom-right-radius: 10px !important;
}

.border-radius-50-percent {
    border-radius: 50% !important;
}

.border-radius-80 {
    border-radius: 80px !important;
}

.border-top-left-radius-80 {
    border-top-left-radius: 80px !important;
}

.border-top-right-radius-80 {
    border-top-right-radius: 80px !important;
}

.border-botton-left-radius-80 {
    border-bottom-left-radius: 80px !important;
}

.border-bottom-right-radius-80 {
    border-bottom-right-radius: 80px !important;
}



.border-radius-15 {
    border-radius: 15px !important;
}

.border-top-left-radius-15 {
    border-top-left-radius: 15px !important;
}

.border-top-right-radius-15 {
    border-top-right-radius: 15px !important;
}

.border-botton-left-radius-15 {
    border-bottom-left-radius: 15px !important;
}

.border-bottom-right-radius-15 {
    border-bottom-right-radius: 15px !important;
}


#dropdown {
    height: 33px !important;    
}

.jdropdown-focus {
    background-color: #545b62 !important;
    border-color: #4e555b !important;
}

.jdropdown-header {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='white'/%3E%3C/svg%3E") !important;
    margin-left: 4px !important;
}

.jdropdown-default .jdropdown-header {
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 25px !important;
    background-color: #FF6B00 !important;
    border: 1px solid #FF6B00 !important;
    font-weight: bold !important;
}

.jdropdown-focus .jdropdown-header {
    background-color: #545b62 !important;
    border-color: #4e555b !important;
}

.jdropdown-default .jdropdown-header, .jdropdown-searchbar .jdropdown-header {
    color: #fff;
}

.jdropdown-container-header {
    height: 20px !important;
    top: 0px;
}

.jdropdown-default .jdropdown-container {
    top: 35px !important;
    left: 0px !important;
    background-color: transparent !important; /*#343a40;*/
    
}

.jdropdown-default.jdropdown-focus .jdropdown-header {
    /*outline: auto 15px -webkit-focus-ring-color;*/
    outline:hidden !important;
}

.jdropdown-default .jdropdown-content {
    font-size: 80% !important;
    border: 1px solid #343a40 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    background-color: #fff !important;
    min-height: 500px !important;
    max-height: 500px !important;
}

.jdropdown-image, .jdropdown-image-small {
    border-radius: 5px !important;
    background-color: transparent !important;
    width: 32px !important;
    height: 32px !important;
}

.jdropdown-item {
    align-items: unset !important;
}
.jdropdown-group-name {
    /*background-color: #32394C !important;*/
    background-color: #545b62 !important;
    color: #FFF !important;
    font-weight: normal !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.jdropdown-description {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.CategoryName {
    margin-bottom: 0px;
    font-weight: bold;
}

.tax-detail-name label[class^=tax---name] {    
    /*width:25% !important;*/
}

.tax-detail-name label[class^=tax-value] {
    /*width: 10% !important;*/
    text-align:right;
}

.btn:hover {
    background-color: #001E3D !important;
    color: #fff;
}

.small-90 {
    font-size: 90% !important;
}

.iframeYoutube {
    width: 1351px;
    height: 557px;
}

@media (max-width: 992px) {
    .iframeYoutube {
        width: 640px;
        height: 263px;
    }
}

@media (max-width: 768px) {
    .iframeYoutube {
        width: 640px;
        height: 263px;
    }
}

@media (max-width: 576px) {
    .iframeYoutube {
        width: 400px;
        height: 165px;
    }
}

.iframeYoutubeShorts {
    width: 640px;
    height: 360px;
}

@media (max-width: 992px) {
    .iframeYoutubeShorts {
        width: 640px;
        height: 360px;
    }
}

@media (max-width: 768px) {
    .iframeYoutubeShorts {
        width: 480px;
        height: 360px;
    }
}

@media (max-width: 576px) {
    .iframeYoutubeShorts {
        width: 320px;
        height: 180px;
    }
}