*{
    margin: 0;
    padding: 0;
     
}

header{
    display: flex;
    background-color: white;        
}

.inicio{
    flex-direction: row;
    display: flex;
    padding: 20px;
    width: 300px;
    justify-content: space-between;
    margin: 30px;
        
}

.encabezado{
    font-family: "Audiowide", sans-serif;
    color:black;
    text-align: center;
    font-size: 50px;
    background-color:white;
    margin: 40px;
       
}
h3{
    font-family: "Audiowide", sans-serif;
    color:black;
    text-align: center;
    font-size: 20px;
    background-color:white;
    margin-block: 10px;
    animation: mover 5s infinite;
    
}

hr{
    background: black;
    height: 3px;
}

#menu ul {
    list-style:none;
    margin:0;
    padding:0;
    display: flex;
    justify-content: space-around;
    background:#2e518b;
}
       
/* items del menu */
       
#menu ul li {
    background:#2e518b;
}
       
/* enlaces del menu */
       
#menu ul a {
    display:block;
    color:#fff;
    text-decoration:none;
    font-weight:400;
    font-size:15px;
    padding:15px;
    font-family:"Audiowide", sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
}
       
/* items del menu */
       
#menu ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
}
       
#menu ul li:hover {
   background:#5b78a7;
}

#menu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#eee;
    padding:0;
}
       
/* menu desplegable */
       
#menu ul ul li {
    float:none;
    width:150px
}
       
/* poner enlaces de los items del menu desplegable */
       
#menu ul ul a {
    line-height:120%;
    padding:10px 15px;
}
       
#menu ul li:hover > ul {
    display:block;
}    

main{
    display: grid;
    background: rgb(2, 2, 19);    
       
}

.logo1, .logo2{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;  
    margin: auto;    
}

.imglogo1, .imglogo2{    
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 50px; 
    border: black solid 3px ;
    background-color: rgb(76, 76, 104);
    object-fit: fill;    
}
section{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gruppo", sans-serif;

}

.trabajos{
    width: auto;
    display: flex;
    max-width: 1700px;
}

.card{
    width: 300px;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #f6f7fd97;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.573);
    cursor: default;
    transition: all 400ms ease;
}

.card:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
    transform: translateY(-3%);
}

.card img{
    width: 350px;
    height: auto;
}

.card .contenido{
    padding: 15px;
    text-align: center;
}

.card .contenido p{
    line-height: 1.5;
    color: black;
    font-weight: 500;
}

.card .contenido a{
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    color: rgb(0, 0, 0);
    border: 1px solid #000000;
    border-radius: 4px;
    transition: all 400ms ease;
}

.card .contenido a:hover{
    background: #14142ebf;
    color: white;
}

.nuestraexperiencia{
    display: flex;
    
}
.nuestraexpe{
    background-color: #14142ebf;
        
}

.quienesSomos{
    margin-top: 20px;
    font-family:"Gruppo", sans-serif ;
    color: white;
    font-size: 20px;
    text-align: center;
    text-indent: 50px;
}
.palabras{
    margin-top: 20px;
    font-family:"Gruppo", sans-serif ;
    color: white;
    font-size: 20px;
    text-align: center;
    text-indent: 50px;
    font-style: italic;
}

.hacemos{
    font-size: 23px;
    text-decoration:underline;
    font-family:"Gruppo", sans-serif ;
    text-align: center;  
    color: white; 
    margin: 30px; 
}

.servicios{  
    list-style-type: circle;    
}
.listaservi{
    margin-top: 20px;
    font-family:"Gruppo", sans-serif ;
    color: white;
    font-size: 20px;
    text-align: center;
    text-indent: 50px; 
    list-style-type:circle;   
}

hr{
    padding: 5px;
}

.presupuesto{
    display: flexbox;
    background: #2e518b;
    justify-content: center;
    text-align: center;
    font-family: "Gruppo", sans-serif;
    padding: 20px;        
}

h2{
    font-family:"Audiowide", sans-serif;
    color: #fff;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    padding: 20px;
}
label {
    display: block;
    margin: 10px;
    padding-top: 10px;    
    font-family: "Gruppo", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

input{    
    font-family: "Gruppo", sans-serif;
    font-size: 18px;
    padding: 5px;
    border: 2px solid #000000;
    border-radius: 4px;
    width: 40%;
}
/*.enviar {
   /* display: flexbox;
    justify-content: center;*/
   /* padding:10xp ;
    width: 100px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #000000;
    transition-duration: 0.4s;
    font-size: 20px;
    font-family:  "Gruppo", sans-serif;
    font-weight: 700;
    margin-top: 20xp;
}  */
.enviar {
    width: 100px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #000000;
    transition-duration: 0.4s;
    font-size: 20px;
    font-family: "Gruppo", sans-serif;
    font-weight: 700;
    margin-top: 20px; /* Agregar margen superior para separar del campo anterior */
}
.enviar:hover {
    background-color: rgb(2, 2, 19); /* Green */
    color: white;
}

.Footer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);    
    align-items: flex-start;
    margin-top: 40px;
    height: auto;
    
    
}
.Footer1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);    
    align-items: flex-start;
    background-color: #14142ebf;
}

.Texto-pagos{
    font-family: "Audiowide", sans-serif;
    font-size: 20px;
    text-align: center;    
    
}
.Texto-pagos1{
    font-family: "Audiowide", sans-serif;
    font-size: 20px;
    text-align: center; 
}

.pagos{/**imagenes de tarjetas**/
    display: flex;
    justify-content: center;            
}

/**imagenes de pago**/
.logopagos{      
    width: 70px;
    height: 40px;
    margin: 5px;
    border: 2px solid gray;
    border-radius: 4px;
    margin-top: 30px;

}

.contacto-redes{ 
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.contacto-redes1{ 
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.redes{  /**imagenes de face,what,inst**/  
    margin: 15px;    
    padding: 3px;
    width: 30px;
    border:2px solid gray;
    border-radius: 20px;        
}

.redes1{  /**imagenes de face,what,inst**/  
    margin: 15px;    
    padding: 3px;
    width: 30px;
    border:2px solid gray;
    border-radius: 20px;        
}

.ubicacion{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    
}
.ubicacion1{
    display: flex;
    justify-content: center;
    
}

.mapa{ 
    height: 200px;
    width: 250px;
    border-radius: 20px; 
}
.mapa1{ 
    height: 200px;
    width: 250px;
    border-radius: 20px; 
}


/**tablet*/
@media (max-width:800px) {
.inicio{
    padding: 10px;
    width: 140px;
    margin: 10px;
}
.encabezado{
    font-size: 30px;
    margin: 20px;               
}
.logo1, .logo2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    
}
.imglogo1, .imglogo2{    
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 30px; 
    object-fit: fill;
}
.card{
    width: 200px;
    margin: 20px;
    border-radius: 6px;
    transition: all 400ms ease;
}
        
.card img{
    width: 200px;
    height: auto;
}
        
.card .contenido{
    padding: 15px;
    text-align: center;
}
              
.card .contenido a{
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}
.Texto-pagos{
    font-size: 15px;
    margin-top:  40px;    
}
.logopagos{      
    width: 50px;
     height: 30px;        
}

}

/**celulares**/

@media(max-width:500px){    
.inicio{
    padding: 5px;
    width: 60px;
    margin: 0px;
}

.encabezado{
    font-size: 18px;
    margin: 10px;               
}
h3{
    font-size: 16px;
    margin-block: 10px;
}
    
#menu ul a {
    font-size:13px;
    padding:10px;
}
#menu ul {
    list-style:none;
    display: flex;
    justify-content: space-around;
    background:#2e518b;
}       
/* menu desplegable */
       
#menu ul ul li {
    float:none;
    width:150px;
}
       
/* poner enlaces de los items del menu desplegable */
       
#menu ul ul a {
    padding: 5px 5px;
}
       
#menu ul li:hover > ul {
    display:block;
}    

main{
    display: grid;
    background: rgb(2, 2, 19);    
       
}
/***fin*/
.logo1, .logo2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto; 
           
}
.imglogo1, .imglogo2{    
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 7px;
}
section{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gruppo", sans-serif;

}

.card{
    width: 110px;
    margin: 10px;
    border-radius: 6px;
}

.card img{
    width: 120px; 
}    
.card .contenido{
    padding: 5px;            
}
    
h2{
    font-size: 15px;
}
        
.Texto-pagos{
    font-size: 13px;
    margin-top:  40px;    
}
.logopagos{      
    width: 50px;
    height: 30px;        
}   
.Footer{
    display:inline ;
    grid-template-columns: repeat(1);
    
}

.Texto-pagos{
    font-size: 17px; 
}

.quienesSomos{
    margin-top: 20px;
    margin: 20px;
    font-size: 19px;
}
.palabras{
    margin-top: 20px;
    margin: 20px;
    font-size: 20px;
 }
 
.Texto-pagos1{
    font-family: "Audiowide", sans-serif;
    font-size: 17px;
    text-align: center;  
    margin: 20px;
}
.contacto-redes1{ 
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.redes1{  /**imagenes de face,what,inst**/  
    margin: 15px;    
    padding: 3px;
    width: 30px;
    border:2px solid gray;
    border-radius: 20px;        
}

.mapa1{ 
    height: 170px;
    width: 170px;
}
}
    
