.cont-postal-code {
  width: 120px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.img-container {
  padding-right: 10px;
}

.send {
  text-align: left;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.text-postalcode {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0;
}

.container-title {
  width: 100%;
  margin-top: auto;
}

.title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #00205b;
  opacity: 1;
  margin: 0;
}

.sub-title {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #00205b;
  opacity: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.postal-code-form {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.postal-code-form input {
  width: 98%;
  border-radius: 6px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #eaeaea;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  opacity: 1;
  position: absolute;
}

.btn-postal-code {
  width: 40px;
  height: 44px;
  background: #6edcfa 0% 0% no-repeat padding-box;
  border-radius: 9px;
  background-position: center;
  background-size: 20%;
  border: none;
  background-repeat: no-repeat;
  position: relative;
  left: 78%;
  transform: translateY(7%);
}

.error-message-container {
  display: none;
  text-align: left;
  margin: 10px;
}

.text-error {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #ff0000;
  opacity: 1;
  vertical-align: middle;
}

.icon-error {
  width: 5%;
  vertical-align: middle;
}

.text-question {
  color: var(---00205b);
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;  letter-spacing: 0px;
  color: #00205b;
  opacity: 1;
  margin-bottom: 10px;
}

.text-question-redirect {
  color: var(---00205b);
  text-align: left;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;  letter-spacing: 0px;
  color: #00205b;
  opacity: 1;
}

.tooltip {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #eaeaea;
  opacity: 1;
  width: 252px;
  height: auto;
  top: 100%;
  left: 1%;
}

.arrow-before {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #eaeaea;
  font-size: 0px;
  line-height: 0px;
  top: -16px;
  left: 3px;
  position: relative;
}

.arrow-after {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  font-size: 0px;
  line-height: 0px;
  top: -22px;
  left: 3px;
  position: relative;
}

.icon-error{
  width: 7%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .content-mobile-cp {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .send {
    text-align: left;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
  }

  .text-postalcode {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
  }

  .icon-location-pc {
    width: 15px;
  }

  .tooltip {
    top: 138%;
    left: -11%;
  }
}
@media only screen and (width: 768px) and (height: 1024px),
       only screen and (width: 768px) and (height: 768px){
  .cont-postal-code {
    width: 100%;
    display: flex;
  }
  .navbar-fixed-top {
    padding-bottom: 48px !important;
  }
  .caja-secciones-nueva-margin-top{
    margin-top: 30%;
  }
  .caja-secciones-nueva-mitad-mobile{
    justify-content: flex-end !important;
  }
}

@media only screen and (width: 912px) and (height: 1368px){
  .cont-postal-code {
    width: 100%;
    display: flex;
  }
  .navbar-fixed-top {
    padding-bottom: 48px !important;
  }
  .caja-subtitulo-bloque2-home00 {
    margin: 9% auto 25px !important;
  }
}

@media (min-width: 1440px) {
  .nav__right {
    width: 33.33333333% !important;
  }
}

@media (width: 1440px){
  .banner__component{
    margin-left: -50%;
  }
  .hamburguer-menu{
    margin-left: 0px !important;
  }
}