.header {
  z-index: 10;
  background-color: #000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.main {
  padding-top: 50px;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.logo_header {
  /*max-width: 114px;*/
}

.logo {
  padding-top: 8px;
  padding-left: 20px;
  z-index: 1;
}

.navbar {
  background-color: #ddd0;
}

.nav_menu {
  float: left;
  padding-left: 30px;
  position: relative;
}

.listado_items_menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  position: static;
}

.list_item_menu {
  display: inline-block;
  position: relative;
}
  
.list_item_menu.item_movil {
  display: none;
}

.list_item_menu:hover .listado_submenu{
  display: block;
}
.list_item_menu:hover .container_black_bg{
  display: block;
}

.link_menu {
  color: #fff;
  border-bottom: 3px solid #000;
  width: 100%;
  padding: 10px 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s linear;
  z-index: 1;
}

.link_menu:hover {
  border-bottom-color: #d40221;
}

.link_menu.link_activo {
  border-bottom: 3px solid #d40221;
}

.listado_submenu {
  width: 195%;
  max-width: 220px;
  margin-top: 5px;
  padding-left: 0;
  list-style-type: none;
  position: absolute;
}

.listado_submenu.no_display {
  display: none;
}

.link_submenu {
  color: #fff;
  border-bottom: 1px solid red;
  width: 100%;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.link_submenu:hover{
  border-bottom: 1px solid #ffffff;
}

.bloque_submenu {
  position: absolute;
}

.container_black_bg {
  z-index: 0;
  background-color: #0009;
  width: 100%;
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
}

.container_black_bg.no_display {
  display: none;
}

.listado_item_submenu {
  position: relative;
}

.container_search {
  float: right;
  position: relative;
}

.btn_search {
  max-width: 18px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.slider_principal {
  width: 100%;
  height: 800px;
  position: relative;
}

.slider_home {
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider.img {
  background-image: url('../images/slide_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider.img_2 {
  background-image: url('../images/slide_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.no_display {
  display: none;
}

.titular_slider {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}

.txt_slider_titulo {
  color: #fff;
  text-shadow: 0 2px 3px #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.link_slider {
  float: right;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 45px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: relative;
}

.columna_footer {
  width: 32%;
}

.columna_footer.columna_1 {
  text-align: center;
  width: 30%;
}

.columna_footer.columna_2 {
  width: 50%;
}

.columna_footer.columna_3 {
  flex: 1;
  width: 20%;
}

.enlace_footer {
  color: #fff;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.txt_copyright {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.link_red {
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

.seccion_tipos_de_vehiculos {
  width: 100%;
}

.columna_tipo_vehiculo {
  float: left;
  width: 50%;
  height: 600px;
  position: relative;
}

.columna_tipo_vehiculo.img1 {
/*  background-image: url('../images/tipo_1.jpg');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.columna_tipo_vehiculo.img2 {
  background-image: url('../images/tipo_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_link {
  width: 100%;
  padding-top: 45px;
  padding-left: 30px;
}

.link_categoria {
  color: #fff;
  text-shadow: 0 1px 10px #000;
  background-image: url('../images/arrow.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.link_categoria:hover {
  color: #c31e1a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: #c31e1a;
}

.link_categoria.view_more {
  clear: left;
  background-image: url('../images/arrow_more.png');
  background-position: 80px;
  background-repeat: no-repeat;
  background-size: 8px;
  border-bottom-width: 0;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  display: block;
}

.nombre_categoria {
  color: #fff;
  text-shadow: 2px 1px 8px #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}

.seccion_noticias {
/*  background-image: url('../images/noticia.jpg');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}

.overlay_noticias {
  background-image: url('../images/linea.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.seccion_innovacion {
/*  background-image: url('../images/innovacion.jpg');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.titulo_si {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.descripcion_innovacion {
  color: #fff;
  text-align: left;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.seccion_banner {
/*  background-image: url('../images/banner_full.jpg');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.seccion_banner.rd_center {
/*  background-image: url('../images/rdcenter-banner.jpg');*/
  background-position: 50%;
  background-size: cover;
}

.seccion_banner.banner_tecnologia {
/*  background-image: url('../images/banner_tecnologia.jpg');*/
  background-position: 50%;
  background-size: cover;
}

.seccion_international {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centro_international {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 20px 70px;
}

.titulo_sobre {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.titulo_sobre h2{
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.bloque_imagen {
  float: left;
  width: 50%;
  padding: 20px;
  position: relative;
}

.bloque_texto {
  float: left;
  width: 50%;
  position: relative;
}

.texto_sobre {
  text-align: justify;
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
}

.seccion_premios {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centro_premios {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 60px;
  position: relative;
}

.titulo_premios {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.imagen_premio {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.texto_footer_premio {
  text-align: left;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.seccion_tabs {
  background-color: #f8f8f8;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seccion_tabs.color_white {
  background-color: #fff;
}

.centro_tabs {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.titulo_tabs {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.container_buttons_tabs {
  justify-content: space-around;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.enlace_tab {
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.enlace_tab:hover, .enlace_tab.tab_activa {
  color: #e81329;
  border-color: #e81329;
}

.content_result_tab {
  width: 100%;
  display: none;
  position: relative;
}

.content_result_tab.tab_active {
  display: block;
}

.centro_texto_tabs {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.texto_tab {
  color: #333;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.container_imagen_tab {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.centro_titular {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}
.centro_titular h1{
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.titular_banner {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}


.centro_titular{
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.seccion_talento {
  width: 100%;
  position: relative;
}

.centro_inversion {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.centro_titular_parrafo {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.titular_parrafo {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.parrafo_contenido {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.parrafo_contenido h2{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.bloque_junta {
  justify-content: flex-start;
  align-items: center;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.bloque_persona {
  float: left;
  align-self: stretch;
  width: 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.nombre_personal {
  color: #333;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.cargos_persona {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.avatar_persona {
  text-align: center;
  width: 100%;
  position: relative;
}

.img_persoa {
  border-radius: 100px;
  width: 100%;
  max-width: 170px;
}

.seccion_planta {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.centro_img_planta {
  text-align: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.link_top {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #c31e1a;
  background-image: url('../images/arrow_top.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 10px 35px 10px 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: fixed;
  bottom: 90px;
  right: 0;
}

.seccion_cuadricula {
  width: 100%;
}

.bloque_cuadricula {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bloque_cuadricula.revert {
  flex-flow: row-reverse wrap;
}

.imagen_cuadricula {
  align-self: center;
  width: 50%;
}

.contenido_texto_cuadricula {
  flex: 0 auto;
  align-self: center;
  width: 50%;
  padding: 50px 30px;
}

.titular_bloque_cuadro {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.parrafo_cuadricula {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}
.parrafo_cuadricula h3{
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.images_cuadricula {
  width: 100%;
  max-width: 100%;
  display: block;
}

.seccion_tabs_videos {
  width: 100%;
  position: relative;
}

.centro_tabs_videos {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px;
}

.centro_titulo_tab {
  border-bottom: 1px solid #b9b9b9;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.tab_link {
  color: #333;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.tab_link:hover, .tab_link.active {
  color: #ca1e19;
  border-bottom-color: #ca1e19;
}

.container_resultado_tab {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
}

.container_video_image {
  float: left;
  width: 50%;
  position: relative;
}

.container_texto_video {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
}

.nombre_tab {
  float: left;
  border-bottom: 1px solid #ca1e19;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.parrafo_tabs {
  float: left;
  text-align: justify;
  width: 100%;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.container_slider {
  float: left;
  width: 100%;
  padding-top: 55px;
  position: relative;
}

.slider_tab {
  background-color: #ddd0;
  height: auto;
}

.arrow_left {
  color: #fff0;
  background-color: #000;
  background-image: url('../images/arrow_left.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
}

.arrow_right {
  color: #0000;
  background-color: #000;
  background-image: url('../images/arrow_right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}
.dots_bar .w-slider-dot{
  background-color: #d7d6d6;
  width: 20px!important;
  height: 5px!important;
  font-size: 0px!important;
  border-radius: 0px!important;
}
.dots_bar .w-slider-dot.w-active{
  background-color: #c31f19;
}
.video_tecnology{
  width: 100%;
  height: 300px;
}
.container_result_video{
  display: none;
}
.container_result_video.tab_active{
  display: block;
}
.swal-overlay--show-modal .swal-modal{
  background-color: black!important;
}
.swal-title{
  color: white!important;
}
.swal-text{
  color: white!important;
}
.swal-icon img{
  max-width: 200px!important;
}
.message.error{
  background-color: #FF9800;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
.message.success{
  text-align: center;
  background: green;
  padding: 10px;
  color: white;
}
.container_link{
  font-family: Montserrat, sans-serif;
  color: white;
  text-shadow: 0 1px 10px #000;
  font-size: 16px;
  font-weight: 500;
}
.container_link a{
  color: #fff;
  text-shadow: 0 1px 10px #000;
  background-image: url('../images/arrow.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.container_link a:hover{
  color: #c31e1a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: #c31e1a;
}
.container_link p{
  color: #fff;
  text-shadow: 2px 1px 8px #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}
.seccion_innovacion h2{
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.seccion_innovacion{
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: white;
}
.seccion_innovacion p{
  color: #fff;
  text-align: left;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.card_news_img_jm{
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
}
.jc_cond_div_carg{
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #cb3732;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}
.section_pages{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #ca3632;
}
.section_pages .jplist-holder button{
  border: 1px solid #ca3632;
  width: 40px;
  height: 40px;
  margin: 0px 2px;
}
.section_pages .jplist-holder button:hover{
  color: #fff;
  background-color: #ca3632;
}
.section_pages .jplist-holder button.jplist-selected{
  color: #fff;
  background-color: #ca3632;
}
@media screen and (max-width: 991px) {
  .jc_cond_div_carg{
    font-size: 18px;
  }
  .container_black_bg{
    display: none!important;
  }
  .header {
    padding-bottom: 5px;
  }

  .footer {
    display: block;
  }

  .nav_menu {
    background-color: #000;
    border-top: 1px solid #fff;
    width: 100%;
    padding-left: 0;
    position: absolute;
    top: 45px;
  }

  .listado_items_menu {
    width: 100%;
  }

  .list_item_menu {
    text-align: right;
    display: block;
  }

  .list_item_menu.item_movil {
    display: block;
  }

  .link_menu {
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    display: block;
  }

  .link_menu.movil_no_display {
    display: none;
  }

  .listado_submenu.no_display {
    background-color: #7e7e7e;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .link_submenu {
    text-align: center;
    border-bottom-width: 0;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container_search {
    margin-right: 0;
  }

  .btn_search {
    margin-bottom: 10px;
  }

  .menu_button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu_button.w--open {
    background-color: #c8c8c800;
  }

  .icon_button_menu {
    color: #fff;
  }

  .slider_principal {
    height: 600px;
  }

  .titular_slider {
    text-align: center;
    width: 90%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .link_slider {
    float: none;
    display: inline-block;
  }

  .columna_footer.columna_1 {
    width: 100%;
  }

  .columna_footer.columna_2 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .columna_footer.columna_3 {
    text-align: center;
    width: 100%;
  }

  .columna_tipo_vehiculo {
    height: 400px;
  }

  .centro_premios {
    padding-top: 0;
  }

  .titulo_tabs {
    line-height: 24px;
  }

  .centro_texto_tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .img_persoa {
    width: 100%;
  }

  .container_resultado_tab {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container_video_image {
    width: 100%;
  }

  .container_texto_video {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .container_link p{
    font-size: 16px;
  }
  .slider_principal {
    height: 400px;
  }

  .columna_tipo_vehiculo {
    width: 100%;
    height: 400px;
  }

  .container_link {
    padding-top: 20px;
    padding-left: 20px;
  }

  .link_categoria {
    font-size: 14px;
  }

  .nombre_categoria {
    font-size: 30px;
  }

  .seccion_banner {
    height: 280px;
  }

  .centro_international {
    max-width: 90%;
    padding: 30px 0;
  }

  .bloque_imagen {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bloque_texto {
    width: 100%;
  }

  .centro_premios, .centro_tabs {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .container_buttons_tabs {
    flex-flow: wrap;
  }

  .enlace_tab {
    flex-flow: row-reverse wrap;
    order: 1;
    width: 45%;
    margin-bottom: 10px;
  }

  .enlace_tab.tab_activa {
    flex-flow: row-reverse;
  }

  .centro_titular {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bloque_junta {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bloque_persona {
    float: none;
    width: 31%;
    max-width: none;
    margin-bottom: 20px;
    display: inline-block;
  }

  .seccion_planta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bloque_cuadricula {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imagen_cuadricula {
    width: 100%;
  }

  .contenido_texto_cuadricula {
    width: 100%;
    padding: 20px 0;
  }

  .centro_titulo_tab {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .tab_link {
    width: 50%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .slider_principal {
    height: 320px;
  }

  .txt_slider_titulo {
    font-size: 20px;
    line-height: 26px;
  }

  .columna_footer.columna_2 {
    padding-bottom: 20px;
  }

  .columna_tipo_vehiculo {
    height: 350px;
  }

  .seccion_noticias, .seccion_innovacion {
    height: 480px;
  }

  .centro_international {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titulo_sobre {
    font-size: 16px;
  }
  .titulo_sobre h2{
    font-size: 16px;
  }

  .bloque_imagen {
    padding: 10px 0;
  }

  .centro_premios {
    padding-bottom: 20px;
  }

  .enlace_tab {
    font-size: 12px;
  }

  .titular_banner {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
  }

  .centro_titular h1{
    text-align: center;
    font-size: 24px;
    line-height: 31px;
  }
  .centro_titular {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
  }

  .centro_titular_parrafo {
    padding-left: 0;
    padding-right: 0;
  }

  .bloque_junta {
    flex-flow: column-reverse;
  }

  .bloque_persona {
    width: 100%;
  }

  .seccion_planta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
