
/********************************/
/*          Media Queries       */
/********************************/

@media (min-width: 1200px) {
	.textservice {
		font-size: 13px;
		line-height: 30px;
	}
	.headservice2 {
		font-size: 30px;
	}
	.headservice{
		font-size: 30px;
	}
	.backwhite {
		height: 500px;
	}
	.lineacolumnas2 {
		border-right: 1px dashed #707070;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.textservice {
		font-size: 13px;
		line-height: 27px;
	}
	.headservice2 {
		font-size: 25px;
	}
	.headservice{
		font-size: 25px;
	}
	.backwhite {
		height: 550px;
	}
	.margenipad {
		margin-top: 0px;
	}
	.lineacolumnas2 {
		border-right: 1px dashed #707070;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.textservice {
		font-size: 12px;
		line-height: 25px;
	}
	.headservice2 {
		font-size: 20px;
	}
	.headservice{
		font-size: 20px;
	}
	.backwhite {
		height: 850px;
	}
	.text-why-mar {
		padding-top: 17px;
	}
	.head-why-mar {
		padding-top: 30px;
	}
	.head-why-mexico{
		padding-top: 30px;
	}
	.margenipad {
		margin-top: -160px;
	}
	.lineacolumnas2 {
		border-right: none;
	}
	nav ul li a{
	  padding: 10px;
	}
	.line-menu{
		margin-top: 6px;
	}
	.logo.in-view{
	  opacity:1;
	  visibility:visible;
	  transition: all 0.6s ease;
	  transform:translate(0, 0);
	  margin-top: 8px;
	  padding-left: 0px;
	}
	.headercontact h1{
		font-size: 40px;
	}
	.headercontact h1 span {
		font: 58px/0 'Montserrat', sans-serif;
		font-weight: 200;
	}
	.slick-slide {
	    margin: 25px 40px;
	}
	.slick-slide img {
	    width: 160%;
	}
	.form-control {
		margin-left: -60px;
		padding-left: 90px;
		margin-top: 6px;
	}
	.line-menu {
			display: none;
		}
}

@media (min-width: 544px) and (max-width: 767px) {
 	body header.header div.container {
 		background: rgba(112, 155, 164, 0.8);
 		border-radius: 0px 0px 10px 10px;
 	}
 	.form-control {
 		margin-left: 0px;
 		margin-top: 6px;
 	}
 	.logofooter {
 		width: 160px;
 		float: left;
 		margin-left: 20px;
 	}
 	.textfooter1 {
 		float: left;
 		font: 13px/1.5 'Montserrat', sans-serif;
 		font-weight: 200;
 		padding-left: 15px;
		padding-top: 10px;
 	}
 	.line-menu {
 		border-bottom: 1px solid #89CAD5;
 		height: 1px;
 		width: 100%;
 		margin: 0;
 	}
}
@media (max-width: 543px) {
	.hebe .tp-tab-desc {
		font-size:10px; 
		padding-top: 0px; 
		font-weight:400;  
		color:rgb(114,114,115);  
		line-height:11px;
		font-family:"Montserrat"; 
		text-align: center;
	}
	div.tp-tab div.tp-tab-desc {
		margin-top: 0;
		padding-top: 0;
	}
	header.fixed {
	  border-bottom: 0px dotted #00e4ff;
	}
	.logo.in-view{
	  width: 100%;
	  margin-top: 10px;
	  padding-left: 30px;
	}
	body header.header div.container {
		background: rgba(112, 155, 164, 0.8);
	}
	.line-menu {
		border-bottom: 1px solid #89CAD5;
		height: 1px;
		width: 100%;
		margin: 0;
	}
	.backwhy {
		margin-top: 0px;
	}
	.lineacolumnas2 {
		border-right: 0px;
		margin-bottom: 40px;
	}
	.head-why-mexico{
		margin: auto;
	}
	.head-why-mar {
		margin: auto;
	}
	.text-why-mar {
		padding-top: 0;
	}
	.text-why-mexico {
		padding-top: 0;
	}
	.backmarmexico {
		height: 170px;
	}
	.headservice{
		border-right: 0px solid red;
	}
	.textservice {
		border-right: 0px;
		margin-bottom: 50px;
	}
	.botonenvio {
		margin-left: 15px;
	}
	.headnetwork h1{
		font-size: 32px;
		font-weight: 400;
	}
	.slick-slide img {
	    width: 120%;
	}
	.titulocontacto {
		padding-left: 20px;
	}
	.form-group {
		padding-left: 20px;
		padding-right: 10px;
	}
	.botonenviar {
		margin-left: 16px;
		margin-top: 10px;
	}
	.contact{
		height: 770px;
	}
	.form-control {
			margin-left: -5px;
			padding-left: 5px;
			margin-top: 6px;
		}
	.logofooter {
			width: 160px;
			float: left;
			margin-left: 20px;
	}
	.textfooter1 {
		float: left;
		font: 13px/1.5 'Montserrat', sans-serif;
		font-weight: 200;
		padding-left: 30px;
	}
}


