﻿html {
    scroll-behavior: smooth;
}

.navbar-brand {
    float: none;
}

@media print {
    div.show-print {
        display: block !important;
    }

    .hide-print {
        display: none !important;
    }
}

ul.languages {
    /*top: 19px;
    left: 4px;*/
    display: none;
    padding: 4px 0;
    padding-left: 0;
    list-style: none;
    min-width: 100px;
    position: inherit;
    background: #f0f0f0;
    z-index: 1 !important;
}

ul.languages {
    display: block;
}

    ul.languages:after {
        top: -4px;
        width: 0;
        height: 0;
        left: 8px;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 6px solid #f0f0f0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-right-style: inset; /*FF fixes*/
    }

    ul.languages li a {
        color: #000;
        display: block;
        font-size: 10px;
        padding: 2px 12px;
        margin-bottom: 1px;
        text-transform: uppercase;
    }

    ul.languages li.active a i {
        color: #999;
        float: right;
        margin-top: 2px;
    }

    ul.languages li a:hover,
    ul.languages li.active a {
        background: #fafafa;
    }

    ul.languages li a:hover {
        text-decoration: none;
    }

@media (min-width: 768px) {
    header2 .header2-content .header2-content-inner, 
    .header2 .header2-content .header2-content-inner{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    ul.languages {
        position: absolute;
    }

    header2, .header2 {
        min-height: 100%;
    }

    .pro-img {
        padding: 100px 0px;
        transition: opacity 0.3s;
    }
}

header2, 
.header2 {
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/header/header1.jpg);
    color: #fff;
    position: absolute;
}

    header2, .header2, header2 .header2-content, 
    .header2 .header2-content{
        width: 100%;
        height: 100%;
        text-align: center;
    }

.img-header {
    width: 90%;
    margin-top: 12rem;
}

.header1-bkg {
    background-image: url('../img/Header/Log-in-bkg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.header2-btn {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #ffffff;
    background-color: rgba(146, 146, 146, 0.42);
}

.header2-btn-eng:hover {
    background-image: url('../img/Header/usa.png');
    background-size: cover;
    opacity: 0.85;
    color: rgba(255,255,255,0);
}

.header2-btn-esp:hover {
    background-image: url('../img/Header/gua.png');
    background-size: cover;
    opacity: 0.85;
    color: rgba(255,255,255,0);
}

address.address {
    margin-top: 20px;
}

    address.address a {
        text-decoration: none;
        color: inherit;
        font-weight: bold;
    }

.header1-slogan {
    font-size: 1.5em;
    letter-spacing: 5px;
}

.header1-footer {
    color: rgba(0,0,0,0.4);
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footer-light {
    color: #eee;
}

.header1-footer .footer {
    background-color: transparent;
}

.header1-footer .copyright {
    background-color: transparent;
    margin: 0;
}

.header1-footer address {
    margin: 0;
}

.nav-green li a {
    margin: auto;
    padding-top: 18px !important;
    padding-bottom: 19px !important;
    color: rgba(230, 229, 229, 0.88) !important;
    line-height: none;
}

    .nav-green li a:hover {
        border: none !important;
        color: #eee !important;
        background-color: #DB2766 !important;
    }

.middle {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: -4px !important;
}

div.advice-content > h3 {
    margin: 5px;
    padding-bottom: 20px;
}

div.fechas {
    padding-left: 25px;
    padding-right: 25px;
}

table > tbody > tr > td {
    vertical-align: middle !important;
}

td > p {
    margin: inherit !important;
}

.dropcap {
    color: black !important;
}

.panel-heading > h2 {
    color: white !important;
}

tr > td:nth-child(2) {
    width: 80%;
}

tr > td:nth-child(1) {
    text-align: center;
}

.dropcap-bg {
    font-size: 25px !important;
}

.asd {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
}

.img-profile {
    width: 70%;
    margin: auto;
}

h2.title-blue,
h3.title-blue {
    color: #004F99;
    font-size: 2em;
    font-weight: 600;
    margin-top:35px;
}
h1.title-blue { 
    color: #004F99;
    font-size: 2em;
    font-weight: 600; 
    line-height: 1.2;
}

p.paragraph {
    text-align: justify;
    font-size: 1.2em;
}

.btn-blue {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(0,79,153, .5);
    background-color: rgba(0,79,153, 1);
    width: 100%;
    margin: 15px 0px;
    text-align: center;
}

.btn-white {
    background-color: rgba(256,256,256, .8);
    color: #000;
    visibility: hidden;
    width: 100%;
    transition: opacity 0.3s;
}

    .btn-white:hover {
        background-color: rgba(256,256,256, 1);
        visibility: visible;
        color: #000;
        opacity: 1;
    }

.btn-purple {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(129,89,175, .5);
    background-color: rgba(129,89,175, 1);
    width: 100%;
    margin: 15px 10px;
    text-align: center;
    color: #f3f3f3;
}

    .btn-purple:hover {
        background-color: #DB2766;
        color: #f3f3f3;
    }

.btn-green {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(129,89,175, .5);
    background-color: rgba(141,184,33, 1);
    width: 100%;
    margin: 15px 10px;
    text-align: center;
}

    .btn-green:hover {
        background-color: #F8931F;
    }

.pro-container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.3);
}

.pro-img {
    padding: 100px 0px;
    background-size: cover;
    transition: opacity 0.3s;
}

    .pro-img:hover {
        opacity: 0.3;
    }

.pro-tittle h3 {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1em;
    text-align: center;
}

.pro-img2 {
    padding: 80px 0px;
    background-size: cover;
    color: #fff;
    background-position-y: -25px;
}
.pro-img22 {
    padding: 30% 0px;
    background-size: cover;
    color: #fff; 
}
.pro-img23 {
    padding: 180px 0px; 
    background-size: cover;
    color: #fff; 
}

    .pro-img2 h3 {
        color: #fff;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 0px 19px rgba(150, 150, 150, 0.69);
    }

.pro-container p {
    text-align: justify;
    color: #f3f3f3;
    font-size: 1.2em;
    padding: 60px 45px;
    margin: 0px; 
}

.pro-tittle span {
    text-transform: uppercase;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.6);
}

h2.title-green {
    color: #8DB821;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 25px;
} 


h3.title-green {
    color: #8DB821;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 25px;
} 


.asd .row {
    margin-top: 30px;
}

h1.title-white {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}

.asd-2v {
    padding: 25px 0px;
}

.nav-small button {
    background-color: #8DB821 !important;
    color: #fff !important;
    margin: 0px !important;
    border: none;
}

    .nav-small button span {
        color: #fff !important;
    }

.nav-small .icon-bar {
    background-color: #fff !important;
}

.nav-small {
    background-color: #8DB821 !important;
    padding: 10px 5px;
    margin: 0px !important;
}

.bkg-blue {
    background-color: #004F99 !important;
}

.subTitle-orange {
    color: #F8931F;
    text-align: left;
    font-weight: 700;
    font-size: 1.3em;
    margin-left: 15px;
    margin-bottom: 30px;
}
.p-Month{
    font-weight:600;
    text-align:center;
    font-size: 1.2em;
    padding: 25px 0px;
    margin: 0;
    color: #fff;
}
.p-Monthly{
    border-bottom: 1px #b1b1b1 solid;
    text-align:center;
    color: #000;
    margin: 0;
    padding: 15px;
}
.p-Day{
    text-align:center;
    color: #000;
    margin: 0;
    padding: 15px;
}
.div-Day{
    border-bottom: 1px #b1b1b1 solid;
    position: relative;
    padding: 0px;
}
.div-Day div{
    padding: 0px;
}
.p-Day-desc{
    text-align:center;
    color: #000;
    margin: 0;
    padding: 15px;
    background-color:#f3f3f3;
}
.letter-p{
    text-align:justify;
    padding: 10px 45px;
}
.li-1, .active a {
    color: #000 !important;
    background-color: rgba(129,89,175,0.5) !important;
}
.li-2, .active a{
    color: #000 !important;
    background-color: rgba(248,147,31,0.5) !important;
}
.li-3, .active a{
    color: #000 !important;
    background-color: rgba(141,184,33,0.5) !important;
}
.li-1 > a {
    color: #f3f3f3 !important;
    background-color: rgba(129,89,175,1) !important;
}
.li-2 > a {
    color: #f3f3f3 !important;
    background-color: rgba(248,147,31,1) !important;
}
.li-3 > a {
    color: #f3f3f3 !important;
    background-color: rgba(141,184,33,1) !important;
}
header.title-green {
    padding: 75px 30px;
    background-image: url('../img/Header/Log-in-bkg.jpg');
    background-size: cover;
    text-align: center;
}
span.title-green {
    color: #8DB821 !important;
    font-weight: 600;
}
p.fidelis {
    font-size: 1em;
    padding: 5px;
}
h5.fidelis {
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: .9em; 
}
ul.fidelis li {
    color: #f3f3f3; 
    font-size: 1em;
    text-align:left;
}
.fidelis-dates{
    margin:15px !important;
    margin-top:25px !important;
    border-top:1px solid #f3f3f3;
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    text-align:center !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    padding:15px !important;
    column-count:2;
}
.fidelis-year{
    padding: 0 !important;
    text-align: center !important;
    border-bottom: 1px solid #f3f3f3;
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.pro-sticker{
    position:absolute;
    width:150px;
    height:150px;
    top: 30%;
    left: 5%;
}
    .pro-sticker:hover {
        background-color: none;
    }
.music-display button{
    color: #fff;
    background-color: #004F99;
    border:none;
}
.music-display button:hover{
    color: #fff;
    background-color: #F8931F;
}
.music-player{
    position:absolute;
    right:15px;
    top:0px;
    z-index:9999;
    background-color: #004F99;
}
fieldset .text-muted{
    color: #b0b0b0;
}

.team-img{
    background-image: url(../img/Team/Team.jpg);
    background-size: cover;
    height: 330px;
}
.team-img-sm{ 
    background-image: url(../img/Team/Team-sm.jpg);
    background-size: cover;
    height: 330px;
}
.gray-a{
    color: #000;
    text-decoration: none;
}