.wrap-services-section {
    width: 100%;
}

.services-section {
    box-sizing: border-box;
    margin: 0px auto 0px auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width:1350px) {
    .services-section {
        max-width: 1351px;
    }
}

@media (max-width: 1000px) {
    .services-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);
}
/***********************************************/
/*                Seccion 1                    */
/***********************************************/
.wrap-services-section-1 {
    color: transparent;
}

.services-section-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 30px;
}

.wrap-services-section-1 .services-section-1 h2 {
    width: 100%;
    font-size: clamp(20pt, 4vw, 24pt);
    font-family: 'headm', serif;
    font-weight: 300;
    text-align: left;
    color: rgb(0,0,153);
    text-shadow: 4px 4px 1px rgb(0,0,153,.1);
    margin: 0px;
    padding: 0px;
    display: block;
}

.wrap-services-section-1 p {
    width: 100%;
    font-family: 'textm', serif;
    font-weight: 400;
    color: #666666;
    margin: 0px;
}
/***************************************************/
/*                 Section 2                       */
/***************************************************/
.wrap-services-section-2 {
    padding: 0px;
    /* background-color: rgb(6, 9, 34); */
    color: rgb(255,255,255);
  }

.services-section-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 40px 0px;
}

.services-section-2 .box-services {
    cursor: pointer;
    width: 300px;
    height: auto;
    overflow: hidden;
    box-sizing: content-box;
    margin: 0px;
    position: relative;
    background-color: transparent;
    border: 1px solid rgb(0, 0, 151,.3);
    border-radius: 8px;
    padding-bottom: 60px;
    z-index: 4000;
    box-shadow: 0px 0px 20px #dddddd;
}

.services-section-2 .box-services figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  padding: 20px 0px;
  display: block;
  background-color:transparent;
}

.services-section-2 .box-services figure .wrap {
  background-color: rgb(0,0,153,.9);
  width: 60px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  left: 20px;
  position: relative;
  border-radius: 50px;
}

.services-section-2 .box-services figure img {
  width: 100%;
  margin: 0px;
  display: block;
  text-align: center;
  border-radius: 10px;
  filter: grayscale(100%) brightness(0) invert(1);
}

.services-section-2 .box-services .img1 {
  background-image: url(../img/index/service1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.services-section-2 .box-services .img2 {
  background-image: url(../img/index/service2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.services-section-2 .box-services .img3 {
  background-image: url(../img/index/service3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.services-section-2 .box-services .img4 {
  background-image: url(../img/index/service4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.services-section-2 .box-services .img5 {
  background-image: url(../img/index/service5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.services-section-2 .box-services .img6 {
  background-image: url(../img/index/service6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.services-section-2 .box-services .img7 {
  background-image: url(../img/index/service7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}


.services-section-2 .box-services .header-services {
  padding: 0px 15px;
}

.services-section-2 .box-services .header-services h2 {
    width: 100%;
    height: 50px;
    text-align: left;
    margin: 0px;
    font-family: 'headm', Tserif;
    font-size: 13.5pt;
    font-weight: 500;
    color: rgb(0,0,153);
    text-shadow: 2px 2px 1px rgb(0,0,0,.1);
    transition: 1s all;
    z-index: 4006;
    position: relative;
}

.box-services .header-services p span {
  background-color: transparent;
  border: 1px solid rgb(6, 9, 34,.2);
  padding: 5px 8px;
  border-radius: 10px;
  font-size: 9pt;
  color: #222222;
  margin: 5px 5px 5px 0px;
  display: inline-block;
  font-family: 'textm', serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

.box-services .header-services p {
  color: #222222;
  font-family: 'textm', serif;
  font-weight: 300;
  font-size: 11pt;
}

.box-services .header-services button {
  float: right;
  padding: 8px 10px;
  background-color: transparent;
  border: 1px solid rgb(0,0,151,.3);
  color: rgb(0,0,153,.6);
  font-family: 'textt', serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  border-radius: 0px 20px 20px 20px;
  transition: 1s all;
  bottom: 20px;
  right: 20px;
  position: absolute;
}

.box-services .header-services button span {
  font-weight: bold;
}

.background-hover {
    background-color: rgb(0,0,151,.1);
    width: 0%;
    height: 100%;
    position: absolute;
    top:0px;
    z-index: 4002;
    transition: .5s all;
}

.box-services:hover .background-hover {
    width: 100%;
}

.box-services:hover .header-services button {
  background-color: rgb(0, 0, 153);
  border: 1px solid rgb(0, 0, 153);
  color: rgb(255,255,255);
}
/*******************************************************/
/*                   Seccion 3                         */
/*******************************************************/
.wrap-services-section-3 {
  background-color: transparent;
}

.services-section-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.services-section-3 h2 {
  color: rgb(0,0,153);
  font-family: 'headm', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22pt;
  text-shadow: 3px 3px 1px rgb(0,0,153,.1);
}
/*******************************************************/
/*                Seccion 4                            */
/*******************************************************/
.wrap-services-section-4 {
  background-color: transparent;
  padding-bottom: 40px;
}

.services-section-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
}

.services-section-4 .col {
  padding: 20px;
}

.services-section-4 .col1 h3 {
  cursor: pointer;
  position: relative;
  font-family: 'headm', serif;
  font-weight: 300;
  font-size: clamp(10pt, 2vw, 14pt);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .5s all;
  border: 1px solid rgb(0,0,153,.2);
  border-radius: 10px;
  color: #222222;
}

.services-section-4 .col1 h3:hover {
  background-color: rgb(0,0,0,.1);
  border-radius: 10px;
}

.services-section-4 .col1 h3.active {
  background-color: rgb(0,0,153,.9);
  border-radius: 10px;
  color: rgb(255,255,255);
}

.col1 h3::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-width: 6px;
  border-left-color: transparent;
  transition: transform 0.2s;
}

.col1 h3.active::after {
  content: '❯';
  font-size: 1.5rem;
  color: rgb(255,255,255);
  font-weight: bold;
}

.services-section-4 .col2 {
  border-left: 1px solid rgb(34, 34, 34, .1);
  display: flex;
  justify-content: center;
  align-items:center;
}

.services-section-4 .col2 article p {
  font-family: 'textm', serif;
  font-weight: 300;
  font-size: clamp(11pt, 1.5vw, 12pt);
  text-align: justify;
  color: #666666;
}

.services-section-4 .col2 article figure {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-section-4 .col2 article figure img {
  width: 90px;
  height: auto;
}
/*******************************************************/
/*                    Seccion de contacto              */
/*******************************************************/
.wrap-services-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-services-section-contac .overlay {
  background-color: rgb(0,0,0,.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 11;
}

.services-section-contac {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  padding: 40px;
  position: relative;
  z-index: 12;
}

.services-section-contac .col1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services-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;
}

.services-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;
}

.services-section-contac .col1 button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgb(255,255,255,.3);
}

.services-section-contac .col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-section-contac .col2 img {
  width: 30%;
  height: auto;
}

  @media (max-width:730px) {
    .services-section-contac {
        display: block;
    }
  }
/*******************************************************/
/*                     Partners                        */
/*******************************************************/
.wrap-services-section-partners {
  background-color: rgb(6, 9, 34);
}

.services-section-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.services-section-partners .partner {
  width: 180px;
  display: block;
  padding: 0px;
}

.services-section-partener .partner img {
  width: 100%;
  filter: drop-shadow(5px 5px 1px rgb(0,0,0,.1));
}
