.container {
    max-width: 1920px !important;
    width: 90% !important;
    overflow: hidden !important;
}

.centraliza-texto{
    text-align: center;
}

.fundo-cinza {
    background-color: #f4f4f4;
}

.padding-30 {
    padding: 30px 0 !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-60 {
    padding: 60px 0 !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-lado-10 {
    margin: 0 20px !important;
    padding: 0 !important;
}

.row-between {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.row-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.row-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.zerar-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.container-1 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.container-1 h1 {
    color: #2794df;
    font-size: 47px;
    line-height: 53px;
    margin-bottom: 25px;
}

.container-1 p {
    font-size: 17px;
    line-height: 27px;
    color: #595959;
}

.container-1 ul {
    list-style: none;
}

.container-1 li {
    margin: 50px 0;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.container-1 li i {
    color: #d2d7db;
}

.titulo-chamada{
	text-align: center;
    color: #4d4d4d;
    font-size: 36px;
		}

.link-youtube {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #df2727;
    padding: 15px;
    border-radius: 5px;
    max-width: 260px;
    transition: .2s ease;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);
    margin-bottom: 80px;

	text-align:center;
    display: block;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.link-youtube i {
    color: #fff;
    font-size: 30px !important;
}

.link-youtube:hover {
    background-color: #ff3d3d;
}

.container-1 i {
    font-size: 50px;
    margin-right: 20px;
}

.container-1 .card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

.container-1 .card i {
    color: #2794df;
}

.container-1 .card h2 {
    color: #595959;
}

.verde {
    color: #0f9d58 !important;
}

.cinza {
    color: #4d4d4d !important;
}

.amarelo {
    color: #f7c300 !important;
}

.menu-clientes a{
    font-size: 13px !important;
    cursor: pointer;
}

.cliente-exemplo {
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}

.cliente-exemplo img {
    height: 280px;
    object-fit: cover;
}

.cliente-exemplo .overlay {
    background: rgba(0, 0, 0, .5);
    background-origin: content-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    background-position-x: calc(100% - 4px);
  }
  
  .cliente-exemplo:hover .overlay {
    opacity: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .cliente-exemplo .overlay span {
    opacity: 0;
    color: #FFF;
    text-align: center;
    margin: 10px;
    /*font-size: 30px;*/
    font-size: 1.2vw;
  }
  
  .cliente-exemplo:hover .overlay span {
    opacity: 1;
    transition: 0.5s ease-in-out 0s;
  }

  .clientes__titulo__verde {
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    /* color: #0D7D45; */
    font-size: 13pt;
}

.clientes__titulo__cinza {
    text-align: center;
    color: #4d4d4d;
    font-size: 36px;
    margin-bottom: 15px;
}



  .modal {
      max-width: none !important;
      width: 80% !important;
      height: 80%;

      background: transparent !important;
      padding: 0 !important;
  }

  .titulo {
    background-color: #2794df;
    color: #ffffff;
    padding: 20px 0;
    float: none;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

.titulo h2 {
    font-size: 35px;
}

/*===========================================
                 MEDIA 
============================================*/
@media (max-width: 720px) {

    .row-between {
        flex-flow: row wrap;
    }

    .margin-lado-10 {
        margin: 20px 0 !important;
    }

    .container-1 ul {
        padding: 30px 0;
    }

    .container-1 li {
        margin: 10px 0 !important;

        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .cliente-exemplo .overlay span {
        font-size: 6vw;
    }

    .container-1 h1 {
        text-align: center;
    }

    .padding-60 {
        padding: 30px 0 !important;
    }

    .section__mobile {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .margin-mobile {
        margin: 30px 0 !important;
    }
	.link-youtube{width:100%; float:left; display:block;}

}

@media (max-width: 1024px) {
    .container-1 h1 {
        font-size: 37px;
        line-height: 43px;
        margin-bottom: 15px;
    }
    
    .container-1 p {
        font-size: 13px;
        line-height: 17px;
    }

    .container-1 li {
        margin: 25px 0;
    }
}

@media (max-width: 1280px) {

    .padding-30 {
        padding: 20px 0 !important;
    }
    
    .padding-top-30 {
        padding-top: 20px !important;
    }
    
    .padding-60 {
        padding: 40px 0 !important;
    }
    
    .margin-bottom-30 {
        margin-bottom: 20px !important;
    }
    
    .margin-lado-10 {
        margin: 0 13px !important;
    }
    
    .container-1 h1 {
        font-size: 31px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    
    .container-1 p {
        font-size: 13px;
        line-height: 18px;
    }
    
    .container-1 li {
        margin: 33px 0;
    }
    
    .container-1 a {
        font-size: 13px;
    }
    
    .container-1 i {
        font-size: 33px;
        margin-right: 13px;
    }
    
    .menu-clientes a{
        font-size: 13px !important;
    }
    
    /*.cliente-exemplo:nth-child(1) {
        margin: 0 13px 0 0 !important
    }
    
    .cliente-exemplo:nth-child(4) {
        margin: 0 0 0 13px !important
    }*/
      
    .cliente-exemplo .overlay span {
        margin: 7px;
    }

}

@media (max-width: 1366px) {
    .padding-30 {
        padding: 21px 0 !important;
    }
    
    .padding-top-30 {
        padding-top: 21px !important;
    }
    
    .padding-60 {
        padding: 43px 0 !important;
    }
    
    .margin-bottom-30 {
        margin-bottom: 21px !important;
    }
    
    .margin-lado-10 {
        margin: 0 14px !important;
    }
    
    .container-1 h1 {
        font-size: 33px;
        line-height: 37px;
        margin-bottom: 17px;
    }
    
    .container-1 p {
        font-size: 14px;
        line-height: 19px;
    }
    
    .container-1 li {
        margin: 35px 0;
    }
    
    .container-1 a {
        font-size: 14px;
    }
    
    .container-1 i {
        font-size: 35px;
        margin-right: 14px;
    }
    
    .menu-clientes a{
        font-size: 14px !important;
    }
    
    /*.cliente-exemplo:nth-child(1) {
        margin: 0 14px 0 0 !important
    }
    
    .cliente-exemplo:nth-child(4) {
        margin: 0 0 0 14px !important
    }*/
      
    .cliente-exemplo .overlay span {
        margin: 8px;
    }
}

@media (max-width: 1440px) {
    .padding-30 {
        padding: 22px 0 !important;
    }
    
    .padding-top-30 {
        padding-top: 22px !important;
    }
    
    .padding-60 {
        padding: 45px 0 !important;
    }
    
    .margin-bottom-30 {
        margin-bottom: 22px !important;
    }
    
    .margin-lado-10 {
        margin: 5px 15px !important;
    }
    
    .container-1 h1 {
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 18px;
    }
    
    .container-1 p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .container-1 li {
        margin: 37px 0;
    }
    
    .container-1 a {
        font-size: 15px;
    }
    
    .container-1 i {
        font-size: 37px;
        margin-right: 15px;
    }
    
    .menu-clientes a{
        font-size: 15px !important;
    }
    
    /*.cliente-exemplo:nth-child(1) {
        margin: 0 15px 0 0 !important
    }
    
    .cliente-exemplo:nth-child(4) {
        margin: 0 0 0 15px !important
    }*/
      
    .cliente-exemplo .overlay span {
        margin: 8px;
    }
}

