html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.container,
.container-fluid {
  max-width: 1199px;
}

.navbar-custom {
  height: 66px;
  background-color: rgba(53,118,122,1) !important;
}

.navbar-custom .nav-item {
  margin:  0 20px;
}

.navbar-custom .nav-item .nav-link.active {
  color: #f7b500;
}
.navbar-custom .nav-item .nav-link,
.mobile-nav--inner .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.mobile-nav--inner .nav-link {
  font-size: 18px;
  padding: 28px 20px;
}

.mobile-nav--inner .nav-link:hover,
.m-locale-link:hover {
  color: #f7b500;
}

.mobile-locale-wrapper {
  position: relative;
}

.m-locale {
  list-style: none;
  padding: 0;
  border-top: 1px solid #eee;
  max-height: 300px;
  overflow: auto;
  position: relative;
  display: block;
}

.m-locale-caret {
  position: absolute;
  right: 30px;
  color: #fff;
  font-size: 22px;
}

.m-locale-trigger {
  position: relative;
}

.m-locale-trigger:not(.collapsed) .m-locale-caret {
  transform: rotate(-90deg);
  transition: .5s all ease;
}

.m-locale-item {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.m-locale-item:last-child {
  border-bottom: 0;
}

.m-locale-link {
  padding: 22px 22px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.m-locale-link.active {
  background-color: #337479;
}

.m-locale-link:last-child {
  border-bottom: 0;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin-top: 12px;
  border-top: 1px solid #eee;
}

.mobile-nav-list .nav-item {
  border-bottom: 1px solid #eee;
}

.mobile-nav-icon {
  margin-right: 24px;
}

.mobile-nav-icon.image{
  max-width: 40px;
  max-height: 22px;
}

#l_hamburger {
  display: none;
}

#mobile_nav {
  display: none;
  position: fixed;
  top: 0;
  background-image: linear-gradient(-180deg, #337379 0%, #50a586 100%);
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
}

.mobile-nav--inner {
  display: flex;
  flex-direction: column;
}

.mobile-nav--inner .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 34px 18px 21px;
}

.mobile-nav--inner .close-mobilenav {
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width:  992px) {
  #l_hamburger {
    display: block;
  }

  .navbar-main-container {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width:  992px) {
  .navbar-custom .navbar-main {
    display: none !important;
  }
}

@media screen and (max-width:  500px) {
  .mobile-nav--inner .nav-link {
    padding: 20px;
  }
  .m-locale-link {
    padding: 18px 22px;
  }
  .m-locale {
    /*max-height: 640px;*/
    max-height: none;
  }
}

.navbar-custom .nav-item .custom-dropdown img {
  max-height: 23px;
  max-width: 21px;
  margin-right: 7px;
  min-height: 21px;
  object-fit: cover;
}

.navbar-custom .dropdown-menu {
  background-color: #35777a;
}

.navbar-custom .dropdown-menu .dropdown-item.active,
.navbar-custom .dropdown-menu .dropdown-item:focus {
  background-color: #4ea285;
}

/*// logo-group*/

.logo-group {
  max-width: 270px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
}

.logo-group .img-1 {
  display: block;
  max-width: 62px;
  width: 100%;
  height: 36px;
  margin-right: 20px;
}

.logo-group .img-2 {
  max-width: 174px;
  display: block;
  width: 100%;
  height: auto;
}

.ml-auto {
  margin-left: auto;
}

.header-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #424549;
  font-size: 40px;
  margin-bottom: 36px;
  text-transform: uppercase;
  word-break: break-word;
}

.header-text.lg-mb {
  margin-bottom: 70px;
}

.header-text.has-subs {
  margin-bottom: 18px;
}

.header-text.light {
  color: #fff;
}

.header-text-2{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #424549;
  margin-top: 40px;
}

.header-text-3 {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #35767a;
  font-weight: 400;
  margin-bottom: 12px;
}

.form-button,
.form-button:focus,
.form-button:hover {
  background-color: #f7b500;
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 14px;
  height: 40px;
  border-color: #f7b500;
}

.form-control,
.form-select {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  min-height: 45px;
  resize: none;
}

.form-wrapper {
  background: #fff;
  padding: 45px 40px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  max-width: 70%;
  margin: 0 auto;
}

.form-wrapper.transparent {
  background-color: transparent;
}

.explanationapp {
  /*max-width: 70%;*/
  margin: -10px auto 36px;
  padding: 35px 40px 25px;
  background-color: #fff;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.explanationapp p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
  color: #6d7278;
}

.explanationapp p.role {
  color: #35767a;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .form-wrapper {
    background: #fff;
    padding: 30px 20px 0;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    max-width: 100%;
    margin-bottom: 40px;
    margin: 0 auto;
  }
  .explanationapp {
    max-width: 100%;
  }
}

.sub-header-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #6d7278;
}

.section-1 {
  padding: 116px 0;
  background-color: rgba(53,118,122,1);
  position: relative;
  margin-bottom: 130px;
}

.section-1 .main-header {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
}

@media screen and (max-width:  992px) {
  .main-hero,
  .section-inner {
    padding: 0 30px;
  }
}

.main-hero .hero-img{
  max-width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 4px;
}

.normal-list {
  padding-left: 0;
}

.normal-list li .icon-check {
  color: green;
  margin-right: 10px;
}

.normal-list li {
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #6d7278;
  padding-left: 0;
  list-style: none;
}
.main-hero--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.main-hero--column.column--text {
  padding-right: 140px;
}

.dropdown-menu {
  min-width: 8rem;
}

@media screen and (max-width:  767px) {
  .main-hero--column:nth-child(2) {
    display: none;
  }

  .main-hero--column.column--text {
    padding: 0 30px;
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width:  992px) {
  .main-hero--column.column--text {
    padding-right: 30px;
  }
}

.main-hero--list {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-left: 0;
}

.main-hero--list li {
  margin-bottom: 15px;
}

.section-1 .wave-container {
    position: absolute;
    width: 100%;
    bottom: -140px;
    transform: translateY(-3px) rotate(180deg);
    height: 143px;
}

.button-custom-yellow {
  background-color: #f7b500;
  border-color: #f7b500;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;

  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;

  justify-content: center;
  display: flex;
  align-items: center;
}

.button-custom-yellow.btn-lg {
  height: 48px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.btn-info, .btn-info:hover {
  background-color: #35767a;
  color: #fff;
  border: 1px solid #35767a;
}

.button-custom-yellow:hover,
.button-custom-yellow:focus {
  background-color: #f7b500;
}

.section-2 .icon-desc-row{
  margin: 80px 0 60px;
}

.section-2,
.section-3,
.section-4 {
  padding:  40px 0 70px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.section-3 .normal-list {
  margin: 70px 20px;
}

.section-4 {
  border-bottom: 0;
  padding-bottom: 10px;
}
.section-5 {
  padding-bottom: 40px;
  background-image: url('../img/green-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*waves*/

.waves {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  background: #fff;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -36s;
  animation-duration: 41s;
}

.parallax > use:nth-child(2) {
  animation-delay: -43s;
  animation-duration: 26s;
}

.parallax > use:nth-child(3) {
  animation-delay: -44s;
  animation-duration: 19s;
}

.parallax > use:nth-child(4) {
  animation-delay: -47s;
  animation-duration: 50s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*desc-icon box*/
.icon-desc-box {
  padding: 0 20px;
}
.icon-desc-box .icon-container {
  text-align: center;
}

.icon-desc-box .icon-container .icon-title {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #74787e;
}

.icon-desc-box .icon-container .icon{
  color: #5aae8b;
  margin-bottom: 20px;
}

.iconed-list {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .iconed-list {
    margin: 0;
  }
}

.iconed-list-wrapper {
  padding: 10px;
}

.iconed-list-item {
  /*max-width: 50%;*/
  /*flex: 0 0 50%;*/
  padding: 10px;
  list-style: none;
}

.iconed-list-item-inner {
  display: flex;
  border-radius: 4px;
  border: solid 1px #e8f4fd;
  background-color: #ffffff;
  padding: 24px;
  height: 100%;
}

.iconed-icon {
  color: #5aae8b;
}

.iconed-icon-container {
    padding-top: 5px;
}

.iconed-content-container {
    margin-left: 26px;
}

.iconed-content-container .header-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #424549;
  margin-bottom: 14px;
}

.iconed-content-container .content {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: normal;
  line-height: 1.43;
  letter-spacing: 0.13px;
  color: #6d7278;
}

.landing-footer {
  position: relative;
  background: #424549;
  padding: 40px 0 60px;
  border-top: 1px solid #ffc117;
  margin-top: auto;
}

@media screen and (max-width:  992px) {
  .landing-footer {
    padding: 40px 30px;
  }
}

.footer-right .footer-text {
  font-size: 14px;
}

.footer-pages, .footer-icons {
  position: absolute;
  right: -10px;
  bottom: -34px;
}

.footer-pages {
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer-pages a, .footer-icons a {
  text-decoration: none;
  margin-right: 12px;
}

.footer-pages a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-pages a:last-child {
  margin-right: 0;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
  .emoderatorsfooterlayout {
    align-items: center !important;
    margin-bottom: 5px;
  }
  .footer-text {
    text-align: center;
  }
  .landing-footer {
    padding: 40px 30px 82px;
  }
  .footer-icons {
    right: auto;
    bottom: -35px;
  }
  .footer-pages {
    top: auto;
    bottom: -70px;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
}

.landing-footer--inner{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.emoderatorsfooterlayout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.emoderatorsfooterlayout .footer-text-emfl {
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .landing-footer--inner{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


/* old*/

td.orange {
  color: #e4b34c !important;
}
.centertextline {
  margin-top: 120px;
}
.centertextlineicon {
  line-height: 28px;
  margin-top:20px;
  padding:0 15px 0 25px;
}
.centertextlineicontwo {
  line-height: 28px;
  margin-top:20px;
  padding: 0 25px;
}
.centertextlineiconthree {
  line-height: 28px;
  margin-top:20px;
  padding: 0 25px 0 15px;
}
.faceimageicon {
  margin: 10px auto 20px;
  width:80px;
  height: 80px;
}
.weoffer {
  padding: 40px 5px 20px;
  border-radius: 0;
  background-color: #ffffff;
}
.centertextlineback {
  width: 100%;
  line-height: 34px;
  background-color: #ffffff;
  padding-top: 30px;
  border-top: 15px solid #50a586;
}
.weoffercontent {
  width: 1210px;
  margin: 0 auto;
  max-width:  100%;
}
.centertextlinemargin {
  margin-bottom: 20px;
  margin: 50px auto 0;
  padding:  0 10px;
  width: 1210px;
  max-width:  100%;
}
.centertextlinemargin h2 {
  color: #ffffff;
  padding:10px 15px 55px !important;
}
.gridexperience {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.centertextlinebackexpone {
  line-height: 34px;
  background: #ffffff;
  padding-left: 40px;
  padding-right: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius:  25px 0 0 25px;
  height: 346px;
  position: relative;
}
.centertextlinebackexptwo {
  line-height: 34px;
  background: #ffffff;
  padding-left: 40px;
  padding-right: 38px;
  padding-top: 20px;
  margin-top: 80px;
  padding-bottom: 20px;
  border-radius:  45px 0 0 0;
  height: 346px;
  position: relative;
}
.centertextlinebackexpthree {
  line-height: 34px;
  background: #ffffff;
  padding-left: 40px;
  padding-right: 38px;
  padding-top: 20px;
  margin-top: 160px;
  padding-bottom: 20px;
  border-radius:  45px 25px 25px 0;
  height: 346px;
  position: relative;
}
.curve {
    background-image: url('../img/curve.png');
    background-size: cover;
    background-position: center center;
    height: 100px;
    background-repeat: no-repeat;
}
.experiences {
  color: #ffffff !important;
}
.expectaction {
  line-height: 34px;
  background-image: linear-gradient(45deg, #caeedd 0%, #def8ea 100%);
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}
.centerlinebacklast {
  width: 1210px;
  max-width: 100%;
  border: 15px solid #7dcf9f;
  border-radius: 0 25px;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
   scrollbar-width: none;
}
.centerlinebacklast::-webkit-scrollbar {
  display: none;
}
.expectaction .centerlinebacklast .btn-complementarytwo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.centerlinebacklast table {
  background-color: #ffffff;
}
.centertextline h2 {
  text-align:center;
  font-weight: bold;
  padding-bottom: 15px;
  color: #2e4152;
}
.centertextline .faceimage {
  width:100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.centertextline .faceimage img {
  width: 100% !important;
  height: auto;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.centertextline .textimageone {
  text-align:justify;
  word-wrap: break-word;
  hyphens: auto;
  padding-right: 2px;
  margin-top: 46px;
  width:  100%;
  height: calc(100% - 100px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.centertextline .textimagetwo {
  text-align:justify;
  word-wrap: break-word;
    hyphens: auto;
    padding-right: 2px;
    margin-top: 46px;
    width:  100%;
    height: calc(100% - 100px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.centertextline .textimagethree {
  text-align:justify;
  word-wrap: break-word;
    hyphens: auto;
    padding-right: 2px;
    margin-top: 46px;
    width:  100%;
    height: calc(100% - 100px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.centertextline .textimageone::-webkit-scrollbar,
.centertextline .textimagetwo::-webkit-scrollbar,
.centertextline .textimagethree::-webkit-scrollbar {
  display: none;
}
.centertextline .bluelineone {
  float:right;
  margin-top: 5px;
  margin-left:0px;
  height: 2px;
  width: 200px;
  border-radius: 100px;
  background-image: linear-gradient(to right, rgba(37, 117, 252, 0), #7dcf9f);
}
.centertextline .bluelineone:after {
  content: "";
  clear: both;
}
.centertextline .bluelinetwo {
  float:right;
  margin-top: 5px;
  margin-left:0px;
  height: 2px;
  width: 200px;
  border-radius: 100px;
  background-image: linear-gradient(to right, rgba(37, 117, 252, 0), #7dcf9f);
}
.centertextline .bluelinethree {
  float:right;
  margin-top: 5px;
  margin-left:0px;
  height: 2px;
  width: 200px;
  border-radius: 100px;
  background-image: linear-gradient(to right, rgba(37, 117, 252, 0), #7dcf9f);
}
.centertextline .nameimageone {
  text-align: right;
  padding: 0px;
  margin: 0;
}
.centertextline .nameimagetwo {
  text-align: right;
  padding: 0px;
  margin: 0;
}
.centertextline .nameimagethree {
  text-align: right;
  padding: 0px;
  margin: 0;
}
.funciona {
  padding-top: 0px;
}
.funciona h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top:  0;
  padding-bottom: 15px;
}
.funciona img {
  width: 90%;
  height:  auto;
  border-radius: 0 25px
}
.funcionaback {
  margin-top: 100px;
  line-height: 34px;
  padding: 0;
  color: #ffffff;
  border-radius:  0 25px 0 25px;
}
.funcionaback .howitworks {
  padding: 0;
}
.funcionaback .howitworks p {
  text-shadow:  0 0 1px rgba(255, 255, 255, .6);
}
.funcionaback .operatorgirldiv {
  padding: 0;
  text-align: right;
}
.funcionabsolute {
  text-align:center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.funcionabsolutetwo {
  text-align:center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.inlineflex {
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin: 0 auto;
    width: 1210px;
    max-width: 100%;
}
.disposicion {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 34px;
}

.solicitud {
  line-height: 34px;
}
.solicitudtwo {
  line-height: 28px;
}
.table-bordered {
  border: 0px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px dotted #7dcf9f;
}
.tabla {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0 10px;
}
td {
   text-align: left;
   width:50%;
}
td.green {
  color: #56b856;

}
.linea {
  height: 10px;
}

.padtop {
  padding-top: 30px;
}

.padtop2 {
  text-align: center;
  padding-top: 10px;
}

.padbot {
  padding-bottom: 20px;
}

.padleft {
  padding-left: 10px;
  padding-right: 10px;
}

i.green {
  color: #56b856;
}

.arial {
  font-family: "Arial", sans-serif;
}

option {
  color:black;
}
.text-danger { color: #ffffff !important }
select option[value="null"] { /* value not val */
    color: rgba(100, 100, 100, 0.3) !important;
}
.contactform {
  background-color: #fff;
  padding: 30px 60px;
  box-shadow: 0px 0px 3px #ccc;
}
.aboutusbackground {
  background-image: linear-gradient(-225deg, #337379 0%, #50a586 50%, #7dcf9f 100%);
  margin-top: 0;
  margin-bottom: 30px;
}
.aboutuscontent {
  width: 1190px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 60px 40px;
  background-color: #ffffff;
  border-radius:  25px 0;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.alignbuttoncontact {
  text-align: right;
  margin-top: -10px;
}

.footerfinal{
  background-image: linear-gradient(-225deg, #337379 0%, #50a586 100%);
}

.footerfinalline {
  display:flex;
  width:1210px;
  margin: 0 auto;
  max-width: 100%;
  justify-content: space-between;
  padding: 20px 0px;
  color: #ffffff;
  font-weight: bold;
}

.footerfinalline a {
  color: #07a8a6;
  font-weight: bold;
}
@media only screen and (max-width:1220px) {
  .header{
    width: auto;
    padding: 10px;
  }
  .inlineflex {
    padding:  0 10px;
  }
  .expectaction {
    padding: 65px 10px;
  }
  .weoffercontent {
    padding: 0 10px;
  }
  .centertextlineicon {
      padding: 0 15px 0 15px;
  }
  .centertextlineicontwo {
      padding: 0 15px 0 25px;
  }
  .footerfinal {
    padding: 0 10px;
  }
  .aboutuscontent {
    width: auto;
    margin: 0 40px;
  }
}
@media only screen and (max-width: 1210px) {
  .centertext h1 {
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 15px;
  }
  .jumbotronimage img {
    height: 250px;
    width: auto;
  }
  .btn-complementary {
    margin-top: -15px;
  }
}
@media only screen and (max-width:1200px) {
  .shadowcontainer {
    width:  100%;
  }
  .funcionabsolutetwo {
    margin-bottom: 0px;
    margin-left: 250px
  }
}
@media only screen and (max-width: 1130px) {
  .funcionabsolute {
    margin-bottom: 0px;
    margin-left: 0px
  }
  .inlineflex .imagegirloperator img {
    width:250px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .jumbotronimage img {
    height: 220px;
    width: auto;
  }
  .wave {
    display: none;
  }
  .wavemobile {
    display: block;
  }
  .funcionaback {
      margin-top: 30px;
  }
}
@media only screen and (max-width:990px) {
  .inlineflex {
    padding:  0 30px;
  }
  .funcionaback .operatorgirldiv {
      margin-top: 40px;
      text-align: center;
  }
  .weoffercontent {
    padding: 0 30px;
  }
  .centertextlinebackexpone {
    height: auto;
    padding-bottom: 30px;
    border-radius: 25px 25px 0 0;
  }
  .centertextlinebackexptwo {
    margin-top: 80px;
    height: auto;
    padding-bottom: 30px;
  }
  .centertextlinebackexpthree {
    margin-top: 80px;
    height: auto;
    padding-bottom: 30px;
    border-radius: 0 0 25px 25px;
  }
  .gridexperience {
    grid-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 auto;
  }
  .centertextline .textimageone {
    height: 100%;
  }
  .centertextline .textimagetwo {
      height: 100%;
  }
  .centertextline .textimagethree {
      height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width:766px) {
  ul {
    padding-top:10px;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
      padding: 10px 15px 10px;
  }
  td {
    padding: 10px 15px 10px;
  }
  .flagstwo ul {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .header {
    position: relative;
    min-height: 60px;
  }
  .logo img {
    width:auto;
    height:30px;
  }
  .bottom {
      background-color:#e5e5e5;
    margin-bottom: 30px;
    margin-top:10px;
    padding-top:0;
  }
  .socialnetworkmobile img {
    position:absolute;
    width:30px;
    height:auto;
    left: -35px;
    top: 50%;
    transition: all .1s ease-in-out;
    transform: translateY(-47%);
  }
  .socialnetworkmobile img:hover {
    border-radius: 10px;
    transform: translateY(-47%) scale(1.2);
  }
  .flags {
    margin-top:10px;
  }
  .flagstwo ul {
    border-top: 0px;
  }
  .flagstwo ul li a:last-child {
    border-bottom: 0px;
  }
  .nav {
    flex-direction: column;
  }
  .jumbotron p {
    padding-bottom: 10px;
  }
  .jumbotrontwo p {
    padding-bottom: 10px;
  }
  .shadowcontainer {
    padding: 0 0px;
  }
  .hnewpage {
    padding-top: 15px !important;
    padding-left: 5px;
  }
  .centertexth2 {
    margin-top: 50px;
  }
  .centertextline {
    margin-top: 60px;
  }
  .containermenu {
    margin-bottom: 0px;
    box-shadow: 0px;
  }
  .containermenu a {
    padding:13px 0;
  }
  .containermenu a:hover {
    text-decoration: none;
    background-color: #2a77d4;
  }
  .panel {
    border: 0px;
    margin-bottom: 0px;
    box-shadow: 0px;
    text-indent: 18px;
  }
  .navbar-toggle {
    border: 0px solid #0f3e96 !important;
    box-shadow: 0px 0px 0px #00163e;
  }
  .navbar-toggletwo {
    border: none;
    box-shadow: none;
  }
  .navbar-toggletwo {
      position: relative;
      padding: 9px 10px;
      margin-top: 5px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 5px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }
  .navbar-header {
    width: 100%;
    padding: 0 8px;
    position:relative;
    background-color: #fcfcfc;
    border-bottom: 2px solid #eeeeee;
    box-shadow: 0px;
  }
  .navbar-header .navbar-toggle{
    margin-right: 0px !important;
  }
  .navbar-headertwo {
    box-shadow: 0px;
    float: left;
  }
  .logomobile {
    padding: 10px;
    position: absolute;
    left: 10px;
  }
  .logomobile img {
    height: 35px;
    width: auto;
  }
  .imageaward {
    position:absolute;
    right: 10px;
    top: 0px;
    z-index: 10000;
  }
  .imageaward img {
    height: 70px;
    width: auto;
  }
  .funcionaback {
    line-height: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
  }

  .funcionabsolute {
    text-align:center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 5px;
  }
  .funcionabsolutetwo {
    text-align:center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 5px;
  }
  .inlineflex {
    display:flex;
    flex-direction: column;
    align-items:center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .inlineflex .imagegirloperator {
    z-index: 1;
    width:50%;
    margin: 0 auto;
  }
  .inlineflex .imagegirloperator img {
    width:100%;
    height: auto;
    margin: 0 auto -30px;
  }
  .centertextline h2 {
    padding-top: 35px !important;
    margin-bottom: 15px;
  }
  .centertextlineback {
    margin-right: 0px;
    margin-left: 0px;
  }
  .centertextlinemargin {
    margin-left: 0px;
    margin-right: 0px;
  }
  .expectaction {
    border-right: 0px solid #f7f7f7;
    border-left: 0px solid #f7f7f7;
  }
  .expectaction .centerlinebacklast .btn-complementarytwo {
    margin-bottom: 0px;
  }
  .footerfinalline {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 500px) {
  /*.centertext {
    padding:1px 10px 20px !important;
  }*/
  .contactform {
    padding: 20px 30px;
  }
  .alignbuttoncontact {
    text-align: center;
    margin-top: 20px;
  }
  .aboutuscontent {
      padding: 10px 30px 40px;
  }
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .center-block {
    margin-top: 5px;
  }
  .hnewpage {
    margin-left: 0px;
    margin-right: 0px;
    text-align:center;
  }
  .headerabout {
  /*background-image:url(../Imagenes/header.jpg);*/
    padding: 10px 0 20px;
  }
  .aboutusbackground {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mobilecenter {
    text-align:center;
    padding-left: 0;
  }
  .solicitudtwo {
    padding: 0 10px;
  }
  .centertextlineicon,  .centertextlineicontwo, .centertextlineiconthree, .texthidden {
    padding: 0px;
  }
  .table {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .container .jumbotron, .container-fluid .jumbotron {
      padding: 45px 10px 40px;
  }
  .wavemobile {
    margin-top: -10px;
  }
  .funcionaback {
    padding-top: 0;
  }
  .funciona img {
    padding: 0 0 0 0;
    width: 100%;
  }
  .gridexperience {
      width: 85%;
  }
  .curve {
    margin-top: -10px;
  }
  .inlineflex .imagegirloperator {
    z-index: 1;
    width:70%;
    margin: 0 auto;
  }
  .solicitudmobile {
    line-height: 34px;
  }
}
@media only screen and (max-width: 400px) {
  .fa-globe {
    display: none !important;
  }
  .contactform {
    padding: 20px 20px;
  }
  .centerlinebacklastsuomi {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tablesuomi  {
    word-break: break-all;
  }
}
@media only screen and (max-width: 380px) {
  .header {
    padding:  0 10px 0 0;
  }
  .pushbarmenuline .favicon {
    display: none !important;
  }
}
@media only screen and (max-width: 360px) {
  .funciona {
    padding:0;
  }
  .centertextline {
    padding:0;
  }
  .calculator{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .padtop {
    padding:0 10px !important;
  }
  .padleft {
    padding:0 10px !important;
  }
  #contact_form{
    padding:0 10px !important;
  }
  .foryoubutton {
    font-size:16px !important;
  }
  .nav>li>a {
      position:relative;
      display:inline-block;
      padding:10px 5px;
  }
}
@media only screen and (max-width: 350px) {
  .logo img {
      height: 18px;
  }
  .btn-new {
    margin-right: 0;
  }
  .dropdown img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .centerlinebacklastsuomi {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: url('/img/seigaiha.png');
}

.page-normal {
  padding-top: 40px;
  background-image: url('/img/seigaiha.png');
  background-repeat: repeat;
  padding-bottom: 40px;
}

.normal-link {
  font-size: 14px;
  color: #f7b500;
  font-family: 'Roboto', sans-serif;
}

.about-page .sub-header-text {
  line-height: 2;
}

.color-red {
  color: #ff5a57;
}

.error-text {
  font-size: 12px;
  font-family: 'Roboto',sans-serif;
  margin-top: 12px;
}


.msf_line{
  opacity: 0.3;
  background: lightgrey;
  height: 3px;
  width: 70px;
  display: block;
  left: 50%;
  margin-top: -29px;
  margin-left: -35px;
  position: absolute;
  z-index: 1;
}


/* For the function */
.msf_hide{
  display: none !important;
}
.question-country {
  display: none;
}
.msf_show{
  display: block !important;
}
.msf_bullet_o{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 30px;
  background: #35767a;
}
.msf_bullet_o > div{
  height: 16px;
  width: 16px;
  margin: 20px 10px;
  border-radius: 100px;
  z-index: d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.msf_bullet {
  background-color: #fff;
  position: relative;
}

.msf_bullet_active{
  background-color: #f7b500 !important;
  color: #fff;
}

.golden-link {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
  color: #f7b500;
}

.golden-link:first-letter{
  text-transform: capitalize;
}

h3.header-text-4 {
  font-weight: normal;
  text-align: left;
  font-size:14px;
  color:#35767a;
}

.header-text-4{
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #424549;
  margin-top: 40px;
}

.question-page .form-wrapper {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  max-width: 100%;
}

@media screen and (max-width:  767px) {
  .question-page .form-wrapper {
    max-width: 100%;
  }
}



@media screen and (max-width:  767px) {
  .question-page .main-form-q {
    padding: 0;
  }

  .question-page .button-nav {
    padding: 20px 0 30px !important;
  }
}

.question-page .button-nav {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #eee;
  padding: 40px 20px;
}

.question-page .button-nav .btn-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.question-page .button-nav .btn-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.question-page .button-nav button {
  width: fit-content;
  padding: 0 40px;
}

.color-green {
  color: #00ad00;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  overflow: visible; }
  .hamburger.is-active{ margin-top: 7px; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -14px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.g-recaptcha div {
  margin: 0 auto;
}

#submitButton:disabled {
  background-color: gray;
}

.pages h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}

.pages h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}

.pages * {
  line-height: 28px;
}

.application-step, #send-wrapper {
  display: none;
}

#application-step-1 {
  display: block;
}

.send-wrapper {
  align-items: center;
  width: calc(100% - 230px);
  justify-content: space-between;
  top: -100px;
  position: relative;
  margin-left: auto;
}

.send-wrapper .form-button {
  padding: 0 40px;
}

.label-error {
  font-size: 16px;
  background-color: #35767a0d;
  color: #ff5a57;
  margin-top: 10px;
  display:  none;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
}

.form-1 {
  background-color: #fff;
  padding: 45px 40px 0;
}

@media screen and (max-width: 1110px) {
  .send-wrapper {
    align-items: center;
    width: 100%;
    top: -10px;
    margin-left: auto;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .send-wrapper button {
    top: -70px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .form-1 {
    background-color: #fff;
    padding: 45px 20px 0;
  }

  .explanationapp {
    padding: 35px 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .send-wrapper {
    align-items: center;
    width: 100%;
    top: 0;
    margin-left: auto;
    flex-direction: column;
    padding-bottom: 30px;
  }
}



@media screen and (max-width:  414px) {
  .send-wrapper button {
    right: 0;
  }
}

.success-page {
  max-width: 40%;
  margin: 0 auto;
}

@media screen and (max-width:  960px) {
  .success-page {
    max-width: 80%;
  }
}