/********GENERAL*********/

body {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth !important;
  position: relative;
}

section {
  padding: 60px 10px;
}

img {
  max-width: 100%;
}

p {
  color: #50a77c;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #32855c;
}

.row {
  margin-right: inherit !important;
  margin-left: inherit !important;
}

/*******NAV*******/

.bg-dark {
  background: #e6b32a !important;
}

nav .logo {
  max-height: 45px;
}

.social-media {
  position: fixed;
  top: 90px;
  z-index: 11;
  left: 0px;
}

.social-media a {
  background: #e6b32a;
  color: white;
  display: block;
  margin: 15px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 7px;
  border-radius: 30px;
  font-size: 25px;
  box-shadow: 0px 0px 0px 5px rgb(230 179 42 / 50%);
}

/******SLIDER******/

.slide1 {
  background: url(../img/slide1.jpg);
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 700px;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 220px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  max-width: 620px;
}

.carousel-caption h1 {
  color: white;
  text-transform: uppercase;
  padding: 23px 30px;
  font-size: 3.4rem;
  line-height: 2.4rem;
  text-align: left;
  text-shadow: 1px 1px 9px rgb(0 0 0 / 35%);
}

.carousel-caption h1 span {
  font-size: 2rem;
  font-weight: 100;
}

.carousel-caption h1 strong {
  display: block;
}

.carousel-caption h1 strong span {
  font-size: 4.5rem;
}


/******#LUCEFACIL******/

#lucefacil .logo {
  max-height: 40px;
  margin-bottom: 15px;
}

#lucefacil .big {
  font-size: 1.1rem;
}

#lucefacil .empaque-lucefacil {
  width: 810px;
  position: absolute;
  margin-top: -91px;
  left: 230px;
}

#nosotros {
  background-color: #50a77c;
  background-image: url(../img/patron1.png);
  background-size: 1000px;
  background-position: center;
  color: white;
  padding: 60px 0;
}

#nosotros h2 {
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

#nosotros .img__wrap:hover .titulo {
  display: none;
}

#nosotros h3 {
  margin-top: -50px;
  position: absolute;
  margin-left: 20px;
  text-transform: initial;
  color: white;
  text-shadow: 2px 2px 4px #000000a8;
  font-size: 28px;
}


/* relevant styles */
.img__wrap {
  position: relative;
  height: auto;
  width: 100%;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent,black);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(10em);
  color: white;
  padding: 30px;
}

.img__wrap:hover .img__description {
  transform: translateY(8em);
}

.img__description_layer h3 {
  position: absolute !important;
  left: 10px;
  bottom: 210px;
}

/******#PROVEEDORES******/

#proveedores {
  padding: 40px 0;
  background: #32855c;
  color: #ffcf47;
}

#proveedores .star {
  background: #e6b32a;
  color: white;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 45px;
  padding: 11px;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 12px rgb(230 179 42 / 50%);
  margin: 0 auto;
  display: block;
  margin-top: -75px;
  margin-bottom: 40px;
}

#proveedores h2 {
  color: #ffcf47;
  text-align: center;
  font-weight: 400;
}

#proveedores h2 strong {
  display: inline-block;
}

/******LUMINARIAS******/

#luminarias {
  background: linear-gradient(-90deg, #ffeb00 ,#f6b900);
  background: url(../img/yellow-bg.jpg);
  color: red;
  padding: 80px 10px 0;
}

#luminarias h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #32855c;
  text-align: center;
  font-size: 24px;
}

#luminarias h2 span {
  display: block;
  font-size: 40px;
}

#luminarias h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #32855c;
  text-align: center;
  text-transform: none;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 0;
}

#luminarias p {
  color: #32855c;
  text-align: center;
}

#luminarias .owl-carousel.owl-drag .owl-item {
  background: linear-gradient(#ffcb3900 30%, #ffcb39 30%);
  padding-bottom: 90px;
}

#luminarias .owl-carousel .item {
  cursor: pointer;
}

#luminarias .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -27px !important;
}

/*MODAL LUMINARIAS*/

.color {
  min-height: 492px;
}

.yellow {
  background: #e5b329;
  color: white;
}

.green {
  background: #50a77c;
  color: white;
}

.modal-luminaria .modal-content {
  border: none;
  background: transparent;
}

.modal-luminaria .modal-header {
  padding: 0;
}

.modal-luminaria .modal-header .close {
  position: fixed;
  top: 10px;
  right: 40px;
  font-size: 80px;
  padding: 0;
  color: white;
  font-weight: 100;
  text-shadow: none;
}

.modal-luminaria p {
  color: white;
  font-size: 14px;
}

.modal-luminaria .titulo {
  padding: 20px;
  background: white;
}

.modal-luminaria .titulo,
.modal-luminaria .titulo p {
  color: #4a4a4a;
  font-size: 21px;
  margin-bottom: 0;
}

.modal-luminaria .titulo h2 {
  text-transform: initial;
  margin: 0
}

.modal-luminaria .titulo span {
  color: #e5b329;
}

.modal-luminaria .titulo .empaque {
  position: absolute;
  z-index: 1;
  background: #e5b329;
  width: 200px;
  border-radius: 50%;
  padding: 30px;
  margin-top: -135px;
  border: 4px solid white;
  right: -10px;
}

.modal-luminaria .yellow p strong {
  display: block;
}

.modal-luminaria .green .instalacion span {
  background: #e6b32a;
  color: white;
  display: block;
  margin-top: 40px;
  height: 39px;
  width: 39px;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
  font-size: 20px;
  box-shadow: 0px 0px 0px 5px rgb(230 179 42 / 50%);
  font-weight: 600;
}

.modal-luminaria .green .instalacion p {
  color: white;
  margin-top: -37px;
  margin-left: 54px;
  margin-bottom: 0;
}

.modal-luminaria .green .explotado {
  float: left;
  margin-left: -94px;
  max-width: 92px;
  margin-top: -20px;
}

/******#INSTALACION******/

#instalacion {
  padding: 0;
}

#instalacion .partes,
#instalacion .steps {
  padding: 40px 10px;
}
#instalacion .partes {
  background: url(../img/yellow2-bg.jpg);
  background-size: cover;
  background-position: center center;
}

#instalacion .partes img {
  max-height: 270px;
}

#instalacion .partes p {
  color: white;
  font-size: .9rem;
  padding: 10px 20px 0;
  text-shadow: 1px 1px 11px black;
}

#instalacion .steps {
  background: #464e80;
  color: white;
}

#instalacion .steps h2 {
  color: white;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

#instalacion .steps h2 span {
  display: block;
  font-size: 2.4rem;
}

#instalacion .steps .explotado {
  max-height: 340px;
  left: -30px;
  position: absolute;
}

#instalacion .steps ul {
  padding-left: 0;
}

#instalacion .steps ul li {
  list-style: none;
  text-transform: uppercase;
}

#instalacion .steps ul li span {
  font-weight: 900;
  color: #fbb325;
  font-size: 2.3rem;
}

/******#MEJOR-OPCION******/

#mejor-opcion {
  background: url("../img/mejor-opcion-bg.jpg") fixed;
  background-size: cover;
  background-position: center center;
}

#mejor-opcion img {
  max-height: 80px;
  margin-bottom: 12px;
  margin-top: 10px;
}

/******#ADQUIERE-LUCEFACIL*******/

#adquiere-lucefacil {
  background: url("../img/yellow-bg.jpg");
  background-size: cover;
  background-position: center center;
}

/******#CONTACTO*****/

#contacto {
  background: #33865d;
  padding-bottom: 10px;
}

#contacto h2,
#contacto p {
  color: white;
}

#contacto h3 {
  color: white;
  font-size: 20px;
  margin-top: 30px;
}

#contacto input,
#contacto textarea {
  width: 100%;
  text-align: left;
  background: white;
  border: none;
  margin-bottom: 10px;
  color: #424242;
  padding: 17px;
  border: 1px solid #75b49a;
  border-radius: 6px;
}

#contacto input[type="submit"] {
  background: #e6b32a;
  color: #33865d;
  font-weight: 700;
  border: none;
  width: auto;
  float: right;
  padding: 7px 40px;
}


#contacto .footer {
  border-top: 1px solid white;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: .8rem;
  background: #33865d;
}

#contacto .social-media {
  position: initial;
  top: 0;
  z-index: 1;
  left: 0px;
}

#contacto .social-media a {
  background: #e6b32a;
  color: white;
  display: inline-block;
  margin: 5px;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 3px;
  border-radius: 30px;
  font-size: 17px;
  box-shadow: 0px 0px 0px 5px rgb(230 179 42 / 50%);
}

::-webkit-input-placeholder { /* Edge */
  color: #424242;
  font-weight: bold;
  font-size: .8rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #424242;
  font-weight: bold;
  font-size: .8rem;
}

::placeholder {
  color: #424242;
  font-weight: bold;
  font-size: .8rem;
}

@media screen and (max-width:576px) {
  .carousel-caption h1,
  .carousel-caption h1 strong span,
  .carousel-caption h1 span {
    font-size: 2.4rem;
  }

  .modal-luminaria .green .explotado {
    margin-left: -24px;
  }

  .modal-luminaria .green .instalacion {
    padding-left: 90px;
  }

  .modal-dialog {
    margin-top: 100px;
  }

  .color {
    min-height: auto;
  }

  .img__wrap {
    margin-bottom: 30px;
  }

  #lucefacil .empaque-lucefacil {
    position: inherit;
    margin-top: 30px;
  }

  .slide1 {
    background-position: center center;
  }

}