@import url('https://fonts.googleapis.com/css?family=Roboto:300,700');

body {
	height: 100%;
}

#cabezal{
	background: #d9d9d9;
	background: linear-gradient(to right, #f2f2f2 29%, #d9d9d9 100%);
}
.menu-item {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.menu-item.active{
	font-weight: 700;
}

.dropdown-menu.show{
	background-color: transparent;
	border: none;
}

.dropdown-item{
	background-color: rgb(242,145,0);
	border-radius: 1rem;
	margin-bottom: 2.5px;
	color: white; 
	font-family: 'Roboto', sans-serif;
}

.nav-link:hover{
	color: rgb(242,145,0) !important;	
}
.jumbotron{
	min-height: calc(100vh - 90px - var(--vh-offset, 0px));
	margin:0;
	background: white;
	background-size: cover;
	background-position: center;
}
 .jumbotron p{
 	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: .9rem;
	color: rgb(130,130,130);
	width: 100%;
 }

 .texto-servicios p{
 	font-size: 1rem!important;
 }

 .jumbotron-footer{
 	min-height: calc(100vh - 138px - var(--vh-offset, 0px));
 }

 .fotos{
 	width: 60%;
 }

 .fondo{
 	background-size: 300%; 
 	background-repeat: no-repeat;
 	background-position: center bottom;
 	position: relative;
 }

#flecha{
	width: 3rem;
}

.botongaleria{
	width: 7rem;
}

.flecha{
	position: absolute;
	bottom: 1.5rem;
	width: 3rem;
	left:0;
	right: 0;
	margin: auto;
	z-index: 201;
}

#footer{
	background: #f29100;
	background: linear-gradient(to right, #f29100 0%,#f8b133 50%,#f29100 100%);
}
/* estos son los iconos grandes*/
.social-icons a {
  display: inline-block;
  height: 2.2rem;
  width: 2.2rem;
  background-color: #fff;
  color: #f29100 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-right: 1rem;
}
/*estas son los telefonos y correo*/
.social-icons span{
	color: white;
	line-height: 2.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-right: .5rem;

}
/*estos son los iconos cuando se ve en celular*/
.social-sm a{
  height: 2rem;
  width: 2rem;
  font-size: 1.1rem;
  line-height: 2rem;
  margin-right: 0.5rem;

}

.text-primary{
	color: #f29100 !important;
}

.text-grey{
	color: rgb(130,130,130);
}

.btn-primary{
	background-color: #f29100 !important;
	border-color: #f29100 !important;
}


.imgtitle{
	width: 12rem;
}

#contactform{
	background: rgba(222, 228, 232, 0.6);
	border-radius: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	
}
#contactform .form-control{
	border-radius: 1rem;
	font-size: 0.8rem;

}

.border-radius-1rem{
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	width: 100%
}

iframe{
	display: block;
}

.alert{
	position: fixed;
	top: 90px;
	width: 100%;
	z-index: 200;
}




/* esta acción es para que la tipografía se vea en lg*/
 @media(min-width: 992px){
 	.jumbotron{
 		min-height: calc(100vh - 106px);
 	}
 	.jumbotron p{
 		font-size: 1.5rem;
 	}

 	.jumbotron-footer{
 		min-height: calc(100vh - 162px); 
 	}

 	.imgtitle{
		width: 19rem;
	}
	#contactform{
		width: 80%;
	}
	.alert{
		top: 106px;
	}
	.fondo{
		background-size: contain;

	}

	.flecha{
		bottom: 2rem;

	}

	.fotos{
		width: 100%;
	}
	.botongaleria{
		width: 9rem;
	}
 }

