.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/03.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #495057;
    display: flex;
    align-items: center;
}
.section1 h1{
    font-size: 150px;
    margin: 20px;
}
.section1 h1 span:before{
    color: #fff;
    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: #495057;
    background-image: url("../img/02.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.section2 .section2cont{
    width:100%;
}
.section2cont h1{
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 1px #111;
}
.section2cont h2{
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 1px #111;
}
.section2 .sec_contain{
    top: 60%;
    height: 100%;
}

section .sec_contain {
	font-style: normal;
	text-align: center;
	position: relative;
    margin: 0px auto;
    color: #fff;
    text-shadow: 2px 2px 2px #111;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.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: 40%;
    display: inline-block;
    float: left;
    height: 300px;
    background-position: 0% 0%;
    background-size: 90%;
    background-repeat: no-repeat;
}
.gallery-cell .p_cont .prod_cont{
    width: 60%;
    float: left;
    text-align: left;
    padding: 0px 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 .plista{
    font-size: 22px;
    color: red;
    margin: 0;
    display: block;
    font-weight: 800;
    margin-bottom: 0px;
}
.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;
}
.flickity-page-dots{
    display: none;;
}

@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;
        margin: 20px 0;
    }
    .section1 h2 {
        font-size: 20px;
    }
    .section1 h4{
        font-size: 18px;
    }
    .video_cont{
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 0;
    }
    .section2 {
        display: block;
    }
    .section2 .sec_contain {
        top: 52%;
    }
    .section2cont h1 {
        font-size: 25px;
        padding-top: 70px;
    }
    .section2 h2 {
        font-size: 17px;
        width: 100%;
        margin: 0px auto 40px;
    }
    .main-gallery {
        margin: 20px auto 0;
    }
    .gallery-cell {
        width: 70%;
        min-height: 480px;
    }
    .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: -65px auto;
        background-position: 50%;
        background-size: 70%;
    }
    .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%;
    }
    section .sec_contain {
        width: 90%;
    }
    .countdown_cont {
        text-align: center;
        padding: 5px;
        line-height: 20px;
        font-size: 15px;
    }
    .ribbon_cont {
        width: 200px;
        top: -15px;
        right: -25px;
    }
    .ribbon_cont span {
        font-size: 20px;
        top: 0px;
        right: 45px;
        z-index: 1;
    }
    .ribbon_cont img {
        width: 140px;
        right: 25px;
        position: absolute;
        z-index: 0;
    }
    .gallery-cell .p_cont .prod_cont .plista {
        margin-bottom: -10px;
        font-size: 17px;
    }
}