*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Informacion{
    background: #15841c;
    width: 95%;
    max-width: 1600px;
    margin: auto;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 4px;
}
.nt{
    color: white;
    font-size: 1.2em;
}
.address, .telW, .redesS{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.perlita{
    margin: 5px;
    width: 35px;
    height: 35px;
    background: white;
    border: 2px solid #8d5f0c;
    border-radius: 50%;
    
}

.fa-brands:before, .fa-solid:before{
    position: relative;
    top: 3.8px;
    left: 4.1px;
    font-size: 1.5em;
}

.icon1{
    position: relative;
    top: 0px;
    left: 1.5px;
    font-size: 1.1em;    
}
.icon2{
    position: relative;
    top: 2px;
    left: 2px;
    font-size: 0.8em;
}
.icon3{
    position: relative;
    top: 0.5px;
    left: -2px;
    font-size: 1em;    
}

.fa-location-dot, .fa-youtube{
    color: red;
}
.fa-whatsapp, .fa-phone{
    color: green;
}
.fa-facebook{
    color: blue;
}
.fa-tiktok{
    color: black;
}
.fa-instagram-square{
    color: orange;
}
.fa-twitter-square{
    color: #1ddce3;
}

@media screen and (max-width: 780px){
    .nt{
        font-size: 0.8em;
    }
}
@media screen and (max-width: 615px){
    .nt{
        display: none;
    }
}