.mobile_only{
    display: none !important;
}
.desktop_only{
    display: inline !important;
}

.mouse {
	width: 45px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
    margin: 10px auto;
	&::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

.section1 {
	background-image: url("../img/bg/04.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 80px;
}
.section1 h1{
    font-size: 180px;
    margin: 20px;
}
.section1 h1 span:before{
    color: #fff;
    text-shadow: 0px 0px 5px #111;
}
.section1 h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #111;
}
.section1 h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-top: 20px;
    margin: 25px auto 0px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #111;
    width: 45%;
}

.section2 {
	background-color: #98C19F; 
    background-image: url("../img/bg/05.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.section2 .sec_contain{
    top: 60%;
    height: 100%;
}
.section2 h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #111;
}



.section4 {
	background-color:  #CC938E;
}

.section5 {
	background-color:  #D2C598;
}

section .sec_contain {
	font-family: 'Open Sans';
	font-style: normal;
	text-align: center;
	position: relative;
	top: 35%;  
	transform: translateY(-50%);
}
.trama{
    background-image: url("../img/bg/dots_pattern.png");
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 6px;
    z-index: 1;
    top: 0;
}
.sec_contain{
    z-index: 2;
}

.main-gallery {
    background: transparent;
    margin: 50px auto 0;
    height: auto;
}
.gallery-cell {
    width: 45%;
    margin-right: 10px;
    background: #fff;
    counter-increment: gallery-cell;
    border-radius: 15px;
    font-family: "Source Sans 3", sans-serif !important;
}
.gallery-cell .p_cont{
    padding: 20px 30px;
    display: block;
}
.gallery-cell .p_cont h2{
    font-size: 24px;
    font-weight: 400;
    color: #111;
    text-shadow: none;
    text-transform: initial;
    text-align: left;
}
.gallery-cell .p_cont a.btn_img {
    width: 50%;
    display: inline-block;
    float: left;
    height: 300px;
    background-position: 50% 0%;
    background-size: 70%;
    background-repeat: no-repeat;
}
.gallery-cell .p_cont .prod_cont{
    width: 50%;
    float: left;
    text-align: left;
    padding: 20px 0 0 0;
}
.gallery-cell .p_cont .prod_cont a{

}
.gallery-cell .p_cont .prod_cont .plista{
    font-size: 18px;
    color: #bbb;
    margin: 0px;
}
.gallery-cell .p_cont .prod_cont .plista span{
    text-decoration: line-through;
    display: inline;
}
.gallery-cell .p_cont .prod_cont .phoy{
    font-size: 22px;
    color: #007bff;
    margin: 0;
    display: block;
    font-weight: 800;
    margin-bottom: 0px;
}
.gallery-cell .p_cont .prod_cont .pcuotas{
    display: block;
    font-size: 18px;
    margin: 0;
}
.gallery-cell .p_cont .prod_cont .pcuotas span{
    color: #007bff;
    font-size: 20px;
}
.gallery-cell .p_cont .prod_cont .pcuotas small{
    display: block;
    margin-top: -8px;
}
.gallery-cell .p_cont .prod_cont .ptransferencia{
    display: block;
    font-size: 18px;
    margin: 0;
}
.gallery-cell .p_cont .prod_cont .ptransferencia span{
    color: #007bff;
    font-size: 20px;
}
.gallery-cell .p_cont .prod_cont .ptransferencia small{
    display: block;
    margin-top: -8px;
}
.gallery-cell .p_cont .prod_cont .envio_gratis{
    padding: 0;
    font-size: 18px !important;
    margin-bottom: 5px;
}
.gallery-cell .p_cont .prod_cont .envio_gratis span{
    margin: 0px 5px 0 0;
    display: inline-block;
}
.gallery-cell .p_cont .prod_cont a.paddtocart{
    display: inline-block;
    background-color: #ecd45b;
    color: #111;
    padding: 5px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-family: "Source Sans 3", sans-serif !important;
}
.gallery-cell .p_cont .prod_cont a.paddtocart:hover{
    background-color: #111;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.section3 {
	background-image: url("../img/bg/02.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 80px;
    background-color:  #A199E2;
    position: relative;
}
.section3 h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #111;
}
.section3 h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-top: 20px;
    margin: 25px auto 0px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #111;
    width: 55%;
}
.section3 ul{
    list-style: none;
    display: inline-block;
    width: 60%;
    margin-top: 25px;
}
.section3 ul li{
    width: 25%;
    float: left;
}
.section3 ul li a{
    font-size: 70px;
    color: #fff;
}
.section3 ul li a i{
    
}
.section3 ul li a:hover{
    color: #111;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 768px) {
    .mobile_only{
        display: inline !important;
    }
    .desktop_only{
        display: none !important;
    }
    .section1 {
        padding-top: 0;
    }
    .section1 h1{
        font-size: 100px;
    }
    .section1 h2{
        font-size: 35px;
    }
    .section1 h3{
        font-size: 25px;
        width: 75%;
    }
    .video_cont{
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 0;
    }
    .section2 .sec_contain {
        top: 52%;
    }
    .section2 h2 {
        font-size: 30px;
        width: 80%;
        margin: 0px auto;
    }
    .main-gallery {
        margin: 20px auto 0;
    }
    .gallery-cell {
        width: 70%;
    }
    .gallery-cell .p_cont {
        padding: 20px;
    }
    .gallery-cell .p_cont a {
        width: 100%;
    }
    .gallery-cell .p_cont .prod_cont {
        width: 100%;
        padding: 0;
    }
    .gallery-cell .p_cont h2 {
        width: 100%;
        margin: 0;
    }
    .gallery-cell .p_cont a img {
        width: 90%;
    }
    .gallery-cell .p_cont a.btn_img {
        width: 100%;
        margin: -50px auto;
        background-position: 50%;
        background-size: 80%;
    }
    .section3 h2 {
        font-size: 30px;
        width: 80%;
        margin: 0px auto;
    }
    .section3 h3 {
        width: 90%;
        font-size: 25px;
    }
    .section3 ul li {
        width: 50%;
    }
    .section3 .sec_contain {
        top: 30%;
    }
}