*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/* INDEXESPAÑOL */

/*MENU DE NAVEGACION*/

header{

display: flex;
justify-content: space-between;
height: 100px;
background-color: #D3C4BE;
align-items: center;
padding: 10px;
text-decoration: none;
position: fixed;
width: 100%;
margin-top: -100px;

}


.logo{
    margin-left: 300px;
}


nav a{
    text-decoration: none;
    color: black;
    font-weight:500;
    font-size: large;
    margin-right: 150px;
    
  
}

nav a:hover{
    color: white;
}

/* SERVICIOS*/

.mainservicios{
    background-color: white;
    
 
}


.titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 100px;
    font-size: 50px;
   
}

main h4{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-size: 25px;


}


main ul{
 
    
    display: flex;
    width: 600px;
    height: 570px;
    margin-left: 700px;
    margin-top: 100px;
    flex-direction: column;
    list-style-type: none;
    font-size: 25px;
    font-weight: 600;
    line-height: 80px;  

   
}


main ul p{

    display: flex;
    align-items: center;
    text-align: center;
    margin-left: -300px;
    margin-top: 100px;
    height: 100px;
    width: 1100px;
    font-size: large;
    line-height: 50px;
    font-size: 20px;
}

/* QUIENES SOMOS*/

.quienestodo{
    background-color: #D3C4BE;
    height: 1500px;

}

.quienestitulo{

    margin-top: 300px;
    margin-bottom: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-size: 50px;
}

.nombres{
display: flex;
justify-content: center;
justify-content: space-between;
font-weight: 700;

}

.nombremica{
    margin-left: 300px;
    margin-top: 100px;
    color: black;
}

.nombredai{

    margin-right: 300px;
    margin-top: 100px;
    color: black;
}

.fotos{

    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-top: 100px;
    height: 300px;
}

.fotomica{
    display: inline;
    margin-left: 300px;
    margin-top: -50px;
}


.fotodai{

margin-right: 300px;
margin-top: -50px;

}


.textosquienes{
display: flex;
justify-content: space-between;
line-height: 40px;
font-size: 20px;
font-weight: 500;
text-align: justify;
}


.textomica{

  margin-left: 150px;
  width: 600px;
}
.textodai{

  margin-right: 150px;
  width: 600px;
}


.textoult{
    width: 1000px;
    line-height: 40px;
   text-align: left;
   margin: auto;
   margin-top: 100px;
   font-size: 20px;
   font-weight: 500;
   text-align: center;
}


.text2{

margin-top: 10px;
font-weight: bold;
}

.text3{

margin-top: 20px;
font-weight: bold;
}


/* CONTACTO */


footer{

    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.todoform{
    margin-left: 100px;
  
}



form {
    padding: 50px 55px;
    box-shadow:  0 0 20px rgba(0,0,0,0.2);
    border-radius: 20px;
    text-align: center;
    width: 500px;

}    

.input-group {
    display:flex;
    flex-direction: column;
    text-align: left;
   

}    

h2{
    color: #D3C4BE;
    font-size: 35px;

}    


label{

    color: #D3C4BE;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;

}    


input, textarea{

    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color:#D3C4BE;
    border: 2px solid  ;
    color: black;
    outline: none;
   

}    

input::placeholder, textarea::placeholder {
    color: black;
}    




.btn{

    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #D3C4BE;
    cursor: pointer;
 }    

.btn-wpp{

    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #D3C4BE;
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 55px;
    bottom: 30px;
    right: -0px;
    background: #0df053;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}    




.btn-wpp:hover{

    text-decoration: none;
    color: #0df053;
    background-color: white;
}    



.botonesredes{

   flex-direction: column; 
   justify-content: left;
   align-items: center;
   margin-bottom: 300px;
   line-height: 50px;
   font-size: 25px;
   margin-top: 300px;
   font-weight: bold;
  
  
}   


footer p{

    font-size: 30px;

}

.redesespañol{

    display: flex;
}

.ig{
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    color: black;
}






/*NOTEBOOK*/

@media (min-width: 1000px) and (max-width:1530px){
  


    header{

        display: flex;
        justify-content: space-between;
        height: 100px;
        background-color: #D3C4BE;
        align-items: center;
        padding: 10px;
        text-decoration: none;
        position: fixed;
        width: 100%;
        margin-top: -100px;
        }
        
        
        .logo{
            margin-left: 300px;
        }
        
        
        nav a{
            text-decoration: none;
            color: black;
            font-weight:500;
            font-size: large;
            margin-right: 150px;
            
          
        }
        
        nav a:hover{
            color: white;
        }
        
        /* SERVICIOS*/
        
        .mainservicios{
            background-color: white;
         
        }
        
        
        .titulo{
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            margin-top: 100px;
            font-size: 50px;
           
        }
        
        main h4{
            margin-top: 50px;
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            font-size: 25px;
        
        
        }
        
        
        main ul{
          
            
            display: flex;
            width: 540px;
            height: 570px;
            margin-left: 500px;
            flex-direction: column;
            list-style-type: none;
            font-size: 25px;
            font-weight: 600;
            line-height: 80px;  
        
           
        }
        
        
        main ul p{
        
            display: flex;
            align-items: center;
            text-align: center;
            margin-left: -300px;
            margin-top: 100px;
            height: 100px;
            width: 1100px;
            font-size: large;
            line-height: 50px;
            font-size: 20px;
        }
        
        /* QUIENES SOMOS*/
        
        .quienestodo{
            background-color: #D3C4BE;
            height: 1700px;
            width: 110%;
        
        }
        
        .quienestitulo{
        
            margin-top: 300px;
            margin-bottom: -100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            font-size: 50px;
            margin-left: -150px;
        }
        
        .nombres{
        display: flex;
        justify-content: center;
        justify-content: space-between;
        font-weight: 700;
        margin-top: 70px;
        
        }
        
        .nombremica{
            margin-left: 200px;
            margin-top: 100px;
            color: black;
            
        }
        
        .nombredai{
        
            margin-right: 350px;
            margin-top: 100px;
            color: black;
        }
        
        .fotos{
        
            display: flex;
            justify-content: center;
            justify-content: space-between;
            margin-top: 100px;
            height: 300px;
        }
        
        .fotomica{
            display: inline;
            margin-left: 200px;
            margin-top: -50px;
        }
        
        
        .fotodai{
        
        margin-right: 350px;
        margin-top: -50px;
        
        }
        
        
        .textosquienes{
        display: flex;
        justify-content: space-between;
        line-height: 40px;
        font-size: 20px;
        font-weight: 500;
        text-align: justify;
        }
        
        
        .textomica{
        
          margin-left: 150px;
          width: 450px;
        }
        .textodai{
        
          margin-right: 300px;
          width: 450px;
        }
        
        
        .textoult{
            width: 1000px;
            line-height: 40px;
           text-align: left;
           margin-left: 250px;
           margin-top: 100px;
           font-size: 20px;
           font-weight: 500;
           text-align: center;
        }
        
        
        .text2{
        
        margin-top: 10px;
        font-weight: bold;
        }
        
        .text3{
        
        margin-top: 20px;
        font-weight: bold;
        }
        
        
        /* CONTACTO */
        
        
        footer{
        
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
        }
        
        
        .todoform{
            margin-left: 200px;
          
        }
        
        
        
        form {
            padding: 50px 55px;
            box-shadow:  0 0 20px rgba(0,0,0,0.2);
            border-radius: 20px;
            text-align: center;
            width: 500px;
            margin-right: 200px;
        
        }    
        
        .input-group {
            display:flex;
            flex-direction: column;
            text-align: left;
           
        
        }    
        
        h2{
            color: #D3C4BE;
            font-size: 35px;
        
        }    
        
        
        label{
        
            color: #D3C4BE;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 15px;
        
        }    
        
        
        input, textarea{
        
            padding: 17px 25px;
            border-radius: 25px;
            margin-bottom: 20px;
            background-color:#D3C4BE;
            border: 2px solid  ;
            color: black;
            outline: none;
           
        
        }    
        
        input::placeholder, textarea::placeholder {
            color: black;
        }    
        
        
        .btn{
        
            font-size: 16px;
            color: #ffffff;
            border: 0;
            border-radius: 25px;
            background-color: #D3C4BE;
            cursor: pointer;
         }    
        
        .btn-wpp{
        
            font-size: 16px;
            color: #ffffff;
            border: 0;
            border-radius: 25px;
            background-color: #D3C4BE;
            cursor: pointer;
            position: fixed;
            width: 60px;
            height: 60px;
            line-height: 55px;
            bottom: 30px;
            right: -0px;
            background: #0df053;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
            z-index: 100;
        }    
        
        
        
        
        .btn-wpp:hover{
        
            text-decoration: none;
            color: #0df053;
            background-color: white;
        }    
        
        
        .botonesredes{
        
           flex-direction: column; 
           justify-content: left;
           align-items: center;
           margin-bottom: 300px;
           line-height: 50px;
           font-size: 25px;
           margin-top: 300px;
           font-weight: bold;
           margin-left: 200px;
           width: 700px;
          
          
        }   
        
        
        footer p{
        
            font-size: 30px;
        
        }
        
        .redesespañol{
        
            display: flex;
        }
        
        .ig{
            list-style-type: none;
            list-style: none;
            text-decoration: none;
            color: black;
        }



}












/*diseño ipad*/


@media  (min-width: 421px) and (max-width: 768px) {
header{

    display: flex;
    justify-content: space-between;
    height: 90px;
    width: 100%;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    position: fixed;
    margin-top: -100px;
    }


    
.logo{
    margin-left:0px;
}


nav a{
    text-decoration: none;
    color: black;
    font-weight:500;
    font-size: 16px;
    margin-right: 0px;
    padding: 10px;
  
}

nav a:hover{
    color: white;
}

/* SERVICIOS*/

.mainservicios{
    background-color: white;
    height: 750px;
 
}


.titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 100px;
    font-size: 40px;
   
}

main h4{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-size: 20px;


}


main ul{
  
    
    display: flex;
    width: 540px;
    height: 570px;
    margin-left: 200px;
    margin-top: 20px;
    flex-direction: column;
    list-style-type: none;
    font-size: 21px;
    font-weight: 600;
    line-height: 80px;  

   
}


main ul p{

    display: flex;
    align-items: center;
    text-align: center;
    margin-left: -170px;
    margin-top: 100px;
    height: 140px;
    width: 700px;
    font-size: large;
    line-height: 50px;
    font-size: 16px;
}

/* QUIENES SOMOS*/

.quienestodo{
    background-color: #D3C4BE;
    height: 3000px;

}

.quienestitulo{

    margin-top: 300px;
    margin-bottom: -100px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 40px;
}

.nombres{
display: flex;
flex-direction: column;
justify-content: center;
justify-content: space-between;
font-weight: 700;
margin-left: 150px


}

.nombremica{
    margin-left: 90px;
    margin-top: 100px;
    
}

.nombredai{

    margin-left: 70px;
    margin-top: 950px;
    margin-bottom: 150px;
    width: 400px;
    height: 100px;
}

.fotos{

    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    margin-top: 100px;
    height: 300px;
    margin-left: 150px;
}

.fotomica{
    display: inline;
    margin-left: 100px;
    margin-top: -1250px;
    height: 250px;
    width: 250px;
}


.fotodai{

margin-left: 100px;
margin-bottom: 300px;
height: 250px;
width: 250px;

}


.textosquienes{
display: flex;
flex-direction: column;
line-height: 40px;
font-size: 18px;
font-weight: 500;
margin-left: 150px;

}


.textomica{

  margin-left: 25px;
  width: 400px;
  margin-top: -1250px;
  text-align: center;
}
.textodai{

  margin-left: 25px;
  width: 400px;
  margin-top: 450px;
  text-align: center;
}


.textoult{
    width: 400px;
    line-height: 40px;
   text-align: left;
   margin: auto;
   margin-top: 100px;
   font-size: 18px;
   font-weight: 500;
   text-align: center;
}


.text2{

margin-top: 10px;
font-weight: bold;
}

.text3{

margin-top: 20px;
font-weight: bold;
}


/* CONTACTO */


footer{

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.todoform{
    margin-left: 00px;
  
}



form {
    padding: 50px 55px;
    box-shadow:  0 0 20px rgba(0,0,0,0.2);
    border-radius: 20px;
    text-align: center;
    width: 600px;
    margin-top: -200px;

}    

.input-group {
    display:flex;
    flex-direction: column;
    text-align: left;
   

}    

h2{
    color: #D3C4BE;
    font-size: 35px;

}    


label{

    color: #D3C4BE;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;

}    


input, textarea{

    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color:#D3C4BE;
    border: 2px solid  ;
    color: black;
    outline: none;
   

}    

input::placeholder, textarea::placeholder {
    color: black;
}    

.btn{

    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #D3C4BE;
    cursor: pointer;
 }    

.btn-wpp{

    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #D3C4BE;
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 55px;
    bottom: 30px;
    right: -0px;
    background: #0df053;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}    




.btn-wpp:hover{

    text-decoration: none;
    color: #0df053;
    background-color: white;
}    


.botonesredes{

   flex-direction: column; 
  text-align: center;
   align-items: center;
   width: 450px;
   margin-top: 00px;
   line-height: 50px;
   font-size: 20px;
   font-weight: bold;
   
  
  
}   
 
.estamos{
    font-size: 40px;
    text-align: center;
    margin-bottom: 80px;
}


footer p{

    font-size: 30px;

}

.redesespañol{

    display: flex;
}

.ig{
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    color: black;
}


}




/*diseño mobile*/

@media (min-width: 393px) and (max-width: 430px)



{
header{
    
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    align-items: center;
    padding: 0px;
    text-decoration: none;
    position: fixed;
    margin-top: -100px;
    }


    
.logo{
    margin-left:0px;
}


nav a{
    text-decoration: none;
    color: black;
    font-weight:700;
    font-size: 11px;
    font-style: bold;
    margin-right: 0px;
    padding: 10px;
  
}

nav a:hover{
    color: white;
}

/* SERVICIOS*/

.mainservicios{
    background-color: white;
    height: 800px;
 
}


.titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 100px;
    font-size: 35px;
   
}

main h4{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-size: 20px;


}


main ul{
  
    
    display: flex;
    width: 100%;
    height: 570px;
    margin-left: 30px ;
    margin-top: 20px;
    flex-direction: column;
    list-style-type: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 80px;  

   
}


main ul p{

    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 0px;
    margin-top: 120px;
    height: 140px;
    width: 350px;
    font-size: large;
    line-height: 50px;
    font-size: 16px;
}

/* QUIENES SOMOS*/


.quienestodo{
    background-color: #D3C4BE;
    height: 3100px;
    width:112%;

}

.quienestitulo{

    margin-top: 300px;
    margin-bottom: -00px;
    margin-left: -50px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 40px;
}

.nombres{
display: flex;
flex-direction: column;
margin: auto;
justify-content: space-between;
font-weight: 700;


}

.nombremica{
    margin-left: 60px;
    margin-top: 100px;
    
}

.nombredai{

    margin-left: 50px;
    margin-top: 950px;
    margin-bottom: 150px;
    width: 400px;
    height: 100px;
}

.fotos{

    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    margin-top: 100px;
    margin-left: auto;
    height: 300px;
}

.fotomica{
    display: inline;
    margin-left: 70px;
    margin-top: -1250px;
    height: 250px;
    width: 250px;
}


.fotodai{

margin-left: 70px;
margin-bottom: 300px;
height: 250px;
width: 250px;

}


.textosquienes{
display: flex;
flex-direction: column;
line-height: 40px;
font-size: 16px;
font-weight: 500;
margin: auto;

}


.textomica{

  margin-left: 25px;
  width: 80%;
  margin-top: -1250px;
  text-align: center;
}
.textodai{

  margin-left: 25px;
  width: 80%;
  margin-top: 450px;
  text-align: center;
}


.textoult{
    width: 75%;
    margin-left: 40px;
    line-height: 40px;
   text-align: center;
   
   margin-top: 100px;
   font-size: 16px;
   font-weight: 500;
   text-align: center;
}


.text2{

margin-top: 10px;
font-weight: bold;
}

.text3{

margin-top: 20px;
font-weight: bold;
}



/* CONTACTO */



footer{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.todoform{
    margin-left: 00px;
  
}



form {
    padding: 50px 55px;
    box-shadow:  0 0 20px rgba(0,0,0,0.2);
    border-radius: 20px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: -200px;

}    

.input-group {
    display:flex;
    flex-direction: column;
    text-align: left;
   

}    

h2{
    color: #D3C4BE;
    font-size: 35px;

}    


label{

    color: #D3C4BE;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;

}    


input, textarea{

    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color:#D3C4BE;
    border: 2px solid  ;
    color: black;
    outline: none;
   

}    

input::placeholder, textarea::placeholder {
    color: black;
}    

.btn{

    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #D3C4BE;
    cursor: pointer;
    
    
 }    

.btn-wpp{

    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #D3C4BE;
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 55px;
    bottom: 30px;
    right: -0px;
    background: #0df053;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    
}    




.btn-wpp:hover{

    text-decoration: none;
    color: #0df053;
    background-color: white;
}    


.botonesredes{

   flex-direction: column; 
  text-align: center;
   align-items: center;
   width: 90%;
   margin-top: 00px;
   line-height: 50px;
   font-size: 16px;
   font-weight: bold;
  
  
}   
 
.estamos{
    font-size: 32px;
    text-align: center;
    margin-bottom: 80px;
    margin-left: 50px;
}


footer p{

    font-size: 30px;

}

.redesespañol{

    display: flex;
    margin: auto;
}

.ig{
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    color: black;
}







}




/*DISEÑO MOBILE PRO*/
@media (max-width: 430px)


    {
        header{
            
            display: flex;
            justify-content: space-between;
            height: 80px;
            width: 100%;
            align-items: center;
            padding: 0px;
            text-decoration: none;
            position: fixed;
            margin-top: -100px;
            }
        
        
            
        .logo{
            margin-left:0px;
        }
        
        
        nav a{
            text-decoration: none;
            color: black;
            font-weight:700;
            font-size: 11px;
            font-style: bold;
            margin-right: 0px;
            padding: 10px;
          
        }
        
        nav a:hover{
            color: white;
        }
        
        /* SERVICIOS*/
        
        .mainservicios{
            background-color: white;
            height: 800px;
         
        }
        
        
        .titulo{
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            margin-top: 100px;
            font-size: 35px;
           
        }
        
        main h4{
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            font-size: 20px;
        
        
        }
        
        
        main ul{
          
            
            display: flex;
            width: 100%;
            height: 570px;
            margin-left: 30px ;
            margin-top: 20px;
            flex-direction: column;
            list-style-type: none;
            font-size: 17px;
            font-weight: 600;
            line-height: 80px;  
        
           
        }
        
        
        main ul p{
        
            display: flex;
            align-items: center;
            text-align: center;
            margin-left: 0px;
            margin-top: 120px;
            height: 140px;
            width: 350px;
            font-size: large;
            line-height: 50px;
            font-size: 16px;
        }
        
        /* QUIENES SOMOS*/
        
        
        .quienestodo{
            background-color: #D3C4BE;
            height: 3100px;
            width:112%;
        
        }
        
        .quienestitulo{
        
            margin-top: 300px;
            margin-bottom: -00px;
            margin-left: -50px;
            display: flex;
            align-items: center;
            align-content: center;
            font-size: 40px;
        }
        
        .nombres{
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: space-between;
        font-weight: 700;
        
        
        }
        
        .nombremica{
            margin-left: 80px;
            margin-top: 100px;
            
        }
        
        .nombredai{
        
            margin-left: 50px;
            margin-top: 950px;
            margin-bottom: 150px;
            width: 400px;
            height: 100px;
        }
        
        .fotos{
        
            display: flex;
            flex-direction: column;
            justify-content: center;
            justify-content: space-between;
            margin-top: 100px;
            margin-left: auto;
            height: 300px;
        }
        
        .fotomica{
            display: inline;
            margin-left: 90px;
            margin-top: -1250px;
            height: 250px;
            width: 250px;
        }
        
        
        .fotodai{
        
        margin-left: 90px;
        margin-bottom: 300px;
        height: 250px;
        width: 250px;
        
        }
        
        
        .textosquienes{
        display: flex;
        flex-direction: column;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        margin: auto;
        
        }
        
        
        .textomica{
        
          margin-left: 25px;
          width: 80%;
          margin-top: -1250px;
          text-align: center;
        }
        .textodai{
        
          margin-left: 25px;
          width: 80%;
          margin-top: 450px;
          text-align: center;
        }
        
        
        .textoult{
            width: 75%;
            margin-left: 40px;
            line-height: 40px;
           text-align: center;
           
           margin-top: 100px;
           font-size: 16px;
           font-weight: 500;
           text-align: center;
        }
        
        
        .text2{
        
        margin-top: 10px;
        font-weight: bold;
        }
        
        .text3{
        
        margin-top: 20px;
        font-weight: bold;
        }
        
        
        
        /* CONTACTO */
        
        
        
        footer{
        
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
        }
        
        
        .todoform{
            margin-left: 00px;
          
        }
        
        
        
        form {
            padding: 50px 55px;
            box-shadow:  0 0 20px rgba(0,0,0,0.2);
            border-radius: 20px;
            text-align: center;
            width: 90%;
            margin: auto;
            margin-top: -200px;
        
        }    
        
        .input-group {
            display:flex;
            flex-direction: column;
            text-align: left;
           
        
        }    
        
        h2{
            color: #D3C4BE;
            font-size: 35px;
        
        }    
        
        
        label{
        
            color: #D3C4BE;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 15px;
        
        }    
        
        
        input, textarea{
        
            padding: 17px 25px;
            border-radius: 25px;
            margin-bottom: 20px;
            background-color:#D3C4BE;
            border: 2px solid  ;
            color: black;
            outline: none;
           
        
        }    
        
        input::placeholder, textarea::placeholder {
            color: black;
        }    
        
        .btn{
        
            font-size: 16px;
            color: #ffffff;
            border: 0;
            border-radius: 25px;
            background-color: #D3C4BE;
            cursor: pointer;
            
            
         }    
        
        .btn-wpp{
        
            font-size: 16px;
            color: #ffffff;
            border: 0;
            border-radius: 25px;
            background-color: #D3C4BE;
            cursor: pointer;
            position: fixed;
            width: 60px;
            height: 60px;
            line-height: 55px;
            bottom: 30px;
            right: -0px;
            background: #0df053;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
            z-index: 100;
            
        }    
        
        
        
        
        .btn-wpp:hover{
        
            text-decoration: none;
            color: #0df053;
            background-color: white;
        }    
        
        
        .botonesredes{
        
           flex-direction: column; 
          text-align: center;
           align-items: center;
           width: 90%;
           margin-top: 00px;
           line-height: 50px;
           font-size: 16px;
           font-weight: bold;
          
          
        }   
         
        .estamos{
            font-size: 32px;
            text-align: center;
            margin-bottom: 80px;
            margin-left: 50px;
        }
        
        
        footer p{
        
            font-size: 30px;
        
        }
        
        .redesespañol{
        
            display: flex;
            margin: auto;
        }
        
        .ig{
            list-style-type: none;
            list-style: none;
            text-decoration: none;
            color: black;
        }
        
        
        
        
        
        
        
    }
        
        


    @media (max-width: 393px){

        header{
            
            display: flex;
            justify-content: space-between;
            height: 80px;
            width: 100%;
            align-items: center;
            padding: 0px;
            text-decoration: none;
            position: fixed;
            margin-top: -100px;
            }
        
        
            
        .logo{
            margin-left:0px;
        }
        
        
        nav a{
            text-decoration: none;
            color: black;
            font-weight:700;
            font-size: 12px;
            font-style: bold;
            margin-right: 0px;
            padding: 10px;
          
        }
        
        nav a:hover{
            color: white;
        }
        
        /* SERVICIOS*/
        
        .mainservicios{
            background-color: white;
            height: 800px;
         
        }
        
        
        .titulo{
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            margin-top: 100px;
            font-size: 30px;
           
        }
        
        main h4{
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            font-size: 18px;
        
        
        }
        
        
        main ul{
          
            
            display: flex;
            width: 100%;
            height: 570px;
            margin-left: 30px ;
            margin-top: 20px;
            flex-direction: column;
            list-style-type: none;
            font-size: 17px;
            font-weight: 600;
            line-height: 80px;  
        
           
        }
        
        
        main ul p{
        
            display: flex;
            align-items: center;
            text-align: center;
            margin-left: 10px;
            margin-top: 120px;
            height: 140px;
            width: 300px;
            font-size: large;
            line-height: 50px;
            font-size: 16px;
        }
        
        /* QUIENES SOMOS*/
        
        
        .quienestodo{
            background-color: #D3C4BE;
            height: 3150px;
            width:125%;
        
        }
        
        .quienestitulo{
        
            margin-top: 300px;
            margin-bottom: -00px;
            margin-left: -80px;
            display: flex;
            align-items: center;
            align-content: center;
            font-size: 40px;
        }
        
        .nombres{
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: space-between;
        font-weight: 700;
        
        
        }
        
        .nombremica{
            margin-left: 60px;
            margin-top: 100px;
            
        }
        
        .nombredai{
        
            margin-left: 25px;
            margin-top: 950px;
            margin-bottom: 150px;
            width: 400px;
            height: 100px;
        }
        
        .fotos{
        
            display: flex;
            flex-direction: column;
            justify-content: center;
            justify-content: space-between;
            margin-top: 100px;
            margin-left: auto;
            height: 300px;
        }
        
        .fotomica{
            display: inline;
            margin-left: 60px;
            margin-top: -1250px;
            height: 250px;
            width: 250px;
        }
        
        
        .fotodai{
        
        margin-left: 60px;
        margin-bottom: 300px;
        height: 250px;
        width: 250px;
        
        }
        
        
        .textosquienes{
        display: flex;
        flex-direction: column;
        line-height: 40px;
        font-size: 14px;
        font-weight: 500;
        margin: auto;
        
        }
        
        
        .textomica{
        
          margin-left: 25px;
          width: 70%;
          margin-top: -1300px;
          text-align: center;
        }
        .textodai{
        
          margin-left: 25px;
          width: 70%;
          margin-top: 500px;
          text-align: center;
        }
        
        
        .textoult{
            width: 65%;
            margin-left: 40px;
            line-height: 40px;
           text-align: center;
           
           margin-top: 100px;
           font-size: 14px;
           font-weight: 500;
           text-align: center;
        }
        
        
        .text2{
        
        margin-top: 10px;
        font-weight: bold;
        }
        
        .text3{
        
        margin-top: 20px;
        font-weight: bold;
        }
        
        
        
        /* CONTACTO */
        
        
        
        footer{
        
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
        }
        
        
        .todoform{
            margin-left: 00px;
          
        }
        
        
        
        form {
            padding: 50px 55px;
            box-shadow:  0 0 20px rgba(0,0,0,0.2);
            border-radius: 20px;
            text-align: center;
            width: 80%;
            margin-left: 40px;
            margin-top: -200px;
        
        }    
        
        .input-group {
            display:flex;
            flex-direction: column;
            text-align: left;
           
        
        }    
        
        h2{
            color: #D3C4BE;
            font-size: 35px;
        
        }    
        
        
        label{
        
            color: #D3C4BE;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 15px;
        
        }    
        
        
        input, textarea{
        
            padding: 17px 25px;
            border-radius: 25px;
            margin-bottom: 20px;
            background-color:#D3C4BE;
            border: 2px solid  ;
            color: black;
            outline: none;
           
        
        }    
        
        input::placeholder, textarea::placeholder {
            color: black;
        }    
        
        .btn{
        
            font-size: 16px;
            color: #ffffff;
            border: 0;
            border-radius: 25px;
            background-color: #D3C4BE;
            cursor: pointer;
            
            
         }    
        
        .btn-wpp{
        
            font-size: 16px;
            color: #ffffff;
            border: 0;
            border-radius: 25px;
            background-color: #D3C4BE;
            cursor: pointer;
            position: fixed;
            width: 60px;
            height: 60px;
            line-height: 55px;
            bottom: 30px;
            right: -0px;
            background: #0df053;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
            z-index: 100;
            
        }    
        
        
        
        
        .btn-wpp:hover{
        
            text-decoration: none;
            color: #0df053;
            background-color: white;
        }    
        
        
        .botonesredes{
        
           flex-direction: column; 
          text-align: center;
           align-items: center;
           width: 90%;
           margin-top: 00px;
           margin-left: 20px;
           line-height: 50px;
           font-size: 14px;
           font-weight: bold;
          
          
        }   
         
        .estamos{
            font-size: 22px;
            text-align: center;
            margin-bottom: 80px;
            margin-left: 40px;
            width: 80%;
        }
        
        
        footer p{
        
            font-size: 30px;
        
        }
        
        .redesespañol{
        
            display: flex;
            margin: auto;
        }
        
        .ig{
            list-style-type: none;
            list-style: none;
            text-decoration: none;
            color: black;
        }
        
        
        
        
        
    
    
    
    }
    



     
@media (min-width:300px) and (max-width: 365px)


{
    header{
        
        display: flex;
        justify-content: space-between;
        height: 80px;
        width: 100%;
        align-items: center;
        padding: 0px;
        text-decoration: none;
        position: fixed;
        margin-top: -100px;
        }
    
    
        
    .logo{
        margin-left:0px;
    }
    
    
    nav a{
        text-decoration: none;
        color: black;
        font-weight:700;
        font-size: 8px;
        font-style: bold;
        margin-right: 0px;
        padding: 10px;
      
    }
    
    nav a:hover{
        color: white;
    }
    
    /* SERVICIOS*/
    
    .mainservicios{
        background-color: white;
        height: 800px;
     
    }
    
    
    .titulo{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-top: 100px;
        font-size: 30px;
       
    }
    
    main h4{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        font-size: 15px;
    
    
    }
    
    
    main ul{
      
        
        display: flex;
        width: 100%;
        height: 570px;
        margin-left: 30px ;
        margin-top: 20px;
        flex-direction: column;
        list-style-type: none;
        font-size: 13px;
        font-weight: 600;
        line-height: 80px;  
    
       
    }
    
    
    main ul p{
    
        display: flex;
        align-items: center;
        text-align: center;
        margin-left: -10px;
        margin-top: 120px;
        height: 140px;
        width: 300px;
        font-size: large;
        line-height: 50px;
        font-size: 14px;
    }
    
    /* QUIENES SOMOS*/
    
    
    .quienestodo{
        background-color: #D3C4BE;
        height: 3150px;
        width:125%;
    
    }
    
    .quienestitulo{
    
        margin-top: 300px;
        margin-bottom: -00px;
        margin-left: -80px;
        display: flex;
        align-items: center;
        align-content: center;
        font-size: 40px;
    }
    
    .nombres{
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
    font-weight: 700;
    
    
    }
    
    .nombremica{
        margin-left: 40px;
        margin-top: 100px;
        
    }
    
    .nombredai{
    
        margin-left: 15px;
        margin-top: 950px;
        margin-bottom: 150px;
        width: 400px;
        height: 100px;
    }
    
    .fotos{
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
        margin-top: 100px;
        margin-left: auto;
        height: 300px;
    }
    
    .fotomica{
        display: inline;
        margin-left: 50px;
        margin-top: -1250px;
        height: 250px;
        width: 250px;
    }
    
    
    .fotodai{
    
    margin-left: 50px;
    margin-bottom: 300px;
    height: 250px;
    width: 250px;
    
    }
    
    
    .textosquienes{
    display: flex;
    flex-direction: column;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    
    }
    
    
    .textomica{
    
      margin-left: 25px;
      width: 70%;
      margin-top: -1300px;
      text-align: center;
    }
    .textodai{
    
      margin-left: 25px;
      width: 70%;
      margin-top: 500px;
      text-align: center;
    }
    
    
    .textoult{
        width: 65%;
        margin-left: 40px;
        line-height: 40px;
       text-align: center;
       
       margin-top: 100px;
       font-size: 14px;
       font-weight: 500;
       text-align: center;
    }
    
    
    .text2{
    
    margin-top: 10px;
    font-weight: bold;
    }
    
    .text3{
    
    margin-top: 20px;
    font-weight: bold;
    }
    
    
    
    /* CONTACTO */
    
    
    
    footer{
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    
    
    .todoform{
        margin-left: 00px;
      
    }
    
    
    
    form {
        padding: 50px 55px;
        box-shadow:  0 0 20px rgba(0,0,0,0.2);
        border-radius: 20px;
        text-align: center;
        width: 80%;
        margin-left: 40px;
        margin-top: -200px;
    
    }    
    
    .input-group {
        display:flex;
        flex-direction: column;
        text-align: left;
       
    
    }    
    
    h2{
        color: #D3C4BE;
        font-size: 35px;
    
    }    
    
    
    label{
    
        color: #D3C4BE;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    
    }    
    
    
    input, textarea{
    
        padding: 17px 25px;
        border-radius: 25px;
        margin-bottom: 20px;
        background-color:#D3C4BE;
        border: 2px solid  ;
        color: black;
        outline: none;
       
    
    }    
    
    input::placeholder, textarea::placeholder {
        color: black;
    }    
    
    .btn{
    
        font-size: 16px;
        color: #ffffff;
        border: 0;
        border-radius: 25px;
        background-color: #D3C4BE;
        cursor: pointer;
        
        
     }    
    
    .btn-wpp{
    
        font-size: 16px;
        color: #ffffff;
        border: 0;
        border-radius: 25px;
        background-color: #D3C4BE;
        cursor: pointer;
        position: fixed;
        width: 60px;
        height: 60px;
        line-height: 55px;
        bottom: 30px;
        right: -0px;
        background: #0df053;
        color: white;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index: 100;
        
    }    
    
    
    
    
    .btn-wpp:hover{
    
        text-decoration: none;
        color: #0df053;
        background-color: white;
    }    
    
    
    .botonesredes{
    
       flex-direction: column; 
      text-align: center;
       align-items: center;
       width: 90%;
       margin-top: 00px;
       line-height: 50px;
       font-size: 14px;
       font-weight: bold;
      
      
    }   
     
    .estamos{
        font-size: 22px;
        text-align: center;
        margin-bottom: 80px;
        margin-left: 50px;
        width: 80%;
    }
    
    
    footer p{
    
        font-size: 30px;
    
    }
    
    .redesespañol{
    
        display: flex;
        margin: auto;
    }
    
    .ig{
        list-style-type: none;
        list-style: none;
        text-decoration: none;
        color: black;
    }
    
    
    
    
    
    
    
}
    
    




    
@media (max-width: 340px)


{
    header{
        
        display: flex;
        justify-content: space-between;
        height: 80px;
        width: 100%;
        align-items: center;
        padding: 0px;
        text-decoration: none;
        position: fixed;
        margin-top: -100px;
        }
    
    
        
    .logo{
        margin-left:0px;
    }
    
    
    nav a{
        text-decoration: none;
        color: black;
        font-weight:700;
        font-size: 7px;
        font-style: bold;
        margin-right: 0px;
        padding: 10px;
      
    }
    
    nav a:hover{
        color: white;
    }
    
    /* SERVICIOS*/
    
    .mainservicios{
        background-color: white;
        height: 800px;
     
    }
    
    
    .titulo{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-top: 100px;
        font-size: 30px;
       
    }
    
    main h4{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        font-size: 15px;
    
    
    }
    
    
    main ul{
      
        
        display: flex;
        width: 100%;
        height: 570px;
        margin-left: 30px ;
        margin-top: 20px;
        flex-direction: column;
        list-style-type: none;
        font-size: 13px;
        font-weight: 600;
        line-height: 80px;  
    
       
    }
    
    
    main ul p{
    
        display: flex;
        align-items: center;
        text-align: center;
        margin-left: -20px;
        margin-top: 120px;
        height: 140px;
        width: 300px;
        font-size: large;
        line-height: 50px;
        font-size: 14px;
    }
    
    /* QUIENES SOMOS*/
    
    
    .quienestodo{
        background-color: #D3C4BE;
        height: 3200px;
        width:125%;
    
    }
    
    .quienestitulo{
    
        margin-top: 300px;
        margin-bottom: -00px;
        margin-left: -80px;
        display: flex;
        align-items: center;
        align-content: center;
        font-size: 30px;
    }
    
    .nombres{
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
    font-weight: 700;

    }
    
    .nombremica{
        margin-left: 65px;
        margin-top: 100px;
        font-size: 25px;
        
    }
    
    .nombredai{
    
        margin-left: 55px;
        margin-top: 950px;
        margin-bottom: 150px;
        width: 400px;
        height: 100px;
        font-size: 25px;
    }
    
    .fotos{
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
        margin-top: 100px;
        margin-left: auto;
        height: 300px;
    }
    
    .fotomica{
        display: inline;
        margin-left: 40px;
        margin-top: -1250px;
        height: 250px;
        width: 250px;
    }
    
    
    .fotodai{
    
    margin-left: 40px;
    margin-bottom: 300px;
    height: 250px;
    width: 250px;
    
    }
    
    
    .textosquienes{
    display: flex;
    flex-direction: column;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    
    }
    
    
    .textomica{
    
      margin-left: 25px;
      width: 70%;
      margin-top: -1300px;
      text-align: center;
    }
    .textodai{
    
      margin-left: 25px;
      width: 70%;
      margin-top: 400px;
      text-align: center;
    }
    
    
    .textoult{
        width: 65%;
        margin-left: 40px;
        line-height: 40px;
       text-align: center;
       
       margin-top: 100px;
       font-size: 14px;
       font-weight: 500;
       text-align: center;
    }
    
    
    .text2{
    
    margin-top: 10px;
    font-weight: bold;
    }
    
    .text3{
    
    margin-top: 20px;
    font-weight: bold;
    }
    
    
    
    /* CONTACTO */
    
    
    
    footer{
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    
    
    .todoform{
        margin-left: 00px;
      
    }
    
    
    
    form {
        padding: 50px 55px;
        box-shadow:  0 0 20px rgba(0,0,0,0.2);
        border-radius: 20px;
        text-align: center;
        width: 70%;
        margin-left: 65px;
        margin-top: -200px;
    
    }    
    
    .input-group {
        display:flex;
        flex-direction: column;
        text-align: left;
       
    
    }    
    
    h2{
        color: #D3C4BE;
        font-size: 35px;
    
    }    
    
    
    label{
    
        color: #D3C4BE;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    
    }    
    
    
    input, textarea{
    
        padding: 17px 25px;
        border-radius: 25px;
        margin-bottom: 20px;
        background-color:#D3C4BE;
        border: 2px solid  ;
        color: black;
        outline: none;
       
    
    }    
    
    input::placeholder, textarea::placeholder {
        color: black;
    }    
    
    .btn{
    
        font-size: 16px;
        color: #ffffff;
        border: 0;
        border-radius: 25px;
        background-color: #D3C4BE;
        cursor: pointer;
        
        
     }    
    
    .btn-wpp{
    
        font-size: 16px;
        color: #ffffff;
        border: 0;
        border-radius: 25px;
        background-color: #D3C4BE;
        cursor: pointer;
        position: fixed;
        width: 60px;
        height: 60px;
        line-height: 55px;
        bottom: 30px;
        right: -0px;
        background: #0df053;
        color: white;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index: 100;
        
    }    
    
    
    
    
    .btn-wpp:hover{
    
        text-decoration: none;
        color: #0df053;
        background-color: white;
    }    
    
    
    .botonesredes{
    
       flex-direction: column; 
      text-align: center;
       align-items: center;
       width: 90%;
       margin-top: 00px;
       line-height: 50px;
       font-size: 13px;
       font-weight: bold;
      
      
    }   
     
    .estamos{
        font-size: 22px;
        text-align: center;
        margin-bottom: 80px;
        margin-left: 50px;
        width: 80%;
    }
    
    
    footer p{
    
        font-size: 30px;
    
    }
    
    .redesespañol{
    
        display: flex;
        margin: auto;
    }
    
    .ig{
        list-style-type: none;
        list-style: none;
        text-decoration: none;
        color: black;
    }
    
    
    
    
    
    
    
}
    
    