body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #ffffff;
    color: #535353;
    line-height: 2rem;
}
main {
    flex: 1 0 auto;
}
.container{
    width: 95%;
}

section .container .row{
    margin: 0 !important;
}

.c-base{
    color: #535353;
}
.bg-stick{
    background-color:#2f5fba;
}
.cb-stick{
    border-color: #2f5fba;
}
.c-stick{
    color:#2f5fba;
}
.c-sub{
    color: #aeaeae;
}
.bg-sub{
    background-color: #aeaeae;
}
.bg-effect:hover{
    background-color: #1771ff;
    color: #ffffff;
}
/* buttons */
.btn.btn-stick{
    color: #ffffff;
    background-color: #01678d;
}
.btn.btn-stick:hover, .bg-stick:hover{
    background-color: #1771ff;
}
.btn.btn-outline-stick {
    color: #2f5fba;
    background-color: transparent;
    background-image: none;
    border-color: #2f5fba;
}
.btn.btn-outline-stick:hover{
    background-color: #1771ff;
    color: #ffffff;
    border-color: #1771ff;
}
.btn-theme {
    padding: 6px 12px 6px 12px;
    margin: 8px;
    border-radius: 0;
    transition: .5s;
    border-width: 2px;
}
.btn-floating, .btn-large {
    font-size: 1rem;
    outline: 0;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #0275d8;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

.btn-floating.btn-large i {
    font-size: 1.9rem;
    line-height: 56px;
}
.btn-floating img {
    width: 36px;
}

/* end buttons*/

/*  C O M M O N  */
a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
.base-border-t-3{
    border-top: 3px solid #2f5fba;
}

body{
    font-family: 'Open Sans', sans-serif;
}

/* menu */
header {
    z-index: 2;
    position: absolute;
}
/* TOP PAGE */
header .top-page {
    background-color: #00b3dc;
    color: #fafafa;
    font-size: 0.8rem;
}
header .top-page > .container > .row {
    height: 50px;
}
header .top-page .social a {
    transition-duration: 0.5s;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    margin: 2px 4px 0 4px;
    border-radius: 50%;
    color: #fafafa;
    border: 1px solid #fafafa;
    line-height: 22px;
}
header .top-page a:hover{
    border-color: rgba(0,0,0,0.43);
    background-color: rgba(0,0,0,0.43);
    color: #ffffff;
}
header .top-page .dropdown-menu{
    border: none !important;
    border-radius: 0 !important;
    background-color: #6c8bc5;
    color: #fafafa;
}

header .top-page a{
    text-decoration: none;
    color: #fafafa;
}
header .top-page a:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,0.43);
    color: #ffffff;
}

/* MENU */
header nav {
     background-color: rgba(0,0,0,0.43);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header nav .nav-link{
    transition: 0.5s;
    color: #ffffff;
}
header nav .nav-link:hover{
    color: #fafafa;
    background-color: #6c8bc5;
}
header nav .dropdown-menu{
    border: none !important;
    border-radius: 0 !important;
    top: 38px !important;
    background-color: rgba(0,0,0,0.43) !important;
}

header nav .dropdown-menu .dropdown-item{
    color: #ffffff !important;
}
header nav .dropdown-menu .dropdown-item:hover{
    color: #fafafa;
    background-color: #6c8bc5;
}

/* mennu superior*/
header.fixed-top {
    top: 0px;
}

header .navbar-brand img {
    max-height: 97px;
}
.spacer-menu-top {
    width: 100%;
    height: 50px;
}

@media (min-width: 576px) {
    .spacer-menu-top {
        height: 50px;
    }
}


/* container */

/* container sidebar */
.to-container .row{
    background-color: white;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.to-container .row div.container-base{
    margin-top: 16px;
}

footer{
    background-color: #213246 !important;
}
footer h5{
    color:#e07d21;
    font-size: 1.2rem;
    font-weight: 300;
}
footer li, footer li a, footer .footer-copyright a{
    color:#ffffff;
    font-size: 0.9rem;
    transition: .5s;
}
footer a:hover{
    color:#ffc34f;
    text-decoration: none;
}
footer .data{
    border-top: 1px solid #ffffff;
    padding-top: 12px;
}

@media (min-width: 768px){
    footer .data{
        padding-top: 0;
        border-top: none;
        border-left: 1px solid #ffffff;
    }
}

/* footer_logo_share_copyright */
footer{
    margin-top: 0 !important;
}
footer > .container{
    padding-top: 14px;
    padding-bottom: 0px;
    max-width: none;
}
footer .row{
    margin: 0 !important;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer .data img{
    margin-bottom: 12px;
}
.footer-copyright{
    background-color: rgba(20, 20, 20, 0.20) !important;
}
.footer-copyright > .container{
    max-width: none;
}
.footer-copyright .row{
    margin: 0;
}


#section_1 {
    min-height: calc(100vh - 145px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 135px 15px;
    background-color: rgba(108, 108, 108, 0.42);
    background-blend-mode: color;
}

#section_1 .content {
    padding: 0;
}

#section_1 .box {
    background-color: rgba(255,255,255,0);
    text-align: left;
}

#section_1 h1 {
    font-size: 2.9rem;
    color: white;
    line-height: 2.9rem;
    margin-bottom: 56px;
}

#section_1 h2 {
    color: #fcfcfc;
    margin-bottom: 16px;
}

#section_1 p {
    color: white;
    font-size: 1.1rem;
}

@media (min-width: 360px) {
    #section_1 h1 {
        font-size: 2rem;
    }

    #section_1 h2 {
        font-size: 1.5rem;
    }

    #section_1 p {
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    #section_1{
        padding: 135px 30px;
    }
    #section_1 h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    #section_1 h2 {
        font-size: 1.8rem;
    }

    #section_1 p {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    #section_1 h1 {
        font-size: 2.7rem;
        line-height: 2.7rem;
    }
    #section_1 h2 {
        font-size: 1.9rem;
    }

    #section_1 p {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    #section_1 h1 {
        font-size: 2.9rem;
        line-height: 2.9rem;
    }
}

@media (min-width: 1200px) {
    #section_1 h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media (min-width: 1400px) {
    #section_1 h1 {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}
