@font-face {
    font-family: 'Titling';
    src: url('../fonts/TitlingGothicFBCond-Regular.eot'); /* IE9+ Compat Modes */
    src: url('../fonts/TitlingGothicFBCond-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TitlingGothicFBCond-Regular.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/TitlingGothicFBCond-Regular.woff') format('woff'), /* Modern browsers */
       url('../fonts/TitlingGothicFBCond-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TitlingGothicFBCond-Regular.svg#FontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
}
@font-face {
    font-family: 'Titling';
    src: url('../fonts/TitlingGothicFBCond-Medium.eot'); /* IE9+ Compat Modes */
    src: url('../fonts/TitlingGothicFBCond-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TitlingGothicFBCond-Medium.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/TitlingGothicFBCond-Medium.woff') format('woff'), /* Modern browsers */
       url('../fonts/TitlingGothicFBCond-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TitlingGothicFBCond-Medium.svg#FontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
}
@font-face {
    font-family: 'Titling';
    src: url('../fonts/TitlingGothicFBCond-Bold.eot'); /* IE9+ Compat Modes */
    src: url('../fonts/TitlingGothicFBCond-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TitlingGothicFBCond-Bold.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/TitlingGothicFBCond-Bold.woff') format('woff'), /* Modern browsers */
       url('../fonts/TitlingGothicFBCond-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TitlingGothicFBCond-Bold.svg#FontName') format('svg'); /* Legacy iOS */
    font-weight: 900;
}
@font-face {
    font-family: 'Titling';
    src: url('../fonts/TitlingGothicFBCond-Light.eot'); /* IE9+ Compat Modes */
    src: url('../fonts/TitlingGothicFBCond-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TitlingGothicFBCond-Light.woff2') format('woff2'), /* Super modern browsers */
       url('../fonts/TitlingGothicFBCond-Light.woff') format('woff'), /* Modern browsers */
       url('../fonts/TitlingGothicFBCond-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TitlingGothicFBCond-Light.svg#FontName') format('svg'); /* Legacy iOS */
    font-weight: 200;
    }

html{
    overflow-x:hidden;
    width:100%;
}
body{
    font-family: 'Titling';
    font-weight: 400;
}
.container.main-container{
    margin:30px auto;
    padding:0px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius: 15px;
    border:1px solid #dedede;
}

footer{
    padding-top: 3rem;
    padding-bottom: 3rem;
    
    margin-top:60px;
}
.contenedor_botella{
    background-image: url('../img/contrabando_botella.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width:400px;
    height:800px;
    margin:0 auto;
}
.contenedor_botella.botella_movil{
    display:none;
}
.nombre_botella{
    display:inline-block;
    white-space: nowrap;
    overflow:hidden;
    position:relative;
    top:43.5%;
    background:transparent;
    text-transform: uppercase;
    max-width:103px;
    min-height:20px;
}
.imagen_botella{
    display:inline-block;
    position:relative;
    top:41.5%;
    width:130px;
    height:130px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
    overflow:hidden;
}
.imagen_botella img{
    width:75%;
}
.frase_botella{
    display:inline-block;
    /* white-space: nowrap; */
    overflow:hidden;
    position:relative;
    top:39.5%;
    background:transparent;
    text-transform: uppercase;
    max-width:103px;
    min-height:22px;
    color: #0168b3;
    font-size: .8rem;
}
.imagen{
    display:block;
    cursor: pointer;
}
#contenedor_formulario{
    display:none;
}

/* MODAL CONTENT */
.modal-content{
    text-align:center;
}
.modal-header{
    display:block;
    border-bottom:none;
}
.modal-footer{
    display:block;
    border-top:none;
}
.btn-facebook{
    color: #fff;
    background-color: #385b9a;
    border-color: #385b9a;
}
.btn-lg{
    border-radius: 1.3rem;
}

/* HEADER */
header{
    background-image: url('../img/fondo_cabecera.jpg');
}
.navbar .container{
    display:block;
    text-align:center;
    position:relative;
}
.navbar-toggler{
    position:absolute;
    top:0;
    right:0;
    color: #333;
}
.imagen_principal{
    margin-bottom: 30px;
    position:relative;
}
.imagen_principal img{
    width:100%;
}

.overlay-text{
    background: rgba(0,0,0,.3);
    text-align: center;
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    opacity:0;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}
.overlay-text img{
    position:absolute;
    bottom:30px;
    left:0px;
    right: 0px;
    margin:0 auto;
    width:70%;
}
.imagen_principal:hover .overlay-text{
    opacity:1;    
}

/* CONTENIDO */

.texto-explicacion .titular_participar{
    display:block;
    font-size:57px;
    letter-spacing:2px;
    margin-bottom:30px;
    color:#0168b3;
    font-weight:700;
    text-transform: uppercase;
    /* white-space:nowrap; */
}
.texto-explicacion p{
    font-size: 20px;
    margin-bottom: 30px;
}
.contenido_derecha{
    position:relative;
}
.crea_botella h4{
    padding:60px 0px 30px 0px;
    font-size: 48px;
    color: #0168b3;
    text-transform: uppercase;
}
.crea_botella h4 .esp{
    color: #ff2a13;
    font-weight: 700;
}
.cotorra_botella{
    position:absolute;
    top:0px;
    right:0px;
    z-index:-1;
}
.campo_formulario{
    display:flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.campo_formulario, .campo_formulario_imagen{
    margin-bottom: 20px;
}
.campo_formulario label, .campo_formulario_imagen label{
    color: #0168b3;
    font-size: 24px;
    font-weight: 700;
    text-decoration: uppercase;
}
.input_campo{
    flex:1;
    padding-left:10px;
}
.input_campo input{
    font-family: arial;
    border:none;
    border-bottom: 1px solid #0168b3;
    width:100%;
    font-size:24px;
    line-height:24px;
    font-weight: 200;  
    background: transparent;  
}
.campo_acepto{
    margin-bottom:20px;
    font-size: 18px;
}
.boton_compartir{
    text-align:center;
}
.boton_compartir.pagina-botella{
    margin-top:80px;
}
.boton_compartir a.genera{
    display: block;
    border: 1px solid #ff2a13;
    padding: 10px 15px;
    width: 60%;
    font-size: 24px;
    color: #333;
    text-align:center;
    margin:0 auto 20px;
}
.boton_compartir a.boton_desactivado{
    display: block;
    border: 1px solid #ababab;
    padding: 10px 15px;
    width: 60%;
    font-size: 24px;
    color: #ababab;
    text-align:center;
    margin:0 auto 20px;
    cursor: not-allowed;
}
.boton_compartir a.boton_desactivado:hover{
    text-decoration:none;
}
.owl-carousel{
   padding:20px;
}
.owl-carousel .elige_imagen img{
    border: 2px solid #b8b8b8;
}
.owl-carousel .elige_imagen.active img{
    border-color: #ff2a13;
    background: #dcdcdc;
}
.owl-carousel .owl-stage-outer{
    background-color:#fcfbfb;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    color: #ff2a13;
    font-size: 34px;
    position:absolute;
    top:30%;
}

.owl-carousel .owl-nav button.owl-prev{
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next{
    right: 0px
}
.mensaje_error{
    display:none;
    color: #f00;
    width: 60%;
    margin: 0 auto;
}

.titulo_bases{
    margin-top:30px;
    font-size:2rem;
}
.bases-concurso span.encabezado{
    font-size: 1.2em;
    margin-top: 40px;
}
.bases-concurso span{
    display:block;
    font-weight: 700;
}
.terminos_lopd,.subterminos{
    padding-left: 30px;
}

.botella img{
    width: 500px;
    max-width: 100%;
}

footer{
    background-color: #1b1a18;
}
footer .socials span{
    display:inline-block;
    margin-right:20px;
}
footer .logo-agencia img{
    float:right;
}
.fondo_botella_contrabando{
    background-image: url('../img/fondo_cabecera.jpg');
}
#resultado-compartir{
    display:none;
    text-align:center;
    color: #0168b3;
}
.listado-redes-cabecera li span{
    display:inline-block;
    margin-right:10px;
}
.botella-wrapper{
    background-image: url(../img/fondo_cabecera.jpg);
    background-repeat: no-repeat;
}
.modal{
    max-width:100%;
}



@media (max-width: 375px) {
    .container.main-container{
        margin:0 auto;
        padding:0px;
        border-bottom-left-radius:0px;
        border-bottom-right-radius: 0px;
        border:none;
    }
    .texto-explicacion .titular_participar{
        font-size:27px;
    }
    .contenedor_botella{
        display:none;
    }
    .contenedor_botella.botella_movil{
        display:block;
    }
  }
