/*Begin::Boxes*/
.overlay-boxes:not(:last-child) {
  margin-top: 75px;
}

.overlay-boxes:last-child {
   display: flex;
   margin-top: 30px;
   margin-bottom: 30px;
   flex-direction: column;
   gap: 10px;
}

#servicesBoxes_C025_Col00,
#servicesBoxes_C025_Col01,
#servicesBoxes_C025_Col02,
#servicesBoxes_C025_Col03,
[id*=servicesBoxes_C011] {
  width: 100%;
}

.serv-mas {
  cursor: pointer;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/*End::Boxes*/
/* Begin:Serv Boxes*/
.overlay-boxes .box {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 32px rgba(84, 84, 84, 0.14);
    box-shadow: 0 0 32px rgba(84, 84, 84, 0.14);
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
    height: 100%;
    max-height: 200px;
}
.overlay-boxes .box img.serv-mas {
    position: absolute;
    bottom: 15px;
    right: 30px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 25px;
}

.overlay-boxes .box img.serv-menos {
    position: absolute;
    top: 20px;
    right: 30px;
    -webkit-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
    height: 25px;
    display: none;
}

.overlay-boxes .is-active .box .serv-mas {
    display: none;
}

.overlay-boxes>div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-tap-highlight-color: transparent;
}

img.vector {
  display: none;
}

.overlay-boxes .box .serv-menos {
  opacity: 0;
  display: none;
}


.overlay-boxes .is-active .box .serv-menos {
  opacity: 1;
  display: block;
}

.overlay-boxes .is-active .box span.serv-par {
   position: relative;
    width: 95%;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-right: 20px;
    max-height: 200px;
    text-align: left;
    transition: max-height 0.2s ease;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.overlay-boxes .is-active .box p.serv-text {
   position: absolute;
}

.serv-box {
  cursor: pointer;
}

.serv-box.is-active .vpod-row {
  opacity: 1;
}

.serv-box .vpod-row {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.serv-box .serv-title,
.serv-box .serv-title-2,
.serv-box .serv-par,
.serv-box .serv-par-2 {
  margin-top: 20px;
  display: block;
}

.vpod-col-1>div,
.vpod-col-2>div {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.fa-caret-down {
  cursor: pointer;
}

.content-box-mobile.visible,
.serv-box.is-active {
  /* Accordion styles */
}

.content-box-mobile.visible .row,
.serv-box.is-active .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-box-mobile.visible .row .col,
.serv-box.is-active .row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-box-mobile.visible .row .col:last-child,
.serv-box.is-active .row .col:last-child {
  margin-left: 1em;
}

.content-box-mobile.visible .tabs,
.serv-box.is-active .tabs {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.content-box-mobile.visible .tabs.tab-opened .tab:not(.opened),
.serv-box.is-active .tabs.tab-opened .tab:not(.opened) {
  display: none;
}

.content-box-mobile.visible .tab,
.serv-box.is-active .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.content-box-mobile.visible .tab.opened .tab-label,
.serv-box.is-active .tab.opened .tab-label {
  background: #0016e6;
}

.content-box-mobile.visible .tab.opened .tab-label::after,
.serv-box.is-active .tab.opened .tab-label::after {
  content: "\2A09";
}

.content-box-mobile.visible .tab.opened .tab-content,
.serv-box.is-active .tab.opened .tab-content {
  max-height: 120px;
  padding: 1em;
  overflow: auto;
}

.content-box-mobile.visible .tab-label,
.serv-box.is-active .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 14px;
  background: #0018ff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
  /* Icon */
}

.content-box-mobile.visible .tab-label:hover,
.serv-box.is-active .tab-label:hover {
  background: #0016e6;
}

.content-box-mobile.visible .tab-label::after,
.serv-box.is-active .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.content-box-mobile.visible .tab-content,
.serv-box.is-active .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #0018ff;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.content-box-mobile.visible .tab-close,
.serv-box.is-active .tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #0018ff;
  cursor: pointer;
}

.content-box-mobile.visible .tab-close:hover,
.serv-box.is-active .tab-close:hover {
  background: #0016e6;
}

.overlay-boxes .box.is-hidden {
     display: flex;
}

span.serv-par {
    transition: max-height 0.2s ease;
}
.overlay-boxes .box .serv-par {
    opacity: 0;
    max-height: 0px;
}

@media only screen and (min-width: 768px) {
 .row-cols-4>* {
    flex: 0 0 auto;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
 }
 .overlay-boxes .box {
    max-height: 301px;
    padding: 20px;
 }
 .overlay-boxes:last-child {
   gap: 20px;
 }
 img.vector {
    display: block;
 }
 .overlay-boxes .box img.serv-mas {
    position: absolute;
    height: 25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 45%;
    right: 10px;
    bottom: unset;
    align-self: center;
    width: 15%;
 }
 .overlay-boxes .is-active .box img.vector {
   display: none;
 }
 .overlay-boxes .is-active .box { 
    height: fit-content;
    padding-bottom: 30px;
    transform: scale(1) !important;
 } 
 .overlay-boxes .is-active .box p.serv-text {
    position: absolute;
    width: unset;
    top: 22px;
    padding: 0 0 0 10px;
 }      
}



@media only screen and (min-width: 991px) {
 .row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
 }
 .overlay-boxes:last-child {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: row;
    gap: 0px;
    width: 80%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
 }
 img.vector {
    width: 94%;
 }
 .overlay-boxes .box {
    width: 90%;
    -webkit-box-shadow: 0 0 32px rgba(84, 84, 84, 0.14);
    box-shadow: 0 0 32px rgba(84, 84, 84, 0.14);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    max-height: 350px;
    height: 100%;
    padding: 15px 15px 0px 15px;
 }
 .overlay-boxes .box img.serv-mas {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    right: unset;
    align-self: center;
    width: 12%;
    margin-top: 20px;
 }
 
 .overlay-boxes .is-active .box img.vector {
    display: block;
    width: 17%;
 }

 .overlay-boxes .is-active .box {
    width: calc(400% + 86px); 
    margin-left: -10px;
 }
 .overlay-boxes .serv-box:nth-child(1),
 .overlay-boxes .serv-box:nth-child(1).is-active {
     z-index: 1;
 }
 .overlay-boxes .serv-box:nth-child(2),
 .overlay-boxes .serv-box:nth-child(2).is-active {
     z-index: 1;
 }
 .overlay-boxes .serv-box:nth-child(1).is-faded,
 .overlay-boxes .serv-box:nth-child(2).is-faded {
    z-index: 0;
 }
 .overlay-boxes .serv-box:nth-child(2).is-active .box {
    width: calc(400% + 95px);
    margin-left: -280px;
 }


 .overlay-boxes .serv-box:nth-child(3).is-active .box {
    width: calc(400% + 95px);
    margin-left: -550px;
 }

 .overlay-boxes .serv-box:nth-child(4).is-active .box {
     width: calc(400% + 95px);
     margin-left: -820px;
 }

 .overlay-boxes .is-active .serv-box .is-active span {
    padding-top: 0px;
 }

 .overlay-boxes .is-active .box p.serv-text {
    width: 17%;
    padding-top: 20px;
    position: unset;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
 }

 .overlay-boxes .is-active .box .serv-menos {
    position: absolute;
    border: 20px;
    right: -40px;
    bottom: 15px;
    top: unset;
    width: 160px;
    -webkit-transform: rotate(3.142rad);
    transform: rotate(3.142rad);
    height: 25px;
 }

 .overlay-boxes .is-active .box span.serv-par {
    position: absolute;
    width: 70%;
    right: 60px;
    height: fit-content;
 }
 .overlay-boxes .box.is-hidden {
    display: none;
 }
 .overlay-boxes .box:hover {
    transform: scale(1.1);
 } 
}