/* CSS Document */
@font-face {
  font-family: 'gotic';
  src: url('../../include/tipografias/tt0586m_.ttf');
  font-style: normal;
  font-weight: normal;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: 'gotic';
}
.img_to_h_x{ margin-top: 0px; width: 100%;}


.btn_menu_r { position: relative;
  background-color: transparent;
  padding: 15px 70px;
  width: 100%;
  display: inline-block;
  color: #333;
  font-size: 20px;
  border: solid 1px transparent;
}

.btn_menu_r:hover {
  color: #fff;
  background-color: #F58634;
  border: solid 1px #F58634;
  text-decoration: none;
}


.btn_menu_r.active {
  color: #fff;
  background-color: #F58634;
  border: solid 1px #F58634;
  text-decoration: none;
}

.btn_menu_r.inpor {
  color: #fff;
  background-color: #5b6972;
  border: solid 1px #5b6972; margin-top: 1px;
  text-decoration: none; margin-top: 1px;
}
.bajo_header {
  width: 100%;
  display: inline-block;
  height: 180px;
}

.container_header {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fix_header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.fix_header.active {
  position: fixed;
  background-color: #fff;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;


  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);

}

a:hover {
  text-decoration: none;
}

.menu_header_tel {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  background-color: #5c6a73;
  font-family: arial;
}

.menu_header_tel:hover {
  color: #fff;
  background-color: #000;
}

.menu_header_webm {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding: 3px 20px;
  background-color: #F58634;
  top: 1px;
  position: relative;
}

.menu_header_webm:hover {
  color: #F58634;
  background-color: #fff;
}

.menu_header {
  display: inline-block;
  font-size: 25px;
  color: #F58634;
  padding: 20px;
}
.menu_header:hover { color: #5c6a73;   }
.fload_right {
  float: right;
}

.la_j_en {
  display: inline-block;
  font-size: 35px;
  color: #F58634;
  font-weight: 600;
  position: relative;
  left: 87px;
}

.cajita_inicio {
  background-color: #fff;
  padding: 20px;
  color: #F58634;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  height: auto;
  display: inline-block;
  width: 100%;
}

.cajita_inicio:hover {
  background-color: #F58634;
  color: #fff;
  text-decoration: none;
}

.encima_inicio {
  margin-top: -170px;
  position: relative;
  z-index: 99;
}

.caja_b2 {
  background-color: #F58634;
  padding: 120px 29px 0px 100px
}

.padin_t_i {
  margin-top: 130px;
}

.titulo1 {
  font-size: 43px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 54px;
}

.titulo_a1 {
  font-size: 43px;
  color: #F58634;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 54px;
}

.text_1 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.estacio_1 {
  width: 100%;
  display: inline-block;
  height: 100px;
}

.btn_1 {
  padding: 15px 30px 15px 40px;
  background-color: #f9bc9f;
  color: #fff;
  width: 180px;
  font-family: 'arial';
  font-size: 18px;
  text-align: right;    
}

.btn_1:hover {
  text-decoration: none;
  background-color: #5b6972;
  color: #fff;

}

.btn_2 {
  padding: 15px 30px 15px 40px;
  background-color: #5b6972;
  color: #fff;
  width: 180px;
  font-family: 'arial';
  font-size: 18px;
  text-align: right;    float: right;
}

.btn_2:hover {
  text-decoration: none;
  background-color: #f9bc9f;
  color: #fff;

}

.btn_3 {
  padding: 15px 30px 15px 40px;
  background-color: #F58634;
  color: #fff;
  width: 220px;
  font-family: 'arial';
  font-size: 18px;
  text-align: right;    float: right;    margin-top: -19px;

}

.btn_3:hover {
  text-decoration: none;
  background-color: #5b6972;
  color: #fff;

}
.margin_su{ margin-top: 100px;}
.img_valores {
  width: 80px;
  display: inline-block;
  margin-right: 20px;
}

.titulo_valores {
  display: inline-block;
  font-size: 38px;
  color: #F58634;
}

.caja_valores {
  margin-top: 100px;
  padding-bottom: 150px;
  background-image: url(../../publico/img/v_fondo.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 37%;
}
.center_v {
  display: flex;
  align-items: center;
  /* Centra verticalmente el contenido del div */
  height: 100%;
  /* Asegúrate de que el div ocupa toda la altura del contenedor */
  text-align: left;
  font-size: 50px;
  color: #F58634;
  position: relative;    line-height: 36px;
}

.cajita_vx {
  position: relative;
}

.cajita_vx::after {
  position: absolute;
  content: "";
  width: 111px;
  height: 5px;    bottom: -12px;
  background-color: #5c6a73;
  
  left: 2px;
}
.cajita_v {
  margin-top: 50px;
}

.btn_right {
  float: right;
}
 
.swiper-container {
  width: 100%;
  height: auto;

}

.conte_caja_clientes {
  background-image: url('../../publico/img/fondo_naranja.jpg');
  position: relative;
}

.caja_clientes {
  margin-top: 250px;
  margin-bottom: 200px;

  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.img_papa {
  width: 290px;
  position: absolute;
  top: -110%  ;
}

.ico_f {
  position: absolute;
  top: 20px;
  right: 20px;
}
.res {
  display: none;
}

.des {
  display: block;
}

.btn_aburguesa {
  background-color: #F58634;
  color: #fff;
  border: 0;
  font-size: 25px;
  padding: 10px 14px;
  float: right;
  line-height: 22px;
  margin-top: 2px;
}
 
.mt_he{margin-top: 25px !important;}


.img_losdos{width: 100%; position: absolute; bottom: 0px; max-width: 600px; right: 0px;}
#slider {
  width: 100%;
  height: 100vh;
  /* Use viewport height to ensure the slider takes the full screen height */
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the images cover the slide area without distortion */
}
.btn_con{position: relative; top: -38px;}

.logo{ width: 100%; max-width: 300px;}





.conte_menu_r_todo {
  width: 300px;
  background-color: #fffffff0;
  position: fixed;
  left: -100%;
  top: 0px;
  height: 100%;
  z-index: 1050;
  box-shadow: 0px 0px 6px 0px rgb(1 1 1 / 30%);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.conte_menu_r_todo.active {
  left: 0%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}


.bajo_conte_menu_r_todo {
  width: 100%;
  background-color: #5050508c;
  position: fixed;
  right: -100%;
  height: 100%;
  z-index: 1049;
  top: 0px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.bajo_conte_menu_r_todo.active {
  right: 0%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.img_papa2 { display: none;}


@media screen and (max-width: 1600px) {


  .cajita_inicio {
    background-color: #fff;
    padding: 10px;
    color: #F58634;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    height: auto;
    display: inline-block;
    width: 100%;
}

  .caja_b2 {
    background-color: #F58634;
    padding: 40px 30px 0px 40px;
}

.menu_header {
  display: inline-block;
  font-size: 25px;
  color: #F58634;
  padding: 20px 15px;
}  .la_j_en {
    display: inline-block;
    font-size: 25px;
    color: #F58634;
    font-weight: 600;
    position: relative;
    left: 87px;
}
.titulo1 {
  font-size: 41px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 35px;
}

.titulo_a1 {
  font-size: 41px;
  color: #F58634;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}


}

@media screen and (max-width: 1450px) {

  .menu_header_webm {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    padding: 3px 20px;
    background-color: #F58634;
    top: 1px;
    position: relative;
}
  .menu_header_tel {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #5c6a73;
    font-family: arial;
}
.menu_header {
  display: inline-block;
  font-size: 20px;
  color: #F58634;
  padding: 20px 15px;
}
}


@media screen and (max-width: 1366px) {


.text_1 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

}
@media screen and (max-width: 1280px) {
  .menu_header {
    display: inline-block;
    font-size: 18px;
    color: #F58634;
    padding: 20px 5px;
}
.menu_header_tel {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 10px 7px;
  background-color: #5c6a73;
  font-family: arial;
}    .menu_header_webm {
  display: inline-block;
  font-size: 21px;
  color: #fff;
  padding: 3px 10px;
  background-color: #F58634;
  top: 1px;
  position: relative;
}
  .logo{ width: 100%; max-width: 200px;}
}
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1064px) {}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 992px) {
  
  .cajita_v {
    margin-top: 50px;
    text-align: center;
}
  .img_losdos{width: 100%; position: relative; bottom: 0px; max-width: 600px; right: 0px;        margin-top: -125px;}

 


.titulo_footer {
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  margin-top: 30px;
}


}



@media screen and (max-width: 768px) {
 
  .titulo_valores {
    display: inline-block;
    font-size: 25px; width: 100%;
    color: #F58634;
  }
  .btn_con {
    position: relative;
    top: -49px;
}
.btn_1 {
  padding: 11px 30px 11px 31px;
  background-color: #F9BC9C;
  color: #fff;
  width: 180px;
  font-family: 'arial';
  font-size: 18px;
  text-align: right;
  position: absolute;
  bottom: -1px;
  z-index: 99;
  right: 15px;
}
.btn_2 {
  padding: 11px 30px 11px 31px;
  background-color: #5b6972;
  color: #fff;
  width: 180px;
  font-family: 'arial';
  font-size: 18px;
  text-align: right;    float: right;
}
.btn_3 {
  padding: 11px 30px 11px 31px;
  background-color: #F58634;
  color: #fff;
  width: 220px;
  font-family: 'arial';
  font-size: 18px;
  text-align: right;    float: right;margin-top: 0px;
}
  
  .img_to_h_x{ margin-top: 60px; width: 100%;}
  .cajita_vx::after {
    position: absolute;
    content: "";
    width: 111px;
    height: 5px;
    bottom: -20px;
    background-color: #5c6a73;
    left: 2px;
}
  .center_v {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: left;
    font-size: 30px;
    color: #F58634;
    position: relative;
    line-height: 26px;
}
.cajita_vx::after {
  position: absolute;
  content: "";
  width: 111px;
  height: 3px;
  bottom: -12px;
  background-color: #5c6a73;
  left: 2px;
}
.h_bajo_h_inicio{ display: inline-block; width: 100%; height: 60px;  }

  .conte_caja_clientes {
    background-image: url(../../publico/img/fondo_naranja.jpg);
    position: relative;
    margin-bottom: 120px;
}
  .img_papa2 {
    width: 200px;
    position: relative;
    top: 28%;
    display: block;
    margin: 0px 0px -150px 0px;
}

  .bajo_header {
  width: 100%;
  display: inline-block;
  height: 100px;
}
  .img_valores {
    width: 80px;
    display: inline-block;
    margin-right: 0px;
}

 
  .padin_t_i {
    margin-top: 25px;
}
 
.margin_su {
  margin-top: 100px;
  margin-bottom: 100px;
}
  #slider {
    width: 100%;
    height:auto;
    /* Use viewport height to ensure the slider takes the full screen height */
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    /* Ensures the images cover the slide area without distortion */
  }
  .cajita_inicio {
    background-color: #fff;
    padding: 10px;
    color: #F58634;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    height: auto;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}


.titi{ padding-right: 85px;}

.titi2{ padding-right: 65px;}
.caja_clientes {
  margin-top: 20px;
  margin-bottom: 38px;
  padding-top: 15px;
  padding-bottom: 50px;
  position: relative;
}
 
  .caja_valores {
    margin-top: 10px;
    padding-bottom: 10px;
    background-image: none;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 37%;
    text-align: center;
}
 
 
 
  .ico_f {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 45px;
}
  .titulo1 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
}
.pa_res_p{padding-bottom: 55px;}

.titulo_a1 {
  font-size: 30px;
  color: #F58634;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
}
  .caja_b2 {
    background-color: #F58634;
    padding: 20px 15px 0px 15px;
}
.fix_header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;background-color: #fff;
 
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;


  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

 
  .mt_he {
    margin-top: 10px !important;
    margin-bottom: 11px;
}
  

  .container_header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  .res {
    display: block;
  }
  .des {
    display: none;
  }

}

@media screen and (max-width: 680px) {}



@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {}