@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Oxygen);

/**/

/* reset */

/**/

html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, sub, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, hr, blockqoute, pre, figure, figcaption, address,
form, fieldset, legend, label, input, select, textarea, button {
    display: block;
}
input, textarea{
    border-radius: 0;
    -moz-border-radius: 0;
    -mz-border-radius: 0;
    -webkit-border-radius: 0;
}
input, select, textarea, button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
}
html, body {
    -webkit-text-size-adjust: none; 
    width: 100%;
}

table {

    width: 100%;

    border-collapse: collapse;
    border-spacing: 0;
}
a, button {
    cursor: pointer;    
}
i{
    font-style: normal;
}

ul{
    list-style: square;
}
/**/
/* defaults */
/**/

body {
    font-family: 'Fjalla One', sans-serif;
    color: #6d6d6d;
    background-image: url(../../../public/img/fondo/Presentacion-comercia2l.jpg);
    background-size: contain;
    font-weight: 300;

}
/*body, html {
    overflow-x: hidden;
}
*/
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;
}
dt, dd, p, li {
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
}
p {
    color: #6d6d6d;
}
strong {
    color: black;
}
aside {
    margin-bottom: 30px;
}
/**/
/* headings */
/**/
h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    color: black;
}

h2 {

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 700;

    color: #000000;

    margin-bottom: 10px;

}

h3 {

    margin-top: 15px;

    font-size: 18px;

    font-weight: 700;

    color: #000000;

}

h4 {

    font-size: 48px;

    color: black;

}

img {

    display: block;

}





/**************************************/

/*           INTER HEADER           */

/************************************/



/*TOP HEADER*/

.sect_topheader{
    padding: 5px 0;
    position: relative;
    background: #fff;
}
.sect_topheader:after{
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background: #555;
    z-index: 0;
    -webkit-transform: perspective(30px) rotateX(0.8deg);
    -o-transform: perspective(300px) rotateX(0.8deg);
    -moz-transform: perspective(300px) rotateX(0.8deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.flex_list{
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 30; 
}

.list_redes{
    width: 40%;
    text-align: right;
}

.list_redes>li{
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    /*color: #fff;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #b4b4b4;
    transition: all ease 500ms;
}
.list_user{
    min-width: 100% !important;
}

.list_user li{
    text-align: center;
    color: #000;
}

.list_redes>li a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0;
    transition: all ease 500ms;
}
.list_redes>li a:focus{
    background-color: transparent !important; 
}

.list_redes>li a:hover{
    background: transparent !important;
}
.list_redes>li:hover{
    background: #c91633;
    transition: all ease 500ms;
}
.list_info{
    width: 60%;
}
.list_info>li{
    display: inline-block;
    margin: 0 10px;
}

.list_info>li a{
    color: #ffffff;
}
.drop_idioma{
    position: relative;
    cursor: pointer;
    width: 80px !important;
    background:transparent !important;
}
.drop_idioma img{
    display: block;
    width: 30px;
    height: 30px;
    right: 6px;flex;
    display: -moz-flex;
    align-items: center;
    margin: 0 auto;
}
.drop_idioma:before{
    content: "";
    position: absolute;
    top: -18%;
    left: 0;
    width: 100%;
    height: 136%;
    background: #ffffff;
    border: 4px solid #b91b28;
    z-index: -1;
}
.drop_idioma a{
    position: relative;
}
.drop_idioma:after{
    content: "\f0dd";
    position: absolute;
    font-family: FontAwesome;
    top: -3px;
    color: #555;
}
.size_marquee{
    width: 100%;
    position: relative;
    z-index: 20;
}
.marquee>li{
    color: #d42b49;
}



/*END TOP HEADER*/

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

.main_logo{
    width: 20%;
}

.main_logo img{
    width: 100%;
    position: absolute;
    max-width: 304px;
    top: -38px;
    transition: all ease 500ms;
}

.menu_main{
    width: 73%;
    margin-left: auto;
    position: relative;
}
@media(max-width: 1199px){
    .menu_main{
        width: 67%;
    }
}

.absolute_marquee{
    position: absolute;
    left: 0;
    top: 25px;
    width: 26%;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
    color: #454c57;
    position: relative;
    transition: all ease 500ms;
}

nav.navbar.bootsnav ul.nav > li > a:hover{

    color: #c91633;

    transition: all ease 500ms;

}

nav.navbar.bootsnav ul.nav > li > a:before{

    content: "";

    position: absolute;

    width: 0%;

    height: 5px;

    background: #c91633;

    bottom: 0;

    left: 0%;

    right: 0%;

    margin: 0 auto;

    transition: all ease 500ms;

}

nav.navbar.bootsnav ul.nav > li > a:hover:before{

    width: 100%;

    transition: all ease 500ms;

}
.side-menu a{
    color: #002f5f !important;
    font-size: 25px;
}
/*MENU FIXED*/

.navbar_absolute{

    position: absolute;

    left: 0;

    width: 100%;

    z-index: 21 !important;

    transition: all ease 500ms; 

}

.head-navfixed{

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    transition: all ease 500ms;

}

.head-navfixed .main_logo img {
    width: 100%;
    position: relative;
    top: 0;
    transition: all ease 500ms;
}

.icon_mobile{

    display: none !important;

}

/*MENU MOBILE*/

.menu_mobile{

    display: none;

}

.side-menu a{

    color: #113e6c;

}

@media(max-width: 992px){
    .menu_mobile{
        display: block;
    }
    .icon_mobile{
        display: inline-block !important;
    }
    .list_info{
        display: none;
    }
    .list_redes {
        width: 100%;
    }
    .rowflex_mobile{
        display: flex;
        flex-flow: row wrap;
        display: -moz-flex;
        align-items: center;
    }
    .rowflex_mobile>div{
        width: 50%;
    }
    .main_logo {
        width: 100%;
    }
    .main_logo img {
        max-width: 260px;
        position: relative;
        top: 0;
    }
    .sect_topheader:after {
        width: 100%;
    }
    .col_marque{

        display: none;

    }
    .sect_topheader{
        background: #002f5f;
    }
    

}



@media(max-width: 700px){

    .rowflex_mobile>div {

        width: 100%;

    }

    .size_marquee {

        width: 100%;

    }

    .list_redes{

        text-align: center;

    }

}



.overload_menu{

    position: fixed;

    width: 100%;

    height: 100vh;

    background: #000;

    opacity: 0.6;

    z-index: 30;

    display: none;

}

.side {

    background-color: #fff;

    padding: 0;

}

.side .close-side {

    float: none;

    position: absolute;

    left: 0;

    top: 0;

    display: block;

    font-size: 19px;

    width: 30px;

    height: 30px;

    background: #044a93;

    text-align: center;

    line-height: 29px;

}

.widget .logo_sidebar{

    padding: 25px;

}

.widget .link li>a{

    display: block;

    padding: 10px 20px;

    color: #50607b;

    transition: all ease 500ms;

}

.widget .link li>a:hover{

    background: #003766;

    color: #fff;

    transition: all ease 500ms;

}



.widget .list_redes{

    margin-top: 20px;

    text-align: center;

}

/**************************************/

/*           CONTENT-PAGE            */

/************************************/

.swiper-container-horizontal{

    position: relative;

}

.swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {

    bottom: -19px;

    left: 0;

    width: 100%;

}

.swiper-button-next, .swiper-button-prev {

    top: 46%;

}

.swiper-pagination-bullet {

    width: 30px;

    height: 30px;

    display: inline-block;

    border-radius: 100%;

    background: #b91b28;

    border: 8px solid #fff;

    opacity: 1;

    margin: 0 !important;

}

.swiper-pagination-bullet-active {

    opacity: 1;

    background: #024786;

}

/*********SECTION 1**********/

.sect_categoria{

    padding: 70px 0;

}

.box_categoria{

    text-align: center;

    /*display: flex;

    display: -moz-flex;

    flex-flow: row wrap;*/

}

.box_categoria .item{

    display: inline-block;

    width: 300px;

    text-align: center;

}

.box_categoria .item_head{

    margin-bottom: 10px;

}

.box_categoria .item img{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    transition: all ease 2s;
}

.box_categoria .item a:hover img{

    transform: scale(1.2);

    transition: all ease 2s;   

}
.centro{
    margin: 0 90px;
}

.box_categoria .item_head a, .box_categoria .item_head h3{
    color: #555;
    transition: all ease 500ms;
}
.box_categoria .item_head a:hover h3 {
    color: #b91b28;
    transition: all ease 500ms;
}
.box_categoria .item_foot{

    font-family: 'oxygenregular', sans-serif;

}

.box_categoria .item_foot p{

    font-size: 14px;

    line-height: 22px;

}

/*END CATEGORIAS*/



/*SECTION TITULO*/

.sect_title_general{

    padding: 30px 0;

    background-image: url(../../../public/img/fondo/tramahome.jpg);
    background-size: cover;

}

.title_general h1{

    text-align: center;

    font-size: 28px;

    font-weight: 500;

    color: #fff;

}

.hr_title{

    width: 50px;

    height: 5px;

    background: #000;

    margin: 0 auto;

    margin-top: 10px;

}

/*END SECTION TITULOS*/



/* 15-11-2017 TRABAJA CON NOSOTROS*/

.btn_trabaja_with_us{

    position: fixed;

    width: 340px;

    bottom: 20%;

    right: 0;

    transform: translate(268px,0px);

    display: flex;

    transition: all ease 500ms;

    z-index: 20;

}

.btn_trabaja_with_us .btn_trabaja{

    width: 90px;

    height: 90px;

    word-break: break-word;

    text-align: center;

    /* writing-mode: vertical-lr; */

    /* transform: rotate(180deg); */

    line-height: 58px;

    color: #fff;

    padding: 20px 4px;

    font-weight: 700;

    text-transform: uppercase;

    position: relative;

    z-index: 1;

    transition: all ease 500ms;

}

.btn_trabaja_with_us .btn_trabaja span{

    /*transform: rotate(-180deg);*/

    font-size: 25px;

}

.btn_trabaja_with_us .btn_trabaja:before{

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    text-align: center;

    /* border-top: 60px solid transparent; */

    /* border-bottom: 60px solid transparent; */

    /* border-left: 40px solid #b91b28; */

    background: #b91b28;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

    z-index: -1;

    transition: all ease 500ms;

}

.btn_trabaja_with_us .btn_trabaja:hover:before{

    border-left: 40px solid #05416d;

    transition: all ease 500ms;

}

.form_trabaja{

    background-color: #fff;

    width: 100%;

}

.slide__content>div{

    width: 100%;

}
@media(max-width: 767px){
    .btn_trabaja_with_us{
        width: 296px;
        transform: translate(226px,0px);  
    }
    .btn_trabaja_with_us {
        bottom: 0%;
    }
    .centro{
        margin: 0;
    } 
}

.mostrar_form{

    transform: translate(0px,0px);

}

.h-contactbg1{

    position: relative;

    background-color: #003362;

}



.h-contactflex{

    display: flex;

    flex-flow: row wrap;

}



.h-contactf-col{

    width: 50%;

}



.h-cocol-lad1{

    padding: 30px 0;

}



#map.h-contact-map{

    width: 100%;

    height: 100%;

}



.h-contac-wid1{

    width: 100%;

    max-width: 600px;

    display: block;

    margin: auto;

    padding: 0 50px 30px 50px;

    background-color: #ffffff;

    box-shadow: 0px 4px 10px -4px #000;

}



.h-contact-wtprinc{

    position: relative;

    text-align: center;

}



.h-contact-wtprinc:before{

    content: "";

    width: 100%;

    height: 3px;

    display: block;

    background-color: #013161;

    position: absolute;

    top: 50%;

}



.h-contac-witit1{

    position: relative;

    text-align: center;

    margin-top: 0;

    text-transform: uppercase;

    font-weight: 700;

    background-color: #003362;

    display: inline-block;

    color: #ffffff;

    font-size: 20px;

    padding: 10px 25px 15px 25px;

    letter-spacing: 1px;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);

}



.h-contac-witit1:before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 0;

    border-right: 10px solid transparent;

    border-top: 25px solid transparent;

    border-left: 12px solid #ffffff;

    border-bottom: 22px solid #ffffff;

}



.h-contac-witit1:after{

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 0;

    height: 0;

    border-right: 12px solid #ffffff;

    border-top: 25px solid transparent;

    border-left: 10px solid transparent;

    border-bottom: 22px solid #ffffff;

}



.h-contacfrm1{

    width: 100%;

    display: block;

    margin: auto;

    box-shadow: 0px 0px 5px #767676;

    padding: 15px;

}





.h-contacfrm1 input.form-control{

    border-radius: 10px;

    height: 34px;

    /* background-color: #dbdce0; */

    border: 1px solid #0a3e6e;

}



.h-contacfrm1 textarea.form-control{

    resize: none;

    border-radius: 20px;

    border: 1px solid #0a3e6e;

    color: #50646e;

}

.h-contacfrm1 input::placeholder,

.h-contacfrm1 textarea::placeholder{

    color: #0a3e6e;

}

.h-botcn1{

    background-color: #003362;

    color: #ffffff;

    padding: 10px 25px;

    text-transform: uppercase;

    box-shadow: 1px 2px 10px -1px #000;

    transition: all ease 400ms;

}



.h-botcn1:hover{

    background-color: #ffffff;

    color: #003362;

}





/*PRINCIPALES RUBROS*/

/* ==========================================================================

    Services

 ========================================================================== */

.sect_rubros{

    padding: 50px 0;
    background: #c8c8c8;
}

.box_rubros{

    display: flex;

    display: -moz-flex;

    flex-flow: row wrap;

    -moz-flex-flow: row wrap;

}

.box_rubros .item{

    width: 30%;

    margin: 0 auto;

    margin-bottom: 20px;

}

#services {

    background:#e9eaed;

    padding: 28px 0 100px;

}



#services .section-title {

    margin-bottom: 44px;

}



.service {

    background:#fff;}



.service-image {
    position:relative;
    border-bottom: 6px solid #d21923;
    transition: all ease 500ms; 
}
.service-image img:nth-child(2){
    width: 100%;
}

.service-image .icon_serv {
    position: absolute;
    top: 50%;
    left: 50%;
    /* font-size: 80px; */
    color: #fff;
    width: 64px;
    height: 64px;
    /* line-height: 100px; */
    /* text-align: center; */
    margin: -38px 0 0 -31px;
    opacity: 0;
}
.service-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
}
.service-text .part_title{
    width: 85%;
    padding: 5px 0;
    background: rgba(68, 81, 91, 0.7);
}
.service-text .part_icon{
    width: 15%;
    color: #fff;
    font-size: 25px;
    background: #d21923;
    padding: 5px 0;
    text-align: center;
}
.part_title h4{
    font-size: 25px;
    color: #fff;
    margin-left: 20px;
}


/*.service-text {
    padding: 30px;
    margin-top: -100px;
    padding-top: 130px;
    text-align: justify;
    background: #fff;
    box-shadow: 0px 0px 5px #a6a6a6;
    transition: padding 500ms;
}
.service-text img{
    margin: 0 auto;
}
.service-text i {
    fon-size: 36px;
    color:#d41e28;  
}
.service-text h4 {
    text-align: center;
    font-size: 20px;
    margin: 15px auto;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    display: -moz-flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    transition: all ease 500ms;
}
.service:hover .service-text {
    padding-top: 35px;
    transition: padding 500ms;
}
*/t


.box_rubros .item:hover h4{
    color: #064a87;
    transition: all ease 500ms;
}


.service:hover .service-image .icon_serv {
    opacity: 1;
    transition: all ease 500ms;
}

.service-image:before {
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    background: rgba(187, 35, 34, 0.52);
    -webkit-box-shadow: inset 0px -80px 80px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 0px -80px 80px 5px rgba(0,0,0,0.65);
    box-shadow: inset 0px -80px 80px 5px rgba(63, 59, 59, 0.65);
    transition: all ease 500ms;

    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNjUyMiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZWQ1OTIzIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNkYTJkMjciIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDFlMjgiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(to bottom, rgba(0, 49, 99, 0.52) 0%,rgb(255, 51, 64) 22%,rgba(245, 31, 50, 0.72) 74%,rgba(0, 51, 101, 0.57) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,101,34,0.8)), color-stop(22%,rgba(237,89,35,0.8)), color-stop(74%,rgba(218,45,39,0.8)), color-stop(100%,rgba(212,30,40,0.8))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(to bottom, rgba(0, 49, 99, 0.52) 0%,rgb(255, 51, 64) 22%,rgba(245, 31, 50, 0.72) 74%,rgba(0, 51, 101, 0.57) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(to bottom, rgba(0, 49, 99, 0.52) 0%,rgb(255, 51, 64) 22%,rgba(245, 31, 50, 0.72) 74%,rgba(0, 51, 101, 0.57) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(to bottom, rgba(0, 49, 99, 0.52) 0%,rgb(255, 51, 64) 22%,rgba(245, 31, 50, 0.72) 74%,rgba(0, 51, 101, 0.57) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(0, 49, 99, 0.52) 0%,rgb(255, 51, 64) 22%,rgba(245, 31, 50, 0.72) 74%,rgba(0, 51, 101, 0.57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf26522', endColorstr='#ccd41e28',GradientType=0 );
    transition: all ease 500ms;*/
}


.service:hover .service-image:before {
    opacity:1;
}

.service:hover .service-text i {
    opacity: 0;
    transition: all ease 500ms;
}


.service:hover {
    background:#fafafa;
}

.service-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /*width: 30px;
    height: 30px;
    background-image: url(../../../public/img/fondo/esquina.png);*/
    width: 0;
    height: 0;
    border-top: 50px solid #c8c8c8;
    border-right: 50px solid transparent;
}

.sect_proyect_realizados .service-image:after {
    border-top: 50px solid #f1f3f4;
}
/*.service:hover .service-text {
    padding-bottom: 40px;
    transition: padding 500ms;
}*/



/*CLIENTES*/

.sect_marcas{

    padding: 50px 0;

}

.sect_marcas .title_general{

    padding: 50px 0;

}

.marcas img{
       filter: grayscale(90%);
    padding: 25px !important;
    transition: all ease 500ms;
}

.marcas img:hover{

    filter: grayscale(0%);

    transition: all ease 500ms; 

}

.marcas .owl-prev{

    position: absolute;

    left: -3%;

    top: 35%;

    text-indent: -666rem;

    width: 30px;

    height: 30px;

    background: transparent !important;

    margin: 0;

}

.marcas .owl-prev:before{

    content: "\f104";

    font-family: FontAwesome;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    color: #000;

    border: 2px solid #000;

    font-weight: 800;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-indent: 0;

}



.marcas .owl-next{

    position: absolute;

    right: -3%;

    top: 45%;

    text-indent: -666rem;

    width: 30px;

    height: 30px;

    background: transparent !important;

    margin: 0;

}

.marcas .owl-next:before{

    content: "\f105";

    font-family: FontAwesome;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    color: #000;

    border: 2px solid #000;

    font-weight: 800;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-indent: 0;

}



/*END SECTION MARCAS*/





/*SECTION MAPA*/

.map{

    position: relative;

}

.box_map{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    width: 316px;
    background-image: url(../../../public/img/fondo/b6-fondo.png);
    background-size: 100%;
    padding: 50px 50px;
    margin: 80px 0;
    display: flex;
    flex-flow: row wrap;
    display: -moz-flex;
    align-items: center;
    justify-content: center;
}

.box_map span{
    text-align: center;
    color: #f60015;
    /* text-shadow: 0px 0px 5px #fff; */
    margin-top: 20px;
}

.btn_contact{

    display: block;

    background: #808285;

    padding: 25px 15px;

    border-radius: 10px;

    color: #fff;

    text-align: center;

    width: 100%;

    position: relative;

    text-decoration: none;

    z-index: 1;

}

.btn_contact:hover, .btn_contact:focus{

    text-decoration: none;

    color: #Fff;

}

.btn_contact:before{

    content: "";

    position: absolute;

    top: 0;

    border-radius: 10px;

    left: 0;

    width: 0%;

    height: 100%;

    background: #b91b28;

    transition: all ease 500ms;

    z-index: -1;

}

.btn_contact:hover:before{

    width: 100%;

    transition: all ease 500ms;

}



/*END SECTION MAPA*/



/*INTER FOOTER*/

.sect_content{
    background-image: url(../../../public/img/fondo/footer.jpg);
    background-size: cover;
    padding: 50px 0; 
}
.box_enlaces{
    margin-bottom: 20px;
}


.box_enlaces .box_head span{
    color: #00b2ff;
    letter-spacing: 1px;
    font-size: 14px;
    vertical-align: middle;
}
.box_enlaces .box_head h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.list_enlaces{
    padding-left: 23px;
    list-style: none;
}

.list_enlaces>li {

    color: #fff;

    font-family: 'oxygenregular', sans-serif;

}

.list_enlaces>li a{

    color: #fff;

    font-family: 'oxygenregular', sans-serif;

    font-weight: 300;

}

.list_enlaces>li a:hover,

.list_enlaces>li a:focus{

    text-decoration: none;

}



.col_logo img{

    width: 100%;

}

.list_rede_foot{

    text-align: center;

    margin-top: 20px;

}

.list_rede_foot>li{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    line-height: 37px;
    border-radius: 25%;
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    transition: all ease 500ms;
}

/*.list_rede_foot>li:hover{

    background: transparent;

    transition: all ease 500ms;

}*/

/*.list_rede_foot>li:hover a{

    color: #fff;

    transition: all ease 500ms;

}
*/
.list_rede_foot>li a{

    display: block;

    color: #0049a2;

}

.sect_rights{

    background-image: url(../../../public/img/fondo/trama-footer.jpg);

    background-size: cover;

    padding: 5px 0;

}

.name_empresa{

    font-weight: 700;

}

/*.text_right{

    text-align: right;

}*/

.sect_rights p{

    color: #fff;

    font-family: 'oxygenregular', sans-serif;

}

.sect_rights img{

    display: inline-block;

    vertical-align: middle;

}

@media(max-width: 767px){
    .box_map {
        position: relative;
        left: 0;
        background-image: none;
        background-size: 100%;
        padding: 30px 50px;
        width: 100%;
    }   
}
/*IDIOMA*/
.colrel{
    position: relative;
}
.list_idioma{
    z-index: 15;
}
.li_idioma a.dropdown-toggle{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
    background: transparent;
    font-weight: 700;
}
.li_idioma a:hover{
    background-color: transparent;
}
.li_idioma img{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.idioma_mobile{
    float: right;
    display: none !important;
}
.idioma_mobile img{
    width: 100%;
}
.trabaja_zindex{
    z-index: 999999999999999;
}

@media(max-width: 991px){
    .idioma_mobile{
        display: inline-block !important;
    }
}
/**/
/*RESPONSIVE HOME*/

/*CATEGORIAS*/

@media(max-width: 991px){

    .box_categoria .item {

        width: 45%;

    }

}

@media(max-width: 700px){

    .box_categoria .item {

        width: 90%;

    }

}

/**/

/*RUBROS*/
@media(max-width: 991px){
    .box_rubros .item {
        width: 45%;
        margin: 0 auto;
        margin-bottom: 20px;
    } 
}
@media(max-width: 700px){
    .box_rubros .item {
        width: 90%;
    } 
}
/**/
/*MARCAS*/
@media(max-width: 700px){
    .marcas .owl-prev {
        position: relative;
    }
    .marcas .owl-next {
        position: relative;
    }
}
/**/


/*INTER FOOTER*/
@media(max-width: 991px){
    .sect_rights p {
        text-align: center;
    }
}



/*VISTA SERVICIOS*/

.sect_title_interna{
    background-image: url(../../../public/img/fondo/fondo_interna.jpg);
    background-size: cover;
    background-position: 20% 0%;
    padding: 50px 0;
}
.title_interna h1{
    font-size: 45px;
    font-weight: 500;
    text-shadow: 0px 0px 5px #555;
    color: #fff;
}

.sect_services .item .panel_title a{
    display: block;
    width: 75%;
    position: relative;
    margin: 0 auto;
}

.accordion {
  width: 100%;
  margin: 3em auto 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accordion__list {
  width: 100%;
}
.accordion__list .link div{
    width: 75%;
    margin: 0 auto;
    font-weight: 400;
    color: #37474F;
    cursor: pointer;
    line-height: 40px;
    /* font-family: 'oxygenbold', sans-serif; 
    border-bottom: 1px solid #ccc;*/
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__list.open .link {
    background-image: url(../../../public/img/fondo/trama-footer.jpg);
}

.accordion__list .link__title {
    padding: 1em;
    font-family: 'oxygenbold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 3em;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background-color: transparent;
    color: #5f6d74;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion__list.open .link__title {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
  border-bottom: 0;
}

/** ========================
* Diseño iconos font-awesome
============================= **/
.accordion li i {
  position: absolute;
  top: 1.5em;
  left: 1rem;
  font-size: 1em;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 1.2em;
}

/** ==========================
* Conentendor Principal
=============================
**/
.accordion {
    width: 100%;
    margin: 3em auto 2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.accordion li:last-child .link {
  border-bottom: 0;
}

/** ========================
* Diseño iconos font-awesome
============================= **/
.accordion li i {
    position: absolute;
    top: 31px;
    left: 1rem;
    font-size: 1em;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



/**===================================
* Conf. clase link al estar activo submenu (con js)
====================================**/
.accordion li.open .link {
  color: #ff5252;
}

.accordion li.open i {
  color: #ffffff;
}

/**=======================
* Submenu
==========================**/
.submenu {
  display: none;
  font-size: 0.95em;
}

.submenu>li {
    border-bottom: 1px solid #4b4a5e;
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
}
.submenu li .box_left{
    width: 40%;
}
.submenu li .box_left img{
    width: 100%;
}

.submenu li .box_right{
    width: 60%;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    font-family: 'oxygenbold', sans-serif;
}
.submenu li .box_right:before{
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 1rem;
  padding-left: 3.5em;
  -webkit-transition: all 0.25 ease;
  -moz-transition: all 0.25 ease;
  -o-transition: all 0.25 ease;
  transition: all 0.25 ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}


/**/


/*VISTA TABLEROS*/
.sect_tableros{
    padding: 50px 0;
}
.list_tableros{
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    list-style: none;
}

.list_tableros>li{
    width: 28%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}
.list_tableros>li:hover img{
    transform: scale(1.4);
    transition: all ease 500ms;
}

.li_foot a{
    display: block;
    padding: 20px;
    background: rgb(105, 111, 116);
    color: #fff;
    position: relative;
    text-decoration: none;
    transition: all ease 500ms;
}
.list_tableros li:hover .li_foot a{
    background: #b91b28;   
    transition: all ease 500ms;
}
.li_foot a:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff; 
    border-left: 30px solid transparent;   
}

.li_foot a:after{
    content: "\f055";
    font-family: FontAwesome;
    position: absolute;
    bottom: 27px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #fff;
}

.list_tableros>li img{
    width: 100%;
    transition: all ease 500ms;
}
.h-rubfig1 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

@media(max-width: 991px){
    .sect_tableros .list_tableros li{
        width: 45%;
    }
    .title_interna h1 {
        font-size: 25px;
    }
}

@media(max-width: 700px){
    .sect_tableros .list_tableros li{
        width: 90%;
    }
    .title_interna h1 {
        font-size: 17px;
    }
}

/*NAVS OWL-TABLEROS*/
.owl-tablero .owl-nav{
    margin-top: 0;
}

.owl-tablero .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    /* margin: 0; */
    margin-top: -15px;
}


.owl-tablero .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -50px;
    /* margin: 0; */
    margin-top: -15px;
}

.list_tableros li:hover .owl-tablero .owl-nav .owl-prev{
    left: 0;
}

.list_tableros li:hover .owl-tablero .owl-nav .owl-next{
    right: 0;
}

.owl-tablero .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    background: #e41c25;
    border: 0px solid #ffbb00;
    transition: all ease 500ms;
    overflow: hidden;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.7);
}

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

/*-------------------VISTA TABLEROS DESCRIPCION-----------------*/
.sect_descrip_tableros{
    padding: 50px 0;
}
.sect_descrip_tableros img{
    width: 100%;    
}
.sect_descrip_tableros p{
    font-family: 'oxygenbold', sans-serif;
}
.sect_descrip_tableros .title_descrip h1{
    font-family: 'fjalla_oneregular', sans-serif;
    font-size: 25px;
    color: #50646e;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    font-weight: 700;
    margin: 25px auto;
    text-align: left;
}

.sect_descrip_tableros .title_descrip h1:before{
    content: '';
    width: 125px;
    height: 13px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: #50646e;
}
.sect_descrip_tableros .img_descrip{
    position: relative;
}
.sect_descrip_tableros .img_descrip:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff; 
    border-right: 100px solid transparent;  
}

/*NAVS OWL-TABLEROS DESCRIPCION*/
.owl_img_descrip_tablero{
    overflow: hidden;
}
.owl_img_descrip_tablero .owl-nav{
    margin-top: 0;
}

.owl_img_descrip_tablero .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    /* margin: 0; */
    margin-top: -15px;
}


.owl_img_descrip_tablero .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -50px;
    /* margin: 0; */
    margin-top: -15px;
}

.owl_img_descrip_tablero:hover .owl-nav .owl-prev{
    left: 0;
}

.owl_img_descrip_tablero:hover .owl-nav .owl-next{
    right: 0;
}

.owl_img_descrip_tablero .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    background: #e41c25;
    border: 0px solid #ffbb00;
    transition: all ease 500ms;
    overflow: hidden;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.7);
}

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

/*SECTION PROYECTOS REALIZADOS*/
.sect_proyect_realizados{
    padding: 50px 0;
    background: #f1f3f4;
}
.sect_proyect_realizados .part_title h4 {
    font-size: 15px;
    line-height: 31px;
}


/*SECTION CONTACTO*/
.sect_frm_contact{
    padding: 50px 0;
}
.title_frm_contact h1{
    font-size: 25px;
    /* font-family: 'fjalla_oneregular', sans-serif; */
    margin-bottom: 24px;
    display: block;
    font-weight: 600;
    font-weight: 400;
    text-align: left;
    letter-spacing: -1px;
    position: relative;
    color: #50646e;
}
.title_frm_contact h1:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #b91b28;
    left: 0;
    bottom: -5px;
}

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

.frm_contacto .h-contacfrm1 {
    box-shadow: none; 
    padding: 0;
}
.frm_contacto .h-contacfrm1 input.form-control {
    height: 45px;
}

.redes_contacto ul{
    text-align: center;
}
.redes_contacto ul>li{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    text-align: center;
}
.redes_contacto ul>li a{
    display: block;
    color: #fff;
    font-size: 40px;
}

@media(max-width: 767px){
    .title_frm_contact h1 {
        font-size: 20px;
    }
    .redes_contacto ul>li {
        width: 30px;
    }
}


/*---------------------------VISTA HOMOLOGACIONES--------------------*/
.rowflex{
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: center;
}
.sect_homologaciones{
    padding: 30px 0;
}

#waterfall {
    margin: 10px;
    overflow: hidden;
}

#waterfall.min {
    margin: 0;
}

#waterfall li {
    /*position: absolute;*/
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    transform: translateY(100px);
}

#waterfall li:hover {
    z-index: 1;
}

#waterfall li.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s, top 1s;
}

#waterfall li>div {
    color: rgba(0, 0, 0, 0.6);
    font-size: 32px;
    border-radius: 3px;
    margin: 10px;
    padding: 15px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(038, 191, 64, 0);
    transition: all 0.5s;
}

#waterfall li>div:hover {
    transform: translateY(-10px);
    transition: all 0.3s;
}

#waterfall li.min>div {
    margin: 0;
    transform: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#waterfall li.min>div:hover {
    transform: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#waterfall img{
    width: 100%;
}

/*---------------------VISTA NOSOTROS-----------------*/
.sect_descrip_us{
    padding: 30px 0;
}
.sect_descrip_us h2 {
    font-size: 25px;
    font-family: 'oxygenbold', sans-serif;
    color: #b91b28;
    text-transform: uppercase;
    font-weight: 700;
}
/*---------------------VISTA NOSOTROS-----------------*/
.sect_descrip_us p, .sect_descrip_us ul{
    font-family: 'oxygenbold', sans-serif;
    line-height: 22px;
    font-size: 14px;
}
.sect_descrip_us ul{
    padding-left: 10px;
    list-style: none;
}
.sect_descrip_us ul span{
    color: #b91b28;    
}

.sect_mis_vis{
    padding-bottom: 50px;
}
.box_mision_vision{
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
}


.box_mision_vision .box_mision{
    width: 50%;
}
.box_mision_vision .box_mision .box_head{
    background: #b91b28;
    position: relative;
}
.box_mision_vision .box_mision .box_head div{
    color: #fff;
    padding: 25px 20px;
    width: 70%;
    margin: 0 auto;
    text-align: right;
}
.box_mision_vision .box_mision .box_head div span{
    font-size: 33px;
    margin-right: 10px;
}
.box_mision_vision .box_mision .box_head h1{
    display: inline-block;
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}
.box_mision_vision .box_mision .box_head:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #fff; 
    border-left: 100px solid transparent;
}

.box_mision_vision .box_mision .box_head:after {
    content: "";
    position: absolute;
    top: 30%;
    right: 30%;
    width: 0;
    z-index: -1;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 100px solid #b91b28;
}
.box_mision_vision .box_mision .box_footer p{
    margin-top: 60px;
    width: 50%;
    margin-left: auto;
    margin-right: 10%;
    font-family: 'oxygenregular', sans-serif;
}



.box_mision_vision .box_vision{
    width: 50%;
}

.box_mision_vision .box_vision .box_head{
    background: #555;
    position: relative;
}
.box_mision_vision .box_mision .box_head div span{
    font-size: 33px;
    margin-left: 10px;
}

.box_mision_vision .box_vision .box_head div{
    color: #fff;
    padding: 25px 20px;
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.box_mision_vision .box_vision .box_head div h1{
    display: inline-block;
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}
.box_mision_vision .box_vision .box_head:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;   
    border-top: 100px solid #fff; 
    border-right: 100px solid transparent;  
}

.box_mision_vision .box_vision .box_head:after{
    content: "";
    position: absolute;
    top: 30%;
    left: 30%;
    width: 0;
    height: 0;
    z-index: -1;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 100px solid #555;
}
.box_mision_vision .box_vision .box_head span{
    font-size: 33px;
    margin-left: 10px;
}

.box_mision_vision .box_vision .box_footer p{
    margin-top: 60px;
    width: 50%;
    margin-right: auto;
    margin-left: 10%;
    font-family: 'oxygenregular', sans-serif;   
}

.sect_banner_us{
    background-image: url(../../../public/img/nosotros/fondo_us2.jpg);
    background-size: cover;
    padding: 100px 0;
    background-position: center;
}
.sect_banner_us h1{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    text-shadow: 0px 0px 5px #606262;
}
.sect_banner_us p{
    font-family: 'oxygenregular', sans-serif;
    color: #fff;
    margin-top: 20px;
}

@media(max-width: 991px){
    .sect_banner_us{
        background-image: url(../../../public/img/nosotros/fondo_us3.jpg);
    }
    .sect_descrip_us .div_descrip{
        padding: 30px 0;
    }
    .box_mision_vision .box_mision{
        padding-bottom: 30px;
    }
    .box_mision_vision .box_mision, .box_mision_vision .box_vision {
        width: 100%;
    }
    .box_mision_vision .box_mision .box_head:before,
    .box_mision_vision .box_vision .box_head:before {
        display: none;
    }
    .box_mision_vision .box_mision .box_head div, 
    .box_mision_vision .box_vision .box_head div{
        text-align: center;
    }
    .box_mision_vision .box_mision .box_head:after, 
    .box_mision_vision .box_vision .box_head:after{
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .box_mision_vision .box_mision .box_footer p,
    .box_mision_vision .box_vision .box_footer p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
.sect_politicas{
    padding: 50px 0;
}
.sect_politicas h1{
    color: #555;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}
.sect_politicas p{
    font-family: 'oxygenregular', sans-serif;
}

/*---------------VISTA NOTICIAS-------------*/
.backgroundwhite{
    background: #fff;
}
.sect_articulos{
    padding: 50px 0;
}
.box_noticias{
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: center;
}
.box_noticias img{
    width: 100%;
}
.box_noticias .box_img{
    width: 50%;
}
.box_noticias .box_title{
    width: 50%;
}
.box_noticias .box_title a{
    text-decoration: none;
    display: block;
    padding: 50px;
}
.box_noticias .box_title a span{
    background: #50646e;
    color: #fff;
    padding: 5px 10px;
}
.box_noticias .box_title a h3{
    color: #b91b28;
    padding: 20px 0;
}
.box_noticias .box_title a p{
    font-family: 'oxygenregular', sans-serif;   
}
.order1{
    order: 1;
}
.order2{
    order: 2;
}

@media(max-width: 991px){
   .order1{
    order: 2;
    }
    .order2{
        order: 1;
    }
    .box_noticias .box_img{
        width: 100%;
    }
    .box_noticias .box_title{
        width: 100%;
    }
}

/*-----------------VISTA NOTICIAS DESCRIPCION---------------*/
.box_descripcion_noticia .img_notice span{
    display: block;
    padding: 20px;
    background: #555555;
    color: #fff;
}
.box_descripcion_noticia .descrip_noticia{
    padding: 20px;
}
.box_descripcion_noticia .descrip_noticia p{
    font-family: 'oxygenregular', sans-serif; 
}
.box_descripcion_noticia .descrip_noticia h1{
    padding: 20px 0;
}
.sect_notice_descrip{
    padding: 50px 0;
}

.noticias_relacionadas .box_head{
    background: #555;
}
.noticias_relacionadas .box_head h4{
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.noticias_relacionadas .box_body{
    padding: 30px 20px;
    background: #d8d9dd;
}
.noticias_relacionadas .box_body a{
    text-decoration: none;
}
.noticias_relacionadas .box_body a span{
    display: block;
    background: #b91b28;
    color: #fff;
    padding: 10px;
}
.noticias_relacionadas .box_body a p{
    padding: 10px;
    font-family: 'oxygenregular', sans-serif; 
}
@media(max-width: 991px){
    .noticias_relacionadas{
        margin-top: 50px;
    }
}


/*SLIDER TEXTO*/

.slid-frastxt{
    position: absolute;
    width: 500px;
    height: 100%;
    top: 0;
    right: 10%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.slid-frastxt h2{
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 0px 5px #000;
}
.slid-frastxt p{
    color: #fff;
    font-family: 'oxygenregular', sans-serif; 
}

.myModal .modal-header h4{
    font-size: 25px;
    color: #fff;
}
.myModal .modal-header{
   background: #0c3b69; 
}

.myModal .close{
    color: #fff;
    opacity: 1;
    font-size: 39px; 
}
.myModal .modal-body>ul{
    padding-left: 20px;
}
.myModal .modal-body p{
    font-family: "oxygenregular", sans-serif;
    padding: 5px 0;
}


.myModal .subtitle{
    margin-top: 20px;
    color: #ce0416;
    position: relative;
}

.myModal .subtitle:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #0c3b69;
    bottom: -5px;
    left: 0;
}


.sect_slider{
    overflow: hidden;
    padding-bottom: 15px;
}
.list_rede_foot .fa-whatsapp{
    background: #29c80e;
    color: #fff;
    padding: 4px 5px;
    border-radius: 20px;
}
.list_rede_foot .fa-instagram{
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    padding: 2px 3px;
    border-radius: 3px;
    color: #Fff;  
}

.list_rede_foot .fa-facebook{
    background: #2d4485;
    color: #fff;
    padding: 4px 7px;
    border-radius: 6px
}
.list_rede_foot .fa-map{
    color: #b91b28;
}

.marquee{
    list-style: none;
}



@media(max-width: 1199px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 6px;
        font-size: 14px;
    }
}
.btn_trabaja_movil {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 10;
        width: 60px;
        height: 60px;
        background: #06416d;
        color: #fff;
        line-height: 60px;
        font-size: 20px;
        text-align: center;
        box-shadow: 0px 0px 5px #000;
        border-radius: 50%;
    }

@media(max-width: 992px){
    .absolute_marquee {
        display: none;
    }
    .submenu li .box_left {
        width: 100%;
    }
    .submenu li .box_right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slid-frastxt{
        display: none;
    }
    .btn_trabaja_with_us {
        display: none;
    }
    .btn_trabaja_movil {
        display: block;
    }
}
.head-navfixed .menu_main {
    width: 78%;
}

.sect_descrip_tableros ul{
    padding-left: 30px;
}



/*MODAL TRABAAJA MOBILE*/

#trabaja .h-contacfrm1 {
    box-shadow: none;
}

#trabaja .modal-header {
    background: #06416d;
    color: #fff;
}
#trabaja .close {
    color: #fff;
}
#trabaja .modal-title{
    font-size: 18px;
    color: #fff;
}

@media(max-width: 700px){
    .accordion__list .link div {
        width: 100%;
    }
    .accordion__list .link__title {
        font-size: 16px;
    }
}

@media (max-width: 600px){
    .main_logo {
        width: 85%;
    }
    .box_mision_vision .box_mision .box_footer p {
        width: 92%;
    }
    .box_mision_vision .box_vision .box_footer p {
        width: 90%;
    }
    .sect_banner_us h1 {
        text-align: center;
    }
    .sect_descrip_us h2 {
        font-size: 22px;
        text-align: center;
    }
}
