/*
Theme Name: Iluminaciones Gomez
Theme URI: http://mvrsystem.com
Version: 1.0
Author: MVR System
Author URI: http://mvrsystem.com
Description: Tema para Iluminaciones Gomez.
License: Privative.
Text Domain: ilug
*/
html {
  scroll-behavior: smooth; }

/*----------------------------------
            HEADER
----------------------------------*/
/*----------------------------------
            Header
----------------------------------*/
#contenedor {
  overflow-x: hidden;
  background-color: white;
  padding: 0; }

#up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fda12b;
  color: white;
  padding: 0px 13px 1px 13px;
  font-size: 30px;
  z-index: 5000000;
  border-radius: 5px; }

.sticky {
  position: fixed;
  top: 0;
  z-index: 10000000;
  animation-duration: .3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

header {
  background-color: white; }
  @media screen and (max-width: 767px) {
    header {
      max-width: 100% !important; } }

/* Topbar */
#topbar {
  padding: 0; }
  #topbar .col-md-4 {
    background-color: #fda12b;
    height: 50px;
    color: white; }
    #topbar .col-md-4 a, #topbar .col-md-4 a:visited, #topbar .col-md-4 a:hover, #topbar .col-md-4 a:link, #topbar .col-md-4 a:active {
      color: white;
      text-decoration: none; }
    #topbar .col-md-4:before {
      content: '';
      display: block;
      height: 50px;
      width: 50000px;
      background-color: #fda12b;
      top: 0;
      right: 99%;
      position: absolute; }
    @media screen and (max-width: 991px) {
      #topbar .col-md-4 {
        max-width: unset !important;
        width: 100%;
        flex: unset;
        justify-content: center !important; }
        #topbar .col-md-4:after {
          content: '';
          display: block;
          height: 50px;
          width: 50000px;
          background-color: #fda12b;
          top: 0;
          left: 99%;
          position: absolute; } }
  #topbar .col-md-8 {
    background-color: #182333;
    height: 50px;
    color: white; }
    #topbar .col-md-8 a, #topbar .col-md-8 a:visited, #topbar .col-md-8 a:hover, #topbar .col-md-8 a:link, #topbar .col-md-8 a:active {
      color: white;
      text-decoration: none; }
    #topbar .col-md-8:after {
      content: '';
      background-color: #182333;
      height: 50px;
      left: 99%;
      width: 50000px;
      display: block;
      position: absolute;
      top: 0; }
    @media screen and (max-width: 991px) {
      #topbar .col-md-8 {
        max-width: unset !important;
        width: 100%;
        flex: unset;
        justify-content: center !important; }
        #topbar .col-md-8:before {
          content: '';
          background-color: #182333;
          height: 50px;
          right: 99%;
          width: 50000px;
          display: block;
          position: absolute;
          top: 0; } }
  @media screen and (max-width: 991px) {
    #topbar {
      flex-direction: column !important; } }

#menubar {
  height: 125px;
  background-color: #fff; }
  #menubar .logo {
    height: 100%; }
    #menubar .logo .logo2 {
      height: 100%; }
      #menubar .logo .logo2 img {
        height: 100px; }
        @media screen and (max-width: 767px) {
          #menubar .logo .logo2 img {
            height: 84px; } }
    #menubar .logo:before {
      content: '';
      position: absolute;
      width: 50000px;
      left: -500%;
      display: block;
      z-index: -1;
      bottom: 0;
      height: 200px;
      -webkit-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.75); }
      @media screen and (max-width: 991px) {
        #menubar .logo:before {
          height: 225px; } }
  #menubar .menu ul {
    width: 60%;
    list-style: none;
    padding: 0;
    margin: 0; }
    #menubar .menu ul li {
      font-weight: 500;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif; }
      #menubar .menu ul li a {
        color: black; }
        #menubar .menu ul li a:hover {
          color: #fda12b;
          text-decoration: none; }
      #menubar .menu ul li .menuico {
        font-size: 30px;
        cursor: pointer; }
      #menubar .menu ul li:last-child {
        display: none; }
    @media screen and (max-width: 991px) {
      #menubar .menu ul {
        width: 90%; } }
  @media screen and (max-width: 767px) {
    #menubar .menu {
      padding: 0; } }
  #menubar .menu2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    z-index: 1000000000000;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    font-size: 30px; }
    #menubar .menu2 .closed {
      color: white;
      font-size: 50px;
      position: absolute;
      top: 10%;
      right: 10%; }
    #menubar .menu2 ul {
      list-style: none; }
      #menubar .menu2 ul li {
        margin-top: 10%; }
        #menubar .menu2 ul li a {
          color: white; }
  #menubar:before {
    content: '';
    display: block;
    top: 0;
    right: 100%;
    position: absolute;
    background-color: white;
    height: 125px;
    width: 50000px; }
  #menubar:after {
    content: '';
    background-color: white;
    height: 125px;
    left: 99%;
    width: 50000px;
    display: block;
    position: absolute;
    top: 0; }
  @media screen and (max-width: 767px) {
    #menubar {
      max-width: 90% !important; } }
  @media screen and (max-width: 630px) {
    #menubar .menu ul {
      justify-content: flex-end !important; }
      #menubar .menu ul li {
        display: none; }
        #menubar .menu ul li:last-child {
          display: inline !important; } }

/*----------------------------------
            HOME
----------------------------------*/
/*----------------------------------
            Home
----------------------------------*/
.carousel-inner {
  height: 500px;
  width: 100%; }
  .carousel-inner img {
    height: 500px; }
  @media screen and (max-width: 991px) {
    .carousel-inner {
      height: 300px; }
      .carousel-inner img {
        height: 300px; } }

.descripcion p {
  margin: 70px;
  text-align: justify;
  width: 600px; }

.title {
  border-left: 5px solid #fda12b; }
  .title h2 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #8d9297;
    line-height: 24px;
    padding: 15px;
    margin: unset !important;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif; }
  .title h1 {
    font-weight: 600;
    font-size: 36px;
    color: #182333;
    padding: 15px;
    padding-top: 0;
    font-family: 'Poppins', sans-serif; }

.title-alt {
  border-left: 5px solid white; }
  .title-alt h2 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    line-height: 24px;
    padding: 15px;
    margin: unset !important;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif; }
  .title-alt h1 {
    font-weight: 600;
    font-size: 36px;
    color: white;
    padding: 15px;
    padding-top: 0;
    font-family: 'Poppins', sans-serif; }

.trabajadores {
  padding-bottom: 5%; }
  .trabajadores .ttext p {
    text-align: justify; }
  .trabajadores .tfotos img {
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    .trabajadores .title {
      margin-top: 30px; } }

#spider_popup_wrap {
  z-index: 100000002 !important; }

.servicios {
  position: relative; }
  .servicios .stext {
    background-color: #fda12b;
    color: white;
    padding-right: 0;
    height: 667.250px; }
    .servicios .stext ul {
      list-style: none; }
  .servicios .sfotos {
    padding-left: 0; }
    .servicios .sfotos img {
      width: 172%; }
  .servicios:before {
    content: '';
    margin-top: 3rem !important;
    display: block;
    height: 667.250px;
    width: 50000px;
    background-color: #fda12b;
    top: 0;
    right: 99%;
    position: absolute; }

.contacto {
  padding: 0; }
  .contacto .formulario .btn-secondary {
    background-color: #fda12b;
    border: none;
    margin-top: 3%; }
  .contacto .formulario textarea:focus,
  .contacto .formulario input[type="text"]:focus,
  .contacto .formulario input[type="password"]:focus,
  .contacto .formulario input[type="datetime"]:focus,
  .contacto .formulario input[type="datetime-local"]:focus,
  .contacto .formulario input[type="date"]:focus,
  .contacto .formulario input[type="month"]:focus,
  .contacto .formulario input[type="time"]:focus,
  .contacto .formulario input[type="week"]:focus,
  .contacto .formulario input[type="number"]:focus,
  .contacto .formulario input[type="email"]:focus,
  .contacto .formulario input[type="url"]:focus,
  .contacto .formulario input[type="search"]:focus,
  .contacto .formulario input[type="tel"]:focus,
  .contacto .formulario input[type="color"]:focus,
  .contacto .formulario .uneditable-input:focus {
    border-color: #fda12b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #fda12b;
    outline: 0 none; }
  .contacto .formulario a {
    text-decoration: none;
    color: #fda12b; }
  .contacto #LOPD {
    cursor: pointer;
    color: #fda12b; }
  .contacto .ttext h2 {
    color: #fda12b;
    font-family: 'Poppins', sans-serif; }
  .contacto .ttext ul {
    list-style: none; }
    .contacto .ttext ul li {
      margin-top: 15px; }
      .contacto .ttext ul li i {
        color: #fda12b; }
      .contacto .ttext ul li a {
        color: #c57104;
        font-family: 'Poppins', sans-serif;
        text-decoration: none; }

/*-------------------------- POPUP  -----------------------*/
.popup {
  background-color: white;
  border: 1px solid black;
  color: black;
  padding: 5%;
  position: fixed;
  top: 20%;
  left: 10%;
  width: 80%; }

/*----------------------------------
            PAGE
----------------------------------*/
.header-image {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  padding-top: 90px; }
  .header-image .title h2, .header-image .title h1 {
    color: white; }

.contenido a, .contenido a:visited, .contenido a:hover, .contenido a:active, .contenido a:link {
  text-decoration: none;
  color: #fda12b; }

.contenido p {
  text-align: justify; }

/*----------------------------------
            FOOTER
----------------------------------*/
footer {
  background-color: #182333; }
  footer .container {
    color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    position: relative; }
    footer .container a {
      color: rgba(255, 255, 255, 0.5); }
      footer .container a:hover {
        color: #fda12b !important;
        text-decoration: none; }
      footer .container a img {
        height: 100px;
        margin-bottom: 20px; }
    footer .container h2 {
      border-left: 3px solid #fda12b;
      padding-left: 3%;
      font-size: 22px;
      color: white; }
    footer .container h3 {
      color: #fda12b; }
    footer .container p {
      text-align: justify; }
    footer .container .tfooter .fcont {
      margin-top: 3%;
      margin-bottom: 3%; }
    @media screen and (max-width: 767px) {
      footer .container .tfooter {
        flex-direction: column !important;
        justify-content: flex-start; }
        footer .container .tfooter .fcont {
          margin-left: 0; }
          footer .container .tfooter .fcont .fmenu {
            justify-content: flex-start !important; }
          footer .container .tfooter .fcont:last-child {
            margin-bottom: 10%; } }
    footer .container .bfooter {
      border-top: 1.5px solid rgba(82, 82, 82, 0.5);
      padding-top: 15px; }
    footer .container .fmenu {
      max-width: unset !important; }
      footer .container .fmenu ul {
        list-style: none;
        padding-left: 0; }
        footer .container .fmenu ul li {
          width: 100%;
          text-transform: uppercase;
          font-weight: 500;
          font-family: 'Poppins', sans-serif;
          margin-top: 5%; }
          footer .container .fmenu ul li:first-child {
            margin-top: 15%; }

/** Google captcha **/
.grecaptcha-badge {
  display: none !important;
}