/*///////////////////////////////
// Escrito por: Carlos Lage    //
// Para: www.reportvla.com.ar  //
// Buenos Aires 02/2024        //
// Contacto:                   //
// clagepuerta@gmail.com       //
///////////////////////////////*/
/*lo general*/
* {
  margin: 0px;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}
#root {
  background-color: rgb(29, 16, 35);
  color: white;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*lo particular*/
/*welcome page*/
#bkgVideo {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.logoPrincipal {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background: none;
  height: 70vh;
  padding-top: 2rem;
  margin-bottom: 8rem;
}

/*Nosotros*/
.nosotros {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 5vw;
  margin: 1em;
  color: rgba(226, 12, 99, 1);
}

#divFraseNosotros {
  margin-left: 10%;
  margin-right: 10%;
}
.nosotros h2 {
  padding: 2vw;
  font-weight: 900;
}
.nosotros p {
  font-size: 24px;
  margin-top: 1rem;
  color: white;
}
#divBajadaIntegrantes {
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.estadisticas {
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
}

.itemProductoNosotros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.itemProductoNosotros li {
  list-style-image: url(./img/listitem.svg);
  font-size: 28px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.itemProductoNosotros p {
  font-size: 24px;
}
.equipo {
  display: grid;
  grid-template-columns: auto auto auto;
  align-content: space-evenly;
  justify-content: space-evenly;
  justify-items: start;
  align-items: center;
  padding: 16px;
}
.equipo h5 {
  font-size: 28px;
}

.infoEquipo {
  margin-left: 24px;
  padding: 0px;
}
.infoEquipo p {
  font-size: 20px;
}

.fotoEquipo img {
  border-radius: 16px;
}
#divIntegrantes {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#divFotosIntegrantes {
  margin-top: 2%;
  margin-bottom: 2%;
}
/* linear-gradient(
      0deg,
      rgba(109, 12, 186, 1) 10%,
      rgba(226, 12, 99, 1) 90%
    );*/

/*Productos*/
.productos {
  display: flex;
  background-color: white;
  /*color: rgb(29, 16, 35);*/
  color: #ffffff;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

#divSeccionProductos {
  display: block;
  height: auto;
  padding: 5vw;
  overflow: hidden;
}
#bajadaProductos {
  font-size: 20px;
  font-weight: 700;
  color: rgb(29, 16, 35);
}

.productos h2 {
  font-size: 24px;
  font-weight: 400;
}
.productos img {
  width: 45vw;
  height: auto;
  border-radius: 8px;
}
#headerProductos {
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 4rem;
  font-weight: 800;
  margin-left: 10%;
  margin-right: 10%;
  color: #e91e63;
}
#bajadaProductos {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  margin-left: 10%;
  margin-right: 10%;
}
#cajaProductos {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  justify-items: center;
  grid-row-gap: 10vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.cajaInfo {
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 0vh;
  padding-bottom: 0vh;

  color: rgb(29, 16, 35);
  padding-left: 5%;
  padding-right: 5%;
}
.cajaInfo h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.productosDerecha {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}
.productosIzquierda {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}
/*citainspiracional*/
.bannerInspiracion {
  display: flex;
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  color: rgba(226, 12, 99, 1);
  background-color: rgb(29, 16, 35);
  background-image: url(./img/fondoFrase.png);
  background-blend-mode: color;
}
.bannerInspiracion div {
  display: grid;
  grid-template-columns: auto auto;
}
.bannerInspiracion h2 {
  font-size: 64px;
  font-weight: 900;
}
.bannerInspiracion p {
  font-size: 24px;
}

.bannerInspiracion img {
  height: 320px;
  width: auto;
  border-radius: 16px;
}
#citaInspiracional {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 10%;
  margin-right: 10%;
}

/*Contenedor Buscador*/
.buscador {
  display: flex;
  height: 100vh;
  width: auto;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  flex-direction: column;
}
.buscador h2 {
  font-size: 2rem;
}
#divTituloBuscador {
  display: flex;
  flex-direction: row;
  margin-top: 2%;
  margin-bottom: 2%;
  align-items: center;
}

/*Clientes*/
.clientes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 7vh;
  margin-top: 8vh;
  margin-bottom: 8vh;
}

#encabezadoContenedorClientes {
  display: grid;
  grid-template-rows: auto auto;
  width: 25%;
  justify-items: start;
  justify-content: start;
}
#encabezadoClientes {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#encabezadoClientesPaises {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 1em;
}
#encabezadoClientesPaises li {
  margin-left: 6px;
  margin-right: 6px;
  padding-right: 1vw;
}
.clientes h2 {
  padding: 0.5em;
}
.mapaClientes {
  display: flex;
}
#divMapa {
  display: block;
  background-image: url("./img/mapa/latam.png");
  height: 875px;
  width: 700px;
  position: relative;
  object-fit: cover;
}

.marcador {
  position: absolute;
}

.empresasClientes {
  border-style: solid;
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
  height: 100%;
}

.modalEmpresas {
  display: flex;
  position: absolute;
  z-index: 99;
}
#modal {
  background-color: black;
  display: flex;
  border-radius: 8px;
  padding: 1vh;
  flex-direction: column;
  flex-wrap: wrap;
  width: max-content;
}
.modalEmpresas ul {
  list-style: none;
  padding: 0px;
}
/*partners*/
.partners {
  display: flex;
  color: rgb(29, 16, 35);
  background-color: white;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

.partners h2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 50px;
}
.partners p {
  font-size: 20px;
  font-weight: 700;
}
.contenedorlogos {
  max-width: 1200px;
}
.contenedorlogos_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contenedorlogos[data-animated="true"] {
  overflow: hidden;
  /*-webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );*/
 /* mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);*/
}
.contenedorlogos[data-animated="true"] .contenedorlogos_inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 180s linear infinite;
}

.logoPartner {
  display: flex;
  padding: 8px;
  align-items: center;
}
.logoPartner img {
  height: auto;
  width: 256px;
}

/*Contacto*/
.Contacto {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  margin-left: 5%;
  margin-right: 5%;
  border: #e20c63;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
}
#divTituloContacto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
#formasDeContacto {
  display: flex;

  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.correosContactos {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  border-style: solid;
  padding-right: 2%;
  border-width: 0px 2px 0px 0px;
}
.correosContactos a {
  color: #e20c63;
}
.formContacto {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}
.formContacto input {
  padding: 8px 0px 8px 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#contactoMensaje {
  padding: 8px 0px 8px 8px;
  margin-top: 24px;
  height: 72px;
  width: 100%;
  resize: none;
  border-radius: 8px;
  font-size: 12pt;
  font-weight: 500;
}
.formContacto button {
  color: #ffffff;
  background-color: #e20c63;
  font-size: 16px;
  font-weight: 600;
  border: 0px solid #ffffff;
  border-radius: 8px;
  padding: 16px 48px;
  margin-top: 24px;
  cursor: pointer;
}
.formContacto button:hover {
  color: #e20c63;
  background-color: #ffffff;
}
#enlaceRedes {
  padding: 2rem;
  cursor: pointer;
}

/*footer*/
.footer {
  background-color: rgb(49, 36, 55);
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 6vh;
  font-size: 12pt;
  padding-top: 10vh;
}
/*animaciones*/
/*tray de navegacion*/
@keyframes openTrayMenu {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@keyframes closeTrayMenu {
  from {
    width: 80%;
  }
  to {
    width: 0%;
  }
}

@keyframes openTrayMenuWeb {
  from {
    width: 0%;
  }
  to {
    width: 20%;
  }
}
@keyframes closeTrayMenuWeb {
  from {
    width: 20%;
  }
  to {
    width: 0%;
  }
}

/*texto scroleando lateral*/
@keyframes frasePrincipal {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 1rem));
  }
}

/*web*/
@media (min-width: 721px) {
  .blocker {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.3);
  }
  #divMenuTrayOpen {
    display: block;
    width: 75%;
    height: 100%;
    margin-left: 25%;
    position: fixed;
  }
  #contenedorListaMenu {
    padding-top: 2em;
    margin-left: 4em;
    z-index: 20;
  }

  #divMenuTray {
    display: none;
    z-index: 20;
    position: fixed;
    left: 0;
    top: 0;
    height: 90vh;
    margin-top: 0px;
    overflow: auto;
    width: 0%;
    animation-name: openTrayMenuWeb;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  #divMenuTray:active {
    animation-name: closeTrayMenuWeb;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  #divListaMenu {
    background: rgb(109, 12, 186);
    background: linear-gradient(
      0deg,
      rgba(109, 12, 186, 1) 10%,
      rgba(226, 12, 99, 1) 90%
    );
    border-radius: 0px 0px 32px 0px;
    width: 100%;
  }

  .itemListaMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 32px;
    cursor: pointer;
  }
  .itemListaMenu:active {
    background-color: white;
    color: rgba(226, 12, 99, 1);
  }

  .flechaItemMenu {
    width: 12px;
    height: auto;
    padding-right: 8px;
  }

  .botonTray {
    position: fixed;
    display: flex;
    left: 1%;
    padding: 8px;
    z-index: 99;
    cursor: pointer;
  }

  #flechitaTray {
    padding-left: 2rem;
    padding-top: 2rem;
    fill: rgba(226, 12, 99, 1);
  }

  .scrollTopClass {
    display: none;
    background: none;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    padding: 16px;
    position: fixed;
    z-index: 99;
    width: max-content;
    height: max-content;
  }

  #flechitaUp {
    padding: 8px;
    fill: rgba(226, 12, 99, 1);
  }

  #isologoRTV {
    width: 240px;
    height: auto;
  }
  .contenedorFrasePrincipal {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: hidden;
    width: 100%;
    background-color: rgba(226, 12, 99, 0.3);
  }

  .frasePrincipal {
    height: auto;
    font-size: 32px;
    margin-left: 10%;
    margin-right: 10%;
  }

  #divClientesMobile {
    display: none;
  }
}

/*mobile*/
@media (max-width: 720px) {
  #divMenuTrayOpen {
    display: block;
    width: 75%;
    height: 100%;
    margin-left: 25%;
    position: fixed;
  }

  #contenedorListaMenu {
    padding-top: 40px;
    z-index: 20;
  }

  #divMenuTray {
    display: none;
    z-index: 20;
    position: fixed;
    flex-direction: row;
    left: 0;
    top: 0;
    height: 100vh;
    margin-top: 0px;
    overflow: auto;
    width: 0%;
    animation-name: openTrayMenu;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  #divMenuTray:active {
    animation-name: closeTrayMenu;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  #divListaMenu {
    background: rgb(109, 12, 186);
    background: linear-gradient(
      0deg,
      rgba(109, 12, 186, 1) 10%,
      rgba(226, 12, 99, 1) 90%
    );
    border-radius: 0px 0px 32px 0px;
  }

  .itemListaMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 16px;
    margin-bottom: 32px;
    margin-right: 8rem;
  }
  .itemListaMenu:active {
    background-color: white;
    color: rgba(226, 12, 99, 1);
  }

  .flechaItemMenu {
    width: 12px;
    height: auto;
    padding-right: 8px;
  }

  .botonTray {
    position: fixed;
    display: flex;
    left: 1%;
    padding: 8px;
    z-index: 99;
  }

  #flechitaTray {
    padding-right: 24px;
    padding-top: 24px;
    fill: rgba(226, 12, 99, 1);
  }

  .blocker {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.3);
  }
  .scrollTopClass {
    display: none;
    background: none;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    padding: 16px;
    position: fixed;
    z-index: 99;
    width: max-content;
    height: max-content;
  }

  #isologoRTV {
    width: 240px;
    height: auto;
  }
  .contenedorFrasePrincipal {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: hidden;
    width: 100%;
    background-color: rgba(226, 12, 99, 0.3);
    text-align: center;
  }
  .frasePrincipal {
    height: auto;
    font-size: 1.5em;
  }

  /*Nosotros*/
  .nosotros {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1em;
    color: rgba(226, 12, 99, 1);
  }

  .nosotros h2 {
    padding: 2vw;
    font-weight: 900;
  }
  .nosotros p {
    font-size: 14pt;
    margin-top: 1rem;
    color: white;
  }
  #divBajadaIntegrantes {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 0em;
    padding-right: 0em;
  }

  .equipo {
    display: grid;
    grid-template-columns: auto auto;
    align-content: space-evenly;
    justify-content: space-evenly;
    justify-items: start;
    align-items: center;
    padding: 1vw;
  }
  .equipo h5 {
    font-size: 28px;
  }

  .infoEquipo {
    margin-left: 24px;
    padding: 0px;
  }
  .infoEquipo p {
    font-size: 20px;
  }

  .fotoEquipo img {
    border-radius: 16px;
  }
  #divIntegrantes {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  #divFotosIntegrantes {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  /*citainspiracional*/
  .bannerInspiracion {
    display: flex;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: white;
    color: rgba(226, 12, 99, 1);
  }
  .bannerInspiracion div {
    display: grid;
    grid-template-rows: auto auto;
  }
  .bannerInspiracion h2 {
    font-size: 34px;
    font-weight: 900;
  }
  .bannerInspiracion p {
    font-size: 24px;
  }

  .bannerInspiracion img {
    height: 320px;
    width: auto;
    border-radius: 16px;
  }
  #citaInspiracional {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0%;
    padding-top: 5%;
  }

  /*Productos*/
  #headerProductos {
    font-size: 2rem;
  }
  .productosDerecha {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
  }
  .productosIzquierda {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
  }

  .productos img {
    width: 100%;
  }

  /*Clientes*/
  .clientes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 7vh;
    margin-top: 8vh;
    margin-bottom: 8vh;
  }

  #encabezadoContenedorClientes {
    display: grid;
    grid-template-rows: auto auto;
    width: 100%;
    justify-items: start;
    justify-content: start;
    margin-left: 10%;
    margin-right: 10%;
  }
  #encabezadoClientes {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #encabezadoClientesPaises {
    display: none;
    grid-template-columns: auto auto auto;
  }
  #encabezadoClientesPaises li {
    margin-left: 6px;
    margin-right: 6px;
    padding-right: 1vw;
  }
  .clientes h1 {
    padding: 0.5em;
  }
  .mapaClientes {
    display: flex;
  }
  #divMapa {
    display: none;
  }
  #divClientesMobile {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #bajadaClientesMobile {
    display: grid;
    justify-items: start;
    grid-row-gap: 2rem;
    align-content: stretch;
    height: 100%;
    border-style: solid;
    border-radius: 8px;
    padding: 3%;
    margin-right: 6%;
    margin-left: 0px;
  }
  #divPaisesClientesMobile {
    display: grid;
    grid-template-columns: auto;
    margin-left: 1%;
    margin-right: 1%;
    column-gap: 2rem;
    row-gap: 2rem;
    overflow: hidden scroll;
    height: 20rem;
  }

  /*Partners*/
  #divPartners {
    padding-left: 10%;
    padding-right: 10%;
  }
  /*form*/
  #formasDeContacto {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .formContacto input{
    font-size: 14px;
  }
  .correosContactos{
    padding-right: 0%;
    border-width: 0px;
    font-size: 14px;
  }
}
