/**
* Template Name: eStartup
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: yellow;
}

a:hover {
  color: #fff;
}

ul {
  letter-spacing: 1px;
}

li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
section {
  padding: 100px 0;
}
span {
  letter-spacing: 1px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  text-decoration: none;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Button WP e IG
--------------------------------------------------------------*/
.bnt-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 56px;
  bottom: 30px;
  right: 30px;
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 45px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
}
a.bnt-wsp:active, a.bnt-wsp:focus{
  color: #fff!important;
}
.bnt-wsp:hover {
  text-decoration: none;
  color: #0df053;
  background-color: #fff;
}
.bi-whatsapp {
  padding: 0 0 0 2px;
}
.bnt-ig {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 60px;
  bottom: 100px;
  right: 30px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
a.bnt-ig:active, a.bnt-ig:focus{
  color: #fff!important;
}
.bnt-ig:hover {
  text-decoration: none;
  color: #FFA9A9;
}
.bi-instagram {
  padding: 0 0 0 2px;
}
/*--------------------------------------------------------------
# Bandera
--------------------------------------------------------------*/
.bandera {
  padding: 0 50px;
  display: block;
}
.bandera img {
  width: 100px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #71c55d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8bd07b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: ;
  z-index: 997;
  transition: all 0.5s ease;
  padding: 15px 0;
}

#header #logo h1 {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 160px;
}

#header.header-scrolled {
  background: #000;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: yellow;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #000;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: yellow;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #yellow;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: yellow;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Section LA IDEA
--------------------------------------------------------------*/
.laidea {
  background: url(../img/bg-laidea.jpg) center center no-repeat;
  background-size: cover;
}
.laidea h2 {
  border: 2px solid yellow;
  padding: 10px 20px;
  margin-bottom: 15px;
  color: #fff;
}

.laidea p {
  color: #f7f7f7;
}
.laidea a {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: yellow;
}
.laidea a:hover, .laidea a:focus, .laidea a:active {
  color: #888;
}
/*--------------------------------------------------------------
# Section QUIERO VENDER
--------------------------------------------------------------*/
.quierovender {
  background-color: #000;
  text-align: center;
  padding: 100px 0;
}
.quierovender img {
  width: 50px;
  padding: 10px 0;
}
.quierovender h3 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
.quierovender p {
  padding: 10px 0 5px;
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
}
.quierovender a {
  color: yellow;
  padding: 10px 0 5px;
  font-size: 18px;
  letter-spacing: 3px;
  border-bottom: 1px solid yellow;
  width: 150px;
  margin: 0 auto;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Section FRASE
--------------------------------------------------------------*/
.frase {
  background: yellow;
  text-align: center;
  padding: 100px 0;
  display: block;
}
.frase img {
  width: 100px;
  padding-top: 20px;
}
.frase h3 {
  font-size: 48px;
  font-weight: 600;
}
.frase p {
  padding: 10px 0 5px;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom: 1px solid black;
  width: 150px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Section PRODUCTOS
--------------------------------------------------------------*/
.productos {
  text-align: center;
}
.productos h2 {
  border: 2px solid yellow;
  padding: 10px 20px;
  margin-bottom: 15px;
  max-width: 300px;
  margin: 0 auto 25px;
}
.productos h3 {
  margin: 30px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}
.productos img {
  max-width: 300px;
}
.productos img:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
.productos .imagen img{
  margin-bottom: 100px;
  max-width: 500px;
}
.productos2 {
  text-align: center;
  margin-top: 100px;
}
.productos2 h2 {
  border: 2px solid yellow;
  padding: 10px 20px;
  margin-bottom: 15px;
  max-width: 320px;
  margin: 0 auto 50px;
}
.productos2 h3 {
  margin: 30px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}
}
.productos2 img {
  max-width: 50px;
}
.productos2 img:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
.pad-l {
  padding-left: 35%;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/home-img3.jpg) center center no-repeat;
  background-size: cover;
}
#hero img{
    max-width: 400px;
  }

@media (min-width: 1025px) {
  #hero {
   
  }
}

@media (min-width: 1025px) and (max-height: 768px) {
  #hero {
    height: 100vh;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 100vh;
  }
}

#hero .hero-container {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: yellow;
  text-shadow: 1px 1px 2px black;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  width: 100%;
  margin-top: 160px;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #00AFEF;
  background: #fff;
  color: #00AFEF;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #00AFEF;
  color: #fff;
}

#hero .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #00AFEF;
}

/*--------------------------------------------------------------
# Contacto Section
--------------------------------------------------------------*/
#contacto {
  width: 100%;
  height: 100vh;
  background: url(../img/home-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  #contacto {
    background-attachment: fixed;
  }
}

@media (min-width: 1025px) and (max-height: 768px) {
  #contacto {
    height: 110vh;
  }
}

@media (max-height: 600px) {
  #contacto {
    height: 200vh;
  }
}

#contacto .contacto-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#contacto h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #00AFEF;
}

@media (max-width: 768px) {
  #contacto h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#contacto h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #contacto h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#contacto img {
  width: 100%;
}

#contacto .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #00AFEF;
  background: #fff;
  color: #00AFEF;
  text-decoration: none;
}

#contacto .btn-get-started:hover {
  background: #00AFEF;
  color: #fff;
}

#contacto .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #contacto .btns a {
    margin: 4px 8px;
  }
}

#contacto .btns a:hover {
  color: #00AFEF;
}


/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
  text-align: center;
}

#contact .info i {
  font-size: 50px;
  color: #00AFEF;
  line-height: 0;
  margin-bottom: 20px;
}

#contact .info a {
  margin: 10px 0 20px;
  line-height: 22px;
  font-size: 18px;
  color: #505050;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#contact .info p {
  margin-top: 10px;
  line-height: 22px;
  font-size: 18px;
  color: #505050;
  
}


#contact .social-links {
  padding: 20px 0;
}

#contact .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #00AFEF;
  color: #fff;
  line-height: 1;
  padding: 11px 0 8px 3px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #0237A1;
  color: #fff;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #151618; 
  padding-top: 50px;
}

.footer .footer-logo img {
  width: 150px;
  margin-bottom: 20px;
}

.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu>h4 {
  color: #fff;
  padding-bottom: 20px;
}

.footer .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}
.footer .list-menu ul li a:hover {
  color: yellow;
}

.footer .copyrights {
  background: #000;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

.footer .copyrights p,
.footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer .copyrights p a,
.footer .copyrights .credits a {
  letter-spacing: 0;
  color: #fff;
}

/*------------------------------------
Página PRODUCTOS
-------------------------------------*/
#banner-prod-grl {
  width: 100%;
  height: 100vh;
  background: url(../img/productos/secuencia-3.gif) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#banner-prod-grl .banner-prod-container-grl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#banner-prod-grl .banner-prod-container-grl h1 {
  margin: 0 auto 50px;
  color: #fff;
  font-size: 65px;
  text-shadow: 0px 0px 60px #000;
}
#banner-prod-grl .banner-prod-container-grl ul {
  border-bottom: 3px solid yellow;
  padding: 15px 25px;
  max-width: 500px;
}
#banner-prod-grl .banner-prod-container-grl ul li{
  list-style: none;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 20px #000;
}
#banner-prod-grl .banner-prod-container-grl ul li a {
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 20px #000;
}
#banner-prod-grl .banner-prod-container-grl ul li a:focus,
#banner-prod-grl .banner-prod-container-grl ul li a:hover,
#banner-prod-grl .banner-prod-container-grl ul li a:active {
  font-weight: 700;
  color: yellow;
}

#banner-prod-pz {
  width: 100%;
  height: 100vh;
  background: url(../img/productos/banner-prod-pz.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#banner-prod-tq {
  width: 100%;
  height: 100vh;
  background: url(../img/productos/banner-prod-tq.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#banner-prod-fc {
  width: 100%;
  height: 100vh;
  background: url(../img/productos/banner-prod-fc.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.banner-prod-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.banner-prod-container h1 {
  padding: 15px 25px;
  max-width: 471px;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 65px;
  text-shadow: 0 0 60px #000;
}

.banner-prod-container ul {

  padding-left: 0;
  border-bottom: 3px solid yellow;
  padding-bottom: 10px;
}
.banner-prod-container ul li{
  list-style: none;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 20px #000;
}
.banner-prod-container ul li a {
  font-size: 28px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 20px #000;
}
.banner-prod-container ul li a:focus,
.banner-prod-container ul li a:hover,
.banner-prod-container ul li a:active {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 2px;
  color: yellow;
}

.productos-detalle {
  margin: 0 auto;
}
.productos-detalle h2 {
  border: 2px solid yellow;
  padding: 10px 20px;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 300;
}
.productos-detalle h2 strong {
  font-weight: 800;
}

}
.productos-detalle img {
  max-width: 300px;
}
.productos-detalle img:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
.productos-detalle .icon {
  position: relative;
  display: block;
}
.productos-detalle .icon img{
  position: absolute;
  top: -18px;
  right: 50px;
}

.productos-detalle p {
  font-size: 18px;
}

.productos-detalle .margin {
  padding-top: 20px;
}
.productos-detalle hr {
  border: 2px solid #ababab;
  margin: 50px 0;
}
/*--------------------------------------------------------------
# Página PANES
--------------------------------------------------------------*/
#prod-panes {
  width: 100%;
  height: 100vh;
  background: url(../img/productos/banner-prod-panes.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#prod-panes .center {
  text-align: center;
}

#prod-panes .left {
  text-align: left;
}
#prod-panes .right {
  text-align: right;
}
#prod-panes img {
  max-width: 335px;
}
#prod-panes h2 {
  border: 2px solid yellow;
  padding: 15px 25px;
  max-width: 402px;
  margin: 20px auto 40px;

  color: #fff;
  font-size: 50px;
  background-color: #000;
}

#prod-panes p {
  color: yellow;
  font-size: 30px;
  padding-top: 50px;
}



/*------------------------------------
Página MATERIA PRIMA
-------------------------------------*/
#banner-mprima {
  width: 100%;
  height: 100vh;
  background: url(../img/mprima/secuencia-4.gif) center center no-repeat;
  background-size: cover;
}

#banner-mprima .banner-mprima-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#banner-mprima .banner-mprima-container h1 {
  border-bottom: 3px solid yellow;
  padding: 15px 25px;
  max-width: 460px;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 65px;
}

.mprima-detalle h2 {
  border: 2px solid yellow;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.mprima-detalle p {
  font-size: 16px;
  margin-bottom: 50px;
}
/*--------------------------------------------------------------
# QUIERO COMPRAR
--------------------------------------------------------------*/
#fondo-quierocomprar {
  background-color: #000;
  width: 100%;
  height: 400px;
  text-align: center;
}
#fondo-quierocomprar h1 {
  border: 2px solid yellow;
  padding: 15px 25px;
  max-width: 400px;
  margin: 80px auto;
  color: #fff;
  font-size: 50px;
  background-color: #000;
}
.quierocomprar-detalle h2 {
  border-left: 5px solid yellow;
  margin-bottom: 30px;
  padding-left: 20px;
}
.quierocomprar-detalle p {
  font-size: 26px;
  color: #D8D8D8;
}
.quierocomprar-detalle a {
  font-size: 26px;
  color: #D8D8D8;
}
.quierocomprar-detalle a:hover {
  color: yellow;
}

/*------------------------------------
Página LA IDEA
-------------------------------------*/
#banner-laidea {
  width: 100%;
  height: 100vh;
  background: url(../img/laidea/secuencia-2.gif) center center no-repeat;
  background-size: cover;
}

#banner-laidea .banner-laidea-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#banner-laidea .banner-laidea-container h1 {
  border-bottom: 3px solid yellow;
  padding: 15px 25px;
  max-width: 400px;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 65px;
  text-shadow: 0 0 20px #000;

}

.laidea-detalle h2 {
  border: 2px solid yellow;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.laidea-detalle p {
  
  margin-bottom: 50px;
}



/* MEDIA QUERY */

@media (max-width: 1400px) {
  .productos-detalle .icon img{
  right: 15px;
  top: -10px;
  width: 80px;
}
  .productos-detalle h2 {
    font-size: 25px;
  }

}
@media (max-width: 1198px) {
  .productos-detalle h2 {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .quierocomprar-detalle a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 955px;
  }
}
@media (min-width:768px) and (max-width: 955px) {
  .container {
    max-width: 820px;
  }
  .productos-detalle .icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .productos-detalle {
    padding: 80px 20px;
  }
  .productos-detalle h2 {
    margin-top: 30px;
  }
  .productos-detalle .icon img {
    top: 16px;
  }

} 


 

@media (min-width:425px) and (max-width: 767px) {
  #prod-panes .container{
    max-width: 535px;
  }
  #prod-panes img{
    max-width: 270px;
    padding: 15px;
  }
  #prod-panes p{
    font-size: 20px;
  }

}
@media (max-width: 575px) {
  #prod-panes {
    height: 100%;
  }
  #prod-panes .right {
    text-align: center;
  }
  #prod-panes .left {
    text-align: center;
  }
  #prod-panes p {
    padding-top: 0;
  }
}

@media (max-width: 425px) {
  #header #logo img {
    padding: 3px 0 0 3px;
  }
  .bandera {
    display: none;
  }
  #hero h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .productos {
    padding: 80px 15px;
  }
  .productos h2 {
    font-size: 34px;
  }
  .productos h3 {
    margin-top: 10px;
  }
  .productos p {
    margin-bottom: 30px;
  }

  #banner-mprima .banner-mprima-container h1 {
    margin: 0 10px 50px;
    max-width: 270px;
  }
  .mprima-detalle {
    padding: 80px 15px;
  }
  .mprima-detalle p {
    font-size: 14px;
  }
  #prod-panes h2 {
    margin-bottom: 15px;
  }
  #prod-panes img {
    max-width: 240px;
  }
  #prod-panes p {
    font-size: 18px;
  }
  .laidea-detalle {
    padding: 80px 15px;
  }
  .laidea-detalle p {
    font-size: 14px;
  }
  .frase {
    padding: 100px 15px;
  }
  .laidea {
    padding: 80px 15px;
  }
  .laidea img {
    padding-top: 30px;
  }
  .quierovender {
    padding: 100px 15px;
  }
  #fondo-quierocomprar h1 {
    max-width: 255px;
  }
  .quierocomprar-detalle h2 {
    margin-bottom: 15px;
  }
  .quierocomprar-detalle a {
    font-size: 20px;
  }
  .productos-detalle {
    padding: 80px 10px;
  }
 
  .productos-detalle h2 {
    font-size: 20px;
  }
  .productos-detalle .icon img {
    right: 10px;
  }
  .pad-l {
    padding-left: 0%;
  }
}

@media (max-width: 363px) {
  #banner-laidea .banner-laidea-container h1 {
    max-width: 286px;
  }
  
}
