/* Whatsapp
------------------------------------*/
.btn-whatsapp {
    display:block;
    width:50px;
    height:50px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}

/* 1920 x 1080 */
.background-creativity {
    background-image:url(../assets/img/background/fondo_creativity2.gif);
}
/* Use a media query to add a breakpoint at 1366x768 */
@media screen and (max-width: 1400px) {
    .background-creativity {
        background-image:url(../assets/img/background/fondo_creativity2.gif);
    }
}
/* Use a media query to add a breakpoint at 768x1024 */
@media screen and (max-width: 800px) {
    .background-creativity {
        background-image:url(../assets/img/background/fondo_creativity2.gif);
    }
}
/* Use a media query to add a breakpoint at 360x720 */
@media screen and (max-width: 400px) {
    .background-creativity {
        background-image:url(../assets/img/background/fondo_creativity2.gif);
    }
}

/* 1920 x 1080 */
.background-drone {
    background-image:url(../assets/img/background/fondo_droneSolutions.gif);
}
/* Use a media query to add a breakpoint at 1366x768 */
@media screen and (max-width: 1400px) {
    .background-drone {
        background-image:url(../assets/img/background/fondo_droneSolutions.gif);
    }
}
/* Use a media query to add a breakpoint at 768x1024 */
@media screen and (max-width: 800px) {
    .background-drone {
        background-image:url(../assets/img/background/fondo_droneSolutions.gif);
    }
}
/* Use a media query to add a breakpoint at 360x720 */
@media screen and (max-width: 400px) {
    .background-drone {
        background-image:url(../assets/img/background/fondo_droneSolutions.gif);
    }
}

/* 1920 x 1080 */
.background-download {
    background-image:url(../assets/img/background/fondo_downloads.gif);
}
/* Use a media query to add a breakpoint at 1366x768 */
@media screen and (max-width: 1400px) {
    .background-download {
        background-image:url(../assets/img/background/fondo_downloads.gif);
    }
}
/* Use a media query to add a breakpoint at 768x1024 */
@media screen and (max-width: 800px) {
    .background-download {
        background-image:url(../assets/img/background/fondo_downloads.gif);
    }
}
/* Use a media query to add a breakpoint at 360x720 */
@media screen and (max-width: 400px) {
    .background-download {
        background-image:url(../assets/img/background/fondo_downloads.gif);
    }
}

/* 1920 x 1080 */
.background-rocket {
    background-image:url(../assets/img/background/fondo_rocketScience.gif);
}
/* Use a media query to add a breakpoint at 1366x768 */
@media screen and (max-width: 1400px) {
    .background-rocket {
        background-image:url(../assets/img/background/fondo_rocketScience.gif);
    }
}
/* Use a media query to add a breakpoint at 768x1024 */
@media screen and (max-width: 800px) {
    .background-rocket {
        background-image:url(../assets/img/background/fondo_rocketScience.gif);
    }
}
/* Use a media query to add a breakpoint at 360x720 */
@media screen and (max-width: 400px) {
    .background-rocket {
        background-image:url(../assets/img/background/fondo_rocketScience.gif);
    }
}

/* 1920 x 1080 */
.background-lab {
    background-image:url(../assets/img/background/fondo_lab.gif);
}
/* Use a media query to add a breakpoint at 1366x768 */
@media screen and (max-width: 1400px) {
    .background-lab {
        background-image:url(../assets/img/background/fondo_lab.gif);
    }
}
/* Use a media query to add a breakpoint at 768x1024 */
@media screen and (max-width: 800px) {
    .background-lab {
        background-image:url(../assets/img/background/fondo_lab.gif);
    }
}
/* Use a media query to add a breakpoint at 360x720 */
@media screen and (max-width: 400px) {
    .background-lab {
        background-image:url(../assets/img/background/fondo_lab.gif);
    }
}
/*
Móvil: 360 x 640.
Móvil: 375 x 667.
Móvil: 360 x 720.
iPhone X: 375 x 812.
Tableta: 768 x 1024.
Un ordenador portátil: 1366 x 768.
Un ordenador portátil o desktop de alta resolución: 1920 x 1080
*/
.line-download { 
    border-top: solid;
    border-top-color: white;
    border-top-width: thin;
}

.fontNomads {
    font-family:MontserratSemiBold;
}
.interlineNomads {
    line-height: 10%;
}
.selectInlineNomads {
    display:inline;
    font-size: 10px !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    letter-spacing: -0.5px !important;
}
.redesNomads {
    display:block;
    width:50px;
    height:50px;
    color:#fff;
    position: fixed;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}

.ulInlineNomads {
    display:inline;
}
.h3DownloadNomads {
    margin-top:0px;
}
@media (max-width: 1360px) {
    .ulInlineNomads {
        display:block;
    }
    .selectInlineNomads {
        display:block;
        letter-spacing: 2.5px !important;
    }    
    .h3DownloadNomads {
        margin-top:40px;
    }
}

.btn-return {
    width:45px !important;
    height:45px !important;
    bottom:40px;
}

.text-nomads {
    margin-left: 95px;
    margin-top: 25px;
}
  
@media (min-width: 1024px) {
    .text-nomads {
      max-width: 400px;
    }
}