/*
    Colores:
        Rosa: #3e3e3d;
        Blanco: #fff;
        Oscuro: #0d0f0f;
*/

@font-face {
  font-family: 'BebasNeue';
  src:  url('../fonts/bebas_neue/BebasNeue Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'DaxLight';
  src:  url('../fonts/DaxLight.ttf') format('truetype');
}

a{
    color: black;
}

a:hover{
    color: black;
    text-decoration: none;
}

a:active{
    color: black;
    text-decoration: none;
}


body{
    margin: 0;
    padding: 0;
    display: block;
}

#contetFULL{
    overflow: hidden;
    min-width: 100%;
}

header#barra-menu {
    position: absolute;
    top: 18px;
    width: 100%;
    height: auto;
    z-index: 100000;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
    border-top: 5px solid #ff0;
    transition-duration: .5s;
}

.navbar.navbar-default {
    background-image: url("../img/textura-metal_background.png");
    background-color: #5f5f5f;
    background-size: 50%;
}

#menu_navbar{
    transition-duration: .5s;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar-nav > .list_menu {
    float: none;
    display: inline-block;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-brand {
    height: auto;
}

.navbar>.container-fluid .navbar-brand {
    padding: 0;
    position: absolute;
    top: -20px;
}

img#brand_image {
    width: 100px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}

.navbar .navbar-nav>li>a{
    color: #fff;
}

.navbar .navbar-nav>.active>a{
    color: #fff!important;
}

.navbar-default .navbar-nav>.active>a{
    color: #000!important;
    background-color: #ff0!important;
}

.navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
    color: #000!important;
    background-color: #ff0!important;
}

.navbar .navbar-nav>li>a:hover{
    color: #ff0!important;
}

.content_logo_menu {
    display: block;
    height: 70px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding: 0 15px 0 0;
}

.content_logo_menu img{
    width: 70px;
    height: 70px;
}

#logo_menu{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: auto;
    background: url("../img/logo_2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0; 
}

#logo_menu_movil{
    display: none;
}

.list_menu {
    height: 50px;
    max-height: 50px;
    line-height: 100px;
}

.font_style_menu {
    text-transform: uppercase;
    margin: 0 20px;
    max-height: 50px;
    height: 50px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
}

.font_style_menu span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}


@keyframes color_aguamarina {
    0%   {background-color: rgba(47,173,149,0.5)}
    50%  {background-color: rgba(47,173,149,1)}
    100% {background-color: rgba(47,173,149,0.5)}
}

.list_menu:hover{
    animation: color_aguamarina infinite 3s;
}

.list_menu:hover .font_style_menu{
    cursor: pointer;
    color: #fff!important;
}

@media (min-width: 1200px){
    .contenedor_70 {
        width: 80%;
        margin: auto;
    }
}

.padding_top_bottom{
    padding: 25px 0;
}

.margin_bottom {
    margin-bottom: 20px;
}

p{
    margin: 0;
    padding: 0;
}

#padding_header {
    padding: 55px 0;
}

.section{
    height: auto;
    width: 100%;
    position: relative;
}

h1 {
    font-family: 'BebasNeue';
    font-size: 4em;
}

h2, h3, h4, h5, h6, p, a{
    font-family: 'DaxLight';
    
}

.section-title{
    border-bottom: 3px solid #ff0;
    margin: 20px 0 1px;
}

.section-title::before {
    background: none;
    border: 0px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    border-bottom: 2px solid #000;
}

.sin_padding{
    padding: 0;
}

.copy {
    width: 100%;
    height: auto;
    background: #3e3e3d;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px;
}

.title-left{
    padding: 5px 0;
    text-align: left;
}

.title-right{
    padding: 5px 0;
    text-align: right;
}

.btn {
    padding: .2em 50px;
    margin-top: 20px;
    background: #f5dd3a;
    color: #000;
    font-family: 'DaxLight';
    font-size: 1.5em;
    box-shadow: 0 2px 10px grey;
}

.btn:hover{
    background: #E0C935;
}

.input_contact {
    width: 100%;
    padding: 5px 0 5px 10px;
    margin-bottom: 30px;
    border: 1px solid #808080;
}

textarea{
    resize: none;
}

.text_center{
    text-align: center;
}

.background_black{
    background: black;
}

.background_black .text_product ol, ul {
    font-family: 'DaxLight' !important;
}


.welcome_text {
    background: #000;
    color: #fff;
    padding: 50px 0;
    line-height: 1.5em;
    height: 100%;
}

.welcome_text article {
    width: auto;
    margin: auto 5% auto 25%;
    text-align: justify;
}

.background_welcome{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.background_welcome img {
    width: 100%;
    height: auto;
}

.info_servicios{
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.2em;
}

.backgroun_metal {
    background-color: rgba(135,134,138,0.2);
    /*background-image: url(../img/textura-metal_background.png);*/
    background-size: 30%;
    background-repeat: repeat;
}

.services_thumbnail{
    margin-bottom: 30px;
}

.services_thumbnail img{
    width: 100%;
}

.text_servicios{
    background: rgba(255,255,255,0.6);
    padding: 30px 20px;
}

.text_servicios article{
    text-align: center;
}

.text_servicios article h3{
    margin-top: 0;
    margin-bottom: 20px;
}

.ir-arriba {
    display:none;
    padding:10px 15px;
    background:#f5dd3a;
    font-size:20px;
    color:#000;
    cursor:pointer;
    position: fixed;
    bottom:15px;
    right:20px;
    z-index: 50;
}


.direccion{
    border-bottom: 1px solid #fff;
    color: #fff;
}

.map_content{
    height: 500px;
}

.map_metal{
    width: 100%;
    height: 100%;
    border: none;
}

.list_contact{
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_contact li{
    margin: 20px 0;
}

.list_contact li p{
    display: inline-block;
}

.icon_contact {
    position: relative;
    top: -20px;
}

.icon_mail {
    position: relative;
    top: -40px;
}

.metaslider .slides img {
    width: 100%;
    display: block;
    height: 400px;
}

img.img_blog {
    width: 100%;
}

img.img_blog_dos {
    width: 100%;
}

.text_product{
    padding: 30px 20px 20px;
    color: white;
}

.text_product h1{
    font-size: 3em;
    margin: 0;
    border-bottom: 1px solid #f5dd3a;
    margin-bottom: 5%;
}

.title_page{
    color: #fff;
}

.flechas_noticias {
    margin: 0;
    padding: 10px 0;
    clear: both;
}

.nav-next a, .nav-previous a {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}

.flechas_noticias .nav-previous a {
    float: left;
    text-align: left;
}

.flechas_noticias .nav-next a {
    float: right;
    text-align: right;
}

.flechas_noticias .nav-previous a::before {
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    content: "\e079";
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: normal;
    margin-right: 10px;
}

.flechas_noticias .nav-next a::after {
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    content: "\e080";
    position: relative;
    top: 2px;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}

.wrapper .text {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    background-color: rgba(0,0,0,0.6);
    font-weight: bolder;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
 
}

.text_2 a{
    color: #fff;
}

.text a{
    color: #fff;
}

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


.wrapper::before {
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}

.wrapper:hover::before {
    visibility:visible;
}


.wrapper .text_2 {
    position: absolute;
    top: 150px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
    color: #fff;
    visibility: hidden;
}

.wrapper .text_3 {
    position: absolute;
    top: 72px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 1em;
    color: #fff;
    visibility: hidden;
}

.wrapper:hover .text_3 {
    visibility:visible;
}
.wrapper:hover .text {
    visibility:hidden;
}

.wrapper .text_2-title {
    position: absolute;
    top: 150px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    height: auto;
    background-color: rgba(0,0,0,0.6);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.wrapper:hover .text_2 {
    visibility:visible;
}
.wrapper:hover .text_2-title {
    visibility:hidden;
}

.thumbnail{
    margin-bottom: 0;
    padding: 2px;
}

.link_footer{
    color: #ff0;
    border-bottom: 1px solid #ff0;
}

span.publicado a {
    color: #ff0;
}

.padding_bottom {
    padding-bottom: 30px;
}

.btn_productos {
    display: inline-block;
    color: #000!important;
    padding: 0.7em 10px;
    background: #ff0;
    color: #000;
    font-family: 'BebasNeue';
    font-size: 1em;
    width: 80%;
}
/*.btn_productos1 {
    display: inline-block;
    color: #000!important;
    padding: 0.7em 10px;
    background: #ff0;
    color: #000;
    font-family: 'BebasNeue';
    font-size: 1em;
    width: 80%;
}*/

.background_black.fonto_design {
    width: 100%;
    height: 91.5%;
    top: 25px;
    position: absolute;
    visibility: visible;
}


.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}



.cont2{
      margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
}

.sombraCarousel{
    background-image: none !important;
    width: 0;
}


.tamItem{
    height: 21vw;
    width: 100%;
}



.imgH .text1 {
    position: absolute;
    top: 129px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    background-color: rgba(0,0,0,0.6);
    font-weight: bolder;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}


.text1 a{
    color: #fff;
}

.imgH {
    position: relative;
}


.imgH::before {
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}

.imgH:hover::before {
    visibility:visible;
}

.imgH .text_3 {
    position: absolute;
    top: 112px;
    text-align: center;
    width: 100%;
    font-size: 1.6em;
    color: #fff;
    visibility: hidden;
}

.imgH:hover .text_3 {
    visibility:visible;
}
.imgH:hover .text1 {
    visibility:hidden;
}




@media (min-width: 1024px) and (max-width: 1439px){
    .background_black.fonto_design {
    height: 94%;
    top: 23px;
    }
}

@media (min-width: 1441px) and (max-width: 2559px){
    .background_black.fonto_design {
    height: 94%;
    top: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    .tamItem {
    height: 48vw;
}

.imgH .text1 {
    top: 170px;
    font-size: 2em;
}
.background_black.fonto_design {
    height: 96.5%;
    }
}

@media (max-width: 767px) { 
    .tamItem {
    height: 92vw;
    
}


}


