.b-index h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
}
.b-index {
    padding-top: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.b-index p {
    color: #fbf9f9;
    line-height: 26px;

    font-weight: 400;
    font-size: 16px;
}
.b-index img {
    width: 100%;
}
.reparacion span {
    font-size: 26px;
}
.reparacion {
    font-family: "Lato";
}
.b-index .reparacion a {
    color: #808080;
}
.b-index .reparacion a:hover {
    color: #464545;
    border: none;
    text-decoration: none;
}
.p-lr {
    padding-left: 25px;
    padding-right: 25px;
}
.br-line {
    border-right: 1px solid #aba7a7;
}
.p-lr-15 {
    padding-left: 15%;
    padding-right: 15%;
}
.section-trabajo {
    background-size: auto !important;
    background-repeat: repeat !important;
    padding-left: 65px;
    padding-right: 65px;
}
.section-trabajo2 {
    background-size: auto !important;
    background-repeat: repeat !important;
    padding-left: 65px;
    padding-right: 65px;
}
.section-contact {
   
}
.section-blogs {

}

.infoblog {
   
}
#contacto label {
    font-weight: bold;
    font-size: 16px;
}
.bnt-custom2 {
    color: #fff;
    font-size: 16px;
    background-color: #545252;
}
.bnt-custom2:hover {
    background-color: #4b4949;
    color: #fff;
}
.redes a {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
}
.redes a:hover {
    color: #efecec;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.section-infoblog3 {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-infoblogs2 {
    width: 250px;
    max-width: 90%;
    height: 75px;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid;
    color: #fff;
}
.btn-infoblogs2:hover {
    color: #c8c0c0;
    border: 1px solid #fff;
}
.btn-infoblogs2 {
    color: #fff;
    transition: all 0.5s;
    position: relative;
}
.btn-infoblogs2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}
.btn-infoblogs2:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}
.btn-infoblogs2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2, 1.2);
}
.btn-infoblogs2:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}
.card.blog{
    background: #162138;
}
.swiper.bandera {
    width: 100%;
    height: 200px;
  }
  .swiper.bandera img{
    width:200px;
    height:150px;
  }
  .swiper.servicios {
    width: 100%;
    height: 400px;
    
    padding-left: 40px;

  }
 
  .servicios h5{
    font-size: 0.9rem;
    
  }
  .servicios .servicio{
    background-color: linear-gradient(#141e30, #333333);
    width:200px;
  }
  .servicios .cardc{
    position: relative;
    cursor: pointer;
}

.servicios .cardc .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.servicios .cardc .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.servicios .cardc:hover .face.face1{
    background: linear-gradient(#141e30, #333333);
    transform: translateY(0);
}

.servicios .cardc .face.face1 .content{
    opacity: 0.5;
    transition: 0.5s;
}

.servicios .cardc:hover .face.face1 .content{
    opacity: 1;
}

.servicios .cardc .face.face1 .content img{
    max-width: 100%;
}

.servicios .cardc .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.servicios .cardc .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.servicios .cardc:hover .face.face2{
    transform: translateY(0);
}

.servicios .cardc .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.servicios .cardc .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.servicios .cardc .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
@media only screen and (max-width: 850px) {
    .div-movil {
        margin-top: 15px !important;
    }
    .swiper img{
        width:100%;
        height: auto;
    }
}
