@import url('https://fonts.googleapis.com/css?family=Baloo|Nunito|Titillium Web|Lobster|Lato|Monserrat');
ul{
	list-style: none;
}
p{
	color: #818181;
	font-size: 16px;
	line-height: 1.45;
}
.container-block{
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 0;
	overflow: hidden;
}
.container-img{
	vertical-align: middle;
}
#container-1{
	min-height: 550px;
	background-image: url("../images/slides/slide04.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	background-color: transparent;
	background-size: cover;
}
.panel-no-border{
	border:none;
}

.container-index-down{
	min-height: 550px;
}
.line-f70{
	height: 1px;
	width: 100%;
	background-color: #f70;
}
.h2-inside{
	color:#fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 auto 30px;
	font-family: "Lato";
}
.btn {
	border-radius: 0px;
}
.btn-navegar{
	padding: 6px 6px;
}
.sin-bordes{
	border:none;
	border-radius: 0px;
}
.panel-default > .panel-transparent{
	background-color: rgba(0,0,0,0.8);/*el color diferente a los normales*/
}
.theme-orange{
	background-color: #f60;
}
.font-ground{
	background-color: transparent;
	position: absolute;
	height: 50%;
	width: 80%;
	top: 25%;
	left:20%;
	transform: translateX(-12.5%);
	z-index: 1;
}
.col-banner,.col-banner p{
	color: #fff;
	float: none;
	margin: 0 auto;
}
/*.navbar-inverse{
	background-color: #f3f3f3;
	border-color: #c4c4c4;
}*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-brand:hover{
	color:#080808;
	color:#f60;
}
.carousel-caption h2{
	font-weight: bold;
	/*color:#f60;*/
	color:#c3c3c3;
}
/*second body*/
.cuerpo1{
	background-color: #c4c4c4;
	border-top: 1px solid #f60;
	padding-bottom: 15px;
}
.cuerpo1 h2{
	color: #f96332;
	font-size: 50px;
}
.cuerpo1 ol{
	font-family: "Montserrat";
	font-size: 18px;
	font-style: italic;
}
.heading3{
	color:#f4f4f4;
	font-size: 40px;
}
.heading4{
	color:#f4f4f4;
	font-size: 20px;	
}
.big-icon{
	display: block;
	background-color: #fff;
	border-radius: 50%;
	color:#f60;
	font-size: 40px;
	height: 60px;
	line-height: 60;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	vertical-align: middle;
	width: 60px;
}
/*fin de second body*/
/*area de mapa*/
.cuerpo-mapa{
	/*background-color: rgba(0,0,0,0.2);*/
	background-color: #f4f4f4;/*#303030*/
	background-color: #f9fafb;
	/*background: #f96332;//color naranja*/
	/*background-color: #03c4a7;
	background: linear-gradient(to bottom,#08c5d3 0, #028a94 100%);*/
	margin-top: 10px;
	min-height: 450px;
	padding-top: 15px;
	padding-bottom: 25px;
}

#container-cabecera-01{
	min-height: 400px;
	background-image: url("../images/slides/banner_mensajeros.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
}
.container-inside{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	padding: 150px 30px;
	vertical-align: middle;
}
#container-cabecera-02{
	min-height: 150px;
	background-image: url("../images/bg-contactenos.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
}
#container-cabecera-03{
	min-height: 70px;
	background-image: url("../images/bg-solicitar.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
}
.h2-inside{
	color:#f60;
}
/*@import url('https://fonts.googleapis.com/css?family=Baloo|Nunito|Titillium Web|Lobster|Lato|Monserrat');*/
.p-descripcion{
	font-family: "Nunito";
	font-size: 1.5em;
}
.wraper-mapa {
	margin-top: 15px;
    border: 1px solid #c4c4c4;
    min-height: 450px;
    padding: 15px;
    vertical-align: top;
    width: 100%;
}
/*el mismo wraper pero para version móvile*/
.wraper-mensajero{
	min-height: 201px;
}
.col-botones-mapa{
	margin-top: 10px;
}
.form-control[readonly]{
	background-color: #fff;
}
/*fin de area de mapa*/
/*condiciones*/
#wraper-condiciones{
	display: none;
}
.navbar-usuario{
	padding: 5px;
}
.cuerpo-anuncios{
	background-color: #fff;
	min-height: 120px;
}
/*el boton de scroll*/
.scroll-top {
    /*background: url('../images/up.png');*/
    background-color: #f60;
    color: #fff;
    bottom: 10px;
    display: none;
    position: fixed;
    right: 5px;
    height: 35px;
    padding: 10px 15px;
    text-decoration: none;
    width:35px;
    z-index: 2;/*por los cuerpos*/
}
.scroll-top:hover{
	text-decoration: none;
}
.scroll-top span {
    color: #fff;
}
/*estilos para los inputs files*/
    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.footer {
    background-color: #222;
}
.footer a{
	color:#fff;
}
.text-muted {
    color: #f60;
    font-size: 14px;
}

@media(max-width: 990px){
	/*datos de la tarjeta*/
	#t_mes{
		margin-bottom: 15px;
	}
}
@media(max-width: 480px){
	.cuerpo1 h2 {
		font-size: 28px;
	}
	#div-mapa{
		min-height: 340px;
	}
}/*max-width: 480px*/
@media(max-width: 360px){
	.navbar-usuario{
		font-size: 14px;
		padding: 5px;
	}
	.heading3{
		font-size: 28px;
	}
	.page-header {
		font-size: 28px;
	    padding-bottom: 9px;
	    margin: 20px 0 20px;
	    border-bottom: 1px solid #eee;
	}
	.h2-inside {
    	font-size: 28px;
	}
	.p-descripcion {
	    font-size: 1.3em;
	    line-height: 1.20;
	}

}