@font-face {
    font-family: 'MiFuentePersonalizada';
    src: url('MarckScript-Regular.ttf') format('truetype');
    /* Otras propiedades de la fuente, como weight y style */
}
@font-face {
    font-family: 'MiFuentePersonalizada2';
    src: url('Berlina.ttf') format('truetype');
    /* Otras propiedades de la fuente, como weight y style */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-family: poppins;
    
    
}
body{
 
    box-shadow: -10px 0px 30px 0px rgb(172, 165, 165) inset;
}


/*********Navegador********/


  
header{
    display: flex;
    justify-content: flex-end;
    position: fixed;
    box-shadow: 0 22px 25px -10px rgb(172, 165, 165);
    width: 100%;
    
    background-color: white;
    font-size: 15px;
    font-family: Poppins;
    padding: 12px 0;
    text-align: right;


}
nav{
    display: flex;
    justify-content: space-between;
    padding-left: 4em;
    align-items:center;
    text-align: center; 
    width: 100%;
}
.br{
    text-decoration: none;
    border-radius: 3px;
    font-size: 1.2em;
    padding-right: 2em;
}
.btn:hover{
    color: #48d399;
    font-size: 1.2em;
    
    
}


.btn{
    color: black;
    
    margin: 1px 0;
    padding:  15px 30px;


}
.contacto{
    border-radius: 30px;
    background-color:#48d399;
    color: white;
    
    display: inline-block;

    
}
.contacto:hover{
    background-color: #48d399;
    color: white;
   
}
.box:active{
    box-shadow: 0px 0px 34px 3px #48d399;
    border-radius: 25px;
}



/*********Presentacion seccion 1 **********/
h2{
    font-size: 1.9em;
    text-align: center;
    font-style: normal;
}
.normal{
    font-style: normal;
}
.mlm{
    font-size: 3em;
    color:#48d399;
    font-weight: 900%;
    font-family: poppins;
}

.fut{
    text-align: left;
    margin: 0;
    font-size: larger;
    margin-bottom: 40%;

}
h2{
    text-align: left;
    font-style: normal;
}
.cajagral{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    
    padding-top: 2em;
   background-image: url('background1.png'); 
  background-size: cover;
  background-position: center; 

}
.caja1{
    
    width: 70%;
    margin: 12em 3em 3em;
    display: flex;
    flex-direction: column;
}
.caja2{
    display: flex;
    margin-top: 1em;
    
    width: 40%;
    
}
.imgcaja2{
    width: 100%;
}


.boton{
    height: 50px;
    width: 40%;
    border: none;
    color: #FFF;
    background-color: #48d399;
    display: block;
    margin: 40px 0px 100px; 
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}


/**********Parrafos y titulos****/
.parrafos{
    font-size: 1.1em;
    color: black;
    text-align: center;
    margin: 2em 8em;
    
    

}
.titulo{
    font-size: 45px;
    color: black;
    font-weight: 900;
    text-align: center;
    padding: 0.5em;
}
/****Imagenes de mis conocimientos****/
.cajagralimg{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: center;
    text-align: center;
    
    margin: 0 auto;
}

.bor{
    justify-content: center;
    border: 1px solid rgb(167, 166, 166);
    border-radius: 10px;
    margin: 10px 10px;
    padding: 60px 60px;
    background-color: white;
    width: 30%;

}
.bor:hover, .bor1:hover{
    border: #48d399 1px solid;
    color: #48d399;
}
.fondogrey{
    background-color: rgb(233, 233, 233);
    padding-top: 100px;
    
    padding-bottom: 120px;  
      

    
}
/**********Seccion 3 cita******/

.comilla{
    font-size: 5em;
    font-family: FontAwesome;
    margin-top: 60px;

}
.cita{
    text-align: center;
}
.espacio{
    background-color: #48d399;
    color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    margin: 0%;
    padding-top: 80px;
    padding-bottom: 130px;
    
    }
blockquote{
    padding: 60px;
}
/**********Mis Proyectos********/
.proyect{
    padding-top: 100px;
    padding-bottom: 130px;
    
    
    
}
.cajagralimg-mp{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 150px 0 150px;
   
}
/*VER TAMAÑOS FOTOS*/
.bor1{
    justify-content: center;
    border: 1px solid rgb(167, 166, 166);
    border-radius: 10px;
    margin: 10px 10px;
    padding: 20px 20px;
    background-color: white;
    width: 280px;

}
.mp1{

    height: 300px;
 

    
    
    
    text-align: center;
}
.imgt{
    width: 200px;
    height: 220px;
    text-align: center;
    
    
    
}




/************CONTACTO Y FORMULARIO******/
.backgrey{
    background-color: rgb(241, 241, 241);
   width: 100%;
   display: flex;
   justify-content: center;
   padding-bottom: 120px;
   padding-top: 150px;
   
   
}
.medi{
    font-size: 17px;
}
.contesc{
    
    
    display: flex;
    text-align: left;
    width: 95%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 40px;
    justify-content: space-around;
    padding-right: 40px;
}
.contact{
   
    width: 50%;
    
    
}
.redesoc{
    display: flex;
    
    
}
.icon{
    color: #48d399;
    font-size: 1.1em;
    word-spacing: 1em;
    padding: 0.6em;
    
}
.red{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.589);
    font-size: 1em;
 
    
}
.redesoc:hover .icon{
    border-radius: 5em;
    color: white;
    background-color: #48d399;
    padding: 0.6em;

}
.redesoc:hover .red{
    color: #48d399;
}




.form{
    width: 50%;
    
    padding-left: 20px;
    padding-top: 30px;
}
.nya{
    width: 100%;
    display: flex;
    
}
      

    
    

.left{
    text-align: left;
    padding: 0 1em 1em 0;
    
}
.nomap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}


.env{
    background-color: #48d399;
    color: white;
    padding: 12px 35px 12px 35px;
    font-size: 1em;
    border-radius: 25px;
    width: 25%;
}
.contactame{
    text-align: left;

}
.msj {
    display: flex;
    flex-direction: column;
    padding-top: 15px;

}
input,
textarea {
    border-radius: 20px;
    background-color: #f6f7fb;
    border: 1px solid #f6f7fb;
    padding: 10px 15px 10px 15px;
    margin: 5px 15px 0px 0px;
    display: flex;
    width: 100%;
    outline: none;
}￼
input, textarea:focus{
    box-shadow: 0 0.1em 0.5em 0.1em #48d399;
    border: 1px solid #48d399;

}
.nya:focus{
    box-shadow: 0 0.1em 0.5em 0.1em #48d399;
    border: 1px solid #48d399;
}
.mail:focus{
    box-shadow: 0 0.1em 0.5em 0.1em #48d399;
    border: 1px solid #48d399;
}

.buttons{
    height: 50px;
    width: 60%;
    border: none;
    color: #FFF;
    background-color: #48d399;
    display:block;
    justify-content: center;
    align-items: center;
    margin: 30px 20px 10px 5px; 
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
}
.centre{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.contenedored {
    width: 100%;
}

/*******FOOTER Y BARRA DE NAV INFERIOR****/
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #48d399;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;

}
.fgral{
    text-align: center;
}
.navinf a{
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}
.fgral .navinf a:active{
    box-shadow: 0.20em 0.1em 1.5em 0.1em; 
}
.redsocf{
    padding-bottom: 2.2em;
    display: flex;
    justify-content: center;

}
.redso{
    margin: 10px;
}
.white{
    border-radius: 5em;
    background-color: white;
    padding: 0.8em;
    color: #48d399;
}

.white:hover{
    color: white;
    background-color: #48d399;
    border-radius: 5em;
    padding: 0.75em;
    border: 0.05em white solid;
}

.par{
    color: white;
    font-size: 16px;
}
.heart{
    color: red;
    font-size: 1em;
}


.contactfooter {
    display: inline-flex;

}
/************* SECCION DE NUESTROS SERVICIOS****************/
.card {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: inline-block;
    margin: 20px;
    border-color: #48d399;
    box-shadow: 0 0 10px rgb(129, 226, 145);
  }
  
  .content {
    text-align: center;
    padding: 40px;
  }
  
  
  
  .card p {
    margin: 10px;
  }
  
  span {
    color: #FFF;
  }

  .card:hover{
    background-color: #48d399;
  }

 .grey {
    font-size: small;
    color: #3b3a3a;
 }
 .cardt {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: inline-block;
    margin: 20px;
    border-color: #48d399;
    box-shadow: 0 0 10px rgb(129, 226, 145);
  }
  
  .contentt {
    text-align: center;
    padding: 35px;
  }
  .cardte {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: inline-block;
    margin: 20px;
    border-color: solid 10px #48d399;
    box-shadow: 0 0 10px rgb(129, 226, 145);
  }
  .cardt:hover{
    background-color: #48d399;
  }
  .cardte:hover{
    background-color: #48d399;
  }
  header {
    background-color: 
    rgba(255, 255, 255, 0.274); /* Transparente inicialmente */
    color: rgba(12, 0, 0, 0);
    padding: 10px 20px;
    text-align: center;
    position: fixed; /* Fijo en la parte superior */
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease; /* Transición suave */
  }
  
  /* Clase que se activa al hacer scroll */
  header.scrolled {
    background-color: rgba(151, 255, 174, 0.253); /* Cambia a opaco */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.103); /* Agrega sombra */
  }
  
  /* Contenido principal */

  .logo-container {
    display: none; /* Oculto inicialmente */
    position: fixed;
    top: 10px; /* Ajusta según necesites */
    left: 10px;
    z-index: 1100; /* Por encima del contenido */
  }

  /* Media Query para pantallas pequeñas */
@media (max-width: 768px) {
    header {
      display: none; /* Oculta el header en pantallas pequeñas */
    }
    .logo-container {
      display: block; /* Muestra el logo en pantallas pequeñas */
    }
  }
  

  /* Estilos para el icono de WhatsApp */
.whatsapp-icon {
    width: 70px; /* Ajusta el tamaño del icono */
    height: auto;
    display: block;
  }
  
  /* Posicionamiento fijo del icono en la esquina inferior derecha */
  #whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Distancia desde la parte inferior */
    right: 20px; /* Distancia desde el borde derecho */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    background-color: #ffffffc4; /* Color de fondo verde de WhatsApp */
    border-radius: 50%; /* Hace el fondo redondeado */
    padding: 10px; /* Espaciado interno */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para hacer el ícono más visible */
    transition: transform 0.3s ease; /* Animación suave para el hover */
  }
  
  #whatsapp-icon:hover {
    transform: scale(1.1); /* Efecto de aumento al pasar el mouse */
  }
 

  .carrusel-container {
    width: 100%;
    overflow: hidden; /* Oculta cualquier contenido que se desborde */
    position: relative;
}

  
  /* Estilos del carrusel */
  .carrusel-slide {
    display: flex; /* Alinea las imágenes en una fila */
    will-change: transform;
  }
  
  /* Imágenes del carrusel */
  .carrusel-slide img {
    width: 50%;
    height: auto;
    flex-shrink: 0; /* Evita que las imágenes se encojan */
  }
  .imgunica {
     display: none;
  }
  
  #atencion {
    padding-top: 30px;
  }
  #entrevista {
    padding-top: 15px;
  }