@font-face {
  font-family: 'Helvetica Neue';
  src: url('/template/estandar/fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/template/estandar/fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/template/estandar/fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/template/estandar/fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

:root {
    --brand-color: #001e50;
    --brand2-color: #ffffff;
}
body {
  font-family: 'Helvetica Neue', sans-serif;
}
table {
    text-align: left;
}
.bg-brand{display:block}
.transition3s{transition:all .3s ease-in-out}
.min-w-40 {
    min-width: 12rem;
}
.logo2 {
    width: 118px;
    height: 118px;
}
.transition2 {
    transition: 0.2s all;
}
.titular {
    font-size: 45px;
}
.titular > strong {
    font-weight: 700;
    color: var(--brand-color);
}
.roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.mont {
    font-family: "Montserrat", sans-serif;
}
.input-buscador {
    border-radius: 10px;
    border: solid 3px var(--brand-color);
    background-color:#fff;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.shadow-custom { box-shadow: 0 0 20px 2px rgb(0 0 0 / 10%); }

.btn-buscar {
    letter-spacing: 1px;
    box-shadow: 0px 0px 8px 3px rgba(100, 100, 100, 0.5);
}
.bg-brand {
    background-color: var(--brand-color);
}
.text-brand {
    color: var(--brand-color);
}
.text-brand2 {
    color: var(--brand2-color);
}

.iconMenu {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.iconMenu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    left: 25%;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.iconMenu span:nth-child(1) {
    top: 19px;
}

.iconMenu span:nth-child(2),
.iconMenu span:nth-child(3) {
    top: 28px;
}

.iconMenu span:nth-child(4) {
    top: 37px;
}

.iconMenu.open span:nth-child(1) {
    top: 20px;
    width: 0%;
    left: 50%;
}

.iconMenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iconMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.iconMenu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.menu.toggled {
    transform: translateY(calc(-100% + -96px));
}
.wysiwyg p {
    margin: 1em 0;
}

.p-1\/10::after { content: ""; display: block; padding-top: 100%; }
.p-1\/9::after { content: ""; display: block; padding-top: 90%; }
.p-1\/8::after { content: ""; display: block; padding-top: 80%; }
.p-1\/7::after { content: ""; display: block; padding-top: 70%; }
.p-1\/6::after { content: ""; display: block; padding-top: 60%; }
.p-1\/5::after { content: ""; display: block; padding-top: 50%; }
.p-1\/4::after { content: ""; display: block; padding-top: 40%; }
.p-1\/3::after { content: ""; display: block; padding-top: 30%; }
.p-1\/2::after { content: ""; display: block; padding-top: 20%; }
.p-1\/1::after { content: ""; display: block; padding-top: 10%; }
@media screen and (min-width: 1024px) {
    .main-section{min-height:calc(100vh - 4rem)}
}
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}


