/*-- Barra de Navegación --*/

.navbar {
    background-color: #ffffff;
}

#mainnav img {
    height: 40px;
}

#mainnav a {
    font-family: Prompt;
    font-style: normal;
    font-weight: 300;
    color: #10652e;
}

#mainnav a:hover {
    font-family: Prompt;
    font-style: normal;
    font-weight: 400;
    color: #931914;    
}

#mainnav button {
    color: #931914;
    outline-width: 1px;
    outline-style: ridge;
}

/*-- /Barra de Navegación --*/


/*-- Hero --*/
#hero {
    padding-top: 68px;
}

.carousel-item {
    max-height: 700px;
    min-height: 700px;
}

.carousel-item img {
    min-width: 100%;    
}

.carousel-caption {
    font-family: "Figtree";
    top: 50px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 55px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 26px;
    line-height: 1.9;
    color: #ffffff;
    padding-top: 72px;
    padding-bottom: 72px;
}

.carousel-inner::before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

#hero a {
    color: #ffffff;    
    background-color: #931914;
    border-color: #f8352f;
}

#hero a:hover {
    color: #ffffff;
    background-color: #10652e;
    border-color: #07d64f;
}

#compromiso {
    padding-bottom: 3rem;
}



/*-- Hero --*/


/*-- responsive css --*/
@media only screen and (max-width: 767px) {
    
    .carousel-item {
        max-height: 700px;
        min-height: 340px;
        justify-content: center;
    }
    
    .carousel-caption {
        top: 10px;
    }

    .carousel-caption h5 {
        font-size: 40px;
    }

    .carousel-caption p {
        font-size: 32px;
        font-weight: 400;
        margin-top: 20px;
        line-height: 1.3;
    }
        
    #features img {
        max-height: 40px;
    }

    #features h3 {
        font-size: 40px;
        color: #10652e;
    }

    #features p {
        font-size: 20px;
        color: #000000;
    }
    
    #howto img {
        height: 400px;
        align-content: center;
    }

    #productos img {
        height: 450px;
        align-self: center;
    }

    #productosa img {
        height: 450px;
        align-self: center;
    }

    #productosb img {
        height: 450px;
        align-self: center;
    }

    #contact-bar {
        align-items: center;
    }


}

/*-- responsive css --*/

/*-- Sección compromiso --*/

#compromiso {
    padding-top: 100px;
    background: linear-gradient(90deg, #d42f35, #4f070c) !important;
}

#compromiso {
  padding-bottom: 3rem;
  background: linear-gradient(90deg, #d42f35, #4f070c) !important;
}

.bg-gradient-primary-to-secondary {
    background: linear-gradient(90deg, #d42f35, #4f070c) !important;
}
 
#compromiso h2{
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 1cap;
}

#compromiso h5{
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    font-style: italic;
}

#compromiso img{
    max-height: 180px;
    padding-top: 30px;
    padding-bottom: 20px;
}

/*-- /Sección compromiso --*/

/*-- Sección features --*/
#features {
    padding-top: 100px;
    padding-bottom: 72px;
}

#features img {
    max-height: 60px;
}

#features h3 {
    font-size: 28px;
    color: #10652e;
}

#features p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

/*-- /Sección features --*/

/*-- Sección iphone --*/
/*!
 * html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
 * Copyright 2013 - 2017 pixelsign
 * Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
 * Last Build: Tue Nov 14 2017 12:40:57
 */

.device-wrapper {
    max-width: 300px;
    width: 100%;
  }
  
  .device {
    position: relative;
    background-size: cover;
  }
  
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .device .screen {
    position: absolute;
    background-size: cover;
    pointer-events: auto;
  }
  
  .device .button {
    position: absolute;
    cursor: pointer;
  }
  
  .device[data-device=iPhoneX][data-orientation=portrait][data-color=black] {
    padding-bottom: 198.898071625%;
  }
  
  .device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .screen {
    top: 3.1855955679%;
    left: 6.8870523416%;
    width: 86.2258953168%;
    height: 93.6288088643%;
  }
  
  .device[data-device=iPhoneX][data-orientation=portrait][data-color=black]::after {
    content: "";
    background-image: url("../assets/img/portrait_black.png");
  }
  
  .device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .button {
    display: none;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }

  /*-- /Sección iPhone --*/  


/*-- Sección howto --*/
#howto {
    padding-top: 100px;
    padding-bottom: 40px;
    font-family: "figtree";
}

#howto h2 {
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    color: #931914;
    padding-bottom: 2rem;
}

#howto p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    padding-bottom: 1rem;
}

#howto li {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    color: #10652e;
}

#howto img {
    max-height: 450px;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#howto a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #10652e;
}

#howto a:hover {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #931914;
}

#howto .btn-warning  {
    color: #ffffff;    
    background-color: #931914;
    border-color: #f8352f;
}

#howto .btn-warning:hover {
    color: #ffffff;
    background-color: #10652e;
    border-color: #07d64f;
}



/*-- /Sección howto --*/


/*-- Sección productos --*/
#productos {
    font-family: "figtree";
    padding-bottom: 3rem;
    padding-top: 72px;
    background: #ffffff
}
     
#productos h2{
      color: #10652e;
      font-size: 45px;
      font-weight: 700;
}

#productos ul {
    padding-bottom: 1rem;
}

#productos li {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    color: #931914;
}

#productos p {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

#productos .btn-warning {
    color: #ffffff;
    background-color: #10652e;
    border-color: #07d64f;
}

#productos .btn-warning:hover  {
    color: #ffffff;    
    background-color: #931914;
    border-color: #f8352f;
}

#productos img {
    max-height: 550px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/*-- /Sección productos --*/

/*-- Footer --*/
/*-- Barra de Contacto --*/
#contact-bar {
    font-family: "Figtree";
    color: white;
    background-color: #10652e;
    padding-top: 10px;
    padding-bottom: 10px;    
}

/*-- Barra de Contacto / Título H4 --*/
#contact-bar h4 {
    font-weight: 600;
    color: #ffffff;
    padding-top: 15px;
}
/*-- Barra de Contacto / Título H4--*/

/*-- Barra de Contacto / Título H5 --*/
#contact-bar h5 {
    color: white;
}
/*-- Barra de Contacto / Título H5--*/

/*-- Barra de Contacto / Texto <p> --*/
#contact-bar p {
    color: white;
    font-weight: lighter;
    font-style: italic;
}
/*-- Barra de Contacto / Texto <p>--*/

/*-- Barra de Contacto / Link Inactivo --*/
#contact-link {
    font-style: italic;
    font-weight: light;
    color: #ffffff
}
/*-- /Barra de Contacto / Link Inactivo --*/

/*-- Barra de Contacto / Link Hover --*/
#contact-link:hover {
    font-style: italic;
    font-weight: bold;
    color: #90181c
}
/*-- /Barra de Contacto / Link Hover --*/

/*-- Barra de Contacto --*/


/*-- Barra de Redes Sociales --*/
#soc-net-bar {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;    
}
/*-- Barra de Redes Sociales --*/

/*-- Barra de Redes Sociales - IMÁGENES --*/
#soc-net-bar img {
    height: 32px;
}
/*-- Barra de Redes Sociales --*/

/*-- Barra de Copyright --*/
#copyright-bar {
    font-family: "Prompt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: italic;
    font-weight: lighter;
    color: antiquewhite;
    background-color: #931914;
    padding-top: 10px;
    padding-bottom: 10px;    
}
/*-- /Barra de Copyright --*/

/*-- /Footer --*/


/*-- Página Catálogo --*/


/*-- Jumbotron --*/

.jumbotron-item {
    max-height: 500px;
    min-height: 500px;
}

.jumbotron-item img {
    min-width: 100%;    
}

#jumbotron {
    font-family: "figtree";
}

#jumbotron .bg-jumbotron {
    background-image: url(/assets/img/03.jpg);
}

#jumbotron h1 {
    
    color: #ffffff;
    font-size: 55px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}


#jumbotron p {
    
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 25px;
}

#jumbotron .btn {
    color: #ffffff;
    background-color: #10652e;
    border-color: #07d64f;
}

#jumbotron .btn:hover {
    color: #ffffff;
    background-color: #931914;
    border-color: #f8352f;
}


/*-- /Jumbotron --*/


/*-- Sección productosa --*/
#productosa {
    font-family: "figtree";
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #ffffff
}
     
#productosa h2{
      color: #931914;
      font-size: 45px;
      font-weight: 700;
}

#productosa li {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    color: #10652e;
}

#productosa p {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

#productosa .btn-warning {
    color: #ffffff;
    background-color: #931914;
    border-color: #f8352f;
}

#productosa .btn-warning:hover  {
    color: #ffffff;    
    background-color: #10652e;
    border-color: #07d64f;
}

#productosa img {
    max-height: 500px;
    padding-top: 4rem;
    padding-bottom: 4rem;    
}
/*-- /Sección productosa --*/

/*-- Sección productosb --*/
#productosb {
    font-family: "figtree";
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #ffffff
}
     
#productosb h2{
      color: #10652e;
      font-size: 45px;
      font-weight: 700;
}

#productosb li {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    color: #931914;
}

#productosb p {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

#productosb .btn-warning {
    color: #ffffff;
    background-color: #10652e;
    border-color: #07d64f;
}

#productosb .btn-warning:hover  {
    color: #ffffff;    
    background-color: #931914;
    border-color: #f8352f;
}

#productosb img {
    max-height: 500px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/*-- /Sección productosb --*/

/*-- /Página Catálogo --*/


header.masthead {
    padding-top: 10rem;
    padding-bottom: 8rem;
    text-align: center;
    color: #ffffff;
    background-image: url("../assets/img/header_catalogo.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    font-family: "Figtree";
  }

  header.masthead .masthead-heading {
    font-size: 55px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
  }

  header.masthead .masthead-subheading {
    width: 60%;
    margin: auto;
    font-size: 26px;
    line-height: 1.9;
    color: #ffffff;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  header .btn-primary  {
    color: #ffffff;    
    background-color: #931914;
    border-color: #f8352f;
}

  header .btn-primary:hover {
    color: #ffffff;
    background-color: #10652e;
    border-color: #07d64f;
}


  @media (max-width: 767px) {
    header.masthead {
      padding-top: 10rem;
      padding-bottom: 6rem;
    }

    header.masthead .masthead-heading {
        font-size: 40px;
      }

    header.masthead .masthead-subheading {
        font-size: 32px;
        font-weight: 400;
        margin-top: 20px;
        line-height: 1.3;
    }
  }


#catalog {
  padding-top: 3rem;
}


