@import url(https://fonts.googleapis.com/css?family=PT+Sans:700);

/*HEADER*/
body {
    font-family: open_sansregular,sans-serif;
    font-size: 14px !important;
    margin: 0;
    background-color: #F2F2F2;
}

/*header{
    background-image: url("../img/fondo_header.gif");
    /*background-color: #ff0000;*/
   /* background-repeat: repeat-x;
    background-position: top left;
    height: 67px;
    text-align: center;
    padding: 10px 0;
}*/

h1, h2, h3, h4, h5{
    color:#FFFFFF !important;
    font-family: "atrapaloWebBold" !important;
    -webkit-font-smoothing: antialiased;
}

h1{
    vertical-align: middle !important;
    height: 100% !important;
    color: #ffffff !important;
    font-size: 130px !important;
    margin-top: -20px !important;
    position: absolute !important;
    z-index: 100 !important;
    width: 100% !important;
    top: 50% !important;
    transform: translateY(-0.5em) !important;
}

h2{
    font-size: 40px !important;
	line-height: 40px;
}

a, a:hover, a:active, a:focus {
    text-decoration: none !important;
    color: #FFF;
}

p{
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
	text-align: center;
}

strong{
    font-family: open_sansregular,sans-serif !important;	
	font-weight: bold !important;
}

.row{
    max-width: 100% !important;
}

footer .row{
    max-width: 75rem !important;
}

.hidden{
    display: none;
}

.image_bg{
	width:100%;
	height: auto;
}

.image_bg img{
	width:100%;
	height: auto;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}

#mute-toggle{
    width: 4.5%;
    max-width: 40px;
    min-width: 25px;
    position: absolute;
    z-index: 100;
    height: auto;
    bottom: 0;
    left: 10px;
    cursor: pointer;
    mix-blend-mode: difference;
}

.video-footer{
    background-color: #000000;
    color: #ffffff;
    font-family: "atrapaloWebBold";
    font-size: 20px;
    padding: 15px 10px;
}


.slick-next{
    right: -25px !important;
    height: auto !important;
}

.slick-prev{
    left: -25px !important;
    height: auto !important;
    z-index: 50;
}

.description{
    color: #F2F2F2 !important;
    margin: 30px 10px 10px 10px !important;
    text-align: left !important;
}

.description-black{
    color: #252524 !important;
    margin: 30px 10px 10px 10px !important;
    text-align: left !important;
}

.bloque1, .bloque2{
    /*background-color: #aaaaaa;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 0px 30px 0;
}

.main-title{
    font-size: 68px;
}

.bloque1 h2{
    color:#252524 !important;
}

.bloque1 p a{
	color:inherit !important;
	text-decoration: underline !important;
}

.bloque2 h2{
    color:#F2F2F2 !important;
}

.bloque2{
    background-color: #252524;
    padding: 20px 0px 30px 0;
}

.bloque1 .slick-dots li.slick-active button:before{
    color:#ff0000;
}


.bloque1 .slick-dots li button:before{
    color:#252524;
}

.bloque2 .slick-dots li.slick-active button:before{
    color:#ff0000;
}

.bloque2 .slick-dots li button:before{
    color:#F2F2F2;
}

.oferta{
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.oferta p{
    font-size: 12px !important;
    padding: 10px 20px !important;
    text-align: justify !important;
    background-color:#FFFFFF !important;
}

.multioferta{
    cursor: pointer;
}

.subofertas{
    perspective: 1900px;
    width: 100%;
    position: absolute;
    color: #ffffff;
    list-style: none;
    padding: 0;
}

.subofertas li{
    font-family: "atrapaloWebBold";
    font-size: 1.2em;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    background-color: #ff0000;
    width: 92%;
    text-align: center;
    padding: 7px 0;
    margin: 10px auto;
}

.subofertas li.show{
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.boton{
    border: 0 none;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    font-family: "atrapaloWebBold",sans-serif !important;
    -webkit-font-smoothing: antialiased;
    height: 39px;
    line-height: 39px;
    margin: -38px -1px -1px 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    /* or */
    -webkit-transform: translateZ(0);
}


.boton a{
    z-index: 50;
    position: relative;
    cursor: pointer;
	color:#ffffff;
    /*text-decoration: underline;*/
}

.boton span{
    z-index: 50;
}

.fondo-transparente{
    width: 100%;
    height: 100%;
	background-color: #de0000;
	border:0 none;
    opacity: 0.7;
    margin: -38px 0 0 0;
}

.slick-dots{
    bottom:-15px !important;
}

.social_side{
    margin: 60px 0 20px 0;
}

/* SOCIAL */
.social_side .fa {
    padding: 10px;
    font-size: 25px !important;
    width: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 6px;
}
.social_side .fa:hover {
    opacity: 0.7;
}

.social_side .fa-facebook {
    background: #000000; /*#3B5998;*/
    color: white;
}

.social_side .fa-twitter {
    background: #000000; /*#55ACEE;*/
    color: white;
}

.social_side .fa-instagram {
    background: #000000; /*#cd347b;*/
    color: white;
}

@media screen and (max-width: 1199px){
    .subofertas li{
        font-size: 1.1em;
        padding: 4px 0;
        margin: 7px auto;
    }
}


@media screen and (max-width: 767px){
    h1{
        font-size: 95px !important;
    }
    .subofertas li{
        font-size: 1.1em;
        padding: 5px 0;
        margin: 8px auto;
    }
    .slick-arrow{
        display: none !important;
    }
}

@media screen and (max-width: 480px){
    h1{
        font-size: 80px !important;
    }
    .subofertas li{
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        font-size: 1em;
        padding: 5px 0;
        margin: 9px auto;
    }
}
