*{
    margin: 0;
    box-sizing: border-box;
}
header{
    box-sizing: border-box;
    display: flex;
        justify-content: center;
    align-items: center;
    height: 120px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: white;
    width: 100%;
    top: 0px;
    position: fixed;
    border: #dededeca solid 1.5px;
    box-shadow: 0px 0px 4px 0px #00000049;
}
a:hover   {
    color: green;
}
a{
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    cursor: pointer;
}
.logo{
    justify-content: center;
}
.logo img{
    height: 69.24px;
    width: 69.24px;
}
.contenedor1{
    display: flex;
    
    justify-content: space-between;
    margin: 0px 36px;
    height: 120px;
    align-items: center;
    width: 81%;
    
}
.botones_izquierda{
    display: flex;
    align-items: center;
    gap: 40px;
    
}

.botones_derecha{
    display: flex;
     align-items: center;
     
     width: 465px;
     
    
}
#Login{
    margin-left: 40px;
    font-size: 13px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    padding: 7px 16 px;
    border: 1px solid black;
    border-radius: 50px;
    height: 32px;
    width: 114px;
}
#Login:hover{
    color: green;
    cursor: pointer;
    border-color: green;
}
#Registrate{
    margin-left: 40px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    background-color: black;
    padding: 7px 16 px;
    border: 1px solid black;
    border-radius: 50px;
    height: 32px;
    width: 95px;
}
#Registrate:hover{
    cursor: pointer;
    border-color: rgb(98, 101, 98);
    background-color: #656262;
}
.icon_ubi {
    width: 30px;
    display: flex !important;
    align-items: center;
    
}
.localizacion{
    display: flex !important;
    gap: 8px;
    font-size: 13px;
    align-items: center;
}
.encuentra{
   color: #000000;
    letter-spacing: 0px;
}
.tarjetas{
    margin: 160px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tarjeta{
    display: flex;
    
}
.texto{
    box-sizing: border-box;
    background-color: rgba(255, 199, 135, 0.8);
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: rgba(30, 57, 50, 1);

}
h1{
    font-size: 58px;
    line-height: 56px;
    width: 80%;
    font-weight: 900;
    text-align: center;
}
h2{
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
}
.Pedir{
    background-color:  rgba(30, 57, 50, 1);
    color: white;
    border-radius: 500px;
    border: rgba(30, 57, 50, 1) solid;
    padding: 16px 28px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.24);
    font-size: 25px;
    
}
#diferente{
    display: flex;
    flex-direction: row-reverse;
}
.imagen img{
    height: auto;
    max-width: 50vw;
}
h3{
    font-size: 18px;
    font-weight: 500;
}
footer{
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    background-color: white;
    border-top: #a6a4a4a9 solid 2px;
    padding-top: 40px;
    cursor: pointer;
}
ul{
    padding: 1%;
    color: #656262;
}
.columna{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 180px;
}
@media (min-width:768px)and (max-width: 1000px) {
    .imagen img {
        max-width: 50vw;
    }
    .texto{
        width: 50vw;
    }
    h1 {
        font-size: 38px;
        line-height: 36px;
    }

    h2 {
        font-size: 25px;
        line-height: 24px;
    }
    .Pedir {
        font-size: 20px;
        padding: 12px 20px;
    }
}
@media (min-width:480px) and (max-width: 768px) {
    .imagen img {
        max-width: 50vw;
    }
    .texto{
        width: 50vw;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .Pedir {
        font-size: 10px;
        padding: 8px 14px;
    }
}

@media (max-width: 480px) {
    .imagen img {
        max-width: 100vw;
    }
    .texto{
        width: 100vw;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .Pedir {
        font-size: 10px;
        padding: 8px 14px;
    }
    .tarjetas{
        margin: 160px 0px 0px 0px;
        padding: 0px;
        justify-content: center;
        align-items: center;
    }
    .tarjeta{
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    #diferente{
        display: flex;
        flex-direction: column;
    }
    footer{
        
        margin-left: 0px;
        margin-right: 0px;
}