html {
	scroll-behavior: smooth;
}

body {
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.25px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

a, button {
    transition: .15s ease-in-out;	
    outline: none;
}

.line {
	position: relative;
	height: 3px;
}

.line hr {
	border-top: 1px solid #FFF;
	margin: 1px 0;
}

.line span {
	background-color: #03b6e8;
	height: 3px;
	width: 150px;
	position: absolute;
}

@media (max-width: 768px) {
	.line span {
		width: 100px;
	}	
}

/* */

@media (min-width: 769px) {
	footer {
		background-image: url(../img/bg-footer.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}	
}

.footer-credits {
	background: rgb(3,182,232);
	background: -moz-linear-gradient(180deg, rgba(3,182,232,0.2) 0%, rgba(3,182,232,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(3,182,232,0.2) 0%, rgba(3,182,232,0) 100%);
	background: linear-gradient(180deg, rgba(3,182,232,0.2) 0%, rgba(3,182,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03b6e8",endColorstr="#03b6e8",GradientType=1);
}

@media (max-width: 768px) {
	.footer-credits small {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}	
}

footer a {
	color: #fff;
}

footer a:hover, footer a:focus {
	color: #fff;
}

.footer-info li .footer-info-title {
	font-weight: bold;
	font-size: 14px;
	color: #03b6e8;
	margin-right: 8px;
}

.footer-info li .footer-info-data {
	font-size: 14px;
}

.list-group-item {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
	border: none;
	margin: 0; 
}

.list-group-item a {
    padding: .1rem .75rem .2rem;
    border-radius: .75rem;
    background-color: transparent;
	border: 1px solid #FFF;
	margin-right: 1rem; 
}

.list-group-item a:hover,
.list-group-item a:focus {
    background-color: #fff;
	border: 1px solid #FFF;
	color: #000;
}

.list-group-item a svg,
.list-group-item a svg {
	fill: #fff;
}

.list-group-item a svg .cls-ig {
	fill:#fff;
	fill-rule:evenodd;
}

.list-group-item a:hover svg .cls-ig,
.list-group-item a:focus svg .cls-ig {
	fill:#000;
	fill-rule:evenodd;
}

.list-group-item a:hover svg,
.list-group-item a:focus svg {
	fill: #000;
}

@media (max-width: 768px) {
	.footer-info li {
		text-align: center;
	}
	.footer-info li span {
		display: block;
	}
	footer .line span {
		left: 50%;
		transform: translateX(-50%);
	}	
	footer .list-group-horizontal {
		text-align: center;
		display: block;		
	}
	footer .list-group-horizontal li {
		display: inline-block;		
	}
	footer .list-group-horizontal li:last-child a {
		margin-right: 0;
	}
	.footer-credits {
		text-align: center;
	}
}

/* */

header {
	position: absolute;
	width: 100%;
	background-color: #000;
	z-index: 9999;
}

.navbar {
	padding-top: 2rem;	
	padding-bottom: 2rem;	
	background-color: #000;
}

.navbar-hover .nav-link::after {
    display: inline-block;
    margin-left: .255em;    
    margin-left: .5em;
    content: "";
    background-image: none;
    width: 6px;
    height: 6px;
}

.navbar-hover .nav-link:hover::after,
.navbar-hover .nav-link:focus::after,
.navbar-hover .nav-link.active::after {
    display: inline-block;
    margin-left: .255em;
    margin-left: .5em;
    content: "";
    background-image: url(../img/nav-arrow.svg);
    width: 6px;
    height: 6px;
}

.navbar-dark .navbar-nav .nav-link span,
.navbar-dark .navbar-nav .nav-link:focus span,
.navbar-dark .navbar-nav .nav-link:hover span,
.navbar-dark .navbar-nav .nav-link.active span {
    color: #fff;
    display:inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;    
}

.navbar-dark .navbar-nav .nav-link:focus span,
.navbar-dark .navbar-nav .nav-link:hover span,
.navbar-dark .navbar-nav .nav-link.active span {
    display:inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.nav-lang {
	border: 1px solid #fff;
	border-radius: 1rem;
}

.nav-lang-xs {
	display: none;
}

.nav-lang li a{
	padding: 0 .25rem 0.1rem;
	color: #fff !important;
}

.nav-lang li.active a {
	color: #000 !important;
	background-color: #d5d5d5;
	border-radius: 1rem;
}

.navbar-toggler {
	border: 1px solid #fff !important;
	border-radius: 1rem;
	padding: .25rem .75rem .25rem;
	line-height: 16px;
	color: #fff;
	margin-right: .5rem; 
}

#nav-icon {
  width: 15px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 5px;
}

#nav-icon span:nth-child(4) {
  top: 10px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (min-width: 769px) {
	.navbar-hover .nav-item {
		padding-right: 15px;	
	}
}

@media (max-width: 768px) {
	.navbar-brand img {
		height: 40px;
	}
	.navbar {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	}	
	.nav-lang-xs {
		display: block;
	}
	.nav-lang-md {
		display: none;
	}	
	.nav-lang li{
		display: inline-block;
	}
	.nav-lang li a {
	    padding-right: .5rem !important;
	    padding-left: .5rem !important;
	    margin-right: -5px;
	}
	.nav-lang li:first-child a {
	    margin-right: -5px;
	}	
	.nav-lang li:last-child a {
	    padding-right: .75rem !important;
	}	
	#navbar {
		text-align: center;
		padding: 2rem 0;
	}
	#navbar .nav-link {
		font-size: 1rem;
		padding: 1rem 0;
	}
	.navbar-hover .nav-link:hover::after,.navbar-hover .nav-link:focus::after {
	    transform: rotate(-90deg);
	}
	.hero-arrow svg {
		width: 60px;
	}
	.hero h3 {
	    font-size: 35px !important;	
	}
	.hero img {
		height: 80px;
	}
	.hero h4 {
	    font-size: 20px !important;	
	}	
}

/* */

.hero .container {
	position: absolute;
	width: 100% !important;
	max-width: 100% !important;
	top: 50%;
	transform: translateY(-50%);	
}

.hero h3 {
	font-size: 50px;
	font-weight: 900;
	color: #03b6e8;
	text-transform: uppercase;
}

.hero h4 {
	font-size: 25px;
	font-weight: 300;
}

.hero-dot {
	font-size: 40px;
	vertical-align: sub;
}

.hero {
	height: 100vh;
	background-image: url(../img/bg-hero.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-arrow {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
	animation: hero-arrow alternate 0.8s infinite;
}

.hero-arrow .cls-1, .hero-arrow .cls-2 {
    fill: #00a3d0;
}

.hero-arrow:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;	
}

.hero-arrow:hover svg .cls-3 {
	fill: #03b6e8;
	transition: .15s ease-in-out;
}

.hero-arrow:hover svg .cls-2, .hero-arrow:hover svg .cls-1 {
	fill: #fff;
	transition: .15s ease-in-out;
	opacity: .7;
}

.hero {
	position: relative;
	width: 100%;
}

/* */

.company {
	padding-top: 12rem;
	padding-bottom: 12rem;
	position: relative;
}

.company h3 {
	font-size: 45px;
	font-weight: 900;
	color: #000;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.company h3 span {
	font-size: 45px;
	font-weight: 900;
	color: #03b6e8;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 2px;
}

.company .line span {
	left: 50%;
	transform: translateX(-50%);
}

.company p {
	font-size: 14px;
	line-height: 25px;
}

.company .satelite-1 {
	position: absolute;
	top: 1.5rem;
	left: 0;
	height: 300px;
	width: 300px;
	background-image: url(../img/satelite-1-lines.svg);
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: 15px center;
}

.company .satelite-1 img.satelite {
	margin-left: -95px;
	margin-top: 40px;
}

.company .estrella {
	position: absolute;
	bottom: 0;
	right: 0;
    -webkit-animation: diagonal 2s;
    -moz-animation: diagonal 2s;
    -o-animation: diagonal 2s;
    animation: diagonal 2s;
    animation-iteration-count: 1;	
}

@-webkit-keyframes diagonal {
    0%       { transform: translatex(+500px) translatey(-200px) }
    100%      { transform: translatex(0) translatey(0); }
}

@-moz-keyframes diagonal {
    0%       { transform: translatex(+500px) translatey(-200px) }
    100%      { transform: translatex(0) translatey(0); }
}

@-o-keyframes diagonal {
    0%       { transform: translatex(+500px) translatey(-200px) }
    100%      { transform: translatex(0) translatey(0); }
}

@keyframes diagonal {
    0%       { transform: translatex(+500px) translatey(-200px) }
    100%      { transform: translatex(0) translatey(0); }
}

@-webkit-keyframes traslateleft {
    0%       { transform: translatex(-5px) translatey(0) }
    50%       { transform: translatex(+5px) translatey(0) }
    100%      { transform: translatex(-5px) translatey(0); }
}

@-moz-keyframes traslateleft {
    0%       { transform: translatex(-5px) translatey(0) }
    50%       { transform: translatex(+5px) translatey(0) }
    100%      { transform: translatex(-5px) translatey(0); }
}

@-o-keyframes traslateleft {
    0%       { transform: translatex(-5px) translatey(0) }
    100%      { transform: translatex(+5px) translatey(0); }
}

@keyframes traslateleft {
    0%       { transform: translatex(-5px) translatey(0) }
    100%      { transform: translatex(+5px) translatey(0); }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.company .estrella {
		width: 250px;
	}	
}
.company2 p {
	font-size: 12px;
	line-height: 20px;
}

@media (max-width: 768px) {
	
	.company {
		padding-bottom: 0;
	}
	.company h3 {
		font-size: 25px;
	}
	.company h3 span {
		font-size: 40px;
		display: block;
		padding-top: 1rem;
	}

	.company .satelite-1 {
		position: relative;
		height: 200px;
		width: 250px;
		background-size: 80%;
		background-position: center;
		margin-top: -10rem;
		margin-bottom: 5rem;
		margin-left: auto;
		margin-right: auto;
	}	

	.company .satelite-1 img.satelite {
		position: absolute;
		margin-left: auto;	
		margin-top: 50px;
		max-width: 250px;
	}

	.company .estrella {
		display: none;
	}

}

/* */

.oportunity {
	padding-top: 12rem;
	padding-bottom: 12rem;
	position: relative;
	background: rgb(3,182,232);
	background: -moz-linear-gradient(183deg, rgba(3,182,232,0.2) 0%, rgba(3,182,232,0) 100%);
	background: -webkit-linear-gradient(183deg, rgba(3,182,232,0.2) 0%, rgba(3,182,232,0) 100%);
	background: linear-gradient(183deg, rgba(3,182,232,0.2) 0%, rgba(3,182,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03b6e8",endColorstr="#03b6e8",GradientType=1);	
}

.oportunity .satelite2 {
	position: absolute;
	top: -8rem;
	left: -5rem;
}

.oportunity h3 {
	font-size: 45px;
	font-weight: 900;
	color: #000;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.oportunity h3 span {
	font-size: 45px;
	font-weight: 900;
	color: #03b6e8;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 2px;
}

.oportunity .line span {
	left: 50%;
	transform: translateX(-50%);
}

.oportunity p {
	font-size: 14px;
	line-height: 25px;
}

.interesado {
	color: #03b6e8;
}

@media (max-width: 768px) {
	.oportunity h3, .oportunity h3 span {
		font-size: 30px;
	}
	.oportunity .satelite2 {
		top: -5rem;
		left: 50%;
		transform: translateX(-50%);
		max-width: 200px;
	}	
}

/* */

.applications {
	padding-top: 12rem;
	padding-bottom: 12rem;
	position: relative;
	background-image: url(../img/bg-aplicaciones.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;	
}

.applications h3 {
	font-size: 45px;
	font-weight: 900;
	color: #000;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.applications h3 span {
	font-size: 45px;
	font-weight: 900;
	color: #03b6e8;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 2px;
}

.applications .line span {
	left: 50%;
	transform: translateX(-50%);
}

.applications p {
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.applications p {
		font-size: 10px;
		line-height: 16px;
	}	
	.card h3, .card h3 span {
		font-size: 20px !important;
	}	
}

.card {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: 0;
	position: relative;
}

.card h3, .card h3 span {
	font-size: 40px;
}

.card.apmineria h3, .card.apmineria h3 span {
	font-size: 30px;
}

.card.apambientalen h3, .card.apambientalen h3 span {
	font-size: 35px;
}

.card .aparrow {
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 3.5rem;
	transform: translateX(-50%) rotate(270deg);
}

.card.left .aparrow {
	transform: translateX(-50%) rotate(90deg);
}

@media (max-width: 768px) {
	.applications h3, .applications h3 span {
		font-size: 30px;
	}
	.applications .aparrow {
		display: none;
	}
	.card h3, .card h3 span, .card.apmineria h3, .card.apmineria h3 span {
		font-size: 25px;
	}	
}

/* */

.video h3 {
	font-size: 30px;
	font-weight: 900;
	color: #000;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.video h3 span {
	font-size: 30px;
	font-weight: 900;
	color: #03b6e8;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 2px;
}

video {
	width: 90%;
	max-width: 1000px;
	height: auto;
}
.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 90%;
}

@media (max-width: 768px) {
	.video h3, .video h3 span {
		font-size: 20px;
	}
}

/* */

.contact {
	padding-top: 12rem;
	position: relative;
}

.contact h3 {
	font-size: 45px;
	font-weight: 900;
	color: #000;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact h3 span {
	font-size: 45px;
	font-weight: 900;
	color: #03b6e8;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 2px;
}

.contact .line span {
	left: 50%;
	transform: translateX(-50%);
}

.contact p {
	font-size: 12px;
	line-height: 22px;
}

.form-control {
	background-color: transparent;
	border: 2px solid #FFF;
	box-shadow: 0;
	border-radius: 1.25rem;
	padding: 1.5rem;
}

.form-control:focus {
    color: #fff;
	background-color: transparent;
	border-color: #FFF;
	outline: 0; 
	box-shadow: 0;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media (max-width: 768px) {
	.contact h3 {
		font-size: 30px !important;
	}
	.contact h3 span {
		font-size: 30px !important;
	}		
}

input[type="submit"] {
	width: 200px;
	height: 55px;
}

/* */

@keyframes hero-arrow {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% + 20px));
    transform: translate(-50%, calc(-50% + 20px));
  }
}

.btn-outline-light {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	border: 1px solid;
	padding: .5rem 1.5rem;
	border-radius: 2rem;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
	background-color: #fff;
	color: #03b6e8;
	border-color: #fff;
}

.btn-light {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	border: 3px solid;
	padding: .25rem 1rem;
	border-radius: 1.5rem;
	background-color: #fff;
	color: #03b6e8;
	border-color: #fff;
}

.btn-light:hover,
.btn-light:focus {
	background-color: #03b6e8;
	color: #fff;
	border-color: #03b6e8;
}

.lineas {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;	
}

svg .lineas {
  transform-box: fill-box;
  transform-origin: center;
}

.ruedas {
    -webkit-animation:spin2 4s linear infinite;
    -moz-animation:spin2 4s linear infinite;
    animation:spin2 4s linear infinite;	
}

svg .ruedas {
  transform-box: fill-box;
  transform-origin: center;
}

.ruedas2 {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;	
}

svg .ruedas2 {
  transform-box: fill-box;
  transform-origin: center;
}

.lineas .aaa, .aaa, .lineas .cls-1 {
	fill: #03b6e8 !important;
}

.aaa{
    -webkit-animation: traslateleft 1s;
    -moz-animation: traslateleft 1s;
    -o-animation: traslateleft 1s;
    animation: traslateleft 1s;	
    animation-iteration-count: infinite;
}

.bbbb {
	fill: #fff !important;
}

#totop {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	padding: 1rem;
	opacity: .6;
}

#totop:focus, #totop:hover {
	opacity: 1;
}

@media (max-width: 768px) {
	#totop {
		bottom: 1rem;
		right: 1rem;
	}		
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin2 { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

@media (min-width: 768px) {

	#satelite2:before {
	  display: none !important;
	  content:"";
	  z-index:10;
	  position:absolute;
	  height:200px;
	  width:100px;
	  top:-120%;
	  left:-120%;
	  background:linear-gradient(transparent 0%,
	    rgba(255, 255, 255, 0.1) 45%,
	    rgba(255, 255, 255, 0.5) 50%,
	    rgba(255, 255, 255, 0.1) 55%,
	    transparent 100%);
	    transition:all 2s;
	    transform:rotate(-135deg);
	    animation: shine 2s infinite forwards;
	}


	.satelite-2:after {
	    display: none !important;
		content:'';
		top: -8rem;
		left: -5rem;
		width:350px;
		height:145px;
		position: absolute;
		z-index:99;
		animation: shine 10s infinite;
		transform: rotate(20deg);
		opacity: .5;
		 
	 background: rgb(255,255,255);
	background: -moz-linear-gradient(81deg, rgba(255,255,255,0) 39%, rgba(255,255,255,0.45420174905899857) 52%, rgba(255,255,255,0) 64%);
	background: -webkit-linear-gradient(81deg, rgba(255,255,255,0) 39%, rgba(255,255,255,0.45420174905899857) 52%, rgba(255,255,255,0) 64%);
	background: linear-gradient(81deg, rgba(255,255,255,0) 39%, rgba(255,255,255,0.45420174905899857) 52%, rgba(255,255,255,0) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
	}


}

@keyframes shine {
	0% {transform:translate(-150px,120px) rotate(-20deg);}
	20% {transform:translate(70px,50px) rotate(-20deg);opacity: .5}
	50% {transform:translate(70px,50px) rotate(-20deg); opacity: 0}
	100% {transform:translate(70px,50px) rotate(-20deg); opacity: 0}
}





@media (min-width: 1024px) {



	.ciudades-icono .ciudades-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.ciudades-icono:hover .ciudades-texto, .ciudades-icono:focus .ciudades-texto {
		opacity: 1;
	}

	.ciudades-icono:hover .cls-1,
	.ciudades-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.ciudades-icono:hover .ciudades-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}




	.autos-icono .autos-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.autos-icono:hover .autos-texto, .autos-icono:focus .autos-texto {
		opacity: 1;
	}

	.autos-icono:hover .cls-1,
	.autos-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.autos-icono:hover .autos-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}






	.industria-icono .industria-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.industria-icono:hover .industria-texto, .industria-icono:focus .industria-texto {
		opacity: 1;
	}

	.industria-icono:hover .cls-1,
	.industria-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.industria-icono:hover .industria-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}





	.monitoreo-icono .monitoreo-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.monitoreo-icono:hover .monitoreo-texto, .monitoreo-icono:focus .monitoreo-texto {
		opacity: 1;
	}

	.monitoreo-icono:hover .cls-1,
	.monitoreo-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.monitoreo-icono:hover .monitoreo-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}






	.medicina-icono .medicina-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.medicina-icono:hover .medicina-texto, .medicina-icono:focus .medicina-texto {
		opacity: 1;
	}

	.medicina-icono:hover .cls-1,
	.medicina-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.medicina-icono:hover .medicina-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}





	.electro-icono .electro-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.electro-icono:hover .electro-texto, .electro-icono:focus .electro-texto {
		opacity: 1;
	}

	.electro-icono:hover .cls-1,
	.electro-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.electro-icono:hover .electro-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}






	.fitness-icono .fitness-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.fitness-icono:hover .fitness-texto, .fitness-icono:focus .fitness-texto {
		opacity: 1;
	}

	.fitness-icono:hover .cls-1,
	.fitness-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.fitness-icono:hover .fitness-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}




	.juguetes-icono .juguetes-texto {
		opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;	
	}

	.juguetes-icono:hover .juguetes-texto, .juguetes-icono:focus .juguetes-texto {
		opacity: 1;
	}

	.juguetes-icono:hover .cls-1,
	.juguetes-icono:hover .cls-2
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #fff !important;
		cursor: pointer;
		opacity: .8;
	}

	.juguetes-icono:hover .juguetes-icono-interno .cls-7
	{
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		fill: #03b6e8 !important;
		cursor: pointer;
	}

}

#noticias .owl-carousel .item {
	/*box-shadow: 0 0 20px #CCC;*/
	background-color: #FFF;
}

#noticias .owl-carousel .item p {
	padding: 1rem 0;
	font-size: 1.5rem;
	font-style: italic;
}

#noticias .owl-carousel .owl-item {
	transform: scale(0.9);
	transition: 0.25s all;
}

#noticias .owl-carousel .owl-item:hover {
	transform: scale(1);
	cursor: pointer;
}

#noticias .owl-carousel .owl-item:hover p {
	color: #03b6e8;
}

.modal h5 {
	font-size: 1.5rem;
	font-style: italic;
}

.modal-content {
	border: none;
	border-radius: 0;
	background: #000;
	background-image: url(../img/bg-aplicaciones.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;		
}

#noticias .owl-prev {
    transform: rotate(90deg);
}

#noticias .owl-next {
    transform: rotate(-90deg);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}