/* FONDO IMAGEN */
@keyframes colorchange
{
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}
/*  */

/* NUBES ANIMACION */
@keyframes nubes
{
  0%{
    transform:translateY(-30%);
    -ms-transform:translateY(-30%);
    -webkit-transform:translateY(-30%)
  }
  50%{
    transform:translateY(1%);
    -ms-transform:translateY(1%);
    -webkit-transform:translateY(1%)
  }
  100%{
    transform:translateY(-30%);
    -ms-transform:translateY(-30%);
    -webkit-transform:translateY(-30%)
  }
}

@-webkit-keyframes nubes /* Safari and Chrome - necessary duplicate */
{
  0%{
    transform:translateY(-30%);
    -ms-transform:translateY(-30%);
    -webkit-transform:translateY(-30%)
  }
  50%{
    transform:translateY(1%);
    -ms-transform:translateY(1%);
    -webkit-transform:translateY(1%)
  }
  100%{
    transform:translateY(-30%);
    -ms-transform:translateY(-30%);
    -webkit-transform:translateY(-30%)
  }
}
/*  */


/* INTRO */
#intro {
  width: 100%;
  height: 85%;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#intro .leyendaIntro {
  max-width: 350px;
  max-height: 140px;
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: all .3s ease;
}
#intro .leyendaIntro h1 {
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: 0.3px;
  color: #ffffff;
}
#intro .leyendaIntro h1 img {
  width: 140px!important;
  height: auto;
  position: relative;
  top: 5px;
  transition: all .3s ease;
}
#intro .leyendaIntro .lineaDvl {
  max-width: 150px!important;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .3s ease;
}

#intro .enviarLink {
  position: absolute;
  background: rgb(250,203,18);
  background: -moz-linear-gradient(90deg, rgba(250,203,18,1) 0%, rgba(251,145,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(250,203,18,1) 0%, rgba(251,145,21,1) 100%);
  background: linear-gradient(90deg, rgba(250,203,18,1) 0%, rgba(251,145,21,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#facb12",endColorstr="#fb9115",GradientType=1);
  box-shadow: -3px 1px 13px 0px rgba(0,0,0,0.51);
  -webkit-box-shadow: -3px 1px 13px 0px rgba(0,0,0,0.51);
  -moz-box-shadow: -3px 1px 13px 0px rgba(0,0,0,0.51);
  padding: 0 4rem;
  border-radius: 20px;
  bottom: 27vh;
  left: 7.5%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  text-transform: none;
  z-index: 10;
  transition: all .3s ease;
}

#intro .enviarLink:hover,
#intro .enviarLink:active,
#intro .enviarLink:focus {
  color: #264383;
  background: rgb(255,248,0);
  background: -moz-linear-gradient(90deg, rgba(255,248,0,1) 0%, rgba(255,200,95,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,248,0,1) 0%, rgba(255,200,95,1) 100%);
  background: linear-gradient(90deg, rgba(255,248,0,1) 0%, rgba(255,200,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff800",endColorstr="#ffc85f",GradientType=1);
}

#leyendaResp {
  display: none;
}

.item {
  width: 100%;
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#intro .owl-theme .owl-nav.disabled+.owl-dots {
  position: relative;
  z-index: 2;
  margin-top: -75px;
  transition: all .3s ease;
}
#intro .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  background-color: #ffffff;
  transition: all .3s ease;
}
#intro .owl-theme .owl-dots .owl-dot.active span, #intro .owl-theme .owl-dots .owl-dot:hover span {
  background: #264383;
  background-color: #264383;
}


#intro .owl-item.active .itemLegend {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInTop;
  animation-delay: 0.7s;
}

#intro .owl-item.active .celular {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: moveFromTop;
  animation-delay: 1.3s;
}
#intro .owl-item.active .sombra_celular {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurIn;
  animation-delay: 1.7s;
}
#intro .owl-item.active .carro {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInRight;
  animation-delay: 2.1s;
}
#intro .owl-item.active .avion {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInRight;
  animation-delay: 3.1s;
}

#intro .owl-item.active .globo {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInBottom;
  animation-delay: 1.3s;
}

#intro .owl-item.active .personaje {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurInRight;
  animation-delay: 1.3s;
}
#intro .owl-item.active .sombra {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: blurIn;
  animation-delay: 1.7s;
}
/*  */

/* NUBES */
#intro  .nubesMain {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
#intro .nubesMain .nube01 {
  width: auto;
  height: 71px;
  position: absolute;
  top: 180px;
  left: 8%;
  z-index: 5;
  animation:nubes 10s ease-in-out infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: nubes 10s ease-in-out infinite; /* Chrome and Safari */
}

#intro .nubesMain .nube02 {
  width: auto;
  height: 71px;
  position: absolute;
  top: 250px;
  left: 20%;
  z-index: 5;
  animation:nubes 10s ease-in-out infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: nubes 10s ease-in-out infinite; /* Chrome and Safari */
}

#intro .nubesMain .nube03 {
  width: auto;
  height: 75px;
  position: absolute;
  bottom: 250px;
  left: 15%;
  z-index: 5;
  animation:nubes 10s ease-in-out infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: nubes 10s ease-in-out infinite; /* Chrome and Safari */
}
/*  */

/* SLIDE AMARILLO */
.backgroundYellow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size:500%;
  background: rgb(254,178,7);
  background: -moz-linear-gradient(90deg, rgba(254,178,7,1) 0%, rgba(255,212,4,1) 25%, rgba(254,178,7,1) 50%, rgba(255,212,4,1) 75%, rgba(254,178,7,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(254,178,7,1) 0%, rgba(255,212,4,1) 25%, rgba(254,178,7,1) 50%, rgba(255,212,4,1) 75%, rgba(254,178,7,1) 100%);
  background: linear-gradient(90deg, rgba(254,178,7,1) 0%, rgba(255,212,4,1) 25%, rgba(254,178,7,1) 50%, rgba(255,212,4,1) 75%, rgba(254,178,7,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb207",endColorstr="#feb207",GradientType=1);
  background-size: 500%;
  animation: colorchange 10s infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 10s infinite; /* Chrome and Safari */
}
.item .celular {
  width: 400px!important;
  height: auto;
  position: absolute;
  bottom: 110px;
  right: 35%;
  z-index: 7;
  transition: all .3s ease;
}
.item .sombra_celular {
  width: 590px!important;
  height: auto;
  position: absolute;
  bottom: 100px;
  right: 34%;
  transition: all .3s ease;
}

.item .carro {
  width: 450px!important;
  height: auto;
  position: absolute;
  top: 135px;
  right: 17%;
  z-index: 8;
  transition: all .3s ease;
}

.item .avion {
  width: 300px!important;
  height: auto;
  position: absolute;
  top: 100px;
  right: 35%;
  z-index: 8;
  transition: all .3s ease;
}

.backgroundYellow .itemLegend {
  max-width: 400px;
  max-height: 60px;
  padding: 0 0 0 50px;
  position: absolute;
  left: 5%;
  bottom: 150px;
  z-index: 8;
  transition: all .3s ease;
}
#slide_01Resp {
  display: none;
}
.backgroundYellow .itemLegend p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2d2e42;
  transition: all .3s ease;
}
.backgroundYellow .itemLegend p span {
  font-weight: bold;
}
.backgroundYellow .itemLegend::before {
  content: '1';
  width: 30px;
  height: 100%;
  font-size: 85px;
  color: #FFF400;
  position: absolute;
  top: -25px;
  left: 0;
  transition: all .3s ease;
}
/*  */

/* SLIDE AZUL */
.backgroundBlue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size:500%;
  background: rgb(36,98,232);
  background: -moz-linear-gradient(90deg, rgba(36,98,232,1) 0%, rgba(124,159,236,1) 25%, rgba(36,98,232,1) 50%, rgba(124,159,236,1) 75%, rgba(36,98,232,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(36,98,232,1) 0%, rgba(124,159,236,1) 25%, rgba(36,98,232,1) 50%, rgba(124,159,236,1) 75%, rgba(36,98,232,1) 100%);
  background: linear-gradient(90deg, rgba(36,98,232,1) 0%, rgba(124,159,236,1) 25%, rgba(36,98,232,1) 50%, rgba(124,159,236,1) 75%, rgba(36,98,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2462e8",endColorstr="#2462e8",GradientType=1);
  background-size: 500%;
  animation: colorchange 10s infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 10s infinite; /* Chrome and Safari */
}
.item .globo {
  width: 251px!important;
  height: auto;
  position: absolute;
  bottom: 150px;
  left: 55%;
  z-index: 8;
  transition: all .3s ease;
}

.backgroundBlue .itemLegend {
  max-width: 400px;
  max-height: 60px;
  padding: 0 0 0 50px;
  position: absolute;
  left: 5%;
  bottom: 150px;
  z-index: 8;
  transition: all .3s ease;
}
.backgroundBlue .itemLegend p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  transition: all .3s ease;
}
.backgroundBlue .itemLegend p span {
  font-weight: bold;
}
.backgroundBlue .itemLegend::before {
  content: '2';
  width: 30px;
  height: 100%;
  font-size: 85px;
  color: #002891;
  position: absolute;
  top: -30px;
  left: -5px;
  transition: all .3s ease;
}
/*  */

/* SLIDE VERDE */
.backgroundGreen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size:300%;
  background: rgb(218,242,76);
  background: -moz-linear-gradient(90deg, rgba(218,242,76,1) 0%, rgba(116,199,67,1) 50%, rgba(0,150,57,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(218,242,76,1) 0%, rgba(116,199,67,1) 50%, rgba(0,150,57,1) 100%);
  background: linear-gradient(90deg, rgba(218,242,76,1) 0%, rgba(116,199,67,1) 50%, rgba(0,150,57,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daf24c",endColorstr="#009639",GradientType=1);
  background-size: 300%;
  animation: colorchange 10s infinite;
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 10s infinite; /* Chrome and Safari */
}
.item .sombra {
  width: 450px!important;
  height: auto;
  position: absolute;
  bottom: 100px;
  right: 37%;
  z-index: 1;
  transition: all .3s ease;
}

.item .personaje {
  width: 257px!important;
  height: auto;
  position: absolute;
  bottom: 100px;
  right: 35%;
  z-index: 8;
  transition: all .3s ease;
}

.backgroundGreen .itemLegend {
  max-width: 400px;
  max-height: 60px;
  padding: 0 0 0 50px;
  position: absolute;
  left: 5%;
  bottom: 150px;
  z-index: 8;
  transition: all .3s ease;
}
.backgroundGreen .itemLegend p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  transition: all .3s ease;
}
.backgroundGreen .itemLegend p span {
  font-weight: bold;
}
.backgroundGreen .itemLegend::before {
  content: '3';
  width: 30px;
  height: 100%;
  font-size: 85px;
  color: #056228;
  position: absolute;
  top: -25px;
  left: -5px;
  transition: all .3s ease;
}
/*  */

/* SEGUNDO BANNER */
#second_banner {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 50px 20% 0 20%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#second_banner .testBanner {
  width: 100%;
  height: 25vh;
  background: gray;
  background-color: gray;
  position: relative;
  transition: all .3s ease;
}
/*  */

/* FORMULARIO DE PAQUETE */
#formulario_paquete {
  width: 100%;
  height: auto;
  padding: 50px 20% 50px 20%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 15%;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 7px 0 #919191;
  text-align: left;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel ::placeholder {
  color: #4f4b4b;
  font-weight: normal;
}
#formulario_paquete .paquetePanel h1 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4a90e2;
  padding: 0 0 0 0!important;
  margin: 0 0 10px 0!important;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel [type="checkbox"]+label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4f5050;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel p.envio_dest_org {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4f4b4b;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  /* display: none; */
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel p.nota {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #264383;
  text-transform: uppercase;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel p.nota sup {
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #264383;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel .align-button {
  text-align: left;
}
#formulario_paquete .paquetePanel .btnAddPaquete {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  width: auto;
  height: 40px;
  line-height: normal;
  text-align: center;
  padding: 10px 17px;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #4a90e2;
  background: #4a90e2;
  border: 1px solid #4a90e2;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel .btnAddPaquete:hover,
#formulario_paquete .paquetePanel .btnAddPaquete:active,
#formulario_paquete .paquetePanel .btnAddPaquete:focus {
  background-color: #515d77;
  background: #515d77;
  border: 1px solid #515d77;
}
#formulario_paquete .paquetePanel [type="checkbox"].filled-in:not(:checked)+label:before {
  border: none!important;
}
#formulario_paquete .paquetePanel [type="checkbox"].filled-in:not(:checked)+label:after {
  border-radius: 2.5px;
  border: solid 1px #4a90e2;
}
#formulario_paquete .paquetePanel [type="checkbox"].filled-in:checked+label:before {
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border-bottom: none!important;
}
#formulario_paquete .paquetePanel [type="checkbox"].filled-in:checked+label:after {
  border: 2px solid #4a90e2;
  background: #4a90e2;
  background-color: #4a90e2;
  border-radius: 2.5px;
}

#formulario_paquete .btnCotizar:disabled {
  opacity: 0.5;
  cursor: none;
}
#formulario_paquete .btnCotizar:disabled:hover,
#formulario_paquete .btnCotizar:disabled:active,
#formulario_paquete .btnCotizar:disabled:focus {
  opacity: 0.5;
  background: #feb207;
  background-color: #feb207;
  border: 1px solid #feb207;
}
#formulario_paquete .btnCotizar {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  width: auto;
  height: 48px;
  padding: 13px 15% 12px 15%;
  border-radius: 24px;
  background: #feb207;
  background-color: #feb207;
  border: 1px solid #feb207;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
#formulario_paquete .btnCotizar:hover,
#formulario_paquete .btnCotizar:active,
#formulario_paquete .btnCotizar:focus {
  background: #4a90e2;
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
}

#costo_seguro_input , #texto_costo_seguro {
  display: none;
}
/*  */

/* ------- RADIO SPECIAL EDITION ------ */
#formulario_paquete .paquetePanel .toogle [type="radio"]:not(:checked)+label:before,
#formulario_paquete .paquetePanel .toogle [type="radio"]:not(:checked)+label:after {
  border:none!important;
}

#formulario_paquete .paquetePanel .toogle [type="radio"]:checked+label:before {
  border: none!important;
}

#formulario_paquete .paquetePanel .toogle [type="radio"]:checked+label:after,
#formulario_paquete .paquetePanel .toogle [type="radio"].with-gap:checked+label:after {
  background: none!important;
  background-color: none!important;
  border: none!important;
}

#formulario_paquete .paquetePanel .toogle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#formulario_paquete .paquetePanel .toogle input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
}
#formulario_paquete .paquetePanel .toogle input + label {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515d77;
  background: #ffffff;
  background-color: #ffffff;
  width: auto;
  height: 39px;
  padding: 10px 47px 10px 47px;
  border-radius: 19.5px;
  border: solid 1px #515d77;
  text-transform: uppercase;
  transition: all .3s ease;
}
#formulario_paquete .paquetePanel .toogle input + label svg {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
}
#formulario_paquete .paquetePanel .toogle input + label svg rect ,
#formulario_paquete .paquetePanel .toogle input + label svg path,
#formulario_paquete .paquetePanel .toogle input + label svg polygon
{
  fill: #515d77;
}

#formulario_paquete .paquetePanel .toogle input + label.land:first-of-type {
  margin: 0 -35px 0 0;
}
#formulario_paquete .paquetePanel .toogle input + label:last-of-type,
#formulario_paquete .paquetePanel .toogle input + label:nth-of-type(3n) {
  margin: 0 0 0 -30px;
}
#formulario_paquete .paquetePanel .toogle input:hover + label ,
#formulario_paquete .paquetePanel .toogle input:checked + label ,
#formulario_paquete .paquetePanel .toogle input:focus + label {
  background: #515d77;
  background-color: #515d77;
  color: #ffffff;
}

#formulario_paquete .paquetePanel .toogle input:hover + label svg rect ,
#formulario_paquete .paquetePanel .toogle input:hover + label svg path ,
#formulario_paquete .paquetePanel .toogle input:hover + label svg polygon ,
#formulario_paquete .paquetePanel .toogle input:checked + label svg rect ,
#formulario_paquete .paquetePanel .toogle input:checked + label svg path ,
#formulario_paquete .paquetePanel .toogle input:checked + label svg polygon ,
#formulario_paquete .paquetePanel .toogle input:focus + label svg rect ,
#formulario_paquete .paquetePanel .toogle input:focus + label svg path,
#formulario_paquete .paquetePanel .toogle input:focus + label svg polygon
{
  fill: #ffffff;
}
/*  */

/* SPECIAL EDITION INPUT TEXTS */
#formulario_paquete .paquetePanel input:not([type]),
#formulario_paquete .paquetePanel input[type=text]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=password]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=email]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=url]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=time]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=date]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=datetime]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=datetime-local]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=tel]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=number]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=search]:not(.browser-default),
#formulario_paquete .paquetePanel input[type=file]:not(.browser-default) {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7a5a5;
  height: 47px;
  border-radius: 3.5px;
  border: solid 1px #a7a5a5;
  transition: all .3s ease;
}

#formulario_paquete .paquetePanel textarea.materialize-textarea {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7a5a5;
  height: 159px;
  border-radius: 3.5px;
  border: solid 1px #a7a5a5;
  transition: all .3s ease;
}

#formulario_paquete .paquetePanel input:not([type]):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=text]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=password]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=email]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=url]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=time]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=date]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=datetime]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=tel]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=number]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=search]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel input[type=file]:not(.browser-default):focus:not([readonly]),
#formulario_paquete .paquetePanel textarea.materialize-textarea:focus:not([readonly]) {
  font-weight: normal;
  color: #4f4b4b;
  border: solid 1px #4f4b4b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ----------------------------- */

/* MODAL PROGRESO */
.modalProgreso {
  width: 40vw;
  height: 50vh;
  padding: 25px 5% 19px 5%;
  border-radius: 8px;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  overflow: hidden;
  display: none;
}
/*  */

.modalProgreso .successPaquete {
  width: 100%;
  height: 0;
  background: #fcd249;
  background-color: #fcd249;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* VALIDACION */
.modalProgreso .validacionSection {
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0;
  position: relative;
  z-index: 2;
}
.modalProgreso .validacionSection .modalTitle {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.modalProgreso .validacionSection .modalTitle h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9ba2c;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
  transition: all .3s ease;
}

.modalProgreso .validacionSection .spinner {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  text-align: center;
  transition: all .3s ease;
}

.modalProgreso .validacionSection .spinner > div {
  width: 18px;
  height: 18px;
  background: #fcd249;
  background-color: #fcd249;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.modalProgreso .validacionSection .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.modalProgreso .validacionSection .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.modalProgreso .validacionSection .progresoBox {
  max-width: 275px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  transition: all .3s ease;
}
/*  */

/* PAQUETE AGREGADO */
.modalProgreso .exitosoSection {
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0;
  position: relative;
  display: none;
  z-index: 2;
}
.modalProgreso .exitosoSection .modalTitle {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.modalProgreso .exitosoSection .modalTitle h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
  transition: all .3s ease;
}

.modalProgreso .exitosoSection .progresoBox {
  max-width: 240px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  transition: all .3s ease;
}

.modalProgreso .exitosoSection .progresoStars {
  max-width: 335px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 175px;
  margin: auto;
  transition: all .3s ease;
}
/*  */

/* CLOSE MODAL */
.modalProgreso .closeModal {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
  display: none;
  transition: all .3s ease;
}
.modalProgreso .closeModal svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.modalProgreso .closeModal svg path {
  transition: all .3s ease;
}
.modalProgreso .closeModal:hover svg path {
  fill: #4a90e2;
}
/*  */

/* Terrestre o Aereo */
#sectionTerrestre , #sectionAereo{
  display: none;
}
/*  */

/* LOCAL */
#map {
  width: 100%;
  height: 50vh;
}
/*  */
