body{
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400 !important;
}

video {
  opacity: 0.75;
}

.bg-primary {
background-color: #002ad4!important;
}

.btn-primary {
background-color: #002ad4 !important;
border-color: #002ad4 !important;
}

.badge {
  font-size: 70%;
  font-weight: 500;
}

.acerca_de .badge {
  font-size: 95%;
}

.badge-secondary {
  background-color: #f79413;
}

.cursor-pointer{
  cursor: pointer;
}

a, a:hover, a:focus, a:visited{
  text-decoration: none !important;
}

p{
  font-weight: 400 !important;
  font-size: 14px;
}

.logo{
  width: 50px;
}

.font-weight-medium{
  font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.home h1{
  font-size: 84px;
  line-height: 75px;
  font-weight: 500;
}

h1 small {
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 700;
}

.home h2 {
  font-size: 24px;
  line-height: 24px;
}

.home h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.75rem;
}

.acerca_de p {
  font-size: 20px;
  font-weight: 400;
}

hr.hr-green{
  width: 50px;
  border-top: 3px solid #00ee86;
  margin: 0;
}

hr.hr-orange{
  width: 50px;
  border-top: 3px solid #FF9411;
  margin: 0;
  -webkit-transition: 0.3s ease;
}

hr.hr-blue{
width: 50px;
border-top: 3px solid #002ad4;
margin: 0;
}

hr.hr-dark{
  width: 50px;
  border-top: 3px solid #343a40;
  margin: 0;
  }

.text-naranja{
  color: #FF9411;
}  

.bg-naranja{
  background: #FF9411;
}

.bg-naranja:hover{
  background: #222;
}

.bg-black{
  background: #000;
}

.bg-black:hover{
  background: #222;
}

.areas_capacitacion h5 {
  font-size: 1.75rem;
}

.bg-light {
  background: #e9eef1 !important;
}

.bg-contabilidad, .bg-laboral, .bg-economia, .bg-ph, .bg-plataformas, .bg-talleres {
  background: #d9dce1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
}

::-webkit-input-placeholder { /* Edge */
  color: #c7c7c7 !important;
  font-style: italic;
  font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c7c7c7 !important;
  font-style: italic;
  font-size: 13px;
}

::placeholder {
  color: #c7c7c7 !important;
  font-style: italic;
  font-size: 13px;
}


.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 80%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.info-video-desktop .position-absolute{

  top: 0;
}


/* hover areas */

.areas_capacitacion svg {
margin-bottom: 1rem;
}


.inefop{
background: url(../img/back-inefop.jpg) no-repeat center;
background-size: cover; 
}

.inefop a{
  font-size: 14px;
}

.inefop p {
font-size: 18px;
}


/* area economia */
.area_economia .bg-area{
  background: url(../img/area-economia.jpg) no-repeat bottom center;
  background-size: cover; 
}

.area_ph .bg-area{
  background: url(../img/area-ph.jpg) no-repeat bottom center;
  background-size: cover; 
}

.area_talleres .bg-area{
  background: url(../img/area-talleres.jpg) no-repeat bottom center;
  background-size: cover; 
}

.area_laboral .bg-area{
  background: url(../img/area-laboral.jpg) no-repeat bottom center;
  background-size: cover; 
}

.area_contabilidad .bg-area{
  background: url(../img/area-contabilidad.jpg) no-repeat bottom center;
  background-size: cover; 
}

.area_plataformas .bg-area{
  background: url(../img/area-plataformas.jpg) no-repeat bottom center;
  background-size: cover; 
}

.areas_all h2{
  font-size: 25px;
}

.areas_all hr.hr-green{
  width: 30px;
}
  
.areas_all p {
  font-size: 15px;
}

.bg-economia {
  background: #000 url(../img/economia.jpg) no-repeat center;
  background-size: cover;
}

.bg-ph {
  background: #000 url(../img/ph.jpg) no-repeat center;
  background-size: cover;
}

.bg-talleres {
  background: #000 url(../img/talleres.jpg) no-repeat center;
  background-size: cover;
}

.bg-laboral {
  background: #000 url(../img/laboral.jpg) no-repeat center;
  background-size: cover;
}

.bg-contabilidad {
  background: #000 url(../img/contabilidad.jpg) no-repeat center;
  background-size: cover;
}

.bg-plataformas {
  background: #000 url(../img/plataformas.jpg) no-repeat center;
  background-size: cover;
}

.btn-outline-dark:hover {
  background-color: #f89413 !important;
  border-color: #ea8a0d !important;
}

/* Media queries */
@media (min-width: 768px) { 

.categorias .col-12{
  min-height: 245px;
}

.acerca_de {
  margin-top: -17rem!important;
}



.bg-economia:hover{
  background: #e9eef1 url(../img/hover-economia.jpg) no-repeat center;
  background-size: cover;
  transition: all 0.5s ease;
  }
  
  .bg-ph:hover{
    background: #e9eef1 url(../img/hover-ph.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease;
  }
  
  .bg-talleres:hover{
    background: #e9eef1 url(../img/hover-talleres.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease;
  }
  
  .bg-laboral:hover{
    background: #e9eef1 url(../img/hover-laboral.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease;
  }

  .bg-contabilidad:hover{
    background: #e9eef1 url(../img/hover-contabilidad.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease;
  }

  .bg-plataformas:hover{
    background: #e9eef1 url(../img/hover-plataformas.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.5s ease;
  }     
  
  .bg-contabilidad:hover svg,
  .bg-laboral:hover svg,
  .bg-economia:hover svg,
  .bg-ph:hover svg,
  .bg-plataformas:hover svg,
  .bg-talleres:hover svg{
    transform: rotate(360deg);
  -webkit-transition: 0.3s ease;
  }
  
  .bg-contabilidad:hover hr.hr-orange,
  .bg-laboral:hover hr.hr-orange,
  .bg-economia:hover hr.hr-orange,
  .bg-ph:hover hr.hr-orange,
  .bg-plataformas:hover hr.hr-orange,
  .bg-talleres:hover hr.hr-orange{
  border-top: 3px solid #fff;
  width: 75px;
  -webkit-transition: 0.3s ease;
  }
  
  .bg-contabilidad:hover h5, .bg-laboral:hover h5, 
  .bg-economia:hover h5, .bg-ph:hover h5, 
  .bg-plataformas:hover h5, .bg-talleres:hover h5{
  color: #fff !important;
  -webkit-transition: 0.3s ease;
  }

}

@media (min-width: 1500px) { 
  .acerca_de {
    margin-top: -17.5rem!important;
  }
  
  }

@media (max-width: 768px) { 
.logo {
    width: 40px;
}

.home h1 {
  font-size: 55px;
  line-height: 55px;
}

h1 small {
  font-size: 16px;
}

.home h2 {
  font-size: 18px;
  line-height: 22px;
}

.home h3 {
  font-size: 2rem;
}

.acerca_de p {
font-size: 16px;
}

.inefop p {
  font-size: 16px;
  }

.areas_capacitacion svg {
width: 35px;
float: left;
margin-right: 2rem;
}

.areas_capacitacion h5 {
font-size: 1.25rem;
}

.areas_capacitacion hr.hr-orange {
margin-left: calc(2rem + 35px);
}

.bg-mobile{
  background: url(../img/back-mobile.jpg) no-repeat bottom center;
  background-size: cover; 
}

}