@font-face {
    font-family: "klavikaL";
    src: url("../fonts/Klavika-Light.otf");
    src: url("../fonts/Klavika-Light.otf?iefix-afn3my") format("embedded-opentype"),
        url("../fonts/Klavika-Light.woff?-afn3my") format("woff"),
        url("../fonts/Klavika-Light.ttf") format("truetype"),
        url("../fonts/Klavika-Light.svg#klavikaL") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "klavika";
    src: url("../fonts/Klavika.otf");
    src: url("../fonts/Klavika.otf?iefix-afn3my") format("embedded-opentype"),
    	url("../fonts/Klavika.woff?-afn3my") format("woff"),
        url("../fonts/Klavika.ttf") format("truetype"),
        url("../fonts/Klavika.svg#klavika") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "klavikaB";
    src: url("../fonts/Klavika-Bold.otf");
    src: url("../fonts/Klavika-Bold.otf?iefix-afn3my") format("embedded-opentype"),
    url("../fonts/Klavika-Bold.woff?-afn3my") format("woff"),
        url("../fonts/Klavika-Bold.ttf") format("truetype"),
        url("../fonts/Klavika-Bold.svg#KlavikaB") format("svg");
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: "klavikaL" !important;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
button:focus{
    outline: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #6f6c6a;
}
.margen-arriba{
    margin-top: 15px;
}
.margen-abajo{
    margin-bottom: 15px;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #000;
}
.navbar-inverse {
    border: 0;
    background: #fff;
    border-color: rgba(8, 8, 0, 0);
    display: table;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.img-carrusel:before{
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    background: none repeat scroll 0 0 #658E15; /* color esquina */
    border-color: #FFFFFF #FFFFFF #658E15 #658E15; /* color de borde */
    border-style: solid;
    border-width: 0 16px 16px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}


.doblado {
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    background: none repeat scroll 0 0 rgba(125, 124, 128, 0.04);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.28) rgba(51, 50, 48, 0.03) rgba(125, 124, 128, 0.15);
    border-style: solid;
    border-width: 0 28px 28px 0;
    content: "";
    /*display: block;*/
    position: absolute;
    right: 15px;
    /*top: 0;*/
    width: 0;
    z-index: 99;
    box-shadow: 2px 2px 10px #444;
/*    
    
     position: absolute;
    z-index: 9;
    right: 15px;
    height: 80px;*/
    
    
}
.sin-padding{
    padding: 0;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: auto;
    border: 1px solid rgba(204, 204, 204, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    text-align: right;
    box-shadow: none;

}
.img-banderas{
    padding-left: 10px;
}
.dropdown-menu > li > a {
    padding: 3px 15px;
    font-size: 16px;
}
.navbar-nav > li > .dropdown-menu {
    /*margin-top: 22%;*/
    /*margin-top: 0px;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
}
.navbar-right .dropdown-menu {
     right: auto; 
}

.navbar-brand {
    height: inherit;
    padding: 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #6f6c6a;
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    outline: 0;
}
.flecha-atras span:before{
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 6px;
}
.flecha-atras:hover span:before, .flecha-atras:focus span:before{
    background: black;
    color: #fff;
}

@media (min-width: 991px){
    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 8px;
        /*top: 27px;*/
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-header {
        display: table-cell !important;
        vertical-align: middle;
        width: 30%;
    }
    .navbar-collapse.collapse{
        display: table-cell !important;
        vertical-align: middle;
        width: 70%;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: #6f6c6a;
    font-size: 16px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #616161;
    background-color: rgba(179, 179, 179, 0);
}



@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 3px;
    }
}

@media(max-width: 991px) and (min-width: 768px){
    .navbar-header {
        float: none;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    /*.navbar-right {
        float: left !important;
        margin-right: 0;
    }*/
    .navbar-nav > li {
        float: none;
    }
    .recontainer{
        width: 97%;
    }
    .navbar-right .dropdown-menu.posicion-right {
        right: auto;
        left: 0;
        width: 100%;
        text-align: left;
    }
}



.img-logo{
    width: 220px;
}
.carousel {
    /*padding: 126px 22px 0 22px;*/
    padding: 108px 0px 0 0px;
}

.img-fondo{
    background-image: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.div-banner{
    padding: 2.4%;
}
.texto-banner{
    top: 21%;
    position: absolute;
    right: 2%;

    width: 35%;
    text-align: center;
    color: #FFF;
    font-size: 2em;
    font-weight: 700;
    /*font-family: serif;*/
}
.texto-p1{
    /*       text-align: center;
        color: #FFF;
        font-size: 2em;
        font-weight: 700;*/
    text-transform: uppercase;
}
.fondo-div p{
    color: #fff;
    text-decoration: none;
      font-size: 0.7em;
    text-align: center;
    font-weight: 100;
    line-height: 21px;
        border-radius: 16px;

}

.texto-iz{
    top: 48%;
    position: absolute;
    right: 26%;
    width: 46%;
    text-align: center;
    color: #0C0C0C;
    font-size: 2em;
    font-weight: 700;
}
.texto-iz .texto-p1{
    padding-left: 102px;
    text-transform: uppercase;
    font-size: 1em;
}
.texto-iz .fondo-div p {
    color: #000;
    text-decoration: none;
    font-size: 0.5em;
    text-align: center;
    font-weight: 100;
    line-height: 21px;
    border-radius: 16px;
    /* margin-top: 31px; */
    font-weight: bold;
    padding: 0 81px;
}
.fondo-b2{
    background:rgba(0, 0, 0, 0.07);
}
















.fondo-b{
        background: rgba(0, 0, 0, 0.15);
}

.div-negro{
    background: #000;
    padding: 3px 0 4% 0;
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    /*font-family: serif;*/
}
.img-infi{
    float: right;
    width: 50px !important;
    margin-top: -60px;
    margin-right: 14px;
}
.div-transparente-cont{
    background: rgba(255, 255, 255, 0.6);
    padding: 3% 6% 3% 6%;
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    /*font-family: serif;*/
}
.div-transparente-cont p{
    margin: 0;
}

.div-transparente{
    background: rgba(255, 255, 255, 0.6);
    padding: 4px;
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    /*font-family: sans-serif;*/
}
.div-transparente p{
    margin: 0;
        font-size: 0.7em;
}
.div-carru{
    background: #000;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    /*border-radius: 2px;*/
    /*font-weight: 700;*/
    /*font-family: serif;*/
    height: 66px;
    line-height: 1;
    /*padding-top: 14px;*/
    padding: 10px;
/*    border-left: 3px solid #000;
    border-bottom: 6px solid #000;*/
        margin-bottom: 3px;
    display: table;
    width: 100%;
        text-transform: uppercase;
}
.div-carru span{
        display: table-cell;
    vertical-align: middle;
        text-transform: capitalize;
}
.div-carru2{
        background: #000;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 66px;
    line-height: 1;
    padding: 10px;
    position: relative;
    z-index: 3;
        margin-top: 3px;
    display: table;
    width: 100%;

}
.div-carru2 span{
        display: table-cell;
    vertical-align: middle;
}

.fondo-cuerpo{
    background-color: #4E4E4E;
    background-image: linear-gradient(to bottom, hsl(0, 0%, 85%), #464646); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image:    -moz-linear-gradient(top, hsl(0, 0%, 85%), #464646); /* For Firefox (3.6 to 15) */
    background-image:      -o-linear-gradient(top, hsl(0, 0%, 85%), #464646); /* For old Opera (11.1 to 12.0) */ 
    background-image:         linear-gradient(to bottom, hsl(0, 0%, 85%), #464646); /* Standard syntax; must be last */

    padding-bottom: 80px;
}
.color-blanco{
    background: rgba(255, 255, 255, 0.94);
    color: #000;
    height: 40px;
}



.color-fondo-pie{
    background: #e4e4e4;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #6f6c6a;
    border-top: 1px solid #7dc7e4;
    border-bottom: 1px solid #7dc7e4;
}
.color-fondo-pie h4{
    font-size: 20px;
    color: #7e8083;
    font-weight: normal;
    margin: 0 0 1em;
    padding: 0;
    /*font-family: klavika;*/
}
.color-fondo-pie p{
    font-size: 16px;
    color: #7e8083;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
}
.color-fondo-pie a{
    font-size: 16px;
    /*font-family: klavika;*/
    color: #00a367;
    font-weight: 300;
    text-decoration: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.color-fondo-pie a:hover{
    color: #005132;
}
.img-carrusel{
    height: 440px;
    /*max-height: 440px;*/
}
.espacio{
    /*margin-top: 10%;*/
        height: 16vh;
}

#contactenos{
    background: black;
    color: #FFFFFF;
    display: none;
}
.div-contactenos{
    color: #fff;
    background: #000;
    height: 500px;
    text-align: center;
    padding-top: 21%;
    padding-bottom: 34px;
    font-size: 1.4em;
}
.div-contactenos a{
    color: #fff;
}
.img-contact{
    width: 416px;
    padding: 25px;
}
.contactenos{
    color: #fff;
    transition: all 0.4s ease
}
.contactenos:hover{
    color: #828185;;
}

/******colores******/
.color-naranja{
    color: #F76F40;
    font-style: normal;
    font-weight: 500;
}
.color-celeste{
    color: #6CABE2;
    font-style: normal;
    font-weight: 500;
}
.color-verde{
    color: #89BB36;
    font-style: normal;
    font-weight: 500;
}
.color-comando{
    color: #A9A12A;
    font-style: normal;
    font-weight: 500;
}
.color-violeta{
    color: #BF65B7;
    font-style: normal;
    font-weight: 500;
}

.margen-arriba-resp{
    margin-top: 15px;
}
.margen-top{
    margin-top: 4%;
}
.margen-bottom{
    margin-bottom: 4%;
}
.img-responsive{
    /*width: 100%;*/
}
/*.img-slide{
    height: 419px !important;
    min-height: 435px !important;
    width: 100%;
}*/
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #7C7B7F;
    border-radius: 10px;
}


.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0px;
}
#myCarousel2 .owl-dots{
    display: none !important;
}



.text-des{
    padding: 1% 2% 1% 2%;
    background: #F3802A;
}

.img-doblada{
        position: absolute;
    z-index: 9;
    /* width: 100%; */
    right: 15px;
    height: 80px;
}
.prod-sol{
    color: #fff;
    /* padding-top: 100px; */
    /* border-bottom: 2px solid #fff; */
    margin: 0 2% !important;
    border: 1px solid #fff;
    padding: 4px 0;
    text-transform: uppercase;
}

.div-negro{
    /*padding: 0 0 10% 0;*/
}

.div-esquina{
    position: absolute !important;
    bottom: 0;
    z-index: 1;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}


.btn:focus, buttom:focus{
    outline: 0 !important;
}

#carouselButtons {
    padding: 0 0 8px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 3%;
}







.letras{
    display: none;
}

.flechas-prev{
    left: 5px !important;
}
.flechas-next{
    right: 5px !important;
}
.flechas-next:before, .flechas-prev:before {
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    font-size: 14px !important;
}
.owl-dots{
    display: none !important;
}

.div-desc{
    background: #ffffff;
    color: #000;
    font-size: 1em;
    text-align: justify;
    padding: 15px;
    margin-top: 3px;
    min-height: 60vh;
    letter-spacing: 0.5px;
    font-family: sans-serif !important;
    margin-bottom: 4px;
}
.div-transp-negro{
    padding: 11% 0 35px 0;
    background: rgb(0, 0, 0);
}
.div-transp-negro2{
    padding: 16px 0 16px 0;
    background: rgb(0, 0, 0);
}
#demo14 img{
        height: 100%;
}
#demo14 .flechas-prev, #demo14 .flechas-next{
    margin-top: -23%;
}

.btn-default {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    transition: all 0.4s ease;
}
.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #f3802a;
    border-color: #f3802a;
    transition: all 0.4s ease;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #f3802a;
    border-color: #f3802a;
}
.btn-default.active:hover, .btn-default.active:focus {
    color: #fff;
    background-color: #f3802a;
    border-color: #f3802a;
}


#mainNav .icono-abajo:before{
    font-size: 12px;
    padding-left: 15px;
}

.fondo-plomo{
    background: #e30613;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    width: 85%;
    margin: 0 auto;
    margin-top: -104px;
    z-index: 1;
    position: relative;
    margin-bottom: 104px;
}
.fondo-plomo span:before{
    font-size: 60px
}
.colum1{
    margin-top: 55px;
}
.colum2{
    padding-left: 1.625em;
    padding-right: 3em;
    margin-top: 100px;
}
.colum3{
    margin-top: 0px;
    padding-top: 55px;
    padding-bottom: 45px;
    background-color: #dbdcdd;
    padding-left: 2em;
    padding-right: 1.625em;
}
.redes a{
    color: #6f6c6a;
    padding: 0 8px 0 0;
}
.column:after{
    content: "";
    background: #fff;
    height: 10px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}
.column:last-child:after{
    display: none;
}
.column h5{
    margin: 0;
    font-size: 18px;
}
.column section{
    cursor: pointer;
    padding: 10px 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.column:hover section{
    background: white;
    color: #2ba3d4;
}
.icorojo:before{
    color: #e30613;
    font-weight: 600;
}
.titulo{
    font-family: 'klavikaB';
    color: #7e8083;
}
.tex{
    color: #7e8083;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
}
.form .form-control{
    border: 1px solid #d7d8d6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 1rem 0;
    font-size: 16px;
    color: #7e8083;

}
.form .form-control:focus{
    background: #fafafa;
    border-color: #999999;
    outline: none;
}
.form label{
    color: #7e8083;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.btn-form{
    background: #e30613;
    border: 0;
    padding: 13px 25px;
    color: #fff;
    font-size: 19px;
    margin-bottom: 4%;
}
.cont-rec{
    display: table;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.cont-rec section:first-child{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #0ea538;
}
.cont-rec section{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #0895d3;
}
.cont-rec aside{
    height: 7em;
    display: table;
    width: 100%;
}
.cont-rec aside span{
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
.cont-rec aside.bordetop{
    border-top: 1px solid rgba(255, 255, 255, 0.23);
}
.cont-rec aside a{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    
}
.cont-rec aside a.borderight{
    border-right: 1px solid rgba(255, 255, 255, 0.23);
}
.cont-rec a{
    color: #fff;
}
.img-marca img{
    max-width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    transform: scale(0.8);
    will-change: transform;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.img-marca:hover img{
    /*opacity: 1;*/
    transform: scale(1);
}
.modal-dialog{
    margin-top: 10%;
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.modal-marca .close {
    z-index: 999;
    position: absolute;
    right: -100px;
    top: -75px;
    background: transparent;
    font-size: 65px;
    opacity: 1;
    color: #FFC107;
    text-shadow: 0px 0px 5px #797979;
    font-weight: 100;
    font-family: 'Swis721WGL4BT';
    width: 45px;
    height: 45px;
}
.line1, .line2, .line3 {
    width: 45px;
    height: 2px;
    background: #fff;
    display: block;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    margin-left: -0.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}
.line1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.line3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
.close:hover .line1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(38deg);
    transform: translate3d(0, 0, 0) rotate(38deg);
}
.close:hover .line3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-38deg);
    transform: translate3d(0, 0, 0) rotate(-38deg);
}
.titulo-modal{
    font-family: klavikaB;
    text-align: center;
    color: #777777;
    font-size: 24px;
}
.modal-xs .form-control{
    font-size: 15px;
    height: 40px;
}
.modal-xs textarea.form-control{
    height: auto;
}
.modal-xs .btn-form{
    width: 100%;
    font-size: 16px;
}

.img-marca{
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    display: block;
}
.textoo{
    text-align: center;
    font-size: 16px;
}
.mapita{
    text-align: center;
    display: block;
}
.img-pie{
    width: 100%;
}
.copy{
    padding: 2% 15px;
    text-align: center;
    font-size: 18px;
}
/* --- Media Query maximos --- */

@media(max-width:3600px){
    .texto-banner{
        font-size: 1.5em;
            width: 36%;
    }
    .texto-iz {
        top: 43%;
        right: 16%;
        width: 73%;
    }
    .img-logo {
        width: 410px;
    }
    .carousel {
        padding: 92px 0px 0 0px;
    }
    
}


@media(max-width:2400px){
    .texto-banner{
        font-size: 1.5em;
            width: 36%;
    }
    .texto-iz {
        top: 43%;
        right: 16%;
        width: 73%;
    }
    .img-logo {
        width: 350px;
    }
    .carousel {
        padding: 92px 0px 0 0px;
    }
    
}

@media(max-width:1200px){
    .texto-banner{
        font-size: 1.5em;
            width: 36%;
    }
    .texto-iz {
        top: 43%;
        right: 16%;
        width: 73%;
    }
    .img-logo {
        width: 334px;
    }
    .carousel {
        padding: 92px 0px 0 0px;
    }
    
}
@media(max-width:992px){
    
    
    .texto-banner{
        /*top: 14px;*/
    }
    .img-carrusel{
        height: 286px;
    }
    .img-logo {
            width: 200px;
    }
    .div-contactenos {
        height: 650px;
    }
    .texto-banner {
        font-size: 1.3em;
        /*width: 46%;*/
    }
    .carousel {
        padding: 67px 0px 0px 0px;
    }
    .img-infi {
        margin-top: -53px;
    }
    .text-des{
            padding: 2% 2% 2% 2%;
            font-size: 18px;
    }
    .div-negro{
        /*padding: 0 0 45% 0;*/
            padding: 0 0 1% 0;
    }
    .navbar-nav > li > a {
        top: 0px;
        font-size: 10px;
    }
    /*.dropdown-menu > li > a{
        font-size: 11px;
    }*/

    .nav > li > a {
        padding: 17px 4px;
    }
    .banner-rec{
        top: 17.5% !important;
    }
    .espacio {
        /*height: 11vh;*/
            height: 66px;
    }
    .div-transp-negro {
        /*padding: 11% 0 22px 0;*/
        background: rgb(0, 0, 0);
    padding: 10px 0 35px 0;
    }
    .fondo-plomo{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .navbar-nav {
        background: whitesmoke;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .navbar-nav .icono-abajo{
        float: right;
    }
}
@media(max-width: 992px) and (min-width: 767px){
    .alto-negro{
        height: 40vh;
        background: #000;
    }
    .alto-plomo{
        height: 40vh;
    }
    .navbar-right {
        float: none !important;
        margin-right: 0;
    }
}


@media(max-width:767px){
    .prod-sol {
        margin: 0 6% !important;
        font-size: 18px;
    }
    .carousel-indicators {
        bottom: 0px !important;
    }
    .span12 .img-carrusel{
        height: 100% !important;
        max-height: 440px !important;
        min-height: 400px !important;
    }
    .div-ancho .img-carrusel{
        height: 100% !important;
        /*max-height: 440px !important;
        min-height: 400px !important;*/
    }
    .img-logo{
        width: 203px !important;
    }
    .carousel {
        padding: 68px 0px 0px 0px;
    }
    #myCarousel2 {
            margin-top: 0px;
    }
    .div-negro{
        font-size: 1.2em !important;
        /*padding: 10% 0 0% 0;*/
        padding: 2% 0 7% 0;
    }
    .div-transparente{
        font-size: 1.4em !important;
        padding: 9px;
        margin-bottom: 0;
    }
    .span12{
        margin-top: 0;
    }
    .div-carru{
        font-size: 1em !important;
        height: 100% !important;
    }
    .div-transparente-cont{
        font-size: 1.2em !important;
        padding: 3% 0;
    }
    .color-naranja, .color-celeste, .color-comando, .color-verde, .color-violeta{
        font-size: 19px;
    }
    .img-contact{
        width: 203px !important;
    }
    .div-contactenos{
        height: 1000px !important;
        text-align: left !important;
        padding-top: 70%;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        /*        position: relative !important;*/
        /*margin-bottom: 8px !important;*/
    }
    .text-des {
        padding: 6px;
        background: #F3802A;
    }
    
    .letras{
        display: block;
        padding: 3% 0 20% 0;
    }
    .img-slide{
            height: 336px !important;
    }
    .texto-p1{
        font-weight: 700;
    }
        
    .margen-arriba-resp{
        margin-top: 0px;
    }


    .navbar-nav > li > a {
        top: 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #020202;
        
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0;
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: rgba(0, 0, 0, 0.13);
    }
    .div-esquina {
        left: -22px;

    }
    .sin-padding-cel{
        padding: 0;
    }
    .cont-rec section:first-child {
        display: block;
        width: 100%;
    }
    .cont-rec section {
        display: block;
        width: 100%;
    }
    .modal-marca .close {
        right: 8px;
        top: 16px;
        color: #e30613;
    }
    .line1, .line2, .line3{
        width: 35px;
        background: #777777;
    }
    .column:after {
        background: #fff;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        top: auto;
    }
    .colum2{
        margin-top: 45px;
        margin-bottom: 30px;
    }
    .img-marca{
        height: auto;
    }
    .navbar-brand {
        margin-left: 15px;
    }
    .contenedor3{
        padding: 0;
    }
    .fondo-plomo{
        margin-top: 1px;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #6f6c6a;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #6f6c6a;
    }
    .colum3{
        padding-left: 15px;
        padding-right: 15px;
    }
    .titulo-modal{
        text-align: left;
    }
}

/* --- Media Query minimos --- */
@media (min-width: 2000px){
	.navbar-inverse .navbar-nav > li > a {
	    font-size: 18px;
	}
	.color-fondo-pie p {
	    font-size: 18px;
	}
	.color-fondo-pie h4 {
	    font-size: 22px;
	}
	.copy {
	    font-size: 20px;
	}
	.color-fondo-pie a {
	    font-size: 18px;
	}
	.textoo{
		font-size: 18px;
	}
	.tex{
		font-size: 18px;
	}
	.form label{
		font-size: 18px;
	}
	.form .form-control{
		font-size: 18px;
	}
	.cont-rec{
		font-size: 20px;
	}
}

@media (min-width: 1200px){
    .ancho-columna .col-lg-1 {
        width: 12.333333%;
    }
    /*.container {
        width: 1250px;
    }*/
}
@media (min-width: 992px){
    .ancho-columna .col-md-1 {
        width: 11.333333%;
    }
    .color-fondo-pie .colum2{
        width: 30.333333%;
    }
    .color-fondo-pie .colum3{
        width: 28%;
    }
    .navbar-right {
        float: right !important;
    }
}

/*@media (min-width: 768px){
    .navbar-right {
        float: none !important;
        margin-right: 0;
    }
}*/
@media(min-width: 767px){
    .navbar-right .dropdown-menu.posicion-right{
        right: 0;
        left: auto;
    }
    .sin-padding-pc{
        padding: 0;
    }
    .modal-xs {
        width: 450px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(202, 202, 202, 0.5);
        box-shadow: 0 5px 15px rgba(199, 199, 199, 0.5);
    }
    .contenedor3{
        padding: 0 3%;
    }
    .divmarca{
        width: 30%;
         float: none; 
        margin: 10px;
        /*height: 100px;*/
        text-align: center;
        display: inline-block;
    }
}
