.wrap-service-section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.service-section {
  box-sizing: border-box;
  margin: 0px auto 0px auto;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width:1350px) {
  .service-section {
    max-width: 1351px;
  }
}

@media (max-width: 1000px) {
  .service-section {
    width: auto;
  }
}

/************************************************/
/*                 Separator                    */
/************************************************/
.wrap-services-section-separator {
  background-color: transparent;
  opacity: .9;
}

.wrap-services-section-separator .services-section-separator-right {
  padding-bottom: 20px;
  padding-top: 20px;
}

.services-section-separator-right {
  display: flex;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: right;
  align-items: center;
}

.services-section-separator-right .line {
  width: 40%;
  height: 2px;
  padding: 2px;
  background-color: rgb(0, 0, 153);
  border-radius: 5px;
  box-shadow: 5px 5px 1px rgb(0, 0, 153, .2);
}

.services-section-separator-right .chart1 {
  background-color: rgb(0, 0, 255);
  width: 1%;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 5px 5px 1px rgb(0, 0, 255, .2);
}

.services-section-separator-right .chart2 {
  background-color: rgb(0, 0, 151);
  width: 1%;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 5px 5px 1px rgb(0, 0, 151, .2);
}

/****************************************************/
/*                  Separator Line                  */
/****************************************************/
.wrap-service-section-separator-line {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-section-separator-line {
  padding-left: 80px;
  padding-right: 80px;
}

.service-section-separator-line .line {
  width: auto;
  padding: 1px;
  background-color: rgb(0, 0, 0, .1);
}

/****************************************************/
/*                  Seccion 2                       */
/****************************************************/
.wrap-service-section-2 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0px 20px 0px;
  position: relative;
  z-index: 10;
}

.wrap-service-section-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(0, 0, 0, .8);
  z-index: 11;
}

.service-section-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 12;
}

.service-section-2 article {
  width: 100%;
  text-align: center;
}

.service-section-2 article h2 {
  padding: 0px 10px;
  text-align: center;
  color: #000000;
  text-shadow: 4px 4px 1px rgb(255, 255, 255, .1);
  font-family: 'headm', serif;
  font-weight: 600;
  font-size: clamp(18pt, 4vw, 20pt);
  position: relative;
  z-index: 12;
}

.service-section-2 article p {
  padding: 0px 10px;
  text-align: center;
  color: #666666;
  font-size: clamp(11pt, 1.5vw, 12pt);
  font-family: 'textm', serif;
  font-weight: 400;
}

/****************************************************/
/*                  Seccion card                    */
/****************************************************/
.wrap-service-section-card {
  background-color: transparent;
}

.service-section-card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 10px;
}

.service-section-card .card {
  width: 360px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 0px 0px 30px rgb(0, 0, 153, .2);
  border-radius: 20px;
}

.service-section-card .card figure {
  margin: 0px;
  width: 100%;
  text-align: center;
}

.service-section-card .card figure img {
  margin: 0px auto;
  width: 180px;
}

.service-section-card h3 {
  text-align: center;
  font-family: 'headm', serif;
  color: rgb(0, 0, 153, .8);
}

.service-section-card p {
  text-align: center;
  font-family: 'textm', serif;
  font-weight: 300;
}

/****************************************************/
/*                  Seccion a1                      */
/****************************************************/
.wrap-service-section-a1 {
  background-color: transparent;
}

.service-section-a1 {
  display: block;
  padding: 10px;
}

.service-section-a1 h2 {
  width: 100%;
  text-align: center;
  font-family: 'headm', serif;
  color: rgb(0, 0, 153, .8);
}

/****************************************************/
/*                  Seccion a2                      */
/****************************************************/
.wrap-service-section-a2 {
  background-color: transparent;
}

.service-section-a2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
}

.service-section-a2 button {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(135deg, #000099 0%, #4b85a2 100%);
  color: aliceblue;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.service-section-a2 button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #4b85a2 0%, #000099 100%);
}

/****************************************************/
/*                  Seccion a3                      */
/****************************************************/
.wrap-service-section-a3 {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}

.service-section-a3 {
  display: block;
  padding: 20px;
  background-color: rgb(221, 221, 221, .3);
  border-radius: 20px;
}

.service-section-a3 .wrap1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-section-a3 .wrap1 h2 {
  text-align: center;
  font-family: 'headm', serif;
  color: rgb(0, 0, 153, .8);
}

.service-section-a3 .wrap2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.service-section-a3 .wrap2 .benefit-item {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background-color: #fefefe;
  transition: 1s all;
}

.service-section-a3 .wrap2 .benefit-item:hover {
  box-shadow: 0px 0px 20px rgb(0, 0, 0, .3);
}

.service-section-a3 .wrap2 .benefit-item .benefit-icon {
  font-size: 2rem;
  color: #667eea;
  margin-right: 15px;
  margin-top: 5px;
  box-sizing: border-box;
  padding-top: 10px;
}

.service-section-a3 .wrap2 .benefit-item .benefit-content h4 {
  font-family: 'headm', serif;
  color: rgb(0, 0, 153, .8);
}

.service-section-a3 .wrap2 .benefit-item .benefit-content p {
  font-family: 'textm', serif;
  color: #444444;
}

.service-section-a3 .wrap3 {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
}

.service-section-a3 .wrap3 h3 {
  color: rgb(255, 255, 255);
  font-family: 'headm', serif;
}

.service-section-a3 .wrap3 p {
  color: rgb(255, 255, 255);
  font-family: 'textm', serif;
}

/*******************************************************/
/*                    Seccion de contacto              */
/*******************************************************/
.wrap-service-section-contac {
  background-color: transparent;
  background-image: url(../img/background_contact1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 10;
}

.wrap-service-section-contac .overlay {
  background-color: rgb(0, 0, 0, .6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 11;
}

.service-section-contac {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  padding: 40px;
  position: relative;
  z-index: 12;
}

.service-section-contac .col1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.service-section-contac .col1 p {
  font-family: 'textt', serif;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: clamp(14pt, 1.5vw, 18pt);
  text-align: center;
}

.service-section-contac .col1 button {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0, .8);
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  font-family: 'textt', serif;
  font-weight: 900;
  font-size: 14pt;
  transition: .5s all;
}

.service-section-contac .col1 button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgb(255,255,255,.3);
}

.service-section-contac .col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-section-contac .col2 img {
  width: 30%;
  height: auto;
}

@media (max-width:730px) {
    .service-section-contac {
        display: block;
    }
  }