
/* ETIQUETAS */

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    justify-content: center;
    background-color: #F9F9F9;
}

label {
    padding: 0px 0px 4px 0px;
}

/* GENERAL */

.btnInsNew {
    margin: 20px 0px;
    background-color: #0074f3;
    color: #fff;
    padding: 10px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.8s ease;
}

.margenAbajo20 {
    margin-bottom: 20px;
}

#subir {
    position: fixed;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: none;
    background-color: rgba(0,116,243,0.40);
    text-align: center;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    z-index: 45;
}

/* CUERPO */

/* probar CON ELLA Y SIN ELLA A VER SI HACE FALTA

.cabeceraAlmacenamiento{
    width:100%;
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;    
    -webkit-box-orient: vertical;
    background-image: url(/promos/almacenamiento/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
}

*/

.bannerPromociones {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    height: 377px;
    background: url(banner-promociones-mejores-ofertas.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.67em;
    transition: all 0.8s ease;
}

#conFin {
    margin-top: 50px;
}

.contenedor1 {
    justify-content: center;
    display: flex;
    background-color: #F9F9F9;
    width: 100%;
}

.contenedor2 {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-flow: wrap;
    width: 90%;
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

.contenedor3 {
    width: 100%;
    background-color: #fff;
    border-bottom: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-top: #0074F3 5px solid;
}

.contenedor3interno {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    background-color: #FFF;
}

#fecha {
    padding: 0px 20px;
    height: 50px;
}

.finalizada {
    opacity: 0.5;
}

.item-cabeceraAlmacenamientoLogo {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    padding: 20px;
    background-color: #0074f3;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.item-promocion {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
}

.itemItem-promocion {
    text-align: center;
}

.itemItem-cabeceraAlmacenamientoRedes {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    margin-top: 5px;
}

.itemItemItem-cabeceraAlmacenamientoRedes {
    padding: 0px 5px;
}

.marginArriba10 {
    margin-top: 10px;
}

.ocultar {
    display: none;
}

.promocion, .promocionFin {
    width: 350px;
    height: 550px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

    .promocion:hover {
        background-color: #eee;
    }

#texto {
    padding: 0px 20px;
    height: 200px;
}

.titulo {
    display: flex;
    justify-content: center;
}

#titulo {
    padding: 0px 20px 10px 20px;
    height: 70px;
}

.tituloContenedor {
    display: flex;
    justify-content: flex-start;
}

.txtDescriptivo {
    margin: 20px 0px;
    width: 100%;
}

.visibleFlex {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
}

/* Newsletter */

#cerrarVentanaNews {
    cursor: pointer;
}

.chbxAcepto {
    margin-bottom: 20px;
}

.contenidoNewsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 85%;
}

#correoInsertado {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001001;
    border: 4px solid #12a245;
}

#correoNewsletter {
    padding: 10px;
    width: 200px;
}

.item-cabeceraAlmacenamientoNewsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    height: 100%;
    position: relative;
    margin-top: 50px;
}

.item-correoInsertado {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 400px;
    height: 200px;
    background-color: #fff;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.item-correoInsertadoCerrar {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: flex-end;
    background-color: #fff;
    padding: 10px;
}

.item-newsletterIzq {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 75%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
}

.itemItem-cabeceraAlmacenamientoNewsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.itemItem-cabeceraAlmacenamientoNewsletterIzq {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 65%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.itemItem-correoInsertado {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    padding: 20px;
}

.itemItem-newsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 75%;
}

.itemItemItem-cabeceraAlmacenamientoNewsletterIzq {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    text-align: center;
    padding: 5px 0px;
}

.itemItemItem-newsletter {
    margin-bottom: 20px;
}

.newsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: horizontal;
    background-color: #fff;
    padding: 50px;
}

#TextBox1 {
    padding: 5px;
}

/* PIE */

.pieAlmacenamiento {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #333;
    padding: 20px;
}



.floating_popUp {
    position: fixed;
    background-color: #f2f2f2;
    border: 1px solid thick;
    border-color: darkgrey;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px 0.5px;
}


.floating_popUp {
    z-index: 10000;
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(8%);
    }

    65% {
        transform: translateY(-4%);
    }

    80% {
        transform: translateY(4%);
    }

    95% {
        transform: translateY(-2%);
    }

    100% {
        transform: translateY(0%);
    }
}
.container {
    text-align: center;
}


#mensajeInfo {
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
    padding: 1%;
    flex-direction: column;
    align-self: center;
    font-family: "Open Sans";
    font-size: 1em;
    box-shadow: 0px 0px 5px 0.5px;
    line-height: 1.5;
    background-size: contain;
    background-repeat: no-repeat;
}

    #mensajeInfo .textoInfo {
        display: none;
        color: white;
        margin: auto;
    }

.texto-textoInfo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border: none;
}

    .texto-textoInfo.linea1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .texto-textoInfo.linea2 {
        font-size: 1rem;
    }

    .texto-textoInfo.linea3 {
        font-size: 1.5rem;
    }

    .texto-textoInfo.lineaPie {
        width: 60%;
        font-size: 1.1rem;
        margin-top: 20%;
    }

    #btnCerrar {
        width: auto;
        height: auto;
        position: absolute;
        top: 2%;
        right: 1.5%;
        background: transparent;
        cursor: pointer;
        font-size: 1.3em;
        color: #000;
    }
.rkmd-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: auto;
    line-height: 250%;
    padding: 0 1.5rem;
    color: #000;
    font-size: 0.9em;
    font-weight: 600;
    font-family: "Open Sans";
    letter-spacing: .8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    user-select: none;
    border-radius: 2px;
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.225);
    margin-bottom: 2%;
}
    .rkmd-btn:hover {
        text-decoration: none;
        box-shadow: 0 4px 10px 0px rgba(0,0,0,0.225);
    }
.btn-white {
    color: #000;
    background-color: #f2f2f2;
}
    .btn-white:hover {
        filter: brightness(.9)
    }


    #mensajeInfo label {
        padding: 0px 0px 0px 0px;
    }




#mensajeInfo #inputNewsletter {
    width: 280px;
    padding: 10px;
}


.txtGris06 {
    font-family: montserratRegular;
    font-size: 0.8rem;
    color: #999;
    transition: all ease 0.8s;
}

.itemItemItemItem-newsletter {
    margin: 2% 0px;
}

.itemItemItemItemItem-newsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    align-items: center;
    -webkit-align-items: center;
}

#mensajeInfo .centrarContenido {
    display: flex;
    justify-content: center;
}


#btnPieNew2 {
    background-color: #ff6d01;
    color: #fff;
    padding: 10px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.8s ease;
}
