@import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:300,400,500,600,700,800|Roboto:300,400,500|Martel:700,800");

body {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

input:hover,
input:focus {
    outline: none !important;
}

.section_padding {
    margin: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #7b7b7b;
    font-family: "Poppins", sans-serif;
}

p {
    color: #666666;
    font-family: "Roboto", sans-serif;
    line-height: 1.929;
    font-size: 15px;
    margin-bottom: 0px;
    color: #646464;
}

h2 {
    font-size: 44px;
    line-height: 28px;
    color: #2f373d;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 576px) {

    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}

h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 576px) {

    h3 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

img {
    max-width: 100%;
}

.section_tittle p {
    color: #666666;
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.mb_110 {
    margin-bottom: 110px;
}

.z_index {
    z-index: 9 !important;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {

    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {

    [class*="hero-ani-"] {
        display: none !important;
    }
}

.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}

.custom-animation2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}

.custom-animation3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}

.custom-animation4 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom-animation10 {
    backface-visibility: hidden;
    animation: jumping10 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom-animation11 {
    backface-visibility: hidden;
    animation: jumping11 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .8;
    }

    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
        opacity: .9;
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
        opacity: .8;
    }

    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
        opacity: .6;
    }

    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
        opacity: .7;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
        opacity: .85;
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .5;
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
        opacity: .8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
        opacity: .8;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
        opacity: .7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
        opacity: .9;
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: .9;
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
        opacity: .8;
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
        opacity: .8;
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
        opacity: 1;
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
        opacity: .6;
    }

    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
        opacity: .7;
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: .7;
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
        opacity: .8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
        opacity: .9;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
        opacity: .7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
        opacity: .9;
    }
}

@keyframes jumping10 {
    0% {
        transform: rotate(180deg);
        display: block;
    }

    100% {
        transform: rotate(30deg);
        display: block;
    }
}

@keyframes jumping11 {
    0% {
        transform: rotate(180deg) translate(-20px, 20px);
        display: block;
    }

    100% {
        transform: rotate(30deg) translate(0px, 0px);
        display: block;
    }
}

.hero-app-1 {
    position: absolute;
    left: 12%;
    top: 6%;
}

@media (max-width: 576px) {

    .hero-app-1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .hero-app-1 {
        padding: 8px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-app-1 {
        padding: 10px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .hero-app-1 {
        padding: 10px 25px;
    }
}

@media (max-width: 576px) {

    .hero-app-2 {
        bottom: 5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .hero-app-2 {
        bottom: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-app-2 {
        padding: 10px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .hero-app-2 {
        padding: 10px 25px;
    }
}

.hero-app-3 {
    position: absolute;
    top: 15%;
    left: 23%;
}

@media (max-width: 576px) {

    .hero-app-3 {
        left: 5%;
    }
}

.hero-app-4 {
    position: absolute;
    bottom: 20%;
    left: 50%;
}

.hero-app-5 {
    position: absolute;
    bottom: 25%;
    left: 17%;
}

.hero-app-6 {
    position: absolute;
    right: 74%;
    top: 63%;
}

.hero-app-7 {
    position: absolute;
    top: 18%;
    left: 45%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .hero-app-7 {
        top: 5%;
        left: 73%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-app-7 {
        padding: 10px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .hero-app-7 {
        padding: 10px 25px;
    }
}

@media (max-width: 576px) {

    .hero-app-8 {
        top: 80%;
    }

}

.hero-app-8 {
    position: absolute;
    bottom: 6%;
    left: 3%;
}

.hero-app-9 {
    position: absolute;
    left: 28%;
    top: 53%;
}

@media (max-width: 576px) {

    .hero-app-9 {
        top: 80%;
    }
}

.hero-app-10 {
    position: absolute;
    left: 26%;
    top: 83%;
}

@media (max-width: 576px) {

    .hero-app-10 {
        top: 80%;
    }
}

.hero-app-11 {
    position: absolute;
    left: 27%;
    top: 67%;
}

@media (max-width: 576px) {

    .hero-app-11 {
        top: 80%;
    }
}

.hero-app-12 {
    position: absolute;
    left: 20%;
    top: 52%;
}

@media (max-width: 576px) {

    .hero-app-12 {
        top: 80%;
    }
}

.hero-app-13 {
    position: absolute;
    left: 34%;
    top: 12%;
}

@media (max-width: 576px) {

    .hero-app-13 {
        top: 80%;
    }
}

.hero-app-14 {
    position: absolute;
    left: 20%;
    top: 78%;
}

@media (max-width: 576px) {

    .hero-app-14 {
        top: 80%;
    }
}

.hero-app-15 {
    position: absolute;
    left: 72%;
    top: 50%;
}

@media (max-width: 576px) {

    .hero-app-15 {
        top: 80%;
    }
}

.hero-app-16 {
    position: absolute;
    left: 65%;
    top: 68%;
}

@media (max-width: 576px) {

    .hero-app-16 {
        top: 80%;
    }
}

.hero-app-17 {
    position: absolute;
    left: 58%;
    top: 85%;
}

@media (max-width: 576px) {

    .hero-app-17 {
        top: 80%;
    }
}

.hero-app-18 {
    position: absolute;
    left: 60%;
    top: 52%;
}

@media (max-width: 576px) {

    .hero-app-18 {
        top: 80%;
    }
}

.hero-app-19 {
    position: absolute;
    left: 47%;
    top: 82%;
}

@media (max-width: 576px) {

    .hero-app-19 {
        top: 80%;
    }
}

.hero-app-20 {
    position: absolute;
    left: 52%;
    top: 65%;
}

@media (max-width: 576px) {

    .hero-app-20 {
        top: 80%;
    }
}

.hero-app-21 {
    position: absolute;
    left: 38%;
    top: 68%;
}

@media (max-width: 576px) {

    .hero-app-21 {
        top: 80%;
    }
}

.hero-app-22 {
    position: absolute;
    left: 28%;
    top: 72%;
}

- @media (max-width: 576px) {

    .hero-app-22 {
        top: 80%;
    }
}

.hero-app-23 {
    position: absolute;
    left: 20%;
    top: 42%;
}

@media (max-width: 576px) {

    .hero-app-23 {
        top: 80%;
    }
}

.hero-app-24 {
    position: absolute;
    left: 30%;
    top: 44%;
}

@media (max-width: 576px) {

    .hero-app-24 {
        top: 80%;
    }
}

.hero-app-25 {
    position: absolute;
    left: 5%;
    top: 36%;
}

@media (max-width: 576px) {

    .hero-app-25 {
        top: 80%;
    }
}

.hero-app-26 {
    position: absolute;
    left: 12%;
    top: 55%;
}

@media (max-width: 576px) {

    .hero-app-26 {
        top: 80%;
    }
}


.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #fdcb9e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.submit_btn:hover {
    background: transparent;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 28px;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.btn_1 {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    margin-top: 45px;
    background-size: 300% 100%;
}

.btn_1:hover {
    color: #fff !important;
    background-size: 100% 100%;
}

@media (max-width: 576px) {

    .btn_1 {
        padding: 14px 30px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .btn_1 {
        padding: 14px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .btn_1 {
        padding: 14px 30px;
        margin-top: 30px;
    }
}

.btn_2 {
    display: inline-block;
    padding: 13px 47px;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    margin-top: 45px;
    background-size: 300% 100%;
}

.btn_2:hover {
    color: #fff !important;
    background-size: 100% 100%;
}

@media (max-width: 576px) {

    .btn_2 {
        padding: 14px 30px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .btn_2 {
        padding: 14px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .btn_2 {
        padding: 14px 30px;
        margin-top: 30px;
    }
}

.btn_4 {
    display: inline-block;
    padding: 13px 47px;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    background-size: 300% 100%;
}

.btn_4:hover {
    color: #fff;
    background-size: 100% 100%;
}

@media (max-width: 576px) {

    .btn_4 {
        padding: 14px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .btn_4 {
        padding: 14px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .btn_4 {
        padding: 14px 30px;
    }
}

.btn_3 {
    position: relative;
    font-weight: 500;
    color: #2f373d;
    display: inline-block;
    z-index: 9;
    -webkit-transition: .6s;
    transition: .6s;
    line-height: 46px;
    padding-left: 30px;
    margin-top: 35px;
    font-family: "Poppins", sans-serif;
}

.btn_3:after {
    height: 48px;
    width: 61px;
    background-color: #e3f1da;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
}

.btn_3 i {
    font-size: 12px;
    margin-left: 11px;
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fdcb9e;
    text-transform: uppercase;
    background-color: #ff7e5f;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px) {

    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}

.button:hover {
    color: #fff;
}

.button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0;
}

.button-link:hover {
    background: transparent;
    color: #3b1d82;
}

.main_menu .navbar-brand {
    padding-top: 0rem;
}

.main_menu .navbar {
    padding: 0% 0%;
}

.main_menu .main-menu-item {
    text-align: right !important;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .main_menu .main-menu-item {
        padding-right: 35px;
    }
}

.main_menu .main-menu-item ul li a {
    color: #2f373d !important;
    font-size: 16px;
    padding: 7px 24px !important;
    font-family: "Roboto", sans-serif;
}

.home_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 6px #c1c1c1;
}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.menu_fixed span {
    color: #000 !important;
}

@media (max-width: 576px) {

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }

    .main_menu .main-menu-item .nav-item a {
        padding: 8px 15px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }

    .main_menu .main-menu-item .nav-item a {
        padding: 8px 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }

    .main_menu .main-menu-item .nav-item a {
        padding: 8px 15px !important;
    }
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* ------- IMAGEN PORTADA DE LAS PAGINAS --------*/

.banner_part {
    height: 560px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    margin-top: 7.3%;
}

#botellaini {
    margin-top: 12%;
    margin-left: 35%;
}

#botellainiDU {
    margin-top: 8.5%;
    margin-left: -35%;
    max-width: 124%;
}


#botellainiDUC {
    margin-top: 1.5%;
    margin-left: 30%;
    max-width: 35%;
}

.banner_part .banner_text_iner {
    margin-top: 11%;
    vertical-align: middle;
    padding: 30px 35px 30px 35px;
    margin: 0% -22% 0% -22%;
}

.banner_part .banner_text_iner h1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 44px;
    color: #ffffff;
    text-shadow: 1px 2px 10px #484848;
}

.banner_part .banner_text_inerDUC {
    margin-top: 11%;
    vertical-align: middle;
    padding: 30px 35px 30px 35px;
    margin: 26% -9% 0% 35%;
}

.banner_part .banner_text_inerDUC h1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 44px;
    color: #2d85a7;

}

.subcategoria {
    text-align: center;
    font-size: 25px;
    line-height: 26px;
    color: #ffffff;
    text-shadow: 1px 2px 10px #484848;
    margin: 0% -12% 0% -12%;
}

#NYE {
    margin: -100% 0% 0% 32%;
    max-width: 85%;
}

#omri {
    margin: -125% 0% 0% -30%;
    max-width: 85%;
    display: block;
}

#omri2 {
    display: none;
}

.cardpres {
    float: left;
    position: relative;
    max-width: 90% !important;
    background-color: #ffffff;
    margin: -2% 5% 0% 5%;
    box-shadow: 0px 3px 30px #a6a6a6;
    padding: 5% 16% 5% 16%;
    z-index: 9;
    border-radius: 10px;
}

.cardpres p {
    text-align: center;
    font-size: 26px;
    font-family: "poppins", sans-serif;
    line-height: 36px;
}


.about_part1 {
    margin-top: 6%;
    margin-bottom: 8%;
    position: relative;
    z-index: 1;
    padding: 5% 0% 5% 0%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    background-image: url(../img/DU.png);
}

.about_part2 {
    margin-top: 5%;
    margin-bottom: 8%;
    position: relative;
    z-index: 1;
    padding: 5% 0% 5% 0%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    background-image: url(../img/2.png);
}

.about_part {
    background-image: url(../img/about_img_chef.png);
    position: relative;
    z-index: 1;
    padding: 5% 0% 0% 0%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-color: #f0f0f0;
    height: 430px;
}

.about_partfv {
    background-image: url(../img/about_img_inve.png);
    position: relative;
    z-index: 1;
    padding: 5% 0% 0% 0%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 430px;
}

.botella h1 {
    margin-top: -20%;
    margin-left: -5%;
    font-size: 40px;
    height: 336px;
}

.botella2 h1 {
    margin-top: 0%;
}

.navbar-nav {
    text-align: center;
}

#menu {

    margin-top: 2%;
}

.navbar-nav {
    text-align: center;
}

#menu {

    margin-top: 2%;
}

#carruselmovil {
    display: none;
}

.iconoss {
    font-size: 65px;
    color: #5db7dd;

}

.iconoscu {
    width: 310px;
    padding: 30px;
    background-color: #f8f8f8;
    margin-top: 13px;
    height: 250px;
    margin-left: 5px;
    margin-right: 47px;
    margin-bottom: 7%;
    text-align: center;

}

.iconoscu p {
    font-size: 18px !important;
}

.quees {
    background-image: url(../img/que-es.png);
    height: 475px;
    font-size: 50px;
    color: #ffffff;
}

.quees p {
    padding-top: 15%;
    font-size: 80px;
    color: #fff;
    text-shadow: 4px 1px 5px #a2a0a0;
    font-family: Poppins, sans-serif;
    text-align: center;
    line-height: 100px;
}



.lbf {
    font-size: 1.15rem;
}

.dust {
    position: absolute;
}

.imgBx img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
}

.botella:hover .imgBx img:nth-child(1) {
    transition: 4s;
    transition-delay: 1s;
    transform: translateX(50px);
    opacity: 0;
    filter: blur(10px);
}

.imgBx img:nth-child(2) {

    transform: translateX(200px) scaleX(0);
    transform-origin: left;
}

.botella:hover .imgBx img:nth-child(2) {
    transition: 6s;
    transform: translateX(-400px) scaleX(1);
}

.about_part .about_text {
    margin-top: 8%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}

.about_partfv .about_text2 {
    margin-top: 28px;
    margin-left: 28%;
    margin-right: -28%;
    margin-bottom: 0%;
}

.presentaciones {
    margin-top: 4%;
    margin-bottom: 4%;
    padding-right: 7%;
    padding-left: 10%;
}

.boton60ml {
    background: linear-gradient(90deg, #58d0b3, #09959e);
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2%;
    margin-bottom: 4%;
    border-radius: 20px;
}

.boton600ml {
    background: linear-gradient(90deg, #0081bb, #85d2d0);
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2%;
    margin-bottom: 4%;
    border-radius: 20px;
}

.nav-item {
    margin: 5px;
}

.nav-item:hover {
    background: linear-gradient(90deg, #1bb9ff, #b1e8ff);
    transition: all 0.3s;
    border-radius: 15px;
}

.dropdown-item:hover {
    background: linear-gradient(90deg, #1bb9ff, #b1e8ff);
    transition: all 0.3s;
    border-radius: 15px;
    color: #fff;
}

.nav-item:hover .nav-link{
    color: #fff !important;
}

.main_menu .main-menu-item ul li a:hover {
    color: #ffffff !important;
}

.main_menu .main-menu-item ul li.active {
    color: #ffffff !important;
}

.nav-item.active .nav-link {
    color: #ffffff !important;
}

.dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
}

.nav-item.active {
    background: linear-gradient(90deg, #1bb9ff, #25a8df);
    transition: all 0.3s;
    border-radius: 15px;
}

.dropdown-item.active {
    background: linear-gradient(90deg, #1bb9ff, #25a8df);
    transition: all 0.3s;
    border-radius: 15px;
}

.boton1 {
    background: linear-gradient(90deg, #58d0b3, #09959e);
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2%;
    margin-bottom: 4%;
    border-radius: 20px;
}

.banner_part2 {
    display: none;
}

.Ducicon {
    padding: 5% 0% 0% 0%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    height: 640px;
}

.Ducicon h1 {
    padding-bottom: 5%;
    text-align: center;
}

.Ducicon h2 {
    text-align: center;
    margin-top: 12%;
    color: #7b7b7b;
}

.Ducicon img {
    max-width: 113%;
    margin: -8% 0% 0% -5%;
}

.about_partDuc {
    background-image: url(../img/DUCV.png);
    position: relative;
    z-index: 1;
    padding: 7% 0% 0% 0%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 604px;
}

.banner_partDuc {
    background-image: url(../img/portadainiDUC.png);
    margin-top: 7.2%;
    height: 560px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
}

.about_partDuc h1 {
    color: #ffffff;
    font-size: 50px;
    text-shadow: 4px 5px 0 #1f501d;
    text-align: left;
    margin: 0% 0% 2% 20%;
}

.about_partDuc p {
    color: #ffffff;
    font-size: 22px;
    margin: 0% 23% 0% 9%;
    text-shadow: 0px 3px 0 #020a02;
    background-color: #12400166;
    border-radius: 82px;
    padding: 5% 8% 5% 8%;
}

.banner_partDuc .banner_text_inerDUC {
    vertical-align: middle;
    padding: 20px 0px 20px 0px;
    margin: 24% -10% 0% 41%;
    text-align: center;
}

.banner_partDuc .banner_text_inerDUC h1 {
    font-size: 42px;
}

.circulo {
    background: #fff;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    max-width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 6% 0% 0% 19%;
}

.mar2 {
    margin: 6% -9% 0% -13%;
}

.mar1 {
    margin: -4% 0% 0% 10%;
}

.mar3 {
    margin: -4% 0% 0% -4%;
}

.mar3 p {
    margin: 27% 0% 0% 8%;
    font-size: 23px;
    color: #ffffff;
    font-family: 'Handlee', cursive;
    padding: 6px 9px;
}

.icon2::before {
    font-size: 75px;
    background: linear-gradient(-55deg, #36bcff, #0071b0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.icon3::before {
    font-size: 85px;
    background: linear-gradient(-45deg, #c89f23, #d20404);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Ducicon h1 {
    font-size: 40px;
    margin: 1% 0% 2% -9%;
}

.ribbon {
    background-color: #b52900;
    width: 291px;
    height: 51px;
    position: relative;
    margin: -9% 0% 0 40%;
}

.ribbon::before,
.ribbon::after {
    background-color: #a44;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    transform: skewY(20deg);
    position: absolute;
    z-index: -1;
}

.ribbon::before {
    top: 10px;
    left: 0;
}

.ribbon::after {
    top: -10px;
    right: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.banner_partDuc2 {
    background-image: url(../img/portadainiDUCM.png);
    margin-top: 7.2%;
    height: 497px;
    display: none;
}

.Ducicon2 {
    display: none;
}

@media only screen and (min-width: 1770px) and (max-width: 1920px) {

    .banner_part {
        height: 800px;
        margin-top: 5%;
        background-size: cover;
    }

    #botellaini {
        margin-top: 100%;
        margin-left: 122%;
    }

    #botellainiDU {
        margin-top: 51.5%;
        margin-left: -120%;
        max-width: 181%;
    }

    #omri {
        margin-top: -116%;
        margin-left: -122%;
        display: block;
        max-width: 100%;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -125% 0% 0% 100%;
        max-width: 104%;
    }

    .about_part2 {
        margin: 3% 0% 2% 0%;
        padding: 11% 0% 7% 0%;
    }

    .about_partfv {
        height: 555px;
    }

    .about_part {
        height: 555px;
    }

    .botella h1 {
        height: 480px;
    }

    .banner_partDuc {
        background-image: url(../img/portadainiDUCG.png);
        margin-top: 5%;
        height: 986px;
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 26px 0px 26px 0px;
        margin: 51% -20% 0% 43%;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 50px;
    }

    .Ducicon {
        padding: 7% 0% 0% 0%;
        height: 1010px;
    }

    .Ducicon img {
        max-width: 209%;
        margin: -25% 0% 0% -3%;
    }

    .Ducicon h1 {
        font-size: 52px;
        margin: -2% 0% 4% -9%;
    }

    .circulo {
        max-width: 212px;
        height: 212px;
    }

    .icon2::before {
        font-size: 113px;
    }

    .icon3::before {
        font-size: 113px;
    }

    .about_partDuc {
        height: 1000px;
    }

    .about_partDuc h1 {
        font-size: 73px;
        margin: 3% 0% 3% 21%;
    }

    .about_partDuc p {
        font-size: 30px;
        margin: 0% 18% 0% 10%;
    }

    .ribbon {
        width: 333px;
        height: 70px;
        margin: 0% 0% 0% 30%;
    }


    .ribbon::before {
        top: 30px;
    }

    .ribbon::after {
        top: -11px;
    }

    .mar3 p {
        margin: 27% 0% 0% 8%;
        font-size: 28px;
        padding: 9px 4px;
    }

    .icon2::before {
        font-size: 117px;
    }

    .icon3::before {
        font-size: 135px;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media only screen and (min-width: 1620px) and (max-width: 1769px) {

    .banner_part {
        height: 735px;
        margin-top: 5.6%;
        background-size: cover;
    }

    #botellaini {
        margin-top: 80%;
        margin-left: 100%;
    }

    #botellainiDU {
        margin-top: 30.5%;
        margin-left: -87%;
        max-width: 150%;
    }

    #omri {
        margin-top: -109%;
        margin-left: -85%;
        max-width: 84%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -125% 0% 0% 75%;
        max-width: 104%;
    }

    .about_part2 {
        margin: 3% 0% 2% 0%;
        padding: 11% 0% 7% 0%;
    }

    .about_partfv {
        height: 497px;
    }

    .about_part {
        height: 555px;
    }

    .botella h1 {
        height: 480px;
    }

    #carruselmovil {
        display: none;
    }

    .banner_partDuc {
        margin-top: 5.5%;
        height: 893px;
        background-image: url(../img/portadainiDUCG.png);
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 17px 66px 15px 010px;
        margin: 36% -20% 0% 45%;
    }

    .Ducicon {
        padding: 1% 0% 0% 0%;
        height: 860px;
    }

    .Ducicon img {
        max-width: 120%;
        margin: -3% 0% 0% -3%;
    }

    .circulo {
        max-width: 175px;
        height: 175px;
    }

    .Ducicon h1 {
        font-size: 45px;
        margin: 5% 0% 3% -9%;
    }

    .ribbon {
        width: 333px;
        height: 70px;
        margin: 0% 0% 0% 30%;
    }

    .ribbon::before {
        top: 30px;
    }

    .ribbon::after {
        top: -11px;
    }

    .mar3 p {
        margin: 27% 0% 0% 8%;
        font-size: 28px;
        padding: 9px 4px;
    }

    .about_partDuc {
        padding: 7% 0% 0% 0%;
        height: 896px;
    }

    .about_partDuc h1 {
        font-size: 62px;
        margin: 5% 0% 3% 20%;
    }

    .icon2::before {
        font-size: 98px;
    }

    .icon3::before {
        font-size: 116px;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media only screen and (min-width: 1399px) and (max-width: 1619px) {

    .banner_part {
        height: 642px;
        margin-top: 5.6%;
        background-size: cover;
    }

    #botellaini {
        margin-top: 53%;
        margin-left: 72%;
        max-width: 96%;
    }

    #botellainiDU {
        margin-top: 29%;
        margin-left: -42%;
        max-width: 130%;
    }

    #omri {
        margin: -92% 0% 0% -55%;
        max-width: 78%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -105% 0% 0% 62%;
        max-width: 90%;
    }

    .about_part2 {
        margin: 3% 0% 2% 0%;
        padding: 8% 0% 7% 0%;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve2.png);
        height: 555px;
    }

    .about_part {
        height: 492px;
    }

    #carruselmovil {
        display: none;
    }

    .about_partfv .about_text2 {
        margin-top: 28px;
        margin-left: 15%;
        margin-right: -28%;
        margin-bottom: 0%;
    }

    .banner_partDuc {
        margin-top: 6%;
        height: 827px;
        background-image: url(../img/portadainiDUCG.png);
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 17px 66px 15px 010px;
        margin: 31% -20% 0% 45%;
    }

    .Ducicon {

        height: 976px;
    }

    .Ducicon h1 {
        margin: 5% 0% 4% -6%;
    }

    .Ducicon img {
        max-width: 134%;
        margin: -4% 0% 0% -4%;
    }

    .circulo {

        max-width: 185px;
        height: 185px;
        margin: 6% 4% 10% 24%;
    }

    .about_partDuc {
        height: 825px;
    }

    .icon2::before {
        font-size: 103px;
    }

    .icon3::before {
        font-size: 124px;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1398px) {

    .banner_part {
        height: 570px;
        margin-top: 6%;
        background-size: cover;
    }

    #botellaini {
        margin: 43% 0% 0% 55%;
        max-width: 87%;
    }

    #botellainiDU {
        margin-top: 28%;
        margin-left: -16%;
        max-width: 114%;

    }

    #omri {
        margin: -89% 0% 0% -32%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -100% 0% 0% 38%;
        max-width: 90%;
    }

    .about_part2 {
        margin: 3% 0% 2% 0%;
        padding: 5% 0% 7% 0%;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve2.png);
        height: 514px;
    }

    .about_part {
        height: 414px;
    }

    #carruselmovil {
        display: none;
    }

    .about_partfv .about_text2 {
        margin-top: 28px;
        margin-left: 15%;
        margin-right: -28%;
        margin-bottom: 0%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {

    .banner_part {
        height: 533px;
        margin-top: 7%;
        background-size: cover;
    }

    #botellaini {
        margin: 29% 0% 0% 38%;
        max-width: 87%;
    }

    #botellainiDU {
        margin-top: 22%;
        margin-left: 0%;
        max-width: 109%;
    }

    #omri {
        margin: -84% 0% 0% -17%;
        max-width: 82%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -96% 0% 0% 28%;
        max-width: 85%;
    }

    .about_part2 {
        margin: 6% 0% 2% 0%;
        padding: 1% 0% 7% 0%;
    }

    .about_partfv .about_text2 {
        margin-top: 28px;
        margin-left: 15%;
        margin-right: -28%;
        margin-bottom: 0%;
    }

    .about_part {
        height: 423px;
    }

    .botella h1 {
        margin-left: 0%;
        height: 215px;
    }

    #carruselmovil {
        display: none;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve2.png);
        height: 477px;
    }

    .banner_partDuc {
        margin-top: 7.5%;
        height: 535px;
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 17px 66px 15px 010px;
        margin: 22% -11% 0% 45%;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 36px;
    }

    .Ducicon h1 {
        font-size: 32px;
        margin: 3% 0% 2% -9%;
    }

    .Ducicon {
        padding: 5% 0% 0% 0%;
        height: 606px;
    }

    .ribbon {
        width: 270px;
        height: 45px;
        margin: -4% 0% 0 40%;
    }

    .mar3 p {
        font-size: 22px;
        padding: 4px 5px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVP.png);
        height: 604px;
    }

    .about_partDuc h1 {
        font-size: 42px;
        margin: 3% 0% 2% 20%;
    }

    .about_partDuc p {
        font-size: 20px;
        margin: 0% 23% 0% 8%;
        padding: 4% 6% 4% 6%;
    }

    .ribbon::after {
        top: -14px;
        right: 0;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .banner_part {
        height: 505px;
        margin-top: 8.4%;
        background-size: cover;
    }

    #botellaini {
        margin: 40% 0% 0% 56%;
        max-width: 100%;
    }

    #botellainiDU {
        margin-top: 56%;
        margin-left: -20%;
        max-width: 110%;
    }

    #omri {
        margin: -95% 0% 0% -50%;
        max-width: 82%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -102% 0% 0% 49%;
        max-width: 85%;
    }

    .about_part2 {
        margin: 7% 0% 2% 0%;
        padding: 2% 0% 1% 0%;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve2.png);
        height: 455px;
    }

    .about_partfv .about_text2 {
        margin-top: 28px;
        margin-left: 15%;
        margin-right: -28%;
        margin-bottom: 0%;
    }

    .about_part {
        height: 365px;
    }

    .banner_part .banner_text_iner h1 {
        font-size: 42px;
    }

    #carruselmovil {
        display: none;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 30px;
    }

    .banner_partDuc .banner_text_inerDUC {
        margin: 24% -8% 0% 44%;
    }

    .banner_partDuc {
        margin-top: 8%;
        height: 492px;
    }

    .Ducicon h1 {
        font-size: 30px;
        margin: 1% 0% 2% -9%;
    }

    .Ducicon {
        padding: 3% 0% 0% 0%;
        height: 610px;
    }

    .ribbon {
        width: 260px;
        height: 46px;
        margin: -2% 0% 0 28%;
    }

    .ribbon::after {
        top: -13px;
        right: 0;
    }

    .mar3 p {
        font-size: 21px;
        padding: 3px 6px;
    }

    .Ducicon img {
        max-width: 120%;
    }

    .about_partDuc p {
        font-size: 20px;
        margin: 1% 19% 0% 4%;
        padding: 5% 6% 5% 6%;
    }

    .about_partDuc h1 {
        margin: 2% 0% 2% 16%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {

    .banner_part {
        height: 468px;
        margin-top: 8.4%;
        background-size: cover;
    }

    #botellaini {
        margin: 33% 0% 0% 39%;
        max-width: 95%;
    }

    #botellainiDU {
        margin-top: 40%;
        margin-left: -7%;
        max-width: 110%;
    }

    #omri {
        margin: 114% 0% 0% -9%;
        max-width: 82%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -102% 0% 0% 34%;
        max-width: 85%;
    }

    .about_part2 {
        margin: 7% 0% 2% 0%;
        padding: 0% 0% 0% 0%;
    }

    .about_partfv {
        height: 343px;
    }

    .about_part {
        height: 342px;
    }

    .banner_part .banner_text_iner h1 {
        font-size: 42px;
    }

    .botella h1 {
        font-size: 32px;
        margin-left: 0%;
        height: 240px;
    }

    #carruselmovil {
        display: none;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve3.png);
        height: 700px;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 28px;
    }

    .banner_partDuc {
        margin-top: 8.7%;
        height: 460px;
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 20px 42px 19px 30px;
        margin: 24% -13% 0% 40%;
    }

    .Ducicon h1 {
        font-size: 30px;
    }

    .Ducicon img {
        max-width: 138%;
    }

    .ribbon {
        width: 255px;
        height: 45px;
        margin: 0% 0% 0 20%;
    }

    .ribbon::before,
    .ribbon::after {
        height: 45px;
    }

    .mar3 p {
        padding: 3px 5px;
        font-size: 21px;
    }

    .about_partDuc h1 {
        margin: 2% 0% 2% 16%;
    }

    .about_partDuc p {
        font-size: 20px;
        margin: 3% 20% 0% 4%;
        padding: 5% 4% 5% 6%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 900px) and (max-width: 991px) {
    .banner_part {
        height: 413px;
        margin-top: 10.5%;
        background-size: cover;
    }

    #botellaini {
        margin: 51% 0% 0% 80%;
        max-width: 112%;
    }

    #botellainiDU {
        margin-top: 43%;
        margin-left: -58%;
        max-width: 139%;
    }

    #omri {
        margin: 114% 0% 0% -65%;
        max-width: 102%;
        display: block;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -100% 0% 0% 65%;
        max-width: 100%;
    }

    .about_part2 {
        margin: 7% 0% 2% 0%;
        padding: 0% 0% 0% 0%;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve3.png);
        height: 700px;
    }

    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 700px;
    }

    .banner_part .banner_text_iner h1 {
        font-size: 38px;
    }

    .botella h1 {
        font-size: 32px;
        margin: 0% 0% 0% 0%;
        height: 396px;
    }

    #demotext {
        margin-top: 50%;
    }

    #carruselmovil {
        display: none;
    }

    .about_partfv .about_text2 {
        margin-top: 28px;
        margin-left: 19%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        max-width: 50%;
    }

    .banner_partDuc {
        margin-top: 9.5%;
        height: 415px;
    }

    .circulo {
        max-width: 90px;
        height: 90px;
    }

    .Ducicon h1 {
        font-size: 26px;
    }

    .Ducicon img {
        max-width: 125%;
    }

    .ribbon {
        width: 255px;
        height: 45px;
        margin: 0% 0% 0% -3%;
    }

    .mar3 p {
        font-size: 20px;
    }

    .ribbon::before,
    .ribbon::after {
        width: 37px;
        height: 42px;

    }

    .Ducicon {
        height: 430px;
        padding: 0% 0% 0% 0%;
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 20px 0px 20px 0px;
        margin: 25% -21% 0% 30%;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 30px;
    }

    .about_partDuc {
        background-position: center;
        padding: 1% 0% 0% 0%;
        height: 450px;
    }

    .about_partDuc p {
        margin: 0% 19% 0% 2%;
        padding: 5% 0% 5% 4%;
        font-size: 19px;
    }

    .about_partDuc h1 {
        font-size: 45px;
        margin: 5% 0% 2% 15%;
    }

    .icon2::before {
        font-size: 52px;
    }

    .icon3::before {
        font-size: 63px;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 800px) and (max-width: 899px) {
    .banner_part {
        height: 335px;
        margin-top: 11%;
    }

    #botellaini {
        margin-top: 42%;
        margin-left: 66%;
        max-width: 90%;
    }

    #botellainiDU {
        margin-top: 30%;
        margin-left: -26%;
        max-width: 120%;
    }

    #omri {
        max-width: 96%;
        margin-top: 138%;
        margin-left: -22%;
    }

    #omri2 {
        display: none;
    }

    #NYE {
        margin: -116% 0% 0% 44%;
        max-width: 98%;
    }

    .about_part2 {
        margin: 3% 0% 2% 0%;
        padding: 11% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 600px;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve3.png);
        height: 700px;
    }

    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 700px;
    }

    .banner_part .banner_text_iner h1 {
        font-size: 34px;
    }

    .botella h1 {
        margin-top: -35%;
        font-size: 32px;
    }

    #carruselmovil {
        display: none;
    }

    .about_partfv .about_text2 {
        margin-top: 28px;
        margin-left: 19%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        max-width: 50%;
    }

    .banner_partDuc {
        margin-top: 9.5%;
        height: 415px;
    }

    .circulo {
        max-width: 90px;
        height: 90px;
    }

    .Ducicon h1 {
        font-size: 26px;
    }

    .Ducicon img {
        max-width: 125%;
    }

    .ribbon {
        width: 227px;
        height: 40px;
        margin: 0% 0% 0% 0%;
    }

    .mar3 p {
        font-size: 18px;
        padding: 4px 9px;
    }

    .ribbon::before,
    .ribbon::after {
        width: 35px;
        height: 38px;
    }

    .ribbon::after {
        top: -7px;
        right: 0;
    }

    .ribbon::before {
        top: 9px;
        left: 0;
    }

    .Ducicon {
        height: 430px;
        padding: 0% 0% 0% 0%;
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 20px 0px 20px 0px;
        margin: 21% -21% 0% 30%;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 30px;
    }

    .about_partDuc {
        background-position: center;
        padding: 1% 0% 0% 0%;
        height: 450px;
    }

    .about_partDuc p {
        margin: 0% 19% 0% 2%;
        padding: 5% 0% 5% 4%;
        font-size: 18px;
    }

    .about_partDuc h1 {
        font-size: 45px;
        margin: 5% 0% 2% 15%;
    }

    .icon2::before {
        font-size: 52px;
    }

    .icon3::before {
        font-size: 63px;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}


@media only screen and (min-width: 750px) and (max-width: 799px) {

    .banner_part {
        height: 360px;
        margin-top: 12.2%;
        background-size: cover;
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: 79% -45% 0% -45%;
    }

    .banner_part2 .banner_text_iner2 h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: 79% -45% 0% -45%;
    }

    .cardpres {
        margin-top: 0px;
    }

    .cardpres p {
        font-size: 16px;
        line-height: 28px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve4.png);
        background-size: 100%;
        height: 848px;
    }

    .about_partfv .about_text {
        margin-top: 15%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .quees p {
        padding-top: 29%;
        font-size: 60px;
        line-height: 75px;
    }

    #omri {
        display: none;
    }

    #omri2 {
        display: block;
        max-width: 160%;
        margin: -132% 0% 0% -36%;
    }

    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 638px;
    }

    .about_part2 {
        margin: 5% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 580px;
    }

    .botella h1 {
        margin-top: -35%;
        font-size: 32px;
    }

    .banner_part2 {
        display: block;
        height: 627px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 12%;
    }

    #botellaini {
        display: none;
    }

    #carruselmovil {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .banner_part2 .banner_text_iner2 {
        margin-top: -9%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
    .about_partfv .about_text2 {
        margin-top: 85px;
        margin-left: 20%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 60%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    .banner_part2 .banner_text .banner_text_iner {
        margin-top: 29%;
        margin-left: 24%;
        margin-right: -71%;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve4.png);
        background-size: 100%;
        height: 848px;
    }

    #omri {
        display: none;
    }

    #omri2 {
        display: block;
        max-width: 190%;
        margin: -111% 0% 0% -37%;
    }


    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 638px;
    }

    .about_part2 {
        margin: 5% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 580px;
    }

    .botella h1 {
        margin-top: -35%;
        font-size: 32px;
    }

    #carruselmovil {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .banner_partDuc {
        margin-top: 11.8%;
        height: 356px;
    }

    .circulo {
        max-width: 80px;
        height: 80px;
    }

    .Ducicon h1 {
        font-size: 26px;
    }

    .Ducicon img {
        max-width: 125%;
    }

    .ribbon {
        width: 227px;
        height: 40px;
        margin: 0% 0% 0% 0%;
    }

    .mar3 p {
        font-size: 18px;
        padding: 4px 9px;
    }

    .ribbon::before,
    .ribbon::after {
        width: 35px;
        height: 38px;
    }

    .ribbon::after {
        top: -7px;
        right: 0;
    }

    .ribbon::before {
        top: 9px;
        left: 0;
    }

    .Ducicon {
        height: 395px;
        padding: 0% 0% 0% 0%;
    }

    .banner_partDuc .banner_text_inerDUC {
        padding: 20px 0px 20px 0px;
        margin: 20% -10% 0% 39%;
    }

    .banner_partDuc .banner_text_inerDUC h1 {
        font-size: 25px;
    }

    .about_partDuc {
        background-position: center;
        padding: 1% 0% 0% 0%;
        height: 400px;
    }

    .about_partDuc p {
        margin: 0% 19% 0% 2%;
        padding: 5% 0% 5% 4%;
        font-size: 16px;
    }

    .about_partDuc h1 {
        font-size: 45px;
        margin: 5% 0% 2% 15%;
    }

    .subduc p {
        text-align: center;
        font-size: 16px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .icon2::before {
        font-size: 46px;
    }

    .icon3::before {
        font-size: 54px;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 750px) and (max-width: 767px) {
    .about_partfv .about_text2 {
        margin-top: 85px;
        margin-left: 8%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 60%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -10% -13% 0% -13%;
    }

    #omri {
        display: none;
    }

    #omri2 {
        display: block;
        max-width: 55%;
        margin: 0% 0% 0% -26%;
    }


    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 638px;
    }

    .about_part2 {
        margin: 5% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 580px;
    }

    .botella h1 {
        font-size: 29px;
        margin-top: -15%;
    }

    #carruselmovil {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 12%;
        height: 700px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 20px 28px 20px 34px;
        margin: 93% 0% 0% 0%;
    }

    .subduc p {
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 35px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 730px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 55%;
        margin: 0% 35% 2% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 270px;
        height: 50px;
        margin: 38% 0% 0 0%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 50px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 21px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 6px 9px;
    }

    .circulo {
        max-width: 130px;
        height: 130px;
    }

    .icon2::before {
        font-size: 74px;
    }

    .icon3::before {
        font-size: 88px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 22px;
        margin: 0% 8% 0% 8%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 10% 5% 8%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 44% 0% 2% 35%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}


@media only screen and (min-width: 700px) and (max-width: 749px) {
    .banner_part {
        height: 340px;
        margin-top: 13%;
        background-size: cover;
        display: none;
    }

    .banner_part2 .banner_text .banner_text_iner h1 {
        font-size: 35px;
    }

    .cardpres {
        margin-top: -70px;
        max-width: 80% !important;
        margin-left: 10%;
        margin-right: 10%;
        margin-right: 10%;
    }

    .cardpres p {
        font-size: 18px;
        line-height: 28px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve3.png);
        background-size: 100%;
        height: 692px;
    }

    .about_partfv .about_text {
        margin-top: 20%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .quees p {
        padding-top: 36%;
        font-size: 60px;
        line-height: 75px;
    }

    .about_partfv .about_text2 {
        margin-top: 85px;
        margin-left: 8%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 60%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    .banner_part2 .banner_text .banner_text_iner {
        margin-top: 16%;
        margin-left: 0%;
        margin-right: 0%;
    }

    #omri {
        display: none;
    }

    #omri2 {
        display: block;
        max-width: 60%;
        margin: 0% 0% 0% -24%;
    }


    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 638px;
    }

    .about_part2 {
        margin: 0% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 580px;
    }

    .botella h1 {
        margin-top: -12%;
        font-size: 29px;
    }

    .banner_part2 {
        display: block;
        height: 583px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 12.5%;
    }

    #botellaini {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -14% -10% 0% -10%;
    }

    #carruselmovil {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_part2 .banner_text_iner2 {
        margin-top: -9%;
    }

    .banner_part2 .banner_text_iner2 h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: 50% -24% 0% -24%;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 7.2%;
        height: 497px;
        display: block;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 20px 28px 20px 34px;
        margin: 35% 12% 0% 12%;
    }

    .subduc p {
        text-align: center;
        font-size: 16px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 12%;
        height: 700px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 20px 28px 20px 34px;
        margin: 93% 0% 0% 0%;
    }

    .subduc p {
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 35px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 730px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 55%;
        margin: 0% 35% 2% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 270px;
        height: 50px;
        margin: 38% 0% 0 0%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 50px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 21px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 6px 9px;
    }

    .circulo {
        max-width: 130px;
        height: 130px;
    }

    .icon2::before {
        font-size: 74px;
    }

    .icon3::before {
        font-size: 88px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 22px;
        margin: 0% 8% 0% 8%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 6% 5% 6%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 47% 0% 2% 35%;
    }

.desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 650px) and (max-width: 699px) {
    .banner_part {
        display: none;
    }

    .banner_part2 {

        display: block;
        height: 541px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 14%;
    }

    #omri2 {
        display: block;
        max-width: 50%;
        margin: 0% 0% 0% -18%;
    }

    #carruselmovil {
        display: none;
    }


    .about_partfv .about_text {
        margin-top: 20%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 12%;
        height: 650px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 20px 28px 20px 34px;
        margin: 84% 0% 0% 0%;
    }

    .subduc p {
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 35px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 700px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 55%;
        margin: 0% 35% 2% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 270px;
        height: 50px;
        margin: 38% 0% 0 0%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 50px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 21px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 6px 9px;
    }

    .circulo {
        max-width: 130px;
        height: 130px;
    }

    .icon2::before {
        font-size: 74px;
    }

    .icon3::before {
        font-size: 88px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 22px;
        margin: 0% 6% 0% 6%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 5% 5% 6%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 53% 0% 2% 32%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 600px) and (max-width: 649px) {
    .banner_part {
        display: none;
    }

    .banner_part2 {

        display: block;
        height: 500px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 14%;
    }

    #omri2 {
        display: block;
        max-width: 50%;
        margin: 0% 0% 0% -14%;
    }

    #carruselmovil {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 15%;
        height: 650px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 20px 28px 20px 34px;
        margin: 76% 5% 0% 5%;
    }

    .subduc p {
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 30px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 700px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 55%;
        margin: 0% 35% 2% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 270px;
        height: 50px;
        margin: 38% 0% 0 0%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 50px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 21px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 6px 9px;
    }

    .circulo {
        max-width: 130px;
        height: 130px;
    }

    .icon2::before {
        font-size: 74px;
    }

    .icon3::before {
        font-size: 88px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 20px;
        margin: 0% 6% 0% 6%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 5% 5% 6%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 58% 0% 2% 32%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}

}

@media only screen and (min-width: 600px) and (max-width: 699px) {



    .banner_part2 .banner_text .banner_text_iner h1 {
        font-size: 27px;
    }


    .banner_part2 .banner_text .banner_text_iner {
        margin-top: 17%;
    }

    .cardpres {
        margin-top: -20px;
        max-width: 96% !important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .cardpres p {
        font-size: 18px;
        line-height: 26px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve3.png);
        background-size: 100%;
        height: 635px;
    }

    .about_partfv .about_text {
        margin-top: 25%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .quees p {
        padding-top: 37%;
        font-size: 60px;
        line-height: 75px;
    }

    .about_partfv .about_text2 {
        margin-top: 85px;
        margin-left: 8%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 60%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    .banner_part2 .banner_text .banner_text_iner {
        margin-top: 16%;
        margin-left: 4%;
        margin-right: 4%;
    }

    #omri {
        display: none;
    }

    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 540px;
    }



    #botellaini {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -14% 0% 0% -0%;
    }


    .about_part2 {
        margin: 10% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 474px;
    }

    .botella h1 {
        margin-top: -20%;
        margin-left: -5%;
        font-size: 29px;
        height: 336px;
    }

    #carruselmovil {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_part2 .banner_text_iner2 {
        margin-top: -9%;
    }

    .banner_part2 .banner_text_iner2 h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 38px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: 45% -3% 0% -3%;
    }
    .desktop {
    display: block;
}

.mobile{
    display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 599px) {
    .banner_part {
        display: none;
    }

    .banner_part2 {
        display: block;
        height: 459px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 16.3%;
    }

    #omri2 {
        display: block;
        max-width: 45%;
        margin: 0% 0% 0% -7%;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 16%;
        height: 600px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 20px 28px 20px 34px;
        margin: 72% 5% 0% 5%;
    }

    .subduc p {
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 30px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 700px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 55%;
        margin: 0% 25% 10% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 235px;
        height: 40px;
        margin: 38% 0% 0 0%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 40px;
        height: 37px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 19px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 4px 4px;
    }

    .circulo {
        max-width: 130px;
        height: 130px;
    }

    .icon2::before {
        font-size: 74px;
    }

    .icon3::before {
        font-size: 88px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 20px;
        margin: 0% 6% 0% 6%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 5% 5% 6%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 62% 0% 2% 32%;
    }
    .desktop {
    display: none;
}

.mobile{
    display: block;
}
}

@media only screen and (min-width: 550px) and (max-width: 575px) {
    .banner_part {
        display: none;
    }

    .banner_part2 {
        display: block;
        height: 459px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 16.3%;
    }

    #omri2 {
        display: block;
        max-width: 45%;
        margin: 0% 0% 0% -7%;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 16%;
        height: 575px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 21px 38px 20px 38px;
        margin: 64% 5% 0% 5%;
    }

    .subduc p {
        text-align: center;
        font-size: 20px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 30px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 810px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 40%;
        margin: 0% 25% 0% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 280px;
        height: 50px;
        margin: -10% 0% 8% 28%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 45px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 23px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 4px 4px;
    }

    .circulo {
        max-width: 90px;
        height: 90px;
    }

    .icon2::before {
        font-size: 52px;
    }

    .icon3::before {
        font-size: 60px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 20px;
        margin: 0% 5% 0% 5%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 5% 5% 6%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 67% 0% 2% 28%;
    }
        .desktop {
    display: none;
}

.mobile{
    display: block;
}
}

@media only screen and (min-width: 500px) and (max-width: 549px) {
    .banner_part {
        display: none;
    }

    .banner_part2 {
        display: block;
        height: 418px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 17%;
    }

    #omri2 {
        display: block;
        max-width: 45%;
        margin: 0% 0% 0% -4%;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }


    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 17%;
        height: 548px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 21px 38px 20px 38px;
        margin: 64% 5% 0% 5%;
    }

    .subduc p {
        text-align: center;
        font-size: 18px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 30px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 810px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 40%;
        margin: 0% 25% 0% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 280px;
        height: 50px;
        margin: -10% 0% 8% 28%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 45px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 23px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 4px 4px;
    }

    .circulo {
        max-width: 90px;
        height: 90px;
    }

    .icon2::before {
        font-size: 52px;
    }

    .icon3::before {
        font-size: 60px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 19px;
        margin: 0% 2% 0% 2%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 5% 5% 5%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 72% 0% 2% 28%;
    }
        .desktop {
    display: none;
}

.mobile{
    display: block;
}
}

@media only screen and (min-width: 500px) and (max-width: 599px) {

    .banner_part2 .banner_text .banner_text_iner h1 {
        font-size: 27px;
    }


    .banner_part2 .banner_text .banner_text_iner {
        margin-top: 54%;
    }

    .cardpres {
        margin-top: -20px;
        max-width: 96% !important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .cardpres p {
        font-size: 18px;
        line-height: 26px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve4.png);
        background-size: 100%;
        height: 931px;
    }

    .about_partfv .about_text {
        margin-top: 25%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .quees p {
        padding-top: 40%;
        font-size: 50px;
        line-height: 75px;
    }

    .about_partfv .about_text2 {
        margin-top: 30%;
        margin-left: 8%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 60%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    #omri {
        display: none;
    }

    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 540px;
    }

    #botellaini {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 32px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -6% 0% 0% -0%;
    }

    .about_part2 {
        margin: 10% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 378px;
    }

    .botella h1 {
        margin-top: -16%;
        margin-left: 0%;
        font-size: 24px;
        height: 325px;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_part2 .banner_text_iner2 {
        margin-top: -9%;
    }

    .banner_part2 .banner_text_iner2 h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 34px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: 40% -3% 0% -3%;
    }

    .subcategoria {
        font-size: 20px;
    }
        .desktop {
    display: none;
}

.mobile{
    display: block;
}
}


@media only screen and (min-width: 450px) and (max-width: 499px) {

    .banner_part {
        display: none;
    }

    .banner_part2 {
        display: block;
        height: 376px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 17%;
    }

    #omri2 {
        display: block;
        max-width: 45%;
        margin: 0% 0% 0% -4%;
    }

    .cardpres {
        margin-top: -20px;
        max-width: 96% !important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .cardpres p {
        font-size: 18px;
        line-height: 26px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve4.png);
        background-size: 100%;
        height: 931px;
    }

    .about_partfv .about_text {
        margin-top: 25%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .copyright_part .footer-text {
        text-align: center;
        font-size: 14px;
    }

    .quees {
        background-image: url(../img/que-es.png);
        height: 340px;
        font-size: 50px;
        color: #ffffff;
    }

    .quees p {
        padding-top: 28%;
        font-size: 48px;
        line-height: 75px;
    }


    .about_partfv .about_text2 {
        margin-top: 35%;
        margin-left: 8%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 60%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    #omri2 {
        margin-top: 88%;
        margin-left: -7%;
        max-width: 40%;
        display: block;
    }

    #botellaini {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 27px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -10% 0% 0% -0%;
    }

    .about_part2 {
        margin: 10% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 342px;
    }

    .botella h1 {
        margin-top: -15%;
        margin-left: 0%;
        font-size: 23px;
        height: 336px;
    }

    .about_part {
        background-image: url(../img/about_img_chef3.png);
        height: 479px;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }


    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 19%;
        height: 499px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 12px 10px 12px 10px;
        margin: 60% 5% 0% 5%;
    }

    .subduc p {
        text-align: center;
        font-size: 18px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 30px;
        text-align: center;
    }


    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 770px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 40%;
        margin: 0% 25% 0% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 280px;
        height: 50px;
        margin: -10% 0% 8% 21%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 45px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 23px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 4px 4px;
    }

    .circulo {
        max-width: 90px;
        height: 90px;
    }

    .icon2::before {
        font-size: 52px;
    }

    .icon3::before {
        font-size: 60px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 800px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 18px;
        margin: 0% 0% 0% 0%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 5% 5% 5%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 86% 0% 2% 22%;
    }
        .desktop {
    display: none;
}

.mobile{
    display: block;
}


}

@media only screen and (min-width: 400px) and (max-width: 449px) {

    .banner_part {
        display: none;
    }

    .banner_part2 {
        display: block;
        height: 333px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 22%;
    }

    .cardpres {
        margin-top: 10px;
        max-width: 96% !important;
        margin-left: 2%;
        margin-right: 2%;
        padding: 5%;
    }

    .cardpres p {
        font-size: 18px;
        line-height: 26px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve4.png);
        background-size: 100%;
        height: 931px;
    }

    .about_partfv .about_text {
        margin-top: 25%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .copyright_part .footer-text {
        text-align: center;
        font-size: 14px;
    }

    .quees {
        background-image: url(../img/que-es.png);
        height: 340px;
        font-size: 50px;
        color: #ffffff;
    }

    .quees p {
        padding-top: 38%;
        font-size: 42px;
        line-height: 60px;
    }


    .about_partfv .about_text2 {
        margin-top: 45%;
        margin-left: 5%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 80%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    .banner_part2 .banner_text .banner_text_iner h1 {
        font-size: 25px;
    }

    #titulo {
        font-size: 22px !important;
    }

    #omri2 {
        margin-top: 79%;
        margin-left: -7%;
        max-width: 40%;
        display: block;
    }

    .about_part {
        background-image: url(../img/about_img_chef4.png);
        height: 720px;
    }

    #botellaini {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 27px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -9% 0% 0% -0%;
    }

    .about_part2 {
        margin: 10% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 328px;
    }

    .botella h1 {
        margin-top: -16%;
        margin-left: 0%;
        font-size: 20px;
        height: 336px;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 20%;
        height: 450px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 12px 10px 12px 10px;
        margin: 60% 5% 0% 5%;

    }

    .subduc p {
        text-align: center;
        font-size: 16px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 28px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 730px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 40%;
        margin: 0% 25% 0% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 280px;
        height: 50px;
        margin: -10% 0% 8% 16%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 45px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 23px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 4px 4px;
    }

    .circulo {
        max-width: 90px;
        height: 90px;
    }

    .icon2::before {
        font-size: 52px;
    }

    .icon3::before {
        font-size: 60px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 734px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 16px;
        margin: 0% 0% 0% 0%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 0% 5% 7%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 86% 0% 2% 22%;
    }
    .desktop {
    display: none;
}

.mobile{
    display: block;
}


}


@media only screen and (min-width: 350px) and (max-width: 399px) {

    .banner_part {
        display: none;
    }

    .banner_part2 {
        display: block;
        height: 293px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 22%;
    }

    .cardpres {
        margin-top: -20px;
        max-width: 96% !important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .cardpres p {
        font-size: 18px;
        line-height: 26px;
    }

    .iconoscu {
        width: auto;
    }

    .about_partfv {
        background-image: url(../img/about_img_inve4.png);
        background-size: 100%;
        height: 931px;
    }

    .about_partfv .about_text {
        margin-top: 25%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .copyright_part .footer-text {
        text-align: center;
        font-size: 14px;
    }

    .quees {
        background-image: url(../img/que-es.png);
        height: 340px;
        font-size: 50px;
        color: #ffffff;
    }

    .quees p {
        padding-top: 38%;
        font-size: 38px;
        line-height: 60px;
    }

    .banner_part2 .banner_text .banner_text_iner {
        margin-top: 36%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .about_partfv .about_text2 {
        margin-top: 55%;
        margin-left: 8%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    #bdesy {
        margin-top: 10%;
        max-width: 80%;
        margin-bottom: 10%;
    }

    #botellaini2 {
        display: none;
    }

    .banner_part2 .banner_text .banner_text_iner h1 {
        font-size: 25px;
    }

    #omri2 {
        margin-top: -6%;
        margin-left: -7%;
        max-width: 40%;
        display: block;
    }

    .about_part {
        background-image: url(../img/about_img_chef4.png);
        height: 641px;
    }

    .about_part2 {
        background-image: url(../img/3.png);
    }

    #botellaini {
        display: none;
    }

    #omri2 {
        margin-top: 79%;
        margin-left: -7%;
        max-width: 40%;
        display: block;
    }

    .about_part {
        background-image: url(../img/about_img_chef4.png);
        height: 720px;
    }

    #botellaini {
        display: none;
    }

    .banner_part2 .banner_text_iner h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 24px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: -12% 0% 0% -0%;
    }

    .about_part2 {
        margin: 10% 0% 2% 0%;
        padding: 13% 0% 7% 0%;
        background-image: url(../img/3.png) !important;
        height: 285px;
    }

    .botella h1 {
        margin-top: -16%;
        margin-left: 0%;
        font-size: 17px;
        height: 336px;
    }

    #carruselmovil {
        display: block;
    }

    #carruselweb {
        display: none;
    }

    #botellainiDU {
        display: none;
    }

    #NYE {
        display: none;
    }

    .cardpres {
        margin-top: 0px;
    }

    .banner_part2 .banner_text_iner2 {
        margin-top: -9%;
    }

    .banner_part2 .banner_text_iner2 h1 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 28px;
        color: #ffffff;
        text-shadow: 1px 2px 10px #484848;
        margin: 33% -3% 0% -3%;
    }

    .subcategoria {
        font-size: 20px;
    }

    .banner_partDuc2 {
        background-image: url(../img/portadainiDUCM.png);
        margin-top: 23%;
        height: 410px;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .banner_partDuc {
        display: none;
    }

    .banner_partDuc2 .banner_text_inerDUC {
        padding: 12px 10px 12px 10px;
        margin: 60% 5% 0% 5%;

    }

    .subduc p {
        text-align: center;
        font-size: 14px;
        line-height: 1.1;
        margin: 4% 11% 0% 5%;
    }

    .banner_partDuc2 .banner_text_inerDUC h1 {
        font-size: 23px;
        text-align: center;
    }

    .Ducicon2 {
        padding: 5% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(33%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(229, 250, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 33%, rgba(229, 250, 252, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5fafc', GradientType=0);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        height: 660px;
        display: block;
    }

    .Ducicon {
        display: none;
    }

    .Ducicon2 h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 3%;
    }

    .Ducicon2 img {
        max-width: 40%;
        margin: 0% 25% 0% 35%;
    }

    .Ducicon2 .mar1 {
        margin: -4% 0% 0% 0%;
    }

    .ribbon {
        width: 280px;
        height: 50px;
        margin: -10% 0% 8% 10%;
    }

    .ribbon::before,
    .ribbon::after {
        background-color: #a44;
        width: 45px;
        height: 50px;
        content: '';
        display: block;
        transform: skewY(20deg);
        position: absolute;
        z-index: -1;
    }

    .ribbon::before {
        top: 10px;
        left: 0;
    }

    .ribbon::after {
        top: -10px;
        right: 0;
    }

    .Ducicon2 .ribbon p {
        margin: 27% 0% 0% 8%;
        font-size: 23px;
        color: #ffffff;
        font-family: 'Handlee', cursive;
        padding: 4px 4px;
    }

    .circulo {
        max-width: 80px;
        height: 80px;
    }

    .icon2::before {
        font-size: 45px;
    }

    .icon3::before {
        font-size: 50px;
    }

    .about_partDuc {
        background-image: url(../img/DUCVm.png);
        padding: 7% 0% 0% 0%;
        height: 620px;
    }

    .about_partDuc p {
        color: #ffffff;
        font-size: 16px;
        margin: 0% 0% 0% 0%;
        text-shadow: 0px 3px 0 #020a02;
        background-color: #12400166;
        border-radius: 82px;
        padding: 5% 0% 5% 7%;
    }

    .about_partDuc h1 {
        color: #ffffff;
        font-size: 50px;
        text-shadow: 4px 5px 0 #1f501d;
        text-align: left;
        margin: 76% 0% 2% 17%;
    }
        .desktop {
    display: none;
}

.mobile{
    display: block;
}


}

@media (max-width: 576px) {

    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 650px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 650px;
    }
}

.banner_part .banner_text h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #666666;
}

.banner_part .banner_text h1 {
    font-size: 44px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    color: #7b7b7b;
    line-height: 1.273;

}

@media (max-width: 576px) {

    .banner_part .banner_text h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
}

.banner_part .banner_text h1 span {
    color: #ff7e5f;
}

.banner_part .banner_text p {
    font-size: 16px;
    line-height: 1.929;
    font-family: "Roboto", sans-serif;
    color: #646464;
}

.banner_part .banner_text .btn_1 {
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    margin-top: 45px;
}


@media (max-width: 576px) {

    .about_part .about_text {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    madre .about_part .about_text {
        margin-top: 00px;
    }
}

.about_part .about_text h4 {
    margin-bottom: 32px;
    color: #ff7e5f;
    font-size: 22px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

@media (max-width: 576px) {

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

.about_part .about_text h2 {
    line-height: 1.25;
    margin-bottom: 16px;
}

@media (max-width: 576px) {

    .about_part .about_text h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about_part .about_text h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .about_part .about_text h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .about_part .about_text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.about_part .about_text p {
    margin-top: 13px;
}



@media (max-width: 576px) {

    .about_part1 {
        padding: 70px 0px 70px;
        background-position: top;
        background-size: 100% 43%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about_part1 {
        padding: 70px 0px 70px;
        background-position: top left;
        background-size: 90% 56%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .about_part1 {
        padding: 70px 0px 70px;
        background-position: left;
        background-size: 48% 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .about_part1 {
        padding: 0px 0px 80px;
    }
}

@media (max-width: 576px) {

    .about_part1 .about_text {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about_part1 .about_text {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .about_part1 .about_text {
        margin-top: 50px;
    }
}

.about_part1 .about_text h4 {
    margin-bottom: 32px;
    color: #ff7e5f;
    font-size: 22px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

@media (max-width: 576px) {

    .about_part1 .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about_part1 .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .about_part1 .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .about_part1 .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}

.about_part1 .about_text h2 {
    line-height: 1.25;
    margin-bottom: 35px;
}

@media (max-width: 576px) {

    .about_part1 .about_text h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .about_part1 .about_text h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .about_part1 .about_text h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .about_part1 .about_text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.about_part1 .about_text p {
    margin-top: 13px;
}

.review_part {
    position: relative;
}

.review_part .slick-center {
    margin-bottom: 25px;
    opacity: 1 !important;
    width: 150px !important;
    margin-top: 0px !important;
}

@media (max-width: 576px) {

    .review_part .slick-center {
        overflow: hidden;
    }
}

.review_part .slick-center img {
    width: 100%;
}

.review_part .slick-list {
    padding: 0px !important;
}

@media (max-width: 576px) {

    .review_part {
        overflow: hidden;
    }
}

.client_review_text .quate_icon {
    max-width: 43px;
    max-height: 38px;
    margin: 0 auto;
    margin-top: 20px;
}

.client_review_text p {
    font-size: 16px;
    font-style: italic;
    margin: 26px 0px 30px;
}

.client_review_text h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
}

.client_review_text h5 {
    font-size: 14px;
    font-weight: 400;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0px 0px;
    list-style-type: none;
}

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

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
}

.slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
    margin: 54px 0px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider-nav-thumbnails .slick-slide {
        margin: 54px 40px 20px;
    }
}

.slider-nav-thumbnails .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}

.social_connect_part {
    padding-top: 130px;
}

@media (max-width: 576px) {

    .social_connect_part {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .social_connect_part {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .social_connect_part {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .social_connect_part {
        padding-top: 70px;
    }
}

.social_connect_part .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.social_connect_part .social_connect {
    display: flex;
    justify-content: space-between;
    border-bottom: 10px solid #fff;
}

.social_connect_part .single-social_connect {
    width: 16%;
    float: left;
}

.social_connect_part .single-social_connect:hover .social_connect_img:after {
    opacity: 0.5;
    transform: scale(1);
}

.social_connect_part .single-social_connect:hover .social_connect_overlay span {
    visibility: visible;
    opacity: 1;
}

.social_connect_part .single-social_connect .social_connect_img {
    position: relative;
    z-index: 1;
}

.social_connect_part .single-social_connect .social_connect_img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transform: scale(0.5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.social_connect_part .single-social_connect .social_connect_img img {
    width: 100%;
    height: auto;
}

.social_connect_part .single-social_connect .social_connect_img:hover .social_connect_overlay span {
    visibility: visible;
}

.social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    visibility: hidden;
    font-size: 30px;
}

@media (max-width: 576px) {

    .social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
        font-size: 14px;
        top: 40%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
        font-size: 14px;
        top: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .social_connect_part .single-social_connect .social_connect_img .social_connect_overlay span {
        font-size: 20px;
        top: 40%;
    }
}

.copyright_part {
    border-top: 4px solid #a0a0a0;
    padding: 26px 0px;
}

.copyright_part p {
    color: #8a8a8a;
    font-family: 300;
}

.copyright_part a {
    color: #ff7e5f;
}

@media (max-width: 576px) {

    .copyright_part .footer-social {
        margin-top: 20px;
        background-color: #f7f7f7;
    }
}

.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #757575;
    text-align: center;
    margin-left: 10px;
    color: #757575;
}

.copyright_part .footer-social a:hover {
    background-color: #58b2d0 !important;
    color: #fff !important;
}

.copyright_part .footer-social a i:hover {
    color: #fff;
}

@media (max-width: 576px) {

    .copyright_part .footer-text {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
    color: #ff7e5f;
}

.contact-info .media-body p {
    color: #8a8a8a;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

.footer-area {
    background-color: #f7f7f7;
    padding: 140px 0px 100px;
}

@media (max-width: 991px) {

    .footer-area {
        padding: 60px 0px;
    }
}

@media (max-width: 991px) {

    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }
}

.footer-area .single-footer-widget p {
    color: #666666;
}

.footer-area .single-footer-widget h4 {
    color: #2f373d;
    font-style: inherit;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 1024px) {

    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .footer-area .single-footer-widget h4 {
        margin-bottom: 15px;
    }
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 14px;
}

.footer-area .single-footer-widget ul li a {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-area .single-footer-widget ul li a:hover {
    color: #ff7e5f;
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px;
}

.footer-area .single-footer-widget input {
    height: 48px;
    border: none;
    width: 67% !important;
    font-weight: 400;
    background: transparent;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    color: #999999;
}

.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
    background-color: #ff7e5f;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    position: relative;
    left: 0;
}

.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 375px) {

    .footer-area .single-footer-widget .click-btn {
        margin-top: 10px;
    }
}

@media (min-width: 400px) {

    .footer-area .single-footer-widget .click-btn {
        left: -50px;
    }
}

.footer-area .footer-bottom {
    margin-top: 70px;
}

@media (max-width: 991px) {

    .footer-area .footer-bottom {
        margin-top: 20px;
    }
}

.footer-area .footer-bottom .footer-social {
    text-align: center;
}

@media (max-width: 991px) {

    .footer-area .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px;
    }
}

.footer-area .footer-bottom .footer-social a {
    background: rgba(255, 255, 255, 0.15);
    margin-left: 3px;
    width: 32px;
    display: inline-grid;
    text-align: center;
    height: 32px;
    align-content: center;
}

.footer-area .footer-bottom .footer-social a i,
.footer-area .footer-bottom .footer-social a span {
    font-size: 14px;
}

.footer-area .btn_2 {
    margin-top: 0px;
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

b,
sup,
sub,
u,
del {
    color: #09959e;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}

.button-area {
    background: #fff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn:focus {
    outline: none;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.primary {
    color: #fff;
    background: #ff7e5f;
    border: 1px solid transparent;
}

.genric-btn.primary:hover {
    color: #ff7e5f;
    border: 1px solid #ff7e5f;
    background: #fff;
}

.genric-btn.primary-border {
    color: #ff7e5f;
    border: 1px solid #ff7e5f;
    background: #fff;
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #ff7e5f;
    border: 1px solid transparent;
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #ff7e5f;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ff7e5f;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ff7e5f;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #ff7e5f;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #ff7e5f;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.single-textarea:focus {
    outline: none;
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #ff7e5f;
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.default-select .nice-select::after {
    right: 20px;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #ff7e5f;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #ff7e5f;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

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

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

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

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

.switch-wrap {
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .iconoscu {
        width: 245px;
        height: 245px;
    }

    .iconoscu p {
        font-size: 15px !important;
    }

}

#demotext {

    text-shadow: 1px -1px 0 #DEDEDE, -1px 2px 1px #, -2px 4px 1px #eDEDED, -3px 6px 1px #efefef, -4px 8px 1px #f2f2f2, -5px 10px 1px #f9f9f9, -6px 12px 1px #F5F5F5;

}

.modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
}

.boton2 {
    color: #fff;
    background: linear-gradient(90deg, #1bb9ff, #25a8df);
    border-radius: 15px;
    padding: 8px 15px 8px 15px;
    box-shadow: 4px 5px 8px #bababa;
}

.boton2:hover {
    color: #23ABE5;
    background: #fff;
    border-radius: 15px;
    border: 2px solid;
    box-shadow: 4px 5px 8px #bababa;
}
