@media (max-width: 579px) {
    .sec-header .video-container video {}

    .sec-info .numeros li:nth-child(1n) {
        width: 100%;
    }

    .sec-info .numeros li:nth-child(2n) {
        width: 100%;
    }

    .sec-info .numeros li:nth-child(3n) {
        width: 100%;
    }

    .sec-info .numeros li:nth-child(4n) {
        width: 100%;
    }

    .fondo-filtro {
        padding-top: 0px;
        /* padding-bottom: 50px; */
    }

    .fondo-filtro h2 {
        font-size: 55px;
        line-height: 1.2;
    }

    .fondo-filtro h1 {
        font-size: 24px !important;
        line-height: 1.4;
    }

    .sec-header-content .fondo-filtro h1{
        text-transform: initial;
    }

    .sec-menu .logoPrincipal {
        float: left;
        /* margin-top: -15px; */
        /* height: 50px; */
        /* padding: 15px 15px; */
        /* font-size: 18px; */
        /* line-height: 0px; */
    }

    .sec-menu .navbar-header {
        padding: 10px 0px;
        /* background: #00000063; */
    }

    .sec-menu .logoPrincipal img {
        width: auto;
        /* padding-top: 10px; */
        height: 40px;
        margin-top: 5px;
    }

    .custom-navbar .nav li.active a::before {
        background: #92953e00 none repeat scroll 0 0;
    }

    .custom-navbar .nav li:hover a::before {
        background: #92953e00 none repeat scroll 0 0;
    }

    .navbar-collapse {
        background-color: #00000063;
        border-bottom: 1px solid #000;
    }

    .sec-header-content .navbar-collapse{
        background-color: #FFF;
    }

    .is-sticky .navbar-collapse {
        background-color: #00000000;
    }

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

    .sec-nosotros p {
        margin-bottom: 50px;
    }

    .sec-cont.sec-contacto {
        padding-top: 0px;
    }

    .map {

        height: 500px;
    }

    .sec-nosotros h2 {
        text-align: center;
    }

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

    .navbar-header .pull-right{
        float: right !important;
    }

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

    .sec-footer .pull-right {
        float: right !important;
    }

    .sec-problema .form-group {
        margin-bottom: 0px;
    }
    .form-inline .form-group{
        display:inline-block;
    }

    .menu-list-platos.row .item .menu-item-imagen {
        height: 118px;
        left: 16px;
        top: 16px;
        width: 100px;
    }

    .single-item-detalle {
        padding-left: 130px;
        box-shadow: 0 5px 15px #00b5d71c, 0 0 0 var(--color-segundario) inset;
        background-color: #fff;
    }

    .menu-item-descrpcion h3{
        font-size: 14px;
    }

    .donaciones .slick-slide img {
        max-height: 250px;
    }

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

    .slider_galeria_producto .slick-slide button img{
        height: 50px;
    }

    .sec-header-content #menu .sec-body {
        padding-right: 0px;
        padding-left: 0px;
    }

    .sec-header-content #menu .sec-body .navbar-header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sec-header.sec-header-content{
        overflow:inherit;
    }

    .sec-content button.btn.add-producto{
        padding: 8px 12px;
        font-size: 14px;
        margin-top: 15px;
    }

    .operaciones .add-producto{
        margin-top:0px !important;
    }

    .breadcrumb li{
        font-size: 12px !important;
    }

    .sec-contacto h3{
        font-size:20px;
    }

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

    .no-content-carrito .iconos .fa-10x{
        font-size: 80px;
    }

    .no-content-carrito p{
        font-size:18px;
    }

    .no-content-carrito button.btn.btn-success.btn-lg{
        padding: 8px 13px;
        font-size: 14px;
    }

    h5{
        font-size: 16px !important;
    }

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

    .content-carrito h4{
        font-size: 16px;
        text-transform:initial !important;
    }

    .content-carrito h5{font-size: 12px !important;}
}

@media (min-width: 580px)and (max-width:767px) {
    .sec-info .numeros li:nth-child(1n) {
        width: 100%;
    }

    .sec-info .numeros li:nth-child(2n) {
        width: 100%;
    }

    .sec-info .numeros li:nth-child(3n) {
        width: 100%;
    }

    .sec-info .numeros li:nth-child(4n) {
        width: 100%;
    }

    .fondo-filtro {
        padding-top: 150px;
        /* padding-bottom: 50px; */
    }

    .fondo-filtro h2 {
        font-size: 55px;
        line-height: 1.2;
    }

    .fondo-filtro h1 {
        font-size: 32px;
        line-height: 1.6;
    }

    .sec-menu .logoPrincipal {
        float: left;
        margin-top: -15px;
        /* height: 50px; */
        /* padding: 15px 15px; */
        /* font-size: 18px; */
        /* line-height: 0px; */
    }

    .sec-menu .navbar-header {
        padding: 10px 15px;
        background: #00000063;
    }

    .sec-menu .logoPrincipal img {
        width: 200px;
        padding-top: 15px;
        height: auto;
        margin-top: 0px;
    }

    .custom-navbar .nav li.active a::before {
        background: #92953e00 none repeat scroll 0 0;
    }

    .custom-navbar .nav li:hover a::before {
        background: #92953e00 none repeat scroll 0 0;
    }

    .navbar-collapse {
        background-color: #00000063;
    }

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

    .sec-nosotros p,
    .sec-problema p {
        margin-bottom: 50px;
    }

    .sec-cont.sec-contacto {
        padding-top: 0px;
    }

    .map {

        height: 500px;
    }



    .sec-nosotros h2 {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .sec-info .numeros,
    .sec-info .redes {
        width: 100%;
        float: none;
        overflow: hidden;
        text-align: center;
    }

    .sec-info .numeros ul {
        width: 100%;
        overflow: hidden;
    }

    .sec-info .numeros li {
        float: left;
        margin-right: 0px;
        text-align: center;
    }

    .redes li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
    }

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

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

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

    .sec-nosotros .absolute {
        display: none;
    }

    .cont-taller .item {
        /* float: left; */
        /* width: 20%; */
        height: 180px;
        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:hover {
        background-size: 100%;
    }

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

    .sec-actividad p {
        font-size: 14px;
        margin-bottom: 50px
    }

    .sec-contacto .mapa {
        margin-bottom: 30px;
    }

    .modal .modal-fondo {
        top: 0;
        left: 0;
        position: relative;
        width: auto;
        height: auto;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .modal .video-container {
        position: relative;
        top: 0px;
        left: 0;
        height: 100%;
        line-height: 0px;
        /* width: 100%; */
    }

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

    #modal-principal .modal-header h4 {
        font-size: 18px
    }

    #modal-principal button.close2 {
        float: left;
        font-size: 40px;
        font-weight: 700;
        line-height: 1;
        color: #000000;
        /* 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;
    }

    .modal p {
        color: #000;
        font-size: 14px;
        line-height: 18px;
    }

    .modal .modal-horario {
        margin-top: 30px;
        color: #000;
        font-size: 12px;
    }

    .custom-navbar .nav li a {
        text-transform: uppercase;
        color: #ffffff;
        /* font-family: 'Proxima-Nova-Bold', sans-serif; */
        padding: 10px 0px;
    }
    .sec-header-content .custom-navbar .nav li a{
        color: #000 !important;
    }

    .sec-menu {
        padding-top: 10px;
    }

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

    .sec-nosotros p {
        margin-bottom: 100px;
        font-size: 14px;
    }

    .sec-cont.sec-contacto {
        padding-top: 0px;
    }

    .map {height: 300px;}



    .sec-nosotros h2 {
        text-align: center;
    }

    .content-carrito .total_carrito{
        background-color: #f4f4f4;
        /* padding: 0px; */
        /* border: 1px solid #12110d61; */
    }

    .content-carrito img{
        /* margin-left:-15px; */
        /* margin-right:-15px; */
        /* width: 100%; */
        height: 200px;
    }

    .payment_layout .wrap{
        padding: 0 25px;
        margin: 0;
        max-width: 40em;
        border-top: 1px solid #eee;
    }

    .payment_layout .btn_boton_detalle{
        border: none;
        width: 100%;
        padding: 10px 0;
        background-color: #fff0;
        outline: none;
        /* margin-bottom: 15px; */
    }

    .payment_layout .div_detalle_compra{
        display:none;
        margin-top: 15px;
    }

    .payment_layout .sidebar::after{
        background: #f5eeee;
    }

    .bs-example .table>tbody>tr>td:nth-child(1){
        padding-right: 5px;
        padding-left: 0px;
    }

    .bs-example .table>tbody>tr>td:nth-child(2){
        padding-left: 0px;padding-right: 0px;
    }

    .bs-example .table>tbody>tr>td:nth-child(3){
        padding-right: 0px;
    }

    .bs-example{
        font-size:11px;
        margin-top:15px;
    }

    .payment_layout .breadcrumb a{
        font-size: 10px !important;
    }

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

    #modal-ventana .fa-10x{
        font-size:88px;
    }

    #modal-ventana .texto{
        font-size:14px;
        text-align:center;
        line-height:1.5;
    }

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

    .acceso-directo{
        display: inline-block;
    }

    .sec-header .background-image{
        background-attachment: initial;
    }
}

@media (min-width: 768px) {
    .sec-header .video-container video {
        /* width: auto; */
        /* height: 100%; */
    }

    .sec-body {
        /* width: 750px; */
        max-width: 750px;
    }

    .custom-navbar .nav li a {
        padding: 0px 8px 30px 5px;
        font-size: 13px;
        letter-spacing: 0.1px;
    }

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

    .cont-taller .item {
        /* float: left; */
        /* width: 20%; */
        height: 180px;
        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;
    }

    .sec-info .redes {
        /* width: 30%; */
        /* float: right; */
    }

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

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

    .sec-menu .logoPrincipal img {
        height: 50px;
        margin-top: 25px;
    }

}

@media (min-width: 992px) {
    .sec-header .video-container video {/* width: 100%; *//* height: 100%; */}

    .sec-body {
        /* width: 970px; */
        max-width: 970px;
    }

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

    .sec-menu .logoPrincipal img {
        height: 60px;
        margin-top: 20px;
        z-index: 9999999;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .sec-body {
        /* width: 1200px; */
        max-width: 1200px;
    }

    .custom-navbar .nav li a {
        padding: 0px 10px 30px 10px;
    }

    .is-sticky .custom-navbar .nav li a {
        padding: 0px 10px 20px 10px;
        font-size: 14px;
        letter-spacing: -0.1px;
    }

    .is-sticky .custom-navbar .nav li:last-child a {
        padding: 0px 0px 20px 18px;
    }


    .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;
    }

    .sec-header .video-container video {
        /* width: auto; */
        /* height: 100%; */
    }
}

@media (min-width: 1400px) {
    .fondo-filtro {
        padding-bottom: 190px;
        padding-top: 190px;
    }

    .sec-apoyo {
        /* padding: 150px 0px; */
    }

    .sec-header .video-container video {
        /* width: auto; */
        /* height: 100%; */
    }
}

@media (min-width: 1700px) {
    .sec-header-content .fondo-filtro{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .fondo-filtro {
        padding-bottom: 200px;
        padding-top: 200px;
    }

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

    .sec-apoyo {
        /* padding: 150px 0px; */
    }
}
