/*!
* Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/


:root {
  --main-color: #fff;
  --text-color: #1a3b55;
  --bg-color: #f8f8f8;
  --link-color: #4286f4;
  --disabled-color: #797979;
  --checked-color: #00b8f8;
}

body,
html {
  width: 100%;
  height: 100%; 
}
body {
  padding-top: 0px !important;
  -webkit-print-color-adjust: exact;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto","Lato",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: var(--text-color);
}

p {
  text-align: justify;
}

 a[href]:after {
    content: none !important;
  }

.logo-link {
  display: inline-block !important;
}

.center {
  text-align: center;
}

 div#total-footer {
    position: static;
    bottom: 0;
  }

.navbar-nav {
  display: none;
}

/*h1.dark, h3.dark{
  color: black;
}*/

.topnav {
  font-size: 14px;
}

.topnav .social-media-row {
  padding-top: 5px;
}

.nav-top {
  font-size: 12px;
}

.nav-top  li > a{
  padding-top: 5px;
  padding-bottom: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


#logoHome > a{
  padding-top: 5px;
  padding-bottom: 0px;
}

#logoHome img{
  position: relative;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  width: 65%;
}


.lead {
  font-size: 18px;
  font-weight: 400;
}

.promo-button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.component-section {
  padding: 25px 0 25px 0;
  background-color: var(--bg-color);
  page-break-inside: avoid;
  /*background-color: white;*/
}

.component-section.bg-darker, .row.darker{
  background-color: #eeeeee;
}

.section-heading {
  margin-bottom: 15px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.component-section.bg-darker .section-heading-spacer{
  background-color: #c1c3c3;
  border-top: 3px solid #c1c3c3;
}

.between-car-spacer{
  height: 20px;
}

/*.banner {
  padding: 100px 0;
  color: var(--bg-color);
  background: url(banner-code.png) no-repeat center center;
  background-size: cover;
}*/

.row.car h3{
  margin-top: 0;
}

.backButton {
  display:none;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}

.thumbnail-link{
  page-break-inside: avoid;
}
@media(min-width:767px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}


/* Dropdown Button */
.dropbtn, .navbar-form, .catCheckbox{
  display: none;
}

/* icons in forms */
#icon-search {
  display: none;  
}

/* FOOTER */

.footer-bottom {
  padding: 10px 0;
  background-color: var(--bg-color);
  margin-top: 0-10px;
  width: 100%;
}

.copyright {
  color: #444444 !important;
  font-size: 12px !important;
}

.car .copyright{
  margin-top: 5px;
  color: #444444;
  font-size: 12px;
}

.social-media {
  display: none;
}

#footer-logos img {
  margin: 5px;
}

#footer-logos {
  padding-bottom: 10px;
}

.footer-line {
  margin-top: 0px;
}

/*#footer-logos{
  display: flex;
  align-items: center;
}*/

/* MAIN PAGE */


/**                 
*    INTRO SECTION
*/

.intro-section {
  padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 0px;
  text-align: center;
  color: var(--bg-color) !important;
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  /*background-color: rgba(30,170,241, 1);*/
  background-color: rgba(22,130,186, 1);
  background-blend-mode: multiply;
  background-size: cover;
}
.intro-section h1,.intro-section h2,
.intro-section h3,.intro-section h4,
.intro-section h5,.intro-section h6{
  color: var(--bg-color) !important;
}


.intro-message {
  display: none;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid var(--bg-color);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

/**                 
*    MAIN AREAS SECTION
*/
  .main-container{
  padding: 10px;
}

.main-in-container{
  position: relative;
  height: 100%;
  border: 2px solid #00b8f8;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 5px;
}

.main-title {
  vertical-align: middle;
  padding-top: 15%;
  padding-bottom: 15%;
}

.main-in-container > .main-title h4{
 color: #00b8f8;
 vertical-align: middle;
}

.main-in-container:hover > .main-title h4{
 color: var(--bg-color);
}

.main-showAll{
  display: none;
}

.main-showAll p { 
  text-align: center;
}

  /* Main Areas colors */
.main-container:nth-child(10n+1) .main-in-container{background-color: #fa5b45 !important;}
.main-container:nth-child(10n+1) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+1) .main-in-container{ border: 2px solid #fa5b45 !important;}

.main-container:nth-child(10n+2) .main-in-container{background-color: #00b8f8 !important;}
.main-container:nth-child(10n+2) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+2) .main-in-container{ border: 2px solid #00b8f8 !important;}

.main-container:nth-child(10n+3) .main-in-container{background-color: #00a599 !important;}
.main-container:nth-child(10n+3) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+3) .main-in-container{ border: 2px solid #00a599 !important;}

.main-container:nth-child(10n+4) .main-in-container{background-color: #5068c2 !important;}
.main-container:nth-child(10n+4) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+4) .main-in-container{ border: 2px solid #5068c2 !important;}

.main-container:nth-child(10n+5) .main-in-container{background-color: #73909e !important;}
.main-container:nth-child(10n+5) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+5) .main-in-container{ border: 2px solid #73909e !important;}

.main-container:nth-child(10n+6) .main-in-container{background-color: #e4cc37 !important;}
.main-container:nth-child(10n+6) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+6) .main-in-container{ border: 2px solid #e4cc37 !important;}

.main-container:nth-child(10n+7) .main-in-container{background-color: #6a3e37 !important;}
.main-container:nth-child(10n+7) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+7) .main-in-container{ border: 2px solid #6a3e37 !important;}

.main-container:nth-child(10n+8) .main-in-container{background-color: #9fd356 !important;}
.main-container:nth-child(10n+8) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+8) .main-in-container{ border: 2px solid #9fd356 !important;}

.main-container:nth-child(10n+9) .main-in-container{background-color: #f45b69 !important;}
.main-container:nth-child(10n+9) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+9) .main-in-container{ border: 2px solid #f45b69 !important;}

.main-container:nth-child(10n+10) .main-in-container{background-color: #e1ce7a !important;}
.main-container:nth-child(10n+10) .main-in-container > .main-title h4{color: var(--bg-color) !important;}
.main-container:nth-child(10n+10) .main-in-container{ border: 2px solid #e1ce7a !important;}
/**                 
*    WHAT'S NEW SECTION
*/


.new-container{
  padding: 20px;

}

.new-in-container{
  page-break-inside: avoid;
}

.new-readMore{
  display: none;
}

.new-date{
  padding-left: 25px;
}

.new-title{
  color: #a0a0a0;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 15px;
  text-align: left;
}

.new-image {
  width: 100%;
}

.new-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}


/**                 
*    ABOUT THIS PORTAL SECTION
*/

.about-this-portal-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(26,59,85, 1);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: var(--bg-color) !important;
}

.about-this-portal-section img {
  background-color: white !important;
  border-radius: 10px;
  padding: 30px;
}

.about-this-portal-section [class^=col-] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.about-this-portal-section a > div {
  display: none;
}

.about-this-portal-section a > div:hover{
  border: 3px solid var(--bg-color) !important;
  padding: 9px 19px;
}

.about-this-portal-body > h1,.about-this-portal-body > h2,
.about-this-portal-body > h3,.about-this-portal-body > h4,
.about-this-portal-body > h5,.about-this-portal-body > h6,
.about-this-portal-body > p, .about-this-portal-body strong{
  color: var(--bg-color) !important;
}


@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }

  .intro-message > h1 {
    font-size: 3em;
  }

  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }

  .intro-divider {
    width: 100%;
  }

  .about-this-portal-section img {
    margin-left: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }

  #nav-top, #nav-line {
    display:none;
  }
}


/*NEWS SECTION*/

.news-section {
  padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  
  /*color: var(--bg-color);*/
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  background-size: cover;
}

.news-image{
  max-height: 480px;
  overflow: hidden;
  margin-bottom: 10px;
}

.news-image img{
  width: 100%;
  
}

.news-title {
  text-align: center;
}

.news-body {
  margin-top: 10px;
  text-align: justify;
  font-weight: normal;
  font-size: 16px;
}

/*CONTAINER SECTION*/

#structure{
  padding-bottom: 50px;
}
.container-section{
  padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 50px;
  background-color: #00b8f8;
  text-align: center;
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  background-size: cover;
}

.container-section h1, .container-section h2,
.container-section h3, .container-section h4,
.container-section h5, .container-section h6{
  color: var(--bg-color) !important;
}

.section-box {
  border: 2px solid #00b8f8;
  font-weight: normal;
  font-size: 15px;
  border-top: 0px;
  padding: 20px;
}

.section-box >a > p:before {    
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f1db';
  margin:0 5px 0 -15px;
}
.section-box > a > p {    
  color: #00b8f8;
}

.treeChild .treeChild {
  padding-left: 20px;
}

.section-box a { text-decoration : none; color: var(--text-color);}

/*NODE SECTION*/
.node-section{
  font-weight: normal;
}

.node-section .component-section .basic-content .row {
    display: flex;
   align-items: center;
}

.videoIframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.videoIframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

.component-section ul.nav-pills {
  display:none;
}

.component-divider-top {
  border-color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 20px;
}
.component-divider-bottom {
  border-color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 0px;
}

li.tab-component > a {
  color: var(--disabled-color);
  font-weight: bold;
  position:relative;
  top:1;
  z-index:0;
}

/* Create an active/current tablink class */
li.tab-component.active{
    border: 1px solid var(--text-color);
    border-bottom: 12px solid var(--background-color);
    border-radius: 5px 5px 0 0;
}

li.tab-component.active > a{
    background-color: transparent;
    color: var(--text-color);
    z-index:11;
}
li.tab-component.active > a:hover{
    background-color: transparent;
    color: var(--text-color)
}

.tab-content>.tab-pane {
  display:inline-block;
}


/* Style the tab content */
.tab-content {
    padding: 6px 12px;
    border: 1px solid var(--text-color);
    border-left: none;
    border-right: none;

}

.linkItem {
  margin: 10px 0;
}

.links {
  display:none;
}

.links img {
  max-height: 50px;
  max-width: 50px;
  margin: 0 10px;
}

.links a {
  color: var(--text-color);
  text-decoration: none;
}

.links a:hover {
  font-weight: bold;
}



#cookie-banner {
  display:none !important;
}

.inner a {
  color:#fff;
  font-weight: bolder;
  text-decoration:underline;
  margin-right: 10px;
}
 
.inner {
  padding-left: 100px;
  width:100%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  padding-left:5px;
  font-family:"Roboto","Lato",Helvetica,Arial,sans-serif;
  font-size:14px;
  top:30%;
}

.inner .ok {
  background-color:#00bb2a;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  text-align: center;
}
 
.inner .ok a {
  font-size: 18px;
  color: #fff;
  text-decoration:none;
}

.inner .ko {
    text-align: right;
  margin-bottom: 5px;
}

.inner .ko a {
  color:#ff2e00;
  text-decoration:none;
}
 
.inner a.info {
  padding-left:5px;
  text-decoration:none;
  color:#faff00;
}

/*svg {
  width: 100%;
  height: 900%;
}*/

svg text {
  cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
svg text::selection {
    background: none;
}

.collapsible {
    background-color: var(--text-color) !important;
    color: white !important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible.active, .collapsible:hover {
    background-color: #00b8f8;
}

.collapsible:after {
    content: '';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.collapsible.active:after {
    content: "";
}

.collapsible-content {
    padding: 0 18px;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

#breadcrumbs {
  background-color: var(--bg-color);
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
}

#breadcrumbs a {
  text-decoration: none;
  color: var(--text-color);
}

.list-group-item {
  border-left-width: 10px;
}
.list-group-item:hover {
  border-left-width: 20px !important;
}

.search-image {
  border-radius: 10px;
}


.search-news {
  overflow: auto;
}

.search-news:after {
    content: "";
    clear: both;
    display: table;
}



#nav-search {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
padding-right:100px;
padding-top: 20px;
padding-bottom: 20px;
}

.leaveSite-modal {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.search-section {
  padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 0px;
  text-align: center;
  color: var(--bg-color);
  /*background: url(imgs/intro-bg.jpg) no-repeat center center;*/
  /*background-color: rgba(30,170,241, 1);*/
  background-color: rgba(22,130,186, 1);
  background-blend-mode: multiply;
  background-size: cover;
  max-height: 180px;
}
.search-section h1,.search-section h2,
.search-section h3,.search-section h4,
.search-section h5,.search-section h6{
  color: var(--bg-color);
}

@media(max-width:992px) {
  .search-section {
    padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 250px;
  }
  .dropdown {
    padding-top: 15px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  }

}

/* Form */

.form-wrapper {
  padding-left: 20px;
}
.form-row label {
  padding-top: 10px;
  width: 100%;
}

.form-wrapper input {
  width: 35%;
}

.form-wrapper textarea{
  width: 50%;
  min-height: 250px;
}

.form-wrapper .required {
  margin-left: 45%;
}

.form-wrapper  .button-wrapper input{
  width: initial;
  margin: 10px 0;
  border-radius: 5px;
  padding: 10px 20px;
  color: var(--bg-color);
  background-color: rgba(22,130,186, 1);
  border-color: rgba(26,59,85, 1);
  float:right;
  margin-right: 50%;
}

.form-wrapper  .button-wrapper input:disabled{
  background-color: #a0a0a0;
}

.g-recaptcha {
  padding-top: 10px;
  float:right;
  margin-right: 50%;
}

.form-row select {
  width: 35%;
  padding: 10px;
  background-color: white;
}

.form-row select option {
  padding: 50px;
}

@media(max-width:767px) {
  .form-wrapper {
    padding-right: 20px;
  }
  .form-wrapper input, .form-wrapper textarea{
    width: 100%;
  }

  .form-wrapper  .button-wrapper input{
    margin-right: 0%;
    float:right;
  }

  .g-recaptcha {
    width: 100%;
    padding-top: 10px;
    float:right;
    margin-right: 0%;
}

  .form-wrapper .required {
    margin-right: 0%;
    text-align: right;
    padding-top:10px;
  }

  .form-row select {
    width: 100%;
    padding: 10px;
  }
}

