/*
Theme Name: Leroux Child
Theme URI: https://leroux.qodeinteractive.com
Description: A child theme of Leroux
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: leroux
Template: leroux
*/

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
   margin-top: .5rem;
}

@media (min-width: 768px) {
   #qodef-page-footer-bottom-area {
      .qodef-grid-inner {
         .qodef-grid-item:last-child {
            .widget {
               width: fit-content;
               margin-inline-start: auto;
            }
         }
      }
   }
   #qodef-page-footer-copyright-area {
      .qodef-grid-inner {
         .qodef-grid-item:last-child {
            text-align: end;
         }
      }
   }
}

@media (min-width: 992px) {
   #qodef-page-footer-copyright-area {
      .qodef-grid-inner {
         .qodef-grid-item:last-child {
            .textwidget {
               display: flex;
               justify-content: flex-end;
               gap: 1.5rem;
            }
         }
      }
   }
}

textarea {
   border-top: 0;
   border-left: 0;
   border-right: 0;
}

.qodef-input-holder {
   margin-bottom: .75rem !important;
}

.wpcf7-submit {
   margin-block-start: 1rem !important;
}



@media (min-width: 1200px) {
   .qodef-tabbed-info .ui-tabs-tab {
      padding: 0 20px 30px;
   }
}


.ui-tabs-panel {
   .qodef-e-text {
      &:before {
         content: '';
         width: 80px;
         height: 80px;
         display: block;
         margin-bottom: 2rem;
         background-repeat: no-repeat;
         background-position: center;
         background-size: cover;
      }
   }
   &:nth-of-type(1) {
      .qodef-e-text {
         &:before {
            background-image: url(http://eqpinfraadmin.local/wp-content/uploads/2025/12/01-PMO.png);
         }
      }
   }
   &:nth-of-type(2) {
      .qodef-e-text {
         &:before {
            background-image: url(http://eqpinfraadmin.local/wp-content/uploads/2025/12/02-Innovacion-e-Ingenieria.png);
         }
      }
   }
   &:nth-of-type(3) {
      .qodef-e-text {
         &:before {
            background-image: url(http://eqpinfraadmin.local/wp-content/uploads/2025/12/03-Ejecucion-Proyectos.png);
         }
      }
   }
   &:nth-of-type(4) {
      .qodef-e-text {
         &:before {
            background-image: url(http://eqpinfraadmin.local/wp-content/uploads/2025/12/04-Configuracion-Negocios.png);
         }
      }
   }
}

.areas-experiencia {
   .qodef-icon-with-text.qodef--retina .qodef-m-icon-wrapper img {
      max-width: 70px !important;
   }
}

.qodef-vertical-timeline.qodef-layout--standard {
   .qodef-m-center {
      .qodef-m-dot {
         background: #FFF;
         border: 1px solid #19272b;
         width: 25px;
         height: 25px;
         z-index: 5;
         position: relative;
         line-height: 25px;
      }
   }
}


.qodef-vertical-timeline.qodef-layout--standard {
   .qodef-m-inner {
      counter-reset: count;
   }
   .qodef-m-timeline-item {
      counter-increment: count;
      .qodef-m-dot {
         text-align: center;
         &:before {
            content: counter(count);
         }
      }
   }
}

@media (min-width: 992px) {
   .qodef-horizontal-accordion-showcase .qodef-m-header .qodef-m-title {
      font-size: 30px;
   }
   .qodef-horizontal-accordion-showcase.qodef--min-height {
      min-height: 100vh !important;
   }
}


@media (max-width: 768px) {
   h1.qodef-m-text {
      font-size: 30px !important;
   }
}