
@font-face {
    font-family: "NewsCycle-Regular";
    src: url("../fonts/NewsCycle-Regular.ttf");
  }	

@font-face {
    font-family: "NewsCycle-Bold";
    src: url("../fonts/NewsCycle-Bold.ttf");
  }	

@font-face {
    font-family: "AmaticSC";
    src: url("../fonts/AmaticSC.ttf");
}

@font-face {
    font-family: "BebasNeueBold";
    src: url("../fonts/BebasNeueBold.ttf");
}



  
  body{
      margin: 0;
      /*background-image: url(../img/Background.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size:cover;
      background-position: center;*/
      min-height: 100vh;
      /*border-right: 10px solid #000000;
      border-left: 10px solid #000000;
      border-bottom: 10px solid #000000;*/
  
  }
  
  
  body,
  input,
  textarea,
  button{
      font-family: 'NewsCycle-Regular', sans-serif;
      font-weight: 400;
  }
  
  *{
      box-sizing: border-box;
      margin: 0;
      
  }
  
  .container{ 
      max-width: 1170px;
          margin: auto;
  }

  .container-interno{
    max-width: 1170px;
    margin: auto;
    width: 95%;
    max-width: 95%;
    margin: auto;
    /*border: 1px solid grey;*/
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    padding-top: 5%;
    /*padding-bottom: 2%;*/
    }

  .container-interno-secundario{
    max-width: 1170px;
    margin: auto;
    width: 95%;
    max-width: 95%;
    margin: auto;
    /*border: 1px solid grey;*/
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    padding-top: 0%;
    /*padding-bottom: 2%;*/
    }

.container-interno-especiales{
    max-width: 1170px;
    margin: auto;
    width: 40%;
    max-width: 40%;
    margin: auto;
    /*border: 1px solid grey;*/
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    padding-top: 2%;
    padding-bottom: 1%;
    
}
  
  .container-especial{
      max-width: 1170px;
          margin: auto;
      height: 10px;
  }
  .row{
      display: flex;
      flex-wrap: wrap;
  }
  
  .row-especial{
      display: flex;
      flex-wrap: wrap;
      height: 50px;
  }
  
  
  .align-items-center{
      align-items: center;
  }
  
  .justify-content-between{
      justify-content: space-evenly;
  }
  
  .section-title{
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;
      /*padding: 0 15px;*/
      text-align:center;
  }
  
  .section-title h1{
      display: inline-block;
      font-size: 30px;
      color: black;
      font-weight: 700;
      margin: 0;
      position: relative;
      text-align:center;
      font-family: 'NewsCycle-Regular', sans-serif;
      font-weight: 700;
  }

.section-title h6{
      display: inline-block;
      font-size: 16px;
      color: black;
      font-weight: 700;
      margin: 0;
      position: relative;
      text-align:center;
      font-family: 'NewsCycle-Regular', sans-serif;
      font-weight: 200;
  }
  
  .section-title h1:before{
      content: '';
      box-sizing: border-box;
      position: absolute;
      left: 0;
      /*bottom: -5px;*/
      width: 100%;
      height: 3px;
      /*background-color: #000000;*/
  }
  
  
  @keyframes ani01{
      0%{
          transform:rotate(0deg);
      }
      100%{
          transform: rotate(360deg);
      }
      
  }
  
  .btn-01{
      background-color: #FFFFFF;
      color: #000000;
      border: 2px solid transparent;
      padding: 10px 35px;
      border-radius: 30px;
      line-height: 1.5;
      cursor: pointer;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      display: inline-block;
      transition: all 0.5s ease;
  }
  
  .btn-01:hover{
      background-color: transparent;
      border-color: #FFFFFF;
      color: #FFFFFF;
      background-color: #000000;
  }
  
  .btn-01:focus{
      outline: none;
  }
  
  /*** Preloader ****/
  .preloader{
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #111111;
      z-index: 1099;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.6s ease;
  }
  
  .preloader.loaded{
      visibility: hidden;
      opacity: 0;
      z-index: -99;
  }
  
  .preloader .loader{
      height: 30px;
      width: 30px;
      border: 2px solid #ffffff;
      border-right: 2px solid transparent;
      border-radius: 50%;
      animation: ani01 2s linear infinite;
  }
  
  .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  
  /* Header Brand */
  .header{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 99;
      transition: all 0.5s ease;
      /*background-color: black;*/
      background-color: white;
      /*border-left: 10px solid black;
      border-right: 10px solid black;
      border-top: 10px solid black;*/
      /*border-bottom: 5px solid black;*/
  }
  
  .header.fixed{
      position: fixed;
      border-top: none;
  }
  
  .header .brand-name{
      padding: 0 0;
  }
  
  
  .fixedNONE{
      display: none !important;
  }
  
  .fixedDISPLAY{
      display: flex !important;
  }
  
  .one-edge-shadow {
      -webkit-box-shadow: 0 8px 15px -6px black;
         -moz-box-shadow: 0 8px 15px -6px black;
              box-shadow: 0 8px 15px -6px black;
  }
  
  .header .brand-name a{
      text-decoration: none;
      font-size: 15px;
      color: black;
      font-weight: 900;
      letter-spacing: 2px;
      transition: all 0.5s ease;
      font-family: 'NewsCycle-Regular', sans-serif;
  }

  
  .header.fixed .brand-name a{
      text-decoration: none;
      color: black;
  }
  
  .header .nav-toggle{
      width: 25px;
      height: 25px;
      border: 1px solid black;
      border-radius: 3px;
      cursor: pointer;
      display: none;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease;
  }
  
  .header.fixed .nav-toggle{
      border-color: black;
  }
  
  .header .nav-toggle span{
      height: 1px;
      display: block;
      width: 16px;
      background-color: black;
      position: relative;
      transition: all 0.5s ease;
  }
  
  .header .nav-toggle span:before,
  .header .nav-toggle span:after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      width: 100%;
      background-color: black;
      transition: all 0.5s ease;
  }
  
  .header.fixed .nav-toggle span,
  .header.fixed .nav-toggle span:before,
  .header.fixed .nav-toggle span:after{
      background-color: black;
  } 
  
  .header .nav-toggle span:before{
      transform: translateY(-6px);
  }
  
  .header .nav-toggle span:after{
      transform: translateY(6px);
  }
  
  .header .nav-toggle span{
      height: 1px;
      display: block;
      width: 16px;
      background-color: black;
      position: relative;
  }
  
  .header .nav{
      padding: 0 15px;
  }
  
  .header .nav ul{
      list-style: none;
      margin: 0;
      padding: 0 15px;
  }
  
  .header .nav ul li{
      display: inline-block;
      margin-left: 30px;
      
  }
  
  .header .nav ul li a{
      text-decoration: none;
      font-size: 15px;
      font-family: 'BebasNeueBold', serif;
      /*font-weight: bold;*/
      color: black;
      padding: 15px 0;
      display: block;
      transition: all 0.5s ease;
      min-width: 100px;
  }

  .header.fixed .nav ul li a{
      text-decoration: none;
      color: black;
  }
  
  .header.fixed .nav ul li a:hover,
  .header .nav ul li a:hover{
      color:black;
      text-decoration: none;
  }
  
  /* section prueba */
  .test-section .carousel-inner .item{
      height: 100vh;
  }
  
  
  
  /*** CABECERA NEW ***/
  .cabecera-section{
      padding: 60px 0 60px;
      background-image: url(../img/Cabecera1.jpg);
      /*background-color: rgba(218,218,218,0.50); */
      background-blend-mode: soft-light;
      min-height: 100vh;
      /*border-bottom: 5px black solid;
      border-top: 5px black solid;*/
      font-family: 'Shadows Into Light', cursive;
      background-attachment: block;
      background-repeat: no-repeat;
      background-size:cover;
      background-position: center;
  
  }
  
  .cabecera-section .cabecera-content{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 30px;
      text-align: center;
  }
  
  .cabecera-section .cabecera-content h1{
      font-size: 50px;
      margin: 0;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 10px;
      font-family: 'Shadows Into Light', cursive;
      text-shadow: 0 0 3px #ffffff, 0 0 5px #000000;
  }
  
  .cabecera-section .cabecera-content .imagenCabecera img{
      height: 90vh;
  }
  
  .cabecera-section .divisionMitad{
      height: 50%;
  }
  
  
  .cabecera-section .logoMovimiento img{
      display: none;
      left: 50%;
      height: 30px;
      animation: movimiento 5s ease reverse infinite;
  }
  
  .cabecera-section .cabecera-content .imagenesVarias{
      position: relative;
      height: 475px;
      display: table;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
  
  @keyframes movimiento {
     
      0%{transform: translateY(-15px);}
  
      50%{transform: translateY(25px);}
  
      100%{transform: translateY(-15px);}
  }
  
/* WORK SECTION INIT*/


.work-section{
    padding: 5% 0 0px;
    /*background-color: rgba(218,218,218,0.75);*/
    /*min-height: 100vh;*/
    border-bottom: 0px black solid;
    /*border-top: 5px black solid;*/
    /*min-height: 100vh;*/
}

.work-section .work-item{
     /*flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px;*/
    flex: 0 0 25%;
    max-width: 25%;
    /*padding: 0  0.5% 1%;*/
    padding: 0  0% 0%;

}

.work-section .work-item-inner img{
    width: 100%;
    display: block;
    transition: all 0.5s ease;
	/*border: 2px solid #000000;*/
    /*border-radius: 100%;*/
}


.work-section .work-item-inner{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.work-section .work-item-inner .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*padding: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
    /*border-radius: 100%;*/
}

.work-section .work-item-inner:hover .overlay{
    opacity: 1;
}

.work-section .work-item-inner .overlay h4{
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
    /*transform: translateX(30px);*/
    /*font-family: 'BebasNeueBold', serif;*/
    transition: all 0.5s ease;
    text-align: center;
    font-family: 'AmaticSC', sans-serif;
    
}

.work-section .work-item-inner:hover .overlay h4{
    transform: translateX(0);
}

.work-section .social-links{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.work-section .social-links a{
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
}

.work-section .social-links a img{
    width: 35px;
    display: block;
    transition: all 0.5s ease;
}

.work-section .social-links a:hover img{
    opacity: 0.5;
}

.work-section .scroll-down{
    position: relative;
    left: 50%;
    height: 30px;
    margin-left: -15px;
    
}

.work-section .scroll-down img{
    width: 60px;
    display: block; 
    margin: 2px auto;
    animation: movimiento 2s ease reverse infinite;
}



.rowEspecialCarousel{
    padding-left: 10px;
    padding-right: 10px;
}


.owl-carousel .item {
    /*height: 10rem;
    background: #4DC7A0;
    padding: 1rem;*/
}

.owl-carousel__nav {
  display: flex;
  justify-content: center;
  /*margin-top: 15px;*/
}

.owl-carousel__nav > div {
    /*background: #aba9a9;*/
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 20px;
}


.owl-carousel2 .item {
    /*height: 10rem;
    background: #4DC7A0;
    padding: 1rem;*/
}

.owl-carousel2__nav {
  display: flex;
  justify-content: center;
  /*margin-top: 15px;*/
}

.owl-carousel2__nav > div {
    /*background: #aba9a9;*/
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 20px;
}
/* WORK SECTION END*/

  
  /* about section*/
  
  .about-section{
    padding: 80px 0 0px;
    min-height: 75vh;
    /*background-color: rgba(218,218,218,0.75);*/
  }
  
  .about-section p {
        padding: 0 30px;
    }

    .about-section h1 {
        padding: 0 30px;
    }

  .about-section .about-img{
      flex: 0 0 33.33%;
      /*max-width: 33.33%;*/
      max-width: 30%;
      padding: 0 30px;
  }
  
  .about-section .about-img .img-box{
      position: relative; 
  }
  
  .about-section .about-img .img-box .shape-02{
      position: absolute;    
      height: 30px;
      width: 30px;
      border: 2px solid #FFFFFF;
      left: 30px;
      top: 30px;
      animation: ani01 5s linear infinite;
  }
  
  
  .about-section .about-img .img-box img{
      width: 100%;
      display: block;
  }
  
  .about-section .about-content{
      flex: 0 0 66.66%;
      max-width: 66.66%;
      padding: 0 15px;
      
  }
  
  .about-section .about-content-text{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 15px;
        
  }
  
  .about-section .section-title{
      /*margin-bottom: 30px;*/
      padding: 0;
  }
  
  .about-section .about-content,.about-content-text p{
      font-size: 25px;
      font-family: 'NewsCycle-Regular', sans-serif;
      color:black;
      line-height: 20px;
      margin: 0;
      font-weight: 300;
  }
  
  .about-section .about-content p, .about-section .about-content a{
      font-size: 15px;
      font-family: 'NewsCycle-Regular', sans-serif;
      color:black;
      margin: 0;
      font-weight: 300;
  }
      
  .about-section .about-content .stats .stat-box{
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 15px;
      text-align: center;
      margin-top: 30px;
  }
  
  .about-section .about-content .stats .stat-box img{
      border: 3px solid #000000;
      border-radius: 5px;
  }
  
  .about-section .about-content .stats .stat-box h2{
      font-size: 40px;
      color: #000000;
      margin: 0 0 5px;
  }
  
  .about-section .about-content .stats .stat-box h5{
      font-size: 16px;
      color: #555555;
      font-weight: 600;
      text-transform: uppercase;
  }
  
  .about-section .about-content .btn{
      margin-top: 30px;
  }
  
  .about-section .scroll-down{
      position: relative;
      /* background-color: red; */
      left: 50%;
      height: 30px;
      margin-left: -15px;
      
  }
  
  .about-section .scroll-up{
      position: relative;
      /* background-color: red; */
      left: 50%;
      height: 30px;
      margin-left: -15px;
      
  }
  
  .about-section .scroll-down img{
      width: 60px;
      display: block; 
      margin: 2px auto;
      animation: movimiento 2s ease reverse infinite;
  }
  
  .about-section .scroll-up img{
      width: 60px;
      display: block; 
      margin: 2px auto;
      animation: movimiento 2s ease infinite;
  }
  
  
  /** Contact Section **/
  
  .contact-section{
    padding: 5px 0 0;
    /*background-color: rgb(255, 255, 255);*/
      /*background-color: rgba(218,218,218,0.75);*/
    /* border-bottom: 5px black solid; */
   /* border-top: 5px black solid;*/
    /* height: 25vh; */
    padding-bottom: 5vh;
      justify-content: center;
}
  
  .contact-section .contact-img{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 15px;
  }
  
  .contact-section .contact-img .img-box{
      padding: 200px 0;
      /*background-image: url('../img/contact-bg.jpg');*/
      background-size: cover;
      background-position: center;
  }
  
  .contact-section .section-title{
      text-align: center;
  }
  
  .contact-section .section-title p,
  .contact-section .section-title a{
      text-align: center;
      /* color: #ffffff; */
      color: black;
      font-size: 12px;
      font-family: 'Permanent', serif;
      text-decoration: none;
  }
  
  
  .contact-section .section-title h1{
   /* color: #ffffff; */
      color: black;
      font-size: 14px;
  }
  
  
  .contact-section .contact-info{
      flex: 0 0 100%;
      max-width: 100%;
  }
  
  .contact-section .contact-info .info-item{
      flex: 0 0 33.33%;
      max-width: 33.33%;
      text-align: center;
      padding: 0 15px;
      margin-bottom: 40px;
  }
  
  .contact-section .contact-info .info-item h5{
      font-size: 16px;
      font-weight: 600;
      margin: 0;    
  }
  .contact-section .contact-info .info-item p{
      font-size: 16px;
      margin: 0;
      color: #ffffff;
  }
  
  .contact-section .social-links{
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }
  .contact-section .social-links a{
      text-decoration:none;
      margin: 0 5px;
      display: inline-block;
  }
  
  .contact-section .social-links a img{
      width: 35px;
      display: block;
      transition: all 0.5s ease;
  }
  
  .contact-section .social-links a:hover img{
      opacity: 0.5;
  }
  
  
  
  
  
  /** Añadidos personales: **/
  
  .parallax{
      padding-top: 25vh;
  }
  
  .parallax-especial{
      padding-top: 25vh;
      background-image: url(../img/Cabecera2.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center; 
  }

  .parallax-4{
    padding-top: 10%;
    background-color: rgba(218,218,218,0.75);
    background-image: none;
}
  
  .parallax-down{
      padding-top: 25vh;
      background-image: url(../img/Background3.jpg);
      background-attachment:fixed;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center;
  }
  
  .parallax-inner{
      border-radius: 25vh;
  }
  
  .clearfix{
      clear:both;
      height: 3%;
  }
  
  
  
  .contact-section .copyright-section{
      /*border: 1px solid #555555;*/
      flex: 0 0 100%;
      /* padding: 25px 15px; */
      text-align: center;
      /* color: rgb(255, 255, 255); */
      color: black;
      font-size: 14px;
      /*font-family: 'Shadows Into Light', serif;*/
      text-decoration: none;
  
  }
  
  .contact-section .copyright-section a{
      text-align: center;
      color: black;    
      font-size: 14px;
      font-family: 'Shadows Into Light', serif;
      text-decoration: none;
  
      }
  
  .contenedor {
      width: 100%;
      max-width: 100%;
      margin: auto;
      background-color: rgba(230,230,230, 0.9); 
        
  }
  
  .contenedor-estrecho {
      width: 50%;
      max-width: 50%;
      margin: auto;
      background-color: rgba(230,230,230, 0.9); 
      }
  
  
.divTexto{
    background-color: black;
    /*min-height: 10vh;*/
    /*min-height: 100px;*/
    min-height: inherit;
    position: relative;
    color: white;
    font-weight: 300;
    /*border-bottom: 5px solid black;
    border-right: 5px solid black;
    border-left: 5px solid black;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;*/
}


.rowEspecialCarousel{
    padding-left: 10px;
    padding-right: 10px;
}


.owl-carousel .item {
    /*height: 10rem;
    background: #4DC7A0;
    padding: 1rem;*/
}

.owl-carousel__nav {
  display: flex;
  justify-content: center;
  /*margin-top: 15px;*/
}

.owl-carousel__nav > div {
    /*background: #aba9a9;*/
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 20px;
}

/** Responsive **/
@media(min-width: 1000px){
    .work-section{
        /*padding: 80px 0 2%;*/
        padding: 5% 0 0px;
    }
}


@media(max-width: 1000px){
    
    .work-section h4{
        font-size: 12px;
        /*background-color: black;*/
        color: white;
        text-transform: uppercase;
        font-weight: bold;
    }
    
      .justify-content-between{
        justify-content:  center;
        }
    .header{
        padding: 5% 0;
        position: fixed;
        /*border-left: 10px solid black;
        border-right: 10px solid black;
        border-top: 10px solid black;*/
    }
    
    .header .nav-toggle{
        display: flex;
        margin-right: 0%;
    }
    
    .header .nav{
        flex: 0 0 100%;
        max-width: 100%;
        background-color: transparent;
        padding: 0;
        display: none;      
        color: white;
    }
    
    .header.fixed .nav{
        background-color: transparent;
        color: white;
    }
    
    .header .nav ul li{
        display: block;
        margin-right: 25px;
    }
    
    .header.fixed .nav ul li a,
    .header .nav ul li a{
            color: white;
            text-align: center;
    }
    
    .header .nav ul li a{
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        color: black;
        padding: 5px 0;
        display: block;
        transition: all 0.5s ease;
    }

    .header.fixed .nav ul li a{
        color: black;
    }

    .cabecera-section .cabecera-content .imagenCabecera img{
        width: 75%;
        height: 75%;
    }
    .cabecera-section .container .logoMovimiento{
        text-align: center;
        display:-webkit-inline-flex;
        display: inline-flex;
        animation: movimiento 5s ease reverse infinite;
    }
    
    .cabecera-section .container .logoMovimiento img{
        width: 100%;
        height: 100%;
        display: block;
    }

    .home-section .home-content h1{
        font-size: 40px;
    }
    
    .about-section .about-img{
        margin-bottom: 30px;
    }
    
    .about-section .about-content,
    .about-section .about-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-section .about-content p {
        font-size: 15px;
    }
    .about-section .about-content a{
        font-size: 15px;
    }

    .about-section .about-img .img-box{
        text-align: center;
    }

    .about-section .about-img .img-box img{
        width: 50%;        
        max-width: 100%;
        display: inline-flex;
    }

    .contact-section .contact-info .info-item,
    .work-section .work-item,
    .service-section .service-item{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .work-section{
        /*padding: 80px 0 2%;*/
        padding: 20% 0 0px;
    }
    
    
    .contact-section .section-title h1{
        font-size: 14px;
    }
    
    .contact-section .section-title a{
        border: 1px solid black;
        padding: 2px;
        background-color: rgba(0,0,0,0.5);
    }
    
    .contenedor-estrecho {
        width: 99%;
        max-width: 99%;
        margin: auto;
        border: 3px solid #000000;
        border-radius: 25px;
        background-color: rgba(255,255,255, 0.9);
    }

    .contact-section .social-links a{
        text-decoration: none;
        margin: 0 5px;
        display: inline-block;
    }

    .contact-section{
        padding-bottom: 4vh;
    }
    
    .container-interno{
        padding-top: 20%;
    }

    .parallax{
        padding-top: 15vh;
    }
    
    .parallax-especial{
        padding-top: 15vh;
    }
    
    .parallax-down{
        padding-top: 15vh;
    }
    
    .parallax-inner{
        border-radius: 5%;
    }
    
}
  
  

/*BARRA DE AVISO POSTERIOR A LA DE COOKIES.*/

#barracookies {
    display: none;
    /*z-index: 99999;*/
    z-index: 1000;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    min-height:20px;
    padding:5px;
    background: #000000;
    color:#FFFFFF;
    line-height:14px;
    font-size:12px;
    text-align:center;
    box-sizing:border-box;
  
  } 
  
  #barracookies a {color: #fff;text-decoration: none;}
  
  A:link {text-decoration:none;color:black;} 
  A:visited {text-decoration:none;color:black;}
  
  #bar-prompt {
      text-align: center;
      
  }
  