.hero {
    position: relative;
    height: 41vh;
    background: url('../images/banner-principal_arreglo_persianas_babiano.jpg') no-repeat center center/cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.logo {
    width:100%;
    height: 80px;
}
.btn-whatsapp {
    background-color: #ff6600;
    color: white;
}
.orange-text {
    color: #f97316;
}
.orange-bg {
    background-color: #f97316;
}
.btn-orange-w {
    background-color: #f97316;
    color: white;
    border: 2px solid  #f97316!important;
}
.btn-orange-w:hover {
    background-color: #db6212!important;
    color: white;
    border: 2px solid  #f97316!important;
}
.btn-orange-w:active {
    background-color: #db6212!important;
    color: white;
    border: 2px solid  #f97316!important;
}
.btn-personalizado-w{
    width: 98%;
}
.parent{
    display: flex;
}
.div1 {
    margin-top: 9px;
    margin-right: 5px;
}
.div2 {
    margin-top: 9px;
    margin-right: 5px;
}
.bg-verde1{
    background: #759E76;
}
.dim {
display: inline-block;
text-decoration: none;
text-transform: uppercase;
text-align: center;
padding-top: 6px;
margin-right: 10px;
position: relative;
cursor: pointer;
border-radius: 5px;
font-weight: 600;
margin-bottom: 20px !important;
}

.btn-large-dim {
width: 90px;
height: 90px;
font-size: 42px;
}
.buttonClass {
display: flex;
width: 100%;
height: 78px;
border-width: 1px;
color: #fff;
border-color: #0b0e07;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background:#F9823E;
padding: 4px;
text-decoration: none;
justify-content: center;
align-items: center;
text-align: center;
}

.buttonClass:hover {
background: linear-gradient(#F9823E, #ee6110);
}
.nav-textcenter{
    text-align: center;
} 
.menu-mobile{
    
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0px;
        z-index: 99999;
        background: rgb(255, 255, 255);
    
}
@media screen and (max-width: 800px) {
    .btn-personalizado-w{
    width: 90%;
}
.section-llamadas{
    height: 50vh;
}
}
@media screen and (max-width: 450px) {

.btn-personalizado-w{
    width: 90%;
}
.parent{
    flex-direction: column;
}
.section-llamadas{
    height: auto;
}
.sf1{
    text-align: center;
}
.sf2{
    text-align: center;
}
}