﻿html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.3;
}

p {
    line-height: 1.5em;
    color: #999;
}
.float-container {
    border: 3px ;
    /*padding: 20px;*/
}
h0 {
    color: white;
}
h2 {
    background-color: deepskyblue;
    color: white;
    font-size: 15px;
}
h3 {
    color: deepskyblue;
    font-size: 15px;
}
h4 {
    background-color: darkgrey;
    color: white;
    font-size: 15px;
}
h5 {
    color: red;
    font-size: 6px;
}

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.float-Main {
    width: 33%;
    float: left;
    /*padding: 20px;*/
}

@media screen and (max-width: 1024px) {
    .float-Main {
        margin-top: auto;
        margin-left: auto;
        width: 2%;
    }
}
@media screen and (max-width: 1024px) {
    .float-child {
        display: none !important;
    }

}

.float-child {
    width: 33%;
    float: left;
    /*padding: 20px;*/
    /*border: 2px solid red;*/
    margin-top: 0px;

}

.login-left {
    width: 250px;
    margin: 80px auto 10px auto;
    text-align: center;
    border: .2rem solid lightgray;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.login-right {
    width: 250px;
    margin: 180px auto 10px auto;
    text-align: center;
    border: .2rem solid lightgray;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.login-box {
    width: 360px;
    margin: 7% auto;
    border: .2rem solid #fff;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}

.logo img {
    display: inline;
    padding-bottom: 4px;
    max-height: 100%;
    max-width: 60px;
}

.login-box-body {
    background: #fff;
    padding: 10px 20px 20px 20px;
    border-top: 0;
    color: #666;
}

.login-head {
    text-align: center;
    margin: 15px;
}

.error-summary {
    color: red;
    text-align: center;
    margin-top: 10px;
    font-size: 0.8rem;
}

.adeslasInfo-box {
    width: 1024px;
    margin: auto;
    border: .2rem solid #fff;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}
@media screen and (max-width: 640px) {
    .AdeslasInfo-box {
        border: .2rem solid #fff;
        border-radius: .8rem;
        background-color: white;
        -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
        opacity: 0.95;
    }
}

.float-Adeslas {
    width: 50%;
    float: left;
    padding: 90px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.float-childAdeslas {
    width: 33%;
    float: left;
    padding: 20px;
    margin-top: -140px;
}

    @media screen and (max-width: 640px) {
        .float-childAdeslas {
            width: 33%;
            float: left;
            padding: 30px;
            /*border: 2px solid red;*/
            margin-top: 350px;
        }
    }

.float-riesgos {
    width: 33%;
    float: left;
    padding: 0px;
    margin-top: -170px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .float-riesgos {
        width: 33%;
        float: unset;
        padding: 30px;
        /*border: 2px solid red;*/
        margin-top: 575px;
        margin-left: 40px;
    }
}

.cuorums-box {
    width: 250px;
    margin: 0 auto 10px auto;
    text-align: center;
    border: .2rem solid lightgray;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
    display: flex;
    cursor: pointer;
}

.cuorums-box-left {
    width: 30px;
    background-color: rgb(55,151,164);
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: 0.8;
}

.cuorums-box-title {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14pt;
}

.cuorums-box-right {
    flex: 1;
    text-align: center;
}

.booking-box {
    width: 250px;
    margin: 0 auto 10px auto;
    text-align: center;
    border: .2rem solid lightgray;
    border-radius: .8rem;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.95;
    display: flex;
    cursor: pointer;
}

.booking-box-right {
    flex: 1;
    background-color: rgb(250,109,8);
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.booking-box-title {
    color: white;
    font-size: 16pt;
    font-weight: 500;
}

.booking-box-description {
    color: azure;
    font-size: 10pt;
}

.video-box {
    width: 250px;
    margin: 0 auto 10px auto;
}

.login-footer {
    color: #fff;
}

.login-footer a {
    color: inherit;
}


