﻿.row-subservices {
  padding: 0px 20%;
  margin: 50px 0px 0px 0px;
}
.row-subservices > div {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.ventajas-profesional {
  padding: 50px 17% 40px 17%;
  background-color: #F8F8F8;
}
.row-subservices > .col-md-3 > div,
.row-subservices > .col-md-4 > div {
  padding: 20px 35px 20px 35px;
}
.row-subservices > .col-md-5ths > div {
  padding: 30px 30px 30px 30px;
}
.row-advs > div {
  height: 260px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.icon-service {
  height: 50px;
  margin-bottom: 15px;
}
.title-subservice {
  font-size: 16px;
  font-weight: bold;
}
.subtitle-subservice {
  font-size: 12px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.more-info-block {
  margin: 10px 30%;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .row-subservices > .col-md-3 > div {
    padding: 25px 15px 30px 15px;
  }
  .row-subservices > .col-md-5ths > div {
    padding: 30px 0px 30px 0px;
  }
  .icon-service {
    height: 60px;
  }
  .more-info-block {
    margin: 10px 30% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .more-info-block {
    margin: 10px 20% !important;
  }
  .ventajas-profesional {
    padding: 50px 10% 40px 10% !important;
  }
  .row-subservices {
    padding: 0px 10%;
  }
  .row-subservices > div {
    height: 200px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 1024px) {
  .icon-service {
    height: 45px;
  }
  .row-subservices > .col-sm-4 > div {
    padding: 30px 0px 30px 0px;
  }
  .row-subservices > .col-sm-3 > div {
    padding: 30px 0px 30px 0px;
  }
  .more-info-block {
    margin: 10px 50px;
    padding: 40px;
  }
  .row-subservices > div {
    height: 180px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .row-subservices > .col-xs-12 {
    margin: 0px;
  }
  .row-subservices > .col-xs-12 > div {
    padding: 30px 7% 30px 7%;
  }
  .row-subservices {
    padding: 0px 15%;
  }
  .more-info .col-xs-12 {
    margin-top: 10px;
  }
  .ventajas-profesional .col-xs-12 {
    margin: 0 0 10px 0 !important;
  }
  .center-xs {
    text-align: center;
    margin-top: 10px;
  }
}