* {
    box-sizing: border-box;
    color: #15100f !important;
    font-family: 'Open Sans', sans-serif;;
    line-height: 25px;
}

.ldrs-day {
    color: gray !important;
}

a {
    text-decoration: none;
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
}

.icon-s {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 40px;
    width: 100%;
}

body {
    background: white;
    padding: 25px;
}

.fixed-container {
    display: table;
    margin: 0 auto;
    width: 1100px;
}

.social-link {
    border: 0 solid black;
    transition: .15s all;
}

.social-link:hover {
    border: 2px solid black;
}

.footer-flex {
    display: flex;
}

.background-color-black {
    background-color: black;
}

.main-bar-urbano-logotype {
    background-image: url(../Images/Brand/logo-white-min.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 120px;
    height: 40px;
}

.banner {
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 65px);
}

.banner-xs-background {
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-xs-layer {
    background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.7));
}

.main-bar-item-selected {
    box-shadow: 0 -3px 0 0 white inset;
    color: white !important;
    line-height: 40px;
}

.main-bar-item {
    color: white !important;
    line-height: 40px;
    transition: .15s all;
}

.main-bar-item:hover {
    box-shadow: 0 -3px 0 0 #c49f03 inset;
}

.whatsapp-button {
    align-items: center;
    background: #25d366;
    border-radius: 100%;
    color: white !important;
    cursor: pointer;
    display: flex;
    font-size: 30px !important;
    height: 50px;
    justify-content: center;
    left: calc(100% - 100px);
    position: fixed;
    top: calc(100% - 100px);
    width: 50px;
    z-index: 10000;
}

.whatsapp-button i {
    color: white !important;
}

.top-button {
    background: black;
    border-radius: 100%;
    cursor: pointer;
    display: none;
    font-size: 20px !important;
    height: 40px;
    left: calc(100% - 80px);
    line-height: 50px;
    padding-top: 8px;
    position: fixed;
    text-align: center;
    top: calc(100% - 80px);
    width: 40px;
    z-index: 10000;
}

.mobile-menu-button {
    display: none;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.mobile-menu {
    display: none;
}

.map {
    height: 300px;
}

input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    transition: .15s all;
    width: 100%;
}

input:focus {
    border-bottom: 3px solid #c49f03;
}

button {
    background: #c49f03;
    border: none;
    color: white !important;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px;
    transition: .15s all;
}

button:hover {
    background: white;
    box-shadow: inset 0 0 0 4px #c49f03;
    color: #c49f03 !important;
}

.photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90%;
    width: 90%;
}

.tab {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c49f03;
    padding: 10px;
    transition: all .15s;
}

.tab:hover {
    box-shadow: inset 0 -3px 0 0 #c49f03;
}

.tab-selected {
    background: #c49f03;
    color: white !important;
    cursor: default;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c49f03;
    padding: 10px;
}

.n {
    background-image: url('../Images/Brand/logo-white.svg');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 200px;
    height: 385px; 
    width: 300px; 
}

.n-content {
    width: calc(100% - 300px);
}

.valor {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    height: 100px;
    width: 100%;
}

.width-1-6 {
    width: calc(100% / 6);
}

.landing {
    height: 5000px;
    width: 100%;
}

.landing-2 {
    height: 4000px;
    width: 100%;
}

@media(max-width:425px) {
    .mobile-remove-background-attachment {
        background-attachment: scroll !important;
    }
    
    .fixed-container {
        width: 100%;
    }
    
    .landing {
        background-size: contain !Important;
        height: 900px;
    }
    
    .mobile-menu-button {
        display: inline-block;
        position: absolute;
        left: calc(100% - 60px);
        top: 25px;
    }
    
    .main-bar-urbano-logotype {
        background-position: center;
    }
    
    .mobile-height-100 {
        height: 100%;
    }
    
    .n {
        width: 100%;
    }
    
    .n-content {
        width: 100%;
    }
    
    .banner {
        height: 200px;
    }
    
    .width-1-6 {
        width: 100%;
    }
    
    .footer-flex {
        align-items: baseline;
        justify-content: center;
    }
    
    .flex-mobile {
        flex-direction: column;
    }
    
    .flex-mobile > div {
        margin-top: 30px;
    }
    
    .flex-mobile > div:last-child {
        margin-bottom: 30px;
    }
    
    .flex-mobile > * {
        text-align:  center;
    }

    .whatsapp-button {
        left: calc(100% - 65px) !important;
        top: calc(100% - 155px) !important;
    }
}