html,
body {
    background-color: #E4DCE1;
    margin: 0;
    padding: 0;
    color: #757B7E;
    font-size: 16px;
    font-family: helvetica, arial, sans-serif;
}

a {
    color: #E4DCE1 !important;
}

#timer {
    font-size: 2.5em;
    font-weight: 800;
    text-align: center;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    padding-left: 1.3em;
    color: #2e3346;
}

#timer div {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    /* text-shadow: 0 0 10px #757B7E; */
}

#timer div span {
    display: block;
    font-size: 0.35em;
    font-weight: 400;
    text-shadow: none;
}

#timer .separador {
    /* background-image: url(../img/separador.png);
    background-repeat: no-repeat;
    background-position: center; */
    height: 100px;
    width: 31px;
    position: absolute;
    top: 35px;
    font-style: normal;
    margin-left: 19px;
}

.caja {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 1px 0 0 #dddddd;
    text-align: center;
    padding: 2em 4em;
    text-align: justify;
}

.caja a {
    color: #757B7E !important;
    text-decoration: underline;
}

#contador {
    margin: 0 auto;
}

#contador h2 {
    background-color: #fff;
    margin: 0;
    padding: .6em 0 0 0;
    font-size: 1.3em;
    font-weight: 800;
    letter-spacing: .8px;
    color: #2e3346;
}

#ES,
#EN,
#IT {
    /* height: 100vh; */
    margin: 0 15em;
}

.close-button {
    height: 50px;
    width: 50px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.close-button:before,
.close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 10px;
    width: 50px;
    background-color: #2e3346;
    ;
    transition: all 0.25s ease-out;
}

.close-button:after {
    transform: rotate(-135deg);
}

.close-button:hover:before,
.close-button:hover:after {
    transform: rotate(0deg);
}

.btn-secondary {
    color: #fff;
    background-color: #2e3346;
    border-color: #2e3346;
}

.btn-secondary:hover {
    color: #2e3346 !important;
    background-color: #E4F702;
    border-color: #E4F702;
}

strong {
    color: #2e3346;
}


/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .container {
        margin: 0;
        padding: 0;
    }
    .caja {
        padding: 1em 2em;
    }
    #timer {
        font-size: 2em;
    }
    #timer div {
        display: inline-block;
        min-width: 50px;
    }
    #timer .separador {
        top: 35px;
        margin-left: 8px;
    }
    #ES,
    #EN,
    #IT {
        margin: 0 2em;
        height: auto !important;
        font-size: .9em;
    }
    .close-button {
        top: -20px;
    }
    iframe {
        width: 340px;
        height: 540px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .topF,
    .bottomF {
        display: flex;
        justify-content: space-between;
    }
    .topF img,
    .bottomF img {
        max-width: 100% !important;
        width: 50%;
    }
    .movil,
    .hideImg {
        display: none;
    }
    #ES,
    #EN,
    #IT {
        margin: 0;
        margin-left: 7%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #ES,
    #EN,
    #IT {
        margin: 0 15em;
    }
}