.slogan{
  width: 80%;
}
.btn-mas{
  margin-top: 10px;
}

.btn-contacto{
  width: 20%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%,-50%);    
  text-align: center;
  background-color: #FFF300;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;      
  overflow: hidden;
}

.services{
  margin-top: 100px;
}
.container-services{
  margin-top: 15px;
  width: 98%;
}

.cards-service{
  background-color: #174AA3;
  color: white;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.cards-service-text{
  padding: 2px 2px 2px 2px;
  text-align: center;
  height: 60px;
  border-bottom: 6px solid;
  border-color: #FFF300;
  overflow: hidden;  
}

.cards-service-text h5 {
  font-size: 16px;
}

.container-somos{
  margin-top: 100px;
  width: 100%;
  text-align: center;
  padding: 0 50px 0 50px;
}

.container-mision table {
  margin-top: 10px;
}
.container-mision td {
  height: 150px;
  text-align: justify;  
}

.container-clientes {
  width: 100%;
  text-align: center;
}

.clientes-img img{
  width: 100px;
  margin-left: 5px;
}

.container-contacto {
  margin-top: 100px;
}



.works-services p{
    font-weight: bold;
    font-size: large;
}

.btn-contacto span, i{
    text-align: center;
    color: black;
    font-size: x-large;
    font-weight: 600;    
}

.btn-circle{
    width: 130px;
    height: 130px;
    background-color: #174AA3;
    border: 1px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    text-align: center;
}

.btn-circle i{
    font-size: 70px;
    color: #FFF300;
}



@media screen and ( max-width : 600px ) {
  .slogan{
    width: 50%;
  }
  .btn-contacto{
    width: 40%;
  }
  .cards-service-text h5{
    font-size: 2.5vw;
  }
 .container-somos{
   padding: 0 10px 0 10px;
 }
 .container-somos p{
   text-align: justify;
 }
}

@media screen and ( min-width : 601px) and (max-width : 1224px){
  .cards-service-text h5{
    font-size: 1.5vw;
  }
}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.w3-oswald {
font-family: 'Oswald', sans-serif; }

