/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,400i,500,700,700i&display=swap');

html{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

body{
   font-family: 'Fira Sans Condensed', sans-serif;
}


html.noscroll {
        overflow: hidden;
    }

    body.noscroll {
        overflow: visible;
        height: 100%;
    }

h1{
    font-weight: 500;
}

@media screen and (min-width: 992px){
.h1, h1 {
    font-size: 65px;
}

    .nav-menu-link-negro{
        color:#FFFFFF !important;
    }
    
    .empresa-blanco {
    background-color: transparent !important;
}
    
    
}


header{
    padding-top: 100px;
}


.logo-container {
 /*   margin-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;*/
    width: 170px;
}


.logo-container-WH {
     margin-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 170px;
}





.bg-light {
     transition:500ms ease;
      background-color: rgba(255, 0, 0, 0)!important;
}

.bg-light.scrolled{
    background-color: #FFFFFF !important;
}


.navbar-light .navbar-toggler {
   
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar-toggler-icon.scrolledicon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}


/*banner*/
.slick-slider {
    box-sizing: border-box;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative;
}
.slick-slider, html {
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0);
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative;
}

.slick-slider .slick-track {
    margin: auto;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-list, .slick-slider, .slick-track {
    display: block;
    position: relative;
}

.stage .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

@media only screen and (min-width: 600px){
.stage--full .item {
    min-height: 66.6vh;
}
}

.stage .item {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    width: 100vw;
    z-index: 3;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.stage .item h1 {
    line-height: 1.44em;
    text-transform: uppercase;
    letter-spacing: .015em;
    margin: 0 .3em .65em;
}

@media only screen and (min-width: 600px){
.stage--full .item .item__image {
    display: none;
}
}

.stage .item h1 span.stage__line--1 {
    box-shadow: 0.3em 0 0 #f07d00, -0.3em 0 0 #f07d00;
    background: #f07d00;
}
.stage .item h1 span.stage__line {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.stage .item h1 span {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: #fff;
    padding: .07em 0;
}

.stage .item h1 span.stage__line--2 {
    box-shadow: 0.3em 0 0 #003c64, -0.3em 0 0 #003c64;
    background: #003c64;
}
.stage .item h1 span.stage__line {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.stage .item h1 span {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: #fff;
    padding: .07em 0;
}




.stage .item p {
    font-size: calc(22px + 4 * ((100vw - 400px)/ 592));
    color: #003c64;
    letter-spacing: .015em;
    line-height: 1.3em;
}

@media screen and (min-width: 992px){
.stage .item p {
    font-size: 26px;
}
}

@media only screen and (min-width: 600px){
.stage--full .item .container {
    margin-top: 170px;
    z-index: 999999;
}
}

.stage .item:before {
    background: linear-gradient(to bottom,rgba(6,6,6,.7) 0,rgba(153,153,153,0) 59%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd060606', endColorstr='#00ffffff', GradientType=0 );
    opacity: .81;
    left: 0;
    width: 100%;
    z-index: 5;
}
.stage .item:after, .stage .item:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}

.stage--full .item:after {
    opacity: .6;
    left: 0;
    width: 66.6vw;
}
.stage .item:after {
    background: #fff;
    z-index: 7;
}
.stage .item:after, .stage .item:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 599px){
.stage--full .item .container {
    position: relative;
    z-index: 30;
    }}

@media (max-width: 767px){
.stage .item>.container {
    width: 100%;
}
}

@media screen and (max-width: 767px){
.container, .referenceList .headerWrapper .list.news_pi1 .category-parent, .referenceList .news, [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 599px){
.stage--full .item h1~:last-child {
    margin-bottom: 0;
    }}
@media only screen and (max-width: 599px){
.stage--full .item h1~* {
    padding-left: 20px;
    padding-right: 20px;
    }}

@media only screen and (max-width: 599px){
.stage--full .item .text  {
    padding: 0;
    position: static;
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
}


@media only screen and (max-width: 599px){
.stage--full .item .item__image {
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
}

@media only screen and (max-width: 599px){
.stage--full .item h1 span {
    position: relative;
    z-index: 99;
}
}

@media only screen and (max-width: 599px){
.stage--full .item .container {
    margin:0;
    padding: 0;
        max-width: 100%;
}
}



@media only screen and (max-width: 599px){
.stage--full .item h1 {
   
    margin-right: 0;
    min-height: 50vh;
    padding: 1.5em 30px .75em;
    position: relative;
}
}

@media only screen and (max-width: 599px){
.stage--full .item {
    background-image: none!important;
    }}



@media only screen and (max-width: 599px){
.headline {
   background-image: url('../images/fondoppal.jpg');background-position:50% 50%; background-size: cover;
    font-size: 3rem;
    }
    
    .headlineEmpresa {
   background-image: url('../images/fondoEmpresa.jpg');background-position:50% 50%; background-size: cover;
    font-size: 3rem;
    }
    
    
      .headlineCalidad {
   background-image: url('../images/imgCalidad.jpg');background-position:50% 50%; background-size: cover;
    font-size: 3rem;
    }
    
    
        .headlineValores {
   background-image: url('../images/imgValores.jpg');background-position:50% 50%; background-size: cover;
    font-size: 3rem;
    }
    
    
         .headlineNoticias {
   background-image: url('../images/imgNoticias.jpg');background-position:50% 50%; background-size: cover;
    font-size: 3rem;
    }
    
    
            .headlineContacto {
   background-image: url('../images/imgContacto.jpg');background-position:50% 50%; background-size: cover;
    font-size: 3rem;
    }
    
    
    .logo-container{
        margin-left: 5px;
    }


}



/*fin stage*/


/*Noticias*/

#noticias{
padding-top: 50px;
    margin-bottom: 15px;
}

.teaser .link:active,  .teaser .link:focus, .teaser .link:hover {
    text-decoration: none;
    background-color: #ecede8;
    color: #282d32;
}

.teaser a {
    color: #282d32;
    text-align: left;
}


.enlaceNoticia{
	color:#007bff!important;
}

.teaser .link {
    display: block;
    border-top: 3px solid #f07d00;
    padding: 15px 10px 40px; 
}

.teaser h3 {
    text-transform: uppercase;
    line-height: 32px;
    text-align: left;
    padding-top: 15px;
}

 .teaser p {
    font-size: 16px;
    font-size: 1.2rem;
    line-height: 24px;
}

 .teaser .more {
    margin-top: 18px;
    overflow: hidden;
    line-height: 0;
         padding-top: 3px;
      padding-bottom: 3px;
}

.teaser svg {
    overflow: hidden;
    vertical-align: middle;
}

.teaser img {
    width:100%;
}

.teaser .more svg {
    height: 11px;
    margin: 0 20px 0 -20px;
    width: 40px;
}

.moreNews:hover {
    background-color: #D2D2CD;
    border-color: #D2D2CD;
    color: #000;
}

.botonNoticias.active, .botonNoticias:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.botonNoticias.focus, .botonNoticias:focus, .botonNoticias:hover {
    color: #333;
    text-decoration: none;
}

.botonNoticias{
    width: 100%;
    text-align: center;
    line-height: 48px;
    padding: 0 30px;
}

.botonNoticias {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 0;
    -ms-user-select: none;
    user-select: none;
}

.moreNews {
    background-color: #ecede8;
    display: none;
    width: 100%;
    margin-top: 5px;
    
}


#destacados {
    background-color: #f07d00 49.999%;
    background: linear-gradient(to right,#003c64 49.999%,#f07d00 50%);
    padding: 75px 0;
}


#destacados{
    padding-top:50px;
    padding-bottom:50px;
    background-color: #ecede8;
}


.titulodestacado{
  text-transform: none !important;
    line-height: 1.4rem !important;
    text-align: left !important;
    padding-top: 5px !important;
    font-size: 1.2rem !important;
    color:#FFFFFF;
}

.destacado .more {
    
    overflow: visible;
    margin-top: 10px;
    color:#FFFFFF;
 
}

.destacado .link {
    display: block;
    border-top: 3px solid #ecede8;
    padding: 10px 10px 10px;
}

h2.tituloBlanco{
    color:#FFFFFF;
}

.destacado .link:hover .more{
    
    color: #000000;
}

.destacado .link:hover .titulodestacado{
    
    color: #000000;
}

#catalogo{
    background-color: #003c64;
    color:#FFFFFF;
    padding-top: 45px;
    padding-bottom: 45px;
}

#catalogo h3{
    color:#FFFFFF;
    text-transform: uppercase;
}
#catalogo p{
    font-size: 1.3rem;
}



#search_block_top {
    display: table-cell;
    width: 33.3333%;
}
#search_block_top {
    position: relative;
    float: none;
    vertical-align: middle;
    z-index: 1;
    padding-top: 20px;
}

#search_block_top #searchbox {
    width: 80%;
    background: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#search_block_top #searchbox {
    background: #fafafa;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
}
#search_block_top #searchbox {
    border-color: #ededed !important;
}
form#searchbox {
    position: relative;
}


#search_block_top #searchbox input {
    background: none;
    border: none;
    color: #9C9B9B;
    display: inline;
    float: left;
    font-size: 13px;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    margin: 5px 50px 5px 0;
    padding: 0 13px;
    min-width: 100px;
    /* width: 222px; */
}
#search_block_top #searchbox input {
    color: #9C9B9B !important;
}
.search_query {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}

#search_block_top .btn.button-search {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #ffffff;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 44px;
    padding: 0;
    display: inline-block;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-align: center;
}

.btn.button-search {
    background-color: #f07d00 !important;
}
.btn {
    border-radius: 4px;
    background-color: #f07d00;
    color: #FFFFFF;
}

#search_block_top .btn.button-search span {
    background: url(../images/icons-lens-1.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    height: 34px;
    width: 34px;
    margin: 0 auto;
    line-height: 34px;
    /* opacity: 0.65; */
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-indent: -9999px;
}
#search_block_top .btn.button-search span {
    background-image: url(../images/icons-lens-1.png) !important;
}

#search_query_top:focus {
    border-color: #FFFFFF; 
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#search_block_top #searchbox input {
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


#catalogo a svg {
    fill: #fff;
}
#catalogo a svg {
    margin-right: 20px;
}

#catalogo a {
    color:#FFFFFF;
}

/*footer*/

@media only screen and (min-width: 992px){
#main-footer {
    height: 110px;
    line-height: 110px;
}
    
    #main-footer nav {
    text-align: right;
}
    
    
    #main-footer ol {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-bottom: 0;
}
    
    
    #main-footer ol>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
    
    #main-footer ol .text-link {
    padding: 0 12px;
}
    #main-footer ol>li.has-icon {
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
}
    
    #main-footer ol>li.has-icon a {
    padding: 0;
}
    
    }





#main-footer {
    background-color: #242833;
    color: #999;
    font-size: 1rem;
}

#main-footer a {
    color: #999;
}


#main-footer ol svg {
    position: relative;
    height: 30px;
    fill: #999;
}



@media only screen and (min-width: 600px){
#main-footer nav ol li {
    display: inline-block;
    margin-bottom: 0;
}
    
    #main-footer nav ol li:first-child a {
    padding-left: 0;
}
    
    
    }


.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background: rgba(0, 0, 0, 0.92); }
.main-menu .nav li a{color:#FFF; font-size: 5vh; font-weight:600; }
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{position:relative; z-index:1111; border:solid 1px #f8f8f8;  height:42px; display:block; width:50px; padding:12px; }
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#FFFFFF;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}



.full-menu {
  visibility: hidden;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}




.full-menu--open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    z-index: 999999999;
    background-color: #f07d00;
    bottom: 0;
    color: #fff;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height:100%;
    
    
  
     
    
}

.full-menu--middle {
position: absolute;
    padding: 80px 20px 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.menu-toggle--close {
    position: absolute;
    top: 5px;
    right: 40px;
     border:0;
    background-color: transparent;
    z-index: 999999;
}


.menu-toggle--close:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00d';
    color: #FFF;
    font-size: 40px;
    margin: 0;
   
        
}

.menu-toggle--close-negro:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00d';
    color: #000000;
    font-size: 40px;
    margin: 0;
   
        
}

.nav-menu-link{
    color:#FFFFFF !important;
}






.logo-container {
    display: block;
    left: 30px;
    padding: 0;
    position: relative;
   
    width: 170px;
}

@media (min-width: 992px){
.logo-container {
   left: 30px;
    top: 0px;
    width: 170px
}
    
    .menu-item svg {
    display: none;
}
    
    .nav-menu-submenu {
        background-color: #FFFFFF;
    }
    
    
}


.main-nav{
        padding-left: 10vw;
            padding-top: 10vw;
    list-style: none;
}

.main-nav a{
    color:#FFF;
        font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    position:relative;
}

.main-nav .menu-item a:hover:before{
    width: calc(100% + .4em);
}

.main-nav a:before {
    background-color: #f6a959;
}


.main-nav a:before {
    bottom: .05em;
    content: '';
    height: .4em;
    left: -.2em;
    position: absolute;
    transition: all .3s;
    width: 0;
    z-index: -1;
}


.nav-menu-submenu-list{
    list-style: none;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 4rem
}


.nav-menu-item--headline{
    color:#000000;
    font-size: 1.8rem;
    font-weight: 500;
}

.nav-menu-submenu {
    padding: 240px 50px 25px;
    position: fixed;
    top: 0;
    left: 100vw;
    bottom: 0;
    width: 57vw;
    opacity: 1;
    overflow: scroll;
    
    transition: all .3s;
}

.nav-menu-submenu-expanded {
    left: 43vw;
    transition: left .3s;
        z-index: 99999;
}


.nav-menu-item--headline a{
    color: #000000 !important;
    font-size: 1.8rem;
    font-weight: 500;
}

.menu-item{
    position: relative;
}

.menu-item svg {
    fill: #fff;
    position: absolute;
    transform: rotate(0);
    transition: transform .3s;
}


@media only screen and (max-width: 991px){
    
    
    .empresa-blanco{
    background-color: #FFFFFF !important;
}
    
.navbar {
    transition: all .3s ease-in-out;
    background-color: #fff !important;
}
    
    .nav-menu-link-negro{
    color:#000000 !important;
}
    
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    
    
    .menu-item>a {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: .565em 0;
        font-weight: 500;
        display: block;
}
    .main-nav{
        padding-top: 5px;
    }
    
    .menu-item {
    transition: all .3s;
    background: inherit;
    padding-bottom: 0;
}
    .main-nav{
        padding-left: 0;
        margin-left: 0;
    }
    
    .main-nav a:before {
    bottom: .05em;
    content: '';
    height: .04em;
    left: -.2em;
    position: absolute;
    width: calc(100% + .4em);
    z-index: -1;
}
    
    .menu-item svg {
    height: 1em;
    top: 25px;
}
    
    .menu-toggle--close-negro:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00d';
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
   
        
}
    
.nav-menu-submenu {
    max-height: 10000px;
    transition: max-height .3s;
} 
    
    .nav-menu-submenu {
    padding: 0;
    position: fixed;
    top: 0;
    left: 100vw;
    bottom: 0;
    width: 57vw;
    opacity: 1;
    overflow: scroll;
    
    transition: all .3s;
}
    
    
    .nav-menu-submenu-expanded {
    position: static;
    transition: left .3s;
}

    
    
}


@media (max-width: 991px) and (min-width: 768px){
.menu-item {
    padding-left: calc(20px + ((100vw - 750px)/ 2));
    padding-right: calc(20px + ((100vw - 750px)/ 2));
    margin-left: -20px;
}
    
    .menu-item svg {
    right: calc(20px + ((100vw - 750px)/ 2));
}
    
    
}


@media (max-width: 767px){
.menu-item {

    padding-left: 20px;
    padding-right: 20px;
}
    
    .nav-menu-submenu {
   
    width: 100% !important;
   
}
    
    
}



#historia{
    padding-top: 80px;
    padding-bottom: 80px;
}

#historia h2{
    font-size: 48px;
}


#historia p {
    font-size: 1.3rem;
    line-height: 26px;
}


@media only screen and (min-width: 992px){
.imageWideRight {
    padding-left: 25px;
    max-width: 583px;
    margin-bottom: 10px;
}
    
     
    .imageWideLeft {
    margin-bottom: 10px;
    padding-right: 25px;
    max-width: 583px;
}
    
}

@media (max-width: 991px){
    .imageWideRight {
    padding-left: 0;
   float:none !important;
    margin-bottom: 10px;
}
    
    .imageWideLeft {
    padding-left: 0;
   float:none !important;
    margin-bottom: 10px;
}
    
}

.obligatorio{
    color: #CC3300;
    margin-left: 1px;
    font-weight: 700;
}

.toggler-noticia {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.error{
    color:#CC3300;
}

.world{
    color: #FFF;
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    position: relative;
}

.descargas h3{
    font-size: 1.2rem;
    line-height: 1.3rem;
    text-transform: none;
}



