* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: calc(10px + 0.5vw);
  line-height: 1.6em;
  color: #5D6063;
	width: 100%;
}

h1 {
	display: none;
}

	.display-none {
	display: none;
}

.page {
	background-color: white;
}

.fixed-menu {
	background: rgba(78, 34, 33, 0.7); /*4E2221*/
	display: flex;
	justify-content: flex-end;
	max-width: 95%;
}

.lang-btn {
	transition: 0.7s;
	background-color: rgba(90, 90, 90, 0.6);
}

.lang-btn:hover {
	background-color: black;
}

.lang-btn a{
	transition: 0.7s;
	text-decoration: none;
	color:white;
	background-color: transparent;
}

.nav-home-text-color {
	transition: 1s;
	color: white;
	padding-left: 5vw;
	padding-right: 5vw;
	background-color: rgba(78, 34, 33, 1);
}

.nav-home-text-color:hover {
	color: rgba(220,220,220,1);
	transition: 0.5s;
}

.nav-text-color {
	transition: 0.5s;
	color: white;
}

.nav-text-color:hover {
	transition: 0.5s;
	color: rgb(179, 179, 179);
}

.dropdown-content {
	display: none;
  position: absolute;
  background-color: rgba(78, 34, 33, 0.7);
  min-width: 100%;
  z-index: 1050;
}

.dropdown-content a {
	color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content a:hover {
	transition: 0.5s;
	color: grey;
}


video {
	position: relative;
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
}

.img-video {
	position: absolute;
	display: block;
	width: 70%;
	max-width: 400px;
	left:5px;
	top: 100px;
	display: flex;
}

.img-hero {
	position: absolute;
	width: 70%;
	max-width: 400px;
	left:5px;
	top: 100px;
	display: flex;
	background: linear-gradient(to left, rgba(0,0,0,0.6), rgba(0,0,0,1));
}

.videobg {
	background: black;
}

.video-layer {
	position: absolute;
	display: flex;
	background: linear-gradient(to left, rgba(0,0,0,0.0), 35%, rgba(0,0,0,1));
	top:0;
	height: 100vh;
	width: 80vw;
}

.divider1 {
	height: 5vh;
	background: #4E2221;
	overflow: hidden;
}

.skew {
	position: relative;
	top: 0;
	left: 0;
	border-width: 50px 0px 0px 100vw;
	border-color: transparent transparent transparent white;
	border-style: solid;
}

.divider2 {
	margin-top: calc(20px + 10vw);
	margin-left: -15px;
	margin-right: 20%;
	height: 0.5vh;
	background: #4E2221;
}

header {
	width: 100%;
	margin-top: calc(20px + 10vw);
	margin-bottom: calc(20px + 10vw);
}

h3 {
	font-weight: 100;
	transition: 1s;
	font-size: calc(18px + 2.5vw);
	line-height: 100%;
}

h3:hover {
	color: rgba(220,220,220,1);
}

.last3h3 {
	margin-top: 5vh;
}

.mkt-text-intro {
	font-family: "Open Sans";
	font-size: 20px;
	color: rgba(0,0,0,1);
	text-align: right;
	border-right: rgb(147, 87, 45) solid 2px;
}

.intro-text {
	text-align: left;
	line-height: 1.8em;
	margin-left: 50px;
	margin-right: 15vw;
	font-size: calc(10 + 1.5vw);
}

@media only screen and (max-width: 1199px) {
	.mkt-text-intro {
		text-align: center;
		line-height: 1.8em;
		font-size: calc(10 + 1.5vw);
		border-right: none;
		padding-bottom: calc(10px + 5vw);
	}
}

@media only screen and (max-width: 1199px) {
	.intro-text {
		margin-left: 0px;
		padding-top: calc(10px + 5vw);
		margin-right: 25vw;
		margin-left: 25vw;
		text-align: center;
		border-top: rgb(147, 87, 45) solid 2px;
	}
}

em {
	display: text;
	font-style: normal;
}

br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 0vh; /* change this to whatever height you want it */
}

section {
	padding-top: calc(20px + 10vw);
	padding-bottom: calc(20px + 10vw);
	width: 100%;
}

.services-grid {
	text-align: center;
	background: white;
	display: flex;
	overflow: hidden;
}

.sectors-grid {
	text-align: center;
}

.overlay-container {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 600px;
}

.overlay-container:hover .services-overlay {
	height: 70%;
	transition: 1s ease;
}

.sectors-container {
	transition: 1s;
	padding: 0px;
	max-width: 300px;
	justify-content: center;
}

.sectors-container:hover .sectors-overlay .sectors-overlay-header {
	height: 100%;
	transition: 0.5s ease;
	background-color: rgba(255, 255, 255, 0.75);
	color: black;
}

.services-img {
	width: 100%;
	height: 100%;
	border-radius: 1px;
}

.sectors-img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}

.clients-img {
	transition: 1s;
	width: 20vw;
	height: 20vh;
	max-width: 200px;
	min-width: 200px;
	max-height: 150px;
	min-height: 200px;
	border-radius: 1px;
	object-fit:  contain;
	padding: 20px;
	padding-top: 0px;
}

.clients-img:hover {
	transition: 1s ease;
	padding: 15px;
}

.clients-grid {
	padding-top: -50px;
}

.services-overlay {
  position: absolute;
  bottom: 0;
	justify-content: center;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1);
  overflow: hidden;
  width: 100%;
  height: 8vh;
  transition: 0.5s ease;
}

.sectors-overlay {
  position: absolute;
  bottom: 0;
	justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.services-overlay-header {
	padding-left: 2vw;
	padding-top: 3vh;
	text-align: left;
 	color: white;
}

.sectors-overlay-header {
	padding-top: 30%;
	transition: 1s;
	text-align: center;
 	color: rgba(255, 255, 255, 0);
	font-weight: 700;
	width: 100%;
	height: 100%;
}

.services-overlay-text {
	font-weight: 100;
	font-size: 0.9em;
	padding-left: 2vw;
	padding-right: 4vw;
	padding-top: 3vh;
	text-align: left;
 	color: white;
 	text-shadow: 2px 2px 3px black;
}

.sectors-overlay-text {
	font-weight: 100;
	font-size: 0.9em;
	padding-left: 2vw;
	padding-top: 3vh;
	text-align: left;
 	color: white;
 	text-shadow: 2px 2px 3px black;
	transition: 0.5s;
}

.services-overlay-link {
	font-weight: 100;
	font-size: 0.9em;
	padding-left: 2vw;
	padding-top: 3vh;
	position: absolute;
	left: 0;
	color: white;
	text-decoration: underline;
	text-shadow: 2px 2px 3px black;
}

.services-overlay-link:hover {
	font-weight: 100;
	font-size: 0.9em;
	padding-left: 2vw;
	padding-top: 3vh;
	position: absolute;
	left: 0;
	color: grey;
	text-decoration: none;
	text-shadow: 2px 2px 3px black;
}

.overlay-container {
	width: inherit;
}

.mkt-sectors-txt {
	font-family: "Open Sans";
	color: rgba(0,0,0,1);
	text-align: center;
	font-weight: 100;
	transition: 1s;
	font-weight: 100;
	transition: 1s;
	font-size: calc(18px + 2.5vw);
}

@media only screen and (max-width: 767px) {
	.mkt-sectors-txt {
		line-height: 1.8em;
		padding-right: 0px;
		transition: 1s;
		border-right: none;
		margin-right: 25vw;
		margin-left: 25vw;
	}
}

@media only screen and (max-width: 767px) {
	.sectors-txt {
		text-align: center;
		padding-right: 0px;
		font-weight: 100;
		transition: 1s;
	}
}

.sectors-txt {
	text-align: center;
	font-weight: 100;
	transition: 1s;
	font-size: calc(10px + 2.5vw);
}

h2 {
	font-weight: 100;
	transition: 1s;
	font-size: calc(40px + 2.5vw);
}

h4 {
	line-height: 1.8em;
	font-weight: 100;
	transition: 1s;
	font-size: calc(10px + 1.5vw);
}

.divider3 {
	margin-left: 20vw;
	height: 1vh;
	background: rgb(147, 87, 45);
}

.quote-container {
	transition: 1s;
	padding: 3%;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-right: 25%;
	margin-left: -15px;
	color: white;
	background: rgba(0,0,0,1);
	justify-content: center;
	border-top-left-radius: 00px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	font-size: calc(10px + 1vw);
	font-weight: 100;
}

.quote-container:hover {
	margin-right: 8%;
	background: rgba(0,0,0,0.9);
	transition: 1s;
}

.quote-txt {
	transition: 1s;
	color: white;
}

.quote-txt:hover {
	color: white;
	transition: 1s;
	text-decoration: none;
}

footer {
	width: 100%;
}

.footer {
	background: rgba(78, 34, 33, 1);
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.footer-img {
	padding-top: 5vh;
	padding-bottom: 3vh;
	width: 100%;
	max-height: 180px;
	min-height: 100px;
	justify-content: center;
	align-items: center;
	object-fit: scale-down;
}

.footer-images {
	flex-wrap: nowrap;
	float: left;
	align-content: center;
	align-items: center;
}

.footer-text {
	color: white;
	line-height: 1em;
	font-size: 16px;
	align-content: center;
	transition: 1s;
}

.footer-services {
	color: rgba(150, 150, 150, 1);
	line-height: 0.5em;
	font-size: 16px;
	display: flex;
	transition: 1s;
}

.footer-columns {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.footer-text:hover {
	color: rgba(200, 200, 200, 1);
	transition: 0.5s;
}

.footer-services:hover {
	transition: 0.5s;
	color: rgba(200, 200, 200, 1);
}

.social-svg-column {
	text-align: center;
	align-self: center;
}

.social-svg {
	transition: 1s;
	padding: 5px;
	height: 35px;
}

.social-svg:hover {
	height: 40px;
	transition-duration: 0.5s;
}

.footer-end {
	background: rgba(78, 34, 33, 1);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	color: rgba(200, 200, 200, 1);
	text-align: center;
	justify-content: center;
}

@media only screen and (max-width: 600px) {
	.footer-text {
		color: white;
		text-shadow: 2px 2px 2px #000000;
		line-height: 1em;
		font-size: 12px;
		align-content: center;
	}
}

@media only screen and (max-width: 600px) {
	.footer-services {
		color: rgba(150, 150, 150, 1);
		text-shadow: 2px 2px 0px #000000;
		line-height: 0.5em;
		font-size: 12px;
		display: flex;
	}
}

.languages {
	text-align: center;
}

.br-languages {
	margin-top: 1vh;
	justify-content: center;
}

.displayh1 {
	justify-content: center;
	color: black;
	display: flex;
	font-weight: 100;
	transition: 1s;
	font-size: calc(18px + 3.5vw);
}

.languages-explanation {
	text-align: right;
	color: white;
	background: rgba(78, 34, 33, 1);
	padding: calc(5px + 5.5vw);
	padding-left: calc(5px + 15vw);;
	margin-left: calc(100px + 23.5vw);
}

.child-image {
	width: 100%;
	height: 100vh;
	object-fit:  cover;
}

.child-header-gradient {
	position: absolute;
	width: 100%;
	height:100vh;
	background: linear-gradient(to left, rgba(0,0,0,0), 70% ,rgba(0,0,0,1));
}

.child-title {
	font-family: "Open Sans";
	font-weight:100;
	display: flex;
	color: black;
	justify-content: center;
}

.hero {
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: black;
}

.hero2 {
	height: 100vh;
	width: 100vw;
	text-align: center;
}

.child-header-test {
	color: black;
	margin-top: 50%;
}

.child-header-box {
	position: relative;
	background-color: rgba(78, 34, 33, 1);
	height: 50vh;
	width: 100%;
	border-radius: 600px;
}

.child-design {
	background: black;
	position: relative;
	width: 100vw;
	height: 33.3vh;
}

.child-design2 {
	background: white;
	position: relative;
	width: 100vw;
	height: 33.3vh;
}

.child-image2 {
	width: 100vw;
	height: 33.3vh;
	object-fit:  cover;
}

.child-header-gradient2 {
	position: absolute;
	width: 100vw;
	height:100vh;
	background: linear-gradient(to top, rgba(0,0,0,0), 30% ,rgba(0,0,0,1));
}

.form-row {
	display: flex;
	position: relative;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
}

.title-label {
	color: white;
	font-weight: 100;
	border: none;
	background: rgba(78, 34, 33, 1);
	display: inline-block;
	cursor: pointer;
	transition: 1s;
	padding: 5%;
	margin: 0px;
	margin-top: -5vh;
}

.title-label:hover {
	transition: 1s;
	color: white;
	font-weight: 100;
	border: none;
	background: rgba(78, 34, 33, 0.7);
	display: inline-block;
	cursor: pointer;
}

input[type="file"] {
	display: none;
}

input[type="file"]:invalid .label::before{
	content: "El tipo de archivo es incorrecto."
}

.form-row button{
	transition: 1s;
	color: white;
	font-weight: 100;
	border: none;
	background: black;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	padding: 5%;
	margin-bottom: 5vh;
}

.form-row button:hover{
	transition: 1s;
	margin: 0px;
	color: white;
	font-weight: 100;
	border: none;
	background: rgba(0, 0, 0, 0.7);
	display: inline-block;
	cursor: pointer;
	margin-bottom: 5vh;
}

.intro-text a{
	font-size: calc(10px + 0.5vw);
  line-height: 1.6em;
  color: #5D6063;
}

.intro-text a:hover{
  color: black;
	text-decoration: none;
}

.section-small {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-wholeScreen {
	width: 100%;
	height: 100vh;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.map {
	width: 100%;
	height: 50vh;
}

.br-small{
	margin-top: 5vh;
}

.br-xs{
	margin-top: 0px;
}

.servicesPage-img {
	max-width: 100%;
	min-height: 100vh;
	object-fit: cover;
	position: relative 0px;
	z-index: 0;
	background-position: 100px;
}

.servicesPage-imgTest {
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
}

#translation .servicesPage-imgTest {
	background-image: url(images/translation.jpg);
	
}

#interpreting .servicesPage-imgTest {
	background-image: url(images/interpreting.jpg);
	background-position: -10cm;
}

#editing .servicesPage-imgTest {
	background-image: url(images/editing.jpg);
	background-position: 10cm;
}

#proofreading .servicesPage-imgTest {
	background-image: url(images/proofreading.jpg);
	background-position: 10cm;
}

#localization .servicesPage-imgTest {
	background-image: url(images/localization.jpg);
}

#transcription .servicesPage-imgTest {
	background-image: url(images/transcription.jpg);
	background-position: 80% 50%;
}



.servicesPage-servicesHeadersLeft {
	margin-left: calc(5vw - 2vw);
	margin-right: calc(12vw - 3vw);
	color: black;
	text-align: left;
	padding: 5%;
}

.servicesPage-servicesTextLeft {
	margin-left: calc(5vw - 2vw);
	margin-right: calc(12vw - 3vw);
	text-decoration: none;
	list-style: none;
	padding: 5%;
	color: black;
}

.childHeaderGradientToLeft {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(255,255,255,0), 80% ,rgba(255,255,255,1));
}

.childHeaderGradientToRight {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(255,255,255,1), 60% ,rgba(255,255,255,0));
}

.servicesPage-servicesHeadersRight {
	margin-right: calc(5vw - 2vw);
	margin-left: calc(12vw - 3vw);
	color: black;
	text-align: right;
	padding: 5%;
}

.servicesPage-servicesTextRight {
	margin-right: calc(5vw - 2vw);
	margin-left: calc(12vw - 3vw);
	text-align: right;
	text-decoration: none;
	list-style: none;
	padding: 5%;
	color: black;
}

.servicesPage-servicesGrid {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5vh;
	margin-bottom: 5vh;
	vertical-align: middle;
}

h6 {
	display: none;
}

