
*{
     margin: 0 auto ;
    box-sizing: border-box; 
    font-family:Ysabeau ;
    
}

body{
    background: rgb(254, 255, 255);
    
   
   
   
}
.supercon{
   
    margin: 0 auto;
    width: 98%;
    /* font-family: Ysabeau ; */
   
    /* font-family:Unbounded ; */
  
}

.header{



    background: rgba(10, 3, 71, 0.781);
height: 80px;
   
     width: 100%; 
      
    
    position: fixed;
      
    display: flex;
    justify-content: space-around;
    align-items: center; 
   
    z-index: 10;}
    
    .Lista_Menu_Principal{
        list-style: none;
        /* display: inline-block;
       */
       display: flex;
       flex-direction: row;
        
        }
        
        .ItemsLista_MenuPrincipal{
        float: right;
        margin-right: 10px;
        
        }
        .ItemsLista_MenuPrincipal:hover .SubLista_Servicios{
            display: block;
        
        }
        
        .SubLista_Servicios{
            list-style: none;
            display: flex;
            flex-direction: column; 
            display: none; 
            margin-top: 80px;
            background: rgba(10, 3, 71, 0.781);
            padding: 8px;
           
}
.subiten{
    margin-top: 5px;
}
.enlaces{
    /* display: block; */
    margin-right: 20px;
    text-decoration: none;
    /* background-color: rgba(30, 159, 210, 0.356); */
    height: 40px;
    /* border-radius: 2px; */
    width: 100px;
    text-align: center;
    /* color: azure; */
    /* box-shadow: 2px 3px 3px white; */
  
    
}



    .logo{
       
        
        width: 200px;
      
       
    }
    .cajawassap{
        display: flex;
        flex-direction: row;
    }
.wassap{
    width: 60px;
}





    .menu{
       display: flex;
       flex-direction: row;
       gap: 15px;
      
      
    }
    .menu_item{
        text-decoration: none;
        font-weight: bold;
        margin-left: 5px;
        color: azure;
         text-shadow: 1px 1px 1px rgb(10, 3, 71); 
         
         /* font-family:Didact Gothic; */
         font-family:Ysabeau;
        
    }
    .menu_item:hover{
        color: rgb(219, 136, 11);
        
        transition-duration: 1s;
        text-shadow: 1px 1px 1px rgb(10, 3, 71);
    }
  

    

   
.fportada{
    
      
   /* background: linear-gradient(to right, rgba(147, 79, 180, 0.459), rgba(52, 5, 83, 0.664)), url(/svg/fondoburbujasfotho.png);   */
      
   /* background: linear-gradient(to right, rgba(115, 26, 160, 0.459), rgba(141, 134, 143, 0.664)); */

   background-image:url(/svg/fondohuellas.png);   

    background-attachment: fixed; 
     background-repeat: no-repeat;
    background-color: rgb(4, 7, 51); 
    height: 320px;
    width: 100%; 
    
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
   
}
.fondo{
    background-image:url(/svg/fondolupatrasparente.png); 


    background-attachment: fixed; 
     background-repeat: no-repeat;
    background-color: rgb(254, 255, 255); 
    height: 320px;
    width: 100%; 
    
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0 auto;
    
}
/* .foto{
    border-radius: 50%;
    width: 50%;
    
    margin-top: 70px;
    margin-left: 20px;
    box-shadow: 1px 1px 2px rgb(101, 16, 122);
} */
.logo:hover{
    transform: scale(1.20);
    transition-duration: 1s;  
    transition-timing-function: ease-in;
}
.ola{
    
    width: 100%;
    height: 50px;
   
   
   
}
.frases{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    width: 90%;
    margin: 0 auto;
    font-family:Ysabeau ;
    color:rgb(10, 3, 71);
        
   
}
.titulo{
    color: rgb(10, 3, 71);
    text-align: center;
    text-shadow: 1px 1px 2px  rgb(2, 2, 2);
    margin-bottom: 30px;
    font-family: Ysabeau ;
    font-size: 2em;
    font-weight: bold;
   
   
}
.titulo{
            
    transition-duration: 2s;
   
}
/* .titulo:hover {
 transform:rotate(360deg);
color:rgb(10, 10, 10); } */


.frase{
    color: rgb(10, 3, 71);
    font-style: italic;
    font-size: small;
    animation-name: sale;
    animation-duration: 2s;
    animation-iteration-count: 1;
    margin-left: 50px;
    font-size: 1.5em;

}

@keyframes sale{
   
    0%{
        transform: translate(-300px);

    }

    100%{
        transform: translate(0px ,0px);
    }

}

.tarjetas{
    display: flex;
   flex-direction: row;
  
    align-items: center;
    gap: 10px;
    color: aliceblue;
   
 
  
}



.tarjeta{
    font-family:Ysabeau;
    color:rgb(243, 241, 243);
    font-size: 1.4em; ;
    border: 1px solid;
    width: 250px;
    height: 450px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 1px 2px 2px 3px rgb(241, 238, 238);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    background: rgb(10, 3, 71);
   

     

}
.dos{
    display: flex;
    flex-direction: row;
    margin-top:20px;
    font-size: 0.9rem;
    
}
.enlace{
    text-decoration: none;
    color: rgb(225, 223, 233);
    font-family:Ysabeau ;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px rgb(10, 3, 71);
        
}






.enlace:hover{
    color: rgb(219, 136, 11);
   
    
}


.portafolio{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 98;
    border: 1px solid rgb(219, 213, 213);
    box-shadow: 1px 5px 2px 3px rgb(241, 238, 238) ;
    padding: 3px;
    
}
   
.fcontenedor{
    display: flex;
    flex-direction: column;
    align-items:center;
   justify-content: center;
   
}
.contecontacto{
  margin-bottom : 20px;
  
}
.ampli{
    display: flex;
    flex-direction: column;

   
}
.contenedorpresentacion{
    width: 100%;
    height: 100%;
    display: flex;
    border: 1px solid rgb(219, 213, 213);
    box-shadow: 1px 3px 2px 3px rgb(241, 238, 238) ;
    padding: 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 20px;
    background: rgb(10, 3, 71);
    font-family:Ysabeau ;
    gap: 15px;
   margin-top: 5px;
   overflow:hidden;
   text-align: left;
   letter-spacing:0.1rem;
   line-height:1.5rem;
   /* word-spacing:0.2em; */
   font-size: 1.2em;
   margin-bottom: 50px;
  
   
  
}

   .formulario {
    width: 95%;
    height: 100%;
    display: flex;
    border: 1px solid rgb(219, 213, 213);
    box-shadow: 1px 5px 2px 3px rgb(241, 238, 238) ;
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 20px;
    background: rgb(8, 8, 8);
    font-family:Ysabeau ;
    gap: 10px;
   margin-top: 5px;
   overflow:hidden;
   }
   .formulario{
    margin: 0 auto;
   }
   .texto{
    font-family:Ysabeau;
    color:rgb(243, 241, 243);
    font-size: 0.9em;
   }

.uno{
    font-family:Ysabeau;
    color:rgb(16, 7, 102);
    font-size: 1.4em;
    /* text-shadow: 1px 1px 1px rgb(236, 229, 229); */

}

.una{
    font-family:Ysabeau;
    color:rgb(243, 241, 243);
    font-size: 1.4em;

}
.tres{
    font-family: CYsabeau;
    color: azure;
    font-size: 1.2em;
}
.blog{
    font-family: CYsabeau;
    color: rgb(4, 3, 68);
    font-size: 1.2em;
}


.blogletra{
    font-family: CYsabeau;
    color: rgb(20, 1, 7);
    font-size: 1.2em;
    line-height: 1.6;
}
.fechap{
    font-family: CYsabeau;
    color: rgb(0, 0, 10);
    font-size: 0.8em;
}
.enlaceblog{
 text-decoration: none;
        font-weight: bold;
        color: rgb(5, 5, 75);
         font-size: 1.2em;
        
        }
.enlaceblog:hover{
        color: rgb(219, 136, 11);
        
        transition-duration: 1s;
        text-shadow: 1px 1px 1px rgb(10, 3, 71);
    }
  




.formulariodos{
    visibility: hidden;
}


.pie{
    background: rgb(10, 3, 71);
    padding: 10px;
    color: azure;
   font-size: 1.2em;
    text-align: right;
    font-family:Comfortaa ;
    position: relative;
    top: 120px;
   width: 100%;
   
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    margin: 0 auto;

}

.fotoburger{
    width: 20px;
   
}
.burguer{
    display: none;}
   
    .logical-checkbox {
        display: none;
    
    } 

@media screen  and (max-width: 500px){

    .logomenu{
        flex-direction: column;
        
    }
    
        .burguer{
            display: block;
           
    
        }
        .logical-checkbox:checked + .menu{
            display: flex;
            flex-direction: column;
            
        }
    
            .menu{
                display: none;
                gap: 10 px;
                font-size: small;
                margin-top: 20px;
                
               
                       }

                       .header{
                        margin-top: 1 px;
                       }
           
                       .tarjetas{
                        display: flex;
                        flex-direction: column;
                    }
    
.ampli{
    flex-direction: column;
    font-size: 0.8em;
    flex-wrap: nowrap;
    overflow: hidden;
}
.fotospota{
    width: 342px;
    height: 195px;
}

.Lista_Menu_Principal{
   
   display: flex;
   flex-direction: column;
   gap: 15px;
   margin-top: 20px;
   background: rgba(10, 3, 71, 0.918);
    
    }


                    .formulariodos{
                        width: 95%;
                        height: 100%;
                        display: flex;
                        border: 1px solid rgb(219, 213, 213);
                        box-shadow: 1px 5px 2px 3px rgb(241, 238, 238) ;
                        padding: 10px;
                        
                        flex-wrap: nowrap;
                        border-radius: 20px;
                        background: rgb(8, 8, 8);
                        font-family:Ysabeau ;
                       
                       margin-bottom: 5px;
                       overflow:hidden;
                       position: relative;
                       margin-top: 0;
                       margin-bottom: 0;
                        
                      
                    }

.formulario{
    visibility: hidden;
    position:relative;
    margin-top: 0px;
    height: 0px;

}
.formulariodos{
    visibility: visible;
}
                  


    }
      