@charset "UTF-8";
/* CSS Document */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*::after, *::before {
  content: '';
}


d, .d{
	font-family: ‘Open Sans’, sans-serif; font-weight: 300; font-size: 20px;color:white;line-height: 26px; text-align: justify} 


.catch { display: block; height: 0; overflow: hidden; }



.info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.top {text-align: center}

.figcaption, a:hover {
color: #0B75D9; 
}

.responsive {
  width: 100%;
  height: auto;