/* General */
body {
	font-family: "Changa", sans-serif;
}

a, a:hover {
	text-decoration: none;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
/* /. General */

/* Animaciones */
@keyframes animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.jump_animation:active,
.jump_animation:focus,
.jump_animation:hover {
	animation-name: animation-bob-float, animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}
/* /. Animaciones */


/* Header */
#menuSteamer1 .lineaHeader {
	height: 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #1E3949 0%, #558CA9 100%);
}

#menuSteamer1 .logoHeader{
	margin: 12px 20px 20px 24px;
}

#menuSteamer1 .facebookHeader {
	display: inline-block;
	line-height: 16px;
	width: calc(16px + (2 * 0.8em));
	height: calc(16px + (2 * 0.8em));
	border-radius: 50%;
	background-color: #3B5998;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
}

#menuSteamer1 .facebookHeader i {
	color: #ffffff;
	font-size: 16px;
}


#menuSteamer1 .instagramHeader {
	display: inline-block;
	line-height: 16px;
	width: calc(16px + (2 * 0.8em));
	height: calc(16px + (2 * 0.8em));
	border-radius: 50%;
	background-color: #C13584;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menuSteamer1 .instagramHeader i {
	color: #ffffff;
	font-size: 16px;
}

@media (max-width: 1024px) {	
	#menuSteamer1 .logoHeader {
		width: 64%;
		height: auto;
	}
}

@media (max-width: 768px) {
	#menuSteamer1 .contLogoHeader {
		text-align: center;
	}
}
/* /. Header */

/* Footer */
#footerSteamer1 {
	border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #1E3949;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 50px 0px;
}

#footerSteamer1 h2 {
	color: #1E3949;
    font-family: "Changa", Sans-serif;
    font-size: 19px;
    font-weight: 600;
	margin-bottom: 20px;
}

#footerSteamer1 .primeraColumna .logoFooter {
	margin-bottom: 20px;
}

#footerSteamer1 .primeraColumna p {
	text-align: justify;
    color: #686868;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
}

#footerSteamer1 .segundaColumna a {
	font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
}

#footerSteamer1 .segundaColumna a .iconoSpan {
	color: #1E3949;
    font-size: 14px;
}

#footerSteamer1 .segundaColumna a .textoSpan {
	color: #686868;
    padding-left: 5px;
}

#footerSteamer1 .terceraColumna {
	font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
}

#footerSteamer1 .terceraColumna .iconoSpan {
	color: #1E3949;
    font-size: 12px;
}

#footerSteamer1 .terceraColumna .textoSpan {
	color: #686868;
    padding-left: 5px;
}

#footerSteamer1 .cuartaColumna a {
	font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
}

#footerSteamer1 .cuartaColumna a .iconoSpan {
	color: #1E3949;
    font-size: 14px;
}

#footerSteamer1 .cuartaColumna a .textoSpan {
	color: #686868;
    padding-left: 5px;
	font-size: 18px;
}

@media (max-width: 768px) {
	#footerSteamer1 .primeraColumna .logoFooter {
		width: 80%;
		height: auto;
	}
}
/* /. Footer */



#bodySteamer {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/* Estilos generales */
.text_center {
  text-align: center;
}

.error {
  color: red;
}

.title_box {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}

.w_50 {
  width: 50%;
}

/* Popover */
.popover {
  max-width: 400px;
  border: 1px solid rgb(33 62 78);
}

.popover-header {
  background-color: #213e4e;
  color: #fff;
  border-bottom: 1px solid #213e4e;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.popover-body {
  white-space: pre-line;
}

.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  border-top-color: #213e4e;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  border-bottom-color: #213e4e;
}

.popoverInfo {
  color: #213e4e;
  transition: background-color 0.3s, color 0.3s;
}

.popoverInfo:hover {
  color: #555;
}

.popoverInfo i {
  font-size: 20px;
}

/* Pasos */
.step {
  display: none;
  margin-bottom: 200px;
}

/* Estilos de titulo */
#ctz_title {
  font-size: 1.4rem;
  color: #222;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
}

#ctz_title:after {
  content: "";
  display: block;
  margin-top: 0.825rem;
  width: 75px;
  height: 4px;
  background-color: #558ca9;
  position: relative;
  left: 0;
}

/* Estilos de las migas de pan */
.breadcrumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
  list-style: none;
  padding: 0px;
}

.breadcrumbs__pointer {
  color: #8093a7;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  height: 50px;
  position: relative;
  background: #f3f5fa;
  display: grid;
  place-items: center;
  display: flex;
  justify-content: center;
}

.breadcrumbs__pointer i {
  margin-right: 0.5em;
}

.breadcrumbs__pointer:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.breadcrumbs__pointer:after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #f3f5fa;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: 1;
}

.breadcrumbs__pointer--first:before {
  border-left: none;
}

.breadcrumbs__pointer--first {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.breadcrumbs__pointer--last:after,
.breadcrumbs__pointer--last:hover,
.breadcrumbs__pointer--last:hover:after,
.breadcrumbs__pointer--last.breadcrumbs__pointer--current:after,
.breadcrumbs__pointer--last.breadcrumbs__pointer--current:hover,
.breadcrumbs__pointer--last.breadcrumbs__pointer--current:hover:after {
  border-left: none;
}

.breadcrumbs__pointer--last {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

.breadcrumbs__pointer:hover {
  background: #f3f5fa;
  color: #8093a7;
  text-decoration: none;
  cursor: default;
}

.breadcrumbs__pointer--current {
  background: #213e4e;
  color: #fff;
  text-decoration: none;
}

.breadcrumbs__pointer--current:after {
  border-left: 10px solid #213e4e;
}

.breadcrumbs__pointer:hover:after {
  border-left: 10px solid #f3f5fa;
}

.breadcrumbs__pointer--last:hover:after {
  border-left: 0px solid #213e4e;
}

.step_breadcrumbs {
  background: #ccc;
  padding: 5px;
  border-radius: 30px;
  margin: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
}

.breadcrumbs__pointer--current .step_breadcrumbs {
  background: #000;
}

.breadcrumbs__pointer:hover:hover .step_breadcrumbs {
  background: #ccc;
}

/* Estilos de la caja */
.services .box_item {
  background-color: #f3f3f3;
  border-radius: 4px;
  border-color: #f5f5f5;
  margin-bottom: 1rem;
  color: #555;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.services .box_item .service {
  transition: background-color 0.3s, color 0.3s;
  padding: 1.375rem 1.25rem;
}

.services .box_item .additional_info {
  cursor: auto;
}

/* Margen oscuro de lado derecho */
.services .box_item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4.3125rem;
  background-color: rgba(216, 216, 216, 0.3);
  border-left: #e0e0e0 0.063rem solid;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* Estilos de la información */
.services .box_item .service .information {
  color: #558ca9;
  font-size: 20px;
}

/* Estilos del botón */
.services .box_item .btn_activate {
  background-color: #558ca9;
  border-radius: 4px;
  height: 29px;
  position: absolute;
  width: 29px;
  border: 0px;
  top: 1rem;
  right: 1.25rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  padding: 0px;
}

.services .box_item.expanded .btn_activate {
  transform: rotate(180deg);
}

.services .box_item .btn_activate:focus,
.services .box_item .btn_activate:hover {
  box-shadow: 0 0 5px #000;
}

.fa-chevron-down {
  margin-top: 4px;
  color: #fff;
}

/* Estilo para la información adicional */
.services .box_item .additional_info {
  display: none;
}

.services .box_item.expanded .additional_info {
  display: block;
}

.services .box_item.expanded .service {
  background: #213e4e;
  color: #fff;
}

.services .box_item.expanded:before {
  background-color: transparent;
  border-left: transparent 0.063rem solid;
}

.services .box_item.expanded .popoverInfo {
  color: #fff;
}

/* Estilos de las tablas */
.table {
  display: table;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  padding: 15px 10px;
  border: 1px solid #bdbdbd80;
}

.table-header {
  font-weight: bold;
  background-color: #555;
  color: #fff;
  text-transform: uppercase;
}

.table-header .table-cell:first-child {
  border-left: 1px solid #555;
}

.table-header .table-cell:last-child {
  border-right: 1px solid #555;
}

/* Estilos de los input counter */
.counter {
  display: inline-block;
  border: #d8d8d8 0.063rem solid;
  border-radius: 0.25rem;
  color: #555;
  vertical-align: middle;
  overflow: hidden;
}

.counter_btn {
  background-color: #fff;
  color: #555;
  cursor: pointer;
}

.counter_btn:hover,
.counter_btn:focus {
  background-color: #ccc;
  color: #555;
}

.counter > * {
  float: left;
  position: relative;
  padding: 0 !important;
  margin: 0;
  width: 2.063rem;
  height: 2.063rem;
  border-radius: 0;
  border-collapse: collapse;
  border: 0 !important;
  text-align: center;
  font-size: 0.938rem;
  font-weight: 700;
}

/* .counter .quantity_control {
	border-left: #d8d8d8 0.063rem solid;
	border-right: #d8d8d8 0.063rem solid;
} */

.selector_control {
  width: 2.5rem !important;
  color: #555;
}

.selector_control:focus-visible {
  outline: none;
}

.additional_info .footer {
  padding: 1rem 1rem;
  margin: 0;
  line-height: 1.5;
  color: #555;
  font-size: 0.8rem;
  font-weight: normal;
  border: 1px solid #bdbdbd80;
}

.additional_info .footer div {
  margin-bottom: 10px;
}

.additional_info .footer a {
  color: #555;
  font-size: 0.85rem;
  text-decoration: underline;
}

/* Estilos del resumen */
.box_quote {
  position: relative;
  display: inherit;
  padding: 0.813rem 1rem;
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}

.box_quote_header,
.box_quote_body {
  margin-bottom: 1.5rem;
}

.box_quote_header,
.box_quote_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_quote_title {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}

.box_quote_clear {
  color: #555;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: initial;
  text-decoration: underline;
  cursor: pointer;
}

.box_quote_label {
  font-size: 0.8rem;
  font-weight: normal;
  color: #555;
  text-transform: uppercase;
}

.box_quote_price {
  font-size: 1.813rem;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}

.quote_subtotal,
.quote_percent,
.quote_discount,
.quote_tax {
  font-size: 1.2rem;
  font-weight: normal;
}

.remove_coupon {
	font-weight: bold;
    text-decoration: none;
}

.remove_coupon:hover {
    text-decoration: none;
}

.bq_category {
  padding: 0.75rem 0.813rem;
  margin: 0;
  background-color: #213e4e;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.bq_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4065rem 0.813rem;
  color: #555;
  font-size: 0.75rem;
  line-height: 1.63;
  font-weight: 600;
}

.bq_type {
  width: 50%;
}

.bq_value,
.bq_subtotal {
  width: 25%;
}

.bq_value {
  text-align: center;
}

.bq_subtotal {
  text-align: end;
}

#calendar {
  font-size: 0.8em;
}

#calendar a {
  color: #000;
}

.fc-day-past,
.fc-day-sun {
  background-color: #eee;
}

/* YOUR INFORMATION */
#your_information {
  padding: 0.813rem 1rem;
}

#your_information .form_information {
  background-color: #f3f3f3;
  position: relative;
  display: inherit;
  border-radius: 0.25rem;
}

/* YOUR INFORMATION */
#review {
  padding: 0.813rem 1rem;
}

#review .data_review {
  background-color: #f3f3f3;
  position: relative;
  display: inherit;
  border-radius: 0.25rem;
}

/* FOOTER */
#footer_buttons {
  background-color: #213e4e;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0px;
  z-index: 2;
}

/* Estilos responsivos */
@media (max-width: 800px) {
  .step {
    margin-bottom: 0px;
  }

  .step_txt {
    display: none;
  }

  #footer_buttons {
    position: relative;
  }

  #btn_continue,
  #btn_back {
    font-size: 13px;
  }

  .fc .fc-toolbar {
    display: block;
  }

  .box_quote {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .popover {
    max-width: 300px !important;
  }
}

@media (max-width: 320px) {
  .counter_btn {
    display: none;
  }
}
