

@charset "UTF-8";

.font-family-two {
  font-family: "Roboto"; }

.background-orange {
  background: #e57e53; }

.background-white {
  background: #ffffff; }

.background-aqua {
  background: #56b4b9; }

.background-light-blue {
  background: #0f9ad6; }

.background-light-blue-15 {
  background: #1a8ecc; }

.background-light-blue-20 {
  background: #2e4f81; }

.background-dark-blue-5 {
  background: #124370; }

.background-dark-blue-15 {
  background: #162a50; }

.background-dark-blue-20 {
  background: #002750; }

.background-gray-35 {
  background: #dddddd; }

.background-gray-30 {
  background: #666666; }

.background-gray-50 {
  background: #e9e9e9; }

.background-dark-blue {
  background: #163d6b; }

.color-font-white {
  color: #ffffff; }

.color-font-gray-5 {
  color: #575756; }

.color-font-orange-light {
  color: #ffe8c6; }

.color-font-aqua-light {
  color: #bdd9de; }

.color-font-gray-10 {
  color: #4d4d4d; }

.color-font-gray-15 {
  color: #1d1d1b; }

.color-font-light-blue-10 {
  color: #03668c; }

.color-font-light-blue {
  color: #0f9ad6; }

.color-font-dark-blue-10 {
  color: #075180; }

.color-font-gray-20 {
  color: #aaaaaa; }

.color-font-gray-25 {
  color: #8f8f8f; }

.color-font-gray-30 {
  color: #666666; }

.color-font-gray-35 {
  color: #dddddd; }

.color-font-gray-40 {
  color: #6b6b6b; }

.color-font-dark-blue-5 {
  color: #124370; }

.color-font-gray-45 {
  color: #808080; }

.color-light-green-5 {
  color: #83bd3f; }

.background-dark-blue-5-degraded {
  background: #395685;
  background: -moz-linear-gradient(top, #395685 0%, #124370 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #395685), color-stop(100%, #124370));
  background: -webkit-linear-gradient(top, #395685 0%, #124370 100%);
  background: -o-linear-gradient(top, #395685 0%, #124370 100%);
  background: -ms-linear-gradient(top, #395685 0%, #124370 100%);
  background: linear-gradient(to bottom, #395685 0%, #124370 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=‘#395685 ’, endColorstr=‘#124370 ’, GradientType=0 );
  background-color: #124370; }

.justify-end-content {
  display: flex;
  justify-content: flex-end; }

.align-end-content {
  display: flex;
  align-items: flex-end; }

.justify-center {
  display: flex;
  justify-content: center; }

.align-center {
  display: flex;
  align-items: center; }

.no-font-weight {
  font-weight: normal; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.bold {
  font-weight: bold; }

.row-position {
  display: flex;
  flex-direction: row; }

.row-position-wrap {
  display: flex;
  flex-flow: row wrap; }

.column {
  display: flex;
  flex-direction: column; }

.justify {
  text-align: justify; }

.text-decoration-underline {
  text-decoration: underline; }

a {
  text-decoration: none; }

h1 {
  font-size: 1.875em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1.125em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.875em; }

.font-weight-300 {
  font-weight: 300; }

.cursor {
  cursor: pointer; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto Condensed"; }

.header {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 100; }
.header-language {
  height: 40px; }
.header-main {
  height: 80px;
  display: flex;
  flex-direction: row; }
.button-language {
  height: 20px;
  width: 35px; }
.button-active, .styles-button-login, .styles-button-register {
  border: 1px solid #ffffff;
  border-radius: 3px; }
.section-logo {
  display: flex;
  flex: 1 1 20%; }
.section-options-menu {
  display: flex;
  flex: 1 1 80%; }
.width-button-options-menu {
  width: 115px;
  height: 40px;
  margin: 0px 5px; }
.width-button-options-menu:hover {
    border-bottom: 3px solid #1a8ecc; }
.options-menu-active {
  border-bottom: 3px solid #1a8ecc;
  width: 115px;
  height: 40px;
  margin: 0px 5px; }
.width-button-options-login {
  width: 115px;
  height: 40px; }
.icon-mesfix-search {
  font-size: 26px; }
.styles-button-login, .styles-button-register {
  width: 100px;
  height: 35px;
  border-color: #1a8ecc; }
.styles-button-login:hover, .styles-button-register:hover {
  border: 1px solid #ffffff; }
.styles-button-register {
  background: #1a8ecc; }
.styles-button-register:hover {
  background: #ffffff;
  color: #1a8ecc;
  border: 1px solid #ffffff;
  font-weight: 300; }
.section-options-menu-responsive {
  display: none; }
.icon-bars {
  font-size: 30px; }
.options-menu-responsive {
  z-index: 999999;
  position: absolute;
  top: 70px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  height: 340px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px; }
.display-no-view {
  display: none; }
.section-block-menu-responsive {
  display: block; }
.style-options-menu-responsive {
  padding: 15px 16px;
  font-weight: 400;
  color: #6b6b6b; }
.style-options-menu-responsive-active {
  background: rgba(21, 71, 107, 0.6);
  color: #fff; }
.padding-left-right-header {
  padding: 0px 80px; }
.style-logo-svg{
  width: 190px;}
@media screen and (max-width: 1200px) {
  .padding-left-right-header {
    padding: 0 40px; }
  .section-options-menu {
    font-size: 0.875em; }
  .width-button-options-menu, .options-menu-active {
    width: 100px; } 
  .section-buttons-language{
    padding-right: 10px
    }}
@media screen and (max-width: 1024px) {
  .section-options-menu {
    display: none; }
  .section-options-menu-responsive {
    display: block; }}
@media screen and (max-width: 800px) {
  .section-options-menu {
    display: none; }
  .section-options-menu-responsive {
    display: block; } }
@media screen and (max-width: 567px) {
  .padding-left-right-header {
    padding: 0px 20px; } }
@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
  /* max-width: 569px */
  .options-menu-responsive {
    height: 240px;
    overflow-y: scroll; } }
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: portrait) {
  /*max-width: 320px */ }


@media screen and (max-width: 1200px) {
  .section-contain-main-we{
    background-position: center center;
  }
}

@media screen and (max-width: 1024px) {
  .section-contain-main-we {
    height: 400px; } }
@media screen and (max-width: 800px) {
  .section-contain-main-we {
    height: 300px; } }
@media screen and (max-width: 567px) {
  .section-contain-main-we {
    height: 170px; } }
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: landscape) {
  /* max-width: 569px */ }
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: portrait) {
  /*max-width: 320px */ }



/*footer*/
.section-contact {
  display: flex;
  flex: 1 1 25%;
  padding: 25px 0px; }

.styles-logo-footer{
  width: 250px; 
}

.additional-information-footer {
  display: flex;
  flex: 1 1 75%; }

.icon-phone, .icon-ios-email, .icon-ios-world-outline, .icon-inver03, .icon-location {
  font-size: 25px;
  margin-top: 15px; }

.section-additional-information {
  flex: 1 1 25%;
  padding: 0px 5px; }

.padding-content-additional-information {
  padding: 40px 60px 20px 60px; }

.icon-facebook-circled, .icon-twitter-circled, .icon-linkedin-circled {
  font-size: 35px;
  padding: 10px 10px 0px 10px; }

.social-footer {
  padding-right: 80px; }

.margin-top-null {
  margin-top: 0px; }

@media screen and (max-width: 800px) {
  .padding-content-additional-information {
    padding: 40px 40px 20px 40px; }
    .section-contact {
    flex: 1 1 100%; }

  .padding-content-additional-information {
    display: flex;
    flex-flow: row wrap; }

  .section-additional-information {
    flex: 1 1 100%; }

  .social-footer {
    padding-right: 60px; }

  .style-title-footer {
    font-size: 20px;
    text-decoration: underline;}
   }
@media screen and (max-width: 567px) {
  .section-contact {
    flex: 1 1 100%; }

  .padding-content-additional-information {
    display: flex;
    flex-flow: row wrap; }

  .section-additional-information {
    flex: 1 1 100%; }

  .social-footer {
    padding-right: 60px; }

  .style-title-footer {
    font-size: 20px;
    text-decoration: underline; }

  .padding-content-additional-information {
    padding: 20px; } }
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: landscape) {
  /* max-width: 569px */ }
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: portrait) {
  /*max-width: 320px */
  .padding-content-additional-information {
    display: flex;
    flex-flow: row wrap; }

  .section-additional-information {
    flex: 1 1 100%; }

  .social-footer {
    padding-right: 60px; }

  .style-title-footer {
    font-size: 20px;
    text-decoration: underline; }

  .padding-content-additional-information {
    padding: 20px; } }


/*section thankyou page emp*/
.background-orange-light{
  background: #e59a03;
}
.contain-thankyou {
  padding-top: 80px; }

.section-main-thanyou-page-emp {
  background: rgba(5,74,112,0.4);
  background-image: url(../../../img/ms/thankyou/inv/thankyoupageinv-05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 520px;
  }

.text-section-main-thankyou{
  max-width: 400px;
}
.line-separator-section{
  height: 60px;
  position: relative;
}

.icon-bar-line{
  position: absolute;
  top: -30px;
  left: 10%;
  z-index: 1;
}
.text-shadow{
  text-shadow: 3px 2px 1px #1d1d1b;
}
.content-color{
  height: 535px;
}

.more-information-thankyou-emp{
  position: relative;
}
.image-text-more-information-ty-emp{
  height: 535px;
  position: absolute;
  top: 0;
  width: 100%;
}
.lados{
  background-image: url(../../../img/ms/thankyou/inv/fondoempthankyou.png);
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-size: cover;
  position: relative;
  height: 535px;
}
.title-more-information-ty-emp{
  max-width: 400px;
  padding-bottom: 20px; 
}

p{
  margin: 10px 0px;
  max-width: 500px;
}
.text-line-bar-color{
  max-width: 680px;

}
.line-separate-small{
  height: 17px
}
.ladob{
  display: flex;
  flex: 1 1 100%;
}
.ladob{
  padding-left: 80px;
}
.background-gray-dark{
  background: #c3c3c3;
}
@media screen and (max-width: 1200px) {
  .text-icon-bar-line,.title-more-information-ty-emp{
    font-size: 1.25em;
  }
  .title-more-information-ty-emp{
    max-width: 440px;
  }
  .lados{
    height: 310px;
  }
  .ladob{
    padding-left: 40px;
  }
  p{
    max-width: 500px;
  }
  .content-color{
    height: 310px;
  }
  .text-line-bar-color{
    text-align: center;
  }
  .image-text-more-information-ty-emp{
    height: 410px;
  }
}

@media screen and (max-width: 1024px) {
  .icon-bar-line{
    left: 5%;
   }
  .text-icon-bar-line{
    padding-left: 8%;
  }
  .text-more-information-ty-emp{
    font-size: 1em;
  }
  .title-more-information-ty-emp{
    max-width: 300px;
  }
  p{
    max-width: 370px;
  }
  .text-line-bar-color{
    font-size: 1.25em;
  }
  .text-line-bar-color{
    max-width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .section-main-thanyou-page-emp{
    height: 320px;
  }
  .text-icon-bar-line{
    font-size: 1em;
    max-width: 300px;
  }
  .title-more-information-ty-emp{
    max-width: 240px;
    padding-bottom: 10px;
  }
  .text-more-information-ty-emp{
    background: rgba(255,255,255,0.7);
    padding: 0px 10px;
  }
  .content-color,.lados{
    height: 320px;
  }
  .text-more-information-ty-emp{
    max-width: 400px;
  }
}
@media screen and (max-width: 567px) {
  .section-main-thanyou-page-emp{
    height: 568px;
  }
  .text-section-main-thankyou{
    font-size: 1.5em;
    max-width: 300px;
  }
  .text-icon-bar-line{
    padding-left: 32%;
    max-width: 175px;
  }
  .content-color,.lados{
    height: 450px;
  }
  .ladob{
    padding-left: 20px;
  }
  .title-more-information-ty-emp{
    font-size: 1.5em;
    color: #fff;
    max-width: 280px;
  }
  .text-more-information-ty-emp{
    max-width: 265px;
  }
  p{
    max-width: 255px;
  }
  .text-line-bar-color{
    max-width: 280px;
  }
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
  /* max-width: 1024px */
}
 


@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  /* max-width: 768px */
  .text-icon-bar-line{
    max-width: 510px;
  }
  .text-more-information-ty-emp{
    background: transparent;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: landscape) {
  /* max-width: 569px */ }
@media screen and (min-device-width: 320px) and (max-device-width: 569px) and (orientation: portrait) {
  /*max-width: 320px */ }


/*end section thankyou page emp*/

/*# sourceMappingURL=mainwe.css.map */
