/*
    =========================================================================================
    >>>  HOME PAGE STYLES
    =========================================================================================
    Styles for the home page
    > Add here all the styles needed for the homepage.php template
    
*/
p{
    letter-spacing: 1.7;
    line-height: 28px!important;
}
.home-1{
    background-image: url(./../../resources/fondo.jpg);
    background-size: cover;
    background-position: center;
}
.home-1 .row{
    min-height: 100vh;
}
.home-1 .col-md-7{
    color: #fff;
}
.home-1 .col-md-7 h1{
    font-size: 50px;
}
.home-1 .col-md-7 p{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.home-1 .col-md-7 a{
    color: #f4df4f;
    font-weight: bold;
}
.home-2{
    padding-top: 90px;
    padding-bottom: 90px;
}
.home-2 .content-sec-2{
    position: relative;
    min-height: 300px;
    background-size: cover;
    padding: 40px;
    margin-bottom: 20px;
    background-position: center;
}
.home-2 .content-sec-2 p, .home-2 .content-sec-2 img{
    position: relative;
    z-index: 2;
}
.home-2 .col-md-4 .content-sec-2 p{
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}
.home-2 .overlay{
    background-color: rgba(1, 73, 80, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    transition: all .3s;
    height: 100%;
}
.home-2 a:hover .overlay{
    background-color: rgba(0, 45, 49, 0.9);
}
.home-2 .icon-home img{
    max-width: 60px;
    margin-bottom: 10px;
}
.home-2 .more-home{
    position: absolute;
    width: 30px;
    bottom: 20px;
    left: calc(50% - 15px);
}
.home-2 .col-md-4 p{
    color: #707070;
    font-size: 14px;
}
.home-2 .p-propertie{
    padding: 0 0 40px 10px;
}
.home-2 .col-10 .border-yellow{
    color: #417477;
    font-weight: bold;
}
.home-2 h2 {
    color: #417477;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}
.home-3{
    background-image: url(../../resources/about-us-home.jpg);
    text-align: center;
    padding: 150px 0;
    color: #fff;
    position: relative;
}
.home-3 h2{
    text-transform: uppercase;
}
.home-3 p{
    color: #fff;
}
.home-3 a{
    color: #fff;
    font-weight: bold;
}
.home-3 a:hover{
    color: #fff;
}
.home-3 .overlay-gray{
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: rgba(36, 36, 35, 0.8);
}
.home-4{
    padding: 90px 0;
}
.home-4 .col-11{
    margin-bottom: 20px;
    transition: all .3s;
   -webkit-box-shadow: 3px 3px 35px 0px rgba(63,63,63,0.1);
-moz-box-shadow: 3px 3px 35px 0px rgba(63,63,63,0.1);
box-shadow: 3px 3px 35px 0px rgba(63,63,63,0.1);
border-radius: 5px;
}
.home-4 .col-11{
    padding: 20px 40px 5px 40px;
}
.home-4 .col-md-2{
    text-align: right;
}
.home-4 .col-md-2 img{
    width: 100%;
    max-width: 50px;
}
.home-5{
    background-color: #417477;
}
.home-5 .col-md-6 img{
    max-width: 250px;
}
.home-5 .col-md-6 p{
    color: #fff;
    font-weight: normal;
    font-size: 26px;
}
.home-5 .col-md-6 a{
    color: #f4df4f;
    font-weight: bold;
}
.home-5 .col-md-6 a:hover{
    color: #f4df4f!important;
}

.home-4 .col-11:hover{
    background: #417477;
}
.home-4 .col-11:hover .title-testimony, .home-4 .col-11:hover p{
    color: #FFF
}
.home-4 .col-md-2 a.arrow-white{
    display: none;
}
.home-4 .col-md-2 a.arrow-yellow{
    display: block
}
.home-4 .col-11:hover a.arrow-white{
    display: block;
}
.home-4 .col-11:hover a.arrow-yellow{
    display: none;
}
@media (max-width: 500px){
    .home-3 p{
        margin-bottom: 2rem;
    }
    .glide_member .glide__bullets {
        bottom: -5em;
    }
    .home-2 .p-propertie {
        padding: 0 0 70px 10px;
    }
     .home-2 .col-md-4 .content-sec-2 p{
        font-size: 28px!important;
    }
    .home-3 p{
        font-size: 13px;
    }
    .home-4 .col-11 {
        padding: 20px 20px 20px 20px;
    }
    .title-testimony {
        color: #417477;
        font-size: 22px;
        font-weight: 500;
    }
    .home-4 .col-md-2 {
        text-align: right;
    }
    .site-footer .col-md-10 p{
        text-align: center;
    }
    .home-1 .col-md-7 h1{
        margin-top: 100px;
        font-size: 32px
    }

}