﻿:root {
  --color-primary: #5c7474;
  --color-hover: #b38f67;
  --color-objetivos: #742b4d;
}
@font-face {
  font-family: "avant";
  src: url("../../../recursos/fonts/inspirate/elama/avant.TTF");
}
@font-face {
  font-family: "demi";
  src: url("../../../recursos/fonts/inspirate/elama/demi.otf");
}
@font-face {
  font-family: "montse";
  src: url("../../../recursos/fonts/inspirate/elama/montserrat.otf");
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}

/* Estilos generales */

.bgp {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Estilos de la cabezera */

.header {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-logo--container {
  display: flex;
  width: 30%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #000; */
}
.header-logo {
  width: 250px;
}
.menu {
  width: 70%;
  height: 100%;
  /* border: 1px solid #000; */
  display: flex;
  justify-content: center;
}
.menu-nav--container {
  display: flex;
  width: 90%;
  height: 100%;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}
.nav-menu {
  text-decoration: none;
  font-size: 17px;
  font-family: "montse";
  color: var(--color-primary);
  font-weight: 400;
  transition: all .5s;
}
.nav-menu:hover {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-hover);
}
.menu-mobil {
  display: none;
}
.menu-mobil img {
  width: 40px;
}

/* Estilos de la portada */

.portada {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
  /* border: 1px solid #000; */
}
.portada-cotizacion--container {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* border: 1px solid #000; */
}
.portada-logo {
  width: 70%;
  position: relative;
}
.portada-cotizacion {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  height: 190px;
  bottom: 38%;
  left: 23%;
}
.portada-cotizacion__titulo {
  background: rgb(208, 131, 46);
  background: linear-gradient(
    90deg,
    rgba(208, 131, 46, 1) 0%,
    rgba(243, 222, 131, 1) 35%,
    rgba(243, 222, 131, 1) 55%,
    rgba(208, 131, 46, 1) 100%
  );
  font-size: 50px;
  font-family: "demi";
  font-weight: bold;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.portada-icono {
  width: 50px;
}

.portada-formulario--container {
  width: 50%;
  height: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #000; */
}
.portada-titulo {
  width: 60%;
  height: 65px;
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 24px;
  font-family: "avant";
  /* border: 1px solid #000; */
}
.portada-formulario {
  width: 60%;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.portada-input {
  width: 100%;
  background-color: var(--color-primary);
  padding: 10px 20px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-family: "avant";
  font-size: 14px;
}
.portada-textarea {
  width: 100%;
  padding: 10px 20px;
  background-color: var(--color-primary);
  border-radius: 10px;
  height: 150px;
  border: 0;
  color: #fff;
  font-family: "avant";
  font-size: 14px;
}
.portada-input::placeholder,
.portada-textarea::placeholder {
  color: white;
  font-family: "avant";
  font-size: 14px;
}
.portada-button {
  width: 220px;
  background-color: var(--color-primary);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  font-family: "avant";
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.portada-next {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 2%;
  left: 0;
}
.portada-next__logo {
  width: 40px;
}

/* SecciÃ³n de encabezados */

.objetivos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.objetivos-title--container {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #000; */
}
.objetivos-title {
  text-align: start;
  font-size: 60px;
  font-family: "demi";
  font-weight: bold;
  color: var(--color-objetivos);
}
.objetivos-marco__superior {
  position: absolute;
  top: 32%;
  left: 23%;
  width: 50px;
}
.objetivos-marco__inferior {
  position: absolute;
  transform: rotate(180deg);
  bottom: 32%;
  right: 25%;
  width: 50px;
}

.objetivos-name--container {
  width: 50%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 180px);
  grid-template-rows: repeat(2, 140px);
  justify-content: center;
  align-content: center;
  column-gap: 50px;
  row-gap: 50px;
  /* border: 1px solid #000; */
}
.objetivos-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}
.objetivos-name img {
  width: 50%;
}
.objetivos-name p {
  font-size: 16px;
  font-family: "montse";
  color: var(--color-primary);
}

/* SecciÃ³n de videos */

.videos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.videos-grupo {
  width: 60%;
  height: 65%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50%);
}
.videos-image--container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #000; */
}
.videos-image {
  width: 100%;
  height: 100%;
}
.videos-image--container:hover .videos-icon--container {
  display: flex;
}
.videos-icon--container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.videos-icon {
  width: 50px;
  cursor: pointer;
}

/* SecciÃ³n de clientes */

.clientes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  gap: 20px;
}
.clientes-title {
  color: var(--color-objetivos);
  font-family: "demi";
  font-size: 60px;
  width: 60%;
  text-align: center;
}
.clientes-grupo {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 10px;
  /* border: 1px solid #000; */
}
.clientes-grupo__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #000; */
}
.clientes-grupo__image img {
  width: 60%;
  height: 100%;
}

/* Media Queries */
@media (min-width: 1281px) {
  /* Estilos de la cabezera */

  .header {
    width: 100%;
    height: 120px;
  }
  .header-logo--container {
    width: 30%;
    height: 100%;
  }
  .header-logo {
    width: 240px;
  }
  .menu {
    width: 70%;
    height: 100%;
  }
  .menu-nav--container {
    width: 90%;
    height: 100%;
    gap: 10px;
    justify-content: space-around;
  }
  .nav-menu {
    font-size: 18px;
  }

  /* Estilos de la portada */

  .portada {
    width: 100%;
    height: calc(100vh - 120px);
  }
  .portada-cotizacion--container {
    width: 50%;
    height: 100%;
  }
  .portada-logo {
    width: 70%;
  }
  .portada-cotizacion {
    width: 50%;
    height: 190px;
    bottom: 38%;
    left: 23%;
  }
  .portada-cotizacion__titulo {
    font-size: 50px;
  }
  .portada-icono {
    width: 50px;
  }

  .portada-formulario--container {
    width: 50%;
    height: 100%;
    gap: 10px;
  }
  .portada-titulo {
    width: 60%;
    height: 65px;
    font-size: 24px;
  }
  .portada-formulario {
    width: 60%;
    height: 440px;
  }
  .portada-input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
  }
  .portada-textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    height: 150px;
    font-size: 14px;
  }
  .portada-input::placeholder,
  .portada-textarea::placeholder {
    font-size: 14px;
  }
  .portada-button {
    width: 220px;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
  }
  .portada-next {
    width: 100%;
    bottom: 2%;
    left: 0;
  }
  .portada-next__logo {
    width: 40px;
  }

  /* SecciÃ³n de encabezados */

  .objetivos {
    width: 100%;
    height: 100vh;
  }
  .objetivos-title--container {
    width: 50%;
    height: 100%;
  }
  .objetivos-title {
    font-size: 60px;
  }
  .objetivos-marco__superior {
    top: 32%;
    left: 23%;
    width: 50px;
  }
  .objetivos-marco__inferior {
    bottom: 32%;
    right: 25%;
    width: 50px;
  }

  .objetivos-name--container {
    width: 50%;
    height: 100%;
    column-gap: 50px;
    row-gap: 50px;
  }
  .objetivos-name {
    gap: 10px;
  }
  .objetivos-name img {
    width: 50%;
  }
  .objetivos-name p {
    font-size: 16px;
  }

  /* SecciÃ³n de videos */

  .videos {
    width: 100%;
    height: 100vh;
  }
  .videos-grupo {
    width: 60%;
    height: 65%;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 50%);
  }
  .videos-image {
    width: 100%;
    height: 100%;
  }
  .videos-icon--container {
    width: 100%;
    height: 100%;
  }
  .videos-icon {
    width: 50px;
  }

  /* SecciÃ³n de clientes */

  .clientes {
    width: 100%;
    height: 100vh;
    gap: 20px;
  }
  .clientes-title {
    font-size: 60px;
    width: 60%;
  }
  .clientes-grupo {
    width: 60%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 10px;
  }
  .clientes-grupo__image {
    width: 100%;
    height: 100%;
  }
  .clientes-grupo__image img {
    width: 60%;
    height: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* Estilos de la cabezera */

  .header {
    width: 100%;
    height: 100px;
  }
  .header-logo--container {
    width: 30%;
    height: 100%;
  }
  .header-logo {
    width: 200px;
  }
  .menu {
    width: 70%;
    height: 100%;
  }
  .menu-nav--container {
    width: 85%;
    height: 100%;
    gap: 16px;
  }
  .nav-menu {
    font-size: 15px;
  }
  .nav-menu:hover {
    font-size: 17px;
  }

  /* Estilos de la portada */

  .portada {
    width: 100%;
    height: calc(100vh - 100px);
  }
  .portada-cotizacion--container {
    width: 50%;
    height: 100%;
  }
  .portada-logo {
    width: 75%;
  }
  .portada-cotizacion {
    width: 50%;
    height: 150px;
    bottom: 34%;
    left: 23%;
  }
  .portada-cotizacion__titulo {
    font-size: 40px;
  }
  .portada-icono {
    width: 40px;
  }

  .portada-formulario--container {
    width: 50%;
    height: 100%;
    gap: 5px;
  }
  .portada-titulo {
    width: 60%;
    height: 64px;
    font-size: 20px;
  }
  .portada-formulario {
    width: 60%;
    height: 350px;
  }
  .portada-input {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12px;
  }
  .portada-textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    height: 100px;
    font-size: 34px;
  }
  .portada-input::placeholder,
  .portada-textarea::placeholder {
    font-size: 12px;
  }
  .portada-button {
    width: 200px;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
  }
  .portada-next {
    width: 100%;
    bottom: 2%;
    left: 0;
  }
  .portada-next__logo {
    width: 40px;
  }

  /* SecciÃ³n de encabezados */

  .objetivos {
    width: 100%;
    height: 100vh;
  }
  .objetivos-title--container {
    width: 50%;
    height: 100%;
  }
  .objetivos-title {
    font-size: 45px;
  }
  .objetivos-marco__superior {
    top: 32%;
    left: 20%;
    width: 45px;
  }
  .objetivos-marco__inferior {
    bottom: 32%;
    right: 22%;
    width: 45px;
  }

  .objetivos-name--container {
    width: 50%;
    height: 100%;
    grid-template-columns: repeat(2, 180px);
    grid-template-rows: repeat(2, 130px);
    column-gap: 40px;
    row-gap: 30px;
  }
  .objetivos-name {
    gap: 6px;
  }
  .objetivos-name img {
    width: 45%;
  }
  .objetivos-name p {
    font-size: 16px;
  }

  /* SecciÃ³n de videos */

  .videos {
    width: 100%;
    height: 100vh;
  }
  .videos-grupo {
    width: 60%;
    height: 65%;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 50%);
  }
  .videos-image {
    width: 100%;
    height: 100%;
  }
  .videos-icon--container {
    width: 100%;
    height: 100%;
  }
  .videos-icon {
    width: 50px;
  }

  /* SecciÃ³n de clientes */

  .clientes {
    width: 100%;
    height: 100vh;
    gap: 20px;
  }
  .clientes-title {
    font-size: 60px;
    width: 60%;
    height: 72px;
  }
  .clientes-grupo {
    width: 60%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 180px);
    gap: 0;
  }
  .clientes-grupo__image {
    width: 100%;
    height: 100%;
  }
  .clientes-grupo__image img {
    width: 70%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* Estilos de la cabezera */

  .header {
    width: 100%;
    height: 100px;
  }
  .header-logo--container {
    width: 70%;
    height: 100%;
  }
  .header-logo {
    width: 200px;
  }
  .menu {
    width: 30%;
    height: 100%;
    align-items: center;
  }
  .menu-nav--container {
    display: none;
    width: 70%;
    height: 100%;
    gap: 10px;
  }
  .nav-menu {
    font-size: 14px;
  }
  .menu-mobil {
    display: block;
  }

  /* Estilos de la portada */

  .portada {
    width: 100%;
    height: calc(100vh - 100px);
  }
  .portada-cotizacion--container {
    width: 50%;
    height: 100%;
  }
  .portada-logo {
    width: 80%;
  }
  .portada-cotizacion {
    width: 50%;
    height: 120px;
    bottom: 40%;
    left: 23%;
  }
  .portada-cotizacion__titulo {
    font-size: 30px;
  }
  .portada-icono {
    width: 40px;
  }

  .portada-formulario--container {
    width: 50%;
    height: 100%;
    gap: 5px;
  }
  .portada-titulo {
    width: 60%;
    height: 64px;
    font-size: 20px;
  }
  .portada-formulario {
    width: 60%;
    height: 350px;
  }
  .portada-input {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12px;
  }
  .portada-textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    height: 100px;
    font-size: 34px;
  }
  .portada-input::placeholder,
  .portada-textarea::placeholder {
    font-size: 12px;
  }
  .portada-button {
    width: 200px;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
  }
  .portada-next {
    width: 100%;
    bottom: 2%;
    left: 0;
  }
  .portada-next__logo {
    width: 40px;
  }

  /* SecciÃ³n de encabezados */

  .objetivos {
    width: 100%;
    height: 100vh;
  }
  .objetivos-title--container {
    width: 50%;
    height: 100%;
  }
  .objetivos-title {
    font-size: 45px;
  }
  .objetivos-marco__superior {
    top: 35%;
    left: 10%;
    width: 40px;
  }
  .objetivos-marco__inferior {
    bottom: 35%;
    right: 13%;
    width: 40px;
  }

  .objetivos-name--container {
    width: 50%;
    height: 100%;
    grid-template-columns: repeat(2, 160px);
    grid-template-rows: repeat(2, 130px);
    column-gap: 30px;
    row-gap: 20px;
  }
  .objetivos-name {
    gap: 6px;
  }
  .objetivos-name img {
    width: 50%;
  }
  .objetivos-name p {
    font-size: 15px;
  }

  /* SecciÃ³n de videos */

  .videos {
    width: 100%;
    height: 100vh;
  }
  .videos-grupo {
    width: 70%;
    height: 55%;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 50%);
  }
  .videos-image {
    width: 100%;
    height: 100%;
  }
  .videos-icon--container {
    width: 100%;
    height: 100%;
  }
  .videos-icon {
    width: 50px;
  }

  /* SecciÃ³n de clientes */

  .clientes {
    width: 100%;
    height: 100vh;
    gap: 20px;
  }
  .clientes-title {
    font-size: 45px;
    width: 60%;
    height: 72px;
  }
  .clientes-grupo {
    width: 70%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 160px);
    gap: 0;
  }
  .clientes-grupo__image {
    width: 100%;
    height: 100%;
  }
  .clientes-grupo__image img {
    width: 70%;
    height: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* Estilos de la cabezera */

  .header {
    width: 100%;
    height: 100px;
  }
  .header-logo--container {
    width: 70%;
    height: 100%;
  }
  .header-logo {
    width: 180px;
  }
  .menu {
    width: 30%;
    height: 100%;
    align-items: center;
  }
  .menu-nav--container {
    display: none;
    width: 70%;
    height: 100%;
    gap: 10px;
  }
  .nav-menu {
    font-size: 14px;
  }
  .menu-mobil {
    display: block;
  }
  .menu-mobil img {
    width: 30px;
  }

  /* Estilos de la portada */

  .portada {
    width: 100%;
    height: calc(100vh - 100px);
    flex-direction: column;
  }
  .portada-cotizacion--container {
    width: 100%;
    height: 38%;
  }
  .portada-logo {
    width: 50%;
    height: 80%;
  }
  .portada-cotizacion {
    width: 50%;
    height: 85px;
    bottom: 32%;
    left: 23%;
  }
  .portada-cotizacion__titulo {
    font-size: 24px;
  }
  .portada-icono {
    width: 25px;
  }

  .portada-formulario--container {
    width: 100%;
    height: 62%;
    gap: 5px;
  }
  .portada-titulo {
    width: 60%;
    height: 50px;
    font-size: 18px;
  }
  .portada-formulario {
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
    height: 230px;
    justify-content: center;
    column-gap: 10px;
  }
  .portada-input {
    width: 48%;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 11px;
  }
  .portada-textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    height: 75px;
    font-size: 11px;
  }
  .portada-input::placeholder,
  .portada-textarea::placeholder {
    font-size: 11px;
  }
  .portada-button {
    width: 180px;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
  }
  .portada-next {
    width: 100%;
    bottom: 1%;
    left: 0;
  }
  .portada-next__logo {
    width: 25px;
  }

  /* SecciÃ³n de encabezados */

  .objetivos {
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }
  .objetivos-title--container {
    width: 100%;
    height: 40%;
  }
  .objetivos-title {
    font-size: 35px;
  }
  .objetivos-marco__superior {
    top: 25%;
    left: 20%;
    width: 35px;
  }
  .objetivos-marco__inferior {
    bottom: 22%;
    right: 22%;
    width: 35px;
  }

  .objetivos-name--container {
    width: 100%;
    height: 60%;
    grid-template-columns: repeat(2, 160px);
    grid-template-rows: repeat(2, 130px);
    column-gap: 30px;
    row-gap: 20px;
  }
  .objetivos-name {
    gap: 0px;
  }
  .objetivos-name img {
    width: 50%;
  }
  .objetivos-name p {
    font-size: 14px;
  }

  /* SecciÃ³n de videos */

  .videos {
    width: 100%;
    height: 100vh;
  }
  .videos-grupo {
    width: 60%;
    height: 80%;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(4, 25%);
  }
  .videos-image {
    width: 100%;
    height: 100%;
  }
  .videos-icon--container {
    width: 100%;
    height: 100%;
  }
  .videos-icon {
    width: 50px;
  }

  /* SecciÃ³n de clientes */

  .clientes {
    width: 100%;
    height: 100vh;
    gap: 20px;
  }
  .clientes-title {
    font-size: 40px;
    width: 60%;
    height: 72px;
  }
  .clientes-grupo {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 150px);
    gap: 0;
  }
  .clientes-grupo__image {
    width: 100%;
    height: 100%;
  }
  .clientes-grupo__image img {
    width: 70%;
    height: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  /* Estilos de la cabezera */

  .header {
    width: 100%;
    height: 80px;
  }
  .header-logo--container {
    width: 70%;
    height: 100%;
  }
  .header-logo {
    width: 150px;
  }
  .menu {
    width: 30%;
    height: 100%;
    align-items: center;
  }
  .menu-nav--container {
    display: none;
    width: 70%;
    height: 100%;
    gap: 10px;
  }
  .nav-menu {
    font-size: 14px;
  }
  .menu-mobil {
    display: block;
  }
  .menu-mobil img {
    width: 25px;
  }

  /* Estilos de la portada */

  .portada {
    width: 100%;
    height: calc(100vh - 80px);
    flex-direction: column;
  }
  .portada-cotizacion--container {
    width: 100%;
    height: 32%;
  }
  .portada-logo {
    width: 70%;
    height: 90%;
  }
  .portada-cotizacion {
    width: 50%;
    height: 85px;
    bottom: 30%;
    left: 23%;
  }
  .portada-cotizacion__titulo {
    font-size: 24px;
  }
  .portada-icono {
    width: 25px;
  }

  .portada-formulario--container {
    width: 100%;
    height: 68%;
    gap: 5px;
    justify-content: flex-start;
  }
  .portada-titulo {
    width: 80%;
    height: 50px;
    font-size: 18px;
  }
  .portada-formulario {
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    height: 290px;
    justify-content: center;
    row-gap: 5px;
  }
  .portada-input {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 11px;
  }
  .portada-textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    height: 75px;
    font-size: 11px;
  }
  .portada-input::placeholder,
  .portada-textarea::placeholder {
    font-size: 11px;
  }
  .portada-button {
    width: 180px;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .portada-next {
    width: 100%;
    bottom: 1%;
    left: 0;
  }
  .portada-next__logo {
    width: 25px;
  }

  /* SecciÃ³n de encabezados */

  .objetivos {
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }
  .objetivos-title--container {
    width: 100%;
    height: 30%;
  }
  .objetivos-title {
    font-size: 32px;
  }
  .objetivos-marco__superior {
    top: 18%;
    left: 15%;
    width: 25px;
  }
  .objetivos-marco__inferior {
    bottom: 16%;
    right: 18%;
    width: 25px;
  }

  .objetivos-name--container {
    width: 100%;
    height: 70%;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: repeat(2, 130px);
    column-gap: 0;
    row-gap: 20px;
  }
  .objetivos-name {
    gap: 0px;
  }
  .objetivos-name img {
    width: 45%;
  }
  .objetivos-name p {
    font-size: 14px;
    text-align: center;
  }

  /* SecciÃ³n de videos */

  .videos {
    width: 100%;
    height: 100vh;
  }
  .videos-grupo {
    width: 60%;
    height: 80%;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(4, 25%);
    row-gap: 10px;
  }
  .videos-image {
    width: 100%;
    height: 100%;
  }
  .videos-icon--container {
    width: 100%;
    height: 100%;
  }
  .videos-icon {
    width: 50px;
  }

  /* SecciÃ³n de clientes */

  .clientes {
    width: 100%;
    height: 100vh;
    gap: 20px;
  }
  .clientes-title {
    font-size: 40px;
    width: 60%;
    height: 72px;
  }
  .clientes-grupo {
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 140px);
    gap: 0;
  }
  .clientes-grupo__image {
    width: 100%;
    height: 100%;
  }
  .clientes-grupo__image img {
    width: 70%;
    height: 100%;
  }
}
