@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

@font-face {
    font-family: 'Merchanto Bold';
    src: url('ruta/a/la/fuente/Merchanto-Bold.woff2') format('woff2'),
        url('ruta/a/la/fuente/Merchanto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #000000;
}

.logoimg{

    width: 800px;
    height: auto;
}


.nombrePagina {

    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    place-items: center;

}

.titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 297px;
}

.carrusel {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    place-items: center;

}

h3 {
    font-family: 'Merchanto Bold', sans-serif;
    color: #ff4444;
    font-weight: bold;
  }
 
 
  .parrafo1{
    width: 80%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  }

  p{
    font-family: 'Merchanto Bold', sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .parrafo2{
    margin-top: 60px;
  }

  span {
    color: #ff4444;
  }

  .menu{
    width: 80%;
    margin: 120px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto auto auto;
    grid-auto-flow: dense; 
    
   
  }

  img{
    width: 70%;
    height: auto;
  }

  .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  .btnNav{
    width: 347px;
    height: 40px;
    background-color: #ff4444;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'Merchanto Bold', sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
  }


  .iconos{
    
    width: 80%;
    margin: 80px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: dense; 
    place-items: center;
    margin-top: 5px;
    
  }

  .icono1{

    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .icono2{

    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .icono3{

    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .icono4{

    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }


  .tucafe{
   
    width: 80%;
    margin: 80px;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto auto;
    grid-auto-flow: dense; 
    place-items: center;
    margin-top: 5px;
    


  }

  .tucafeFrase{

    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    

  }

  .imagenTuCafe{

    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    


  }

  .footer{
    width: 100%;
    margin: 80px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-auto-flow: dense; 
    place-items: center;
    margin-top: 5px;

  }

  .imaqgenFooter{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    


  }

  .pedido-input {
    width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-align: center;
  }
  
  .pedido-submit {
    background-color: #ff4444;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 300px;
  }

  .inputguia{

    margin-bottom: 20px;

  }

  .inputguia {
    position: relative;
  }
  
  .pedido-input {
    padding-right: 35px;
  }
  
  .icono-lupa {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #aaa;
  }
  

