/*RESET*/
body{
    overflow-x: hidden;
    width: 100%;
}
h1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-family: 'Open Sans', sans-serif;
}
h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
}
h3{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%; 
    letter-spacing: -0.02em;
}
p{
    color: #58606C;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    letter-spacing: -0.02em;
}
.container-fluid{
    padding: 15px 64px !important;
}

/*HEADER*/
.header{
    width: 100%;
    background: linear-gradient(90deg, #000000 0%, #383838 100%);
    padding: 32px 0;
}

/*BANNER*/
.banner{
    width: 100%;
    height: 87vh !important;
    background-image: url('../../../jpg/bg-banner.jpg'), linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner:hover{
    background-image: url('../../../jpg/bg-banner.jpg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.banner h1{
    color: #fff;
    margin-top: 488px;
}

.banner h2{
    color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 124%;

    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

    margin-top: 22px;

}

.banner .lines-banner{
    background: url('../../../png/line-banner.png') no-repeat;
    width: 368px;
    height: 106px;
    position: absolute;
    right: 0px;
    top: 240px;
}

/*NAVIGATION*/
.header-navigation{
    background: linear-gradient(90deg, #000000 0%, #383838 100%);
    z-index: 99999;
    position: relative;
    width: 100%;
}

.header-navigation.internal{
    position: fixed;
    width: 100%;
    top: 0;
}

.sticky { 
    width: 100%;
   }
  
  .fixed {
    position: fixed;
    top:0;
   }

.header-navigation .navbar{
    padding: 15px 0px !important;
}

.header-navigation .navbar ul li {
    margin-left: 40px;
}

.header-navigation .navbar ul li a{
    color:  #E9EEF5 !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

/*HOME*/
.section-about{
    padding:105px 0;
}

.section-about h2{
    margin-bottom: 48px;
    text-align: left;
}

.section-about p{
    text-align: left;
}

.btn-pngo{
    background: linear-gradient(90deg, #5C0000 0%, #861515 52.13%, #C52F33 100%);
    box-shadow: 0px 8px 24px -4px rgba(127, 136, 150, 0.4);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 12px 24px !important;
    margin-top: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
}
.btn-pngo i{
    margin-left: 10px;
}
.btn-pngo:hover{
    color: #fff;
}

/*ACTING*/
.acting{ 
    padding:105px 0;
}
.acting h2{
    margin-bottom: 50px;
}
.acting img{
    margin-bottom: 10px;
}
.acting p{
    margin-bottom: 90px;
}
.sec-cta p{
    margin-bottom: 0;
}
.shape-top{
    width: 100%;
    height: 258px;
    background: url('../../../png/shape-section.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
}

/*EVENTS*/
.events{
    background: linear-gradient(90deg, #000000 0%, #383838 100%);
    padding: 205px 0;
    margin-top: -240px;
}

.events h2{
    color: #fff;
    position: relative;
    z-index: 10;
}

.events .itens{
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

.events .itens a{
    text-decoration: none;
}

.events .itens a:hover p{
    color: #C52F33;
}

.events .itens img{
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.events .itens p{
    color: #BFC9DB;
    margin-top: 24px;
}

.events .btn-pngo{
    position: relative;
    z-index: 10;
}

.shape-bottom{
    width: 100%;
    height: 369px;
    background: url('../../../png/shape-section-bottom.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -360px;
}

/*TRIBUTEs*/
.tributes{
    padding-bottom: 105px;
}
.tributes h2{
    margin-bottom: 50px;
}
.tributes ul li{
    margin-bottom: 24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    letter-spacing: -0.02em;
    color:#58606C;
}
.tributes .btn-pngo i{
    margin-left: 0;
}
.tributes .shape-tributes{
    background: url('../../../svg/icons/trinute-bg.svg') no-repeat;
    width:514px;
    height: 553px;
    position: absolute;
    left: -210px;
}

.tributes .hide-item{
    display: none;
}

/*CONTACT*/
.contact{
    width: 100%;
    
    padding: 105px 0;
    
}
.contact h2{
    margin-bottom: 24px;
}

.contact .box-form{
    background: #FFFFFF;
    box-shadow: 0px 8px 24px -4px rgba(127, 136, 150, 0.4);
    padding: 42px 83px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 11;
}

.contact .box-form label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    font-size: 12px;
    color: #7F8896;
    margin-bottom: 2px !important;
}

.contact .box-form input[type="text"]{
    border: 1px solid #BFC9DB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #7F8896;
    margin-bottom: 10px;  
}

.contact .box-form textarea{
    border: 1px solid #BFC9DB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #7F8896;
    margin-bottom: 10px;  
}

.contact .box-form input[type="text"]::placeholder, .contact .box-form textarea::placeholder{
    color: #BFC9DB;
}

.shape-contact{
    width: 600px;
    height: 539px;
    background: url('../../../svg/decorations/bg-form.svg') no-repeat;
    position: absolute;
    margin-left: 644px;
    margin-top: -350px;
    z-index: 10;
}

/*FOOTER*/
.footer{
    width: 100%;
    background: linear-gradient(90deg, #000000 0%, #383838 100%);
    padding-top: 160PX;
    padding-bottom: 80px;
    margin-top: -120px;
}

.shape-footer{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -255px;
}

.shape-footer-about{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat;
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: 45px;

}

@media (max-width: 414px){
   .shape-footer{
    margin-top: -79px;
}
   .shape-footer-album{
    margin-top: -75px;
}
}

@media (max-width: 820px){
   .lines-internal{
	display:none;
}
}

.shape-footer-detail{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -123px;
}

.shape-footer-contact{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -141px;
}

.shape-footer-specific{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -40px;
}

.shape-footer-album{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -158px;
}

.shape-footer-empty{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat; 
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: -89px;
}
.shape-footer-home{
    width: 100%;
    height: 210px;
    background: url('../../../png/shape-footer.png') no-repeat;
    position: relative;
    z-index: 9;
    background-position: top center;
    margin-top: 37px;
}


.footer ul{
    list-style: none;
    margin-left: -30px;
    margin-top: 40px;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.footer h3{
    color: #fff;
    margin-top: 10px;
}

.footer p{
    color: #fff;
    font-size: 16px;
}

a.links{ 
    color: #fff;
    text-decoration: underline;
}


/*ABOUT*/
.section-about-page{
    padding:105px 0;
}

.section-about-page h1{
    text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #5C0000 0%, #861515 52.13%, #C52F33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 72px;
    margin-top: 42px;
}

.section-about-page h2{
    margin-bottom: 32px;
    text-align: left;
    font-size: 24px;
}

.section-about-page p{
    text-align: left;
}
.section-about-page .name{
    text-align: left;
    font-size: 16px;
}
.section-about-page .second{
    margin-top: 150px;
}

.videos-about{
    padding-top: 150px;
    padding-bottom: 150px;
}

.videos-about .video{
    position: relative;
    z-index: 10;
}

.videos-about .video iframe{
    width: 100% !important;
}

.videos-about .video.video2{
    margin-top: 120px;
}

.videos-about .shape-video-1{
    width: 837px;
    height: 748px;
    background: url('../../../png/backVideo1.png') no-repeat;
    position: absolute;
    top: -240px;
    left: -210px;
}

.videos-about .shape-video-2{
    width: 837px;
    height: 756px;
    background: url('../../../png/backVideo2.png') no-repeat;
    position: absolute;
    top: 140px;
    left: 155px;
}

.videos-about .shape-video-3{
    width: 750px;
    height: 646px;
    background: url('../../../png/backVideo3.png') no-repeat;
    position: absolute;
    top: 140px;
    left: 155px;
}

.values{
    padding: 100px 0 180px 0px;
}

.values .container{
   /* max-width: 1260px !important;*/
}

.values h2{
    margin-bottom: 70px;
    text-align: left;
    font-size: 24px;
}

.values .box{
    background: #FFFFFF;
    box-shadow: 0px 8px 24px -4px rgba(127, 136, 150, 0.4);
    padding: 50px 20px;
    min-height: 324px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.values .box img{
    margin-top: -130px;
    margin-left: -40px;
}
.values .box p{
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: -2rem;
}

@media (min-width: 1025px){
    .section-values-first-row{
        padding: 0px 0px 100px 0px;
        width: 100%;
    }    
}

/*SERVICE*/
.section-services-page{
    padding:105px 0 0 0;
}

.lines-internal{
    background: url('../../../png/line-banner.png') no-repeat;
    width: 208px;
    height: 106px;
    position: absolute;
    right: -62px;
    top: 129px;
}

.section-services-page h1{
    text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #5C0000 0%, #861515 52.13%, #C52F33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 72px;
    margin-top: 42px;
}

.services-acting {
    padding: 0;
}

.services-acting h2{
    font-size: 24px;
    max-width: 640px;
}

.services-values{
    margin-left: -18px;
}

.vision{
    margin-top: 8px;
}

.services-values ul li{
    margin-bottom: 2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    letter-spacing: -0.02em;
    color:#58606C;
}

.contact-services{
    padding: 20px 0 105px 0;
}

.contact-services .shape-contact{
    background: url('../../../png/bg-form-internal.png') no-repeat;
    margin-left: 654px;
    margin-top: -260px;
}

/*EVENTS*/
.events-internal{
   background: #fff; 
   margin-top: 0;
   padding: 0;
}

.events-internal h2{
    font-size: 24px;
    max-width: 640px;
    color: #000000;
}

.events-internal .item{
    margin-bottom: 42px;
}

.events-internal .item a{
    text-decoration: none;

}

.events-internal .item a:hover p{
    color: #C52F33;
}

.title-events-internal h3{
    font-size: 24px;
}

.title-events-internal span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-top: 24px;
    display: block;
}

.title-events-internal p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    letter-spacing: -0.02em;
    color: #58606C;
    max-width: 637px;
    margin-top: 35px;
}

.events-internal .itens p{
    color: #58606C;
    font-size: 18px;
    font-weight: 600;
}

.events-internal .itens span{
    color: #58606C;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    display: block;
    margin-top: -10px;
}

/*FORM INTERNAL*/
.section-form-internal{
    padding:105px 0 0 0;
}

.section-form-internal .lines-internal{
    background: url('../../../png/line-banner.png') no-repeat;
    width: 208px;
    height: 106px;
    position: absolute;
    right: -62px;
    top: 129px;
}

.section-form-internal h1{
    text-align: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #5C0000 0%, #861515 52.13%, #C52F33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 72px;
    margin-top: 42px;
}

.section-form-internal h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.section-form-internal p{
    max-width: 615px;
}

.contact-internal{
    padding: 20px 0 105px 0;
}

.contact-internal .shape-contact{
    background: url('../../../png/bg-form.png') no-repeat;
    margin-left: 654px;
    margin-top: -580px;
}

.contact-internal span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #7F8896;
}

.contact-internal .file{
    height: 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-color: #BFC9DB;
}

.contact-internal .msg{
    height: 120px;
}

.testimonials{
    margin-top: 80px;
}

.testimonials .left .name{
    text-align: right;
    font-size: 16px;
}

.testimonials .left .text-testimonials{
    margin-left: 25px;
    margin-top: 40px;
}

.testimonials .item{
    margin-bottom: 105px;
}

.testimonials .shape-content{
    background: url('../../../png/lines-content.png') no-repeat;
    width: 208px;
    height: 106px;
    
    left: 0px;
    bottom: 0;
}

.contact-internal.shape .shape-contact{
    margin-top: -490px;
}


/*LIGHTBOX*/
.ekko-lightbox {
    background-color: rgba(0,0,0,0.7);
}

.ekko-lightbox .modal-body{
    padding: 0;
}

.ekko-lightbox .modal-header{
    border: none  !important;
    padding: 0 !important;
}

.ekko-lightbox .modal-header .modal-title{
    display: none;
}

.ekko-lightbox .modal-header .close{
    position: absolute;
    right: -55px;
    top: -16px;
    display: block;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 40px;
    outline: none;
}

.ekko-lightbox .modal-header .close:hover, .ekko-lightbox a.arow-right:hover span, .ekko-lightbox a.arow-left:hover span{
    color: #C52F33;
}

.ekko-lightbox a.arow-left {
    margin-left: -80px;
}

.ekko-lightbox a.arow-right {
    margin-right: -80px;
}

.ekko-lightbox a{
    opacity: 1 !important;
}


/*MODAL*/
.modal .modal-header{
    border-bottom: 0;
    padding: 0px;
}

.modal .modal-header .close{
    font-size: 40px;
    outline: none;
    z-index: 99999;
}

.modal .modal-header .close:hover{
    color: #C52F33;
    opacity: 1;
}

/*.modal .modal-content{
    padding: 20px 30px 30px 30px;
}*/

.modal .modal-body img{
    margin-bottom: 30px;
}

.modal .modal-body p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #000000;
}


/*Button*/
.ButtonCategory {
    box-shadow: 0px 8px 24px -4px rgba(127, 136, 150, 0.4);
    border-radius: 8px;

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;

    border: 0;
    padding: 12px 24px 12px 24px;

    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-gap: 12px;

    align-items: center;
    justify-content: center;
    
}

.ButtonPosition{
    position: absolute;
    bottom: 24px;
    left: 102px;
}

.Button span {
    white-space: nowrap;
}

.ButtonCategory svg * {
    fill: #FFFFFF;
}

.ButtonCategory:not(.Button_disabled):hover {
    background: #5C0000;
}

.ButtonCategory.Button_disabled {
    background: #BFC9DB;
    color: #E9EEF5;
}

.ButtonCategory.Button_disabled svg * {
    fill: #E9EEF5;
}

.ButtonCategory {
    background: linear-gradient(90deg, #5C0000 0%, #861515 52.13%, #C52F33 100%);
    color: #FFFFFF;
}

.ButtonSecondary {
    color: #5C0000;
}

.ButtonSecondary svg * {
    fill: #5C0000;
}

.imageEvents{
    margin-top: -45px !important;
    margin-left: 0px !important;
}

.boxEvents{
    min-height: 420px !important;
}

.boxEventsScientific{
    min-height: 684px !important;
}

.boxEventsVanguard{
    min-height: 684px !important;
}

.boxEventsCultural{
    min-height: 684px !important
}

.subtitleEvents{
    /* Nossos Eventos */
    margin-top: -33px;
    min-width: 117px;

    height: 16px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */

    display: flex;
    align-items: center;

    /* Colors/Grey/Vivid */

    color: #7F8896;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.subtitleEventsShow{
    /* Aqui na Paniago Advogados, crescimento sociocultural e acadêmico-científico, fazem parte do nosso DNA, em um relacionamento transformador */

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 124%;
    /* or 30px */

    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

    /* Colors/Basic/BlackGradient */

    background: linear-gradient(90deg, #000000 0%, #383838 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.subsubTitleEventsShow{
    
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */
    
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    
    /* Colors/Basic/BlackGradient */
    
    background: linear-gradient(90deg, #000000 0%, #383838 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mottoTitle{
    width: 117px;
    height: 18px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */

    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

    color: #FFFFFF;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;

    margin-top: 22px;
}
}

/*RESPONSIVE*/
@media (max-width: 1367px) { 
    .banner h1{
        margin-top: 370px;
    }
}
@media (max-width: 1024px) { 
    .header-navigation .navbar ul li{
        margin-left: 20px;
    }
    .section-about img, .section-about-page img{
        width: 100%;
    }
    .tributes .shape-tributes{
        left: -325px;
    }
    .shape-contact{
        margin-left: 350px;
    }
    .banner .lines-banner{
        right: 0;
    }
    .values .box{
        margin-bottom: 60px;
        min-height: 350px;
    }
    .contact-services .shape-contact{
        margin-left: 374px;
        margin-top: -340px;
    }

    .contact-internal .shape-contact{
        display: none;
    }
}
@media (max-width: 768px) { 
    .shape-contact{
        display: none;
    }
    .tributes .shape-tributes {
        left: -415px;
    }
    a.links{
        font-size: 14px;
    }
    .section-about img{
        margin-top: 70px; 
    }
    .banner h1{
        margin-top: 410px; 
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: none;
    }
    .navbar-light .navbar-toggler-icon i{
        margin-top: 5px;
    }
    .banner .lines-banner{
        width: 278px;
    }
    .videos-about .shape-video-2{
        left: 45px;
        width: 700px;
    }
    .videos-about .shape-video-3{
        left: 5px; 
        width: 700px;
    }
    .values .box {
        margin-bottom: 80px;
        min-height: 280px;
    }
    .ekko-lightbox a.arow-left {
        margin-left: -60px;
    }
    .ekko-lightbox a.arow-right {
        margin-right: -60px;
    }
    .ekko-lightbox .modal-header .close{
        right: 0;
        top: -56px;
    }
    .values .box{
        position: static;
        min-height: auto !important;
    }
    .ButtonPosition{
        position: relative;
       
        margin-top: 86px;
        margin-left: -32px;

    }
}

@media (max-width: 1500px){
    .values{
        padding: 100px 0 180px 0px;
    }
    
}

@media (max-width: 4000px){
    .testimonials .item img {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 70.99%;
    height: 90%;
   }

@media (max-width: 280px) {
.banner h1 {
        margin-top: 235px;
    }

}

@media (max-width: 360px) {
.banner h1 {
        margin-top: 387px;
    }

}


@media (max-width: 390px) {
.banner h1 {
        margin-top: 500px;
    }

}


@media (max-width: 526px) {
    .tributes .shape-tributes{
        display: none;
    }
    .contact .box-form{
        padding: 42px 33px;
    }
    .info-footer{
        margin-top: 30px;
    }
    .banner h1 {
        margin-top: 317px;
    }
    .banner .lines-banner{
        width: 188px;
    }
    .videos-about .shape-video-1, .videos-about .shape-video-2, .videos-about .shape-video-3{
        display: none;
    }
    .videos-about {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .section-about-page img {
        margin-top: 50px;
    }
    .section-about-page {
        padding: 80px 0;
    }
    .values {
        padding: 0px 0 30px 0;
    }
    .section-about-page .second {
        margin-top: 60px;
    }
    .lines-internal{
        width: 78px;
    }
    .section-form-internal .lines-internal{
        width: 78px;
    }
    .testimonials .item img{
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 34%;
        height: 85%;
    }
    .testimonials .left .text-testimonials{
        margin-left: 0;
        text-align: center;
    }
    .testimonials .left .name{
        text-align: center;
    }
    .testimonials .right .text-testimonials{
        margin-top: 40px;
    }
    .testimonials .right .name{
        text-align: center;
    }
    .testimonials .shape-content{
        margin-left: -60px;   
    }

    .ekko-lightbox a.arow-left {
        margin-left: 0;
    }
    .ekko-lightbox a.arow-right {
        margin-right: 0;
    }
    .ekko-lightbox a.arow-right:hover span, .ekko-lightbox a.arow-left:hover span{
        color: #fff;
    }
    .ekko-lightbox a{
        opacity: 0 !important;
    }
    .ekko-lightbox a:hover{
        opacity: 1 !important;
    }

 }

@media (max-width: 300px){
	.banner h1{
		margin-top: 210px;
}
}

 .careersImage{
    clip-path: path('M53.5295 0.0341717C31.1339 -0.95723 11.8517 19.7898 3.95944 40.6148C-3.93279 61.4398 0.194338 86.2861 14.3692 103.519C22.5566 113.472 34.9268 121.163 47.7872 119.855C58.5478 118.741 67.6598 111.756 75.7915 104.683C85.3631 96.3519 94.4949 87.5288 103.15 78.2491C107.316 73.7933 111.471 69.0424 113.442 63.2778C116.517 54.3051 113.721 44.1738 108.391 36.3095C103.061 28.4451 84.9202 1.41545 53.5295 0.0341717Z');
 }

 .titleEmail{
     color: #fff;
     display: flex;
     font-size: 25px;
     justify-content: center;
 }
}

@media (max-height: 680px){
  @media (min-width: 400px){
     .banner{   
           height: 125vh !important;
}
     .banner h1 {
           margin-top: 503px;
           margin-left: -71px;
}
     .banner h2 {
           margin-left: -71px;
}
     .mottoTitle{
           margin-left: -71px;
}
}
}

@media (max-width:400px){
  .banner h1{
     margin-top: 309px;
  }
}
