/* stylelint-disable selector-list-comma-newline-after */

body{
    font-family: 'Barlow', sans-serif;
}
.header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

a {
    color: #579DCF;
    text-decoration: none;
    background-color: transparent;
}

ul li{
    list-style: none;
}

.btn-primary{
    background: #333D72;
    border-color: #333D72;
}

.btn-info{
    background: #579DCF;
}
h1{
  font-weight: 600;
      font-size: 2.3rem;
}

h2{
    font-size: 2.3rem;
        color: #579DCF;
    font-weight: 600;
}

h3{
    font-weight: 600;
}

h4{
    color: #579DCF;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}

h5{
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}

h6{
    color: #579DCF;
    font-weight: 600;
    font-size: 18px;
}

.divider-custom-line{
    width: 60px;
    height: 7px;
    background: #579DCF;
}

.header-logo:hover {
  text-decoration: none;
}

.mp-img{
    padding: 20px 0px;
    background: #579DCF;
    width: 75px;
    text-align: center;
    margin-left: 10px;
}

nav.navbar{
    background: #333D72;
    padding: 12px 0;
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    border-left: 1px solid #579DCF;
    padding: 0 10px;
}

.navbar-dark .navbar-nav .nav-link.first{
    border-left: none;
}

nav .nav-link:hover{
    text-decoration: none;
    color: #579DCF;
}

.navbar-toggler{
    margin-left: 10px;
}

.jumbotron{
   margin-bottom: 0px;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
  .jumbotron {
    padding: 6rem 2rem;
    }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  margin: 15px 0;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jumbotron{
  background: url('images/banner_img.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#presupuesto{
   background: url('images/img_presupuesto.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
  color: #fff;
}

#presupuesto h3{
    color: #fff;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

#productos{
    background: #deeaf8;
}

#marcas{
    padding: 50px;
}

.clientes-box{
  display: -webkit-flex;
   display:         flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px; 
}

.item-cliente{
  width: 170px;
  margin-bottom: 30px;
}

form{
    background: #fff;
    padding: 30px;
    border: 10px #deeaf8 solid;
}

.social-icon{
  -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.social-icon:hover{
  transform: translateY(-8px);
}

/* Pagination */
.pagination {
  margin-bottom: 4rem;
}
.pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.post {
  margin-bottom: 4rem;
}
.post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

.bg-primary{
    background-color: #333D72 !important;
}

/*
 * Footer
 */
.footer {
  padding: 2.5rem 0;
  color: #fff;
      background: #579DCF;
  
}
.footer a {
  color: #fff;
}
.footer p:last-child {
  margin-bottom: 0;
}

.footer .media h5{
    font-style: italic;
}

.media .media-body{
    padding-left: 10px;
}

.footer .titulo-footer{
    font-style: italic; 
    font-weight: 600; 
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.pie{
    background-color: #333D72 !important;
    color: #fff;
    padding: 5px 0;
    
}

.pie .credito, .pie .credito a{
    color: #fff;
    font-style: italic; 
    text-align: right;
}

.error{
    color: red;
}

#header-titulo{
    color: #fff;
    padding: 50px 0px;
}

#header-titulo.empresa{
  background: url(images/img_header_Empresa.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#header-titulo.calidad{
  background: url(images/img_header_calidad.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#header-titulo.contacto{
  background: url(images/img_header_contacto.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#header-titulo.marcas{
  background: url(images/img_header_marcas.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#header-titulo.productos{
  background: url(images/img_banner_prod.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

#breadcrumb, .breadcrumb{
    background-color: #579DCF;
    color: #fff;
}

.breadcrumb-item.active, .breadcrumb-item a {
    color: #fff;
}

.lista-comun li{
    list-style: disc;
}
#content{
    margin-bottom: 60px;
}

.font-intalic{
   font-style: italic;
   font-size: 18px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #579DCF;
}

.productos .item{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

form.contactoForm{
    padding: 0px;
    border: none;
}

.tel-header a{
    color: #333D72;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 768px) {
  .tel-header { display: none; }
}

@media screen and (max-width: 768px){
.g-recaptcha {
transform: scale(0.6);
    transform-origin: 0 0;
}}

.nav-link{
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #579DCF;
    border-color: #579DCF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #579DCF;
    border-color: #579DCF;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #333D72;
    border-color: #333D72;
}

.btn-info:hover {
    color: #fff;
    background-color: #333D72;
    border-color: #333D72;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #333D72;
    border-color: #117a8b;
    box-shadow: none;
}

.breadcrumb{
    margin-bottom: 0;
}

.nav-pruductos a{
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: block;
    padding: .5rem 1rem;
}

.nav-pruductos a.active {
    color: #fff;
    background-color: #579DCF;
    border-radius: .25rem;
}

.nav-pruductos a:hover {
    text-decoration: none;
}


