body{
    background-color: #5E61AC  !important;
    font-family: 'Montserrat', sans-serif !important;
}
main {
    overflow-x: hidden;
    overflow-y: hidden;
    /*scroll-snap-type: y mandatory;*/
    /*-webkit-overflow-scrolling: touch;*/
}
.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: #5E61AC  !important;
}
.nav__show{
    z-index: 10000 !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: .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;
}

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

    #uncut_img_3 {width: 120px}

    .img-single-product-golden{
        margin-top: 0px !important;
    }

    .img-single-product-sativa{
        width: 120px !important;
    }

    .img-section-2-uncut{
        width: 30% !important;
        margin-top: -16px !important;
    }

    .mobile-img{
        width: 24% !important;
    }
}

.img-golden-elite-home{
    width: 20% !important;
}

.container-toogle{
    display: none;
}

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

.img-section-2-custom{
    width: 29% !important;
    margin-top: -20px;
}

.img-section-2-uncut{
    width: 35% !important;
    margin-top: -155px;
}

/* #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: #2B2D42 !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 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;
}
.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;
}
/*
.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: #41426A;
}
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: 54%;
    margin-top: 0;
    margin-left: 0;
}
#uncut_img_4{
    width: 192px;
    margin-top: 0;
    margin-left: 0;
}
#uncut_img_3{
    width: 120px;
    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;
}

.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: #5E61AC;
}
.logo{
    width: 150px;
}
@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: transparent;
    }
    .width-25{
        width: 25%;
    }
    .container-img-5{
        text-align: end;
    }
    .container-text-4{
        text-align: start;
    }
    #indica_img{
        margin-top: -47%;
        width: 40%;
    }
    #sativa_img{
        width: 54%;
        margin-top: -31%;
    }
    #hybrid_img{
        width: 46%;
        margin-top: -60%;
        
    }
    .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: 50%;
        margin-top: -35%;
        margin-left: 0;
    }
    #uncut_img_2{
        width: 60%;
        margin-top: -80%;
        /* margin-left: -15%; */
    }
    #uncut_img_3{
        width: 67%;
        margin-top: -18%;
        margin-left: -30%;
    }

    .rotate-img{
        transform: rotate(55deg);
    }
    #uncut_img_4{
        width: 140% !important;
        margin-top: -61%;
        margin-left: -37%;
    }
    #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: 180px;
        padding-bottom:120px;
    }   
}
@media (min-width: 1400px){
    .strains .container{
        width: 1207px;
    }
}
.strains .title{
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:#fff;
    padding-left:initial;
    text-align: center;
    text-decoration-line: underline;
}
@media (min-width: 992px){
    .strains .title{
        font-size: 55px;
        padding-left:0;
        text-align: left;
        line-height: 51px;
        margin-bottom:40px;
    }   
}
.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;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color:#fff;
    text-transform: uppercase;
}

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

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

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

.btn-strain-mobile a{
    font-size: 12px;
    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: #2A2A41;
    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-prev{
    position: absolute;
    left: 20px;
    top: 30%;
}

.owl-next{
    position: absolute;
    right: 20px;
    top: 30%;
}

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

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    color: #fff !important;
    /*padding: 10px 20px !important;*/
    background: #FFFFFF66 !important;
    border-radius: 50%;
    font-size: 40px !important;
    width: 50px;
    height: 50px;
}
.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 verificacion edad */

.verification-modal-bg{
    background: #5E61AC;
}

.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) {
    .description{
        padding-top: 0px !important;
    }

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

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

    #uncut_img_1{
        width: 120px !important;
    }
}

.img-single-product-golden{
    width: 120px;
    margin-top: -130px;
}



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

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