html {
    background-color: #F0F2F5;
    scroll-behavior: smooth;
    width: 100%;
}

body {
    width: 100%;
}

/* @media (max-width: 460px) {
    
    body {
        width: 101% !important;
    }
} */
/* 
@media (max-width: 385px) {
    
    body {
        width: 118% !important;
    }
} */


/*          BUTTON SCROLL TOP             */

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    border: 3px solid #1a96d4;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

/*----------TITLES----------*/

#mainTitle {
    font-size: 75px;
}

@media (max-width: 767.98px) {
    #mainTitle {
        padding-top: 35px;
        font-size: 55px;
    }
}

@media (max-width: 600.98px) {
    #mainTitle {
        padding-top: 30px;
        font-size: 50px;
    }
}

@media (max-width: 460px) {
    #mainTitle {
        font-size: 40px;
    }
}

@media (max-width: 300px) {
    #mainTitle {
        font-size: 25px;
    }
}


#hero .hero-container h1 {
    font-family: "brandon-grotesque",Sans-serif;
    font-weight: 450;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
}

.heading {
    color: black;
    text-align: center;
}

.heading h2 {
    margin-bottom: 2.5rem;
    position: relative;
    font-size:40px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 3.3px;
}

.heading h2:after {
    content: '';
    height: 2px;
    width: 4rem;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    background-color: #1a96d4;
}

@media (max-width: 767.98px) {
    .heading h2 {
        font-size: 35px;
    }
}
/*----------CONTACT US BUTTON----------*/
#contacteNosBtn {
    background-color: #024DA2;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
}

#contacteNosBtn:hover {
    background-color: white;
    color: #024DA2;
    transition: all 300ms ease-out;
}

@media (max-width: 767.98px) {
    
    #contacteNosBtn {
        background-color: #024DA2;
        color: white;
        font-weight: 600;
        font-size: 14px;
        padding: 15px 25px;
        border-radius: 10px;
        text-decoration: none;
    }
}

/*----------MAIN IMAGE AND NAVBAR----------*/
#hero {
    width: 100%;
    height: 420px;
    background: url("../img/welcome_day.webp") center center;
    background-size: cover;
    position: relative;
    z-index: 9;
}

#hero nav {
    color: white;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    margin-top: 150px;
    height: fit-content;
}

@media (max-width: 480px) {
    #hero .hero-container {
        margin-top: 165px;
    }
}

@media (max-height: 680px) {
    #hero .hero-container {
        margin-top: 160px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    font-size: 97%;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    transition: all 100ms ease-in-out 100ms;
    transform: scale(1.2);
}

.navbar-toggler-icon {
    color: white;
}

.navbar {
    padding: 0px !important;
}

#navbar-style {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 77, 162, 1)), to(rgba(0, 0, 0, 0))); */
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(34, 94, 162) 100%);
    /* background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(13, 83, 164) 100%); */
}

#topIcon {
    width: 200px;
    /* height: t5; */
}

@media (max-width: 992px) { /* for small screens */
    
    #topIcon {
        width: 150px;    
        padding-top: 6px;
        padding-bottom: 6px;
        
    }
    
    #navbar-style {
        position: fixed;
        background-color: rgba(2, 77, 162, 1);
    }
    
    .navbar-brand { 
        display: block;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 82px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        height: 100%;
        background-color: rgba(2, 77, 162, 1);
    }
    
    .navbar-collapse.collapsing {
        left: -50%;
        transition: width 0s ease;
    }
    
    .navbar-collapse.show {
        left: 0;
        transition: all 300ms ease;
    }
    
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: all 500ms ease;
    }
}


@media (max-width: 930px) {
    #btn-mid {
        display: block !important;
    }
}
/*----------FIRST TEXT----------*/
#fstText {
    width: 70%;
    font-size: 140%;
}

@media (max-width: 767.98px) {
    #fstText {
        /* font-family: "brandon-grotesque",Sans-serif; */
        font-size: 15px;
        font-weight: 450;
        /* font-style: normal; */
        /* letter-spacing: 1.5px; */
        width: 80%;
        margin-top: 10%;
        margin-bottom: 10%;
        font-size: 120%;
    }   
}

p {
    font-size: 16px;
    font-style: normal;
}

/*----------TIMELINE----------*/

/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
    position: relative;
}

.card p {
    font-size: 110%;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #1a96d4;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-2 {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #1a96d4;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left-2 {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.right-2 {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Fix the circle for containers on the right side */
.right-2::after {
    left: -14px;
}

.card {
    width: 70%;
}

@media (max-width: 767.98px) {
    
    .timeline-2 h4 {
        font-size: 25px;
    }
    
    .timeline-4 p {
        font-size: 5px;
    }
    /* The actual timeline (the vertical ruler) */
    .main-timeline-2 {
        position: relative;
    }
    
    /* The actual timeline (the vertical ruler) */
    .main-timeline-2::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: #1a96d4;
        top: 0;
        bottom: 0;
        left: 10%;
        margin-left: 10px;
    }
    
    /* Container around content */
    .timeline-2 {
        position: relative;
        background-color: inherit;
        width: 70%;
    }
    
    /* The circles on the timeline */
    .timeline-2::after {
        content: '';
        position: absolute;
        width: 23px;
        height: 23px;
        left: 10%;
        background-color: #1a96d4;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }
    
    /* Place the container to the left */
    .left-2 {
        padding: 0px 40px 20px 0px;
        left: 0%;
        width: 100%;
    }
    
    /* Place the container to the right */
    .right-2 {
        padding: 0px 0px 20px 40px;
        left: 0%;
        width: 100%;
    }
    
    /* Fix the circle for containers on the right side */
    .right-2::after {
        left: 10%;
    }
    
    .right{
        left: 21.5%;
    }
}

@media (max-width: 540px) {
    .right{
        left: 20%;
    }
}

@media (max-width: 460px) {
    .right{
        left: 17.8%;
    }
}

/*----------DEPARTMENTS----------*/
.departsIcon .dot {
    height: 100px;
    width: 100px;
    background-color: #1a96d4;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    text-align: center;
}

.departsIcons {
    margin-top: 16.5%;
    margin-bottom: 20%;
}

.departsText {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: justify;
}

.departsTitles {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

@media (max-width: 1000px) {
    .departsIcon .dot {
        height: 80px;
        width: 80px;
        background-color: #1a96d4;
        border-radius: 50%;
        display: inline-block;
        justify-content: center;
        text-align: center;
    }
    
    .departsIcons {
        margin-top: 16.5%;
        margin-bottom: 20%;
        height: 51.2px;
    }
    
    .departsIcon {
        padding-right: 5%;
    }
    
    .departsText {
        font-size: 16px;
        padding-left: 0%;
        padding-right: 0%;
    }
    
    .departsTitles {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }  
}

/*----------Bird----------------*/
#bird {
    height: 100px;
}

@media (max-width: 767.98px) {   
    #bird {
        height: 80px;
        margin-top: 7%;
        margin-bottom: 7%;
    }
}

/*----------FAQ----------------*/

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #024DA2;
    float: right;
    margin-top: -12px;
    
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.6rem;
}

@media (max-width: 767.98px) {
    .accordion-section .panel-default .panel-title a {
        display: block;
        font-size: 1.2rem;
        text-decoration: none;
    }
}

/*----------FOOTER AND CONTACTS----------*/

#contact {
    background-color: #024DA2;
    margin-top: 7%;
}

#footer {
    background-color: #024DA2;
    color: white;
}

#footer .copyright {
    text-align: center;
    padding-bottom: 10px;
}
#footer .credits {
    
    text-align: center;
    font-size: 13px;
    color: #fff;
}
#footer .credits a {
    color: #72a8bf;
}

.contact .contact-info {
    text-align: center;
}

.contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300;
    color: rgb(218, 214, 214);
}

.contact .contact-info i {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 7px;
    color: white;
}

#adressFooter {
    padding-top: 2.7rem;
}

.contact .contact-info a {
    color: white;
    text-decoration: none;
}

.contact .contact-info a:hover {
    /* color: #1a96d4; */
    font-weight: 600;
}

*, ::after, ::before {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        
    }
    
    .contact .contact-address, .contact .contact-phone, .contact .contact-email, .contact .contact-redes {
        padding: 20px 0;
    }
    
    .contact .contact-redes {
        border-left: 1px solid #ddd;
    }
    .contact .contact-redes .redes-at{
        display: inline;
    }
}


@media (max-width: 767.98px) {
    
    #contact {
        background-color: #024DA2;
        margin-top: 15%;
    }
    
    #footer {
        background-color: #024DA2;
        color: white;
        padding-top: 5%;
    }
    
    #footer .copyright {
        text-align: center;
        padding-bottom: 10px;
    }
    #footer .credits {
        
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
    #footer .credits a {
        color: #72a8bf;
    }
    
    .contact .contact-info {
        text-align: center;
    }
    
    .contact .contact-info h3 {
        font-size: 16px;
        margin-bottom: 7px;
        font-weight: 300;
        color: rgb(218, 214, 214);
    }
    
    .contact .contact-info i {
        font-size: 32px;
        display: inline-block;
        margin-bottom: 7px;
        color: white;
    }
    
    #socialMediaFooter {
        font-size: 25px;
    }
    
    #mailFooter {
        padding-top: 6px;
    }
    
    #adressFooter {
        padding-top: 10%;
    }
    
    .contact .contact-info a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }
    
    *, ::after, ::before {
        box-sizing: border-box;
    }
}

@media (max-width: 540px) {
    #adressFooter {
        padding-top: 10.8%;
    }
}








