/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a, input, button, textarea {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[readonly], textarea[readonly] {
  cursor: default;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::placeholder, textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation: fadeIn 400ms ease-in-out;
          animation: fadeIn 400ms ease-in-out;
}

.fadeOut {
  -webkit-animation: fadeOut 400ms ease-in-out;
          animation: fadeOut 400ms ease-in-out;
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
html.fixed {
  overflow: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  color: #382933;
  font-size: 17px;
  line-height: 1.5;
}

.section {
  padding: 60px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  color: #19456b;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.container {
  max-width: 1180px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.fade {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.logo {
  height: 37px;
}

.logo_media {
  margin-right: 6px;
}

.logo_media svg {
  position: relative;
  top: 4px;
}

.logo_text {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.logo_text::after {
  content: "";
  position: absolute;
  top: -36px;
  right: 0;
  width: 90px;
  height: 35px;
  background-image: url("../img/mini-alas.png");
  background-repeat: no-repeat;
  background-size:contain;
    -webkit-filter: drop-shadow(-1px 2px 3px rgba(0,0,0,0.15) );
  filter: drop-shadow(-1px 2px 3px rgba(0,0,0,0.15));
}

.link--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
}

.link--arrow .icon {
  margin-left: 5px;
  -webkit-transition: margin-left 0.4s ease-in-out;
  transition: margin-left 0.4s ease-in-out;
}

.link--arrow:hover .icon {
  margin-left: 10px;
}

.btn {
  color: #fff;
  background: #0068a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn--split {
  height: 54px;
  min-width: 270px;
  position: relative;
}

.btn--split:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #0076be;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.btn--split .main,
.btn--split .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.btn--split .main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 54px);
}

.btn--split .icon {
  width: 54px;
  background: #0076be;
  height: 100%;
}

.btn--split:hover:before, .btn--split:focus:before {
  width: 100%;
}

.btn--regular {
  height: 44px;
  min-width: 180px;
}

.btn--regular.bordered {
  background: transparent;
  border: 1px solid #fff;
}

.btn--regular:hover, .btn--regular:focus {
  background-color: #0076be;
}

.btn--split, .btn--regular {
  font-size: 18px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.sidebar {
  background: #fff;
}

.sidebar_block {
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.sidebar_block:last-of-type {
  margin-bottom: 0;
}

.sidebar_block-header {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 142, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 142, 0.1);
}

.sidebar_block-header .icon {
  width: 64px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #0076be;
  font-size: 20px;
}

.sidebar_block-content {
  padding: 0 20px;
}

.metadata {
  gap: 5px 20px;
}

.metadata_item {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6d6d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.metadata_item .icon {
  color: #0076be;
  margin-right: 5px;
}

.metadata_item .icon-calendar-o {
  margin-top: -3px;
}

.pagination_control {
  position: relative;
  top: 1px;
}

.pagination_pages {
  margin: 0 40px;
}

.pagination_pages-item {
  margin-right: 35px;
}

.pagination_pages-item:last-of-type {
  margin-right: 0;
}

.pagination_pages-item .link {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pagination_pages-item .link:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0076be 0%, #009a46 100%);
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.pagination_pages-item .link:hover, .pagination_pages-item .link:focus, .pagination_pages-item .link.current {
  color: #fff;
}

.pagination_pages-item .link:hover:before, .pagination_pages-item .link:focus:before, .pagination_pages-item .link.current:before {
  opacity: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  color: #6d6d6d;
  font-size: 14px;
}

.breadcrumbs .item {
  line-height: 1;
}

.breadcrumbs .item .link {
  position: relative;
}

.breadcrumbs .item .link:after {
  content: "/";
  margin-left: 5px;
}

.contact_data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
  grid-gap: 20px;
  margin-bottom: 60px;
}

.contact_data-item {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 142, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 142, 0.1);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_data-item .media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  background: #009a46;
  color: #fff;
  display: none;
}

.contact_data-item .media svg {
  max-width: 40px;
}

.contact_data-item .media--highlight {
  background: #0076be;
}

.contact_data-item .main {
  padding: 25px;
}

.contact_data-item .main_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}

.form .label,
.form .field {
  display: block;
}

.form .label {
  font-size: 15px;
  margin-bottom: 5px;
  color: #696767;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

.form .field {
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 45px;
  padding: 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.form .field.error {
  border-color: #bc0000;
}

.form .field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #a3a3a3;
}

.form .field:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #a3a3a3;
}

.form .field::-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #a3a3a3;
}

.form .field::placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #a3a3a3;
}

.form .field:focus {
  border-color: #0068a9;
}

.form .field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form .field:focus:-ms-input-placeholder {
  opacity: 0;
}

.form .field:focus::-ms-input-placeholder {
  opacity: 0;
}

.form .field:focus::placeholder {
  opacity: 0;
}

.form .divider {
  width: 100%;
  border-bottom: solid 1px #f0f0f0;
  padding-top: 20px;
  margin-bottom: 30px;
}

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  line-height: 1;
  font-size: 16px;
}

input[type="checkbox"]:checked + label .icon,
input[type="checkbox"]:not(:checked) + label .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

input[type="checkbox"]:checked + label .icon-check-square-regular {
  opacity: 1;
  color: #0076be;
}

input[type="checkbox"]:not(:checked) + label .icon-check-square-regular {
  opacity: 0;
}

#map {
  height: 100%;
}

@media screen and (max-width: 600px) {
  .logo_text {
    font-size: 22px;
  }
  
  .logo_text::after {
    top: -32px;
    right: 0;
    width: 80px;
    height: 30px;
  }
  
  .header_nav-logo{
    margin-top:30px;
}

.header_nav-menu {
  border-top:solid 1px #fafafa;
  margin-top:1.3rem;
  padding-top:3.5rem;
  text-align: center;
}

.header_nav-menu_item {
  border-bottom:solid 1px #f9f9f9;
  padding-bottom:20px;
}

.header_nav-menu_item:last-of-type {
  border-bottom:none;
}
  
}

@media screen and (min-width: 374.98px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (min-width: 474.98px) {
  .contact_data-item .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 575.98px) {
  .metadata {
    gap: 5px 40px;
  }
  .contact_data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .contact_data-item .media,
  .contact_data-item .main {
    padding: 0;
  }
  .contact_data-item .media {
    width: 120px;
  }
  .contact_data-item .main {
    width: calc(100% - 120px);
    padding: 20px 30px 20px 20px;
  }
}

@media screen and (min-width: 767.98px) {
  .section {
    padding: 80px 0;
  }
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  h3,
  .h3 {
    font-size: 34px;
  }
}

@media screen and (min-width: 991.98px) {
  .section {
    padding: 120px 0;
  }
  h1,
  .h1 {
    font-size: 56px;
  }
  h2,
  .h2 {
    font-size: 42px;
  }
  h3,
  .h3 {
    font-size: 38px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  .swiper-pagination {
    margin-top: 60px;
  }
  .contact_data-item .media svg {
    max-width: 50px;
  }
}

@media screen and (min-width: 1199.98px) {
  .container {
    padding: 0;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  border-radius: 2.5px;
  width: 20px;
  height: 5px;
  background: #0076be;
  margin-right: 15px;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}

.swiper-pagination-bullet-active {
  width: 50px;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-controls {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.swiper-button {
  background: #0076be;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.swiper-button-prev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-button:hover {
  opacity: 0.7;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.sticky-spacer {
  display: none !important;
}

@-webkit-keyframes slideRightToLeft {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes slideRightToLeft {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.slideRightToLeft {
  animation: slideRightToLeft 0.55s forwards !important;
  -webkit-animation: slideRightToLeft 0.55s forwards !important;
}

.verde {
  background-color: #17aa00 !important;
}

.rojo {
  background-color: #ff0000 !important;
}

.azul {
  background-color: #0076be;
}

.toast {
  position: fixed;
  z-index: 10000000;
  top: 10%;
  right: 0;
  max-width: 300px;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.35rem;
}

.toast .mensaje {
  width: 100%;
  line-height: 130%;
  color: #fff;
  padding: 14px;
  text-align: center;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.055), 1px 2px 6px rgba(0, 0, 0, 0.055);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.055), 1px 2px 6px rgba(0, 0, 0, 0.055);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.swal2-container {
  z-index: 1000000 !important;
}

.modal.swal2-backdrop-show {
  background: rgba(43, 53, 67, 0.5);
}

.modal .modal_popup-close {
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 10px;
  color: #ffcc29;
}

.modal_popup {
  background: #fff;
  border-radius: 12px;
  position: relative;
}

.modal_popup--team {
  overflow: hidden;
  padding: 30px;
}

.modal_popup--team .media {
  border-radius: 12px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
}

.modal_popup--team .media img {
  height: 100%;
}

.modal_popup--team .main .icon {
  color: #ffcc29;
}

.modal_popup--team .main_name {
  line-height: 1.1;
  color: #ffcc29;
  margin-bottom: 5px;
}

.modal_popup--team .main_socials {
  margin: 10px 0;
  font-size: 20px;
}

.modal_popup--team .main_socials-item {
  width: 21px;
  margin-right: 15px;
}

.modal_popup--team .main_bio {
  margin-bottom: 20px;
}

.modal_popup--team .main_about {
  margin-bottom: 30px;
}

.modal_popup--team .main_about-item {
  margin-bottom: 10px;
}

.modal_popup--team .main_about-item:last-of-type {
  margin-bottom: 0;
}

.modal_popup--team .main_about-item .text {
  margin: 0 3px;
}

.modal_popup--team .main_btn {
  text-transform: uppercase;
  color: #ffcc29;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.modal_popup--team .main_btn .icon {
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-left: 10px;
  font-size: 14px;
}

.modal_popup--team .main_btn:hover .icon, .modal_popup--team .main_btn:focus .icon {
  margin-left: 15px;
}

.modal_popup--register {
  max-width: 1000px;
  padding: 30px;
  text-align: center;
}

.modal_popup--register .title {
  margin-bottom: 15px;
}

.modal_popup--register .subtitle {
  color: #ffcc29;
  margin: 10px 0;
}

.modal_popup--register .text {
  font-weight: 400;
}

.modal_popup--register .registration_form {
  margin-top: 20px;
}

.modal_popup--register .registration_form .field:not(:last-of-type) {
  margin-bottom: 10px;
}

.modal_popup--register .registration_form .wrapper {
  margin: 10px 0 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.modal_popup--register .registration_form .wrapper .link {
  color: #ffcc29;
  margin-left: 25px;
}

.modal_popup--register .registration_form .wrapper .checkbox input[type=checkbox]:checked + label:before, .modal_popup--register .registration_form .wrapper .checkbox input[type=checkbox]:checked + label:after {
  top: 10px;
}

.modal_popup--register .registration_form .btn {
  width: 100%;
}

.alert_popup {
  background: #fff;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, 0.15);
          box-shadow: 0 2px 25px rgba(0, 0, 142, 0.15);
  border-radius: 8px;
  min-width: 280px;
  max-width: 360px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  position: relative;
  z-index: 1000000;
}

.alert_popup-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}

.alert_popup-close:hover, .alert_popup-close:focus {
  color: #ffcc29;
}

@media screen and (min-width: 575.98px) {
  .modal_popup--team {
    padding: 40px;
  }
  .modal_popup--team .modal_popup-close {
    font-size: 24px;
    top: 15px;
    right: 15px;
  }
  .modal_popup--register {
    padding: 60px;
  }
  .modal_popup--register .modal_popup-close {
    top: 20px;
    right: 20px;
  }
  .modal_popup--register .registration_form {
    max-width: 605px;
    margin: 20px auto 0;
  }
  .modal_popup--register .registration_form .wrapper {
    margin: 10px 0 20px;
    text-align: center;
  }
  .modal_popup--register .registration_form .wrapper .link {
    color: #ffcc29;
    font-weight: 600;
  }
  .modal_popup--register .registration_form .btn {
    width: 350px;
  }
}

@media screen and (min-width: 767.98px) {
  .modal_popup--team .modal_popup-close {
    top: 20px;
    right: 20px;
  }
  .modal_popup--team .media {
    margin-right: 40px;
  }
  .modal_popup--register .registration_form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal_popup--register .registration_form .wrapper .link {
    margin-left: 5px;
  }
}

@media screen and (min-width: 991.98px) {
  .modal_popup--team {
    padding: 75px 70px;
    max-width: 1000px;
  }
  .modal_popup--team .media {
    width: 356px;
    aspect-ratio: unset;
    margin-bottom: 0;
  }
  .modal_popup--team .main {
    width: calc(100% - 396px);
  }
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900000;
}

.header_panel {
  background: #0076be;
  color: #e1e1e1;
  padding: 10px 0;
}

.header_panel .link:hover, .header_panel .link:focus {
  opacity: .8;
}

.header_panel-nav {
  gap: 30px;
  margin-bottom: 10px;
}

.header_panel-socials {
  gap: 45px;
  font-size: 24px;
}

.header_nav {
  background: #fff;
  position: relative;
  padding: 10px 0;
  will-change: transform;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header_nav.header--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.header_nav.header--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header_nav.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, 0.15);
          box-shadow: 0 2px 25px rgba(0, 0, 142, 0.15);
}

.header_nav-trigger {
  color: #0076be;
  height: 32px;
}

.header_nav-trigger svg {
  width: 32px;
}

.header_nav-logo {
  height: 37px;
  color: #19456b;
}

.header_nav-wrapper {
  width: 100%;
}

.header_nav-menu {
  gap: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  height: 100vh;
  overflow-y: auto;
}

.header_nav-menu_item {
  font-size: 20px;
  line-height: 1.3;
}

.header_nav-menu_item:first-of-type {
  margin-top: 30px;
}

.header_nav-menu_item:last-of-type {
  margin-bottom: 30px;
}

.header_nav-menu_item .dropdown-toggle .icon {
  margin-left: 10px;
  color: #0076be;
}

.header_nav-menu_item .dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.header_nav-menu_item .dropdown-list .list-item:first-of-type {
  margin-top: 10px;
}

.header_nav-menu_item .dropdown-list .list-item .nav-item {
  font-size: 17px !important;
}

.header_nav-menu_item .dropdown-list .list-item .nav-item:hover, .header_nav-menu_item .dropdown-list .list-item .nav-item:focus, .header_nav-menu_item .dropdown-list .list-item .nav-item.current {
  color: #0068a9;
}

@media screen and (min-width: 575.98px) {
  .header_panel-nav {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767.98px) {
  .header_panel {
    padding: 20px 0;
  }
  .header_nav-menu {
    height: 50vh;
  }
}

@media screen and (min-width: 991.98px) {
  .header_nav {
    padding: 45px 0;
  }
  .header_nav.sticky {
    padding: 25px 0;
  }
  .header_nav.sticky .dropdown-menu {
    top: 77px;
  }
  .header_nav-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header_nav-trigger {
    display: none;
  }
  .header_nav-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    gap: 70px;
    overflow-y: visible;
  }
  .header_nav-menu_item .nav-link.nav-item:hover, .header_nav-menu_item .nav-link.nav-item.current {
    color: #0068a9;
  }
  .header_nav-menu_item:first-of-type {
    margin-top: 0;
  }
  .header_nav-menu_item:last-of-type {
    margin-bottom: 0;
  }
  .header_nav-menu .dropdown-menu {
    position: absolute;
    z-index: 100;
    opacity: 0;
    top: 117px;
    max-height: unset;
    text-align: left;
    visibility: hidden;
    padding-top: 10px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .header_nav-menu .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header_nav-menu .dropdown-menu .list-item:not(:last-of-type) {
    padding-bottom: 25px;
  }
  .header_nav-menu .dropdown-menu .list-item[data-main="true"] {
    display: none !important;
  }
  .header_nav-menu .dropdown-list {
    background: #fff;
    border-left: 3px solid #0076be;
    padding: 0;
    margin: 0;
    color: #19456b;
    gap: 0;
  }
  .header_nav-menu .dropdown-list .list-item {
    padding: 0 !important;
    margin-left: -1px;
  }
  .header_nav-menu .dropdown-list .nav-item {
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
  }
  .header_nav-menu .dropdown-list .nav-item:hover, .header_nav-menu .dropdown-list .nav-item:focus, .header_nav-menu .dropdown-list .nav-item.current {
    background: #0076be;
    color: #fff !important;
  }
  .header_nav-menu .dropdown-toggle[aria-expanded="true"] {
    padding-bottom: 0;
  }
  .header_nav-menu .dropdown-toggle .icon {
    margin-left: 10px;
    position: relative;
    top: 1px;
  }
}

@media screen and (min-width: 1199.98px) {
  .header_nav-menu_item {
    font-size: 22px;
  }
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.page {
  height: 300px;
  position: relative;
  padding: 0 12px;
}

.page_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0, 0, 142, 0.8) 0%, rgba(1, 114, 128, 0.8) 100%);
  z-index: 1;
}

.page .container {
  padding: 0;
}

.page_card {
  position: relative;
  z-index: 10;
  padding-top: 150px;
}

.page_card-breadcrumbs {
  margin-top: 20px;
  color: #bcbcbc;
}

.page_card-title {
  line-height: 1.3;
  color: #fff;
}

@media screen and (min-width: 575.98px) {
  .page {
    height: 300px;
  }
}

@media screen and (min-width: 767.98px) {
  .page {
    height: 400px;
  }
  .page_card {
    padding-top: 205px;
  }
}

@media screen and (min-width: 991.98px) {
  .page {
    height: 500px;
  }
  .page_card {
    padding-top: 280px;
  }
}

@media screen and (min-width: 1199.98px) {
  .page {
    height: 610px;
  }
  .page_card {
    padding-top: 340px;
  }
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.contact_form {
  background: #fff;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 142, 0.15);
          box-shadow: 0 2px 25px rgba(0, 0, 142, 0.15);
  padding: 30px;
}

.contact_form-row {
  margin-bottom: 20px;
}

.contact_form-row:last-of-type {
  margin-bottom: 0;
}

.contact_form-row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.contact_form-row .column:last-of-type {
  margin-bottom: 0;
}

.contact_form-row .column #mensajeContacto {
  min-height: 145px;
  max-height: 160px;
  padding: 10px 20px;
}

.contact_form .btn {
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 575.98px) {
  .contact_form {
    padding: 70px 40px;
  }
  .contact_form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .contact_form-row .column {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .contact_form-row:last-of-type .column {
    width: 100%;
  }
  .contact_form .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 40px;
  }
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.iOS .page {
  background: url("../img/small/webp/contenedores-map.webp") bottom/cover no-repeat fixed;
}

.page {
  background: url("../img/big/webp/contenedores-map.webp") bottom/cover no-repeat fixed;
}

.contacts_map {
  height: 400px;
}

.contacts_main-form {
  margin-bottom: 60px;
}

.contacts_main-card {
  position: relative;
  height: 300px;
  padding: 30px;
}

.contacts_main-card_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.contacts_main-card_bg img {
  height: 100%;
}

.contacts_main-card .content {
  position: relative;
  z-index: 2;
}

.contacts_main-card_title {
  color: #fff;
  margin-bottom: 20px;
}

.contacts_main-card_btn {
  min-width: 100%;
}

@media screen and (min-width: 575.98px) {
  .contacts_main-card {
    height: 300px;
    padding: 80px 60px;
  }
  .contacts_main-card_btn {
    min-width: 270px;
  }
}

@media screen and (min-width: 767.98px) {
  .contacts_map {
    height: 500px;
  }
}

@media screen and (min-width: 991.98px) {
  .contact_data {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1199.98px) {
  .contact_data {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-top: -58px;
    z-index: 1000000;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
  }
  .contacts_map {
    height: 660px;
  }
  .contacts_main {
    padding-top: 0;
  }
  .contacts_main .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 640px calc(100% - 700px);
        grid-template-columns: 640px calc(100% - 700px);
    grid-gap: 60px;
  }
  .contacts_main-form {
    margin-bottom: 0;
  }
  .contacts_main-card {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/**
 * Rolso
 * Modern cargo, transport and logistics HTML Template. Exclusively built for transport, logistics, delivery, moving, and cargo websites.
 * Exclusively on https://1.envato.market/rolso-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
.footer {
  background: linear-gradient(135deg, #0076be 0%, #009a46 100%);
  color: #fff;
  padding: 80px 0 40px;
  margin-top: 80px;
}

.footer_main {
  margin-bottom: 60px;
}

.footer_main-block--about {
  margin-bottom: 40px;
}

.footer_main-block--about .brand {
  display: inline-block;
  margin-bottom: 20px;
}

.footer_main-block--about .text {
  margin-bottom: 30px;
  color: #e1e1e1;
}

.footer_main-block--nav {
  margin-bottom: 40px;
}

.footer_main-block--nav .list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer_main-block--nav .list-item:last-of-type {
  margin-bottom: 0;
}

.footer_main-block--nav .list-item .icon {
  padding-right: 10px;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e1e1e1;
}

.footer_main-block--nav .list-item:hover .icon {
  color: #ffcc29;
}

.footer_main-block--subscribe .title {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}

.footer_main-block--subscribe .text {
  color: #e1e1e1;
  margin-bottom: 30px;
}

.footer_main-block--subscribe .form {
  background: rgba(255, 255, 255, 0.1);
  height: 55px;
}

.footer_main-block--subscribe .form .field {
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-right: none;
  height: 100%;
  background: transparent;
  color: #fff;
}

.footer_main-block--subscribe .form .field::-webkit-input-placeholder {
  color: #fff;
}

.footer_main-block--subscribe .form .field:-ms-input-placeholder {
  color: #fff;
}

.footer_main-block--subscribe .form .field::-ms-input-placeholder {
  color: #fff;
}

.footer_main-block--subscribe .form .field::placeholder {
  color: #fff;
}

.footer_main-block--subscribe .form .field.error {
  border-color: #bc0000;
}

.footer_main-block--subscribe .form .btn {
  width: 55px;
  font-size: 22px;
  background: #0076be;
}

.footer_main-block--subscribe .form .btn .icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer_main-block--subscribe .form .btn:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer_main-block--instagram .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}

.footer_main-block--instagram .list-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer_main-block--instagram .list-item img {
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer_main-block--instagram .list-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer_info {
  margin-bottom: 80px;
}

.footer_info-block {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}

.footer_info-block--highlight {
  background: rgba(255, 255, 255, 0.2);
}

.footer_info-block .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_info-block .main_label {
  color: #e1e1e1;
  margin-bottom: 10px;
}

.footer_info-block .main_info {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.footer_info-block .main_info.link:hover {
  opacity: 0.8;
}

.footer_info-block .main_info.link--bold {
  font-weight: 700;
}

.footer_copyrights {
  text-align: center;
  color: #e1e1e1;
}

@media screen and (min-width: 767.98px) {
  .footer_main-block--about {
    width: 100%;
  }
  .footer_main-block--nav {
    margin-bottom: 0;
  }
  .footer_main-block--subscribe {
    width: 50%;
  }
  .footer_main-block--instagram {
    width: 230px;
  }
  .footer_info {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_info-block {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 991.98px) {
  .footer {
    padding: 100px 0 40px;
  }
  .footer_main {
    margin-bottom: 80px;
  }
  .footer_main-block--about {
    margin-bottom: 50px;
  }
  .footer_main-block--nav {
    margin-bottom: 40px;
  }
  .footer_info {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1199.98px) {
  .footer_main {
    margin-bottom: 80px;
  }
  .footer_main-block--instagram {
    width: 300px;
  }
  .footer_main-block--about {
    margin-bottom: 0;
    max-width: 380px;
  }
  .footer_main-block--about .brand {
    margin-bottom: 40px;
  }
  .footer_main-block--about .text {
    margin-bottom: 55px;
  }
  .footer_main-block--nav {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 110px;
  }
  .footer_main-block--nav .list-item {
    margin-bottom: 25px;
  }
  .footer_main-block--subscribe {
    max-width: 380px;
  }
  .footer_info {
    gap: 0;
  }
  .footer_info-block {
    width: calc(100% / 3);
    padding: 40px 30px;
  }
}
/*# sourceMappingURL=contacts.css.map */