button:focus {
    outline: 0px;
    box-shadow:none;
  }
  
  .btn.focus, .btn:focus {
    outline: 0px;
    box-shadow:none;
  }
  
  .header {
    display: flex;
    padding: 30px 0;
    align-items: center;
    border-bottom: 1px solid #E1E2E4;
  }
  
  .header .menu-header {
    width: 100%;
  }
  
  .header .menu-header ul {
    display: flex;
    margin: 0 0px 0 50px;
    padding: 0;
    flex-direction: row;
    background-color: transparent;
  }
  
  .header .menu-header ul li {
    flex: 1 1 auto;
  }
  
  .header .menu-header .current_page_item a {
    color: #ff5959;
  }
  
  .header .menu-header ul li a {
    display: flex;
    justify-content: center;
    color: #4D4D4D;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all .2s ease;
  }
  
  .header .menu-header ul li a:hover {
    color: #ff5959;
    transition: all .2s ease;
  }
  
  .search-ico {
    margin: auto 10px auto auto;
    border: 0px;
    background-color: transparent;
    transition: all .2s ease;
  }
  
  .search-ico:hover i {
    color: #ff5959;
    transition: all .2s ease;
  }
  
  .lang ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  
  .lang ul li a {
    color: #A5A5A5;
    font-size: 11px;
    padding: 3px 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #E1E2E4;
    transition: all .3s ease;
  }
  
  .lang ul li a:hover {
    color: #ff5959!important;
    transition: all .3s ease;
  }
  
  .lang ul li.wpml-ls-current-language a {
    color: #ff5959!important;
    border-bottom: 1px solid #ff5959;
  }
  
  .lang.white {
    position: relative;
    z-index: 1000;
  }
  
  .lang.white  ul li a {
    color: #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
  }
  
  .lang.white  ul li.wpml-ls-current-language a {
    color: #FFF!important;
    border-bottom: 1px solid #FFF;
  }
  
  @media (max-width:1200px) and (min-width:900px) {
      .header .menu-header ul {
          margin: 0 0px 0 20px;
      }
      
      .header .menu-header ul li a {
          font-size: 10px;
      }
  }
  
  .banner-01 {
    height: calc(100vh - 86px);
  }
  
  .banner-01 .carousel-item {
    height: 100%;
    position: relative;
  }
  
  .banner-01 .carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .banner-01 .carousel-item .cover-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4D4D4D;
    opacity: 0.3;
  }
  
  @media (max-width:992px){
    .banner-01 .carousel-item {
      padding: 50px 50px 0 50px;
    }
  
    .banner-01-inner h2 {
      font-size: 28px!important;
      line-height: 42px!important;
    }
  }
  
  .banner-01-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .banner-01-inner .carousel-indicators {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0 20px 0;
  }
  
  .banner-01-inner .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity: 1;
  }
  
  .banner-01-inner .carousel-indicators .active {
    border: 6px solid rgba(250, 251, 253, 0.3);
  }
  
  .banner-01-inner h2 {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .btn-white {
    height: 52px;
    width: auto;
    display: inline-flex;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #4D4D4D!important;
    background-color: #FFF;
    border-radius: 0px;
    letter-spacing: 2px;
    padding: 0 40px;
    font-weight: 700;
    transition: all .3s ease;
  }
  
  .btn-white hr {
    background-color: #4D4D4D;
    height: 1px;
    margin-left: 10px;
    width: 16px;
    transition: all .3s ease;
  }
  
  .btn-white:hover {
    color: #FFF!important;
    background-color: #ff5959;
    padding: 0 30px 0 40px;
    transition: all .3s ease;
  }
  
  
  .btn-white:hover hr {
    width: 26px;
    background-color: #FFF;
    transition: all .3s ease;
  }
  
  .content-arrow {
    position: absolute;
    right: 0;
    bottom: 30%;
    z-index: 1;
    display: inline-flex;
    flex: 1;
    border:1px solid #fff;
  }
  
  .content-arrow .carousel-control-next, .content-arrow .carousel-control-prev {
    position: relative;
    width: auto;
    padding: 10px 15px;
    opacity: 1;
  }
  
  .content-arrow .carousel-control-next i, .content-arrow .carousel-control-prev i {
    color: #FFF;
  }
  
  .content-arrow .carousel-control-next {
    border-left: 1px solid #FFF;
  }
  
  .slider-01-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .slider-01-container .col-lg-4::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    right: 0;
    background-color: #E1E2E4;
  }
  
  .slider-01-container .col-lg-4:nth-child(3)::before {
    content: '';
    border: 0px;
  }
  
  .slider-01-item .number-highlight {
    color: #ff5959;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .slider-01-item p {
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  
  .slider-01 h3 {
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  
  .slider-01 .carousel-control-next, .slider-01 .carousel-control-prev {
    padding: 0;
    opacity: 1;
    width: auto;
  }
  
  .slider-01 .carousel-control-next, .slider-01 .carousel-control-prev {
    color: #A5A5A5;
    transition: all .3s ease;
  }
  
  .slider-01 .carousel-control-next:hover, .slider-01 .carousel-control-prev:hover {
    color: #ff5959;
    transition: all .3s ease;
  }
  
  .search-top {
    display: none;
    width: 100%;
    padding: 20px 0;
  }
  
  .btn-red {
    height: 52px;
    width: auto!important;
    display: inline-flex;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    color: #FFF!important;
    text-transform: uppercase;
    background-color: #ff5959;
    letter-spacing: 2px;
    padding: 0 40px;
    transition: all .3s ease;
  }
  
  .btn-red hr {
    background-color: #FFF;
    height: 1px;
    margin-left: 10px;
    width: 16px;
  }
  
  .btn-red:hover {
    transition: all .3s ease;
  }
  
  .btn-red:focus {
    outline: 0;
    box-shadow: none;
  }
  
  .search-top form {
    display: flex;
    justify-content: space-between;
  }
  
  .search-top input[type=text] {
    width: calc(100% - 180px);
    margin: 0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #ff5959;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
  }
  
  .search-top input[type=text]:focus-visible {
    outline: 0px;
  }
  
  .search-top input[type=text]::placeholder {
    color: #A5A5A5;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .footer_multix {
    border-top: 1px solid #E1E2E4;
    padding-top: 30px;
  }
  
  .faqs {
    margin-bottom: 50px;
  }
  
  .faqs .card-header {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: space-between;
    margin: 0;
    padding: 20px 0;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
  }
  
  .faqs .card-header:hover {
    cursor: pointer;
  }
  
  .faqs .card-header.collapsed h5 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #4D4D4D;
    transition: all .3s ease;
  }
  
  .faqs .card-header h5 {
    color: #ff5959;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    transition: all .3s ease;
  }
  
  .faqs .card-header h5:hover {
    color: #ff5959;
    transition: all .3s ease;
  }
  
  @media (max-width:500px){
    .faqs .card-header.collapsed h5 {
      color: #4D4D4D;
    }
    
    .faqs .card-header h5 {
      color: #ff5959;
    }
  
    .faqs .card-header h5:hover {
      color: none;
    }
  }
  
  .faqs .card {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #E1E2E4;
  }
  
  .faqs .card:last-child {
    border: 0px;
  }
  
  .faqs .card-header .plus {
    width: 14px;
    height: 2px;
    background-color: #A5A5A5;
    position: relative;
    top: 15px;
  }
  
  .faqs .card-header .plus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #ff5959;
    transition: all .2s ease;
  }
  
  .faqs .card-header.collapsed .plus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 2px;
    transform: rotate(-90deg);
    background-color: #A5A5A5;
    transition: all .2s ease;
  }
  
  .faqs .card-body {
    padding: 0 0 30px 0;
  }
  
  .faqs .card-body p {
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
  
  .faqs h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
    margin: 30px 0 0 0;
  }
  
  .contact {
    margin-bottom: 80px;
    position: relative;
  }
  
  .contact h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
    margin: 30px 0 80px 0;
  }
  
  @media (max-width:768px){
    .contact-row {
      overflow: hidden;
    }
    .contact h2 {
      font-size: 30px;
      text-align: center;
      margin: 30px 0 40px 0;
    }
  }
  
  @media (max-width:500px){
    .contact iframe {
      position: relative;
      width: 500px;
      z-index: 2;
      left: -55px;
    }
  
    .border-right--grey-light {
      border:0px!important;
    }
  }
  
  .contact input {
    height: 25px;
    margin: 0;
    padding: 0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    font-size: 15px;
    border-radius: 0;
    border-bottom: 1px solid #ff5959;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    position: relative;
  }
  
  .contact input::placeholder {
    color: #A5A5A5;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .contact .form-group label {
    font-family: Montserrat, sans-serif;
    font-weight: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  
  .contact .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #ff5959;
  }
  
  .contact .form-group select {
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #ff5959;
    background-color: transparent;
    color: #4d4d4d;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
  }
  
  .contact .form-group select:required:invalid  {
    color: #A5A5A5;
  }
  
  .contact .form-group select::-ms-expand {
    display: none;
  }
  
  .contact .form-group.select::after {
    content: '\f078';
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #ff5959;
    cursor: pointer;
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #FFF;
    font-size: 12px;
    padding-top: 2px;
  }
  
  .contact .form-group {
    position: relative;
  }
  
  .contact .form-group i {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #ff5959;
  }
  
  .contact .form-group.textarea i {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #ff5959;
  }
  
  .contact textarea {
    margin: 0 0 30px 0;
    padding: 5px 7px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    font-size: 15px;
    border-radius: 0;
    border: 1px solid #ff5959;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    position: relative;
  }
  
  .contact textarea:focus {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #ff5959;
  }
  
  .contact textarea::placeholder {
    color: #A5A5A5;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .contact-info {
    display: flex;
    flex-direction: column;
  }
  
  .contact-info h4 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .contact-info a {
    display: inline-flex;
    align-items: center;
  }
  
  .contact-info a {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
  }
  
  .contact-info a p {
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
    line-height: 24px;
    font-size: 15px;
    margin: 0 0 0 10px;
    transition:all .3s ease;
  }
  
  .contact-info a img {
    width: 25px;
    object-fit: contain;
  }
  
  .contact-info a:nth-child(2) img {
    height: 26px;
  }
  
  .contact-info a:nth-child(3) img {
    width: 26px;
  }
  
  .contact-info a:nth-child(4) img {
    width: 26px;
  }
  
  .contact-info a:hover p {
    color: #ff5959;
    transition:all .3s ease;
  }
  
  .contact form {
    margin-bottom: 30px;
  }
  
  .single {
    padding: 50px 0 80px 0;
  }
  
  @media (max-width:768px){
    .single {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  
  
  @media (max-width:500px) {
    .single h2 {
      font-size: 20px;
      line-height: 28px;
    }
  }
  
  .single .featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 40px;
  }
  
  .single p {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #4D4D4D;
  }
  
  .single .share-social {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  
  .single .share-social p {
    color: #4D4D4D;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-right: 10px;
    width: fit-content;
    border-bottom: 1px solid #C4C4C4;
  }
  
  .single .share-social .ico-social {
    display: flex;
    align-items: center;
  }
  
  .single .share-social .ico-social a {
    font-family: Montserrat, sans-serif;
    margin-right: 20px;
    color: #FF5859;
  }
  
  .single .related-items h5 {
    font-family: Montserrat, sans-serif;
    margin-bottom: 50px;
  }
  
  @media (max-width:500px){
    .header .menu-header {
      overflow-y: hidden;
    }
    .single .related-items .item {
      margin-bottom: 30px;
    }
  
    .header .menu-header {
      overflow-y: hidden;
    }
  
    .menu-menu-principal-container {
      overflow: hidden;
      display: block;
      padding: 0 0px 50px 0;
      height: 100%;
    }
  
    #menu-menu-principal {
      height: 100%;
      margin-bottom: 50px;
    }
  
    .banner-01 .carousel-item {
      padding: 50px 30px 0 30px;
    }
  }
  
  .related-items .item h5 {
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
  }
  
  .related-items .item h2 {
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #4D4D4D;
    letter-spacing: 2px;
  }
  
  .related-items .item p {
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #4D4D4D;
  }
  
  .related-items h5 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #4D4D4D;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  .related-items h2 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #4D4D4D;
    margin-bottom: 40px;
  }
  .logo-white{
    display: none !important;
  }
  .people-multix h5{
    font-size: 90px;
    font-weight: bold;
    color: #ff5959;
  }
  .people-multix p{
    font-size: 12px;
    color: #4D4D4D;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .color-white{
    color: white !important;
  }
  p{
    color:#4D4D4D;
  }
  @media (max-width:992px){
    .info-text {
      margin-bottom: 30px;
    }
    .info-text:last-child {
      margin-bottom: 0px;
    }
    .info-text p {
      margin-bottom: 0px!important;
    }
    .logo {
      margin: 0 auto;
    }
    .hamburger {
      position: absolute;
      left: 0px;
      top: 5px;
      padding: 0;
      position: relative!important;
    }
    .hamburger:hover {
      opacity: 1!important;
    }
    .hamburger-box {
      width: 35px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 35px;
    }
    .people-multix__data{
      flex-direction: column;
      margin-bottom: 30px;
    }
    .header{
      justify-content: normal;
    }
    .search-ico {
      position: relative;
      right: 0px;
      display: flex;
      align-items: center;
      color: #4D4D4D;
      margin: 0;
    }
    .logo-white{
      display: flex !important;
      justify-content: center;
      margin-top: 22px;
    }
    .logo-white img {
      position: relative;
      top: -2px;
      left: 4px;
    }
    .hamburger{
      z-index: 9999;
    }
    .header {
      padding: 20px 0;
    }
    .menu-header {
      width: 100%;
      height: 100%;
      background: #003a70;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999;
      padding: 0 40px;
      display: none;
    }
    .header .menu-header ul{
      flex-direction: column;
      margin: 0;
      padding: 0;
      margin-top: 50px;
    }
    .header .menu-header ul li a{
      font-size: 14px;
      justify-content: center;
      color: #FFF;
      margin-bottom: 20px;
    }
    .header .menu-header ul li {
      flex: 0 1 auto;
    }
    .header .menu-header .current_page_item a {
      color: #FFF;
    }
    .hamburger.is-active{
      filter: invert(1);
    }
  }
.container-logos {
	display:flex;
}
.container-logos__item .square-responsive {
	height: 60px;	
}
.container-logos__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

  @media (max-width:992px){
    .container-logos{
      display:block;
    }
	  
	  .container-logos__item {
		  margin-bottom: 50px;
	  }
	  
	  .container-logos__item:last-child {
		  margin-bottom:0px;
	  }
  }
  @media (max-width:576px){
    .header .menu-header ul li a{
      justify-content: left;
    }
  }
  
  .footer-proovedores {
    color: #4D4D4D!important;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
  }
  
  .footer-proovedores:hover {
    color:#ff5959;
  }
  
  .footer-proovedores img {
    margin-left: 5px;
  }
  
  .icon-highlight {
    display: none!important;
  }
  
  .text-red {
    color: #ff5959!important;
  }
  
  @media (max-width:500px){
    .logo-white {
      display: block!important;
    }
    .logo-white img {
        position: relative;
		top: 1px;
		left: 35px;
		height: auto;
    }
  }
  
  .imagen-acordeon {
      max-width: 450px;
  }