/*---------------------------------------------------------------

  Project Name: Agrojobs.pro
  File Name: treze.css
  Author: Treze Agromarketing
  Author URI: http://treze.es
  Version: 1.3

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Typography
    1.  Buttons
    2.  General
    3.  Pre loader
    4.  Navigation section
    5.  Home section
    6.  About section
    7.  Service section
    8.  Resume section
    9.  Work section
    10. Contact section
    11. Footer
    12. Social icon
    13. Mobile Responsive styles

------------------------------------------------------------------*/

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

body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
}

.pm0 {
  padding: 0 !important;
  margin: 0 !important
}

.pm5 {
  padding: 0;
  margin: 0 5px
}

.pm10 {
  padding: 0 10px
}

.m0 {
  margin: 0 !important
}

.p0 {
  padding: 0 !important
}

.p20 {
  padding: 0 20px
}

.m5 {
  margin: 0 5px
}

.m10 {
  margin: 0 10px
}

.space-xy {
  padding: 1rem 2rem !important
}

.space-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.space-x {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.space-xs {
  margin: 15px 0
}

.space {
  margin: 25px 0
}

.space-sm {
  margin: 40px 0
}

.space-md {
  margin: 60px 0
}

.space-lg {
  margin: 100px 0
}

.icon-margin {
  padding: 0 6px 0 0
}

.brand {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  float: inherit;
  flex-wrap: wrap;
    padding: 15px 0!important;
    height: auto!important;
}
img.logo-brand {
  margin-right: 10px;
}
img.ue-brand {
  margin-left: 10px;
}

.content-lang {
  padding: 32px 0 25px 15px;
  float: right;
}
.content-lang a {
  padding: 5px;
}

.content-lang a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  img.logo-brand {
      margin-bottom: 25px;
  }
 .lead {
   font-size: 18px;
   line-height: 1.5;
   margin-bottom: 45px;
 }
 #claim .lead {
   max-width: 230px;
 }
 #claim h1 {
   max-width: 300px; 
   font-size: 36px;
 }
 #claim .container {
   margin-left: 0;
 }
}

@media (max-width: 530px) {
 .lead {
   font-size: 15px;
   line-height: 1.5;
   margin-bottom: 0;
 }
  #claim .lead {
  max-width: 140px;
 }
 .navbar-header {
   padding-left: 15px;
 }
  #claim {
   padding-left: 10px!important;
   padding-right: 10px!important;
 }
}

/*---------------------------------------
    0 Typorgraphy              
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0px;
}

h1 {
  color: #5C5652;
  font-size: 45px;
  line-height: 1.2;
}

h2 {
  color: #5C5652;
  font-size: 35px;
  line-height: 1.3;
  margin-top: 0px;
}

h3 {
  color: #5C5652;
  font-size: 28px;
  line-height: 1.4;
  text-transform: uppercase;
}

h4 {
  color: #5C5652;
  font-size: 20px;
  line-height: 1.4;
}

p {
  color: #878787;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-bottom: 26px;
}

.text-primary {
  color: #4A866F;
}

.text-secondary {
  color: #5C5652;
}

.text-pink {
  color: #DD72A8;
}

/*---------------------------------------
    1 Buttons               
-----------------------------------------*/

.section-btn {
  display: inline-block;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 32px 16px 32px;
  margin-top: 35px;
  min-width: 200px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background: #96C84D;
  border-radius: 52px;
  text-align: center;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  cursor: pointer;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
}

.section-btn:focus,
.section-btn:hover {
  background: #5BA339;
  color: #ffffff;
}



/*---------------------------------------
    2 General               
-----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2B886D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #4A866F;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

#about,
#service,
#resume,
#work {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#contact {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  background: url('../images/base-01.svg') no-repeat bottom center;
  background-size: cover;
}


#service,
#work,
#resume {
  background: #F8F9F8;
}

/*---------------------------------------
    3 Pre loader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #454545;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}



/*---------------------------------------
    4 Navigation section              
-----------------------------------------*/

.navbar-default {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 12px 0;
}

.navbar-default .navbar-brand {
  color: #444;
  font-weight: normal;
  font-size: 20px;
}

.navbar-brand b {
  font-size: 26px;
}

.navbar-default .navbar-nav li a {
  font-size: 12px;
  font-weight: bold;
  color: #858585;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0 12px;
  margin: 15px 8px;
}

.navbar-default .navbar-nav>li a:hover {
  background-color: #e7e7e7;
  color: #656565 !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #858585;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #656565;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}



/*---------------------------------------
    5 Home section              
-----------------------------------------*/

#home {
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

#home .home-thumb {
  position: absolute;
  top: 0;
}

#claim {
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10% 25px;
}

.content-plus {
  padding: 50px 0;
  letter-spacing: -0.02rem;
}

@media (max-width: 768px) {
  .content-plus {
    padding: 0px 0;
  }
}


.content-plus h4 {
  color: #232323;
}


.item-plus {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.item-plus img {
  justify-content: flex-start;
  margin-right: 15px;
}

#app {
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10% 25px;
}

.item-data {
  position: relative;
  min-height: 120px;
}


/*---------------------------------------
    6 About section              
-----------------------------------------*/

#about {
  padding-top: 100px;
}

#about .about-profile-thumb {
  padding-top: 32px;
  padding-left: 22px;
}

#about .about-profile-thumb span {
  font-weight: bold;
}

#about .about-thumb {
  padding: 32px 12px;
}

#about .about-thumb p {
  padding: 2px 0;
}



/*---------------------------------------
   7 Service section              
-----------------------------------------*/

#service img {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 22px;
  opacity: 0.8;
}

#service h4 {
  font-size: 28px;
  line-height: 1.4;
  color: #232323;
  letter-spacing: -0.02em;
}

#service p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 auto;
}

.content-app {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.content-app img {
  width: 160px;
  align-items: flex-start;
}

.content-app img.android {
  margin: 25px 10px 25px 0;
}
.content-app img.ios {
  margin: 25px 0;
}


/*---------------------------------------
    8 Resume section              
-----------------------------------------*/

#resume .resume-thumb {
  margin-top: 12px;
  margin-bottom: 12px;
}

#resume .resume-thumb .fa {
  color: #000000;
  padding-right: 8px;
}

#resume strong {
  color: #797979;
  display: block;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

#resume strong span {
  display: inline-block;
  padding: 2px 6px;
}



/*---------------------------------------
    9 Work section              
-----------------------------------------*/

#work .work-thumb {
  margin: 22px 0 12px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#work .work-thumb small {
  font-size: 16px;
}

#work .work-thumb-overlay {
  position: absolute;
  background: #ffffff;
  cursor: crosshair;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 62px 32px;
  margin: 32px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover .work-thumb-overlay {
  opacity: 1;
}



/*---------------------------------------
    10 Contact section              
-----------------------------------------*/

#contact .text-success,
#contact .text-danger {
  display: none;
}

#contact .contact-info .fa {
  padding-right: 5px;
}

#contact .form-control {
  border: none;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom-color: #999999;
}

#contact input {
  height: 50px;
}

#contact button#cf-submit {
  background: #454545;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#cf-submit:hover {
  background: #000000;
  color: #ffffff;
}



/*---------------------------------------
    11 Footer section              
-----------------------------------------*/

footer {
  padding: 30px 25px 0;
  background: #5C5652;
  text-align: center;
}

footer p {
  padding-bottom: 16px;
  color: white;
  font-size: 13px;
  line-height: 1;
}

footer a {
  color: white;
  text-decoration: underline!important;
  font-size: 13px;
} 



/*---------------------------------------
   12 Social icon             
-----------------------------------------*/

.social-media a {
  padding-right: 10px;
}

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #ffffff;
  border-radius: 100%;
  color: #454545;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #000000;
  color: #ffffff;
  transform: scale(1.1);
}



/*---------------------------------------
    13 Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {
  #home {
    height: 55vh;
  }
}


@media (max-width: 768px) {
  .navbar-default .navbar-nav li a {
    display: inline-block;
  }

  #home {
    height: 85vh;
  }
}


@media (max-width: 767px) {
  #home .home-thumb {
    position: relative;
  }

  #resume .resume-thumb-sec {
    margin-top: 45px;
  }
}


@media (max-width: 580px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  #home {
    height: 95vh;
  }

  #contact .contact-info {
    margin-top: 45px;
  }
}


@media (max-width: 320px) {
  #home {
    height: 125vh;
  }
}