:root {
    --gris-fondo: #515c64;
    --verde-botones: #342111;
    --titulo-azul: #18132F;
}

html {
  scroll-behavior: smooth;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  align-items: center;
  vertical-align: middle;
}

.bg-gris {
    background-color: var(--gris-fondo) !important;
}

/* FUENTES */

@font-face {
  font-family: 'Heavitas';
  src: url('fonts/Heavitas.eot?#iefix') format('embedded-opentype'),  url('fonts/Heavitas.woff') format('woff'), url('fonts/Heavitas.ttf')  format('truetype'), url('fonts/Heavitas.svg#Heavitas') format('svg');
  font-weight: 400;
  font-style: normal;
}


/* TEXTOS */

body {
    font-family: 'Heavitas';
    font-size: 14px;
    color: black;
    text-transform: uppercase !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Heavitas';
}

h4 {
  color: var(--gris-fondo);
  font-size: 18px;
}

.titulo-azul {
    color: var(--titulo-azul);
}

.titulo-paginas {
    font-family: 'Heavitas';
    font-size: 40px;
    color: #211d34;
}


/* MARGENES */


.pd-0 {
    padding: 0 !important;
}

.margin-header {
  margin-top: 175px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* BOTONES */

.btn {
    font-size: 16px !important;
}

.btn-primary {
    border-radius: 0;
    color: var(--gris-fondo);
    background-color: transparent;
    border: 2px solid var(--gris-fondo);
    font-size: 16px;
}

.btn-primary:hover {
    border-radius: 0;
    color: var(--gris-fondo);
    background-color: #dddddd;
    border: 2px solid var(--gris-fondo);
}


.btn-secondary {
    background: none;
    color: #ffffff;
    border-radius: 0;
    border: 2px solid #ffffff;
    padding: 5px 20px;
    font-size: 16px;
}

.btn-secondary:hover {
    background: none;
    color: #ffffff;
    border-radius: 0;
    border: 2px solid #ffffff;
    padding: 5px 20px;
    font-weight: bolder;
}

/* HEADER Y MENÚ */

.header {
    height: 800px;
    max-height: 100vh;
    background: url('../img/header.jpg');
    background-position: center;
    background-repeat: none;   
    background-size: cover;
    position: relative;
}

.header > .header-content {
    color: white !important;
    margin: auto auto;
    display: block;
}

.header-content h1 {
    font-size: 60px;
    font-family: 'Heavitas';
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
}

.fixed-top {
    background-color: rgba(255,255,255, 0.3);
    color: white;
    transition: background-color 300ms linear;
    transition: color 300ms linear;
}

.fixed-top.scrolled {
  background-color: var(--gris-fondo) !important; 
}

.fixed-top.nav-background, .fixed-top.nav-background-dark {
  background-color: var(--gris-fondo) !important;  
}


/* FOOTER */

footer {
    padding-top: 30px;
    background-color: var(--gris-fondo);
    background-image: url('../img/back_contacto.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 16px;
}

.footer-input {
    background: none;
    width: 100%;
    border: none;
    border: 2px white solid;
    line-height: 40px;
    color: white;
    padding-left: 20px;
}

.footer-input::placeholder {
    color: white;
    font-size: 16px;
}


.footer-btn {
    padding: 15px 40px;
    color: white;
    background: none;
    border: 1px solid white;
    cursor: pointer;
}

.footer-btn:hover {
    background: grey;
    color: black;
}

.copyright {
    font-size: 10px;
}

.copyright a {
  text-decoration: none;
  color: #dddddd;
  cursor: pointer;
}



/* HOME */

#sobre-nosotros {
  background-image: url(../img/back_sobrenosotros.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
 /* min-height: 500px; */
  background-color: var(--gris-fondo);
  color: #fff;
}

.img-sobre-nosotros {
  max-height: 400px;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.home-info {
    font-size: 14px;
    padding: 10px !important;
    line-height: 40px;
    width: 75%;
    margin: auto auto;
}



.servicio img {
  max-width: 350px !important;
  margin: 20px 0;
}

.servicio p {
  color: #515c64;
  text-transform: uppercase;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.indicators-home {
    bottom: -55px;    
}

.indicators-home li {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin: 0 5px;
    background-color: #bbb;
}

.indicators-home li.active {
  background-color: var(--gris-fondo);
}


/* PAGINA PRODUCTO */

#carouselProductos {
    margin-bottom: 100px;
}

.indicators-producto {
    bottom: -75px;    
}

.indicators-producto li {
    background-color: #444;
    height: 15px;
    width: 15px;
}

.indicators-producto li.active {
    background-color: #aaa;
}

/* MEDIA QUERIES */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

   .header > .header-content {
    width: 100%;
    position: relative;
    text-align: center;
   } 

   .contacto {
        margin-top: 30px;
        text-align: center !important;
   }

   .logo-home {
    height: auto !important;
   }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .contacto {
        margin-top: 30px;
        text-align: center !important;
   }

}

hr.vertical-spacer {
  border: 0px;
  background: none;
  margin: 3% 0;
  height: 1px;
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}