@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: "Roboto" !important;
}
.fa-star {
    color: #ffc107;
  }
.news_desc{
    padding: 30px;
}
.news_desc p{
    font-size: 15px;
}
.cursos .col-12{
    padding: 15px !important;
}
.cursos .col-md-4{
    padding: 15px !important;
}
.single_post .text p{
    font-size: 16px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-80{
    padding-top: 80px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 13px;
    margin-left: 3px;
}
.celulas2{
    display: none;
}
.celulas2 .col-sm-12   {
    padding-top:15px ;
}
.celulas1 .col{
    padding-left: 2px;
    padding-right: 2px;
}
@media screen and (max-width: 768px) {
    .celulas1{
        display: none;
    }
    .celulas2{
        display: block;
    }
}
.fa-play, .fa-phone, .fa-envelope {
    color: #9C1A30 !important;
}
.bg-clientes { 
  background: url("../img/fondo_clientes.jpg") no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0;
}