/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*******************************************
USE THIS FILE TO INCLUDE YOUR OWN CSS STYLES
********************************************/
.bold {
    font-weight: bold;
}

.pull-leftBlue {
    float:left !important;
    padding-right:10px;
}
.media.service-box .pull-leftBlue {
  margin-right: 20px;
}
.media.service-box .pull-leftBlue > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  /*color: #A0BF4B;*/
  color: #5bc0de;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-leftBlue > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #6495ed;
}
.media.service-box:hover .pull-leftBlue > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.badge-custom {
    color:#fff;
    background-color:#BDBDBD;
    font-size: 13px !important;
}

a.badge-custom:focus,a.badge-custom:hover {
    color:#fff;
    background-color:#1e7e34
}

a.badge-custom.focus,a.badge-custom:focus {
    outline:0;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}

.social-icons > li > a {
    background: #43ade7 !important;    
}

#ulSI > li > a {
    background: #22253400 !important;
}

@media (max-width: 991px) {
  #repoContainer {
    display: block !important;
  }
}

.aIconPdf {
    background-image: url(../images/ico/ic_pdf.png) !important;
    background-repeat: no-repeat !important;
    width: 42px !important;
}

.aIconDoc {
    background-image: url(../images/ico/ic_doc.png) !important;
    background-repeat: no-repeat !important;
    width: 42px !important;
}

.aIconHtml {
    background-image: url(../images/ico/ic_html.png) !important;
    background-repeat: no-repeat !important;
    width: 42px !important;
}

.aIconMP4 {
    background-image: url(../images/ico/ic_mp4.png) !important;
    background-repeat: no-repeat !important;
    width: 42px !important;
}

@media(max-width: 1200px) {    
    #main-slider {
        padding-top: 95px;
    }
}

@media(max-width: 997px) {    
    #main-slider {
        padding-top: 195px;
    }
}

@media(max-width: 767px) {   
    #main-slider {
        padding-top: 70px;
    }
    #meet-team3{
        height: 1700px;
    }
}

.aTextLinkStyle {
    color: black;
    cursor: pointer;
    /*text-decoration: underline;*/
}

.tituloMinutas{
    font-size: 50px;
    text-align: center;
}