#home-slider
{
    margin-top: 90px;
}

.owl-item > div,
.owl-item > div > div.container
{
	display: flex;
	flex-flow: column;
    z-index: 100;
    text-align: center;
    align-items: flex-end;
}

.owl-item > div > div.container .home-slider-box
{
  width: 48%;
  text-align: left;
  margin-top: 15vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(255,255,255,0.5);
  border-bottom: 8px solid #8f2630;
  padding: 32px 25px;
}

.owl-item > div:after
{
    content: " ";
    background: rgba(40, 144, 104, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-item > div > h1,
.owl-item > div > div.container .home-slider-box > h1
{
	font-family: Lato;
	font-size: 42px;
	font-weight: 700;
    margin: 0;
    line-height: 54px;
    width: fit-content;
    color: #8f2630;
    margin-bottom: 14px;
    text-transform: uppercase;
    line-height: 1.4;
}

.owl-item > div > p,
.owl-item > div > div.container .home-slider-box > p
{
  font-size: 20px;
  line-height: 1.6;
}

.owl-item > div > h2,
.owl-item > div > div.container > h2
{
    font-size: 28px;
    color: #289068;
    margin-right: 33%;
    line-height: 1.3;
}

.owl-item > div .custom-button-one > span,
.owl-item > div > div.container .custom-button-one > span
{
    font-size: 20px;
    font-weight: 700;
}

#primeira_secao
{
    background: #fff;
}

#primeira_secao .valores-box-container
{
    display: flex;
    justify-content: space-between;
    transition: 0.4s;
}

#primeira_secao .valores-box
{
    border-radius: 10px;
    background: #fff;
    width: 30%;
    padding: 20px;
    text-align: center;
}

#primeira_secao .valores-box h1
{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8f2630;
    margin: 20px 0 10px;
}

#primeira_secao .valores-box p
{
    font-size: 20px;
    font-weight: 400;
    color: #211915;
}

#primeira_secao .valores-box:last-child p {
    margin-bottom: 0;
}

#primeira_secao .valores-box:last-child .aos-separator
{
    margin-bottom: 2em;
}

#primeira_secao .valores-box > p:last-child
{
    margin-bottom: 0;
}

#primeira_secao .valores-box .aos-separator
{
    margin: auto;
}

#primeira_secao .valores-box .valores-box-img-container
{
    min-height: 50px;
}

#segunda_secao
{
    text-align: center;
    height: 500px;
    padding: 0;
    display: flex;
    justify-content: center;
    background-position-y: 23%!important;
}

#segunda_secao a
{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#segunda_secao a:hover
{
    -webkit-text-fill-color: #fff;
}

#segunda_secao h1
{
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(1, 2, 0, 0.5);
}

#segunda_secao .custom-button-one
{
    font-size: 20px;
    font-weight: 700;
}

#blog_latest
{
    padding-bottom: 60px;
}

#blog_latest h1
{
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    color: #8f2630;
    margin: 0 0 100px;
}

.aos-latest-posts-container
{
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.aos-latest-posts-container .post-container-left
{
    width: 63%;
}

.aos-latest-posts-container .post-container-right
{
    width: 33%;
}

.aos-latest-posts-container .post-item
{
    color: #272425;
    margin-bottom: 40px;
    transition: 0.3s;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.14);
}

.aos-latest-posts-container .post-item > .post-item-txt
{
    background: #fff;
}

.aos-latest-posts-container .post-item:hover
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s;
}

.aos-latest-posts-container .post-item .post-item-info
{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.aos-latest-posts-container .post-container-left .post-item
{
    display: flex;
}

.aos-latest-posts-container .post-container-left .post-item:last-child
{
    flex-flow: row-reverse;
}

.aos-latest-posts-container .post-container-left .post-item:last-child .post-item-txt
{
    background: #fff;
}

.aos-latest-posts-container .post-container-right .post-item
{
    height: calc(100% - 40px);
}

.post-container-left .post-item .post-item-txt
{
    padding: 30px;
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.post-container-left .post-item .post-item-img
{
    width: 50%;
    min-width: 50%;
    overflow: hidden;
    max-height: 378px;
}

.post-container-right .post-item .post-item-img
{
    overflow: hidden;
}

.post-container-right .post-item .post-item-img img
{
    height: 378px!important;
    width: auto;
    max-width: none!important;
}

.post-container-left .post-item .post-item-img img
{
    max-width: none!important;
}

.post-container-right .post-item .post-item-txt
{
    padding: 30px;
    height: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.post-container-right .post-item .post-item-img
{
    height: 50%;
}

.aos-latest-posts-container .post-item .post-item-txt h3,
.aos-latest-posts-container .post-item .post-item-txt h3 a
{
    font-size: 36px;
    color: #272425;
    text-transform: none;
    font-weight: 700;
}

.aos-latest-posts-container .post-item .post-item-txt h3 a:hover
{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    -webkit-box-decoration-break: unset;
    box-decoration-break: unset;
    background: transparent;
}

.aos-latest-posts-container .post-item .post-item-txt p
{
    font-size: 18px;
    line-height: 1.5;
}

.aos-latest-posts-container a:hover.button.button_size_1.button_js,
.aos-latest-posts-container a:hover.button.button_size_4.button_js
{
    color: #fff!important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    -webkit-box-decoration-break: unset;
    box-decoration-break: unset;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: 0.3s;
}

.aos-latest-posts-container a.button.button_size_1.button_js,
.aos-latest-posts-container a.button.button_size_4.button_js
{
    background: #8f2630;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    max-width: 130px;
    display: inline-block;
    padding: 4px 23px;
    transition: 0.3s;
}

.aos-latest-posts-container .post-item .post-item-txt a.button.button_size_1 .button_label
{
    padding: 10px 0;
}

.aos-latest-posts-container .post-item .post-item-txt a.button.button_size_1 .button_icon
{
    padding: 10px 0px;
}

@media only screen and (max-width: 1200px)
{
    #home-slider
    {
        margin-top: 98px;
    }

    .post-container-left .post-item .post-item-img img
    {
        min-height: 350px;
        width: auto;
    }

    .aos-latest-posts-container .post-item .post-item-txt h3, .aos-latest-posts-container .post-item .post-item-txt h3 a
    {
        font-size: 26px;
    }

    .owl-item > div > div.container .home-slider-box
    {
      margin-top: 5vh;
    }
}

@media only screen and (max-width: 1023px)
{
    .owl-item > div, .owl-item > div > div.container
    {
        align-items: center;
        background-size: 135%!important;
        min-height: 60vh!important;
    }

    .owl-item > div > h1, .owl-item > div > div.container > h1
    {
        font-size: 34px;
    }

    .owl-item > div > h2, .owl-item > div > div.container > h2
    {
        font-size: 20px;
        text-align: center;
        margin-right: 0;
    }

    #primeira_secao .valores-box-container
    {
        flex-flow: column;
    }

    #primeira_secao .valores-box
    {
        width: 100%;
    }

    #primeira_secao .valores-box:not(:last-child)
    {
        margin-bottom: 40px;
    }

    #blog_latest h1
    {
        margin: 0 0 60px;
    }

    .aos-latest-posts-container .post-container-left,
    .aos-latest-posts-container .post-container-right
    {
        width: 100%;
    }

    .aos-latest-posts-container
    {
        flex-flow: column;
    }

    .aos-latest-posts-container .post-container-left .post-item,
    .aos-latest-posts-container .post-container-left .post-item:last-child
    {
        flex-flow: column;
    }

    .post-container-left .post-item .post-item-img,
    .post-container-right .post-item .post-item-img
    {
        max-height: 330px;
        width: 100%;
        min-width: 100%;
        overflow: hidden;
    }

    .post-container-left .post-item .post-item-img img
    {
        min-height: auto;
        width: 100%;
        margin-left: 0;
    }

    .post-container-left .post-item .post-item-txt,
    .post-container-right .post-item .post-item-txt
    {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .aos-latest-posts-container .post-container-right .post-item
    {
        margin-bottom: 0;
    }

    #blog_latest .aos-latest-posts-container .post-item
    {
        margin-left: 60px;
        margin-right: 60px;
    }

    #blog_latest .aos-latest-posts-container .post-item .post-item-img
    {
        max-height: 100%;
    }

    .post-container-right .post-item .post-item-img img
    {
        height: auto!important;
    }

    .aos-latest-posts-container .post-container-right .post-item
    {
        height: unset!important;
    }

    .post-container-right .post-item .post-item-img img
    {
        width: 100%;
    }

    .owl-item > div > div.container .home-slider-box
    {
      width: 80%;
    }
}

@media only screen and (max-width: 767px)
{
    .overlay-content
    {
        padding: 100px 0 0;
    }

    .owl-item > div > h1, .owl-item > div > div.container > h1 {
        font-size: 30px;
    }

    .owl-item > div > h1, .owl-item > div > div.container > p
    {
        margin-bottom: 3.5em;
    }

    .owl-item > div, .owl-item > div > div.container
    {
        background-size: 140%!important;
        min-height: 100vh!important;
    }

    #segunda_secao
    {
        padding: 60px 0 55px;
    }

    .post-container-right .post-item .post-item-img img,
    .post-container-left .post-item .post-item-img img
    {
        width: 100%;
    }

    .owl-item > div > div.container .home-slider-box
    {
      width: 100%;
      margin-top: 0;
    }
}

@media only screen and (max-width: 414px)
{
    .owl-item > div, .owl-item > div > div.container {
        background-size: 300%!important;
        background-position: center top!important;
        min-height: 100vh!important;
    }

    .owl-item > div, .owl-item > div > div.container
    {
        justify-content: flex-end;
    }

    .owl-item > div > h1, .owl-item > div > div.container > h1
    {
        text-align: center;
    }

    #blog_latest .aos-latest-posts-container .post-item
    {
        margin-right: 0;
        margin-left: 0;
    }
}
