/*General*/
* {outline: 0;}
html {
  height: 100%;
}
body {
  overflow-x: hidden !important;
  position: relative;
  min-height: 100%;
}
.container {
  margin-left: 64px;
  margin-right: 64px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
section {
  margin-bottom: 30px;
}
.text-red {
  color: #db0047;
  font-weight: bold;
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.category {
}
.orbit-home {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .orbit-home {
    margin-bottom: 60px;
  }
}
.orbit-index {
  font-weight: 300;
  font-size: 13px;
}
.orbit-index-red {
  font-weight: 300;
  font-size: 13px;
  color: #DB0047;
}
.noticia-row {
  margin-left: 0px;
}
@media (min-width: 640px) {
  .noticia-row {
    margin-left: 30px;
  }  
}
#pre-load-web {width:100%;position:absolute;background:#fff;left:0px;top:0px;z-index:100000}
#pre-load-web #imagen-load{left:50%;margin-left:-87px;position:absolute}
@media(max-width: 640px) {
  #pre-load-web #imagen-load{left:50%;margin-left:-48px;position:absolute}
}
/*Nav*/
.main-logo {
    padding-left: 0 !important;
}
nav .menu-text {
  padding: 0;
}
nav .menu-text img {
  height: 7rem;
}
.title-bar {
  padding: 10px;
  display: none;
}
.top-bar {
  display: none;
}
.title-bar-title img {
  height: 80px;
  margin: 10px;
}
.title-bar > button {
  float: right;
  margin-top: 15px;
}

#topMenu {
  margin-top: 1.5rem;
  float: left;
  padding-left: 6px;
}
@media (max-width: 1023px) {
  #topMenu {
    margin-left: 4px;
  }
  #topMenu a {
    padding-left: 0;
  }
}
.top-bar {
  margin-bottom: 2.5rem;
}
.top-bar-left {
  position: relative;
}
.top-bar-left > .vertical {
  position: absolute;
  right: 2px;
  top: 80px;
}
.top-bar-left > .dropdown {
  margin-left: 64px;
}
.menu > li > a {
  font-size: 0.75rem;
  font-weight: 700;
}
.social a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 1rem;
}
.languages a {
  font-size: 0.6rem !important;
  font-weight: 500 !important;  
}
@media (max-width: 1023px) {
  .social {
    margin-top: 10px;
  }
  .social a {
    width: 20px;
    margin-bottom: 30px !important;
    margin-right: 20px;
  }
  .social img {
    margin-right: 25px;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .menu-log i {
    font-size: 1rem;
  }
  .languages a {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 1023px) {
  #example-menu {
    padding-bottom: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
  }
  .title-bar {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: transparent;
    top: 0;
  }
  .main-logo {
    position: relative;
    z-index: 3;
  }
}
.top-bar-right {
  margin-right: 64px;
}
@media(min-width: 1023px) {
  .top-bar-right {
    margin-right: 90px;
  }
}
.menu-log {
  position: absolute;
  right: 0;
  top: 100px;
}
@media(min-width: 1023px) {
  .main-logo {
    padding-left: 0.625rem !important;
  }
  .menu-log {
    top: 48px;
  }
  .top-bar-left > .vertical {
    bottom: 0;
    right: auto;
    top: auto;
  }
  #topMenu {
    float: right;
    padding-left: 0;
  }
}
@media(min-width: 1501px) {
  .menu-log {
    top: 3.45rem;
  }
}
#example-menu, .title-bar {
  width: 100vw;
}
@media(max-width: 1023px) {
  .top-bar-right {
    float: left;
  }
  .languages {
    position: absolute;
    top: 475px;
    border-top: 2px solid #db0047;
    margin-left: 9px;
  }
  #example-menu {
    padding-bottom: 100%;
  }
  .menu > li > a {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
#btn-container {
  position: relative;
  width: 50px;
  height: 50px;
}
#open-menu, #close-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.close-button {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 30px;
}
.border-menu {
  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;
}
.border-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-top: 2px #DB0047 solid;
  border-bottom: 2px #DB0047 solid;
  height: 100%;
  -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;
}
@media (max-width: 1023px) {
  .border-menu:before {
    height: 34px;
    margin-bottom: 7px;
  }
}
.border-menu:hover:before, .border-menu:focus:before, .border-menu:active:before {
  left: 0;
  right: 0;
}
.languages a {
  padding: 5px 0px !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  border-bottom: 2px #fff solid;
  margin-right: 10px !important;
}
.languages .active > a, .languages a:hover {
  font-weight: 700 !important;
  padding: 5px 0px !important;
  color: #DB0047;
  height: 100%;
  border-top: 0;
  border-bottom: 2px #DB0047 solid;
  background: #fff;
}

.languages {
  color: #DB0047;
}
.languages a:hover {
  font-weight: 700 !important;
}
.languages .menu {
  line-height: 0;
}
.languages p {
  background-color: #DB0047;
  color: #fff;
  width: 100%;
}
.border-menu-lang {
  width: 30px;
}
.border-menu-lang:hover:before, .border-menu-lang:focus:before, .border-menu-lang:active:before {
  left: 10px;
  width: 30px;
  right: 10px;
}
@media (min-width: 1500px) {
  .border-menu-lang, .border-menu-lang:hover:before, .border-menu-lang:focus:before, .border-menu-lang:active:before {
    width: 34px;
  }
}
#btn-login, #btn-search {
  color: #fff;
  padding: 0.7rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1368px) {
  #loginModal {
    padding-top: 280px;
    padding-left: 180px;
    padding-right: 500px;
  }
  #searchModal {
    padding-top: 450px;
    padding-left: 180px;
    padding-right: 500px;
  }
  #contactModal {
    padding-top: 180px;
    padding-left: 180px;
    padding-right: 500px;
  }
  #empleoModal {
    padding-top: 180px;
    padding-left: 180px;
    padding-right: 180px;
  }
  #registerModal {
    padding-top: 180px;
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media screen and (min-width: 1500px) {
  #btn-login, #btn-search {
    padding: 0.65rem;
  }
}
#registerModal > form > div > div {
  background-color: transparent !important;
}
@media (max-width: 1023px) {
  [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="submit"],[type="tel"], [type="time"], [type="url"], [type="color"], [type="file"],textarea {
    font-size: 13px;
  }
  #empleoModal select {
    font-size: 13px !important;
  }
  #loginModal:first-child p {
    font-size: 13px;
  }
}
@media(max-width: 1023px){
  #btn-login, #btn-search {
    width: 55px;
    height: 36px;
    padding-left: 0;
    font-size: 11px;
  }  
}
.reveal {
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
#empleoModal h1 {
  margin-bottom: 30px;
  font-weight: 300;
}
#empleoModal select, #empleoModal input[type="file"] {
  border-bottom: 1px solid #fff;
}
#circle {
  z-index: 9999;
  width: 0px;
  height: 0px;
  position: absolute;
  background-color: #DB0047;
  border-radius: 50%;
}
/*Home*/
.articulo-date-home {
  font-size: 6px !important;
  margin-bottom: 6px;
}
.articulo-text-home {
  padding: 20px;
  padding-top: 50px;
  position: absolute;
  width: 25%;
  top: 150px;
  /*left: -100%;*/
  background: #fff;
}
.articulo-text-home h1 {
  display: inline-block;
  border-bottom: 2px solid #DB0047;
  color: #DB0047;
  font-size: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}
.articulo-text-home p {
  color: #DB0047;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1023px) {
  .articulo-date-home {
    font-size: 0.75rem !important;
    margin-bottom: 8px;
  }  
  .articulo-text-home h1 {
    font-size: 1.75rem;
    padding-right: 0;
    padding-bottom: 0;
  }
  .articulo-text-home p {
    font-size: 2rem;
  }
  .orbit-index-red, .orbit-index {
    font-size: 1.5rem;
  }
}
.innovation-home {
  height: 400px;
  margin-bottom: 75px;
  background: #db0047;
}
.innovation-home .small-5 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.innovation-home .small-5 img {
  margin-top: 75px;
  height: 250px;
  width: auto;
  max-width: none;
}
.innovation-home .small-7 {
  padding-top: 90px;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
}
.innovacion .column:last-child {
  float: left !important;
}
.proyecto-line {
  width: 50px;
  height: 4px;
  background-color: #db0047;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1023px) {
  .proyecto-line {
    margin-left: 0.7rem;
  }
}
.innovation-home h1 {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.innovation-home p {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 641px) {
  .innovation-home .small-7 {
    padding-right: 15%;
  } 
}
@media (min-width: 769px) {
  .proyecto-line {
    width: 150px;
  }
  .innovation-home {
    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 10%, #db0047 10%, #db0047 100%);
    background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 10%,#db0047 10%,#db0047 100%);
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 10%,#db0047 10%,#db0047 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#db0047',GradientType=1 );
  }
  .innovation-home .small-7 {
    padding-top: 150px;
    padding-left: 15%;
  }  
  .innovation-home h1 {
    font-size: 1.75rem;
    padding-bottom: 0px;
  }
  .innovation-home p {
    font-size: 2rem;
  }
  .innovation-home .small-5 img {
    margin-top: 15%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 1368px) {
  .innovation-home .small-7 {
    padding-top: 200px;
  }
}
.imagen-proyecto {
  overflow: hidden;
  padding: 0;
}
.imagen-proyecto > img {
  max-width: none;
}
.product-home, .articulo-home {
  height: 400px;
  overflow: hidden;
}
.product-line {
  min-width: 100%;
}
@media (min-width: 769px) {
  .product-home, .articulo-home, .innovation-home {
    height: 600px;
  }  
}
@media (min-width: 769px) and (max-width: 1368px) {
  .articulo-text-home {
    top: 100px;
    width: 30%;
  }
  .innovation-home .small-5 img {
    margin-top: 150px;
  }
}
@media (min-width: 1368px) {
  .product-home, .articulo-home, .innovation-home {
    height: 800px;
  }  
}
@media (max-width: 1023px) {
  .last-mini {
    float: right;
  }
  .imagen-proyecto-mini {
    position: relative;
  }
  .previous-arrow, .next-arrow {
    height: 30px !important;
    padding-left: 10px;
    padding-bottom: 6px;
    top: 30%;
    width: 70px;
    position: absolute;
    background-color: #fff;
  }
  .previous-arrow {
    left: 75%;
  }
  .next-arrow {
    right: 75%;
  }
  .next-arrow span {
    float: right;
    padding-right: 10px;
  }
}
.product-home .icon-product > img {
  float: right;
  width: 30vw;
  max-width: 350px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media (min-width: 1023px) {
  .innovacion .next-arrow, .innovacion .previous-arrow {
    display: none !important;
  }
}
.product-home .icon-text {
  height: 800px;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 15%;
  color: #fff;
  position: absolute;
  right: 0%;
}
.innovation-text-home {
  position: absolute;
  left: 45%;
}
.product-home a, .innovation-home a, .product-home a:hover, .innovation-home a:hover {
  color: #fff;
  outline: 0;
}
@media (min-width: 1023px) {
  .product-home .icon-text {
    padding-left: 5%;
  }
}
.product-home h1 {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.product-home p {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.product-home .icon-product {
    width: 800px;
    margin-left: calc(100vw/2.5 - 800px) !important;
    padding-right: 5vw;
    margin-top: -160px;
    background-color: #fff;
    height: 720px;
    border-radius: 0 50% 50% 0;
    right: 0;
}
@media (min-width: 769px) {
  .product-home .icon-product {
    margin-top: -100px;
    padding-right: 10vw;
    height: 800px;
  }
  .product-home h1 {
    font-size: 1.75rem;
    padding-bottom: 0;
  }
  .product-home p {
    font-size: 2rem;
  }
  .product-home .icon-text {
    padding-right: 15%;
    padding-top: 150px;
  }
}
@media (min-width: 1368px) {
  .product-home .icon-product {
    height: 1000px;
  }
  .product-home .icon-text {
    padding-top: 200px;
  }
}
@media (min-width: 1921px) {
  .orbit-home {
    width: 1920px;
    margin-left: calc((100vw - 1920px)/2);
  }
  .product-home .icon-product {
    margin-left: 0 !important;
  }
}
#desplegable {
  top: 120px;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
#desplegable .columns {
  padding: 0;
}
#desplegable article {
  padding-top: 30px;
  padding-left: 30px;
}
#desplegable h2 {
  display: inline;
  color: #DB0047;
  font-size: 10px;
  font-weight: 700;
  border-bottom: 2px solid #DB0047;
  padding-right: 30px;
  padding-bottom: 10px;
}
#desplegable p {
  margin-top: 20px;
  color: #DB0047;
  font-size: 13px;
  font-weight: 700;
}
#desplegable1 {
  -webkit-transform-origin: 0 0;
  -webkit-transform: perspective(800px) rotateX(90deg);
  transform-origin: 0 0;
  transform: perspective(800px) rotateX(90deg);
  border-style: solid;
  border-width: 4px 4px 2px 4px;
  border-color: #DB0047;
  height: 150px;
  padding-right: 30px;
}
#desplegable2 {
  -webkit-transform-origin: 0 0;
  -webkit-transform: perspective(800px) rotateX(90deg);
  transform-origin: 0 0;
  transform: perspective(800px) rotateX(90deg);
  border-style: solid;
  border-width: 2px 4px 4px 4px;
  border-color: #DB0047;
  height: 150px;
  padding-right: 30px;
}
#desplegable3 {
  -webkit-transform-origin: 0 0;
  -webkit-transform: perspective(800px) rotateY(90deg);
  transform-origin: 0 0;
    transform: perspective(800px) rotateY(90deg);
  background-color: #DB0047;
  color: #fff;
  height: 300px;
  padding-right: 50px;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
#desplegable3 h2 {
  border-bottom: 2px solid #fff;
}
#desplegable3 h2, #desplegable3 p {
  color: #fff;
}
#desplegable4 {
  cursor: pointer;
  -webkit-transform-origin: 0 0;
  -webkit-transform: perspective(800px) rotateY(90deg);
  transform-origin: 0 0;
    transform: perspective(800px) rotateY(90deg);
  border-style: solid;
  border-width: 0px 4px 4px 0px;
  border-color: #DB0047;
  height: 150px;
  padding-right: 50px;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 641px) {
  #desplegable4 {
    border-width: 4px 4px 4px 0px;
  }
}
@media (min-width: 1023px) {
  #desplegable1 {
    border-width: 6px 6px 3px 6px;
  }
  #desplegable2 {
    border-width: 3px 6px 6px 6px;
  }
  #desplegable1, #desplegable2 {
    height: 250px;
    padding-right: 200px;
  }
  #desplegable4 {
    height: 250px;
    border-width: 6px 6px 6px 0px;
  }
  #desplegable h2 {
    font-size: 1.75rem;
    border-bottom: 4px solid #DB0047;
    padding-right: 0;
    padding-bottom: 0;
  }
  #desplegable p {
    margin-top: 10px;
    font-size: 2rem;
    padding-bottom: 0px;
  }
  #desplegable3 {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    height: 500px;
  }
  #desplegable3 h2 {
    border-bottom: 4px solid #fff;
  }
}
@media (min-width: 1368px) {
  #desplegable article {
    padding-top: 85px;
    padding-left: 50px;
  }
  #desplegable1, #desplegable2 {
    height: 300px;
  }
  #desplegable4 {
    height: 300px;
  }
  #desplegable3 {
    height: 600px;
  }
}
.magictime {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.perspectiveDown {
  -webkit-animation-name: perspectiveDown;
  animation-name: perspectiveDown;
}
@-webkit-keyframes perspectiveDown {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(90deg);
  }

  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes perspectiveDown {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(90deg);
  }

  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg);
  }
}
.perspectiveRight {
  -webkit-animation-name: perspectiveRight;
  animation-name: perspectiveRight;
}
@-webkit-keyframes perspectiveRight {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(90deg);
  }

  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}
@keyframes perspectiveRight {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(90deg);
  }

  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }
}
#desplegable {
  margin-bottom: 0;
}
#desplegable .desc-home {
  font-weight: 300;
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 0;
  padding-top: 80px;
  color: #575656;
  opacity: 0;
}
#desplegable .desc-home:last-child {
  padding-top: 0px;
}
@media (min-width: 1023px) {
  #desplegable .desc-home {
    padding-right: 25%;
  }
}
.valores-container {
  position: relative;
}
@media (min-width: 1200px) {
  .valores-container {
    width: 70%;
    margin: auto;
  }
}
.valores-content {
  color: #fff;
}
.valores-content h2 {
  font-weight: 800;
  font-size: 1.875rem;
}
.valores-content p {
  font-weight: 400;
  font-size: 1.125rem;
}
.valores-round {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #db0047;
  border-radius: 50%;
  margin-bottom: 20px;
}
.k-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 32%;
  left: 40%;
  width: 18%;
  position: absolute;
  opacity: 0;
}
.circle-way {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: transparent;
  left: 12%;
  width: 76%;
  height: 76%;
}
.circle-way svg {
  position: relative;
}
.circle-way path {
  stroke-dasharray: 15;
}
#innovacion {
  width: 0%;
  height: 0%;
  margin-left: 50%;
  margin-top: 50%;
}
#conocimiento {
  margin-left: 50%;
  margin-top: 50%;
  width: 0%;
  height: 0%;
}
#fiabilidad {
  margin-left: 50%;
  margin-top: 50%;
  width: 0%;
  height: 0%;
}
#compromiso {
  margin-left: 50%;
  margin-top: 50%;
  width: 0%;
  height: 0%;
}
@media (min-width: 640px) {
  .valores-round {
    position: absolute;
    margin-bottom: 0;
  }
  #innovacion {
    margin-left: 20%;
    margin-top: 20%;
    max-width: 40%;
    max-height: 40%;
  }
  #conocimiento {
    margin-left: 0;
    margin-top: 0;
    right: 20%;
    top: 25%;
    max-width: 40%;
    max-height: 40%;
  }
  #fiabilidad {
    margin-left: 0;
    margin-top: 0;
    right: 25.5%;
    bottom: 33%;
    max-height: 24%;
    max-width: 24%;
  }
  #compromiso {
    margin-left: 0;
    margin-top: 0;
    left: 27.5%;
    bottom: 32.5%;
    max-width: 35%;
    max-height: 35%;
  }
}
#compromiso p {
  margin-bottom: 0;
}
.valores-content {
  opacity: 0;
  width: 60%;
}
.valores-content p {
  margin-top: 10px;
}
#valores {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #valores {
    display: block;
  }
}
/*Empresa*/
.empresa {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .empresa {
    margin-top: 20px;
  }
  .empresa .column {
    padding-left: 0;
    padding-right: 0;
  }
}
.empresa h1 {
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #DB0047;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #DB0047 solid;
}
.empresa p {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.05rem;
}
.empresaH2 {
  margin-right: 4rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #DB0047;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1023px) {
  .empresa h1 {
    font-size: 3.4375rem;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 35px;
  }
  .empresaH2 {
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .empresa p {
    font-size: 1.125rem;
  }
}
.empresa img {
  margin-bottom: 20px;
}
.empresa .row {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .padding-right {
    padding-right: 0.625rem;
  }
  .padding-left {
    padding-left: 0.625rem;
  }
  .padding-right-img {
    padding-right: 0.625rem !important;
  }
  .padding-left-img {
    padding-left: 0.625rem !important;
  }
}
@media (min-width: 640px) {
  .padding-right {
    padding-right: 1rem;
  }
  .padding-left {
    padding-left: 1rem;
  }
  .no-padding-right {
    padding-right: 0;
  }
  .no-padding-left {
    padding-left: 0;
  }
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.empresa-block {
  opacity: 0;
  margin-top: 120px;
  margin-bottom: 50px;
}
.ambiente {
  padding-top: 50px;
}
.two-columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
  -moz-column-gap: 2rem; /* Firefox */
  column-gap: 2rem;
  margin-bottom: 4rem;
}
.three-columns {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}
@media screen and (max-width: 1300px) {
  .empresa-block, .empresa .row {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .two-columns {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    margin-bottom: 10px;
    column-count: 1;
  }
  .three-columns {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}
#close-session {
  color: #fff;
  margin-top: 0 !important;
}
.clientes-img {
  width: 100%;
  padding-bottom: 84%;
  float: left;
  height: 0;
  overflow: hidden;
}
.line-block {
  display: inline-block;
}
/*Innovacion*/
@media (max-width: 640px) {
  .innovacion {
    margin-top: 30px;
  }
}
.innovacion article {
  opacity: 0;
  margin-top: 120px;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
    background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 10%, #db0047 10%, #db0047 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 10%,#db0047 10%,#db0047 100%);
  background: linear-gradient(to right,  #ffffff 0%,#ffffff 10%,#db0047 10%,#db0047 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#db0047',GradientType=1 );
}
@media (max-width: 1023px) {
  .article-mini-detail {
    padding-top: 0 !important;
    background: #ffffff !important;
    padding-bottom: 0 !important;
  }
}
.innovation-text {
  padding-left: 18px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.innovation-text a {
  color: #fff;
}
.innovation-text h1 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
}
@media(max-width: 640px) {
  .innovacion {
    margin-left: 0;
    margin-right: 0;
  }
  .innovation-text {
    margin-top: -25px;
  }
  .imagen-proyecto {
    padding-left: 0;
  }
  .innovacion section {
    margin-bottom: 30px;
  }
}
.innovation-text p {
  font-size: 10px;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .innovacion article:last-child {
    margin-bottom: 75px;
  }
}
@media (min-width: 640px) {
  .innovacion article {
    width: 49%;
    margin-bottom: 75px;
  }
  .innovacion article:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 1300px) {
  .innovation-text {
    padding-top: 0px;
  }
  .innovation-text h1 {
    font-size: 0.875rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .innovation-text p {
    font-size: 1.5rem;
    margin-right: 5rem;
  }
}
.innovacion-text {
  position: absolute;
  background: #fff;
  top: 70px;
  width: 45%;
  padding: 20px 7px 20px 0px;
}
.innovacion-text h1 {
  display: inline-block;
  border-bottom: 2px solid #DB0047;
  color: #DB0047;
  font-size: 10px;
  font-weight: 700;
}
.innovacion-text p {
  color: #DB0047;
  font-size: 13px;
  font-weight: 700;
}
/*Catalogo*/
.container-menu {
    display: inline-block;
    float: right;
    margin-left: 64px;
    margin-right: 64px;
}
.category {
  width: 252px;
  height: 252px;
}
.category-container {
  position: relative;
  margin-bottom: 30px;
}
.category-link {
  position: absolute;
  bottom:50px;
  margin-left: 100px;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .category-link {
    margin-left: 0;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 25%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(4n+1), .large-up-6 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none;
}
.category-menu {
  display: inline-block;
  float: right;
}
.category-menu a {
  width: 90px;
  height: 90px;
  margin-left: 10px;
}
.category-menu a:hover, .category-active {
  border-radius: 50%;
  background-size: 90px 90px;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .category-menu a {
    width: 60px;
    height: 60px;
  }
  .category-menu .columns {
    padding: 0;
  }
}
.menu-bottom-mobile {
  float: none;
}
.menu-bottom-mobile a {
  margin: auto;
}
.menu-bottom-mobile ul {
  margin-bottom: 50px;
}
.category-menu-mobile a {
  width: 22%;
  margin-left: 10px;
}
.category-menu-mobile a:hover, .category-active-mobile {
  border-radius: 50%;
  background-color: transparent;
}
.download-cat {
  text-align: center;
  display: inline-block;
}
.download-cat span {
  color: #575656;
  font-size: 1rem;
  border-bottom: 1px solid #575656;
  padding-bottom: 5px;
  margin-right: 10px;
}
.download-cat img {
  width: 40px;
}
.alimentacion-y-bebidas .category-menu a:hover, .alimentacion-y-bebidas .category-active {
  background-color: #900080;
}
.automocion .category-menu a:hover, .automocion .category-active {
  background-color: #878686;
}
.ganaderia .category-menu a:hover, .ganaderia .category-active {
  background-color: #e88734;
}
.higiene-institucional .category-menu a:hover, .higiene-institucional .category-active {
  background-color: #f5bf33;
}
.lavanderia .category-menu a:hover, .lavanderia .category-active {
  background-color: #0088c9;
}
.construccion .category-menu a:hover, .construccion .category-active {
  background-color: #30217d;
}
.higiene-domestica .category-menu a:hover, .higiene-domestica .category-active {
  background-color: #009585;
}
.industria-y-mantenimiento .category-menu a:hover, .industria-y-mantenimiento .category-active {
  background-color: #dc007e;
}
.category-menu a:hover > img, .category-active img, .categoryHome {
    -webkit-filter: brightness(0) invert(1); /* Chrome, Safari, Opera */
    filter: brightness(0) invert(1);
}
.categoryHome {
  padding-top: 10%;
}
.product-box {
  opacity: 0;
  margin-top: 60px;
  margin-bottom: 30px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
@media (max-width: 640px) {
  .product-box:nth-child(even) {
    border-right: none;
    border-left: 7px solid #fff;
  }
  .product-box:nth-child(odd) {
    border-left: none;
    border-right: 7px solid #fff;
  }
}
.product-box:hover {
  background-color: #DB0047 !important;
}
.product-h1-container {
  position: relative;
  height: 90px;
  border-bottom: 2px solid #fff;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
}
.product-h1-container > h1 {
  position: absolute;
  bottom: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.product-box p {
  padding-top: 10px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 8px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 640px) {
  .product-h1-container {
    margin-left: 17px;
    margin-right: 27px;
  }
  .product-box p {
    margin-left: 17px;
    margin-right: 27px;
  }  
}
.category-arrow-container {
  position: relative;
  overflow: hidden;
  width: 155px;
  height: 20px;
  float: right;
  top: 180px;
  right: 50px;
}
@media (min-width: 1023px) {
  .product-h1-container {
    height: 150px;
  }  
  .product-h1-container > h1 {
    font-size: 1.625rem;
  }
  .product-box p {
    font-size: 1rem;
  }
  .category-arrow-container {
    right: 0;
  }
}
@media (min-width: 640px) {
  .product-h1-container {
    height: 100px;
  }
}
.category-arrow-container img {
  position: absolute;
  right: 0;
  min-width: 155px;
  min-height: 20px;
}
/*Servicios*/
.servicios-round {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 125px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #db0047;
  border-radius: 50%;
}
.servicios h2 {
  color: #fff;
  font-weight: 800;
  font-size: 7rem;
  opacity: 0;
}
.servicios h1 {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.05rem;
  border-bottom: 4px solid #db0047;
  color: #db0047;
  display: inline-block;
  padding: 200px 10px 10px 10px;
}
.servicios p {
  font-weight: 300;
  margin: auto;
  margin-top: 20px;
  width: 90%;
  font-size: 11px;
  letter-spacing: 0.05rem;
  color: #575656;
}
.soluciones-block, .asistencia-block, .asesoria-block {
  opacity: 0;
  padding-top: 120px;
}
.asesoria-block {
  padding-bottom: 55px;
}
.soluciones-block, .asistencia-block {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .servicios h2 {
    font-size: 8rem;
  }
  .servicios h1 {
    font-size: 5rem;
    padding: 300px 20px 20px 20px;
    border-bottom: 5px solid #db0047;
  }
  .servicios p {
    font-size: 1.125rem;
    width: 70%;
  }
}
.asesoria-list {
  font-weight: 700 !important;
}
@media (min-width: 640px) {
  .asesoria-list {
    line-height: 2;
  }  
}
/*Producto*/
.downloads {
  margin-bottom: 50px;
}
.mobile-nav {
  padding-bottom: 5px;
  border-bottom: 3px solid;
  margin-bottom: 10px;
}
.mobile-nav > img {
  height: 100px;
}
.sub-mobile-menu {
  position: absolute;
  right: 10px;
  top: 164px;
}
.heading-product {
  color: #575656;
  border-top: 7px solid #575656;
  border-bottom: 7px solid #575656;
  padding-left: 0;
  margin-bottom: 30px;
}
.heading-product h1 {
  font-size: 32px;
  font-weight: 800;
}
.heading-product p {
  font-size: 16px;
  font-weight: 700;
}
.content-product {
  color: #575656;
}
.content-product h2 {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #575656;
}
.content-product p {
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 641px) {
  .heading-product h1 {
    font-size: 6rem;
  }
  .heading-product p {
    font-size: 2.25rem;
  }
  .content-product h2 {
    font-size: 1.375rem;
  }
  .content-product p {
    font-size: 1.125rem;
  }
}
.globe {
  position: relative;
  opacity: 0;
}
.globe img {
  margin-top: 0px;
  width: 80%;
  margin-right: -72px;
  padding-top: 20px;
  margin-bottom: -200px;
  float: right;
}
@media screen and (max-width: 1023px) {
  .globe img {
    margin-right: -22px;
  }
}
#catalogos {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #db0047;
  position: absolute;
  right: -70px;
  top: 465px;
  opacity: 0;
}
#catalogos p {
  color: #fff;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  margin-top: 45px;
}
#catalogos img {
  max-width: 70%;
}
.categorias-globe {
  height: 250px;
  overflow: hidden;
}
.categorias-globe #catalogos {
  opacity: 1;
  top: 0;
}
@media (min-width: 641px) and (max-width: 1023px) {
  #catalogos {
    top: 200px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  #catalogos {
    top: 300px;
    right: -134px;
    width: 275px;
    height: 275px;
  }
}
@media (min-width: 1100px) {
  #catalogos {
    width: 425px;
    height: 425px;
    right: -184px;
    top: 350px;
  }
  #catalogos p {
    margin-top: 100px;
    font-size: 2rem;
  }
  #catalogos img {
    max-width: 100%;
  }
  .categorias-globe {
    height: 350px;
  }
  .categorias-globe #catalogos {
    width: 325px;
    height: 325px;
    right: -100px;
  }
  .categorias-globe #catalogos p {
    margin-top: 70px;
  }
}
#fTecnica img {
  float: right;
  margin-right: -10px;
  width: 80%;
}
#fSeguridad img {
  float: right;
  margin-right: -10px;
  width: 80%;
}
@media (min-width: 1024px) {
  #fTecnica img {
    margin-right: -64px;
  }
  #fSeguridad img {
    margin-right: -64px;
  }
}
@media (min-width: 1024px) {
  .producto {
    margin-top: 200px;
  }
}
.envase {
  position: relative;
}
.envase span {
  position: absolute;
  top: 40%;
  left: 13%;
  width: 25%;
  height: 8%;
  color: #575656;
  font-weight: 800;
  -ms-transform: rotate(12deg) skewX(15deg); /* IE 9 */
  -webkit-transform: rotate(12deg) skewX(15deg); /* Safari */
  transform: rotate(12deg) skewX(15deg);
}
.envase span p {
  text-size-adjust: auto;
  bottom: 0;
  margin-bottom: 0px;
  position: absolute;
  line-height: 0.9;
  font-size: 8px;
}
@media (min-width: 400px) and (max-width: 639px) {
  .envase span p {
    font-size: 1.125rem;
  }
}
@media (min-width: 640px) {
  .envase span p {
    font-size: 1.75rem;
  }
}
@media (min-width: 640px) and (max-width: 1368px) {
  .envase span {
    left: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1368px) {
  .producto .large-6 {
    width: 100%;
  }
  .producto .large-2 {
    width: 25%;
  }
  .producto .envase {
    width: 75%;
  }
  .producto .large-offset-4 {
    margin-left: 75%;
  }
}
/*Actualidad*/
.actualidad article {
  margin-top: 120px;
  position: relative;
  opacity: 0;
  margin-bottom: 40px;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 640px) {
  .actualidad article {
    width: 49%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 75px;
  }
  .actualidad article:nth-child(odd) {
    margin-right: 2%;
  }
}
.actualidad iframe {
  margin: auto;
}
.menu-actualidad {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.menu-actualidad li, .subcategoria-nav a {
  position: relative;
  border-bottom: : 2px solid #fff;
}  
.subcategoria-nav a {
  margin-bottom: 10px;
  height: 30px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
.menu-actualidad a {
  text-align: center;
  font-size: 0.75rem !important;
  margin-top: 25px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  .menu-actualidad a {
    font-size: 10px !important;
  }
}
.menu-actualidad a:hover, .menu-act-active, .subcategoria-nav a:hover, .subcategoria-nav-active {
  border-bottom: 2px solid #db0047;
}
.menu-act-active:hover {
  border-bottom: none;
}
.actualidad {
  margin-top: 10px;
}
.actualidad-text {
  position: absolute;
  background: #fff;
  top: 25px;
  width: 45%;
  padding: 20px 7px 20px 0px;
}
.actualidad-text h1 {
  display: inline-block;
  border-bottom: 2px solid #DB0047;
  color: #DB0047;
  font-size: 8px;
  font-weight: 700;
}
.actualidad-text p {
  color: #DB0047;
  font-size: 10px;
  font-weight: 700;
}
@media (min-width: 1368px) {
  .actualidad-text {
    padding: 20px;
    padding-left: 0px;
    width: 25%;
    top: 12%;
  }
  .actualidad-text h1 {
    font-size: 0.875rem;
  }
  .actualidad-text p {
    font-size: 1rem;
  }  
  .actualidad img {
    padding-left: 16%;
    min-width: 100%;
  }
}
.articulo p img {
  min-width: auto !important;
  max-width: 100%;
  padding-left: 0 !important;
}
@media (max-width: 640px) {
  .actualidad .imagen-articulo img {
    min-width: 100% !important;
  }
}
.actualidad-date {
  font-size: 0.5rem !important;
  margin-bottom: 0px;
}
/*Articulo*/
.articulo {
  position: relative;
  height: 100%;
}
.articulo > .imagen-articulo-home {
  height: 100%;
}
.articulo img {
  padding-left: 10%;
}
@media (max-width: 640px) {
  .articulo > .imagen-proyecto, .imagen-articulo {
    height: 400px;
    overflow: hidden;
  }
  .actualidad .imagen-articulo {
    height: 400px;
    overflow: hidden;
  }
  .articulo img {
    padding-left: 0;
    height: 100%;
    width: auto !important;
    max-width: none;
  }
  .articulo p img {
    width: 100% !important;
    height: auto;
  }
}
.articulo-text {
  position: absolute;
  background: #fff;
  top: 70px;
  width: 45%;
  padding: 20px 7px 20px 0px;
}
.articulo-text h1 {
  display: inline-block;
  border-bottom: 2px solid #DB0047;
  color: #DB0047;
  font-size: 10px;
  font-weight: 700;
}
.articulo-text p {
  color: #DB0047;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1023px) and (max-width: 1368px) {
  .innovacion-text, .articulo-text {
    top: 12%;
    padding: 50px;
    padding-left: 0;
  }
  .innovacion-text h1, .articulo-text h1 {
    font-size: 1rem;
  }  
  .innovacion-text p, .articulo-text p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1369px) {
  .innovacion-text, .articulo-text {
    width: 25%;
    top: 8%;
    padding: 30px;
    padding-left: 0.7rem;
  }
  .innovacion-text h1 {
    font-size: 1.75rem;
  }  
  .innovacion-text p {
    font-size: 2rem;
  }
}
@media (min-width: 1369px) {
  .articulo-text {
    padding: 20px;
    position: absolute;
    width: 25%;
    top: 150px;
    left: -100%;
    background: #fff;
  }
  .articulo-text h1 {
    display: inline-block;
    border-bottom: 2px solid #DB0047;
    color: #DB0047;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .articulo-text p {
    color: #DB0047;
    font-size: 2rem;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .articulo-date {
    font-size: 1rem !important;
  }
}
@media (max-width: 1023px) {
  .articulo-date {
    font-size: 6px !important;
    margin-bottom: 0;
  }
}
.articulo-description {
  color: #575656;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  margin-top: 30px;
  margin-bottom: 30px;
  /*white-space: pre-wrap;*/
}
.articulo-description p {
  font-weight: 300;
  color: #575656;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
}
.articulo-description a {
  position: relative;
}
@media (min-width: 640px) {
  .articulo-description {
    padding-left: 0.7rem;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.imagen-articulo, .imagen-articulo-mini, .imagen-proyecto-mini {
  overflow: hidden;
}
.imagen-articulo > img, .imagen-articulo-mini > img {
  max-width: none;
}
.actualidad .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
}
@media (max-width: 1024px) {
  .actualidad {
    padding-bottom: 0 !important;
  }
}
.articulo > .right > img {
    /*max-width: none;*/
    height: 800px;
    min-width: 100%;
    height: auto;
  }
@media (max-width: 769px) {
  .articulo > .right {
    overflow: hidden;
  }
  .articulo > .right > img {
    height: 400px;
    padding-left: 0;
  }
  .articulo-text-home {
    top: 70px;
    width: 45%;
    padding: 20px 7px 20px 0px;
  }
}
@media (max-width: 640px) {
  .miniaturas {
    display: inline-block;
    height: 20px;
  }
}
.actualidad > section article:last-child {
  margin-bottom: 75px;
}
.actualidad .orbit-container {
  max-height: 800px;
}
.actualidad .orbit img {
  padding-left: 0 !important;
  height: auto !important;
  width: auto !important;
  min-width: 100% !important;
  max-width: none !important;
}
/*Contacto*/
.ubicacion {
  padding-top: 50px;
}  
@media (max-width: 1023px) {
  .ubicacion {
    padding: 0;
    margin-bottom: 30px;
  }
}
.contacto h1 {
  font-size: 18px;
  color: #DB0047;
  font-weight: 700;
  border-bottom: 2px solid #DB0047;
  display: inline-block;
  margin-top: 30px;
}
.contacto address, .contacto a, .contacto p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #DB0047;
}
.escribenos, .empleo {
  background-color: #DB0047;
  color: #fff;
  padding: 80px 60px 60px 60px;
  cursor: pointer;
  -webkit-transform-origin: 0 0;
  -webkit-transform: perspective(800px) rotateX(90deg);
  transform-origin: 0 0;
  transform: perspective(800px) rotateX(90deg);
}
.escribenos h2, .empleo h2 {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
@media (min-width: 640px) {
  .contacto h1 {
    font-size: 1.75rem;
    border-bottom: 3px solid #DB0047;
  }
  .contacto address, .contacto a, .contacto p {
    font-size: 2rem;
  }
  .escribenos h2, .empleo h2 {
    font-size: 1.75rem;
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 1023px) {
  .escribenos {
    margin-bottom: 30px;
  }
  .escribenos p, .empleo p {
    font-size: 18px;
  }
  .escribenos, .empleo {
    padding: 30px;
    height: 170px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1367px) {
  .escribenos, .empleo {
    padding: 80px 30px;
  }
}
.escribenos p, .empleo p {
  color: #fff;
}
.maps iframe{
    pointer-events: none;
    margin-bottom: 50px;
}
/*Modals*/
.modal-box{
  display: inline-block;
}
.modal-box-left{
  display: inline-block;
}
.modal-box-right{
  display: inline-block;
}
#loginModal, #contactModal, #searchModal, #empleoModal, #registerModal {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 120px;
  padding-top: 120px;
}
#loginModal a, #contactModal a, #searchModal a, #empleoModal a, #registerModal a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#loginModal input[type="submit"], #contactModal input[type="submit"], #searchModal input[type="submit"], #empleoModal input[type="submit"], #registerModal input[type="submit"] {
  margin-top: 50px;
}
#loginModal:first-child p, #contactModal:first-child p, #searchModal:first-child p, #empleoModal:first-child p, #registerModal:first-child p {
  margin-top: 40px;
}
@media (min-width: 1023px) {
  #loginModal, #contactModal, #searchModal, #empleoModal, #registerModal {
      font-size: 1.75rem;
    }
}
@media (min-width: 1500px) {
  #loginModal:first-child p, #contactModal:first-child p, #searchModal:first-child p, #empleoModal:first-child p, #registerModal:first-child p {
    margin-top: 120px;
  }  
}
.modal-arrow-container {
  margin-left: 60px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 18px;
}
.direction-arrow-container {
  margin-left: 0px;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 22px;
}
.modal-arrow-container img {
  position: absolute;
  right: 0;
  min-width: 100px;
  min-height: 18px;
}
.modal-box-left img {
  position: absolute;
  left: 0;
  width: 40px;
  height: 12px;
  bottom: 0;
}
.modal-box-right img {
  position: absolute;
  right: 0;
  width: 40px;
  height: 12px;
  bottom: 0;  
}
@media (min-width: 1024px) {
  .modal-box-left img, .modal-box-right img {
    min-height: 22px;
    min-width: 100px;
  }
  .direction-arrow-container {
    width: 60px;
  }
}
#acceder-btn {
  position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: color 5000s ease-in-out 0s, background-color 5000s ease-in-out 0s;
}
#barracookies div.containerCookie{
  max-width: 96%;
  margin-top: 15px;
  text-align: center;
  padding-left: 2%;
}
@media (min-width: 640px) {
  #barracookies div.containerCookie{
    max-width: 80%;
    padding-left: 10%;
  } 
} 
#barracookies{
  display: none;
  position: fixed;
  width: 100%;
  color: #575656;
  z-index: 99999;
  bottom: 0px;
  left: 0px;
  border-top: 2px solid #575656;
  background-color: rgba(255,255,255,0.81);
}

.aviso-boton{
  background-color: #575656;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  margin-top: 3px;
  border-color: #575656;
  padding: 5px 10px;
  margin-left: 15px;
}
.cookies {
  width: 80%;
  color: #575656;
  margin: 80px auto 0px auto;
  padding-bottom: 50px;
}
.red-circle {
  position: relative;
  background-color: #DB0047;
  border-radius: 50%;
  width: 100%;
  margin: auto;
  max-width: 550px;
  margin-bottom: 80px;
}
.red-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.red-circle-content {
  width: 100%;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  padding-top: 20%;
}
.red-circle-content-error {
  font-size: 15rem;
  margin-bottom: 0;
  line-height: 1;
}
.error-text {
  float: left !important;
  color: #db0047;
  font-size: 2rem;
  padding-top: 60px;
  margin-bottom: 80px;
}
.error-text p {
  width: 70%;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 10%;
  margin-top: 30px;
}
.error-text a {
  border-bottom: 2px solid #db0047;
}
.error-text-title {
  border-bottom: 4px solid #db0047;
  display: initial;
  padding-right: 50px;
}
/*Footer*/
footer {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  right: 0;
  bottom: -220px;
  left: 0;
}
.footer_info {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-left: -16px;
  margin-right: -16px;
}
.footer_info h3 {
  padding-top: 50px;
  color: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  height: 101px;
}
.footer_info p {
  font-size: 0.8rem;
  line-height: 10px;
}
.footer_info_content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer_info a:hover {
  color: #575757;
  font-size: 0.8rem;
  line-height: 10px;  
}
.credits {
  color: #fff;
  background-color: #575757;
  height: 80px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 35px;
  font-size: 0.9rem;
}
footer a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
#pyme {
  margin-bottom: 10px;
}
.input-reset {
  font-size: 1rem !important;
  color: #575656 !important;
  border-bottom: 1px solid #575656 !important;
}
#agreeModal {
  padding-left: 7%;
  padding-right: 30%;
  padding-bottom: 120px;
}
#agreeModal h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  font-weight: 300;
}