@media (min-width: 768px) and (max-width: 991px) {
    .img-logo{
        width: 99px;
        height: 50px;
    }  
    .pie1{
        height: 350px;    
    }
    .pie-block1{
        padding-left: 1px;
    }
    .titulo3{
        color: #fff;
        font-size: 18px;
        font-family: "Roboto-Bold";    
        padding-top: 0px;
        text-align: center;   
    }
    .titulo4{
        color: #fff;
        font-size: 18px;
        font-family: "Roboto-Bold";    
        padding-top: px;
        text-align: center;   
    }
    .titulo7{
        color: #3d87d9;
        font-size: 16px;
        font-family: "Roboto-Medium";    
        padding-top: 10px;
        text-align: left;   
    }
    .imagenfondo p.titulo3 {    
        position: absolute;
        width: 100%;
        top: 30px;
    }
    .imagenfondo p.titulo4 {    
        position: absolute;
        width: 100%;
        top: 60px;
    }
    .imagenfondo p.texto-centrado {    
        position: absolute;
        width: 100%;
        top: 90px;
    }
    .navbar-brand img{        
        max-width: 75%;
        height: auto;
        width: auto/9; /* Bug de ie8 */
    }
    
    /*
    *   PÁGINA DE CONTACTOS     ****************
    */
    .texto-contacto{    
        color: #535353;
        font-family: "Roboto-Regular";
        font-size: 14px;    
    }
    .texto-datos-contacto{
        color: #00abeb;
        font-family: "Roboto-Regular";
        font-size: 12px;    
    }
    
    .top{
        padding-top: 175px;
    }
    
    /*
    *   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: 140px;
    }
    .carousel-caption2 {        
        left: 21%;
        right: 21%;
        top: 0px;
        bottom: 0;
        height: 60px;    
        text-align:center;
        padding:10px;
        background:rgba(0,0,0,0.2);
        text-shadow:none;
        padding-top: 10px;    
        margin-top: -100px;
    }
    .carousel-caption3 {                
        padding-top: 120px;
    }
    .margen-inferior{
        bottom: 20px;
    }
    .titulo-grande{
        color: white;
        font-family: "Roboto-Bold";
        font-size: 35px;
    }
    .titulo-mediano-regular{
        color: white;
        font-family: "Roboto-Regular";
        font-size: 20px;
    }
    .titulo-mediano-regular3{
        color: white;
        font-family: "Roboto-Regular";
        font-size: 30px;
    }
    .titulo-mediano-cursiva{
        color: white;
        font-family: "Roboto-Italic";
        font-size: 20px;
    }
    .titulo-mediano-cursiva-bold{
        color: white;
        font-family: "Roboto-BoldItalic";
        font-size: 20px;    
    }
    .titulo-small{
        color: white;
        font-family: "Roboto-Light";
        font-size: 10px;
    }
    .titulo-mediano-regular2{
        color: white;
        font-family: "Roboto-Regular";
        font-size: 40px;
    }
    .titulo-mediano-negrita{
        color: white;
        font-family: "Roboto-Bold";
        font-size: 40px;
    }
    
    /*
    *   página de servicios     **************
    */
    .texto-pasos{                
        font-size: 16px;        
    }
    .img-center{
        margin: 0 auto;
        width: 25%;
        height: auto;
    }
    .imagenfondo-servicios > div {    
        position: absolute;    
        top: 250px;
    }
    
    
}