@charset "utf-8";
/* CSS Document */

/*RESPONSIVIDAD MANUAL---------------------------------------*/

/*Todas las pnatallas*/


/*.col-xl*/ 			/*Pantalla extra grande y para arriba*/
@media (min-width: 1200px) {
	
}

/*.col-lg*/				/*Pantalla grande y para abajo*/
@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {    font-size: .9em; padding-left: 7px; padding-right: 7px }
	.navbar { padding-top: 15px; padding-bottom: 15px}
}

/*.col-md*/				/*Pantalla mediana y para abajo*/
@media (max-width: 991px) {
	.servicios .row .servicio-mini:nth-child(4), .servicios .row .servicio-mini:nth-child(6) { clear: both}
	.servicios .row .servicio-mini:nth-child(5) { clear: none}
}

/*.col-sm*/				/*Pantalla chica y para abajo*/
@media (max-width: 767px) {
	.carousel-inner div { width: 100% !important}
	.hero-slide .carousel-caption h1 {    font-size: 1.4em; margin-bottom: 5px}
	#my-carousel .btn-lg {padding: 5px 10px; font-size: 1em; }
	.btn { font-weight: 400}
	#my-carousel p {margin-bottom: 10px}
	.carousel-control { visibility: hidden}
	#menu li a {    color: #fff;    }
	.nosotros { padding-top: 0 !important} 
	.nosotros .featured-img { margin-bottom: 0 !important}
	.footer-logo img { margin-top: 0}
	.email { font-size: .7em}
	.single-page-title h2 { line-height: 1.1em}
	.somos { padding-top: 40px}
	.somos .lead { font-size: 1.4em; line-height: 1.25em}
	.hero-slide .carousel-indicators {    bottom : 15px;    }
	.carousel-indicators li {    margin: 4px;}
	.carousel-indicators .active {    margin: 3px;}
	footer .phone { font-size: .6em !important}
	.carousel p { font-weight: 300 !important; width: 100% !important; font-size: 14px !important;}
	.carousel .corto { width: 75% !important}
	.carousel .btn { font-size: 13px !important}
	.hero-slide .carousel-caption {    bottom: 50%;}
	.navbar-brand {  height         : 70px !important;    }
	.hero-slide .carousel-indicators {  width: auto; left: 100% !important;}
	.team-member .col-sm-4 { margin-bottom: 0px}
	.vista360 {height: 350px !important;}

/*.col*/				/*Pantalla extra chica y para abajo*/
@media (max-width: 575px) {
	
}