body{
    background: url('../../images/fondo-mobile-new.svg') no-repeat center center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    margin: 0;
}

.pc{
    display: block;
}

.mobile{
    display: none;
}

.pc-logo{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding-top: 250px;
}

.pc-logo img{
    height: 290px;
    width: 850px;
}

.mobile-logo{
    display: none;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding-top: 400px;
}

.mobile-logo img{
    height: 425px;
    width: 700px;
}

.info{
    padding-top: 190px;
    width: 100%;
    max-width: 1475px;
    align-self: center;
    position: relative;
    display: flex;
    gap: 100px;
}

a{
    color: #444247;
    text-decoration: none;    
}

.result-button{
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 367px;
    line-height: 125px;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    color: white;
    right: 0;
    background-color: #74ACB4;
    border-radius: 70px;
    margin-right: 20px;
}

.addresses{
    font-size: 23px;
    font-weight: 700;
    color: #444247;
    line-height: 30px;
    padding-left: 20px;
}

.addresses .title{
    color: #81ABB4;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 0px;
}

.addresses .subtitle{
    color: #A9C5BC;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.addresses .horarios{
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 5px;
}

.icons{
    height: 20px;
    padding-right: 5px;
}

.icons-not-place{
    vertical-align: middle;
}

.social-icons{
    height: 25px;
    padding-right: 10px;
    vertical-align: sub;
}

.social{
    font-size: 25px;
    line-height: 35px;
    color: #A1C6BC;
    padding-top: 5px;
}

p{
    margin: 0;
}


@media screen and (max-width: 1024px){
    
    body{
        background: url('../../images/fondo-mobile.svg') no-repeat center bottom;
        /* background-size: cover; */
    }

    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }

    .mobile-logo{
        display: flex;
        padding-top: 100px;
    }

    .mobile-logo img{
        width: 290px;
        height: auto;
    }

    .pc-logo{
        display: none;
    }
    
    .result-button{
        height: 80px;
        width: 200px;
        line-height: 80px;
        font-size: 27px;
        position: relative;
        border-radius: 100px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .info{
        width: 100%;
        padding-top: 100px;
        flex-direction: column;
        gap: 30px;
    }

    .addresses{
        padding-top: 0px;
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 10px;
        padding-left: 70px;
    }  
    
    .addresses-alt{
        padding-left: 47px;
    }

    .addresses .title{
        color: #81ABB4;
        font-weight: 700;
        font-size: 23px;
        line-height: 27px;
        padding-bottom: 0px;
    }

    .addresses .subtitle{
        color: #A9C5BC;
        font-weight: 700;
        padding-top: 20px;
        font-size: 21px;
        line-height: 25px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .addresses .horarios{
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 3px;
    }
    
    .social{
        font-size: 23px;
        line-height: 25px;
    }

    .icons{
        height: 16px;
        padding-right: 7px;
    }

    .social-icons{
        height: 22px;
        padding-top: 10px;
        padding-right: 7px;
    }

    .social-icons img{
        padding-top: 5px;
    }
}