﻿header {
    height: 7rem;
    -webkit-box-shadow: -1px 9px 9px -3px rgba(133,133,133,0.67);
    -moz-box-shadow: -1px 9px 9px -3px rgba(133,133,133,0.67);
    box-shadow: -1px 9px 9px -3px rgba(133,133,133,0.67);
    background: white;
    width: 100%;
}

body, html {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    height: 100%;
}

@media (max-width: 768px) {
    img[alt="logo_wonline"] {
        display: none;
    }

    img[alt="logo_world_office"] {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .card {
        background-color: #E7E7E7;
        padding: 2rem;
        border-radius: 6px;
        border: 1.5px solid #4a5080;
        text-align: center;
        max-width: 45rem;
        margin-top: 2rem;
        color: #4a5080;
        margin-left: 4rem;
        margin-right: 4rem;
    }

        .card p {
            font-size: 1rem !important;
            margin-bottom: 1rem !important;
        }
}

.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.container-img {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

section {
    display: grid;
    place-items: center;
}

.icon-email {
    width: 3rem;
    height: 3rem;
}

.container-title-card {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.icon-check {
    width: 2rem;
    height: 2rem;
    padding-left: 1rem;
}

.card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 6px;
    border: 1.5px solid #4a5080;
    text-align: center;
    max-width: 45rem;
    margin-top: 10rem;
    color: #4a5080;
    -webkit-box-shadow: -9px 10px 4px -3px rgba(0,0,0,0.42);
    -moz-box-shadow: -9px 10px 4px -3px rgba(0,0,0,0.42);
    box-shadow: -9px 10px 4px -3px rgba(0,0,0,0.42);
}

    .card p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

.footer {
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #4a5080;
    font-size: 0.8rem;
    text-align: center;
}

    .footer a {
        text-decoration: none;
        color: white;
    }

    .footer p {
        margin: 0;
    }

.mensaje-error-img {
    width: 7rem;
}


.mensaje-error {
    margin-left: -54px;
}

.mensaje-error-img {
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin: 0 5% 0 5%;
}

.mensaje-error-cont h1 {
    font-size: 18px;
    margin-top: 15px;
    line-height: 18px;
}

.mensaje-error-cont span {
    font-size: 12px;
}

.mensaje-error-texto p {
    margin-top: 5px;
}

.mensaje-error {
    float: left;
    width: 50%;
    height: 50px;
    background: url(/Images/SplashMaster/titulo_alerts.png) no-repeat;
    background-position: right;
}

.mensaje-error-texto {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}

.mensaje-error-img {
    margin: 15px 5% 0 5%;
    float: left;
    width: 17%;
    height: auto;
}

.mensaje-error-img img{
    width:7rem !important;
}

.mensaje-error-cont {
    width: 70%;
    float: left;
    font-size:1.5rem;
}

    .mensaje-error-cont h1 {
        color: #1D1F20;
        font-size: 22px;
        font-family: "Myriad Pro Semibold", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
        text-align: left;
        margin-top: 15px;
    }

.mensaje-error-texto p {
    color: #3081B8;
    text-align: justify;
    margin-top: 45px;
    font-size: 20px!important;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.mensaje-error-boton {
    float: left;
    width: 100%;
    height: 75px;
    margin: 25px 1.5rem 0 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    justify-content: flex-start\0;
    display: flex;
}

a.cerrarbutton {
    background: #FF8000;
    color: #FFF !important;
    width: 120px;
    height: 26px;
    padding: 5px 10px 0 10px;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    margin-right:1.5rem
}

.mensaje-error {
    background-position-x: 100% !important;
    margin-left: -54px;
}

/* responsive 540*/
@media (max-width:540px) {
    .mensaje-error {
        width: 99%;
    }
}
