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

    Themes Bootstrap - Creative Agency Template v1.0.0 (https://themesbootstrap.com.mx/templates/creative-agency-template.html)
    Copyright 2019 Theme Bootstrap
    Licensed under MIT (https://github.com/diegovr7/creative-agency/blob/master/LICENSE)

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    color: #5b617c;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #282c47;
}

a:hover {
    color: #007bff;
    opacity: .9;
    text-decoration: none;
}

section {
    padding: 100px 0; 
}

.topmargin-sm {
    margin-top: 30px;
}

.topmargin-lg {
    margin-top: 60px;
}

.primary-btn {
    background-color: #2d8eff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    padding: 14px 30px;
    border-radius: 4px;
}

.secondary-btn {
    background-color: #e9f3ff;
    color: #2d8eff;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    padding: 14px 30px;
    border-radius: 4px;
}


.primary-btn:hover, .secondary-btn:hover {
    text-decoration: none;
}

.primary-btn:hover {
    color: #ffffff;
}

.template-button {
    position: fixed;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #2d8eff;
    color: #ffffff;
    z-index: 9999;
    bottom: 15px;
    left: 15px;
    display: inline-block;
}

.template-button a {
    color: #ffffff;
}

.template-button i {
    vertical-align: middle;
    margin-left: 10px;
}

.template-button:hover {
    z-index: 9999;
}

.template-button p {
    margin-bottom: 0px;
}

.heading-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#logo {
    min-width: 200px;
    max-height: 60px;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid#e9edf5;
}

.nav-link {
    color: #5b617c;
    padding: 8px 14px;
}

.nav-link:hover {
    background-color: #f4f4f6;
    color: #5b617c;
    border-radius: 4px;
}

.nav-item {
    min-width: 90px;
    text-align: center;
}

.navbar-toggler {
    background-color: transparent;
    font-size: 34px;
    border-radius: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.heading-wrapper p {
    font-size: 20px;
}

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

#hero {
    background-image: url(../images/cover.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    
    
}

#hero h1 {
    font-size: 46px;
    margin-bottom: 30px;
}

#hero p {
    margin-bottom: 20px;
}

/*/////////////////////////////////////////
Pricing
////////////////////////////////////////*/

#pricing {
    background-color: #f4f4f6;
}

#vehículos{
    background-color: #f4f4f6;
}
#tacógrafos{
    background-color: #f4f4f6;
}

.pricing-box {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: #d7d8e2 0px 2px 4px 0px;
    margin: 15px 0;
    transition: all .2s ease-in-out;
}

.pricing-box:hover {
    transform: scale(1.05);
}

.pad-center{
    text-align: center;
}
.pad-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
}

.pb-header {
    padding: 30px 24px;
    text-align: center;
    border-bottom: 2px solid #f4f4f6;
}

.pb-header i {
    font-size: 60px;
}

.pb-subscription {
    padding: 30px 24px;
    text-align: center;
    border-bottom: 2px solid #f4f4f6;
}

.pb-info {
    padding: 30px 24px;
    text-align: center;
    border-top: 2px solid #f4f4f6;
}

.pb-features {
    padding: 30px 24px;
}

.pb-features ul {
    list-style-type: none;
    padding-left: 0px;
}

.pb-features ul li {
    margin-bottom: 10px;
}

.pb-features ul li i {
    color: #2d8eff;
    margin-right: 10px;
}

.centro{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 20%;
}

/*/////////////////////////////////////////
Frequently asked questions
////////////////////////////////////////*/

#faq {
    background-color: #ffffff;
}

.card-header:first-child, .card {
    border-radius: 0px;
}

.card-header {
    background-color: #ffffff;
    border: 0px;
    padding: 5px 0;
}

.card-header i {
    color: #2d8eff;
    font-size: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.card {
    border: 0px;
    border-top: 1px solid#e9edf5;
}

.card-body {
    padding: 5px 10px 20px 10px;
}

.btn-link {
    color: #282c47;
}

.btn-link:hover {
    color: #282c47;
    opacity: .95;
    text-decoration: none;
}

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

#blog {
    background-color: #f4f4f6;
}

.blog-post {
    background-color: #ffffff;
    box-shadow: #d7d8e2 0px 2px 4px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 15px 0; 
    transition: all .2s ease-in-out;
}

.blog-post:hover {
    transform: scale(1.05);
}

.blog-post img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.blog-post-info {
    padding: 24px
}

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

#footer {
    background-color: #282c47;
    text-align: center;
    padding: 80px 0 30px 0;
}

#footer h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

#footer i {
    font-size: 20px;
    color: #5b617c;
    margin: 0 5px;
}

.cover-img{
    float: left;
    z-index: 990;
}
.cover{
    float: left;
    width: 60%;
    margin: -100px 20%;
    z-index: 1000;
}

/*/////////////////////////////////////////
Media Queries
////////////////////////////////////////*/

@media(max-width: 411px){
    #hero h1{
        font-size: 32px;

    };
    #hero p{
        font-size: 18px;
        font-weight: 400;
        
    };
    .pad-0{
        display: none;
    }
}



@media (max-width: 575.98px) { 
    .btn-link {
        font-size: 15px;
    }
    
}

@media (max-width: 768px) { 
    .nav-item {
        text-align: left;
    }
}

@media (max-width: 991.98px) {  }

@media (max-width: 1199.98px) {  }




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 100vh;
  background: white;
  border-bottom: 2px solid white;
  text-align: center;
}

#hero2 .container {
  padding-top: 150px;
}

#hero2 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #141d2b;
  width: 60%;
  color: #2d405f;
}

#hero2 h2 {
  color: #466393;
  margin: 15px 0 0 0;
  font-size: 24px;
  color: #2d405f;
}

#hero2 .btn-get-started {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 3.5;
  margin-right: 12px;
  padding: 12px 32px 12px 32px;
  border-radius: 30px;
  transition: 0.5s;
  color: #007bff;
  border: 2px solid #007bff;
  
}

#hero2 .btn-get-started:hover {
  background: #007bff;
  color: white;

}

#hero2 .hero2-img {
  max-width: 60%;
  margin-top: 20px;
}

@media (max-width: 992px) {
  #hero2 h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }
  #hero2 h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #hero2 .hero2-img {
    max-width: 100%;
  }
}

@media (width: 375px){
    #hero2 .container {
  padding-top: 180px;
}
}
@media (width: 411px){
    #hero2 .container {
  padding-top: 200px;
}
}

@media (width: 414px){
    #hero2 .container {
  padding-top: 180px;
}
}

@media (width: 360px){
    #hero2 .container {
  padding-top: 160px;
}

#hero2 .btn-get-started {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 3.5;
  letter-spacing: 0px;
  margin-right: 10px;
  padding: 12px 32px 12px 32px;
  border-radius: 30px;
  transition: 0.5s;
  color: #007bff;
  border: 2px solid #007bff;
  
}

  #hero2 h1 {
    font-size: 28px;
    line-height: 30px;
    width: 100%;
  }
  #hero2 h2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (width: 320px){
    #hero2 .container {
  padding-top: 200px;
}

  #hero2 .btn-get-started {
  font-family: "Krub", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 3.5;
  letter-spacing: 0px;
  margin-right: 1px;
  padding: 12px 32px 12px 32px;
  border-radius: 30px;
  transition: 0.5s;
  color: #007bff;
  border: 2px solid #007bff;
  
}

  #hero2 h1 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }
  #hero2 h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
