/* Pontes Ubuntu Custom CSS */

.module_, .module_ p {font-family: font-family: 'Open Sans', sans-serif; font-weight: normal;}

#video-view {
  text-align: center;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
#video-view iframe {border:0px;}

.UbuntuGlobalNetwork, .module_ {padding-top: .5rem !important;}
.UbuntuGlobalNetwork .container {width: 100%;}

.effect2
{
  position: relative;
}

.box.effect2 {
  background: #fff;
  margin: 2rem auto;
  width: 640px;
  height: 360px;
}

.effect2::before, .effect2::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #333;
  -webkit-box-shadow: 0 15px 10px #333;
  -moz-box-shadow: 0 15px 10px #333;
  box-shadow: 0 15px 10px #333;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.box2 {
  background: rgba(245, 128, 11, 0.7);
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.UbuntuIcons {margin-bottom: 2rem;}
.UbuntuIcons div {margin: 0 1.5rem; min-height: 170px; height: 170px; text-align: center;}
.UbuntuIcons > div > a > img {height: 60px;}

.UbuntuIcons a {color: #fff; text-transform: uppercase; font-weight: 600;}

div.g-grid.main_intro.alu > div > div.container > div.UbuntuIcons > div > a >  img { height: 60px; margin: 1em auto; }

.alu_item img.flag { display: inline-block !important ; }


.hp-item5 .g-grid {
  margin-bottom: 1rem;
  width: 100%;
  height: 190px;
  position: relative;
  display: flex ;
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: center ;
  align-items: flex-end ;
  align-content: flex-end ;
}
.hp-item5 .g-grid div {
  line-height: 20px;
  bottom: 0px;
  position: absolute;
  height: auto;
  font-size: 1rem;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out; 
  color: #fff;
  padding:.5rem 0;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
  font-size: 1.5rem;
  padding: 3rem 0;
}


.hp-item5 .g-grid .div1 {background: #ff6600; left: 0%;}
.hp-item5 .g-grid .div2 {background: #ff9933; left:25%;}
.hp-item5 .g-grid .div3 {background: #ff9966;  left:50%;}
.hp-item5 .g-grid .div4 {background: #ffcc99; left:75%;} 

.hp-item5 .numbercount  {margin-top: 2rem;}


.slideshow_ALU  .bg-default { 
	background: rgba(245, 128, 11, 0.7) !important;
	/*background: #e88009 !important; */
    /* background: rgba(232,128,9,0.45); */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
 }

.slideshow_ALU {padding: 0px !important; margin: 0px !important;}
.slideshow_ALU .container {width: 100% !important;}

.slideshow_ALU .slide-desc-box.Top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    top: 0px !important;
}
.slide-desc-box.Top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    top: 0px !important;
}

/* ALU SLIDESHOW */

.AluSlideshow .g-slideshow .style2 {
  margin-right: 7%;
  padding: 12px 0;
  max-width: 30%;
  background: rgba(245, 128, 11, .7);
  top: 0px;
}
.AluSlideshow .g-slideshow .style2 .g-slideshow-title 
{ 
	background: none !important; 
	color: #fff !important; 
	text-shadow: none !important; 
	font-size: 2.5em; 
	width: 100%;
}
.AluSlideshow .g-slideshow .style2 .g-slideshow-desc 
{ 
	background: none !important; 
	color: #000 !important; 
	font-size: 1.2em; 
	width: 100%;
	line-height: 1em;
}

.alu .g-particle
{
	background: rgba(245, 128, 11, .7);	
}

.ALU #g-features .g-content {
	/*padding-top: 0px !important;*/
}
/*
.AluSlideshow .g-slideshow-item:nth-child(1) .uk-cover-background {background-position-y: 25% ; }
.AluSlideshow .g-slideshow-item:nth-child(2) .uk-cover-background {background-position-y: 25% ; }
.AluSlideshow .g-slideshow-item:nth-child(3) .uk-cover-background {background-position-y: 35% ; }
 */
.alu_text
{
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 2%;
	text-align: justify;
}

.numberCircle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 8px;
  background: #ff9900;
  border: 3px solid #000;
  color: #fff;
  text-align: center;
  font: 27px Arial, sans-serif;
}

.pre_nc1 {padding-left: 5%;}
.pre_nc2 {padding-left: 5%;}
.pre_nc3 {padding-left: 5%;}
.pre_nc4 {padding-left: 5%;}
.pre_nc5 {padding-left: 5%;}

#g-utility
{
	padding-top: 0px !important;
}


#page-229 > div > div > div > p:nth-child(2) > span:nth-child(1) {font-family: 'Open Sans', sans-serif;  font-weight: 600 !important; }
#page-230 > div > div > div > p:nth-child(2) > span > span {font-family: 'Open Sans', sans-serif;  font-weight: 600 !important; }
#page-230 > div > div > div > p:nth-child(2) > span > span {font-family: 'Open Sans', sans-serif;  font-weight: 600 !important; }
#page-231 > div > div > div > p > span:nth-child(2) > span:nth-child(1) {font-family: 'Open Sans', sans-serif;  font-weight: 600 !important; }
#page-233 > div > div > div > p:nth-child(2) > span > span {font-family: 'Open Sans', sans-serif;  font-weight: 600 !important; }
#page-232 > div > div > div > p:nth-child(2) > span > span {font-family: 'Open Sans', sans-serif;  font-weight: 600 !important; }

#page-234 > div > div > div > p:nth-child(2) > span:nth-child(1) {font-family: 'Open Sans', sans-serif; font-weight: 600 !important; }
#page-235 > div > div > div > p:nth-child(2) > span > span {font-family: 'Open Sans', sans-serif; font-weight: 600 !important; }
#page-236 > div > div > div > p > span:nth-child(2) {font-family: 'Open Sans', sans-serif; font-weight: 600 !important; }
#page-237 > div > div > div > p:nth-child(2) > span > span {font-family: 'Open Sans', sans-serif; font-weight: 600 !important; }

#video-view {
  text-align: center;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

#video-view h1 {
    text-transform: uppercase;
    display: inline;
    padding: 0 1rem;
    top: 18px;
    position: relative;
    }
#video-view i.icon-remove {
    font-size: 2rem;
    top: 20px !important;
    right: 10px !important;
    float: right;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/*/// MOBILE //*/

/*/ small devices */

@media only all and (max-width: 47.938rem) {
  .aluicons {padding-top: 0px !important;}
/*  body {left: 22px; position: relative;} */
  .module_ {padding: 1rem !important;}
  #page-234 > div > div > div > p:nth-child(2) > span:nth-child(1) {font-size: 28pt !important;}
  #page-235 > div > div > div > p:nth-child(2) > span > span {font-size: 28pt !important;}
#page-234 > div > div > div > p:nth-child(3) > img {width:100%;}
  #ja-cp-134 > div > div > div > div:nth-child(1) > img {width:100%;}
  #page-235 > div > div > div > p:nth-child(3) > img {width:100%;}
  .ja-cp-item {width: 100% !important;}
  .ja-cp-group.active .ja-cp-item {width: 100% !important;}
  .custom.aluicons img {width: 100%;}
  #page-237 > div > div > div > p:nth-child(4) > img {width: 100%;}
	.AluSlideshow .g-slideshow .style2 {max-width: 50%; width: 50%; min-width: 50%;}
	.AluSlideshow .g-slideshow .style2 .g-slideshow-title {font-size: 1.5rem;}
	.AluSlideshow .g-slideshow .style2 .g-slideshow-desc {font-size: 1rem;}

  .UbuntuIcons div { left: 0px !important; margin: 1.5rem 2.5rem !important; }
  .box.effect2, .class-video iframe {width: 100% !important;}

  .hp-item5 .g-grid div {font-size: 1vh !important; text-shadow: none; color: #333 !important;line-height: normal !important;}

  .hp-item5 .g-grid .numbercount {font-size: 2vh !important;}
  .hp-item5 .g-grid .div1 {height: 140px;}
  .hp-item5 .g-grid .div4 {max-height: 80px;}

  .ammapDescriptionWindow {left: 16% !important;}

  #video-view {max-width: 99%; left: 4px;}

  #video-view h1 {
    text-transform: uppercase;
    display: inline;
    background: #000;
    padding: 0 1rem;
    position: relative;
    font-size: 2.5rem;
    }
  


	}


/*/ end small devices */
/*/ IPAD */
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
	.AluSlideshow .g-slideshow .style2 {max-width: 40%; width: 40%; min-width: 40%; margin-left: 16px;}
	.main_intro.alu img {height: auto; width: 40px;}

}

/*/ end IPAD */
