/* width */
::-webkit-scrollbar {
  width: 8px;  
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(240, 240, 240, .3);
}
 
/* Handle */
::-webkit-scrollbar-thumb {  
  background: rgba(35, 35, 35, .8);
  border-radius: 10px;
  transition: all ease .5s;
}

html {
  scroll-behavior: smooth;
}

*{
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

header{
	margin: 10px 0px;
	background: #fff;
}

footer{
	width: 100%;
	background: #9b9b9b;
	padding: 0px;
	box-shadow: inset 0px 5px 15px rgba(0, 0, 0, .3);
}

footer h1{
	color: #fff;
	margin-bottom: 40px;
}

h1{
	font-size: 32px;
	margin:25px 0px;
	color: #333;
	text-align: center;
}

h3{
	font-size: 15px;
	margin: 10px 0px;
	color: #333;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}

.display_none{
	display: none;
}

.clear{
	clear: both;
}

.anchorScroll{
	position: absolute;
	width: 1px;
	margin-top: -100px;
}

.mainContent{
	max-width: 1130px;
	padding: 0px 15px;
	margin: 0 auto;
}

.col2_item{
	float: left;
	width: calc(50% - 20px);
}

.col2_item:nth-child(even){
	margin-left: 20px;
}

.col2_item:nth-child(odd){
	margin-right: 20px;
}

.col2_item img{
	width: 100%;
}

.headerSpace{
	height: 74px;
}

.mainMenu_content{
	position: fixed;
	width: 100%;
	padding: 10px 0px;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, .4);
	z-index: 1;
}

.main_menu{
	float: right;
}

.main_menu ul{
	margin: 0px;
	padding: 0px;
}

.main_menu ul li{
	float: left;
	list-style: none;
}

.main_menu ul li a{
	display: block;
	padding: 8px 16px;
	margin: 8px 8px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	border-radius: 3px;
	transition: all ease .4s;
}

.main_menu ul li a:hover{
	background: #333;
	color: #fff;
}

.main_menu ul li:last-child a{
	margin-right: 0px;
}

.longoriaArquitectos_logo{
	float: left;
	width: 125px;
}

.longoriaArquitectos_logo img{
	width: 100%;
}

.serviceBox{
	margin: 15px 0px;
}

.serviceBox a:hover{
	text-decoration: none;
}

.serviceBox img{
	transition: all ease .5s;
}

.serviceBox img:hover{
	opacity: .7;
}

.sliders_menu{
	width: 100%;
}

.sliders_menu ul{
	display: flex;
  justify-content: space-between;
}

.sliders_menu ul li{
	list-style: none;
}

.sliders_menu ul li a{
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	padding: 8px 16px;
	margin: 4px 10px;
	border-bottom: 3px solid #fff;
	transition: all ease .3s;
	cursor: pointer;
}

.sliders_menu ul li a:hover{	
	border-bottom: 3px solid #333;
}

.pop_contenido{
	background:#fff;
	padding:20px;
	max-width: 1100px;
	border-radius: 15px;
}

.pop_contenido h3{
	font-size: 28px;
	text-align: center;
	margin-bottom: 25px;
}

.nosotros h3{
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 24px;
}

.filosofia, .nosotros_img, .mision, .vision{
	margin-bottom: 40px;
}

.filosofia, .mision, .vision{
	padding: 20px;
}

.filosofia p, .mision p, .vision p{
	color: #fff;
}

.filosofia{
	background: #d9ad73;
	height: 400px;
	overflow: auto;
}

/* Handle */
.filosofia::-webkit-scrollbar-thumb, .mision::-webkit-scrollbar-thumb, .vision::-webkit-scrollbar-thumb {  
  background: rgba(255, 255, 255, .4);
  border-radius: 10px;
  transition: all ease .5s;
}

.nosotros_img{
	height: 400px;
	overflow: hidden;
}

.mision{
	background: #0a9edc;
	overflow: auto;
	height: 270px;
}

.vision{
	background: #75b500;
	overflow: auto;
	height: 270px;
}

.contacto_left{
	float: left;
	width: 50%;
}

.contacto_right{
	float: left;
	width: calc(47% - 40px);
	margin-left: 40px;
}

.contacto_right i{
	float: left;
	display: block;
	width: 20px;
	margin-top: 5px;
}

.contacto_right p{
	float: left;
	display: block;
	text-align: left;
	width: 340px;
	margin-left: 20px;
}

.contacto_right p, .contacto_right i, .contacto_right a{
	color: #fff;
}

.contacto_right a{
	text-decoration: none;
}

.footer_telefonos i{
	margin-right: 22px;
}

.social{
	width: 150px;
	margin: 35px calc(50% - 78px);
}

.social ul{
	display: flex;
  justify-content: space-between;
}

.social ul li{
	list-style: none;
}

.social ul li a{
	float: left;
	display: block;
	text-decoration: none;	
	font-size: 30px;	
	transition: all ease .3s;
	cursor: pointer;
}

.frase_footer p{
	width: 100% !important;
	text-align: center !important;
	margin-left: 0px !important;
}

.footer_divider{
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	margin: 25px 0px;
}

.only_mobile{
	display: none;
}

.only_desktop{
	display: block;
}

/* ============================== Comienza movil ==============================  */

@media (min-width: 0px) and (max-width: 820px){
	header{
		margin: 0px;
	}

	.only_mobile{
		display: block;
	}

	.only_desktop{
		display: none;
	}
	.col2_item{
		width: 100%;
	}

	.col2_item:nth-child(even){
		margin-left: 0px;
	}

	.col2_item:nth-child(odd){
		margin-right: 0px;
	}

	.anchorScroll{
		margin-top: -10px;
	}

	.mainMenuMobile_content{
		position: fixed;
		width: 100%;
		padding: 5px 0px;
		bottom: 0;
		background: #fff;
		border-top: 1px solid #ccc;
		box-shadow: -5px 0px 15px rgba(0, 0, 0, .4);
		z-index: 1;
	}

	.headerSpace{
		height: 0px;
	}

	.footerSpace{
		height: 60px;
	}

	.longoriaArquitectos_logo{
		float: none;
		position: absolute;
		width: 55px;
		margin: 0px calc(50% - 45px);
		bottom: 20px;
		background: #fff;
		padding: 10px 10px;
		border-radius: 50%;
		box-shadow: 0px -4px 10px rgba(0, 0, 0, .3);
	}

	.main_menu_mobile ul{
		margin: 0px;
		padding: 0px;
	}

	.main_menu_mobile ul li{
		float: left;
		list-style: none;
	}

	.main_menu_mobile ul li a{
		display: block;
		padding: 5px;
		margin: 0px 5px;
		text-align: center;
		text-decoration: none;
		color: #333;
		font-size: 10px;
		transition: all ease .4s;
	}

	.main_menu_mobile ul li a i{
		font-size: 22px;
	}

	.left_options{
		float: left;
	}

	.right_options{
		float: right;
	}

	.sliders_menu{
		width: 100%;
		margin-bottom: 20px;
	}

	.sliders_menu ul{
		display: inherit;
	}

	.sliders_menu ul li{
		list-style: none;
	}

	.sliders_menu ul li a{
		color: #fff !important;
		background: #333;
		border-radius: 5px;
		text-align: center;
		width: calc(50% - 26px);
		padding: 8px 16px;
		margin: 4px 10px;
		border-bottom: none;		
	}

	.sliders_menu ul li a:hover{	
		border-bottom: none;
	}

	.filosofia{
		background: #d9ad73;
		height: auto;
		overflow: auto;
	}

	.nosotros_img{
		height: 250px;
		overflow: hidden;
	}

	.mision{
		height: auto;
	}

	.vision{
		height: auto;
	}

	.contacto_left{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.contacto_right{
		float: none;
		width: calc(100% - 40px);
		margin: 0px 20px;
	}

	.contacto_right i{
		float: left;
		display: block;
		width: 20px;
		margin-top: 5px;
	}

	.contacto_right p{
		float: left;
		display: block;
		text-align: left;
		width: calc(100% - 100px);
		margin-left: 20px;
	}

	.contacto_right p, .contacto_right i, .contacto_right a{
		color: #fff;
	}

	.contacto_right a{
		text-decoration: none;
	}

	.frase_footer p{
		margin-bottom: 40px;
	}

}