/* ======================================
 *  01. body
/* ====================================== */

/* @import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Lato:400,700|PT+Sans+Narrow:400,700'); */

/* @import "fuente/proxima_nova/stylesheet.css"; */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    -moz-osx-font-smoothing: grayscale;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


html,
body {
    width: 100%;
    height: 100%;
}

body {
    color: #777777;
    font-family: Poppins, 'Proxima-Nova-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font: normal 400 14px/24px "Poppins",sans-serif;
    /* line-height: 2em; */
    /* line-height: 1.714288em; */
    /* line-height: 1.929em; */
    /* letter-spacing: 0.3px; */
    background: #FFFFFF;
}

/* ======================================
 *  02. tipografia
/* ====================================== */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    /* outline: none; */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    font-weight: 600;
    color: #222529;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 24px;
    letter-spacing: -0.05em;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

img {
    max-width: 100%;
    /* width: 100%; */
    height: auto;
}

p {
    margin: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

/* ======================================
 *  03. personalizado padding y margin
/* ====================================== */

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

/* ======================================
 *  04. Personalizado Color de bordes, texto y fondo
/* ====================================== */

.bg-url-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('files/bg00.JPG');
    background-position: center center;
}

.bcl-h2 {
    height: 60px;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
}

.bcl-h2:before {
    clear: both;
    border-left: 3px solid #F3A500;
    content: ' ';
    display: block;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
}

.c-negro {
    color: #000;
}

/* ======================================
 *  05. personalizados botones
/* ====================================== */

.button01 {
    background-color: #00FF94;
    border: none;
    color: #000000;
    font-family: 'Proxima-Nova-Bold', sans-serif;
    font-size: 14px;
    padding: 10px 35px;
    margin-left: 20px;
}

.calltoaction01 {
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    margin-top: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

@media (max-width: 580px) {
    .calltoaction01 {
        font-size: 12px;
        margin-top: 20px;
        padding: 8px 20px;
        text-transform: uppercase;
        font-weight: 400 !important;
        letter-spacing: 1px;
        font-family: 'Montserrat';
        background-color: var(--color-primario);
        border-color: var(--color-primario);
    }
}



/* ======================================
 *  06. custom social icon
/* ====================================== */

a.redes:hover .fb {
    color: #fff;
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

a.redes:hover .tw {
    /* color: #1da1f2; */
    color: #fff;
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
}

a.redes:hover .insta {
    /* color: #c13584; */
    color: #fff;
    background-color: #c13584 !important;
    border-color: #c13584 !important;
}

.sk:hover {
    color: #00aff0;
}

.dr:hover {
    color: #ea4c89;
}

.ld:hover {
    color: #0077B5;
}

a.redes:hover .yt {
    color: #fff;
    background-color: #C92228 !important;
    border-color: #C92228 !important;
}

.ap:hover {
    color: #999999;
}


/* ==================================================
 * personalizaciones fuente
 * ================================================== */

.ff-a {
    font-family: 'Montserrat';
}

.ff-b {
    font-family: 'Proxima-Nova-Regular';
}

.ff-c {
    font-family: 'Montserrat';
}

.ff-Bold {
    font-weight: 700;
}

.ff-Regular {
    font-weight: 400;
}

.color-a {
    color: #8D9547;
}

.color-b {
    color: #E6E6C5;
}

.color-c {
    color: #A0A393;
}

.color-text {
    color: #4a4d4f;
}

.color-white {
    color: #FBFBFB;
}

.color-black {
    color: #0B0B0B;
}


/* RESPONSIVE */




.fsize-9 {
    font-size: 9px;
}

.fsize-h6 {
    font-size: 16px;
}

.fsize-h5 {
    font-size: 18px;
}

.fsize-h4 {
    font-size: 25px;
}

.fsize-h3 {
    font-size: 36px;
}

.fsize-h2 {
    font-size: 42px;
}

.fsize-h1 {
    font-size: 50px;
}

.lh-35 {
    line-height: 35px;
}

/* RESPONSIVE */

.lh-18 {
    line-height: 18px;
}

.lh-35 {
    line-height: 35px;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.ta-justify {
    text-align: justify;
}

/* ==================================================
 * elementos responsive
 * ================================================== */

.seccion {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

header {
    /* padding-top: 0px; */
    height: auto;
    position: relative;
    overflow: hidden;
    /* border-top: 1px solid #e9e9e9e9; */
    background-color: #ffffff;
    /* border-bottom: 1px solid #e9e9e9e9; */
}
@media (max-width: 991px){
    header {
        /* position: sticky; */
        /* top: 0; */
        /* left: 0; */
        /* z-index: 8; */
        /* overflow: initial; */
        /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, .06); */
        /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), 0 0px 3px rgba(0, 0, 0, 0.28); */
    }
}

/* ==================================================
 * elementos generales
 * ================================================== */

.sec-cont {
    width: 100%;
    overflow: hidden;
    /* max-height: max-content; */
    /* border-bottom: 1px solid #e9e9e9e9; */
}

.sec-body {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (max-width: 991px){
    .sec-body {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.numeros li {
    float: left;
    margin-right: 25px;
}

.redes {
    text-align: right;
}

.redes li {
    float: right;
    margin-left: 25px;
}

.redes a:hover {
    background-color: #fff;
}

.redes a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.menuNone {
    width: 100%;
    height: 100px;
    margin-top: -100px;
}

.table-a {
    height: 100%;
    display: table;
    position: relative;
    /* z-index: 99999; */
    width: 100%;
}

.table-a>.table-cell-a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.display-initial {
    display: initial !important;
}

.absolute {
    position: absolute;
    visibility: visible;
    opacity: 1;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    /* display: none; */
    left: 0;
    /* animation: fadein 10s; */
    transition: visibility 0.3s, opacity 0.1s linear;
    z-index: 100;
    border: 5px solid #1da872;
}

.mv {
    overflow: hidden;
    position: relative;
    /* padding: 30px 30px; */
    /* background-color: #1da872; */
    /* line-height: 1.5; */
    cursor: pointer;
    color: #1da872;
    margin-bottom: 50px;
    height: 190px;
}

.align-left {
    float: left;
    margin-right: 15px;
}

.align-right {
    float: right;
    margin-left: 15px;
}

.align-center {
    display: block;
    margin: 0 auto 15px;
}


/* ==================================================
 * LOADER
 * ================================================== */

.loading-overlay {
    background: #FFF;
    color: #424242;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /* overflow: visible; */
}

.loader {
    margin: 20% auto;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(194, 193, 193, 0.5);
    border-right: 5px solid rgba(199, 197, 197, 0.5);
    border-bottom: 5px solid rgba(203, 203, 203, 0.5);
    border-left: 5px solid #FBA234;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==================================================
 * Info
 * ================================================== */
.sec-info {
    /* background-color: rgba(0, 0, 0, 0.3); */
    color: #605B5B;
    /* padding-top: 5px; */
    padding-bottom: 5px;
    margin-bottom: 15px;
    z-index: 66666;
    position: relative;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    /* text-transform: uppercase; */
    text-align: right;
    /* margin-right: -15px; */
}

.sec-info a {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.sec-info .numeros a:hover {
    color: #E6E6C5;
}

.sec-info .numeros {
    /* width: 70%; */
    /* float: left; */
}

/* ==================================================
 * Menu
 * ================================================== */

.sec-menu .logoPrincipal>h1>a.logo {
    text-indent: -99999px;
    /* width: 300px; */
    /* height: 50px; */
    background: url('rsc/logo.svg');
    background-repeat: no-repeat;
    background-size: 30%;
    display: block;
    /* height: 70px; */
}

.sec-menu .logoPrincipal {
    /* margin-top: 10px; */
    /* overflow: hidden; */
}

.custom-navbar {
    /* margin-top: 10px; */
    background: #ececec00;
    /* position: absolute; */
    /* top: 76px; */
    /* width: 100%; */
    z-index: 999;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    /* margin-bottom: 10px; */
}

.custom-navbar .nav li a {
    /* text-transform: uppercase; */
    /* color: #000000; */
    padding: 0px 10px 30px 10px;
    -webkit-transition: .5s;
    transition: .3s;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    font-family: 'Montserrat';
    /* font-size: 14px; */
    letter-spacing: -0.1px;
}

li.btnDonaciones a {
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Proxima-Nova-Bold', sans-serif;
    padding: 20px 20px;
    background-color: #da3030;
}


/* ==================================================
 * Header
 * ================================================== */
.sec-header {
    /* padding-top: 120px; */
    /* padding-bottom: 120px; */
    /* background-color: #000; */
    color: #fff;
    /* background-image: url('rsc/fondo00.JPG'); */
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sec-header .logoPrincipal>h1>a.logo {
    text-indent: -99999px;
    /* width: 300px; */
    /* height: 50px; */
    background: url('rsc/logoolivar.svg');
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 60%; */
    display: block;
    height: 200px;
}

.sec-header .logoPrincipal {
    /* margin-top: 10px; */
    /* overflow: hidden; */
    z-index: 9999;
    /* margin-left: -15px; */
    /* height: 100px; */
}

/* ==================================================
 * Nosotros
 * ================================================== */

.sec-nosotros {
    /* padding-top: 50px; */
    /* padding-bottom: 30px; */
    /* background-color: #EFEAEA; */
    /* background-color: var(--color-segundario); */
    position: relative;
    /* height: 100%; */
    position: relative;
}

.sec-nosotros p,
.sec-problema p {
    line-height: 20px;
    margin-bottom: 100px;
}

/* ==================================================
 * Problema
 * ================================================== */
.sec-problema {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f6f6;
    position: relative;
    background-color: #393c3e;
    /* color: #fff; */
}

/* ==================================================
 * Talleres
 * ================================================== */

.sec-talleres {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont-taller .item {
    /* float: left; */
    /* width: 20%; */
    height: 240px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.2s linear 0.1s, background-color 0.2s linear 0.1s;
    /* transition: background-color 0.2s linear 0.1s; */
    cursor: pointer;
}

.cont-taller .item h5 {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    transition: color 0.1s linear;
}

.cont-taller .item.teatro {
    background-image: url('rsc/item_arte.JPG');
    /* background-size: cover; */
}

.cont-taller .item.guitarra {
    background-image: url(rsc/item_guitarra.JPG);
}

.cont-taller .item.musica {
    background-image: url(rsc/item_musica.JPG);
}

.cont-taller .item.cajon {
    background-image: url(rsc/item_cajon.JPG);
}

.cont-taller .item.cine {
    background-image: url(rsc/item_cine.JPG);
}

.cont-taller .item.teatro h5 {
    background-color: #8f51ad8a;
}

.cont-taller .item.guitarra h5 {
    background: #ff991e8a;
}

.cont-taller .item.musica h5 {
    background: #58eeab8a;
}

.cont-taller .item.cajon h5 {
    background: #00e96b8a;
}

.cont-taller .item.cine h5 {
    background: #ffe1008a;
}

.cont-taller .item:hover {
    background-size: 120%;
}

/* ==================================================
 * Apoyo
 * ================================================== */
.sec-apoyo {
    /* padding: 100px 0 50px 0; */
    /* padding-top: 50px; */
    /* padding-bottom: 80px; */
    /* background: #1da872; */
    /* background-image: url(rsc/img_donaciones.jpg); */
    /* background-size: 100%; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    color: #fff;
    position: relative;
}

.sec-apoyo .item {
    height: 300px;
    float: left;
    width: 50%;
    cursor: pointer;
}

.sec-apoyo h3 {
    text-align: center;
    color: #fff;
}

.sec-apoyo .item.voluntario {
    background-image: url('rsc/volunt.JPG');
    background-size: cover;
}

.sec-apoyo .item.donacion {
    background-image: url(rsc/donac.JPG);
    background-size: cover;
}

.sec-apoyo .item:hover .table-a {
    background-color: #00000073;
}

.sec-apoyo .table-a {
    transition: background-color 0.2s linear;
}

/* ==================================================
 * footer
 * ================================================== */

.sec-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #222529 !important;
    color: #fff;
    position: relative;
}


/* ==================================================
 * MODAL
 * ================================================== */

.modal img {
    max-width: 100%;
    /* max-height: 200px; */
}

.mv:hover .absolute {
    visibility: hidden;
    opacity: 0;
}

.custom-navbar .nav>li>a:focus,
.custom-navbar .nav>li>a:hover {
    /* border-top: 5px solid #cc6a68; */
    background-color: #ffffff00;
    color: var(--color-primario) !important;
    /* font-weight: 700; */
}

.sec-menu {
    /* background-color: #efeaea; */
    /* background-color: rgba(0, 0, 0, 0.3); */
    z-index: 666;
    position: relative;
    /* padding: 15px 0px; */
    padding-top: 30px;
}

li.btnDonaciones a:focus,
li.btnDonaciones a:hover,
button.btnDonaciones:hover,
button.btnDonaciones:focus {
    background-color: #ef2824 !important;
}

span.cuadrado {
    margin-top: 1px;
    width: 15px;
    height: 15px;
    background-color: #1da872;
    margin-right: 15px;
    display: block;
    float: left;
}

.fines p {
    margin-bottom: 10px;
    cursor: pointer;
}

button.close2 {
    float: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fdfafa;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .8;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-right: 10px;
}

h4.modal-title {
    font-size: 35px;
    line-height: 1;
    /* padding: 40px; */
    /* clear: both; */
}

.modal p {
    line-height: 20px;
    /*color: #fff;*/
    /* line-height: 18px; */
    font-size: 18px;
}

.cont-taller .item.dibujo {
    background-image: url(rsc/item_dibujo.JPG);
}

.cont-taller .item.dibujo h5 {
    background: #e887ae8a;
}

#modal-principal .cls-galeria img {
    margin-bottom: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
}

.sec-apoyo h4 {
    font-size: 25px;
    padding-top: 20px;
}

button.btnDonaciones {
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Proxima-Nova-Bold', sans-serif;
    padding: 15px 30px;
    background-color: #da3030;
    border: none;
    /* float: right; */
    font-size: 18px;
    margin-top: 20px;
}

#modal-principal .modal-header {
    color: #fff;
    position: relative;
    border-bottom: none;
}

#modal-principal .modal-body {
    padding-bottom: 0px;
    padding: 0px 35px;
}

#modal-principal .cls-modal-galeria {
    margin-top: 20px;
}

#modal-principal .cls-modal-galeria h4 {
    color: #fff;
    font-size: 18px;
}

#modal-principal .cls-galeria img:hover {
    padding: 0px;
}

.sec-equipo {
    padding-top: 50px;
    padding-bottom: 80px;
}

.sec-equipo .item_staff {
    padding: 20px;
}

.sec-equipo .item_staff img {
    height: 150px;
}

.sec-equipo .item_staff h4 {
    font-size: 14px;
    font-weight: 100;
}

.sec-equipo .item_staff h6 {
    font-size: 10px;
}

.sec-equipo .item_staff h5 {
    font-size: 12px;
}

.sec-header .video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* z-index: 15; */
}

.sec-header .video-container video {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.fines p:hover span.cuadrado {
    background-color: #ee6f69;
}

.fines p:hover {
    font-weight: bold;
}

.framevideo {
    height: 290px;
}

.modal .modal-fondo {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.modal .modal-content {
    position: relative;
    overflow: hidden;
}

.modal .modal-fondo img {
    width: 100%;
}

.modal .modal-horario {
    margin-top: 200px;
    color: #fff;
    font-size: 14px;
}

.modal .video-container {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    /* z-index: 15; */
}

.modal .video-container video {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    /* z-index: 15; */
}

.sec-apoyo p {
    font-size: 14px;
    line-height: 20px;
}

.voluntariado {
    background-image: url(rsc/img_voluntariado.JPG);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.donaciones {
    /* background-image: url(rsc/bg03.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    background-color: #fff;
}

.sec-problema img {
    /* height: 350px; */
}

.mv .cuerpo {
    width: 100%;
    height: 100%;
    border: 5px solid #ee6f69;
    padding: 30px;
    color: #000;
}

.sec-actividad {
    padding: 50px 0px;
    background-color: #ff4d4517;
}

.sec-actividad h3 {
    color: #ff4d45;
}

.sec-actividad p {
    font-size: 18px;
    /* line-height: 24px; */
}

.sec-actividad .texto {
    min-height: 370px;
}

.cont-taller .item.teatro:hover h5 {
    background-color: #8f51ad75;
}

.cont-taller .item.guitarra:hover h5 {
    background: #ff991e66;
}

.cont-taller .item.musica:hover h5 {
    background: #58eeab75;
}

.cont-taller .item.cajon:hover h5 {
    background: #00e96b75;
}

.cont-taller .item.cine:hover h5 {
    background: #ffe10075;
}

.cont-taller .item.dibujo:hover h5 {
    background: #e887ae75;
}

.cont-taller .item h5 img {
    height: 60%;
    margin-bottom: 15px;
    margin-top: 30px;
}

.sec-cont.sec-contacto {
    background-color: #fff;
    overflow: hidden;
    padding: 50px 0px;
    position: relative;
}

.sec-contacto input[type="text"],
.sec-contacto textarea {
    width: 100%;
    /* margin-bottom: 20px; */
    outline: none;
    padding: 6px 7px 3px 7px;
    line-height: 1.4;
    /* height: 35px; */
    border: none;
    border-bottom: solid 1px #f8b566;
    font-size: 14px;
}

.slick-slide.slick-active {
    outline: none;
}

.sec-contacto input[type="text"] {
    /* height: 35px; */
    margin-bottom: 15px;
}

.sec-contacto input[type="text"]:focus,
.sec-contacto textarea:focus {
    border-bottom: 1px solid #00b5d7;
}

.sec-contacto button {
    width: 100%;
    border: none;
    outline: none;
    /* text-transform: uppercase; */
    background-color: var(--color-primario);
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
    /* font-weight: bold; */
}

.sec-contacto .mapa {
    height: 340px;
}

.sec-contacto .info a {
    display: block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 5px; */
    color: #1d1d1b;
    line-height: 24px;
}

.sec-contacto .info a i {
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}

.sec-contacto .info a:hover {
    font-weight: bold;
}

.sec-contacto .redes li {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    /* color: #000; */
}

.sec-contacto .redes a {
    color: #1d1d1b;
    border: 1px solid #fdfdfd;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.sec-contacto .redes {
    margin-top: 20px;
    overflow: hidden;
}

button.btnVoluntariado {
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Proxima-Nova-Bold', sans-serif;
    padding: 15px 30px;
    background-color: #da3030;
    border: none;
    /* float: right; */
    font-size: 18px;
    margin-top: 20px;
}


.navbar-toggle {
    /* border: 2px solid #ffffff; */
    padding: 12px 0px;
    margin: 0px 0px;
    border-radius: 0px;
}

#menu .navbar-toggle .icon-bar {
    background: #ffffff;
    width: 25px;
    height: 2px;
}

.navbar-collapse {
    overflow: hidden;
}

.sec-menu .logoPrincipal img {
    height: 100px;
    z-index: 9999999;
    position: relative;
}

.logo-mini {
    height: 35px;
    margin-top: 8px;
}

.fondo-filtro {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* padding-bottom: 120px; */
    /* padding-top: 120px; */
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 100px;
    display: flex;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}

.sec-info .redes {
    /* width: 30%; */
    /* float: left; */
    margin-left: 3px;
}

button.color-white a {
    color: #fff;
}

#menu .sec-body {
    /* border-bottom: 1px solid #fff; */
    /* padding-right: 0px; */
    /* padding-left: 0px; */
}

.background-empty.patt-01 {
    /* background: #000000 url(rsc/pattarn.png) repeat scroll 0 0; */
    background-color: #1d1d1b;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    /* display: none; */
    /* backdrop-filter: blur(200px); */
    /* z-index: -1; */
    /* display: none; */
}

.custom-navbar .nav li.active a::before {
    /* background: #92953e none repeat scroll 0 0; */
    /* content: ""; */
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom-navbar .nav li:hover a::before {
    background: #92953e none repeat scroll 0 0;
    /* content: ""; */
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fondo-filtro h2 {
    font-family: "Montserrat", cursive;
    font-size: 100px;
    /* text-transform: capitalize; */
    font-size: 82px;
    line-height: 1.2;
}

.fondo-filtro h1 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 0px;
    /* margin-top: 25px; */
    min-height: 39px;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
}

.is-sticky .sec-menu {
    background-color: #ffffff;
    /* background-color: var(--color-primario); */
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
    padding-top: 0px;
    min-height: 100px;
}

@media (max-width:580px){
    .is-sticky .sec-menu {
        min-height: auto;
    }
}

.is-sticky .logoPrincipal.white {
    display: none;
}

.logoPrincipal.white {
    display: block;
}

.logoPrincipal {
    /* display: none; */
}

.is-sticky .logoPrincipal {
    display: block;
    /* height: 100px; */
}

.is-sticky .custom-navbar .nav li a {
    color: #000;
}

.custom-navbar .nav li.active a {
    color: var(--color-primario)!important;
    /* border-bottom: 1px solid #f7a648; */
    /* font-weight: 700; */
}

.calltoaction01:hover {
    /* background-color: #f7a648; */
    background-color: var(--color-primario);
    color: #fbfbfb;
    border: 1px solid #f7a648;
}


.background01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding: 150px; */
}

.sec-nosotros h2 {
    text-align: left;
    margin-top: 100px;
    font-size: 48px;
}

.nosotros_slider .item img {
    /* height: 100%; */
    width: auto;
    /* max-width: initial; */
    /* position: absolute; */
    /* float: right; */
    text-align: right;
}

.nosotros_slider .item {
    text-align: right;
    /* height: 100%; */
    /* width: 100%; */
}

.sec-nosotros .sec-body {
    /* padding-top: 100px; */
    /* padding-bottom: 50px; */
}

.menu-list-categoria ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu-list-categoria ul li {
    color: #1e1e1f;
    display: inline-block;
    margin: 0 2px;
    /* margin-bottom: 20px; */
}

.menu-list-categoria ul.categoria_principal li a{
    /* border: 1px solid; */
    color: #1e1e1f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    margin: 0 2px;
    padding: 0px 10px;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat';
    line-height: 1.4;
    /* margin-bottom: 20px; */
}

.menu-list-categoria ul.categoria_principal li.active a{
    /* background-color: #f86f02; */
    color: #f7a648;
    font-weight: 400;
}

.menu-list-categoria ul.subcategoria_secundaria li.active a{
    /* background-color: #f86f02; */
    color: #f7a648;
    font-weight: 400;
}

.menu-list-categoria ul.subcategoria_secundaria li{
    /* border: 1px solid; */
    color: #1e1e1f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    /* margin: 0 2px; */
    padding: 3px 10px;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #1e1e1f;
    display: inline-block;
    /* margin: 0 2px; */
    /* margin-bottom: 20px; */
}


/*.menu-list-categoria ul li:hover {
    background: #92953e none repeat scroll 0 0;
    border-color: #92953e;
    color: #fff;
}*/

.menu-list-categoria {
    margin-bottom: 15px;
}

.menu-list-platos.row .item .menu-item-imagen {
    border-radius: 4px;
    height: 118px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    width: 120px;
    /* -webkit-box-shadow: 0 0 0 2px #ddd; */
    /* box-shadow: 0 0 0 1px #dadadaad; */
}

.single-item-detalle {
    border: 1px solid #E4E4E4;
    /* background-color: #fff; */
    border-radius: 4px;
    margin-bottom: 30px;
    /* padding-bottom: 30px; */
    padding: 16px;
    padding-left: 160px;
    height: 150px !important;
    position: relative;
    background-color: #fff;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.08) inset; */
}

.menu-item-descrpcion {
    color: #1e1e1f;
    padding: 0;
    text-align: inherit;
}

.menu-item-descrpcion h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #1e1e1f;
    font-weight: 600;
    min-height: 55px;
    letter-spacing: 0;
    font-family: 'Montserrat';
}

.float-right {
    float: right;
}

.menu-item-descrpcion h3 span {
    color: #92953e;
}

.menu-item-descrpcion .descripcion {
    line-height: 1.3;
    margin-bottom: 5px;
}

.menu-item-descrpcion .categoria {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.4;
    color: #1e1e1f;
    margin-top: 5px;
}

.sec-apoyo h2 {
    font-size: 48px;
    /* letter-spacing: 5px; */
    /* text-transform: uppercase; */
    color: #fff;
    /* text-align: center; */
}

.sec-problema h2 {
    font-size: 26px;
    margin-bottom: 50px;
    letter-spacing: -0.2px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 580px) {
    .sec-problema h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

.calltoaction02 {
    background: #fff none repeat scroll 0 0;
    color: #92953e;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 200px;
    cursor: pointer;
}

.calltoaction02:hover {
    background: #92953e none repeat scroll 0 0;
    color: #fff;
}

.map {
    z-index: 333;
    position: relative;
    /* height: 100%; */
    height: 250px;
}

.sec-contacto .sec-body {
    z-index: 222;
    position: relative;
}

.h-100p {
    height: 100%;
}

.w-100p {
    width: 100%;
}

.sec-contacto h3 {
    font-size: 26px;
    /* color: #fff; */
    font-weight: 700;
}

.is-sticky .navbar-toggle {
    /* border: 2px solid #000000; */
}

.is-sticky #menu .navbar-toggle .icon-bar {
    background: #333;
}

.navbar-header {}

.is-sticky .custom-navbar .nav li:focus a,
.is-sticky .custom-navbar .nav li:hover a {
    color: #92953e;
}

.navbar-collapse {
    /* background-color: #00000063; */
    box-shadow: none;
    padding-right: 0px;
}

.is-sticky .navbar-collapse {
    /* background-color: #ffffff; */
}

.is-sticky .sec-menu .navbar-header {
    background: #ffffff;
    overflow: hidden;
}

.pagination>li>a, .pagination>li>.page-link {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--color-primario);
    /* color: initial; */
    text-decoration: none;
    background-color: #fff0;
    border: 1px solid #ddd0;
}

.pagination>.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff0;
    border-color: #ddd0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--color-segundario);
    border-color: var(--color-segundario);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: var(--color-primario);
    background-color: #f6f6f600;
    border-color: var(--color-primario);
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0 0;
    border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #f1f1f2;
    cursor: default;
    background-color: var(--color-primario);
    border-color: var(--color-primario);
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #92953e70;
    cursor: not-allowed;
    background-color: #fff0;
    border-color: #ddd0;
}

.sucursal_select {
    text-align: center;
    margin-bottom: 50px;
}

.sucursal_select select {
    font-size: 20px;
    background: transparent;
    border: none;
    letter-spacing: 1px;
    word-spacing: 1.5px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #92953e;
    padding-bottom: 5px;
    border-bottom: 1px solid #92953e;
}

.no-platos {
    text-align: center;
}

#li-cat-todos:hover,
#li-cat-todos.active {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}

.domicilios-com img {
    height: 80px;
}

.donaciones .slick-slide img {
    /* width: 423px; */
    margin: 0 auto;
    max-height: 440px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1300px){
    .donaciones .slick-slide img {
        max-height: 300px;
        width: 100%;
    }
}

@media (min-width: 1600px){
    .donaciones .slick-slide img {
        max-height: 440px;
        width: 100%;
    }
}

.donaciones .slick-slide {
    max-height: 440px;
    overflow: hidden;
    text-align: center;
    /* position: relative; */
}

.sec-header .video-container .background_slider {
    height: 100%;
    width: 100%;
}

.background_slider .slick-list,
.background_slider .slick-track,
.background_slider .slick-slide,
.background_slider .slick-slide .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.menu-list-categoria ul.categoria_principal li:hover a {
    /* background-color: #f86f02; */
    color: var(--color-segundario);
    /* border-bottom: 1px solid #f7a648; */
}


.sec-header.sec-header-content {
    height: auto;
    color: #000 !important;
}

.sec-header-content .custom-navbar .nav li a {
    color: #4a4d4f;
}

.sec-header-content .logoPrincipal.white {
    display: none !important;
}

.sec-header-content .logoPrincipal {
    display: block !important;
}

.sec-header-content .sec-info a {
    color: #4a4d4f;
    font-weight: 400;
}

.sec-header-content .sec-info {
    /* border-bottom-color: #000 !important; */
    padding-top: 15px;
}


.sec-header-content .fondo-filtro {
    height: auto !important;
    display: block !important;
    position: relative !important;
    padding: 0px;
}

.sec-header-content .fondo-filtro h1 {
    /* margin: 0 15px; */
    margin-bottom: 0px;
    padding: 20px 0px;
    font-size: 36px;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    /* border: 1px solid; */
}

.background-empty {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.background-empty.background_img {
    background-repeat: no-repeat;
    background-size: cover;
}


.sec-info .redes i, .info_empresa .redes i, #menu-seccondary .redes i {
    /* display: block; */
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-size: 14px;
    /* letter-spacing: 0.3px; */
    text-align: center;
    border: 1px solid #fff;
    line-height: 1.6;
    /* animation: 0; */
}

.sec-info a.numeros {
    margin-left: 15px;
    font-family: 'Montserrat';
}

.content-contacto a:nth-child(3) {
    margin-left: 15px;
}

.sec-header-content .sec-menu .sec-body {
    /* border-bottom: 1px solid #3e3e3e; */
}

.custom-navbar .nav li:last-child a {
    padding-right: 0px;
}


.breadcrumb li {
    font-size: 12px !important;
    /* font-family: 'Montserrat'; */
    /* font-weight: 900; */
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
}

.breadcrumb {
    background-color: #fff;
    padding: 12px 0px;
    margin-bottom: 0px;
}

.breadcrumb a:before {
     border-bottom: 6px solid transparent;
     border-left: 6px solid #333;
     border-top: 6px solid transparent;
     content: "";
     display: inline-block;
     position: absolute;
     right: 1px;
     top: 6px;
}

.breadcrumb a:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 7px;
}

.breadcrumb>li+li:before{
    padding: 0 5px;
    color: #ccc;
    content: "";
}

.breadcrumb a {
    margin-right: 20px;
    color: #76788c;
}

.sec-guia .breadcrumb a:hover {
    color: #f86f02;
}

.sec-guia .breadcrumb li.active {
    font-weight: 400;
    color: #8e8e8e;
    letter-spacing: 0px;
}


.sec-cont.sec-guia {
    /* border-bottom: 1px solid #e9e9e9e9; */
}

.sec-cont.sec-content {
    /* margin: 30px 0px; */
}

.content-carrito img {
    width: 100%;
    height: 111px;
    object-fit: cover;
}


.content-carrito h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 600;
}

.content-carrito h4, .content-carrito h5 {
    color: #333;
}

.content-carrito h5 {
    font-size: 14px;
}


.content-carrito .cantidad {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    display: table;
}

.content-carrito .cantidad span {
    font-size: 14px;
    display: table;
    float: left;
    line-height: 26pt;
    margin-right: 10px;
}

.content-carrito .cantidad .pull-right {
    float: right!important;
    display: table;
}

.content-carrito .cantidad .btn {
    border: solid 1px #e4e4e4;
    padding: 8px 12px;
    background: #fff;
    min-height: 30px;
    font-size: 14px;
    line-height: 20pt;
    cursor: pointer;
    font-family: montserratlight,sans-serif;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    padding: 6px 0;
    line-height: 12pt;
}

.content-carrito .cantidad input {
    border: solid 1px #e4e4e4;
    background: #fff none repeat scroll 0 0;
    padding: 8px 12px;
    font-family: montserratlight,sans-serif;
    font-size: 14px;
    margin-left: 0;
    width: 30px!important;
    height: 30px;
    display: block;
    float: left;
    padding: 8px 0;
    text-align: center;
}


.content-cantidad dl {
    overflow: hidden;
    margin: 0 0 5px;
}

.content-cantidad dl dt {
    float: left;
    display: table;
}

.content-cantidad dl dd {
    float: right;
    display: table;
}

.content-carrito .content-carrito-single {
    border: 1px solid #e9e9e9e9;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}


.content-carrito .item-carrito-borrat_item {
    font-size: 32px;
    color: #adadad;
    background: 0 0;
    width: 38px;
    height: 38px;
    border: none;
    text-align: center;
    cursor: pointer;
    line-height: 24pt;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .1s ease-in-out;
    margin-top: 25px;
}


.content-carrito {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}


.shopping-total {
    /* width: 485px; */
    float: right;
    /* padding: 10px; */
    display: table;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
}

.shopping-total dl {
    overflow: hidden;
    margin: 0 0 6px;
    /* padding: 0 70px; */
    overflow: hidden;
    margin: 0 0 5px;
    /* font-family: montserratsemi_bold; */
}

.shopping-total dt {
    display: table;
    float: left;
    font-weight: 400;
}

.shopping-total dd {
    display: table;
    float: right;
    color: #bf0a0a;
    font-weight: 700;
}

.shopping-total dl.total-price {
    /* padding: 0 70px; */
}

.shopping-total hr {
    clear: both;
    background-color: #d1d1d1;
    margin-bottom: 10px;
    border: none;
    height: 1px;
    margin-top: 0px;
}


.btn.btn-max {
    width: 100%;
    font-size: 18px;
}


.payment_layout .column-a {
    /* width: 65%; */
    /* float: right; */
    /* padding: 15px; */
    /* padding-right: 105px; */
}

.payment_layout .column-a .step-payment {
    position: relative;
}

.payment_layout .column-a h2 {
    font-size: 14px;
    font-weight: 700;
    color: #3e3e3e;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Segoe UI';
    text-transform: uppercase;
}

.payment_layout .column-a .form-control {
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border: 1px transparent solid;
    background-clip: padding-box;
    border-radius: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 10px;
    word-break: normal;
    line-height: 1;
    height: 30px;
    background-color: white;
    color: #333333;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-color: #d9d9d9;
    font-family: 'Segoe UI';
}

.payment_layout .column-a .form-control:focus {
    border-color: #a7a2b7;
    outline: none;
    border-color: #006eff;
    box-shadow: none;
    box-shadow: 0 0 0 1px #006eff !important;
}

.payment_layout .column-a input.form-control::-webkit-input-placeholder {
    color: #737373;
}


.payment_layout .breadcrumb a {font-weight: 100;font-size: 12px;color: blue;font-family: 'Segoe UI';}


.payment_layout .btn.btn-max {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn.bg-blue {
    background-color: #786cf7;
    color: #fff;
}


.bs-example {
    position: relative;
    padding: 5px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.bs-example table {
    margin-bottom: 0px;
    box-sizing: content-box;
}

.bs-example .table>tbody>tr:first-child>td {border-top: 1px solid #ddd0 !important;}

body.payment_layout {font-family: "Segoe UI" !important;font-size: 14px;}

.bs-example .table>tbody>tr>td:nth-child(1) {
    width: 60px;
    position: relative;
    padding-right: 20px;
    color: #778ea5;
}

.bs-example .table>tbody>tr>td {
    padding-bottom: 10px;
    padding-top: 10px;
    letter-spacing: 0px;
    box-sizing: content-box;
}

.bs-example .table>tbody>tr>td:nth-child(2) {
    color: #3e3e3e;
}

.bs-example .table>tbody>tr>td:nth-child(3) {
    width: 50px;
    font-size: 12px;
    color: #4b57f1;
}

.bs-example .table>tbody>tr>td:nth-child(3) a {
    color: #4b57f1;
}


.panel-group .panel+.panel {
    margin-top: 0px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top: none;
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel-group .panel {
    /* border-bottom: none; */
    border-radius: 0px;
}


.payment_layout .panel-title label.label-option {
    display: block;
    cursor: pointer;
    font-family: 'Segoe UI';
    font-weight: 400;
    /* letter-spacing: 0px; */
    font-size: 14px;
    letter-spacing: 0px;
}

.payment_layout .panel-title label.label-option .block-envio {
    line-height: 1.5;
}


.is-sticky  .sec-info a {
    color: rgb(47, 47, 47);
    line-height: 1.4;
}


.font-bold {
    font-weight: 700;
}


.font-regular {
    font-weight: 400;
}


input:disabled {
    background-color: #e4e4e4 !important;
}

button:disabled {
    background-color: #e4e4e4 !important;
}

/*QUITAR FLECHAS DE NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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


.payment_layout .column-b {
    /* float: left; */
    /* width: 55%; */
    /* padding: 15px; */
    /* padding-right: 105px; */
}

.payment_layout .column-a, .payment_layout .column-b {
    /* padding-top: 65px; */
}


.carrito_info img {
    height: 65px;
    width: 65px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    object-fit: cover;
    border: 1px solid #d9d9d9;
}

.carrito_info .item {
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI';
    margin-bottom: 15px;
    height: 65px;
}


.carrito_info .item div {
    float: left;
}

.carrito_info .item .imagen {
    width: 20%;
}

.carrito_info .item .total {width: 20%;height: 100%;vertical-align: middle;text-align: right;letter-spacing: 0px;font-weight: 500;}

.carrito_info .item .datos {
    width: 60%;
    padding-left: 10px;
}

.carrito_info .item h4,.carrito_info .item h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Segoe UI';
    margin-bottom: 5px;
    color: #000;
}

.carrito_info .item h5 {
    font-size: 12px;
}

.carrito_info .item .total dd {
    vertical-align: middle;
}


.carrito_info.borde_superior {
    /* margin-top: 20px; */
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

.carrito_info .item.monto {
    height: auto !important;
    margin-bottom: 10px;
}


.carrito_info {
    padding-bottom: 20px;
}

.carrito_info .item .detalle {
    width: 80%;
}


.carrito_info .item.total_final .total {
    font-size: 24px;
    width: 50%;
}

.carrito_info .item.total_final .detalle {
    width: 50%;
    font-size: 18px;
    padding-top: 10px;
}


.logo img {
    height: 60px;
}


.breadcrumb li:last-child a::after {
    border: none;
}

.breadcrumb li:last-child a::before {
    border: none;
}

.payment_layout .breadcrumb {
    margin-top: 10px;
}

.payment_layout .breadcrumb .active a {
    color: #565656;
    font-weight: 700;
}


.content {
    overflow: hidden;
}

body.payment_layout,
.payment_layout .content,
.payment_layout .content .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.payment_layout .wrap{
    display: block;
    margin: 0 auto;
    max-width: 40em;
    /* max-width: 100%; */
    zoom: 1;
    box-sizing: content-box;
}

@media (min-width: 1000px){
    .payment_layout .wrap {
        padding: 0 5%;
        width: 90%;
        max-width: 78.5714285714em;
    }
}



.payment_layout .content .wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 1000px){
    .payment_layout .content .wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.payment_layout .wrap:after, .payment_layout .wrap:before {
    content: "";
    display: table;
}
.payment_layout .wrap:after{
    clear: both;
}

.payment_layout .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 15px;
}

@media (min-width: 750px){
    .payment_layout .main {
        padding-top: 1.5em;
    }
}

@media (min-width: 1000px){
    .payment_layout .main, .payment_layout .sidebar {
        padding-top: 4em;
    }

    .payment_layout .main {
        width: 52%;
        width: 52%;
        padding-right: 6%;
        float: left;
    }
}

body.payment_layout{
    font-size: 14px !important;
    line-height: 1.3em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
}

body.payment_layout{
    color: #545454;
    background: white;
}

.payment_layout .sidebar {
    position: relative;
    color: #535353;
    box-sizing: content-box;
    position: relative !important;
}

.payment_layout .sidebar::after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #fafafa;
    /* background: #ff4646; */
    z-index: -1;
    -webkit-box-shadow: 0 -1px 0 #e1e1e1 inset;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
    box-sizing: initial !important;
}

@media (min-width: 1000px){
    .payment_layout .sidebar {
        width: 38%;
        padding-left: 4%;
        background-position: left top;
        float: right;
    }
}

@media (min-width: 1000px){
    .sidebar::after {
        left: 0 !important;
        background-position: left top !important;
        -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
        box-shadow: 1px 0 0 #e1e1e1 inset !important;
    }
}

.carrito_info .item:last-child {
    margin-bottom: 0px;
}


.is-sticky .sec-info {
    padding-top: 20px;
    margin-bottom: 10px;
}

.is-sticky .sec-cont {
    overflow: visible;
}

img.logo_portada_center {
    height: 150px;
}
@media (max-width:580px) {
    img.logo_portada_center {
        height: 80px;
        margin-bottom: 10px;
    }
}

.is-sticky .sec-info .redes i {
    border: 1px solid #000;
}

div#content_productos {
    padding-top: 30px;
    /* margin-right: -30px; */
    /* margin-left: -30px; */
}

.menu-list-categoria ul.subcategoria_secundaria li a {
    color: #000;
    font-family: 'Montserrat';
}

.menu-list-categoria ul.subcategoria_secundaria li a:hover {
    /* font-weight: 400; */
    color: #f7a648;
}


.menu-list-platos .menu-item-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.single-item-detalle:hover {
    /* -webkit-box-shadow: 0 0 0 1px var(--color-segundario); */
    /* box-shadow: 0 0 0 1px var(--color-segundario); */
    /* border: 1px solid var(--color-segundario); */
    box-shadow: 0 5px 15px #00b5d71c, 0 0 0 var(--color-segundario) inset;
    background-color: #fff;
}


.menu-item-descrpcion .precio {
    color: #1e1e1f;
    font-size: 14px;
    font-weight: 800;
    /* text-align: right; */
    line-height: 1;
    margin-bottom: 10px;
}

.menu-item-descrpcion .btn-group a {
    color: #fff;
}


.sec-header-content .sec-menu {
    padding-top: 0px;
    /* max-height: 100px; */
    z-index: 777;
}


.slider_galeria_producto .slick-slide {
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    /* width: 70px; */
    /* height: 70px; */
}


.slider_galeria_producto .slick-slide button img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


.slider_galeria_producto .slick-slide button {
    padding: 0;
    border: 1px solid #eaeaea;
    /* width: 70px; */
    /* height: 70px; */
}


.slider_imagen_miniatura {
    margin-bottom: 30px;
}

.sec-cont.sec-content .sec-body .row {
    /* margin-left: -30px; */
    /* margin-right: -30px; */
}


div#imagen_principal {
    border: 1px solid #eaeaea;
}


.sec-header.sec-header-content #menu-sticky-wrapper {
    height: 100px;
    max-height: 100px;
}


.sec-content .descipcion {
    margin-top: 30px;
}


.operaciones .content_precio {
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Montserrat';
    color: #333333;
    font-weight: 700;
}

@media(max-width: 579px){
    .operaciones .content_precio{
        font-size:28px;
    }
}

.operaciones {
    /* text-align: right; */
    /* margin-bottom: 25px; */
}

.operaciones .content-carrito {
    /* margin-top: 15px; */
}

.operaciones .content-carrito .cantidad {
    margin: 0;
}

.operaciones .content_subtotal {
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}

.operaciones .content-carrito .cantidad .btn {
    width: 40px;
    height: 46px;
    font-size: 18px;
}

.operaciones .content-carrito .cantidad input {
    width: 40px !important;
    height: 46px;
    font-size: 14px;
}

.operaciones .del-producto {
    padding-right: 0px;
    color: #000;
    margin-top: 15px;
}


.operaciones .add-producto {
    /* margin-top: 30px; */
    width: 100%;
}


.no-content-carrito p {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.no-content-carrito {
    padding-top: 100px;
    padding-bottom: 100px;
}


#modal-ventana .modal-body {
    padding: 30px;
}

#modal-ventana .modal-content {
    border-radius: 10px;
}

#modal-ventana .texto {
    font-size: 18px;
}

#modal-ventana .modal-dialog {
    margin-top: 200px;
}


.btn {
    border-radius: 0px !important;
}

.btn:focus {
    outline: none !important;
}

@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    25%,
    75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
}
@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    25%,
    75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
    }
}
  /* Icon Up */
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}


.sec-footer img {
    height: 25px;
}

.sec-footer .info_empresa p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 30px;
    /* color: #a8a8a8; */
}

.sec-footer .info_empresa {
    margin-top: 50px;
    margin-bottom: 20px;
    /* color: #fff; */
}

.sec-footer .footer_end {
    border-top: 1px solid #3c3c3c;
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 11px;
    color: #8f8f8f;
}

.sec-footer .footer_end a {
    color: #fff;
    text-decoration: underline;
}

.info_empresa a {
    color: #a8a8a8;
    font-size: 13px;
}

.sec-footer .info_empresa h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.8px;
    line-height: 21px;
    text-transform: uppercase;
}

.sec-footer .info_empresa ol {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 30px;
}

.resetear *{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}


.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /* background-attachment: fixed; */
    z-index: -1;
}


button.btn.add-producto {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
    /* background-color: #2bb6eb; */
}

button.btn.add-producto:hover {
    background-color: var(--color-segundario);
    border-color: var(--color-segundario);
    border-color: #fff;
}


.sec-contacto button:hover, .sec-contacto button:focus, .sec-contacto button:active {
    background-color: var(--color-segundario);
}

ul.no_style{
    list-style: none;
    /* overflow: hidden; */
}

li.horizontal{
    display: inline-block;
    margin-bottom: 10px;
}


.sec-cont.sec-problema {
    overflow: initial;
}


.dropdown {
    /* height: 34px; */
}

.fs-18{
    font-size: 18px;
}

.dropdown>button {
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-radius: 2px;
}

.filter_option .form-control {
    height: 29px;
    height: 23px;
    padding: 1px 3px;
    border-left: none;
    box-shadow: none;
    border-radius: 2px;
    box-sizing: content-box;
    border-color: #494d4f;
}

.filter_option .input-group-addon {
    background-color: #fff;
    border-right: none;
    padding: 1px 9px;
    padding-right: 3px;
    border-radius: 2px 0px 0px 2px;
    border-color: #494d4f;
    /* font-style: italic; */
    display: table-cell;
}

.filter_option .form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    border-color: #494d4f;
}


.filter_option .form-inline button {
    height: 27px;
    line-height: 1.4;
    border: solid 1px;
    border-radius: 2px;
    border: none;
}

.out_text {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.filter_option .form-inline {
    margin-right: 15px;
}


.bg-red {
    background: #c7a1a1;
    /* color: #fff; */
}

.bg-red a {
    color: #000;
}


.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}


.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.custom-navbar .navbar-nav {
    margin: 0px;
    /* margin-bottom: 15px; */
}


.filter_option .input-group .form-control {
    display: table-cell !important;
}

@media (max-width: 579px) {
    .filter_option .input-group .form-control {
        width: auto;
    }
}

.filter_option .form-inline .input-group button {
    display: table-cell;
}


.sec-header-content #menu .navbar-toggle .icon-bar {
    background: #000000;
}


.slick-dots li button:before {
    content: '•';
    font-size: 10px;
}

.slick-dots li {
    margin: 0 0px;
}


button.btn.btn-success.btn-lg {/* padding: 8px 13px; */font-size: 14px;height: 46px;}


.titulo-sm {
    padding: 0 15px;
    padding-top: 35px;
    margin-bottom: 20px;
}


.sec-seguimiento input {
    width: auto !important;
    box-shadow: none !important;
}

.sec-seguimiento button {
    padding: 5.4px 10px;
    line-height: 1.4;
}


.btn-wssp {
    line-height: 2;
    display: inline-block;
    padding-top: 0px;
    padding-left: 25px;
    /* position: relative; */
    vertical-align: bottom;
    width: 103px;
    height: 28px;
    background: #00bb2d;
    border: 1px solid #00bb2d;
    border-radius: 5px !important;
    color: #fff;
    position: relative;
    font-size: 13px;
}


.btn-wssp i {
    font-size: 17px;
    display: block;
    top: 4px;
    position: absolute;
    left: 10px;
}

.btn-wssp:focus, .btn-wssp:hover {
    color: #fff;
}


.map iframe {
    height: 100%;
    width: 100%;
}


.sec-problema button {
    background-color: #2ab6eb;
    color: #fff;
    border-color: #2ab6eb;
}


.acceso-directo {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin-right: 15px;
    display: none;
}

.is-sticky .acceso-directo {
    color: #333;
}


.lista_portada li a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}

#gallery-1 .gallery-item {
    float: left;
    text-align: center;
    width: 16.6%;
    margin-bottom: 0;
}
.gallery .gallery-item {
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


.gallery {
    margin-right: -20px;
}

.fs-18{
    font-size: 18px;
    line-height: 1.7;
}

.fs-24{
    font-size: 24px;
    line-height: 1;
}


.widget_template {
    margin-bottom: 18px;
    /* border-bottom: 1px solid #eaeaea; */
    display: block;
    overflow: hidden;
}

.widget_template .option-component {
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    /* letter-spacing: -0.5px; */
}

.widget_template .radio-inline label {
    margin-bottom: 0px !important;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
    padding-left: 17px;
    letter-spacing: -0.5px;
}


.widget_template h3 {
    height: 31px;
    margin-bottom: 0;
    /* line-height: 1.2; */
}

.widget_template .option-component .main>label {
    line-height: 1.4;
    margin-bottom: 0px;
    font-weight: 400;
}


.widget_template s {
    color: #cab2b2;
}


.box-social {}


.sec-header-content .acceso-directo {
    color: #000;
}


.carrete_fotografico {
    overflow: hidden;
}


table.solo_formato tbody {
    width: 100%;
}

table.solo_formato {
    width: 100%;
}


.w100 {
    width: 100%;
}


.mt-05 {
    margin-top: 5px;
}

.btn-mg {
    padding-top: 8px;
    padding-bottom: 8px;
}


#notice-bar {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #f0806c;
    color: #fff;
    text-align: center;
    letter-spacing: 0.325px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 2.077em;
}
@media (max-width: 991px){
    #notice-bar {
        padding-left: 20px;
        padding-right: 20px;
        /* font-size: 13px; */
        line-height: 1.5;
    }
}

.disp-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



#menu-seccondary ul.nav.menu-horizontal {
    font-size: 11px;
    /* display: inline-block; */
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    /* margin-left: auto; */
}

.menu-horizontal li{
    display: inline-block;
    float: left;
}

#menu-seccondary .menu-horizontal li a:not(.redes){
    font-size: 1em;
    font-weight: 600;
    padding: 0 5px;
    line-height: 26px;
    text-transform: capitalize;
    /* letter-spacing: .275px; */
    letter-spacing: .275px;
    padding-left: 11px;
    padding-right: 11px;
    color: #777777;
}

#menu-seccondary .menu-horizontal li a.redes{
    /* font-size: 1em; */
    /* font-weight: 600; */
    padding: 0 2px;
    /* line-height: 26px; */
    /* text-transform: capitalize; */
    /* letter-spacing: .275px; */
    /* letter-spacing: .275px; */
    /* padding-left: 11px; */
    /* padding-right: 11px; */
    color: #777777;
}

#menu-seccondary .menu-horizontal li a:hover{
    text-decoration: none;
    background-color: initial;
}

#menu-seccondary .separator {
    border-left: 1px solid #777777;
}



#menu-seccondary .redes i {
    width: 28px;
    height: 28px;
    line-height: 1.9;
}

#menu-seccondary {
    border-bottom-width: 1px !important;
    border-bottom-color: #e7e7e7 !important;
    border-bottom-style: solid !important;
}
@media (max-width: 991px){
    #menu-seccondary {
        display: none;
    }
}


#menu-seccondary .notice {
    padding-top: 9px;
    padding-bottom: 10px;
}

.disp-flex-auto {
    width: auto;
    flex: none
}

.disp-flex-1 {
    flex: 1
}

#main-header .elements{
    width: 91%;
}


#main-header h1 img {
    width: auto;
    height: 42.50px;
}
@media (max-width: 991px){
    #main-header h1 img {
        width: auto;
        height: 20px;
    }
}


#main-header .brand {
    margin: 27px 0;
}

#main-header .brand h1 {
    margin: 0;
    font-size: inherit;
}

#main-header .elements>.disp-flex{
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

#main-header .elements .search{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    flex-grow: 1 !important;
    margin: 0px 24px;
    padding-left: 48px;
}

@media (max-width: 991px){
    #main-header .elements .search{
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        max-width: 200px;
    }
}

#main-header .search .form-control:focus {
    box-shadow: none;
    border: 0px;
    /* padding: 20px 15px; */
    /* padding-right: 15px; */
    /* padding-left: 20px; */
    /* border-color: #9d5895; */
    /* border-right-color: initial; */
}

#main-header .search .form-control {
    background-color: #f4f4f4;
    height: 40px;
    border: 0px !important;
    padding-right: 15px;
    padding-left: 20px;
    box-shadow: none !important;
}

#main-header .search .custom {
    /* border-radius: 10px; */
    overflow: hidden;
    border-radius: 25px;
    line-height: 40px;
    border: 1px solid #f4f4f4;
    max-width: 564px;
}

#main-header .search .custom:focus {
    border: 1px solid #a05a94;
}

#main-header .search .btn {
    height: 40px;
    border: 0px !important;
    background-color: #f4f4f4;
}

#main-header .search .btn:hover {
    background-color: #9d5894;
    color: #fff;
}


#main-header .search .btn i {
    margin-left: 0px;
    margin-right: 5px;
}

#main-header .call{
    margin-right: 24px;
    display: block;
}

@media (max-width: 991px){
    #main-header .call{
        display: none;
    }
}


.disp-block{
    display: block;
}

.mr-15{
    margin-right: 15px;;
}

#main-header .call .texto h3{
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

#main-header .call .texto p{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 0;
}


#main-header .app-a {
    font-size: 28px;
    margin-left: 16px;
    color: #dc7675;
    cursor: pointer;
}

#main-header .app-a:hover {
    color: #995696 !important;
}


#main-header .app-a .mini {
    font-size: 14px;
    margin-left: 2px;
    vertical-align: middle;
    padding-bottom: 5px;
    /* line-height: 1; */
}


#menu-main .menu-horizontal {
    border-top-width: 1px !important;
    border-top-color: #f4f4f4 !important;
    border-top-style: solid !important;
}

#menu-main .menu-horizontal li{
    margin: -1px 34px 0px 0px;
}

#menu-main .menu-horizontal a{
    font-family: Poppins,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.12px;
    color: #555555;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

#menu-main .menu-horizontal a:hover, #menu-main .menu-horizontal a.active {
    background: initial;
    color: #dc7675;
}

.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
    top:0px;
    left: 0px;
}


#main-slider img {
    width: 100%;
    height: auto !important;
}


.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}

.slick-prev, .slick-next {
    height: auto;
    width: auto;
    z-index: 1;
    top: 48%;
}

.slick-prev:before, .slick-next:before {
    color: #0000001c;
    transition: 0.5s;
    font-size: 30px;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #000000;
    transition: 0.5s;
}


#main-features .item {
    display: flex;
    align-items: center;
    justify-content: center !important;
    /* padding: 1rem; */
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (max-width: 991px){
    #main-features .item .texto{
        min-width: 60%
    }
}


#main-features {
    margin-top: 20px;
    margin-bottom: 20px;
}

#main-features .item h3 {
    margin: 0;
    margin-bottom: 3px;
    color: #000;
}


#main-features .item .icon {
    font-size: 30px;
    line-height: 1;
    color: #000;
}

#main-features .item .icon i {
    margin-right: 15px;
}


#main-box-alerts img {
    margin-bottom: 20px;
    width: 100%;
}


h2.title-line-custom {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    line-height: 40px;
}

h2.title-line-custom:before,h2.title-line-custom:after {
    height: 0;
    border-top: 1px solid;
    border-top-color: #dadadb;
    flex: 1;
    content: "";
    /* margin-right: 20px; */
    /* text-transform: uppercase; */
}

h2.title-line-custom:before {
    margin-right: 20px;
}

h2.title-line-custom:after {
    margin-left: 20px;
}

#main-box-custom-01 div.col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}

#main-box-custom-01 .row {
    margin-right: -10px;
    margin-left: -10px;
}


.single-item-detalle-02 span.categorias {
    margin-top: 16px;
    opacity: 0.7;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: center;
    color: #9b9b9b;
    font-weight: 700;
    display: block;
}

.single-item-detalle-02 h3 {
    margin-bottom: 7px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.01em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-item-detalle-02 .precio {
    margin-bottom: 14px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #444;
    letter-spacing: -0.5px;
}

.single-item-detalle-02 a{
    color: inherit;
}


.single-item-detalle-02 span.categorias a:hover {
    color: #0032a9;
}


.flex-container {
    display: flex;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.single-item-detalle-02 .botones>.product-links {
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    width: fit-content;
    visibility: visible;
    opacity: 1;
}


.button-custom-01 {
    background-color: rgba(244,244,244,1);
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: rgba(244,244,244,1); */
    padding: 6px 9px 6px 9px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    transition: left .25s, right .25s, z-index .25s, opacity .25s, background .25s, color .25s, border-color .25s;
    cursor: pointer;
}

.single-item-detalle-02 .wishlist, .single-item-detalle-02 .whatsapp {
    transition: left .25s, right .25s, z-index .25s, opacity .25s, background .25s, color .25s, border-color .25s;
    background-color: rgba(244,244,244,1);
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: rgba(244,244,244,1); */
    position: absolute;
    z-index: -1;
    bottom: 0px;
    /* left: 52px; */
    opacity: 0;
    display: block;
}

.single-item-detalle-02:hover .wishlist {
    left: -37px;
    z-index: 1;
    opacity: 1;
}

.single-item-detalle-02:hover .whatsapp {
    /* left: unset; */
    right: -35px;
    z-index: 1;
    opacity: 1;
}
@media (max-width: 991px){
    .single-item-detalle-02 .whatsapp {
        right: -35px !important;
        z-index: 1;
        opacity: 1;
    }
}


.single-item-detalle-02 .see {
    display: block;
}

.single-item-detalle-02 .wishlist {
    left: 52px;
    display: none;
}

.single-item-detalle-02 .whatsapp {
    right: 52px;
}

.whatsapp .button-custom-01, .wishlist .button-custom-01 {
    font-size: 16px;
}

.button-custom-01:hover {
    color: #fff;
    background-color: #0088cc;
}


#main-box-custom-01 {
    /* padding-top: 40px; */
    background-color: #fbfbfb !important;
    /* background-color: #181d91 !important; */
    /* padding-bottom: 20px; */
    /* overflow: hidden; */
}

.single-item-detalle-02 {
    margin-bottom: 40px;
}

.items-arrows .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}


.items-arrows .slick-prev, .items-arrows .slick-next {
    top: 34%;
}

.items-arrows .slick-next {
    right: -20px;
}

.items-arrows .slick-prev:before,.items-arrows .slick-next:before {
    font-size: 24px;
    color: #00000000;
}

.items-arrows .slick-prev {
    left: -20px;
}

.items-arrows:hover .slick-prev:before,.items-arrows:hover .slick-next:before {
    color: #000000;
    transition: 0.5s;
}


.content-image {
    position: relative;
}

.content-image img.img-seccond {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    object-fit: cover;
    transition: opacity 0.3s;
    opacity: 0;
}

.single-item-detalle-02 .content-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #4679BD;
    border: 1px solid #f4f4f4;
}

.single-item-detalle-02 .content-image:before {
    content: "";
    display: block;
    padding-top: 100%;
    padding-top: 120%;
    /* padding-top: 170%; */
    background-color: #000;
}

.single-item-detalle-02 .imagen .box-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    display: block;
}


.single-item-detalle-02 .imagen .box-content img {
    height: 100%;
    width: 100%;
    /* max-width: none; */
    object-fit: cover;
    object-position: top;
    /* text-align: center; */
}

.single-item-detalle-02 .imagen:hover .img-seccond {
    opacity: 1;
}


.single-item-detalle-02 .labels {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 0.8em;
    /* left: 0; */
    font-size: 10px;
    left: 0.8em;
    text-align: center;
}

.single-item-detalle-02 .labels .onhot {
    background: #2ba968;
    color: #ffffff;
}

.single-item-detalle-02 .labels>div {
    padding: 5px 11px;
    margin-bottom: 5px;
}

.single-item-detalle-02 .imagen {
    position: relative;
}

.single-item-detalle-02 .labels .onsale {
    background: #da5555;
    color: #ffffff;
}


#main-box-custom-02 {
    /* padding-top: 40px; */
    /* padding-bottom: 20px; */
    overflow: hidden;
}


.margin-sections-default {
    padding-top: 40px;
    padding-bottom: 20px;
}

#main-box-custom-03 {
    padding-top: 00px;
}

#main-box-custom-03 p {
    padding: 35px 25px;
    margin: 0px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-custom01 {
    border-color: #ffffff #ffffff #ffffff;
    background-color: #ffffff;
    color: #222529;
    font-weight: 700;
    letter-spacing: 0.14px;
    padding: 5px 36px;
    font-size: 30px;
    line-height: 1.3333;
    border: none;
}

#main-box-custom-03 .float-right {
    float: right;
    position: absolute;
    top: 23px;
    right: 25px;
}

.btn-custom01>a {
    color: inherit;
}

.display-block{
    display: block;
}


.sec-footer .footer_end .pull-right {
    font-size: 12px;
    color: #a8a8a8;
}

.sec-footer .footer_end .pull-right>a {
    color: inherit;
    text-decoration: none;
    letter-spacing: -0.5px;
    /* text-transform: uppercase; */
}


#menu-main .logo-sticky img {
    height: 30px;
    margin-top: 14px;
}

#menu-main .logo-sticky {
    height: 100%;
}

div#menu-main {
    background-color: #fff;
    /* border-bottom-width: 1px !important; */
    /* border-bottom-color: #e7e7e7 !important; */
    /* border-bottom-style: solid !important; */
}
@media (max-width: 991px){
    div#menu-main {
        display:none;
    }
}

#menu-main .logo-sticky {
    display: none;
}

.is-sticky #menu-main .logo-sticky {
    display: block;
}

.is-sticky #menu-main {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), 0 0px 3px rgba(0, 0, 0, 0.28);
}


.float-right {
    float: right !important;
}

#menu-main .menu-horizontal .redes a {
    font-size: 24px;
    width: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    /* height: auto; */
    border: none;
}

#menu-main .menu-horizontal .redes {
    margin-right: 0px;
}


.producto-item-description .operaciones h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #222529;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 2px;
}


.separador:after {
    content: "";
    display: block;
    /* width: 40px; */
    border-top: 2px solid #e7e7e7;
    margin-top: 13px;
}

.mb-0 {
    margin-bottom: 0px;
}

.block-image-product {
    position: relative;
}

.badge-product {
    position: absolute;
    top: 10px;
    left: 10px;
}

.radio-inline input {
    cursor: pointer;
}


.widget_template .radio-inline input {
    margin-left: -16px;
    margin-top: 0.5px;
    /* position: relative; */
}

.widget_template .radio-inline {
    /* margin-left: 0px; */
    padding-left: 0px;
    line-height: 1.2;
}

.widget_template .option-component .main>span {
    letter-spacing: -0.5px;
    font-weight: 700;
}


.widget_template .option-component .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.widget_template .option-component .row .col-lg-3,
.widget_template .option-component .row .col-lg-9{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.widget_template .radio-inline label:has(input[type="radio"]:disabled) {
    color: #cab2b2;
    text-decoration: line-through;
    cursor: no-drop;
}

.btn.btn-whatsapp {
    font-size: 14px !important;
    height: 46px;
    display: block;
    line-height: 24px;
    background-color: #fff;
    border-color: #56c300;
    border-width: 1px;
    color: #56c300;
}

.btn.btn-whatsapp:hover {
    background-color: #56c300;
    color: #fff;
}

.widget_template .solo_formato td {
    padding-right: 8px;
}


.widget_template p {
    text-align: justify;
}


.separador.mini:after {
    width: 40px;
}

h2.title-line {
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 40px;
    letter-spacing: -0.36px;
    border-bottom: 1px solid #e7e7e7;
}


.single-item-detalle-02 .precio .anterior {
    color: #c5c5c5;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}


.content-result-pagination {
    margin-bottom: 50px;
}

.content-result-pagination .pagination {
    margin-top: 0px;
}

.content-result-pagination .pagination>li>.page-link {
    color: #6b6b6b;
    border: 1px solid #e1e1e1;
    margin-left: 5px;
    font-weight: 700;
    padding: 6px 10px;
}

.content-result-pagination .pagination>li {
    /* margin-left: 10px; */
}

.content-result-pagination .pagination>.disabled>a,
.content-result-pagination .pagination>.disabled>a:focus,
.content-result-pagination .pagination>.disabled>a:hover,
.content-result-pagination .pagination>.disabled>span,
.content-result-pagination .pagination>.disabled>span:focus,
.content-result-pagination .pagination>.disabled>span:hover{
    background-color: #fff;
    border-color: #e1e1e1;
    color: initial;
}

.content-result-pagination .pagination>li:first-child>a,
.content-result-pagination .pagination>li:first-child>span{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.content-result-pagination .pagination>.active>a,
.content-result-pagination .pagination>.active>a:focus,
.content-result-pagination .pagination>.active>span,
.content-result-pagination .pagination>.active>span:focus,
.content-result-pagination .pagination>.active>span:hover,
.content-result-pagination .pagination .page-link:hover{
    background-color: #fff;
    border-color: var(--color-primario) !important;
}


.content-filter {
    /* padding: 20px; */
    border: 1px solid #e7e7e7;
    margin-bottom: 50px;
}
@media (max-width: 991px){
    .content-filter {
        display:none;
    }
}

.content-filter h4 {
    font-weight: 600;
    font-size: 15px;
}

.content-filter .nav.child {
    padding-left: 20px;
}


.nav-categories li a {
    padding: 0px;
    border-radius: 0px;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.nav-categories li.active>a {
    background-color: #fff;
    color: #dc7675;
    /* margin-bottom: 10px; */
}

.nav-categories li a:hover, .nav-categories li.active>a {
    background-color: #fff !important;
    color: #dc7675 !important;
}


.content-filter .modulo {
    padding: 20px;
}

.content-filter .separador:after {
    margin-top: 0px;
}

.filter_result_options .dropdown>button {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    /* line-height: 18px; */
    padding: 5px 8px 5px 8px;
}

li.horizontal.filter_result_options {
    margin-bottom: 20px;
}

.filter_result_options .dropdown button .caret {
    margin-left: 20px;
}

.p-0 {
    padding: 0px;
}


.payment_layout .panel-default>.panel-heading {
    padding: 8px 10px;
    text-transform: uppercase;
    /* font-size: 12px; */
}

.payment_layout .panel-default>.panel-heading .panel-title label {
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
    margin-bottom: 0px;
}

.p-20{
    padding:10px;
}


.payment_layout .panel-default>.panel-heading .panel-title label input {
    margin-top: 0;
    line-height: 1.5;
    /* padding-top: 3px; */
    position: absolute;
    left: 0;
    top: 1.5px;
}

.payment_layout .panel-default .panel-body {
    padding: 10px;
    color: #737373;
    font-size: 12px;
    font-style: italic;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body p {
    /* color: #753d3d; */
}

.payment_layout .panel-default .panel-body br {
    line-height: 0px;
    /* display: block; */
}


.ml-auto-flex {
    margin-left: auto !important;
}

.slick-track {
    margin: 0  auto;
}

.widget_template .option-component .main>span.label-active {
    color: #222529;
}


.widget_template .element_data span {
    font-weight: 700;
    color: #222529;
}

.widget_template .element_data {
    font-size: 12px;
    /* line-height: 1.7; */
}

.widget_template .element_data a {
    color: #777777;
}

.widget_template .element_data a:hover {
    color: #360681;
}


.title-shop {
    text-transform: capitalize;
}


#main-header .navbar-toggle {
    /* background-color: #000; */
    border-color: #000;
    border-width: 3px;
    padding: 0px;
    margin-right: 15px;
    border: none;
}

#main-header .navbar-toggle .icon-bar {
    background-color: #000;
}

div#menu-main-sticky-wrapper {
}
@media (max-width: 991px){
    #menu-main-sticky-wrapper {
        display:none;
    }
}

div#main-header {
    background-color: #fff;
}
@media (max-width: 991px){
    div#main-header {
        border-bottom: 1px solid #e7e7e7;
    }
    .is-sticky #main-header {
        border: none;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), 0 0px 3px rgba(0, 0, 0, 0.28);
    }
}

#menu-responsive {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* width: 250px; */
    z-index: 9999999;
    background-color: #0009;
}
@media (max-width: 991px){
    #menu-responsive {
        /* display: block; */
    }
}


#menu-responsive .cont {
    width: 60%;
    background-color: #f9f9f9;
    height: 100%;
    padding: 20px;
    position: relative;
}

#menu-responsive .boton_close {
    position: absolute;
    right: 20px;
    top: 20px;
}


#menu-responsive .cont .logo {
    max-width: 100px;
}

#menu-responsive .cont .menu-primary {
    margin-top: 25px;
}

#menu-responsive .nav a {
    padding: 0px;
    color: #000;
    font-size: 13px;
}

#menu-responsive .nav li {
    margin-bottom: 10px;
}


.view_md {
    display: block;
}
@media (max-width: 991px){
    .view_md {
        display: none !important;
    }
}

.view_xs {
    display: none !important;
}
@media (max-width: 991px){
    .view_xs {
        display: block !important;
    }
}


#main-header-sticky-wrapper {
    display: block;
}
@media (max-width: 991px){
    #main-header-sticky-wrapper {
        display:block;
    }
}

.is-sticky #main-header {
    display: none;
}
