body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#contacto {
  z-index: 2;
}

.main-menu {
  display: flex;
  width: 100%;
  background-color: #19749f;
  color: white;
  position: fixed;
  z-index: 10;
  top: 0;
}

.cta .btn-info {
  background-color: #00a1dd !important;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
}

.main-menu li a {
  background-color: transparent;
  color: white;
}

.nav-justified.left > li > a {
  text-align: left;
}

.main-menu li a:hover {
  color: #0074A0;
}

.logo {
  color: white;
  margin-bottom: 0;
}

.banner {
  background: url('../assets/banner-principal.webp') no-repeat center center;
  position: relative;
  height: 600px;
}

.banner .title {
  font-size: 42px;
}

.banner .subtitle {
  font-size: 48px;
  position: relative;
}

.banner .subtitle .line {
  background-color: #27a1de;
  position: absolute;
  left: -6%;
  top: 10px;
  width: 115%;
  height: 85%;
  clip-path: polygon(6% 20%, 75% 0, 75% 82%, 6% 100%);
}

.banner .subtitle span {
  position: relative;
  z-index: 1;
}

.banner .content {
  position: relative;
  z-index: 2;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.banner .container {
  z-index: 2;
}

.banner .description {
  margin: 10px 0;
}

.spacer {
  width: 100%;
  min-height: 132px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}

.banner .cta {
  width: 100%;
  margin: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.services {
  background-color: transparent;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.services.services-mobile {
  display: none;
}

.services .service {
  height: 120px;
  width: 120px;
  background-color: #f5f5f5;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.service-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 170px;
  text-align: center;
  min-height: 200px;
}

.service-content {
  color: #0074a0;
}

.services .service .material-symbols-outlined {
  font-size: 75px;
  color: #19749f;
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}

.section-banner {
  width: 100%;
  height: 600px;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.main-info {
  height: 850px
}

.bg-blue {
  background-color: #00a1dd;
}

.text-content {
  margin-top: 150px;
  color: white;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  top: 0;
  display: flex;
  flex-direction: column;
  float: right;
  align-items: flex-end;
}

.experience-icon {
  background-color: #0074a0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.experience-item {
  width: 100%;
  position: relative;
  height: 85px;
}

.experience-text {
  position: absolute;
  width: 80%;
  top: 30px;
  left: 40px;
}

.experience {
  width: 100%;
  padding-left: 120px;
  text-align: left;
}

.container-title {
  color: #00a1dd;
  margin-top: 50px;
}

.container-item {
  min-height: 200px;
  width: 220px;
}

.container-icon .material-symbols-outlined {
  font-size: 100px;
  margin-right: 5px;
}

.container-item-title {
  color: #00a1dd;
}

.container-icon {
  color: #fff;
  background-color: #0074a0;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-services {
  min-height: 100px;
}

.service-item {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 10px;
  min-height: 600px;
  width: 250px;
}

.header-img {
  width: 250px;
  border-radius: 10px 10px 0 0;
  max-height: 160px;
}

.banner-2 {
  height: 600px;
  background: url('../assets/banner-bg-2.jpeg') no-repeat;
  background-size: cover;
}

.footer {
  background-color: #0074a0;
  width: 100%;
  min-height: 200px;
  color: white;
}

.footer-info .material-symbols-outlined {
  margin-right: 5px;
  font-size: 18px
}

.service-item-content {
}

.service-title {
  color: #00a1dd;
}

.service-subtitle {
  color: #004c64;
}

.bg-darkblue {
  background-color: #004c64;
}

.colortitle-blue {
  color: #00a1dd;
}

.porque-icon.container-icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.porque-icon.container-icon .material-symbols-outlined {
  font-size: 30px;
}

.porque-text {
  width: 80%;
}

.porque-item {
  width: 100%;
}

.contact-banner-form input, .contact-banner-form textarea {
  background-color: white;
  padding: 10px;
}

.contact-banner-image {
  max-width: 350px
}

.content-banner-container {
  max-width: 80%
}

.banner {
  margin-top: 60px;
}

.hamburger {
	display: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.hamburger .material-symbols-outlined {
  font-size: 30px;
  align-self: center;
}

.mobile-menu {
  display: none;
}

.service-content .text-wrapper {
 margin: 0;
}

.mobile-content {
  display: none;
}

.landing-content {
  display: flex;
}


.container-icon {
  margin: 0 auto;
}

.footer-item span {
    color: white;
}

.footer-item a, .footer-follow-us a {
    color: white;
    text-decoration: none;
}



.services-icon {
  width: 70px;
}

.porque-wrapper > div {
  display: flex;
  justify-content: center;
}

.porque-wrapper .porque-img {
  width: 400px;
}

.text-content.landing-content {
  width: 40vw;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 90vw;
  }
}

.whatsapp-container {
  background-color: transparent;
  opacity: 0.7;
  width: 50px;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 45px;
  z-index: 5;
}

.whatsapp-button {
  width: 50px;
  height: 46px;
  border-radius: 30px;
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-button .material-symbols-outlined,
.whatsapp-button a, .whatsapp-button i {
  color: #25D366;
  font-size: 50px;
}

/*********
* MOBILE STYLES
***********/


@media (max-width: 800px) {
  .whatsapp-container {
    top: auto;
    bottom: 0;
  }

  .service-content {
    max-width: 100%;
  }

  .whatsapp-button {
  }

  .service-content p {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .service-title br {
    display: none;
  }

  #home .container {
    height: 100%;
  }

  #home .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-info {
    height: auto;
  }

  .mobile-menu li span {
   color: #0074A0;
  }

  .mobile-menu li {

  }

  .person-image {
    margin: 0 auto;
    width: 250px;
  }

  .experience {
    padding-left: 0;
  }

  .landing-content {
    display: none;
  }

  .mobile-content {
    display: flex;
  }

  .person-title {
    font-size: 24px;
  }

  .banner .cta {
    margin: 25px 0;
  }
  


  .banner .subtitle {
    font-size: 30px;
  }

  .banner .title {
    font-size: 36px;
    line-height: 1;
  }

  .section-banner {
    position: relative;
    height: auto;
  }

  .porque-wrapper {
    flex-direction: column;
  }

  .porque-wrapper > div {
    width: 90%;
    margin: 0 auto;
  }

  .porque-img {
   margin-bottom: 15px;
  }

  .content-banner-container {
    flex-direction: column;
  }

  .content-banner-container > div {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .footer .container {
    flex-direction: column;
  }

  .footer .container > div {
    width: 100%;
  }

  .footer-item {
    flex-direction: column;
  }



  .footer-item > div {
    margin-bottom: 10px;
  }
  
  .footer-follow-us {
    justify-content: center;
  }

  .footer-title {
    text-align: center;
  }

  .section-banner .mobile-content {
    flex-direction: column;
    width: 95vw;
    padding-top: 10px;
    color: white;
  }

  .section-banner .mobile-content > p {
    max-width: 90vw;
    margin: 0 20px;
    margin-bottom: 0px;
    margin-bottom: 20px;
  }

  .mobile-content .experience {
    margin: 0 15px;
  }

  .services.services-mobile {
    margin-top: 30px;
    display: flex;
  }

  .services .service {
    margin: 0 auto;
  }

  .experience-text {
    top: 20px;
    left: 35px;
  }

  #servicios .slick-dotted.slick-slider {
    margin-top: 35px;
  }

  .service-spacer {
    min-height: 550px;
  }

  .experience {
    padding: 10px 0;
  }

  .banner {
    margin-top: 0;
  }

  .services-landing {
    display: none;
  }

	.main-menu {
		display: none;
	}

  .mobile-menu {
    display: flex;
  }

	.hamburger {
		display: flex;
	}

	nav ul {
		display: none;
		flex-direction: column;
		background: #fff;
		position: absolute;
    z-index:5;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	nav ul.active {
		display: flex;
	}
  
  .service-banner-content { 
    flex-direction: column;
    align-items: center;
  }

  .service-item {
    width: 90%;
    min-height: auto;
    margin-bottom: 10px;
  }

  .service-item .header ,
  .service-item .header-img {
    width: 100%;
    max-height: fit-content;
  }
  .main-menu .spacer {
    min-height: 250px;
  }

  
.mobile-menu li a {
  padding: 15px;
  font-size: 18px;
}

.mobile-menu li a:hover {
  background-color: #f5f5f5;
  color: #0074A0;
}

.mobile-menu li {
  border-bottom: 1px solid #eee;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
 
  .main-info .spacer {
    min-height: 250px;
  }

  .main-info {
    flex-direction: column;
  }
}



