@charset "utf-8";
body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
	font-family: 'Poppins', sans-serif;
}
body{
	margin:0px;
	padding: 0px;
	background-color: #fff;
}
h1{color:#000000;}
h2{color:#ECAF1F;}
h3{color:#010F35;}
h4{color:#ccc;}
h5{color:#000;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #ccc; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color:#F78700; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

/* General Styles */
.site-content-inside {
    padding-bottom: 25px;
}
.content-box, .mod-box {
    padding: 25px 15px;
}

/* Colors */
.col-whi{
	color: #fff;
}
.col-ora{
	color: #F58220;
}
.col-bla{
	color: #000000;
}
.col-green{
	color: #0B8A0B;
}
.col-red{
	color: #F78400;
}
.col-yellow{
	color: #ccc;
}

.bg-whi{
	background: #fff;
}
.bg-gray{
	background-color: #D6D6D6;
}
.bg-gray-light{
	background-color: #EBEAEA;
}
.bg-dark{
	background-color: #232121;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
.w-100{
	width: 100%;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}
section.home-section,.site-content-inside {
    padding-top: 76px;
}
h2.title,.content-box-title {
    color: #000;
    text-align: center;
    position: relative;
    margin: 0;
    padding:20px 0 0;
    line-height: 1.3;
    font-size: 1.5em;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
h2.content-box-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #cf7120;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bold{
	font-weight: 800;
}
.semibold{
	font-weight: 700;
}
.pad-0-intro .col-xs-12{
	padding: 0;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}
.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
.relative{
	position: relative;
}
.animated{
	transition: all .3s ease;
}
.text-center-intro p{
	text-align: center;
}

/* Fonts */
.text-upper{
	text-transform: uppercase;
}

/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}

/* Hamburguer */
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #242122;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}

/* Collapse */
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.widget-home {
    max-width: 300px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

.logos-de-marcas{
	padding: 11px 0 40px 0;
}

.nuestro-clientes{
	padding-bottom: 3em;
	padding-top: 0.5em;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
   	padding: 10px;
	transition: all .4s ease;
	box-shadow: 3px 0px 12px 1px #232323;
    z-index: 1192;
}
.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 150px;
    z-index: 2;
}
.nav-brand img{
	transition: all .2s ease;
}
.navbar-header,.main-nav-mobile,.btn-top,.nav-brand .toogle-menu,.hide-nav {
    display: none;
}
.nav-mobile a {
    font-size: 35px;
    padding: 0 10px;
}
.content-nav {
    position: fixed;
    width: 100%;
    max-width: 350px;
    height: calc(100% - 80px);
    background: rgba(255, 255, 255, 0.85);
    z-index: 1100;
    top: 76px;
    transition: all .8s cubic-bezier(.65,-.01,.26,1);
    left: -100%;
}
.content-nav-open{
	left: 0;
}
.nav-mobile {
    margin-top: 5px;
}
nav.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 30px 30px 30px;
    text-align: left;
}
nav.main-nav ul li {
    max-width: 200px;
    padding-left: 25px;
}
nav.main-nav ul li:nth-child(1) {
    background: url(icon-m-1.png) no-repeat left 14px;
}
nav.main-nav ul li:nth-child(2) {
    background: url(icon-m-2.png) no-repeat left 14px;
}
nav.main-nav ul li:nth-child(3) {
    background: url(icon-m-3.png) no-repeat left 14px;
}
nav.main-nav ul li:nth-child(4) {
    background: url(icon-m-4.png) no-repeat left 14px;
}
nav.main-nav ul li:nth-child(5) {
    background: url(icon-m-5.png) no-repeat left 14px;
}
nav.main-nav ul li:nth-child(6) {
    background: url(icon-m-6.png) no-repeat left 14px;
}
nav.main-nav ul li a {
    display: block;
    color: #080808;
    font-weight: 400;
    padding: 15px 5px 2px 0;
    border-bottom: 1px solid #94969A;
    text-decoration: none !important;
    font-size: 16px;
}
nav.main-nav ul li a:hover{
    color: #F4852B;
    font-weight: 600;
}
.has-submenu ul li{
	background: none !important;
}
.has-submenu{
	position: relative !important;
}
.submenu{
	padding: 0 !important;
}
.has-submenu i {
    position: absolute;
    right: 5px;
    font-size: 25px;
    padding: 10px;
    top: 0;
    cursor: pointer;
}
.info-menu {
    display: none;
}
.info-slider {
    display: none;
}

/* Slider Home */
.slick-arrow {
   	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #ffffff;
    font-size: 45px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.28);
}
.slick-arrow:hover{
	color: #F58220;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}
.layer-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 20px;
}
h2.title-slider {
    text-shadow: 1px 1px 16px black;
    font-size: 18px;
    font-weight: 300;
}
a.btn-def:hover {
    color: #F58220;
}
a.btn-def {
    border: 1px solid;
    padding: 8px 15px;
    display: block;
    border-radius: 10px;
    font-weight: 500;
    max-width: 150px;
    margin: 0 auto;
}
.content-layer-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
}

/* Content block */
.border-rounded {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.item-service {
    padding: 0 20px 30px 20px;
}
.info-service {
    padding: 10px 0;
}
.cb-2 .slick-arrow {
    color: #f58400;
}
.cb-2 .slick-arrow:hover{
	color: #000;
}

/* Footer */
.footer-bottom {
    padding: 25px 0;
}
footer * {
    text-align: center;
    font-size: 14px;
}
.footer-bottom * {
    color: #b5b5b5;
    margin: 0;
    font-size: 12px;
}
.footer-bottom a:hover{
	color: #F58220;
}
.footer-top {
    padding: 25px 0;
}
figure.brand-footer {
    max-width: 250px;
    margin: 0 auto;
}
.cl-info-footer {
    padding: 15px 0;
}
.cl-info-footer h5 {
    font-size: 25px;
    font-weight: 100;
}
.info-footer ul {
    list-style: none;
    padding: 0;
}
.social-links a {
    color: #D6D0D0;
    background: #222121;
    padding: 6px 15px;
    font-size: 22px;
    text-align: center;
}
.social-links a:nth-child(3) {
    border-top-right-radius: 10px;
}
.social-links a:nth-child(1) {
    border-top-left-radius: 10px;
}
.social-links a:hover {
    background: #040404;
}
.social-fixed,.content-indicators,.map{
	display: none;
}

.banner-page {
    position: relative;
}
.banner-page::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.35);
    top: 0;
    left: 0;
    position: absolute;
}

.content-btn-log {
    padding: 30px 30px 10px 30px;
}
.content-btn-log a {
    color: #080808;
    font-size: 18px;
}
.content-btn-log a:hover{
	color: #F58220;
}
.content-btn-log a i {
    margin-right: 14px;
}

section.content-map > h2{display: none;}

/* Media Queries */
@media (min-width: 580px){
	.info-slider {
	    display: block;
	    max-width: 80%;
	    margin: 0 auto;
	    padding-bottom: 31px;
	}
	.social-fixed{
		display: block;
		position: fixed;
		right: 0;
		top: 250px;
		z-index: 1000;
		border-top-left-radius: 10px;
	}
	.social-fixed a {
	    position: relative;
	    display: block;
	}
	span.icon-social {
	    color: #DAD9DB;
	    padding: 9px 13px;
	    display: block;
	    text-align: center;
	    background: #CE702C;
	    border-bottom: 1px solid #D4AE93;
	    font-size: 20px;
	}
	.text-social {
	    position: absolute;
	    background: #CE702C;
	    padding: 15px 15px;
	    top: 0px;
	    z-index: -1;
	    color: #DAD9DB;
	    line-height: 1;
	    border-top-left-radius: 10px;
	    border-bottom-left-radius: 10px;
	    transition: all .3s ease;
	    right: -100px;
	    border-right: 1px solid #d4af91 !important;
	}
	.icon-fb{
		border-top-left-radius: 10px;
	}
	.icon-ins{
		border-bottom-left-radius: 10px;
	}
	.social-fixed a:hover *{
		color: #000;
	}
	.social-fixed a:hover .icon-social{
		border-radius: 0;
	}
	.social-fixed .text-social:hover{
		background-color: #CC7A3E;
	}
	.social-fixed a:hover .text-social{
		right: 45px;
	}	

}

@media (min-width: 768px){
	.content-nav {
	    width: 40%;
	    box-shadow: 2px 10px 19px 5px rgba(0, 0, 0, 0.2);
	}
	.intro {
	    padding: 3em 2.5em;
	}
	.info-slider {
	    font-size: 24px;
	}
	h2.title-slider {
	    font-size: 22px;
	}
	h2.title,.content-box-title{
	    padding: 20px 0;
	    font-size: 1.6em;
	}
	footer * {
	    text-align: left;
	}
	.footer-top > .site-content .row{
		display: flex;
		align-items: center;
	}
	.content-exus {
	    text-align: right;
	}
	.footer-bottom .site-content {
	    margin: 0 auto !important;
	}
	.info-footer ul {
	    list-style: inherit;
	    padding-left: 15px;
	}
	.social-links {
	    text-align: center;
	}
	.footer-top .site-content {
	    border-bottom: 1px solid #f58400;
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	}
	.info-footer ul li {
	    font-size: 16px;
	    font-weight: 100;
	    margin-bottom: 5px;
	}
}

@media (min-width: 992px){

	section.content-map > h2{display: block;}
	header {
	    background: none;
	    padding: 0;
	}
	section.home-section{
		padding-top: 0;
	}
	.nav-brand {
		max-width: 300px;
		background: #fff;
		padding: 10px 25px;
		min-width: 300px;
		box-shadow: -1px 3px 12px 1px rgba(35, 35, 35, 0.5);
		padding-bottom: 0;
	}
	header{
		box-shadow: none;
		z-index: 999;
	}
	.nav-brand .toogle-menu {
	    display: block;
	    text-align: center;
	    font-weight: 800;
	    padding-top: 10px;
	    text-decoration: none !important;
	    color: #F58220;
	    padding-bottom: 25px;
	}
	.nav-mobile {
	    display: none;
	}
	.content-info-header {
    	padding-right: 15px;
	}
	a.btn-def {
	    padding: 10px 20px;
	}
	.content-nav {
		width: 100%;
		box-shadow: -1px 7px 20px 3px rgba(0, 0, 0, 0.16);
		max-width: 300px;
		height: calc(100% - 150px);
		top: 150px;
		padding-top: 0;
	}
	.nav-brand .toogle-menu.is-active .hide-nav{
		display: block;
	}
	.nav-brand .toogle-menu.is-active .show-nav{
		display: none;
	}
	nav.main-nav ul li a {
	    padding: 11px 5px 6px 0;
	    font-size: 18px;
	}
	nav.main-nav ul li {
	    padding-left: 28px;
	}
	.info-menu {
	    display: block;
	    position: absolute;
	    bottom: 0;
	    left: 25px;
	    border-top: 1px solid gray;
	    right: 25px;
	    padding: 15px 0;
	}
	.info-menu * {
	    font-size: 14px;
	    font-weight: 500;
	}
	.info-menu ul {
	    padding-left: 5px;
	}
	.info-slider {
	    font-size: 28px;
	    font-weight: 500;
	    max-width: 800px;
	}
	h2.title-slider {
	    font-size: 25px;
	}
	.slick-arrow {
	    margin: 0 5%;
	}
	figure.brand-footer {
	    max-width: 280px;
	}
	.site-content-inside {
	    padding-top: 50px;
	}
	.content-area {
	    padding: 25px 0;
	}	
	.content-box, .mod-box {
	    padding: 55px 45px;
	}
	.fixed .nav-brand img {
	    max-width: 120px;
	}
	.fixed .content-nav {
	    height: calc(100% - 110px);
	    top: 110px;
	}
	.map {
		display: block;
	    position: relative;
	    background-size: cover !important;
	    background-repeat: no-repeat !important;
	    background-position: center center !important;
	}
	.map::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.85);
	}
	.map .site-content {
	    position: relative;
	    z-index: 1;
	}
	.intro-project h2{
		margin-bottom: 0;
	}
	.content-map-view{
		align-items: center;
    	justify-content: space-evenly;
	}
	.content-cities-box {
	    display: flex;
	    flex-wrap: wrap;
	}
	.cities-box {
		background: rgba(134, 135, 139, 0.77);
		text-align: left;
		padding: 20px 15px;
		border-right: 1px solid white;
		margin-bottom: 2px;
		font-size: 16px;
		width: 33%;
		overflow: hidden;
	}
	.cities-box h3 {
		font-size: 16px;
		margin: 0;
		position: relative;
		font-weight: 600;
		letter-spacing: 1px;
		margin-bottom: 8px;
		padding-left: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.view-map h2 {
	    color: #bfbbbb;
	    font-size: 22px;
	    font-weight: 200;
	    letter-spacing: 3px;
	}
	.info-city p {
	    font-size: 15px;
	    margin: 0;
	    padding-left: 5px;
	}
	.cities-box h3::before {
	    content: "";
	    width: 5px;
	    height: 5px;
	    background: #cf7120;
	    position: absolute;
	    border-radius: 50%;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.info-city p a {
	    color: #f68400;
	}
	.cities-box:nth-child(3n) {
	    border: none;
	}
	.info-map {
	    width: 100%;
	    padding-left: 50px;
	    max-width: 680px;
	}
	.content-items-indicators {
		overflow: hidden;
		display: none;
	}
	.item-indicator {
		padding: 15px 50px;
		display: inline-block;
	}
	.content-indicators {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		background: #fff;
		margin-left: 300px;
		visibility: hidden;
	}
	.item-indicator span {
	    font-size: 13px;
	}
	.item-indicator i {
	    font-size: 18px;
	    padding-right: 2px;
	}
	.site-content-title .content-box:first-child .content-box-title {
	    position: absolute;
	    top: 90px;
	    left: 50%;
	    transform: translateX(-50%);
	    color: #fff;
	    padding: 25px 50px;
	    margin: 0;
	}
	.site-content-title h2.content-box-title::after{
		display: none;
	}
	.site-content-title h2{
		font-size: 36px;
	}
	.content-cb-1 {
	    padding: 0 40px;
	}
	.content-cb-1 .slick-arrow {
	    margin: 0;
	    background: no-repeat;
	    color: #cf7120;
	}
	.item-service h3 {
	    font-size: 20px;
	}
	.submenu {
	    padding: 15px !important;
	    position: absolute;
	    left: 270px;
	    background: rgba(255, 255, 255, 0.78);
	    box-shadow: 3px 0px 3px #0000004a;
	    min-width: 265px;
	    top: 0;
	}
	ul.submenu li {
	    max-width: 100% !important;
	    padding: 0 !important;
	}
}

@media (min-width: 1200px){
	.site-content-title .content-box:first-child .content-box-title {
	    top: 110px;
	}

	section.content-map {
		margin: 3em 0;
	}
}

@media (min-width: 1440px){
	.site-content-title .content-box:first-child .content-box-title {
	    top: 180px;
	}
}
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}


/*mis estilos del mapa nuevo*/

#mapdiv > div > div.amcharts-chart-div > a {
    color: transparent!important;
}

.mine-map{
	position: relative;
	max-width: 1200px;
    margin: 0 auto;
}

.mine-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-c{
	background: rgba(0, 0, 0, 0.5);
	height: 77%;
	max-width: 500px;
	width: 100%;
	overflow: auto;
	border-radius: 10px;
	border: 1px solid #000;
	margin: 0;
	padding: 1em;
	max-height: 460px;
}

div#info {
    display: flex;
    flex-wrap: wrap;
}

div#info> h2 {
    min-width: 100%;
}

div#info > div {
    padding: 0 10px;
    margin: 10px 5px;
    width: 31%;
    height: 25px;
    display: flex;
    align-items: center;
    border-left: 2px solid #f58221;
}

div#info > div > a {
    line-height: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px #000;
}



































