@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');



/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-family: 'Montserrat', sans-serif;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.txt-p{
    font-size: 0.8em;
}

.selector-for-some-widget {
    box-sizing: content-box;
}
a{
     color: #ffffff;
}
a:hover {
    text-decoration: none;
     color: #ffffff;
   
}
.artigo a{
     color: #043c4c !important;
}
.artigo a:hover {
    text-decoration: none;
     color: #043c4c !important;
   
}

a, button, input, textarea{
    outline: none !important;
}

.section-padding{
    padding: 80px 0;
}


.container{
    max-width: 1400px;
}


.spacer50px{
    width: 100%;
    height: 50px;
}


.hero-area {
	position: relative;
	z-index: 1;
	width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

#myVideo {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
    z-index: -2;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100vh;
    height: 100vh;
    top: 0;
    left: 0;
}


.hero-area:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#09090B;
    content:'';
    z-index: -1;
    opacity: .6;
}
.hero-text h1 {
	font-size: 60px;
	color: #fefefe;
	letter-spacing: 1px;
	font-weight: 500;
}
.hero-text p {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: .5px;
}
.hero-text a {
	color: #979899;
	font-size: 18px;
	border: 2px solid #979899;
	padding: 10px 30px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
	font-weight: 500;
	letter-spacing: .5px;
	transition: .3s;
}
.hero-text a:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}
.hero-text button {
	width: 60px;
	height: 60px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 36px;
	border-radius: 100%;
	line-height: 60px;
	cursor: pointer;
    margin-top: 30px;
    transition: .3s;
}

.hero-text button:hover {
    background-color: #fff;
    color: #000;
}
.hero-text {
	padding-top: 70px;
}
header {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
    left: 0;
    padding-top: 40px;
    display: flex;
    align-items: end;
}
.logo img {
	width: 340px;
}

.mainmenu-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mainmenu-main li {
    display: inline;
    margin-right: 30px;
  }
  .mainmenu-main li a {
    color: #fff;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: 18px;
  }
  .mainmenu-main {
	float: right;
}
.respeito-slider-area {
	padding-top: 40px;
	padding-bottom: 80px;
    background: #013c4d;
    text-align: center;
}
.respeito-box {
	max-width: 1100px;
	margin: 0 auto;
}
.slider-banner {
    padding: 0 100px;
    position: relative;
}
.sliderbx-txt {
	position: absolute;
	padding: 100px 35px;
	background: #013c4d;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.slider-banner h5 {
	font-size: 24px;
	text-align: left;
	color: #fff;
	margin: 0;
	font-weight: 500;
}
.respeito-box p {
	font-size: 26px;
	color: #fff;
	letter-spacing: .5px;
	font-weight: 500;
	margin-bottom: 30px;
}
.slider-bottom-txt p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
}
.slider-bottom-txt {
	max-width: 900px;
    margin: 0 auto;
    margin-top: 25px;
}

.owl-nav div {
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 34px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
	transition: .3s;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.owl-prev {
	left: 10%;
}
.owl-next {
	right: 10%;
}
.owl-nav div:hover {
	background: #fff;
	color: #013c4d;
}







.team-area {
	padding: 100px 0;
    background: #013c4d;
    padding-bottom: 40px;
}


.area-title {
    text-align: center;
    margin-bottom: 80px;
  }
  .area-title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
  }
  .team-member img {
	width: 240px;
	border-radius: 100%;
}
.team-member h4 {
	font-size: 20px;
	letter-spacing: .5px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
}
.team-member p {
	font-size: 20px;
	color: #767474;
	font-weight: 500;
	margin: 0;
}
.team-member {
	margin-bottom: 80px;
}

.pagination-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .pagination-txt li {
    display: inline;
  }
  .pagination-txt li a {
    display: inline-block;
    font-size: 18px;
    margin: 0 7px;
    color: #fff;
    font-weight: 500;
  }
  .pagination-txt {
	margin-top: 50px;
}

.contact-area {
	padding: 80px 0;
	background-image: url(../img/contact-bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
    z-index: 1;
    padding-bottom: 180px;
}
.contact-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #001e28;
	opacity: .8;
	z-index: -1;
}
.contact-top h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}
.contact-top p {
	font-size: 20px;
	letter-spacing: .4px;
	font-weight: 500;
	color: #fff;
}
.contact-item p {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: .3px;
	font-weight: 500;
}
.contact-item {
	margin-top: 25px;
}
.contact-top {
	margin-bottom: 50px;
}
.footer-logo {
	margin-top: 50px;
	text-align: center;
}
.footer-logo img {
	width: 400px;
}


footer P {
	margin: 0;
	color: #025c75;
	font-weight: 400;
	letter-spacing: .5px;
}
footer {
	padding: 25px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 999 !important;
	height: auto;
}

.como-Tabs-area {
	padding: 50px 0;
	overflow: hidden;
}
.tabs-list-box ul li {
	width: 33.33%;
	text-align: left;
	border: none !important;
	height: 120px;
	display: flex;
	align-items: center;
}
.nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-tabs {
	border-bottom: none;
}
.nav-item i {
	font-size: 36px;
	color: #777777;
	transition: .3s;
	margin-bottom: 15px;
	margin-left: 25px;
}
.nav-item a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	transition: .3s;
}
.como-main {
	background-image: url(../img/avg-advogados-vr2.jpg);
	background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.como-main::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000;
	opacity: .6;
	z-index: -1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {
	color: #fff;
	
}
#myTabContent h2 {
	color: #fff;
	font-size: 36px;
}
#myTabContent p {
	color: #fff;
	font-size: 20px;
	letter-spacing: .3px;
}
.nav-link {
    position: relative;
    z-index: 1;
}
.nav-link::after {
	width: 100px;
	height: 100px;
	/*background-color: #013c4d;*/
    background-color: transparent;
	content: '';
	position: absolute;
	border-radius: 100%;
	left: 45px;
	top: 5px;
	z-index: -1;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.nav-link.active::after {
	opacity: 1;
	visibility: visible;
}
.brand {
	position: absolute;
	bottom: 40px;
	right: 7%;
}
.brand2 {
	position: absolute;
	bottom: 40px;
	left: 7%;
}

.selo-cgu{
    height: 105px;
    width: auto;
}

.tabs-boxs-main {
	border-top: 2px solid #ffff;
	padding: 25px 0;
	border-bottom: 2px solid #fff;
	margin-bottom: 25px;
}
.avg-item {
	width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}


.overlay-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	z-index: 2;
}
.overlay-text h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 0;
	position: absolute;
	bottom: 25px;
	transition: .3s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}



.arrow-more {
	position: absolute;
	right: 0;
	width: 45px;
	height: 45px;
	background: #fff;
	z-index: 99;
	right: 0;
	bottom: 35px;
	margin-right: -22px;
}
.arrow-more {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: #767474;
	z-index: 99;
	transition: .3s;
	bottom: 45px;
	margin-right: -22px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
    color: #fff !important;
    opacity: 1;
    visibility: hidden;
}

.logo {
    display: inline-block;
}
.mean-container .mean-bar {
    position: absolute;
    left: 0;
}

.como-arrow {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -35px;
    z-index: 2;
}

.como-arrow a {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    border-radius: 100%;
    transition: .3s;
}

.como-arrow a:hover {
    background: #FFF;
    color: #000;
}
.scroll-top {
    position: fixed;
    bottom: 85px;
    right: 25px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    border-radius: 100%;
    cursor: pointer;
}


.overlay-text.gray-box {
    display: flex;
    align-items: center;
}

.overlay-text.gray-box {
    background: #767474;
}

.overlay-text.gray-box h4 {
    font-size: 32px;
}
.avg-item.box-static a {
    opacity: 1;
    visibility: visible;
}
.avg-item.img-inv img {
    opacity: 0;
}
.bg-gray {
    background: #767474;
}
.bg-blue {
    background: #013c4d;
}




.event-text {
    position: absolute;
    top: 0;
    color: #fff;
    right: -100%;
    width: 100% !important;
    padding: 35px;
    background: rgb(1, 60, 77, .9);
    height: 100%;
    z-index: 9;
    padding-right: 50px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto !important;
}
.cross {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 26px;
}
.event-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.avg-item.active .overlay-text h4{
    opacity: 0;
}
.avg-item.active .event-text{
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow-y:auto !important;
}


.avg-all.show .event-text {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.cross {
    position: absolute;
    right: 15px;
    z-index: 99;
    top: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
}
.avg-all.show .overlay-text h4 {
    opacity: 0;
}










/*Proloader START CSS*/
.proloader{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
} 
    .loader_34{
        /* Preloader */
        display: table-cell;
        vertical-align:  middle;
        text-align: center;
    }

    .loader_34
    .ytp-spinner {
        /* Spinner Container */
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        margin-left: -32px;
        z-index: 18;
        pointer-events: none;
    }

    .loader_34
    .ytp-spinner
    .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    }

    .loader_34
    .ytp-spinner-rotator {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
        animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    }

    .loader_34
    .ytp-spinner-left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

    .loader_34
    .ytp-spinner-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .loader_34
    .ytp-spinner-left {
        /* Position inside Container*/
        right: 50%;
    }

    .loader_34
    .ytp-spinner-right {
        /* Position inside Container*/
        left: 50%;
    }

    .loader_34
    .ytp-spinner-circle {
        box-sizing: border-box;
        position: absolute;
        width: 200%;
        height: 100%;
        border-style: solid;
        /* Spinner Color */
        border-color: #013c4d #013c4d transparent;
        border-radius: 50%;
        border-width: 4px;
    }

    .loader_34
    .ytp-spinner-left 
    .ytp-spinner-circle {
        left: 0;
        right: -100%;
        border-right-color: transparent;
        -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
        animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    }

    .loader_34
    .ytp-spinner-right 
    .ytp-spinner-circle {
        left: -100%;
        right: 0;
        border-left-color: transparent;
        -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
        animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    }

    /* Preloader Animations */

    @-webkit-keyframes ytp-spinner-linspin {
        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes ytp-spinner-linspin {
        to {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes ytp-spinner-easespin {
        12.5% {
            -webkit-transform: rotate(135deg);
        }
        25% {
            -webkit-transform: rotate(270deg);
        }
        37.5% {
            -webkit-transform: rotate(405deg);
        }
        50% {
            -webkit-transform: rotate(540deg);
        }
        62.5% {
            -webkit-transform: rotate(675deg);
        }
        75% {
            -webkit-transform: rotate(810deg);
        }
        87.5% {
            -webkit-transform: rotate(945deg);
        }
        to {
            -webkit-transform: rotate(1080deg);
        }
    }

    @keyframes ytp-spinner-easespin {
        12.5% {
            transform: rotate(135deg);
        }
        25% {
            transform: rotate(270deg);
        }
        37.5% {
            transform: rotate(405deg);
        }
        50% {
            transform: rotate(540deg);
        }
        62.5% {
            transform: rotate(675deg);
        }
        75% {
            transform: rotate(810deg);
        }
        87.5% {
            transform: rotate(945deg);
        }
        to {
            transform: rotate(1080deg);
        }
    }

    @-webkit-keyframes ytp-spinner-left-spin {
        0% {
            -webkit-transform: rotate(130deg);
        }
        50% {
            -webkit-transform: rotate(-5deg);
        }
        to {
            -webkit-transform: rotate(130deg);
        }
    }

    @keyframes ytp-spinner-left-spin {
        0% {
            transform: rotate(130deg);
        }
        50% {
            transform: rotate(-5deg);
        }
        to {
            transform: rotate(130deg);
        }
    }

    @-webkit-keyframes ytp-right-spin {
        0% {
            -webkit-transform: rotate(-130deg);
        }
        50% {
            -webkit-transform: rotate(5deg);
        }
        to {
            -webkit-transform: rotate(-130deg);
        }
    }

    @keyframes ytp-right-spin {
        0% {
            transform: rotate(-130deg);
        }
        50% {
            transform: rotate(5deg);
        }
        to {
            transform: rotate(-130deg);
        }
    }

