/*BODY*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600,700,800,900');

html,
body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*font-family: 'Merriweather', serif;*/
    font-family: 'Raleway', sans-serif;
    color: #868686;
    background: #ffffff;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

a {
    word-wrap: break-word;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

/*.wrapper_content {
    padding-top: 27px;
}*/
.wrapper_content2{
    padding-top: 128px;
}
@media(max-width: 991px){
    .wrapper_content {
        padding-top: 128px;
    }
}

.rowflex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}


/*----------------------INTER HEADER----------------------------*/
.sect_slider{
    height: 100vh;
}
.sect_slider #myCarousel{
    height: 100%;
}
.sect_slider .carousel-inner{
    height: 100%;
}
.sect_slider .carousel-inner .item{
    height: 100%;
}
.sect_slider .carousel-inner .item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .5;
}
.caption_slider{
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}
.caption_slider h1{
    color: #Fff;
    font-size: 35px;
    font-weight: 700;
    animation-delay: 1s !important;
}
.caption_slider h1 span{
    display: block;
    font-size: 25px;
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 50px;
    }
}
/*.Slideshow {
    height: 100vh;
}
.Slideshow .panel2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .5;
}*/
.navbar_main {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease 500ms;
    /*border-top: 5px solid #003276;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.6)
}
.menu_parts{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
    /*background-color: white;*/
}
.top_border{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e60405;
}
.top_border:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3%;
    height: 5px;
    background: #e60405;
    z-index: 1;
}
.top_border:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 66.6%;
    height: 5px;
    background: #413b3c;
}


.menu_parts .logo_main {
    width: 20%;
}

.menu_parts .logo_main img {
    width: 100%;
    max-width: 180px;
    margin: 10px auto;
    transition: all ease 500ms;
}

.navbar_movil {
    display: none;
}

.menu_parts .menu_pestañas {
    width: 80%;
}

.list_nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    /*height: 100%;*/
    padding-right: 50px;
}
.list_nav>li {
    display: inline-block;
    /*height: 100%;*/
}

.list_nav>li>a {
    display: block;
    padding: 30px 20px;
    color: #fff;
    position: relative;
    /*height: 100%;
    line-height: 65px;*/
    font-weight: 800;
    transition: all ease 500ms;
}
.list_nav>li>a:hover,
.list_nav>li>a:focus{
    background: transparent !important;
}
/*.list_nav>li>a>span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #003276;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
}*/

/*.list_nav>li>a:hover>span {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    opacity: 1;
}
*/
@media(max-width: 991px){
    .navbar_movil {
        display: block;
    }
}

/*MENU FIXED*/
.menu-fixed .list_nav>li>a {
    color: #000;
    transition: all ease 500ms;
}
.menu-fixed .menu_parts .logo_main img {
    width: 100%;
    max-width: 130px;
    margin: 10px auto;
    transition: all ease 500ms;
}

.zero_two{
    display: none;
    transition: height 0.4s ease, opacity 0.3s ease;
}
.menu-fixed .zero_one{
    display: none;
    transition: height 0.4s ease, opacity 0.3s ease;
}
.menu-fixed .zero_two{
    display: block;
    transition: height 0.4s ease, opacity 0.3s ease;
}

/**/
.navtwo{
    background: rgba(255, 255, 255, 0.91) !important;
}
.navtwo .list_nav>li>a {
    color: #000;
}
/*SLOGAN SLIDER*/

.codrops-header h1 {
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 45px;
    line-height: 1;
}

.codrops-header h1 span {
    display: block;
    color: #ffffff;
    padding: 0;
    font-size: 30px;
    line-height: 2;
    opacity: 1;
}

.btn_slider {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #ffffff;
    font-weight: 600;
    animation-delay: 1s !important;
    transition: all ease 500ms;
}

.btn_slider:hover {
    background: #e50405;
    color: #ffffff;
    transition: all ease 500ms;
}

.codrops-header {
    max-width: 100%;
    width: 100%;
    z-index: 5;
}

.back_slogan {
    background: #e50405;
    padding: 40px 20px;
}

.sect_slogan h3 {
    color: #fff;
}

.box_slogan h3 {
        display: inline-block;
    width: 79%;
    margin: 0;
    font-weight: 600;
}

.box_slogan {
    text-align: center;
}

.box_slogan .separator {
    display: inline-block;
    width: 5%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.box_slogan .iconslogan {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    text-align: left;
}

.box_slogan .iconslogan a {
    color: #fff;
}

.sect_slogan {
    margin-top: -45px;
    position: relative;
    z-index: 2;
}


/*SECCION TITULO PRODUCTOS*/

.sect_title_productos {
    padding-top: 50px;
}

.title_producto h3 {
        text-align: left;
    /* width: 50%; */
    color: #003276;
    margin: 0 auto;
    font-weight: 700;
    border-left: 5px solid #f18a00;
    padding-left: 20px;
}

.box_taller .box_title h4{
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 30px;

}
.box_taller .box_body ul{
    list-style: square;
    color: #000;
    font-size: 16px;
    font-weight: 600;
        margin-bottom: 30px;
}
.box_taller .box_foot a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 200px;
    background: #1e2020;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all ease 500ms;
}
.box_taller .box_foot a:hover,
.box_taller .box_foot a:focus,
.box_taller .box_foot a:active{
    background: #000;
    transition: all ease 500ms;
}
.img_taller{
    position: relative;
    overflow: hidden;
}
.img_taller img{
    transform: scale(1);
    transition: all ease 500ms;
}
.img_taller img:hover{
    transform: scale(1.2);
    transition: all ease 500ms;
}
/*END SECCION TITULO PRODUCTOS*/


/*SECCION PRODUCTOS*/

.sect_productos {
    padding: 50px 0;
}

.productos {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.box_product {
    text-align: center;
}

.productos li>a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}

.productos li>a img {
    transition: all ease 500ms;
}

.productos li>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}

.productos li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}

.box_product h5 {
    color: #000;
    font-size: 20px;
}

.productos li>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}

.productos li>a:after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}

.productos li>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}


/*END SECCION PRODUCTOS*/


/*SECTION VALORES*/

.sect_valores {
    background-image: url(../../../public/img/fondo/parallax.jpeg);
    padding: 50px 0;
    position: relative;
}
.sect_valores:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.list_valores {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.list_valores>li {
    width: 23%;
    margin: 0 auto;
}

.circle_valor {
    border-radius: 50%;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 6px solid #f4c306;
    border-left-color: #fff;
    border-right-color: #Fff;
}


/*SECTION NUESTROS PRODUCTOS*/
.sect_ourproduct {
    padding: 50px 0;
}
.sect_ourproduct2 {
    padding-bottom: 50px;
}
.title_Ourproducto h3 {
    color: #e60405;
    font-weight: 800;
    text-align: center;
    margin: 0;
    font-size: 40px;
}
.p_descrip {
    margin-bottom: 0;
}

.list_products_dad {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}
.list_products_dad>li {
    width: 40%;
    margin: 20px auto;
    display: flex;
    flex-flow: row wrap;
    /*border: 2px solid #e7e7e9;*/
}
.list_products_dad>li>.productos_child {
    /*width: 50%;*/
    position: relative;
    overflow: hidden;
}
.list_products_dad>li>.productos_child:nth-child(1){
    border-radius: 20%;
}

.list_products_dad>li>.productos_child:nth-child(2){
    margin-top: 5%;
}
.list_products_dad>li>.productos_child .box_descrip {
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: center;
}
.list_products_dad>li>.productos_child .box_descrip h4 {
    color: #141415;
    font-weight: 700;
    margin: 0;
}

.list_products_dad>li>.productos_child .box_descrip p {
    margin: 20px 0;
}
.list_products_dad>li>.productos_child .box_descrip a {
    color: #ff0405;
    font-size: 20px;
}
.list_products_dad>li>.productos_child .box_descrip a span {
    transition: all ease 500ms;
}
.list_products_dad>li>.productos_child .box_descrip a:hover span {
    margin-left: 10px;
    transition: all ease 500ms;
}
.list_products_dad img {
    width: 100%;
}
.list_products_dad>li>.productos_child:nth-child(1) a img {
    transition: all ease 500ms;
}
.list_products_dad>li>.productos_child:nth-child(1) a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}

/*SECTION GALERIA*/
.sect_gallery {
    background: #141616;
}
/*GALERÍA IMAGEN*/
.gallery_pad {
    padding: 30px 0;
}
.gallery-navall {
    position: relative;
    text-align: center;
    padding: 30px 0;
}
.gallery-navmtp {
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}
.gallery-navmtp > .gallery-bot {
    position: relative;
    color: #333;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    outline: 0!important;
    outline-width: 0!important;
    outline-color: transparent!important;
    border: 2px solid;
}
.gallery-navmtp > .gallery-bot > span {
    display: inline-block;
    font-weight: 700;
    padding: 1rem 0;
    color: #f4c306;
    margin: 0 1.5rem;
    /*border-bottom: 4px solid #333333;*/
    transition: color 150ms, border-color 150ms;
}
/*.gallery-navmtp > .gallery-bot.mixitup-control-active > span{

  border-bottom-color: #f4c306;

}*/

.gallery-bgall {
    position: relative;
    padding: 40px 0;
}

.gallbox-content {
    padding: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

.gallery-bgall .mix a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}
.mix>a img {
    transition: all ease 500ms;
}
.mix>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}

.gallery-bgall .mix a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}
.name_galeria{
    background: #f07e00;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-bgall .mix a:after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}

.mix>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}

.mix>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}

/*@media screen and (min-width: 401px) {
    .gallbox-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}


/* 3 Columns

@media screen and (min-width: 767px) {
    .gallbox-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}*/


/* 4 Columns

@media screen and (min-width: 1281px) {
    .gallbox-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        display: flex;
        flex-flow: row wrap;
    }
}*/

.title_galeria h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}


/*SECIION TESTIMONIOS*/

.sect_testimonio {
    background-image: url(../../../public/img/fondo/parallax_pic2.jpg);
    background-size: cover;
    padding: 50px 0;
    background-repeat: no-repeat;
    position: relative;
}
.sect_testimonio:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8a8183;
    opacity: .8;
}

.testimonio .item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.testimonio .item .item_header h1 {
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.testimonio .item .item_body p {
    text-align: center;
    padding: 50px 0;
    color: #fff;
    margin-bottom: 0;
}

.testimonio .item .item_footer img {
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonio .item .item_footer h3 {
    text-align: center;
    color: #252536;
    font-weight: 700;
    transition: all ease 500ms;
}

.testimonio .item .item_footer h3:hover {
    color: #fff;
    font-weight: 700;
    transition: all ease 500ms;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #003276;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
       background: #003276;
    opacity: .5;
}


/*FOOTER*/

.flex_footer {
    display: flex;
    flex-flow: row wrap;
}

.flex_footer .mapa {
    width: 50%;
}

.flex_footer .form_contact {
    width: 50%;
    padding: 30px 15px;
}

.list_infofoot {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
    width: 85%;
    margin: 0 auto;
}

.infofoot_li {
    margin: 0 auto;
}

.infofoot_li_ul {
    list-style: none;
    padding-left: 0;
}


/*.frm_contacto{

    padding: 0 15px;

}*/

.formulario {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.formulario .tnews-frmCnt input {
    border-radius: 0px;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    height: 45px;
}

.formulario .tnews-txtareafrm {
    border-radius: 0px;
}

.formulario .tnews-frmCnt input:focus,
.formulario .tnews-txtareafrm:focus {
    box-shadow: 0px 0px 5px #ccc;
    outline: none;
    border: 1px solid #ccc;
}

.title_form h2 {
    color: #003276;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.btn_verproduct {
    display: block;
    width: 150px;
    margin: 0 auto;
    background: #141318;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    border: 0;
    overflow: hidden;
    z-index: 1;
}
.btn_verproduct:hover,
.btn_verproduct:active,
.btn_verproduct:focus{
    outline: none;
}

.btn_verproduct:before {
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    z-index: -1;
    height: 50%;
    background: #eac538;
    transition: all ease 500ms;
}

.btn_verproduct:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -50%;
    width: 100%;
    height: 50%;
    background: #eac538;
    transition: all ease 500ms;
}

.btn_verproduct:hover:after {
    bottom: 0;
    transition: all ease 500ms;
}

.btn_verproduct:hover:before {
    top: 0;
    transition: all ease 500ms;
}

.btn_verproduct:hover,
.btn_verproduct:focus {
    color: #fff;
}

.contador {
    font-size: 30px;
}


/*MENU FIXED*/

.menu-fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.91);
    /* opacity: .5; */
    box-shadow: 0px 0px 7px 1px #ccc;
    z-index: 91;
    transition: all ease 500ms;
}

.btn_movil {
    padding: 30px 30px;
    display: none;
    width: 100px;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 10;
}
.btnmovil_one{
    color: #fff;
}
.menu-fixed .btnmovil_one{
    color: #000;
}
/*RESPONSIVE HOME*/

@media(max-width: 991px) {
    .navbar_main {
        width: 100%;
    }
    .menu_parts .logo_main {
        width: 100%;
    }
    .box_slogan h3 {
        font-size: 15px;
    }
    .circle_valor {
        width: 150px;
        height: 150px;
    }
    .list_products_dad>li {
        width: 45%;
    }
    .menu_pestañas {
        display: none;
    }
    .navbar_movil {
        position: fixed;
        left: 0;
        width: 100%;
        right: 0;
        top: -200px;
        z-index: 3;
        transition: all ease 500ms;
        margin: 0 auto;
    }
    .list_nav2 {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
        background: #fff;
        border-bottom: 5px solid #0a0a0a;
    }
    .list_nav2>li {
        display: inline-block;
        width: 20%;
    }
    .list_nav2>li>a {
        padding: 30px 10px;
        color: #000;
        position: relative;
        display: block;
    }
    .list_nav2>li>a>span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #003276;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        -o-transform: translate(0, -100px);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0;
        z-index: -1;
    }
    .list_nav2>li>a:hover>span {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        opacity: 1;
        z-index: 1;
    }
    .btn_movil {
        display: block;
    }
    .p_descrip {
        margin: 30px 0;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .list_valores>li {
        width: 50%;
        margin: 30px 0;
    }
    .separator {
        display: none !important;
    }
    .iconslogan {
        width: 100%;
        text-align: center !important;
    }
    .title_producto h3 {
        width: 100%;
    }
    .list_nav2>li {
        width: 100%;
    }
    .codrops-header h1 {
        font-size: 30px;
    }
    .navbar_movil {
        top: -500px;
    }
}

@media(max-width: 600px) {
    .list_products_dad>li>.productos_child:nth-child(1) {
        width: 100%;
    }
    .list_products_dad>li>.productos_child:nth-child(2) {
        width: 100%;
        padding: 30px 0;
    }
    .contador {
        font-size: 20px;
    }
    .circle_valor h4 {
        font-size: 15px;
    }

    .list_products_dad>li {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .circle_valor {
        width: 120px;
        height: 120px;
    }
}

.menu_float {
    opacity: 1;
    top: 125px;
    z-index: 9;
    transition: all ease 500ms;
}

.menu-fixed .menu_float {
    opacity: 1;
    top: 95px;
    z-index: 9;
    transition: all ease 500ms;
}


/*SECTION FOOTER*/

.sect_footer {
    background: #141318;
    padding: 30px 0;
}

.logo_main {
    text-align: center;
}

.logo_main .logo {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}

.logo_main .logo img {
    width: 60%;
}

.sect_footer .p_info a {
    padding: 10px 20px;
    color: #aeaeae;
    font-size: 18px;
}


/*.p_info{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}*/

.derechos {
    text-align: center;
    margin-top: 30px;
}

.sect_footer a span {
    color: #eac538;
    font-size: 25px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.list_redes_foot {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 20px 0;
}

.list_redes_foot>li {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    line-height: 49px;
    transition: all ease 500ms;
}

.list_redes_foot>li:hover {
    background: #eac538;
    transition: all ease 500ms;
}

.list_redes_foot>li:hover>a>span {
    color: #fff;
    transition: all ease 500ms;
}


/*RESPONSIVE FOOTER*/

@media(max-width: 767px) {
    .flex_footer .mapa {
        width: 100%;
    }
    .flex_footer .form_contact {
        width: 100%;
    }
    #map {
        height: 400px !important;
    }
}

@media(max-width: 670px) {
    .sect_footer .p_info a {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .codrops-header h1 {
        font-size: 20px;
    }
    .codrops-header h1 span {
        font-size: 20px;
    }
    .btn_slider {
        width: 150px;
        font-size: 13px;
    }
}


/*BOTONES DEL CAROUSEL*/

.productos .owl-prev {
    position: absolute;
    left: 0;
    bottom: 50%;
    margin: 0 !important;
    text-indent: -666em;
    width: 30px;
    height: 30px;
}

.productos .owl-prev:before {
    content: "\e875";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productos .owl-next {
    position: absolute;
    right: 0;
    bottom: 50%;
    margin: 0 !important;
    text-indent: -666em;
    width: 30px;
    height: 30px;
}

.productos .owl-next:before {
    content: "\e876";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productos .owl-nav [class*=owl-] {
    background: #003276;
}

.productos .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #003276;
    text-decoration: none;
}

.productos .owl-theme .owl-nav {
    margin-top: 0;
}

.firstHeading {
    color: #003276;
    font-weight: 800;
}

#bodyContent b {
    color: #003276;
}

.hr_contact {
    width: 50px;
    border-top: 4px solid #e30405;
    margin-top: 10px;
    margin-bottom: 20px;
}


/*==========>NOSOTROS<==========*/


/*MENU*/

.nos_menu {
    padding: 50px 0;
    background-image: url(../../../public/img/fondo/barra2.jpg);
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.nos_menu .menu_text h4 {
    color: #fff;
}

.nos_menu .menu_text a {
    color: #fff;
    text-decoration: none;
}

.nos_menu .menu_text span {
    color: #ffffff;
}
.flex_mis_vis{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pad50{
    padding: 0 50px;
}
.flex_mis_vis .box_left{
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.box_right{
    width: 50%;
}

@media (max-width: 991px) {
    .nos_menu {
        padding: 100px 30px 10px 30px;
    }

    .flex_mis_vis .box_left{
        width: 100%;
    }
    .flex_mis_vis .box_right{
        width: 100%;
    }
    .pad50 {
        padding: 50px;
    }
    .flex_mis_vis .box_right.order1{
        order: 2;
    }
    .flex_mis_vis .box_left.order2{
        order: 1;
    }
}
.dropdown .dropdown-toggle{
    background: transparent !important;
}
.dropdown-menu_main{
    /*display: block;*/
    border-top: 4px solid #ef7e00;
}

/*QUIENES SOMOS*/

.nos_quienes_somos {
    background-image: url(../../../public/img/fondo/barra2.jpg);
    padding: 50px 0px;
    background-position: center 24%;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.nos_quienes_somos:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}

.nos_quienes_somos .quienes_somos_text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.nos_quienes_somos .quienes_somos_text h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
}

.nos_quienes_somos .quienes_somos_text p {
    text-align: justify;
    font-size: 20px;
}

@media (max-width: 900px) {
    .nos_quienes_somos .quienes_somos_text {
        max-width: 500px;
    }
    .nos_quienes_somos .quienes_somos_text h1 {
        font-size: 30px;
    }
    .nos_quienes_somos .quienes_somos_text p {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .nos_quienes_somos .quienes_somos_text {
        max-width: 250px;
    }
    .nos_quienes_somos .quienes_somos_text h1 {
        font-size: 25px;
    }
    .nos_quienes_somos .quienes_somos_text p {
        font-size: 13px;
    }
}


/*HISTORIA*/

.nos_historia {
    margin: 70px 0px;
}

.nos_historia .color_line {
    border-top: 3px solid #272726;
    width: 80px;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
}

.nos_historia .historia_text {
    color: #000;
}

.historia_text h1 {
    font-size: 36px;
    font-weight: 600;
    color: #e60405;
    margin-top: 0;
}

.historia_text p {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: justify;
    /*padding-left: 20px;*/
}

@media (max-width: 1200px) {
    .historia_text h1 {
        font-size: 26px;
        font-weight: 600;
        color: #e50405;
    }
    .historia_text p {
        font-size: 17px;
    }
}


/*MISION-VISION-VALORES*/

.nos_mis_vis_val {
    /*padding-top: 85px;
    padding-bottom: 85px;*/
    background-color: #413b3c;
}

.nos_mis_vis_val .item-about .icon {
    display: inline-block;
    padding-right: 10px;
    float: left;
    font-size: 75px;
    color: #ea0405;
}

.item-about .icon .bg-icon {
    position: absolute;
    top: -60px;
    left: 50px;
}

.item-about .icon .bg-icon i {
    font-size: 152px;
    opacity: 0.05;
}

.item-about .content {
    padding-left: 20px;
    overflow: hidden;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #fff;
}

.item-about .content h3 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.item-about .content h3 span {
    color: #f3f3f3;
}

.item-about .content p {
    margin-top: 8px;
    font-size: 20px;
    line-height: 22px;
}

/*==========>PRODUCTOS<==========*/


/*TITULO*/

.categories_title {
    color: #003276;
    padding-bottom: 30px;
}

.categories_title h1 {
    font-weight: 600;
}

.categories_title .color_line {
    border-top: 3px solid #eac538;
    width: 80px;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
}


/*CATEGORIAS*/

.prod_products {
    margin: 30px 0px 70px;
}

.nav-sidebar {
    width: 100%;
    padding: 30px 0;
    border-right: 1px solid #ddd;
}

.nav-sidebar a {
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}

.nav-sidebar .active a {
    cursor: default;
    background-color: #003276 !important;
    color: #fff;
}

.nav-sidebar .active a:hover {
    background-color: #eac538;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius: 0;
    margin-bottom: 10px
}

.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color: #0b56a8;
    border-color: #0b56a8;
}

.container .text-style {
    text-align: justify;
    line-height: 23px;
    margin: 0 13px 0 0;
    font-size: 19px;
}

.tab-content h2 {
    color: #003276;
}

.tab-content p {
    color: #000;
}

.prod_item {
    padding-bottom: 30px;
}

.prod_item .prod_img_cont {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}

.prod_img_cont img {
    transition: all ease 500ms;
}

.prod_img_cont:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}


/*BOTON CARRUSEL DE PRODUCTOS*/

.producto_interna .owl-prev {
    position: absolute;
    left: 0;
    bottom: 50%;
    margin: 0 !important;
    text-indent: -666em;
    width: 30px;
    height: 30px;
}

.producto_interna .owl-prev:before {
    content: "\e875";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto_interna .owl-next {
    position: absolute;
    right: 0;
    bottom: 50%;
    margin: 0 !important;
    text-indent: -666em;
    width: 30px;
    height: 30px;
}

.producto_interna .owl-next:before {
    content: "\e876";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto_interna .owl-nav [class*=owl-] {
    background: #003276;
}

.producto_interna .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #003276;
    text-decoration: none;
}

.producto_interna .owl-theme .owl-nav {
    margin-top: 0;
}
.h2_service{
    color: #000;
    font-weight: 700;
}
.p_service{
    font-size: 15px;
    text-align: justify;
}

/**/

.producto_interna {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.producto_interna li>a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}

.producto_interna li>a img {
    transition: all ease 500ms;
}

.producto_interna li>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}


/*.producto_interna li>a:before{

   content: "";

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   background: rgba(0, 0, 0, 0.57);

    opacity: 0;

    z-index: 1;

    transition: all ease 500ms;

}*/

.producto_interna li>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}


/*.producto_interna li>a:after{

    content: "\f00e";

    font-family: FontAwesome;

    position: absolute;

    display: flex;

    width: 100%;

    height: 100%;

    top: 0;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 30px;

    z-index: 2;

    opacity: 0;

    transition: all ease 500ms;

}*/

.producto_interna li>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}


/*==========>GALERIA<==========*/


/*TITULO*/

.gallery_title h1 {
    font-weight: 800;
    color: #003276;
    margin-top: 40px;
}

.gallery_title .color_line {
    border-top: 3px solid #eac538;
    width: 80px;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
    padding-bottom: 30px;
}


/*GALERIA DE FOTOS*/

.light_gallery {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 50px;
}

.light_gallery .light_item {
    margin-bottom: 30px;
}

.light_gallery .light_item img {
    width: 100%;
    transition: all ease 500ms;
}

.light_gallery .light_item a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}

.light_item>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}

.light_gallery .light_item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}

.light_gallery .light_item a:after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}

.light_item>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}

.light_item>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}


/*==========>CONTACTO<==========*/

.contacto_flex {
    display: flex;
    flex-flow: row wrap;
}

.contacto_flex .mapa {
    width: 100%;
}

.contacto_flex .form_contact {
    width: 100%;
    padding: 30px 15px;
}

.contacto_flex .frm_contacto {
    max-width: 1000px;
    margin: 0 auto;
}

.contacto_flex .formulario {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contacto_flex .formulario .tnews-frmCnt input {
    border-radius: 0px;
    border: 1px solid #8a8383;
    font-size: 12px;
    height: 45px;
}

.contacto_flex .formulario .tnews-txtareafrm {
    border-radius: 0px;
}

.contacto_flex .formulario .tnews-frmCnt input:focus,
.formulario .tnews-txtareafrm:focus {
    box-shadow: 0px 0px 5px #ccc;
    outline: none;
    border: 1px solid #ccc;
}

.contacto_flex .title_form h2 {
    color: #e30405;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.contacto_flex .btn_verproduct {
    width: 300px;
}

.mixitup-control-active {
    background: white !important;
}

/*SECTION OBJETIVOS*/
.sect_objetivos{
    padding: 50px 0;
    background: #f9f9f9;
}
.h2_objetivo{
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.box_valor{
    background: #fff;
    padding: 10px;
    color: #0f2764;
    box-shadow: 0px 0px 5px #dadada;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    line-height: 50px;
}
.img_valor{
    display: block;
    width: 100%;
    max-width: 60px;
    margin: 0px auto;
    margin-top: 15px;
}
@media(max-width: 991px){
    .box_valor{
        margin-bottom: 20px;
    }
}



/*-----------------SECTION CONTACTANOS---------------*/

.sect_contactanos {
    background-image: url(../../img/fondo/barra.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.sect_contactanos .btn_general {
    background: #1e2020 !important;
}

.sect_contactanos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #8c8686b3;
}

.btn_general {
    display: block;
    width: 200px;
    padding: 15px 0;
    margin: 0 auto;
    background: #8c8686;
    border: 3px solid #696d6d;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all ease 500ms;
}

.btn_general:hover {
    color: #e60405;
    border-radius: 0;
    transition: all ease 500ms;
}

.btn_general:before {
    position: absolute;
    content: "";
    background: #fff;
    left: 51%;
    width: 0%;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: all ease 500ms;
}

.btn_general:after {
    position: absolute;
    content: "";
    background: #fff;
    right: 51%;
    width: 0%;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: all ease 500ms;
}

.btn_general:hover:before {
    width: 100%;
    left: -50%;
    transition: all ease 500ms;
}

.btn_general:hover:after {
    width: 100%;
    right: -50%;
    transition: all ease 500ms;
}

.box_videos p>span {
    color: #fff;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    border: 2px solid;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


/*-----------------SECTION CONTACTANOS---------------*/


/* REDES SOCIALES */

.social {
    position: fixed;
    left: 0;
    bottom: 45%;
    z-index: 9999;
}

.btn-hide {
    cursor: pointer;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.social ul {
    list-style: none;
    padding-left: 0;
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #e60405;
    padding: 12px 5px;
    text-decoration: none;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 47px;
    font-size: 21px;
    text-align: center;
}

.social ul li .fa-facebook:hover {
    background: #3A5795;
}

.social ul li .fa-twitter:hover {
    background: #54A9EB;
}

.social ul li .fa-pinterest-p:hover {
    background: #BD2126;
}

.social ul li .fa-google-plus:hover {
    background: #ea4335;
}

.social ul li .fa-envelope-o:hover {
    background: #ff8f22;
}

.social ul li .fa-youtube-play:hover {
    background: #E62117;
}

.social ul li .fa-instagram:hover {
    background: #df2d74;
}

.social ul li .fa-chevron-left:hover {
    background: #383838;
}

.social ul li .fa-chevron-right:hover {
    background: #383838;
}

.social ul li a:hover {
    padding: 13px 45px 11px 30px;
    /*    background: #000;*/
}
