
body,html{
font-family: "Outfit", serif;

}

p{
    margin-bottom:0;
    font-size:18px;
    color:#293241;
    font-weight:300;
}

img{
    width:100%;
}

a{
    color:inherit;
    text-decoration: none;
}

b{
    font-weight:700;
}

#main-section{
    background-image:url(../img/main.jpg);
    background-size:cover;
    height:600px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top:150px;
}


#main-section .logo-header{
    width:350px;
    margin:0 auto;
}

#main-section .claim p{
    color:#fff;
}

.btn-general{
    background-color:#D8685D;
    height:50px;
    border-radius:10px;
    border:none;
    color:#fff;
    padding-left:30px;
    padding-right:30px;
}

#text-section .margin-box{
    background-color:#FAF3F3;
    padding:150px 35px 50px 35px;
    border-radius:15px;
    margin-top:-150px;
}



#text-section .logo-red{
    width:70%;
    
}

.pretitle{
    text-transform: uppercase;
    font-weight:700;
    color:#A01722;
}

.title{
    color:#11162F;
    border-left:10px solid #9BC0DA;
    padding-left:10px;
    font-size:35px;
    font-weight:700;
}

#text-section{
    padding-top:80px;
}

.cont-container{
    width:95%;
    margin:0 0 0 auto;
}

.section-row{
    margin-top:100px;
}

.left-box{
    width:50%;
}

.right-box{
    width:50%;
    background-color:#FAF3F3;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    padding:35px;
}

#activity-section{
    padding-top:100px;
    padding-bottom:100px;
}

.icon-box img{
    width:60px;
}

.icon-box.line{
    border-right:2px solid #FAF3F3;
}

.icon-box{
    height:100%;
}

#news-section{
    background-color:#FAF3F3;
    padding-top:100px;
    padding-bottom:100px;
}

#news-section h3{
    font-size:20px;
    font-weight:700;
}

#news-section .news-text{
    padding:20px;
    background-color:#fff;
     border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#news-section .title-container{
    height:70px;
}

#news-section .news-img{
    height:215px;
}

#news-section .news-img img{
    object-fit: cover;
    height:100%;
    width:100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.news-container .text-container{
    height:150px;
}

.news-container .text-container p{
    font-size:16px;
}

.btn-modal{
    color:#A11722;
    font-weight:700;
    background-color: transparent;
    border:none;
}

.news-car .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    color:#A11722;
}

.news-car.owl-theme .owl-nav [class*=owl-]:hover{
    color:#A11722;
    background-color:transparent;
}

.news-car .owl-dots{
    margin-top:20px;
}


.news-modal .modal-header, .news-modal .modal-footer{
    border:none;
}

.news-modal h5{
    font-weight:700;
    font-size:25px;
}

.news-modal img{
    height:250px;
    object-fit: cover;
}

.news-modal .btn-general{
    height:40px;
}

.news-modal p{
    font-size:15px;
}

.prefooter{
    background-color:#1A2346;
    padding-top:15px;
    padding-bottom:15px;
}


.prefooter .footer-text{
    color:#fff;
    font-size:15px;
}

.logo-footer .title-footer{
    font-weight:700;
    font-size:15px;
    
}

.logo-footer{
    padding-top:30px;
    padding-bottom:50px;
}

.logo-footer img{
    height:110px;
    width:auto;
}

.logo-footer .footer-col{
    border-left:2px solid #E3BABE;
    padding-left:20px;
    
}

.container-custom{
    width:90%;
    margin:0 auto;
}

.left-box img{
    width:100%;
    height:100%;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    
     p {
    font-size: 15px;

}
    
        .title {
    font-size: 25px;

}
    
    .logo-footer img {
    height: 100px;
    width: auto;
}

}

@media only screen and (max-width: 992px) {
    
#text-section .margin-box {
    background-color: #FAF3F3;
    padding: 30px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    margin-top:50px;
}
    .cont-container {
    width: 100%;
    margin: 0 0 0 auto;
}
    
    #text-section .logo-red {
    width: 200px;
}
    
    .section-row.mobile-row {
    margin-top: 0px;
}
    
    .icon-box.line {
    border-right:0;
    margin-bottom:30px;
}
    
    #activity-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
    
        .logo-footer img {
        height: 70px;
        width: auto;
    }
    
    
    .loghi-container{
        flex-wrap:wrap;
    }
    
    .footer-col.last-col{
        border-left:0;
        padding:0;
        margin-top:30px;
    }
    
    .news-container .text-container p {
    font-size: 15px;
}
}

@media only screen and (max-width: 767px) {
    
    
#main-section .logo-header {
    width: 80%;
    margin: 0 auto;
}
    
    #main-section {
    background-image: url(../img/main.jpg);
    background-size: cover;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}
    
    .left-box{
        width:100%;
    }
    
    .left-box img {
    width: 100%;
    height: auto;
    
}
    .right-box {
    width: 100%;
    background-color: #FAF3F3;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    padding: 35px 20px;
}
    
    .title{
        font-size:20px;
    }
    
    p{
        font-size:14px;
}
    
    .logo-footer .footer-col{
        border:0;
        padding:0;
    }
    
    #text-section {
    padding-top: 40px;
}
    
    .icon-box {
    height: 100%;
    width:95%;
    margin-bottom:30px;
}
    
        .icon-box.line {
        border-right: 0;
        margin-bottom: 30px;
    }
    
    #news-section {
    background-color: #FAF3F3;
    padding-top: 50px;
    padding-bottom: 50px;
}
    
    .prefooter .footer-text {
    color: #fff;
    font-size: 12px;
}
    
    .news-modal p {
    font-size: 14px;
}
    
    #newsModal h5 {
    font-weight: 700;
    font-size: 20px;
}
    
    .news-container .text-container p {
    font-size: 14px;
}
    
    .section-row {
    margin-top: 50px;
}
    
    
}


