@font-face {
    font-family: "Neue Haas Unica";
    src: url("../fonts/NeueHaasUnicaMedium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Neue Haas Unica Pro";
    src: url("../fonts/NeueHaasUnicaProLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Neue Haas Unica Pro";
    src: url("../fonts/NeueHaasUnicaProRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Neue Haas Unica Pro";
    src: url("../fonts/NeueHaasUnicaProMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Neue Haas Unica Pro";
    src: url("../fonts/NeueHaasUnicaProBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Neue Haas Unica Pro";
    font-weight: 300;
}
html,
body {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
    color: #000000;
}
html.noscroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
}
h1 {
    font-family: "Neue Haas Unica Pro";
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 48px;
    font-weight: 600;
}
h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}
h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}
h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
p {
    font-family: "Neue Haas Unica Pro";
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
p b {
    font-weight: 500;
}
a:hover {
    text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}
a {
    color: inherit;
    text-decoration: none;
}
p a {
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.form-control {
    border: 1px solid #b5b5b5;
    border-radius: 0px;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    height: 55px;
    font-size: 18px;
}
.form-control:focus {
    border: 1px solid #004380;
    box-shadow: none !important;
    outline: none;
}
input {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: none !important;
    line-height: normal;
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 55px;
    height: 55px;
    border: 1px solid #b5b5b5;
    font-size: 18px;
    color: #000;
    border-radius: 0px;
}
@-moz-document url-prefix() {
    input {
        line-height: normal;
    }
    ::-moz-placeholder {
        line-height: normal;
    }
    .form-control::placeholder {
        line-height: normal;
    }
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.select-span {
    display: block;
    position: relative;
}
.select-span::after {
    font-family: "FontAwesome";
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 15px;
    color: #004380;
}
textarea {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
}
input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    border: none;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 15px;
    display: inline-flex;
    align-items: center;
}
input[type="checkbox"]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: transparent !important;
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid #002a4e;
    margin-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input[type="checkbox"]:checked:before {
    color: #002a4e !important;
}

.inputradio[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    border: none;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 15px;
    display: inline-flex;
    align-items: center;
}

.inputradio[type="radio"]:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: transparent;
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 9px;
    font-weight: 900;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #002a4e;
    margin-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.inputradio[type="radio"]:checked:before {
    color: #002a4e !important;
}
.itemcheckbox {
    display: flex;
    margin-bottom: 8px;
}
.itemcheckbox:last-child {
    margin-bottom: 0px;
}
div.itemcheckbox label {
    margin-bottom: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #495057;
    text-transform: none;
}
.radio-group-label {
    text-align: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.radio-group-label input[type="radio"] {
    display: none;
}
div.radio-group-label label {
    height: 45px;
    text-transform: capitalize;
    background-color: #ffffff;
    margin-bottom: 0;
    width: 100px;
    border: solid 1px #b5b5b5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d7d7d7;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.radio-group-label label.active {
    background-color: #2c8fff;
    border-color: #2c8fff;
    color: #ffffff;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: normal;
    color: #d7d7d7;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    color: #d7d7d7;
    line-height: 55px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 18px;
    color: #d7d7d7;
    line-height: normal;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
    color: #d7d7d7;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 17px;
    font-weight: 500;
    padding: 0px 25px;
    padding-bottom: 2px;
}
.btn-lg {
    height: 55px;
}
.btn-full {
    display: flex;
    width: 100%;
}
.btn-menu {
    height: 34px;
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap;
    text-decoration: none !important;
}
.btn-mini {
    height: 45px;
    padding-left: 21px;
    padding-right: 21px;
}
.btn-xs-mini {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 14px;
}
.btn-yellow {
    background-color: #ffaa00;
    color: #fff;
    border: solid 1px #ffaa00;
}
.btn-yellow-blue {
    color: #002a4e;
    background-color: #ffaa00;
    border: solid 1px #ffaa00;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-black {
    background-color: #000;
    color: #fff;
    border: solid 1px #000;
}
.btn-blue {
    background-color: #002a4e;
    color: #fff;
    border: solid 1px #002a4e;
    min-width: 120px;
}
.btn-blue-secundary {
    background-color: #1699e3;
    color: #fff;
    border: solid 1px #1699e3;
}
.btn-white {
    background-color: #fff;
    color: #002a4e;
    border: solid 1px #fff;
}
.btn-outline-white {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
}
.btn-outline-blue {
    background-color: #fff;
    color: #002a4e;
    border: solid 1px #002a4e;
}
.btn-green-ws {
    background-color: #128c7e;
    color: #fff;
    border: solid 1px #128c7e;
}
.btn-green-ws i {
    margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.btn-comparar > span.before{
    margin-left: 4px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    display: inline-block; /* necesario para transform */
    transform-origin: center center; /* asegura que rote desde el centro */
    transition: transform 0.3s ease;
}

.icon-plus-custom {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    top: 1px;
    transition: transform 0.3s ease;
  }
  
  .icon-plus-custom::before,
  .icon-plus-custom::after {
    content: "";
    position: absolute;
    background-color: currentColor;
    left: 50%;
    top: 50%;
    width: 1.5px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease;
  }
  
  .icon-plus-custom::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  
  .btn-comparar.active .icon-plus-custom {
    transform: rotate(45deg); /* opcional si quieres dar un efecto global */
  }

  .btn-comparar:not(.active):hover {
    background-color: #FFF;
    color: #002a4e;
    border: solid 1px #002a4e;
  }

  .btn-white.active {
        background-color: #002a4e;
        color: #fff;
        border: solid 1px #fff;
   }

  

.cta-contactar .btn {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
.color-yellow {
    color: #ffaa00;
}
.fw-semibold {
    font-weight: 500;
}
.text-sm{
    font-size: 14px;
    line-height: 16px;
}
.fw-bold {
    font-weight: 600;
}
.form-group {
    margin-bottom: 18px;
}
.form-group label {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    display: block;
    font-weight: 500;
}
.placeholdercustom {
    color: #d7d7d7 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.18) !important;
    border: solid 5px #fff !important;
    border-radius: 50%;
    background: #002a4e !important;
}
div.ui-slider-horizontal .ui-slider-handle {
    top: -1em;
}
div.ui-widget-content {
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
    font-size: 8px;
}
.ui-slider a.ui-slider-handle {
    width: 20px;
    height: 20px;
}
div.ui-widget-header {
    background: #002a4e;
}
.form-group .ui-slider {
    margin-top: 20px;
}
.col-header h1 {
}
.col-header h2 {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 400;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
    box-shadow: none;
}
.swiper-pagination-bullet:focus {
    outline: none;
    box-shadow: none;
}
.swiper-pagination-bullet-active {
    background-color: #002a4e;
    width: 8px;
    height: 8px;
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}
footer {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #004380;
    color: #fff;
}
.col-footer-logo {
    margin-bottom: 30px;
}
.col-footer-logo img {
    max-width: 200px;
}
.vender-footer {
    display: flex;
    align-items: center;
}
.vender-footer .content {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px;
}
.vender-footer .content h2 {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
    font-size: 24px;
}
.vender-footer .content .btn {
    position: relative;
    top: 3px;
}
.col-social-networks {
}
.col-social-networks h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}
.ul-rs {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.ul-rs li {
    display: inline-block;
    margin-right: 15px;
}
.ul-rs li:last-child {
    margin-right: 0;
}
.ul-rs li a {
    color: #fff;
    font-size: 22px;
}
.ul-rs li a svg{
    position: relative;
    top: -1px;
}
.col-links-footer .content {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.col-container-links {
    display: flex;
    padding-top: 4px;
    padding-left: 45px;
}
.col-footer-link {
    margin-right: 50px;
}
.col-footer-link:last-child {
    margin-right: 0;
}
.col-footer-link h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 12px;
}
.ul-footer-links {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.ul-footer-links li {
    display: block;
    margin-bottom: 12px;
}
.ul-footer-links li a {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}
.col-metodospago-footer .content {
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.title-metodos-pago h5 {
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 18px;
}
.items-metodos-pago {
    display: flex;
    align-items: center;
}
.items-metodos-pago img {
    margin-right: 30px;
    max-width: 70px;
}
.items-metodos-pago img:last-child {
    margin-right: 0;
}
.rights-footer {
    padding-top: 25px;
}
.rights-footer p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}
.rights-footer.main {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rights-footer.main ul.legal {
    position: relative;
    top: -2px;
}
.rights-footer.main ul.legal li a {
    font-size: 13px;
}
.footerleft {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0px;
}
.row-footer-a .col-links,
.row-footer-a .col-redes {
    display: flex;
    align-items: center;
}
.row-footer-a .col-redes {
    justify-content: flex-end;
}
footer ul.footerleft li {
    list-style-type: none;
    display: inline-flex;
    margin-right: 25px;
}
footer ul.footerleft li:last-child {
    margin-right: 0;
}
footer ul.footerleft li a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
footer ul.legal {
    text-align: right;
    margin-bottom: 0;
    padding-left: 0;
}
footer ul.legal li {
    display: inline-flex;
    margin-right: 20px;
}
footer ul.legal li:last-child {
    margin-right: 0;
}
footer ul.legal li a {
    font-size: 14px;
    font-weight: 400;
}
footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-lang-selector {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.footer-lang-selector a {
    margin-left: 15px;
    text-decoration: underline;
}
.footer-lang-selector a:hover{
    text-decoration: none;
}
.footer-lang-label {
    font-weight: 500;
}
.rights-footer.min {
    padding-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
footer.min {
    padding-top: 30px;
}
.white-popup-block {
    background: #fff;
    padding: 20px 20px;
    text-align: left;
    max-width: 630px;
    margin: 40px auto;
    position: relative;
    border-radius: 30px;
}
.white-popup-block.blue {
    background-color: #e2f0f7;
}
.white-popup-block.full {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    overflow-y: scroll;
    border-radius: 0px;
    -webkit-overflow-scrolling: touch;
}
.mfp-content {
}
.mfp-wrap {
    position: fixed !important;
    overflow: auto;
}
.mfp-zoom-out-cur {
    width: 100%;
    position: fixed;
    overflow: auto;
}
.mfp-wrap {
    top: 0 !important;
}
.mfp-wrap {
    position: fixed;
    overflow: auto;
}
.mfp-close img {
    display: block;
    max-width: 30px;
}
button.mfp-close,
button.mfp-arrow {
    opacity: 1;
    height: auto;
    width: auto;
    margin-right: 40px;
    margin-top: 20px;
}
.content-modal {
    display: flex;
}
.col-inner-modal-publica {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 60px;
}
.col-inner-modal-publica img {
    margin-bottom: 12px;
}
.ul-pasos-publica {
    margin-top: 40px;
    margin-bottom: 25px;
}
.ul-pasos-publica li {
    list-style-type: none;
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    text-align: left;
}
.ul-pasos-publica li:last-child {
    margin-bottom: 0;
}
.ul-pasos-publica li .badge-number {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 10px;
    background-color: #1699e3;
}
.ul-pasos-publica li .txt {
    padding-top: 10px;
}
.ul-pasos-publica li .txt h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.ul-pasos-publica,
.btn-modal-content {
    padding-left: 20px;
    padding-right: 20px;
}
.btn-modal-content .btn {
    display: flex;
    width: 100%;
}
.mfp-container {
    padding-left: 0;
    padding-right: 0;
}

.panel-title {
    position: relative;
}

.panel-heading .panel-title::after {
    content: "\f107";
    color: #000;
    top: 33%;
    right: 0px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.panel-heading[aria-expanded="true"] .panel-title::after {
    content: "\f106";
}

.panel-title,
.panel-body {
    position: relative;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}
.panel-body {
    padding-top: 0px;
    padding-bottom: 15px;
}
.panel-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 24px;
    border-top: solid 1px #b5b5b5;
    padding-right: 20px;
}
.panel-group .panel:first-child .panel-heading .panel-title {
    border-top: none;
}
.panel-group .panel:last-child .panel-heading .panel-title {
    border-bottom: solid 1px #b5b5b5;
}
.panel-group .panel:last-child .panel-heading .panel-title {
    border-bottom: none;
}
.panel-group .panel:last-child .panel-body {
    padding-bottom: 0px;
    border-bottom: solid 1px #b5b5b5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.panel-group .panel:last-child .panel-body p {
    margin-bottom: 25px;
}
.panel-heading-ayuda {
    cursor: pointer;
}
.col-accordion-ayuda {
    padding-left: 0;
    padding-right: 0;
}

.panel-title.last {
    padding: 0px;
    overflow: hidden;
    height: 0px;
}
ul.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}
ul.pagination li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

ul.pagination li a {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    height: 40px;
    width: 40px;
    text-decoration: none;
    background-color: #fff;
    border: none;
    margin: 4px;
    border-radius: 6px;
    color: #666666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li a.active {
    background-color: #f3f4f4;
    padding: 8px 8px;
    margin: 4px;
    color: #000;
}

ul.pagination li.active {
    color: #000000;
}

/*ul.pagination li a:hover:not(.active) {background-color: #ddd;}*/
ul.pagination li a:hover {
    background-color: #f3f4f4;
    color: #666666;
}

ul.pagination li.disabled {
    /*background-color: #cccccc;*/
    color: #ddd;
    padding: 8px 8px;
    border: 1px solid #ddd;
    margin: 4px;
}
.iti {
    width: 100%;
}
.iti__selected-flag {
    outline: none !important;
}
.input-req > label {
    position: relative;
}
.input-req > label:after {
    content: "*";
    display: inline-block;
    font-size: 12px;
    color: #f00;
    right: -2px;
    top: 0px;
    position: relative;
}
.msg-phone {
    color: #f00;
    font-size: 13px;
    line-height: 13px;
    padding-top: 5px;
    font-weight: 400;
}
.header-general {
    background-color: #004380;
    height: 300px;
    display: flex;
    align-items: center;
}
.col-head-general h1 {
    color: #fff;
}
.content-general {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.col-content-general h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
}

.col-content-general ol li {
    margin-bottom: 10px;
}
.box-tipo-publicacion {
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.box-tipo-publicacion .img img {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
}
.box-tipo-publicacion .txt {
    padding-top: 15px;
    padding-bottom: 17px;
    text-align: center;
}
.box-tipo-publicacion .txt h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #002a4e;
}
.col-inner-modal-publica h3 {
    margin-bottom: 15px;
}
.row-pop-tipo-publicacion {
    margin-top: 40px;
}

.white-popup-block.popcontactar.popmarinas {
    max-width: 490px;
}

.head-pop-contactar.header-pop-marinas {
    display: block;
    text-align: center;
    border-bottom: none;
}

.content-modal.content-modal-marinas {
    padding-left: 32px;
    padding-right: 32px;
}

.content-modal-marinas .col-inner-modal-contactar {
    padding-top: 30px;
}

.header-pop-marinas h2 {
    width: 330px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
}

.header-pop-marinas p {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    width: 340px;
    max-width: 100%;
}

.header-pop-marinas.response h2 {
    width: 100%;
}

.header-pop-marinas.response p {
    width: 100%;
}

.header-pop-marinas.response img {
    width: 60px;
}

.submit-marinas .btn {
    width: 100%;
}
.banner-cotizador {
    margin-top: 75px;
    margin-bottom: 40px;
}
.banner-cotizador .col-12 {
    /*padding: 0px;*/
}
.banner-cotizador-box {
    padding: 65px 55px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/home/cotizador/banner-cotizador-desktop.jpg");
}
.banner-cotizador-box h2 {
    color: #002a4e;
    font-size: 42px;
    font-weight: 600;
    line-height: 0.9;
}
.banner-cotizador-box p {
    color: #000;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    max-width: 420px;
    margin-bottom: 25px;
}
.banner-cotizador-box .btn {
    padding-left: 55px;
    padding-right: 55px;
}
.banner-cotizador-logos {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.banner-cotizador-logos img {
    max-height: 40px;
    max-width: 220px;
}
.banner-cotizador-logos img + img {
    margin-left: 20px;
}

.form-group.default .error {
    text-transform: none;
    color: #f00;
    margin-top: 3px;
    font-weight: 400;
    margin-bottom: 0px;
}

.radio-selector .col-6:first-child {
    padding-right: 0px;
}
.radio-selector .col-6:first-child label {
    border-right: none;
}
.radio-selector .col-6:last-child {
    padding-left: 0px;
}
.radio-selector input[type="radio"],
.radio-selector[type="checkbox"] {
    display: none;
}
.radio-selector .radio-selector-label {
    margin: 0px;
    color: #d7d7d7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    text-transform: none;
    cursor: pointer;

    height: 55px;
    border-radius: 1px;
    border: 1px solid #b5b5b5;
}
.radio-selector input:checked + label {
    color: #fff;
    background-color: #1699e3;
}
.form-group label.error {
    text-transform: none;
    color: #f00;
    margin-top: 3px;
    font-weight: 400;
}
.account-toggle{
    position: static;
}
.account-toggle .logged .name{
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
}
.col-right-menu ul li a.logged{
    text-decoration: none !important;
}
.dropdown-logged{
    width: auto;
    top: 105%;
    right: 0px;
    z-index: 999;
    display: none;
    padding: 12px 0px;
    position: absolute;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.08);
}
.dropdown-logged .ul-profile{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.dropdown-logged .ul-profile li{
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
}
.dropdown-logged .ul-profile li:last-child{
    margin-bottom: 0;
}
.col-right-menu ul.ul-profile li a:not(.btn){
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.account-info{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: solid 1px #D4D4D4;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.info-logged-menu{
    padding-left: 10px;
}
.info-logged-menu p:last-child{
    margin-bottom: 0;
}
.info-logged-menu p.name{
    font-size: 17px;
    line-height: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.info-logged-menu p.email{
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 400;
}
.account-info .iconuser{
    font-size: 36px;
    color: #D4D4D4;
    position: relative;
    top: 3px;
}
.alert-warning-custom{
    background-color: #fff;
    border-color: #B5B5B5;
    border-left: 8px solid #FFAA00;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.badge-warnin-custom{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFAA00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.badge-warnin-custom > i{
    font-size: 13px;
    color: #fff;
}
.blur{
    filter: blur(3px);
    pointer-events: none;
}
.alert-wrappper{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
}
.main-alert-wrappper{
    display: none;
}
.main-alert-wrappper.show{
    display: flex;
}
.alert-wrappper.fixed{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
}
.alert.with-button{
    padding-right: 38px;
}
.alert.with-button .btn{
    margin-left: 8px;
    border-radius: 4px;
}
.alert{
    padding: 8px 10px;
}
.alert-success{
    background-color: #0FAB52;
    border-color: #0FAB52;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
}
.alert-success i{
    color: #fff;
    margin-right: 8px;
}
.alert-success .alert-icon{
    width: 20px;
    margin-right: 6px;
}
.alert-text{
    position: relative;
    top: 1px;
}
.alert-dismissible .close {
    text-shadow: none !important;
    opacity: 1 !important;
    color: #fff;
    bottom: 0;
    padding: 5px;
    padding-right: 12px;
}
.alert-dismissible .close > img{
    width: 13px;
    display: block;
}
@media only screen and (max-width: 1285px) {
    .ul-pasos-publica {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .ul-pasos-publica li {
        margin-bottom: 15px;
    }
    .col-inner-modal-publica img {
        margin-bottom: 10px;
        max-width: 100px;
    }
    .col-inner-modal-publica {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 46px;
        line-height: 50px;
    }
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .vender-footer .content h2 {
        width: 30%;
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 40px;
        line-height: 43px;
    }
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .col-inner-modal-publica {
        max-width: 485px;
    }
    .col-inner-modal-publica.new {
        max-width: 585px;
    }
    .ul-pasos-publica,
    .btn-modal-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer ul.footerleft li a {
        font-size: 15px;
        line-height: 15px;
    }
    footer ul.legal li {
        margin-right: 10px;
    }
    footer ul.legal li a {
        font-size: 12px;
        line-height: 12px;
    }
    .vender-footer .content {
        flex-wrap: wrap;
    }
    .vender-footer .content h2 {
        width: unset;
    }
    .footer-lang-selector {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .footer-lang-label {
        margin-right: auto;
    }
    .banner-cotizador-box h2 {
        font-size: 32px;
    }
    .banner-cotizador-box p {
        font-size: 18px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 768px) {
    .nodk {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .nors {
        display: none !important;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-control {
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-glutter {
        padding-left: 25px;
        padding-right: 25px;
    }
    footer {
        padding-top: 30px;
    }
    .vender-footer .content {
        display: block;
        padding-bottom: 30px;
    }
    .vender-footer .content .btn {
        height: 50px;
        font-size: 16px;
    }
    .vender-footer .content h2 {
        margin-bottom: 20px;
    }
    .vender-footer .content .btn {
        width: 100%;
    }
    .row-social-networks-footer {
        flex-direction: column-reverse;
    }
    .col-container-links {
        display: flex;
        padding-top: 0px;
        padding-left: 15px;
        flex-wrap: wrap;
    }
    .col-social-networks {
        margin-top: 10px;
    }
    .col-social-networks h4 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .col-links-footer .content {
        padding-top: 23px;
        padding-bottom: 25px;
    }
    .col-metodospago-footer .content {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .title-metodos-pago h5 {
        margin-bottom: 20px;
    }
    .col-header h2 {
        font-size: 15px;
        line-height: 18px;
    }
    .content-modal {
        align-items: baseline;
        padding-top: 5px;
    }
    .col-inner-modal-publica img {
        margin-bottom: 10px;
        max-width: 80px;
    }
    .col-inner-modal-publica h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .ul-pasos-publica li .badge-number {
        min-width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 20px;
    }
    .ul-pasos-publica,
    .btn-modal-content {
        padding-left: 8px;
        padding-right: 8px;
    }
    .ul-pasos-publica li {
        margin-bottom: 12px;
    }
    .ul-pasos-publica li .txt {
        padding-top: 8px;
    }
    .ul-pasos-publica li .txt h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .mfp-close img {
        max-width: 22px;
    }
    .col-inner-modal-publica {
        max-width: 100%;
    }
    button.mfp-close {
        margin-right: 20px;
        margin-top: 20px;
    }
    .col-accordion-ayuda {
        padding-left: 20px;
        padding-right: 20px;
    }
    .panel-title {
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .footerleft {
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    footer ul.legal {
        margin-top: 12px;
        text-align: center;
        width: 100%;
    }
    .rights-footer.min {
        text-align: center;
    }
    footer ul.footerleft li {
        margin-right: 15px;
    }
    footer ul.footerleft li a {
        font-size: 14px;
        line-height: 14px;
    }
    .header-general {
        height: 160px;
    }
    .content-general {
        position: relative;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .items-metodos-pago img {
        margin-right: 20px;
        max-width: 55px;
        max-height: 20px;
    }
    .row-pop-tipo-publicacion .col-box-tipo {
        margin-bottom: 40px;
    }
    .row-pop-tipo-publicacion .col-box-tipo:last-child {
        margin-bottom: 25px;
    }
    .box-tipo-publicacion .txt h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .header-pop-marinas h2 {
        font-size: 23px;
        line-height: 25px;
        width: 100%;
    }
    .header-pop-marinas p {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
    }
    .content-modal.content-modal-marinas {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-footer-link {
        margin-right: 0px;
        width: 48%;
        margin-bottom: 20px;
    }
    .footer-lang-selector {
        font-size: 14px;
    }
    .rights-footer.main {
        padding-top: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    .rights-footer.main ul.legal {
        margin-bottom: 10px;
    }
    .banner-cotizador {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .banner-cotizador .container {
        max-width: unset;
    }
    .banner-cotizador-box {
        border-radius: 0px;
        padding: 30px 20px;
        background-position: center top;
        background-image: url("../img/home/cotizador/banner-cotizador-mobile.jpg");
    }
    .banner-cotizador-box h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .banner-cotizador-box p {
        width: 226px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .banner-cotizador-box .btn {
        height: 45px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .banner-cotizador-logos {
        margin-bottom: 20px;
    }
    .banner-cotizador-logos img {
        max-height: 28px;
        max-width: 160px;
    }
    .nodk.menu-toggle-div .account-toggle .logged{
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .nodk.menu-toggle-div .account-toggle .logged i{
        position: relative;
        top: 3px;
        color: #ffaa00;
    }
    .col-left-menu{
        justify-content: space-between;
        padding-right: 25px;
    }
    div.menu-toggle-div {
        right: 0;
        position: unset;
    }
    .dropdown-logged {
        width: 100%;
        top: 46px;
        right: 0px;
        left: 0px;
        position: absolute;
        border-radius: 0px;
    }
    div.col-left-menu{
        padding-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .title-metodos-pago h5 {
        max-width: 280px;
    }
    .row-pop-tipo-publicacion .col-box-tipo {
        margin-bottom: 30px;
    }
    .col-content-publica-modal.new {
        text-align: center;
    }
    .col-content-publica-modal.new > p {
        width: 220px;
        display: inline-block;
    }
    .row-pop-tipo-publicacion {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .btn-blue:hover {
        background-color: #004380;
        border-color: #004380;
    }
    .btn-white:not(.no-hover):hover {
        background-color: #002a4e;
        color: #fff;
        border: solid 1px #fff;
    }
    .btn-yellow:hover {
        background-color: #ff9811;
        border-color: #ff9811;
    }
    .btn-outline-white:hover {
        background-color: #fff;
        color: #004380;
    }
    .ul-footer-links li a:hover {
        text-decoration: underline;
    }
    .panel-heading[aria-expanded="true"]:hover {
        background-color: transparent;
    }
    .panel-heading:hover {
        background: rgba(226, 240, 247, 0.5);
    }
    footer ul.footerleft li a:hover {
        text-decoration: underline;
    }
    footer ul.legal li a:hover {
        text-decoration: underline;
    }
    .breadcrumbs__item a:hover {
        text-decoration: underline;
    }
    .btn-blue-secundary:hover {
        background-color: #002a4e;
        border: solid 1px #002a4e;
    }
    .btn-green-ws:hover {
        background-color: #15a090;
        border: solid 1px #15a090;
    }
    .box-tipo-publicacion:hover {
        box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.1);
    }
    .btn-yellow-blue:hover{
        background-color: #F2BD32;
        border-color: #F2BD32;
    }
}
