
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");   
@font-face {
    font-family: 'libre-franklin';
    src: url('../fuentes/Libre_Franklin/LibreFranklin-Italic-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'libre-franklin-bold';
    src: url('../fuentes/Libre_Franklin/LibreFranklin-VariableFont_wght.ttf');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'Anton';
    src: url('../fuentes/Anton/Anton-Regular.ttf');
}

@font-face {
    font-family: 'Opensans-BItalic';
    src: url('../fuentes/Open_Sans/static/OpenSans-BoldItalic.ttf');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'Opensans-EBItalic';
    src: url('../fuentes/Open_Sans/static/OpenSans-ExtraBoldItalic.ttf');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'Opensans-SBItalic';
    src: url('../fuentes/Open_Sans/static/OpenSans-SemiBoldItalic.ttf');
  
}

html{
    scroll-behavior: smooth;
  }
.text-menu {
    font-size: 23px;
    font-family: 'libre-franklin';
    font-weight: bold;
}
.titulo-anton{
font-size: 31px;
color: #fa823f;
font-family: 'Anton';
}
.text1fr{
    font-family: 'libre-franklin';
    font-weight: bold;
    
}
.trep{
    font-size: 50px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;

}
.crepar{
    font-size: 25px;
    font-family:'Opensans-SBItalic';
}
.img-repair{
    width: 100%;
    height: 535px;
}
.t-serv{
    font-size: 50px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;
    color: black;

}
.p-serv{
    font-size: 25px;
    font-family:'Opensans-SBItalic';
color: black;
}
.s-tns{
    font-size: 70px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;
}
.s-sbtns{
    font-size: 24px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;
}
.s-texttns{
    font-size: 20px;
    font-family:'Opensans-SBItalic';
color: #fff;
}
.t-inst{
    font-size: 40px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;

}

.subt-inst{
    font-size: 40px;
    
}
.text-inst{
    font-size: 21px;
}
.t-frm {
    font-size: 55px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;


}
.txtlabelfrm{
    font-size: 28px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;
 
}
.txtlabelfrm2{
    font-size: 22px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;
 
}
.txtinputfrm{
    font-size: 28px;

}
.mt-frm{
    margin-top: 3rem;
}
.tcoment{
    font-size: 50px;
    font-family: 'libre-franklin-bold';
    font-weight: bold;
 
}
.textcoment{
    font-size: 19px;
}
.textcoment2{
    font-size: 8px;
}
.text-ll1{
    background-color: black;
    padding: 6px;
    color: white;
    border: 2px solid black;
    border-radius: 10px;
    margin-bottom: 1px;
    display: block;
    font-size: 21px;
    font-family: 'Opensans-BItalic';
}
.text-ll2{
    background-color: black;
             padding: 6px;
             color: white;
             border: 2px solid black;
             border-radius: 10px;
             display: block;
             width: 80%;
             margin: 0 auto; font-size: 21px;
             font-family: 'Opensans-BItalic';

}
.tfooter{
    font-size: 21px;
font-weight: bold;
}
.textfooter{
    font-size: 21px;
color: #000000;
}
.hero {
    position: relative;
    width: 100%;
    height: 75vh;
    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);
}

.buttonClass2 {
    display: flex;
    width: 100%;
    height: 58px;
    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;
    font-size: 23px;
    font-family: 'libre-franklin';
    }
    .creparSt {
        font-size: 30px;
        font-family: 'Opensans-SBItalic';
    }
    .img-inst3{
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .buttonClass2:hover {
    background: linear-gradient(#F9823E, #ee6110);
    }
    .buttonClassw1 {
        display: flex;
        width: 100%;
        height: 58px;
        border-width: 1px;
        color: #fff;
        border-color: #5f911e;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        background:green;
        padding: 4px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 23px;
        font-family: 'libre-franklin';
        border-radius: 9px;
        }
        
        .buttonClassw1:hover {
        background: linear-gradient(green, #00b600);
        }
    .buttonClass3 {
        display: flex;
        width: 100%;
        height: 58px;
        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:#000000;
        padding: 4px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 23px;
        font-family: 'libre-franklin-bold';
        }
        
        .buttonClass3:hover {
        background: linear-gradient(#30302f, #020202);
        }

        .buttonClassfrm {
            display: flex;
            width: 100%;
            height: 45px;
            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:#000000;
            padding: 4px;
            text-decoration: none;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 23px;
            font-family: 'libre-franklin-bold';
            }
            
            .buttonClassfrm:hover {
            background: linear-gradient(#30302f, #020202);
            }
    
        .buttonClass4 {
            display: flex;
            width: 100%;
            height: 58px;
            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;
            font-size: 23px;
            font-family: 'libre-franklin';
            }
            
            .buttonClass4:hover {
            background: linear-gradient(#F9823E, #ee6110);
            }
.section-llamadas{
background: url(../images/footer-ventanas-babiano.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 664px;
}
.img-inst{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.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: 1024px) {
.navc1{
    width: 100%;
}
}
@media screen and (max-width: 800px) {
    .btn-personalizado-w{
    width: 90%;
}
.section-llamadas{
    height: 50vh;
}
.mt-frm{
    margin-top: 0px;
}
#sect-footer{
    margin-top: 4%!important;
}
}
@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;
}
.hero {
    height: 85vh;
}
#sect-footer{
    margin-top: 4%!important;
}
}