
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');


:root {
    --clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
    --total: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}

body {
    width: 100vw;
    font-family: "Monserrat", sans-serif;
    height: auto;
    overflow-x: hidden;
   
}

/*main*/

main {
    width: 100%;
    background: linear-gradient(90deg, #ebf9ed 0%, #d9e7ff 100%);
}

.container-inicio {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: nowrap;
    gap: 4vw;
    width: 100%;
    height: 50vw;
    background: linear-gradient(-60deg, #4b6cb7 0%, #182848 100%);



    
}

.titulo{

margin: 50px auto;
width: 40%;
padding-left: 60px;

}


h1 {
    font-size: 1.9rem;
    margin-bottom: 15px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    white-space: 8px;
    color: whitesmoke;  

   }


h3 {
    font-size: 1rem;
    color: #dedcdc;
    font-family: "Monserrat", sans-serif;
    margin: 30px auto;
    text-align: center;
    width: 60%;

}



.titulo .logo {
    width: 12vw;
    height: 7vw;
    margin-top: -70px;
    margin-bottom: 20px;
}

.titulo button {
    position: relative;
    text-align: center;
    text-wrap: nowrap;
    padding: 14px 35px;
    border-radius: 8px;
    margin: 10px 20%;
    border: 1px solid rgb(169, 169, 169);
    background-color: #267dc4;
    filter: drop-shadow(5px 5px 5px  #182848);
    cursor: pointer;
   
     
}

.titulo button::before, .asesoramiento button::before {
    content: "";
    display: block;
    background-color: #05d9dd7d;; 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: -1;
    clip-path: var(--clippy);
    transition-property: clip-path;
    transition: ease 700ms;
}

.titulo button:hover::before, .asesoramiento button:hover::before {
    
    text-wrap: nowrap;
    clip-path: var(--total);      
    
}


.titulo button a {
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
   
}



 .imagen {
    width: 60%;
 }

.container-inicio img {
    width: 50vw;
    height: 36vw;
    text-align: right;
    
 
   
 
}

.motivos {
   
    height: 50vw;
    padding: 70px;
    width: 100%;
  
    
   
}

.motivos h2 {
    text-align: center;
    color: #124d84;
    margin-bottom: 95px;

    
}

.lista {
    display: flex;
    gap: 85px;
    font-size: 1.2rem;
    line-height: 4;
    color: #173250;
    justify-content: center;
    margin-top: -30px;

  
   
        
    li {
        display: flex;
        align-items: center;
        gap: 7px;
       
       
    }

    li img {
        width: 35px;
        height: 35px;
        border-radius: 0;
        filter: none;
      
     
    }
    
}

.motivos img {
    width: 38vw;
    height: 34vw;
    border-radius: 50px 0 50px 0;
    filter: drop-shadow(10px 10px 10px #808080b7);
   

}

.servicios {
    width: 100%;
    height: 40vw;
    padding: 60px 0;
    margin: 40px 0;
    background: linear-gradient(60deg, #2758ca 0%, #182848 100%);

    h2 {
        text-align: center;
        color: whitesmoke;
        margin-bottom: 70px;
    }

    p {
        color: white;
        margin: 15px;
        font-size: 1.2rem;
    }

}

.item-servicio {
   
    ul {
   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;


    }

    li {
        
        display: block;
        text-align: center;
      
        border-radius: 100%;
    }

   

}

.plan {
    height: 20vw;
    text-align: center;
    font-size: 1.6rem;
    color: #15407c;
    font-weight: bold;
    padding-top: 50px;
   
}  

.planes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    
    
    

    h3 {
        text-align: center;
        margin: 50px 0 30px 0;
    }

    ul li {
        font-size: 1.1rem;
    }
}    

.profesional, 
.landing,
.institucional {
        padding: 10px;
        width: 30%;
        height: 45vw;
        color: white;
        margin-top: 0px;
        border-radius: 10px;
        position: relative;
        padding: 0 25px;
        filter: drop-shadow(5px 5px 7px #808080ac);
        font-size: 1.1rem;

        strong {
            font-size: 1.2rem;
            font-weight: bold;
            color: #fcfdfe;
            line-height: 1.2;
           
        }
}

.descripcion {
       
      

        h3 {
          
            margin: 40px auto;
            font-size: 1.4rem;
            color: white;
            font-weight: bold;

        }

        p {
           
            text-align: left;
            margin-bottom: 17px;
            line-height: 1.4;
        }

        ul{
            margin: 10px 0;
        }

}

.contratar {
    width: 100%;
    height: 7vw;
    position: absolute;
    bottom: 0;
    left: 0;
    
   

    button {
        background: #F5F5F5;
        width: 100%;
        height: 7vw;
        border-radius: 0 0 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        border: none;
        text-align: center; 
        margin-top: 0; 
        
        a{
            color: #15407c;
            padding: 10px 40px;
            cursor: pointer;
        }

       
                      
    }

    button:hover {
        background: #e6e6e6;
    }  

    
}


.profesional{
    background: #13538f;
}

.landing {
    background: #2496b3;
}

.institucional {
    background: #4b2bda; 
}



.titulo {
    text-align: center;
    font-size: 1.5rem;
    color: #15407c;
    font-weight: bold;
    margin: 90px auto 50px auto;
}




.incluir{
    text-align: center;
    color: #124d84;
    margin: 100px 0 20px 0;
  
}

.beneficios{
    margin-top: 90px;
   

    ul {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin: 50px auto;
        font-size: 1.1rem;
        color: #173250;
        line-height: 1;
        text-align: center;

        li{
            display: block;
            text-align: center;
            width: 25%;
            height: 15vw;
            border: 1px solid #919191d4;
            border-radius: 7px;
            box-shadow: 5px 5px 5px#c9c6c6dc;
            background: #f3f2f2;

            img{
                display: block;
                text-align: center;
                margin: 10px auto;
            }

            img:hover {
                transform: scale(1.2);
            }

        }
    }

}

.titulo{
text-align: center;
color: #124d84;
margin: 30px auto;

}

.asesoramiento {
    height: 43vw;
    padding-top: 70px;
    width: 100%;
    padding: 60px 60px;
    font-size: 1.2rem;
    margin-top: 60px;
    text-align: center;
 

    p {
        margin-top: 20px;
        color: #173250;
        text-align: center;
    }

    .strong {
        text-align: center;
    }

    a {
        color: #173250;
        font-weight: 600;
    }

    
}


.asesoramiento button{
    position: relative;
    box-shadow: 5px 5px 5px#b6b6b6dc;
    text-wrap: nowrap;
    width: 20vw;
    height: 5vw;
    border-radius: 8px;
    margin: 50px 40%;
    border: none;
    background-color: #173250;
    box-shadow: (2px 2px 3px #8080809c);
    cursor: pointer;
        
}

.asesoramiento button a {
        
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: white;
            padding: 10px 20px;
            font-size: 1rem;
        

        i {
            font-size: 1.5rem;
            color: white;
            text-align: center;
        }
}
  
    



.whatsapp {
  
    position: fixed;
    right: 15px;
    bottom: 40px;
    animation: none;
    z-index: 20;
   

    i{
    font-size: 2.3rem;
    color: whitesmoke;
    background-color: #42d189;
    border-radius: 100%;
    padding: 5px;
    z-index: 20;
          
    }

   

    a{
        font-size: 1.1rem;
        color:#18338c;
        display: flex;
        align-items: center;
        padding: 5px 5px;
        
               
    }
}



.whatsapp:hover {
    transform: scale(1.1);

}

/*animation*/

@keyframes aparecer {
    0% {
        opacity: 0;
    }    

    50% {
        opacity: 0.5;
        
    }    
        
    
    100% {
        opacity: 1;
        transform: translatex(0);
    }
}

.contenido {
    opacity: 0;
    animation: aparecer 1.5s ease-in-out forwards;
    animation-delay: calc(var(--index) * 2.5s); /* Ajusta el retraso según el índice */
}




/*footer*/

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(60deg, #142c63 0%, #182848 100%);
    width: 100%;
    height: 17vw;
    color: whitesmoke;
    text-align: center;
    padding: 3vw;
    line-height: 1.5;
    gap: 23vw;
    text-wrap: nowrap;

}



.redes a {

    text-align: center;

   svg {
    width: 4vw;
    height: 4vw;
    margin-top: 10px;
   }

    svg:hover {
        transform: scale(1.2);
    }

  
       
    
    
}

span {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 1.2rem;
}


/*responsivemobile*/

@media (max-width: 500px) {

    body {
        width: 100vw;
        overflow-x: hidden;
        height: auto;
       

    }

    main {
        width: 100%;
        position: relative;
        height: auto;
        overflow-x: hidden;
    }

    .container-inicio {

        background: 
        linear-gradient(to top, rgba(53, 82, 151, 0.648),rgba(29, 54, 105, 0.96)),
        url('../imagenes/fondo-azul.jpg');
      
        background-position: center;
        background-size: cover;
          
        height: 100vh;
        gap: 2vw;
        padding-bottom: 5vw;
    }

    
   .titulo .logo {
       
        width: 34vw;
        height: 23vw;
        
        
    }

    .titulo {
    
        width: 80%;
        text-align: center;
        padding: 0;

         h1 {
            width: 100%;
            font-size: 7vw;
            padding: 0;
            margin-top: 30px;
        }

         h3 {
            width: 95%;
            font-size: 4.5vw;
            margin: 8w auto;
            padding: 0;
        }

        button {
            margin: 10vw auto 0 auto;
            padding: 3vw 4vw;
            
            background: #36cee9;
            text-align: center;

            a{
                font-size: 1.3rem;
            }
        }
    }

       

    .imagen {
        display: none;
        width: 45%;
        text-align: left;
        margin: 0;
        padding: 0;

        img {
            width: 105%;
            height: 39vw;
            margin-top: -25%;
            padding-top: 0;
            text-align: left;
        }
    }

    .motivos {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 30px auto;
        display: block;

        h2 {
            text-align: center;
           
            font-size: 1.3rem;
            margin-bottom: 30px;
           
        }

    }

    .lista {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;

        img {
            width: 80%;
            height: 52vw;
            margin: 0 10%;
            text-align: center;
        }

        ul {
            text-align: left;
            width: 100%;
            ;
        }

        li {
            align-items: center;
            width: 90%;
            font-size: 1.3rem;
            line-height: 2;
            margin-left: 20px;

        }

        


        li img {
            width: 27px;
            height: 27px;
            margin: 0;
           
            
        }
    }

    .servicios {
        height: 160vw;
    }

    .item-servicio {

        
        ul {
            justify-content: space-evenly;
            flex-grow: 2;
        
        }

        li {
            width: 40%;
        }
        
        img {
            width: 110px;
            height: 110px;
        }

        p {
            font-size: 1.1rem;
        }
   }

    .plan {
        padding-top: 18px;
        font-size: 1.3rem;
        text-align: center;
        margin-left: 20px;
    }

    .planes {
        display: block;
        width: 100%;

    }

    .profesional, .landing, .institucional {
        width: 100%;
        height: auto;
        padding: 10px 22px 60px 22px;
        margin-top: 30px;
        margin-bottom: 70px;
        font-size: 1.05rem;
        text-align: justify;

        strong {
            font-size: 1rem;
        }

        h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

        button {
            padding: 30px 0;
        }
    }

    .incluir {
        font-size: 1.3rem;
        text-align: center;
        padding: 0 10px;
    }
    
    .beneficios {
        

        ul {
          
            margin-top: -40px;
            justify-content: space-evenly;
            gap: 10px;
        }

        ul li {
            width: 42%;
            height: 40vw;
            font-size: 1rem;
            padding: 0 8px;
            

            img {
                width: 16vw;
                height: 16vw;
            }

        }

    }

    .asesoramiento .titulo {
        font-size: 1.4rem;
        margin-top: -50px;
        text-wrap: nowrap;
        text-align: center;
        
    }

    .asesoramiento {
        width: 100%;
        margin-top: 50px;
        height: 90vw;
        padding: 40px 0;
     
      
        

        p {
            width: 86%;
            margin: 17px auto;
            font-size: 1.1rem;
            text-align: center;
            white-space: 3px;
        }

        strong {
            padding: 0;
            
        }

        
    }

    .asesoramiento .boton {
        width: 60%;
        height: 11vw;
        margin: 25px 10%;
        padding: 0 5px;
        font-size: 1.1rem;
        box-shadow: 2px 2px 3px #9594949c;
    }

    .asesoramiento .boton:hover {
        background: #2496b3;
        transform: scale(1.2);
    }


    footer {
       
        height: 60vw;
        display: block;
        font-size: 1rem;
        
        

    }

    footer .redes {
        padding: 12px 0;
        margin-top: 10px;


        svg {
            width: 13vw;
            height: 13vw;
        }
    }
        
}    



/*responsivo tablet*/

@media (min-width: 501px) and (max-width: 750px) {

   

        body {
            width: 100vw;
            overflow-x: hidden;
            height: auto;
           
    
        }
    
        main {
            width: 100%;
            position: relative;
            height: auto;
            overflow-x: hidden;
        }
    
        .container-inicio {
        
            height: 100vw;
            gap: 2vw;
            padding-bottom: 5vw;
        }
    
        
       .titulo .logo {
           
            width: 20vw;
            height: 14vw;
            margin-top: 10px;
        }
    
        .titulo {
          
            width: 55%;
            text-align: center;
            padding: 0;
    
             h1 {
                width: 100%;
                font-size: 5vw;
                padding: 0;
                margin-top: -15px;
            }
    
             h3 {
                width: 95%;
                font-size: 3.5vw;
                margin: 2.5vw auto;
                padding: 0;
            }
    
            button {
                margin-top: 7vw;
                padding: 3vw 5vw;
                margin-left: calc(65vw/2);
                background: #2496b3;
                text-align: center;
            }
        }
    
           
    
        .imagen {
           
            width: 45%;
            text-align: left;
            margin: 0;
            padding: 0;
    
            img {
                width: 107%;
                height: 41vw;
                margin-top: -25%;
                padding-top: 0;
                text-align: left;
            }
        }
    
        .motivos {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 30px auto;
            display: block;
    
            h2 {
                text-align: center;
                padding: 0 15px;
                font-size: 1.3rem;
                margin-bottom: 30px;
               
            }
    
        }
    
        .lista {
            width: 100%;
            display: block;
            margin: 0 auto;
            padding: 0;
    
            img {
                width: 80%;
                height: 52vw;
                margin: 0 10%;
                text-align: center;
            }
    
            ul {
                text-align: center;
                width: 100%;
                margin: 0 auto;
            }
    
            li {
                align-items: center;
                width: 90%;
                font-size: 3.5vw;
                line-height: 2;
                margin: 0 10%;
    
            }
    
            
    
    
            li img {
                width: 27px;
                height: 27px;
                margin: 0;
               
                
            }
        }
        
        .servicios {
            height: 50%;
        }

        .item-servicio {
            

            ul {
            gap: 50px;
    
            }

            li {
                width: 40%;
            }

            img {
                width: 130px;
                height: 130px;
            }

            p {
                font-size: 1.5rem;
            }


        }

        
    
        .plan {
            padding-top: 18px;
            font-size: 1.3rem;
            text-align: center;
            margin-left: 20px;
        }
    
        .planes {
            display: block;
            width: 100%;
            margin: 0 7.5%;
            
    
        }
    
        .profesional, .landing, .institucional {
            width: 85%;
            height: auto;
            padding: 10px 22px 60px 22px;
            margin-top: 30px;
            margin-bottom: 70px;
            font-size: 1.05rem;
            text-align: justify;
    
            strong {
                font-size: 1rem;
            }
    
            h3 {
                font-size: 1.3rem;
                margin-bottom: 15px;
            }
    
            button {
                padding: 30px 0;
            }
        }
    
        .incluir {
            font-size: 1.3rem;
            text-align: center;
            padding: 0 10px;
        }
        
        .beneficios {
            
    
            ul {
              
                margin-top: -40px;
                justify-content: space-evenly;
                gap: 20px;
            }
    
            ul li {
                width: 40%;
                height: 30vw;
                font-size: 1rem;
                padding: 0 8px;
                
    
                img {
                    width: 16vw;
                    height: 16vw;
                }
    
            }
    
        }
    
        .asesoramiento .titulo {
            font-size: 1.4rem;
           
            text-wrap: nowrap;
            text-align: center;
            
        }
    
        .asesoramiento {
            width: 100%;
            margin-top: 50px;
            height: 65vw;
            padding: 40px 0;
            font-size: 4vw;
          
            
    
            p {
                width: 86%;
                margin: 17px auto;
                font-size: 1.1rem;
                text-align: center;
                white-space: 3px;
            }
    
            strong {
                padding: 0;
                
            }
    
            
        }
    
        .asesoramiento .boton {
            width: 40%;
            height: 10vw;
            margin: 25px 10%;
            padding: 0 5px;
            font-size: 1.1rem;
            box-shadow: 2px 2px 3px #9594949c;

            a {
                font-size: 3vw;
            }
        }
    
        .asesoramiento .boton:hover {
            background: #2496b3;
            transform: scale(1.2);
        }
    
    
        footer {
           
            height: 40vw;
            display: block;
            font-size: 1rem;
            
            
    
        }
    
        footer .redes {
            padding: 12px 0;
            margin-top: 10px;
    
    
            svg {
                width: 7.5vw;
                height: 7.5vw;
            }
        }
            
}    

@media(min-width: 751px) and (max-width: 900px) {
    
    .container-inicio {
        height: 60vh;
        
    }

    .titulo {
        width: 60%;
        padding-left: 15px;
    }

    .logo {
        width: 19vw;
        height: 12vh;
        
    }

    .motivos {
        height: 50vh;
    
               
    }

    .imagen {
        width: 50%;

        img {
            width: 100%;
            height: 22vh;
        }
    }

    .lista {
        gap: 50px;
        line-height: 2.5;


    }

    .servicios {
        height: 39vh;
        margin-top: 100px;
    }


    .profesional, 
    .landing,
    .institucional {
       
        width: 31%;
        height: 62vh;
        
    }

    .beneficios ul{
     
        li {
            height: 17vh;
        }
    }

}
    
          
    
       
     
   
 