@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&family=Roboto+Condensed:wght@400;700&family=Satisfy&family=Zeyada&display=swap');
 
/* 
font-family: 'Jost', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Zeyada', cursive;
*/

.amano {
    font-family: 'Satisfy', cursive;
    font-size: 50px;
}

.compra {
    font-family: Roboto Condensed;
}

.agente {
    color: aliceblue;
}

.logo {
    height: 80px;
}

.logo1 {
    height: 40px;
}

.wapp {
    height: 30px;
}

.carousel-item {
    height: 750px;
    width: 350px;
}

.centrado {
margin-left: 50px; 
}

.izq {
    margin-right: 50px;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
