html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Univers', serif;
    font-size: 1.1em;
    font-weight:100;
    line-height: 1.75;
    color: #444;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

a {
    color: #001d85;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    a:focus {
        color: #EC012B;
        outline: none;
        text-decoration: none;
    }

    a:active {
        color: #EC012B;
        text-decoration: none;
    }
    a:hover {
        color: #EC012B;
        text-decoration: none;
    }

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
nav,
section,
img {
  display: block;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #001689;
}

h1{
    font-size: 2.2em;
}

h2{
    font-size: 2em;
}

h3{
    font-size: 1.8em;
}

h4{
    font-size: 1.6em;
}

h5{
    font-size: 1.4em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
  border-radius: 3px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

b, strong {
    font-weight: bold !important;
}

/*menu*/
.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #001d85;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    -moz-box-shadow: 0px 3px 8px -4px rgb(251, 188, 0);
    box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
}


@media (min-width: 320px) {
    .main-header {
       top: 0px;
    }
}

.main-headerfix {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #001d85;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    -moz-box-shadow: 0px 3px 8px -4px rgb(251, 188, 0);
    box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
}

#menu-wrapper {
    background-color: #001d85;
    overflow: visible;
}

.main-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-menu ul li:last-child {
    margin-right: 35px;
}

.main-menu ul li a {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 100px;
    padding-top: 37px;
}

    .main-menu ul li.active a {
        border-bottom: 1px solid #001d85;
        padding-bottom: 5px;
        color: #EC012B;
    }

    .main-menu ul li a:hover {
        color: #EC012B;
    }

    .main-menu ul li input:hover {
        color: #EC012B;
    }

.main-menu-anonymous ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-menu-anonymous ul li:last-child {
    margin-right: 35px;
}

.main-menu-anonymous ul li a {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 100px;
    padding-top: 37px;
}

    .main-menu-anonymous ul li.active a {
        border-bottom: 1px solid #EC012B;
        padding-bottom: 5px;
        color: #EC012B;
    }

    .main-menu-anonymous ul li a:hover {
        color: #EC012B;
    }

    .main-menu-anonymous ul li input:hover {
        color: #EC012B;
    }

.menu-responsive {
    display: none;
    background-color: transparent;
    margin-bottom: 10px;
}

.menu-responsive ul li {
    padding: 5px 0px 5px 5px;
    text-align: center;
}

.menu-responsive ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.menu-responsive ul li input {
    font-size: 14px;
}

.menu-responsive ul li.active a {
    color: #001d85;
    font-weight: 600;
}

a.toggle-menu {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 22px;
    margin-left: 24px;
    margin-right: 30px;
    padding-top: 2px;
    text-align: center;
    line-height: 2;
    font-size: 1.3em;
    background-color: transparent;
    display: none;
    color: #fff;
}

a.toggle-login{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 29px;
    padding-top: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background-color: transparent;
    color: #fff !important;
}

/*menu...*/

/*gral*/
.heading-section {
    margin-bottom: 60px;
}
.heading-section-2 {
    margin-bottom: 10px;
}

.heading-section img{
    max-width:480px;
    width:100%;
}

@media (min-width: 320px) {
    .heading-section, .heading-section-2 {
       margin-top: 30px;
    }
}
.heading-section h2 {
        font-size: 42px;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
    letter-spacing: -.02em;
}
.heading-section-2 h2 {
        font-size: 42px;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.02em;
}
.heading-section h3 {
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.02em;
}
.heading-section p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.heading-section-blue h2 {
    font-size: 1.5em !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #001d85 !important;
    letter-spacing: -.02em;
}

.heading-section-subtitle h2 {
    font-size: 1.5em !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #EA0029 !important;
    letter-spacing: -.02em;
}

.img-text {
    text-align: left !important;
    margin-top: -10px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    margin-left: 20px !important;
}
/*.content-section {
    padding-top: 35px;
}*/

.txt-red{
    color: #e00c23;
}
.txt-white{
    color: #fff;
}
/*.vacio {
    padding: 50px;
}*/
.vaciotop {
    padding: 60px;
}
.vacioaccount {
    padding: 35px;
}
.vacio-slider {
    padding: 100px;
}
.vacio-anchor{
    position: absolute;
    margin-top: -80px;
    padding: 10px;
}
.vacio-whatis{
    position: absolute;
    margin-top: -120px;
    padding: 10px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    padding-left: 35px !important;
}

.formulariopie{
    font-size: 0.8em;
    color:  #001d85;
}

/*gral...*/
/*esp*/
.req {
    color:  #001d85;
    font-size:0.9em;
}
/*esp...*/

/*botones*/
.boton {
    color: #FFF !important;
    background-color:  #001d85;
    padding: 10px 19px;
    border-radius: 3px;
    font-weight: 300;
    border: solid 1px  #001d85;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
}
.boton a{
    color: #fff;
}

.boton:hover{
    color: #444 !important;
    background-color: #f5f5f5;
    border: solid 1px #444;
    transition-duration: 0.3s;
}

.boton:disabled {
    background-color: #EC012B;
}

.boton-grey {
    color: #fff;
    background-color: #444;
    padding: 11px 20px;
    border-radius: 3px;
    font-weight: 100;
    border:none;
    outline: none !important;
    transition-duration: 0.3s;
}

.boton-grey:hover, .boton-grey:focus{
    background-color: #6d6d6d;
    color: #fff;
    transition-duration: 0.3s;
}

.boton-disabled{
    color: #444;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    border: none;
    margin-right: 5px;
}

.boton-disabled a{
    color: #444;
}

.boton-blue {
    color: #fff;
    background-color: #001e3e;
    padding: 11px 20px;
    border-radius: 3px;
    font-weight: 100;
    border:none;
    outline: none !important;
    transition-duration: 0.3s;
}

.boton-blue:hover, .boton-blue:focus{
    background-color: #254669;
    color: #fff;
    transition-duration: 0.3s;
}

/*botones...*/

/*contactanos y footer*/
.bgfooter {
    background: #001d85;
}
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.botonmax {
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    font-size: 1.1em;
    width: 100%;
    margin-top: 10px;
    border: none;
    background-color: #EC012B;
    color: #FFFFFF;
}
    .botonmax:hover {
        background-color: #ffffff;
        color: #001d85;
    }
.powered{
    padding-bottom: 15px;
    display: inline-block;
}
.footerb {
    background: #8cb7e8;
    color: #0f1d41;
    font-size: 9pt;
}
.footerb a{
    color: #0f1d41;
}
.footermodal{
    background: #EC012B;
    text-align: center;
}
.footermodal ul li{
    display: inline;
    color: #FFFFFF;
    font-size: 8pt;
    text-align: center;
}
.footermodal ul li a{
    color: #FFFFFF;
    font-size: 1.1em;
}

/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1081px)
{
    .main-menu-anonymous ul li:last-child{
        margin-right: 0;
    }
}

@media screen and (max-width: 1441px)
{
    .main-menu-anonymous ul li a{
        font-size:0.8em !important;
    }
}

@media screen and (max-width: 1256px)
{
    .main-menu-anonymous ul li a{
        font-size:0.74em !important;
    }
}

@media screen and (max-width: 1166px)
{
    .main-menu ul li a {
        font-size: 15px;
    }

    .main-menu ul li input {
        font-size: 15px;
    }
}

@media screen and (max-width: 1064px)
{
    .main-menu ul li a {
        font-size: 13px;
    }

    .main-menu ul li input {
        font-size: 13px;
    }
}

@media screen and (max-width: 1038px)
{
    .main-menu-anonymous ul li a{
        font-size:0.65em !important;
    }
}

@media screen and (max-width: 1014px)
{
    .wrapper-text{
        max-width:400px !important;
        right:0 !important;
    }
}

@media only screen and (max-width: 992px) {
	.col-md-5th {
		width:100%;
		float:none;
		display:block;
	}
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
		width:100%;
		float:none;
		display:block;
    }

    .vacio {
        padding: 0px !important;
    }
}

@media screen and (max-width: 411px)
{
    .boton {
        width:230px;
        margin-top:10px;
    }

    .tbx-recover-pass{
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 312px) {

    .boton {
        width:90%;
    }

    .boton-blue {
        width:90%;
    }

}

@media screen and (max-width: 370px)
{
    .heading-section-2 img{
        width: 100%;
        margin-top:20px;
        margin-bottom:20px;
    }

    .heading-section h2{
        font-size: 10vw;
    }
}

@media screen and (max-width:320px)
{
    .vacioaccount {
        padding: 45px;
    }
}


.txtpopup{
    font-size: 1.4em;
    color: #001e3e;
}

.txtpopup-2{
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 1.4em;
    color: #001e3e;
}

.txttext{
    display: block;
}

.title-404{
	text-align: center !important;
	font-weight:600 !important;
	font-size:3.3em !important;
	margin-bottom:10px;
}

.subtitle-404{
	text-align: center !important;
	font-weight:100 !important;
	font-size:2.8em !important;
	line-height:50px;
	color: #9a9a9a;
}

.vacio-2 {
    padding: 12px;
}

.vacio-3 {
    padding: 70px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.colorBlue {
    color: #001d85;
}

.colorRed {
    color: #EC012B;
}

.colorBlueSub {
    color: #001d85;
    text-decoration: underline;
}


.tooltip-arrow, .blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #001d85;
}


.img-fluid-cup, .img-thumbnail {
    min-height: 360px;
    min-width: 410px;
}

.card_cupon {
    min-height: 380px;
    min-width: 450px;
}