/*Base*/

@import url('/fotos/editor2/lp19/lp-idole/fonts/stylesheet.css');


#ACT-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ACT-body *:before,
#ACT-body *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ACT-body .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#ACT-body
{
    margin: 0;
    padding: 0;
    background: white;
}

#ACT-body .pt-2
{
    padding: 20px;
}

#ACT-body .mt-5 {
    margin-top: 4rem!important;
}

#ACT-body .p-2 {
    padding: 1.5rem!important;
}

#ACT-body .px-0 {
    padding: 0!important;
}

#ACT-body .w-90 {
    width: 90%!important;
}

#ACT-body .img-fluid {
    width: 100%
}

#ACT-body .container {
	width: 100%;
}


#ACT-body .showDesktop
{
    display: block;
}

#ACT-body .showMobile
{
    display: none;
}

#ACT-body a, a:hover, a:focus, a:active, a:visited
{
    text-decoration: none;
    color: #333;
}


#ACT-body .no-padding-left-right
{
    padding-left: 0;
    padding-right: 0;
}

#ACT-body .banner-brand 
{
	background-color: #000;
	width: 100%;
    text-align: center;
    padding: 20px;

	}
	
/* Section 1 */
	
#ACT-body .areaBox {
    padding-top: 36px;
    padding-bottom: 30px;
	text-align: center;
	
}

#ACT-body .areaBigTitle {
	font-family: Miller;
    font-size: 40px;
	line-height: 48px;
    letter-spacing: 3px;
	text-transform: uppercase;
	
}	
		
#ACT-body .areaTitle {
	font-family: Miller;
    font-size: 30px;
    letter-spacing: 3px;
	text-transform: uppercase;
	
}

#ACT-body .areaSubTitle {
	font-family: Miller;
    font-size: 24px;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom:12px;
}

		
#ACT-body .areaText {
	font-family: Gotham;
	font-size: 14px;
	line-height: 18px;
	margin-bottom:20px;
	
}
	
#ACT-body .areaButton {
	font-family: Gotham;
	font-size: 14px;
	padding-top: 7px;
    padding-bottom: 7px;
    background-color: black;
    color: white;
    margin: 20px auto 0;
	width: 160px;
	display: block;
	
}

#ACT-body .areaButton:hover {
	font-family: Gotham;
	font-size: 14px;
	padding-top: 7px;
    padding-bottom: 7px;
    background-color: #666;
	
}

/* Section 1 */

#ACT-body .productBox {
	font-family: Gotham;
	font-size: 14px;
	line-height: 21px;
		
}

#ACT-body .productName {
	font-weight: bold;
}

#ACT-body .productDescription {
	line-height: 18px;
}

 .productNote {
	margin-top:12px;
	font-family: Gotham;
	line-height: 18px;
	font-weight: 300;
	
}

#ACT-body .aromas {
	padding: 0 20px 0;
}

#ACT-body .playButton {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

#ACT-body  .video2 .playButton {
    top: 17% !important;
}

#ACT-body  .video4 .playButton {
    top: 83% !important;
}

#ACT-body .lastText {
	padding: 50px;
	}



#ACT-body .same-height-row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#ACT-body .same-height-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


#ACT-body .same-height-text-container
{
    height: 100%;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#ACT-body .same-height-text-container title
{
    display: block;
    margin-bottom: 10px;
    font-family: "Montserrat ExtraLight";
    font-size: 33px;
}

#ACT-body .same-height-text-container subtitle
{
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: "Montserrat Regular";
}

#ACT-body .same-height-text-container p
{
    font-family: "Montserrat Light";
    font-size: 18px;
}

#ACT-body .section-5-img-container img
{
    width: 100%;
}


@media (max-width: 1199px)
{
  
}

@media (max-width: 991px)
{
	
    #ACT-body .same-height-text-container
    {
        padding-left: 80px;
        padding-right: 80px;
    }

    #ACT-body .same-height-text-container title
    {
        display: block;
        margin-bottom: 10px;
        font-family: "Montserrat ExtraLight";
        font-size: 22px;
    }

}

@media (max-width: 767px)
{
    .showDesktop
    {
        display: none !important;
    }

    .showMobile
    {
        display: block !important;
    }
	

    .slick-slider
    {
        overflow: hidden !important;
        flex: 1;
    }

    
	#ACT-body .areaBigTitle {
	font-family: Miller;
    font-size: 34px;
    letter-spacing: 2px;

	}
	
		
	#ACT-body .aromas {
		padding: 0 20px 0;
	}

	#ACT-body .lastText {
	padding: 20px;
	}
	
	
	
    #ACT-body .same-height-text-container title
    {
        font-size: 27px;
    }

    #ACT-body .same-height-text-container p
    {
        font-size: 14px;
    }


    #ACT-body #arrow_right
    {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        cursor: pointer;
        right: 25px;
        z-index: 9999;
    }

    #ACT-body #arrow_left
    {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        cursor: pointer;
        left: 25px;
        z-index: 9999;
    }


}