/*/////////////////////////////////////////////////////////////////////

	Theme Name: Smart
	Theme URI: 
	Description: 
	Author: Smart Oasis
	Author URI: https://smartoasis.mx/
	Version: 1.0

/////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////
  Basic
/////////////////////////////////////*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.8;
	letter-spacing: .02em;
	margin: 0px;
}

ul {
	list-style-type: none;
}

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 0px;
}

:active, :focus { outline: none !important; }

a:hover {
	text-decoration: none;
}

.bg-dark { background-color: #1a1a1a !important; }

.bg-dark a { color: #f8f9fa }

.bg-light { background-color: #e5e5e5 !important; }

.bg-light a { color: #1a1a1a }

.text-dark { color: #1a1a1a !important; }

.text-light { color: #f8f9fa !important; }

.text-light .nav-link a {
	color: #f8f9fa !important;
}

small {
	display: block;
}

/*/////////////////////////////////////
  Headings
/////////////////////////////////////*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0px;
}

.heading-block {
	max-width: 800px;
	margin: 0 auto;
}

.heading-block h1, h2, h3 {
	font-size: 3.2rem;
	margin-bottom: 15px;
}

.heading-block p {
	font-size: 1.6rem;
	color: #888;
	margin-bottom: 0px;
}

/*/////////////////////////////////////
  Sections
/////////////////////////////////////*/

section {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

/*/////////////////////////////////////
  Buttons 
/////////////////////////////////////*/

.btn {
	display: inline-block;
	border: 2px solid #f8f9fa;
	border-radius: 2px;
	min-width: 240px;
	padding: 14px 30px;
	margin: 5px;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.btn:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.primary-btn {
	background-color: #f8f9fa;
	color: #1a1a1a !important;
}

.primary-btn:hover { color: #1a1a1a; }

.secondary-btn {
	background-color: transparent;
	color: #f8f9fa !important;
}

.secondary-btn:hover { color: #f8f9fa }

.btn i {
	font-size: 1.2rem;
	margin: 0 4px;
}

.alternate-btn {
	background-color: #1a1a1a;
	color: #f8f9fa !important;
	margin: 5px 0;
	border: 2px solid #1a1a1a;
}

.alternate-btn:hover { color: #f8f9fa; }


/*/////////////////////////////////////
  Forms
/////////////////////////////////////*/

.form-control {
	border: 1px solid rgb(226, 226, 226);
	border-radius: 2px;
	padding: 30px 20px; 
	-moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.form-control:focus {
	border: 1px solid #888;
	outline: none;
	box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.03);
  -moz-transform: scale(1.015);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #495057 !important;
}

.form-group select {
	height: 62px;
}

/*/////////////////////////////////////
  Complementary classes
/////////////////////////////////////*/

.margintop-sm { margin-top: 30px !important; }

.margintop-lg { margin-top: 60px !important; }

.divider-light {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.divider-light-full {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.divider-grey {
	border-bottom: 1px solid #e5e5e5;
}

.divider-dark {
	border-bottom: 1px solid #dcdcdc;
}

.text-grey {
	color: #9b9b9b !important;
}

/*/////////////////////////////////////
  Navbar 
/////////////////////////////////////*/

.navbar {
	min-height: 100px;
}

.nav-link {
	color: #f8f9fa !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 1em;
}

.navbar-toggler {
	font-size: 36px;
	color: #ffffff;
}

.navbar-logo {
	min-width: 180px;
}

.dropdown-menu {
	border: 0px;
	border-radius: 2px;
	padding: 0px;
	-moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.dropdown-item {
	padding: 8px 20px;
}

.dropdown-item:hover {
	background-color: #e5e5e5;
}

.dropdown-item i {
	vertical-align: middle;
}

/*/////////////////////////////////////
  Hero
/////////////////////////////////////*/

#hero {
	padding: 120px 0;
}

#hero h1 {
	font-size: 70px;
}

#hero p {
	font-size: 18px;
	color: #ffffff;
}

/*/////////////////////////////////////
  Services
/////////////////////////////////////*/

#services h5 {
	font-size: 26px;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 5px;
}

.service-container {
	position: relative;
	background-color: #ffffff;
	box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	padding: 40px;
	-moz-transition: all .5s;
  -webkit-transition: all .5s;
	transition: all .5s;
	margin: 20px 0;
}

.service-container a {
	-moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.service-container p {
	font-size: 15px;
	letter-spacing: .08em;
	word-spacing: .2em;
}

.service-container:hover {
	background-color: #1a1a1a;
	color: #ffffff;
	-moz-transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.service-container:hover a {
	color: #ffffff;
}

.add-circle {
	font-size: 22px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.btn-service {
	background-color: #1a1a1a;
	color: #ffffff !important;
	padding: 5px 20px;
	border-radius: 2px;
}

.service-container:hover .btn-service {
	background-color: #ffffff;
	color: #1a1a1a !important;
}

.btn-service i {
	margin-left: 10px;
}




/*/////////////////////////////////////
  Faq
/////////////////////////////////////*/

.card {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
	margin: 10px 0;
	border-radius: 2px;
	text-align: left;
}

.card-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.no-btn {
	border: 0px;
	padding: 0px;
	min-width: unset !important;
}

.no-btn:hover {
	text-decoration: none;
}

/*/////////////////////////////////////
  Pricing box
/////////////////////////////////////*/

.pricing-container {
	background-color: #ffffff;
	box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	margin: 10px 0;
	-moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.pricing-container:hover {
	-moz-transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px)
}

.pricing-title, .pricing-body, .pricing-button {
	padding: 30px;
}

.pricing-title h3 {
	font-size: 26px;
	margin-bottom: 0px;
}

.pricing-body ul li {
	margin-bottom: 10px;
}

.pricing-button span {
	font-size: 14px;
}

.pricing-button .alternate-btn {
	color: #ffffff;
}

/*/////////////////////////////////////
	Members 
/////////////////////////////////////*/

.member-container {
	position: relative;
	margin: 15px 0;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.member-container:hover {
	-webkit-box-shadow: inset 0px -100px 40px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -100px 40px -5px rgba(0,0,0,0.3);
	box-shadow: inset 0px -100px 40px -5px rgba(0,0,0,0.3);
}

.member-container:hover > .member-information {
	-moz-transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px)
}

.member-container img {
	border-radius: 2px;
}

.member-information {
	position: absolute;
	color: #ffffff;
	bottom: 10px;
	left: 20px;
	text-align: left;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.member-information i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 15px;
}

.member-social {
	margin-top: 10px;
}

/*/////////////////////////////////////
  Project
/////////////////////////////////////*/

.project {
	margin-bottom: 100px;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.project:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.project-info h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 25px
}

.project p {
	margin-bottom: 25px;
}

.project-info p, a{
	font-size: 16px;
}

.project-info a i {
	vertical-align: middle;
}

.project-img {
	box-shadow: 0 16px 24px 0 rgba(0,0,0,.08);
	border-radius: 2px;
}

/*/////////////////////////////////////
  Blog
/////////////////////////////////////*/

.article-container {
	position: relative;
	background-color: #ffffff;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.article-container:hover {
	box-shadow: 0px 22px 55px 0px rgba(0, 0, 0, 0.05);
	-moz-transform: translate(0, -15px);
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px);
}

.article-container img {
	border-radius: 2px;
}

.article-content {
	position: absolute;
	left: 10px;
	bottom: 5px;
	color: #ffffff;
}

.article-content h4 {
	margin-bottom: 0px;
}

.blog-image {
	background-image: url('../images/proyecto-02.jpg');
	background-color: #eee;
	float: left;
	width: 360px;
	height: 300px;
	display: block;
	border-radius: 2px;
	background-size: auto 100%;
	background-position: center center;
	transition-property: background-size;
	transition-duration: 200ms;
	transition-timing-function: ease-in;
	background-repeat: no-repeat;
	box-shadow: 0 16px 24px 0 rgba(0,0,0,.08);
}

.blog-image2 {
	background-image: url('../images/image-6.jpg');
	background-color: #eee;
	float: left;
	width: 360px;
	height: 300px;
	display: block;
	border-radius: 2px;
	background-size: auto 100%;
	background-position: center center;
	transition-property: background-size;
	transition-duration: 200ms;
	transition-timing-function: ease-in;
	background-repeat: no-repeat;
	box-shadow: 0 16px 24px 0 rgba(0,0,0,.08);
}

.blog-article {
	padding: 30px 0;
}

.blog-article h4, a {
	font-weight: 600;
	display: inline-block;
}

.blog-article img {
	border-radius: 2px;
}

.blog-title {
	font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 20px;
}

/*/////////////////////////////////////
  Code Editor
/////////////////////////////////////*/

.code-editor {
	background-color: #1a1a1a;
	position: relative;
	border-radius: 2px;
	padding: 40px;
	box-shadow: 0 16px 24px 0 rgba(0,0,0,.08);
}

.code-comments {
	color: grey;
}

.code-green {
	color: #abffdb;
}

.code-blue {
	color: #63daff;
}

.code-white {
	color: #ffffff;
}

.code-token {
	color: #878787;
}



/*/////////////////////////////////////
  Footer
/////////////////////////////////////*/

#footer {
	position: relative;
	background-color: #1a1a1a;
	color: #f8f9fa;
	padding: 70px 0;
}

#footer a {
	color: #f8f9fa;
}

.footer-links li a, .footer-menu li a {
	padding: 5px 15px;
}

.footer-links li a i {
	font-size: 24px;
	color: #464646;
}


#footer small {
	font-size: 12px;
	color: #464646;
}

#footer small a {
	font-size: 12px;
}
