body,section,.section-three,.section-four{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
section{
	overflow-y: hidden;
}
ul {
	padding-left: 0;
}
header.header div.logo a img {
	max-width: 200px;
	width: 78%;
	margin: auto;
	display:block;
}
.container {
	max-width: 1230px;
	margin: auto;
	padding: 0 4%;
}
a#inquire{
	margin: 0;
	width: initial !important;
	padding: 0;
	display: inline-block;
}
header.header {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}
.section-three div.first-block{
	background-image: url('../img/columns-left-three.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
div.section-four div.first-block{
	background-image: url('../img/columns-right-three.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
ul.top-bar {
	display: flex;
	justify-content: space-between;
	background-color: rgba(000 ,000, 000, .8);
	margin: 0;
	padding: 20px 5% 20px 1.5%;
}
ul.top-bar li {
	list-style: none;
}
ul.top-bar li a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
ul.top-bar li a:hover {
	text-decoration: underline;
}
ul.main-menu {
	display: flex;
	justify-content: flex-end;
	padding: 32px 3%;
	list-style: none;
	background: #7f7f7f;
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	align-items: center;
}
ul.main-menu li {
	margin: 0px 10px;
}
ul.main-menu li a {
	color: #fff;
	text-decoration: none;
	border-right: solid 1px #fff;
	padding-right: 20px;
}
/* .overlay{
	opacity: 0.3;
	background-color: #000000;
}
*/
.main-image {
	background-image: url('../img/bg-main.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 638px;
	height: 100%;
	display: grid;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 10% 0;
}
.text-big-blue {
	font-size: 3em;
	line-height: 1;
	color: #171c8f;
	font-weight: lighter;
	text-align: center;
}
.text-big-blue-left {
	font-size: 3em;
	line-height: 1;
	color: #171c8f;
	font-weight: lighter;
	text-align: left;
}
.text-gray-content {
	margin: 0.85em 0;
	color: #555555;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	line-height: 46.2px;
}
.text-gray-content-left {
	margin: 0.85em 0;
	color: #555555;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	line-height: 46.2px;
}
.section-three,.section-four {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.section-three img,.section-four img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.text-block {
	background-color: #f2f2f2;
	padding: 12% 12% 12% 15%;
}
section.five {
	background: #2f3244;
	text-align: center;
	color: white;
	padding: 3% 0;
}
.five h3 {
	font-size: 34px;
	line-height: 56px;
	font-weight: normal;
}
.button a {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	border: 3px solid #fff;
	padding: 25px 50px 23px;
}
.button a:hover {
	opacity: 0.7;
}
.last-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.last-section img {
	max-width: 100%;
	width: 100%;
}
.last-section a {
	color: #fff;
	text-decoration: none;
}
.last-section h3 {
	font-size: 3em;
	font-weight: lighter;
	margin-bottom: 0px;
}
.last-section .p-white-last {
	font-size: 28px;
	line-height: 36px;
	min-height: 200px;
}
.p-white-last a {
	background-color: #171b8f;
	padding: 15px 0;
	font-size: 13px;
	min-width: 139px;
}
.first-column {
	background-image: url('../img/first-slide-down.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding: 40% 5%;
	color: #fff;
	text-align: center;
}
.second-column {
	background-image: url('../img/second-slide-down.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
	align-content: center;
	padding: 40% 5%;
	color: #fff;
	text-align: center;
}
.third-column {
	background-image: url('../img/three-slide-down.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	align-content: center;
	padding: 40% 5%;
	color: #fff;
	text-align: center;
}
.fa-envelope::before {
	content: "\f0e0";
	color: #fff;
	margin: 0 12px;
	font-size: 17px;
}
.section-three div.text-block h3.text-big-blue-left:after {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: auto;
	margin-top: 5%;
}
.section-three div.text-block ul.text-gray-content-left {
	padding-left: 5%;
}
footer {
	background-color: #2f3244;
	padding: 2% 0 2% 0%;
	color: #fff;
	font-size: 11px;
}
.section-four div.text-block h3.text-big-blue-left::after {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: auto;
	margin-top: 5%;
}
.first-column a,.second-column a,.third-column a,.first-column2 a{
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	background-color: #171b8f;
	transition: transform 2s !important;
	/* Animation */
}
.first-column a:hover,.second-column a:hover,.third-column a:hover,.first-column2:hover {
	transform: scale(1.05) !important;
	opacity: 0.9;
}
section.about-second div.about-2 img.aos-init.aos-animate {
	max-width: 350px;
}
/* .five h3.text-white-section-dark::before {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin: auto;
	margin-top: auto;
	margin-bottom: 1%;
}
*/
.second-section.container h3.text-big-blue {
	margin-top: 10%;
	margin-bottom: 0px;
}
.second-section.container p.text-gray-content {
	margin-bottom: 7%;
}
.video-section {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 7%;
	padding-top: 456px;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 452px;
	margin: auto;
}
.five div.container div.button {
	width: 100%;
	margin: 6% 0 2% 0;
}
/* about */
section.about-first,section.about-second {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
}
.about-2 img {
	max-width: 100%;
	width: 100%;
}
.about-3 {
	color: #555;
	font-size: 28px;
	line-height: 1.5;
	padding-top: 5%;
}
h1.title-bout-blue-big {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	color: #171c8f;
}
h3.title-bout-blue-big::after {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: 3%;
}
span.bold-blue {
	font-weight: 300;
}
.about-first,.about-second div.about-1 {
	background-color: #f2f2f2;
}
.about-1 {
	padding: 5% 10% 5% 10%;
}
.cntr-txt{
	text-align: center;
}
.about-1.cntr-txt{
	padding-bottom: 0px;
}
.about-1 h1.title-bout-blue-big:after {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: 3%;
}
.about-1 p.text-about-gray {
	color: #555;
	font-size: 28px;
	line-height: 1.5;
}
p.text-about-gray-2 {
	font-size: 28px;
	line-height: 46px;
	color: #555;
}
section.about-second div.about-2 img {
	max-width: 60%;
	height: auto;
}
section.about-second div.about-2 {
	text-align: center;
	display: grid;
	align-items: center;
	justify-items: center;
}
/* intelectual propertys */
.about-1 p.text-about-gray-2.intellectual {
	font-size: 22px;
	line-height: 36px;
	color: #555;
}
section.about-second.intelectual-section div.about-1 h3.title-bout-blue-big {
	margin-bottom: 5%;
}
.about-second.intelectual-section div.about-1 {
	padding: 10%;
}
section.about-second.intelectual-section div.about-1 p.intelectual2 {
	font-size: 18px;
	line-height: 30px;
	color: #555;
	font-weight: 400;
}
section.about-second.intelectual-section div.about-2.intelectual-img img {
	max-width: 100%;
	height: auto;
}
section.five div.container.black-section h3.text-white-section-dark a {
	color: #fff;
}
.five.intellectual {
	padding: 1% 0;
}
section.images-intellectual div.images-center {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5%;
}
section.images-intellectual div.images-center img {
	max-width: 100%;
	width: 100%;
	transition: transform .2s !important;
	/* Animation */
}
section.images-intellectual div.images-center img:hover {
	transform: scale(1.1) !important;
	opacity: 0.9;
}
section.images-intellectual {
	max-width: 800px;
	margin: auto;
	padding: 2% 0;
}
section.about-second.intelectual-section {
	/*background-color: #f2f2f2;
	*/
	margin: 0 10%;
}
.about-second.intelectual-section div.about-1 {
	padding: 0;
	max-width: 80%;
	margin: auto;
}
/*technology*/
section.technology {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
}
section.technology h2 {
	color: #171b8f;
	font-size: 34px;
	margin-bottom: 0px;
}
section.technology h3 {
	font-size: 26px;
	margin: 0 0 10px 0;
}
section.technology p {
	color: #555555;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.quadrant-head{
	padding-bottom: 40px;
}
.quadrant-items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
}
.q-left{
	padding: 30px 30px 30px 130px;
}
.q-right{
	padding: 30px 130px 30px 30px;
}
.item-left{
	margin-right: 15px;
}
.item-left img{
	max-width: 100%;
}
#optical-materials, #green-chemistry{
	background-color: #f2f2f2;
	;
}
section.bg-tecnology {
	background-image: url('../img/technology-bg111.png');
	text-align: center;
	color: #fff;
	padding: 3% 0 8% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
section.bg-tecnology h1 {
	font-size: 4em;
	font-weight: 300;
	margin-bottom: 0;
}
section.bg-tecnology h1:after {
	/*background-color: #d22630;
	*/
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin: auto;
	margin-top: auto;
	margin-top: 2%;
}
section.technology h2:after{
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-top: auto;
	margin-top: 2%;
}
html body section.bg-tecnology h4 {
	font-size: 28px;
	line-height: 1.5;
	margin: 0;
	font-weight: 300;
}
section.icons-tecnology {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 1300px;
	margin: auto;
	grid-gap: 4%;
	padding: 5%;
}
.icon-pc img {
	max-width: 50%;
}
.icon-pc {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.icon-pc h3 {
	font-size: 26px;
	line-height: 1.1;
	color: #000;
	max-width: 80%;
	text-align: center;
	margin: auto;
	margin-top: 8%;
}
.icon-pc p {
	font-size: 18px;
	line-height: 1.3;
}
section.tecnology-piramide {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.first-section-tecnology {
	background-image: url('../img/hand.jpg');
	padding: 25% 13% 10% 13%;
	background-repeat: no-repeat;
	background-size: cover;
}
.first-section-tecnology ul li {
	margin-bottom: 3%;
}
section.tecnology-piramide div.first-section-tecnology h3 {
	font-size: 3em;
	font-weight: 300;
	color: #fff;
}
.first-section-tecnology ul {
	font-size: 1.6em;
	line-height: 1.6;
	color: #fff;
}
.second-image-piramide {
	text-align: center;
	padding: 6%;
	max-width: 70%;
	margin: auto;
}
section.tecnology-piramide div.second-image-piramide h3 {
	font-size: 34px;
	line-height: 1.5;
	max-width: 400px;
	font-weight: 300;
	color: #555;
	margin: auto;
	padding: 4% 0;
}
section.tecnology-piramide div.second-image-piramide a {
	padding: 15px 30px 13px;
	font-size: 13px;
	background-color: #171b8f;
	color: #fff;
	text-decoration: none;
	display: block;
	max-width: 138px;
	margin: 3% auto auto auto;
}
section.tecnology-piramide div.second-image-piramide img {
	width: 100%;
	max-width: 100%;
}
/* career */
section.careers-top-section{
	max-height: 500px;
	padding-top: 40px;
}
.title-about-blue-big{
	font-size: 2em;
	line-height: 55px;
	font-weight: 600;
	color: #171b8f;
	text-align: center;
	padding-top: 20px;
}
.title-about-blue-big div{
	background-color: #171b8f;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	width: 60%;
}
.wordart{
	max-width:1000px;
	margin: auto;
	margin-top: -80px;
	margin-bottom: -30px;
}
section.about-first.career div.about-1 h3 {
	color: #171c8f;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.3;
	margin-top: 0;
}
section.about-first.career div.about-1 h1.title-bout-blue-big {
	margin-bottom: 2%;
}
section.about-first.career div.about-1 h1.title-bout-blue-big::after {
	display: none;
}
section.about-first.career div.about-1 h3.line-red::after {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: 3%;
}
section.about-first.career div.about-1 ul.text-about-gray {
	color: #555;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 5%;
}
.about-first.career div.about-1 h3.title-down {
	font-size: 26px;
	line-height: 1.2;
	color: #555;
	font-weight: 600;
	margin: 7% 0;
}
section.about-first.career div.about-1 h6.title-down2{
	font-size: 18px !important;
	margin: 10px 0;
	line-height: 1.2;
	color: #555;
	font-weight: 400;
}
section.about-first.career div.about-1 div.first-column2{
	margin-bottom: 7%;
}
section.about-first.career div.about-1 .button-carrers {
	padding: 15px 30px 13px;
	font-size: 13px;
	background-color: #171b8f;
	color: #fff;
	text-decoration: none;
}
/* contact styles */
section.contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 7%;
}
/* section.last-section-contact{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
*/
.form-contact form {
	display: grid;
	max-width: 70%;
	width: 100%;
	margin: auto;
	padding: 0;
}
.form-contact form input,.form-contact form textarea,.form-contact form button {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e6e6e6;
	font-size: 1.2em;
	color: #969696;
	padding: 10px;
	margin: 2% 0;
}
.form-contact p {
	color: #171b8f;
	font-size: 2.5em;
	margin: 1%;
	max-width: 70%;
	margin: auto;
}
#contactForm .help-block {
	font-size: 1em;
	color: #FF0000;
}
#contactForm .alert-success {
	color: #006400;
}
#contactForm .alert-danger {
	color: #FF0000;
}
.icon-contacts p span {
	color: #969696;
	font-size: 24px;
	line-height: 1.8;
}
.icon-contacts {
	display: grid;
	justify-content: center;
	align-content: center;
	grid-row-gap: 25%;
	max-width: 350px;
	margin: auto;
	position: relative;
	top: -23px;
}
p.map-icon-rounded {
	display: flex;
	align-items: center;
}
.fa-map-marker-alt::before,.fa-phone::before,.fa-print::before {
	content: "\f3c5";
	font-size: 20px;
	background-color: #171b8f;
	padding: 20px;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
}
.form-contact form button {
	background: #171b8f;
	margin-left: auto;
	color: #fff;
	max-width: 160px;
	font-size: 16px;
	padding: 15px 20px;
}
section.last-section-contact {
	background-color: #ebebeb;
	padding: 2% 0;
}
.last-section-contact div.container.contact-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	margin: auto;
	grid-gap: 10%;
}
h3.title-gray-contact {
	color: #555;
	font-weight: lighter;
	font-size: 2em;
	line-height: 1em;
}
h3.title-gray-contact::after {
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: auto;
	margin-top: 3%;
}
p.blue-text-contact {
	color: #171b8f;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}
.section-contact-gray div.column-1-contact p a,p.phone-contact,div.second-contac div.column-1-contact p a {
	color: #555;
}
.column-1-contact p {
	margin: 1% 0;
}
.column-1-contact {
	margin: 10% 0;
}
.title-contact-gray.container {
	max-width: 1000px;
	margin: auto;
}
.menu-responisve {
	display: none;
}
/* menu responsive */
.rp-menu {
	display: none;
}
.menu-rp-2 {
	display: none;
}
section.about-second div.about-2 {
	padding: 10%;
}
section.about-first.policy {
	grid-template-columns: 1fr;
}
section.about-first.policy div.about-1 {
	padding: 5%;
}
.footer.container {
	display: flex;
	justify-content: space-between;
}
.footer.container a {
	text-decoration: none;
	color: #fff;
}
p.map-icon-rounded {
	margin-bottom: 0px;
	margin-top: 0;
}
section.tecnology-piramide div.second-image-piramide img{
	max-width: 560px;
}
section.tecnology-piramide div.first-section-tecnology h3::after{
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin-right: auto;
	margin-top: 2%;
}
section.five div.container.black-section h3{
	font-size: 28px;
	line-height: 1.7;
}
.map{
	text-align: center;
}
.map img{
	max-width: 70%;
	margin: 3%;
}
#map {
	height: 450px;
}
/*gallery*/
/* ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
*/
section.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* ^ so images aren't distorted */
}
/* begin grid styling */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
* {
	box-sizing: border-box;
}
h1 {
	font-weight: 100;
	margin: 0;
}
section.gallery {
	column-width: 600px;
	column-gap: 5px;
	padding: 5px;
}
section.gallery img {
	width: 100%;
	cursor: pointer;
}
.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	background: #7f8c8d;
	perspective: 1000;
}
.filter {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(20px);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
}
.lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(0deg);
	max-height: 95vh;
	max-width: calc(95vw - 100px);
	transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
}
/*.lightbox:hover img{
	transform: translate(-50%, -50%) rotateY(180deg);
}
*/
[class^="arrow"] {
	height: 200px;
	width: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
[class^="arrow"]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 15px;
}
.arrowr {
	right: 0;
}
.arrowr:after {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.arrowl {
	left: 0;
}
.arrowl:after {
	border-left: 1px solid white;
	border-top: 1px solid white;
}
.close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	margin: 20px;
	cursor: pointer;
}
.close:after,.close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e74c3c;
}
.close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.title {
	font-size: 20px;
	color: #000;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}
/*end*/
section.last-section div.first-column p.p-white-last.fp,section.last-section div.third-column p.p-white-last.fp{
	max-width: 80%;
}
section.about-first div.about-2{
	background-image: url('../img/nitto-building-about-page.jpg');
}
#sin-style{
	list-style: none;
}
section.map h3.title-bout-blue-big::after{
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin: auto;
	margin-top: 3%;
}
section.carreers-section{
	background-color: #f2f2f2;
}
section.bg-coronavirus {
	background-image: url('../img/bg-coronavirus.jpg');
	background-size: cover;
	padding: 12% 0;
	background-position: bottom center;
	background-repeat: no-repeat;
}
section.bg-about{
	background-image: url('../img/bg-about.png');
	background-size: cover;
	padding: 12% 0;
	background-position: bottom center;
	background-repeat: no-repeat;
}
section.bg-about h1{
	font-size: 4em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
}
/* section.bg-about h1::after{
	background-color: #d22630;
	display: block;
	width: 100px;
	height: 1px;
	content: "";
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-top: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
*/
section.bg-about p{
	text-align: center;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
}
.first-text-about p.text-about-gray-2{
	text-align: center;
	padding: 3% 0;
}
section.bg-about.bg-ip{
	background-image: url('../img/bg-ip.png');
	padding: 7%;
	background-position: center;
}
section.bg-about.bg-ip h1 {
	line-height: 1;
	font-size: 4em;
	margin-bottom: 3%;
	font-weight: lighter;
}
section.bg-about.bg-ip p{
	text-transform: inherit;
	max-width: 1000px;
	margin: auto;
}
.ip-bg {
	text-align: center;
	max-width: 1330px;
	margin: auto;
}
section.about-second.intelectual-section div.about-1 p,section.about-second.intelectual-section div.about-1 p.intelectual2{
	font-size: 28px;
	line-height: 1.2;
}
section.about-first.career div.about-1 p{
	color: #555;
	font-size: 18px;
	line-height: 1.5;
}
section.about-first.career div.about-2{
	background-image: url('../img/careers.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50%;
}
section.contact div.form-contact.aos-init.aos-animate h4{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	background: #0080003d;
	max-width: 70%;
	margin: auto;
	padding: 15px;
}
ul.last-list{
	margin: 0.85em 0;
	color: #555555;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	line-height: 46.2px;
}
html body div.first-text-about.container.second-container p{
	margin: 0;
}
.footer.container a {
	text-decoration: none;
	color: #fff;
	margin: 0 8px;
}
section.about-second div.about-2 p.text-about-gray-2.left{
	text-align: left;
}
@media screen and (max-width:600px) {
	section.careers-top-section{
		padding-top: 10px;
	}
	.careers-top-section .title-about-blue-big{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.careers-top-section .title-about-blue-big div{
		width: 100%;
		font-size: 24px;
		line-height: 35px;
		padding: 10px;
	}
	section.technology {
		grid-template-columns: 1fr;
	}
	.q-left, .q-right{
		padding: 30px;
	}
	.text-gray-content, .text-gray-content-left{
		font-size: 22px;
		line-height: 36px;
	}
	section.five div.container.black-section h3,section.bg-about p {
		font-size: 22px;
		line-height: 1.3;
	}
	html body section.bg-tecnology h4 {
		font-size: 22px;
		line-height: 1.3;
	}
	.quadrant-items{
		grid-template-columns: 1fr;
		padding: 20px 0;
	}
	section.about-second div.about-2{
		padding: 0px !important;
	}
	section.about-second div.about-2 p.text-about-gray-2.left {
		padding: 10%;
	}
	h1.title-bout-blue-big {
		font-size: 34px;
	}
	.about-1 p.text-about-gray, p.text-about-gray-2{
		font-size: 18px !important;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
@media screen and (max-width:1100px) {
	section.bg-about {
		padding: 25% 0;
	}
	section.bg-about.bg-ip {
		background-position: center;
		background-size: 200%;
		background-repeat: no-repeat;
	}
	section.about-first.career div.about-2{
		grid-row: 1;
	}
	section.about-second div.about-2 {
		padding: 10%;
	}
	.about-1 {
		padding: 2% 5%;
	}
	.text-block {
		padding: 3% 5%;
	}
	section.about-second div.about-2 img.aos-init.aos-animate {
		max-width: 400px;
	}
	.logo {
		max-width: 150px;
	}
	ul.main-menu {
		font-size: 20px;
	}
	ul.main-menu li a {
		border-right: none;
	}
	section.about-first,section.about-second {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.about-1 p.text-about-gray,p.text-about-gray-2 {
		color: #555563;
		font-size: 1.5em;
		line-height: 1.5;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
@media screen and (max-width:820px) {
	.menu-responisve {
		display: grid;
		justify-content: end;
		background: #2f3244;
		padding: 4%;
		position: relative;
	}
	ul.main-menu {
		display: none;
	}
	.fa-bars::before {
		content: "\f0c9";
		font-size: 25px;
		color: #fff;
	}
	.rp-menu {
		display: block;
	}
	.menu-responisve nav ul.rp-menu li {
		list-style: none;
	}
	.menu-responisve nav ul.rp-menu li a {
		font-size: 18px;
		line-height: 26px;
		color: #fff;
		text-decoration: none;
	}
	.menu-rp-2 nav ul.rp-menu li a {
		font-size: 18px;
		line-height: 26px;
		color: #fff;
		text-decoration: none;
		line-height: 1.3em;
		height: auto;
		padding: 15px 50px;
		display: block;
		text-align: left;
		text-decoration: none;
	}
	ul.rp-menu {
		margin: 0;
	}
	ul.rp-menu li {
		list-style: none;
		border-bottom: 1px solid gray;
	}
	.left-header div.menu-rp-2 nav {
		position: fixed;
		background: #2f3244;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		max-width: 400px;
		display: grid;
		align-items: center;
		z-index: 20;
	}
	.menu-rp-2 {
		display: none;
	}
	.menu-active {
		display: block;
	}
	.padre-menu {
		text-align: right;
	}
	.fa-times::before {
		font-size: 35px;
		color: #fff;
		padding: 30px;
		font-weight: lighter;
	}
	#menu-rp,#btn-close {
		background: none;
		border: none;
	}
	.left-header {
		background: #2f3244;
	}
	ul.top-bar li a {
		font-size: 15px;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
@media screen and (max-width:800px) {
	.about-first.career div.about-1 a {
		max-width: 320px;
		display: block;
		width: 100%;
		margin: auto;
	}
	section.icons-tecnology {
		grid-template-columns: 1fr 1fr;
	}
	section.tecnology-piramide {
		grid-template-columns: 1fr;
	}
	.section-three,.section-four {
		display: grid;
		grid-template-columns: 1fr;
	}
	.section-four div.first-block {
		grid-row: 1;
	}
	.last-section {
		grid-template-columns: 1fr;
	}
	.black-section div.button a {
		padding: 20px;
		width: 80%;
		display: block;
		max-width: 100%;
		margin: auto;
	}
	.text-inside-slider img {
		max-width: 100%;
		width: 100%;
	}
	.icon-pc img {
		max-width: 50%;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	section.about-second div.about-1 ul.last-list{
		font-size:1.5em;
	}
	section.about-second div.about-1{
		padding:2% 10%;
	}
	section.bg-tecnology {
		padding: 5% 0 5% 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right;
	}
	.icon-contacts {
		margin: auto;
		position: relative;
		top: 0;
		padding: 10%;
	}
	.logo {
		margin: auto;
		max-width: none;
	}
	.first-section-tecnology {
		padding: 10%;
	}
	.second-image-piramide {
		padding: 5%;
	}
	section.about-first.career div.about-1 a {
		margin: 10% 0;
		width: 100%;
		max-width: 80%;
		padding: 9px 20px;
		font-size: 16px;
	}
	.last-section-contact div.container.contact-container {
		grid-template-columns: 1fr;
		max-width: none;
		grid-gap: 0;
	}
	header.header {
		grid-template-columns: 1fr;
	}
	.form-contact {
		display: grid;
		justify-content: center;
		max-width: 580px;
		margin: auto;
		margin-top: auto;
		text-align: center;
		margin-top: 10%;
	}
	.form-contact form {
		max-width: none;
		width: 100%;
	}
	section.contact {
		grid-template-columns: 1fr;
		padding: 3%;
	}
	.icon-contacts {
		max-width: none;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
@media screen and (max-width:500px) {
	section.about-second div.about-1 ul.last-list{
		font-size:18px;
	}
	section.images-intellectual div.images-center {
		grid-gap: 0;
	}
	section.images-intellectual div.images-center {
		justify-items: center;
	}
	section.images-intellectual div.images-center img {
		max-width: 90%;
	}
	section.bg-about.bg-ip h1 {
		font-size: 2em;
	}
	section.bg-about h1 {
		font-size: 2em;
	}
	.icon-contacts {
		margin-top: 10%;
		grid-row-gap: 10%;
		padding: 5%;
	}
	.about-first div.about-1 {
		padding: 10%;
	}
	section.bg-tecnology h1 {
		font-size: 2.5em;
	}
	ul.top-bar {
		display: grid;
		justify-content: center;
		margin: 0;
		padding: 5% 2%;
		justify-items: center;
		grid-gap: 15%;
	}
	section.icons-tecnology {
		grid-template-columns: 1fr;
		padding-bottom: 40%;
	}
	section.images-intellectual div.images-center {
		/*grid-template-columns: 1fr;
		*/
	}
	.about-first div.about-1 {
		padding: 0;
		max-width: 80%;
		margin: auto;
	}
	.about-first div.about-1 h1.title-bout-blue-big {
		font-size: 2em;
		line-height: 1.3;
		font-weight: 600;
		color: #171c8f;
	}
	section.about-second div.about-1 h3.title-bout-blue-big {
		font-size: 2em;
		line-height: 1;
	}
	p.text-about-gray-2 {
		font-size: 18px;
		line-height: 1.5;
	}
	section.about-second div.about-1 h3.title-bout-blue-big {
		font-size: 1.5em;
	}
	.form-contact p{
		font-size: 1.8em;
	}
	.icon-contacts p span{
		line-height: 1;
	}
}
@media screen and (max-width:450px) {
	.text-block {
		background-color: #f2f2f2;
		padding: 10%;
	}
	.container {
		padding: 0 8%;
	}
	.five h3 {
		font-size: 30px;
		line-height: 46px;
	}
	.text-big-blue-left {
		font-size: 2em;
	}
	.text-big-blue {
		font-size: 2em;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
.employees {
	font-size: 2em;
	text-align: center;
	line-height: 1.3;
	font-weight: 600;
	color: #171c8f;
	padding-top: 60px;
	margin-bottom: -80px;
}
.message-banner{
	text-align: center;
	padding: 10px;
	color: #F5F5F5;
	background-color: #E40614;
}
.message-banner a{
	color: #F5F5F5;
}
/*IP page table*/
.tg {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 50px;
}
.tg td{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:18px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	color:#002060;
}
.tg td a {
	color:#002060;
	text-underline-position: under;
}
.tg th{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg .tg-cly1{
	text-align:left;
	vertical-align:middle;
	background-color: #fff;
}
.tg .tg-lfxj{
	background-color:#CCC;
	text-align:left;
	vertical-align:middle
}
@media screen and (max-width: 767px) {
	.tg {
		width: auto !important;
	}
	.tg col {
		width: auto !important;
	}
	.tg-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.video-section {
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		width: 100%;
	}
}
