/*
	Genérico
*/

/*
.template-promociones{
    margin: 65px 0;
}*/

/*************************/
/**** Polo No Worries ****/
/*************************/

#polo-no-worries ul.list li {
margin: 15px 0;
font-size: 25px;
color: #180742;
}

#polo-no-worries ul.list li i{
color: #ec6608!important;
font-size: 22px;
}

#polo-no-worries .wpcf7-form input[type="submit"]{
    background: #ec6608;
}

#polo-no-worries ul.list {
    margin: 0px!important;
}

/****************************/
/**** audi-q3-23990-euros ***/
/****************************/

.promo-audi-11062018 .wpcf7-form input[type="submit"]{
    background: #e84040!important;
}

/**************************************/
/**** volkswagen-tiguan-21990-euros ***/
/*************************************/

.promo-vw-11062018 .wpcf7-form input[type="submit"]{
    background: #1058a0!important;
}

.promo-vw-11062018 .wpcf7-form input[type="submit"]:hover{
    color: #FFFFFF;
     background: #1573d1!important;
}

/*************************/

.template-promociones .wpb_wrapper .list li span{
	font-size: 21px;
	vertical-align: top;
    line-height: 3;
    line-height: 1.5;
    font-weight: 500;
}

.template-promociones ul.list{
	margin-top: 10px !important;
	margin-bottom: 60px !important;
}

.template-promociones ul.list li{
	margin-top:0 !important;
}

.template-promociones ul.list li i{
	font-size: 33px;
}

.template-promociones .nice-select{
	color:#5c6168;
}

.template-promociones .wpcf7-form input[type="submit"]{
	margin-top:20px;
}


/*
	VW - oportunidad-unica-audi-q3-t-roc 20032018
*/

.template-promociones .nice-select{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border-color: #9ebde4;
width: 100%;
line-height: 40px;
}

/*
	Encuestas de Audi y VW
*/

.starratingawesome > input:checked ~ label {
    color: #9ebde4;
}

.formulario-encuesta-audi, .formulario-encuesta-vw  {
    font-size: 20px;
}

.formulario-encuesta-audi .row, .formulario-encuesta-vw .row  {
    text-align: center;
    padding-bottom: 12px;
}

.texto{
    text-align: right;
    text-decoration: underline;
    font-weight: 600;
}

.formulario-encuesta-audi .texto{
    color: #C03;
}

.formulario-encuesta-vw .texto{
    color: #0099da;
}

.formulario-encuesta-audi .wpcf7-starratingawesome.starratingawesome, .formulario-encuesta-vw .wpcf7-starratingawesome.starratingawesome {
    font-size: 30px;
}

.formulario-encuesta-audi .fa-asterisk{
    color: #CC0033;
    font-size: 18px;
    padding-right: 10px; 
}

.formulario-encuesta-vw .fa-asterisk{
    color: #0099da;
    font-size: 18px;
    padding-right: 10px; 
}

.formulario-encuesta-vw .checkbox-encuesta {
    margin: 30px auto 10px;
    width: 350px;
    font-size: 18px;
}

.formulario-encuesta-vw input[type="checkbox"], .formulario-encuesta-audi input[type="checkbox"] {
    width: 22px;
    height: 22px;
}

.btn-volver{
    width: 220px;
    margin: 0px auto;
}

/**********************/
/**** Ofertas Flash ***/
/**********************/

.vc_custom_1522142047139{
    margin-top:-20px !important;
}
.container-button{
  width: 100%;
  height: 100%;
  margin: 20px auto 0px;
  text-align: center;
}

.button-flash, .button-flash-fin{
    background: #f7312a;
    border: none;
    width: 100%;
    line-height: 50px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition:300ms;
    background: rgba(246,61,58,1);
    background: -moz-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,61,58,1)), color-stop(100%, rgba(253,96,61,1)));
    background: -webkit-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: -o-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: -ms-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: linear-gradient(to right, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f63d3a', endColorstr='#fd603d', GradientType=1 );
}
    
.button-flash span, .button-flash-fin span{
    z-index: 93;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.button-flash:before, .button-flash-fin:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left:-105%;
    transition:300ms;
    background: rgba(255,255,255,0.52);
    transform:skew(-30deg);
}

.button-flash:hover:before, .button-flash-fin:hover:before{
    left: 105%;
    
}

.button-flash:hover, .button-flash-fin:hover{
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
    cursor:pointer;
}

#countdown{
    color: red;
    font-weight: 600;
    font-size: 20px;
}

.template-ofertas-flash #titulo{
    font-weight: 600;
    padding-top:20px !important;
    padding-bottom:20px !important;
    line-height: 1.2;
}

#container-countdown{
    color: #f7312a;
    text-align: center;
}

#recommended-price, #offer-price{
    text-align: right;
}

#offer-price{
    margin-top: 15px;
}

#container-countdown, #offer-price{
    color: #f7312a;
}

#container-price{
    font-size: 20px;
    text-align: right;
    padding-right: 15%;
    padding-top: 5%;
}

#precio-actual{
    font-weight: 600;
}

.template-ofertas-flash h3{
    font-size: 16px;
    color: #9ebde4;
    text-align: center; 
    margin: 15px auto 0px;
}

.template-ofertas-flash h3 span{
    color: #f7312a;;
}

.template-ofertas-flash h3 span{
    color: #f7312a;;
}

.template-ofertas-flash{
    background: #f9fdff;
}


/*** Modal para formulario ***/

.modal-flash .modal-content{
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000 !important;
}
.modal-flash .modal-header{
    background:transparent;
    border-bottom:none;
    padding-bottom: 0;
}
.modal-flash .modal-dialog{
    margin-top:5%;
}
.modal-flash .modal-body{
    margin-left:30px;
    margin-right: 30px;
    padding-top:0;
}

.modal-flash .modal-body .wpcf7-submit{
    font-weight: 500;
    background: rgba(246,61,58,1);
    background: -moz-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,61,58,1)), color-stop(100%, rgba(253,96,61,1)));
    background: -webkit-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: -o-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: -ms-linear-gradient(left, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    background: linear-gradient(to right, rgba(246,61,58,1) 0%, rgba(253,96,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f63d3a', endColorstr='#fd603d', GradientType=1 );

}
.modal-flash .modal-body .wpcf7-submit:hover{
    color:white;
    background: rgba(253,96,61,1);
    background: -moz-linear-gradient(left, rgba(253,96,61,1) 0%, rgba(246,61,58,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,96,61,1)), color-stop(100%, rgba(246,61,58,1)));
    background: -webkit-linear-gradient(left, rgba(253,96,61,1) 0%, rgba(246,61,58,1) 100%);
    background: -o-linear-gradient(left, rgba(253,96,61,1) 0%, rgba(246,61,58,1) 100%);
    background: -ms-linear-gradient(left, rgba(253,96,61,1) 0%, rgba(246,61,58,1) 100%);
    background: linear-gradient(to right, rgba(253,96,61,1) 0%, rgba(246,61,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd603d', endColorstr='#f63d3a', GradientType=1 );

}

.modal-flash  .wpb_revslider_element{

}

.modal-flash .tp-leftarrow.hesperiden.tparrows{
    margin-left:-40px;
}
.modal-flash .tp-rightarrow.hesperiden.tparrows{
    margin-right:-40px;
}
.modal-flash  .wpb_revslider_element {
      margin: auto;
      background: #eee;
      border: 20px solid transparent;
      -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
      -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
      border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);

      border-image-slice: 1;
}
.modal-flash .titulo-oferta-flash-modal{
    color:#F74644;
    text-align: center;
    border-bottom:2px solid #ABBAC4;
    padding-bottom: 15px;
    font-size: 16px;
}
.modal-flash .titulo-oferta-flash-modal span{
    font-weight: bold;
}

/** Rayo **/

.img-flash-btn, .img-flash-btn-fin{
    background-image: url(images/promociones/icono-boton.png);
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -100px;
    margin-left: 8%;
    position: absolute;
    background-size: 90%;
    background-repeat: no-repeat;

}
@media (max-width: 700px) {
    .img-flash-btn, .img-flash-btn-fin{
        width: 70px;
        height: 70px;
        margin-top: -89px;
        margin-left: -10px;
        background-size: 90%;
    }

}

.vc_single_image-wrapper{
    cursor: pointer;
}
.vc_single_image-wrapper:before{
    background:white;
    width: 100%;
    height: 100%;

}
.vc_single_image-wrapper:hover:before{
    background:white;
    display:none;
}

#nuestras-ofertas-flash{
    background-color:#9DBDE4;
    width:100%;
    text-align: center;
    cursor:pointer;
}
.dropdown{
    width:100%;
}

#opcionales{
    border: 2px solid #9ebde4;
    padding: 15px 0px;
    color: #9ebde4;
    background-color: #ffffff;
}

#opcionales ul{
    list-style-type: none;
}

.btn-collapse{
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #FFF;
    font-weight: 600;
}

.btn-collapse:hover, .btn-collapse:focus{
    color: #FFF;
}

.info-oferta-flash p {
    color: #FFF;
    text-align: center;
}

.info-oferta-flash div{
    background: #9ebde4;
    padding: 10px 20px; 
}

.opcionales span{
    color: #f7312a;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: -10px;
    left: 25px;
    background-color:white;
    padding-left:4px;
    padding-right: 4px;
}

.container-vw-tiguan, .container-vw-golf{
  border: 5px solid #ff2f28;  
  border-image-source: linear-gradient(#ff2f28, #ffda00);
  border-image-slice: 20;
  margin-top:20px;
}

.item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    overflow:hidden;
}

.item img {
    width: 100%;
    height: 100%;
    z-index: -1;
    margin:0px;
}

.item .overlay {
    position: absolute;
    left: -100%;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 49, 42, 0.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease;
    visibility:hidden;
    overflow:hidden;
}

.item .overlay h3 {
    color: #fff;
    text-align: center;
    vertical-align: central;
    padding: 30% 0 0 0;
    margin: -20px 0 0 0;

}

.item:hover .overlay {
    top:0;
    left:0;
    visibility:visible;
    width:100%;
    height:100%;
}


@media (max-width: 768px) {
    .opcionales{
        margin-top:20px;
    }

    #recommended-price, #offer-price{
        text-align: center;
    }

    #container-price{
        text-align: center;
        padding-right: 0;
        padding-top:20px;
    }
    #container-countdown{
        padding-bottom: 20px;
    }
    
    .modal-flash .modal-body .wpcf7-submit{
        font-size: 11px;
    }
    
    .button-flash-fin {
        font-size: 14px;
    }

}