.login-terms {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: #b5b5b5;
  font-size: 14px;
  width: 300px;
  line-height: 1.6;
}

.login-fixed-container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.login-fixed-container .login-fixed-description {

  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 100px;
}

.login-fixed-container .login-fixed-description p{
  margin:0
}

.login-fixed-container .login-fixed-buttons{
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 100px;
}

.login-fixed-container .login-fixed-buttons button{
  margin:0;
}

/*Estilos de textos y botones*/
.text-important {
  color: #009688;
}

.text-white {
  color: #fff;
}

.text-white:hover{
  color: #fff !important;
}

.btn-blue {
  background-color: #00b5db!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn-blue:hover {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.custom-title {
	font-weight: 700;
	font-size: 28px;
}

.text-blue {
	color: #00b5db !important;
}

.bg-blue {
	background-color: #00b5db !important;
}

.text-green {
	color: #4ecb66 !important;
}

.bg-green {
	background-color: #4ecb66 !important;
}

.bg-custom-gray {
	background: #EDF0F2 !important;
}

.bg-custom-blue {
	background-color: #00b5db
}

button.bg-custom-blue:hover {
	background-color: rgb(1, 126, 152)
}

.header-photo {
	margin-top: -35px;
	width: 100%;
	height: 400px;
	background-image: url("/images/travel-info.jpg");
	background-position: top;
	background-size: cover;
	position: relative;
}

.header-photo .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.bg-custom-traslucid {
	background-color: hsla(0, 0%, 100%, .3);
}

button.bg-custom-traslucid:hover {
	background-color: hsla(0, 0%, 50%, .3) !important
}

.bg-success {
	background-color: #4ecb66 !important;
}

.bg-success:hover {
  background-color: #34b24c !important;
}

/*estilos de botones de redes sociales*/
.btn-google {
  color: #fff !important;
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
  border-radius: 5px;
}

.btn-facebook {
  color: #fff !important;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
  border-radius: 5px;
}

.btn-twitter {
  color: #fff !important;
  background-color: #55acee;
  border-color: rgba(0,0,0,0.2);
  border-radius: 5px;
}

/*estilos de imagenes*/
.flag-image {
  height: 30px;
  vertical-align: middle;
  border-style: none;
  margin-right: 5px;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.edit-img, .edit-img:active, .edit-img:focus {
  outline: none;
  width: 100%;
  height: 40px;
  color: white;
  background-color: grey;
  opacity: 0.3;
  margin-bottom: 0;
  position: relative;
}

.edit-img:hover {
  opacity: 0.8;
  color: white !important;
  background-color: grey !important;
  box-shadow: none;
}

.image-preview {
	padding: 5px;
	width:50px;
	height: 50px;
}

.image-preview:hover {
	width: 54px;
	height: 54px;
	border: 1px solid darkorange;
	padding: 0px !important;
}

.card-img-top {
	width: 100px;
	position: relative;
	border: 4px solid #fff;
}

/*Estilos de paddings*/
.p1 {
  padding: 0.25rem !important;
}

.p2 {
  padding: 0.5rem !important;
}

.p3 {
  padding: 1rem !important;
}

.p4 {
  padding: 1.5rem !important;
}

.p5 {
  padding: 3rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem!important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem!important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem!important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem!important;
}

.pl-3, .px-3 {
  padding-left: 1rem!important;
}

.pr-3, .px-3 {
  padding-right: 1rem!important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem!important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem!important;
}

.pl-5, .px-5 {
  padding-left: 3rem!important;
}

.pr-5, .px-5 {
  padding-right: 3rem!important;
}
/*Estilos de margenes*/
.m1 {
  margin: 0.25rem !important;
}

.m2 {
  margin: 0.5rem !important;
}

.m3 {
  margin: 1rem !important;
}

.m4 {
  margin: 1.5rem !important;
}

.m5 {
  margin: 3rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
/*Estilos de Footer*/
footer.foot-land {
  background: linear-gradient(100deg, #1f2124, #464b69);
}

footer .row{
  padding-left: 15px;
}

footer {
  color: #fff;
}

footer ul{
padding: 0;
}

footer li{
list-style-type: none;
}

footer .link{
  color: #fff;
}

/*estilos de cards*/
.card {
  border: none;
  border-radius: 10px!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.card-login{
  border-radius: 10px;
}

.card-body {
  padding: 2em;
}

.card-login h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 30px;
}

.card-login a {
  text-decoration: none;
  color: #666666;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.card-login a.active {
  color: #fff;
}

.card h1.card-title, .card h2.card-title, .card h3.card-title, .card h4.card-title, .card h5.card-title, .card h6.card-title {
  font-size: 1.5em;
  font-weight: 300;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  font-weight: 300;
  font-size: 0.9em;
}

.card-only-shadow {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  -webkit-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.card-header{
	border:none;
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}
.rounded-10{
	border-radius: 10px !important;
}

label {
	font-weight: 300;
}

.input-border-radius{
  border: none;
  border-radius: 8px;
}

/*Estilos para el Banner*/
.banner {
  height: 110vh;
  max-height: 560px;
}

.banner-paketea{
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  color: #fff;
}

.banner-paketea:after{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
}

.banner-caption {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: #ffffff;
}
.banner-caption h1 {
  font-size: 45px;
}

.background-sky {
  background: url(images/landingpaketea.jpg);
  background-repeat: no-repeat;
  background-position-y: 45%;
  background-position-x: center;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 5.5%;
}

.intro {
  position: absolute;
  width: 80vw;
  margin: 0 auto -45px;
  padding: 35px 0 0;
  color: #fff;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
}

.transparent {
  background-color: transparent;
}

/*otros*/
.nav-link .badge {
  border-radius: 4px;
}

.dropdown-menu {
	right: 0;
	left: auto;
	min-width: 230px;
}

.dropdown-menu .dropdown-item {
  display: block;
  line-height: 1.2em;
}

.dropdown-menu .dropdown-item .badge {
  line-height: 1.2em;
  border-radius: 4px
}

.search-top-container {
	margin-top: -30px;
	padding: 10px 15px;
}

.search-top-container input {
  background-color: white !important;
  border: none;
  background-image: none !important;
  padding-left: 10px;
  border-radius: 2px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.search-top-container form {
  margin-bottom: 0;
}
.search-top-container i {
  font-size: 15px !important;
}
.search-top-container .input-group-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom-text-shadow {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 29px rgba(0, 0, 0, 0.7)
}

#travel-form{
	position: relative;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}

#travel-form input, select{
  height: 3rem;
  border: none;
  border-radius: 10px;
  padding-left: 37px;
  background-color: white;
}

#travel-form input{
  height: 3rem;
  border: none;
  border-radius: 10px;
  padding-left: 37px;
  background-color: white;
}

#travel-form select{
  height: 3rem;
  border: none;
  border-radius: 10px;
  padding-left: 37px;
  background-color: white;
}
#travel-form input[type=submit]{
  cursor:pointer;
  padding-left: inherit;
}
#travel-form img{
  position: absolute;
  z-index: 2;
  height: 1.4rem;
  margin-left: 9px;
  margin-top: 0.7rem;
}

.intro {
	position: absolute;
	width: 95vw;
	margin: 0 auto -45px;
	padding: 5px 0 0;
	color: white;
	bottom: 50px;
	transform: translateX("-50%");
	left: 50%;
	-webkit-transform: translateX("-50%");
}

.light-font {
	font-weight: 300 !important
}

.bulto {
	background: linear-gradient(180deg, darkorange, transparent);
}

.content-wrapper {
	margin-top: 2rem;
	margin-bottom: 6rem;
}

.detalles-pedido {
  text-align: center;
  width: 200px;
}

.arrow-custom {
  font-family: "Times New Roman"
}

.offer-item:hover {
  text-decoration: none;
  background: #eff8fd;
}

card-img-top {
	width: 100px;
	position: relative;
	border: 4px solid #fff;
}

.badge .badge-pending {
  color: #fff;
  background-color: #2f83fb;
}

.badge .badge-realized {
  color: #fff;
  background-color: #8e8e8e;
}

.badge .badge-canceled {
  color: #fff;
  background-color: #d89a26;
}

.badge .badge-completed {
  color: #fff;
  background-color: #dc3545;
}

.request-wrapper {
	height: 100px;
	overflow-y: hidden;
	padding: 3px;
}

.request-wrapper .rounded.border {
  -webkit-transition: width ease 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: width ease 0.3s;
}

.request-wrapper .rounded.border .btn-edit {
  position: absolute;
  bottom: 40px;
  right: -2px;
  float: right;
  cursor: pointer;
}

.request-wrapper .rounded.border .btn-edit:hover {
  color: #848c9d !important;
}

.request-wrapper form {
  height: 41px;
}

.request-wrapper .btn-remove {
  position: relative;
  padding: 8px 18px;
  -webkit-transition: width ease 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: width ease 0.3s;
  cursor: pointer;
}

.request-wrapper .btn-remove:hover {
  background-color: #e8e9ec !important;
}

.request-wrapper .btn-remove:active {
  background-color: #c8c9cc !important;
}

.request-wrapper .btn-remove.edit {
  width: 50px;
}

.nwrap {
  white-space: nowrap;
}

.custom-select:focus {
	border-color: #98a2db;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(152, 162, 219, .5);
}

.error {
	color: #f44336;
}

.bmd-form-group .bmd-label-static,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating {
	top: 0.7rem;
	left: 1.2em;
}

.bg-danger:hover {
  background: #ea1c0d!important
}

#card-number {
	background: no-repeat bottom, 50% calc(100% - 1px);
	background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0);
	background-size: 0 100%, 100% 100%;
	border: none;
	height: 37px;
}
.add-new-card .error{
	display: none
}
.add-new-card .error.visible{
	display: block;
}

#card-number.focused {
	background-size: 100% 100%, 100% 100%;
}
.img-carriers {
	max-height: 45px;
	max-width: 80%;
}
#wrapper-services .rounded:hover {
  border-color: rgb(63,81,181) !important;
}

#wrapper-services .box-service {
  padding: 1rem 1rem 0 1rem;
}

.box-service {
  width: 100%;
}

.recoEntre {
	font-weight: bold;
	vertical-align: top;
}
.icon-wrapper, .recoEntre {
	color:rgb(46, 67, 113);
}
.text-small {
	font-size: 0.7rem;
}
.priceTitle {
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	top: 25%;
}

.priceTitle span {
  font-weight: 100;
  font-size: 1rem;
}
