@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500&display=swap');
* {
    font-family: 'Baloo 2', Helvetica, Verdana;
}

.body {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow-x: hidden;
}

.myContainer {
    display: flex;
    font-family: rubik;
}

.first {
    width: 50vw;
    height: 100vh;
    padding-top: 100px;
}

.myFormContent {
    position: fixed;
    width: 50%;
    transform: scale(.9) translateY(-50%);
    top: 44%;
}

.second {
    background-color: #5796C2;
    width: 50vw;
    height: 100vh;
}

.logazo {
    transform: translateX(-50%) scale(0.88, 0.88);
    position: relative;
    left: 50%;
    margin-bottom: 50px;
}

.myForm {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 45px -5px #cccccc;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 1px;
    border-radius: 10px;
    width: 420px;
    margin-top: -30px;
}

.myInput {
    margin-bottom: 20px;
    border: 2px solid #3E648E;
    border-radius: 8px;
    padding-right: 20px;
    padding-left: 60px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18.66px;
}

.h1 {
    color: #3E648E;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
}

.myBtn {
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    width: 90%;
    font-size: 18px;
    border: none;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: rgba(62, 100, 142, 1);
    border-radius: 20px;
    -moz-border-radius : 20px;
    -webkit-border-radius : 20px;
    outline: none;
}

.myBtn:hover {
    background-color: #4d739e;
}

.myBtn:active {
    top: 1px; 
}

.myLink {
    text-align: center;
    font-size: 14px;
}

.myLink a {
    text-decoration: none;
    color: #000000;
}

.myVersion {
    text-align: center;
    font-size: 12px;
    margin-top: -19px;
}

.myIllustration {
    position: fixed;
    top: 30%;
    left: 47%;
    width: 55%;
}

.banner {
    position: absolute;
    left: 20%;
    top: 5%;
    width: 1000px;
    height: 250px;
    background-color: red;
    z-index: 10;
}

.banner img {
    width: 100%;
    height: 100%;
}

.myForm .fas {
    position: absolute;
    background-color: #3E648E;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 20px;
    padding: 16px;
    color: #ffffff;
}

.myForm #msgbox {
    display: block;
    background-color: #F8D7DA;
    color: #842029;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
    transition: all .3s ease;
}

#msgApi {
    position: absolute;
    top: -2px;
    left: 69%;
    width: 31%;
}

#msgRenovar {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 39%;
}

/* Sección script ticket */
#zsfeedbkrpanel, #zsfeedbackwidgetdiv {
    display: none!important;
}

/* Se oculta submenu */
#myBotonera,
#mySubMenu {
    display: none;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1100px) {
    .second {
        display: none;
        transition: all .3s ease;
    }

    .myFormContent {
        position: absolute;
        width: 100%;
        transition: all .3s ease;
    }

    .logazo {
        position: absolute;
        left: 10%;
        top: 20%;
        transition: all .3s ease;
    }

    .myForm {
        transform: translate(-20%, -7%);
        top: 50%;
        right: 100%;
        transition: all .3s ease;
        margin-top: 0px;
    }

    #msgApi {
        width: 35%;
        top: 50%;
        transform: translate(125%, -50%);
        word-wrap: break-word;
        /* display: none; */
    }

    #msgRenovar {
        top: 10%!important;
        left: -24%!important;
    }
}

@media screen and (max-width: 850px) {
    .myFormContent {
        top: 10px;
        transform: scale(.7, .7);
        transition: all .3s ease;
    }

    .logazo {
        left: 0%;
        transition: all .3s ease;
    }

    #msgRenovar {
        width: 45%;
        left: -46%;
        top: 30%;
    }
}

@media screen and (max-width: 700px) {
    .myFormContent {
        top: 10%;
        transform: scale(1, 1);
        transition: all .3s ease;
    }

    .logazo {
        transform: translateX(-50%) scale(.8, .8);
        top: 10%;
        left: 50%;
        transition: all .3s ease;
    }

    .myForm {
        transform: translate(-50%, 50%) scale(.88, .88);
        transition: all .3s ease;
    }

    #msgApi {
        top: 5%;
        width: 191%;
        display: none;
    }

    #msgRenovar {
        width: 191.5%;
        left: -46%;
        top: 75%;
    }
}

@media screen and (max-width: 480px) {
    #msgRenovar {
        display: none;
    }
}