@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: rgb(236, 236, 236);
}

#impoprin{
    /* background-color: white; */
    padding: 25px;
    display: flex;
    justify-content: center;
}
.conten_form{
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}
.conten_sep{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.raya{
    border-top: 1px solid rgb(206, 206, 206);
    z-index: 3;
    margin-top: 1px;
    margin-bottom: -14px;
}

p.op{
    font-size: 18px;
    font-weight: 700;
    color: #9c9c9c;
    background-color: white;
    width: 30px;
    z-index: 4;
    align-self: center;
}

.content_bot{
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn_face{
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #3b5998;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn_face:hover{
    background-color: #344d85;
}

.btn_micr{
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #ffffff;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    /* align-items: center; */
}
.btn_gogl{
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #cc4e4e;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn_gogl:hover{
    background-color: #b94646;
}
/* 
#impoprin #tapo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background-color: #ccc;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.4s;
} */

.img_empresa{
    margin-bottom: 10px;
    z-index: 99 !important;
}
.form-input {
    margin: 10px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.icon {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 20px;
    color: #cacaca;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#row_form input{
    border: 2px solid #eee;
    padding: 5px 10px 5px 50px;
    font-size: 20px;
    line-height: 35px;
    outline: 0;
    display: block;
    width: 100%;
    border-radius: 5px;
    border-left: 4px solid rgb(49, 49, 165);
    background-color: #fdfdfd;
}

#row_form .pin{
    /* border: 2px solid #eee; */
    /* padding: 5px 10px 5px 50px; */
    /* font-size: 2px; */
    /* line-height: 35px; */
    /* outline: 0;
    display: block; */
    text-align: center;
    max-width: 60px;
    padding: 5px !important;
    /* border-radius: 5px; */
    border-left: 1px solid white;
    border-bottom: 4px solid rgb(49, 49, 165);
    /* background-color: #fdfdfd; */
}


#row_form input::-webkit-input-placeholder{
    font-size: 15px;
    padding-left: 5px;
}
#row_form input:-moz-placeholder{ /* Firefox 18- */
    font-size: 15px;
    padding-left: 5px;
}
#row_form input::-moz-placeholder{ /* Firefox 19+ */
    font-size: 15px;
    padding-left: 5px;
}
#row_form input:-ms-input-placeholder{
    font-size: 15px;
    padding-left: 5px;
}

.hiper{
    text-decoration: none;
    color: rgb(66, 66, 185);
}
.ing{
    background-color: rgb(49, 49, 165);
    color: white;
    margin-bottom: 20px;
    margin-top: 40px !important;
    width: 100%;
    height: 60px;   
}

.ing:hover{
    background-color: rgb(66, 66, 185);
    color: white;  
}
.ing:focus{
    background-color: rgb(49, 49, 165);
    color: white;  
    border: 1px solid transparent;
}

#switchToggle{
    cursor: pointer;
}

#tapo{
    position: absolute;
    top: 0;
    margin-top: 48px;
    background-color: #cacaca;
    width: 565px;
    height: 450px;
    z-index: 4;
    cursor: pointer;
    transition: all 0.7s ease;
    
}

#tapo .contIn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

#tapo .contRec{
    display: none;
}

#tapo.active .contRec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

#tapo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tapo.active img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tapo.active .contIn{
    display: none;
}

#tapo.active {
    background-color: #2196F3;
    transition: all 0.7s ease;
    margin-left: -20px;
    transform: translateX(-100%);
}

#tapo.active:before {
    transition: all 0.7s ease;
    transform: translateX(100%);
}

.ti{
    color: white;
    font-weight: bold;
    font-size: 35px;
    z-index: 2;
    padding-top: 150px;
}

.cuerpo{
    color: white;
    font-size: 15px;
    font-weight: 100;
    z-index: 2;
    width: 300px;
    text-align: center;
}

#impoprinMov{
    display: none;
}

#ingPin{
    display: none;
}

img {
    margin-bottom: 2em;
  }
  
  .pin-group {
    text-align: center; 
  }
  
  .pin-group .pin-group-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }
  
  /* .pin-group .pin-group-flex .pin {
    font-size: 2em !important;
    border-radius: 10px !important;
    text-align: center !important;
    
    max-width: 40px !important;
    height: 60px !important;
    border: 3px solid rgb(101, 103, 217) !important;
    font-family: 'Segeo UI', sans-serif;
    background: rgba(0, 0, 0, 0) !important;
    color: rgba(120, 183, 255, 0.9) !important;
    transition: .2s !important;
    z-index: 77;
    color: black;
  }
   */
  .pin-group .pin-group-flex .pin:hover,
  .pin-group .pin-group-flex .pin:focus {
    background: rgba(0, 0, 0, 0);
    transform: scale(1.05);
  }
  
  .pin-group .pin-group-flex .pin:focus { 
    outline: 3px solid rgba(0, 0, 0, 0);
  }
  
  .pin-group small {
    display: block;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 2em;
  }

@media (max-width: 900px){

    #impoprin{
        display: none;
    }

    #impoprinMov{
        display: flex;
        background-color: white;
        padding: 25px;
    }

    #Inc{
        transition: all 0.8s ease;
    }

    #Rec{
        transition: all 0.8s ease;
    }

    #tapoiM{
        position: absolute;
        margin-top: -25px;
        display: flex;

        left: 0;
        margin-bottom: 50px;
        /* margin-top: 48px; */
        background-color: rgb(46, 46, 153); 
        width: 100%;
        height: 45px;
        z-index: 6;
        cursor: pointer;
        transition: all 0.7s ease;
      
    }

    #tapoiM img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #taporM{
        position: absolute;
        bottom: 0;
        display: flex;
        
        left: 0;
        /* margin-bottom: 10px; */
        margin-top: 3448px;
        background-color: rgb(46, 46, 153); 
        width: 100%;
        height: 45px;
        z-index: 6;
        cursor: pointer;
        transition: all 0.7s ease;
      
    }

    #taporM img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
        /* object-fit: cover; */
    }
    
    .img_empresa{
        margin-top: 20px;
    }
    
    
    
}
/* New styles */
*{
    font-family: 'Poppins', sans-serif;
}

.contenedor{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B324E;
    position: absolute;
    top: 0;
    left: 0;
}
.principal{
    background-color: #404668;
    border-radius: 20px;
    width: 900px;
    height: 75%;
    margin-top: -30px;
    display: flex;
    flex-direction: row;
    box-shadow: 3px 5px 10px 0px rgba(95, 118, 121, 0.25);
}

.cont_img{
    width: 600px;
    height: 100%;
    background-color: aliceblue;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}

.cont_form{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
}
.titulo{
    color: white;
    font-size: 35px;
}
.conti{
    /* background-color: #2B324E; */
    width: 90%;
}

.texto-seccion{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #60b232;
    margin-top: 150px;
}

a{
    color: #FF8201;
    text-decoration: none;
}
a:hover{
    color: #FF8201;
}


.form-input {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 80%; */
    margin-top: 5px;
}

.icon {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 20px;
    color: #2B324E;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



#row_form input{
    border: 2px solid #666F98;
    padding: 5px 10px 5px 50px;
    font-size: 18px;
    line-height: 30px;
    outline: 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #666F98;

}

#row_form input::placeholder {
    color: #2B324E; 
}

.btn_ingresar{
    background-color: #60b232;
    width: 70%;
    font-weight: bold;
    border-radius: 20px;
    color: white;
}

.campos{
    color: white;
    margin-bottom: 5px;
}
.mas{
    color: var(--Orange80, #FF9B34);
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
    text-decoration-line: underline;
}

.btn_log{
    width: 100%; 
    padding: 16px; 
    background: linear-gradient(90deg, #FF8201 24%, #FFC700 100%); 
    border: 2px solid transparent;
    box-shadow: 3px 5px 15px rgba(255, 131, 0, 0.40); 
    border-radius: 10px; 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex;
    font-size: 16px
}

.footer{
    background-color: #FF8201;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.footer div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    height: 40px;
}

.footer img{
    width: 70px;
    height: 40px;
}

.text-footer{
    color: white;
    margin-top: -15px;
    margin-left: 20px;
}