*{
	margin: 0px auto;
	padding: 0px auto;
}

.visible{
	opacity: 1 !important;
	z-index: 9 !important;
}

#imgSource{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 0px  #CCC;
}

#single_gal img:focus{
	outline: none;
	border: 0;
}

#home_topbar{
	height: 120px;
	border-bottom: 1px solid #CCC;
}

#home_topbar .home_topbar_element{float: left;}

#home_topbar #logo, #home_topbar #tel{	width: 20%;}

#home_topbar #menu{	width: 60%;}

#home_topbar #tel #sp{
	background-color: #cd1314;
	width: 180px;
	color: #FFF;
	margin-top: 15px;
	float: right;
	padding-top: 15px;
	text-align: center;
	height: 70px;
}

#home_topbar #menu .navbar{
	background: none;
	border: none;
	margin-top: 25px;
}
#home_topbar #menu .navbar ul li{
	
	width: 25%;
	text-align: center;
}
#home_topbar #menu .navbar ul li:hover > a{
	color: #cd1314;

}
#home_topbar #menu .navbar ul li a{
	color: #0B2161;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
#form_search{
	
	background: #EEE;
	padding: 0px;
	border: 1px solid #888;
	width: 622px;
	margin-bottom: 30px;
	margin-top: 20px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#search_input{
	width:109%;
	background: #EEE;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: none;
	padding: 10px;
	padding-left:20px;
	outline-style: none;
}
#btn_search{
	width: 60px;
	height: 40px;
	padding-top: 10px;
	margin-left: 0px;
	
	background: #cd1314;
	color: #FFF;
	border: none; 

	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius:20px;
	outline-style: none;
	z-index: 10;
}
.tipo_select{
	background: #EEE;
	outline-style: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 140px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.slidepic{
	margin:auto;
	max-height:500px;
}

@media (pointer: fine) {
  a span {
    display: none;
  }
  a:hover span {
    display: inline-block;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.slidepic{
		margin:auto;
		width:100%;
	}
} 

.footer{
	height: 650px;
	width: 100%;
	background: #001037;
}
.footer #f_title{
	padding-top: 60px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 30px;
}
.footer #f_title span{
	font-size: 14px;
}
.footer #form_search{
	padding: 0px;
	border: none;
	width: 470px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.footer  #search_input{
	width: 390px;
	height: 50px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;

	padding: 10px;
	outline-style: none;
}
.footer #btn_search{
	margin: 0px;
	padding: 0px;
	outline-style: none;
	border: 1px solid #fff;
	height: 50px;
	color: #FFF;
	width: 80px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.footer ul{
	list-style: none;

	margin: 50px auto;
	position: relative;
	left: 15%;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.footer ul li{
	padding-top: 20px;
	height: 60px;
	color: #FFF;
	width: 25%;
}
.footer ul li:hover{

}
.footer ul li:hover > a{
	color: #cd1314;

}
.footer ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.footer #cr p{
	text-align: center;
	color: #FFF;
}

#single_image{
	padding-top: 50px;
}
#single_carousel {
	height: 450px;
	width: 130px;
	overflow-x: hidden;
	overflow-y: auto; 

}
.single_arrow{
	height: 30px;
	cursor:pointer;
}
#single_gal img{
	padding-left: 10px;
	padding-top: 20px;
	width: 120px;
}
#single_arrowLeft{
	width: 130px;
	padding-top: 0px;
	text-align: center;
	font-size: 30px;
}
#single_arrowRight{
	width: 130px;
	padding-top: 0px;
	text-align: center;
	font-size: 30px;
}
#single_arrowLeft i{
	color: #333;
	padding: 0px !important;
}
#single_arrowRight i{
	color: #333;
	padding: 0px !important;
}
#single_info{
	padding-top: 50px;
}
#single_info ul{
	list-style: none;
}
#single_info ul li{
	padding-top: 10px;
	
	padding-bottom: 15px;
	border-bottom: 1px solid #001037;
}
#single_info .dataname{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
#single_info .dataprice{
	color: #001037;
	font-size: 20px;
	text-align: center;
}
.wrap{
	background-color: #f5f5f5;
	padding-bottom: 20px;
	
}
.nav li, .nav li.active{
	outline-color: none;
	cursor: pointer;
}
.nav li:focus, .nav li.active:focus{
    outline: none;
    border: 0;
 }
.nav li.active a{
	color: #cd1314 !important;
	border-radius: 0px;
	border-top: 1px solid #cd1314 !important;
}
.nav li a{
	color: #001037;
}
#tab_info{
	padding: 30px;
}
.more_info{
	padding: 50px;
}
.breadcrumb {
	height: 70px;
    padding: 20px 35px !important;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-transform: uppercase !important;
    color: #001037 !important;
    font-weight:bold !important;
}
#navigation_wrap{
	
	height: 150px;
}
#navigation_wrap nav{
	position: relative;
	float: right;
	right: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius: 0px !important;
	cursor: pointer !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 0px !important;
	cursor: pointer !important;
}
.pagination>li>a, .pagination>li>span{
	color: #001037 !important;
	cursor: pointer !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #cd1314 !important;
	border-color: #cd1314 !important;
	color: #FFF !important;
}
.pagination>li>a, .pagination>li>span{
	color: #FFF !important;
}
.pagination>li>a, .pagination>li>span{
	color: #001037 !important;
}
#contacto ul{
	list-style: none;
}
#contacto ul li{	
	height: 60px;
	border-bottom: 1px solid #CCC;
}
#contacto ul li#fb_contacto a{
	color: #001037 !important;
	border:1px solid #001037;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 45px;	
	font-size: 30px;
	text-align: center
}
#contacto ul li#fb_contacto a:hover{
	border:2px solid #ccc;
	color: #999 !important;
}
#contacto ul li#fb_contacto{
	text-align: center;
	padding-top:20px;
	height: 80px;
}
#contacto ul li#title_contacto{
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
	font-weight: bold;
	height: 80px;
	color: #001037;
}
#contacto ul li#form_contacto{
	height: 450px;
}
#contacto ul li#form_contacto label{
	color: #001037;
	padding-top: 20px;
}
#contacto ul li#form_contacto input{
	border:1px solid #001037;
	width: 100%;
	height:40px;
	padding: 10px;
}
#contacto ul li#form_contacto textarea:focus{
	outline: none;
}
#contacto ul li#form_contacto input:focus{
	outline: none;
}
#contacto ul li#form_contacto textarea{
	border:1px solid #001037;
	width: 100%;
	height:80px;
	padding: 10px;
}
#contacto ul li#form_contacto button{
	float: right;
	background-color: #cd1314;
	color: #FFF;
	border:none;
	border-radius:20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
}
.detailitems td i{

	float: left;
	padding-right: 20px;
}
.result{
	position: absolute;
	box-shadow: 0px 0px 3px 0px #CCC;
	width: 54%;
	z-index: 99;
	background-color: #FFF;
	top: 42px;
	left: 5%;
}
.result table td{
	cursor: pointer;
}
.result table td:focus{
	outline: none;
    border: 0;
}
.result table td:hover{
	background-color: #CCC;
}
.searchKey{
	color: #0489B1;
}
.btn-mas{
	border-radius:20px;
	padding-left:40px;
	padding-right:40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #cd1314;
	border: 1px solid #001037;
	background-color: #f6f6f6;
	cursor: pointer;

}
.btn-mas:hover{
	background-color: #cd1314;
	color: #FFF;
}
#liston{
	width: 400px; 
	padding-bottom: 50px;
}
.owl-theme .owl-controls .owl-page span{
	background:#cd1314 !important;
}
.detItem{
	display: inline-block;
	width: 32.5%;
	min-height: 40px !important;
	font-size: 16px;
	flex-direction: row !important;
}
.detItem i{
	padding-right: 8px;
	padding-top: 2px;
}
#fb_in a{
	color: #FFF !important;
	border:1px solid #FFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 45px;	
	font-size: 30px;
	text-align: center
}
#fb_in a:hover{
	border:2px solid #ccc;
	color: #999 !important;
}
.show_mob{
	display: none;
	width: 320px;
	background-color: #cd1314;
	color: #FFF;
	text-align: center;
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.show_mob:focus{
	color: #FFF;
}
.show_mob:hover{
	color: #FFF;
}

/*PEDRO*/
.carousel-indicators li { visibility: hidden; }
.margin-32{margin-bottom:32px;}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

ul.navbar-nav li a{
	font-size: 16px !important;
}
#logo a{
	z-index:9999!important; 
	padding-bottom: 50px; 
	padding-top: 50px;
}
#logo a img{
	width: 230px; 
	margin-top: -25px; 
	margin-left: 20px; 
	z-index: 9999!important
}
.centered{
	margin:auto;
	display:block;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #cd1314 ;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*PEDRO FIN*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #menu-toggle, #menu1-toggle,  #menu2-toggle,  #menu3-toggle{
    	top:380px !important;
    } 
    #footer #form_search{
    	width: 320px;
    } 
	.tipo_select{
		width: 80px;
	}
	#tel{
		display: none;
	}
	#liston{
		width: 280px; 
	}
	#footer_menu{
		display: none;
	}
	.navbar-header{
		position: relative;
		right: 20px;

	}
	#search_input{
		width:114%;
	}
	#btn_search{
		width: 100%;
	}
	.result{
		width: 65%;
		left: 13%; 
	}
	
	#home_topbar #menu .navbar ul li{

	width: 100%;

	background-color: #FFF;
	}

	.footer #f_title{
		padding-top: 60px;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
		font-size: 30px;
	}
	.footer #f_title span{
		font-size: 14px;
	}
	.footer #form_search{
	
	
		width: 300px;
		
	}
	#home_topbar #menu{
		position: relative;
		width: 100%;

	}

	.footer  #search_input{
		width: 210px;
		height: 50px;

	}
	.footer #btn_search{

		width: 80px;
		
	}
	.navbar .container-fluid{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.navbar-nav{
		margin:0px !important;
	}
	
}
@media only screen and (max-width: 768px) {
	.show_mob{
		display: block;
	}
}
