/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
 

.services .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
   
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid var(--footer);
  width: 100%;
   border-radius: 5px; 
   background: #fff;
   display: grid;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
height: 100%;
transition: 0.3s;
}

 
.services .icon-box .icon {
  margin: 0 auto 10px auto;
 
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;

  overflow: hidden;
  display: grid;
justify-content: center;
justify-items: center;
align-content: center;
}
 

.services .icon i {
  font-size: 45px;
  line-height: 1;
    color: var(--principal);
}

 

.services .title {
  text-align: center;
font-size: 1.1rem;
margin-bottom: 5px;
margin-top: 15px;
-ms-word-wrap: anywhere;
word-wrap: anywhere;
text-transform: none;
}

 
 

.services .description {
  font-size: 1rem;
  margin-bottom: 5px;
  text-align: left;
  color: var(--texto);
  line-height: 1.5;
}



 
 
 .services .icon-box:hover {
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
transition: 0.3s;
 }
 

 
.ulservice {
 list-style: none;
text-align: left;
padding-left: 0px;
color: #1a1a1a;

}
.liservice {
margin-bottom: 5px;
}

.liservice i {
margin-right: 5px;
color:#a3b27c;
}

 

.services .icon-box .row-more {
    align-self: end;
    justify-self: center;
    margin-top: 15px;
}
.services .icon-box .row-more .more {
  border: none;
padding: 10px 15px !important;
background: var(--principal);
color: #fff !important;
display: inline-table;
text-decoration: none;
font-size: 1rem;
font-weight: 400;
transition: 0.3s;
 line-height: 1.5;
border-radius: 9999px;
}

.services .icon-box .row-more .more:hover {
    background: var(--principal_oscuro);
     
}
 