/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {    
    /*HREO AREA */
    #hero{max-height: 660px;}    
    
    /* FEATURED CLIENTS SECTION*/
    #clients img{height: 50px;}
	
	#nosotros{padding-top: 50px;}

.textoa{margin-top: 80px;}
.img-nos{ width:100%;}
.pad2{ padding:1px;}
.coltexto{
  padding-top:1px;}
  
   .view h4{font-size:12px;
	 }
  
 .view h3{font-size:20px;
	 }
	  .view p{ font-size:12px;
	  line-height:16px;
	  letter-spacing:0.5px;
	 }
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 980px) {
    
    /*HREO AREA */
    #hero{height: 540px;}
    
    /*ABOUT SECTION*/
    #about{padding-top: 40px;}

	.uno{margin-top: 180px;}
	.portfolio_block{
	width: 100%;
}
	
	.h4 {
		font-size: 10px;
}
	
	
.textoa{margin-top: 30px;}
    
    /* FEATURED CLIENTS SECTION*/
    #clients {text-align: center;}
    #clients img{height: 40px;}
    #clients ul{float: none;}
    #clients h4 {display: none;}
    
    /* PORTFOLIO SECTION */
    #shotsByPlayerId li{width: 47%;}
    #shotsByPlayerId li:first-child{width: 97%;}
    
    .myphoto{text-align: center;}

    /*COLLUPSABLE NAVIGATION MENU*/
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse.collapse {display: none!important;}
	.navbar-nav>li {
        float: none;
        padding-left: 30px;
        overflow: hidden;
    }
    .collapse.in{display:block !important;}
	
}

	


/* Mobile Devices */
@media only screen and (max-width : 640px) {
    
    h2 {font-size: 1.9em;}
    h3{font-size: 1.5em}
    h4{font-size: 1.1em;}
	 h6 {font-size: 1.9em;}
	
.textoc{font-size: 0.6em;}	
    
    
   /* .myphoto{display: none;}*/
.coltexto{
	width:100%;
	}
	.coltexto p{
	text-align: justify;}
    
    
    /*Hero area*/
    #hero{height: 200px;}    
    .herocontent{padding-top: 30px;}
    
    /*About section*/
    #about{text-align: center;}
    .textoa{margin-top: 20px;}
	    .textoa p { padding: 0 40px;}
.img-nos{ width:80%;}
    /*Portfolio*/
    #shotsByPlayerId li {width: 96%;}
    
    /*Footer*/
    .footerlinks li{display: none;} 
		.container2{padding-right:25px;padding-left:60px;margin-right:auto;margin-left:auto}		
		
}

/* Smaller Mobile Devices */
@media only screen and (max-width : 480px) {
    #hero{height: 180px;}    
    #clients {display: none;}
    .footersocial li{font-size: 1.5em}
		 .caravan{ width:80%;
	 float:left;
	 top:0;}
	
		.textoa{margin-top: 10px;
float: left;
margin-left: 30px;}
	
	.container2{padding-right:25px;padding-left:60px;margin-right:auto;margin-left:auto}	
	
	
}

/* Smallest Mobile Devices */
@media only screen and (max-width : 320px) {
    #hero{height: 180px;}
    .herocontent{padding-top: 100px; padding-bottom: 30px;}
	
	 .caravan{ width:80%;
	 float:left;
	 top:0;}
	 	.textoa{margin-top: 10px;
float: left;
margin-left: 30px;}
	
	.container2{padding-right:25px;padding-left:60px;margin-right:auto;margin-left:auto}	

	 
	/*. navbar-brand{ float:left;
	width:50%;
	padding-top:0;}*/

}


