/* Fonts configuration */
@font-face {
  font-family: montserrat;
  src: url("/static/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: montserrat medium;
  src: url("/static/fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: montserrat bold;
  src: url("/static/fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: montserrat semi-bold;
  src: url("/static/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: montserrat light;
  src: url("/static/fonts/Montserrat-Light.ttf");
}
/* End fronts config */

body {
  font-family: montserrat !important;
}

html {
  background-color: rgb(203, 180, 144) !important;
}

label {
  font-family: montserrat !important;
}

/* general */

.paragraph {
  font-family: montserrat medium;
  color: #350707;
}

.info__btn {
  background-color: #052329;
}

.info__btn:hover {
  transform: scale(1.3);
  transition: 0.5s;
}

.question__icon:hover path {
  filter: brightness(50%);
  transition: 1s;
}

/* colors btn */

.colors_btn {
  background-color: transparent;
  border-radius: 40px !important;
  border-width: 2px !important;
  border-color: #f5f5f5 !important;
}

.question_icon {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 2px;
  height: 15px;
  box-shadow: 0px 0px 10px rgba(13, 13, 13, 0.08);
  border-radius: 14px;
}

.exclamation_icon {
  margin-right: 5px;
  margin-top: 2px;
  height: 15px;
  box-shadow: 0px 0px 10px rgba(13, 13, 13, 0.08);
  border-radius: 14px;
}

/*Results (page)*/

.spacetr {
  border-collapse: separate;
  padding-bottom: 1rem;
}

.spacing-table {
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 0 10px;
  /* this is the ultimate fix */
}

/*.spacing-table td {
  border-width: 3px 0;
 
  border-color: darkred;
  border-style: solid;
  

  padding: 5px 15px;
}

.spacing-table td:first-child {
  border-left-width: 3px;
  border-radius: 5px 0 0 5px;
}
.spacing-table td:last-child {
  border-right-width: 3px;
  border-radius: 0 5px 5px 0;
}*/

.green_light_Tr {
  background-color: #3e9581;
  border: #3e9581 solid 3px;
}

.green_Tr {
  background-color: #335a4e;
  border: #335a4e solid 3px;
}

.brown_Tr {
  background-color: #a88636;
  border: #a88636 solid 3px;
}

.red_Tr {
  background-color: #922e42;
  border: #922e42 solid 3px;
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='14' ry='14' stroke='%23FF6161FF' stroke-width='4' stroke-dasharray='2%2c 18%2c 10%2c 12' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e"); */
}

/* maleta (page) */

.green_light_bg {
  background-color: #3e9581;
  border-radius: 14px;
  /*box-shadow: 0px 0px 10px rgba(13,13,13,0.08);*/
}

.green_bg {
  background-color: #335a4e;
  border-radius: 14px;
  /*box-shadow: 0px 0px 10px rgba(13,13,13,0.08);*/
  /* border: 3px solid #feec91; */
}

.brown_bg {
  background-color: #a88636;
  border-radius: 14px;
  /*box-shadow: 0px 0px 10px rgba(13,13,13,0.08);*/
  /* border: 3px dashed #ff8d4e; */
}

.red_bg {
  background-color: #922e42;
  border-radius: 14px;
  /*box-shadow: 0px 0px 10px rgba(13,13,13,0.08);*/
  /*border: 2px dotted #FF6161;*/

  /*background-image: linear-gradient(to right, #FF6161 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 30px 3px;
    background-repeat: repeat-x;*/

  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='14' ry='14' stroke='%23FF6161FF' stroke-width='4' stroke-dasharray='2%2c 18%2c 10%2c 12' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e"); */
}

.tipo_text {
  font-size: 12px;
  color: rgb(#350707);
}

.gray_bg {
  color: #999ca0;
  background-color: #f4f4f4;
  border-radius: 14px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.color_bg_padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem !important;
  padding-right: 2rem;
}

/* Extra extra Large */
@media only screen and (min-width: 1400px) {
  .gray_bg_padding {
    padding: 5rem;
  }

  .exclamation_icon {
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 2px;
    height: 15px;
    box-shadow: 0px 0px 10px rgba(13, 13, 13, 0.08);
    border-radius: 14px;
  }

  .th_text {
    font-size: 14px !important;
  }
}

/* Extra Large */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gray_bg_padding {
    padding: 5rem;
  }

  .red_alt_bg {
    background-color: #922e42;
    border-radius: 14px 0px 0px 14px;
  }

  .th_text {
    font-size: 14px !important;
  }

  .categoria_img {
    display: none;
  }

  .green_light_bg_alt_bg {
    background-color: #3e9581;
    border-radius: 14px 0px 0px 14px;
  }

  .green_alt_bg {
    background-color: #335a43;
    border-radius: 14px 0px 0px 14px;
  }

  .red_alt_bg {
    background-color: #922e42;
    border-radius: 14px 0px 0px 14px;
  }

  .brown_alt_bg {
    background-color: #a88636;
    border-radius: 14px 0px 0px 14px;
  }
}

/* Large */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gray_bg_padding {
    padding: 5rem;
  }

  .categoria_img {
    display: none;
  }

  .green_light_bg_alt_bg {
    background-color: #3e9581;
    border-radius: 14px 0px 0px 14px;
  }

  .green_alt_bg {
    background-color: #335a43;
    border-radius: 14px 0px 0px 14px;
  }

  .brown_alt_bg {
    background-color: #a88636;
    border-radius: 14px 0px 0px 14px;
  }

  .red_alt_bg {
    background-color: #922e42;
    border-radius: 14px 0px 0px 14px;
  }

  .th_text {
    font-size: 14px !important;
  }
}

/* Medium */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gray_bg_padding {
    padding: 5rem;
  }

  .categoria_img {
    display: none;
  }

  .green_light_bg_alt_bg {
    background-color: #3e9581;
    border-radius: 14px 0px 0px 14px;
  }

  .green_alt_bg {
    background-color: #335a43;
    border-radius: 14px 0px 0px 14px;
  }

  .brown_alt_bg {
    background-color: #a88636;
    border-radius: 14px 0px 0px 14px;
  }

  .red_alt_bg {
    background-color: #922e42;
    border-radius: 14px 0px 0px 14px;
  }

  .th_text {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categoria_img {
    display: none;
  }
}

/* Small */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gray_bg_padding {
    padding: 2rem;
  }

  .green_light_bg_alt_bg {
    background-color: #3e9581;
    border-radius: 14px 0px 0px 14px;
  }

  .green_alt_bg {
    background-color: #335a43;
    border-radius: 14px 0px 0px 14px;
  }

  .brown_alt_bg {
    background-color: #a88636;
    border-radius: 14px 0px 0px 14px;
  }

  .red_alt_bg {
    background-color: #922e42;
    border-radius: 14px 0px 0px 14px;
  }

  .th_text {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categoria_img {
    display: none;
  }
}

/* Extra Small */
@media only screen and (max-width: 575px) {
  .gray_bg_padding {
    padding: 2rem;
  }

  .green_light_bg_alt_bg {
    background-color: #3e9581;
    border-radius: 14px 0px 0px 14px;
  }

  .green_alt_bg {
    background-color: #335a43;
    border-radius: 14px 0px 0px 14px;
  }

  .brown_alt_bg {
    background-color: #a88636;
    border-radius: 14px 0px 0px 14px;
  }

  .red_alt_bg {
    background-color: #922e42;
    border-radius: 14px 0px 0px 14px;
  }

  .th_text {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 575px) {
  .categoria_img {
    display: none;
  }
}

/* Set border-radius on the top-left and bottom-left of the first table data on the table row*/
td:first-child,
th:first-child {
  border-radius: 14px 0 0 14px;
}

/* Set border-radius on the top-right and bottom-right of the last table data on the table row*/
td:last-child,
th:last-child {
  border-radius: 0 14px 14px 0;
}

/* Boton imprimir */
button.print-button {
  width: 32px;
  height: 17px;
  margin-left: 9px;
  margin-top: 14px;
}
span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
  border: solid 2px #9d2449;
}
span.print-icon::after {
  border-width: 2px;
}

button.print-button {
  position: relative;
  padding: 0;
  border: 0;

  border: none;
  background: transparent;
}

span.print-icon,
span.print-icon::before,
span.print-icon::after,
button.print-button:hover .print-icon::after {
  box-sizing: border-box;
  background-color: #f2efed;
}

span.print-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 20%;

  width: 100%;
  height: 100%;
  background: #f2efed;
  border-radius: 20% 20% 0 0;
}

span.print-icon::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 12%;
  right: 12%;
  height: 110%;

  transition: height 0.2s 0.15s;
}

span.print-icon::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 12%;
  right: 12%;
  height: 0%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 70% 90%;
  background-position: center;
  background-image: linear-gradient(
    to top,
    #fff 0,
    #fff 14%,
    #9d2449 14%,
    #9d2449 28%,
    #fff 28%,
    #fff 42%,
    #9d2449 42%,
    #9d2449 56%,
    #fff 56%,
    #fff 70%,
    #9d2449 70%,
    #9d2449 84%,
    #fff 84%,
    #fff 100%
  );

  transition: height 0.2s, border-width 0s 0.2s, width 0s 0.2s;
}

button.print-button:hover {
  cursor: pointer;
}

button.print-button:hover .print-icon::before {
  height: 0px;
  transition: height 0.2s;
}
button.print-button:hover .print-icon::after {
  height: 120%;
  transition: height 0.2s 0.15s, border-width 0s 0.16s;
}

.boton-print {
  margin-top: -8px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 10px;
  margin-right: 20px;
}

.boton-print:hover {
  background-color: #e7bac8;
}

/* excedentes */

.label-form label {
  color: #727375;
  font-weight: bold;
}

.fs-14 {
  font-size: 14px;
}

.card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
  background: #ffffff;
  padding: 24px 30px 24px 30px;
  position: relative;
  cursor: pointer;
  max-width: 450px;
  min-width: 280px;
  box-sizing: border-box;
  width: 100%;
}

.card:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.card:active {
  transform: translate(2px, 2px);
}

.footer_img{
  width: 100%;
  height: auto;
}


.background{
  background-image: url("/static/img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
}

.header_background {
  background-image: url('/static/img/header_background.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.logos_institucionales {
  width: 60vw;
  height: auto;
  margin-top: -0.75vw;
}

/* .fixed-div {
  position: relative;
  right: 3vw;
  height: 0px;
} */

.pasajeros {
  height: auto; 
  width: 65%; 
  margin: auto;
  display: block;
}

.clickable {
  cursor: pointer;
}
.contenido {
  position: relative;
}

.idiomas {
  position: absolute;
  z-index: 1;
}

.pasajeros-boton {
  position: relative;
}

.boton-ingreso {
  position: absolute;
  top: 15%;
  left: -16%;
  z-index: 0;
  height: auto; 
  width: auto; 
  width: 25%;
  text-align: center;
}

@media (max-width: 900px) {
  .boton-ingreso {
    left: -8%;
  }
}

@media (max-width: 780px) {
  .boton-ingreso {
    left: -5%;
  }
}

@media (max-width: 767px) {
  .boton-ingreso {
    left: -16%;
  }
}

@media (max-width: 620px) {
  .boton-ingreso {
    left: -10%;
  }
}

.boton-imagen {
  height: auto;
  width: 100%; 
}

/* .columna_1_bg{
  background-image: url("/static/img/background_1.png");
  background-repeat: no-repeat; */
  /* background-size: 80% 80%; */
  /* background-position-x: center;
  background-position-y: top;
  
} */

/* .columna_2_bg{
  background-image: url("/static/img/background_3.png");
  background-repeat: no-repeat; */
  /* background-size: 90% 80%; */
  /* background-size: cover; */
  /* background-position-x: center;
  background-position-y: bottom;
} */

.cream-card{
  background-color: #ede5e0;
  border-radius: 20px 20px 0px 0px;
  font-size: 1.3vw;
  padding: 20px 20px 0 20px;
}

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

.green-text{
  color: #128168;
  font-family: montserrat;
}

.dark-green-text{
  color: #02604d;
  font-weight: 800!important;
  font-family: montserrat bold;

}

.padding-top{
  padding-top: 40rem;
}

/* Padding 35 rem when screen is smaller than 991 pixels width*/
@media only screen and (max-width: 991px) {
  .padding-top{
    padding-top: 30rem;
  }

  .columna_1_bg{
    background-size: 50% 70%;
  }

  .gb-1{
    margin-left: 10px!important;
    /* margin-right: 30px!important; */
  }

  .cream-card{
    font-size: 2vw;
  }
}

@media only screen and (max-width: 620px){
  .columna_1_bg{
    background-size: 50% auto;
  }
  .padding-top{
    padding-top: 20rem;
  }

  .cream-card{
    font-size: 3vw;
  }
}

.footer{
  background-color: #184c42;
  /* min-width: 800px; */
  /* width: 100%; */
  overflow-y: auto;
  white-space: nowrap;

}
.footer-bar{
  min-height: 60px;
  background-image: url("/static/img/footer_v1.jpg");
  background-repeat: no-repeat;
  /* background-repeat: no-repeat;
  background-size: cover; */
  background-size: 100% auto;
  /* min-width: 800px; */
  width: 100%;
  background-position: bottom center;
}

.aduana-facil-img{
  max-width: 100%;
}
/* .bg {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
} */

.footer a:hover {
  color: rgb(216, 216, 216) !important;
}



