* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

@font-face {
  font-family: "Poppins";
  src: url("./Fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("./Fonts/Poppins-Light.ttf");
}

body {
  opacity: 0;
}

/*Header y primera sección*/

#feed-contenedor{
  background-color: #191919;

  width: 100%;
  overflow: hidden;
}

.error-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100vh;
}

.error-section img{
  height: 15vh;
  width: auto;
  position: absolute;
  top: 0%;
}
.error-section h1{
  font-family: 'Poppins-Light';
  font-size: clamp(50px,6vw,7vw);
  Color:  #0097B2;
  font-weight: 600;

}

.new-job{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
  width: 100%;

  border-bottom: 1px solid #acafaf98;  
}

.new-job div{
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  
}

.new-job div h2{
  font-weight: 600;
  font-size: clamp(20px,1.2vw,1.4vw);
  font-family: 'Poppins';
  Color:  #0097B2;
}

.new-job div a{
  font-size: clamp(25px,1.5vw,2vw);
  font-weight: 600;
  font-family: 'Poppins';
  Color:  #0097B2;
  text-decoration: none;
  cursor: pointer;
}

.new-job div p{
  font-weight: 600;
  font-size: clamp(14px,1.1vw,1.2vw);
  font-family: 'Poppins-Light';
  Color:  #191919;
}


.new-job div:first-child{
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
}

.error-section p{
  font-family: 'Poppins-Light';
  font-size: clamp(30px,1.6vw,2.5vw);
  Color:  #0097B2;
  font-weight: 600;
  margin-bottom: 1rem;
}

.error-section a{
  font-family: 'Poppins-Light';
  font-size: clamp(20px,2vw,3vw);
  background-color:  #191919;
  font-weight: 300;
  color: #FFF;
  padding: .4rem .8rem;
  text-decoration: none;
  border-radius: 10px;
  transition: all .4s ease;
  border: 2px solid #191919;
}

.error-section a:hover{

  background-color:  #FFF;

  color: #191919;

}


.cookie-policy {
  max-width: 30vw;
  position: fixed;
  top: 98%;
  transform: translate(0,-100%);
  margin: 0% 1%;
  z-index: 99999;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px gray;
}

.cookie-policy p {
  margin: 0;
  font-size: clamp(.6vw,.7vw,.8vw);
  line-height: 120%;
  font-family: "Poppins-Light";
}

.cookie-policy h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: clamp(1.6vw,1.7vw,1.8vw);
}


.cookie-policy h4 {
  font-family: "Poppins-Light";
  font-weight: 700;
  font-size: clamp(1.1vw,1.15vw,1.2vw);
  padding-top: .5rem;
}

.cookie-policy ul {
  margin: 0;
  padding: .5rem 0rem;
  list-style-type: none;
}

.cookie-policy li {
  font-size: clamp(.7vw,.75vw,.8vw);
  font-weight: 500;
  color: #000;
  font-family: "Poppins-Light";
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.blog-section-2-div-div  > a:hover{
  opacity: .3 !important;
  transition: all .2s ease;
}

.blog-section-3 div a:hover{
  opacity: .3 !important;
  transition: all .2s ease;
}

.blog-section-single-post{
  width: 70%;
  margin: auto;
  display: block;
  
}

.blog-section-single-post div{
  margin: 3rem 0rem ;
}


.cookie-policy button, .actions a {
  width: 30%;
  height: 4.5vh;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Poppins-Light";
  font-weight: 500;
  border: 2px solid #0097B2;
  background-color: #0097B2;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all .5s ease;
}

.cookie-policy  button:hover {
  background-color: rgba(221, 221, 221, 0.144);

  color: #0097B2;
}
 
.terms-texts{
  width: 75%;
  display: block;
  margin: auto;
  padding: 2rem 0rem;
}

.terms-texts >h2{
  font-size: clamp(2vw,2.5vw,3.5vw);
  font-family: "Poppins";
  color: #0097B2;
}

.terms-texts >p{
  font-size: clamp(1vw,1.5vw,2vw);
  font-family: "Poppins-Light";
  text-align: justify;
  color: #191919;
}

.terms-texts > ul > li{
  font-size: clamp(1vw,1.5vw,2vw);
  font-family: "Poppins-Light";
  color: #191919;
  margin-left: 3rem;
}

.main-galery{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}


.chevron span{
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1003;
  font-size: 3rem;
  color: rgb(0, 0, 0);
  width: 4.3rem;
  height: 4.7rem;
  background-color: rgba(217, 226, 224, 0.74);
  border-radius:100%;
  cursor:pointer;
}

.chevron span:hover{
  background-color: rgba(172, 162, 162, 0.6);
}

.chevron #prev{
  padding-right: .5rem;
  justify-content: center;
  left: 1.5%;
}

.chevron #next{
  padding-right: .5rem;
  justify-content: center;
  right: 0rem;
}

.galery{
  display: flex;

  flex-wrap: nowrap;
}

.image{
min-width: 25%;

margin-left: 1.5rem;
margin-bottom: 1.5rem;
height:250px ;
cursor: pointer;
object-fit: cover;
position: relative;
}

.two-post{
  flex-direction: column;
  display: flex;

  min-width: 20%;
  height: 100%;
  gap: 5%;
}

.spans{
  position: absolute;
  width: 100%;

  height: 100%;
  display: flex;
  top: -10%;

  align-items: center;
  justify-content: space-around;
}


.image img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

.image:hover .opacity-hover{
  width: 100%;
  transition: all .5s linear;
}


.image:hover .caption{
 opacity: 1;
 transition: all .5s linear;
}


.caption{
  width:100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all .3s linear;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins-Light';
}

.caption p{
  color:white;
  width: 100%;
}

.opacity-hover{
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 18px;
  top: 0%;
  transition: background-color 300ms linear;
}


.opacity-hover:hover{
  background-color: rgba(2, 2, 2, 0.808);
}

.opacity-hover:hover .caption p{

  padding: 0rem .3rem;
}

.contenedor-galery{
  width: 100%;

  overflow: hidden;
  scroll-behavior: smooth;
}

.opacity-hover:hover .caption{
  transform: translateY(0px);
}

header {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: end;
  position: relative;
  height: 9vh;
}
#btn-open-nav2 {
  cursor: pointer;
}

.men-background button {
  cursor: pointer;
  border: none;
}

.mouse-btn {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: start;
  padding-bottom: 1.5%;
  bottom: 5%;
}

.img-man {
  position: absolute;
  bottom: 8%;
  z-index: -1000;
  right: 4%;
  transform: translate(0, 10%);
  width: fit-content;
  height: fit-content;
  
}

.img-man > img {
  width: 85rem;
  height: 50rem;
  object-fit: cover;
  overflow: hidden;
}
/* .title-1 {
color: black;
}
.title-2 {
  background-color: blue;
} */
.men-background {
  background-image: url("img/Group\ 79\ \(1\).png");
  height: 91vh;
  background-size: 90% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin: 0rem;
}

.a2 {
  margin-top: -0.1rem;
  margin-left: 0.5rem;
}

.flex-title {
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 14.5%;
}

.flex-title > h2 {
  font-family: monospace;
  color: #fff;
  font-family: "Poppins";
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.men-background-span {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.content-background {
  width: 100%;
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
  padding: 0% 10%;
}

.btn-absolute-black {
  position: relative;
}

.menu-ham {
  position: absolute;
  top: 2%;
  right: 6%;
}

.btn-div {
  position: absolute;
  left: 10%;

  bottom: 13%;
  display: grid;
}

.btn-div-black {
  background-color: transparent;
  color: white;
  width: 140px;
  z-index: 1002;
  height: 75px;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-2 {
  margin-left: 10.2rem;
  margin-top: -0.2rem;
}

.btn-line {
  position: absolute;
}

/*Segunda Sección el About*/

.about-title,
.apply-title {
  -webkit-text-stroke: 4px #86797949 !important;
  color: transparent !important;
  text-align: center;
  font-family: "Poppins";
  font-size: 410px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-right: 2rem;
}

.div-about-title {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}

.div-apply-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

  margin-top: 2rem;
}

.About-info {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background-image: url("img/Union.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: min-content;
  margin-top: -5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0rem;
}

.Info-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 28rem;
  margin-top: 7rem;
  width: 65%;
  padding: 4rem 4rem;
  border-radius: 20px;
  background: #2f90a1;
}

.Info-div p {
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 47.5px */
}

.button-black {
  width: 300px;
  padding: 0rem 0rem;
  border-radius: 20px;
  height: 5.5rem;
  border: none;
  display: flex;
  z-index: 1005;
  justify-content: center;
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  gap: 11%;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  background-color: #000;
}

.logo-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10%;
  left: 2%;
}

.logo-btn img {
  width: 350px;
  height: auto;
}

/*Cuarta section*/

.msg-black {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.msg-black-first-div {
  border-radius: 40px;
  background: #191919;
  height: min-content;

  display: grid;
  width: 90%;
}

.msg-black-div-div {
  margin-left: 4rem;
  background-color: transparent;
  margin-top: 4rem;
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: 180%; /* 80px */
}

.msg-black-p {
  color: #c9c9c9;
  font-family: "Poppins-Light";

  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.msg-black-btn {
  border-radius: 20px;
  background: #0097b2;
  width: 50%;
  height: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01rem;
  line-height: normal;
}

.msg-black-div {
  display: grid;
  margin-top: 4rem;
  padding-bottom: 4rem;
  margin-left: 4rem;
  grid-template-columns: 65% 35%;
}

.div-btn {
  display: flex;
  justify-content: end;
  margin-right: 4rem;
  align-items: center;
}

/*Quinta section*/

.section-img-text {
  height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-text {
  display: flex;
  justify-content: center;
}

.section-img {
  display: flex;
  justify-content: center;
  position: relative;
}

.section-text span {
  color: #0097b2;
}

.section-text h2 {
  color: #191919;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 66px */
}

.div-abs {
  border-radius: 20px;
  background: #fff;
  display: flex;
  width: fit-content;
  padding: 0.5rem 1rem;
  gap: 3%;
  top: 50%;
  left: -15%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.div-abs-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-abs-child h2 {
  color: #000;
  font-family: "Poppins-Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.div-abs-child h6 {
  color: #000;
  font-family: "Poppins-Light";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Section Testimonios*/

.section-black {
  border-radius: 20px 20px 0px 0px;
  background: #191919;
  margin-top: 3rem;
}

/* Section Testimonios primer-div*/

.section-black-div {
  height: 100vh;
}

.section-black-div h2 {
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */
}

.section-black-div span {
  color: #0097b2;
}

.section-black-div1 {
  padding: 0rem 2rem;
  height: 30%;
  display: flex;
  justify-content: center;
  gap: 0%;
  align-items: center;
}

.section-black-div1 h2 {
  color: #191919;
  font-family: "Poppins-Light";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 60px */
}

.section-black-div1-child1 {
  background-color: #ffffff00;
}

.section-black-div1-child1 img {
  height: 430px;
  width: 600px;
}

.section-black-div1-child2 {
  border-radius: 20px;
  height: 430px;
  width: 950px;
  margin-left: 2rem;
  background-color: #0097b2;
}

.section-black-div1-child2 p {
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 33px;
  padding: 2rem 2rem 0rem 2rem;
  width: 95%;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 36.8px */
}

.div-titular {
  display: flex;
  margin-left: 1rem;
  margin-top: 2rem;
  align-items: center;
}

.div-titular img {
  width: 120px;
  height: 120px;
}

.div-titular-text {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  flex-direction: column;
}

.div-titular-text h2 {
  color: #fff;
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  padding: 0rem;
  font-weight: 500;
  line-height: normal;
}

.div-titular-text p {
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 23px;
  padding: 0rem;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.div-titular-father {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min-content;
}

.margin {
  margin-right: 2rem;
  margin-top: 2rem;
}

/*Div-2 sectión testimonials*/

.section-black-div-2 {
  height: min-content;
}

.div-central {
  width: 100%;
  justify-content: center;
  display: flex;
  padding-top: 3rem;
  gap: 1%;
}

.div-central-div {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.div-central-div-child {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0.3rem;
  gap: 5%;
}

.div-central-div-child p {
  color: #fff;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 22px */
}

.div-central-div h6 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
}

/*Div-3 sectión testimonials*/

.black-logo {
  background-image: url("./img/Logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Footer*/

footer {
  margin-top: 2rem;
  height: fit-content;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer section {
  width: 85%;
  border-radius: 50px;
  background: linear-gradient(125deg, #2b7785 -1.08%, #0097b2 85.48%);
  height: min-content;
  position: relative;
  overflow: hidden;
  padding: 2rem 4rem;
}

.footer-section-svg {
  position: absolute;
  right: -12%;
  bottom: 0%;
  height: 100%;
  width: 100%;
}

.content-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1004;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.content-up h2 {
  z-index: 1001;
  color: #fff;
  font-family: "Poppins-Light";
  font-size: 110px;
  font-style: normal;
  width: 70%;
  font-weight: 300;
  line-height: 100%; /* 80px */
}

.content-up a {
  border-radius: 20px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  gap: 5%;
  height: 80px;
  background-color: transparent;
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.content-bottom {
  display: grid;
  grid-template-columns: 50% 50%;
}

.content-bottom-div1 {
  display: grid;
  margin-top: 3rem;
  width: 100%;
}

.content-bottom-div2 {
  display: flex;
  justify-content: space-around;
}

.content-bottom-div1 img {
  z-index: 1004;
}

.content-bottom-div1-p {
  margin-top: 1rem;
  color: #f8f8f8;
  font-family: "Poppins-Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 1004;
}

.content-bottom-div1-div {
  margin-top: 1.5rem;
  display: flex;
  justify-content: start;
  width: 100%;
}

.content-bottom-div1-div div {
  display: flex;
  justify-content: start;
  gap: 2%;
  align-items: center;
  width: 100%;
  height: min-content;
  z-index: 1004;
}

.content-bottom-div1-div div p {
  color: #f8f8f8;
  font-family: "Poppins-Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-list {
  margin-top: 2rem;
  z-index: 1004;
}

.content-list li {
  list-style: none;
  margin-top: 1.5rem;
}

.content-list a {
  text-decoration: none;
  color: #f8f8f8;
  font-family: "Poppins-Light";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-list h2 {
  color: #f8f8f8;
  font-family: "Poppins-Light";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.h2-last {
  color: #f8f8f8;
  text-align: center;
  z-index: 1004;
  position: relative;
  padding-top: 8rem;
  font-family: "Poppins-Light";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*Estilos paginas subyacentes*/

.styles-header2 {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 4rem;
  z-index: 1005;
  margin-top: 3.5rem;
  position: fixed;
}



header div {
  border-radius: 20px;
  background: #000;
  width: 95%;
  display: flex;
  z-index: 1200;
  position: fixed;
  padding: 0rem 0.4rem;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}

header div svg {
  height: 100%;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}

header div img {
  width: 120px;
  height: 100%;
}

.section-slider-scroll {
  height: min-content;
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 10rem 4rem 4rem 4rem;
}

.section-slider-scroll-div-1 {
  display: flex;
  flex-direction: column;
}

.section-slider-scroll-div-2 {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.section-slider-scroll-div-1-h2 {
  color: #000;

  font-family: "Poppins";
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 68px */
}

.section-slider-scroll-div-1-h2 span {
  color: #0097b2;
}

.section-slider-scroll-div-1-p {
  color: #999;
  padding-top: 2rem;
  font-family: "Poppins-Light";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-slider-scroll-div-1-btn {
  border-radius: 20px;
  margin-top: .5rem;
  background: #0097b2;
  width: 18%;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  z-index: 1006;
  gap: 10%;
  padding: 1.1rem 1.4rem;
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.rectangle-blue {
  position: absolute;
  border-radius: 20px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b7f94f6;
  z-index: -999;
}

.rectangle-blue-back h2 {
  padding: .5em 2rem;

  font-family: "Poppins-Light";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 20%; /* 39.9px */
}

.rectangle-blue-back img {
  width: 100%;
  display: block;
  margin: auto;
  transform: rotate(360deg);
}

.rectangle-blue-back {
  border-radius: 20px;
  position: relative;
  background-image: url("../img/Rectangle\ 19.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1004;
  overflow: hidden;
}


/*About sections*/
.about-section-1 {
  background-image: url("./img/Bg\ hero.png");
  height: 85vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0rem 4rem;
}

.about-section-1-div {
  display: grid;
  justify-content: start;
  align-content: center;

  width: 100%;
  height: 100%;
}

.about-section-1-div-div {
  padding: 0rem 0rem;
  display: grid;
  margin-top: 8rem;
  width: 100%;
}

.about-section-1 h2 {
  width: 50%;
  color: #fff;
  font-family: "Poppins";
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 88px */
}

.about-section-1 p {
  margin-top: 2.5rem;
  color: #fff;
  font-family: "Poppins-Light";
  width: 50%;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-section-1-form-first {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 40% 60%;
  width: 92vw;

  gap: 1%;
}

.about-section-1-form-first-input {
  border-radius: 5px;
  background: #fdfdfd;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 5.5rem;
}

.about-section-1-form-first-input input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: none;
  margin-left: 1rem;
  outline: none;
  color: #272727;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

.about-section-1-form-first-input svg {
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}

.about-section-1-form-first-input-div {
  position: relative;

  border-radius: 100px;
  padding: 0.5rem 0.5rem;
  width: 32%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: min-content;
  align-items: center;
  background: #d5e9ed;
  color: #0097b2;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

.about-section-1-form-first-input-div svg {
  position: relative;
  margin: 0rem 0.4rem;
}

.input-btn {
  border-radius: 5px;
  background: #0097b2;
  margin-right: 1rem;
  padding: 1rem 2rem;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.div-input-last {
  border-radius: 5px;
  border: 1px solid #cdcdd6;
  background: #f9f9fb;
  height: min-content;
  position: relative;
  padding: 1rem;
  margin-left: 0.5rem;
  gap: 5%;
  width: 15%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.div-input-last2 {
  border-radius: 5px;
  border: 1px solid #cdcdd6;
  background: #f9f9fb;
  height: min-content;
  padding: 1rem;
  margin-left: 1rem;
  width: 8%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.div-input-last3 {
  border-radius: 5px;
  border: 1px solid #cdcdd6;
  background: #f9f9fb;
  height: min-content;
  position: relative;
  padding: 1rem;
  margin-left: 0.5rem;
  gap: 5%;
  width: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.div-input-last p,
.div-input-last2 p,
.div-input-last3 p {
  color: #656879;
  font-family: "Poppins-Light";
  font-size: 16px;
  margin-top: 0rem;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
}

.last-input {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 1rem;
  margin-top: 1rem;
}

.float-text {
  position: absolute;
  top: 0%;
  right: 2%;
}

.float-text p {
  color: #656879;
  white-space: pre;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.text-align {
  text-align: center;
}
.text-show {
  color: #656879;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.texts-about {
  display: flex;
  justify-content: space-between;
  padding: 0rem 4rem;
  align-items: end;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 6rem 0rem 3rem 0rem;
}

.pagination button {
  width: 45px;
  height: 45px;
  border: none;
  background-color: #f8f8f8;
  color: #656879;
  font-family: "Poppins-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  transition: all 0.5s ease;
  cursor: pointer;
}

.pagination-button-number:hover {
  border-radius: 5px;
  background: #0097b2;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}

.pagination button svg {
  background-color: transparent;
}

.pagination button svg:hover {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/*Sectión ofertas laborales*/

.color-main {
  background: #fafafb;
  z-index: -999;
}

.Jobs {
  display: flex;
  width: 100%;
  justify-content: center;

  height: min-content;
}

.Jobs-div{
  flex-direction: column;
  display: flex;
  width: 100%;
  padding: 0rem 4rem;
}

.Jobs-grid {
  display: grid;
  height: min-content;
  grid-template-columns: repeat(3, 1fr);

  grid-gap: 3%;

  padding: 1.5rem 4rem;
}

.Jobs-grid-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: start;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 1rem 3rem 2rem 3rem;
}

.Jobs-grid-div h2 {
  margin-top: 2rem;
  color: #2b2b36;
  font-family: "Poppins";
  font-size: 30px;
  white-space: wrap;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 27.3px */
}

.Jobs-grid-div-child {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
}

.border-right {
  border-right: 0.8px solid #b8b8b8;
  stroke-width: 1px;
  stroke: #b8b8b8;
  padding-right: 0.8rem;
}

.border-left {
  padding-left: 0.8rem;
}

.Jobs-grid-div-child p {
  color: #828289;
  font-family: "Poppins-Light";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.Jobs-grid-div-p {
  margin-top: 0.8rem;
  color: #828289;
  font-family: "Poppins-Light";
  font-size: 20px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Jobs-grid-div-child-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4%;
  margin: 1rem 0rem;
  white-space: nowrap;
}

.Jobs-grid-div-child-2 div {
  border-radius: 5px;
  background: #d5e9ed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
}

.Jobs-grid-div-child-2 p {
  color: #0097b2;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  margin-top: 0rem;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.last-child-Jobs {
  margin-top: 0.5rem;
}

.div-button-Jobs {
  margin: 1rem 0rem 2rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.Jobs-grid-div a {
  border-radius: 5px;
  background: #0097b2;
  width: 100%;
  height: 3.5rem;
  text-decoration: none;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
}

.img-dix{
  background-image: url("./img/Bg\ hero-post.jpg") !important;
  
}

.deg-img{
  position: absolute;
  background-color: #0097b2b7;
  width: 100vw;
  height: 95vh;
  z-index: 1002;
}

/*Single*/

.single-section-1 {
  background-image: url("./img/Bg\ hero\(2\).png");
  height: 80vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0rem 4rem;
}

.single-section-1-div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  height: 70%;
  z-index: 1003;
}

.single-section-1-div a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
}

.single-section-1-div h2 {
  margin-top: 2rem;
  color: #fff;
  font-family: "Poppins";
  width: 85%;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 88px */
}

.single-section-1-div ul {
  display: flex;
  margin-top: 4rem;
  justify-content: space-between;
  width: 40%;
}

.single-section-1-div ul li {
  color: #fff;
  font-family: "Poppins-Light";
  list-style: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}

.single-section-1-div ul svg {
  margin-right: 0.5rem;
}

.single-section-2 {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-top: 4rem;
  padding: 0rem 4rem;
}

.window {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}

.window-div svg {
  position: absolute;
  bottom: -6%;
  right: 0%;
}

.window button {
  margin-top: 1.5rem;
  width: 84.5%;
  margin-left: 1rem;
  border-radius: 5px;
  height: 3.3rem;
  background: #0097b2;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
}

.window-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0%;
  margin-left: 1rem;
  position: relative;
  width: 75%;
  border-radius: 5px;
  overflow: hidden;
  padding: 3rem 2rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.div-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 1rem 0rem;
}

.div-child-p1 {
  white-space: nowrap;
  color: #656879;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.div-child-div1 {
  margin-top: 0.5rem;
  border-radius: 5px;
  background: #d5e9ed;
  padding: 0.7rem 0.9rem;
}

.div-child-p2 {
  color: #0097b2;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.text {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 3rem;
}

.text h2 {
  color: #0097b2;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.text li {
  margin-left: 2rem;
}

.text p,
li {
  margin-top: 0.2rem;
  color: #656879;
  text-align: justify;
  font-family: "Poppins-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.5%; /* 23.87px */
}

.text ul h2 {
  color: #656879;
  margin-bottom: 0.5rem;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170.5%;
}

/*Modal*/

/*Estilos Modal*/
.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.39);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: start;
  top: 0;
  z-index: 1008;
}

.modal-div {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  width: 50%;
  height: 80vh;
  display: grid;
  margin-top: 6rem;
  padding-bottom: 2rem;
}

.modal-div form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  padding: 2rem;
  row-gap: 2rem;
}

.label-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

nav {
  position: fixed;
  width: 100%;
  background-color: #191919;
  z-index: 1009;
  left: -100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
  display: flex;
  opacity: 0;
}

.menu-content {
  z-index: 3;
  position: relative;
}

nav svg {
  position: absolute;
  top: 2%;
  width: 70px;
  height: auto;
  right: 3%;
  cursor: pointer;
}
nav svg:hover {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

/*Estilos nav*/

.text-gray {
  opacity: 0.33;
  color: #fff;
  font-size: 19px;
  position: relative;
  top: -24px;
}

.navigation-items {
  z-index: 99;
  max-width: 1150px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link-move {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-text-wrapper {
  height: 135px;
  overflow: hidden;
}

.text-line {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  padding: 0.5rem 0.5rem 0rem 0.5rem;
  line-height: 1.1;
  font-family: "Poppins-Light";
  display: block;
}

.text-full {
  color: #fff;
  font-size: 100px;
  font-family: "Poppins-Light";
  padding: 0.2rem 0.5rem 0.7rem 0.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.absolute-close-btn img {
  width: 3rem;
  height: 3rem;
}

.absolute-close-btn {
  position: fixed;
  top: 1%;
  cursor: pointer;
  right: 2%;
  border: none;
  background-color: transparent;
}

.label-div-child {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 90%;
}

.input-modal {
  color: #656879;
  outline: none;
  font-family: "Poppins-Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 21px */
  border: none;
  width: 100%;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 151, 178, 0.79);
}

.upload-modal {
  justify-content: center;
  display: flex;
  align-items: center;

  width: 100%;
}

.modal-div label {
  color: #656879;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-div button {
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 90%;
  border: none;
  height: 59px;
  background: #0097b2;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
}

.upload-modal-div-father {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  border: 1px dashed #d9d9d9;
  background: #fff;
}

.upload-modal-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  max-height: 35vh;
  gap: 3%;
  border: none;
  width: 100%;
}

.upload-modal-div-h1 {
  color: #656879;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.upload-modal-div-h1 span {
  color: #ff5e5e;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-upload {
  color: #656879;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 1rem;
}

.modal-div-title {
  background-color: #0097b2;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-modal {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 27.3px */
  text-transform: uppercase;
}

/*Hire section*/

.Hire-section-1 {
  position: relative;

  z-index: 1002;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.shadow {
  background-color: #d2e7e9;
  clip-path: polygon(50% 81%, 100% 100%, 100% 0, 0 0, 0 100%);
  width: 100%;
  height: 108%;
  z-index: 999;
  position: absolute;
}

.Hire-section-1-fondo {
  clip-path: polygon(50% 81%, 100% 100%, 100% 0, 0 0, 0 100%);
  background-image: url("./img/Bg\ hero.jpg");
  height: 100%;
  position: absolute;
  width: 100%;
  box-shadow: 30px 30px 30px 30px rgba(0, 0, 0, 0.75);

  z-index: 1001;
}

.back-fondo {
  background-color: #0097b27e;

  width: 100%;
  height: 100%;
}

.Hire-section-1-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75%;
  z-index: 1002;
  position: relative;
}

.Hire-section-1-div h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 88px */
}

.Hire-section-1-div p {
  width: 35%;
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.Hire-section-1-div button {
  border-radius: 5px;
  margin-top: 2rem;
  padding: 0.9rem;
  background: #000;
  display: flex;

  width: 10%;
  justify-content: space-around;
  align-items: center;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}

.Hire-section-2-div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 85%;
}

.d-flex {
  width: 100%;
  display: flex;
  height: 25%;
  z-index: 1004;
  justify-content: center;
  position: relative;
}

.Hire-section-3-div {
  margin-top: 15rem;
  display: grid;
  padding: 0rem 4rem;
  grid-template-columns: 50% 50%;
}

.Hire-section-3-div-1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.Hire-section-3-div-1 h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 56px;
  width: 95%;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 62.4px */
  text-transform: capitalize;
}

.Hire-section-3-div-1 span {
  color: #0097b2;
  font-family: "Poppins";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}

.Hire-section-3-div-1 button {
  margin-top: 3rem;
  border-radius: 10px;
  padding: 0rem 0.4rem;
  background: #0097b2;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4rem;
  width: 45%;
  border: none;
  font-family: "Poppins-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  text-transform: capitalize;
}

.Hire-section-3-div-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Hire-section-3-div-2 p {
  color: #999;
  font-family: "Poppins-Light";
  width: 80%;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
}

.Hire-section-4-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 8rem 0rem;
}

.Hire-section-4-div h2 {
  color: #0097b2;
  text-align: center;
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.Hire-section-4-div h1 {
  color: #656879;
  font-family: "Poppins";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.Hire-section-4-div p {
  color: #85868b;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Hire-section-5-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Hire-section-5-div-div {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  width: 90%;
}

.Hire-section-5-div form {
  display: grid;
  justify-items: center;
  padding: 3rem 0rem;
  grid-template-columns: repeat(2, 1fr);
}

.hire-input-div input {
  margin-bottom: 1.5rem;
}

.hire-input-div2 {
  display: grid;
  width: 70%;
  margin-top: 2rem;
  margin-left: 1rem;
}

.hire-input-div2 img {
  margin-top: 2rem;
}

.hire-input-div2 label {
  color: #656879;
  font-family: "Poppins-Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;

  margin-bottom: 0rem;
  line-height: 105%; /* 21px */
}

.hire-input-div2 button {
  border-radius: 5px;
  border: none;
  background: #f5f5f5;
  padding: 0.8rem 0.9rem;
  color: #656879;
  font-family: "Poppins-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
}

.hire-input-div3 {
  display: flex;
  width: 100%;
}

.hire-input-div3 div {
  background-color: #d5e9ed;
  width: 40%;
}

.hire-input-div2 div input {
  border: none;
  outline: none;
  color: #272727;
  font-family: "Poppins-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  background-color: transparent;
}

.hire-input-div4 {
  display: flex;
  margin-top: 1rem;
}

.hire-btn-2 {
  width: min-content;
  height: min-content;
  white-space: nowrap;
  margin-top: 1rem;

  border-radius: 5px;
  background-color: #d5e9ed;
  color: #0097b2;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.input-2 {
  width: 20%;
  display: flex;
  justify-content: center;
  gap: 5%;
}

.input {
  width: 20%;
}
.hire-input-div5 div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 9%;
}

.hire-input-div5 img {
  margin-top: 0rem;
}

.hire-input-div5 p {
  color: #656879;
  font-family: "Poppins-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.hire-input-div5 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.text-label {
  display: flex;
  flex-direction: column;
  align-content: start;
  padding: 0rem 8.5rem;
}

.text-label label {
  margin-bottom: 1rem;
  color: #656879;
  font-family: "Poppins-Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 21px */
}

.text-label button {
  margin-top: 2rem;
  border: none;
  padding: 1.5rem 0rem;
  border-radius: 5px;
  background: #0097b2;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
}

.text-label textarea {
  height: 12rem;
  resize: none;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.text-label p {
  margin: 2rem 0rem;
  color: #85868b;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*Apply Styles*/

.border-radius-bottom {
  border-bottom-left-radius: 120px;
  position: relative;
  background-color: #ffffff;
  z-index: 1004;
  border-bottom-right-radius: 120px;
}

.apply-section-1 {
  background-image: url("./img/Group\ 77.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0rem 4rem;
}

.apply-section-1-div {
  display: grid;
  justify-content: start;
  align-content: end;

  width: 100%;
  height: 55%;
}

.apply-section-1-div-div {
  padding: 0rem 0rem;
  display: grid;
  width: 100%;
}

.apply-section-1 h2 {
  color: #fff;
  font-family: "Poppins";
  font-size: 70px;
  font-style: normal;
  width: 70%;
  font-weight: 600;
  line-height: 110%; /* 77px */
}

.apply-section-1 p {
  color: #fff;
  margin-top: 0.5rem;
  font-family: "Poppins-Light";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 40px */
}

.apply-title {
  -webkit-text-stroke: 4px #ffffff3b !important;
  color: transparent;
  text-align: center;
  font-family: "Poppins";
  font-size: 300px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 4.5rem;
}

.apply-section-2 {
  display: grid;
  grid-template-columns: 45% 55%;
  width: 100%;
  padding: 4rem 0rem;
}

.apply-section-2-div,
.apply-section-4-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.apply-section-2-div1 {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}

.apply-section-3 {
  display: flex;
  justify-content: center;
  padding: 8rem 0rem;
}

.apply-section-3 h2 {
  width: 60%;
  color: #000;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 80px */
}

.apply-section-2 div h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 80px;
  width: 85%;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
  line-height: 100%; /* 70px */
}

.apply-section-2 div span {
  color: #0097b2;
}

.apply-section-2 div p {
  color: #999;
  margin-top: 1rem;
  text-align: justify;
  font-family: "Poppins-Light";
  width: 85%;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apply-section-4 {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  padding: 4rem 0rem;
}

.apply-section-4 div p {
  color: #999;
  margin-top: 1rem;
  text-align: justify;
  font-family: "Poppins-Light";
  width: 80%;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apply-section-4-div {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  flex-direction: column;
  align-items: center;
}

.apply-section-4-div-img2 {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  flex-direction: column;
  align-items: start;
  margin-left: 6rem;
}

.apply-section-4-div-img1 {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  flex-direction: column;
  align-items: end;
  margin-right: 6rem;
}

.apply-section-5 {
  height: 100vh;

  width: 100%;

  position: relative;
  z-index: 1001;
}

.apply-section-5 div {
  display: flex;
  justify-content: center;
}

.apply-section-5 img {
  object-fit: cover;
  z-index: 1001;
  top: -10%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-x: hidden;
}

.apply-section-6 {
  background-color: #191919;
  border-top-right-radius: 120px;
  border-top-left-radius: 120px;
  margin-top: -13.2rem;
  z-index: 1001;
padding-bottom: 3rem;
  position: relative;
}

.apply-section-6-div-1 {
  display: grid;
  justify-items: center;
  color: white;
  padding: 8rem 0rem;
}

.apply-section-6-div-1 h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  padding-bottom: 3rem;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 68px */
}

.apply-section-6-div-1 span {
  color: #0097b2;
  font-family: "Poppins";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.apply-section-6-div-1 p {
  color: #c9c9c9;
  text-align: center;
  width: 40%;
  padding-bottom: 6rem;
  font-family: "Poppins-Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apply-section-6-div-1-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  padding: 0rem 6rem;
}

.apply-section-6-div-1-div-child {
  border-radius: 30px;
  background: #0097b2;
  display: flex;
  flex-direction: column;
  padding: 0rem 4rem;
  overflow: hidden;
  position: relative;
}

.apply-section-6-div-1-div-child p {
  color: #fff;
  font-family: "Poppins-Light";
  text-align: left;
  width: 100%;
  padding-bottom: 1rem;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apply-section-6-div-1-div-child svg {
  padding-top: 1rem;

}

.apply-section-6-div-1-div-child h2 {
  color: #fff;
  font-family: "Poppins";
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 38px;
  text-align: justify;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 33.6px */
}

.float-svg {
  position: absolute;
  width: 120%;
  height: 100%;
  top: -5%;
  object-fit: cover;
  right: 0%;
}

.no-paddingX {
  height: 75vh;
}

/*Blog section*/

.blog-section-1 {
  background-image: url("./img/Blog.png");
  height: 80vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0rem 4rem;
}

.blog-section-1-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;

  align-items: center;
}

.blog-section-1-div h2 {
  color: #fff;
  font-family: "Poppins";
  font-size: 125px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 88px */
}

.blog-section-1-div-div {
  width: 40%;
  height: 5rem;
  margin-top: 2rem;
  border-radius: 5px;
  position: relative;
  background: #fdfdfd;
  display: grid;
  grid-template-columns: 80% 20%;
}

.blog-section-1-div svg {
  position: absolute;
  top: 35%;
  left: 3%;
}

.blog-section-1-div input {
  height: 100%;
  border-radius: 5px;
  border: none;
  color: #272727;
  font-family: "Poppins";
  font-size: 16px;
  outline: none;
  padding-left: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

.div-button-blog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-button-blog button {
  border-radius: 5px;
  background: #0097b2;
  padding: 0.6rem 1.2rem;
  color: #fff;
  border: none;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-section-2 {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 4rem 0rem;
  height: min-content;
}

.blog-section-2-div {
  width: 87%;
  display: flex;
  padding: 0rem 2rem;
  justify-content: space-around;
  gap: 5%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}

.blog-section-2-div-div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-section-2-div-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-section-2-div-div div {
  display: flex;
  margin-top: 2rem;

  align-items: center;
  gap: 5%;
}

.blog-section-2-div-div div p {
  color: #8f8f8f;
  text-align: justify;
  font-family: "Poppins";
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-section-2-div-div h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 56px;
  margin-top: 1rem;
  width: 90%;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%; /* 49.77px */
}

.blog-section-2-div-div P {
  color: #878787;
  text-align: justify;
  font-family: "Poppins-Light";
  margin-top: 1rem;
  width: 88%;
  font-size: 23px;
  font-style: normal;
  line-height: 138.5%;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: normal;
}

.blog-section-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  padding: 0rem 6rem 4rem 6rem;
  gap: 4%;
}

.blog-section-3 div button {
  color: #fff;
  position: absolute;
  top: 8%;
  left: 13%;
  text-align: justify;
  font-family: "Poppins-Light";
  border-radius: 5px;
  background: #0097b2;
  padding: 6px 14px;
  box-shadow: -4px 4px 0px 0px rgba(0, 151, 178, 0.19);
  font-size: 18px;
  font-style: normal;
  border: none;
  font-weight: 600;
  line-height: normal;
}

.blog-section-3 div {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  display: grid;
  justify-items: start;
  padding: 2rem 4rem;
  position: relative;
  width: 65;
}

.blog-section-3 img {
  object-fit: cover;
  width: 100%;
}

.blog-section-3 div h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 118.5%; /* 35.55px */
}

.blog-section-3 div p {
  color: #8f8f8f;
  text-align: justify;
  font-family: "Poppins";
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-22 {
  display: none;
}

@media screen and (max-width: 320px) and (max-height: 480px) {
  .section-slider-scroll-div-1-btn {
    display: none;
  }
}

@media screen and (max-width: 280px) {
  .mouse-btn {
    display: none;
  }

  .img-man >img{
    height:  30rem;
    width:  95.9vw;
  }

  .btn-div {
    display: none;
  }

  .img-div-man{
    width: 100%;
    overflow: hidden;
  }


  .flex-title {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .flex-title > h2 {
    font-size: 3rem;
    text-align: center;
  }

  .section-black-div1-child1 img {
    height: 170px;
    width: auto;
  }

  .img-man {
    right: 45%;
    width: 96%;
bottom: 10%;
display: flex;
justify-content: center;
overflow: hidden;
    transform: translate(45%, 25%);
  }
  .img-div-man > img {
    width: auto;
    height: 30vh;
  }

  .shadow {
    display: none;
  }

  .section-black-div-2 {
    padding: 0rem;
  }

  .btn-2 {
    margin-left: 5rem;
    margin-top: -1.65rem;
  }

  .a2 {
    margin-left: -1.3rem;
    margin-top: -1rem;
  }

  .men-background {
    /* height: 95vh; */
    display: flex;
    background-image: url("img/Group\ 95.png");
    flex-direction: column;
    background-size: 96% 100%;
    justify-content: space-between;
  }

  .btn-div-black {
    font-size: 16px;
    font-family: "Poppins-Light";
  }

  header {
    height: fit-content;
    align-items: center;
  }

  header svg {
    width: 80px;
    height: auto;
  }

  .menu-ham {
    width: 60px;
    height: auto;
  }
  /* .men-background h2{
          font-size: 40px;
          width: 85%;
          z-index: 1005;
          line-height: 50px;
        } */

  .btn-div {
    left: 5%;
    z-index: 1004;
  }

  /* .img-man img{
          width: auto;
          height: 350px;
        }
       */
  .navigation-link-move {
    width: 100%;
    justify-content: center;
  }

  .nav-text-wrapper {
    height: 75px;
  }

  .text-full,
  .text-line {
    font-size: 50px;
  }

  nav svg {
    width: 30px;
  }

  .div-about-title {
    margin-top: 5rem;
    justify-content: center;
  }

  .about-title {
    font-size: 70px;
    margin-bottom: 2rem;
    margin-right: 0rem;
  }

  .About-info {
    background-image: none;
    margin: 0rem 0.5rem;
    width: 96%;
    padding: 1rem 0rem;
    flex-direction: column;
    background-color: #2f90a1;
  }

  .Info-div {
    width: 76%;
    padding: 1rem 1rem;
    margin-left: 0rem;
    margin-top: 0rem;
    background-color: #0097b2;
  }

  .Info-div p {
    line-height: 160%; /* 32px */
    font-size: 20px;
  }

  .logo-btn {
    position: relative;
    left: -1%;
    top: 0%;
    margin-bottom: 0.5rem;
  }

  .logo-btn img {
    width: 210px;
    height: auto;
  }

  .logo-btn button {
    display: none;
  }

  .btn-22 {
    display: flex;
  }

  button {
    border-radius: 10px !important;
  }

  .button-black {
    height: 3.5rem;
    border-radius: 10px;
    width: 70%;
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .button-black svg {
    width: 16px;
    height: auto;
  }

  .section-slider-scroll {
    grid-template-columns: 100%;
    /* padding: 5rem 1rem 0rem 1rem; */
  }

  .section-slider-scroll-div-1 {
    align-items: center;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
  }

  .section-slider-scroll-div-1-p {
    font-size: 14px;
    text-align: center;
    line-height: 170%;
  }

  .section-slider-scroll-div-1-btn {
    width: 60%;
    font-size: 14px;
    border-radius: 0.25rem;
  }

  .section-slider-scroll-div-2 {
    align-items: center;

    margin-top: 2rem;
  }

  .section-slider-scroll-div-2 img {
    width: 80%;
    height: auto;
  }

  .msg-black {
    height: min-content;
    margin-top: 5rem;
  }

  .msg-title {
    font-size: 20px;
    line-height: 26px;
  }

  .msg-black-div-div {
    margin-top: 2rem;
    margin-left: 0rem;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 88%;
  }

  .msg-black-first-div {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .msg-black-div {
    margin-top: 2rem;
    margin-left: 0rem;
    padding-bottom: 2rem;
    grid-template-columns: 100%;
    width: 90%;
  }

  .msg-black-p {
    font-size: 16px;
    text-align: center;
  }

  .div-btn {
    margin-right: 0rem;
    margin-top: 2rem;
    justify-content: center;
  }

  .msg-black-btn {
    height: 150%;
    padding: 0rem 1rem;
    border-radius: 10px;
  }

  .section-img-text {
    margin-top: 5rem;
  }

  .section-img img {
    width: 210px;
    height: auto;
  }

  .div-abs {
    padding: 0.2rem 0.5rem;
    left: -8%;
    display: none;
  }

  .div-abs img {
    width: 80px;
  }

  .div-abs-child h2 {
    font-size: 16px;
  }

  .div-abs-child h6 {
    font-size: 11px;
  }

  .btn-line svg {
    width: 200px;
    height: auto;
  }

  .section-text h2 {
    font-size: 20px;
  }

  .rectangle-blue {
    border-radius: 10px;
  }

  .rectangle-blue-back {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .rectangle-blue-back h2 {
    font-size: 25px;
    padding: 1rem 1rem;
  }

  .section-black-div h2 {
    font-size: 15px;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .section-black-div1 {
    flex-direction: column;
    justify-content: start;
    margin-top: 2rem;
    height: 100%;
  }

  .section-black-div1-child2 {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-left: 0rem;
  }

  .section-black-div1-child2 p {
    font-size: 14px;
    padding: 2rem 0.5rem 0rem 0.5rem;
  }

  .div-titular {
    margin-left: 0rem;
  }

  .div-titular-father {
    flex-direction: column;
    align-items: start;
  }

  .div-titular img {
    width: 50px;
    height: min-content;
  }

  .div-titular-text p {
    font-size: 12px;
    padding: 0rem;
  }

  .section-black-div h2 {
    font-size: 30px;
    padding: 4rem 0rem 0rem 0rem;
  }

  .div-titular-text h2 {
    font-size: 12px;
    padding: 0rem;
  }

  .div-central {
    margin-top: 2rem;
    padding: 0rem;
    gap: 4%;
  }

  .div-central img {
    width: 80px;
    height: auto;
  }

  .content-list a {
    font-size: 12px;
  }

  .h2-last {
    font-size: 10px;
    padding-top: 2rem;
  }

  .div-central-div-child p {
    font-size: 18px;
  }

  .div-central-div h6 {
    font-size: 18px;
  }

  .black-logo {
    height: min-content;
    padding: 6rem 0rem;
    background-size: 100% 50%;
  }

  footer {
    height: min-content;
  }

  footer section {
    width: 90%;
    padding: 2rem 0rem;
  }

  .content-up {
    flex-direction: column;
  }

  .content-up h2 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    width: 90%;
  }

  .content-up a {
    width: 70%;
    height: 35px;
    margin-top: 0.5rem;
    font-size: 12px;
  }

  .content-bottom {
    grid-template-columns: 100%;
  }

  .content-bottom-div1 {
    width: 100%;
    place-items: center;
    margin: 1rem 0.5rem;
  }

  .content-bottom-div1-p {
    font-size: 8px;
  }

  .content-bottom-div1-div div p {
    font-size: 10px;
  }

  .content-bottom-div1-div {
    flex-direction: column;
    margin-top: 0.4rem;
  }

  .content-bottom-div1-div div {
    margin-top: 0.5rem;
  }

  .content-bottom-div1-div div svg {
    width: 15px;
    height: auto;
  }

  .content-bottom-div2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .content-list li {
    margin-top: 0.3rem;
  }

  .black-logo img {
    width: 90%;
    height: auto;
  }

  .margin {
    margin-left: 3.5rem;
    margin-top: 1rem;
    width: 60px;
    height: auto;
    display: none;
    padding-bottom: 1rem;
  }

  .content-list h2 {
    text-align: center;
    font-size: 14px;
  }

  .content-list ul {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .list-term ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .last-li {
    grid-column: span 2 / span 2;
  }

  body {
    overflow-x: hidden;
  }

  .Jobs-grid {
    place-items: center;
    padding: 2rem 0rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .about-section-1-form {
    display: none;
  }

  .about-section-1-div-div {
    margin-top: 5rem;
  }
  .five,
  .four,
  .three {
    display: none;
  }

  .about-section-1 h2 {
    font-size: 25px;
    width: 100%;
  }
  .div-input-last3 {
    width: 30%;
  }

  .texts-about {
    padding: 0rem 2rem;
  }

  .footer-section-svg {
    display: none;
  }

  .Jobs-grid-div h2 {
    font-size: 20px;
  }

  .about-section-1 {
    padding: 0rem 2rem;
  }

  .Jobs-grid-div a {
    height: 2.5rem;
  }

  .about-section-1 p {
    font-size: 12px;
    width: 100%;
  }

  .Jobs-grid-div {
    width: 80%;
    padding: 0rem 1rem;
  }
  .Jobs-grid-div-p {
    font-size: 12px;
  }

  header div svg {
    width: 40px;
    height: auto;
  }

  header div {
    height: 3rem;
    margin: 0rem 1rem;
    width: 90%;
    border-radius: 10px;
  }

  header div img {
    width: 40px;
    height: auto;
  }

  .Jobs-grid-div-child-2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5%;
  }

  .styles-header2 {
    margin-top: 1.5rem !important;
  }

  .div-input-last3 {
    padding: 0.4rem;
  }

  .div-input-last p,
  .div-input-last2 p,
  .div-input-last3 p {
    font-size: 12px;
  }

  .text-show {
    font-size: 12px;
  }

  .about-section-1 {
    background-image: url("img/apply-mobile.png");
    height: 65vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .single-section-1 {
    padding: 0rem 1rem;
    background-image: url("img/single-mobile.png");
  }

  .single-section-1-div {
    height: 90%;
  }

  .single-section-1-div ul li {
    font-size: 12px;
  }

  .single-section-2 {
    grid-template-columns: 100%;
    padding: 0rem 0.1rem;
    width: 90%;
  }

  .window-div {
    grid-template-columns: 100%;
  }

  .text h2 {
    font-size: 26px;
    text-align: left;
  }

  .content-list ul li {
    font-size: 10px;
  }

  .text p,
  li {
    font-size: 12px;
  }

  .text {
    padding: 0.5rem 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 95%;
  }

  .title-modal {
    font-size: 20px;
  }

  .input-modal {
    width: 95%;
    font-size: 12px;
  }

  .absolute-close-btn img {
    height: 1.5rem;
    width: auto;
  }

  .p-upload {
    font-size: 10px;
  }

  .upload-modal-div-h1 {
    font-size: 14px;
  }

  .modal-div {
    margin-top: 4rem;
    height: min-content;
    width: 95%;
  }

  .modal-div label {
    font-size: 10px;
    margin-bottom: 0.4rem;
  }

  .modal-div button {
    height: 30px;
    font-size: 12px;
  }

  .modal-div form {
    grid-template-columns: 100%;
  }

  .window button {
    width: 95%;
  }

  .single-section-1-div ul {
    width: 100%;
    row-gap: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .single-section-1-div h2 {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
  }

  /*About*/

  .apply-section-1 {
    background-image: url("img/About-mobile.png");
    height: 65vh;
    background-size: 100% 100%;
    padding: 0rem 2rem;
  }

  .apply-title {
    font-size: 65px;
    margin-top: 2rem;
    -webkit-text-stroke: 2px #ffffff3b !important;
  }

  .apply-section-1-div a {
    font-size: 14px;
  }

  .apply-section-1-div svg {
    height: 10px;
    width: auto;
  }

  .apply-section-1-div h2 {
    font-size: 20px;
    width: 100%;
  }

  .apply-section-1 p {
    font-size: 12px;
  }

  .apply-section-2 {
    grid-template-columns: 100%;
  }

  .apply-section-2-div1 img {
    width: 210px;
    height: auto;
  }

  .apply-section-2 div h2 {
    font-size: 30px;
  }

  .apply-section-2 div p {
    font-size: 12px;
  }

  .apply-section-3 {
    padding: 2rem 0rem;
  }

  .apply-section-3 h2 {
    width: 100%;
    font-size: 25px;
  }

  .apply-section-4 {
    grid-template-columns: 100%;
    padding: 4rem 0rem 0rem 0rem;
  }

  .apply-section-4-div-img1 img {
    width: 210px;
    height: auto;
  }

  .apply-section-4-div-img2 img {
    width: 210px;
    height: auto;
  }

  .apply-section-4-div-img1 {
    margin-right: 0rem;
    align-items: center;
  }

  .apply-section-4-div-img2 {
    margin-left: 0rem;
    align-items: center;
    order: 2;
  }

  .apply-section-4 div p {
    font-size: 12px;
  }

  .border-radius-bottom {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .apply-section-6-div-1 {
    padding: 3rem 0rem;
  }

  .apply-section-6 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .apply-section-6-div-1 h2,
  .apply-section-6-div-1 span {
    font-size: 25px;
  }

  .apply-section-6-div-1-div {
    grid-template-columns: 100%;
    padding: 0rem 2rem;
  }

  .apply-section-6-div-1 p {
    width: 90%;
    font-size: 12px;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 1rem;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
  }

  .blog-section-1 {
    background-image: url("./img/Blog-mobile.png");
    height: 55vh;
    background-size: 100% 100%;
    padding: 0rem 2rem;
  }

  .blog-section-1-div h2 {
    font-size: 25px;
    width: 100%;
  }

  .blog-section-1-div svg {
    top: 25%;
  }

  .blog-section-1-div input {
    padding-left: 2.4rem;
  }

  .blog-section-1-div-div {
    width: 100%;
    border-radius: 5px;
    grid-template-columns: 60% 40%;
    height: 3rem;
  }

  .div-button-blog button {
    padding: 0.4rem 0.6rem;
    font-size: 12px;
  }

  .blog-section-2-div {
    display: grid;
    padding: 2rem 1rem;
    margin-top: 1rem;
  }

  .blog-section-3 div button {
    padding: 3px 5px;
    font-size: 12px;
  }

  .blog-section-2 {
    padding: 0rem 2rem 2rem 2rem;
  }

  .blog-section-3 div button {
    display: none;
  }

  .final {
    padding: 2rem 2rem;
    margin-top: 12rem;
  }

  .blog-section-2-div-div h2 {
    font-size: 25px;
  }

  .blog-section-2-div-div div p {
    font-size: 12px;
  }

  .blog-section-2-div-div P {
    font-size: 12px;
  }

  .blog-section-2-div-img img {
    width: 200px;
    height: auto;
  }

  .blog-section-3 {
    grid-template-columns: 100%;
    height: min-content;
    padding: 2rem;
  }

  .blog-section-3 div p {
    font-size: 12px;
  }

  .blog-section-3 div {
    width: 90%;
    padding: 1rem 2rem;
  }

  .blog-section-3 div h2 {
    font-size: 25px;
  }

  .Hire-section-1 {
    background-image: url("img/Hire-mobile.png");
    height: 85vh;
    padding: 1rem;
  }

  .Hire-section-1-div {
    height: 80%;
  }

  .Hire-section-1-fondo {
    display: none;
  }

  .Hire-section-1-div h2 {
    font-size: 30px;
  }

  .Hire-section-1-div p {
    width: 100%;
    font-size: 10px;
  }

  .Hire-section-1-div button {
    width: 60%;
  }

  .Hire-section-2-div img:nth-child(1),
  .Hire-section-2-div img:nth-child(5),
  .Hire-section-2-div img:nth-child(4),
  .Hire-section-2-div img:nth-child(2) {
    display: none;
  }

  .Hire-section-2-div img {
    width: 120px;
    height: auto;
    margin: 0rem 0.5rem;
  }

  .Hire-section-3-div {
    margin-top: 7rem;
    padding: 0rem 1rem;
    grid-template-columns: 100%;
  }

  .Hire-section-3-div-1 h2 {
    font-size: 25px;
    width: 100%;
  }

  .Hire-section-3-div-1 span {
    line-height: 0%;
  }

  .Hire-section-3-div-1 button {
    margin-top: 1rem;
    width: 90%;
    font-size: 12px;
    height: 3rem;
    margin-bottom: 1rem;
  }

  .Hire-section-3-div-2 {
    align-items: start;
    width: 100%;
  }

  .Hire-section-3-div-1 button svg {
    width: 12px;
    height: auto;
  }

  .Hire-section-3-div-2 p {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
  }

  .Hire-section-4-div {
    margin: 3rem 0rem;
  }

  .Hire-section-4-div h2 {
    font-size: 22px;
  }

  .Hire-section-4-div h1 {
    font-size: 22px;
  }

  .Hire-section-4-div p {
    margin-top: 1rem;
    font-size: 12px;
  }

  .Hire-section-5-div {
    margin-bottom: 2rem;
  }

  .Hire-section-5-div form {
    grid-template-columns: 100%;
  }

  .hire-input-div2 {
    width: 90%;
  }

  .input-modal {
    padding-bottom: 0.2rem;
  }

  .hire-input-div2 img {
    margin-top: 1rem;
  }

  .hire-input-div2 label {
    font-size: 12px;
  }

  .hire-input-div3 {
    flex-direction: column;
  }

  .hire-input-div3 div {
    width: 80%;
    margin: 0.8rem 0rem;
    font-size: 14px;
  }

  .hire-input-div2 div input {
    margin-top: 0rem;
    grid-column: span 2 / span 2;
  }

  .hire-input-div2 {
    margin-left: 0rem;
  }

  .grid-repeat div {
    margin-top: 0.7rem;
    display: grid;
    row-gap: 7%;
    column-gap: 3%;
    grid-template-columns: repeat(3, 1fr);
  }
  .hire-input-div4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hire-input-div5 {
    display: grid;
    margin-top: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .input {
    width: 60%;
    display: flex;
    justify-content: space-around;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }

  .text-label {
    padding: 0rem 1rem;
  }

  .text-label button {
    padding: 0.8rem 0rem;
    font-size: 14px;
    margin-top: 1rem;
  }

  .text-label label {
    font-size: 12px;
  }

  .text-label p {
    font-size: 12px;
  }

  .input-2 {
    width: 80%;
    font-size: 12px;
    margin-bottom: 0.8rem;
  }

  .content-list a {
    font-size: 12px;
  }
  .button-black{
    display: none;
  }

  .caption{
    font-size: 10px;
  }


  .two-post{
    min-width: 100%;
  }
  .chevron span{
    margin-top: -.5rem;
    width: 2.3rem;
    font-size: 1.8rem;
    height:2.3rem;
  }

  .chevron #prev{
    left: 0rem;
  }

  .spans{
    top: -3%;
  }

  .image{
    margin-left: 0rem;
    margin-bottom: .5rem;
    min-width: 40%;
  }

  
.cookie-policy {
  max-width: 85vw;
  margin: 0% 2%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.cookie-policy p {
  margin: 0;
  font-size: clamp(2.7vw,2.75vw,2.8vw);
  line-height: 120%;
  font-family: "Poppins-Light";
  font-weight: 700;
}

.cookie-policy h2 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(5.6vw,5.7vw,5.8vw);
}


.cookie-policy h4 {
  font-family: "Poppins-Light";
  font-weight: 700;
  font-size: clamp(4.1vw,4.15vw,4.2vw);
  padding-top: .3rem;
}

.cookie-policy ul {
  margin: 0;
  padding: .3rem 0rem;
  list-style-type: none;
}

.cookie-policy li {
  font-size: clamp(2.7vw,2.75vw,2.8vw);
  font-weight: 500;
  color: #000;
  line-height: 140%;
  font-family: "Poppins-Light";
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}



.cookie-policy button, .actions a {
  width: 30%;
  height: 4.5vh;
  font-size: clamp(2.7vw,2.75vw,2.8vw);
  color: #FFF;
  font-family: "Poppins-Light";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border: 2px solid #0097B2;
  background-color: #0097B2;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all .5s ease;
}

.cookie-policy  button:hover {
  background-color: rgba(221, 221, 221, 0.144);

  color: #0097B2;
}

.blog-section-single-post{
  width: 90%;
  
}

.apply-section-6-div-1-div-child svg {
  padding-top: 1rem;
  height: 20vh;
  width: auto;
}

}

@media screen and (min-width: 281px) and (max-width: 479px) {
  .mouse-btn {
    display: none;
  }


  .apply-section-6-div-1-div-child svg {
    padding-top: 1rem;
    height: 20vh;
    width: auto;
  }


  .new-job div:first-child{
    width: 100%;
    padding-bottom: .2rem;
  }

.new-job{
  row-gap: .5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0rem;
  width: 100%;

  border-bottom: 1px solid #acafaf98;  
}


.Jobs-div{
  padding: 0rem 2rem;
}

.new-job div{
  width: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  
}

  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 75vh;
    z-index: 1002;
  }


  .heroFixed{
    top: 53%;
  }

  
.blog-section-single-post{
  width: 90%;
  
}


  
  .Jobs-grid-div-child-2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5%;
  }


  
.cookie-policy {
  max-width: 85vw;
  margin: 0% 2%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.cookie-policy p {
  margin: 0;
  font-size: clamp(2.7vw,2.75vw,2.8vw);
  line-height: 120%;
  font-family: "Poppins-Light";
  font-weight: 700;
}

.cookie-policy h2 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(5.6vw,5.7vw,5.8vw);
}


.cookie-policy h4 {
  font-family: "Poppins-Light";
  font-weight: 700;
  font-size: clamp(4.1vw,4.15vw,4.2vw);
  padding-top: .3rem;
}

.cookie-policy ul {
  margin: 0;
  padding: .3rem 0rem;
  list-style-type: none;
}

.cookie-policy li {
  font-size: clamp(2.7vw,2.75vw,2.8vw);
  font-weight: 500;
  color: #000;
  line-height: 140%;
  font-family: "Poppins-Light";
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}



.cookie-policy button, .actions a {
  width: 30%;
  height: 4.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.7vw,2.75vw,2.8vw);
  color: #FFF;
  font-family: "Poppins-Light";
  font-weight: 500;
  border: 2px solid #0097B2;
  background-color: #0097B2;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all .5s ease;
}

.cookie-policy  button:hover {
  background-color: rgba(221, 221, 221, 0.144);

  color: #0097B2;
}

  
.terms-texts{
  width: 85%;
  display: block;
  margin: auto;
  padding: 2rem 0rem;
}

.terms-texts >h2{
  font-size: clamp(4vw,4.5vw,5.5vw);
  font-family: "Poppins";
  color: #0097B2;
}

.terms-texts >p{
  font-size: clamp(2.5vw,3vw,3.5vw);
  font-family: "Poppins-Light";
  text-align: justify;
  color: #191919;
}

.terms-texts > ul > li{
  font-size: clamp(2.5vw,3vw,3.5vw);
  font-family: "Poppins-Light";
  margin-left: 1.5rem;
  color: #191919;
}

  .caption{
    font-size: 10px;
  }

  #feed-contenedor{
    margin-top: 2rem;
  }

  
  .two-post{
    min-width: 100%;
  }


  .chevron span{
    margin-top: -.5rem;
    width: 2.3rem;
    font-size: 1.8rem;
    height:2.3rem;
  }

  .chevron #prev{
    left: 0rem;
  }

  .spans{
    top: -3%;
  }

  .image{
    margin-left: 0rem;
    margin-bottom:1rem;
    min-width: 40%;
  }

  .button-black{
    display: none;
  }

  .btn-absolute-black{
    left: 5%;
    top: -10%;
  }

  .btn-div {
    display: block;
  }
  .hero-section {
    width: 100%;
  }
  .men-background {
    width: 100%;
    overflow: hidden;
    align-items: center;
  }

  .men-background-span {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
  }

  .flex-title {
    top: 10%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center;
  }
  .flex-title > h2 {
    font-size: 17vw;
    text-align: center;
  }

  .img-man {
    right: 45%;
    width: 96%;
bottom: 10%;
display: flex;
justify-content: center;
overflow: hidden;
    transform: translate(45%, 25%);
  }

  .img-div-man{
    width: 100%;
    display: none;
    overflow: hidden;
  }

.img-man >img{
  height:  30rem;
  width:  95.9vw;
}

  .img-div-man > img {
    height:65vh;
    width: 95vw;
    max-width: 100vw;
  }

  .a2 {
    margin-left: -0.6rem;
    position: relative;
    margin-top: 0rem;
    z-index: 1008;
    font-size: 12px;
  }

  .btn-2 {
    position: relative;
    margin-left: 7rem;
    z-index: 1008;
    margin-top: -1.1rem;
  }

  .btn-line svg {
    width: 240px;
    margin-top: -3.9rem;
    z-index: 1006;
    height: auto;
  }

  .shadow {
    display: none;
  }

  .section-black-div {
    height: min-content;
  }

  .section-black-div-2 {
    padding: 6rem 0rem;
  }

  .men-background {
    /* height: 600px; */
    display: flex;
    background-image: url("img/Group\ 95.png");
    flex-direction: column;
    background-size: 96% 100%;
    justify-content: space-between;
  }

  .btn-div-black {
    font-size: 18px;
    font-family: "Poppins-Light";
  }

  header {
    height: fit-content;
    padding-top: 4%;
    align-items: start;
    
  }

  header svg {
    width: 80px;
    height: auto;
  }

  .menu-ham {
    width: 60px;
    height: auto;
  }
  /* .men-background h2{
    font-size: 60px;
    width: 75%;
    z-index: 1005;
    line-height: 60px;
  } */

  .btn-div {
    left: 5%;
    z-index: 1004;
  }

  /* .img-man img{
    width: auto;
    height: 360px;
  } */

  .navigation-link-move {
    width: 100%;
    justify-content: center;
  }

  .nav-text-wrapper {
    height: 75px;
  }

  .text-full,
  .text-line {
    font-size: 50px;
  }

  nav svg {
    width: 50px;
  }

  
  nav  {
   height: 120vh;
  }

  .div-about-title {
    margin-top: 3cqmin;
    justify-content: center;
  }

  .about-title {
    font-size: 90px;
    -webkit-text-stroke: 2px #86797949 !important;
    margin-bottom: 2rem;
    margin-right: 0rem;
  }

  .About-info {
    background-image: none;
    margin: 0rem 0.5rem;
    width: 96%;
    padding: 1rem 0rem;
    flex-direction: column;
    background-color: #2f90a1;
  }

  .Info-div {
    width: 76%;
    padding: 1rem 1rem;
    margin-left: 0rem;
    margin-top: 0rem;
    background-color: #0097b2;
  }

  .Info-div p {
    line-height: 160%; /* 32px */
    font-size: 20px;
  }

  .logo-btn {
    position: relative;
    left: -1%;
    top: 0%;
    margin-bottom: 0.5rem;
  }

  .logo-btn img {
    width: 300px;
    height: auto;
  }

  .logo-btn button {
    display: none;
  }

  .btn-22 {
    display: flex;
  }

  .button-black {
    height: 4.5rem;
    width: 65%;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .section-slider-scroll {
    grid-template-columns: 100%;
    /* padding: 5rem 1rem 0rem 1rem; */
  }

  .section-slider-scroll-div-1 {
    align-items: center;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
  }

  .section-slider-scroll-div-1-p {
    font-size: 15px;
    text-align: center;
    line-height: 170%;
  }

  .section-slider-scroll-div-1-btn {
    width: 50%;
    font-size: 18px;
    border-radius: 5px;
    padding: 0.5rem 2rem;
  }

  .section-slider-scroll-div-2 {
    align-items: center;

    margin-top: 2rem;
  }

  .section-slider-scroll-div-2 img {
    width: 80%;
    height: auto;
  }

  .msg-black {
    height: min-content;
    margin-top: 5rem;
  }

  .msg-black-div-div {
    margin-top: 2rem;
    margin-left: 0rem;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 88%;
  }

  .msg-black-first-div {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .msg-black-div {
    margin-top: 2rem;
    margin-left: 0rem;
    padding-bottom: 2rem;
    grid-template-columns: 100%;
    width: 90%;
  }

  .msg-black-p {
    font-size: 22px;
    text-align: center;
  }

  .div-btn {
    margin-right: 0rem;
    margin-top: 2rem;
    justify-content: center;
  }

  .msg-black-btn {
    height: 150%;
    padding: 0rem 1rem;
    border-radius: 10px;
  }

  .section-img-text {
    margin-top: 5rem;
  }

  .section-img img {
    width: 350px;
    height: auto;
  }

  .div-abs {
    padding: 0.2rem 0.5rem;
    left: -8%;
    display: none;
  }

  .div-abs img {
    width: 80px;
  }

  .div-abs-child h2 {
    font-size: 16px;
  }

  .div-abs-child h6 {
    font-size: 11px;
  }

  .section-text h2 {
    font-size: 28px;
  }

  .rectangle-blue {
    border-radius: 10px;
  }

  .rectangle-blue-back {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .rectangle-blue-back h2 {
    font-size: 25px;
    padding: 1rem 1rem;
  }

  .section-black-div h2 {
    font-size: 50px;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .section-black-div1 {
    flex-direction: column;
    justify-content: start;
    margin-top: 2rem;
    height: 100%;
  }

  .section-black-div1-child1 img {
    width: 320px;
    height: auto;
  }

  .section-black-div1-child2 {
    width: 320px;
    height: auto;
    margin-top: 2rem;
    margin-left: 0rem;
  }

  .section-black-div1-child2 p {
    font-size: 22px;
    padding: 2rem 1rem 0rem 1rem;
  }

  .div-titular {
    margin-left: 0rem;
  }

  .div-titular-father {
    flex-direction: column;
    align-items: start;
  }

  .div-titular img {
    width: 80px;
    height: min-content;
  }

  .div-titular-text p {
    font-size: 18px;
    padding: 0rem;
  }

  .section-black-div h2 {
    font-size: 40px;
    padding: 4rem 0rem 0rem 0rem;
  }

  .div-titular-text h2 {
    font-size: 20px;
    padding: 0rem;
  }

  .div-central {
    margin-top: 2rem;
    padding: 0rem;
    gap: 4%;
  }

  .div-central img {
    width: 80px;
    height: auto;
  }

  .div-central-div h6 {
    font-size: 22px;
  }

  .black-logo {
    height: min-content;
    padding: 6rem 0rem;
    background-size: 100% 50%;
  }

  footer {
    height: 100vh;
  }

  footer section {
    width: 95%;
    border-radius: 20px;
    padding: 1rem 0rem;
  }

  .content-up {
    flex-direction: column;
  }

  .content-up h2 {
    font-size: 27px;
    text-align: center;
    line-height: 33px;
    width: 90%;
  }

  .content-up a {
    width: 70%;
    height: 40px;
    margin-top: 1rem;
  }

  .content-bottom {
    grid-template-columns: 100%;
  }

  .content-bottom-div1 {
    width: 90%;
    place-items: center;
    margin: 1rem 1rem;
  }

  .content-bottom-div1-p {
    font-size: 12px;
  }

  .content-bottom-div1-div div {
    margin-top: 1rem;
  }

  .content-bottom-div1-div {
    margin: 0.4rem 0rem;
    flex-direction: row;
  }

  .content-bottom-div1-div div p {
    font-size: 12px;
  }

  .content-bottom-div1-div div svg {
    width: 15px;
    height: auto;
  }

  .content-bottom-div2 {
    display: flex;
    justify-content: space-around;
  }

  .black-logo img {
    width: 90%;
    height: auto;
  }

  .margin {
    margin-left: 3.5rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .content-list {
    margin-top: 0.7rem;
  }

  .content-list h2 {
    text-align: center;
    font-size: 20px;
  }

  .content-list ul {
    display: flex;
    flex-direction: column;
  }

  .content-list li {
    margin-top: 0.2rem;
    text-align: center;
  }

  .list-term ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .h2-last {
    padding: 0rem 1rem;
    padding-top: 1.5rem;
    padding-bottom: 0.7rem;
    font-size: 17px;
  }

  body {
    overflow-x: hidden;
  }

  .Jobs-grid {
    place-items: center;
    padding: 4rem 0rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .about-section-1-form {
    display: none;
  }

  .about-section-1-div-div {
    margin-top: 5rem;
  }
  .five,
  .four,
  .three {
    display: none;
  }

  .about-section-1 h2 {
    font-size: 35px;
    width: 100%;
  }
  .div-input-last3 {
    width: 50%;
    margin-left: 0rem;
    margin-top: 1rem;
  }

  .texts-about {
    flex-direction: column;
    align-items: start;
    padding: 0rem 2rem;
  }

  .footer-section-svg {
    display: none;
  }

  .Jobs-grid-div {
    width: 80%;
    padding: 0rem 1rem;
  }
  .Jobs-grid-div-p {
    font-size: 16px;
  }

  .text-show {
    font-size: 16px;
  }

  .about-section-1 {
    height: 60vh;
    background-size: cover;
    background-position: center;
    padding: 0rem 2rem;
    background-image: url("img/apply-mobile.png");
  }

  .about-section-1 p {
    width: 100%;
    font-size: 20px;
  }
  .styles-header2 {
    width: 100vw;
    margin-top: 1.5rem !important;
  }

  .inactiveNav{
    margin-top: .8rem;
  }

  header div svg {
    width: 50px;
    height: auto;
  }

  header div {
    width: 90%;
    height: 4rem;
  }

  /*Single*/

  .single-section-1 {
    height: 75vh;
    padding: 0rem 2rem;
    background-image: url("./img/single-mobile.png");
    background-size: cover;
    background-position: center;
  }
  .single-section-1-div a {
    font-size: 14px;
  }

  .single-section-1-div svg {
    height: 10px;
    width: auto;
  }

  .single-section-1-div h2 {
    font-size: 32px;
    width: 100%;
  }

  .single-section-1-div ul li {
    font-size: 10.5px;
    display: flex;
    align-items: center;
  }

  .single-section-1-div ul {
    width: 100%;
    display: grid;
    justify-items: start;
    row-gap: 45%;
    grid-template-columns: repeat(2, 1fr);
  }

  .single-section-2 {
    grid-template-columns: 100%;
    padding: 0rem 1rem;
  }

  .window-div {
    grid-template-columns: 100%;
    padding: 0rem 1.5rem;
    margin-left: 0rem;
    width: 88%;
  }

  .text {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
  }

  .window button {
    width: 100%;
    margin-left: 0rem;
  }

  .modal-div {
    width: 90%;
  }

  .input-modal {
    font-size: 12px;
  }

  .p-upload {
    font-size: 10px;
  }

  .modal-div label {
    font-size: 10px;
    display: flex;
    gap: 2%;
    width: 100%;
    align-items: center;
  }

  .modal-div form {
    padding: 1rem;
  }

  .modal-div button {
    height: 40px;
    font-size: 14px;
  }

  .modal-div {
    padding-bottom: 0rem;
  }

  .absolute-close-btn img {
    width: 1.5rem;
    height: auto;
  }

  .title-modal {
    font-size: 16px;
  }

  /*About*/

  .apply-section-1 {
    background-image: url("img/About-mobile.png");
    height: 65vh;
    background-size: 100%;
    padding: 0rem 1rem;
  }

  .apply-title {
    font-size: 85px;
    margin-top: 0rem;
    -webkit-text-stroke: 2px #ffffff3b !important;
  }

  .apply-section-1-div{
    height: 65%;
  }

  .apply-section-1-div a {
    font-size: 14px;
  }

  .apply-section-1-div svg {
    height: 10px;
    width: auto;
  }

  .apply-section-1-div h2 {
    font-size: 30px;
    width: 100%;
  }

  .apply-section-1 p {
    font-size: 20px;
  }

  .apply-section-2 {
    padding: 2rem 0rem;
    grid-template-columns: 100%;
  }

  .apply-section-2-div1 img {
    width: 330px;
    height: auto;
  }

  .apply-section-2 div h2 {
    font-size: 50px;
  }

  .apply-section-2 div p {
    font-size: 18px;
    text-align: left;
  }

  .apply-section-3 {
    padding: 2rem 0rem;
  }

  .apply-section-3 h2 {
    width: 100%;
    font-size: 30px;
    padding: 0rem 1rem;
  }

  .apply-section-4 {
    grid-template-columns: 100%;
    padding: 3rem 0rem 0rem 0rem;
  }

  .apply-section-4-div-img1 img {
    width: 82vw;
    height: auto;
  }

  .apply-section-4-div-img2 img {
    width: 82vw;
    height: auto;
  }

  .apply-section-4-div-img1 {
    margin-right: 0rem;
    align-items: center;
  }

  .apply-section-4-div-img2 {
    margin-left: 0rem;
    align-items: center;
    order: 2;
  }

  .apply-section-4 div p {
    font-size: 18px;
    text-align: left;
  }

  .border-radius-bottom {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .apply-section-6-div-1 {
    padding: 3rem 0rem;
  }

  .apply-section-6 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .apply-section-6-div-1 h2,
  .apply-section-6-div-1 span {
    font-size: 35px;
  }

  .apply-section-6-div-1-div {
    grid-template-columns: 100%;
    padding: 0rem 2rem;
  }

  .apply-section-6-div-1 p {
    width: 90%;
    font-size: 18px;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 1rem;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
  }

  .blog-section-1 {
    background-image: url("./img/Blog-mobile.png");
    height: 65vh;
    background-size: 100% 100%;
    padding: 0rem 2rem;
  }

  .blog-section-1-div h2 {
    font-size: 45px;
    width: 100%;
  }

  .blog-section-1-div svg {
    top: 25%;
  }

  .blog-section-1-div-div {
    width: 100%;
    border-radius: 5px;
    grid-template-columns: 70% 30%;
    height: 3rem;
  }

  .div-button-blog button {
    padding: 0.4rem 0.6rem;
    font-size: 14px;
  }

  .blog-section-2-div {
    display: grid;
    padding: 4rem 2rem;
    margin-top: 1rem;
  }

  .blog-section-3 div button {
    padding: 3px 5px;
    font-size: 12px;
  }

  .blog-section-2 {
    padding: 0rem 2rem 2rem 2rem;
  }

  .final {
    padding: 2rem 2rem;
    margin-top: 12rem;
  }

  .blog-section-2-div-div h2 {
    font-size: 25px;
  }

  .blog-section-2-div-div P {
    font-size: 14px;
  }

  .blog-section-2-div-img img {
    width: 300px;
    height: auto;
  }

  .blog-section-3 {
    grid-template-columns: 100%;
    height: min-content;
    padding: 2rem;
  }

  .blog-section-3 div p {
    font-size: 16px;
  }

  .blog-section-3 div {
    width: 90%;
    padding: 1rem 2rem;
  }

  .blog-section-3 div h2 {
    font-size: 25px;
  }

  .Hire-section-1 {
    background-image: url("img/Hire-mobile.png");
    height: 85vh;
  }

  .Hire-section-1-div {
    height: 80%;
  }

  .Hire-section-1-fondo {
    display: none;
  }

  .Hire-section-1-div h2 {
    font-size: 40px;
  }

  .Hire-section-1-div p {
    width: 100%;
    font-size: 16px;
  }

  .Hire-section-1-div button {
    width: 40%;
  }


  .d-flex{
    height: 05%;
  }


  .Hire-section-2-div img {
    width: 60px;
    height: auto;
    margin: 0rem 0.2rem;
  }

  .Hire-section-3-div {
    margin-top: 4rem;
    padding: 0rem 1rem;
    grid-template-columns: 100%;
  }

  .Hire-section-3-div-1 h2 {
    font-size: 25px;
    width: 100%;
  }

  .Hire-section-3-div-1 span {
    line-height: 0%;
  }

  .Hire-section-3-div-1 button {
    margin-top: 1rem;
    width: 90%;
    font-size: 15px;
    height: 3.5rem;
    margin-bottom: 1rem;
  }

  .Hire-section-3-div-2 {
    align-items: start;
    width: 100%;
  }

  .Hire-section-3-div-1 button svg {
    width: 18px;
    height: auto;
  }

  .Hire-section-3-div-2 p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }

  .Hire-section-4-div {
    margin: 3rem 0rem;
  }

  .Hire-section-4-div h2 {
    font-size: 27px;
  }

  .Hire-section-4-div h1 {
    font-size: 25px;
  }

  .Hire-section-4-div p {
    margin-top: 1rem;
    padding: 0rem 1rem;
  }

  .Hire-section-5-div {
    margin-bottom: 2rem;
  }

  .Hire-section-5-div form {
    grid-template-columns: 100%;
  }

  .hire-input-div2 {
    width: 90%;
  }

  .input-modal {
    padding-bottom: 0.2rem;
  }

  .hire-input-div2 img {
    margin-top: 1rem;
  }

  .hire-input-div2 label {
    font-size: 18px;
  }

  .hire-input-div3 {
    flex-direction: column;
  }

  .hire-input-div3 div {
    width: 60%;
    margin: 0.8rem 0rem;
    font-size: 14px;
  }

  .hire-input-div2 div input {
    margin-top: 0rem;
    grid-column: span 2 / span 2;
  }

  .hire-input-div2 {
    margin-left: 0rem;
  }

  .grid-repeat div {
    margin-top: 0.7rem;
    display: grid;
    row-gap: 7%;
    column-gap: 3%;
    grid-template-columns: repeat(3, 1fr);
  }
  .hire-input-div4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hire-input-div5 {
    display: grid;
    margin-top: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .input {
    width: 60%;
    display: flex;
    justify-content: space-around;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }

  .text-label {
    padding: 0rem 1rem;
  }

  .text-label button {
    padding: 0.8rem 0rem;
    font-size: 14px;
    margin-top: 1rem;
  }

  .text-label p {
    font-size: 14px;
  }

  .input-2 {
    width: 80%;
    font-size: 12px;
    margin-bottom: 0.8rem;
  }

  .content-list a {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .btn-div {
    display: none;
  }

  .button-black{
    display: none;
  }

  .btn-22{
    display: flex !important;
  }

  .blog-section-single-post{
    width: 80%;
    
  }

  
  
  .new-job div:first-child{

    padding-bottom: .2rem;
  }


  .Jobs-div{
    padding: 0rem 2rem;
  }
  
  .new-job div:first-child{
    width: 100%;
    padding-bottom: .2rem;
  }

  .new-job div{
    align-items: start;
    width: 100%;

  }
  

  .new-job{
    row-gap: .5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    padding: 1rem 0rem;
    width: 100%;
  
    border-bottom: 1px solid #acafaf98;  
  }
  


  
  
.cookie-policy {
  max-width: 65vw;
  margin: 0% 2%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.cookie-policy p {
  margin: 0;
  font-size: clamp(1.8vw,1.85vw,1.9vw);
  line-height: 120%;
  font-family: "Poppins-Light";

}

.cookie-policy h2 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(4.6vw,4.7vw,4.8vw);
}


.cookie-policy h4 {
  font-family: "Poppins-Light";
  font-weight: 700;
  font-size: clamp(3.1vw,3.15vw,3.2vw);
  padding-top: .3rem;
}

.cookie-policy ul {
  margin: 0;
  padding: .3rem 0rem;
  list-style-type: none;
}

.cookie-policy li {
  font-size: clamp(2.0vw,2.05vw,2.1vw);
  font-weight: 500;
  color: #000;
  line-height: 140%;
  font-family: "Poppins-Light";
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}



.cookie-policy button, .actions a {
  width: 30%;
  height: 5vh;
  font-size: clamp(2.0vw,2.05vw,2.1vw);
  color: #FFF;
  font-family: "Poppins-Light";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border: 2px solid #0097B2;
  background-color: #0097B2;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all .5s ease;
}

.cookie-policy  button:hover {
  background-color: rgba(221, 221, 221, 0.144);

  color: #0097B2;
}


  
  .two-post{
    min-width: 50%;
  }


  .chevron span{
    margin-top: -.5rem;
    width: 2.3rem;
    font-size: 1.8rem;
    height:2.3rem;
  }

  .chevron #prev{
    left: 1rem;
  }

  .spans{
    top: -3%;
  }

  .image{
    margin-left: 1rem;
    margin-bottom:1rem;
    min-width: 40%;
  }



  .hero-section {
    width: 100%;
  }
  .men-background {
    width: 100%;
    align-items: center;
  }
  .flex-title {
    top: 10%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center;
  }
  .flex-title > h2 {
    font-size: 10vw;
    text-align: center;
  }

  .mouse-btn{
    display: none;
  }

  .img-man {
    left: 50%;
    transform: translate(-50%, 45%);
  }

.img-div-man{
  display: none;
}

  .img-man > img {
    width: 90vw;
    height: 75vh;
  }

  .content-list a {
    font-size: 16px;
  }

  .footer-section-svg {
    display: none;
  }

  .men-background {
    /* height: 720px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  header {
    height: 5vh;
  }

  header svg {
    width: 80px;
    height: auto;
  }

  .menu-ham {
    width: 60px;
    height: auto;
  }

  .navigation-link-move {
    width: 100%;
    justify-content: center;
  }

  .nav-text-wrapper {
    height: 75px;
  }

  .text-full,
  .text-line {
    font-size: 60px;
  }

  .div-about-title {
    margin-top: 5rem;
    justify-content: center;
  }

  .about-title {
    font-size: 100px;
    margin-bottom: 2rem;
    margin-right: 0rem;
  }

  .About-info {
    background-image: none;
    margin: 0rem 0.5rem;
    width: 96%;
    padding: 1rem 0rem;
    flex-direction: column;
    background-color: #2f90a1;
  }

  .Info-div {
    width: 76%;
    padding: 1rem 1rem;
    margin-left: 0rem;
    margin-top: 0rem;
    background-color: #0097b2;
  }

  .Info-div p {
    line-height: 160%; /* 32px */
    font-size: 20px;
  }

  .logo-btn {
    position: relative;
    left: -1%;
  }

  .logo-btn img {
    width: 300px;
    height: auto;
  }

  .logo-btn button {
    display: none;
  }

  .btn-22 {
    display: flex;
  }

  .button-black {
    height: 4.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section-slider-scroll {
    grid-template-columns: 100%;
    /* padding: 5rem 1rem 0rem 1rem; */
  }

  .section-slider-scroll-div-1 {
    align-items: center;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 40px;
    line-height: 130%;
    text-align: center;
  }

  .section-slider-scroll-div-1-p {
    font-size: 20px;
    text-align: center;
    line-height: 170%;
  }

  .section-slider-scroll-div-1-btn {
    width: 30%;
    font-size: 20px;
  }

  .section-slider-scroll-div-2 {
    align-items: center;

    margin-top: 2rem;
  }

  .section-slider-scroll-div-2 img {
    width: 80%;
    height: auto;
  }

  .msg-black {
    height: min-content;
    margin-top: 5rem;
  }

  .msg-black-div-div {
    margin-top: 2rem;
    margin-left: 0rem;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 88%;
  }

  .msg-black-first-div {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .msg-black-div {
    margin-top: 2rem;
    margin-left: 0rem;
    padding-bottom: 2rem;
    grid-template-columns: 100%;
    width: 90%;
  }

  .msg-black-p {
    font-size: 22px;
  }

  .div-btn {
    margin-right: 0rem;
    margin-top: 2rem;
    justify-content: center;
  }

  .msg-black-btn {
    height: 150%;
    padding: 0rem 1rem;
    border-radius: 10px;
    width: 40%;
  }

  .section-img-text {
    margin-top: 5rem;
  }

  .section-img img {
    width: 350px;
    height: auto;
  }

  .div-abs {
    padding: 0.2rem 0.5rem;
    left: -8%;
    display: none;
  }

  .div-abs img {
    width: 80px;
  }

  .div-abs-child h2 {
    font-size: 16px;
  }

  .div-abs-child h6 {
    font-size: 11px;
  }

  .section-text h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .rectangle-blue {
    border-radius: 10px;
  }

  .rectangle-blue-back {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .rectangle-blue-back h2 {
    font-size: 28px;
    padding: 1rem 1rem;
  }

  .section-black-div h2 {
    font-size: 50px;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .section-black-div1 {
    flex-direction: column;
    justify-content: start;
    margin-top: 2rem;
    height: 100%;
  }

  .section-black-div1-child1 img {
    width: 470px;
    height: auto;
  }

  .section-black-div1-child2 {
    width: 470px;
    height: auto;
    margin-top: 2rem;
    margin-left: 0rem;
  }

  .section-black-div1-child2 p {
    font-size: 22px;
    padding: 2rem 1rem 0rem 1rem;
  }

  .div-titular {
    margin-left: 0rem;
  }

  .div-titular-father {
    flex-direction: row;
    align-items: center;
  }

  .div-titular img {
    width: 80px;
    height: min-content;
  }

  .div-titular-text p {
    font-size: 18px;
    padding: 0rem;
  }

  .section-black-div h2 {
    font-size: 40px;
    padding: 4rem 0rem 0rem 0rem;
  }

  .div-titular-text h2 {
    font-size: 20px;
    padding: 0rem;
  }

  .div-central {
    margin-top: 2rem;
    padding: 0rem;
    gap: 4%;
  }

  .div-central img {
    width: 80px;
    height: auto;
  }

  .div-central-div h6 {
    font-size: 22px;
  }

  .black-logo {
    height: 100vh;
    margin-bottom: 6rem;
    background-size: 100% 80%;
  }

  footer {
    height: min-content;
  }

  footer section {
    width: 90%;
    padding: 2rem 0rem;
  }

  .content-up {
    flex-direction: column;
  }

  .content-up h2 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    width: 90%;
  }

  .content-up a {
    width: 90%;
    height: 60px;
    margin-top: 2rem;
  }

  .content-bottom {
    grid-template-columns: 100%;
  }

  .content-bottom-div1 {
    width: 90%;
    place-items: center;
    margin: 2rem 1rem;
  }

  .section-black-div-2 {
    padding: 6rem 0rem;
  }

  .content-bottom-div1-p {
    font-size: 18px;
  }

  .content-bottom-div1-div {
    flex-direction: column;
  }

  .content-bottom-div1-div div {
    margin-top: 1rem;
  }

  .black-logo img {
    width: 90%;
    height: auto;
  }

  .div-titular-text {
    margin-left: 0rem;
    align-items: start;
  }

  .margin {
    margin-left: 3.5rem;
    margin-top: 1rem;
    width: 100px;
    padding-bottom: 1rem;
  }

  .content-list h2 {
    margin-left: 1rem;
    text-align: start;
  }

  .content-list ul {
    margin-left: 1rem;
    display: grid;
    place-items: start;
    grid-template-columns: repeat(2, 1fr);
  }

  .list-term ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .section-black-div {
    height: min-content;
  }

  /*Apply styles*/

  body {
    overflow-x: hidden;
  }

  .Jobs-grid {
    place-items: center;
    padding: 2rem 0rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .second {
    margin-top: 4rem;
  }

  .about-section-1-form {
    display: none;
  }

  .about-section-1-div-div {
    margin-top: 3rem;
  }
  .five,
  .four,
  .three {
    display: none;
  }

  .about-section-1 h2 {
    font-size: 45px;
    width: 100%;
  }
  .div-input-last3 {
    width: 30%;
  }

  .texts-about {
    padding: 0rem 2rem;
  }

  .Jobs-grid-div {
    width: 85%;
    padding: 0rem 1rem;
  }
  .Jobs-grid-div-p {
    font-size: 16px;
  }

  .text-show {
    font-size: 16px;
  }

  .about-section-1 {
    padding: 0rem 2rem;
  }

  .about-section-1 p {
    width: 100%;
  }
  .styles-header2 {
    margin-top: 1.5rem !important;
    width: 100vw;
  }

  header div svg {
    width: 50px;
    height: auto;
  }

  .shadow {
    display: none;
  }

  header div {
    width: 90%;
    height: 4rem;
  }

  /*Single*/

  .single-section-1 {
    height: 65vh;
    padding: 0rem 2rem;
    background-image: url("./img/single-mobile.png");
    background-size: 100% 100%;
  }
  .single-section-1-div a {
    font-size: 14px;
  }

  .single-section-1-div svg {
    height: 10px;
    width: auto;
  }

  .single-section-1-div h2 {
    font-size: 32px;
    width: 100%;
  }

  .single-section-1-div ul li {
    font-size: 8.5px;
    display: flex;
    align-items: center;
  }

  .single-section-1-div ul {
    width: 100%;
    align-items: center;
  }

  .single-section-2 {
    grid-template-columns: 100%;
    padding: 0rem 1rem;
  }

  .window-div {
    grid-template-columns: 100%;
    padding: 0rem 1.5rem;
    margin-left: 0rem;
    width: 88%;
  }

  .text {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
  }

  .window button {
    width: 100%;
    margin-left: 0rem;
  }

  .modal-div {
    width: 90%;
  }

  .input-modal {
    font-size: 12px;
  }

  .p-upload {
    font-size: 10px;
  }

  .modal-div label {
    font-size: 10px;
    display: flex;
    gap: 2%;
    width: 100%;
    align-items: center;
  }

  .modal-div form {
    padding: 1rem;
  }

  .modal-div button {
    height: 40px;
    font-size: 14px;
  }

  .modal-div {
    padding-bottom: 0rem;
  }

  .absolute-close-btn img {
    width: 1.5rem;
    height: auto;
  }

  .title-modal {
    font-size: 16px;
  }

  .blog-section-1 {
    background-image: url("./img/Blog-mobile.png");
    height: 65vh;
    background-size: 100% 100%;
    padding: 0rem 2rem;
  }

  .blog-section-1-div h2 {
    font-size: 45px;
    width: 100%;
  }

  .blog-section-1-div svg {
    top: 25%;
  }

  .blog-section-1-div-div {
    width: 100%;
    border-radius: 5px;
    grid-template-columns: 70% 30%;
    height: 3rem;
  }

  .div-button-blog button {
    padding: 0.4rem 0.6rem;
    font-size: 14px;
  }

  .blog-section-2-div {
    display: grid;
    padding: 4rem 2rem;
    margin-top: 4rem;
  }

  .blog-section-3 div button {
    padding: 3px 5px;
    font-size: 12px;
  }

  .blog-section-2 {
    padding: 4rem 2rem;
    margin-top: 4rem;
  }

  .blog-section-2-div-div h2 {
    font-size: 25px;
  }

  .blog-section-2-div-div P {
    font-size: 14px;
  }

  .blog-section-2-div-img img {
    width: 300px;
    height: auto;
  }

  .blog-section-3 {
    grid-template-columns: 100%;
    height: min-content;
    padding: 0rem 2rem 4rem 2rem;
  }

  .blog-section-3 div p {
    font-size: 16px;
  }

  .blog-section-3 div {
    width: 90%;
    padding: 1rem 2rem;
  }

  .blog-section-3 div h2 {
    font-size: 25px;
  }

  .Hire-section-1 {
    background-image: url("img/Hire-mobile.png");
    height: 75vh;
  }

  .Hire-section-1-div {
    height: 80%;
  }

  .Hire-section-1-fondo {
    display: none;
  }

  .Hire-section-1-div h2 {
    font-size: 40px;
  }

  .Hire-section-1-div p {
    width: 80%;
    font-size: 16px;
  }

  .Hire-section-1-div button {
    width: 40%;
  }

  .Hire-section-2-div img:nth-child(1),
  .Hire-section-2-div img:nth-child(5) {
    display: none;
  }

  .Hire-section-2-div img {
    width: 110px;
    height: auto;
    margin: 0rem 0.5rem;
  }

  .Hire-section-3-div {
    margin-top: 7rem;
    padding: 0rem 1rem;
    grid-template-columns: 100%;
  }

  .Hire-section-3-div-1 h2 {
    font-size: 25px;
    width: 100%;
  }

  .Hire-section-3-div-1 span {
    line-height: 0%;
  }

  .Hire-section-3-div-1 button {
    margin-top: 1rem;
    width: 90%;
    font-size: 15px;
    height: 3.5rem;
    margin-bottom: 1rem;
  }

  .Hire-section-3-div-2 {
    align-items: start;
    width: 100%;
  }

  .Hire-section-3-div-1 button svg {
    width: 18px;
    height: auto;
  }

  .Hire-section-3-div-2 p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }

  .Hire-section-4-div {
    margin: 3rem 0rem;
  }

  .Hire-section-4-div h2 {
    font-size: 27px;
  }

  .Hire-section-4-div h1 {
    font-size: 25px;
  }

  .Hire-section-4-div p {
    margin-top: 1rem;
  }

  .Hire-section-5-div {
    margin-bottom: 2rem;
  }

  .Hire-section-5-div form {
    grid-template-columns: 100%;
  }

  .hire-input-div2 {
    width: 90%;
  }

  .input-modal {
    padding-bottom: 0.2rem;
  }

  .hire-input-div2 img {
    margin-top: 1rem;
  }

  .hire-input-div2 label {
    font-size: 18px;
  }

  .hire-input-div3 {
    flex-direction: column;
  }

  .hire-input-div3 div {
    width: 40%;
    margin: 0.8rem 0rem;
    font-size: 12px;
  }

  .hire-input-div2 div input {
    margin-top: 0rem;
    grid-column: span 2 / span 2;
  }

  .hire-input-div2 {
    margin-left: 0rem;
  }

  .grid-repeat div {
    margin-top: 0.7rem;
    display: grid;
    row-gap: 7%;
    column-gap: 3%;
    grid-template-columns: repeat(3, 1fr);
  }
  .hire-input-div4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hire-input-div5 {
    display: grid;
    margin-top: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .input {
    width: 40%;
    display: flex;
    justify-content: space-around;
    font-size: 11px;
    margin-bottom: 0.8rem;
  }

  .text-label {
    padding: 0rem 1rem;
  }

  .text-label button {
    padding: 0.8rem 0rem;
    font-size: 14px;
    margin-top: 1rem;
  }

  .text-label p {
    font-size: 14px;
  }

  .input-2 {
    width: 80%;
    font-size: 12px;
    margin-bottom: 0.8rem;
  }

  /*About*/

  .apply-section-1 {
    background-image: url("img/About-mobile.png");
    height: 85vh;
    background-size: 100% 100%;
    padding: 0rem 2rem;
  }

  .apply-title {
    font-size: 85px;
    margin-top: 2rem;
    -webkit-text-stroke: 2px #ffffff3b !important;
  }

  .apply-section-1-div a {
    font-size: 14px;
  }

  .apply-section-1-div svg {
    height: 10px;
    width: auto;
  }

  .apply-section-1-div h2 {
    font-size: 28px;
    width: 100%;
  }

  .apply-section-1 p {
    font-size: 18px;
  }

  .apply-section-2 {
    grid-template-columns: 100%;
  }

  .apply-section-2-div1 img {
    width: 420px;
    height: auto;
  }

  .apply-section-2 div h2 {
    font-size: 50px;
  }

  .apply-section-2 div p {
    font-size: 18px;
  }

  .apply-section-3 {
    padding: 2rem 0rem;
  }

  .apply-section-3 h2 {
    width: 100%;
    font-size: 35px;
  }

  .apply-section-4 {
    grid-template-columns: 100%;
    padding: 4rem 0rem 0rem 0rem;
  }

  .apply-section-4-div-img1 img {
    width: 420px;
    height: auto;
  }

  .apply-section-4-div-img2 img {
    width: 420px;
    height: auto;
  }

  .apply-section-4-div-img1 {
    margin-right: 0rem;
    align-items: center;
  }

  .apply-section-4-div-img2 {
    margin-left: 0rem;
    align-items: center;
    order: 2;
  }

  .apply-section-4 div p {
    font-size: 20px;
  }

  .border-radius-bottom {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .apply-section-6-div-1 {
    padding: 3rem 0rem;
  }

  .apply-section-6 {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .apply-section-6-div-1 h2,
  .apply-section-6-div-1 span {
    font-size: 35px;
  }

  .apply-section-6-div-1-div {
    grid-template-columns: 100%;
    padding: 0rem 2rem;
  }

  .apply-section-6-div-1 p {
    width: 90%;
    font-size: 18px;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 1rem;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
  }

  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 65vh;
    z-index: 1002;
  }

}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flex-title > h2 {
    font-size: 9vw;
  }

  .blog-section-single-post{
    width: 80%;
    
  }

  
  .new-job div:first-child{

    padding-bottom: .2rem;
  }

.new-job{
  row-gap: .1rem;
  padding: 1rem 0rem;

  border-bottom: 1px solid #acafaf98;  
}


  .fixedSection{
    top: 40% !important;
  }
  
  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 80vh;
    z-index: 1002;
  }

   
.cookie-policy {
  max-width: 75vw;
  margin: 0% 2%;
  padding: 20px;
  background-color: #ffffff;
}

.cookie-policy p {
  margin: 0;
  font-size: clamp(1.6vw,1.65vw,1.7vw);
  line-height: 120%;
  font-family: "Poppins-Light";

}

.cookie-policy h2 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(3.6vw,3.7vw,3.8vw);
}


.cookie-policy h4 {
  font-family: "Poppins-Light";
  font-weight: 700;
  font-size: clamp(2.6vw,2.75vw,2.8vw);
  padding-top: .3rem;
}

.cookie-policy ul {
  margin: 0;
  padding: .3rem 0rem;
  list-style-type: none;
}

.cookie-policy li {
  font-size: clamp(1.7vw,1.75vw,1.8vw);
  font-weight: 500;
  color: #000;
  line-height: 140%;
  font-family: "Poppins-Light";
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}



.cookie-policy button, .actions  a {
  width: 30%;
  height: 4vh;
  font-size: clamp(2.0vw,2.05vw,2.1vw);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Light";
  font-weight: 500;
  border: 2px solid #0097B2;
  background-color: #0097B2;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all .5s ease;
}

.cookie-policy  button:hover {
  background-color: rgba(221, 221, 221, 0.144);

  color: #0097B2;
}

  
  .two-post{
    min-width: 50%;
  }


  .chevron span{
    margin-top: -.5rem;
    width: 2.3rem;
    font-size: 1.8rem;
    height:2.3rem;
  }

  .chevron #prev{
    left: 1rem;
  }

  .spans{
    top: -3%;
  }

  .image{
    margin-left: 1rem;
    margin-bottom:1rem;
    min-width: 40%;
  }

  .button-black{
    display: none;
  }

  .cardInfo {
    justify-content: center !important;
  }

  .img-man {
    right: 5%;
    bottom: 0%;
  }

  .img-man > img {
    height: 50rem;
    width: 90vw;
  }

  .img-div-man{
    display: none;
  }

  /*Clases sections para definir altura*/
  .msg-black {
    height: min-content;
    padding: 6rem 0rem;
  }

  .navigation-items {
    justify-content: center;
  }

  .section-black-div {
    height: min-content !important;
    padding: 3rem 0rem;
  }

  /*Header y primera sección*/

  header {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: end;
    position: relative;
    height: 7vh;
  }

  /* 
    .men-background h2{
        font-size: 55px;
        line-height: 120%;
    } */

  .menu-ham {
    width: 60px;
    height: 60px;
  }

  .btn-div {
    position: absolute;
    left: 10%;
    bottom: 16%;
    display: grid;
  }

  .btn-div-black {
    width: 90px;
    height: 40px;
    font-size: 14px;
  }

  .btn-2 {
    margin-left: 5.1rem;
    margin-top: 0.1rem;
  }

  .btn-line {
    width: 16px;
    left: 50.35%;
  }

  .btn-div-black {
    width: 110px;
    height: 50px;
    font-size: 14px;
  }

  .a2 {
    margin-top: 0.4rem;
    margin-left: 0rem;
  }

  .btn-2 {
    margin-left: 7rem;
    margin-top: 0rem;
  }

  .btn-line {
    left: 0%;
  }

  .btn-line svg {
    width: 220px;
    height: 112px;
  }

  .section-slider-scroll {
    padding: 10rem 3rem 4rem 3rem;
  }

  button {
    border-radius: 10px !important;
  }

  .section-slider-scroll-div-2 img {
    width: 330px;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 35px;
  }

  .section-slider-scroll-div-1-p {
    font-size: 14px;
  }

  .section-slider-scroll-div-1-btn {
    width: 42%;
    font-size: 20px;
  }

  /*About sección*/

  .div-about-title {
    margin-top: 1.5rem;
  }

  .about-title {
    font-size: 160px;
  }

  .About-info {
    background-image: none;
    margin: 0rem 0.5rem;
    width: 85%;
    padding: 1rem 0rem;
    flex-direction: column;
    background-color: #2f90a1;
  }

  .Info-div {
    width: 76%;
    padding: 1rem 1rem;
    margin-left: 0rem;
    margin-top: 0rem;
    background-color: #0097b2;
  }

  .Info-div p {
    line-height: 160%; /* 32px */
    font-size: 20px;
  }

  .fixedAbout{
    display: flex;
    justify-content: center;
  }

  .logo-btn {
    position: relative;
    left: -1%;
  }

  .logo-btn img {
    width: 300px;
    height: auto;
  }

  .logo-btn button {
    display: none;
  }

  .btn-22 {
    display: flex;
  }

  .button-black {
    height: 4.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .logo-btn img {
    width: 200px;
    height: 80px;
  }

  /*Cuarta section*/

  .msg-black-first-div {
    height: min-content;

    display: grid;
    width: 90%;
  }

  .msg-black-div-div {
    margin-left: 4rem;
    margin-top: 2rem;

    font-size: 25px;

    line-height: 180%; /* 80px */
  }

  .msg-black-p {
    font-size: 15px;
  }

  .msg-black-btn {
    width: 75%;
    height: 50%;
    font-size: 15px;
  }

  .msg-black-div {
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
    margin-left: 4rem;
    grid-template-columns: 65% 35%;
  }

  .div-btn {
    margin-right: 4rem;
  }

  /*Quinta Section*/

  .section-img img {
    width: 60%;
  }

  .section-text h2 {
    color: #191919;
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 66px */
  }

  .div-abs-child h2 {
    color: #000;
    font-family: "Poppins-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .div-abs-child h6 {
    color: #000;
    font-family: "Poppins-Light";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .div-abs {
    border-radius: 20px;
    background: #fff;
    display: flex;
    width: 120px;
    padding: 0.5rem 2rem;
    gap: 3%;
    top: 50%;
    left: 5%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
  }

  /* Section Testimonios primer-div*/

  .section-black-div h2 {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 8rem;
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
  }

  .section-black-div span {
    color: #0097b2;
  }

  .section-black-div1 {
    padding: 0rem 2rem;
    height: 30%;
    display: flex;
    justify-content: center;
    gap: 0%;
    align-items: center;
  }

  .section-black-div1 h2 {
    color: #191919;
    font-family: "Poppins-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 60px */
  }

  .section-black-div1-child1 img {
    height: 230px;
    width: 280px;
  }

  .section-black-div1-child2 {
    height: 230px;
    width: 600px;
  }

  .section-black-div1-child2 p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 15px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    width: 95%;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 36.8px */
  }

  .div-titular {
    display: flex;
    margin-left: 1rem;
    margin-top: 1.5rem;
    align-items: center;
  }

  .div-titular img {
    width: 50px;
    height: 50px;
  }

  .div-titular-text {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    flex-direction: column;
  }

  .div-titular-text h2 {
    color: #fff;
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    padding: 0rem;
    font-weight: 500;
    line-height: normal;
  }

  .div-titular-text p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 10px;
    padding: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .div-titular-father {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .margin {
    margin-right: 2rem;
    width: 150px;
    height: 50%;
  }

  /*Footer*/

  footer {
    height: min-content;
    padding-bottom: 3rem;
    margin-top: 0rem !important;
  }

  footer section {
    width: 80%;
    padding: 1rem 2rem;
  }

  .content-up h2 {
    font-size: 40px;
  }

  .content-bottom-div1 {
    width: 100%;
    margin-top: 2rem;
  }

  .content-bottom-div1-div div {
    gap: 5%;
  }

  .content-up a {
    width: 160px;

    height: 55px;
    font-size: 22px;
  }

  .footer-section-svg {
    bottom: -10%;
  }

  .content-bottom-div1-p {
    margin-top: 1rem;

    font-size: 11px;
  }

  .content-bottom-div1-div div p {
    font-size: 13px;
  }

  .content-list {
    margin-top: .5rem;
  }

  .content-list li {
    margin-top: 0.5rem;
  }

  .content-list a {
    font-size: 12px;
  }

  .content-list h2 {
    font-size: 17px;
  }

  .h2-last {
    padding-top: 3rem;

    font-size: 18px;
  }

  .five,
  .four,
  .three {
    display: none;
  }

  .about-section-1 h2 {
    margin-top: 1rem;
    width: 75%;
    color: #fff;
    font-family: "Poppins";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 88px */
  }

  .about-section-1 p {
    margin-top: 1.5rem;
    color: #fff;
    font-family: "Poppins-Light";
    width: 55%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .about-section-1-form-first {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 35% 65%;
    width: 87vw;

    gap: 1%;
  }

  .div-input-last {
    padding: 0.3rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 25%;
  }

  .about-section-1-form-first-input {
    height: 4rem;
  }

  .last-input {
    width: 86vw;
  }

  .div-input-last2 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    padding: 0.3rem;
    margin-left: 1rem;
    width: 16%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last3 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    position: relative;
    padding: 0.4rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 23%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last p,
  .div-input-last2 p,
  .div-input-last3 p {
    color: #656879;
    font-family: "Poppins-Light";
    font-size: 10px;
    margin-top: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
  }

  .input-btn {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

  .hire-input-div5 img {
    width: 90px;
  }

  .text-label {
    padding: 0rem 1rem;
  }

  .about-section-1-form-first-input-div {
    padding: 0.3rem 0.1rem;
    width: 100%;
    display: flex;

    justify-content: center;
    font-family: "Poppins";
    font-size: 9px;
  }

  .Jobs-grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 3rem 0rem 0rem 0rem;
  }

  .Jobs-grid-div {
    padding: 0.5rem 2rem;
    margin: 1rem 0rem;
  }

  .Jobs-grid-div h2 {
    font-size: 24px;
  }

  .Jobs-grid-div-p {
    font-size: 16px;
  }

  header div {
    border-radius: 20px;
    background: #000;
    width: 89%;
    display: flex;
    position: fixed;
    padding: 0rem 1rem;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
  }

  header div svg {
    height: 100%;
    width: 60px;
  }

  header div img {
    width: 100px;
    height: 100%;
  }

  /*Single */

  .single-section-1-div ul {
    display: flex;
    margin-top: 4rem;
    justify-content: space-between;
    width: 100%;
  }

  .single-section-1-div h2 {
    margin-top: 2rem;
    width: 100%;
    font-size: 60px;
  }
  .single-section-1-div ul li {
    font-size: 16px;
  }

  .single-section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    padding: 0rem 3rem;
  }

  .window-div {
    width: 100%;
  }

  .window button {
    width: 100%;
    margin-bottom: 2rem;
  }

  .window {
    width: min-content;
    align-items: center;
  }

  .text {
    margin-bottom: 2rem;
  }

  /*Estilos Modal*/
  .modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.39);
    backdrop-filter: blur(5px);
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: start;
    top: 0;
    z-index: 1008;
  }

  .modal-div {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    width: 85%;
    height: 60vh;
    display: grid;
    margin-top: 6rem;
    padding-bottom: 2rem;
  }

  .modal-div form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 1rem;
    row-gap: 1rem;
  }

  .label-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .absolute-close-btn img {
    width: 3rem;
    height: 3rem;
  }

  .absolute-close-btn {
    position: fixed;
    top: 1%;
    right: 3%;
    background-color: transparent;
  }

  .label-div-child {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 90%;
  }

  .input-modal {
    color: #656879;
    font-family: "Poppins-Light";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%; /* 21px */
    border: none;
    width: 90%;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(0, 151, 178, 0.79);
  }

  .upload-modal {
    justify-content: center;
    display: flex;
    align-items: center;

    width: 100%;
  }

  .modal-div label {
    color: #656879;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .modal-div button {
    border-radius: 5px;
    display: block;
    margin: auto;
    width: 90%;
    border: none;
    height: 49px;
    background: #0097b2;
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
    text-transform: uppercase;
  }

  .upload-modal div {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    border: 1px dashed #d9d9d9;
    background: #fff;
  }

  .upload-modal-div {
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    max-height: 25vh;
    border: none !important;
    gap: 3%;

    width: 100%;
  }

  .upload-modal-div-h1 {
    color: #656879;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .upload-modal-div-h1 span {
    color: #ff5e5e;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .p-upload {
    color: #656879;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0.3rem;
  }

  .modal-div-title {
    background-color: #0097b2;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title-modal {
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 27.3px */
    text-transform: uppercase;
  }

  .hire-input-div2 img {
    margin-top: 2rem;
  }

  .Hire-section-5-div-div {
    width: 88%;
  }

  .Hire-section-3-div-1 button {
    width: 90%;
    font-size: 13px;
  }

  .Hire-section-5-div {
    margin-bottom: 2rem;
  }

  .hire-input-div5 img {
    margin-top: 0rem;
  }

  .hire-input-div2 {
    width: 95%;
  }

  .hire-input-div5 {
    flex-wrap: wrap;
  }

  .hire-input-div5 p {
    font-size: 12px;
  }

  .d-flex {
    height: 25%;
  }

  .Hire-section-1-div {
    height: 70%;
    padding-top: 1rem;
  }

  .Hire-section-1-fondo {
    background-position: center;
  }

  .Hire-section-1 {
    height: 60vh;
  }

  .Hire-section-3-div {
    margin-top: 5rem;
  }

  .styles-header2 {
    margin-top: 1.5rem !important;
  }

  .Hire-section-3-div-1 h2 {
    font-size: 35px;
  }

  .hire-input-div3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .hire-input-div4 {
    display: grid;
    gap: 5%;
    grid-template-columns: repeat(1, 1fr);
  }

  .Hire-section-3-div-2 p {
    font-size: 16px;
    width: 90%;
  }

  .Hire-section-1-div h2 {
    font-size: 50px;
  }

  .Hire-section-1-div p {
    width: 65%;
    font-size: 16px;
  }

  .Hire-section-1-div button {
    width: 20%;
  }

  .Hire-section-2-div {
    width: 100%;
    justify-content: space-between;
  }

  .Hire-section-2-div img {
    width: 120px;
  }

  .hire-input-div3 div {
    width: 55%;
  }

  /*Apply section*/

  .apply-section-1 {
    padding: 0rem 2rem;
    height: 70vh;
  }

  .apply-section-1-div {
    height: 65%;
  }

  .apply-section-1 h2 {
    font-size: 50px;
    width: 95%;
  }

  .apply-section-1 p {
    font-size: 24px;
  }

  .apply-title {
    margin-top: 1rem;
    font-size: 180px;
  }

  .apply-section-2-div1 img {
    width: 280px;
  }
  .apply-section-2-div1 {
    justify-content: center;
  }

  .apply-section-2 {
    grid-template-columns: 40% 60%;
  }

  .apply-section-2 div h2 {
    font-size: 45px;
    margin-top: 0rem;
    text-align: left;
    width: 65%;
  }

  .apply-section-2-div,
  .apply-section-4-div {
    align-items: start;
    margin-left: 3rem;
  }

  .apply-section-2 div p,
  .apply-section-4 div p {
    width: 90%;
    font-size: 12px;
  }

  .apply-section-3 h2 {
    width: 85%;
    font-size: 65px;
    line-height: 110%;
  }

  .apply-section-3 {
    padding: 4rem 0rem;
  }

  .apply-section-4-div-img1 {
    margin-right: 3rem;
  }

  .apply-section-4-div-img2 {
    margin-left: 3rem;
  }

  .apply-section-4-div-img1 img,
  .apply-section-4-div-img2 img {
    width: 320px;
  }

  .apply-section-6 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }

  .apply-section-6-div-1 {
    padding: 5rem 0rem;
  }

  .apply-section-6-div-1 p {
    width: 65%;
    font-size: 16px;
  }

  .apply-section-6-div-1 h2 {
    padding-bottom: 1rem;
  }

  .apply-section-6-div-1-div {
    padding: 0rem 3rem;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 1rem;
  }

  .apply-section-6-div-1-div-child h2 {
    font-size: 26px;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
    font-size: 14px;
  }

  /*Blog section*/
  .blog-section-1 {
    height: 70vh;
  }

  .blog-section-1-div h2 {
    font-size: 95px;
  }
  .blog-section-1-div-div {
    width: 85%;
  }

  .blog-section-2-div {
    width: 84%;
    padding: 1rem 1rem;
  }
  .blog-section-2-div-img img {
    width: 310px;
  }

  .blog-section-2-div-div h2 {
    font-size: 22px;
    width: 100%;
  }

  .blog-section-2-div-div p {
    font-size: 12px;
    width: 95%;
  }

  .blog-section-3 {
    column-gap: 18%;
    padding: 0rem 5rem;
  }
  .pagination {
    margin: 3rem 0rem;
  }

  .blog-section-3 div {
    width: 100%;
    padding: 2rem 2rem;
  }
  .blog-section-3 div p {
    font-size: 16px;
  }

  .blog-section-3 div h2 {
    font-size: 20px;
  }
}

@media screen and (min-width:1024px) and (max-width:1180px) {

  .fixedSection{
    top: 30% !important;
  }

  .about-section-1-form-first-input-div{
    width: fit-content !important;
    white-space: nowrap !important;
    padding: .4rem 1.2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) and (orientation:landscape) {
  .flex-title > h2 {
    font-size: 7.5vw;
  }


   
.cookie-policy {
  max-width: 55vw;
  margin: 0% 2%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.cookie-policy p {
  margin: 0;
  font-size: clamp(1.2vw,1.25vw,1.3vw);
  line-height: 120%;
  font-family: "Poppins-Light";

}

.cookie-policy h2 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 120%;
  font-size: clamp(3.6vw,3.7vw,3.8vw);
}


.cookie-policy h4 {
  font-family: "Poppins-Light";
  font-weight: 700;
  font-size: clamp(2.1vw,2.15vw,2.2vw);
  padding-top: .3rem;
}

.cookie-policy ul {
  margin: 0;
  padding: .3rem 0rem;
  list-style-type: none;
}

.cookie-policy li {
  font-size: clamp(1.2vw,1.25vw,1.3vw);
  font-weight: 500;
  color: #000;
  line-height: 140%;
  font-family: "Poppins-Light";
}

.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}



.cookie-policy button, .actions a {
  width: 30%;
  height: 5vh;
  font-size: clamp(1.5vw,1.55vw,1.6vw);
  color: #FFF;
  font-family: "Poppins-Light";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border: 2px solid #0097B2;
  background-color: #0097B2;
  border-radius: 20px !important;
  cursor: pointer;
  transition: all .5s ease;
}

.cookie-policy  button:hover {
  background-color: rgba(221, 221, 221, 0.144);

  color: #0097B2;
}


  .imagine-text{
    margin-top: 5% !important;
  }

  .section-black-div1-child1 img{
    height: 280px !important;
    width: auto !important;
  }

  .discover-card{
    top: 60% !important;
  }

  .easyContent > p{
    font-size: 1.2rem !important;
    line-height: 2rem !important;
  }

  .content-very-ease{
    font-size: 1.2rem !important;
  }

  .div-flex-easy > h3{
    font-size: 1.6rem !important;
  }
  
  .img-man {
    right: 7%;
    bottom: 0%;
    transform: translate(0, 10%);
  }

  .img-man > img {
    width: 70vw;
    height: auto;
  }

  .img-div-man{
    display: none;
  }

  .btn-line svg {
    width: 220px;
    height: auto;
  }

  /*Header y primera sección*/
  /* 
    .men-background h2{
        font-size: 90px;
        line-height: 100%;
        
    } */

  .btn-div {
    position: absolute;
    left: 11%;
    bottom: 10%;
    display: grid;
  }

  .btn-absolute-black {
    top: 6.5%;
    left: 1.9%;
  }

  .btn-div-black {
    width: 110px;
    height: 50px;
    font-size: 18px;
  }

  .a2 {
    margin-top: 0rem;
    margin-left: -0.8rem;
  }

  .btn-2 {
    margin-left: 6.2rem;
    margin-top: 0rem;
  }

  .btn-line {
    width: 18px;
    height: 52px;
    left: -6.35%;
  }

  .section-slider-scroll {
    padding: 10rem 3rem 4rem 3rem;
  }

  button {
    border-radius: 10px !important;
  }

  .section-slider-scroll-div-2 img {
    width: 450px;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 52px;
  }

  .section-slider-scroll-div-1-p {
    font-size: 17px;
  }

  .section-slider-scroll-div-1-btn {
    width: 34%;
    font-size: 20px;
  }

  /*About sección*/

  .div-about-title {
    margin-top: 1.5rem;
  }

  .about-title {
    font-size: 215px;
  }

  .About-info {
    margin-top: -3rem;
    padding: 2.5rem 0rem;
  }
  .Info-div {
    margin-left: 17rem;
    margin-top: 4.5rem;
    width: 65%;
    padding: 2.5rem;
  }

  .Info-div p {
    font-size: 26px;
  }

  .button-black {
    width: 160px;
    padding: 0rem 1rem;
    border-radius: 20px;
    height: 4rem;
    font-size: 18px;
    gap: 11%;
  }

  .logo-btn {
    top: 10%;
    left: 0.5%;
  }

  .logo-btn img {
    width: 260px;
    height: 100px;
  }

  /*Cuarta section*/

  .msg-black-first-div {
    height: min-content;
    display: grid;
    width: 90%;
  }

  .msg-black-div-div {
    width: 65%;
    margin-left: 4rem;
    margin-top: 4rem;

    font-size: 35px;

    line-height: 180%; /* 80px */
  }

  .msg-black-p {
    font-size: 18px;
  }

  .msg-black-btn {
    width: 65%;
    height: 50%;
    font-size: 20px;
  }

  .msg-black-div {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
    margin-left: 4rem;
    grid-template-columns: 65% 35%;
  }

  .div-btn {
    margin-right: 4rem;
  }

  /*Quinta Section*/

  .section-text h2 {
    color: #191919;
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 66px */
  }

  .div-abs {
    border-radius: 20px;
    background: #fff;
    display: flex;
    width: fit-content;
    padding: 0.5rem 0.9rem;
    gap: 7%;
    top: 50%;
    left: -8%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
  }

  .div-abs-child h2 {
    color: #000;
    font-family: "Poppins-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .div-abs-child h6 {
    color: #000;
    font-family: "Poppins-Light";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  /* Section Testimonios primer-div*/

  .section-black-div {
    height: 100vh;
  }

  .section-black-div h2 {
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
  }

  .section-black-div span {
    color: #0097b2;
  }

  .section-black-div1 {
    padding: 0rem 2rem;
    height: 30%;
    display: flex;
    justify-content: center;
    gap: 0%;
    align-items: center;
  }

  .section-black-div1 h2 {
    color: #191919;
    font-family: "Poppins-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 60px */
  }

  .section-black-div1-child1 {
    background-color: #ffffff00;
  }

  .section-black-div1-child1 svg {
    height: 280px;
    width: 400px;
  }

  .section-black-div1-child2 {
    border-radius: 20px;
    height: 280px;
    width: 700px;
    margin-left: 1rem;
    background-color: #0097b2;
  }

  .section-black-div1-child2 p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 22px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    width: 95%;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 36.8px */
  }

  .div-titular {
    display: flex;
    margin-left: 1rem;
    margin-top: 1rem;
    align-items: center;
  }

  .div-titular img {
    width: 90px;
    height: 90px;
  }

  .div-titular-text {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    flex-direction: column;
  }

  .div-titular-text h2 {
    color: #fff;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    padding: 0rem;
    font-weight: 500;
    line-height: normal;
  }

  .div-titular-text p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 18px;
    padding: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .div-titular-father {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .margin {
    margin-right: 2rem;
  }

  /*Section Easy*/

  /*Footer*/

  footer section {
    width: 80%;
  }

  .content-up h2 {
    font-size: 60px;
  }

  .content-bottom-div1 {
    width: 100%;
    margin-top: 2rem;
  }

  .content-bottom-div1-div div {
    gap: 5%;
  }

  .content-up a {
    width: 190px;

    height: 65px;
    font-size: 22px;
  }

  .footer-section-svg {
    bottom: -10%;
  }

  .content-bottom-div1-p {
    margin-top: 1rem;

    font-size: 14px;
  }

  .content-bottom-div1-div div p {
    font-size: 16px;
  }

  .content-list {
    margin-top: .5rem;
  }

  .content-list li {
    margin-top: 0.5rem;
  }

  .content-list a {
    font-size: 16px;
  }

  .content-list h2 {
    font-size: 21px;
  }

  .h2-last {
    padding-top: 3rem;

    font-size: 18px;
  }

  .about-section-1 h2 {
    margin-top: 0rem;
    width: 60%;
    color: #fff;
    font-family: "Poppins";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 88px */
  }

  .about-section-1 p {
    margin-top: 1.5rem;
    color: #fff;
    font-family: "Poppins-Light";
    width: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .about-section-1-form-first {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 40% 60%;
    width: 89vw;

    gap: 1%;
  }

  .div-input-last {
    padding: 0.3rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 17%;
  }

  .about-section-1-form-first-input {
    height: 4rem;
  }

  .div-input-last2 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    padding: 0.3rem;
    margin-left: 1rem;
    width: 12%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last3 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    position: relative;
    padding: 0.4rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 15%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last p,
  .div-input-last2 p,
  .div-input-last3 p {
    color: #656879;
    font-family: "Poppins-Light";
    font-size: 10px;
    margin-top: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
  }

  .input-btn {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

  .about-section-1-form-first-input-div {
    padding: 0.3rem 0.3rem;
    width: 60%;

    font-family: "Poppins";
    font-size: 9px;
  }

  .Jobs-grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 3rem 0rem 0rem 0rem;
  }

  .Jobs-grid-div {
    padding: 0.5rem 2rem;
    margin: 1rem 0rem;
  }

  .Jobs-grid-div h2 {
    font-size: 24px;
  }

  .Jobs-grid-div-p {
    font-size: 16px;
  }

  header div {
    border-radius: 20px;
    background: #000;
    width: 94%;
    display: flex;
    position: fixed;
    padding: 0rem 1rem;
    justify-content: space-between;
    align-items: center;
    height: 4.5rem;
  }

  header div svg {
    height: 100%;
    width: 60px;
  }

  header div img {
    width: 100px;
    height: 100%;
  }

  /*Single */

  .single-section-1-div {
    padding-top: 4rem;
  }

  .single-section-1-div ul {
    display: flex;
    margin-top: 4rem;
    justify-content: space-between;
    width: 80%;
  }

  .single-section-1-div h2 {
    margin-top: 2rem;
    width: 100%;
    font-size: 60px;
  }

  .single-section-1-div ul li {
    font-size: 14px;
  }

  .single-section-2 {
    display: grid;
    grid-template-columns: 55% 45%;

    margin-top: 4rem;
  }

  .window-div {
    width: 100%;
  }

  .window button {
    width: 100%;
    margin-bottom: 2rem;
  }

  .window {
    width: min-content;
    align-items: center;
  }

  .text {
    margin-bottom: 2rem;
  }

  .modal-div {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    width: 85%;
    height: 85vh;
    display: grid;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .hire-input-div2 img {
    margin-top: 2rem;
  }

  .Hire-section-5-div-div {
    width: 95%;
  }

  .Hire-section-3-div-1 button {
    width: 85%;
  }

  .hire-input-div5 img {
    margin-top: 0rem;
  }

  .hire-input-div2 {
    width: 85%;
  }

  .d-flex {
    height: 15%;
  }

  .Hire-section-1-div {
    height: 90%;
  }

  .styles-header2 {
    margin-top: 3rem;
  }

  .Hire-section-3-div-1 h2 {
    font-size: 40px;
  }

  .Hire-section-3-div-2 p {
    font-size: 16px;
    width: 90%;
  }

  .Hire-section-1-div h2 {
    font-size: 50px;
  }

  .Hire-section-1-div p {
    width: 65%;
    font-size: 16px;
  }

  .Hire-section-1-div button {
    width: 20%;
  }

  .Hire-section-2-div {
    width: 100%;
    justify-content: space-between;
  }

  .Hire-section-2-div img {
    width: 150px;
  }

  .hire-input-div3 div {
    width: 55%;
  }

  .text-label {
    padding: 0rem 3rem;
  }

  /*Apply section*/

  .apply-section-1 {
    padding: 0rem 3rem;
  }

  .apply-section-1-div {
    height: 55%;
  }

  .apply-section-1 h2 {
    font-size: 40px;
    width: 75%;
  }

  .apply-section-1 p {
    font-size: 21px;
  }

  .apply-title {
    margin-top: 1rem;
    font-size: 230px;
  }

  .apply-section-2-div1 img {
    width: 470px;
  }

  .apply-section-2 {
    grid-template-columns: 50% 50%;
  }

  .apply-section-2 div h2 {
    font-size: 50px;
    margin-top: 0rem;
    text-align: left;
    width: 65%;
  }

  .apply-section-2-div,
  .apply-section-4-div {
    align-items: start;
    margin-left: 3rem;
  }

  .apply-section-2 div p,
  .apply-section-4 div p {
    width: 90%;
    font-size: 16px;
  }

  .apply-section-3 h2 {
    width: 85%;
    font-size: 65px;
    line-height: 110%;
  }

  .apply-section-3 {
    padding: 4rem 0rem;
  }

  .apply-section-4-div-img1 {
    margin-right: 3rem;
  }

  .apply-section-4-div-img2 {
    margin-left: 3rem;
  }

  .apply-section-4-div-img1 img,
  .apply-section-4-div-img2 img {
    width: 470px;
  }

  .apply-section-6-div-1 {
    padding: 5rem 0rem;
  }

  .apply-section-6-div-1 p {
    width: 65%;
    font-size: 20px;
  }

  .apply-section-6-div-1 h2 {
    padding-bottom: 1rem;
  }

  .apply-section-6-div-1-div {
    padding: 0rem 3rem;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 1rem;
  }

  .apply-section-6-div-1-div-child h2 {
    font-size: 26px;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
    font-size: 14px;
  }

  /*Blog section*/

  .blog-section-1-div h2 {
    font-size: 95px;
  }
  .blog-section-1-div-div {
    width: 65%;
  }

  .blog-section-2-div {
    width: 84%;
    padding: 1rem 1rem;
  }
  .blog-section-2-div-img img {
    width: 450px;
  }

  .blog-section-2-div-div h2 {
    font-size: 25px;
    width: 100%;
  }

  .blog-section-2-div-div p {
    font-size: 14px;
    width: 95%;
  }

  .blog-section-3 {
    column-gap: 15%;
  }
  .pagination {
    margin: 3rem 0rem;
  }

  .blog-section-3 div {
    width: 100%;
    padding: 2rem 2rem;
  }
  .blog-section-3 div p {
    font-size: 16px;
  }

  .blog-section-3 div h2 {
    font-size: 25px;
  }

  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 80vh;
    z-index: 1002;
  }

}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .flex-title > h2 {
    font-size: 9vw;
  }

  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 80vh;
    z-index: 1002;
  }

  .div-flex-easy > h3{
    font-size: 1.65rem !important;
  }

  .easyContent > p{
    font-size: 1.2rem !important;
    line-height:2rem !important;
  }

  .flex-title {
    top: 10%;
  }

  .img-man {
    right: 4%;
    bottom: 5%;
  }

  .btn-absolute-black {
    left: 1.5%;
  }

  .img-div-man{
    display: none;
  }

  .img-man > img {
    width: 75vw;
    height: auto;
  }

  /*Header y primera sección*/

  .rectangle-blue-back h2 {
    font-size: 28px;
  }

  .btn-div {
    position: absolute;
    left: 11%;
    bottom: 8%;
    display: grid;
  }

  .btn-div-black {
    width: 104px;
    height: 56px;
    font-size: 20px;
  }

  .a2 {
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }

  .btn-2 {
    margin-left: 10.2rem;
    margin-top: 1rem;
  }

  .btn-line {
    width: 18px;
    height: 52px;
    left: -6.35%;
  }

  .section-slider-scroll {
    padding: 7rem 3rem 4rem 3rem;
  }

  button {
    border-radius: 10px !important;
  }

  .section-slider-scroll-div-2 img {
    width: 550px;
  }

  .fixedSection{
    top: 47% !important;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 62px;
  }

  .section-slider-scroll-div-1-p {
    font-size: 20px;
  }

  .section-slider-scroll-div-1-btn {
    width: 32%;
    font-size: 20px;
  }

  /*About sección*/

  .div-about-title {
    margin-top: 2.5rem;
  }

  .about-title {
    font-size: 270px;
  }

  .About-info {
    margin-top: -3rem;
    padding: 2.5rem 0rem;
  }
  .Info-div {
    margin-left: 20rem;
    margin-top: 5rem;
    width: 63%;
    padding: 3rem;
  }

  .Info-div p {
    font-size: 34px;
  }

  .button-black {
    width: 195px;
    padding: 0rem 1rem;
    border-radius: 20px;
    height: 4.5rem;
    font-size: 22px;
    gap: 11%;
  }

  .logo-btn {
    top: 12%;
    left: 2%;
  }

  .logo-btn img {
    width: 265px;
    height: auto;
  }

  /*Cuarta section*/

  .msg-black-first-div {
    height: min-content;

    display: grid;
    width: 90%;
  }

  .msg-black-div-div {
    width: 65%;
    margin-left: 4rem;
    margin-top: 4rem;

    font-size: 35px;

    line-height: 180%; /* 80px */
  }

  .msg-black-p {
    font-size: 20px;
  }

  .msg-black-btn {
    width: 55%;
    height: 55%;
    font-size: 20px;
  }

  .msg-black-div {
    margin-top: 3rem;
    padding-bottom: 2.5rem;
    margin-left: 4rem;
    grid-template-columns: 65% 35%;
  }

  .div-btn {
    margin-right: 4rem;
  }

  /*Quinta Section*/

  .section-text h2 {
    color: #191919;
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 66px */
  }

  /* Section Testimonios primer-div*/

  .section-black-div {
    height: 100vh;
  }

  .section-black-div h2 {
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
  }

  .section-black-div span {
    color: #0097b2;
  }

  .section-black-div1 {
    padding: 0rem 2rem;
    height: 30%;
    display: flex;
    justify-content: center;
    gap: 0%;
    align-items: center;
  }

  .section-black-div1 h2 {
    color: #191919;
    font-family: "Poppins-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 60px */
  }

  .section-black-div1-child1 {
    background-color: #ffffff00;
  }

  .section-black-div1-child1 img {
    height: 330px;
    width: 440px;
  }

  .section-black-div1-child2 {
    border-radius: 20px;
    height: 330px;
    width: 700px;
    margin-left: 1rem;
    background-color: #0097b2;
  }

  .section-black-div1-child2 p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 24px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    width: 95%;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 36.8px */
  }

  .div-titular {
    display: flex;
    margin-left: 1rem;
    margin-top: 1rem;
    align-items: center;
  }

  .div-titular img {
    width: 90px;
    height: 90px;
  }

  .div-titular-text {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    flex-direction: column;
  }

  .div-titular-text h2 {
    color: #fff;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    padding: 0rem;
    font-weight: 500;
    line-height: normal;
  }

  .div-titular-text p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 18px;
    padding: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .div-titular-father {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .margin {
    margin-right: 2rem;
  }

  /*Footer*/

  footer section {
    width: 80%;
  }

  .content-up h2 {
    font-size: 80px;
  }

  .content-bottom-div1 {
    width: 100%;
  }

  .footer-section-svg {
    bottom: -10%;
  }

  .content-bottom-div1-p {
    margin-top: 1rem;

    font-size: 16px;
  }

  .content-list {
    margin-top: 3rem;
  }

  .content-list li {
    margin-top: 1rem;
  }

  .content-list a {
    font-size: 20px;
  }

  .content-list h2 {
    font-size: 24px;
  }

  .h2-last {
    padding-top: 4rem;

    font-size: 20px;
  }

  .about-section-1 h2 {
    margin-top: 3rem;
    width: 60%;
    color: #fff;
    font-family: "Poppins";
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 88px */
  }

  .about-section-1 p {
    margin-top: 1.5rem;
    color: #fff;
    font-family: "Poppins-Light";
    width: 50%;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .about-section-1-form-first {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 40% 60%;
    width: 90vw;

    gap: 1%;
  }

  .div-input-last {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    position: relative;
    padding: 0.3rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 15%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last2 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    padding: 0.3rem;
    margin-left: 1rem;
    width: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last3 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    position: relative;
    padding: 0.3rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last p,
  .div-input-last2 p,
  .div-input-last3 p {
    color: #656879;
    font-family: "Poppins-Light";
    font-size: 12px;
    margin-top: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
  }

  .text-label {
    padding: 0rem 3rem;
  }

  .about-section-1-form-first-input-div {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    width: 20%;

    font-family: "Poppins";
    font-size: 11px;
  }

  .Jobs-grid-div {
    padding: 0.5rem 2rem;
  }

  .Jobs-grid-div h2 {
    font-size: 24px;
  }

  .Jobs-grid-div-p {
    font-size: 16px;
  }

  /*Single */

  .single-section-1-div {
    padding-top: 1rem;
  }

  .single-section-1-div ul {
    display: flex;
    margin-top: 4rem;
    justify-content: space-between;
    width: 50%;
  }

  .single-section-1-div h2 {
    margin-top: 2rem;
    width: 100%;
    font-size: 75px;
  }

  .single-section-1-div ul li {
    font-size: 14px;
  }

  .single-section-2 {
    display: grid;
    grid-template-columns: 45% 55%;

    margin-top: 4rem;
  }

  .window-div {
    width: 100%;
  }

  .window button {
    width: 100%;
    margin-bottom: 2rem;
  }

  .window {
    width: min-content;
    align-items: center;
  }

  .text {
    margin-bottom: 2rem;
  }

  .modal-div {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    width: 75%;
    height: 75vh;
    display: grid;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .hire-input-div2 img {
    margin-top: 2rem;
  }

  .Hire-section-3-div-1 button {
    width: 65%;
  }

  .hire-input-div5 img {
    margin-top: 0rem;
  }

  .hire-input-div2 {
    width: 85%;
  }

  .Hire-section-1-div {
    height: 80%;
  }

  .Hire-section-1-div h2 {
    font-size: 68px;
  }

  .Hire-section-1-div p {
    width: 45%;
    font-size: 18px;
  }

  .Hire-section-1-div button {
    width: 15%;
  }

  .Hire-section-2-div {
    width: 100%;
    justify-content: space-between;
  }

  .Hire-section-2-div img {
    width: 200px;
  }

  .hire-input-div3 div {
    width: 35%;
  }

  /*Apply section*/

  .apply-section-1 {
    padding: 0rem 3rem;
  }

  .apply-section-1-div {
    height: 55%;
  }

  .apply-section-1 h2 {
    font-size: 50px;
    width: 75%;
  }

  .apply-section-1 p {
    font-size: 24px;
  }

  .apply-title {
    margin-top: 1rem;
  }

  .apply-section-2-div1 img {
    width: 580px;
  }

  .apply-section-2 {
    grid-template-columns: 50% 50%;
  }

  .apply-section-2 div h2 {
    font-size: 60px;
    margin-top: 0rem;
    text-align: left;
    width: 65%;
  }

  .apply-section-2-div,
  .apply-section-4-div {
    align-items: start;
    margin-left: 3rem;
  }

  .apply-section-2 div p,
  .apply-section-4 div p {
    width: 90%;
    font-size: 18px;
  }

  .apply-section-3 h2 {
    width: 90%;
  }

  .apply-section-3 {
    padding: 4rem 0rem;
  }

  .apply-section-4-div-img1 {
    margin-right: 3rem;
  }

  .apply-section-4-div-img2 {
    margin-left: 3rem;
  }

  .apply-section-4-div-img1 img {
    width: 580px;
  }

  .apply-section-6-div-1 {
    padding: 5rem 0rem;
  }

  .apply-section-6-div-1 p {
    width: 65%;
    font-size: 20px;
  }

  .apply-section-6-div-1 h2 {
    padding-bottom: 2rem;
  }

  .apply-section-6-div-1-div {
    padding: 0rem 3rem;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 2rem;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
    font-size: 20px;
  }

  /*Blog section*/

  .blog-section-1-div-div {
    width: 65%;
  }

  .blog-section-3 div button {
    top: 9.5%;
    left: 9%;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px !important;
  }

  .blog-section-2-div {
    width: 84%;
    padding: 1rem 2rem;
  }

  .blog-section-2-div-div h2 {
    font-size: 30px;
    width: 100%;
  }

  .blog-section-2-div-div p {
    font-size: 20px;
    width: 95%;
  }

  .blog-section-3 {
    column-gap: 9%;
  }

  .blog-section-3 div {
    width: 95%;
    padding: 2rem 2rem;
  }

  .single-section-1-div {
    height: 75%;
  }

  .blog-section-3 div h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1650px) {
  .flex-title > h2 {
    font-size: 8vw;
  }



  .image{
    height: 220px !important;
  }

  .title-very-ease{
    font-size: 2rem !important;
  }

  .easyContent > p{
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
  }

  .div-flex-easy > h3{
    font-size: 1.75rem !important;
  }

  .content-very-ease{
    font-size: 1.3rem !important;
  }

  .img-man {
    right: 4%;
    bottom: 4.5%;
    overflow: hidden;
  }

  .btn-absolute-black {
    left: 1.8%;
  }

  .img-man > img {
    width: 75vw;
    height: auto;
    
  }

  .img-div-man{
    display: none;
  }

  /*Header y primera sección*/
  /* 
    .men-background h2 {
        font-size: 110px;
        line-height: 110%; 
    }*/

  .a2 {
    margin-top: 0.4rem;
    margin-left: 0.2rem;
  }

  /* .img-man{
        position: absolute;
        right: 5%;
    } */

  .btn-div {
    position: absolute;
    left: 10%;
    bottom: 10%;
    display: grid;
  }

  .mouse-btn{
    padding-bottom: 0rem ;
  }

  .btn-div-black {
    width: 104px;
    height: 56px;
    font-size: 20px;
  }

  .btn-2 {
    margin-left: 10rem;
    margin-top: 1rem;
  }

  .btn-line {
    width: 18px;
    height: 52px;
    left: -8.35%;
  }

  /*About sección*/

  .div-about-title {
    margin-top: 2.5rem;
    width: 100%;

  }

  .about-title {
    font-size: 300px;
  }

  .About-info {
    margin-top: -3.5rem;
    padding: 2.5rem 0rem;
  }
  .Info-div {
    margin-left: 20rem;
    margin-top: 5rem;
    width: 63%;
    padding: 3rem;
  }

  .Info-div p {
    font-size: 38px;
  }

  .button-black {
    width: 185px;
    padding: 0rem 1rem;
    border-radius: 10px;
    height: 4rem;
    font-size: 22px;
    gap: 8%;
  }

  .logo-btn {
    top: 12%;
    left: 2%;
  }

  .logo-btn img {
    width: 250px;
    height: auto;
  }

  /*Cuarta section*/

  .msg-black-first-div {
    height: min-content;

    display: grid;
    width: 90%;
  }

  .msg-black-div-div {
    width: 70%;
    margin-left: 4rem;
    margin-top: 4rem;

    font-size: 40px;

    line-height: 180%; /* 80px */
  }

  .msg-black-p {
    font-size: 22px;
  }

  button {
    border-radius: 10px !important;
  }

  .msg-black-btn {
    border-radius: 10px;
    width: 50%;
    height: 50%;
    font-size: 20px;
  }

  .div-btn {
    margin-right: 4rem;
  }

  .section-slider-scroll {
    padding: 7rem 3rem 4rem 3rem;
  }

  .section-slider-scroll-div-2 img {
    width: 600px;
  }

  .section-slider-scroll-div-1-h2 {
    font-size: 4vw;
  }

  .section-slider-scroll-div-1-p {
    font-size: 24px;
  }

  .section-slider-scroll-div-1-btn {
    width: 24%;
    font-size: 22px;
  }

  .rectangle-blue-back h2 {

    font-family: "Poppins-Light";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 39.9px */
  }

  /*Quinta Section*/

  .section-text h2 {
    color: #191919;
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 66px */
  }

  .div-abs {
    border-radius: 20px;
    background: #fff;
    display: flex;
    width: fit-content;
    padding: 0.5rem 1rem;
    gap: 5%;
    top: 50%;
    left: -15%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
  }

  .div-abs-child h2 {
    font-size: 24px;
  }

  .div-abs-child h6 {
    font-size: 15px;
  }

  /* Section Testimonios primer-div*/

  .section-black-div {
    height: 100vh;
  }

  .section-black-div h2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section-black-div1 {
    gap: 2%;
  }

  .section-black-div1 h2 {
    font-size: 40px;
  }

  .section-black-div1-child1 {
    background-color: #ffffff00;
  }

  .section-black-div1-child1 img {
    height: 330px;
    width: 460px;
  }

  .section-black-div1-child2 {
    border-radius: 20px;
    height: 330px;
    width: 700px;
    margin-left: 1rem;
    background-color: #0097b2;
  }

  .section-black-div1-child2 p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 24px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    width: 95%;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 36.8px */
  }

  .div-titular {
    display: flex;
    margin-left: 1rem;
    margin-top: 1rem;
    align-items: center;
  }

  .div-titular img {
    width: 90px;
    height: 90px;
  }

  .div-titular-text {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    flex-direction: column;
  }

  .div-titular-text h2 {
    color: #fff;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    padding: 0rem;
    font-weight: 500;
    line-height: normal;
  }

  .div-titular-text p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 18px;
    padding: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .div-titular-father {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .margin {
    margin-right: 2rem;
  }

  /*Footer*/

  footer section {
    width: 80%;
  }

  .content-up h2 {
    font-size: 80px;
  }

  .content-bottom-div1 {
    width: 100%;
  }

  .content-bottom-div1-p {
    margin-top: 1rem;

    font-size: 18px;
  }

  .content-list {
    margin-top: 3rem;
    z-index: 1004;
  }

  .content-list li {
    list-style: none;
    margin-top: 1rem;
  }

  .content-list a {
    text-decoration: none;
    color: #f8f8f8;
    font-family: "Poppins-Light";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .content-list h2 {
    font-size: 26px;
  }

  .h2-last {
    color: #f8f8f8;
    text-align: center;
    z-index: 1004;
    position: relative;
    padding-top: 4rem;
    font-family: "Poppins-Light";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /*Estilos paginas subyacentes*/

  .styles-header2 {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 4rem;
    z-index: 1005;
    margin-top: 3rem;
    position: fixed;
  }

  header div {
    border-radius: 20px;
    background: #000;
    width: 94%;
    display: flex;
    position: fixed;
    padding: 0rem 0.3rem;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
  }

  header div svg {
    height: 100%;
    width: 70px;
  }

  header div img {
    width: 120px;
    height: 100%;
  }

  /*About sections*/
  .about-section-1 {
    background-image: url("./img/Bg\ hero.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0rem 4rem;
  }

  .about-section-1-div {
    display: grid;
    justify-content: start;
    align-content: center;

    width: 100%;
    height: 100%;
  }

  .about-section-1-div-div {
    padding: 0rem 0rem;
    display: grid;
    width: 100%;
  }

  .about-section-1 h2 {
    width: 65%;
    color: #fff;
    font-family: "Poppins";
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 88px */
  }

  .about-section-1 p {
    margin-top: 1.5rem;
    color: #fff;
    font-family: "Poppins-Light";
    width: 50%;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .about-section-1-form-first {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 40% 60%;
    width: 91vw;

    gap: 1%;
  }

  .about-section-1-form-first-input {
    border-radius: 5px;
    background: #fdfdfd;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 5.5rem;
  }

  .about-section-1-form-first-input input {
    border: none;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-left: 1rem;
    outline: none;
    color: #272727;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
  }

  .about-section-1-form-first-input svg {
    position: relative;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .text-label {
    padding: 0rem 3rem;
  }

  .about-section-1-form-first-input-div {
    position: relative;

    border-radius: 100px;
    padding: 0.5rem 0.5rem;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: min-content;
    align-items: center;
    background: #d5e9ed;
    color: #0097b2;
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
  }

  .about-section-1-form-first-input-div svg {
    position: relative;
    margin: 0rem 0.4rem;
  }

  .input-btn {
    border-radius: 5px;
    background: #0097b2;
    margin-right: 1rem;
    padding: 1rem 2rem;
    border: none;
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .div-input-last {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    position: relative;
    padding: 1rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 15%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last2 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    padding: 1rem;
    margin-left: 1rem;
    width: 8%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last3 {
    border-radius: 5px;
    border: 1px solid #cdcdd6;
    background: #f9f9fb;
    height: min-content;
    position: relative;
    padding: 1rem;
    margin-left: 0.5rem;
    gap: 5%;
    width: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .div-input-last p,
  .div-input-last2 p,
  .div-input-last3 p {
    color: #656879;
    font-family: "Poppins-Light";
    font-size: 12px;
    margin-top: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
  }

  .last-input {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 1rem;
    margin-top: 1rem;
  }

  .float-text {
    position: absolute;
    top: 20%;
    right: 2%;
  }

  .float-text p {
    color: #656879;
    white-space: pre;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
  }

  .text-align {
    text-align: center;
  }
  .text-show {
    color: #656879;
    font-family: "Poppins";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .texts-about {
    display: flex;
    justify-content: space-between;
    padding: 0rem 4rem;
    align-items: end;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3rem 0rem 0rem 0rem;
  }

  .pagination button {
    width: 45px;
    height: 45px;
    border: none;
    background-color: #f8f8f8;
    color: #656879;
    font-family: "Poppins-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    transition: all 0.5s ease;
    cursor: pointer;
  }

  .pagination-button-number:hover {
    border-radius: 5px;
    background: #0097b2;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
  }

  .pagination button svg {
    background-color: transparent;
  }

  .pagination button svg:hover {
    transform: scale(1.2);
    transition: all 0.5s ease;
  }

  /*Sectión ofertas laborales*/

  .Jobs-grid {
    gap: 3%;
  }

  .Jobs-grid-div {
    padding: 1rem 3rem 2rem 3rem;
  }

  .Jobs-grid-div h2 {
    font-size: 28px;
  }

  .border-left {
    padding-left: 0.8rem;
  }

  .Jobs-grid-div-child p {
    font-size: 12px;
  }

  .Jobs-grid-div-p {
    font-size: 16px;
  }

  .Jobs-grid-div-child-2 {
    column-gap: 4%;
  }

  .Jobs-grid-div-child-2 div {
    padding: 0.6rem 0.5rem;
  }

  .Jobs-grid-div-child-2 p {
    font-size: 12px;
  }

  .last-child-Jobs {
    margin-top: 0.5rem;
  }

  .div-button-Jobs {
    margin: 1rem 0rem 2rem 0rem;
  }

  .Jobs-grid-div a {
    height: 3.5rem;
    font-size: 20px;
  }

  /*Single */

  .single-section-1-div {
    padding-top: 1rem;
  }

  .single-section-1-div ul {
    display: flex;
    margin-top: 4rem;
    justify-content: space-between;
    width: 50%;
  }

  .single-section-1-div h2 {
    margin-top: 2rem;
    width: 100%;
    font-size: 75px;
  }

  .single-section-1-div ul li {
    font-size: 14px;
  }

  .single-section-2 {
    display: grid;
    grid-template-columns: 45% 55%;

    margin-top: 4rem;
  }

  .window-div {
    width: 100%;
  }

  .window button {
    width: 100%;
    margin-bottom: 2rem;
  }

  .window {
    width: min-content;
    align-items: center;
  }

  .text {
    margin-bottom: 2rem;
  }

  .modal-div {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    width: 65%;
    height: 65vh;
    display: grid;
    margin-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .hire-input-div2 img {
    margin-top: 2rem;
  }

  .Hire-section-3-div-1 button {
    width: 65%;
  }

  .hire-input-div5 img {
    margin-top: 0rem;
  }

  .hire-input-div2 {
    width: 85%;
  }

  .Hire-section-1-div {
    height: 80%;
  }

  .Hire-section-1-div h2 {
    font-size: 68px;
  }

  .Hire-section-1-div p {
    width: 45%;
    font-size: 18px;
  }

  .Hire-section-1-div button {
    width: 15%;
  }

  .Hire-section-2-div {
    width: 100%;
    justify-content: space-between;
  }

  .Hire-section-2-div img {
    width: 200px;
  }

  .hire-input-div3 div {
    width: 35%;
  }

  /*Apply section*/

  .apply-section-1-div {
    height: 55%;
  }

  .apply-section-1 h2 {
    font-size: 60px;
    width: 75%;
  }

  .apply-section-1 p {
    font-size: 26px;
  }

  .apply-title {
    margin-top: 2rem;
  }

  .apply-section-2 {
    grid-template-columns: 55% 45%;
  }

  .apply-section-2 div h2 {
    font-size: 70px;
    margin-top: 0rem;
    text-align: left;
    width: 65%;
  }

  .apply-section-2-div{
    align-items: start;
    margin-left: 0rem;
  }

  .apply-section-4-div {
    align-items: start;
    margin-left: 3rem;
  }

  .apply-section-2 div p{
    width: 90%;
    font-size: 20px;
  }

  .apply-section-4 div p {
    width: 80%;
    font-size: 20px;
  }


  .apply-section-3 h2 {
    width: 80%;
  }

  .apply-section-3 {
    padding: 4rem 0rem;
  }

  .apply-section-6-div-1 {
    padding: 5rem 0rem;
  }

  .apply-section-6-div-1 p {
    width: 45%;
    font-size: 20px;
  }

  .apply-section-6-div-1 h2 {
    padding-bottom: 2rem;
  }

  .apply-section-6-div-1-div-child {
    padding: 0rem 2rem;
  }

  .apply-section-6-div-1-div-child p {
    width: 100%;
    font-size: 20px;
  }

  /*Blog section*/

  .blog-section-1-div-div {
    width: 58%;
  }

  .blog-section-3 div button {
    top: 8%;
    left: 10%;

    padding: 6px 14px;
    border-radius: 5px !important;
    font-size: 14px;
  }

  .blog-section-2-div {
    width: 84%;
  }

  .blog-section-2-div-div h2 {
    font-size: 35px;
  }

  .blog-section-2-div-div p {
    font-size: 21px;
  }

  .blog-section-3 div {
    width: 91%;
    padding: 2rem 2rem;
  }

  .blog-section-3 div h2 {
    font-size: 38px;
  }

  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 80vh;
    z-index: 1002;
  }

}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .flex-title > h2 {
    font-size: 7.5rem;
  }

  .single-section-1 {
    height: 95vh;

  }
  


  .fixedSection {
    top: 42% !important;

  }

  .cardInfo{
    height: 70% !important;
    gap: .5rem !important;
    padding-bottom: 0rem !important;
  }

  .section-slider-scroll-div-1-h2{
    font-size: 55px;
  }

  

  .cardTitle{
    margin-top: 2.5rem !important;
  }

  .inner-discover-section{
    padding-right: 3rem !important;
  }
 
  .section-slider-scroll-div-1-btn{
    width: 25%;
  }

  .section-slider-scroll-div-1-p{
    padding-top:1.3rem ;
  }

  .content-background {
    padding: 0% 8%;
  }

  /*Header y primera sección*/
  .img-man {
    right: 5%;
  }
  .img-man > img {
    width: 70vw;
    height: 50rem;
  }

  .img-div-man{
    display: none;
  }

  /* .men-background h2{
        font-size: 135px;
        line-height: 110%; 
    } */

  .btn-div {
    position: absolute;
    left: 10%;
    bottom: 10%;
    display: grid;
  }

  .btn-div-black {
    width: 145px;

    height: 65px;
    font-size: 21px;
  }

  .btn-absolute-black {
    left: 0.5%;
  }

  .a2 {
    margin-top: -0.2.5rem;
    margin-left: 0rem;
  }

  .btn-2 {
    margin-left: 9.6rem;
    margin-top: 0.4rem;
  }

  .btn-line {
    width: 20px;
    left: -2.35%;
    top: -4%;
  }

  /*About sección*/

  .div-about-title {
    margin-top: 2rem;
  }

  .about-title {
    font-size: 350px;
  }

  .About-info {
    height: min-content;
    margin-top: -5rem;
    padding: 4rem 0rem;
  }

  .Info-div {
    margin-top: 6rem;
    width: 60%;
  }

  .Info-div p {
    font-size: 44px;
  }

  .button-black {
    width: 250px;
    height: 5rem;
    font-size: 26px;
  }

  .logo-btn {
    top: 10%;
    left: 2.5%;
  }

  .logo-btn img {
    width: 290px;
  }

  /*Quinta Section*/

  .section-text h2 {
    color: #191919;
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 66px */
  }

  /*Section Testimonial*/

  /* Section Testimonios primer-div*/

  .section-black-div {
    height: 100vh;
  }

  .section-black-div h2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section-black-div1 {
    gap: 2%;
  }

  .section-black-div1 h2 {
    font-size: 40px;
  }

  .section-black-div1-child1 {
    background-color: #ffffff00;
  }

  .section-black-div1-child1 img {
    height: 360px;
    width: 500px;
  }

  .section-black-div1-child2 {
    border-radius: 20px;
    height: 360px;
    width: 800px;
    margin-left: 1rem;
    background-color: #0097b2;
  }

  .section-black-div1-child2 p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 28px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    width: 95%;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 36.8px */
  }

  .div-titular {
    display: flex;
    margin-left: 1rem;
    margin-top: 1rem;
    align-items: center;
  }

  .div-titular img {
    width: 110px;
    height: 110px;
  }

  .div-titular-text {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    flex-direction: column;
  }

  .div-titular-text h2 {
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    padding: 0rem;
    font-weight: 500;
    line-height: normal;
  }

  .div-titular-text p {
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 20px;
    padding: 0rem;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .div-titular-father {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .margin {
    margin-right: 2rem;
  }

  /*Single*/

  .single-section-1-div ul {
    display: flex;
    margin-top: 4rem;
    justify-content: space-between;
    width: 50%;
  }

  .modal-div {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    width: 65%;
    height: 75vh;
    display: grid;
    margin-top: 4.5rem;
    padding-bottom: 2rem;
  }

  /*Apply*/

  .apply-section-6-div-1-div-child {
    padding: 0rem 2rem;
  }
  .apply-section-6-div-1-div-child h2 {
    font-size: 32px;
  }

  .apply-section-6-div-1-div-child p {
    font-size: 20px;
  }

  .float-svg {
    right: -5%;
  }

  .blog-section-2-div {
    width: 80%;
  }

  .blog-section-2-div-div h2 {
    font-size: 40px;
  }

  .blog-section-2-div-div p {
    font-size: 24px;
  }

  .blog-section-3 div {
    width: 80%;
  }

  .blog-section-3 div h2 {
    font-size: 40px;
  }
}


@media only screen and (min-width:1919px) {
  .img-div-man{
    display: none;
  }

  .deg-img{
    position: absolute;
    background-color: #0097b2b7;
    width: 100vw;
    height: 80vh;
    z-index: 1002;
  }

}