@font-face {
    font-family: "Dos Pinos";
    src: url("../fonts/Amplify_PersonalUseOnly.eot?") format("eot"),
        url("../fonts/Amplify_PersonalUseOnly.woff") format("woff"),
        url("../fonts/Amplify_PersonalUseOnly.ttf") format("truetype"),
        url("../fonts/Amplify_PersonalUseOnly.svg#AmplifyPersonalUseOnly") format("svg");
}

.title {
    font-family: 'Dos Pinos';
    font-size: 3em;
}

.title-display-1 {
    font-family: 'Dos Pinos';
    font-size: 2.8em;
}

.title-display-2 {
    font-family: 'Dos Pinos';
    font-size: 3em;
}

.detail-contact {
    font-size: 1.1em;
}

.content-5 {
    width: 100%;
}

.content-noparent {
    width: 100%;
    margin: auto;
}

.content-fluid {
    width: 88%;
    margin: auto;
}

.content {
    width: 88%;
    margin: auto;
}

.social {
    width: 50px;
    right: 0;
    z-index: 1010;
}

.margin-social {
    margin-right: 0;
}

.img-vh {
    height: 250px;
}

.margin-menu {
    margin-top: 96px;
}

.ml-xl-15 {
    margin-left: 0px;
}

.navbar-response {
    width: 100%;
    background: #FFF;
    z-index: 1100;
}

.navbar-response .navbar-nav {
    font-size: 14px;
}

.navbar-response .nav-link {
    color: #000;
}

.navbar-response .nav-link:hover {
    color: #fbd442;
}

.card-content-img {
    height: 180px;
}

.card-content-video {
    height: 180px;
}

.card-content-fluid-img {
    height: 200px;
}

.card-content-lg-fluid-img {
    height: 230px;
}

.card-content-mega-imgvideo {
    height: 210px;
}

.content-title {
    position: absolute;
    width: 100%;
    padding-right: 50px;
    height: 96px;
    color: #FFF;
    background: #fbd442;
}

#container1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#container2 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -15px;
    overflow: auto;
}

.nav-dropdown {
    background: #fff;
    position: absolute;
    padding: 1.5rem;
    height: auto;
    left: 0px;
    top: 4.8rem;
    width: 100%;
    display: none;
}

.nav-link-dropdown:hover .nav-dropdown {
    display: block;
}

.nav-link-dropdown.active {
    color: #fbd442 !important;
}

.bg-orange {
    background: #fab612;
}

.content-text {
    width: 100%;
}

.content-line {
    width: 100%;
}

.card-dropdown {
    background: #fff;
    position: absolute;
    top: 0;
    min-width: 180px;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
    display: none;
    height: 120px;
    top: -52px;
}

.dropleft:hover .card-dropdown {
    display: flex;
}

.dropleft:hover .arrow-right {
    display: block;
}

.dropleft:hover .dropcontent {
    display: block;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: .5rem;
}

.rounded-item {
    background: #fff;
}

.dropleft.active>.rounded-item span {
    display: block;
}

.rounded-item span {
    display: none;
}

.rounded-item {
    background: #fff;
}

.dropleft.active>.rounded-item span {
    display: block;
}

.rounded-item span {
    display: none;
}

.arrow-right {
    display: none;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
}

.dropcontent {
    display: none;
}

.w3-auto {
    width: auto;
}

.w34-auto {
    width: auto;
}

.w43-auto {
    width: auto;
}

.h-auto-cards {
    height: 40px;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.sustainability-btn {
    margin-left: 0.35rem;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* 576 */
@media (min-width: 576px) {
    .card-content-video {
        height: 230px;
    }

    .card-content-mega-imgvideo {
        height: 300px;
    }

    .h-auto-cards {
        height: 40px;
    }
}

/* 768 */
@media (min-width: 768px) {
    .content-text {
        width: 380px;
    }

    .img-vh {
        height: 500px;
    }

    .card-content-img {
        height: 200px;
    }

    .card-content-video {
        height: 250px;
    }

    .title>h1 {
        font-size: 1.2em;
    }

    .nav-dropdown {
        left: 0px;
        top: 4.8rem;
        width: 100%;
    }

    .card-content-lg-fluid-img {
        height: 300px;
    }

    .card-content-mega-imgvideo {
        height: 405px;
    }

    .h-auto-cards {
        height: 70px;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
}

@media (min-width: 992px) {
    .content-line {
        width: 92.5%;
        margin-left: auto;
    }

    .margin-menu {
        margin-top: 0px;
    }

    .w-xl-100 {
        width: 18rem;
    }

    .vh-xl-100 {
        height: 722px !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .content-fluid {
        width: auto;
        margin-right: 60px;
        margin-left: 60px;
    }

    .content {
        width: auto;
        margin-right: 60px;
        margin-left: 0px;
    }

    .social {
        width: 60px;
    }

    .margin-social {
        margin-right: 60px;
    }

    .title {
        font-family: 'Dos Pinos';
    }

    .title>h1 {
        font-size: 1.2em;
    }

    .title-display-2 {
        font-family: 'Dos Pinos';
        font-size: 3.5em;
    }

    .navbar-xl-collapse {
        -ms-flex-preferred-size: 18rem;
        flex-basis: 18rem;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        display: block;
    }

    .card-content-img {
        height: 250px;
    }

    .card-content-video {
        height: 360px;
    }

    .card-content-fluid-img {
        height: 170px;
    }

    .card-content-lg-fluid-img {
        height: 400px;
    }

    .card-content-lg-img {
        height: 335px;
    }

    .card-content-mega-imgvideo {
        height: 550px;
    }

    .content-title {
        height: 130px;
        width: auto;
        left: unset;
    }

    .nav-dropdown {
        left: 0px;
        top: 4.8rem;
        width: 100%;
    }

    .w3-auto {
        width: 300px;
    }

    .w34-auto {
        width: 340px;
    }

    .w43-auto {
        width: 430px;
    }

    .h-auto-cards {
        height: 50px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 1500px) {

    .mt-yl-5,
    .my-yl-5 {
        margin-top: 2.5rem !important;
    }
}

@media (min-width: 1200px) {
    .social {
        width: 71px;
    }

    .margin-social {
        margin-right: 71px;
    }

    .content {
        width: auto;
        margin-right: 71px;
        margin-left: 250px;
    }

    .content-fluid {
        width: auto;
        margin-right: 71px;
        margin-left: 71px;
    }

    .ml-xl-15 {
        margin-left: 250px;
    }

    .navbar-response {
        width: 250px;
        height: 722px;
        z-index: 10;
    }

    .nav-dropdown {
        left: 190px;
        top: 1.5rem;
        width: 400px;
    }

    .card-content-lg-fluid-img {
        height: 500px;
    }

    .content-5 {
        width: 50%;
    }

    .card-content-mega-imgvideo {
        height: 659px;
    }

    .h-auto-cards {
        height: 80px;
    }
}

.nav-link.active {
    color: #fbd442;
}

.nav-active {
    color: #68b550;
}

.cookie-consent__message {
    color: #FFF;
    margin-top: auto;
    margin-bottom: auto;
}

.js-cookie-consent {
    background: #17a2b8;
    position: fixed;
    width: 100%;
    margin: auto;
    bottom: 0;
    z-index: 1200;
    text-align: center;
}

.cookie-consent {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.js-cookie-consent-agree {
    margin-top: auto;
    margin-bottom: auto;
    color: #FFF;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-left: auto;
}

/*MILKS*/
.milks-link-btn {
    margin-left: 0.5rem;
}

.milks-link .active {
    display: none;
}

#milksContainer {
    background-color: white;
}

.milks-main-img {
    width: 100%;
}

.milks-title {
    padding: 0 15%;
    background-color: white;
}

.milks-title h1 {
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #ff0030;
}

.milks-title h2 {
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    color: #007bc2;
}

.milks-title hr {
    margin-top: 0;
    margin-bottom: 0.5rem;
    border-top: 2px dashed #ff0030;
}

.header-milks {
    background-color: white;
}

.header-milks img {
    width: 30%;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}

.header-milks .background-img {
    width: 100%;
    height: 50vw;
}

.buttons-container {
    width: 100%;
    padding: 10px 6%;
}

.buttons-container .row {
    margin: 10px 0 !important;
}

.milk-button {
    height: 30px;
    padding: 0 !important;
    padding-bottom: 4px !important;
    background-color: #ff0030;
    border: none;
    border-radius: 50px;
    line-height: 0.8;
    outline: none !important;
}

.milk-button span {
    font-size: 0.65rem;
    font-weight: 700;
    color: white;
}

.milk-button:hover {
    background-color: #007bc2;
}

.main {
    background-color: #ebeeee;
}

.video-container .first-flower {
    position: absolute;
    width: 10%;
    left: 4%;
}

.video-container .embed-responsive {
    width: 80%;
    margin: auto;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.video-container .second-flower {
    width: 15%;
    margin-top: -4%;
    position: absolute;
    right: 15%;
}

.region-container {
    display: flex;
    flex-direction: column;
}

.countries-container {
    padding: 0 10%;
}

.countries-container p {
    font-size: 1rem;
    color: #1faa54;
    text-align: center;
    font-weight: 700;
}

.countries a {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.75rem;
    color: black;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.countries a:hover {
    color: #149144;
}

.map-container {
    margin-top: -60px;
    padding: 0 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

.map-container img {
    margin: 80px 0;
}

.description-container {
    margin: -50px 10% 50px 10%;
    padding: 5%;
    background-color: #4a4b4c;
    border-radius: 10px;
    color: white;
}

.description-container img {
    margin: -50px 0 10px 0;
    width: 100px;
    float: right;
}

.description-container .description-title {
    font-size: 1.25rem;
    font-weight: 700;

}

.description-container p {
    font-size: 0.75rem;
}

#milksContainer .milks {
    background-color: #ebeeee;
}

.milks .carousel-container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.milks .carousel-container .flower {
    width: 15%;
    max-width: 150px;
    margin-top: 10%;
    position: absolute;
    left: 0;
}

.milks .carousel-container .carousel {
    border-radius: 5px;
    overflow: hidden;
}

.milks .carousel-container .carousel-title {
    width: max-content;
    margin-bottom: -10%;
    padding: 0 10%;
    position: relative;
    text-align: center;
    font-weight: 900;
    font-size: 4vw;
    color: white;
    border-radius: 5px;
    z-index: 1;
    line-height: 0.2;
    border: 5vw solid #007bc2;
    border-left: 0;
    border-right: 5vw solid transparent;
    height: 0;
}

.milks .carousel-container .carousel-title#titleShare {
    padding: 0 5%;
}

.milks .carousel-container .carousel-control {
    opacity: 1;
    top: 10%;
}

.milks .carousel-container .carousel-control-prev {
    margin-left: -3.8%;
}

.milks .carousel-container .carousel-control-next {
    margin-right: -3.8%;
}

.milks .carousel-container .carousel-control img {
    width: 50%;
}

.milks .header-container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.milks .header-container .header-description-container .titlem {
    color: #ff0030;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
}

.milks .header-container .header-description-container .description {
    color: #007bc2;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: justify;
}

.milks .header-container hr {
    margin-top: 0;
    margin-bottom: 0.5rem;
    border-top: 2px dashed #ff0030;
}

.milks .header-container .links-container {
    margin: 0;
}

.milks .header-container .links-container hr {
    width: 100%;
    margin: 0;
}

.milks .header-container .links-container a {
    height: 110px;
    padding: 0;
    margin-top: -3%;
    text-align: center;
}

.milks .header-container .links-container img {
    width: 15vw;
    max-width: 75px;
    display: inline;
}

.milks .header-container .links-container .icon-expanded {
    display: none;
}

.milks .header-container .links-container a:hover .icon {
    display: none;
}

.milks .header-container .links-container a:hover .icon-expanded {
    display: inline;
}

.milks .theme-container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}

.milks .theme-container .images-container .theme-icon {
    width: 15%;
    max-width: 75px;
    position: absolute;
    margin-top: -2.1%;
    margin-left: 2%;
}

.milks-modal .modal {
    padding-top: 10%;
}

.milks-modal .modal-content {
    background-color: unset;
    border: none;
}

.milks-modal .modal-content .modal-header {
    border-bottom: none;
}

.milks-modal .modal-content .modal-header .close {
    color: white;
}

.milks-footer-container {
    max-width: 100%;
    height: max-content;
    background-image: url('/images/milks/fondo_azul_movil.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebeeee;
}

.milks-footer-container .main-footer-container {
    height: max-content;
    padding: 75px 3%;
    display: flex;
    flex-direction: column;
    color: white;
    position: relative;
}

.milks-footer-container .milks-footer-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    margin-top: -50px;
}

.milks-footer-container .main-footer-container .flower {
    width: 20%;
    margin-top: -75px;
    position: absolute;
    left: 5%;
}

.milks-footer-container .main-footer-container .glass {
    width: 40%;
    margin-top: 30px;
    position: absolute;
    right: 0;
}

.milks-footer-container .main-footer-container .about-container {
    width: 60%;
}

.milks-footer-container .main-footer-container .about-container h5 {
    font-size: 1rem;
    font-weight: 600;
}

.milks-footer-container .main-footer-container .about-container p {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: justify;
}

.milks-footer-container .main-footer-container .contact-container {
    margin: 20px 0;
}

.milks-footer-container .main-footer-container .contact-container h5 {
    font-size: 1rem;
    font-weight: 600;
}

.milks-footer-container .main-footer-container .contact-container h6 {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: justify;
}

.milks-footer-container .main-footer-container .contact-container img {
    width: 150px;
}

.milks-footer-container .main-footer-container .social-container {
    margin: 20px 0;
}

.milks-footer-container .main-footer-container .social-container h5 {
    font-size: 1rem;
    font-weight: 600;
}

.milks-footer-container .main-footer-container .social-container .media-container {
    display: flex;
}

.milks-footer-container .main-footer-container .social-container a {
    width: 28px;
    height: 28px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    cursor: pointer;
    margin-right: 10px;
}

.milks-footer-container .main-footer-container .social-container a i {
    margin-top: 0.1rem;
}

.milks-footer-container .footer {
    padding: 1.5rem 1rem;
    color: #ffffff;
    text-align: center;
    background-color: #29aae1;
    position: relative;
}

@media (min-width: 400px) {
    .milks .header-container .links-container a {
        height: 130px;
    }

    .milks-footer-container .main-footer-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .milks-footer-container .main-footer-container .flower {
        max-width: 120px;
        margin-top: -20%;
    }

    .milks-footer-container .main-footer-container .glass {
        width: 40%;
        margin-top: -20%;
    }

    .milks-footer-container .main-footer-container .about-container {
        width: auto;
        flex: 0 1 100%;
    }

    .milks-footer-container .main-footer-container .about-container p {
        width: 83%;
    }

    .milks-footer-container .main-footer-container .social-container {
        margin-left: 50px;
    }
}

@media (min-width: 576px) {
    .milks-title h1 {
        font-size: 2rem;
    }

    .milks-title h2 {
        font-size: 1.25rem;
    }

    .buttons-container {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .countries-container p {
        font-size: 1.5rem;
    }

    .countries a {
        font-size: 1rem;
    }

    .map-container {
        margin-top: -100px;
    }

    .map-container img {
        margin: 130px 0;
    }

    .description-container img {
        margin-top: -75px;
    }

    .description-container .description-title {
        font-size: 1.5rem;
    }

    .description-container p {
        font-size: 1rem;
    }

    .milks .carousel-container .carousel-title {
        font-size: 5vw;
    }

    .milks .carousel-container .carousel-title#titleShare {
        font-size: 4vw;
    }

    .milks .header-container .header-description-container .titlem {
        font-size: 1.5rem;
    }

    .milks .header-container .header-description-container .description {
        font-size: 0.9rem;
    }

    .milks .header-container .links-container a {
        margin-top: -2.3%;
    }

    .milks .theme-container .images-container .theme-icon {
        margin-top: -1.6%;
    }

    .milks-footer-container {
        height: max-content;
        padding-top: 50px;
    }

    .milks-footer-container .main-footer-container .about-container h5 {
        font-size: 1.5rem;
    }

    .milks-footer-container .main-footer-container .about-container p {
        font-size: 1rem;
    }

    .milks-footer-container .main-footer-container .contact-container h5 {
        font-size: 1.5rem;
    }

    .milks-footer-container .main-footer-container .contact-container h6 {
        font-size: 1rem;
    }

    .milks-footer-container .main-footer-container .social-container h5 {
        font-size: 1.5rem;
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .header-milks .background-img {
        height: 30vw;
    }

    .milk-button {
        height: 40px;
    }

    .milk-button span {
        font-size: 0.9rem;
    }

    .buttons-container {
        padding-left: 10%;
        padding-right: 10%;
    }

    .buttons-container .row {
        margin: 10px 0 !important;
    }

    .region-container {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10%;
        padding-bottom: 0;
    }

    .countries-container {
        flex: 0 0 30%;
        padding: 0;
    }

    .countries-container p {
        font-size: 1.75rem;
        text-align: left;
    }

    .countries a {
        text-align: left;
    }

    .map-container {
        flex: 0 0 70%;
        margin-top: -60px;
        padding: 0 15%;
        background-size: cover;
    }

    .map-container img {
        margin: 70px 0;
    }

    .description-container {
        margin-top: 0;
    }

    .milks .carousel-container .carousel-title {
        font-size: 45px;
    }

    .milks .header-container {
        flex-direction: row;
    }

    .milks .header-container .header-description-container {
        padding: 0 5px;
    }

    .milks .header-container .header-description-container .titlem {
        margin-bottom: 10px;
        font-size: 1rem;
        white-space: nowrap;
    }

    .milks .header-container .header-description-container .description {
        font-size: 0.75rem;
    }

    .milks .header-container .links-container {
        align-self: flex-start;
        padding: 0 5px;
        flex: 1 0 55%;
    }

    .milks .header-container .links-container hr {
        margin-top: 18px;
    }

    .milks .header-container .links-container a {
        margin-top: -10px;
    }

    .milks .theme-container .images-container .theme-icon {
        margin-top: -1.2%;
    }

    .milks-footer-container .main-footer-container {
        padding-bottom: 0;
    }

    .milks-footer-container .main-footer-container .flower {
        max-width: 200px;
        margin-top: -20%;
    }
}

@media (min-width: 850px) {
    .milks .theme-container .images-container .theme-icon {
        margin-top: -10px;
    }
}

@media (min-width: 992px) {
    .buttons-container {
        padding-top: 0;
        margin-bottom: 13%;
    }

    .buttons-container .row {
        margin: 25px 0 !important;
    }

    .region-container {
        flex-wrap: nowrap;
        padding-top: 200px !important;
    }

    .countries-container {
        flex: content;
        flex: 0 0 10%;
        padding: 0;
    }

    .countries-container p {
        white-space: nowrap;
    }

    .map-container {
        flex: auto;
        margin-top: -180px;
        padding: 0 10px;
        background-size: contain;
    }

    .map-container img {
        max-width: 400px;
        margin: 180px auto;
        display: block;
    }

    .description-container {
        flex: 0 0 40%;
        margin: 0;
        height: max-content;
        padding: 2%;
    }

    .milks {
        margin-top: -10%;
        padding-top: 5%;
    }

    .milks .carousel-container .carousel-title {
        margin-bottom: -85px;
        border: 50px solid #007bc2;
        border-right: 50px solid transparent;
    }

    .milks .carousel-container .carousel-title#titleShare {
        font-size: 45px;
    }

    .milks .carousel-container .flower {
        margin-left: -100px;
        margin-bottom: -350px;
        position: static;
    }

    .milks .header-container .header-description-container .titlem {
        font-size: 1.5rem;
    }

    .milks .header-container .header-description-container .description {
        font-size: 0.8rem;
    }

    .milks .header-container .links-container hr {
        margin-top: 30px;
    }

    .milks .header-container .links-container a {
        margin-top: -12px;
    }

    .milks .theme-container {
        padding-bottom: 200px;
    }

    .milks-modal .modal {
        padding-top: 0;
    }

    .milks-footer-container {
        background-image: url('/images/milks/fondo_azul.png');
    }

    .milks-footer-container .main-footer-container {
        flex-wrap: nowrap;
    }

    .milks-footer-container .main-footer-container .glass {
        max-width: 375px;
        margin-top: -25%;
        position: absolute;
        right: 390px;
    }

    .milks-footer-container .main-footer-container .about-container {
        flex: auto;
    }

    .milks-footer-container .main-footer-container .about-container p {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .milks .theme-container {
        padding-bottom: 200px !important;
    }

    .milks-modal .modal .modal-dialog {
        margin-top: 0;
    }

    .milks-footer-container .main-footer-container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .milks-footer-container .main-footer-container .flower {
        width: 200px;
        height: inherit;
        margin: 0;
        margin-top: -200px;
        position: relative;
    }

    .milks-footer-container .main-footer-container .glass {
        width: 400px;
        margin: 0;
        margin-top: -250px;
        position: relative;
        right: unset;
        left: 150px;
    }

    .milks-footer-container .main-footer-container .about-container {
        margin-left: -575px;
    }
}

@media (min-width: 1400px) {
    .milks-title {
        max-width: 1200px;
        margin: auto;
        padding: 0;
        display: block;
    }

    .milks-title h1 {
        font-size: 3rem;
    }

    .milks-title h2 {
        font-size: 2rem;
    }

    .header-milks img {
        max-width: 410px;
    }

    .header-milks .background-img {
        max-width: 100%;
        width: 100%;
        height: 410px;
    }

    .buttons-container {
        max-width: 1200px;
        margin: auto;
        padding: 50px 0 100px 0 !important;
        display: block;
    }

    .video-container {
        max-width: 1200px;
        display: block;
        margin: auto;
    }

    .video-container .first-flower {
        position: relative;
        margin-bottom: -200px;
        margin-left: -140px;
        width: 140px;
    }

    .video-container .embed-responsive {
        width: 100%;
    }

    .video-container .second-flower {
        width: 210px;
        margin-top: -60px;
        margin-left: 1100px;
        position: relative;
    }

    .region-container {
        max-width: 1200px;
        margin: auto;
        padding: 0 !important;
    }

    .milks {
        margin-top: 0;
        padding-top: 0;
    }
}

/*END MILKS*/

@media (min-width: 1200px) {
    .ml-desktop-250 {
        margin-left: 250px !important;
    }

    .content-title{
        left: 250px;
    }
}

