html{
    height: 100%;
}

body {
    font-family: Montserrat-UltraLight;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
    padding: 0!important;
}
.cptch-a img{
    width: 100%;
    max-width: 200px;
height: 45px;
}
/*TEXT-SLIDER*/
.est-txsltit1{
    color: #888888;
    font-size: 4.5em;
    letter-spacing: 9px;
    font-family: 'Gilda Display';
    text-transform: uppercase;
    text-align: center;
}
.est-txslcnt1{
    width: 900px;
    max-width: 100%;
    margin: 0 auto 17px auto;
    font-family: Effra Light;
    font-size: 1.6em;
    text-align: center;
    text-shadow: 0px 2px 2px #848484;
}
/*HEADER-TOP*/
.header-top {
    background: #d01919;
    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: #ffce25;
}

.hdtop-mail,.hdtop-wsp{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-align: left;
}
.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: #f9e844; 
    text-decoration: none;
}
.btnimg{
    border: 1px solid #000000!important;
    background-color: #042045!important;
}
.btnimg.selected{
    background-color: #00a0f4!important;
    border: 1px solid #00a0f4!important;
}
.btnli a:hover{
    background-color: #00a0f4!important;
    border: 1px solid #00a0f4!important;
    color: #ffffff!important;
}
/*TOP MENU*/
.est-log715{
    width: 230px;
}
.navbar-brand > img {
    display: block;
    padding: 7px;
    max-width: 250px;
}

nav.navbar.bootsnav ul.nav > li > a > span{
    color: #ff0000;
    padding-right: 3px;
}

.est-menargtop{
    margin-top: 10px;
}
/*************************
********Slider-Css**********
**************************/
#home-slider {
    overflow: hidden;
    position: relative;
}

#home-slider .caption {
    position: absolute;
    /* top: 40%; */
    margin-top: -170px; 
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    /* color: black; */
    background: transparent;
}

#home-slider .caption h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    /* text-align: left; */
    /* margin-left: 10%; */
    font-family: Montserrat-Light;
}

#home-slider .caption p{
    width: 900px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    background-color: transparent;
    padding: 10px 15px;
    color: black;
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding:14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px;
}
.mostra{
    display:none;
}
.caption .btn-start:hover {
    color: #fff
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;


    height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}


.left-control, .right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
} 

.right-control {
    right: -51px;
}

.left-control:hover, 
.right-control:hover {
    color: #fff;
}

#home-slider:hover .left-control {
    left:30px;
    color: white;

} 

#home-slider:hover .right-control {
    right:30px;
    color: white;
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

/*header*/
.hehea{
    background-color: #D8D9DD;
    color: #616263;
    border-top: 4px solid red;

}
.ulie{    margin: 6px 0px;}
.ulie li{
    display: inline-block;
    padding: 0px 13px;
}
.menuse li{
    display: inline-block;
    padding: 0px 13px;
}
.ulieli{ border-right: 1px solid #616263; }
.ulielia{ border-left: 1px solid #616263;}
.texalin{text-align: right;
         margin: 6px 50px;}
.colerea{
    color:#6d6d6d;
    transition: all ease 0.5s;
}
.colerea:hover,.colerea:active,.colerea:focus{
    color:#000000;
}

/* logo*/
.logu{
    margin: 20px 0px
}
.mareg{
    width: 18%;
    margin-top: 25px;
    margin-left: 24px;
    margin-bottom: 10px;
}
/*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;
}
.menus{
    margin-top: 3%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 32px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #FF0000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.marginersi{
    margin: auto;
}
.txtline{
    padding: 0;
}
.navbar-brand {
    height: 100px;
    padding: 3px 11px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #F0DC32;
}
.menuse{
    margin-top: 4%;
    font-size:25px;
}
.hvr-underline-from-center {
    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;
    color: black;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #FF0000;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a:hover, a:focus {
    color: black;
    text-decoration: none;
}
.uliesa{
    text-align: right;
    font-size: 20px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    transition: all ease 0.5s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff0000;
}

/**/
.eo2-browserl1 {
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}
.eo2-browserl1 li {
    position: relative;
    width: 100%;
    float: left;
    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-browserl1 li .box1gs {
    position: relative;
    padding: 25px 6px 20px 6px;
    overflow: hidden;
    border-top: 2px solid #dd020a;
    font-size: 15px;
    width: 100%;
    background: #e8e8e8;
}
.eo2-browserl1 li h3 {
    font-size: 18px;
    line-height: 100%;
    font-family: Montserrat-Regular;
    color: #232323;
    margin-top: 0px;
    margin-bottom: 10px;
    transition: all ease 0.5s;
}
.eo2-browserl1 li a, .eo2-browserl1 li h3:hover, .eo2-browserl1 li h3:focus {
    color: #dd020a;
    text-decoration: none;
}
.eo2-browserl1 li figure {
    display: block;
    margin-bottom: 6px;
    float: left;
    width: 250px;
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 0px;
    border: 1px solid #ffd004;
}
/*NUESTROS*/
.cps-tilinprincbg{
    background: #3cb4e7;
}
.cps-tilinprinc{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: 0px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.cps-padbgwe{
    padding-top: 50px;
    padding-bottom: 70px;
}
.cps-padbgwe2{
    padding-top: 50px;
    padding-bottom: 10px;
}
.cps-titwe{
    text-align: center;
    text-transform: uppercase;
    color: #3cb4e7;
    font-family: Ubuntu-Black;
}
.cps-titwe b{
    color: #264894;
}
.cps-txtwe{
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.cps-txtwe p{
    font-size: 18px;
}
.cps-txtweval{
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
.cps-hrwe{
    border: 2px solid #5d99cc;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/**/
.txthm-p18{
    font-size: 18px;
    color: #000;
}
.txthm-p18-2{
    font-size: 18px;
}
[class*="cell-"] {
    padding-left: 15px;
    padding-right: 15px;
}
html.lt-ie-10 .range-condensed > [class*='cell'], .range-condensed > [class*='cell'] {
    padding-left: 0;
    padding-right: 0;
}

.range-condensed, .range-condensed {
    margin-left: 0;
    margin-right: 0;
}

.bg-primary {
    background: #f9e844;
    fill: #f9e844;
    color: #fff;
}

.bg-secundary {
    background: #d00100;
    fill: #d00100;
    color: #fff;
}

.height-fill {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.height-fill > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-40 {
    padding-top: 16px;
    padding-bottom: 16px;
}

/*INSET LEFT*/
.inset-left-20 {
    padding-left: 20px;
}

/*INSET RIGHT*/
.inset-right-20 {
    padding-right: 20px;
}
/*ICON*/
.icon-xxl {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}
/*TITULO*/
.icon-xxl + * {
    margin-top: 10px;
}
.cps-titwe1{
    font-size: 36px;
    color: #252525;
    font-family: 'Gilda Display';
    text-transform: uppercase;
}
.cps-titwe2{
    font-size: 36px;
    color: #ffffff;
    font-family: 'Gilda Display';
    text-transform: uppercase;
}
.cps-hrwe3{
    border: 2px solid #ec0001;
    width: 70px;
    margin-top: 20px;
}
.cps-hrwe3-1{
    border: 2px solid #f9e844;
    width: 70px;
    margin-top: 20px;
}

/*BOX 2*/
.bg-image {
    background-image: url(../../../public/img/fondos/fondo1.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.bg-imagewe {
    background-image: url(../../../public/img/fondos/equipo_2.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-image3 {
    background-image: url(../../../public/img/fondos/vision.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.bg-image2 {
    background-image: url(../../../public/img/fondos/mision.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}

@media (min-width: 480px){
    .range {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .range > [class*='cell'] {
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .range > .cell-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

}
@media (min-width: 768px){
    .inset-sm-left-40 {
        padding-left: 40px;
    }
    .inset-sm-right-40 {
        padding-right: 40px;
    }
    .noticias{
        display: none;
    }

}

@media (min-width: 992px){
    .icon-xxl {
        width: 130px;
        height: 130px;
        font-size: 130px;
        line-height: 130px;
    }
    .icon-xxl + * {
        margin-top: 30px;
    }
    .noticias{
        display: none;
    }
    /*    .csp-sectwe12{
            padding-bottom: 145px;
        }*/

}
@media (min-width: 1200px){
    .section-lg-top-105 {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .inset-lg-left-80 {
        padding-left: 80px;
    }
    .inset-lg-right-80 {
        padding-right: 80px;
    }
    .inset-lg-left-120 {
        padding-left: 120px;
    }
    .inset-lg-right-120 {
        padding-right: 120px;
    }
    .offset-lg-top-42 {
        margin-top: 42px;
    }
    .noticias{
        display: none;
    }
}

/* Bounce To Bottom */
.est-hvrbot15 {
    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;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 100%;
}
.est-hvrbot15:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f43438;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.est-hvrbot15:hover, .est-hvrbot15:focus, .est-hvrbot15:active {
    color: white;
}
.est-hvrbot15 a:hover{
    color: #ffffff;
}
.est-hvrbot15:hover:before, .est-hvrbot15:focus:before, .est-hvrbot15:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*REFLEJO ESPEJO*/
.est-respejo1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.est-respejo1:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.est-mongirar{
    transition: 3s;
    -moz-transition: 3s;
    -webkit-transition: 3s;
    -o-transition: 3s;
}

.est-mongirar:hover{
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
}

/*redes*/
.reds {
    margin-top: 2%;
    text-align: center;
    padding: 0;
}
.reds li{
    padding: 0px 3px;
    display: inline-block;
}

.menule {
    margin: 20px 0px;
    font-size: 16px;
    font-family: Lato-Regular;
}
.padinav{
    padding: 0;
}
.imagene{
    background-image: url("../../../public/img/fondos/tarjeta.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding-top: 55px;
    padding-bottom: 70px;
}
.fontawes {
    padding: 5px 6px;
    border: 1px solid #FF0000;
    border-radius: 50px;
    background: #FF0000;
    color: white;
    transition: all ease 0.7s;
}
.fontawesi {
    padding: 5px;
    border: 1px solid #FF0000;
    border-radius: 50px;
    background: #FF0000;
    color: white;
    transition: all ease 0.7s;
}
i.fontawesi:hover, i.fontawesi:focus{
    background-color: white;
    border: 1px solid white;
    color:red;
}
i.fontawe:hover, i.fontawe:focus{
    background-color: #3B5998; 
    border: 1px solid #3B5998;
}
i.fontawes:hover, i.fontawes:focus{
    background-color: #4099FF; 
    border: 1px solid #4099FF;
}
.fontawe {
    padding: 5px 8px;
    border: 1px solid #FF0000;
    border-radius: 50px;
    background-color: #FF0000;
    color: white;
    transition: all ease 0.7s;
}

/*--EO GALLIST--*/
.eo-gallgs {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
}
.eo-gallgs li {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 5px;
    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: 40px;
}
.eo-gallgs li .boxgs1 {
    position: relative;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #9da1a1;
    transition: all ease 0.9s;
    border-bottom: 20px solid #dd020a;
}

.eo-gallgs li .boxgs1:hover{
    border: 1px solid #f90000;
    color: #000;
}

.eo-gallgs li figure {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.eo-gallgs li h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    color: #d01919;
    text-align: center;
    font-family: Montserrat-Regular;
    margin-top: 25px;
}
.eo-gallgs li p{
    text-align: center;
    font-size: 16px;
}
.eo-gallgs li time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    font-weight: 400;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hmasrv-gal{
    margin: auto;
    display: block;
    max-width: 100%;
}

/*NOSOTROS*/
.eto-secwe{
    padding-top: 60px;
    padding-bottom: 60px;
}
.eo-titwe{
    font-family: 'Gilda Display';
    color: #000;
    font-size: 40px;
    text-align: center;
}

.eotitvis{
    color: #000;
    font-family: 'Gilda Display';
    text-transform: uppercase;
    font-size: 36px;
}

.eo-titwe b{
    color: #ff0000;
}

.eotext-top{
    text-align: center;
    font-size: 18px;
}
.est-wemivis{    
    width: 100%;
    max-width: 500px;
}
.est-wemivis2{    
    width: 100%;
    max-width: 500px;
    color:#000;
}
.est-wesecval{
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f1f1f1;
}
.tit-valoreags{
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 42px;
    color: #1d1d1d;
}
.hr-balor{
    width: 90px;
    border-top: 3px solid #dd020a;
    margin-bottom: 50px;
}
.est-weicon{
    opacity: 1;
    filter: alpha(opacity=100);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    transition: all ease 0.5s;
}
.est-weicon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
/**/
.sta-715txtvi p,.sta-715txtvi p span{
    width: 100%;
    max-width: 800px;
    color: #000;
    font-family: Montserrat-UltraLight!important;
    font-size: 18px;
}
.sta-715txtvc12 p,.sta-715txtvc12 p span{
    width: 100%;
    max-width: 800px;
    font-family: Montserrat-UltraLight!important;
    color: #fff;
    font-size: 18px;
}

.sta-715txtv1 p,.sta-715txtv1 p span{
    width: 100%;
    max-width: 800px;
    color: #fff;
    font-family: Montserrat-UltraLight!important;
    font-size: 18px;
}
/*footer*/
.foot-bgbot{
    background: #ce0000;
}
.foot-coptxt{
    color: #fff;
    font-size: 14px;
}
.foot-design{
    text-align: right;
}
.backgro{
    background-color: #000000;
}
.imglo {
    width: 260px;
    max-width: 100%;
    margin: auto;
}
.margines{
    margin-top: 40px;
    margin-bottom: 1px;
}
.uliela{   
    margin: 0px;
    font-size: 27px;
    color: white;
    font-family: Montserrat-Regular;
}
.ulielahr{
    max-width: 105px;
    width: 100%;
    border-top: 3px solid #f0da30;
    margin: 15px auto;
    float: left;
}
.ulielahr1{
    max-width: 130px;
    width: 100%;
    border-top: 3px solid #f0da30;
    margin: 15px auto;
    float: left;
}
.ulielahr2{
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #f0da30;
    margin: 15px auto;
    float: left;
}
.margins{
    margin-top: 8px;
}

.ulienas{
    margin-top: 30px;
}
.ulienas li{
    display: inline-block;
}
.liana a{
    outline: none;
    text-decoration: none;
    color: white;
    padding-left: 8px;
}
.liana a:hover, .liana a:focus {

    border-left: 5px solid #F0DC32;
    text-decoration: none;
}
.paddine{
    padding: 0;
}
.pepes{
    background-color: #F0DC32;
    font-size: 16px;
    padding: 30px;
    margin-top: 40px;
    padding-left: 70px;
    font-weight: bold;
}
.sect-galery{
    border-top: 3px solid;
    padding: 0px 0;
}
.pepesa{
    font-family: Montserrat-Regular;
    text-shadow: 2px 2px 2px #000!important;
}

.pepesi{
    color:white;
    font-size: 16px;
    padding: 30px;
    margin-top: 0px;
    padding-left: 70px;
    font-weight: bold;
    text-align:right;
}
.rdse{

    display: inline-block;
    padding: 0px 

}
.uline{
    padding: 0;
    list-style: none;
    margin: 30px 0px;
}
.uline li{
    display: inline-block;
    padding: 0px 5px;
}
.estc-welog{
    margin-top: 50px;margin-bottom: 50px;
}
/*cuerpo*/
.colzom{
    overflow: hidden;
}
.zoom{
    /* Aumentamos la anchura y altura durante 2 segundos */
    transition: width 1s, height 1s, transform 2s;
    -moz-transition: width 1s, height 1s, -moz-transform 2s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 2s;
    -o-transition: width 1s, height 1s,-o-transform 2s;
}
.zoom:hover{
    /* tranformamos el elemento al pasar el mouse por encima al doble de
       su tamaño con scale(2). */
    transform : scale(1.5);
    -moz-transform : scale(1.5);      /* Firefox */
    -webkit-transform : scale(1.5);   /* Chrome - Safari */
    -o-transform : scale(1.5);        /* Opera */
}

.ceropad{
    padding: 0;
}
.ceropade{
    text-align: center;
    color: white;
    margin-top: 16%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 18px;
}
.ceropade a{
    padding: 10px 15px;
    color: #f9e844;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all ease 0.5s;
    font-family: Montserrat-SemiBold;
    background: transparent;
    text-transform: uppercase;
    margin-top: 25px;
}
.ceropade a:hover,.ceropade a:focus,.ceropade a:active{
    border: 2px solid #000000;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}
.ceropadeo {
    font-family: Montserrat-Light;
    font-size: 17px;
}
.ceropadeo b{
    font-family: Montserrat-Regular;
    font-weight: bold
}
.est-prvaltit2 b{
    font-family: Montserrat-Regular;
    font-weight: bold
}

.ceroped{
    text-align: center;
    color: #000000;
    font-size: 18px;

}
.ceroped a{
    padding: 10px 15px;
    color: #000;
    border: 2px solid red;
    text-decoration: none;
    background-color: red;
    font-size: 18px;
    transition: all ease 0.5s;
    font-family: Montserrat-SemiBold;
    background: transparent;
    text-transform: uppercase;
    margin-top: 25px;
}

.ceroped a:hover,.ceroped a:focus,.ceroped a:active{
    border: 2px solid #000000;
    text-decoration: none;
    background-color: #000000;
    color: #f9e844;
}
.positione{
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 11%;
    font-size: 26px;        
}


.est-padbox13 {
    text-align: justify;
    color: #000000;
    padding: 10% 20px;
    font-size: 16px;
}
.est-padbox1 {
    text-align: justify;
    color: #000000;
    padding: 39px 20px;
    font-size: 16px;
}
.est-padbox12 {
    text-align: justify;
    color: #000000;
    padding: 50px 20px;
    font-size: 17px;
}   
.margio{
    text-align: center;
    font-size:22px;
    margin-bottom: 60px;
}
.btn-zoomIt{
    display:block;
    -webkit-transition:-webkit-transform 1s ease-out;
    -moz-transition:-moz-transform 1s ease-out;
    -o-transition:-o-transform 1s ease-out;
    -ms-transition:-ms-transform 1s ease-out;
    transition:transform 1s ease-out;
    width: 200px;
    margin: auto;
    max-width: 100%;
}
.btn-zoomIt:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

/*OTROS ESTILOS*/
.hm-wetit{
    text-align: center;
    font-size: 36px;
    font-family: Montserrat-Regular;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;

}

.est-prvaltit{
    font-size: 36px;
    font-family: Montserrat-Regular;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.est-prvaltit2{
    font-family: Montserrat-Light;
    color: #fff;
}
.est-prvaltit21 {
    font-family: Montserrat-Light;
    color: #fff;
}
.est-prvalwidht1 {
    width: 630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}
.est-prvalwidht1a {
    width: 630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
}
.hm-wehr{
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #FF0000;
    margin: 15px auto;
}
.hm-wehr1{
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #f0dc32;
    margin: 15px auto;
}
.fotlnk-ul{
    padding-left: 0;
    list-style: none;
        padding-bottom: 40px;
}
.fotlnk-ul li{
    border-left: 2px solid transparent;
    transition: all ease 0.6s;
    padding-left: 8px;
    margin-bottom: 7px;
}
.fotlnk-ul li:hover{
    border-left: 2px solid #f0da30;
}
.fotlnk-ul li>a{
    color: #fff;
    font-size: 15px;
}
.fotlnk-ul li>a:hover{
    text-decoration: none;
}
.footred-ul{
    list-style: none;
    padding-left: 0;
}
.footred-ul li{
    display: inline-block;
    margin-left: 10px;
}

.footred-ul li img{
    width: 60px;
}
/*REDES SOCIALES FOOTER*/
.fa-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/facebook.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.cntc-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/contacto-1.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.tw-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/linkeing.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.yt-gs1red a {
    width: 60px;
    height: 61px;
    background: url(../../../public/img/iconos/youtube-1.png) no-repeat;
    display: block;
    transition: all ease 0.5s;
}
.footred-ul li.fa-gs1red a,
.footred-ul li.cntc-gs1red a,
.footred-ul li.tw-gs1red a,
.footred-ul li.yt-gs1red a{
    background-position: 0 0;
}
.footred-ul li.fa-gs1red a:hover,
.footred-ul li.cntc-gs1red a:hover,
.footred-ul li.tw-gs1red a:hover,
.footred-ul li.yt-gs1red a:hover{
    background-position: 0 -61px;
}
.font-wtelaf {
    font-size: 27px;
    font-family: Montserrat-Regular;
}
/*.footred-ul li.fa-gs1red a,
.footred-ul li.cntc-gs1red a,
.footred-ul li.tw-gs1red a,
.footred-ul li.yt-gs1red a{
    background-position: 0 0;
}
.footred-ul li.fa-gs1red a:hover,
.footred-ul li.cntc-gs1red a:hover,
.footred-ul li.tw-gs1red a:hover{
    background-position: 0 -33px;
}*/
.footmarceo{
    margin-bottom: 0;
    color: #fff;
    text-align: right;
    font-family: Montserrat-SemiBold;
    padding: 30px;
    margin-top: 0px;
}
/*CONTACTO*/
.jms-titcontac{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 27px;
}
.jms-contactpad{
    padding-top: 50px;
    padding-bottom: 50px;
}
.nutri-contc{
    padding: 60px 0;
}

.nutri-ticontc{
    text-align: center;
    /* font-weight: bold; */
    color: #0073B7;
    font-size: 44px;
    text-transform: capitalize;
}

.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;
}
/*NOTICIAS*/
.noticifot {
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
}
.noticifot li a{
    color: #272727;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
    color: #fff;
    cursor: default;
    background-color: #DD020A;
    border-color: #DD020A;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.noticifot 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;
}
.nav-tabs {
    border: 0px solid #ddd;
    background: white;
    border-bottom: 1px solid;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    cursor: default;
    /* background-color: black; */
    border: none;
    /* border-bottom-color: transparent; */
    font-weight: bold;
    font-size: 16px;
    /* border-bottom: 3px solid #DD020A; */
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    margin: 0px;
}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    background: red;
    border-top: 1px solid black;
    border-right: 1px solid black;
}
.not-fot:hover, .not-fot:focus {
    /* text-decoration: none; */
    background-color: red;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.noticifot 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;
}

.noticifot li .box {
    position: relative;
    padding: 0px;
    background-color: #E8E8E8;
    overflow: hidden;

    /* border: 1px solid #A5A5A5;*/
}
.titulprim{
    font-family: Montserrat-Regular;
    font-size: 28px;
}
.noticifot 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;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.img-princip{
    background-color: #E8E8E8;
}
.img-princip h6{
    font-size: 15px;
    color: #616161;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 6px;
    padding-left: 8px;

}
.img-princip img{
    border: 2px solid #DD020A
}
.redse{
    color:black;
}
.redse:hover, .redse:focus{
    color:    #DD020A;
}
.box h3 {
    padding: 0px 25px;
    font-family: Montserrat-Regular;
    margin-top: 10px;
}
.imgstyle {
    max-height: 200px;
    width: 100%;
}
.divin{
    background-color: #E8E8E8;
    position: inherit;
    padding-top: 1px;
}
.box p{
    padding: 5px 30px;
}
.lastest{
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 2px;
    font-family: Montserrat-Regular;
    font-size: 30px;
}
.textalinea{
    text-align: right;

}
.leles{
    color:#020002;
}
.leles:hover, .leles:focus {
    text-decoration: none;
    color:#DD020A;

}
.box h3:hover,.box h3:focus{
    color:#337AB7;
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration: none;
}
.tamanio{
    font-size: 16px; 
}

.fechart {
    border-bottom: 2px solid #DD020A;
    font-size: 16px;
    padding-bottom: 5px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    color: black;
    border-top: 1px solid;
    border-right: 1px solid;
}
.image_rvw_wpr1 {
    float: left;
    margin-right: 20px;
    position: relative;
    margin-top: 10px;
}
.image_rvw_wpr1 img {
    position: relative;
    width: 100%;
    max-width: 110px;
    margin-top: 10px;
}
.post-title h3, .post-title h4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: Montserrat-Regular;
    margin-top: 20px;
}
ul,ol{
    padding: 0px; 
}
.lilie{
    display: inherit;
    padding: 5px 0px;
    border-bottom: 1px solid;
}
.post-meta{
    font-size: 13px;
    margin-top: 7px;
}
.bs-stylie{
    background-color: #E8E8E8;
}
.nottarget{
    margin: 30px 0px;
    display: inline-block;
}
.nottarget a {
    float: left;
    border: 1px solid #DD020A;
    border-radius: 3px;
    /* margin: 0px 0px; */
    padding: 0px 1px;
    background-color: #DD020A;
    color: white;
    margin: 0px 6px 6px 0px;
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}
.nottarget a:hover,nottarget a:focus{
    background-color: white;
    color: #000;
    border: 1px solid red;
}
.divface{
    margin-top: 30px;
}
.busqda {

    font-weight: 500;
    color: black;
    font-family: Montserrat-Regular;
}
.btn-infor{
    color: #fff;
    background-color: #c7030a;
    border-color: #c7030a;
    border-radius: 0px;

}
.btn-infor:hover{
    color: #fff;
    background-color: #c7030a;

    border-radius: 0px;
}
.selec-comb{    
    background: rgba(255,255,255,0.45);
    border: 1px solid #dd020a;
    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;
    font-family: Montserrat-Regular
}
.divbusque{
    margin-bottom: 50px;
}
.visuale{
    display: none;
}

.txtinp-rgistr2{
    font-size: 18px;
    color: #252525;
}
/*-------------*/
.nutri-inpfrm::-webkit-input-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}
.nutri-inpfrm:-moz-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}
.nutri-inpfrm::-moz-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}
.nutri-inpfrm:-ms-input-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}

.nutri-txtareafrm::-webkit-input-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}
.nutri-txtareafrm:-moz-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}
.nutri-txtareafrm::-moz-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}
.nutri-txtareafrm:-ms-input-placeholder {color: #3a3a3a;font-family: Montserrat-Regular;}

.nutri-inpfrm:focus+.nutri-frmIcon,.nutri-txtareafrm:focus+.nutri-frmIcon {
    color: #dd020a;
}
.nutri-frmCnt{
    position: relative;
}
.nutri-intrcntac label{
    font-size: 16px;
    color: #FF7B37;
}
.nutri-inpfrm{
    padding-left: 2%;
    padding-right: 2%;
}
.nutri-inpfrm{
    background: rgba(255,255,255,0.45);
    border: 1px solid #dd020a;
    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: #000000;
    height: 45px;
    font-size: 16px;
    font-family: Montserrat-Regular
}
.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: transparent;
    border: 1px solid #dd020a;
    border-radius: 0;
    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;
    font-family: Montserrat-Regular
}
.nutri-inpfrm:focus, .nutri-txtareafrm:focus{
    border-color: #b50007;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(255, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(255, 0, 0);
    background: rgba(255, 255, 255, 0.55);
}
.nutri-btncntc{
    font-size: 18px;
    padding: 15px 30px;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #c7030a;
    border-color: #000000;
    font-family: Montserrat-Regular;
    margin-bottom: 20px;
}
.nutri-btncntc:hover{
    color: white;
    border-color: #dd020a;
    background: #c7030a;
}
/**/
.hvr-undreveal {
    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;
}
.hvr-undreveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -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;
}
.hvr-undreveal:hover:before, .hvr-undreveal:focus:before, .hvr-undreveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* ------------ */
.modal-header{
    border-bottom: 1px solid #000000;
}
.titl1gmodal{
    text-transform: uppercase;
    font-family: Montserrat-Bold;
}
/*-------------*/
.jms-inpfrm:focus+.jms-frmIcon,.jms-txtareafrm:focus+.jms-frmIcon {
    color: #dd020a;
}
.jms-frmCnt{
    position: relative;
}
.jms-intrcntac label{
    font-size: 16px;
    color: #FF7B37;
}
.jms-inpfrm{
    padding-left: 2%;
    padding-right: 2%;
}
.jms-inpfrm{
    background: transparent;
    border: 1px solid #dd020a;
    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;
}
.jms-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;
    top: 0;
}
.jms-txtareafrm{
    background: transparent;
    border: 1px solid #dd020a;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    color: #424242;
    padding: 0.45em 0.5em 0.55em;
    padding-left: 2.8em;
}
.jms-inpfrm:focus, .jms-txtareafrm:focus{
    border-color: #b50007;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(255, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(255, 0, 0);
}
.jms-btncntc{
    font-size: 16px;
    padding: 5px 30px;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 2px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #c7030a;
    border-color: #000000;
    font-family: Montserrat-Regular;
    margin-bottom: 10px;
}
.jms-btncntc:hover{
    color: white;
    border-color: #dd020a;
    background: #c7030a;
}
/**/
.station-hrf{
    color: #fff;
}
.station-hrf1{
    color: #000;
}
.station-hrf:hover{
    text-decoration: underline;
    color: #fff;
}
.station-hrf1:hover{
    color: #000;
    text-decoration: underline;
}
/*.bg-station1 {
    background-image: url(../../../public/img/fotos/gri-chosica.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.bg-station2 {
    background-image: url(../../../public/img/fotos/gri-circun.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.bg-station3 {
    background-image: url(../../../public/img/fotos/gri-gambeta.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.bg-station4 {
    background-image: url(../../../public/img/fotos/gri-mancora.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.bg-station5 {
    background-image: url(../../../public/img/fotos/gri-obelisc.jpg);
    background-color: #484848;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color: #fff;
}*/
.btn-marst715{
    margin-top: -120px;
}
.btn-marst715 a{
    position: relative;
    z-index: 9;
}
.btn-est715gs{
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #fe1010!important;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all ease 1s;
    margin-bottom: 70px;
    background: rgba(255, 0, 0, 0.69);
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
    box-shadow: 0px 2px 5px 0px #000000;
}
.btn-est715gs:hover{
    background: #ff0000;
    border: 1px solid #cc0000!important;
}
/* --------------- */
.jms-tit2sub{
    text-align: center;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}
.jmscntc-hr {
    max-width: 80px;
    width: 100%;
    border-top: 3px solid #ff0000;
    margin: 40px auto;
}
.jmscntsect1{
    background: #f1f1f1;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding-bottom: 10px;
}
.jmsicn-fa4x{
    transition: all ease 0.5s;
}
.jmsicn-fa4x:hover{
    color: #000;
}
/*FOOTER*/
.fotbgall-ags{
    background: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fotlogo-jms{
    width: 250px;
    max-width: 100%;
}
.fotlnk-tit{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 21px;
    font-family: Montserrat-Regular;
}
.fotlnk-hr {
    max-width: 80px;
    width: 100%;
    border-top: 3px solid #ff0000;
    margin: 15px auto;
    float: left;
}
.fotlnk-hr1 {
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #ff0000;
    margin: 15px auto;
    float: left;
}
.fotlnk-hr2 {
    max-width: 70px;
    width: 100%;
    border-top: 3px solid #ff0000;
    margin: 15px auto;
    float: left;
}
.fotlnk-ul{
    padding-left: 0;
    list-style: none;
    text-align: center
}
.fotlnk-ul li{
    border-left: 2px solid transparent;
    transition: all ease 0.6s;
    padding-left: 0px;
    margin-bottom: 7px;
}
.fotlnk-ul li:hover{
    border-left: 2px solid #f00;
}
.fotlnk-ul li>a{
    color: #fff;
    font-size: 16px;
}
.fotlnk-ul li>a:hover{
    text-decoration: none;
}

.fotred-ul{
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}
.fotred-ul li{
    display: inline-block;
}

.fotred-ul li .ftfa-fb {
    color: #fff;
    background: #ADADAD;
    border-radius: 100%;
    padding: 6px 10px;
    transition: all ease 0.9s;
}
.fotred-ul li .ftfa-fb:hover {
    background:#3765a3;
}
.fotred-ul li .ftfa-tw {
    color: #fff;
    background: #ADADAD;
    border-radius: 100%;
    padding: 6px 6px;
    transition: all ease 0.9s;
}
.fotred-ul li .ftfa-tw:hover {
    background: #5ea9dd;
}
.fotred-ul li .ftfa-yt {
    color: #fff;
    background: #ADADAD;
    border-radius: 100%;
    padding: 6px 6px;
    transition: all ease 0.9s;
}
.fotred-ul li .ftfa-yt:hover {
    background:#d62423;
}
.ftjm-copytext{
    color: #fff;
    margin-bottom: 0;
    padding: 30px 45px;
}
.ftjm-copybg{
    background: #f00;
}
.ftjm-eoimage{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    padding: 25px 45px;
}
.ftjm-padcopy{
    padding-top: 25px;
    padding-bottom: 15px;
}

/*SEARCH*/
.search{
    position:relative;
    display: inline-block;
    padding: 15px 15px;
}

.searchgs-al{
    cursor: pointer;
    margin-bottom: 0px;
    color: #000;
    /*    padding: 10px 15px;*/
}
[class^="icongs-"]{
    background: #3498db;
    color:#000;
    border-radius:5px;
    display:inline-block;
    padding:6px 7px 7px;
    font-size:18px;
    text-shadow:1px 1px 2px #21638F;
    box-shadow: inset 0px 0px 0px #21638F;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    cursor: pointer;
    z-index:10;
    position:relative;
}
[class^="icongs-"]:hover{
    background: #5dade2;
    text-shadow:0px 0px 0px #21638F;
    box-shadow: inset 0px 0px 8px #21638F;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
}
/*.search_box:checked~.search_form:before{
    position: absolute;
    top: -6px;
    right: 24px;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #ffffff transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
.search_form{
    /*background: #5dade2;*/
    position:absolute;
    background: #212121;

    z-index:10;
    /*padding:0px 5px;*/
    right:0;
    top:15px;
    overflow: hidden;
    /*border-radius:10px;*/
    width: 20px;
    height:0px;
    transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
    opacity:0;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
}
.search_form input{
    background:#fff;
    border:none;
}
.search_form input[type='text']{
    border-radius: 0px;
    /* width: 150px; */
    margin: 0px 1px 0px 0;
    padding: 0px 5px 1px;
    min-height: 42px;
    border: 1px solid #3e3e3e;
}
.search_form input[type='submit']{
    border-radius:0 5px  5px 0;
    text-transform:uppercase;
    font-size:11px;
    padding:0px 5px;
    min-height:24px;
    margin:0px 0px 0px 0;
    cursor: pointer;
}
.search_box{
    visibility: hidden;
}
.search_box:checked~.search_form{
    border: 1px solid #222222;
    width: 341px;
    height:auto;
    /*padding:5px;*/
    top:50px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
    opacity:1;
    transition:0.3s all ease-out 0.5s;
    -webkit-transition:0.3s all ease-out 0.5s;
    margin: 5px;
}
.search-bxbtn{
    border: none;
    color: #fff;
    float: left;
    height: 42px;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 0;
    width: 50px;
    background: #3e3e3e;
    border-radius: 0;
    transition: all ease 0.5s;
    outline: none!important;
}
.search-bxbtn:hover,.search-bxbtn:active,.search-bxbtn:focus{
    color: #fff;
    background: #f69e19;
}

/*PRODUCTOS - SERVICIOS*/
.jms-psrvbgclr1{
    /*  border-bottom: 3px dashed #000;*/
    box-shadow: 2px 1px 4px #777777;
    margin-bottom: 20px;
    background: #f0dc32;
}
.jms-psrvtit1{
    background: #f0dc32;
    color: #000;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.jms-psrvbgclr2{
    /*border-bottom: 3px dashed #fff;*/
    box-shadow: 2px 1px 4px #777777;
    margin-bottom: 20px;
    background: #dd020a;
}
.jms-psrvtit2{
    background: #dd020a;
    color: #fff;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.jms-psrvctent1, .jms-psrvctent1 p {
    font-size: 27px;
    color: black;
    /* font-size: inherit; */
    font-weight: bold;
    padding: 3% 1%;
    margin:0px;
}
.jms-psrvctent1 a{
    color:black;
}
.nuevodi{
    margin-top: 40px;
}
.nuevodi ul{
    margin:70px;
}
.nuevodi li{
    color: black;
    font-family: Montserrat-light;
}
.nuevodi p{
    font-size:16px;
}
.jms-psrvctent1 a:hover{
    color:red;

}
.jms-psrvctent3 p {
    font-size: 16px;
    color: black;
}
.jms-psrvimg{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*PRODUCTOS*/

.produ {
    max-height: 171px;
    margin-top: 8%;
    margin-bottom: 5%;
}
.hacheupro {
    margin-bottom: 16px;
    color: white;
    text-shadow: 1px 1px 0px;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    font-family: Montserrat-Regular;
}
.prodrow{
    background-color: #009CC4;
    min-height: 25rem;
}
.prodrow p{
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.prodrow1 {
    background-color: #009CC4;
    min-height: 17rem;
}
.prodrow1 p{
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.rowe{
    background-color: #009CC4;
    min-height: 29rem;
}
.rowe p{

    font-size: 16px;
    text-align: center;
    color: white;
}
.hready {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #62E2FF;
    width: 15%;
}
.hachetre {
    margin-bottom: 45px;
    color: #302E2E;
    text-shadow: 1px 1px 0px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.responsive h4{
    text-align:center;
    color:black;
    margin-bottom: 40px;
    font-weight: bold;
}
.texali{
    text-align:center;
}
.hre {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid black;
}

/*PRODUCTO- COLUMNA1*/
.prowf-allmain {
    background: #fff;
    margin-top: 60px;
    padding-bottom: 40px;
}
.col-mnall1 {
    min-height: 0;
    border-left: 1px solid #dd020a;
    border-right: 1px solid #dd020a;
}
.prowf-nmsg {
    padding: 2em 0;
    text-align: center;
    text-transform: uppercase;
    color: #adadad;
}
.prowf-blctit {
    background-color: #fff;
    color: #272727;
    font-size: 2em;
    font-family: Montserrat-Regular;
    letter-spacing: 2px;
    overflow: hidden;
}
.prowf-blctit strong {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.prowf-blctit strong span {
    display: inline-block;
    font-size: 15px;
    padding-right: 30px;
    position: relative;
    text-align: left;
}
.prowf-blctit strong span:after {
    border-bottom: 1px solid #dd020a;
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    width: 1000px;
}
.prowf-blctit strong span:after {
    right: -1000px;
}

.prowf-ulcateg1{
    padding-left: 15px;
    list-style: none;
}
.prowf-ulcateg1 li{
    padding: 5px 0;
}
.prowf-ulcateg1 a{
    font-size: 14px;
    color: #272727;
    transition: all ease 0.5s;

}
.prowf-ulcateg1 a span{
    color: #009cc4;
    padding-right: 5px;
}
.prowf-ulcateg1 a:hover, .prowf-ulcateg1 a:active,.prowf-ulcateg1 a:focus{
    color: #f69e19;
    text-decoration: none;
}

.prowf-oftit{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #f0dc32;
    padding-bottom: 6px;
    margin-bottom: 25px;
    color: #000;
    font-family: Montserrat-Regular;
}
.inner-item {
    float: left;
    width: 100%;
    overflow: hidden;
}

.prowf-linovof{
    padding: 0;
    list-style: none;
}
.prowf-linovof li.item {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #dadada;
}
.prowf-linovof li.item:after {
    clear: both;
}
.prowf-linovof li.item:before, .prowf-linovof li.item:after {
    content: " ";
    display: table;
}

.prowf-listul1 {
    width: 35%;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
}
.prowf-listul1 .product-image {
    overflow: hidden;
    position: relative;
    display: block;
}
.prowf-listul1 .product-image img{
    width: 100%;
}

.prowf-shop1 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.f-fix {
    float: left;
    width: 100%;
}
.prowf-tit2ags{
    font-size: 12px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 1px;
    padding-bottom: 0px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.prowf-tit2ags a {
    color: #272727;
    display: block;
    text-transform: inherit;
}
.prowfprice1 {
    margin: 10px 0;
    padding-bottom: 0;
    border: none;
    line-height: normal;
}
.prowfprice1 .regular-price {
    color: #f69e19;
    font-size: 14px;
    display: block;
}
.imgservis{
    /*border: 1px solid;*/
    border-radius: 4px;
}
/*-----------*/
/*PRODUCTOS*/

/*---------------*/
.products-grid {
    list-style: none;
}
.products-grid .wrapper-item-inner {
    position: relative;
}
.products-grid .outer-image {
    position: relative;
}
.products-list .product-image img, .products-grid .product-image img {
    width: 100%;
}
.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
}
.products-grid .outer-image .product-image {
    overflow: hidden;
}
.products-grid .outer-image .image-overlay {
    background: #7a7a7a;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*----------------*/
.products-grid li.item > .wrapper-item {
    margin: 0 auto;
    position: relative;
}
.products-grid .actions {
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    filter: alpha(opacity = 0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    z-index: 3;
}
.products-grid li.item > .wrapper-item:hover .actions {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.products-grid .link-quickview {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.products-grid .actions .button {
    background-color: #fff;
    border: 0 !important;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 3;
    display: block;
    transition: all ease 0.7s;
}
.products-grid .actions .button:hover {
    background-color: #f0da30;
    color: #000;
}
/*---------------*/
.products-grid .product-info {
    padding-bottom: 15px;
    position: relative;
    text-align: left;
}
.products-grid .product-info:before, .products-grid .product-info:after {
    content: " ";
    display: table;
}
.products-grid .product-info:after {
    clear: both;
}
.products-grid .product-name {
    font-size: 0.9em;
    height: auto !important;
    letter-spacing: 2px;
    line-height: 21px;
    margin: 0;
    padding: 20px 5px 0;
    text-transform: none;
    width: 100%;
    text-align: center;
    font-family: Montserrat-Light;
}
.products-list .product-name a, .products-grid .product-name a {
    color: #272727;
}
.products-grid .product-name a {
    display: block;
}
.products-list .product-name a, .products-grid .product-name a {
    text-transform: inherit;
    color: #272727;
}
.products-list .product-name a:hover, .products-grid .product-name a:hover {
    color: #009fc7;
    text-decoration: none;
}
.price-box {
    margin: 10px 0;
    line-height: normal;
}
.products-grid .price-box {
    float: right;
    font-size: 0.833em;
    margin: 0;
    padding: 20px 0 0;
    width: 30%;
    text-align: right;
}
.price-box p {
    margin-bottom: 0;
}
.products-grid .price-box .price {
    font-size: 16px;
}
.price-box .old-price .price {
    font-size: 1.3em;
    font-weight: normal !important;
    text-decoration: line-through;
}
.price-box .old-price .price, .price-box .special-price .price {
    display: inline-block;
}
.price-box .price-label {
    white-space: nowrap;
}
.price-box .old-price, .price-box .special-price {
    display: inline-block;
    padding-bottom: 5px;
}
.price-box .old-price .price-label, .price-box .special-price .price-label {
    display: none;
}
.price-box .price, .price {
    white-space: nowrap;
}
.products-grid .price-box .minimal-price .price, .products-grid .price-box .special-price, .products-grid .price-box .regular-price {
    padding: 0;
    font-size: 1em;
    color: #f69e19;
}
.price-box .old-price, .price-box .special-price {
    display: inline-block;
    padding-bottom: 5px;
}
.price-box .special-price, .price-box .regular-price {
    font-size: 2em;
}
.price-box .old-price .price-label, .price-box .special-price .price-label {
    display: none;
}
.products-grid .price-box .price {
    font-size: 16px;
}
.price-box .old-price .price {
    display: inline-block;
    color: #9e9e9e;
}
.price-box .special-price .price{
    display: inline-block;
}
.prowf-tit{
    font-family: Raleway-Light;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}
.prowf-breadlist{
    padding: 0;
    text-align: center;
}
.prowf-breadlist li {
    padding: 0;
    display: inline;
    text-transform: none;
}
.prowf-breadlist li a {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: normal;
    transition: all ease 0.5s;
}
.prowf-breadlist li a:hover,.prowf-breadlist li a:active,.prowf-breadlist li a:focus {
    color: #62e2ff;
    text-decoration: none;
}
.prowf-breadlist li span {
    color: #272727;
    padding: 0 5px;
}
.prowf-breadlist li strong {
    color: #62e2ff;
    text-shadow: 2px 2px 5px #000;
}

/*NOTICIA*/
.not-tita{
    font-size: 27px;
    color: #020002;
    font-family: Montserrat-Regular;
    margin-top: 0;
}
.not-armas{
    border-bottom: 1px solid #ff5b5b;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000;
}
.list-category1{
    padding-left: 0px;
    list-style: none;
}
.list-category1 li{
    margin-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px dashed #233679;
}
.tit-notcategor{
    font-size: 27px;
    margin-top: 0;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #203170;
}
.tit-notcategor a{
    color:#233679;
    transition: all ease 0.5s;
}
.tit-notcategor a:hover,.tit-notcategor a:active,.tit-notcategor a:focus{
    color: #161615;
    text-decoration: none;
}
/*------*/
.post-list-item .small-feature {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    /*    width: 300px;*/
    width: 100%;
}
.post-list-item .small-feature img {
    position: relative;
    float: left;
    padding-right: 10px;
    width: 100%;
    max-width: 130px;
}

.post-list-item h4 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.post-list-item a{
    color: #2d2d2d;
}

.more-link {
    text-align: right;
    margin-top: 15px;
}
.more-link .read-more {
    color: #FFF;
    background: #233679 url(../../../public/img/icono/date-bg.png) repeat-x bottom;
    padding: 7px 10px 7px 10px;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.more-link .read-more:hover {
    background: #424242 url(../../../public/img/icono/date-bg.png) repeat-x bottom;
    color: #FFF;
}

.image_review_wrapper {
    float: left;
    margin-right: 20px;
    position: relative;
}

.image_review_wrapper img {
    position: relative;
    width: 100%;
    max-width: 300px;
}

/*-----*/
.jms-titcomnnt1{
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    border-bottom: 1px solid #ff1a1a;
    padding-bottom: 5px;
}
.cjnbcomenteq{
    margin-bottom: 25px;
    background: #F9F9F9;
    padding: 15px;
    border: 1px solid #E1E1E1;
}

.comcjnulli{
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
.coboxw1{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 5px;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
}
.comcsubulli{
    list-style: none;
}

.comedahr a{
    padding-right: 25px;
    font-size: 14px;
    color: #000;
    transition: all ease 0.5s;
}
.comedahr a:hover{
    color: #ff1a1a;
    text-decoration: none;
}

.media-heading{
    font-size: 13px;
    margin-top: 15px;
}

.jms-btncmntn1{
    background-color: #ff0000;
    border-color: #c10000;
    color: #fff;
    transition: all ease 0.5s;
}
.jms-btncmntn1:hover,.jms-btncmntn1:focus,.jms-btncmntn1:active{
    background-color: #ffffff;
    color: #000;
}

/*BROWSER*/
.divbusque{
    border-bottom: 3px solid #ffd004;
    background: #000000;
    padding: 10px 15px;
    margin-bottom: 25px;
    box-shadow: 0px 5px 5px -2px #8a8a8a;
}
.projms-btn1{
    background: #ff0000;
    color: #fff;
    border-color: #dd020a;
}
/**/
.prowf-blctit1 {
    color: #ffffff;
    font-family: Montserrat-Regular;
    letter-spacing: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.prowf-blctit1 strong {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.prowf-blctit1 strong span {
    display: inline-block;
    font-size: 15px;
    padding-right: 30px;
    position: relative;
    text-align: left;
}
.prowf-blctit1 strong span:after {
    border-bottom: 1px solid #ff0000;
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    width: 1000px;
}
.prowf-blctit1 strong span:after {
    right: -1000px;
}
/*-TAGS-*/
.tagcloud{
    padding: 10px;
    display: inline-block;
}
.tagcloud a {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 2px 7px;
    background: #666;
    margin: 0 6px 6px 0;
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
}
.tagcloud a:hover{
    background: #ff1a1a;
}


/**/
.footred-ul{
    text-align: right;
    list-style: none;
    padding-left: 0;
}
.footred-ul li{
    display: inline-block;
    margin-left: 10px;
}

.footred-ul li img{
    width: 60px;
}
.footnm-1mob{
    font-size: 27px;
    color: #fff;
    font-family: Montserrat-Light;
    text-align: right;
}
.foot-hr1 {
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #ff0000;
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
}
.foot-hr22 {
    max-width: 100px;
    width: 100%;
    border-top: 3px solid #ff0000;
    float: none;
    margin-top: 5px;
    margin-bottom: 20px;
}
.foot-dirc{
    margin-top: 0px;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    text-align: right;
}
.foot-dirc22{
    margin-top: 0px;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    text-align: center;
}
.foot-txtdirc{
    font-size: 16px;
    color: #fff;
    text-align: right;
}
.footgs-mail1, .footgs-mail1 a{
    font-size: 16px;
    color: #fff;
    font-family: Montserrat-Light;
    text-align: right;
}
.footbordleft{
    border-left: 1px solid #fff;
}
.footext-dbj p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
/**/

@media (max-width: 1431px){
    .navbar-nav > li > a {
        padding: 15px 7px;
    }

}
@media (max-width: 1300px) {
    .uliesa {
        text-align: right;
        font-size: 18px;
        padding: 0;
    }
    .est-padbox1 {
        text-align: justify;
        color: #000000;
        padding: 10px 20px;
        font-size: 16px;
    }
    .menule {
        margin: 20px 0px;
        font-size: 14px;
    }
    .navbar-nav > li > a {
        padding: 15px 6px;
    }
    .elementes{
        display: none;

    }
    .est-prvalwidht1 {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }

}
@media (max-width: 1300px) {
    .uliesa {
        text-align: right;
        font-size: 18px;
        padding: 0;
    }
    .est-padbox1 {
        text-align: justify;
        color: #000000;
        padding: 10px 20px;
        font-size: 16px;
    }
    .menule {
        margin: 20px 0px;
        font-size: 14px;
    }
    .navbar-nav > li > a {
        padding: 15px 6px;
    }
    .elementes{
        display: none;

    }
    .est-prvalwidht1 {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }

}
/* md */
@media (max-width: 1181px) {
    .uliesa {
        text-align: right;
        font-size: 18px;
        padding: 0;
    }
    .maxwi{
        width: 93.666667%;
    }

    .jms-psrvctent1, .jms-psrvctent1 p {
        font-size: 24px;
        color: black;
        /* font-size: inherit; */
        font-weight: bold;
        padding: 3% 1%;
        margin: 0px;
    }
    .est-padbox12 {
        text-align: justify;
        color: #000000;
        padding: 30px 20px;
        font-size: 16px;
    }
    .est-padbox1 {
        text-align: justify;
        color: #000000;
        padding: 5px 20px;
        font-size: 16px;
    }
    .est-prvalwidht1 {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }
    .navbar-nav > li > a {
        padding: 15px 6px;
    }
    .padinav {
        padding: 0;
        display: none;
    }
    .menuse li {
        display: inline-block;
        padding: 0px 5px;
    }
    .reds {
        margin-top: 2%;
        text-align: center;
        padding: 0;
    }

    .menule {
        margin: 20px 0px;
        font-size: 12px;
    }
    .ceroped {
        text-align: center;
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
        color: #000000;
    }
    .ceropade {
        text-align: center;
        color: white;
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .mareg {
        width: 25%;
        margin-top: 11px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .elementes{
        display: none;
    }
    .ceropadeo{
        font-family: Montserrat-Light;
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1059px) {
    .uliesa {
        text-align: right;
        font-size: 18px;
        padding: 0;
    }
    .maxwi{
        width: 100%;
    }

    .minwi{
        width: 6.333333%;
        display: none;
    }

    .jms-psrvctent1, .jms-psrvctent1 p {
        font-size: 24px;
        color: black;
        /* font-size: inherit; */
        font-weight: bold;
        padding: 3% 1%;
        margin: 0px;
    }
    .est-padbox12 {
        text-align: justify;
        color: #000000;
        padding: 30px 20px;
        font-size: 16px;
    }
    .est-padbox1 {
        text-align: justify;
        color: #000000;
        padding: 5px 20px;
        font-size: 16px;
    }
    .est-prvalwidht1 {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }
    .navbar-nav > li > a {
        padding: 15px 6px;
    }
    .menuse li {
        display: inline-block;
        padding: 0px 5px;
    }
    .reds {
        margin-top: 2%;
        text-align: center;
        padding: 0;
    }

    .menule {
        margin: 20px 0px;
        font-size: 12px;
    }
    .ceroped {
        text-align: center;
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
        color: #000000;
    }
    .ceropade {
        text-align: center;
        color: white;
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .mareg {
        width: 25%;
        margin-top: 11px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .elementes{
        display: none;
    }
    .ceropadeo{
        font-family: Montserrat-Light;
        font-size: 14px;
    }
}

@media (min-width: 830px) and (max-width: 991px) {
    #home-slider .caption {
        position: absolute;
        top: 40%;
        margin-top: -104px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        padding: 0px 10%;
        color: #fff;
    }
    .maxwi{
        width: 100%;
    }
    .papadi{

        margin: 35px 0px;

    }

    .minwi{
        width: 6.333333%;
        display: none;
    }
    .jms-psrvctent3 p {
        font-size: 13px;
        color: black;
    }
    .jms-psrvctent1, .jms-psrvctent1 p {
        font-size: 18px;
        color: black;
        /* font-size: inherit; */
        font-weight: bold;
        padding: 3% 1%;
        margin: 0px;
    }
    .est-prvalwidht1a {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }
    .wiwi {
        width: 160px;
        height: 82px;
    }
    .est-padbox12 {
        text-align: justify;
        color: #000000;
        padding: 0px 20px;
        font-size: 16px;
    }
    .est-prvaltit {
        font-size: 22px;
        font-family: Montserrat-Regular;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }   
    .est-prvaltit2 {
        font-family: Montserrat-Light;
        color: #fff;
        font-size: 13px;
    }
    .hm-wetit {
        text-align: center;
        font-size: 32px;
        font-family: Montserrat-Regular;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .est-padbox1 {
        text-align: justify;
        color: #000000;
        padding: 0px 20px;
        font-size: 16px;
    }
    .ceropadeo {
        font-family: Montserrat-Light;
        font-size: 14px;
        margin: 0px;
    }
    .reds {
        margin-top: 3%;
        text-align: center;
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 15px 7px;
    }
    .mareg {
        width: 25%;
        margin-top: 11px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .reds li {
        padding: 0px 0px;
        display: inline-block;
    }
    .est-prvalwidht1 {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4%;
    }

    .navbar-nav > li > a {
        padding: 15px 4px;
        font-size: 11px;
    }
    .ceropadeo{

    }
    .menule {
        margin: 20px 0px;
        font-size: 14px;
    }

    .menuse li {
        display: inline-block;
        padding: 0px 3px;
    }
    .reds li {
        padding: 0px 0px;
        display: inline-block;
    }
    .uliesa {
        text-align: right;
        font-size: 16px;
        padding: 0;
    }
    .padinav{
        padding: 0;
    }
    .ceropade {
        text-align: center;
        color: white;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .ceroped {
        text-align: center;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .noticifot 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;
        padding-bottom: 30px;
    }
}

@media (max-width:1488px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 5px;
    }
}
@media (max-width:1280px){
    .navbar-brand > img {
        max-width: 210px;
    }
    nav.navbar.bootsnav ul.nav > li > a > span{
        padding-right: 0;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        font-size: 12px;
    }
}
@media (max-width:1114px){
    .list-rdftf{
        display: none!important;
    }
    .navbar-brand > img {
        max-width: 190px;
    }
}
@media (max-width: 992px){
    .est-menargtop{
        text-align: center;
    }
    nav.navbar.bootsnav ul.nav > li > a,nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu  > li > a{
        padding: 15px 5px;
        font-size: 14px;
        color: #fff;
    }
    .btn-marst715 {
        margin-top: -80px;
    }
    .btn-est715gs{
        padding: 10px 40px;
        margin-bottom: 38px;
    }
}
@media (max-width:991px){
    .range > .cell-xs-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .eo-gallgs li {
        position: relative;
        width: 50%;
    }
    .bg-image,.bg-imagewe,.bg-station1,.bg-station2,.bg-station3,.bg-station4,.bg-station5{
        height: 500px;
    }
}
@media (max-width: 829px) {
    .menuse li {
        display: inline-block;
        padding: 0px 1.5px;
    }
    .jms-psrvctent3 p {
        font-size: 13px;
        color: black;
    }
    .maxwi{
        width: 100%;
    }
    .papadi{
        margin: 35px 0px;
    }


    .jms-psrvctent1, .jms-psrvctent1 p {
        font-size: 16px;
        color: black;
        /* font-size: inherit; */
        font-weight: bold;
        padding: 3% 1%;
        margin: 0px;
    }
    .est-prvaltit21
    {
        font-family: Montserrat-Light;
        color: #fff;
        font-size: 13px;
    }
    .est-prvaltit2 {
        font-family: Montserrat-Light;
        color: #fff;
        font-size: 13px;
    }
    .hm-wehr1 {
        max-width: 100px;
        width: 100%;
        border-top: 3px solid #f0dc32;
        margin: 6px auto;
    }
    .est-padbox12 {
        text-align: justify;
        color: #000000;
        padding: 13px 20px;
        font-size: 16px;
    }   
    .est-prvalwidht1a {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8%;
    }
    .ceropade {
        text-align: center;
        color: white;
        margin-top: 2%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .est-prvaltit {
        font-size: 21px;
        font-family: Montserrat-Regular;
        color: #fff;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .hm-wehr {
        max-width: 100px;
        width: 100%;
        border-top: 3px solid #FF0000;
        margin: 11px auto;
    }
    .ceroped {
        text-align: center;
        margin-top: 2%;
        margin-left: 5%;
        margin-right: 5%;
        color: #000000;
    }
    .hm-wetit {
        text-align: center;
        font-size: 32px;
        font-family: Montserrat-Regular;
        margin-top: 2px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hm-wehr1 {
        max-width: 100px;
        width: 100%;
        border-top: 3px solid #f0dc32;
        margin: 5px auto;
    }
    .est-padbox1 {
        text-align: justify;
        color: #000000;
        padding: 0px 15px 0px 15px;
        font-size: 15px;
    }
    .ceropadeo {
        margin: 2% 0%;
    }
    .est-prvalwidht1 {
        width: 630px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;
    }
    .navbar-nav > li > a {
        padding: 15px 3px;
    }
    .ceropadeo {
        font-family: Montserrat-Light;
        font-size: 12px;
    }
    .menule {
        margin: 20px 0px;
        font-size: 13px;
    }
    .padinava{
        padding: 0;
    }
    .menule {
        margin: 20px 0px;
        font-size: 10px;
        /*float: left !important;*/ 
    }   
    .wiwi{
        width: 151px;
    }
    #home-slider .caption {
        position: absolute;

        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        padding: 0px 10%;
        color: #fff;
    }

    .reds {
        margin-top: 4%;
        text-align: center;
        padding: 0;
    }
    .reds li {
        padding: 0px 0px;
        display: inline-block;
    }
    .uliesa {
        text-align: right;
        font-size: 16px;
        padding: 0;
    }
    .mareg {
        width: 25%;
        margin-top: 11px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .noticifot 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;
        padding-bottom: 30px;
    }

    .padinav{
        padding: 0;
    }

    h2, .h2 {
        font-size: 26px;
        margin-top: 10px;
    }


}
@media(max-width:767px){
    .footred-ul, .footnm-1mob, .foot-dirc, .foot-txtdirc, .footgs-mail1, .footgs-mail1 a {
    text-align: center;
}
.foot-hr1 {
    float: none;
}
.footext-dbj p {
    text-align: center;
}
.fotlogo-jms {
    width: 200px;
    max-width: 100%;
        margin-left: auto;
    margin-right: auto;
    display: block;
}
    .mostra{

        display:initial;

    }
    .fontawes {
        padding: 8px 9px;
        border: 1px solid #FF0000;
        border-radius: 50px;
        background: #FF0000;
        color: white;
        transition: all ease 0.7s;
    }
    .fontawe {
        padding: 8px 11px;
        border: 1px solid #FF0000;
        border-radius: 50px;
        background-color: #FF0000;
        color: white;
        transition: all ease 0.7s;
    }
    .fontawesi {
        padding: 8px;
        border: 1px solid #FF0000;
        border-radius: 50px;
        background: #FF0000;
        color: white;
        transition: all ease 0.7s;
    }
    .nopadd{
        padding: 0px;
    }
    .menule {
        margin: 20px 0px;
        font-size: 10px;
        /* float: left !important; */
    }
    .image_rvw_wpr1 img {
        position: relative;
        width: 100%;
        max-width: 110px;
        margin-top: -6px;
    }
    .jms-psrvctent1, .jms-psrvctent1 p {
        font-size: 23px;
        color: black;
        /* font-size: inherit; */
        font-weight: bold;
        padding: 3% 1%;
        margin: 0px;
    }   
    .pepesi {
        color: white;
        font-size: 16px;
        padding: 0px;
        margin-top: 0px;
        padding-left: 70px;
        font-weight: bold;
        text-align: right;
    }
    .centerow{
        text-align: center;
    }
    .noticifot 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;
        padding-bottom: 30px;
    }
    .mergen{
        margin-top: 10px;
    }
    .ulienas {
        margin-top: 15px;
    }

    .menule {
        margin: 0px 0px;
        font-size: 15px;
    }
    .marginersi {
        margin: auto;
        width: 140px;
        margin-top: 18px;
    }
    .padone{
        padding-top: 10px;
    }
    .mostra1{
        display:none;
    }
    .texaline{
        text-align: center;

        border-top: 1px solid;

    }
    .padinav {
        padding: 0;
        display: block;
        padding-top: 6px;

    }
    .ceropade {
        text-align: center;
        color: white;
        margin-top: 2%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 18px;
    }
    .reds {
        margin-top: 0%;
        padding: 0;
        border-top: 1px solid black;
    }

    .ceroped {
        text-align: center;
        margin-top: 2%;
        margin-left: 10%;
        margin-right: 10%;
        color: #000000;
        margin-bottom: 18px;
    }
    .ulie {

        margin: 0;
        text-align: center;
        padding: 6px 0px;

    }
    .texalin {
        text-align: center;
        margin: 6px 50px;
    }
    #home-slider .caption h1 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 40px;
        text-align: center;
        margin-left: 0%;
    }
    #home-slider .caption {
        position: absolute;         
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        padding: 0px 10%;
        color: black;
    }
    .ulielahr, .ulielahr1, .ulielahr2 {
        float: none;
    }
    .uline {
        margin: 15px 0px;
    }
    .pepes{
        padding-left: 0;
        padding: 20px 10px;  
    }
    .footmarceo{
        padding: 5px;
        margin-bottom: 5px;
    }
    .visuale{
        display: initial;
    }
    .btn-marst715 {
        margin-top: -60px;
    }
    .btn-est715gs{
        padding: 10px 40px;
        margin-bottom: 18px;
    }
    .est-txsltit1{
        font-size: 2.5em;
    }
    .est-txslcnt1{
        font-size: 1.2em;
    }
    .eotitvis,.cps-titwe2 {
        font-size: 27px;
    }
    .station-hrf,.station-hrf1{
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .eo-gallgs li {
        position: relative;
        width: 100%;
    }
    .est-txsltit1{
        font-size: 2em;
    }
    .btn-marst715 {
        margin-top: -42px;
    }
    .btn-est715gs {
        padding: 5px 25px;
        margin-bottom: 10px;
    }
    .nivo-caption{
        padding: 0;
    }
}
@media (max-width: 479px) {
    #home-slider .caption h1 span, #twitter-carousel .item span, #footer .footer-bottom, #single-portfolio .close-folio-item:hover, 
    .single-table.featured .btn.btn-primary, .contact-info ul li a:hover, #footer .footer-bottom a {
        /*  color: white;*/
        /* text-shadow: 2px 1px 1px #fff; */
        font-size: 40px;
        /*  background-color: red;
          padding-bottom: 10px;*/
    }

    /*
    #home-slider .caption {
        position: absolute;
        top: 40%;
        margin-top: -104px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        padding: 0px 10%;
        color: #fff;
    }
    #home-slider .caption p {
        width: 900px;
        max-width: 100%;
        text-align: left;
        margin: auto;
        background-color: #96BE14;
        font-size: 17px;
    }
    */
}
@media(max-width:600px ){
    .noticifot 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;
        padding-bottom: 30px;
    }
}
@media (max-width: 397px) {
    #home-slider .caption h1 span, #twitter-carousel .item span, #footer .footer-bottom, #single-portfolio .close-folio-item:hover, 
    .single-table.featured .btn.btn-primary, .contact-info ul li a:hover, #footer .footer-bottom a {
        /*  color: white;*/
        /* text-shadow: 2px 1px 1px #fff; */
        font-size: 33px;
        /*    background-color: red;
            padding-bottom: 10px;*/
    }
    /*  #home-slider .caption p {
          width: 900px;
          max-width: 100%;
          text-align: left;
          margin: auto;
          background-color: #96BE14;
          font-size: 15px;
      }
    */
}
@media(max-width: 335px){
    .ulie li {
        display: inline-block;
        padding: 0px 3px;
    }
}