@font-face {
    font-family: 'Lora Bold';
    src: url('../webfonts/Lora-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'Lora Regular';
    src: url('../webfonts/Lora-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('../webfonts/Poppins-Regular.ttf') format('opentype');
}

/* GENERAL */
.scroll-top-custom {
    scroll-margin-top: 90px;
}

/* HOME */

.custom-height-hr-home{
    margin: 15px 10px !important;
}

.container-filter-custom:before {
    background: rgba(0, 0, 0, 0.7);
}

/* SERVICES */
.custom-div-icons{
    width: 37px;
    border: 1px solid black;
    border-radius: 25px;
}

.icon-img-custom{
    width: 35px !important;
    padding: 5px;
}

/* CENTER SLIDE */

div .custom-align-center-div-slide .owl-stage{
    margin: auto;
}

/* ESPECIALIZACION */
.custom-min-width-btns-spe{
    min-width: 20em;
    border: 1px solid white;
    color: white;
}

.img-custom-spe-w-h{
    width: 50%;
    height: 18em;
}

.custom-min-width-btns-spe:hover{
    border: 1px solid #ECBA18;
    background-color: #ECBA18;
    color: white;
}

.breadcrumb > li + li:before {
    color: #ECBA18;
}

/* FOOTER */

.custom-text-footer-li a{
    color: white !important;
}

.custom-text-footer-li a:hover{
    color: #ECBA18 !important;
}

/* RECOVERIES LANDING */


.recoveries-container{
    height: 57em;
}

.filter-brightness-custom{
    filter: brightness(0.5);
}


.recoveries-slide-container{
    height: 65%;
}

.recoveries-form-container{
    height: 35%;
}

.title-container h1{
    font-family: "Lora Regular","sans-serif";
    color: #ECBA18;
}

.title-container span{
    font-family: "Lora Bold", sans-serif;
}

.recoveries-form h4{
    font-family: 'Poppins',"sans-serif";
    font-size: 1.9em;
}

.recoveries-form input{
    border-radius: 10px;
}

.recoveries-form input::placeholder{
    color: black;
}

.btn-recoveries-form{
    color: white;
    border: 1px solid #ECBA18;
    padding: 7px 33px;
    font-size: 1em;
    border-radius: 9px;
    margin-right: 2em;
}

.btn-recoveries-form:hover{
    color: black;
    background-color: #ECBA18;
    border: 1px solid black;
}

.bg-yellow-custom{
    background-color: #ECBA18;
}

.recovery-ourwork-container div div h2{
    font-size: 4.2em;
    font-weight: 600;
}

.recovery-ourwork-container div div p{
    font-family: 'Poppins','sans-serif';
    font-size: 1em;
    line-height: 21px;
}

.ourwork-text-container div{
    margin-right: 10vw;
    margin-left: 10vw;
}

.h-23em-custom{
    height: 26em;
}

.h-8em-custom{
    min-height: 8em;
}

.recovery-ourwork-container h2 {
    line-height: 60px;
}

@media (max-width: 575px){
    .recovery-ourwork-container h2 {
        line-height: 50px;
    }

    .recovery-ourwork-container div div p {
        font-size: 1.3em;
    }

    .h-60-custom{
        height: 60%
    }
}


