﻿* {
margin:0px;
}
.contenedor_general {
    display: grid;
    width:100%;
    height:100%;
    grid-gap: 5px 0px;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-template-areas: "cnt1   cnt2";
}
.Secc_1 {  
    height: 95%;
    width: 95%;
    align-self: center;
    justify-self: center;
}
.qr_sec {
    display: grid;
    width:30%;
    grid-gap: 5px 0px;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
    grid-template-areas: "cmp1   cmp2";
    font-family:got
                        
}
.cotc_num {
    display: grid;
    min-width: 300px;
    max-width: 380px;
    grid-template-columns: 30px 1fr 30px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "cmp1  cmp2  cmp3  cmp4"
}

    .cotc_num .cmp1, .cotc_num .cmp2, .cotc_num .cmp3, .cotc_num .cmp4 {
        align-self: center;
    }

.visible, .bvno_2, .log_text3, .log_text4, .log_text5 {
    visibility: hidden;
}

.qr_img {
    width: 100%;
}


    .font_title {
        color: #008fff;
        font-weight: bold;
    }
.title_sesion {
color:#FFF;
font-weight:bold;
text-align:center;
}
.logeo_sesion {
    margin-top: 100px;
   display: grid;  
    width: 85%;
    height: 50%;
    grid-template-columns: 30px repeat(2,1fr) 30px ;
    grid-template-rows: repeat(7,auto);
    grid-template-areas: "cmp1   cmp3  cmp3   cmp2"
                         "cmp1   cmp4  cmp4   cmp2"
                         "cmp5   cmp5  cmp5   cmp5"
                         "cmp6   cmp6  cmp6   cmp6"
                         "cmp7   cmp7  cmp7   cmp7"
                         "cmp8   cmp8  cmp8   cmp8"
                         "cmp9   cmp9  cmp9   cmp9";
    
    justify-self: center;
}

.dply {
display:grid;
}
.a_self {
align-self:center;
margin-left:10px;
}

.zimply_logo {
 margin-top:4%;
width:40%;
margin-bottom:40px;
}
.bvno {
color:#FFF;
font-size:2.5rem;
font-weight:bold;
}
.bvno_2 {
    color: #FFF;
    margin-top:20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
}
.log_text1 {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
}
.log_text2 {
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    display:block;

}
.log_text3 {
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.log_text4 {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    text-align: center;
}
.log_text5 {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
}
.log_text6 {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
    
}
/*li {
    height: 150px !important;
    top: 21px!important;
}*/
.m-btto_1 {
    margin-bottom: 30px;
}
.m-btto {
margin-bottom:5px;
}

.whats_img {
width:30px;
height:30px;
}


.cont1 {
    grid-area: cnt1;
    background-image: url('Imagenes/img_emp/empresa.jpg');
    background-size: cover;
    display: grid;
}
.ico_sesion {
    width: 25px;
}

.cont2 {
    grid-area: cnt2;
    background-image: url('Imagenes/fdo_sesion.jpg');
    background-size: cover;
    display: grid;
}

.cont3 {
    grid-area: cnt3;
}
.img1{
    display: grid !important;
    grid-area: img1;
}
/*.contenedor {
    display: grid;
    height: 100%;
    grid-gap:0px 0px;	
    grid-template-columns: 4fr repeat(4,1fr) 4fr;
    grid-template-rows: repeat(9,min-content) auto;
    grid-template-areas: " logo  cmpb  cmpb  cmpb  cmpb   cmp1  "
                         " logo  cmp   cmp   cmp   cmp    cmp2  "
                         " logo  cmp   cmp   cmp   cmp    cmp3  "
                         " logo  cmp   cmp   cmp   cmp    cmp4  "
                         " logo  cmp   cmp   cmp   cmp    cmp5  "
                         " logo  cmp   cmp   cmp   cmp    cmp6  "
                         " logo  cmp   cmp   cmp   cmp    cmp7  "
                         " logo  cmp   cmp   cmp   cmp    cmp8  "
                         " logo  cmp   cmp   cmp   cmp    cmp9  "
                         " logo  cmp   cmp   cmp   cmp    cmp10  ";
}    */                                  


/*.contenedor {
    display: grid;
    grid-gap:5px 0px;	
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(5,auto);
    grid-template-areas: " logo  logo  logo  logo  logo  logo  logo  logo  logo  logo  logo  logo "
                         " cmpa  cmpa  cmpa  cmpa  cmp1  cmp1  cmp1  cmp1  cmp  cmp  cmp  cmp "
                         " cmpa  cmpa  cmpa  cmpa  cmp2  cmp2  cmp2  cmp2  cmp  cmp  cmp  cmp "
                         " cmpa  cmpa  cmpa  cmpa  cmp3  cmp3  cmp3  cmp3  cmp  cmp  cmp  cmp "
                         " cmpa  cmpa  cmpa  cmpa  cmp4  cmp4  cmp4  cmp4  cmp  cmp  cmp  cmp ";
}*/

.g0-btn:hover {
    background-image: -webkit-linear-gradient(top, #00c2ff, #008fff);
    background-image: -moz-linear-gradient(top, #00c2ff, #008fff);
    background-image: -o-linear-gradient(top, #00c2ff, #008fff);
    background-image: -ms-linear-gradient(top, #00c2ff, #008fff);
    background-image: linear-gradient(to bottom, #00c2ff, #008fff);
    color: #fff;
    border: none;
}

a:active, a:hover, a {
    outline: 0;
    text-decoration: none;
}

.g0-btn {
    width: 200px;
    height: 52px;
    border-radius: 10px;
    border: solid 2px #008fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Gotham-Medium', sans-serif;
    color: #008fff;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}


.g0-btn.skyblue {
    background-image: -webkit-linear-gradient(top, #00c2ff, #008fff);
    background-image: -moz-linear-gradient(top, #00c2ff, #008fff);
    background-image: -o-linear-gradient(top, #00c2ff, #008fff);
    background-image: -ms-linear-gradient(top, #00c2ff, #008fff);
    background-image: linear-gradient(to bottom, #00c2ff, #008fff);
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .g0-btn.skyblue:hover {
        border: solid 2px #008fff;
        background-image: -webkit-linear-gradient(top, #00c2ff, #008fff);
        background-image: -moz-linear-gradient(top, #00c2ff, #008fff);
        background-image: -o-linear-gradient(top, #00c2ff, #008fff);
        background-image: -ms-linear-gradient(top, #00c2ff, #008fff);
        background-image: linear-gradient(to bottom, #00c2ff, #008fff);
        color: #fff;
        -webkit-box-shadow: 0 7px 14px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 7px 14px 0 rgb(0 0 0 / 15%);
    }

.img-resposive{
    width: 100%;
    height: auto;
}

.dvTItulo {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    height: 100%;
    padding-top: 7%;
    padding-bottom: 25px;
    color: #008fff;
}

.dvFondo{
    background-color: rgba(255, 255, 255, 0.97);
    text-align: center;
}

.title_grid {
    grid-area: logo;
    color: #fcfcfc;
    font-size: 16pt;
    font-weight: bold;
    font-family: system-ui;
    line-height: 24px; 
    padding-left: 10px;
    line-height: 35px;
    padding-left: 20px;
    text-shadow: 0 0 4px black;
}

.titZimplyfica {
    font-size: 36pt;
    padding-top: 15px;
    padding-bottom: 25px;
    line-height: 60px;
}
.font10pt{
    font-size: 10pt;
}
.img {
    width: 45%;
    margin-top: 2%;
}
.center-text {
    text-align: center;  
}
.botton_inicio {
    width: 100%;
    opacity: 0.8;
    background-color: #0055a2;
    color:#FFF;
}

.dvTituloSlice {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    color:#FFF;
}
.dvInpTitulo {
    font-size: 10pt;
    font-weight: 400;
}

.label-text {
    font-weight: 400;
    font-size: 10pt;
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 10px;
    display: block;
    text-align: left;
    padding-left: 43px;
}

.dvInput {
    width: 100%;
    text-align:left;
    display: inline-block;
    overflow:hidden;
}

input[type=text], input[type=password] {
    width: 60%;
    height:35px;
    padding: 8px 32px;
    margin: 12px 0px;
    background-color: #FFF !important;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #00a2ff !important;
    text-align: center;
    font-size: 15px!important;
}

.btn_inicio {
    display: inline-block;
    width: 120px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 2px 12px;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 2px;
    transition: all ease-in 0.3s;
    text-decoration: none;
    border-radius: 10px;
}
.posi {
position:absolute;
margin-right:19px;
margin-top:19px;
}

.cmp0 {
    grid-area:cmp0;
}

.cmp1 {
grid-area:cmp1;
}
.cmp2 {
grid-area:cmp2;
}
.cmp3 {
grid-area:cmp3;
}
.cmp4 {
grid-area:cmp4;
}
.cmp5 {
grid-area:cmp5;
}
.cmp6 {
grid-area:cmp6;
}
.cmp7 {
    grid-area: cmp7;
}
.cmp8 {
    grid-area: cmp8;
}
.cmp9 {
    grid-area: cmp9;
}
.cmp10 {
    grid-area: cmp10;
    height: 100%;
    bottom: 0px;
}


/*input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    background-color: rgb(191, 191, 191) !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #000;
    -webkit-text-fill-color: #008FFF;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
}
*/




.hi-slide {
    position: relative;
    width: 100%;
    height: 190px;
    margin: 0 auto 0;
}

    .hi-next,
    .hi-prev {
          
        width: 20px;
        height: 20px;
        margin-top: 80px;
        border-radius: 50px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        background-image: linear-gradient(to right, #1677f1, #2b189c);
        color: #3175b3;
        transition: all 0.6s;
        font-size: 24px;
        font-weight: bold;
        padding-top: 9px;
    }

        .hi-slide .hi-next:hover,
        .hi-slide .hi-prev:hover {
            opacity: 1;
            background-color: #fff;
        }

    .hi-slide .hi-prev {
        left: 6px;
        z-index: 10;
    }

        /*.hi-slide .hi-prev::before {
            content: '<';
        }*/

    .hi-slide .hi-next {
        right: 6px;
        z-index: 10;
    }

        /*.hi-slide .hi-next::before {
            content: '>';
        }*/

    .hi-slide > ul {
        list-style: none;
        position: absolute;       
        height: 250px;
        margin: 0;
        padding: 0;
        left: 0px;
    }


        .hi-slide > ul > li {
            overflow: hidden;
            position: absolute;
            z-index: 0;
            left: 377px;
            top: 146px;
            width: 250px!important;
            height: 0;
            margin: 0;
            padding: 0;
            /*border: 3px solid #fff;
            background-color: #333;*/
            border: 3px solid #000;
            background-color: #fff;
            cursor: pointer;
        }

            .hi-slide > ul > li > a > img {
                width: 100%;
                height: 100%;
                background-position: center;
            }




    @media screen and (max-width:1440px) {
        .contenedor_general {
            grid-template-columns: 60% 40%;
        }

        .qr_sec {      
            width: 40%;
       
        }

        .img {
            width: 40%;
            margin-top: 8%;
        }
    }

    @media screen and (max-width:1024px) {

        .contenedor_general {      
            grid-template-columns: 60% 40%;
           
        }
        .hi-slide > ul > li {
       
            width: 154px !important;
         
        }
        .logeo_sesion {
            position:relative;
          
            width: 95%;
        
        }
        .img {
            width: 50%;
            margin-top: 5%;
        }

        input[type=text], input[type=password] {
            width: 80%;
        }

        .botton_inicio {
            width: 80%;
            opacity: 0.8;
            background-color: #31658c;
            color: #FFF;
        }
    }

    @media screen and (max-width:850px) {

        .contenedor_general {
            display: grid;
            width: 100%;
            height: 100%;
            min-height:788px;
            grid-gap: 5px 0px;
            grid-template-columns: 100%;
            grid-template-rows: minmax(10%,30%) 70%;
            grid-template-areas: "cnt1   cnt1"
                                 "cnt2   cnt2";
        }

        .logeo_sesion {
            margin-top: 100px;
            display: grid;  
            width: 85%;
            height: 50%;
            grid-template-columns: 30px repeat(2,1fr) 30px ;
            grid-template-rows: repeat(7,auto);
            grid-template-areas: "cmp1   cmp3  cmp3   cmp2"
                                 "cmp1   cmp4  cmp4   cmp2"
                                 "cmp5   cmp5  cmp5   cmp5"
                                 "cmp6   cmp6  cmp6   cmp6"
                                 "cmp7   cmp7  cmp7   cmp7"
                                 "cmp8   cmp8  cmp8   cmp8"
                                 "cmp9   cmp9  cmp9   cmp9";
            
            justify-self: center;
        }
        .cmp9 {
            visibility: visible;
            text-align: -webkit-center;
        }
        .visible, .bvno_2, .log_text3, .log_text4, .log_text5 {
            visibility: visible;
        }
        .Secc_1 {
        display:grid;
        }

        .title_sesion {
            font-size: 20px;
        }
        .zimply_logo {
            justify-self: center;
            width: 85%;
            
            margin-top: 50px;
        }
        .hi-slide > ul {
            left: 69px;
        }


        .logeo_sesion {
            margin-top: 39px;
            width: 65%;
        }
            .bvno, .log_text1, .log_text2, .qr_sec {
            display: none;
        }
        .img {
            width: 50%;
            margin-top: 10%;
        }

        input[type=text], input[type=password] {
            width: 90%;
        }

        .botton_inicio {
            width: 90%;
            opacity: 0.8;
            background-color: #31658c;
            color: #FFF;
        }
    }

@media screen and (max-width:679px) {
    .hi-slide > ul {
        left:6px;
    }

}


    @media screen and (max-width:500px) {

        .contenedor_general {
            display: grid;
            width: 100%;
            height: 100%;
            min-height: 788px;
            grid-gap: 5px 0px;
            grid-template-columns: 100%;
            grid-template-rows: 20% 80%;
            grid-template-areas: "cnt1   cnt1"
                "cnt2   cnt2";
        }

        .g0-btn {
            width: 181px;
            height: 33px;
        }

        .logeo_sesion {
            margin-top: 39px;
            width: 100%;
        }

        .img {
            width: 80%;
            margin-top: 10%;
        }

        input[type=text], input[type=password] {
            width: 70%;
        }

        .botton_inicio {
            width: 70%;
            opacity: 0.8;
            background-color: #31658c;
            color: #FFF;
        }


        .contenedor {
            display: grid;
            grid-gap: 5px 0px;
            grid-template-columns: repeat(4,1fr);
            grid-template-rows: repeat(5,auto);
            grid-template-areas: "logo  logo  logo  logo" "cmp1  cmp1  cmp1  cmp1" "cmp2  cmp2  cmp2  cmp2" "cmp3  cmp3  cmp3  cmp3" "cmp4  cmp4  cmp4  cmp4";
        }

        .hi-slide > ul {
            left: 45px;
        }
    }

    @media screen and (max-width:425px) {
        .hi-slide > ul {
            left: 17px;
        }
    }

    @media screen and (max-width:375px) {
        .hi-slide > ul {
            left: -6px;
        }
    }


/*** Portada desde 10/12/2022 ***/

@font-face {
    font-family: 'MyriadSemiCondensed';
    src: url('files/assets/fonts/Myriad Pro Black SemiCondensed.otf') format('opentype');
}

@font-face {
    font-family: 'MyriadCondensed';
    src: url('files/assets/fonts/Myriad Pro Bold Condensed.ttf') format('truetype');
}

.carousel-indicators li {
    bottom: -140px;
}

.carousel-indicators li {
    height: 4px !important;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position-x: center;
}

    .carousel-item:nth-child(1) {
        background-image: url(/Imagenes/Fondo1.jpg);
    }

    .carousel-item:nth-child(2) {
        background-image: url(/Imagenes/Fondo2.jpg);
    }

    .carousel-item img, .carousel-indicators {
        display: none !important;
    }

.dvLogin {
    display:grid;
    align-items:center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.dvDistPortada {
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: 50% 1fr;
    grid-template-rows: 15% auto;
    grid-template-areas:
        "cmp1 cmp1"
        "cmp3 cmp2";
    height: 100%;
}



.gif_espera {
    width: 100%;
    height: 100%;
    background-image: url('Videos/gif_FHD_espera.gif');
    background-size : 100% 100%;
    position:absolute;
    top:0px;
    z-index: 900;
    right:0px;
    transition:0.5s;
}

.gif_texto {
    width: 583px;
    height: 200px;
    background-image: url('Videos/gift_Texto.gif');
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    z-index: 889;
    margin-left: calc(20% - 13px);
}

.dvFormLogin {
    min-width: 348px;
    width: 348px;
    min-height: 555px;
    height: 555px;
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(6,auto);
    grid-template-areas:
        "cmp0    cmp0"
        "cmp1    cmp1"
        "cmp2    cmp2"
        "cmp3    cmp3"
        "cmp4    cmp4"
        "cmp5    cmp6"
        "cmp7    cmp7";
    border-radius: 15px;
    background: #FFFFFF;
    border: 3px solid transparent;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    transition: 0.5s;
    margin-right: calc(7% - 13px);
    position: absolute;
    right: 0;
    transform: scale(1)
}

.imgLogo {
    width: 73%;
    margin: 27px auto 0px auto;
}

.dvFotoLogin {
    width: 130px;
    height: 130px;
    margin: 30px auto;
    /*border: 3px solid #405AEC;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    background-size: 100% 100%;
    /*background-position-x: center;
    background-position-y: center;
    margin-top: -24%;*/
}

.dvInputLogin {
    align-self: center;
}

input[type=text] {
    width: 87%;
    height:35px;
    padding: 8px 25px 0px 10px;
    margin: 8px 0px;
    background: linear-gradient(to left, #e3e3e3, #e3e3e3 ) !important;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #9b9696 !important;
    text-align: left;
    font-size: 16px !important;
    line-height: 35px;
    font-family: MyriadSemiCondensed;
    font-weight: 600;
}
input[type=password] {
    width: 87%;
    padding: 8px 25px 0px 10px;
    margin: 8px 0px;
    background: linear-gradient(to left, #e3e3e3, #e3e3e3 ) !important;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #9b9696 !important;
    text-align: left;
    font-size: 16px !important;
    line-height: 35px;
    font-family: MyriadSemiCondensed;
    font-weight: 600;
}
.Boton {
    width: 87%;
    padding: 8px 25px 8px 44px;
    margin: 8px 0px;
    background: linear-gradient(40deg, rgba(0,155,217,1) 0%, rgba(20,56,127,1) 50%, rgba(217,50,138,1) 100%) !important;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF !important;
    text-align: left;
    font-size: 1.6rem !important;
    line-height: 35px;
    font-family: MyriadSemiCondensed;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


input::placeholder {
    color: #9b9696;
    /*font-size: 1.2em;*/
    font-weight: 400;
    text-align: left;
}

.posi {
    position: absolute;
    margin-top: 20px;
    margin-left: 12px;
    color: #BFBFBF;
    font-size: 20px;
}

.textLogin {
    color: #BFBFBF;
    font-size: 12px;
}

.dvOlvidar {
    padding-right: 13%;
    text-align: right;
    padding-top: 12px;
    padding-bottom: 10px;
    cursor: pointer;
}

.dvRecordar {
    padding-left: 12%;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 10px;
    cursor: pointer;
}

#btn_login {
    display: block;
    margin: 0px auto 15px auto;
    text-align: center;
    /*text-transform: uppercase;*/
    background: linear-gradient(40deg, rgba(0,155,217,1) 0%, rgba(20,56,127,1) 50%, rgba(217,50,138,1) 100%) !important;
    padding: 5px 70px;
}

.ico_mostrar{ 
    z-index: 10;
    margin-left: -30px;
    cursor:pointer;
}

/*input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    background-color: rgb(191, 191, 191) !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}
*/
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #9b9696;
    -webkit-box-shadow: 0 0 0px 1000px #e3e3e3 inset;
    transition: background-color 5000s ease-in-out 0s;
    font-weight:600;
}

.dvIluminado {
    border-radius: 0 100% 100% 0;
    /* border: 1px solid #FFF; */
    height: 200px;
    width: 5px;
    background: radial-gradient(#ffffff -10%, #52151500);
    opacity: 0.7;
    position: absolute;
    right: 5.1%;
    top: 40%;
    z-index: 5;
    box-shadow: 3px 15px 20px 5px #ffffff80;
}

.dvSessionFondo {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: #77c3f785;
    text-align: center;
    overflow: hidden;
}

    .dvSessionFondo > div {
        display: grid;
        height: 100vh;
    }

.dvSesionMarco {
    margin: auto;
    width: 415px;
    background: radial-gradient(#3145B3, #151f52) padding-box, linear-gradient(to right, #5940E7, #1BAFF8) border-box;
    border: 3px solid transparent;
    border-radius: 15px;
    padding: 10px 25px;
    color: #DDD;
}

.bnt_continuar {
    background: linear-gradient(to left, #014300 -12%, #018309 25%, #0f7a02 75%, #004302 117% ) !important;
    color: #DDD !important;
    padding: 8px 25px;
}

.btn_cancelar {
    background: linear-gradient(to left, #430000 -12%, #970000 25%, #9f0101 75%, #430000 117% ) !important;
    color: #DDD !important;
    padding: 8px 25px;
}

input:focus {
    outline: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
input[type=checkbox]{
    background-color:lawngreen !important;
}
#form1 {
    /*background-color:black; /Imagenes/fondo_textura.png*/
    background-clip: url('https://carontestudio.com/img/f4.mp4');
    background-size: 100% 100%;
    background-size: 100% 100%;
}
.div_imagen {
    width: 50%;
    height: 100%;
}
.posicion_tamaño {
    width:auto;
    height: 100%;
    transition:1s;
}

.eslogan{
    width:25%;
    height:25%;
    position: absolute;
    top: 43%;
    left:8%;
}

.text1 {
    font-size: 3.5em;
    color: #FFFFFF;
}

.text2 {
    font-size: 3.5em;
    font-weight: 800;
    color: #64b4e5;
    margin-top: -25px;
}

.text3 {
    font-size: 3.5em;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: -25px;
}


/* Pantalla de cambiar contraseña */
.forma_contenedor {
    width: 350px;
    height: 450px;
    background-color: #FFFFFF;
    border-radius: 15px;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-right: -45px;
    margin-top: 115px;
}
.titulo_CC{
    grid-area:titulo;
}

.contenedor_grid{
    grid-area:content;
}
.fondoimg_grid{
    grid-area:fondo;
}
.grilla_contenido{
    grid-area:general;
}

.posicion_titulo {
    text-align: center;
    font-size: 1.5em;
    color: #000000;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;

}
.tamaño_input{
    width:100%;
}
.tamaño_boton {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.position_input {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.position_boton {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.grilla_contenido {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 25% 75%;
    grid-template-areas: "logo"
                         "content";
}

.form_grilla {
    display: grid;
    grid-template-columns: repeat(2,50%);
    grid-template-rows: 100%;
    grid-template-areas: "fondo  general";
}
.fondoIMG {
    width: 100%;
    height: 100%;
    animation-duration:1.5s;
    animation-name: slide;
}

@keyframes slide{
    from{
        margin-left:-100%;
    }
    to{
        margin-left: 0%;
    }

}
.logo_posicion{
    width:auto;
    height:50%;
}
.logo_titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.div_imagen_CC {
    width: 50%;
    height: 100%;
}

.posicion_tamaño_CC {
    width: 1000px;
    height: 100%;
    transition: 1s;
}

.eslogan_CC {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 44%;
    left: 13%;
    animation-duration:1.5s;
    animation-name: show;
}
@keyframes show{
    from{
        left:-113%;
    }
    to{
        left:13%;
    }
}

.boton_CC {
    width: 40% !important;
    height: auto !important;
    background: linear-gradient(40deg, rgba(0,155,217,1) 0%, rgba(20,56,127,1) 50%, rgba(217,50,138,1) 100%) !important;
    border-radius:10px !important;
    color:#FFFFFF !important;
    font-weight:bold !important;
}
a {
    color: white;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.perfil_contraseña {
    width: 160px;
    height: 160px;
    margin-top: -95px;
    border-radius: 80px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text_1 {
    font-weight: bold;
    font-size: 2rem;
    color: #8f8c8c;
    margin-top: -15px;
}
.text_2 {
    font-size: 2rem;
    font-weight: bold;
    color: #8f8c8c;
}
.dvFotoLoginCC {
    background-size: 100% 100%;
}

.form_grilla{
    overflow-y:hidden;
}

input[ID=txt_clave]:focus-visible {
    outline: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.dvFormLogin_1 {
    min-width: 370px;
    width: 370px;
    min-height: 600px;
    height: 600px;
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(6,auto);
    grid-template-areas:
        "cmp0    cmp0"
        "cmp1    cmp1"
        "cmp2    cmp2"
        "cmp3    cmp3"
        "cmp4    cmp4"
        "cmp5    cmp5";
    border-radius: 15px;
    background: #FFFFFF;
    border: 3px solid transparent;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    transition: 2s;
    margin-right: calc(7% - 13px);
    position: absolute;
    right: 0;
}

.form_body {
    overflow-y: hidden;
    overflow-x: hidden;
}
/* Configuracion 1920px - 1080px (pantalla) */

/* Responsive 1920px - 1080px  solo del "ANCHO = WIDTH" */
@media only screen and (max-width: 1660px){
    .dvFormLogin {
        transform: scale(1);
    }
}

@media only screen and (max-width: 1360px){
    .dvFormLogin {
        transform: scale(1);
    }
}
@media only screen and (max-width: 1250px) {
    .gif_texto {
        transition: 1s;
        left: -10000px
    }
}
@media only screen and (max-width: 1230px){
    .dvFormLogin {
        margin: 0px auto;
        position: relative;
    }
}
@media only screen and (max-width: 1050px){

}

@media only screen and (max-width: 960px){
    .dvFormLogin {
        margin: 0px auto;
        position: relative;
    }
}
@media only screen and (max-width: 930px){

}
@media only screen and (max-width: 780px){

}
@media only screen and (max-width: 750px){

}
/* Responsive 1920px - 1080px  solo del "ALTO = HEIGHT" */

@media only screen and (max-height:870px) {

}
@media only screen and (max-height: 800px){

}
@media only screen and (max-height: 720px) {

}
/*@media only screen and (max-height: 670px){
    .dvFotoLogin{
        display: none;
    }
    .dvFormLogin {
        width: calc(102% - 20px);
        margin-right: 10%;
    }
    .imgLogo {
        width: 300px;
        margin-top: 2%;
    }
    .posicion_tamaño {
        width: 100%;
        height: auto;
        margin-top: -17%;
    }
}
@media only screen and (max-height:530px){
    .imgLogo {
        margin-top: 0%;
    }
    .dvFormLogin {
        margin-top: 0%;
    }
    .posicion_tamaño {
        margin-top: -24%;
    }
    .eslogan {
        top: 26%;
        left: 10%;
    }
}*/
@media only screen and (max-width : 958px) and (max-height : 439px) {

}

/* FIn configuracion 1920px - 1080px (pantalla) */


/* resolución típica de la pantalla del teléfono */
@media only screen and (max-width : 667px) {


}

/* FORMATO PARA TABLET */
@media only screen and (min-width : 820px) and (min-height : 1180px){

}
/* FIN DE FORMATO PARA TABLET */

