/* Tipografia */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5; }

/* colores-fondos */
/* colores-redes-sociales */
/* Mixin Colores Iconos */
/* Header navegacion + Hamburger oculto */
.header {
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1em;
  transition: 0.3s;
  position: fixed;
  padding-left: 10em;
  padding-right: 10em; }

/* Estilo logo */
.logo {
  width: 200px; }

/* Menu de navegacion */
.menu {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  transition: 0.5s; }
  .menu li {
    list-style-type: none; }
    .menu li a {
      color: #333;
      text-decoration: none;
      display: block;
      padding: 0.5em 1em;
      font-size: 1rem;
      line-height: 1;
      transition: 0.3s; }
      .menu li a:hover {
        box-shadow: 0 -5px 0px #fff inset, 500px 0 0 rgba(255, 255, 255, 0.03) inset; }

/* Icono mobil hamburger */
.hamburger {
  position: relative;
  width: 30px;
  height: 3px;
  background: #aaa;
  border-radius: 10px;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s; }
  .hamburger::before {
    top: -10px;
    width: 30px; }
  .hamburger::after {
    top: 10px;
    width: 30px; }

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  height: 3px;
  right: 0;
  background: #aaa;
  border-radius: 10px;
  transition: 0.3s; }

.toggle-menu {
  position: absolute;
  width: 30px;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0; }

.hamburger,
.toggle-menu {
  display: none; }

.navegacion {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .navegacion input:checked ~ .hamburger {
    background: transparent;
    /* Input triger para activar menu mobil */ }
    .navegacion input:checked ~ .hamburger::before {
      top: 0;
      transform: rotate(-45deg);
      width: 30px; }
    .navegacion input:checked ~ .hamburger::after {
      top: 0;
      transform: rotate(45deg);
      width: 30px; }
  .navegacion input:checked ~ .menu {
    right: 0; }

/* Inicia menu navegacion mobil 900px hacia abajo */
@media only screen and (max-width: 900px) {
  .hamburger,
  .toggle-menu {
    display: block; }
  .header {
    padding: 10px; }
  .menu {
    justify-content: start;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 4em;
    right: -125%;
    background: #fff;
    width: 100%;
    padding-top: 1em;
    overflow: hidden;
    text-align: center; }
    .menu li {
      width: 100%; }
  .menu li a,
  .menu li a:hover {
    padding: 30px;
    font-size: 1.5rem;
    border: solid 1px #ddd; }
  ul.menu {
    margin: 0;
    padding: 0; } }

/* Ajustes de Producto principal mobile de 1300px hacia abajo */
@media only screen and (max-width: 1300px) {
  .contenedor-info-producto-raspberry-pi4 {
    flex-direction: column;
    margin: 0 2em 0 2em; }
  .info-producto-raspberry-pi4 {
    max-width: 100%; }
    .info-producto-raspberry-pi4 h2 {
      text-align: center;
      display: block; }
  .headline-raspberry-pi4 h2 {
    font-size: 1rem; } }

/* Inicio hero  */
/* Efecto de animacion en texto del hero */
/* Efecto de tecleado */
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* Efecto del cursor escribiendo */
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: red; } }

.hero-texto-h1 h1 {
  color: #fff;
  display: flex;
  justify-content: left;
  overflow: hidden;
  border-right: 0.15em solid red;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../img/fondo-hero.svg), linear-gradient(180deg, #cd2355, #e1306c);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: 4.7em;
  z-index: -1; }
  .hero .hero-texto {
    max-width: 50%;
    padding-left: 5em; }
    .hero .hero-texto .hero-texto-h2 {
      font-size: 3rem;
      padding-bottom: 20px;
      color: #fff; }
    .hero .hero-texto .hero-texto-parrafo {
      color: #fff;
      width: 70%;
      line-height: 1.6rem;
      font-weight: 100; }

.hero-image {
  display: flex;
  margin: 0 auto; }

.hero-texto-titulo {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem; }

.barra-menu-hero {
  position: absolute;
  display: flex;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: rgba(144, 15, 59, 0.7);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  justify-content: center; }

.contenedor-barra-hero {
  max-width: 60em;
  width: 100%;
  display: flex;
  align-items: center; }

.link-barra-menu-hero {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
  margin-right: 2rem; }

a:hover.link-barra-menu-hero {
  color: orange; }

.boton-cta {
  background-color: #53ce63;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  font-size: 1rem;
  width: auto;
  padding: 0.5em 1.2em;
  border: none; }

/* Ajustes para hero mobil  */
@media only screen and (max-width: 900px) {
  .hero {
    align-items: flex-start;
    flex-direction: column;
    background-size: 100% 100%;
    margin-top: 4em; }
    .hero .hero-texto .hero-texto-h2 {
      font-size: 2rem; }
  .hero-image {
    max-width: 30%;
    margin: 0 auto; }
  .hero .hero-texto {
    max-width: 100%;
    padding: 1em;
    justify-content: center;
    text-align: center;
    margin: 0 auto; }
    .hero .hero-texto .hero-texto-h2 {
      padding-bottom: 0; }
  .hero-texto-titulo {
    font-size: 1rem; }
  .hero .hero-texto .hero-texto-parrafo {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.2rem; } }

/* Duracion de la animacion fadein hero*/
.animate__animated.animate__fadeIn {
  --animate-duration: 3s; }

/* Inicio info producto principal Raspberry Pi 4 */
/* Cambios Bootstrap */
h1.display-5.fw-bold.lh-1.mb-3 {
  color: #cd2355; }

.headline-raspberry-pi4 {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .headline-raspberry-pi4 h2 {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 300; }
  .headline-raspberry-pi4 p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px; }

.contenedor-info-producto-raspberry-pi4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin: 0 10em 0 10em; }

.imagen-raspberry-pi4 {
  flex-basis: 50%; }
  .imagen-raspberry-pi4 img {
    max-width: 100%; }

.info-producto-raspberry-pi4 {
  flex-basis: 50%;
  max-width: 20em; }
  .info-producto-raspberry-pi4 h2 {
    display: flex;
    color: #cd2355;
    font-size: 2rem;
    font-weight: 300; }
  .info-producto-raspberry-pi4 p {
    grid-area: subtitulo;
    color: #333;
    line-height: 1.5;
    font-size: 1.1rem;
    font-weight: 300; }

/* Estilos del video iframe con background full with */
.imagen-video {
  align-items: center;
  background-image: linear-gradient(90deg, #d7dae0 0, rgba(215, 218, 224, 0) 25%, rgba(215, 218, 224, 0) 75%, #d7dae0), url(../img/imagen-fondo-video.jpeg);
  display: flex;
  background-position: 50%;
  background-size: cover;
  height: 731.25px;
  /* width: 1300px; */
  overflow: hidden; }

.contenedor-video {
  margin-top: 40px;
  background-color: #d7dae0;
  overflow: hidden; }

iframe .video {
  box-shadow: 0 10px 20px black;
  overflow: hidden; }

.centrar-video {
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1300px; */
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden; }

/* Seccion video mobil 1000px hacia abajo*/
@media (max-width: 1000px) {
  .imagen-video {
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2em;
    background: #fff; } }

/* Estilo del footer de uso para todo el sitio */
footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  footer h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
    font-size: 1rem; }
  footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 0.8rem;
    font-weight: 300; }

/* Posicion especifica de footer con poco contenido de main */
.footer-software {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

/* Redes Sociales */
/* Centrar Iconos */
.social-icons {
  display: inline-flex;
  justify-content: center;
  width: 100%; }

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.15s ease; }
  .social-icon:hover {
    color: #fff; }
    .social-icon:hover .tooltip {
      visibility: visible;
      opacity: 1;
      transform: translate(-50%, -150%); }
  .social-icon:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset; }
  .social-icon--youtube {
    background: #de463b;
    color: #fff; }
    .social-icon--youtube .tooltip {
      background: #de463b;
      color: currentColor; }
      .social-icon--youtube .tooltip:after {
        border-top-color: #de463b; }
  .social-icon--twitter {
    background: #46c1f6;
    color: #fff; }
    .social-icon--twitter .tooltip {
      background: #46c1f6;
      color: currentColor; }
      .social-icon--twitter .tooltip:after {
        border-top-color: #46c1f6; }
  .social-icon--facebook {
    background: #3b5999;
    color: #fff; }
    .social-icon--facebook .tooltip {
      background: #3b5999;
      color: currentColor; }
      .social-icon--facebook .tooltip:after {
        border-top-color: #3b5999; }
  .social-icon--instagram {
    background: #e1306c;
    color: #fff; }
    .social-icon--instagram .tooltip {
      background: #e1306c;
      color: currentColor; }
      .social-icon--instagram .tooltip:after {
        border-top-color: #e1306c; }
  .social-icon--github {
    background: #333333;
    color: #fff; }
    .social-icon--github .tooltip {
      background: #333333;
      color: currentColor; }
      .social-icon--github .tooltip:after {
        border-top-color: #333333; }
  .social-icon i {
    position: relative;
    top: 1px; }

/* Tooltips */
.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.2rem .5rem;
  border-radius: 10px;
  font-size: 0.2rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  z-index: 1; }
  .tooltip:after {
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%); }

/* ------ Inicia Seccion de Hardware ---- */
/* Producto Principal */
/* Aplicando bootstrap a grid */
.bgimage {
  width: 100%;
  height: 500px;
  background: url("../img/section-image-bg-raspberry-pi.jpg");
  background-repeat: no-repeat;
  background-position: 0 -20em;
  background-size: cover;
  background-attachment: fixed; }
  .bgimage h5 {
    color: #fff;
    text-shadow: 2px 2px #333; }

img.rounded.mx-auto.d-block {
  margin-left: 0 !important; }

.btn-primary {
  color: #fff;
  background-color: #cd2355 !important;
  border-color: red !important; }

.boton-mas-info::hover {
  background-color: blue; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem; } }

.contenedor-productos {
  padding-top: 4em; }

.producto-principal-lista {
  display: grid;
  grid-template-columns: 40em 40em;
  grid-template-rows: 100px 0px 126px auto;
  grid-template-areas: "imagen titulo" "imagen subtitulo" "imagen texto" "imagen boton";
  /* width: 100%; */
  align-items: center;
  position: relative;
  background-color: #cd2355;
  color: #fff;
  z-index: -1;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 1em; }
  .producto-principal-lista img {
    grid-area: imagen;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .producto-principal-lista h1 {
    grid-area: titulo; }
  .producto-principal-lista h2 {
    grid-area: subtitulo;
    font-weight: 500; }
  .producto-principal-lista p {
    grid-area: texto;
    font-weight: 300; }
  .producto-principal-lista button {
    grid-area: boton; }

/* Mobile hardware */
@media (max-width: 1300px) {
  .producto-principal-lista {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    gap: 1em; }
  .lista-productos {
    grid-template-columns: 50%; }
  button {
    margin: 1em 0 1em 0; }
  .producto-principal-lista p {
    text-align: center;
    max-width: 35em; }
  .producto-principal-lista img {
    margin-top: 5em;
    max-width: 100%;
    border-radius: 50%;
    width: 300px;
    height: 300px; }
  .producto-principal-lista p {
    width: 90%; }
  .bgimage {
    display: none;
    /*Ocultar imagen bootstrap */ } }

/* ------ Inicia Seccion de Software ---- */
/* Imagen de seccion Bootstrap */
.bgimage-software {
  width: 100%;
  height: 500px;
  background: url("../img/software-section-image-raspberry-pi.jpeg");
  background-repeat: no-repeat;
  background-position: -10px -20em;
  background-size: cover;
  background-attachment: fixed; }

.info-software {
  padding-top: 8em;
  align-items: center;
  display: flex;
  flex-direction: column; }
  .info-software img {
    max-width: 500px; }

.texto-info-software {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center; }
  .texto-info-software p {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    max-width: 70%; }

#justificar-texto-info-software {
  text-align: justify; }

.texto-info-software a {
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid #cd2355; }

.texto-info-software #boton-mac {
  margin-left: revert;
  margin: 20px; }

code {
  background-color: #343434;
  color: #fff;
  padding: 10px;
  font-family: 'Courier New', Courier, monospace;
  text-align: center; }

/* Agregando nuevos botones animados con hover para descarga Windows y Mac Store */
.contenedor-descargas {
  width: 100%;
  position: relative;
  margin: 3em; }
  .contenedor-descargas ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .contenedor-descargas li {
    display: inline-block;
    margin: 0px; }

.descargar {
  width: 200px;
  height: 75px;
  background: black;
  float: left;
  border-radius: 5px;
  position: relative;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff; }
  .descargar > .fa {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%); }

.df, .dfn {
  position: absolute;
  left: 70px; }

.df {
  top: 20px;
  font-size: .68em; }

.dfn {
  top: 33px;
  font-size: 1.08em; }

.descargar:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

@media only screen and (max-width: 900px) {
  .info-software img {
    max-width: 80%; }
  .texto-info-software {
    text-align: left;
    width: 90%;
    gap: 0.5em; }
    .texto-info-software p {
      width: 100%;
      text-align: center; }
  .bgimage-software {
    display: none; } }

/* ------ Inicia Seccion de Documentacion ---- */
.info-documentacion {
  padding-top: 4em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  margin: 1em; }
  .info-documentacion h1 {
    color: #cd2355;
    font-size: 2rem;
    font-weight: 300; }

.temas-documentacion {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 1em; }
  .temas-documentacion a {
    text-decoration: none;
    color: #343434;
    padding-right: 12px; }

.toptitle {
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #343434;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0px; }

/* Barra de busqueda bootstrap con icono */
.centrar-barra-busqueda {
  width: 50%;
  margin: 50px auto; }

.has-search .form-control {
  padding-left: 2.375rem; }

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

/* Lista Grid Documentacion */
.grid-lista-documentacion {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px; }

a.servicio-documentacion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 275px;
  width: 350px;
  text-decoration: none;
  background-color: #fff;
  padding: 30px 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px; }
  a.servicio-documentacion span {
    color: #343434;
    display: block;
    text-align: center; }
    a.servicio-documentacion span.title {
      color: #343434;
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 20px; }

.grid-lista-documentacion img {
  width: 100%;
  object-fit: cover; }

.servicio-documentacion h2, .servicio-documentacion p {
  width: 50%; }

/* Inicia seccion de contacto */
/* Estilo Forma de contacto con bootstrap */
#medida-boton-enviar {
  width: 150px;
  height: 50px; }

.forma-contacto {
  position: relative;
  padding: 1rem;
  margin-top: 6rem;
  z-index: -1; }

.form-control {
  margin-bottom: 1em; }

/* Estilo Mapa */
.mapa-iframe {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: column;
  justify-content: center; }
  .mapa-iframe h2 {
    display: flex;
    align-content: center;
    justify-content: center; }
