.clear {
    clear: both;
}
/*******************************************************************************
* PAGE ABOUT-US
*******************************************************************************/
/* header */
section.about-us-welcome-image {
    background: url(../Images/bg.quem.somos.320x350.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.about-us-welcome-image section.about-us-tagline {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.about-us-welcome-image section.about-us-tagline h1 {
    margin: 40px auto;
    font-size: 2em;
}
section.about-us-welcome-image .about-us-btn a {
    line-height: 40px;
    color: #fff;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    margin: 0 auto;
    padding: 5px 45px;
    display: inline-block;
}
section.about-us {
    padding: 25px 0;
    background: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
}
section.about-us > .container * {
    color: #3d3d3d;
}
section.about-us > .container {
    max-width: 800px;
}
section.about-us > .container > ul > li {
    padding-bottom: 10px;
    font-size: 1.1em;
}
section.about-us > .container > ul > li > a {
    color: #80bd01;
    text-decoration: underline;
    font-weight: bold;
}
section.about-us > .container > p {
    font-size: 1.1em;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
section.about-us-cta {
    background: url(../Images/bg.quem.somos.izigo.320x370.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
}
section.about-us-cta > .container {
    text-align: center;
}
section.about-us-cta > .container > h1 {
    line-height: 1.4em;
}
section.about-us-cta > .container > button {
    line-height: 45px;
    color: #fff;
    border-radius: 85px;
    background-color: #80bd01;
    font-weight: 500;
    padding: 5px 45px;
    margin-top: 35px;
}
.about-us-blog {
    width: 100%;
    padding: 11px;
    background: #f7f7f7;
}
.about-us-blog .container {
    max-width: 800px;
}
.about-us-blog .owl-item {
    background: #2f4456;
}
.about-us-blog-article {
    color: #ffffff;
    padding: 0px 15px;
}
.about-us-blog-article h3 {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 25px;
}
.about-us-blog-article a {
    display: inline-block;
    margin-bottom: 15px;
}
.about-us-blog-article a.btn-green-small {
    background: #80bd01;
    padding: 6px 15px;
    float: right;
    border-radius: 85px;
    font-weight: 500;
}
.about-us-blog-article a.btn-green-small img {
    float: right;
    width: 14px;
    height: 24px;
    margin-left: 7px;
}
.about-us-blog-discover {
    text-align: center;
    clear: both;
    width: 100%;
}
.about-us-blog-discover h2 {
    margin-top: 35px;
    color: #3d3d3d;
}
.about-us-blog-discover a {
    color: #80bd01;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 700;
}
.about-us-blog-discover a img {
    float: right;
    width: 14px;
    height: 24px;
    margin-left: 7px;
}
.about-us-blog-article p {
    min-height: 60px;
    display: block;
}
/***********************************************************************************************
* MEDIA QUERIE MIN 480PX
***********************************************************************************************/
/* media querie 480px; */
@media only screen and (min-width: 480px) {
    section.about-us {
        padding: 35px 0;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 768PX
***********************************************************************************************/
@media only screen and (min-width: 768px) {
    section.about-us-welcome-image  {
        background: url(../Images/bg.quem.somos.768x400.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .about-us-mission-values-intro {
        background: url(../Images/bg.quem.somos.izigo.768x300.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 150px 0 50px;
    }
    .about-us-blog {
        padding: 75px 0;
    }
    .about-us-blog-discover h2 {
        font-size: 2em;
        padding-bottom: 15px;
        font-weight: 500;
    }
    .about-us-blog h3 {
        font-size: 1.250em;
    }
    .about-us-blog-discover a {

    }
    .about-us-blog-article {
        position: relative;
    }
}
/***********************************************************************************************
* MEDIA QUERIE MIN 992PX
***********************************************************************************************/
/* media querie 992px; */
@media only screen and (min-width: 992px) {
    section.about-us-welcome-image  {
        background: url(../Images/bg.quem.somos.992x600.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.about-us-welcome-image section.about-us-tagline h2 {
        width: 70%;
        margin: 0 auto;
    }
    section.about-us {
        padding: 45px 0;
    }}
/***********************************************************************************************
* MEDIA QUERIE MIN 1200PX
***********************************************************************************************/
/* media querie 1200px; */
@media only screen and (min-width: 1200px) {
    section.about-us-welcome-image {
        background: url(../Images/bg.quem.somos.1920x300.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.about-us-welcome-image section.about-us-tagline h2 {
        width: 50%;
    }
    section.about-us > .container {
        max-width: 900px;
    }
    section.about-us-blog-article p {
        /*height: 75px;*/
    }
}
/***********************************************************************************************
* MODAL
***********************************************************************************************/

textarea {
    resize: none;
}
.clients-testimony .owl-carousel {
    max-width: 1440px;
    margin: 0 auto;
}