/* @import url(https://fonts.googleapis.com/css?family=Roboto:700); */
/* @import url(https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css?family:var(--fa-style-family,"Font Awesome 6 Pro")); */

/* Service Block */
#bg-maintenance {
padding: 20px;
background: url(//blogger.googleusercontent.com/img/a/AVvXsEgfx5A05nsHJjpfJkHm0Jw5xNjCIt8FKMJRvD2O1oiEwJkP5FdSuPwLv-6sg8mTnml0wDcEk9XUDNJJHvMRfSxkMw4ifON4F63ZrDWFL3Fy0qxuVHZZQtq5t3K6x6z0l0XGj0N9VURzPottRw5hNgyU9UIDuEwyc8otASlTam3KelXal6jg8mp2dN-wGw9i=s16000);
background-repeat: no-repeat;
background-position-x: center;
background-size: 400px 25px;
}

/* Services Carousel */
#services-center{
padding: 20px 0;
color: #444444;}

#services-center h2 {
  margin-top:8px;
  color: #2B5C45;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.service-plan{
max-width: 1150px;
margin: 0 auto;
padding: 5px 0px;
margin-top:10px;
clear: both;
width: 100%;
flex-wrap: wrap;
display: flex;
/* flex-direction: row; */
}
/* Card Services Box */

.service-box {
background: #ffffff;
margin: 15px 5px;
position:relative;
margin-bottom:30px;
padding: 0px;
/* float: left; */
box-shadow: 0 0 15px rgba(0,0,0,.1);

width: 24%;
}
.service-box .inner-box {
position: relative;
padding: 30px;
/* border: 1px solid #f7f7f8; */
transition: all 500msease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500msease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service-box .inner-box{
text-align: center;
position:relative;
padding:30px;
/* border:1px solid #f7f7f8; */
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
/* box-shadow: 0 0 15px rgba(0,0,0,.1); */
}
.service-box .inner-box .icon{
position:relative;
z-index: 1;
font-size:60px;
color:#2B5C45;
background:#f1f1f1;
line-height:100px;
display:inline-block;
height:100px;
width:100px;
border-radius:50%;
text-align:center;
margin-bottom:20px;
transition: all 600ms ease;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
}
.service-box .inner-box:hover .icon{
/* background:#2B5C45; */
color:#F1F1F1;
-webkit-transform: scale(-1) rotate(180deg);
-moz-transform: scale(-1) rotate(180deg);
-ms-transform: scale(-1) rotate(180deg);
-o-transform: scale(-1) rotate(180deg);
transform: scale(-1) rotate(180deg);
}
.service-box .inner-box .parte{
    background-size: contain;
            background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/Recurso_123.png");
}
.service-box .inner-box:hover .parte{
        background-size: contain;
                background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
background-image: url("/img/Recurso_123.png");
}
.service-box .inner-box .tramite{
        background-size: contain;
                background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/Recurso_423.png");
}
.service-box .inner-box:hover .tramite{
        background-size: contain;
                background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
background-image: url("/img/Recurso_423.png");
}
.service-box .inner-box .documento{
        background-size: contain;
                background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/Recurso_323.png");
}
.service-box .inner-box:hover .documento{
        background-size: contain;
                background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
background-image: url("/img/Recurso_323.png");
}
.service-box .inner-box .informacion{
        background-size: contain;
        background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/Recurso_223.png");
}
.service-box .inner-box:hover .informacion{
        background-size: contain;
                background-size: 80%;

    background-position: center;
    background-repeat: no-repeat;
background-image: url("/img/Recurso_223.png");
}
.service-box .inner-box .indoor:before {content: "\f8f4";font-family:var(--fa-style-family,"Font Awesome 6 Pro");}
.service-box .inner-box .install:before {content: "\f085";font-family:var(--fa-style-family,"Font Awesome 6 Pro");}
.service-box .inner-box .repair:before {content: "\f7d9";font-family:var(--fa-style-family,"Font Awesome 6 Pro");}
.service-box .inner-box .clean:before {content: "\e419";font-family:var(--fa-style-family,"Font Awesome 6 Pro");}

.service-box .inner-box h3{
margin-bottom:12px;
/* font: 700 18px/1 'Roboto', sans-serif; */
text-transform: uppercase;
text-align:left;
}
.service-box .inner-box h3 a{
text-align: left;
position:relative;
color:#1e1e1e;
text-decoration: none;
/* font: 700 18px/1 'Roboto', sans-serif; */
}
.service-box .inner-box h3 a:hover{
color:#2B5C45;
}
.service-box .inner-box .text{
text-align: left;
position:relative;
color:#374C75;
font-size:14px;
line-height:18px;
margin-bottom:18px;
}
.service-box .learn-more{
text-align: center;
position:relative;
color:#ffffff;
font-size:14px;
font-weight:600;
padding-right:28px;
text-transform:uppercase;
}
.service-box .learn-more::after {
content: "\f061";
font-family:var(--fa-style-family,"Font Awesome 6 Pro");
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-left: 10px;
}
.service-box .learn-more:hover{
background-color: #32835d;
color:#ffffff;
}

.cl-zom {
transition: transform .1s;
}
.cl-zom:hover {
-ms-transform: scale(1); /* IE 9 */
-webkit-transform: scale(1); /* Safari 3-8 */
transform: scale(1.1);
}
.service-box .btn {
background-color: #2B5C45;
border: none;
border-radius: 20px;
padding: 5px 12px;
text-align: center;
font-size: 16px;
display: inline-block;
cursor: pointer;
text-decoration: none;
margin: 4px 2px;
}
@media only screen and (max-width:1150px){
.service-box {
width: 23%;}
.service-box .btn {
background-color: #2B5C45;color:#F1F1F1;}
}
@media only screen and (max-width:800px){
.service-box {
width: 100%;}
.service-box .btn {
background-color: #2B5C45;color:#F1F1F1;}
}

/* CL Ribbon */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #1e1e1e;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background: #2B5C45;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  /* font: 700 18px/1 'Roboto', sans-serif; */
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  z-index: 2;
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  z-index: 2;
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
