/* Generales */

body {
	font-family: 'Montserrat', sans-serif;
}
a:hover {
	text-decoration: none;
}
input , select {
	width: 100%;
	border: none;
	height: 36px;
	margin-bottom: 24px;
	padding-left: 12px;
	}
.container {
	max-width: 1800px !important;
}
.col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

.white {
	color: #fff !important;
}
.grey {
	color: #777 !important;
}
.tacenter {
	text-align: center !important;
}
ul .no-style-ul {
	list-style: none !important;
}
.h100 {
	height: 100%;
}
.mbottom20 {
	margin-bottom: 20px;
}
.anchor {
	padding-top: 104px;
	margin-top: -104px;
}

/* Estilos ATUA */

.navbar-fixed-top-atua {
	position: fixed;
	/* top: 40px; */
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.5);
}
.header-container-atua {
	background-color: rgba(0,0,0,.5) !important;
}
.full-screen {
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
}
.nav-link {
	margin-left: 40px;
	margin-right: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px; 	
	color: #fff !important;
}
.nav-link:hover {
	opacity: .5;
	transition: .3s;
}
.navbar-light .navbar-toggler {
	border-color: rgba(255,255,255,.6);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("../img/responsive-menu.svg");
	background-size: 32px;
}
#main {
	width: 100%;
	height: 600px;
	background-image: url(../img/main-atua-global-2.png);
	background-size: cover;
	background-position: bottom center;
}
.main-logo {
	height: 150px;
	background-image: url(../img/atua-global-logo-w.png);
	background-repeat: no-repeat;
	background-size: 350px auto;
	background-position: center;
}
.parent100 {
	height: 600px;
	display: table;
}
.parent {
	display: table;
}
.child {
	display: table-cell;
	vertical-align: middle;
}
.main-title {
	font-size: 36px;
	font-weight: 600;
	color: rgb(255, 255, 255);
/*	text-shadow: 3px 4px 1px rgba(10, 10, 10, 0.5);*/
}
.section-title-cont {
	height: 60px;
	padding-top: 14px;
	padding-left: 40px;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.about-st {
	background-color: #A7D3F0 !important;
}
.team-st {
	background-color: #3D6D99 !important;
}
.portfolio-st {
	background-color: #3D6D99 !important;
}
.noteable-st {
	background-color: #82B3DE !important;
}
.contact-st {
	background-color: #82B3DE !important;
}
#about-cont {
	padding-top: 200px;
	padding-bottom: 120px;
	padding-left: 40px;
/*	background-image: url(../img/about-bg2.jpg);*/
	background-size: cover;
	background-position: center;
}
.about-title {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #777;
	text-transform: uppercase;
/*	text-shadow: 3px 4px 1px rgba(10, 10, 10, 0.5);*/
}
.about-subtitle {
	margin-top: 4px;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #777;
	text-transform: uppercase;
/*	text-shadow: 3px 4px 1px rgba(10, 10, 10, 0.5);*/
}
.about-p {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #777;
	line-height: 32px;
/*	text-shadow: 3px 1px 1px rgba(10, 10, 10, 0.5);*/
}
#footer-atua {
	width: 100%;
	height: 60px;
	padding-top: 16px;
	background-color: #5c6075;
}
.copyright {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* Carousel */
.carousel-item {
	height: auto !important;
}
.portfolio-carousel-indicators li {
	background-color: rgba(9, 6, 143, 0.5);
}
.portfolio-carousel-indicators .active {
	background-color: rgba(9, 6, 143, 1);
}
.portfolio-carousel-inner {
	height: auto;
	padding-bottom: 80px;
}
.nexits-title {
	height: 300px;
}
.nexits-p {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0175a5;
}
.project-container {
	white-space: nowrap;
	text-align: center;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
}
.nohover {
	white-space: nowrap;
	text-align: center;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.va-middle {
	vertical-align: middle;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
}
.project-container:hover .overlay {
  opacity: .85;
}
.project-container:hover .overlay-logos {
  opacity: .25;
}
.text-projects {
	color: white;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.visit-site {
	height: 36px;
	padding-left: 16px;
	padding-right: 16px;
	border: 2px solid #fff;
	border-radius: 2px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	color: #fff;
}
.visit-site:hover {
	cursor: pointer;
}
.aedrotec-bg {
	background-color: #09608f;
}
.agilix-bg {
	background-color: #6987b9;
}
.atomic-bg {
	background-color: #58a4b0;
}
.billion-bg {
	background-color: #f6af15;
}
.blocks-bg {
	background-color: #37adcb;
}
.clip-bg {
	background-color: #fc4c02;
}
.convert-bg {
	background-color: #ed2290;
}
.converus-bg {
	background-color: #0091cb;
}
.enigma-bg {
	background-color: #40bfff;
}
.genward-bg {
	background-color: #1e3859;
}
.hirevue-bg {
	background-color: #ed1c2c;
}
.iactionable-bg {
	background-color: #ffb219;
}
.inertial-bg {
	background-color: #dd3333;
}
.inmobly-bg {
	background-color: #1e96ec;
}
.itxmachina-bg {
	background-color: #40bfff;
}
.juxta-bg {
	background-color: #36B37E;
}
.katoal-bg {
	background-color: #66cccc;
}
.katoan-bg {
	background-color: #66cccc;
}
.kubo-bg {
	background-color: #8cc251;
}
.mfm-bg {
	background-color: #5a3994;
}
.mural-bg {
	background-color: #ff0066;
}
.mvpvid-bg {
	background-color: #00B0E6;
}
.nuve-bg {
	background-color: #cb7231;
}
.ondore-bg {
	background-color: #009AC7;
}
.prototoys-bg {
	background-color: #01bea9;
}
.purecme-bg {
	background-color: #1cb8ea;
}
.roadrz-bg {
	background-color: #FFAA00;
}
.sendmi-bg {
	background-color: #f87845;
}
.sportsites-bg {
	background-color: #72BA49;
}
.sb-bg {
	background-color: #40bfff;
}
.switch-bg {
	background-color: #05A06D;
}
.techcyte-bg {
	background-color: #2196f3;
}
.technisys-bg {
	background-color: #f69231;
}
.vidangel-bg {
	background-color: #00ccff;
}
.voonami-bg {
	background-color: #dd1e37;
}
.wanderu-bg {
	background-color: #25bed5;
}
.tens-bg {
	background-color: #40bfff;
}
.shapes-bg {
	background-color: #E74D4D;
}
.wittmann-bg {
	background-color: #ec9a29;
}
.no-link-bg , .cerberian-bg , .c7-bg , .clearstone-bg , .clientrunner-bg , .dki-bg , .helius-bg , .hotdocs-bg , .iarchives-bg {
	background-color: #40bfff;
}
.ancestry-bg {
	background-color: #9cbe30;
}
.datacrystal-bg {
	background-color: #40bfff;
}
.fatpipe-bg {
	background-color: #701f40;
}
.luxul-bg {
	background-color: #85c446;
}
.power-innovations-bg {
	background-color: #0e75bc;
}
.rhomobile-bg {
	background-color: #37b2e1;
}
.setpoint-bg {
	background-color: #d81e05;
}
.sandisk-bg {
	background-color: #ed1c24;
}
.viawest-bg {
	background-color: #0080bd;
}
.wrenchhead-bg {
	background-color: #cf4836;
}

/* Team */
#team-cont {
	padding-top: 100px;
	padding-bottom: 100px;
}
.text-projects {
	color: white;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.bio-names {
	font-size: 32px;
	font-weight: 700;
	color:#fff;
}
.bio-container-ralph {
	background-image: url(../img/bio-ralph-2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align: center;
	height: 400px;
}
.bio-container-mike {
	background-image: url(../img/bio-mike.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align: center;
	height: 400px;
}
.bio-container-david {
	background-image: url(../img/bio-david.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align: center;
	height: 400px;
}
.bio-container:hover .overlay {
  opacity: .85;
}
.bio-bg {
	background-color: #40bfff;
}
.modal-full {
    min-width: 100%;
    margin: 0;
}
.modal-full .modal-content {
    min-height: 100vh;
}
.modal-content {
	border-radius: 0;
	background-color: rgba(64, 191, 255, .9);
	padding-top: 3%;
}
.modal-header {
	border-bottom: none;
}
.header-bio-container {
	margin-top: 40px;
}
.bio-names-small {
	font-size: 18px;
	font-weight: 700;
}
.name-position-container {
	padding-top: 48px;
}
.name-bio-modal {
	margin-bottom: 0;
}
.position-bio-modal {
	margin-top: 0;
	font-size: 20px;
	color: #fff;
}
.info-container {
	margin-top: 40px;
	padding-top: 40px;
	color: #fff;
	border-top: solid 1px rgba(255, 255, 255, .5);
}
.bio-img-ralph {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: url(../img/bio-ralph-2.jpg);
	background-position: center;
	background-size: cover;
}
.bio-img-mike {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: url(../img/bio-mike.jpg);
	background-position: center;
	background-size: cover;
}
.bio-img-david {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: url(../img/bio-david.png);
	background-position: center;
	background-size: cover;
}
.lin-link {
	color: #fff !important;
}
.lin-link:hover {
	text-decoration: underline;
}

/* Contact */
#contact {
	padding-top: 60px;
	background-color: #63b9d1;
}
.contact-content {
	padding-left: 60px;
	padding-top: 60px;
}
.contact-info {
	margin-top: 40px;
	font-size: 18px;
	color: #fff;
}
.contact-form {
	margin-top: 42px;
	height: 640px;
}
.contact-label {
	margin-top: 20px;
}
.contact-input {
	width: 100%;
	height: 36px;
	border: solid 2px #777;
	border-radius: 4px;
	background-color: transparent;
	margin-bottom: 4px;
	padding-left: 12px;
	color: #777;
}
.contact-alerts {
	border-radius:4px;
	font-size: 12px;
	color:#777;
	background-color: #777;
	padding: 4px 8px;
	display: none;
}
.contact-textarea {
	width: 100%;
	height: 200px;
	border: solid 2px #777;
	border-radius: 4px;
	background-color: transparent;
	padding-left: 12px;
	color: #777;
}
.send-button {
	float: right;
	width: auto;
	height: 36px;
	border: none;
	border-radius: 2px;
	padding: 0 16px;
	background-color: #0175a5;
	text-transform: uppercase;
	color: #fff;
	margin-top: 15px;
}
.send-button:hover {
	background-color: #1f93c3;
	transition: .2s;
	cursor: pointer;
}
.contact-title {
	padding-right: 100px;
	font-weight: 700;
	font-size: 48px;
	color:#fff;
	white-space: nowrap;
}
.contact-messages-container {
	width: 100%;
	border-radius: 4px;
	padding: 18px;
	text-align: center;
	border: solid 2px #fff;
}
.contact-messages-container p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}


/* Media queries */

@media (max-width: 1200px) {
	#team-cont {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}	

@media (max-width: 991px) {
	.container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
	.navbar-nav {
		text-align: center;
		padding-top: 40px;
	}
	.nav-link {
		margin-left: 0;
	}
	.about-title {
		margin-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.carousel-inner {
		margin-left: 0;
	}
	.logo-contact {
		text-align: center;
	}
	.contact-info {
		text-align: center;
	}
}

@media (max-width: 700px) {
	
}
	
@media (max-width: 576px) {
	.text-projects {
		font-size: 12px;
	}
	#about-cont {
		padding-top: 120px;
		text-align: center;
	}
	.about-title {
		margin-bottom: 24px;
		font-size: 36px;
	}
	.about-subtitle {
		font-size: 28px;
	}
	.about-p {
		font-size: 16px;
		line-height: 28px;
	}
	.copyright {
	  font-size: 16px;
	  text-align: center;
	}
}

@media (max-width: 442px) {
	.text-projects {
		font-size: 12px;
	}
}

@media (max-width: 428px) {
	#footer-atua {
		height: 75px;
	}
}

@media (max-width: 400px) {
	.container-fluid {
		padding-left: 12px;
	}
	.main-title {
		font-size: 32px;
	}
}

/*  HEIGHT MEDIA QUERIES */

@media (max-height: 720px) {
}

@media (max-height: 500px) {
}

















