body {
    background-color: white !important;
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden !important;
}
main {
    overflow-x: hidden;
    overflow-y: hidden;
    /*scroll-snap-type: y mandatory;*/
    /*-webkit-overflow-scrolling: touch;*/
    background: #e3e3e3 !important;
}
.seccion-active {
    font-weight: 900;
}

.section {
    height: auto;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    scroll-snap-align: start;
    position: relative;
}
.text-black {
    color: #000 !important;
}
.btn-general {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 0.5rem !important;
}
.marginTop40 {
    margin-top: 0;
}
.btn-black {
    /*color: #7ec200 !important;*/
    background-color: #131313 !important;
    border-radius: 0 !important;
}
.btn-green {
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 0 !important;
}
.width-25 {
    width: 38%;
}
.width-50 {
    width: 90%;
}
.w-30 {
    width: 100%;
}
.w-70 {
    width: 80%;
}
.width-60 {
    width: 80%;
}
.width-75 {
    width: 60%;
}
.font-500 {
    font-weight: 500 !important;
}
.col-sm-6-modif {
    width: 50% !important;
    flex: 0 0 auto;
}
/* nav */
nav {
    background-color: #e3e3e3 !important;
}
.nav__show {
    z-index: 8000 !important;
    opacity: 1 !important;
    transition: all 3s !important;
}
nav a {
    color: #fff !important;
    font-weight: 300;
}
nav ul li {
    border-bottom: 2px solid transparent;
    margin-right: 0.25rem !important;
}
nav ul li a:hover {
    font-weight: 900 !important;
}
#section-0 {
    height: 80vh;
    z-index: 1000;
}
.container-angle-down {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    display: block;
    transition: all 3s;
}
.container-angle-down-hidden {
    opacity: 0;
    display: none;
    transition: all 3s;
}
.position-icon {
    color: #fff;
    animation: shakeY;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
/* section 0 */
#animate1 {
    position: absolute;
    top: 10%;
    left: 8%;
}
#animate2 {
    position: absolute;
    top: -6%;
    left: -15%;
}
#animate3 {
    position: absolute;
    top: 28%;
    left: 48%;
}
#animate4 {
    position: absolute;
    top: 51%;
    left: -23%;
}
#animate5 {
    position: absolute;
    top: 70%;
    left: 12%;
}
.containerFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
}
.positionRelative {
    position: relative !important;
}
.modificarHeight {
    display: none !important;
}
.project {
    transition: all 1s;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}
.project.fade-in {
    transform: translate(200px, -200px);
    -ms-transform: translate(200px, -200px);
    -webkit-transform: translate(200px, -200px);
    transition: all 2s;
    opacity: 0;
}
.project.fade-down {
    transform: translate(-800px, 0);
    -ms-transform: translate(-800px, 0);
    -webkit-transform: translate(-800px, 0);
    transition: all 2s;
    opacity: 0;
}
/* section 1 */
#section_1 .container-absoluto {
    /*padding-top: 25%;*/
    background-image: inherit;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.title-product {
    color: #fff;
    font-size: 2rem;
    line-height: 40px;
    font-weight: 900 !important;
}
.text-description {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 900 !important;
    line-height: 20px;
}
.page-subtitle-product {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900 !important;
}
.page-text-product {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}
.section_1 {
    opacity: 0;
    top: 0;
    height: 100vh;
    position: relative;
}
.container_fixed_section_1 {
    position: fixed;
    top: 12%;
    width: 100%;
}

.container_sin_fixed {
    position: relative;
    height: auto;
}
.container_sin_height {
    height: auto !important;
}
.section_1__show {
    opacity: 1 !important;
    transition: all 3s !important;
}
.section_1__hidden {
    opacity: 0 !important;
    transition: all 0.1s !important;
}
#section_1 .text-description {
    line-height: 1.5rem;
}
.section-1__container-text {
    text-align: center;
}
/*
.marihuana_1{
    position: absolute;
    width: 25%;
    bottom: -13%;
    left: -5%;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.marihuana_2{
    position: absolute;
    width: 30%;
    bottom: -2%;
    right: -7%;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 0;
}*/

#products {
    width: 80%;
}

/*
#section-1__container-text{
    opacity: 0;
}
#marihuana_3{
    opacity: 0;
}*/
.fade-in-products {
    opacity: 1 !important;
    transition: all 2s;
}
/*
#marihuana_1{
    opacity: 0;
}
.fade_in_marihuana_1{
    opacity: 1 !important;
    transition: all 3s;
}
#marihuana_2{
    opacity: 0;
}
.fade_in_marihuana_2{
    opacity: 1 !important;
    transition: all 3s;
}*/

/* section 2 */
#section-2 {
    height: auto;
    background-image: inherit;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center bottom !important;
}
.section-2__text {
    opacity: 0;
    transition: all 0.2s;
    margin-top: 10%;
}
.section-2__text__show {
    opacity: 1;
    transition: all 1s;
}
.container-product-2 {
    text-align: center;
}
#section-2__products {
    transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    -webkit-transform: translate(-40%, 0);
    transition: all 0.2s;
    opacity: 0;
    width: 70%;
    float: none;
    margin-top: -3%;
}
.move-section-2__products {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 1s !important;
    opacity: 1 !important;
}
/*
.marihuana_3{
    position: absolute;
    width: 70%;
    bottom: 8%;
    left: 36%;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: -10;
}*/
/* section 3  */
/*#section-3{
    background-color: #5e61ad !important;
    height: auto;
}*/
#supreme-flavor {
    transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -webkit-transform: translate(20%, 0);
    transition: all 1s;
    opacity: 0;
}
.move-supreme-flavor {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 1s;
    opacity: 1 !important;
}
.section-3__img {
    width: 50%;
    position: absolute;
    top: -8%;
    left: -14%;
    z-index: -10;
}
.section-3__espacio {
    padding-top: 0;
}
.section-4__padding-top,
.section-5__padding-top {
    padding-top: 10%;
}
.w-60 {
    width: 100%;
}
/* section 4 */
#section-4 {
    background-color: #41426a;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 76%;
}
#tincture {
    opacity: 0;
    transition: all 2s;
}
.fade-in-tincture {
    opacity: 1 !important;
    transition: all 2s;
}
/*
#marihuana_5{
    opacity: 0;
    transition: all 2s;
}
.fade-in-marihuana_5{
    opacity: 1 !important;
    transition: all 2s;
}
.marihuana_4{
    position: absolute;
    width: 50%;
    bottom: 45%;
    left: 0%;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: -100;
}
.marihuana_5{
    position: absolute;
    width: 30%;
    bottom: 0;
    right: -4%;
    -moz-transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    transform: rotate(-29deg);
}*/
/* section 5 */
#section-5 {
    overflow: hidden;
    height: auto;
    background-color: #5e61ac !important;
    background-image: inherit;
    background-repeat: no-repeat !important;
    background-size: 50% !important;
    background-position: top center !important;
}
#gel {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 1s;
    opacity: 0;
}
.move-gel {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 1s;
    opacity: 1 !important;
}
/*
#marihuana_7{
    opacity: 0;
}
.fade-in-marihuana_7{
    transition: all 1s;
    opacity: 1 !important;
}

.marihuana_6{
    position: absolute;
    width: 80%;
    bottom: -63%;
    left: -15%;
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    z-index: -10;
}
.marihuana_7{
    position: absolute;
    width: 35%;
    bottom: 8%;
    left: -11%;
    -moz-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
    z-index: -10;
}
*/
/* section 6 */
#uncut_1 {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 2s;
    opacity: 0;
}
.move-uncut_1 {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 1s;
    opacity: 1 !important;
}
#uncut_2 {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 1s;
    opacity: 0;
}
.move-uncut_2 {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 1s;
    opacity: 1 !important;
}
#uncut_new {
    transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transition: all 1s;
    opacity: 0;
    margin-left: -44px;
}
.move-uncut_new {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 1s;
    opacity: 1 !important;
}
#uncut_3 {
    transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transition: all 2s;
    opacity: 0;
}

.move-uncut_3 {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 2s;
    opacity: 1 !important;
}
#uncut_4 {
    transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transition: all 3s;
    opacity: 0;
}
.move-uncut_4 {
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transition: all 3s;
    opacity: 1 !important;
}
.flower_1 {
    position: absolute;
    width: 35%;
    left: 0;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.flower_2 {
    position: absolute;
    width: 35%;
    right: 6%;
    z-index: -1;
    top: 7%;
}
/* section 7  */
/*.marihuana_8{
    position: absolute;
    width: 50%;
    bottom: -17%;
    right: 1%;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: -10;
}
.marihuana_9{
    display: none;
    position: absolute;
    width: 70%;
    bottom: -100%;
    left: -3%;
    -moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    -o-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
    z-index: -10;
}
*/
.mostrar {
    height: auto !important;
}
#section-6 {
    background-color: #2b2d42 !important;
    background-image: url("/cannacure/img/section-6/background.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
    background-position: center !important;
}
#section-7 {
    /*height: auto;*/
}
.margin-auto {
    margin: auto;
}
.img-footer {
    width: 300px;
}

.img-bg-1 {
    transform: translateY(-10px);
    float: right;
}

.img-bg-1-2 {
    position: absolute;
    transform: translatex(0px);
}

.img-bg-3 {
    transform: translateY(-137px);
}

.img-bg-3-2 {
    transform: translateY(-10px);
    float: right;
}

.img-bg-5 {
    position: absolute;
    right: 0;
}

.img-bg-5-2 {
    transform: translateY(10px);
}

.img-bg-7 {
    transform: translateY(-123px);
    float: right;
}

.img-bg-7-2 {
    position: absolute;
    transform: translatex(0px);
}

.arrowLeft,
.arrowRight {
    background-image: url(../img/strains/icons/arrow-left.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    z-index: 1000;
    background-color: transparent;
    border: none;
}

.arrowLeft {
    background-image: url(../img/strains/icons/arrow-left.svg);
}

.arrowRight {
    background-image: url(../img/strains/icons/arrow-right.svg);
}

@media (max-width: 992px) {
    #containter-condiciones {
        height: 150px;
        overflow: hidden !important;
    }
    .container-toogle {
        display: block !important;
    }
    .width-25 {
        width: 25% !important;
    }
    #uncut_new {
        margin-left: -12px !important;
    }
    .img-bg-1 {
        transform: translateY(-159px);
        width: 190px;
    }

    .img-bg-3 {
        transform: translateY(-183px);
    }

    .img-bg-5-2 {
        transform: translateY(-88px);
    }

    .img-bg-7 {
        transform: translateY(-150px);
    }

    #row-mimosa{
        width: 100% !important;
    }

    #row-grapes{
        width: 100% !important;
    }

    #row-cherry{
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .img-bg-1 {
        transform: translateY(-13px);
    }

    .img-bg-3 {
        transform: translateY(-151px);
    }

    .img-bg-5-2 {
        transform: translateY(-56px);
    }

    .img-bg-7 {
        transform: translateY(-27px);
    }
}

@media screen and (max-width: 576px) {
    .img-bg-3 {
        display: none;
    }
}

.container-toogle {
    display: none;
}

.img-home-single-golden {
    transform: rotate(91deg);
}

.img-section-2-custom {
    width: 20% !important;
}

/* #containter-condiciones{
    height: auto;
} */

#section-7 .title-product span {
    border-bottom: 1px solid #fff;
}
#section-7 ul li:before {
    content: "-";
    position: relative;
    left: -5px;
}
#section-7 ul li {
    text-indent: -7px;
}

#section-7 ul {
    font-size: 1.1rem !important;
    text-decoration: none;
    list-style: none !important;
    line-height: 1.5rem;
    font-weight: 300;
}
/* section 8 */
/*
.marihuana_10{
    position: absolute;
    width: 35%;
    bottom: -32%;
    -moz-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(-34deg);
    right: -7%;
    z-index: -10;
}*/
#section-8 {
    background-color: #274e1f !important;
}
.section-8__ul {
    list-style: none !important;
    padding: 0;
    text-align: center;
}
.section-8__ul li {
    color: #fff !important;
    font-size: 1rem !important;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.section-8__ul a {
    color: #fff;
    text-decoration: none;
}
#section-8 .title-product {
    border-bottom: 1px solid #fff;
}
.section-8__form .form-control {
    color: #fff !important;
}

.section-8__form .form-group {
    display: flex;
    justify-content: center;
}

.section-8__form input,
.section-8__form textarea,
.section-8__form input:focus,
.section-8__form textarea:focus {
    border: 1px solid #fff;
    background-color: transparent !important;
    font-size: 0.8rem !important;
    border-radius: 10px;
    padding-top: 10px;
    box-shadow: none !important;
    font-weight: bold;
    width: 50%;
}
.section-8__form textarea {
    resize: none;
    height: 100px;
}
.section-8__form input::placeholder,
.section-8__form textarea::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 0.8rem !important;
}
.section-8__form button {
    border: none !important;
    background-color: #fff !important;
    color: #000 !important;
    width: 50%;
}
/*
.section-8__ul-first{
    float: left;
    width: 10%;
}*/
.section-8__ul-second {
    float: left;
    width: 90%;
    font-size: 0.8rem;
    font-weight: bold;
}
/*#section-8 i{
    font-size: 25px;
    color: #7ec200;
}*/
/* footer */
footer {
    /*height: inherit !important;*/
    background-color: #292929;
    height: 171px;
    padding-top: 56px;
}
footer ul {
    list-style: none;
    text-decoration: none;
}
footer ul li {
    font-size: 1rem;
    padding: 3%;
}
footer ul li a {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 100;
}
footer i {
    /*color: #7ec200 !important;*/
}
.error {
    color: red;
    font-size: 0.8rem;
    font-weight: bolder;
}
.msg-enviado {
    font-size: 1rem;
    font-weight: bolder;
    /*color: #7ec200 !important;*/
    padding-bottom: 3%;
}
#msg-edad {
    color: red;
    font-size: 1rem;
    font-weight: bolder;
}
.height70 {
    /*height: 70vh !important;*/
}
.sm-column-reverse {
    flex-direction: column-reverse;
}
.container-page-title {
    text-align: center;
}
.container-page-title-left {
    width: 100%;
    text-align: left;
    background-color: #5e61ac;
}
.container-page-title-right {
    text-align: center;
    background-color: #2b2d42;
}
.img-display {
    max-width: 100%;
    height: auto;
}
/* pages */

.backgroundImage {
    /*background-image: url('../img/fondo.png');
    background-repeat: repeat;
    background-position: top center;
    width: 100%;
    background-size: 100%;*/
}
.page-container {
    position: relative;
    /*background-image: url('/cannacure/img/page/background.svg');
    background-repeat: no-repeat;
    width: 90%;
    background-size: 70%;
    background-position: top center;
    height: 100vh;*/
}
.page-text-container {
    position: relative;
    top: 15%;
    left: 0;
}
/* uncut */
.page-title {
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    line-height: 60px;
}
#page_1 .page-ul > li {
    color: #131313;
    position: relative;
}
#page_1 .page-ul > li span {
    font-weight: 500;
}
.page-ul > li::marker,
#page_1 .page-ul > li::marker {
    font-size: 30px;
}
.page-title-product {
    color: #fff;
    font-weight: 900;
    font-size: 2.5rem;
}
.fondo-impar {
    background-color: #2a2e42;
}
.fondo-par {
}
.page-ul {
    font-size: 1.2rem !important;
    line-height: 2rem;
    font-weight: 100;
}
.page-ul > li {
    color: #7ec200;
}
.page-ul > li > span {
    color: #fff;
}
.page-ul > li > span > b {
    font-weight: bold !important;
}
.col-sm-6 {
    z-index: 2;
}
#uncut_img_2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
#uncut_img_4 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
#uncut_img_3 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
#uncut_img_1 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
#indica_img {
    width: 50%;
    float: inherit;
    margin-top: 0;
}
#sativa_img {
    width: 50%;
    margin-top: 0;
}
#hybrid_img {
    width: 50%;
    float: inherit;
    margin-top: 0;
}

/* modal */
.modal-content {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: "Jost", sans-serif !important;
}

.modal-img-logo {
    width: 50%;
}
.modal-text-size {
    font-size: 1rem;
    font-weight: 900;
}
.modal-text-size-description {
    font-size: 0.7rem;
}
#form-modal .form-control {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 3px solid #7ec200 !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-weight: 900 !important;
    font-size: 2rem !important;
}
#staticBackdrop {
    background-color: #5e61ac !important;
}
#form-modal .form-control::placeholder {
    opacity: 1 !important;
    color: #fff !important;
}
#form-modal input:focus {
    box-shadow: none !important;
}
#form-modal input {
    color: #fff !important;
}
.modal-img-fondo {
    width: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.btn-modal-form {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    width: auto !important;
}
.img-pais {
    width: 37px;
    -webkit-border-radius: 25% !important;
    -moz-border-radius: 25% !important;
    border-radius: 25% !important;
    margin-right: 4px;
}
.section_2__container-text {
    text-align: center;
}
.container-product-4 {
    text-align: center;
}
.container-text-4 {
    text-align: center;
}
.container-img-5 {
    text-align: center;
}
.container-informacion {
    background-color: #565898;
}
.container-contacto {
    background-color: #274e1f !important;
}
.logo {
    width: 150px;
}
@media (max-width: 992px) {
    .logo {
        width: 210px;
        margin-left: -36px;
    }
}
@media (min-width: 992px) {
    .logo {
        width: 200px;
    }
}
.navbar-light .navbar-toggler {
    border-color: transparent !important;
    padding: 0;
    padding-left: 10px;
}
.page-align-image {
    text-align: center;
}
.align-title-8 {
    text-align: center;
}
.text-lg-fin {
    text-align: end;
}
.text-lg-inicio {
    text-align: start;
}
.product-position-first {
    text-align: right;
}
.cannacure-back {
    display: block;
    position: absolute;
    width: 100%;
    -moz-transform: rotate(128deg) translate(0px, 13%) skew(137deg, 8deg);
    -webkit-transform: rotate(128deg) translate(0px, 13%) skew(137deg, 8deg);
    -o-transform: rotate(128deg) translate(0px, 13%) skew(137deg, 8deg);
    -ms-transform: rotate(128deg) translate(0px, 13%) skew(137deg, 8deg);
    transform: rotate(128deg) translate(0px, 13%) skew(137deg, 8deg);
    top: 45%;
    z-index: -1;
}
.imagen-back-4 {
    display: block;
    position: absolute;
    top: -7%;
    left: -57%;
    width: 220%;
    -moz-transform: rotate(175deg);
    -webkit-transform: rotate(175deg);
    -o-transform: rotate(175deg);
    -ms-transform: rotate(175deg);
    transform: rotate(175deg);
}
.img-section-5 {
    display: block;
    position: absolute;
    -moz-transform: rotate(83deg);
    -webkit-transform: rotate(83deg);
    -o-transform: rotate(83deg);
    -ms-transform: rotate(83deg);
    transform: rotate(83deg);
    top: 2%;
    width: 126%;
    left: -17%;
}
.container-image {
    position: relative;
    z-index: 1;
}
.container-image-section-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    overflow: hidden;
}
.background-container-image-section-2 {
    background-color: #2b2d42;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-section-2 {
    width: 140%;
    margin-left: -17%;
    margin-top: 11%;
}
.img-page-back {
    width: 100%;
    position: absolute;
}
.fa {
    font-size: 60px !important;
}
.dropdown-menu {
    background-color: #5e61ac !important;
    border: 0px !important;
}
.accordion-button {
    padding: 0 !important;
    background-color: #41426a !important;
    border: none !important;
    color: #fff !important;
    display: inherit !important;
    text-align: end !important;
    font-weight: 100 !important;
}
.accordion-body {
    padding: 0 !important;
    background-color: #5e61ac !important;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.accordion-button::after {
}
.section-5__img_gris_palito {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
}
.section-1__img_gris {
    position: absolute;
    top: 0;
    right: -6%;
    width: 30%;
}
/* responsive */
@media (min-width: 576px) {
    .cannacure-back {
        display: none;
    }
    #section-2__products {
        width: 100%;
        margin-top: -16%;
    }
}
@media (min-width: 768px) {
    .container-page-title-right {
        text-align: right;
    }
    .container-angle-down {
        bottom: 20%;
    }
    #section-0 {
        height: 80vh;
    }
    .page-title {
        font-size: 6rem !important;
        line-height: 85px;
    }
    .img-page-back {
        width: 60%;
        position: absolute;
    }
    .page-text-container {
        width: 100%;
        position: relative;
    }
    .container-page-title-left {
        width: 75%;
    }
    /*.img-section-2{
        display: none;
    }
    .background-container-image-section-2{
        display: none;
    }*/
    .container-image-section-2 {
        display: none;
    }
    .img-section-5 {
        display: none;
    }
    .imagen-back-4 {
        display: none;
    }
    #section-4 {
        background-image: url("/cannacure/img/section-4/background.svg");
    }
    .section-3__img {
        width: 30%;
        position: absolute;
        top: 0;
        left: 178px;
    }

    .product-position-first {
        text-align: inherit;
    }
    .text-lg-fin {
        text-align: inherit;
    }
    .text-lg-inicio {
        text-align: inherit;
    }
    .page-align-image {
        text-align: inherit;
    }
    .align-title-8 {
        text-align: inherit;
    }
    .logo {
        width: 250px;
    }
    .container-informacion {
        background-color: transparent;
    }
    .container-contacto {
        background-color: #274e1f;
    }
    .width-25 {
        width: 25%;
    }
    .container-img-5 {
        text-align: end;
    }
    .container-text-4 {
        text-align: start;
    }
    #indica_img {
        margin-top: -61%;
        width: 70%;
    }
    #sativa_img {
        width: 61%;
        margin-top: -61%;
    }
    #hybrid_img {
        width: 70%;
        margin-top: -61%;
        margin-left: 15%;
    }
    .img-display {
        max-width: initial;
        height: unset;
    }
    .container-page-title {
        text-align: inherit;
    }
    .w-30 {
        width: 30%;
    }
    .w-60 {
        width: 60%;
    }
    .width-50 {
        width: 50%;
    }
    .w-70 {
        width: 70%;
    }
    .width-75 {
        width: 60%;
    }
    .width-60 {
        width: 60%;
    }
    #animate1 {
        top: 2%;
        left: 18%;
    }
    #animate2 {
        top: -18%;
        left: -6%;
    }
    #animate3 {
        top: 10%;
        left: 61%;
    }
    #animate4 {
        top: 58%;
        left: -24%;
    }
    #animate5 {
        top: 67%;
        left: 13%;
    }
    .sm-column-reverse {
        flex-direction: inherit;
    }
    #uncut_img_1 {
        width: 73%;
        margin-top: -35%;
        margin-left: 0;
    }
    #uncut_img_2 {
        width: 100%;
        margin-top: -80%;
        margin-left: -15%;
    }
    #uncut_img_3 {
        width: 100%;
        margin-top: -63%;
        margin-left: -14%;
    }
    #uncut_img_4 {
        width: 140% !important;
        margin-top: -35%;
        margin-left: -20%;
    }
    #products {
        width: 270px;
    }
    .marginTop40 {
        margin-top: 40px;
    }
    .section-1__container-text {
        text-align: inherit;
        position: relative;
    }
    #section_1 .container-absoluto {
        background-image: url("/cannacure/img/section-1/background.svg");
        background-size: 80%;
        padding-bottom: 25%;
    }
    .container-product-2 {
        text-align: center;
    }
    #section-2__products {
        width: 80%;
        float: right;
    }
    #section-2 {
        height: 75vh;
        background-image: url("/cannacure/img/section-2/background.svg") !important;
    }
    #section-5 {
        height: 100vh;
        background-image: url("/cannacure/img/section-5/trazado.svg") !important;
    }
    .section_2__container-text {
        text-align: start;
    }
    .title-product {
        font-size: 2.5rem;
        line-height: 40px;
    }
    .text-description {
        font-size: 1.1rem;
        font-weight: 900 !important;
        line-height: normal;
    }
    #section-6 {
        background-color: #2b2d42 !important;
        background-image: url(/cannacure/img/section-6/background.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 60% !important;
        background-position: center -215px !important;
    }
    .btn-general {
        font-size: 0.75rem !important;
    }
    .section-3__espacio {
        padding-top: 6%;
    }
    .section-3__espacio_bottom {
        padding-bottom: 6%;
    }
    .container-product-4 {
        text-align: end;
    }
    .section-8__ul {
        text-align: start;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    /*.marihuana_9{
        display: block;
    }*/
}
.strains {
    margin-top: 100px;
    /* padding-bottom:70px; */
}
@media (min-width: 992px) {
    .strains {
        margin-top: 109px;
        /* padding-bottom:120px; */
    }
}
@media (min-width: 1400px) {
    .strains .container {
        width: 820px;
    }
}

@media (min-width: 992px) {
    .strains .title {
        font-size: 55px;
        padding-left: 0;
        text-align: left;
        line-height: 51px;
        margin-bottom: 40px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.69);
    }
}
.strains .description {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-top: 24px;
    padding-left: initial;
    text-align: justify;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    .strains .description {
        font-size: 18px;
        line-height: 27px;
        padding-left: 0;
        padding-top: 0;
        text-align: justify;
        padding-right: 65px;
    }
}
.btn-strain {
    /* background-color: #009900 !important; */
    padding: 13px 18px;
    /*font-family: Gotham;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 15px;
    letter-spacing: 0em;
    color: white;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 5px;
    background-color: #198754 !important;
    text-transform: uppercase;
}

.btn-modal {
    background-color: transparent !important;
    padding: 13px 18px;
    /*font-family: Gotham;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 15px;
    letter-spacing: 0em;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #83b416 !important;
    text-transform: uppercase;
}

.btn-strain-desktop {
    display: none;
}

@media (min-width: 992px) {
    .btn-strain-desktop {
        display: block;
    }
}

.btn-strain-mobile {
    display: grid;
}

.btn-strain-mobile a {
    font-size: 9px;
    padding: 5px 6px;
}
@media (min-width: 992px) {
    .btn-strain-mobile {
        display: none;
    }
}

.marginTopRow {
    padding-top: 30px;
}
@media (min-width: 992px) {
    .marginTopRow {
        padding-top: 135px;
    }
}
.img-strains {
    width: 135px;
    padding-bottom: 38px;
}
@media (min-width: 992px) {
    .img-strains {
        width: 269px;
        padding-bottom: initial;
    }
}

.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /*visibility: hidden;*/
    display: none;
}

.pop-up-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pop-up-bk {
    background: #274e1f;
    width: 100%;
    height: 100%;
    position: fixed;
}

#pop-up-img {
    z-index: 100000000000000000000000000000000;
    position: relative;
    /*top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;*/
    padding: 0 15px;
}
@media (min-width: 992px) {
    .pop-up-img {
        /*width: 50%;*/
        padding: 0;
    }
}
.owl-carousel {
    /*padding-top: 90px;*/
}

.resize-img-carousel {
    width: 50%;
    margin-top: 0;
    margin-left: 20%;
}

.width-img-horizontal {
    width: 100%;
}

@media (min-width: 992px) {
    .width-img-horizontal {
        width: 58%;
    }
}

.width-img-vertical {
    width: 60%;
}

@media (min-width: 992px) {
    .width-img-vertical {
        width: 25%;
    }
}

.width-img-vertical--modifier {
    width: 60%;
}

@media (min-width: 992px) {
    .width-img-vertical--modifier {
        width: 20%;
    }
}

/*.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    width: 100%;
    color: white;
    padding: 0 20px;
}*/

#owl-carousel-inzane .owl-prev,
#owl-carousel-inzane .owl-next {
    top: 20%;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    /*position: absolute;
    top: 0;*/
}
/*
.owl-carousel .owl-nav button.owl-next span{
    position: absolute;
    top: -8px;
    right: 18px;
}

.owl-carousel .owl-nav button.owl-prev span{
    position: absolute;
    top: -8px;
    left: 18px
} */

.pop-up-close {
    position: absolute;
    top: 10px;
    right: 10%;
    z-index: 10;
}

.pt-custom {
    padding-top: 5rem !important;
}

.margin-top-25 {
    margin-top: 40px !important;
}

.margin-hybrid-title {
    margin-top: 130px !important;
}

.margin-indica-title {
    margin-top: 130px !important;
}

.margin-title-sativa {
    margin-top: 130px !important;
}

.maring-principal-title {
    margin-top: 5rem !important;
}

.w-custom {
    width: 800px !important;
}

.cursor-pointer {
    cursor: pointer;
}

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

.read-more-button {
    color: white;
    text-decoration: none;
}

/* MODAL */

.custom-modal-bg {
    background: white !important;
}

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

.custom-modal-content {
    max-height: 500px !important;
}
.modal-header {
    border: none !important;
    justify-content: center !important;
}

.modal-body {
    border: none !important;
}

.modal-footer {
    border: none !important;
}
/* Modal verificacion edad */

.new-verificacion-moda-bg {
    background: #112906 !important;
    opacity: 0.85;
}

.verification-modal-bg {
    background: #112906 !important;
    opacity: 0.85;
}

.border-radius-custom {
    border-radius: 5px !important;
    border: 15px solid black;
}

.font-bold {
    font-weight: bold !important;
}

.bg-color {
    background-color: rgba(0, 0, 0, 0.7);
}

.mb-negative {
    margin-bottom: -35px !important;
}

.mt-custom-btn {
    margin-top: -115px !important;
}

.mt-custom-btn-cherry {
    margin-top: -102px !important;
}

.mt-custom-btn-inzane {
    margin-top: -250px !important;
}

@media (max-width: 992px) {
    .margin-mobile {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .description {
        padding-top: 0px !important;
    }

    .owl-carousel {
        margin-top: 20px !important;
    }

    .page-title-custom {
        line-height: 0px !important;
        font-size: 31px !important;
    }
}

.img-single-product-golden {
    width: 65px;
    margin-top: 20px;
}

.img-single-product-sativa {
    width: 88px;
}

.div-img-golden {
    text-align: center;
}

.modal {
    z-index: 9999 !important;
}
.title {
    font-family: "Jost";
}

/* SECCIONES */
/* Fuentes */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;700&display=swap");

/* CONTACT SECTION */
.container-contact {
    max-width: 950px;
}
.contact-section {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.title-contact {
    font-family: "Jost", sans-serif !important;
    font-weight: 700;
    font-size: 44px;
    color: #505050;
    text-shadow: 2px 3px 2px rgba(80, 80, 80, 0.6);
}

.height-section-contact {
    height: 590px;
}

.input-contact {
    border: 2px solid #707070 !important;
    font-family: "Jost", sans-serif !important;
    opacity: 0.5;
}

.contact-btn {
    display: flex;
    justify-content: center;
}

.li-dot-white {
    list-style-image: url("../img/strains/li-style-white.png") !important;
}

.li-dot-dark {
    list-style-image: url("../img/strains/li-style-dot-dark.png") !important;
}

/* END CONTACT SECTION */

@media (min-width: 992px) {
    .strains .container {
        width: 820px;
    }
    .height-section {
        height: 713px !important;
    }
    .navbar {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .li-items-dark {
        font-family: "Jost", sans-serif !important;
        color: #696969 !important;
        list-style-image: url("../img/strains/lemon-kush/li-style.png");
    }

    .li-items-white {
        font-family: "Jost", sans-serif !important;
        color: white !important;
        list-style-image: url("../img/strains/lemon-kush/li-style.png");
    }

    .owl-prev {
        position: absolute;
        left: -50px;
        top: 36%;
    }

    .owl-next {
        position: absolute;
        right: -50px !important;
        top: 36%;
    }

    .owl-carousel .owl-nav button.owl-next span {
        position: absolute;
        top: -8px;
        right: 36px !important;
    }

    .owl-carousel .owl-nav button.owl-prev span {
        position: absolute;
        top: -8px;
        left: 35px !important;
    }

    .owl-carousel-black .owl-nav button.owl-next,
    .owl-carousel-black .owl-nav button.owl-prev {
        color: black !important;
        border-radius: 50%;
        font-size: 40px !important;
        width: 50px;
        height: 50px;
    }
    .owl-carousel-white .owl-nav button.owl-next,
    .owl-carousel-white .owl-nav button.owl-prev {
        color: white !important;
        border-radius: 50%;
        font-size: 40px !important;
        width: 50px;
        height: 50px;
    }
    .title-green {
        color: #79953f !important;
        opacity: 1;
        text-shadow: 1px #1f4b0b;
        font-family: "Jost", sans-serif !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: initial;
        text-align: center;
        /* text-decoration-line: underline;
        text-decoration-color: rgba(112, 112, 112, 0.5);
        text-decoration-thickness: 2px;
        text-underline-offset: 25px; */
    }
    .title-white {
        color: white !important;
        opacity: 1;
        text-shadow: 1px #1f4b0b;
        font-family: "Jost", sans-serif !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: initial;
        text-align: center;
        /*text-decoration-line: underline;
        text-decoration-color: white;
        text-decoration-thickness: 2px;
        text-underline-offset: 25px;*/
    }

    .hr-dark {
        width: 411px !important;
        color: #707070 !important;
        height: 2px !important;
        margin-top: -20px !important;
    }

    .hr-white {
        width: 411px !important;
        color: white !important;
        height: 2px !important;
        margin-top: -20px !important;
    }

    .btn-dark-custom {
        width: 177px !important;
        border-radius: 50px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .color-text-button-dark {
        color: #707070;
        font-family: "Jost", sans-serif !important;
        text-transform: uppercase !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }

    .btn-white-custom {
        width: 177px !important;
        border-radius: 50px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-color: white !important;
    }

    .color-text-button-white {
        color: white !important;
        font-family: "Jost", sans-serif !important;
        text-transform: uppercase !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }

    /* LEMON KUSH SECTION */

    .row-lemon {
        padding-top: 75px !important;
        margin-top: -17px !important;
    }

    .img-carousel-custom {
        width: 300px !important;
        height: 300px !important;
        border-radius: 150px !important;
    }
    .img-left-lemon {
        width: 327px;
        position: absolute;
        margin-top: -94px;
    }
    .img-right-lemon {
        float: right;
        margin-top: -82px;
    }

    .img-bg-text-lemon {
        position: absolute !important;
        width: 550px !important;
        margin-top: -81px !important;
    }

    /* MIMOSA SECTION */
    .img-left-mimosa {
        position: absolute;
        width: 430px;
        margin-top: 254px;
    }

    /* MODIFIED GRAPES */
    .img-bg-text-modified-grapes {
        position: absolute !important;
        width: 1000px !important;
        margin-top: -230px !important;
        margin-left: 113px;
    }

    /* PURPLE URKLES */
    .img-left-purple-urkle {
        width: 215px;
        position: absolute;
        margin-top: 30px;
    }

    /* GUAVA CHEM */
    .img-bg-text-modified-grapes {
        position: absolute !important;
        width: 750px !important;
        margin-top: -133px !important;
        margin-left: 334px;
    }

    /* INZANE */
    .img-right-inzane {
        float: right;
        margin-top: -542px;
        width: 300px;
    }

    .img-bg-text-inzane {
        position: absolute !important;
        width: 613px !important;
        margin-left: -265px;
        margin-top: 30px !important;
    }

    /* CONTACT */
    .img-bg-text-contact {
        position: absolute !important;
        width: 934px !important;
        margin-top: -242px;
    }

    .btns-section {
        display: flex;
    }

    .btn-laboratory {
        margin-left: 8px;
    }
}

@media screen and (min-width: 771px) and (max-width: 991px) {
    .strains .container {
        width: 500px !important;
    }
    .height-section {
        height: 468px !important;
    }
    .navbar {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .li-items-dark {
        font-family: "Jost", sans-serif !important;
        color: #696969 !important;
        list-style-image: url("../img/strains/lemon-kush/li-style.png") !important;
    }

    .li-items-white {
        font-family: "Jost", sans-serif !important;
        color: white !important;
        list-style-image: url("../img/strains/lemon-kush/li-style.png") !important;
    }

    .owl-prev {
        position: absolute;
        left: -50px;
        top: 36%;
    }

    .owl-next {
        position: absolute;
        right: -50px !important;
        top: 36%;
    }

    .owl-carousel .owl-nav button.owl-next span {
        position: absolute;
        top: -42px;
        right: 34px !important;
    }

    .owl-carousel .owl-nav button.owl-prev span {
        position: absolute;
        top: -45px;
        left: 34px !important;
    }

    .owl-carousel-black .owl-nav button.owl-next,
    .owl-carousel-black .owl-nav button.owl-prev {
        color: black !important;
        border-radius: 50%;
        font-size: 40px !important;
        /* width: 50px; */
        height: 50px;
    }
    .owl-carousel-white .owl-nav button.owl-next,
    .owl-carousel-white .owl-nav button.owl-prev {
        color: white !important;
        border-radius: 50%;
        font-size: 40px !important;
        /* width: 50px; */
        height: 50px;
    }
    .title-green {
        color: #79953f !important;
        opacity: 1;
        text-shadow: 1px #1f4b0b;
        font-family: "Jost", sans-serif !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: initial;
        text-align: center;
        /* text-decoration-line: underline;
        text-decoration-color: rgba(112, 112, 112, 0.5);
        text-decoration-thickness: 2px;
        text-underline-offset: 25px; */
    }
    .title-white {
        color: white !important;
        opacity: 1;
        text-shadow: 1px #1f4b0b;
        font-family: "Jost", sans-serif !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: initial;
        text-align: center;
        /*text-decoration-line: underline;
        text-decoration-color: white;
        text-decoration-thickness: 2px;
        text-underline-offset: 25px;*/
    }

    .hr-dark {
        width: 230px !important;
        color: #707070 !important;
        height: 2px !important;
        margin-top: 18px !important;
        margin-left: 136px;
    }

    .hr-white {
        width: 230px !important;
        color: white !important;
        height: 2px !important;
        margin-top: 18px !important;
        margin-left: 136px;
    }

    .btn-dark-custom {
        width: 177px !important;
        border-radius: 50px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .color-text-button-dark {
        color: #707070;
        font-family: "Jost", sans-serif !important;
        text-transform: uppercase !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }

    .btn-white-custom {
        width: 177px !important;
        border-radius: 50px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-color: white !important;
    }

    .color-text-button-white {
        color: white !important;
        font-family: "Jost", sans-serif !important;
        text-transform: uppercase !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }

    /* LEMON KUSH SECTION */

    .row-lemon {
        padding-top: 75px;
        margin-top: -40px;
    }

    .img-carousel-custom {
        width: 180px !important;
        height: 180px !important;
        border-radius: 150px !important;
    }
    .img-left-lemon {
        width: 102px;
        position: absolute;
        margin-top: -74px;
    }
    .img-right-lemon {
        float: right;
        margin-top: -80px;
        width: 254px;
    }

    .img-bg-text-lemon {
        position: absolute !important;
        width: 550px !important;
        margin-top: -81px !important;
    }

    /* MIMOSA SECTION */
    .img-left-mimosa {
        position: absolute;
        width: 204px;
        margin-top: 715px;
    }

    /* MODIFIED GRAPES */
    .img-bg-text-modified-grapes {
        position: absolute !important;
        width: 1000px !important;
        margin-top: -230px !important;
        margin-left: 113px;
    }

    /* PURPLE URKLES */
    .img-left-purple-urkle {
        width: 103px;
        position: absolute;
        margin-top: 30px;
    }

    /* GUAVA CHEM */
    .img-bg-text-modified-grapes {
        position: absolute !important;
        width: 283px !important;
        margin-top: -45px !important;
        margin-left: 360px;
    }

    /* INZANE */
    .img-right-inzane {
        float: right;
        margin-top: 85px;
        width: 119px;
    }

    .img-bg-text-inzane {
        position: absolute !important;
        width: 613px !important;
        margin-left: -265px;
        margin-top: 30px !important;
    }

    /* CONTACT */
    .img-bg-text-contact {
        position: absolute !important;
        width: 934px !important;
        margin-top: -242px;
    }

    .btns-section {
        display: flex;
    }

    .btn-laboratory {
        margin-left: 8px;
    }

    .pt-165 {
        padding-top: 50px;
    }

    /* nav{
        max-width: 100% !important;
    } */

    .container-contact {
        max-width: 367px;
    }
}

@media (max-width: 770px) {
    .strains .container {
        width: 360px !important;
    }
    .height-section {
        height: 955px !important;
    }
    .navbar {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .li-items-dark {
        font-family: "Jost", sans-serif !important;
        color: #696969 !important;
        list-style-image: url("../img/strains/lemon-kush/li-style.png") !important;
    }

    .li-items-white {
        font-family: "Jost", sans-serif !important;
        color: white !important;
        list-style-image: url("../img/strains/lemon-kush/li-style.png") !important;
    }

    .owl-prev {
        position: absolute;
        left: -50px;
        top: 36%;
    }

    .owl-next {
        position: absolute;
        right: -50px !important;
        top: 36%;
    }

    .owl-carousel .owl-nav button.owl-next span {
        position: absolute;
        top: -2px;
        right: 43px !important;
    }

    .owl-carousel .owl-nav button.owl-prev span {
        position: absolute;
        top: -2px;
        left: 42px !important;
    }

    .owl-carousel-black .owl-nav button.owl-next,
    .owl-carousel-black .owl-nav button.owl-prev {
        color: black !important;
        border-radius: 50%;
        font-size: 40px !important;
        /* width: 50px; */
        height: 50px;
    }
    .owl-carousel-white .owl-nav button.owl-next,
    .owl-carousel-white .owl-nav button.owl-prev {
        color: white !important;
        border-radius: 50%;
        font-size: 40px !important;
        /* width: 50px; */
        height: 50px;
    }
    .title-green {
        color: #79953f !important;
        opacity: 1;
        text-shadow: 1px #1f4b0b;
        font-family: "Jost", sans-serif !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: initial;
        text-align: center;
        /* text-decoration-line: underline;
        text-decoration-color: rgba(112, 112, 112, 0.5);
        text-decoration-thickness: 2px;
        text-underline-offset: 25px; */
    }
    .title-white {
        color: white !important;
        opacity: 1;
        text-shadow: 1px #1f4b0b;
        font-family: "Jost", sans-serif !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: initial;
        text-align: center;
        /*text-decoration-line: underline;
        text-decoration-color: white;
        text-decoration-thickness: 2px;
        text-underline-offset: 25px;*/
    }

    .hr-dark {
        width: 230px !important;
        color: #707070 !important;
        height: 2px !important;
        margin-top: 18px !important;
        margin-left: 69px;
    }

    .hr-white {
        width: 230px !important;
        color: white !important;
        height: 2px !important;
        margin-top: 18px !important;
        margin-left: 69px;
    }

    .btn-dark-custom {
        width: 177px !important;
        border-radius: 50px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .color-text-button-dark {
        color: #707070;
        font-family: "Jost", sans-serif !important;
        text-transform: uppercase !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }

    .btn-white-custom {
        width: 177px !important;
        border-radius: 50px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-color: white !important;
    }

    .color-text-button-white {
        color: white !important;
        font-family: "Jost", sans-serif !important;
        text-transform: uppercase !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }
    .color-text-button-dark:hover {
        color: white !important;
    }

    /* LEMON KUSH SECTION */

    .row-lemon {
        padding-top: 75px;
        margin-top: -76px;
    }

    .img-carousel-custom {
        width: 300px !important;
        height: 300px !important;
        border-radius: 150px !important;
    }
    .img-left-lemon {
        width: 102px;
        position: absolute;
        margin-top: -74px;
    }
    .img-right-lemon {
        float: right;
        margin-top: 41px;
        width: 301px;
    }

    .img-bg-text-lemon {
        position: absolute !important;
        width: 550px !important;
        margin-top: -81px !important;
    }

    /* MIMOSA SECTION */
    .img-left-mimosa {
        position: absolute;
        width: 334px;
        margin-top: 598px;
    }

    /* MODIFIED GRAPES */
    .img-bg-text-modified-grapes {
        position: absolute !important;
        width: 1000px !important;
        margin-top: -230px !important;
        margin-left: 113px;
    }

    /* PURPLE URKLES */
    .img-left-purple-urkle {
        width: 103px;
        position: absolute;
        margin-top: 30px;
    }

    /* GUAVA CHEM */
    .img-bg-text-modified-grapes {
        position: absolute !important;
        width: 243px !important;
        margin-top: -164px !important;
        margin-left: 124px;
    }

    /* INZANE */
    .img-right-inzane {
        float: right;
        margin-top: -33px;
        width: 104px;
    }

    .img-bg-text-inzane {
        position: absolute !important;
        width: 613px !important;
        margin-left: -265px;
        margin-top: 30px !important;
    }

    /* CONTACT */
    .img-bg-text-contact {
        position: absolute !important;
        width: 934px !important;
        margin-top: -242px;
    }

    .btns-section {
        display: flex;
    }

    .btn-laboratory {
        margin-left: 8px;
    }


    /* nav{
        max-width: 100% !important;
    } */

    .container-contact {
        max-width: 367px;
    }
}

.owl-carousel-black .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 2px #4a4a4a;
}

.owl-carousel-black .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #4a4a4a;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 2px #4a4a4a;
}

.owl-carousel-white .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 2px white;
}

.owl-carousel-white .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: white;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-color: white;
    border: solid 2px white;
}

.owl-dots {
    display: flex;
    justify-content: center;
}


