::-webkit-scrollbar-track {
    background: #C5C5C5;
}

::-webkit-scrollbar {
    width: 7px;
    max-width: 7px;
    height: auto;
    max-height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #ff9900;
    border-radius: 3px;
    max-width: 7px;
}

body{
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    color: #7f7f7f;
}

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


/******/
.rowflex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.order1{
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}
.order2{
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}
/*****/

/*SCROLLUP*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom: 5%;
    right: 1%;
    display:none;
    text-indent:-9999px;
    background: url('../../../public/img/iconos/icon_top.png') no-repeat;
    z-index: 10;
}
/*BARRA MENU*/
.menu-fixed {
    position: fixed!important;
    z-index: 100;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.24) !important;
    opacity: 0.95;
    border-bottom: 1px solid #fff;
    background: #fff;

}

.main-nags.menu-fixed {
    border-bottom: 1px solid #1b1a1b;
}

.menu-fixed .bar-margtbot{
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-brand{
    padding: 5px 15px;
    height: 0px;
}
.navbar-brand > img {
    display: block;
    padding: 7px;
    max-width: 250px;
}

.navbar-default .navbar-nav > li > a{
    font-weight: 600;
    transition: all ease 0.5s;
}

/**/
.hdtop-mail, .hdtop-wsp {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}
.hdtop-mail a, .hdtop-wsp a {
    color: #000000;
    transition: all ease 0.5s;
}
.hdtop-mail span, .hdtop-wsp span {
    color: #fff;
}
.hdtop-mail a:hover, .hdtop-wsp a:hover, .hdtop-mail a:active, .hdtop-wsp a:active, .hdtop-mail a:focus, .hdtop-wsp a:focus {
    color: #ffffff;
    text-decoration: none;
}
/*HEADER-TOP*/
.header-top {
    background: #502a2a;
    font-family: Myriad Pro;
}
.hdtop-listrd{
    padding-left: 0px;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
.hdtop-listrd li{
    display: inline-block;
}
.hdtop-listrd li a{
    padding: 7px;
    color: #ffffff;
    transition: all ease 0.5s;
}
.hdtop-listrd li a:hover,.hdtop-listrd li a:active,.hdtop-listrd li a:focus{
    color: #ff9900;
}

.hdtop-mail{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}
.hdtop-wsp{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: right;
}
.hdtop-mail a,.hdtop-wsp a{
    color: #ffffff;
    transition: all ease 0.5s;
}
.hdtop-mail span,.hdtop-wsp span{
    color: #ffffff; 
}
.hdtop-mail a:hover,.hdtop-wsp a:hover,
.hdtop-mail a:active,.hdtop-wsp a:active,
.hdtop-mail a:focus,.hdtop-wsp a:focus{
    color: #ffce25; 
    text-decoration: none;
}
.btnimg{
    border: 1px solid #c51010!important;
    background-color: #d01919!important;
}
.btnimg.selected{
    background-color: #191919!important;
    border: 1px solid #c51010!important;
}
.btnli a:hover{
    background-color: #191919!important;
    border: 1px solid #c51010!important;
    color: #ffffff!important;
}
/*--MENU--*/
.nvbr-fixednone{
    position: relative!important;
}

.eo-nvmen1u2{
    text-transform: uppercase;
}

.eonav-cntfluid {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.eonav-fluidfix {
    background-color: rgba(175, 175, 175, 0.9)!important;
    margin-top: 0;
    width: 100%;
    border-top: 5px solid #543736;
}
.eo-hvrdrop li a:hover{
    color: #333!important;
}

/* Underline From Right */
.eo-hvrright {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.eo-hvrright:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #ff9c08;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eo-hvrright:hover:before, .eo-hvrright:focus:before, .eo-hvrright:active:before {
    left: 0;
}

/* Shutter In Vertical */
.eo-hvrinvert {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #dadada;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}
.eo-hvrinvert:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eo-hvrinvert:hover, .eo-hvrinvert:focus, .eo-hvrinvert:active {
    color: white;
}
.eo-hvrinvert:hover:before, .eo-hvrinvert:focus:before, .eo-hvrinvert:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/* --- MENU --- */
.xbg1-hd1{
    background: #004982;
    padding-top: 10px;
    display: none;
}

.xhd1-direct1{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.xhd1-direct1 i{
    color: #f90;
}
/* -- SECTION -- */
.hxd-11{
    margin-bottom: 20px;
    display: none;
}
.scthr1-1{
    width: 100%;
    max-width: 1200px;
    border-top: 7px solid #e4e4e4;
    margin-top: 10px;
    margin-bottom: 0;
}
.scthr2-2 {
    width: 100%;
    max-width: 1200px;
    border-top: 7px solid #ffffff;
    margin-top: 0px;
    margin-bottom: 0;
}

.sctmn1-1{
    background: #fff;
}
/**/
.m1phone-1{
    margin-top: 20px;
    margin-bottom: 5px;
}
.unit-left{
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.icn-phne1{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    color: #ff9900;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: 400;
}
/**/
.ref1-a1 span{
    color: #f90;
    transition: all ease 500ms;
}

.ref1-a1:hover span{
    color: #000;
}
/**/
.mn1-top1-1a{
    margin-top: 0;
    margin-bottom: 0;
    transition: all ease 500ms;
}

.mn1-top1-1a{
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}
/* -------- */
.unit1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.unit-body1{
    padding-top: 0;
    padding-left: 15px;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.unit-body1 a{
    color: #434445;
    transition: all ease 500ms;
}

.unit-body1 a:hover,.unit-body1 a:active,.unit-body1 a:active{
    color: #ff9900;
}
/*LOGO*/
.logo1-bck1{
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.logo1-blck1{
    display: none;
}

.logo1-blck1 img{
    vertical-align: baseline;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: auto;
}

.hd-logo1{
    margin-top: 2px;
    transition: all ease 500ms;
}

.hd-logo1 img{
    width: 100%;
    max-width: 170px;
}

.menu-fixed .hd-logo1{
    display: block;
}

@media (min-width: 992px){
    .logo1-blck1 {
        display: inline-block !important;
    }
}

@media (max-width: 992px){
    .hd-logoblck1{
        display: block!important
    }
}

.hder1-1con{
    list-style: none;
    padding-left: 0;
    text-align: right;
}

.hder1-1con li{
    display: inline-block;
}

.hder1-1con li+li{
    margin-left: 12px;
}

.hder1-1con a {
    font-size: 18px;
    color: #ff9c08;
    transition: .3s all ease;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    background: #f3f3f3;
    border-radius: 50%;
}

.hder1-1con a:hover {
    color: #ffffff;
    background: #f90;
}
/* ------------------ */
/*.ime-gallery {
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}

.ime-gallery li{
    position: relative;
    width: 100%;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    border-right: 1px dashed #fff;
    border-right-width: 3px;
}

.ime-gallery li figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.ime-gallery li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.ime-gallery li a{
    color: #D80980;
}

.ime-gallery li time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.ime-gallery li .ime-redtime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.ime-gallery li .box {
    position: relative;
    padding: 6px;
    background-color: #FFFBD5;
     overflow: hidden;
    width: 100%;
    transition: all ease 0.7s;
}*/

.ime-gallery li .box:hover{
    background: rgba(255, 255, 255, 0.18);
}

.ime-gallery li .box a{
    text-decoration: none;
}

.ime-gallery li:nth-last-child(1) {
    border-right: none;
}

/*.ime-gallery li:nth-child(even) .box {
    background: #eee;
}

.ime-gallery li:nth-child(3n+0) .box {
    background: #EEE;
}
.ime-gallery li:nth-child(4n+0) .box {
    background: #FFFBD5;
}*/


/* ---ESPACIO NOSOTROS HOME--- */
.bord-esqinos1{
    border: 6px double #f79400;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 2px 3px 6px 0px #7d7d7d;
    margin-bottom: 15px;
}

.eo1-sectwe{
    padding: 70px 0px;
}

.eo-bnvbordleft{
    border-left: 10px solid #666;
    padding-left: 10px;
}

.eo1-hmewetit1{
    color: #502a2a;
    font-weight: bold;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.eo1-hmewetit2{
    color: #242424;
    font-weight: bold;
    font-size: 45px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.eo1-homewep p{
    text-align: justify;
    font-size: 18px;
}

.eo-hmeimgwe{
    margin-top: 60px;
    box-shadow: 0px 0px 10px 1px #5F5F5F;
    border: 1px solid #848484;
}

/**/
.bg-image-1 {
    background-image: url(../../../public/img/fondo/fnd-serv.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.eo-image-1{
    height: 350px;
}

/* ---SECCION SERVICIOS--- */
.eo1-sectserv2 {
    padding: 70px 0px;
}

.eo1-imgservlist .boxgs{
    border-right: 1px dashed #fff;
    border-right-width: 3px;
    transition: all ease 0.8s;
}

.eo1-imgservlist .boxgs:nth-last-child(1) {
    border-right: none;
}

.eo1-imgservlist .boxgs:hover{
    background: rgba(255, 255, 255, 0.28);
}
.eo1-imgservlist .boxgs h3{
    font-size: 20px;
    font-weight: bold;
    /*    line-height: 100%;*/
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.eo1-imgservlist .boxgs a:hover{
    text-decoration: none;
}

.ime-gallery1 {
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}

.ime-gallery1 li{
    position: relative;
    width: 100%;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.ime-gallery1 li figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.ime-gallery1 li h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 20px;
    text-align: center
}

.ime-gallery1 li a{
    color: #00599C;
}

.ime-gallery1 li a:hover{
    text-decoration: none;
}

.ime-gallery1 li time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.ime-gallery1 li .ime-redtime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.ime-gallery1 li .box {
    position: relative;
    padding: 15px 6px;
    /*    background-color: #FFFBD5;*/
    overflow: hidden;
    width: 100%;
}

/*.ime-gallery1 li:nth-child(even) .box {
    background: #eee;
}

.ime-gallery1 li:nth-child(3n+0) .box {
    background: #EEE;
}
.ime-gallery1 li:nth-child(4n+0) .box {
    background: #FFFBD5;
}*/

.eo1-hmetitserv1{
    font-weight: bold;
    color: #00599C;
    text-transform: uppercase;
    font-size: 27px;
}

.eo1-hmepserv1{
    font-size: 16px;
    color: #00599C;
    text-align: justify;
}

.media-objectgs{
    max-width: 80px;
}

/* --PARALLAX -- */
.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-border{
    border-top: 10px solid #242424;
    border-bottom: 10px solid #242424;
}


/* --CONTENIDO EXTRA 1-- */
.eo-titext1{
    font-weight: 700;
    color: #ffffff;
    font-size: 45px;
    margin-top: 0px;
}

.eo-h3text1{
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.eo-h3text1 p{
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
}

.eo1-lext1ul{
    padding-left: 0px;
    text-align: center;
    list-style: none;
    border-top: 1px solid #3D454B;
    padding-top: 10px;
    margin-top: 20px;
}

.eo1-lext1ul li{
    display: inline-block;
    margin: 0 1em;
    font-size: 18px;
}
.eo1-lext1ul li a{
    color: #242424;
    font-weight: bold;
}


.eo1-sectext1{
    padding: 35px 0;
}

.eo1-titextra2{
    font-weight: bold;
    text-transform: uppercase;
    color: #502a2a;
    font-size: 27px;
    margin-top: 40px;

    text-shadow: 2px 3px 2px #9c9c9c;
    padding-bottom: 5px;
    border-bottom: 2px solid #502a2a;
}


/*CONTACTO*/
.di-cntctit{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 44px;
    /*  */
    color: #242424;
}

.gs-redfotih1 {
    font-weight: bold;
    font-family: century gothic;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.exp5-inpfrm:focus+.exp5-frmIcon {
    color: #0E0E0F;
}

.exp5-frmCnt{
    position: relative;
}

.exp5-intrcntac label{
    font-size: 16px;
    color: #FF7B37;
}

.exp5-inpfrm{
    /*    margin-top: 15px;
        margin-bottom: 10px;*/
    padding-left: 2%;
    padding-right: 2%;
}

.exp5-inpfrm{
    background: transparent;
    border: 1px solid #0E0E0F;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    padding: 0.45em 0.5em 0.55em;
    -webkit-appearance: none;
    width: 100%;
    padding-left: 2.8em;
    color: #424242;
    height: 45px;
    font-size: 16px;
}

.exp5-frmIcon{
    bottom: 0;
    color: #B5B5B5;
    font-size: 24px;
    left: 0.375rem;
    line-height: 1.5;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 1.5em;
    padding: 5px;
}

.exp5-txtareafrm{
    background: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    color: #424242;
}

.exp5-inpfrm:focus, .exp5-txtareafrm:focus{
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px rgb(0, 89, 156);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 10px #242424;
}

.eo1-hrbord{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #868686;
}

/* Nosotros */
.gyq-content-section{
    padding: 50px 0;
}

.gyq-content-section-a{
    padding: 50px 0;
}

.gyq-content-section-b{
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f8f8f8;
}

.gyq-section-heading-spacer{
    float: left;
    width: 200px;
    max-width: 200px;
    border-top: 3px solid #242424;
}

.eo2-section-heading-spacer-right{
    float: right;
    width: 200px;
    max-width: 200px;
    border-top: 3px solid #242424;
}

.gyq-titulonosotrosh2{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;

    font-size: 32px;
}

.gyq-titulonosotrosh2rig{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;

    font-size: 32px;
    text-align: right;
}

.gyq-lead{
    font-size: 20px;
    text-align: justify;
}

/* - NOTICIAS -*/
.ime-fechart{
    border-bottom: 2px solid #f79400;
    padding-bottom: 5px;
    color: #949494;
    font-size: 16px;
    font-family: 'PT Sans',sans-serif;
}

.ime-titartiprin{
    font-size: 40px;
    font-family: 'PT Sans',sans-serif;
    font-weight: 700;
}

.ime-titartiprin a{
    color: #000000;
}

.ime-imgprinfoto{
    background: #E8E8E8;
}

.ime-imgprinfoto img{
    border: 2px solid #000000;
}

.ime-imgprinfoto h6{
    font-size: 14px;
    color: #616161;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 6px;
    padding-left: 8px;
}

.eo2-browsergs1{
    display: none;
}

.eo2-brdsecnot{
    border-right: 1px solid #333333;
}

.eo2-titflex{
    display: flex;
    margin-top: 20px;
}

.eo2-titgsnoti1{
    color: #FFFFFF;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    float: left;
    font-weight: bold;
    margin-top: 0px;
    background-color: #fd9c0a;
    /* border-top: 5px solid #FFCD00; */
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    box-shadow: 4px 3px 0 #3d3d3d, 7px 6px 0 rgba(0,0,0,0.15);
}

.figure-titulo{
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #0065DB;
    height: 0px;
    width: 0px;
    float: left;
}

.eo2-brdnotdstc{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    background: #E8E8E8;
}

.eo2-brow2{
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    background: #E6E6E6;
}

.ime-masarticuh2{
    text-align: center;
    font-weight: bold;

    background: #e6e6e6;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #000000;
}

.eo2-noticiint p{
    font-size: 16px;
}

.eo2-img-gallery {
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}

.eo2-img-gallery li{
    position: relative;
    width: 100%;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.eo2-img-gallery li figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.eo2-img-gallery li h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 20px;
}

.eo2-img-gallery li a{
    color: #272727;
}

.eo2-img-gallery li time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #00599C;
    color: #FFFFFF;
    font-weight: bold;
}

.eo2-img-gallery li .ime-redtime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.eo2-img-gallery li .box {
    position: relative;
    padding: 10px 6px 40px 6px;
    background-color: #E6E6E6;
    overflow: hidden;
    border-top: 10px solid #0065DB;
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
}

.eo3-cjnot figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.eo3-cjnot h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.eo3-cjnot a{
    color: #D80980;
}

.eo3-cjnot time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #292929;
    color: #fff;
    font-weight: bold;
    max-height: 101px;
}
.eo3-cjnot time h1{
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.eo3-cjnot .ime-redtime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.eo3-cjnot .box {
    position: relative;
    /*    padding: 6px;*/
    /* background-color: #FFFBD5; */
    /* overflow: hidden; */
    width: 100%;
    /*    transition: all ease 0.7s;*/
    padding: 0;
}

.eo3-cjnot .box:hover{
    background: rgba(255, 255, 255, 0.18);
}

.eo3-cjnot .box a{
    text-decoration: none;
}


.eo2-not-gallery4 {
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}

.eo2-not-gallery4 li{
    position: relative;
    width: 25%;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.eo2-not-gallery4 li figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.eo2-not-gallery4 li h3 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 20px;
}

.eo2-not-gallery4 li a{
    color: #272727;
}

.eo2-not-gallery4 li time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;

    font-size: 14px;
}

.eo2-not-gallery4 li .ime-redtime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.eo2-not-gallery4 li .box {
    position: relative;
    padding: 6px 6px 15px 6px;
    width: 100%;
    /* padding: 10px 6px 40px 6px; */
    background-color: #E6E6E6;
    overflow: hidden;
    border-top: 10px solid #0065DB;
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    border-bottom: 5px solid #00599C;
}

.eo2-unot-gallery3 {
    margin: 0 auto;
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
    max-height: 500px;
}

.eo2-unot-gallery3 li{
    position: relative;
    width: 100%;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.eo2-unot-gallery3 li figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.eo2-unot-gallery3 li h3 {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 20px;
}

.eo2-unot-gallery3 li a{
    color: #272727;
}

.eo2-unot-gallery3 li time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.eo2-unot-gallery3 li .ime-redtime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #03A9D6;
    color: #fff;
    font-weight: bold;
}

.eo2-unot-gallery3 li .box {
    position: relative;
    padding: 6px 6px 15px 6px;
    width: 100%;
    /* padding: 10px 6px 40px 6px; */
    background-color: #D8E4EC;
    overflow: hidden;
    border-top: 10px solid #00599C;
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    border-bottom: 5px solid #0065DB;
}


.ladotag .tag p {
    color: #1f1f1f;
    font-size: 20px;
    margin-bottom: 0;
    font-family: century gothic;
    font-weight: bold;
}
.ladotag .lista{
    list-style: none outside none;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.ladotag .lista .li{
    /*    height: 22px;
        background: url('../../../public/img/iconos/ico-tag-ie-1.png') no-repeat scroll left transparent;*/
    display: inline-block;
    float: left; 
}
.ladotag .lista .li a {
    font-family: Arial;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    display: block;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 1);
    background: #502a2a;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.ladotag .lista .li a:hover,.ladotag .lista .li a:active,.ladotag .lista .li a:focus{
    text-decoration: none !important;
}


/*PAGINACION*/
.ime-topborpagination{
    text-align: right;
    border-top: 1px solid #502a2a;
    margin-top: 15px;
}

.ime-topborpagination1 {
    text-align: right;
    border-top: 1px solid #D80980;
    margin-top: 15px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.pagination{
    margin: 10px 0;
}

.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #272727;
    text-decoration: none;
    border: 1px solid #ddd;
    transition:  all ease 1.5s;
}

.pagination>li>a:hover{
    background-color: #0065DB !important;
    border: 1px solid #0158BD;
    transition:  all ease 1.5s;
    color: #fff;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 2;
    color: #FFFFFF !important;
    cursor: default;
    background-color: #0065DB !important;
    border-color: #0158BD !important;
}

/*FORMULARIO CONTACTO*/
.cps-titcontact1{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 3px 5px 4px #1d1d1d;

}
.cps-hrcntact1{
    width: 120px;
    border-bottom: 3px solid #ffffff;
    box-shadow: 0px 4px 7px #000;
    border-top: none;
    margin-bottom: 70px;
}
.cps-subscribe {
    background-color: #3f2212;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.nutri-selectfrm:focus+.nutri-frmIcon,.nutri-inpfrm:focus+.nutri-frmIcon,.nutri-txtareafrm:focus+.nutri-frmIcon {
    color: #502a2a;
}
.nutri-frmCnt{
    position: relative;
}
.nutri-intrcntac label{
    font-size: 16px;
    color: #FF7B37;
}
.nutri-selectfrm,.nutri-inpfrm{
    padding-left: 2%;
    padding-right: 2%;
}
.nutri-inpfrm{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    padding: 0.45em 0.5em 0.55em;
    -webkit-appearance: none;
    width: 100%;
    padding-left: 2.8em;
    color: #000;
    height: 45px;
    font-size: 16px;
    box-shadow: 0px 2px 5px #000;
}
.nutri-inpfrm::-webkit-input-placeholder {color: #d8d8d8;}
.nutri-inpfrm:-moz-placeholder {color: #d8d8d8;}
.nutri-inpfrm::-moz-placeholder {color: #d8d8d8;}
.nutri-inpfrm:-ms-input-placeholder {color: #d8d8d8;}

.nutri-txtareafrm::-webkit-input-placeholder {color: #d8d8d8;}
.nutri-txtareafrm:-moz-placeholder {color: #d8d8d8;}
.nutri-txtareafrm::-moz-placeholder {color: #d8d8d8;}
.nutri-txtareafrm:-ms-input-placeholder {color: #d8d8d8;}

.nutri-selectfrm{
    background: #2E9FAD;
    border: 1px solid #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #FFFFFF;
    height: 45px;
    font-size: 16px;
}
.nutri-frmIcon{
    bottom: 0;
    color: #000000;
    font-size: 24px;
    left: 0.375rem;
    line-height: 1.5;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 1.5em;
    padding: 5px;
    top: 0;
}
.nutri-txtareafrm{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 0.45em 0.5em 0.55em;
    padding-left: 2.8em;
    box-shadow: 0px 3px 5px #000;
}
nutri-selectfrm:focus,.nutri-inpfrm:focus, .nutri-txtareafrm:focus{
    border-color: #d00001;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 35, 35, 0.075),0 0 10px rgb(80, 30, 22);
    box-shadow: inset 0 1px 1px rgba(255, 35, 35, 0.075),0 0 10px rgb(80, 30, 22);
}
.nutri-btncntc{
    font-size: 18px;
    padding: 15px 30px;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 2px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #00a8ff;
    border-color: #00a8ff;
}
.nutri-btncntc:hover{
    color: white;
    border-color: #0072B6;
    background: #0072B6;
}
.frmbtnflt{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    border-color: #000000;
    font-size: 21px;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-width: 2px;
    white-space: normal;
    transition: all ease 1s;
    padding: 10px 12px;
    margin-top: 30px;
    box-shadow: 2px 3px 5px #000;
    text-shadow: 0px 1px 5px #000;
    font-weight: bold;
}
.frmbtnflt:hover,.frmbtnflt:active,.frmbtnflt:focus{
    background: transparent;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px #000;
    text-shadow: 0px 0px 0px #000;
    color: #fff;
}

.frmbtnflt2{
    font-family: Ubuntu-Black;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: transparent;
    color: #00a2f1;
    border-color: #00a2f1;
    font-size: 21px;
    max-width: 250px;
    border-radius: 0px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-width: 2px;
    white-space: normal;
    transition: background-color .3s, color .3s, border-color .3s;
    padding: 10px 12px;
    margin-top: 50px;
}
.frmbtnflt2:hover,.frmbtnflt2:active,.frmbtnflt2:focus{
    background: #00a2f1;
    border-color: #00a2f1;
    box-shadow: 0px 0px 0px #000;
    text-shadow: 0px 0px 0px #000;
    color: #fff;
}
.nutri-redfotih1 {
    font-weight: bold;
    font-family: century gothic;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*FOOTER*/
.foot-bg{
    background: #333 url(../../../public/img/fondo/fondo-footer.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 0px;
    position: relative;
    border-top: 5px solid #f90; 
}
.foot-bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}
.ft-borleft1d1{
    border-left: 1px solid #9a9a9a;
}
.foot-redulli{
    padding-left: 0;
    list-style: none;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.foot-redulli li{
    display: inline-block;
}
.foot-redulli li a{
    padding: 8px;
    color: #9a9a9a;
    transition: all ease 0.5s;
}
.foot-redulli li a:hover,.foot-redulli li a:active,.foot-redulli li a:focus{
    color: #ffffff;
}
.foot-tit{
    margin-top: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;

}
.foot-hr{
    border-top: 2px solid #ff9900;
    margin-top: 10px;
    width: 100%;
    max-width: 140px;
    float: left;
}
.foot-listvin{
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    margin-bottom: 20px;
}
.foot-listvin li{
    margin-bottom: 6px;
}
.foot-listvin a{
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.foot-listvin a:hover{
    color: #ff9900;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.foot-listvin a span{
    color: #ffffff;
}
.foot-listvin a:hover,.foot-listvin a:active,.foot-listvin a:focus{
    color: #ff9900;
    text-decoration: none;
}
.foot-bgbot{
    background: #0c5188;
    margin-top: 75px;
    padding: 20px 0;
    position: relative;
}
.foot-coptxt{
    color: #fff;
    font-size: 16px;
}

.foot-coptxt b{
    color: #f90;
}

.foot-design{
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
    text-align: right;
}
.foot-design a{
    text-decoration: none;
}

.cps-footlog1{
    width: 100%;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
}
.logo{
    width: 100%;
}

/**/
.eo1-sectwe{
    position: relative
}
.eo1-sectwe:after{
    width: 0; 
    height: 0; 
    border-left: 100px solid #f0ad4e;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent; 
}

.a23-ushm1{
    text-align: center;
    font-size: 32px;
    color: #CBCBCB;
    margin-bottom: 20px;
}

.a23-tibnv1{
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 30px;
    font-weight: 600;
}

.a23-tibnv1 span{
    color: #094a7d;
    font-weight: 800;
}

.gs23-we1{
    text-align: center;
    border-bottom: 4px solid #DDD;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.gs23-we1 h4{
    color: #9E9E9E;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.2rem;
}

.gs23-weic1{
    text-align: center;
    font-size: 70px;
    color: #0b4c7f;
}

.gs23-widwe1{
    width: 820px;
    max-width: 100%;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}
/**/
.gs23-secsrrv1{
    position: relative;
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gs23-h2srv1{
    margin-top: 0px;
    font-size: 32px;
    color: rgb(74 74 74);
    padding-bottom: 10px;
    font-weight: 800;
    border-bottom: 2px solid #f90;
}
.gs23-pcntsrv1{
    margin-bottom: 30px;
}
.gs23-pcntsrv1 p{
    font-size: 18px;
}

.gs23-bt1{
    width:100%;
    max-width: 280px;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.gs23-btn1{
    background: #F90;
    border-color: #F90;
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 10px;
    border-radius: 7px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease 500ms;
}

.gs23-btn1:hover,.gs23-btn1:active,.gs23-btn1:focus{
    background: #333;
    color: #F90;
}

/**/
.gs6-ulpro1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;  
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}
.gs6-ulpro1>li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 2px;
    display: flex;
    box-sizing: border-box;
    transition: width 0.3s ease-out;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gs6-ulpro1>li .boxgs23 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    width: 100%;
    padding: 15px;
}

.gs6bx-img img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 200px;
}

.gs6-cntnart1{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.gs6-eti1arti h2{
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: rgb(177, 177, 177);
    font-family: 'PT Sans',sans-serif;
}

.artit1-tle1 a{
    color: rgb(177, 177, 177);
    transition: all ease 500ms;
}

.artit1-tle1 a:hover,.artit1-tle1 a:active,.artit1-tle1 a:focus{
    color: #f90;
}

.gs6-cntnart1 p{
    color: #adadad;
}

@media (min-width: 992px){
    .gs6-ulpro1>li {
        width: 25%;
    }
}

.gs23-btn2{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    color: #ff9900;
    background: transparent;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ff9900;
    max-width: 100%;
    padding: 11.5px 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gs23-btn2:hover,.gs23-btn2:active,.gs23-btn2:focus{
    background: #F90;
    border-color: #F90;
    color: #FFF;
}
/**/
.gs6-bgserv12{
    background:  url(../../../public/img/fondo/fondo-servicios.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.gs6-bgserv12:before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004982;
    opacity: .8;
}
/**/
.gs6-mg1-serv{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 0.8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 7px 4px 0px #000;
}
/**/
.gs3-articl1{
    position: relative;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.la27-ulpro1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
}
.la27-ulpro1>li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 15px;
    display: flex;
    box-sizing: border-box;
    transition: width 0.3s ease-out;
    margin-bottom: 30px;
}
.la27-ulpro1>li .boxla23 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    width: 100%;
    padding: 0px;
}

.art-la27 img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 300ms;
}

.art-time27{
    display: block;
    text-align: center;
    color: #f90;
    margin-top: 15px;
}

.artit1-tle1{
    color: #7f7f7f;
    font-size: 20px;
    margin-bottom: 22px;
    font-family: 'PT Sans',sans-serif;
    font-weight: bold;
    text-rendering: optimizelegibility;
    text-align: center;
}

@media (min-width: 767px){
    .la27-ulpro1>li{
        width: 32%;
    }
}

.gs23-xbot1{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'PT Sans',sans-serif;
    line-height: 30px;
    vertical-align: middle;
    color: #ff9900;
    background: transparent;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ff9900;
    max-width: 100%;
    padding: 11.5px 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gs23-xbot1:hover,.gs23-xbot1:focus,.gs23-xbot1:active{
    background: #094e83;
    border-color: #094e83;
    color: #fff;
}

.bg-mapcontac1 {
    background: rgba(0, 0, 0, 0);
    height: 405px;
    width: 100%;
    position: absolute;
    z-index: 8;
    margin-top: 50px;
}
/*HOVERS*/
.boxla23:hover img{
    opacity: 0.7;
    background: #fff;
}

.boxla23:hover .artit1-tle1 a{
    color: #f90;
}

/**/
.gs23-bglocat1{
    background: #0c5188;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gs23-locatxt{
    text-align: center;
    color: #f1f1f1;
    margin-bottom: 0;
}

.gs23-locat1{
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 700;
}

.xcntral-1 b{
    font-size: 24px;
}
/**/
.gs23-bggalle1{
    padding: 70px 0;
    text-align: justify;
}
/**/
.hs1-bghgd1{
    background: #004982;
    font-family: 'PT Sans',sans-serif;
    transition: all ease 500ms;
}

.menu-fixed .hs1-bghgd1 {
    display: block;
    opacity: 1;
    transition: all ease 500ms;
}

.hdtop-wsp{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: right;
    display: inline-block;
    float: right;
    margin-left: 15px;
}
.hdtop-mail a,.hdtop-wsp a{
    color: #ffffff;
    transition: all ease 0.5s;
}
.hdtop-mail span,.hdtop-wsp span{
    font-size: 21px;
}
.hdtop-mail a:hover,.hdtop-wsp a:hover,
.hdtop-mail a:active,.hdtop-wsp a:active,
.hdtop-mail a:focus,.hdtop-wsp a:focus{
    color: #ff9900; 
    text-decoration: none;
}

.bgmap-todo1{
    background: rgba(0, 0, 0, 0);height: 441px;width: 100%;position: absolute;z-index: 8;margin-top: 0px;
}

/* MEDIA QUERY */
@media (min-width:600px){
    .eo2-img-gallery li{
        position: relative;
        width: 50%;
        float: left;
        padding: 0.625rem;
        display: -webkit-flex;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
    }
}

@media (min-width:767px){
    .ime-gallery li{
        width: 25%;
    }

    .ime-gallery1 li{
        width: 50%;
    }

    .hvr-outline-in:before {
        pointer-events: none;
        content: '';
        position: absolute;
        border: #00599D solid 3px;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }
}

@media(max-width:1200px){
    .gs-fluidcontaint {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media(max-width:992px){
    .ocl1-1{
        display: none;
    }
    .container {
        width: 100%;
    }
    .eo2-browsergs1{
        display: block;
        margin-bottom: 35px;
    }

    .eo2-busqblck{
        display: none;
    }
    .eo2-width-masv{
        width: 300px;
    }
    .eo2-not-gallery4 li{
        width: 50%;
    }

    .eo2-mision-a{
        display: none;
    }
    .eo2-mision-a1{
        display: block;
    }
    .features .responsive-feature-img,
    .features-extra .responsive-feature-img {
        display: block;
        width: 85%;
        margin: 15% auto 0;
    }

    .features .responsive-feature-img img,
    .features-extra .responsive-feature-img img {
        width: 100%;
    }

    .features .device-showcase, .features-extra .macbook-wrap, .features-extra .macbook-wrap2, .features-extra .macbook-wrap3 {
        display: none;
    }

    .gs-fluidcontaint{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .eo1-logo img {
        width: 240px;
    }

    .menu__item2 {
        position: relative;
        margin: 0 0;
    }

    .eo1-menugs .navbar-nav > li > a {
        color: #828282;
        text-transform: uppercase;
        font-size: 14px;
    }

    .eo1-boxfb{
        margin-left: auto;
        margin-right: auto;
        display: table !important;
        width: 340px;
        max-width: 100%;
    }

    .eo-hmeimgwe {
        margin-top: 20px;
        width: 460px;
    }

    .navbar-default {
        background: #f1f1f1 !important;
    }

    .sctmn1-1 {
        padding-top: 0px;
    }

    .hxd-11 {
        margin-bottom: 0px;
    }

    .hder1-1con a {
        font-size: 14px;
        color: #ff9c08;
        transition: .3s all ease;
        width: 27px;
        height: 27px;
        line-height: 27px;
        display: block;
        text-align: center;
        background: #f3f3f3;
        border-radius: 50%;
    }
    .hder1-1con li+li {
        margin-left: 0px;
    }
    .icn-phne1 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        color: #ff9900;
        background: #f3f3f3;
        border-radius: 50%;
        text-align: center;
        position: relative;
        display: inline-block;
        font-weight: 400;
    }

    .unit-body1 {
        padding-top: 0;
        padding-left: 15px;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 14px;
    }
    .m1phone-1 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .hs1-bghgd1 {
        background: #ff9900;
    }

    .hdtop-mail span, .hdtop-wsp span {
        color: #ffffff;
        font-size: 21px;
    }

    .hdtop-mail a:hover, .hdtop-wsp a:hover, .hdtop-mail a:active, .hdtop-wsp a:active, .hdtop-mail a:focus, .hdtop-wsp a:focus {
        color: #333;
    }

    .hdtop-listrd li a:hover, .hdtop-listrd li a:active, .hdtop-listrd li a:focus {
        color: #333;
    }
}

@media (max-width:767px){
    .ime-gallery li{
        width: 50%;
    }

    .eo-hmeimgwe{
        margin-top: 30px;
    }

    .eo1-logo{
        display: none;
    }

    .eo1-logo1{
        display: block;
    }

    .eo1-logo1 img {
        width: 240px;
        padding: 0 15px;
    }

    .eo1-menugs {
        padding: 15px 0px 0px 0;
    }
    .nopad-red{
        padding-left: 0;
        padding-right: 0;
    }
    .none-mail{
        display: none;
    }

}

@media (max-width:600px){
    .eo1-hmewetit1{
        font-size: 21px;
    }
    .eo1-hmewetit2,.eo-titext1,.cps-titcontact1{
        font-size: 28px;
    }
    .eo1-homewep p,.eo-h3text1 p{
        font-size: 16px;
    }
}

@media (max-width:380px){

}

/**/
/*--EO GALLIST--*/
.dau-abx1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin-top: 20px;
}
.dau-abx1 li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    margin-bottom: 20px;
}
.dau-abx1 li .boxgs1 {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 40px;
}

.dau-abx1 li article {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000;
    text-align: center;
    transition: all ease 700ms;
}

@media (min-width: 767px){
    .dau-abx1 li {
        width: 50%;
    }
}

@media (min-width: 991px){
    .dau-abx1 li {
        width: 50%;
    }
}

/**/
.dau-1itimg {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: 0px;
}

.dau-1itimg a {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.dau-1itimg a img {
    opacity: 0.99;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    width: 100%;
    max-width: 600px;
}

.dau-1itimg a:before, .dau-1itimg a:after {
    content: "";
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dau-1itimg a:before {
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 10px solid;
    border-left: 10px solid;
}

.dau-1itimg a:after {
    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 10px solid;
    border-right: 10px solid;
}

.dau-1itimg a:before, .dau-1itimg a:after {
    border-color: rgba(253, 156, 10, 0.7);
}

.dau-1itimg a:hover:before, .dau-vox1:hover .dau-1itimg a:before{
    opacity: 1;
    bottom: 0px;
    right: 0px;
}

.dau-1itimg a:hover:after, .dau-vox1:hover .dau-1itimg a:after{
    opacity: 1;
    top: 0px;
    left: 0px;
}

.dau-1itimg a:hover img, .dau-vox1:hover .dau-1itimg a img{
    transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    opacity: 1 !important;
}
/**/
.dau-ditit1a{
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'PT Sans',sans-serif;
}

.dau-ditit1a a{
    color: #fff;
    transition: all ease 500ms;
}

.dau-ditit1a a:hover,.dau-ditit1a a:active,.dau-ditit1a a:focus{
    color: #b1e5ff;
}

.dau-diplombg1 a{
    font-weight: bold;
    color: #fff;
}

.dau-bgxbxtit1{
    padding: 10px 15px;
    text-align: justify;
    background: #fd9c0a;
    color: #fff;
}

.dau-bgxbxcnt1{
    padding: 10px 15px;
}

.dau-vox1:hover article{
    background: #3d3831;
}
/***********ESTILOS 29-07-20************/
/******************************************* SECTION ALIADOS *********************************************/
.sect_aliados{
    padding: 100px 0;
}
.back_grey{
    background: #f1f1f1;
}
/**/
.content_text_socios{
    text-align: justify;
    margin-bottom: 50px;
}
/**/
.asociados .item{
    margin: 10px;
    box-shadow: 0px 3px 7px 1px rgb(204 204 204 / 82%);
}
.asociados .item img{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.asociados .item:hover img{
    filter: grayscale(0%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.asociados .owl-prev{
    position: absolute;
    top: 50%;
    left: -30px;
    background: #000646 !important;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.asociados .owl-prev:hover{
        background: #ababab !important;
    color: #070d4b !important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.asociados .owl-next{
    position: absolute;
    top: 50%;
    right: -30px;
    background: #000646 !important;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.asociados .owl-next:hover{
        background: #ababab !important;
    color: #070d4b !important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_aliados{
        padding-bottom: 50px;
    }
}
@media(max-width: 650px){
    .asociados .owl-prev, .network .owl-prev {
        position: relative;
        top: 20px;
        left: 0;
    }

    .asociados .owl-next, .network .owl-next {
        position: relative;
        top: 20px;
        right: 0;
    }
}
/***************************************** END SECTION ALIADOS *******************************************/
/********************************************** SECTION MARCAS *******************************************************/
.sect_marcas{
    padding: 100px 0;
} 
/**/
.box_marcas{
    box-shadow: 0 2px 3px 0 rgba(100,100,100,.3);
    margin-bottom: 25px;
}
/**/
.box_marcas img{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_marcas:hover img{
    filter: grayscale(100%);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_marcas{
        padding: 50px 0;
    } 
}
/********************************************** SECTION MARCAS *******************************************************/

.h5_nosotros{
    color: #ff9c08;
    font-weight: 700;
    font-size: 20px;
}
/********************************************** SECTION CONTACTO ****************************************************/
.colorblue{
    color: #004885;
}
/*********************************** RESPONSIVE **************************************/
@media(max-width: 767px){
    .eo-h3text1{
        margin-bottom: 30px;
    }
}
@media(max-width: 700px){
    .hdtop-listrd li a span{
        display: none;
    }
    .hdtop-mail a span, .hdtop-wsp a span{
        display: none;
    }
}

/************* SLIDER ****************/
.sect_slider_main{
    height: 100vh;
}
.sect_slider_main .carousel, .sect_slider_main .carousel-inner, .sect_slider_main .carousel-inner .item{
    height: 100%;
}
.sect_slider_main .carousel-item .item_slider{
    position: relative;
    height: 100%;
}
.sect_slider_main .carousel-item .item video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.sect_slider_main .carousel-inner .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 2;
}
/*CAPTION SLIDER*/
.slide_caption{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* right: 0; */
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.slide_caption >div{
    width: 100%;
    max-width: 920px;
    overflow: hidden;
}
.slide_caption h2{
    color: #fff;
    font-weight: 700;
    margin: 20px 0;
    font-size: 40px;
    text-align: center;
}
.slide_caption .btn_service{
    display: block;
    padding: 10px;
    background: #07437b;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    transition: all ease 500ms;
}
.slide_caption .btn_service:hover{
    background: #fff;
    color: #43a047;
    transition: all ease 500ms;
}
@media(max-width: 991px){
    .slide_caption >div {
        max-width: 630px;
    }
    .slide_caption h2 {
        font-size: 30px;
    }
}
@media(max-width: 500px){
    .slide_caption h2 {
        font-size: 25px;
    }
    .carousel-control.left{
        width: 60px;
        height: 60px;
        bottom: 100px;
        top: auto;
        left: 50%;
        transform: translate(-100%, 0px);
        background: #000;
    }
    .carousel-control.right{
        width: 60px;
        height: 60px;
        bottom: 100px;
        top: auto;
        right: 50%;
        transform: translate(100%, 0px);
        background: #000;
    }
}
/******** SERVICIOS ******/
.btn_vermore{
    display: block;
    background: #fff;
    width: 150px;
    text-align: center;
    font-weight: 700;
    padding: 10px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_vermore:hover{
    background: #f90;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_vermore2{
    display: block;
    background: #004982;
    width: 150px;
    text-align: center;
    font-weight: 700;
    padding: 10px;
    color: white;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_vermore2:hover{
    background: #f90;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.modal .modal-header{
    background: #004982;
    color: #fff;
}
.modal .modal-header h4{
    font-weight: 600;
}
.close {
    color: #fff;
    opacity: .7;
    font-size: 30px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.modal table{
    width: 100%
}
.modal table tr td{    
    padding: 10px;
}
.modal table tr td a{
    text-decoration: none;
    color: #000;
}
@media(max-width: 991px){
    .btn_vermore2 {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
    .modal .modal-body{
        overflow-x: scroll;
    }
    .modal table{
        width: 700px;
    }
}
/******************************/