/* GENERAL */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, 
.col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, 
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, 
.col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.row, .container-fluid {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right:0px;
  margin-left: 0px;
  margin-right: 0px;
}
.container {
	padding: 0;
}
body {
	background: #EDF0EF;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	color: #666;
}
.backwhite {
	background-color: #fff;
}
.clear {
	clear: both;
}


/* MENU */
.text-menu {
	font-weight: 200;
}
header{
  color:#fff;
  position:absolute;
  display:flex;
  flex-flow: row wrap;
  width:100%;
  left:0;
  z-index:9;
}
header .container{
  display:flex;
  flex-flow: row wrap;
}
.logo{
  visibility:visible;
  margin-top:25px;
  padding-right:20px;
}
nav{
   display:flex;
   flex:2 auto;
   font-size:18px;
   padding-top:30px;
}
nav ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction: row;
}
nav ul li a{
  color: #fff;
  text-decoration:none;
  display:inline-block;
  padding: 15px;
  font-weight: 400;
  font-size: 15px;
}
.line-menu{
    border-left: 1px solid #89CAD5;
	height: 30px;
	margin-top: 12px;
}
nav ul li a:hover{
  color:#00e4ff;
  text-decoration:none;
  display:inline-block;
}

/* MENU FIXED */
header.fixed {
  background: rgba(112, 155, 164, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity:0;
  visibility:hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform:translate(0, -200px);
  border-bottom: 1px dotted #00e4ff;
}
.logo.fixed {
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  transform:translate(0, -200px);
}
header.in-view{
  opacity:1;
  visibility:visible;
  transition: all 0.6s ease;
  transform:translate(0, 0);
}
.logo.in-view{
  opacity:1;
  visibility:visible;
  transition: all 0.6s ease;
  transform:translate(0, 0);
  margin-top: 8px;
  padding-left: 50px;
}

/* COLLAPSE MENU */
#collapse-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
    background-color: transparent;
    display: none;
    height: auto;
    width: 100%;
 }

 #collapse-menu li{
	list-style: none;
	height: auto;
 }

 #collapse-menu li button{
    border: 0px;
    background: transparent;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 0px;
 }
#collapse-menu li:hover > ul{
	clear: both;
	display: inline-block;
}

#collapse-menu li ul:hover{
	clear: both;
	display: inline-block;
}
.mobil-menu{
 	display: none;
 	width: 100%;
 	height: auto;
}

.mobil-menu li, .mobil-menu li a {
 	width: 100%;
}

/*.in-view.fixed a img {
	width: 150px;
}*/

/* WHY's */
.backwhy {
	background-color: #EDF0EF;
	position: relative;
	margin-top: -100px;
}
.backmarmexico {
	height: 100px;
}
.head-why-mar {
	padding-left: 5%;
	padding-top: 20px;
}
.head-why-mexico{
	padding-left: 4%;
	padding-top: 20px;
}
.text-why-mar {
	font-weight: 200;
	font-size: 14px;
	line-height: 17px;
	padding-right: 3%;
	padding-top: 26px;
	padding-left: 3%;
}
.text-why-mexico {
	font-weight: 200;
	font-size: 14px;
	line-height: 17px;
	padding-left: 4%;
	padding-top: 13px;
}
.puntosmar {
	margin-top: 30px;
}
.textcolumna1 {
	padding-right: 3%;
}
.iconmargen {
	padding-left: 2%;
}
.lineacolumnas {
	border-right: 1px dashed #cacaca;
}
.lineacolumnas2 {
	border-right: 1px dashed #707070;
}
.btn-auto {
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: 3px;
}
.text-icon {
	font-size: 13px;
	padding-left: 10px;
	font-weight: 200;
}
.text-icon span {
	font-weight: bold;
	color: red;
	font-size: 15px;
}
.textmexico {
	padding-right: 5px;
	padding-bottom: 5%;
}

/* ABOUT US */
.aboutus {
	position: relative;
	/*top: -96px;*/
}
.tp-tab-title {
	text-align: center;
	line-height: 14px;
	padding: 10px;
	margin-top: 5px;
}
.back-slide {
	background-color: rgba(10, 24, 43, 0.88);
}
.titulo-about{
	color: white;
	float: left;
}

/* SERVICE */
.headservice{
	font-size: 30px;
	text-align: center;
	color: #182d3a;
	font-weight: 200;
	margin-top: 30px;
	border-right: 1px solid red;
}
.textservice {
	color: #9b9b9c;
	text-align: justify;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 30px;
	border-right: 1px solid red;
}
.headservice2 {
	font-size: 30px;
	text-align: center;
	color: #182d3a;
	font-weight: 200;
	padding-top: 50px;
}
.textservice2 {
	color: #9b9b9c;
	text-align: justify;
	padding-top: 45px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 30px;
}

.network {
	margin-bottom: 40px;
}
.headnetwork h1{
	text-align: center;
	font-size: 60px;
	font-weight: 200;
	margin-top: 80px;
	margin-bottom: 40px;
}
.textnetwork {
	color: #9b9b9c;
	text-align: justify;
	padding-left: 30px;
	font-size: 13px;
	line-height: 35px;
	padding-right: 20px;
}

.hebe .tp-tab-desc {
	font-size:13px; 
	padding-top: 10px; 
	font-weight:400;  
	color:rgb(114,114,115);  
	line-height:15px;
	font-family:"Montserrat"; 
	text-align: center;
}
.hebe .tp-tab-desc:hover {
	color: red;
}







.titulo-banner {
	font-size: 50px;
}
.header-insight {
	color: black;
	font-size: 40px;
	text-align: center;
	padding-top: 50px;
}
.text-insigth p{
	font-size: 15px;
	text-align: center;
	padding: 15px 70px;
	line-height: 23px;
	color: #666666;
}
.destacado {
	font-size: 40px;
	text-align: center;
	line-height: 38px;
	margin-top: 150px;
	margin-bottom: 150px;
	padding-right: 20px;
	padding-left: 20px;
}
.destacado p {
	text-shadow: 2px 2px 4px #000000;
}



.slogan {
	
	width: 700px;
	margin-top: 60px;
}
.textoconcepto {
	padding: 20px;
	color: #666666;
	text-align: justify;
	margin-bottom: 50px;
	margin-top: 40px;
}
.insight {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
}
.ubicacion {
	background-size: cover;
	background-position: center;
	background-image: url(../images/ubicacion.jpg);
	height: 400px;
	margin-top: 40px;
}

.tituloseccion {
	font-size: 40px;
	margin-bottom: 30px;
	padding-left: 10px;
}

.formulario {
	margin-top: 40px;
	margin-bottom: 90px;
}
.form-control:focus {
	color:#fff;
	background-color: transparent;
	border: 0px;
	outline:0;
}
.form-control {
	background-color: transparent;
	border-radius: 0px;
	border: 0px;
	border: none;
	border-bottom: 1px solid white;
	margin-left: -90px;
	padding-left: 90px;
	margin-top: 6px;
}
.form-group {
	margin-bottom: 5px;
}
.text-der {
	color: white;
	font-size: 15px;
}
.blanco {
	color: white;
}

.tp-video-play-button {display: none !important}
.rev_slider video {pointer-events: none}
.rev_slider video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

/* GALLERY */
.tp-tab {
	margin: 0px;
	padding: 0px;
}
.tituloseccion-proyecto {
	font-size: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-top: 40px;
}

.destacado-proyecto {
	color: #0081ff;
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.destacado-proyecto2 {
	color: #0081ff;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.text-destacado {
	font-size: 22px;
	padding-left: 30px;
	color: #666666;
}

.text-parrafo {
	color: #666666;
	font-size: 15px;
	padding: 15px 70px;
	text-align: center;
}


/* Slider */

.slick-slide {
    margin: 25px 40px;
}

.slick-slide img {
    width: 90%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* CONTACT */

#img1{
	background-image: url('../images/back_contact.jpg');
}
.contact{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.headercontact h1{
	color: white;
	font-size: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	padding-top: 50px;
	margin-bottom: 40px;
}
.headercontact h1 span {
	color: red;
	font: 58px/0 'Montserrat', sans-serif;
	font-weight: 200;
}

/* FOOTER */

.footer1 {
	background-color: #F1EFF2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer2 {
	background-color: #0A192B;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer3 {
	background-color: #030B17;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.logofooter {
	width: 130px;
	float: left;
}
.textfooter1 {
	float: left;
	font: 13px/1.5 'Montserrat', sans-serif;
	font-weight: 200;
	padding-left: 15px;
}
.textfooter2 {
	float: left;
	font: 20px/1 'Montserrat', sans-serif;
	font-weight: 400;
	color: white;
	padding-top: 9px;
}
.textfooter2 span{
	float: left;
	font: 15px/1 'Montserrat', sans-serif;
	font-weight: 200;
	color: white;
}


