/* @import url("../fonts/fonts.css"); */

@font-face {
    font-family:Roboto-blk;
    src: url('fonts/roboto-blk.woff2') format('woff2'),
        url('fonts/roboto-blk.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family:Roboto-thn;
    src: url('fonts/roboto-thn.woff2') format('woff2'),
        url('fonts/roboto-thn.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

:root {
  --gray-darker: rgb(32, 32, 32);
  --clearblue: rgb(241, 250, 251);
  --clearblack: rgba(16, 16, 17, 0.365);
  --translucent: rgba(205, 226, 18, 0.35);
  --overlay: rgba(44, 62, 80, 0.7);
  --white: rgb(255, 255, 255);
  --gray: rgb(108, 117, 125);
  --dark-gray: rgb(225, 225, 225);
  --dark: rgb(29, 31, 33);
  --red: rgb(178, 34, 34);
  --black: rgb(0, 0, 0);
  --whatsapp: rgb(37, 211, 102);
  --font-family-sans-serif: "Helvetica";
  /*<!----font-family-sans-serif: "arial", "verdana", "Helvetica", "sans-serif";*/
  --mainfont1: Roboto-blk;
  --mainfont2: Roboto-thn;
}

* {
  /*    border:thin solid yellowgreen;*/
  margin: 0;
}

html {
  overflow-x: hidden; /*oculta la barra de desplazamiento horizontal*/
  font-family: var(--font-family-sans-serif);
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------- IMPLEMENTACIÓN OPTIMIZADA PARA PANTALLAS CON TAMAÑO SUPERIOR A 1024px -------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1728px) {
  /*----------------------------------------*/
  /*--------------***HEADER***--------------*/
  .sectionHeader {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/SKYDATA_bkcgnd_header2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

 }
  
  .pointer img {
    display: none;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*------------***TEXT SLIDE***------------*/

  .textSlide {
    display: flex;
    overflow-x: hidden;
    list-style: none;
    font-family: var(--font-family-sans-serif);
    font-size: 4em;                               /* tamaño de la letra de los titulos y subtitulos */
    line-height: 0.5;                               /* es el espaciado que hay entre titulo y subtitulo */
    color: var(--white);
    align-items: center;
  }

  .item {
    animation: slide 15s ease-in-out infinite;
    min-width: 100vw;
    transform: translatex(100vw);
    position: absolute;
    left: 15vw;
  }

  .item:first-child {
    visibility: hidden;
  }
  .item:nth-child(2) {
    animation-delay: 5s;
  }
  .item:nth-child(3) {
    animation-delay: 10s;
  }

  @keyframes slide {
    0% {
      transform: translateX(100vw);
      visibility: visible;
    }
    6.6% {
      min-width: 100vw;
      transform: translateX(0);
    }
    33.3% {
      min-width: 100%;
      transform: translateX(0);
    }
    40% {
      transform: translateX(-100vw);
      visibility: hidden;
    }
    100% {
      transform: translateX(100vw);
      visibility: hidden;
    }
  }

  /*---------------------------------------*/
  /*---------------------------------------*/
  /*------------***LOGO***----------------*/

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15vw;
    z-index: 1;
    height: fit-content;
    width: fit-content;
    margin-top: 25px;
  }

  .logo img {
    height: 48px;           /************************************** modifica el tamaño del logo SKYDATA en el encabezado de la pagina ***************************/
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*-------------***INFO***-----------------*/

  .info {
    display: flex;
    position: absolute;
    bottom: 0px;
    color: var(--white);
    padding: 15px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    line-height: 25px;
  }

  .infobox a {
    color: var(--white);
    text-decoration: none;
  }

  .infobox a :hover {
    background-color: var(--translucent);
    border-radius: 8px;
  }

  .infobox img {
    vertical-align: middle;
    width: 20px;
    padding: auto;
  }

  .icon img {
    width: 30px;
    padding: 5px 5px;
  }

  .socialHeader {
    text-align: center;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION ABOUT***---------*/

  .sectionAbout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-color: var(--dark-gray);                 /*------- cambia el color del fondo de la seccion #2----------*/
    font-family: var(--font-family-monospace);
    color: var(--black);
    align-items: center;
  }

  .container {
    display: flex;
    width: 80vw;
    height: 600px;
    align-items: center;
    justify-content: center;
  }

  .boxAbout {
    color: var(--black);
    width: calc(65vw / 2);
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .boxAbout h2 {
    color: black;
    width: fit-content;
    margin-top: 0px;
    font-size: 2.5em;
  }

  .boxAbout p {
    color: var(--black);
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .boxDrone {
    width: calc(65vw / 2);
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxDrone img {
    max-width: 80%;     /* cambia el tamaño de la imagen de deepscope mostrada seccion posterior a la inicial, es decir es la segunda imagen*/
  }
  
    /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION ALIADOS***---------*/

  .sectionAliados {
    height: 200px;
    background-color: var(--white);                 /*------- cambia el color del fondo de la seccion #2----------*/
    font-family: var(--font-family-monospace);
    color: var(--black);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .aliaicon img {
    width: 150px;                            /*---------------------- cambia tamaño de los iconos de los aliados ---------------------*/
    padding: 30px 70px;                  /* el primer valor genera espaciado vertical entre los iconos y el segundo un espaciado desde los margenes */
  }
  
  
  /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION CONTACTO***---------*/

  .sectionContact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-color: var(--dark-gray);                      /* cambia color fondo de seccion #3 contacto*/
    font-family: var(--font-family-monospace);
    color: var(--gray-dark);
    align-items: center;
  }

  .boxForm {
    display: flex;
    height: 550px;
    width: calc(65vw / 2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  form {
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    width: 80%;
    height: fit-content;
    justify-content: center;
  }

  input {
    width: 100%;
    color: var(--gray-dark);
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 5px;
    height: 40px;
    text-indent: 20px;
  }

  textarea {
    width: 100%;
    color: var(--gray-dark);
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 5px;
    height: 200px;
    text-indent: 20px;
    font-family: var(--font-family-sans-serif);
  }

  .sendButton {
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    color: var(--white);
    height: 40px;
    opacity: 0.8;
    cursor: pointer;
    background: var(--black);
    display: block;
    border: none;
    transition: 1s;
  }

  .sendButton:hover {
    opacity: 1.5;
  }

  .contactinfo {
    height: 550px;
    width: calc(65vw / 2);
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 1em;
  }

  .contactinfo p {
    font-size: 1em;
  }

  .contactinfo h2 {
    top: 0;
  }

  .contactinfo img {
    vertical-align: middle;
    width: 20px;
    padding: auto;
  }

  .contactinfo a {
    color: var(--gray-dark);
    text-decoration: none;
  }

  .whatsapp-button {
    width: 300px;
    height: 50px;
    border: thin solid var(--whatsapp);
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.5s ease;
  }

  .whatsapp-button:hover {
    background-color: var(--whatsapp);
    color: var(--white);
  }

  .whatsapp-button img {
    width: 50px;
    padding: 0 20px;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*--------***SECTION UBICATION**----------*/
  .mapUbication {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*----------***SECTION FOOTER***----------*/

  .sectionFooter {
    top: 60px;
    width: 100%;
    height: 60px;
    background: var(--gray-darker);         /*----------- cambia color de la barra inferior donde aparecen datos marca registrada derechos y web design --------------*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .sectionFooter p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
      sans-serif;
    font-size: 15px;                        /*-------------------- cambia tamaño de letra de la seccion inferior datos marca registrada derechos y web design ----------------*/
    font-weight: lighter;
    color: var(--white);
  }

  .socialFooter {
    text-align: center;
  }

  .footerbox a :hover {
    background-color: var(--translucent);
    border-radius: 8px;
  }

  .footericon img {
    width: 20px;                            /*---------------------- cambia tamaño de los iconos redes sociales ubicados al final de pagina ---------------------*/
    padding: 5px 5px;
  }
}  



/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------- IMPLEMENTACIÓN OPTIMIZADA PARA PANTALLAS CON TAMAÑO 700px - 1023px ---------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 1727px) {
  /*----------------------------------------*/
  /*--------------***HEADER***--------------*/
  .sectionHeader {
    display: flex;
    width: 100vw; 
    height: 100vh;   
    background-image: url(../img/SKYDATA_bkcgnd_header2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

 }
  
  .pointer img {
    display: none;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*------------***TEXT SLIDE***------------*/

  .textSlide {
    display: flex;
    overflow-x: hidden;
    list-style: none;
    font-family: var(--font-family-sans-serif);
    font-size: 1.5em;                               /*------- cambia el tamaño de la letra de los titulos moviles -------*/
    line-height: 0.5;                                /* es el espaciado que hay entre titulo y subtitulo */
    color: var(--white);
    align-items: center;
  }

  .item {
    animation: slide 15s ease-in-out infinite;
    min-width: 100vw;
    transform: translatex(100vw);
    position: absolute;
    left: 15vw;
  }

  .item:first-child {
    visibility: hidden;
  }
  .item:nth-child(2) {
    animation-delay: 5s;
  }
  .item:nth-child(3) {
    animation-delay: 10s;
  }

  @keyframes slide {
    0% {
      transform: translateX(100vw);
      visibility: visible;
    }
    6.6% {
      min-width: 100vw;
      transform: translateX(0);
    }
    33.3% {
      min-width: 100%;
      transform: translateX(0);
    }
    40% {
      transform: translateX(-100vw);
      visibility: hidden;
    }
    100% {
      transform: translateX(100vw);
      visibility: hidden;
    }
  }

  /*---------------------------------------*/
  /*---------------------------------------*/
  /*------------***LOGO***----------------*/

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15vw;
    z-index: 1;
    height: fit-content;
    width: fit-content;
    margin-top: 25px;
  }

  .logo img {
    height: 48px;           /************************************** modifica el tamaño del logo SKYDATA en el encabezado de la pagina ***************************/
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*-------------***INFO***-----------------*/

  .info {
    display: flex;
    position: absolute;
    bottom: 0px;
    color: var(--white);
    padding: 15px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    line-height: 25px;
  }

  .infobox a {
    color: var(--white);
    text-decoration: none;
  }

  .infobox a :hover {
    background-color: var(--translucent);
    border-radius: 8px;
  }

  .infobox img {
    vertical-align: middle;
    width: 20px;
    padding: auto;
  }

  .icon img {
    width: 30px;
    padding: 5px 5px;
  }

  .socialHeader {
    text-align: center;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION ABOUT***---------*/

  .sectionAbout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 900px;                                      /*------ amplia el espacio que hay en el parrafo donde describe lo que hacemos, para que no se monten las letras sobre la imagen de deepscope----*/
    background-color: var(--dark-gray);                 /*------- cambia el color del fondo de la seccion #2----------*/
    font-family: var(--font-family-monospace);
    color: var(--black);
  }

  .container {
    display: flex;
    width: 80vw;
    height: 600px;
    align-items: center;
    justify-content: center;
  }

  .boxAbout {
    color: var(--black);
    width: calc(65vw / 2);
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .boxAbout h2 {
    color: black;
    width: fit-content;
    margin-top: 0px;
    font-size: 2.5em;
  }

  .boxAbout p {
    color: var(--black);
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .boxDrone {
    width: calc(65vw / 2);
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxDrone img {
    max-width: 90%;     /* cambia el tamaño de la imagen del cultivo de cacao mostrada seccion posterior a la inicial, es decir es la segunda imagen*/
  }
  
  /*-----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION ALIADOS***---------*/

  .sectionAliados {
    height: 170px;
    background-color: var(--white);                 /*------- cambia el color del fondo de la seccion #2----------*/
    font-family: var(--font-family-monospace);
    color: var(--black);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .aliaicon img {
    width: 100px;                            /*---------------------- cambia tamaño de los iconos de los aliados ---------------------*/
    padding: 30px 70px;                  /* el primer valor genera espaciado vertical entre los iconos y el segundo un espaciado desde los margenes */
  }
  
  
  /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION CONTACTO***---------*/

  .sectionContact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-color: var(--dark-gray);                      /* cambia color fondo de seccion #3 contacto*/
    font-family: var(--font-family-monospace);
    color: var(--gray-dark);
    align-items: center;
  }

  .boxForm {
    display: flex;
    height: 550px;
    width: calc(65vw / 2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  form {
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    width: 80%;
    height: fit-content;
    justify-content: center;
  }

  input {
    width: 100%;
    color: var(--gray-dark);
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 5px;
    height: 40px;
    text-indent: 20px;
  }

  textarea {
    width: 100%;
    color: var(--gray-dark);
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 5px;
    height: 200px;
    text-indent: 20px;
    font-family: var(--font-family-sans-serif);
  }

  .sendButton {
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    color: var(--white);
    height: 40px;
    opacity: 0.8;
    cursor: pointer;
    background: var(--black);
    display: block;
    border: none;
    transition: 1s;
  }

  .sendButton:hover {
    opacity: 1.5;
  }

  .contactinfo {
    height: 550px;
    width: calc(65vw / 2);
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 1em;
  }

  .contactinfo p {
    font-size: 1em;
  }

  .contactinfo h2 {
    top: 0;
  }

  .contactinfo img {
    vertical-align: middle;
    width: 20px;
    padding: auto;
  }

  .contactinfo a {
    color: var(--gray-dark);
    text-decoration: none;
  }

  .whatsapp-button {
    width: 300px;
    height: 50px;
    border: thin solid var(--whatsapp);
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.5s ease;
  }

  .whatsapp-button:hover {
    background-color: var(--whatsapp);
    color: var(--white);
  }

  .whatsapp-button img {
    width: 50px;
    padding: 0 20px;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*--------***SECTION UBICATION**----------*/
  .mapUbication {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*----------***SECTION FOOTER***----------*/

  .sectionFooter {
    top: 60px;
    width: 100%;
    height: 60px;
    background: var(--gray-darker);         /*----------- cambia color de la barra inferior donde aparecen datos marca registrada derechos y web design --------------*/
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .sectionFooter p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
      sans-serif;
    font-size: 15px;                        /*-------------------- cambia tamaño de letra de la seccion inferior datos marca registrada derechos y web design ----------------*/
    font-weight: lighter;
    color: var(--white);
  }

  .socialFooter {
    text-align: center;
  }

  .footerbox a :hover {
    background-color: var(--translucent);
    border-radius: 8px;
  }

  .footericon img {
    width: 20px;                            /*---------------------- cambia tamaño de los iconos redes sociales ubicados al final de pagina ---------------------*/
    padding: 5px 5px;
  }
}  



/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- SECCION PARA DISPOSITIVOS MOVILES ---------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 350px) and (max-width: 699px) {

  /*----------------------------------------*/
  /*--------------***HEADER***--------------*/

  .sectionHeader {
    display: flex;
 /*   flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    height: 30vh;
/*    width: 30vw;*/
    background-image: url(../img/SKYDATA_bkcgnd_rgb_430.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

 /*------------------ Esta seccion crea un mascara semitransparente sobre la imagen
 .overlay {
    content: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: var(--overlay);
  }
------------------------------------------*/
/*------------------------------- crea el icono donde sale que uno puede deslizar la pantalla --------------------*/
  .pointer img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% - 25px);
    bottom: 20vh;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*------------***TEXT SLIDE***------------*/

  .textSlide {
    position: relative;
    height: 50px; /* altura del slider */
    width: 100%; /* ancho del slider */
/*    overflow: hidden;*/
/*    background-color: var(--clearblack);*/
  }

  .textSlide .item {
    position: absolute;
    top: 20%;                   /* baja de posicion con respecto al margen superior los titulos tipo slide */
    left: 30%;                  /* si lo disminuyo, mueve los titulos del slide mas a la izquierda  */
    transform: translate(-40%, -30%);           /* mueve los slides de posicion la primera es la horizontal y el segundo termino el vertical. Si aumento el primero mueve a la derecha y si aumento el segundo lo mueve hacia abajo */
    text-align: center;
    color: white;
    opacity: 0;
    animation: fade 15s linear infinite;
  }

  .item h2 {
    font-family: var(--font-family-sans-serif);
    font-size: 15px;            /*------------cambia tamaño letra de los titulos slide de arriba-------------------------*/
    width: 800px;
    line-height: 10px;
  }

  .item p {
    font-family: var(--font-family-sans-serif);
    font-size: 19px;             /*----------- cambia el tamaño de letra de los titulos que aparecen en el slide, pero solo de los tituloa de abajo --------------*/
    line-height: 10px;
  }

  .textSlide .item:nth-of-type(1) {
    animation-delay: 0s;
  }

  .textSlide .item:nth-of-type(2) {
    animation-delay: 5s;
  }

  .textSlide .item:nth-of-type(3) {
    animation-delay: 10s;
  }

  @keyframes fade {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  /*---------------------------------------*/
  /*---------------------------------------*/
  /*------------***LOGO***----------------*/

  .logo {
    height:50px;                   /*-------------------- posicion verticalmente el icono de SKYDATA respecto del margen superior-----------------*/
    width: 50px;                    /*-------------------- posicion horizontalmente el icono de SKYDATA respecto del margen derecho-----------------*/
    z-index: 1;
    position: absolute;
    top: 1vh;                       /*--------------------distancia desde el margen superior hasta donde aparece logo SKYDATA, entre mas alto entonces el logo va mas para abajo --------------------*/
    right: 11vh;
  }

  .logo img {
    width: 120px;                   /* ------------------------- cambia el tamaño del logo en el celular --------------------------------*/
  }

  /*----------------------------------------*/
  /*---------------***INFO***---------------*/
/*
  .info {
    display: flex;
    justify-content: space-evenly;
  }

  .info .brand {
    color: var(--black);
    position: absolute;
    width: 230px;
    left: calc(50% - 115px);
    text-align: center;
    bottom: 25px;
    line-height: 20px;
  }
*/
  /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION NOSOTROS***---------*/

  .sectionAbout {
    display: flex;
    height: 670px;                              /*-------------- cambia la altura de la seccion sobre los parrafos de lo que hace skydata -----------------*/
    background-color: var(--dark-gray);
    font-family: var(--font-family-monospace);
    justify-content: center;
    align-items: center;
  }

  .container {
    display: flex;
    width: 80vw;
    height: 30vh;
    justify-content: space-evenly;
    align-items: center;
  }

  .boxAbout {
    width: 100%;
    height: fit-content;
    color: black;
    text-justify: newspaper;
    z-index: 1;                 /* sobrepone ese objeto encima de lo demas */
  }

  .boxAbout h2 {
    color: black;
    width: fit-content;
    margin-top: 0px;
    font-size: 1.5em;
  }

  .boxAbout p {
    color: var(--black);    /* cambia el color de la letra de lo q skydata hace*/
    line-height: 25px;
  }
  
/*------------ esta seccion coloca la imagen de fondo que aparece destras de la seccion donde se describe la mision de SKYDATA -----------------*/
 /* .boxDrone {                     
    position: absolute;
    height: 400px;
    width: 100vw;
    left: 0%;
    background-image: url(../img/SKYDATA_PH4RTK.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: opacity(25%);
  }*/

  .boxDrone img {
    display: none;
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*----------***SECTION ALIADOS***----------*/

  .sectionAliados {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 20;
    height: 70px;                  /*cambia la altura de la seccion de abajo*/
    /* background-color: white; */
    background-color: var(--white);
    color: white;
    text-align: center;              /*cambia la alineacion de los iconos y letrero de web design by.....*/
  }


  .aliaicon img {
    width: 50px;            /* cambia el tamaño de los iconos de abajo al final */
    margin-top: 0px;       /* mueve la banda gris de la seccion final*/
    margin-inline: 3vw;      /*cambia el espaciado horizontal que hay entre los iconos */   
    border-radius: 4px;     /* cambia el radio del borde de los iconos */
  }

/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*---------***SECTION CONTACTO***---------*/

  .sectionContact {
    height: fit-content;
    background-color: var(--dark-gray);     /*------------cambia color fondo de la seccion 3 de contacto----------------*/
    color: var(--black);                    /* ------------- cambia color de la letra de la seccion de contacto -------------------*/
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 15px;
  }

  .boxForm {
    min-height: fit-content;
  }

  .boxForm h2 {
    text-align: center;
    margin: 20px 0;
  }

  form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80vw;
    height: 380px;
    margin: 0 auto;
  }

  input {
    width: 100%;
    color: var(--gray-darker);              /* es el color de la letra con que uno escribe los datos*/
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 5px;
    height: 40px;
    text-indent: 20px;
  }

  textarea {
    width: 100%;
    color: var(--gray-darker);              /*es el color de la letra con que uno escribe el mensaje*/
    background-color: var(--white);     /* cambia color del fonde donde uno escribe el mensaje*/
    border: 1px solid var(--black);     /* cambia color del borde donde uno escribe el mensaje*/
    border-radius: 5px;
    height: 200px;
    text-indent: 20px;
    font-family: var(--font-family-sans-serif);
  }

  .sendButton {
    width: 100%;
    font-size: 1em;                             /*--------------cambia el tamaño de la letra del boton enviar----------------*/
    border-radius: 5px;                         /*---es el redondeo del borde del boton enviar-----*/
    color: var(--white);
    height: 30px;                               /*-------------cambia el alto del boton enviar----------------------------*/
    opacity: 0.8;
    cursor: pointer;
    background: var(--gray-darker);             /*--------------cambia el color del fondo del boton de "enviar"----------------*/
    display: block;
    border: none;
    transition: 1s;
  }

  .sendButton:hover {
    opacity: 1.5;
  }

  .contactinfo {
    height: fit-content;
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
  }

  .contactinfo h2 {
    margin-top: 40px;                           /*-----------es la distancia vertical que hay entre el boton de enviar y la palabra contacto-------------------*/
  }

  .contactinfo p {
    line-height: 5px;                          /*-------------disminuye el espaciado entre los enunciados de la parte de CONTACTO-----------------*/
  }

  .contactinfo img {
    vertical-align: middle;
    width: 20px;                            /*-------------reduce el tamaño de los iconos de la seccion de contacto-------------*/
  }

  .contactinfo a {
    color: var(--black);                    /*------------cambia el color del correo electronico de skydata4k@gmail.com-------------*/
    text-decoration: none;
  }

  .whatsapp-button {
    margin: 0 auto;
    border: thin solid var(--whatsapp);
    width: fit-content;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.5s ease;
  }

  .whatsapp-button:hover {
    background-color: var(--whatsapp);
    color: var(--white);
  }

  .whatsapp-button img {
    width:35px;                             /* cambia el tamaño del boton de whatsapp   */
    padding: 0 8px;                        /* es el ancho del boto de whatsapp*/
  }

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*--------***SECTION UBICATION**----------*/
/*  .mapUbication {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }*/

  /*----------------------------------------*/
  /*----------------------------------------*/
  /*----------***SECTION FOOTER***----------*/

  .sectionFooter {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 20;
    height: 80px;                  /*cambia la altura de la seccion de abajo*/
    background-color: #333;
    color: white;
    text-align: center;              /*cambia la alineacion de los iconos y letrero de web design by.....*/
  }

  .sectionFooter p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
      sans-serif;
    font-size: 1em;
    font-weight: lighter;
    color: var(--light);        /* cambia color de la letra de web design by ....*/
  }

  .socialFooter {
    text-align: center;
  }

  .footerbox a :hover {
    background-color: var(--translucent);
  }

  .footericon img {
    width: 25px;            /* cambia el tamaño de los iconos de abajo al final */
    margin-top: 0px;       /* mueve la banda gris de la seccion final*/
    margin-inline: 3vw;      /*cambia el espaciado horizontal que hay entre los iconos */   
    border-radius: 4px;     /* cambia el radio del borde de los iconos */
  }

  .sectionFooter .paragraph {
    display: none;
  }

  .footerbox .socialFooter {
    font-weight: 450;
    font-size: 6.5vw;
    line-height: 55px;
  }

  .sectionFooter p {
    line-height: 50px;
    font-size: 0.8rem;                /* cambia tamaño letra del web design by ....*/
    line-height: 1.7em;             /* cambia el espacio que hay entre los iconos y el wen design by....*/
  }
  
  
  

}



