body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333333;
}

h1 {
    color: #fff;
    font-weight: 300;
}

#reel h1 {
    font-size: 1.8em;
    margin-bottom: 70px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.lightbox-container {
    z-index: 9999 !important;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

#reel {
    background: #fff url('../img/head-home.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#reel p {
    color: #fff;
}

.playBtn {
    transition: all 0.3s ease;
}

.playBtn:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
    /*position: fixed;
    top: 0;*/
    width: 100%;
}


/**********************************************************************

TOPBAR

**********************************************************************/

.top-bar-container {
    background: #fff;
}

.top-bar {
    /*background-color:rgba(0,0,0,.1);*/
    background-color: #ffffff;
}

.top-bar ul {
    background: transparent;
}

.top-bar {
    font-size: 0.9rem;
}

.top-bar-right {}

.menu>li>a {
    margin-top: 15px;
    color: #244289;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s
}

.menu>li>a:hover {
    background: #244289;
    color: #fff;
    text-decoration: none;
}

.title-bar {
    background-color: #ffffff;
    color: #244289;
    width: 100%;
}

.title-bar .title-bar-title {
    text-align: center;
    width: 80%;
}

.title-bar-title img {
    width: 35%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.menu-icon::after {
    background: #244289;
    box-shadow: 0 7px 0 #244289, 0 14px 0 #244289;
}

.active,
.menu>li>a.active {
    background: #244289;
    color: #fff;
    text-decoration: none;
}

.is-dropdown-submenu {
    background-color: rgba(255, 255, 255, 0.5)!important;
    color: #244289;
    border: none;
}

.submenu>li>a {
    color: #333;
}


/******************************************************************

HOME

***************************************************************/

section {}

section.back-drones {
    background: #244289 url('../img/back-drones.jpg') top center no-repeat;
    background-size: cover;
    /*min-height: 286px;*/
    padding-top: 40px;
    padding-bottom: 40px;
}

section.back-drones h2,
section.back-drones p {
    color: #fff;
}

.drones-txt {
    font-size: 0.8em;
}

section.back-drones img {
    margin-bottom: 15px;
}

.header-secciones {
    padding-top: 300px;
}

.header-secciones h1 {
    line-height: 55px;
    font-size: 4em;
    font-weight: bold;
}

.header-vervideo {
    margin-top: 80px;
    padding: 10px;
    background-color: #fff;
    color: #244289;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s
}

.header-vervideo:hover {
    background-color: #244289;
    color: #ffffff;
}

.servicios {
    height: 274px;
    color: #fff;
}

.servicios h3 {
    padding-top: 70px;
    color: #fff;
    line-height: 40px;
    font-size: 3em;
    margin-bottom: 20px;
}

#servicio-1 {
    background: url(../img/serv-1.jpg);
    background-size: cover;
}

#servicio-2 {
    background: url(../img/serv-2.jpg);
    background-size: cover;
}

#servicio-3 {
    background: url(../img/serv-3.jpg);
    background-size: cover;
}

#servicio-4 {
    background: url(../img/serv-4.jpg);
    background-size: cover;
}

#servicio-5 {
    background: url(../img/serv-5.jpg);
    background-size: cover;
}

#servicio-6 {
    background: url(../img/serv-6.jpg);
    background-size: cover;
}

#servicio-7 {
    background: url(../img/serv-7.jpg);
    background-size: cover;
}

#servicio-8 {
    background: url(../img/serv-8.jpg);
    background-size: cover;
}

#servicio-9 {
    background: url(../img/serv-9.jpg);
    background-size: cover;
}

#servicio-10 {
    background: url(../img/serv-10.jpg);
    background-size: cover;
}

#servicio-11 {
    background: url(../img/serv-11.jpg);
    background-size: cover;
}

#servicio-12 {
    background: url(../img/serv-12.jpg);
    background-size: cover;
}


/*
#servicio-1 {
   background:
    linear-gradient(
      rgba(36, 66, 137, 0.7), 
      rgba(36, 66, 137, 0.7)
    ),

    url(../img/serv-1.jpg);
   background-size: cover;
   transition:all 0.3s ease;
}
*/

.grow {
    transition: all 0.3s ease;
}

.grow:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/********************************************************

SERVICIOS

********************************************************/

#produccion {
    background: #fff url('../img/head-produccion.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#transmision {
    background: #fff url('../img/head-transmision.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#transmision-foot {
    background: #244289 url('../img/back-transmision.jpg') top center no-repeat;
    background-size: cover;
}

#geomatica {
    background: #fff url('../img/head-geomatica.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#geomatica-foot {
    background: #244289 url('../img/back-geomatica.jpg') top center no-repeat;
    background-size: cover;
}

#seguimiento {
    background: #fff url('../img/head-seguimiento.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#seguridad {
    background: #fff url('../img/head-seguridad.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#inspeccion {
    background: #fff url('../img/head-inspeccion.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#inspeccion-foot {
    background: #244289 url('../img/back-inspeccion.jpg') top center no-repeat;
    background-size: cover;
}

#proteccion {
    background: #fff url('../img/head-proteccion.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#proteccion-foot {
    background: #244289 url('../img/back-proteccion.jpg') top center no-repeat;
    background-size: cover;
}

#publicidad {
    background: #fff url('../img/head-publicidad.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#capacitacion {
    background: #fff url('../img/head-capacitacion.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#proyectos {
    background: #fff url('../img/head-proyectos.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#proyectos-foot {
    background: #244289 url('../img/back-proyectos.jpg') top center no-repeat;
    background-size: cover;
}

#videos {
    background: #fff url('../img/head-videos.jpg') top center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#agricultura {
    background: #fff url('../img/head-agricultura.jpg') top center no-repeat;
    background-size: cover;
    min-height: 700px;
}

#escaneo {
    background: #fff url('../img/head-escaneo.jpg') top center no-repeat;
    background-size: cover;
    min-height: 700px;
}

section.back-prefoot {
    min-height: 486px;
}

.servicios-text {
    padding: 50px 20px !important;
}

.servicios-text-2 {
    padding: 40px 20px !important;
}

.cta {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

ul li {
    font-weight: 300;
    font-size: 14px;
}


/********************************************************

CONTACTO

********************************************************/

#contacto {
    background: #fff url('../img/back-contacto.jpg') center center no-repeat;
    background-size: cover;
    min-height: 700px;
}

.button {
    border-radius: 20px;
}

.border-right {
    border-right: 1px solid #eaeaea;
}


/*********************************************************

LANDING

********************************************************/

#top-gracias {
    width: 100%;
    background: #003a7e url('../img/back-top.jpg') no-repeat top center;
    background-size: cover;
    padding: 20px;
    margin-bottom: 7px;
}

.servicios-landing {
    width: 100%;
}

.responsive-img {
    width: 100%;
    height: auto;
}

#texto-gracias h1 {
    color: #333333;
    font-weight: bold;
}

#texto-gracias p {
    font-size: 1.4rem;
}

#texto-gracias p span {
    color: #003a7e;
    font-weight: bold;
}

hr.graciashr {
    border: none;
    height: 4px;
    background: #606060;
    margin: 7px auto 7px;
}

#footer-gracias {
    color: #003a7e;
    border-bottom: 4px solid #606060;
    margin-bottom: 5px;
}

#footer-gracias p {
    color: #003a7e;
}

.hrgracias {
    border-top: 4px solid #606060;
}


/********************************************************

FOOTER

********************************************************/

footer {
    padding-top: 90px;
}

.contacto-footer {
    word-spacing: 10px;
}

.redes-footer {
    margin-top: 20px;
}

.redes-footer i {
    color: #d6cfc7;
}

.redes-footer i:hover {
    color: #333;
}

.fa-map-marker {
    color: #244289;
    margin-bottom: 20px;
}

.logo-foot {
    cursor: pointer;
}

footer h5 {
    color: #13326a;
    margin-bottom: 0;
}


/********************************************************

HELPER CLASSES

********************************************************/

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-reel {
    padding-top: 330px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}


/************************************************************************

MEDIA QUERIES

************************************************************************/


/* Small only */

@media screen and (max-width: 39.9375em) {
    .top-bar {
        margin-top: 10px;
    }
    .sticky {
        position: fixed!important;
    }
    .top-bar ul {
        /*background: #244289;*/
    }
    .is-dropdown-submenu {
        background-color: rgba(255, 255, 255, 1)!important;
        color: #244289;
    }
    .padding-top-reel {
        padding-top: 200px;
    }
    #reel h1 {
        font-size: 2.4em;
        line-height: 1.5;
    }
    h1 {
        font-size: 3em;
    }
    section.back-drones {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.back-drones img {
        margin-top: 20px;
    }
    .header-secciones h1 {
        line-height: 40px;
        font-size: 3em;
    }
    .foot-gr {
        margin-top: 20px;
    }
    #footer-gracias {
        text-align: center;
    }
}


/* Medium and up */

@media screen and (min-width: 40em) {}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {}


/* Large and up */

@media screen and (min-width: 64em) {}


/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}