@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSans-Regular.eot');
  src: local('Azo Sans Regular'), local('AzoSans-Regular'),
    url('../fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AzoSans-Regular.woff2') format('woff2'),
    url('../fonts/AzoSans-Regular.woff') format('woff'),
    url('../fonts/AzoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* Reset de márgenes y padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
section, footer{
  overflow: hidden;
}
.servicios-content{
  overflow: inherit;
}


header {
  background-color: #0055B8;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 70%);
  position: fixed;
  width: 100%;
  z-index: 99;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  width: 70%;
  max-width: 1008px;
}

.nav-links li {
  margin: 0 5%;
}

.nav-links a {
  color: white;
  text-decoration: none;
}

.logo {
  position: relative;
  margin: 0 50px;
}

.logo a {
  position: relative;
  z-index: 1;
}

.logo {
  padding: 15px;
  padding-right: 47px;
  padding-left: 47px;
  margin-bottom: -46px !important;
  /*background: #0055B8;*/
  width: 266px;
  border-radius: 30px;
}

.shape-menu {
  position: absolute !important;
  bottom: -2px !important;
  width: 319px !important;
  left: -29px !important;
}

.logo img {
  position: relative;
  width: 172px;
  z-index: 1;
}

.socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.socials-mobile {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  width: 87%;
  padding-top: 20px;
}

.meta-button {
  width: 25px;
  height: 25px;
}

.whatsapp-icon {
  width: 21px;
  height: 21px;
  margin-right: 6px;
}

.whatsapp-button {
  background-color: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.socials {
  position: absolute;
  right: 20px;
}

.whatsapp-button:hover {
  background-color: #1ebe54;
}

.hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url(../img/back-hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 126px;
  padding-left: 126px;
  padding-right: 20px;
}

.info-hero {
  display: flex;
  flex-direction: column;
  width: 42%;
  max-width: 535px;
}

.hero-title {
  font-weight: 900;
  color: #0055B8;
  margin-top: 25px;
  margin-bottom: 22px;
  font-size: 45px;
  min-width: 535px;
}

.logo-hero {
  width: 100%;
  max-width: 463px;
}

.logo-hero {
  width: 100%;
  max-width: 463px;
}

.gruas-hero svg {
  width: 100%;
  max-width: 708px;
}

.btn-info-hero {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #0055B8;
  width: 173px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
}

.btn-info-hero:hover {
  cursor: pointer;
  background: #00418d;
}



.galery-section {
  background-color: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-galery {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}

.logo-galery {
  width: 100%;
  max-width: 290px;
}

.galery-side {}

.info-side {
  display: flex;
  flex-direction: column;
  padding-left: 83px;
  padding-right: 156px;
  padding-top: 94px;
}

.content-info-galery {
  max-width: 499px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 23px;

}

.btn-info-galery {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 173px;
  border-radius: 25px;
  color: #0055B8;
  text-decoration: none;
  border: 1px solid #0055B8;

}

.btn-info-galery:hover {
  cursor: pointer;
  background: #00418d;
  color: white;
}


.content-info-galery p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 20px;
}



/* Position the image container (needed to position the left and right arrows) */
.galery-side {
  position: relative;
  max-width: 700px;
  width: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


.mySlides img {
  width: 100%;
  margin-bottom: -5px;
  margin-left: -2px;
  opacity: 0;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 6px 6px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 2px;
  border-radius: 6px 0 0 6px;
}

.prev {
  left: -2px;
  border-radius: 0 6px 6px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.img-galery{
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/slider/default.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.g1 {
  background: url(../img/slider/plataformas/gallery1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.g2 {
  background: url(../img/slider/plataformas/gallery2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.g3{
  background: url(../img/slider/plataformas/gallery3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.g4 {
  background: url(../img/slider/plataformas/gallery4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.g5 {
  background: url(../img/slider/plataformas/gallery5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.rapidez-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 103px;
  padding-bottom: 111px;
}

.cotizar-content {
  display: flex;
  flex-direction: column;

}

.rapidez-title-content {
  margin-right: 30px;
}

.rapidez-title-p1 {
  font-size: 54px;
  font-weight: 800;
  color: #0055B8;
  max-width: 427px;
  line-height: 96%;
  width: 100%;
  text-align: right;
  padding-right: 27px;
}

.rapidez-title-p2 {
  text-align: end;
  padding-right: 27px;
  font-size: 54px;
  font-weight: 800;
  color: #0055B8;
  max-width: 427px;
  line-height: 96%;
  width: 100%;
}

.rapidez-title-p3 {
  text-align: right;
  font-size: 54px;
  font-weight: 800;
  color: #0055B8;
  max-width: 427px;
  line-height: 96%;
  width: 100%;
}

.cotizar-title {
  font-size: 64px;
  line-height: 113%;
  max-width: 798px;
  font-weight: 400;
}

.highlight {

  color: white;
  background-color: #0055B8;
  padding: 0 2px;
  padding-left: 5px;
  font-size: 64px;
  line-height: 102%;
  font-weight: 400;
}

.cotizar-subtitle {
  font-weight: 400;
  font-size: 32px;
  margin-top: 13px;
}

.btn-cotizar {
  padding: 0px;
  padding-left: 46px;
  padding-right: 46px;
  background-color: #0055B8;
  width: 173px;
  text-align: center;
  color: white;
  border-radius: 5px;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 20px;
}

.btn-cotizar:hover {
  cursor: pointer;
  background: #00418d;
}

.nuestros-equipos {
  background-color: black;
  padding-bottom: 91px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 78px;
}

.nuestros-title {
  font-size: 64px;
  font-weight: 900;
  color: white;
}

.nuestros-subtitle {
  font-size: 32px;
  font-weight: 400;
  color: white;
  max-width: 798px;
  text-align: center;
}

.highlight-nuestros {
  font-size: 32px;
  font-weight: 400;
  color: #6CA0F6;
  margin-bottom: 27px;
}

.buttons-nuestros-content {
  display: flex;
  flex-direction: row;
  margin-bottom: 104px;
}

.buttons-nuestros-content a {
  text-decoration: none;
  color: white;
  background: #0055B8;
  padding: 59px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 32px;
  border-radius: 9px;
  margin: 22px;
}

.buttons-nuestros-content a:hover {
  background: #00418d;
}



.btn-box:hover {
  cursor: pointer;
  fill: #00418d;
}

path {
  pointer-events: none;
}

.marcas-title {
  font-weight: 900;
  font-size: 40px;
  color: white;
  margin-bottom: 61px;
}

.marcas-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 86px;
  flex-wrap: wrap;
}

.marcas-content {
  background: #0055B8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 139px;
}

.plataformas-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 103px;
  background: white;
  padding-bottom: 12px;
}

.plataformas-title {
  font-size: 40px;
  line-height: 116%;
  margin-bottom: 100px;
  max-width: 984px;
  font-weight: 400;
  text-align: center;
}

.highlight-plataformas {
  font-size: 40px;
  line-height: 116%;
  font-weight: 900;
  color: #0055B8;
}


.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 4px 0px;
  justify-content: center;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  /*max-width: 1440px;*/
  width: 100%;
  padding: 0 0px;


}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.plataformas-galery {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.r1 img {
  width: 50%;
}

.r2 img {
  width: 33%;
}

svg {
  width: 100%;
}

.servicios-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 101px;
  background-color: #0055B8;
}

.btn-servicios {}

.btn-servicios:hover {
  cursor: pointer;
  fill: #0055B8;
}

.btn-servicios:hover~.btn-text-servicios {
  fill: white;
}

.btn-servicios:hover~.icon2>.btn-servicios-icon {
  fill: white;
}

.btn-servicios1:hover {
  cursor: pointer;
  fill: #0055B8;
}

.btn-servicios1:hover~.btn-text-servicios1 {
  fill: white;
}

.btn-servicios1:hover~.icon1>.btn-servicios-icon1 {
  fill: white;
}



/*.btn-servicios:hover ~ .icon1 > .btn-servicios-icon {
    fill: white;
  }*/

.servicios-svg {
  margin-bottom: -60px;
}
.servicios-svg-mobile{
  display: none;
}


.contacto-container {
  padding-top: 290px;
  padding-bottom: 109px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contacto-content {
  width: 100%;
  max-width: 847px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contacto-title-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.contacto-title-content img {
  width: 60px;
}

.contacto-title-content p {
  font-weight: 900;
  color: #0055B8;
  font-size: 48px;
  line-height: 123%;
}

.contacto-content-form {
  display: flex;
  flex-direction: column;
  max-width: 421px;
}

.contacto-form {
  display: flex;
  flex-direction: column;

}

.contacto-form input,
.contacto-form textarea {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 123%;
  color: #54565A;
  padding-bottom: 17px;
  padding-top: 13px;
  border: none;
  border-bottom: 1px solid #0055B8;
  outline: none;
}

.contacto-form input::placeholder,
.contacto-form textarea::placeholder {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 123%;
  color: #54565A;
}

.contacto-info-form {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 123%;
  color: #54565A;
}

.contacto-enviar-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 36px;
  justify-content: space-between;
}

.contacto-enviar-form button {
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  width: 130px;
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 123%;
  color: #0055B8;
  border: 1px solid #0055B8;
  background: transparent;
  margin-left: auto;
}

.contacto-enviar-form button:hover {
  cursor: pointer;
  color: white;
  background: #0055B8;
}

.ok {
  color: #54565A;
  font-size: 0.75em !important;
  font-weight: 500;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.no {
  color: #54565A;
  font-size: 0.75em !important;
  font-weight: 500;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.appear {
  display: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contacto-info-form:first-child {
  margin-bottom: 30px;
}

.contacto-info-form:nth-child(2) {
  margin-bottom: 8px;
}

.contacto-info {
  margin-right: 108px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 19px;
}

.contacto-title-content {
  display: flex;
  flex-direction: row;
}

.contacto-info a {
  display: flex;
  flex-direction: row;
  background: #0055B8;
  padding: 13px;
  padding-bottom: 4px;
  padding-top: 4px;
  border-radius: 9px;
  width: 251px;
  text-decoration: none;
  gap: 10px;
  align-items: center;
}

.contacto-info a p {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 24px;
  line-height: 123%;
}

.contacto-direccion {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: normal;
  color: #0055B8;
  font-size: 16px;
  line-height: 123%;
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #0055B8;
  padding: 125px;
  padding-top: 39px;
  padding-bottom: 31px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1172px;
  width: 100%;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-derechos,
.footer-socials {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.footer-derechos {
  max-width: 175px;
  text-align: center;
}

.footer-derechos p {
  color: white;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.footer-socials {
  gap: 12px;
  width: 157px;
  justify-content: end;
}

.footer-links img {
  margin-bottom: 13px;
  max-width: 172px;
  width: 100%;
}

.footer-socials-icon-facebook {
  width: 100%;
  max-width: 25px;
}

.footer-socials-icon-whatsapp {
  width: 100%;
  max-width: 26px;
}

.footer-links a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: 500;

}

.hamburguer {
  display: none;
  width: 26px;
}

.options-mobile .close {
  position: absolute;
  top: 32px;
  right: 28px;
}

.options-mobile {
  display: flex;
  position: absolute;
  top: 0;
  right: -300px;
  opacity: 0;
  flex-direction: column;
  width: 215px;
  height: 440px;
  background-color: #0055B8;
  z-index: 100;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.options-mobile .option {
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 87%;
  text-align: end;
  text-decoration: none;
}

.options-mobile .option p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
}

.options-mobile .option:first-of-type {
  margin-top: 90px;
}

.options-mobile .socials {
  width: 24px;
  margin-left: auto;
  margin-top: 25px;
}

.openMenu {
  opacity: 0;
  right: -50%;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.rapidez-title-content-mobile {
  display: none;
}

.gruas-box-mobile{
  display: none;
}
.animation-float{
  animation: float 5s ease-in-out infinite;
}
.animation-float1{
  animation: float 6s ease-in-out infinite;
}
.animation-float2{
  animation: float 7s ease-in-out infinite;
}
.animation-float3{
  animation: float 8s ease-in-out infinite;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
  bottom: 16px;
  right: 23px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display: none;
}

.my-float{
	margin-top:16px;
}


@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

@media (max-width: 1380px) {
  .nav-links li {
    margin: 0 4%;
  }

}

@media (max-width: 1360px) {
  .info-side {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }

  .content-galery {
    justify-content: space-between;
    width: 100%;
  }

  .galery-side {
    width: 50%;
  }
}


@media (max-width: 1240px) {
  svg {
    width: 85%;
  }

  .nav-links li {
    margin: 0 3%;
  }

  .hero-title {
    min-width: inherit;
  }

  .content-info-galery {
    margin-bottom: 10px;
  }

  .rapidez-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1180px) {
  .galery-side {
    width: 100%;
  }
}

@media (max-width: 1160px) {
  .content-galery {
    flex-direction: column-reverse;
    align-items: center;
  }

  .info-side {
    padding-bottom: 60px;
  }

  .logo-galery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rapidez-content {
    flex-direction: column;
    align-items: center;
  }

  .rapidez-title-content {
    display: none;
  }

  .rapidez-title-content-mobile {
    display: inherit;
    justify-content: center;
    margin-bottom: 60px;
  }

  .rapidez-title-p1 {
    font-size: 44px;
    max-width: inherit;
    width: 420px;

    text-align: center;
    padding-right: 0px;
  }

  .cotizar-title {
    font-size: 54px;

  }

  .cotizar-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cotizar-subtitle {
    font-size: 22px;
    margin-top: 9px;
  }

  .highlight {
    font-size: 54px;
  }
}


@media (max-width: 1111px) {
  .float{
    display: inherit;
  }
  .nav-links li {
    margin: 0 2.2%;
  }
}

@media (max-width: 1024px) {
  footer .float img{
    margin: auto;
    width: 26px;
    height: 26px;
  }
  .hero {
    padding-bottom: 60px;
  }
  footer {
    padding: 68px;
    padding-top: 39px;
    padding-bottom: 31px;
  }

  .openMenu {
    opacity: 1;
    right: 0%;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .hamburguer {
    display: inherit;
    position: absolute;
    top: 22px;
    right: 25px;
  }

  .nav-links {
    width: 100%;
    max-width: 1008px;
    justify-content: center;
  }

  .nav-links li {
    display: none;
  }

  .nav-links .logo {
    display: inherit;
  }

  .socials {
    display: none;
  }

  .whatsapp-button {
    padding: 5px 12px;
    font-size: 10px;
  }

  .whatsapp-button img {
    margin-right: 6px;
  }

  .whatsapp-icon {
    margin-right: 0px;
  }

  .buttons-nuestros-content {
    margin-bottom: 60px;
  }

  svg {
    width: 85%;
    height: 419px;
  }
}

@media (max-width: 966px) {
  .buttons-nuestros-content {
    margin-bottom: 30px;
  }

  .hero {
    flex-direction: column;
    padding-left: 26px;
    padding-right: 26px;
    align-items: center;
  }

  .info-hero {
    width: 100%;
    align-items: center;
  }

  .gruas-hero {
    margin-top: 60px;
    width: 80%;
    text-align: center;
  }

  .logo-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .nuestros-equipos {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .nuestros-title {
    font-size: 22px;
  }

  .nuestros-subtitle,
  .highlight-nuestros {
    font-size: 22px;
  }

  .nuestros-subtitle {
    width: 68%;
  }

  .buttons-nuestros-content a {
    padding: 49px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 22px;
    margin: 15px;
  }

  svg {
    width: 85%;
    height: 419px;
  }

  .marcas-title {
    font-size: 30px;
    margin-bottom: 51px;
  }

  .marcas-logos {
    gap: 76px;
  }

  .marcas-logos img {
    width: 30%;
  }

  .marcas-content {
    padding-bottom: 68px;
  }

  .servicios-content {
    padding-top: 50px;
  }
}

@media (max-width: 890px) {
  .contacto-container {
    padding-top: 150px;
    padding-bottom: 54px;
  }

  .contacto-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contacto-info {
    margin-right: 0px;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .footer-socials {
    justify-content: center;
}
  .servicios-svg{
    display: none;
  }
  .servicios-svg-mobile{
    display: inherit;
        width: 100%;
        height: 713px;
        margin-bottom: -39px;
  }
  .gruas-box{
    display: none;
  }
  .gruas-box-mobile {
    display: inherit;
    width: 100%;
    height: 713px;
    margin-top: 50px;
}
  .buttons-nuestros-content {
    margin-bottom: 0px;
}
  .row {
    gap: 8px;
}
.column img {
  margin-top: 0px;
   }
  .footer-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .footer-links a {
    text-align: center;
  }

  footer {
    padding: 30px;
    padding-top: 19px;
    padding-bottom: 21px;
  }

  .nuestros-subtitle {
    width: 100%;
    margin-bottom: 20px;
  }

  .buttons-nuestros-content a {
    padding: 39px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    margin: 6px;
  }

  .contacto-title-content p {
    font-size: 38px;
  }

  .contacto-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacto-container {
    padding-top: 110px;
  }

  .contacto-info a {
    padding: 13px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 170px;
  }

  .contacto-info a p {
    font-size: 14px;
  }

  .contacto-title-content img {
    width: 40px;
  }

  svg {
    width: 85%;
    height: 369px;
  }

  .rapidez-title-p1 {
    width: 100%;
    font-size: 34px;
  }

  .cotizar-title {
    font-size: 44px;
  }

  .highlight {
    font-size: 44px;
  }

  .cotizar-subtitle {
    font-size: 15px;
  }

  .cotizar-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .rapidez-content {
    padding: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-side {
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-hero {
    width: 80%;
    max-width: 463px;
  }

  .info-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-title {
    font-size: 33px;
    text-align: center;
  }

  .gruas-hero {
    margin-top: 50px;
    width: 100%;
  }

  .hero {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .nuestros-equipos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .plataformas-title, .highlight-plataformas {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .plataformas-title {
   
    padding-left: 30px;
    padding-right: 30px;
}
.plataformas-content{
  padding-top: 50px;
}
.plataformas-content {
  padding-bottom: 5px;
}
}

@media (max-width: 425px) {
  .marcas-logos {
      gap: 36px;
  }
  .cotizar-title {
    font-size: 37px;
  }
  .highlight {
    font-size: 37px;
}
.cotizar-subtitle {
  font-size: 13px;
}
.btn-cotizar {
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 122px;
  font-size: 21px;
  margin-top: 20px;
}
}