.bg-header-login {
    background: url(../images/bg-header-login.png) !important;
    background-size: cover !important;
    height: 90px !important;
}

.bg-footer-login {
    background: url(../images/bg-footer-login.png) !important;
    background-size: cover !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px !important;
}

.bg-header {
    background: url(../images/bg-header.png) !important;
    background-size: cover !important;
    height: 90px !important;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
}

.bg-footer {
    background: url(../images/bg-footer.png) !important;
    background-size: cover !important;
    height: 85px !important;
}

.header-title-login {
    font-size: 1.3rem;
    color: #064982;
}

.header-title {
    font-size: 1.4rem;
    line-height: 22px; 
    margin-left: 10px;
    color: #064982;
}

.header-subtitle {
    font-size: 0.9rem; 
    line-height: 10px !important;
}

.section-title {
    border-left: #FD156E solid 5px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.3rem; 
    font-weight: 400 !important;
}

.section-description {    
    background: #F5F5F5;
    padding: 20px 10px 20px 10px;
}

.section-description span {    
    font-weight: 400 !important;
}

.select-style {
    background-color: #064982; 
    background-image: url("../images/flecha_abajo.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 10px;
    color: #FFFFFF;
    font-size: 0.9rem !important;
    font-weight: 500;
    height: 40px !important;
}

.select-style2 {
    background-color: #F5F5F5; 
    font-size: 0.9rem !important;
    font-weight: 500;
    border-radius: 0;
    border: none;
}

.icon-link {
    font-size: 1.2rem; 
    margin-left: 1rem;
    color: #064982;
}

.icon-link:hover {
    color: #053967;
}

.icon-link:focus {
    color: #053967 !important;
}

.btn-blue {
    background: #064982 !important;
    color: #FFFFFF;
}

.btn-blue:hover {
    background: #053967 !important;
    color: #FFFFFF;
}

.nav-link-month {
    padding: 2px 15px !important;
    margin: 5px 0px !important;

}

.header-table-border {
    border-bottom: solid 3px #064982;
}

.height55 {
    height: 55px !important;
}

.height62 {
    height: 62px !important;
}

.ml-80 {
    margin-left: 80% !important;
}

.ml-50 {
    margin-left: 50% !important;
}

.ml-47 {
    margin-left: 47% !important;
}

.ml-15 {
    margin-left: 15px !important;
}

/* MEGA MENU */
.main-header {
	background-color: #064982;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: -30px;
}

nav img {
	max-width: 100%;
}
.menu-container {
	background-color: #064982;
	text-align: center;
}
.menu-container > ul > li {
	display: inline-block;
}
.menu-container > ul > li > a {
	display: block;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 1;
	padding: 15px 15px;
}
.menu-container a {
	color: #fff;
    text-decoration: none;
}

.menu-container ul li:not(.has-megamenu),
.menu-container {
	position: relative;
}
.menu-container ul ul {
	min-width: 40%;
	color: #000;
    background-color: #F5F5F5;
	position: absolute;
	left: 20;
	top: 100%;
	z-index: 999;
    visibility: hidden;
	opacity: 0;
	transform: rotateY(45deg);
	border-top: 2px solid #064982;
	border-bottom: 3px solid #064982;
}

/* BUTTON */
.btn-green {
	background-color: #064982;
	line-height: 1;
	letter-spacing: .5px;
	padding: 5px 5px;
	border-radius: 5px;
	display: block;
	margin: 15px 0;
	border-bottom: 3px solid #053967;
}

.menu-container li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform:  rotateY(0)
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color: #053967;
	color: #fff;
}

.megamenu {
    padding-left: 1rem;
    padding-right: 1rem;
}

.megamenu-content a:first-of-type {
	display: block;
	position: relative;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}
[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(253, 21, 110, 0.30);
    border-left: solid 3px #FD156E;
    background: #064982;
    color: #fff;
    z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #064982;
}
[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* MENU EN PANTALLA COMPLETA */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Start Style*/
.main__menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
    .main__menu {
    grid-template-columns: 1fr;
    max-width: 300px;
    }
}
.main__menu .list-item:hover .drop-menu li {
    display: block;
}
.main__menu .list-item:hover .menu-style {
    perspective: 1000px;
}
.main__menu .list-item:hover .menu-style .drop-item {
    opacity: 0;
    transform-origin: top center;
}
.main__menu .list-item:hover .menu-style .drop-item:nth-child(1) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: -150ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu .list-item:hover .menu-style .drop-item:nth-child(2) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: 0ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu .list-item:hover .menu-style .drop-item:nth-child(3) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: 150ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu .list-item:hover .menu-style .drop-item:nth-child(4) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu .list-item:hover .purple {
    border-top: 6px solid #ff3677;
}
.main__menu .list-item:hover .blue {
    border-top: 6px solid #ff3677;
}
.main__menu .list-item:hover .pink {
    border-top: 6px solid #812387;
}
.main__menu .list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 9.5rem;
    color: #fff;
    cursor: unset;
}
.main__menu .list-item a:hover {
    cursor: pointer;
}
.main__menu .list-item a span {
    font-size: 22px;
    font-weight: 500;
    order: 2;
}
.main__menu .list-item a img {
    width: 100px;
}
.main__menu .list-item a.purple {
    background: #812387;
    text-align: center;
}
.main__menu .list-item a.blue {
    background: #064982;
    text-align: center;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.main__menu .list-item a.pink {
    background: #ff3677;
    text-align: center;
}
.main__menu .list-item a i {
    color: #fff;
    font-size: 100px;
}
.main__menu .list-item .drop-menu .drop-item {
    display: none;
}
.main__menu .list-item .drop-menu .drop-item a {
    height: 60px;
    text-align: center;
    font-size: 18px;
}
.main__menu .list-item .drop-menu .drop-item a.item--1 {
    background: #085599;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.main__menu .list-item .drop-menu .drop-item a.item--2 {
    background: #085ca6;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.main__menu .list-item .drop-menu .drop-item a.item--3 {
    background: #0b6ec5;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}

/* Start Style 2*/
.main__menu2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 900px) {
    .main__menu2 {
    grid-template-columns: 1fr;
    max-width: 300px;
    }
}
.main__menu2 .list-item:hover .drop-menu li {
    display: block;
}
.main__menu2 .list-item:hover .menu-style {
    perspective: 1000px;
}
.main__menu2 .list-item:hover .menu-style .drop-item {
    opacity: 0;
    transform-origin: top center;
}
.main__menu2 .list-item:hover .menu-style .drop-item:nth-child(1) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: -150ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu2 .list-item:hover .menu-style .drop-item:nth-child(2) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: 0ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu2 .list-item:hover .menu-style .drop-item:nth-child(3) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: 150ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu2 .list-item:hover .menu-style .drop-item:nth-child(4) {
    animation-name: topToBottom;
    animation-duration: 400ms;
    animation-delay: 300ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.main__menu2 .list-item:hover .purple {
    border-top: 6px solid #ff3677;
}
.main__menu2 .list-item:hover .blue {
    border-top: 6px solid #ff3677;
}
.main__menu2 .list-item:hover .pink {
    border-top: 6px solid #812387;
}
.main__menu2 .list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    color: #fff;
    cursor: unset;
}
.main__menu2 .list-item a:hover {
    cursor: pointer;
}
.main__menu2 .list-item a span {
    font-size: 22px;
    font-weight: 500;
    order: 2;
}
.main__menu2 .list-item a img {
    width: 100px;
}
.main__menu2 .list-item a.purple {
    background: #812387;
    text-align: center;
}
.main__menu2 .list-item a.blue {
    background: #064982;
    text-align: center;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.main__menu2 .list-item a.pink {
    background: #ff3677;
    text-align: center;
}
.main__menu2 .list-item a i {
    color: #fff;
    font-size: 100px;
}
.main__menu2 .list-item .drop-menu .drop-item {
    display: none;
}
.main__menu2 .list-item .drop-menu .drop-item a {
    height: 45px;
    text-align: center;
    font-size: 18px;
}
.main__menu2 .list-item .drop-menu .drop-item a.item--1 {
    background: #085599;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.main__menu2 .list-item .drop-menu .drop-item a.item--2 {
    background: #085ca6;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.main__menu2 .list-item .drop-menu .drop-item a.item--3 {
    background: #0966b7;
    border-left: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}

@keyframes leftToRight {
    0% {
    opacity: 0;
    transform: rotateY(-90deg) translateY(30px);
    }
    100% {
    opacity: 1;
    transform: rotateY(0deg) translateY(0px);
    }
}
@keyframes topToBottom {
    0% {
    opacity: 0;
    transform: rotateX(-90deg);
    }
    100% {
    opacity: 1;
    transform: rotateX(0deg);
    }
}
@keyframes itemBounce {
    0% {
    opacity: 0;
    transform: scale(0.3) translateY(-60px);
    }
    80% {
    transform: scale(1.2) translateY(10px);
    }
    100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
    }
}
@keyframes bottomToTop {
    0% {
    opacity: 0;
    transform: rotate(-30deg);
    }
    100% {
    opacity: 1;
    transform: rotate(0deg);
    }
}