@media (max-width: 768px){

  .content {
	padding: 40% 0 0;
	}
}

@media (max-width: 603px){

    /* Home Style */
    #tf-home{
        background: url(../img/01.jpg);
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        color: #cfcfcf;
    }
    #tf-home p.lead{
        color: #e3e3e3;
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
    }

/*
    #tf-ventajas{
        background: url(../img/07r.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        color: #ffffff;
    }
*/

    #tf-about, #tf-ventajas, #tf-services2, #tf-contact {
        padding: 30px 0 0 0;
    }


    #tf-menu.navbar-default {
    	background-color: rgba(0, 0, 0, 0);
    }


    #bs-navbar-collapse-1 {
        background-color: rgba(0, 0, 0, 0.79);
    }



    #tf-works li.pull-right, #tf-works li.pull-left {
        margin-top: 10px;
        float: none !important;
        text-align: center;
        display: block;
    }
    label{
        float: none !important
    }
    .pull-left.fnav,
    .pull-right.fnav {
        float: none !important;
        text-align: center;
    }
    .hover-bg .hover-text {
        padding: 12% 10%;
    }

    h3{
        font-size: 14px;
        font-weight: 900;
    }

    p.intro{
        font-size: 12px;
        margin: 10px 0 0;
        line-height: 16px;
        font-family: 'Lato', sans-serif;
    }

    ul.espacio li {
        margin-bottom: 10px;
    }

    p.intro-tit{
        font-size: 18px;
        margin: 12px 0 0 0;
        line-height: 22px;
        font-family: 'Lato', sans-serif;
        font-weight:bold;
        color:#3797db;
    }

    ul.text_responsive li {
        font-size: 12px;
        line-height: 16px;
    }

    /* texto para lectores de pantalla */

    .scroll-to-top{
      text-decoration: none;
      position: fixed; 
      bottom: 10px;
      right: 10px;
      display: none;
      font-size: 30px;
      color: #999;
    }

    .scroll-to-top:hover{
      text-decoration:none;
      color: #ddd;
    }

    /* ------ mostrar section (responsive)  -------*/

    .view-responsive1 {
        display: none;
    }
    .view-responsive2 {
        display: block;
    }    

}

@media (max-width: 360px){

    .hover-bg .hover-text {
        padding: 22% 10%;
    }
}

