/*********************************/
/************* TABLET ****************/
/*********************************/
@media (min-width:768px){
  /*menusup*/
  #tf-menu{
    display: block;
    padding:0% 3%;
  }
  #tf-menu a.page-scroll{
    padding: 30px 5px;
  }
  .on{
    padding: 10%;
  }
  a.navbar-brand >img{
    margin:5px 5px;
    height: 70px;
  }
  /*tf-home slider*/
  #tf-home a.fa.fa-angle-down{
    margin-top: 75px;
  }
  #tf-home .overlay{
    padding:0% 5%;
  }
  #tf-home .content{
    width: 350px;
    height: 500px;
  }
  /*tf-services*/
  #tf-services .container{
    padding:0% 5%;
    margin:50px 0px;
  }
  /*tf-proyecta*/
  #tf-proyecta .container{
    padding:0% 5%;
    overflow: hidden;
  }
  #tf-proyecta .section-title{
    width: 400px;
    align-items:flex-end;
    text-align: right;
    float: right;
  }
  /*tf-legal*/
  #tf-legal ul{
    flex-direction: row;
    justify-content:center;
  }
  #tf-legal li{
    flex-direction: row;
    align-items: center;
    margin: 20px 20px;;
  }
  #tf-legal li>img{
    margin-right:20px;
  }
  /*tf-asesorialegal*/
  #tf-asesorialegal .container{
    padding:0% 5%;
    overflow: hidden;
  }
  #tf-asesorialegal .section-title{
    width: 400px;
    align-items:flex-start;
    text-align: left;
    float: left;
  }
  /*tf-sbif*/
  #tf-sbif p{
    padding: 20px;
  }

  /* FOOTER */
  nav#footer .container{
    padding:0% 5%;
  }
  
  /* NOSOTROS */
  #ns-slider{
    height: 400px;
  }
  #ns-intro{
    padding:40px;
  }
  #ns-intro p{
    font-size: 18px;
  }
  #ns-mv{
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    text-align: justify;
  }
  #ns-mv .textomv{
    padding:50px;
    margin-left:30px;
  }
  #ns-mv .textomv h3{
    font-size: 24px;
  }
  
  /* SERVICIOS */
  #srv-slider p{
    width: 600px;
  }
  #srv-main{
    flex-direction: row;
  }
  #srv-main div.mainitem div{
    text-align: justify;
  }
  #srv-main div.mainitem h3{
    text-align:left;
  }
  #srv-servicios{
    overflow: hidden;
  }
  #srv-servicios ul{
    float: left;
    width: 50%;
    text-align: left;
    list-style: unset;
    padding-left: 30px;
  }
  #srv-servicios li{
    border-bottom:none;
    padding:10px 0px;
  }
  #srv-servicios div.sbif{
    text-align: left;
  }
  
  /* REQUISITOS */
  #req-slider{
    height: 400px;
  }
  #req-main section{
    padding:0% 5%;
    padding-bottom: 40px !important;
  }
  #req-requisitos h5{
    font-size: 16px;
    margin-top:50px;
  }
  #req-requisitos ul{
    list-style: none;
    overflow: hidden;
    padding: 0% 10%;
    width: 100%;
  }
  #req-requisitos ul li{
    vertical-align: middle;
    padding: 8px 0px;
    width: 45%;
    float:left;
    margin:10px;
    background: #fafafa;
    border-radius: 3px;
  }
  #req-requisitos ul img{
    margin-right:10px;
    margin-left:10px;
    float: left;
    vertical-align: middle;
  }

  /* CONVENIOS*/
  #cnv-main section{
    padding:50px 5%;
  }

  /* CONTACTO */
  #cnt-slider{
    height: 400px;
  }
  #cnt-contacto h2{
    padding: 0% 10%;
    padding-top:30px !important;
    padding-bottom: 30px !important;
  }
  #cnt-contacto div.contenedor{
    flex-direction: row;
    padding: 0% !important;
  }
  #cnt-contacto ul{
    padding-left: 10%;
    width:50%;
  }
  #cnt-contacto .formconte{
    padding:20px 0px;
    padding-right:10%;
    width:50%;
  }
}

/*********************************/
/************* PC ****************/
/*********************************/
@media (min-width:1024px){
  #tf-menu{
    padding:0% 10%;
  }
  #tf-menu a.page-scroll{
    padding: 30px 10px;
  }
  nav#footer .container{
    padding:0% 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  nav#footer .fnav{
    text-align: right;
  }
  nav#footer .fnav ul.menufooter{
    flex-direction: row;
    justify-content: flex-end;
  }
  ul.menufooter li a{
    color:#fff;
    display: block;
    padding: 0px 0px;
    padding-left:15px;
    background: none;
    border:none;
  }
  div.copyright{
    padding: 0% 10%;
    text-align: right;
  }
  
  #tf-home .overlay{
    padding:0% 10%;
  }
  #tf-services .container{
    padding:0% 10%;
  }
  #tf-proyecta .container{
    padding:0% 10%;
  }
  #tf-proyecta .section-title.center h2{
    font-size: 40px;
    line-height: 45px;
    padding-top:5px;
  }
  #tf-proyecta h2>strong{
    padding-top: 5px;
  }
  #tf-proyecta .section-title{
    width: 500px;
  }
  #tf-asesorialegal .container{
    padding:0% 10%;
  }
  #tf-asesorialegal .section-title.center h2{
    font-size: 40px;
    line-height: 45px;
    padding-top:5px;
  }
  #tf-asesorialegal h2>strong{
    padding-top: 5px;
  }
  #tf-asesorialegal .section-title{
    width: 500px;
  }
  #tf-sbif p{
    margin:40px 130px;
  }
  #tf-whatsapp{
    padding:100px;
  }

  #ns-intro{
    padding:30px 10%;
  }
  #ns-mv{
    padding:25px 10%;
  }
  #ns-mv div img{
    width: 500px;
  }
  #ns_dicom{
    padding:10px 20%;
  }
  
  #srv-main{
    padding:30px 10%;
  }
  #srv-servicios{
    padding: 100px 10%;
  }

  #req-main section{
    padding:0% 10%;
  }
  #cnv-main section{
    padding:50px 10%;
  }
  #cnt-contacto div.contenedor{
    padding:0% 10%;
  }
}







/*************************************/
/*************************************/
/*************************************/
/** original **/
@media (max-width: 768px){
  .content {
	  padding: 40% 0 0;
	}
}

@media (max-width: 603px){
  #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;
  }

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


@media (max-width: 360px){
  .hover-bg .hover-text {
    padding: 22% 10%;
  }
}