*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}
p{
    font-size:18px;
    padding: 5px;

}
:root{
    --var-morado: #4E15BC;
    --var-azul: #2172FF;
    --var-amarillo: #FDB900;
    --var-amarilloOscuro: #e4c143;
    --var-verde: #00B945;
    --var-negroClaro: rgb(15, 15, 15);
    --var-celesteSegurito: #226CD7;
    --var-azulSegurito: #236CD8;
    --var-naranjaSegurito: #F66B0A;
    --var-blancoSegurito: #f4f3f3;
}

html{
    scroll-behavior: smooth;
}
/*--------------------------------------------------MENU DE NAVEGACION---------------------------------------------------------*/


header{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0% 10%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    top: 0;
}
nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.logo img{
    width: 100px;
    padding:3px;
    padding-right: 20px;
    position: relative;
    top: 3px;
}


.lista-1{

    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.lista-1 li{ 
    padding:22px 20px;
    margin:0 5px;
}
.lista-1  .acceder{
    padding: 10px 20px;
    background-color: var(--var-azulSegurito);
    text-decoration: none;
    color:white;
    border-radius: 5px;
    

}



.lista-1 .hover-anclas:hover{
    transition: .5s;
    box-shadow: var(--var-azulSegurito) 0px -3px inset;
}

.lista-1 li a{
    text-decoration: none;
    font-weight: 500;
    color: var(--var-negroClaro);
}
.accede{
    text-decoration: none;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--var-azul);
    box-shadow: rgba(0, 0, 0, 0.034) 0px 5px 15px;
    
}
.accede:hover{
    transition: .4s;
    box-shadow: var(--var-azulSegurito) 0px -40px inset;
    color: white;
}

.active{
    box-shadow: var(--var-azulSegurito) 0px -3px inset;
    
}
.lista-1 .active a{
    color:var(--var-azulSegurito);
}

.botones{
    display: flex;
    align-items: center ;
    
}
.ProbarDemo{
    margin: 0 0 0 20px;
    text-decoration: none;
    border: 1px solid #4E15BC;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--var-azul);
    box-shadow: rgba(0, 0, 0, 0.034) 0px 5px 15px;
}
.lista-1 li .calculadora{
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border-radius: 5px;
    transition: .5s;
    background-color: var(--var-azulSegurito);
    margin: 0 5px;
    font-weight: 550;

}
.lista-1 li .calculadora:hover{
    transition: .5s;
    color:white;
}

.lista-1 li .descargar_app{
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border-radius: 5px;
    transition: .5s;
    background-color: var(--var-naranjaSegurito);
    margin: 0 5px;
    font-weight: 550;

}
.lista-1 li .descargar_app:hover{
    transition: .5s;
    box-shadow:  rgb(209, 153, 0) 0 -80px inset;
    color:white;
}

/*--------------------------------------------------MENU DE NAVEGACION---------------------------------------------------------*/

/*--------------------------------------------------FLOTANTE----------------------------------------------------------------*/
.flotante{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}
.flotante a{
   text-decoration: none;
   
}
.flotante a i{
    animation-name: whats;
    animation-direction: alternate;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-duration: .9s;
    padding: 10px;
    background-color: var(--var-naranjaSegurito);
    border-radius: 50%;
    font-size: 35px;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@keyframes whats {
    0% { transform: translateY(0);}
    50% { transform: translateY(10px);}
    50% { transform: translateY(0);}
    100% { transform: translateY(10px);}
  }

 /*-----------------------------------------------------FLOTANTE-----------------------------------------------------------------*/
.btn-sup {
    display: none;
}

.incio-2{
    display: none;
}
.no-activo-img{
    display: none;
}

.closed{
    display: none;
}
.no-activo-img{
    display: none;
}


/*---------------------------------------------------------REPONSIVE-------------------------------------------------------------------*/
 /*--------------------------------------------------FLOTANTE----------------------------------------------------------------*/
 .flotante {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 999;
    animation-name: whats;
    animation-direction: alternate;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-duration: .9s;
    animation-delay: .20s;
    width: 270px;
    text-align: right;
    overflow: hidden;
}

.flotante a {
    text-decoration: none;
    position: relative;
}

.flotante a img {
    width: 130px;

    padding: 10px;
    border-radius: 50%;
    font-size: 35px;
    color: white;
    background-position: center;
    background-size: cover;
}

.float-message {
    background-color: var(--var-naranjaSegurito);
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 15px;
    position: absolute;
    left: -140px;
    top: -50px;
    opacity: 0;
    transition: .5s;

}

.flotante a:hover .float-message {
    opacity: 100%;
    transition: .5s;
}

@keyframes whats {
    0% { transform: translateY(0);}
    50% { transform: translateY(5px);}
    50% { transform: translateY(0);}
    100% { transform: translateY(5px);}
  }

 /*-----------------------------------------------------FLOTANTE-----------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1023px) {
    .flotante{
        right: 10px;
        bottom: 10px;
        width: 120px;

     }
     .float-message{
         display: none;
     }
    header{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 2% 5%;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
        position: fixed;
        background-color: rgb(255, 255, 255);
        z-index: 999;
        top: 0;
    }
    nav{
        width: 100%;
        flex-direction: column;
        position: relative;
    }
    
    .logo{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 5%;
        
    }
    .logo img{
        width: 120px;
        padding:0px 0;
        padding-right: 20px;
    }
    
    .active{
        box-shadow: none;
     }
     
     
     .botones{
                 display: none;
   
     }
    .incio-2{
        display: block;
    }
    
    .lista-1{

       width: 50%;
       height: 100%;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        padding: 5%;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }
    .lista-1 li{ 
        padding:22px 20px;
        margin:0 5px;
        border-bottom: 1px solid rgb(238, 238, 238);
        
        
    }
    .lista-1 li a{
        margin: 10px 0;
    }
    .lista-1  .acceder{
        padding: 15px 20px;
        text-align: center;
        background-color: var(--var-azulSegurito);
        margin-left: 0px;

    
    }
    .sombra{
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.897);
        position: fixed;
        top: 0;
        left: 0;
        transition: .5s;
        transform: translateX(0);

    }
    
    .show{
        transform: .9s;
       transform: translateX(-1000px);


    }
    
    
    .lista-1 li a{
        width: 100%;
        display: block;
        text-decoration: none;
        color: var(--var-negroClaro);
        font-size: 20px;
    }
    
    .lista-1 .hover-anclas:hover{
        transition: .5s;
        box-shadow: none;
    }
   

    .btn-sup {
        display: block;
        color: var(--var-azulSegurito);
        
    
    }
    .cajon-1 .btn-sup i{
        font-size: 45px;
    }
    
    li .no-activo-img {
    display: block;
    width: 200px;
    margin-bottom: 20px;
    }

    .cajon-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .btn-sup i{
        font-size: 30px;
    }
    .closed{
        display: block;
        position: absolute;
        top: 27px;
        right: 40px;
        
    }
    .closed i{
        font-size: 40px;
        color: white;
    }

    
    .lista-1 .acc-bor{
        border-bottom: none;
    }
    .lista-1 li .calculadora{
        display: inline-block;
        text-align: center;
        padding: 15px 20px;
    }
    .lista-1 li .descargar_app{
        text-align: center;
        margin-top: 10px;
        padding: 15px 20px;
 
    }
 }


 @media (min-width: 320px) and (max-width: 767px){
    .flotante{
        right: 10px;
        bottom: 10px;
        width: 70px;
     }
     .flotante a img{
            width: 80px;
     }
     .float-message{
        display: none;
    }
    header{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 2% 5%;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
        position: fixed;
        background-color: rgb(255, 255, 255);
        z-index: 999;
        top: 0;
    }
    nav{
        width: 100%;
        flex-direction: column;
    }
    
    .logo{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 5%;
        
    }
    li .no-activo-img {
        display: block;
        width: 150px;
        margin-bottom: 0px;
        }
    
  
    .incio-2{
        display: block;
    }
    
    .lista-1{

       width: 100%;
       height: 100%;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        text-align: left;
        padding: 5%;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }
    .lista-1 li{ 
        padding:22px 20px;
        margin:0 5px;
        border-bottom: 1px solid rgb(238, 238, 238);
        
        
    }
    .lista-1  .acceder{
        padding: 10px 20px;
        text-align: center;
        background-color: var(--var-azulSegurito);
        margin-left: 0px;

    
    }
    
    .sombra{
        width: 100%;
        height: 100vh;
        background-color:none;
        position: fixed;
        top: 0;
        left: 0;
        transition: .5s;
        transform: translateX(0);

    }
    
    .show{
        transform: .9s;
       transform: translateX(-1000px);


    }
   
    
    .lista-1 li a{
        width: 100%;
        display: block;
        text-decoration: none;
        font-weight: 500;
        color: var(--var-negroClaro);
        font-size: 16px;
    }

    .active{
       box-shadow: none;
    }
    
    
    .botones{
                display: none;
  
    }
   

   
    .lista-1 .hover-anclas:hover{
        transition: .5s;
        box-shadow: none;
    }
   

    .btn-sup {
        display: block;
        color: var(--var-azulSegurito);
        
    
    }
    
    .no-activo-img{
    display: block;
    margin-bottom: 20px;
    }

    .cajon-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .btn-sup i{
        font-size: 30px;
        margin-top: 10px;
    }
    .closed{
        display: block;
        position: fixed;
        z-index: 999    ;
        top: 47px;
        right: 40px;
        
    }
    .closed i{
        font-size:20px;
        color: var(--var-negroClaro);
    }

    
    .lista-1 .acc-bor{
        border-bottom: none;
    }
    .calculadora{
        text-align: center;
    }
    .lista-1 li .calculadora{
     
        padding: 15px 20px;
 
    }
       .lista-1 li .descargar_app{
       text-align: center;
       margin-top: 10px;
       padding: 15px 20px;

   }
 }
 

 /*SCROLLREVELA*/
