.wrap-service-section {
  width: 100%;
  overflow: hidden;
}

.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);
}

/*****************************************************/
/*                  head section                     */
/*****************************************************/
.wrap-service-section-head {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-section-head {
  display: block;
  padding: 20px;
}

.service-section-head h2 {
  width: 100%;
  font-family: 'headm', serif;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

/*****************************************************/
/*                  head card section                */
/*****************************************************/
.wrap-service-section-head-card {
  background-color: transparent;
}

.service-section-head-card {
  display: block;
  padding: 20px;
}

.service-section-head-card h3 {
  width: 100%;
  font-family: 'headm', serif;
  font-weight: 600;
  font-size: 18pt;
  text-align: center;
  color: rgb(0, 0, 153, .8);
}

/*****************************************************/
/*                  card section                     */
/*****************************************************/
.wrap-service-section-card {
  background-color: transparent;
}

.service-section-card {
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}

.service-section-card .card {
  box-sizing: border-box;
  width: 360px;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px rgb(0, 0, 153, .2);
  transition: .5s all;
  border: 1px solid rgb(0, 0, 0, .1);
}

.service-section-card .card:hover {
  border-top: 5px solid rgb(0, 0, 153, .5);
  box-shadow: 0px 0px 1px rgb(0, 0, 153, .2);
}

.service-section-card .card figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px;
}

.service-section-card .card figure img {
  width: 80px;
  height: auto;
  margin: 0px;
}

.service-section-card .card h3 {
  width: 100%;
  font-family: 'headm', serif;
  font-weight: 400;
  color: rgb(0, 0, 153);
}

.service-section-card .card p {
  width: 100%;
  font-family: 'textm', serif;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.service-section-card .card ul {
  margin-top: 20px;
}

.service-section-card .card ul.paloma {
  list-style: none;
  padding-left: 20px;
}

.service-section-card ul.paloma li::before {
  content: "✔";
  color: rgb(0, 0, 153);
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

.service-section-card .card ul li {
  width: 100%;
  font-family: 'textm', serif;
  font-weight: 300;
  text-align: left;
  color: #444444;
  margin-bottom: 20px;
}

/*****************************************************/
/*                  section beneficio                */
/*****************************************************/
.wrap-service-section-benefits {
  background-image: url(../img/services/security_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap-service-section-benefits .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0,.5);
  z-index: 11;
}

.service-section-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  position: relative;
  z-index: 12;
  padding: 10px;
}

.service-section-benefits .col {
  box-sizing: border-box;
  padding: 20px;
}

.service-section-benefits .col2 {
  background-color: rgb(0,0,153,.6);
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0,0,0);
}

.service-section-benefits .col h4 {
  color: aliceblue;
  font-family: 'headm', serif;
  font-size: 18pt;
  margin: 0px;
}

.service-section-benefits .col h5 {
  color: aliceblue;
  font-family: 'headm', serif;
  margin: 0px;
}

.service-section-benefits .col p {
  color: aliceblue;
  font-family: 'textm', serif;
  margin: 0px;
  font-weight: 300;
}

@media (max-width:670px) {
  .service-section-benefits {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
}
/*****************************************************/
/*                  section a1                       */
/*****************************************************/
.wrap-service-section-a1 {
  background-color: transparent;
}

.service-section-a1 {
  display: block;
  padding: 20px;
}

.service-section-a1 h2 {
  width: 100%;
  font-family: 'headm', serif;
  font-weight: 600;
  color: rgb(0,0,153,8);
  text-align: center;
}
/*****************************************************/
/*                  section a2                       */
/*****************************************************/

.wrap-service-section-a2 {
  background-color: transparent;
}

.service-section-a2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.service-section-a2 .card {
  width: 360px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #cccccc;
  border-radius: 20px;
  transition: .5s all;
}

.service-section-a2 figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px;
  box-sizing: border-boxs;
  text-align: center;
}

.service-section-a2 figure img {
  width: 100px;
  height: auto;
  margin: 0px auto;
}

.service-section-a2 .card:hover {
  border: 2px solid rgb(0,0,153,.8);
  background-color: rgb(0,0,153,.1);
}

.service-section-a2 .card h3 {
  margin: 0px;
  width: 100%;
  text-align: center;
  font-family: 'headm', serif;
  color: rgb(0,0,153,.8);
}

.service-section-a2 .card p {
  margin: 0px;
  text-align: center;
  font-family: 'textm', serif;
  font-weight: 300;
}
/*******************************************************/
/*                    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;
  margin-bottom: 0px;
}

.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;
    }
  }