body {
    font-family: 'Titillium Web', sans-serif;
}

.section-padding-60 {
    padding-top: 60px 0;
}

.section-paddingtop-30 {
    padding-top: 30px;
}

.section-paddingtop-20 {
    padding-top: 20px;
}

.section-paddingbottom-70 {
    padding-bottom: 70px;
}

.full-screen {
    height: 100vh;
    width: 100%;
}

.popover.top>.arrow:after,
.popover.bottom>.arrow:after {
    border-top-color: #245b7d !important;
    border-bottom-color: #245b7d !important;
}

.popover {
    background-color: #245b7d !important;
}


/*LISTAS*/

.clear-ul ul {
    padding-left: 25px !important;
    margin-top: 15px;
}

.clear-li li {
    display: list-item;
    list-style-type: disc;
}

.clear-li2 li {
    list-style-type: circle;
}

.clear-li-decimal li {
    list-style-type: decimal;
}

.clear-li-none li {
    list-style-type: none;
}

.modal-header {
    background-color: #5B9596;
}

.modal-header-none {
    background-color: transparent;
}


/**/


/* ==============================
   Footer
   ============================== */

footer.page-footer {
    /*position: relative;*/
    padding-top: 100px;
    padding-bottom: 60px;
}

.links-politicas a {
    font-size: 14px !important;
}

.copy-right a {
    color: #C7D4B5;
    font-size: 12px;
    letter-spacing: 0.5em;
}

.copy-right a:hover {
    text-decoration: none;
}

.copy-right p {
    color: #fff !important;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
}

.copy-right p a {
    letter-spacing: inherit;
}

a.scroll-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
    font-size: 48px;
}


/* ==============================
   Buttons
   ============================== */

.social-links {
    font-size: 16px;
    margin-bottom: 20px;
}

.social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #C7D4B5;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.social-links a a i,
.social-links a a span {
    position: relative;
    top: 0;
    left: 0;
}

.social-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.social-links a:hover {
    color: #fff;
}

.social-links a:hover:before {
    border: 2px solid #fff;
}

.icon-big-round {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 70px;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.97);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.btn.waves-effect:hover,
#button-back:hover {
    color: #fff !important;
}


/* ==============================
   COOKIE CONSENT
   ============================== */

.cc-window {
    font-size: 14px !important;
}

.cc-window.cc-banner {
    padding: 0.5em 1.8em !important;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.voffset2 {
    margin-top: 2px;
}

.voffset5 {
    margin-top: 5px;
}

.voffset10 {
    margin-top: 10px;
}

.voffset15 {
    margin-top: 15px;
}

.voffset20 {
    margin-top: 20px;
}

.voffset30 {
    margin-top: 30px;
}

.voffset40 {
    margin-top: 40px;
}

.voffset60 {
    margin-top: 60px;
}

.voffset80 {
    margin-top: 80px;
}

.voffset100 {
    margin-top: 100px;
}

.voffset150 {
    margin-top: 150px;
}

img.resp {
    width: 100%;
    height: auto !important;
}

img.sect-anim0 {
    max-width: 500px;
}

.resp80 img.resp {
    width: 80%;
    display: block;
    margin: 0 auto;
}

img.resp2 {
    width: 65%;
    display: block;
    margin: 0 auto;
}

.col-half-offset {
    width: 20%;
}

.box-green {
    background-color: #46BD97;
}

.icon-box-green {
    color: #FFF;
    font-size: 66px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    float: left;
    padding: 9px;
    width: 10%;
}

.text-box-green {
    color: #FFF;
    font-size: 22px;
    float: left;
    padding: 25px 0;
    width: 90%;
}

.p-mark {
    font-size: 13px !important;
    margin-top: 20px !important;
    font-weight: 600;
    color: #FBBA26;
    line-height: 20px !important;
}

strong {
    font-weight: bold;
}

.highlight {
    text-transform: lowercase;
    font-size: smaller;
    font-weight: normal;
}

sub,
sup {
    font-size: 65%;
}

h2.title-section {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: 57px;
    font-weight: bold;
    padding: 23px 20px 30px;
    line-height: 36px;
    background: #fff;
    margin-top: 0;
    display: -webkit-inline-box;
}

.title-section-separator {
    background-image: url(../img/section1/separator-lines.png);
    background-repeat: repeat-x;
    background-position: 0px 105px;
}

.title-section-separator-white {
    background-image: url(../img/section1/separator-lines-white.png);
    background-repeat: repeat-x;
    background-position: 0 100px;
}

.title-section-white {
    background: #fff !important;
}

.title-section-blue {
    color: #fff;
    background: #47ACEA !important;
}

h3.title-section {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 0 0;
    line-height: 30px;
}

h4.title-section {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    margin: 30px 0 0 0;
    line-height: 30px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.backgorund-home {
    background: #fff;
    /*background: #D5E77C;
    background: -moz-linear-gradient(right, #7ED294 0%, #D5E77C 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#7ED294), color-stop(100%,#D5E77C));
    background: -webkit-linear-gradient(right, #7ED294 0%, #D5E77C 100%);
    background: -o-linear-gradient(right, #7ED294 0%, #D5E77C 100%);
    background: -ms-linear-gradient(right, #7ED294 0%, #D5E77C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ED294', endColorstr='#D5E77C', GradientType=1);
    background: linear-gradient(to right, #7ED294 0%, #D5E77C 100%);*/
}

.p-section {
    font-size: 20px;
    line-height: 27px;
    margin-top: 2vh;
}

p {
    color: #333;
}

.sigreLogotype,
.sigreLogotype nav {
    background: transparent;
}

.sigreLogotype ul a {
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    transition: opacity 1s;
    text-transform: uppercase;
}

#mobile-demo a {
    opacity: 1;
    padding: 0;
}

#mobile-demo li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

a {
    cursor: pointer;
}

ul.main-nav {
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
}

ul.main-nav.active {
    opacity: 1 !important;
}

ul.main-nav li.active a {
    color: #111;
}

ul.main-nav li.active {
    background-color: rgba(0, 0, 0, 0.1);
}

ul.main-nav-section li a {
    color: #045F74 !important;
    transition: all 0.5s !important;
}

ul.main-nav-section li:hover a {
    color: #fff !important;
    background-color: #d5df22 !important;
}

ul.main-nav-section li.active a {
    color: #fff !important;
    background-color: #045F74 !important;
}

.blue-sigre,
.blue-sigre .top-nav-collapse {
    background-color: #47ACEA !important;
}

.green-sigre,
.green-sigre .top-nav-collapse {
    background-color: #13AE9B !important;
}

.green2-sigre,
.green2-sigre .top-nav-collapse {
    background-color: #6CB5B7 !important;
}

.home-sigre {
    box-shadow: none;
}

.home-sigre .navbar-nav {
    display: none;
    margin-right: 0px;
}

.home-sigre.top-nav-collapse .navbar-nav {
    display: block;
}

.home-sigre.top-nav-collapse {
    background-color: #47ACEA;
}

#menu {
    opacity: 0;
}

.navbar-fixed nav {
    position: initial;
}

.btn-floating i {
    font-size: 1.2em;
}

.border-right {
    border-right: solid 1px #045F74;
}

.navbar .navbar-nav>li>a {
    font-weight: 600;
    transition: background-color 0.3s;
}

.navbar-nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar .navbar-nav>.current>a,
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: rgba(255, 255, 255, .84);
    background-color: rgba(0, 0, 0, 0.2);
}

.brand-logo img {
    width: 160px;
}

.brand-logo img {
    position: absolute;
    top: -4px;
}

.brand-logo .onback {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    width: 220px;
}

.brand-logo .ontop {
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.brand-logo .logo-section {
    position: relative;
    top: 0;
}

.brand-logo .ontop.active {
    opacity: 1;
}

.brand-logo .onback.disabled {
    opacity: 0;
    width: 160px;
}

#contacts {
    background: #F7F5F0;
    margin-bottom: -10px;
}

#contacts h3 {
    color: #292929;
}

#contacts p {
    color: #777 !important;
}

ul.ul-section {
    margin: 10px 0;
}

ul.ul-section li {
    padding-left: 1em;
    text-indent: -.7em;
}

ul.ul-section li:before {
    content: "• ";
    color: #64A25E;
    /* or whatever color you prefer */
}

.section h3 {
    background: #64A25E;
    padding: 10px 12px;
    display: -webkit-inline-box;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
}

.section h4 {
    margin: 0;
    padding: 15px 0;
    font-size: 30px;
    color: #3462AC;
    font-weight: bold;
    text-transform: uppercase;
}


/*.section p {
    padding: 20px 25px;
    background: rgba(255,255,255, 0.4);
    color: #111 !important;
    font-weight: 400;
}*/

.section p {
    color: #111;
    font-weight: 400;
}

.section1-background2 {
    background-color: #FFF;
    padding: 100px 0 0;
}

.popover {
    background-color: #444;
    max-width: 467px;
}

.clicker .fa {
    font-size: 40px;
}

.popover-content,
.popover-title {
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    font-family: 'Titillium Web', sans-serif;
}

.popover-content,
.popover-title,
.tooltip>.tooltip-inner {
    background-color: transparent;
    color: #FFF;
}

.popover.top>.arrow:after {
    border-top-color: #444;
}

.floor p {
    color: #666;
    padding: 10px 30px 0 0;
    margin-bottom: 0;
    font-size: 14px;
}

.subsection {
    padding: 100px 0;
    height: 100vh;
    min-height: 800px;
}

.interactivity {
    width: 100%;
    height: 100%;
}

.button-home.two {
    position: relative;
    top: 0px;
    text-align: left;
}

.button-video {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.button-video .front,
.button-video .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.button-video .flash {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.button-video a {
    display: block;
    pointer-events: none;
}

.button-video img,
.button-home img {
    transition: transform 0.3s;
    box-sizing: border-box;
    pointer-events: all;
}

.button-video img:hover {
    transform: scale3d(1.1, 1.1, 1);
}

.button-home:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.button-video img {
    width: 20%;
}

.button-home {
    z-index: 11;
}

.image-button-1 {
    position: relative;
    top: 40px;
}

.button-home .image-button {
    -webkit-animation: button-animation 2s infinite alternate;
    -moz-animation: button-animation 2s infinite alternate;
    -o-animation: button-animation 2s infinite alternate;
    -ms-animation: button-animation 2s infinite alternate;
    animation: button-animation 2s infinite alternate;
}

.button-home.two .image-button,
.button-home.four .image-button {
    -webkit-animation-delay: 1s;
    /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.button-home .image-button img {
    position: relative;
    top: 0px;
    /*width: 52%;*/
}

.button-home.two .image-button img {
    width: 65%;
}

.button-home.three {
    position: relative;
    top: 35px;
    text-align: right;
}

.button-home.three .image-button img {
    width: 65%;
}

.button-home .text-button {
    margin-top: 20px;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}

.button-section a {
    background-color: #3A5F35;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

.button-section a:hover {
    background-color: #87BA0A;
    color: #fff;
}

.modal-dialog {
    margin-top: 8%;
    width: 100%;
    max-width: 1200px;
}

.modal-dialog h3,
.modal-dialog h4,
.modal-dialog h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

.modal-dialog h2.title-section {
    background: transparent;
    color: #fff;
}

.modal-body {
    padding: 10px 35px;
}

.modal-header {
    padding: 0 5px;
}

.modal-body ul {
    margin-top: 0;
}

.close {
    margin-top: 6px !important;
    margin-right: 6px !important;
}

.title-section-modal {
    margin-left: 0px !important;
}

@-moz-keyframes button-animation {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@-webkit-keyframes button-animation {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-o-keyframes button-animation {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes button-animation {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.no-pointer-events {
    pointer-events: none;
}

.hero-content-inner .mediaProyector {
    margin-top: 0;
    position: absolute;
    bottom: 7%;
}

.arrow-background {
    position: absolute;
    top: 0;
    width: 100%;
}

.arrow-background img {
    width: 30% !important;
    margin: 0;
}

@keyframes animation-arrow-x {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(300%);
    }
}

.animation-arrow {
    -webkit-animation: animation-arrow-x linear 1.3s infinite;
    -moz-animation: animation-arrow-x linear 1.3s infinite;
    -o-animation: animation-arrow-x linear 1.3s infinite;
    -ms-animation: animation-arrow-x linear 1.3s infinite;
    animation: animation-arrow-x linear 1.3s infinite;
}

.arrow-circle {
    position: absolute;
    top: 0;
    width: 100%;
}

.arrow-circle img {
    width: 100% !important;
    margin: 0;
}

@keyframes animation-arrow-circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animation-arrow-circle {
    -webkit-animation: animation-arrow-circle linear 2s infinite;
    -moz-animation: animation-arrow-circle linear 2s infinite;
    -o-animation: animation-arrow-circle linear 2s infinite;
    -ms-animation: animation-arrow-circle linear 2s infinite;
    animation: animation-arrow-circle linear 2s infinite;
}

.content-image {
    position: relative;
    margin-bottom: 40px;
}

.content-image-2 {
    margin: 0;
    position: relative;
}

.content-buttons .btn-floating i.tiny {
    font-size: 1rem;
}

.title-number {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    color: #045F74 !important;
}

.modal.modal-fixed-footer {
    padding: 0;
    background: transparent;
    box-shadow: none;
    width: 40%;
}

.modal.modal-fixed-footer .modal-footer {
    position: relative;
}

.modal.modal-fixed-footer .modal-content {
    position: relative;
    height: auto;
    border-radius: 0;
}

.modal .modal-footer .modal-close {
    font-weight: bold;
    color: #7CB342;
}

.modal .modal-footer .modal-close:hover {
    color: #d5df22;
}

.backdrop {
    background-color: #7CB342;
}

.material-tooltip {
    padding: 10px 10px;
    border-radius: 0;
}

.btn-icon {
    color: #045F74;
    transition: transform 0.3s;
    cursor: default;
}

.btn-icon i,
.no-cursor {
    cursor: default;
}

.btn-icon:hover {
    color: #045F74;
    transform: translateY(-5px);
}

.flash {
    animation-duration: 3s;
}

.section-page {
    margin-top: 100px;
}

#fixed-sidebar {
    position: fixed;
    top: 110px;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 100;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05), 0 0px 30px 0 rgba(0, 0, 0, 0.05);
}

.affix-top {
    position: relative;
    top: 0px;
    width: 150px;
}

.affix {
    top: 170px;
}

.affix,
.affix-bottom {
    width: 150px;
}

.affix-bottom {
    position: absolute;
}

.affix-end {
    height: 10px;
}

#fixed-sidebar .card-panel {
    margin-top: 0;
}

#scrollspy .nav>li>a {
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    transition: color 0.3s;
}

#scrollspy .nav>li>a:hover {
    color: #666;
    border-left: 1px solid #666;
}

#scrollspy .nav>li>a:focus,
#scrollspy .nav>.active:focus>a,
#scrollspy .nav>.active:hover>a,
#scrollspy .nav>.active>a {
    color: #F7941D;
    border-left: 2px solid #F7941D;
    text-transform: uppercase;
}

.submenu {
    top: 60px;
    background-color: rgba(0, 0, 0, 0.05) !important;
    min-height: 42px !important;
}

.submenu .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.submenu .navbar-nav>li>a {
    font-size: 13px !important;
    letter-spacing: 0.04rem;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.submenu .navbar-nav>.active>a,
.submenu .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, .84);
    background-color: rgb(253, 188, 42);
}

.submenu .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(253, 188, 42, 0.51) !important;
}

.effect-over h1,
.effect-over h2,
.effect-over h3,
.effect-over h4 {
    z-index: 1;
}

.effect-over img {
    -webkit-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateY(0px);
    opacity: 1;
}

.effect-over:hover img {
    transform: translateY(5px);
    opacity: 0.8;
}

#interactive-experience {
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 220px;
    right: 70px;
    z-index: 100;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 2s;
    -moz-animation-duration: 1s;
    -moz-animation-delay: 2s;
    animation-duration: 1s;
    animation-delay: 2s;
}

#interactive-experience .image {
    border: solid 5px #FCBB2A;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
}

#interactive-experience img {
    width: 200px;
    position: relative;
    left: -55px;
}

#interactive-experience p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #FCBB2A;
    padding: 6px 10px;
    font-weight: 600;
}

.interactive-experience-2 {}

.carousel-inner .item {
    min-height: 500px;
}

.borderless td,
.borderless th {
    border: none !important;
    color: #3462AC;
    font-size: 17px;
}

@media only screen and (max-width: 1200px) {
    #fixed-sidebar {
        display: none;
    }
    img.sect-anim0 {
        max-width: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    #mobile-sidebar {
        display: none;
    }
}

@media (max-width: 992px) {
    .text-box-green {
        color: #FFF;
        font-size: 22px;
        float: left;
        padding: 25px 25px;
        width: 90%;
    }
    img.resp2 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .modal-body {
        padding: 10px 15px;
    }
    .modal-dialog {
        margin: 0;
    }
    .table {
        font-size: 13px;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 8px 0;
    }
    .nav-tabs>li>a {
        font-size: 14px !important;
    }
}

@media (max-width: 600px) {
    .text-box-green {
        color: #FFF;
        font-size: 22px;
        padding: 0px 10px 25px;
        width: 100%;
    }
    .carousel-inner {
        min-height: 460px;
    }
}

@media (max-width: 468px) {
    .popover {
        left: 0 !important;
        width: 100%;
    }
}

footer.page-footer {
    margin-top: 0px;
    padding-top: 70px;
    background-color: #398ABB;
}

@media (min-width: 992px) and (orientation: landscape) {
    .image-button img {
        width: 70%;
    }
}

@media (min-width: 992px) and (orientation: portrait) {
    .image-button img {
        width: 100%;
    }
}


/*** COOKIE ***/
.termsfeed-com---palette-dark.termsfeed-com---nb {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(37, 46, 57) !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0rem 25px !important;
}
.termsfeed-com---palette-dark .cc-nb-okagree,
.termsfeed-com---palette-dark .cc-nb-reject {
    color: rgb(255, 255, 255) !important;
    border-color: transparent !important;
    background-color: rgb(20, 167, 208) !important;
}

.cc_dialog .cc_dialog_headline {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.cc_dialog .cc_dialog_text {
    font-size: 15px !important;
}

.cc_dialog .cc_dialog_text a {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline;
}

.cc_dialog .cc_dialog_text a:hover {
    text-decoration: none;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li:nth-child(2),
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li:nth-child(3),
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li:nth-child(5) {
    display: none;
}