body{
  background-color:  #ebe5e5 !important;
}
@media screen and (min-width: 375px) {
  .width50 {
    width: 50% !important;
  }
}
.custom-container {
  position: flex;
  background-color: white;
  max-width: 1350px;
  padding: 0;
 
}
.custom-carousel {
  position: relative;
  max-width: 1350px;
}
.counter-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.counter-icon .icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.counter-icon .count {
  font-size: 24px;
}

/* @-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
} */

/* @keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
} */

/* .slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
} */
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
/* .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 8s linear infinite;
          animation: scroll 8s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
} */

a.nav-link{
  color: #2f3383 !important;
  font-weight: 800;
  font-size: 17px;
}

.counter-section i { 
  display:block; margin:0 0 10px
}
.counter-section span.counter { 
  font-size:40px; 
  color:#000; 
  line-height:60px; 
  display:block; 
  font-family: "Oswald",sans-serif; 
  letter-spacing: 2px;
}
.counter-title{ 
  font-size:12px; 
  letter-spacing:2px; 
  text-transform: uppercase;
}
.counter-icon {
  top:25px; 
  position:relative;
}
/* .counter-style2 .counter-title {
  letter-spacing: 0.55px; float: left;
}
.counter-style2 span.counter {
  letter-spacing: 0.55px; 
  float: left; 
  margin-right: 
  10px;
}
.counter-style2 i {float: right; 
  line-height: 26px; 
  margin: 0 10px 0 0;
}
  */

/* .medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}  */

p.presentation_text{
  font-family: 'montserrat';
  line-height: 30px;
  letter-spacing: -0.70px;
}
p.description_service{
  font-family: 'Raleway', sans-serif;
  margin: 13px 0 17px 0;
  font-weight: 400;
}



div.footer{
  height: 80px;
  color: white;
}
div.footer > div{
display: inline;
padding: 10px;
}
div.copyright{
float: left;
}
div.social_network > a, div.social_network > span{
float: right;
color: white;
padding: 10px;
}

ul.details_options{
  color: #2f3383 !important;
}
