/* 
    Document   : styles
    Created on : 14/05/2015, 11:24:44 AM
    Author     : Juan Carlos Albino <albinjc040795@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: "latoLight";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: "anivers";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Anivers_Regular_0.otf") format("truetype");
}

html, body{
	height: 100%;
	font-family: latoLight;
}

@font-face {
    font-family: "latoRegular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Lato-Regular.ttf") format("truetype");
}

.linksBanner{
	cursor: pointer;
}

.navbar{
	background-color: transparent;
    border: none;
    margin-bottom: 0;
    height: 85px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
    transition: background 0.4s;
}

.navbar:hover{
	background-color: rgba(0, 0, 0, 0.75);
}

.navbar a{
	color: white !important;
}

#menuPrincipal{
	height: 100px !important;
    padding-top: 20px;
    font-size: 17px;
}

.navAlt{
	background: rgba(255, 255, 255, 0.96);
	height: 60px;   
	border-bottom: 1px solid #e6e6e6;
}

.navAlt:hover{
	background: rgba(255, 255, 255, 0.96)
}

.navAlt a{
	color: black !important;
}

.navbar a.active{
	color: #00b3ff !important;
}

.navAlt img{
	width: 180px !important;
	margin-top: -10px;
}

.navAlt #menuPrincipal{
	height: 60px !important;
	padding-top: 8px;
    font-size: 15px;
}

.principal-menu-item{
	font-weight: bold;
	font-size: 18px;
}

.height100{
	height: 100% !important;
}
#divVideo, #divVideoSatelital, #divVideoTrafico, #divVideoAereo, #divVideoTimelapse{
	background: url('../img/pattern.png') repeat !important;
}
#coverTeamSection{
	background: url('../img/backgrounds/consultoria1.jpg') no-repeat;
	background-size: 100% 130%;
}
.rowButton{
	width: 100%;
	bottom: 0;
	position: absolute;
	padding-bottom: 30px;
}

#contenedorSloganInicio{
	border: 3px solid white;
    background: rgba(0, 0, 0, 0.62);
    padding-bottom: 10px;
	margin-top: 2%;
}

#contenedorSloganSeccion{
	border: 3px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.0);
    padding-bottom: 10px;
	margin-top: 0%;
}

#sloganSeccion{
	background-attachment: scroll;
    background-image: url('../img/divider.png');
    background-repeat: repeat-x;
    background-position: top center;
	color: white;
	font-size: 70px;
	font-style: bold;
    text-shadow: 0 0 40px #FFFFFF, 2px 2px 3px black;
	font-family: Arial;
	padding-top: 14px;
	display: inline-block;
}

#sloganSeccion small{
	color: #00b3ff;
	font-size: 70px;
	font-style: bold;
    text-shadow: 0 0 40px #00b3ff, 2px 2px 3px black;
	font-family: Arial;
}

#contenedorSpanInicio{
	margin-top: 25%;
    color: white;
    font-size: 18px;
	font-family: anivers;
}

#contenedorBotonCotactanos{
	margin-top: 2%;
}

#sloganInicio{
	color: white;
	font-size: 70px;
	font-style: bold;
    text-shadow: 0 0 40px #FFFFFF, 2px 2px 3px black;
	font-family: anivers;
}

#sloganInicio small{
	color: #00b3ff;
	font-size: 70px;
	font-style: bold;
    text-shadow: 0 0 40px #00b3ff, 2px 2px 3px black;
	font-family: anivers;
}

#btnMedioContactanos{
    border: 1px solid rgb(5, 31, 104);
    height: 50px;
    background:  rgb(208, 209, 212);
    color: rgb(5, 31, 104);
    font-size: 20px;
    border-radius: 0px;
	cursor: pointer !important;
}

#btnInicioContactanos{
    border: 1px solid white;
    height: 50px;
    background: transparent;
    color: white;
    font-size: 20px;
    border-radius: 0px;
	cursor: pointer !important;
}

#logoHeader{
	width: 200px;
	margin-left: 40px;
}

#secondaryLogoHeader{
	width: 120px !important;
}

#btnInicio{
	width: 70px;
    height: 70px;
    background: transparent;
    border: none;
    color: white;
    /* font-size: 30px; */
    outline: none;
    color: #00b3ff;
    font-size: 50px;
    font-style: bold;
    text-shadow: 0 0 40px #00b3ff;
}

.colNoPadding{
	padding: 0px;
}

#contenedorQueHacemos{
	padding-top: 6%;
	padding-bottom: 5%;
}

#contenedorIntroduccion{
	padding-top: 4%;
	padding-bottom: 5%;	
}

#tituloIntroduccion{
	color: black;
	font-weight: bolder;
	font-size: 27px;
}

#subtituloIntroduccion{
	font-size: 20px;	
}

.droneIntroduccion{
	width: 70%;
	margin-top: 20px;
}

.lineaBajoTexto{
	border-bottom: 1px solid #00b3ff;
	width: 10%;
	border-style: dotted;
}

.spanIntro{
	font-size: 18px;
    color: black;
}

#contenedorQueHacemosActividades{
	margin-top: 3%;
}

#contenedorIntroduccionBullets{
	margin-top: 3%;
}

.cuadroActividad{
	width: 100%;
	height: 200px;
	text-align: center;
	padding-left: 40px;
    padding-right: 40px;
}

.cuadroActividad i{
	color: #00b3ff;
}

.cuadroActividad span{
	font-size: 15px;
}

.cuadroActividad h4{
	color: #686868;
	font-weight: bolder;
}

#contenedorTrabajamosCon{
	padding-top: 4%;	
	padding-bottom: 6%;
}

#contenedorTrabajamosConDescripcion{
	background: #F1F1F1;
}

#contenedorTrabajamosConDescripcion h3{
	text-align: center;
}

#contenedorTrabajamosConDescripcion ul li{
	font-size: 17px;
    font-weight: bold;
}

#contenedorZurich{
	background: url('../img/pattern.png') repeat;
	padding-top: 4%;
	padding-bottom: 6%;
	border-top: 2px solid #00b3ff;
	border-bottom: 2px solid #00b3ff;
	color: white !important;
}

#contenedorBester{
	background: url('../img/bester.jpg') repeat;
	padding-top: 4%;
	padding-bottom: 6%;
	border-top: 2px solid #00b3ff;
	border-bottom: 2px solid #00b3ff;
	color: white !important;
}

#contenedorSiguenos{
	background: url('../img/pattern.png') repeat;
	padding-top: 4%;
	padding-bottom: 6%;
	border-top: 2px solid #00b3ff;
	border-bottom: 2px solid #00b3ff;
}

#contenedorSiguenos h1{
	text-align: center;
    font-weight: bold;	
}

.circuloRedSocial{
	background: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    color: white;
    font-size: 30px;
    padding-top: 1%;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    cursor: pointer;
}

.circuloRedSocial:hover{
	background: #00b3ff;
}

.tituloCirculoRedSocial{
	color: white;
    font-size: 20px;
}

#contenedorContacto{
	padding-top: 2%;	
	padding-bottom: 2%;
    background: #f2f2f2;
}

#contenedorContacto h1{
	text-align: center;
}

.input-form{
	width: 100%;
    display: block;
    height: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid #989898;
    color: #252525;
    font-size: 20px;
}

.input-form:active, .input-form:focus{
    border-bottom: 1px solid #00b3ff;
}

.no-resize{
	resize: none !important;
}

.list-group-item-img{
	width: 100%;
}

#botonEnviarContacto{
    background: #00b3ff;
    width: 100%;
    color: white;
    height: 45px;
    font-size: 20px;
    font-weight: bolder;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

#chevronRegresarAlInicio{
	text-align: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
	background: #121212;
	color: white;
}

#footer{
	background: #121212;
	padding-top: 1%;
	padding-bottom: 0%;
}

#footer h3{
	text-align: center;
	color: #848484;
}

#footer h3 i{
	text-align: center;
	color: #00b3ff;
}

#trademark{
	font-weight: bold;
	text-align: center;
	color: #848484;
	font-size: 13px;
}

.text-white{
	color: white !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: transparent !important;
}

.dropdown-menu{
    background-color: rgba(0, 0, 0, 0.72);
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 2px solid #01b0fc;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #00b3ff !important;
    text-decoration: none;
    background-color: transparent;
}

.navAlt .dropdown-menu{
    background-color: #f9f9f9;
}

.liItem.liItemActive{
	color: #00b3ff !important;
}

#contenedorDescripcionEquipo{
	padding-top: 6%;
	padding-bottom: 5%;
}

#contenedorMiembrosEquipo{
	margin-top: 3%;
}

.imgEquipo{
	width: 200px;
}

.nombreEquipo{
	font-size: 18px;
	color: black;
}

.descEquipo{
	font-size: 14px;
}

.circuloBullet{
	background: #00b3ff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 40px;
}

.circuloBullet i{
    color: white !important;
	font-size: 40px;
}

.contenedorCirculoBullet{
	border: 2px solid #00b3ff;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 8px;
    border-radius: 50px;
}

#contenedorDescripcionPorqueEscogernos{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionPorqueEscogernos h3{
	color: black;
}

#contenedorBulletsPorqueEscogernos{
	margin-top: 5%;
}

#coverPorqueEscogernosSeccion{
	background: url('../img/backgrounds/Equipo03.jpg') no-repeat;
	background-size: 100% 110%;
}

.spanSubtitulo{
	font-size: 23px;
	color: black;
	font-weight: bolder;
}

.cuadroActividadPorqueEscogernos{
	width: 100%;
	height: 200px;
	text-align: center;
}

.cuadroActividadPorqueEscogernos h4{
	color: black;
}

.cuadroActividadPorqueEscogernos i{
	color: #00b3ff;
}

.cuadroActividadPorqueEscogernos span{
	color: gray;
    font-weight: bolder;
}

#coverServicioMexico{
	background: url('../img/backgrounds/mapa01.jpg') no-repeat;
	background-size: 100% 100%;
}

#contenedorDescripcionServicioMexico{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionServicioMexico h3{
	color: black;
}




#coverFotoSatelital{
	background: url('../img/backgrounds/fotosatelital.jpg') no-repeat;
	background-size: 100% 115%;
}

#contenedorDescripcionFotografiaAerea{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionFotografiaAerea h3{
	color: black;
}

#coverFotografiaAerea{
	background: url('../img/backgrounds/fotoaerea401.jpg') no-repeat;
	background-size: 100% 115%;
}

#contenedorDescripcionFotografiaAerea{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionFotografiaAerea h3{
	color: black;
}

.cuadroActividadServicio{
	width: 100%;
	height: 200px;
	text-align: center;
}

.cuadroActividadServicio h4{
	color: black;
}

.cuadroActividadServicio i{
	color: #00b3ff;
}

.cuadroActividadServicio span{
	color: gray;
    font-weight: bolder;
}

#contenedorBulletsServicio{
	margin-top: 5%;
}

.thumbAerialPhotography{
	width: 80%;
	height: 80%;
}

#coverMapeoAereo{
	background: url('../img/backgrounds/mapeoAereo.jpg') no-repeat;
	background-size: 100% 100%;
}

#contenedorDescripcionMapeoAereo{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionMapeoAereo h3{
	color: black;
}

#contenedorDescripcionInspeccionAerea{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionInspeccionAerea h3{
	color: black;
}

#coverInsAerea{
	background: url('../img/backgrounds/insAerea.jpg') no-repeat;
	background-size: 100% 100%;
}

#coverInspeccionAerea{
	background: url('../img/backgrounds/inspeccion08.jpg') no-repeat;
	background-size: 100% 105%;
}

#coverSeguimientoObra{
	background: url('../img/backgrounds/seguimiento03.jpg') no-repeat;
	background-size: 100% 100%;
}

#contenedorDescripcionSeguimientoObra{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionSeguimientoObra h3{
	color: black;
}

#coverPanoramas360{
	background: url('../img/backgrounds/pano360.jpg') no-repeat;
	background-size: 100% 110%;
}

#coverConsultoriaCapacitacion{
	background: url('../img/backgrounds/consultoria1.jpg') no-repeat;
	background-size: 100% 130%;	
}

#contenedorDescripcionCosultoriaCapacitacion{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionCosultoriaCapacitacion h3{
	color: black;
}

#coverDroneMedida{
	background: url('../img/backgrounds/alamedida03.jpg') no-repeat;
	background-size: 100% 100%;	
}

#contenedorDescripcionDroneMedida{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionDroneMedida h3{
	color: black;
}

#coverTecnologia{
	background: url('../img/backgrounds/tecnologia.jpg') no-repeat;
	background-size: 100% 110%;	
}

#contenedorDescripcionTecnologia{
	padding-top: 3%;
	padding-bottom: 5%;
}

#contenedorDescripcionTecnologia h3{
	color: black;
}

#contenedorClientes{
	padding-top: 4%;
	padding-bottom: 6%;
	border-top: 1px solid #00b3ff;
	border-bottom: 1px solid #00b3ff;
	height: 900px;
}

#contenedorClientes h1{
	text-align: center;
}

/*#contenedorBlog{
	background: url('../img/pattern.png') repeat;
	padding-top: 4%;
	padding-bottom: 6%;
	border-top: 2px solid #00b3ff;
	border-bottom: 2px solid #00b3ff;
}

#contenedorBlog h1{
	text-align: center;
    font-weight: bold;	
}

.imagenNoticia{
	width: 300px;
	height: 200px;
}

.descripcionNoticia{
	color: white;
}

#btnBlog{
	width: 100%;
    height: 50px;
    background: white;
    color: #6b6b6b;
    border-radius: 0px;
    font-size: 14px;
    border: none;
    margin-top: 4%;
    font-weight: bolder;;
}*/

#contenedorQueHacemosActividades .cuadroActividad{
	cursor: pointer;
    border: 1px dashed gainsboro;
    padding: 25px;
}

/*#contenedorQueHacemosActividades .cuadroActividad:hover{
	border: 1px solid #e8e8e8;
    background: #fbfbfb;
}*/

.notice h3{
	font-size: 18px;
}

.notice .descripcionNoticia{
	font-size: 12px;
}

.imagenClientes{
	width: 80%;	
}

.imagenMarcas{
	width: 100%;	
    -webkit-filter: grayscale(100%);
}

#tituloNoticia{
    color: black;
    font-weight: bolder;
    font-size: 27px;
}

#subtituloNoticia{
	font-size: 20px;
}

#coverContacto{
	background: url('../img/backgrounds/contacto.jpg') no-repeat;
	background-size: 100% 110%;
}

#coverMySkycam{
	background: url('../img/backgrounds/myskycam.jpg') no-repeat;
	background-size: 100% 100%;
}

#coverBlog{
	background: url('../img/backgrounds/consultoria2.jpg') no-repeat;
	background-size: 100% 100%;
}

#contenedorBlog{
	padding-top: 4%;	
	padding-bottom: 6%;
}

#contenedorBlog h1{
	text-align: center;
}

#navegacionBlog{
	padding-top: 10%;
}

#chevronRegresarAlInicio:hover{
	cursor: pointer;
}

.listasIndustrias li{
	margin-bottom: 7px;
}

.paddingClientes20{
	padding-top: 20px;
}

.paddingClientes15{
	padding-top: 15px;
}

.paddingClientes10{
	padding-top: 10px;
}

.card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.card.hovercard {
	margin: 0 auto;
	width: 230px;
	height: 240px;
	padding-top: 0;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}

.card.hovercard .headerContainer {
	width: 230px;
    height: 120px;
    background: #f0f0f0;
    padding-top: 1%;
}

.card.hovercard .avatar {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}

.card.hovercard .avatar .iconContainer {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
	margin: 0 auto;
	background: #00b3ff;
	color: white;
	padding-top: 7.5%;
}

.card.hovercard .avatar .iconContainer i{
	font-size: 23px;
}

.card.hovercard .info {
  padding: 20px 8px 10px;
}

.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#aplicacionFotografiaAerea{
	background: url("../img/aplicaciones/aplicacionFotografiaAerea.jpg");
	background-size: 100%;
}

#aplicacionVideoAereo{
	background: url("../img/aplicaciones/aplicacionVideoAereo.jpg");
	background-size: 100%;
}

#aplicacionTopografia{
	background: url("../img/aplicaciones/aplicacionTopografia.jpg");
	background-size: 100%;
}

#aplicacionInspeccionAerea{
	background: url("../img/aplicaciones/aplicacionInspeccionAerea.jpg");
	background-size: 100%;
}

#aplicacionSeguimiento{
	background: url("../img/aplicaciones/aplicacionSeguimiento.jpg");
	background-size: 100%;
}

#aplicacionPanoramicas{
	background: url("../img/aplicaciones/aplicacionPanoramicas.jpg");
	background-size: 100%;
}

#aplicacionConsultoria{
	background: url("../img/aplicaciones/aplicacionConsultoria.jpg");
	background-size: 100%;
}

#aplicacionTimelapse{
	background: url("../img/aplicaciones/aplicacionTimelapse.jpg");
	background-size: 100%;
}

.hovercard .headerContainer h3{
	color: white;
}

.panel-noticia{
	border: none;
	border-bottom: 1px solid #00b3ff;
	border-radius: 0;
	padding-bottom: 20px;
	box-shadow: none !important;
}

.panel-noticia h4{
	font-weight: bolder;
}

.panel-noticia .imageThumbnailNoticias{
	cursor: pointer;
}

.listRedirectLocation{
	cursor: pointer;
}

@media screen and (max-width: 420px) {
	#divVideo{
		background: url('../img/backgrounds/mobile/inicio.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
    #sloganInicio small{
        display: block !important;
    }
	
	#sloganSeccion, #sloganSeccion small{
		display: block !important;
	}
	
	#textoContacto{
		font-size: 20px;
	}
	
	#menuPrincipal {
		height: 200px !important;
		padding-top: 20px;
		font-size: 17px;
		background: black;
		margin-top: 15px;
	}
	
	.navAlt #menuPrincipal {
		height: 200px !important;
		padding-top: 8px;
		font-size: 15px;
		color: white !important;
		margin-top: 0px;
	}
	
	.navAlt #menuPrincipal ul li a{
		color: white !important;
	}

	#navPrincipal .navbar-toggle{
		margin-top: 20px;
	}
	
	.navAlt .navbar-toggle{
		margin-top: 10px !important;
	}
	
	.cuadroActividad{
		height: 100%;
		margin-bottom: 10%;
	}
	
	.imagenClientes{
		padding-top: 0%;
	}
	
	#contenedorZurich{
		background: #848484 !important;
	}
	
	.hiddenSm{
		visibility: hidden;
		display: none;
	}
	
	#contenedorSiguenos{
		background: #00b3ff !important;
	}
	
	#coverTeamSection{
		background: url('../img/backgrounds/mobile/nosotros.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.cuadroMiembro{
		margin-top: 15%;
	}
	
	#coverPorqueEscogernosSeccion{
		background: black !important;
	}
	
	.cuadroActividadPorqueEscogernos{
		height: 100%;
		margin-bottom: 10%;
	}
	
	#coverServicioMexico{
		background: black !important;
	}
	
	#coverFotografiaAerea{
		background: url('../img/backgrounds/mobile/fotografia.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	#coverInsAerea{
		background: url('../img/backgrounds/mobile/naves.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.sloganFotografia, .sloganFotografia small{
		font-size: 60px !important;
	}
	
	.sloganVideo, .sloganVideo small{
		font-size: 40px !important;
		margin-bottom: 20%;
	}
	
	iframe{
		width: 100% !important;
	}
	
	#coverMapeoAereo{
		background: url('../img/backgrounds/mobile/topografia.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.cuadroActividadServicio{
		height: 100%;
		margin-bottom: 10%;
	}
	
	.sloganInspeccion, .sloganInspeccion small{
		font-size: 60px !important;
	}
	
	#coverInspeccionAerea{
		background: url('../img/backgrounds/mobile/inspeccion.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	#coverSeguimientoObra{
		background: url('../img/backgrounds/mobile/avance.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.sloganSeguimiento, .sloganSeguimiento small{
		font-size: 50px !important;
	}
	
	#coverPanoramas360{
		background: url('../img/backgrounds/mobile/panorama.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.slogan360, .slogan360 small{
		font-size: 50px !important;
	}
	
	#coverConsultoriaCapacitacion{
		background: url('../img/backgrounds/mobile/cursos.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.sloganConsultoria, .sloganConsultoria small{
		font-size: 50px !important;
	}
	
	#coverDroneMedida{
		background: black !important;
	}
	
	#coverTecnologia{
		background: url('../img/backgrounds/mobile/software.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	.sloganTecnologia, .sloganTecnologia small{
		font-size: 50px !important;
	}
	
	.imagenMarcas{
		width: 50% !important;
	}
	
	.agisoftLogo{
		margin-top: 40px;
	}
	
	#coverContacto{
		background: url('../img/backgrounds/mobile/contacto.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	#coverBlog{
		background: url('../img/backgrounds/mobile/casos.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
	
	#navegacionBlog{
		visibility: hidden;
		display: none;
	}

	#divVideoSatelital{
		background: url('../img/backgrounds/mobile/satelite.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}

	#divVideoTrafico{
		background: url('../img/backgrounds/mobile/trafico.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}

	#divVideoAereo{
		background: url('../img/backgrounds/mobile/aereo.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}

	#divVideoTimelapse{
		background: url('../img/backgrounds/mobile/timelapse.jpg') no-repeat !important; 
		background-size: cover !important;
		background-position-x: center !important;
	}
}

.text-blue{
	color: #00b3ff !important;
}

.latoRegular{
	font-family: latoRegular !important;
}