body{
    font-size: 17px;
}

.contenedor_contenido_app{
  background: url(http://10.100.30.201:3002/images/login/fondo.jpg?c=dusoft);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
}

/* ******************* INICIA ESTILO CURSOR POINTER ********************* */

.container_job,.ul_item_galeria_producto{
  cursor:pointer;
}

/* ******************* FINALIZA ESTILO CURSOR POINTER ********************* */

/* ******************* INICIA ESTILOS DE TEXTO ************************ */

.text_light_14{
    font-size: 14px;
}

.text_light_15{
    font-size: 15px !important;
}

.text_light_17{
    font-size: 17px !important;
}

.text_light_21{
    font-size: 21px !important;
}

.text_regular_27{
    font-size: 27px !important;
}

.text_regular_23{
    font-size: 23px !important;
}

.text_bold_1{
    font-weight:600 !important;
}

.text_bold_2{
    font-weight:650 !important;
}

.text_gray_light{
    color:#7B7B7B !important;
}

.text_gray_dark{
    color:#898989 !important;
}

.text_blue_dark{
    color: #1C3E95 !important;
}

.text_blue_light{
    color: #00C4EF !important;
}

.text_job{
    line-height: 27px;
}

.titulo_item_galeria_producto{
    margin-bottom: 5px;
    display: block;
}

.line_height_19{
    line-height: 19px;
}

/* ******************* FINALIZA ESTILOS DE TEXTO ************************ */

/* ******************* INICIA COLORES ******************* */

.blue_light{
    background: #00C4EF !important;
}

/* ******************* FINALIZA COLORES ******************* */



/* *******************  INICIA MENU RESPONSIVE *********************** */
.hide-menu{
  left:-206px !important;
  transition: all 0.3s ease-in-out;
}
.btn-resp-menu{
  width: 42px;
  height: 42px;
  background: #45c5ef;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 3px;
  position: absolute;
  top: 11px;
  right: 11px;
  display: none;
}
.btn-resp-menu div{
  background:white;
  height:2px;
  border-radius:1px;
  width:60%;
}
.respHeader {
    width: 100%;
    background: #ffffffe0;
}
.responsiveNav {
    z-index: 1000;
    background: #00C4EF;
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0px;
    transition: all 0.3s ease-in-out;
}

.responsiveNav ul {
    overflow: hidden;
    list-style: none;
    margin: 0px;
    width: fit-content;
    padding: 0px;
    display: flex;
}

.responsiveNav ul li {
    border-right: 1px solid #00A3C7;
}

.responsiveNav ul li:last-child {
    border-right: none;
}

.responsiveNav ul li a {
    color: #fff;
    font-size: 18px !important;
    font-family: 'kohinoorbangla', Sans-serif !important;
    padding: 4px 29px 4px 29px;
    display: block;
    text-decoration: none;
}

.responsiveNav ul li span {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.responsiveNav ul li a:hover {
    color: #005e73;
    transition: all 0.3s ease-in-out;
}
.main_logo_madhos{
    display:block;
    margin:15px auto;
}
/* ******************* FINALIZA MENU RESPONSIVE *********************** */

/* ******************* INICIA CAROUSEL *********************** */

.d-block {
    display: block!important;
}

.carousel-inner{
    margin: 0px auto;
    width: 100%;
    max-width: 862px;
}

/* ******************* FINALIZA CAROUSEL *********************** */

/* ******************* INICIA OVERRIDES BOOTSTRAP *********************** */

.dropdown-item.active, .dropdown-item:active {
    background: #00c4ef;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition:all 1s ease;
}

.slide_index{
    position: relative;
    width: 1120px;
    margin: 10px auto;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#1C3E95 !important;
}

.btn-primary{
    transition:all 0.6s ease-in-out;
}

.form-group{
    margin-bottom: 8px;
}

/* ******************* FINALIZA OVERRIDES BOOTSTRAP *********************** */

/* ******************* INICIA CATEGORIAS PRODUCTOS ******************** */

.btn_menu_categorias_productos{
  top: 63px;
  z-index: 1000;
  width: 185px;
  font-size: 15px;
  right: -1px;
  flex-direction: row;
  color: white;
  font-weight: 600;
  padding: 14px 7px;
  border-radius: 0px 10px;
  height: unset;
  position: fixed;
  display: none !important;
  transition: all 0.3s ease-in-out;
}

.hide_btn_menu_categorias_productos{
  right: -100% !important;
  transition: all 0.3s ease-in-out !important;
}

.contenedor_categorias_productos_index .center{
  width: 80%;
  margin: 0px auto;
}

.contenedor_categorias_productos_index .slick-prev{
  left: -28px;
}

.contenedor_categorias_productos_index .slick-next{
  right: -28px;
}

.category_ul_container{
    background: #E2E2E2;
    border-radius: 9px;
    padding: 16px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 0px 4px 9px 4px;
    cursor:pointer;
    transition:all 0.6s ease-in-out;
}

.category_ul_container:hover{
  background: #3aa3d0;
  transition:all 0.4s ease-in-out;
}

.category_ul_container:hover img{
  transition:all 0.2s ease-in-out;
  filter: brightness(0) invert(1);
}

.category_ul_container:hover li{
  transition:all 0.2s ease-in-out;
  color:white;
}


.category_ul_container ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.categorias_productos{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 888px;
    margin: 0 auto;
}

.img_icon_categoria_producto{
  margin-bottom: 5px !important;
}

/* ********************* FINALIZA CATEGORIAS PRODUCTOS ******************** */

/* ********************* INICIA INFORMACION CLIENTES ******************** */

.informacion_empresa{
    width: 910px;
    margin: 12px auto;
}
.contendor_texto_info_empresa{
    padding: 14px 26px;
    text-align: justify;
}

/* ********************* FINALIZA INFORMACION CLIENTES ******************** */

/* ******************* INICIA SECCION CLIENTES ************************ */

.clientes_carousel_container{
    width: 900px;
    margin:0px auto;
}

.seccion_clientes{
    width: 910px;
    border: solid #00C4EF 3px;
    padding: 6px 8px;
    margin: 0px auto;
    border-radius: 6px;
}

.li_images_clients{
    padding-right:5px;
}

/* ******************* FINALIZA SECCION CLIENTES ************************ */

/* ******************* INICIA SECCION TRABAJA CON NOSOTROS ************************ */

.seccion_trabaja_con_nosotros{
    display: flex;
    justify-content: space-between;
    width: 910px;
    margin: 10px auto 0px auto;
}

.img_solicitud_empleo{
  width:50px;
  margin:5px 10px 5px 0px;
}

.container_address{
    border-radius: 6px;
    border: solid #E2E2E2 3px;
    width: 100%;
    padding: 12px 20px;
}

.container_address ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.container_job{
    width: 263px;
    background: #00C4EF;
    border-radius: 6px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}

.container_job ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 185px;
    margin: 0px;
    padding: 0px;
}

.separator_ul_address{
    display:block;
    height: 1px;
    width: 34px;
    background: #00C4EF;
    margin: 10px 0px;
}



/* ******************* FINALIZA SECCION TRABAJA CON NOSOTROS ************************ */

/* *******************  INICIA FOOTER *********************** */

.footer_rights_reserved {
    background: #818181;
    padding: 28px;
    margin-top: 20px;
}

.footer_text {
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

/* *******************  FINALIZA FOOTER *********************** */


/* ******************* INICIA DESCRIPCION STANDARD *********************** */

.descripcion_standard_section{
    width: 900px;
    margin: 0px auto;
}

.title_description{
    padding-left: 20px;
}

.content_description{
    padding: 0px 20px;
    text-align: justify;
}

.hr_description{
    
}

/* ******************* FINALIZA DESCRIPCION STANDARD *********************** */

/* ******************* INICIA FICHA TECNICA *********************** */

.ficha_tecnica_section{
    width: 900px;
    margin: 0px auto;
    border: solid #00C4EF 3px;
    border-radius: 6px;
    padding: 10px 17px 15px 17px;
}

.ficha_tecnica_ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
    line-height: 30px;
}

/* ******************* FINALIZA FICHA TECNICA *********************** */

/* ******************* INICIA VOLVER LISTADO PRODUCTO ******************** */

.seccion_volver_listado_producto{
    width: 900px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

.atras_btn{
    margin-left: 7px;
}

/* ******************* FINALIZA VOLVER LISTADO PRODUCTO ******************** */

/* ******************* INICIA LISTADO DE PRODUCTO ******************** */

.contenedor_galeria_y_menu_producto{
    display: flex;
    margin:0px auto;
    width: 1024px;
    height: calc(100vh - 150px);
}

.titulo_pagina_productos{
    margin: 5px auto 0px auto;
    width: 1024px;
}

.galeria_productos_container{
    display: flex;
    margin:0px auto;
    width: 100%;
    overflow: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.ul_item_galeria_producto{
    width: 150px;  
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu_categorias_producto{
    width: 389px !important;
    border: 3px solid #E2E2E2;
    border-radius: 6px;
    transition: all 0.3s ease-in-out !important;
}

.hr_titulo_pagina_productos{
    margin: 6px 0px 6px 0px;
}

.img_item_galeria_producto{
    border-bottom: solid #00C4EF 4px;
    margin-bottom: 7px;
}

/* ******************* FINALIZA LISTADO DE PRODUCTO ******************** */

/* ******************* INICIA CONTACTO ******************** */

.contenedor_formulario_mapa{
    display: flex;
    width: 900px;
    margin: 0px auto;
    box-sizing: border-box;
}

.contenedor_google_map{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.form_container{
    margin-left: 16px;
}

.custom_btn_blue_white{
    background: #00c4ef;
    border-color: #ffffff;
    font-size: 21px;
    height: 42px;
    padding-top: 3px;
    transition:all 0.6s ease-in-out;
}

/* ******************* FINALIZA CONTACTO ******************** */

/* ******************* INICIA ESTILOS MENU RECURSIVO ******************** */

.active_menu_element{
  background: #1ea4d0;
}

body {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    background: white;
  }
  
  .alertElement {
    color: white;
    position: fixed;
    background-color: #21252e;
    right: 10px;
    bottom: 10px;
    height: 300px;
    width: 300px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.4);
    visibility: hidden;
    overflow: scroll;
  }
  .alertElement h2 {
    margin: 0px;
    margin-bottom: 10px;
  }
  
  .container {
    width: 98vw;
    height: 98vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .wrapper {
    padding: 4px;
    transition: 1s;
    overflow: auto;
    width: 70%;
    border-radius: 10px;
  }
  .wrapper .data-structure {
    position: absolute;
    color: white;
    padding: 10px;
    background-color: #21252e;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.4);
    top: 0px;
    right: 20px;
    border-radius: 10px;
  }
  .wrapper .data-structure-button {
    position: absolute;
    top: 16px;
    right: 65px;
  }
  .wrapper .data-structure-button .actual {
    position: fixed;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    transition: 0.5s;
  }
  .wrapper .debug-button {
    position: absolute;
    top: 80px;
    right: 65px;
  }
  .wrapper .debug-button .actual-debug {
    position: fixed;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
  }
  .wrapper .debug-button .active-debug-button {
    transform: translateX(50px) rotate(-45deg);
  }
  .wrapper .debug-button .is-debugging {
    background-color: #80cbc4;
  }
  .wrapper .active-button {
    transform: translate(30px, -30px) rotate(30deg);
    /* Equal to rotateZ(45deg) */
  }
  .wrapper .firstUL {
    transform: translateX(-82px);
  }
  .wrapper h1 {
    color: white;
  }
  .wrapper .checkbox {
    display: flex;
    align-items: center;
    transform: translate(60px);
    margin: 10px;
    margin-right: 0px;
  }
  .wrapper .checkbox__label {
    font-size: 15px;
    color:#7B7B7B;
  }
  .separacion_checkbox{
    margin-left:-15px;
  }
  .wrapper .checkbox__icon {
    width: 25px;
    cursor: pointer;
    color:#c3c3c3;
    font-size: 19px !important;
  }
  

/* ******************* FINALIZA ESTILOS MENU RECURSIVO ******************** */

h3 {
    background: blue;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
  }
  .variable-width .slick-slide p {
    background: blue;
    height: 100px;
    color: #fff;
    margin: 5px;
    line-height: 100px;
    text-align: center;
  }
  .center .slick-center h3 {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
  }
  .center h3 {
    opacity: 0.8;
    transition: all 300ms ease;
  }
  .content {
    padding: 20px;
    margin: auto;
    width: 90%;
  }
  .slick-slide{
    padding: 0px 5px;
  }

  .slick-slide .image {
    padding: 10px;
  }
  .slick-slide img {
    display: block;
    margin: auto;
  }
  .slick-slide img.slick-loading {
    border: 0;
  }
  .slick-slider {
    margin: 0px auto;
  }
  .slick-dots {
    margin-left: 0;
  }
  .slick-thumb {
    bottom: -45px;
  }
  .slick-thumb li {
    width: 60px;
    height: 45px;
  }
  .slick-thumb li img {
    filter: grayscale(100%);
  }
  .slick-thumb li.slick-active img {
    filter: grayscale(0%);
  }
  @media (max-width: 768px) {
    h3 {
      font-size: 24px;
    }
    .center {
      margin-left: -40px;
      margin-right: -40px;
    }
    .center .slick-center h3 {
      color: #e67e22;
      opacity: 1;
      transform: scale(1);
    }
    .center h3 {
      opacity: 0.8;
      transform: scale(0.95);
      /*acatransition: all 300ms ease;*/
    }
  }
  .slick-vertical .slick-slide {
    height: 180px;
  }
  .slick-arrow {
    background-color: grey;
  }
  .slick-arrow:hover {
    background-color: grey;
  }

  .slick-next:before, [dir=rtl] .slick-prev:before{
    content: url("./img/__next.png");
    top: -235px;
    display: block;
    margin-top: -10px;
  }

  .slick-prev:before{
    opacity: .75;
    content: url("./img/__prev.png");
    top: -235px;
    display: block;
    margin-top: -10px;
  }

  .slick-prev {
    left: -46px;
   }

   .slick-next {
    right: -44px;
   }

   .slick-slider.categorias_productos .slick-list, .slick-slider.categorias_productos .slick-track{
      margin-left: -3px;
   }

   .clientes_slick_slider{
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 888px;
      margin: 0 auto;
   }

   .clientes_slick_slider .slick-track {
     /*height:56px;*/height: 112px;
     width:max-content !important;
   }
  /* .slick-prev {
    z-index: 100;
    left: 20px !important;
  }
  .slick-next {
    z-index: 100;
    right: 20px !important;
  } */

.main_banner_slick{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 888px;
    margin: 0 auto;
}  

.main_banner_slick > .slick-prev:before {
    content: url(./img/arrow_prev.png);
    top: -235px;
    display: block;
    margin-top: -10px;
}

.main_banner_slick > .slick-next:before {
  content: url(./img/arrow_next.png);
  top: -235px;
  display: block;
  margin-top: -10px;
}

.main_banner_slick > .slick-next{
  right: -31px;
}

/* ************************************* RESPONSIVE ******************************************** */

@media all and (max-width:1024px){
 
.descripcion_standard_section{
    width: 100%;
}

.ficha_tecnica_section{
  width:90%;
}

.seccion_volver_listado_producto{
  width:90%;
}

/* ----- Inicia estilos listado productos ----- */  

.contenedor_galeria_y_menu_producto{
  width: 100%;
}
.titulo_pagina_productos{
  width: 100%;
  margin-top: 73px;
}

/* ----- Finaliza estilos listado productos ----- */   

/* ----- Inicia estilos categorias productos ----- */

.categorias_productos .slick-list{
  height:126px !important;
}

/* ----- Finaliza estilos categorias productos ----- */

/* ----- Inicia estilos Menú ----- */

  .respHeader{
    position:fixed;
    top:0px;
    left: 0px;
    z-index: 1000;
    background: #ffffff;
  }
  .responsiveNav ul{
    flex-direction: column;
    width: 100%;
  }
  .responsiveNav{
    justify-content: flex-start;
    width: 206px;
    position: fixed;
    top: 64px;
    left: 0px;
    bottom: 0px;
    align-items: flex-start;
  }
  .responsiveNav ul li{
    border-bottom: 1px solid #00a3c75e;
    border-right: none;
  }
  .responsiveNav ul li a {
    padding: 6px 29px 6px 29px;
  }
  .img_header_container{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: white;
    border-bottom: solid #45c5ef 5px;
  }
  .main_logo_madhos{
    height:47px;
    margin: 8px auto;
    width: auto;
  }
  .btn-resp-menu{
    display:flex;
  }

/* ----- Finaliza estilos Menú ----- */  

/* ----- Inicia estilos Banner Principal ----- */ 

  .main_banner_slick{
    width:100%;
  }
  .slide_index{
    width:100%;
    margin-top:68px;
  }

/* ----- Finaliza estilos Banner Principal ----- */   
  
/* ----- Inicia estilos slide clientes ----- */   

.seccion_clientes{
  width:95%;
}
.clientes_slick_slider{
  width:100%;
}

.slick-slide{
  height:auto;
}

.clientes_slick_slider .slick-list{
  height:110px;
}

/* ----- Finaliza estilos slide clientes ----- */   

/* ----- Inicia estilos trabaja con nosotros ----- */

.seccion_trabaja_con_nosotros, .informacion_empresa{
  width:95%;
}

/* ----- Finaliza estilos trabaja con nosotros ----- */

}

@media all and (max-width:720px){
  body{
    font-size:15px;
  }

/* ----- Inicia estilos listado productos ----- */  

.menu_categorias_producto{
  position: fixed;
  background: white;
  width: 100% !important;
  top: 113px;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  z-index: 1000;
}

.btn_menu_categorias_productos{
  display:flex !important;
}

.titulo_pagina_productos{
  position: fixed;
  background: white;
  top: -5px;
  z-index: 999;

  padding-top: 5px;
  padding-left: 10px;
}

.contenedor_galeria_y_menu_producto{
  margin-top: 120px;
}

/* ----- Finaliza estilos listado productos ----- */   

/* ----- Inicia estilos Contacto ----- */

.contenedor_formulario_mapa{
  flex-direction: column;
  width: 90%;
}
.form_container{
  margin-left: 0px;
}

/* ----- Finaliza estilos Contacto ----- */

/* ----- Inicia estilos informacion empresa ----- */

.contendor_texto_info_empresa .tab-pane{
  background: white;
}
.informacion_empresa{
  margin: 2px auto;
}
.informacion_empresa .tab-content{
  background: white;
}

/* ----- Inicia estilos trabaja con nosotros ----- */

  .seccion_trabaja_con_nosotros{
    flex-direction:column;
  }
  .container_job{
    width: 100%;
    margin: 10px auto 0px auto;
  }
  .br_solicitud_empleo{
    display:none;
  }
  .container_job ul{
    width: auto;
  }
  .text_job{
    font-size: 17px;
  }

/* ----- Finaliza estilos trabaja con nosotros ----- */

/* ----- Inicia estilos footer ----- */
.footer_text{
  font-size: 17px;
  line-height: 26px;
}
.categorias_productos .slick-list{
  height:126px !important;
}
/* ----- Finaliza estilos footer ----- */

/* ----- Inicia estilos categorías productos ----- */

.contenedor_categorias_productos_index .slick-slide div, .contenedor_categorias_productos_index .slick-slide, .contenedor_categorias_productos_index .slick-track{
  display: flex;
}

/* ----- Finaliza estilos categorías productos ----- */

}

@media all and (max-width:350px){
  .categorias_productos .slick-list {
    height: 148px !important;
  }  
}

@media all and (min-width:720px) and (max-width:1024px){
  .categorias_productos .slick-list {
    height: 244px !important;
  }  
}

@media all and (min-width:1024px){
  .categorias_productos .slick-list {
    height: 200px !important;
  }    
}

