:root{
  --fontSizeA: 15px;
  --fontSizeP: 17px;
  --fontSizeH1: 30px;
  --fontSizeH2: 26px;
  --fontSizeTitle:60px;
  --fontSizeTitleInternos:53px;
  --fontSizeSubTitle:22px;

  --colorTextoFndoColor:#666666;
  --colorTextoFndoBlanco:#878787;
  --colorAzulLogo: #055881;
  --colorVerdeLogo: #4da234;
  --colorBackground: #e7ecefcc;
}

.servicios {
  background: #f0f0f0;
}
.servicios__hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  min-height: 900px;
  height: 90vh;
  min-height: 90vh;
}
@media (max-width: 320px){
  .servicios__hero{
    height: 113vh;
    min-height: 97vh;
  }
}
.servicios__hero-content {
  position: absolute;
  z-index: 20;
  width: 80%;
  top: 25%;
  left: 15px;
}
.servicios__hero .hero__slide{
  z-index: 0;
  filter: brightness(0.5);
}
@media (max-width: 1370px){
  .servicios__hero-content{
    top: 18% !important;
  }
}
@media (min-width: 1000px) {
  .servicios__hero-content {
    top: 30%;
    width: 655px;
    left: 50%;
    transform: translateX(-485px);
  }
}
@media (max-width: 500px) {
  .servicios__hero-content {
    top: 15%;
    width: 90%;
}
.servicios__hero-title{
  font-size: var(--fontSizeH2) !important;
}
}
.servicios__hero-title {
  font-family: "Montserrat", sans-serif;
  color: #055881;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  position: relative;
  margin-bottom: 25px;
  color: white;
}
@media (min-width: 1000px) {
  .servicios__hero-title {
    font-size: 55px;
  }
}
.servicios__hero-subtitle {
  color: #878787;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 20px;
  color: white;
}
@media (min-width: 1000px) {
  .servicios__hero-subtitle {
    margin-bottom: 60px;
  }
}
.servicios__hero-text {
  font-size: 16px;
  color: #878787;
  line-height: 1.5;
  color: white;
}
.servicios__hero-mouse {
  position: absolute;
  width: 30px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  bottom: 50px;
  left: calc(50% - 15px);
  transition: all 0.3s ease;
}
.servicios__hero-mouse:hover {
  border: 2px solid rgb(255, 255, 255);
}
.servicios__hero-mouse:after {
  content: "";
  height: 4px;
  width: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  left: calc(50% - 2px);
  position: absolute;
  top: 10px;
  animation: fade 2s ease infinite;
}
.servicios__hero-next-section {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 10;
  width: 100px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234da234' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(5,88,129)' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
}
.servicios__hero-next-section:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  left: 47px;
  bottom: 5px;
}
.servicios__med {
  background: #4da234;
  height: 70vh;
  min-height: 700px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--colorAzulLogo);
}
@media (max-width: 700px) {
  .servicios__med {
    padding-bottom: 5%;
    position: relative;
    height: auto;
  }
  .servicios__hero-subtitle br{
    display:none;
  }
  .servicios__hero-subtitle {
    font-size: 16px;
    letter-spacing: normal;
  }
  .servicios__hero-text{
    font-size: var(--fontSizeA);
  }
}
.servicios__med-container {
  position: relative;
  padding-inline: 15px;
}
@media (min-width: 1000px) {
  .servicios__med-container {
    width: 970px;
    padding-inline: unset;
    display: flex;
    gap: 60px;
  }
}
.servicios__med-content {
  margin-bottom: 60px;  
}
@media (min-width: 1000px) {
  .servicios__med-content {
    width: 490px;
    padding-inline: unset;
  }
}
.servicios__med-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
}
.servicios__med-title:after {
  bottom: -35px;
  background: var(--colorVerdeLogo) !important;
}
@media (min-width: 700px) {
  .servicios__med-title {
    font-size: 26px;
  }
}
.servicios__med-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .servicios__med-text {
    letter-spacing: -0.2px;
    width: 92%;
    margin-bottom: 35px;
  }
}
.servicios__med-text strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .servicios__med-text strong {
    margin-bottom: 20px;
  }
}
.servicios__med-cta {
  display: inline-block;
  background: #055881;
  padding: 5px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
  background: var(--colorVerdeLogo);
}
.servicios__med-cta:hover {
  color: #fff;
  text-decoration: none;
}
.servicios__med-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 90px));
  gap: 20px;
  flex-grow: 2;
  justify-content: center;
}
@media (min-width: 321px) and (max-width: 700px){
  .servicios__med-icons {
    gap: 46px;
  }
}
.servicios__med-icons li {
  text-align: center;
}
.servicios__med-icons li span {
  font-size: 12px;
  letter-spacing: -0.3px;
  display: block;
}
.servicios__med-icons li img {
  width: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  width: 67%;
  background-color: var(--colorVerdeLogo);
  border-radius: 11px;
  padding: 0.86rem;
}
.servicios__art {
  background: #eaeaea;
  height: 70vh;
  min-height: 700px;
  color: #878787;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .servicios__art {
    padding-bottom: 5%;
    height: auto;
  }
}
.servicios__art:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eaeaea' viewBox='0 0 100 20'%3E%3Cpath d='m50,0C34.5,0,14.5,17.5,0,20h100C85.5,17.5,65.5,0,50,0Z'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 100%;
  left: calc(50% - 50px);
  width: 100px;
  height: 20px;
}
.servicios__art:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #878787;
  border-right: 2px solid #878787;
  transform: rotate(135deg);
  position: absolute;
  left: calc(50% - 3px);
  bottom: 100%;
}
.servicios__art-container {
  position: relative;
  padding-inline: 15px;
}
@media (min-width: 1000px) {
  .servicios__art-container {
    width: 970px;
    padding-inline: unset;
    display: flex;
    gap: 60px;
  }
}
.servicios__art-content {
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .servicios__art-content {
    width: 490px;
    padding-inline: unset;
  }
}
.servicios__art-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
  color: #055881;
  color: var(--colorAzulLogo);
  font-weight: 600;
  font-size: var(--fontSizeH2);
}
.servicios__art-title:after {
  bottom: -35px;
}
@media (min-width: 700px) {
  .servicios__art-title {
    font-size: var(--fontSizeH2);
  }
}
.servicios__art-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .servicios__art-text {
    letter-spacing: -0.2px;
    width: 92%;
    margin-bottom: 35px;
  }
}
.servicios__art-text strong {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .servicios__art-text strong {
    margin-bottom: 20px;
  }
}
.servicios__art-cta {
  display: inline-block;
  background: #055881;
  padding: 5px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.servicios__art-cta:hover{
  color: #fff;
  text-decoration: none;
}
.servicios__art-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 90px));
  gap: 20px;
  flex-grow: 2;
  justify-content: center;
}
@media (min-width: 321px) and (max-width: 700px) {
  .servicios__art-icons {
      gap: 46px;
  }
}
.servicios__art-icons li {
  text-align: center;
}
.servicios__art-icons li span {
  font-size: 12px;
  letter-spacing: -0.3px;
  display: block;
}
.servicios__art-icons li img {
  width: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  width: 61%;
  border: 1px solid var(--colorVerdeLogo);
  border-radius: 13px;
  padding: 0.6rem;
}
.servicios__ornament {
  display: none;
}
@media (min-width: 700px) {
  .servicios__ornament {
    display: block;
    height: 120px;
    position: absolute;
    right: 0;
    width: 30%;
    background: url("../pattern.svg") repeat-x left center/120px;
    top: 65%;
    /*opacity: 0.5;
    background: var(--colorBackground);*/
  }
}