@media (min-width: 992px) and (max-width: 1199px) {
    .img-logo{
        width: 99px;
        height: 50px;
    }
    .fondo-inferior{
        background-image: url("../img/Banner2-md.jpg");
        width: 720px;
        height: 147px;
    }
    .pie-block1{
        padding-left: 50px;
    }
    .titulo3{
        color: #fff;
        font-size: 20px;
        font-family: "Roboto-Bold";    
        padding-top: 10px;
        text-align: center;   
    }
    .titulo7{
        color: #3d87d9;
        font-size: 14px;
        font-family: "Roboto-Medium";    
        padding-top: 10px;
        text-align: left;   
    }
    .titulo4{
        color: #fff;
        font-size: 20px;
        font-family: "Roboto-Bold";    
        padding-top: 0px;
        text-align: center;   
    }
    .imagenfondo p.titulo3 {    
        position: absolute;
        width: 100%;
        top: 20px;
    }
    .imagenfondo p.titulo4 {    
        position: absolute;
        width: 100%;
        top: 80px;
    }
    .imagenfondo p.texto-centrado {    
        position: absolute;
        width: 100%;
        top: 120px;
    }
    .top{
        padding-top: 170px;
    }
   
    /*
    *   Carousel    ***************************
    */
    #carousel .carousel-caption {
        left:65%;
        right: 0;
        top: 0px;
        bottom: 0;
        text-align:center;
        padding:10px;
        background:rgba(0,0,0,0.4);
        text-shadow:none;
        padding-top: 120px;
    }
    .carousel-caption2 {        
        left: 21%;
        right: 21%;
        top: 0px;
        bottom: 0;
        height: 80px;    
        text-align:center;
        padding:10px;
        background:rgba(0,0,0,0.2);
        text-shadow:none;
        padding-top: 10px;    
        margin-top: -150px;
    }
    .carousel-caption3 {        
        left: 65%;
        right: 0;
        top: 0;
        bottom: 0;    
        text-align:center;
        padding:10px;
        background:rgba(0,0,0,0.2);
        text-shadow:none;        
        padding-top: 140px;
    }
    .margen-inferior{
        bottom: 40px;
    }
    .titulo-grande{
        color: white;
        font-family: "Roboto-Bold";
        font-size: 60px;
    }
    .titulo-mediano-regular{
        color: white;
        font-family: "Roboto-Regular";
        font-size: 30px;
    }
    .titulo-mediano-regular3{
        color: white;
        font-family: "Roboto-Regular";
        font-size: 40px;
    }
    .titulo-mediano-cursiva{
        color: white;
        font-family: "Roboto-Italic";
        font-size: 25px;
    }
    .titulo-mediano-cursiva-bold{
        color: white;
        font-family: "Roboto-BoldItalic";
        font-size: 25px;    
    }
    .titulo-small{
        color: white;
        font-family: "Roboto-Light";
        font-size: 20px;
    }
    .titulo-grande{
        color: white;
        font-family: "Roboto-Bold";
        font-size: 50px;
    }
    
    /*
    *   página de servicios     **************
    */
    .texto-pasos{                
        font-size: 20px;        
    }
    .img-center{
        margin: 0 auto;
        width: 30%;
        height: auto;
    }
    .imagenfondo-servicios > div {    
        position: absolute;    
        top: 300px;
    }
}