@font-face{
    font-family: "Lato-Regular";
    src:url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face{
    font-family: "Lato-Light";
    src:url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face{
    font-family: "Lucida Bright Regular";
    src:url('../fonts/Lucida Bright Regular.ttf') format('truetype');
}

body{
    /*font-family: "Lato-Regular"!important;*/
}

.lato-regular{
    font-family: "Lato-Regular"!important;
}

/*
Header
 */
.bg-header{
    background-color: rgb(77,49,28);
}

.social-media{
    width: 100%;
    float: left;
}

.social-media a{
    color: #fff;
    font-size: 28px;
 }

.social-media a i{

}

.session{
    padding-top: 49px!important;
}

.session li{

}

.session li a{
font-size: 14px;
}

.home-text{
    font-size: 27px;
    line-height: 43px;
    font-family: "Lato-Light";
    margin: 0 auto;
}

/*
Menu
 */
.bg-menu{
    background: rgb(0, 178, 240);
}

.navbar-light .navbar-nav .nav-link{
    color: rgb(255,255,255);
}

.nav-item{
    padding: 0.5rem 1.5rem!important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(77,49,28)!important;
}


/*
Slider
 */
#carouselExampleIndicators{
    width: 100%;
}

#carouselExampleIndicators .carousel-item{
    /*height: 400px;*/
}

.bg-slider{
    background-color: rgb(119,119,119);
}

/*
Intitucional
 */
.info-header{
    font-size: 25px;
}


/*
Quienes somos
 */

.img-inst{
width: 270px;
}

.ofertas-home .bx-viewport{
    background-color: rgb(77,49,28);
}

/*
Footer
 */
.contact-list,
.sitemap{
    padding-left: 0px;
}

.contact-list li{
    list-style: none;
    line-height: 36px;
}
.sitemap li{
    list-style: none;
    line-height: 31px;
}

.font-z{
    font-size: 21px;
}

.font-footer{
    font-size: 11px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    color: rgb(0, 178, 240);
}

.title-fa{
    font-size: 20px!important;
    text-transform: uppercase;
}

.yaboy .card-title{
    text-align: center;
    font-size: 13px;
}

.foot-style{
    color: #b7b7b7!important;
    opacity: 0.6;
}

.sprep li{
font-size: 11px;
}

/*
Asociaciones
 */
.select2-custom .select2-container .select2-selection--single{
    height: calc(2.25rem + 2px);
}

.select2-custom .select2-container .select2-selection--single .select2-selection__rendered{
line-height: 37px!important;
}

.select2-custom .select2-container .select2-selection--single .select2-selection__arrow{
    top: 6px!important;;
}

.asociacion .card-body{
    padding: 0.7rem;
}

/*
Perfil asociacion
 */
.bx-wrapper{
    border: none!important;
}

.prod .card-body{
padding: 0.7rem!important;
}

.list-size{
    font-size: 16px;
}

.list-asoc .media-body{
    font-size: 14px;
}

.rel-asoc{
    color: #000000;
}

.rel-asoc:hover{
    color: #000000;
    text-decoration: none;
}

.sl{
    font-size: 11px;
}


/*
Switch
 */
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #08d;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
.switch + .switch {
    margin-left: 1rem;
}

/*body {*/
    /*padding: 1rem;*/
/*}*/

.dropdown-menu {
    margin-top: .75rem;
}

/*
Oferta
 */
.list-oferta li{
    line-height: 30px;
}

.list-oferta-rel + .list-oferta-rel{
    border-top: 1px solid #e9ecef!important;
}

.bx-wrapper .bx-controls-direction a{
    z-index: 1!important;
}

.ofertas-img{
    width:84px;
}

/*
Productos
 */
.font-list{
    font-size: 13px;
}

.select2-results__option,
.select2-select select option{
    font-size: 12px;
}

.fa-size .select2-selection__rendered{
    font-size: 15px;
    font-weight: normal
}

.custom-caru .bx-prev,
.custom-caru .bx-next{
    background: url("../img/arrows-2x.png")no-repeat!important;
    width: 100px!important;
    height: 129px!important;
    background-size: 220px!important;
    margin-top: -64px!important;
}

.custom-caru .bx-wrapper .bx-prev{
    background-position: 0px 0px!important;
    left: -84px;
}

.custom-caru .bx-wrapper .bx-next{
    background-position: -121px 0px!important;
    right: -84px;
}

.bx-wrapper{
    box-shadow: none!important;
}

.fetuchini .bx-wrapper{
margin-left: 10px;
}

.witdh-select2 .select2{
    width: 100%!important;
}

.search-product{
    font-size: 20px;
}

/*
Login
 */

.border-color{

}

.hide-seek{
    display: none;
}

/*
Ofertas
 */
.tabs-ofertas li{
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.item-tab{
    background: #eae7e7;
    color: #000000;
    position: relative;
    bottom: -7px;
}

.item-tab.active{
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    bottom: 0;
}

.centered-and-cropped { object-fit: cover }

/*
Contacto
 */
.cont-inp{
    padding-left: 44px;
}

.icon-name,
.icon-correo,
.icon-mensaje,
.icon-asunto,
.icon-telefono{

}

.icon-name{
    background: url("../img/contact_form_icon_01.png")no-repeat;
    background-position: 1px center;
}

.icon-correo{
    background: url("../img/contact_form_icon_02.png")no-repeat;
    background-position: 1px center;
}

.icon-telefono{
    background: url("../img/contact_form_icon_05.png")no-repeat;
    background-position: 1px center;
}

.icon-asunto{
    background: url("../img/contact_form_icon_04.png")no-repeat;
    background-position: 1px center;
}

.icon-mensaje{
    background: url("../img/contact_form_icon_03.png")no-repeat;
    background-position: top left;
}

/*
Preguntas frecuentes
 */
.accordion {
    /*background-color: #eee;*/
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

.active2, .accordion:hover {
    /*background-color: #ccc;*/
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.active2:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-cont{
    padding-left: 20px;
    line-height: 25px;
}

.backto{
    margin: 13px 30px;
}

.backto a{
    color: #ffffff!important;
    font-size: 17px;
}

.backto a:hover{
    text-decoration: none;
}
/*after wordpress*/

.all-eyez-on-me{
    z-index: 999999;
    width: 377px;
    padding-top: 0px!important;


}

.notification-text{
    font-size: 10px;
    width: 275px;
    word-break: break-all;
    margin-left: 6px;
    margin-bottom: 10px;
}

.mb-30px{
    margin-bottom: 30px;
}

.time-noti{
    font-size: 10px;
    margin-left: 6px;
}

.all-eyez-on-me div.here + div.here{
    border-top: 1px solid #e9ecef!important;

}

.all-eyez-on-me div.here{
    padding-right: 10px!important;
    padding-left: 10px!important;
    padding-top: 15px;
}

.no-read{
    background: #e9ecef;
}

.el_over{
    overflow: auto;
    height: 430px;
}

.notifi{
    line-height: 47px;
    padding-right: 22px;
    width: 100%;
    float: right!important;
}

.w-50 {
    width: 41%!important;
}

.w-75 {
    width: 60%!important;
}

@media (min-width: 576px) {  }

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  }