@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,700');
body.onload{
	overflow: hidden;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001837;
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.15s infinite linear alternate;
          animation: blur-text 1.5s 0.15s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.3s infinite linear alternate;
          animation: blur-text 1.5s 0.3s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.45s infinite linear alternate;
          animation: blur-text 1.5s 0.45s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 75s infinite linear alternate;
          animation: blur-text 1.5s 75s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.9s infinite linear alternate;
          animation: blur-text 1.5s 1.9s infinite linear alternate;
}
.loading-text span:nth-child(8) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.05s infinite linear alternate;
          animation: blur-text 1.5s 1.05s infinite linear alternate;
}
.loading-text span:nth-child(9) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(10) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.35s infinite linear alternate;
          animation: blur-text 1.5s 1.35s infinite linear alternate;
}
.loading-text span:nth-child(11) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.5s infinite linear alternate;
          animation: blur-text 1.5s 1.5s infinite linear alternate;
}
.loading-text span:nth-child(12) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.65s infinite linear alternate;
          animation: blur-text 1.5s 1.65s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}

body{
	border-top: 3px solid #2299ce;
	font-family: 'Fira Sans', sans-serif;
}

a, a:hover, a:focus{
	text-decoration: none;
}

@media (min-width: 1200px){
	.container{
		position: relative;
		width: 1000px;
	}
}

.menu{
	height: 270px;
	background: rgba(34, 153, 206, 0.8);
	position: absolute;
	left: 0;
	top: -300px;
	width: 100%;
	z-index: 999;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu .col-sm-4:last-child{
	border-left: 2px solid #35aae1;
	padding: 15px 0;
}

.menu .col-sm-4 ul{
	text-align: center;
}

.menu .col-sm-4 ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	line-height: 2;
}

.close-menu{
	position: absolute;
    right: 27px;
    top: 5px;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}

#fullpage>div:first-child{
	background-image: url(../images/home-bg-2-min.png);
	background-size: 100% 100%;
	background-color: #2299ce;
}

.top{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 15px;
	z-index: 2;
}

.top .col-sm-3{
	padding-top: 30px;
}

.menu .col-sm-3:first-child{
	padding-top: 32px;
}

.bottom{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
	background: #2299ce;
}

.menu-toggle{
	position: absolute;
	width: 40px;
	height: 40px;
	border: 3px solid #092b4a;
	color: #092b4a;
	border-radius: 50%;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: all .3s linear;
	cursor: pointer;
}

.menu-toggle:hover{
	opacity: 0.7;
	color: #092b4a;
}

#fullpage>div:first-child video{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#fullpage>div:first-child .menu-toggle, #fullpage>div:nth-child(3) .menu-toggle, #fullpage>div:last-child .menu-toggle{
	border: 3px solid #fff;
	color: #fff;
}

#fullpage>div:first-child .menu-toggle:hover{
	color: #fff;
}

.bottom a{
	position: absolute;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 50%;
	top: -20px;
	border: 3px solid #092b4a;
	background: #2299ce;
}

#fullpage>div:first-child h1{
	text-align: center;
	color: #fff;
	font-weight: 100;
}

#fullpage>div:first-child h1 strong{
	font-weight: normal;
}

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next{
	border-width: 0;
	height: 40%;
	width: 70px;
	top: 40%;
}

.fp-controlArrow.fp-prev{
	background-image: url('../images/prev.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.fp-controlArrow.fp-next{
	background-image: url('../images/next.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-15px);}
  60% {transform: translateY(-10px);}
}
.bounce {
  animation-name: bounce;
}

.ef-um{
	position: absolute;
	width: 6px;
	height: 50px;
	background: #2299ce;
	top: -15%;
	left: 0;
}
.ef-dois{
	position: absolute;
	width: 6px;
	height: 50px;
	background: #2299ce;
	top: 0;
	left: 15px;
}
.ef-tres{
	position: absolute;
	right: 0;
	width: 40px;
	top: 0;
	background: #2299ce;
	height: 6px;
}
.ef-quatro{
	position: absolute;
	right: 30px;
	width: 40px;
	top: 20px;
	background: #2299ce;
	height: 6px;
}
.ef-cinco{
	position: absolute;
	right: -50px;
	width: 40px;
	top: 35px;
	background: #2299ce;
	height: 6px;
}

.ef-seis{
	position: absolute;
	right: -90px;
	width: 30px;
	bottom: 75px;
	background: #2299ce;
	height: 5px;
}

.ef-sete{
	position: absolute;
	right: -20px;
	width: 30px;
	bottom: 55px;
	background: #2299ce;
	height: 5px;
}

.ef-oito{
	position: absolute;
	right: -50px;
	width: 30px;
	bottom: 35px;
	background: #2299ce;
	height: 5px;
}

.btn, .btn:hover, .btn:focus{
	background: transparent;
	border-radius: 0;
	border: 1px solid #2299ce;
	color: #fff;
	padding: 10px 20px;
	font-weight: 100;
	min-width: 150px;
}

.button {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #2299ce;
	overflow: hidden;
}
.button a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button::before, .button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button:hover::before, .button:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
	color: #fff;
}

h3{
	font-weight: 200;
	color: #001835;
}

h3 strong{
	font-weight: normal;
}

#fullpage>div:nth-child(2) .content, #fullpage>div:nth-child(3) .content{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

#fullpage>div:nth-child(2) .content>.row, #fullpage>div:nth-child(3) .content>.row{
	width: 100%;
}

#fullpage>div:nth-child(2) .content>.container-fluid, #fullpage>div:nth-child(3) .content>.container-fluid{
	position: absolute;
	width: 100%;
}


#fullpage>div:nth-child(2) .content .container h3{
	position: relative;
	z-index: 1;
	margin-top: 80px;
	margin-bottom: 50px;
}

#fullpage>div:nth-child(2) .content .container h3:before{
	position: absolute;
	width: 90%;
	height: 1000%;
	background: rgba(193, 225, 248, 0.5);
	content: '';
	left: -50%;
	top: -100%;
	z-index: -1;
}

#fullpage>div:nth-child(2) .content .container p{
	padding-left: 60px;
	font-size: 17px;
	font-weight: 200;
	color: #001835;
	z-index: 1;
	position: relative;
}

#fullpage>div:nth-child(2) .content .container p:not(.text-center):before{
	content: '';
	position: absolute;
	width: 140%;
	height: 170%;
	left: -25%;
	top: -15%;
	border: 1px solid #0f4672;
}

#fullpage>div:nth-child(2) .content .container .btn,
#fullpage>div:nth-child(2) .content .container .btn:hover,
#fullpage>div:nth-child(2) .content .container .btn:focus{
	color: #2299ce;
}

#fullpage>div:nth-child(3){
	background-image: url(../images/valores-min.png);
	background-size: 100% 100%;
}

#fullpage>div:nth-child(3) .content>.row>.col-sm-5{
	padding-top: 80px;
	z-index: 1;
}

#fullpage>div:nth-child(3) .content>.row>.col-sm-5:nth-child(1):after{
	content: '';
	position: absolute;
	width: 100%;
	height: 45%;
	top: 25%;
	background: rgba(9, 61, 111, 0.9);
	z-index: -1;
	left: 70%;
}

#fullpage>div:nth-child(3) .content .container{
	z-index: 2;
	padding-left: 30px;
}

#fullpage>div:nth-child(3) .content .container h3{
	color: #fff;
	padding-left: 40px;
	margin-top: 80px;
	font-weight: 100;
}

#fullpage>div:nth-child(3) .content .container p{
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	z-index: 1;
	position: relative;
	margin-top: 60px;
}

#fullpage>div:nth-child(3) .content .container p:after{
	content: '';
	position: absolute;
	width: 130%;
	height: 250%;
	border: 1px solid #35aae1;
	left: -25%;
	top: -20%;
}

#fullpage>div:nth-child(3) .content .container a{
	font-size: 18px;
	padding-right: 30px;
}

.cloud{
	text-align: center;
	line-height: 2.4;
}

#fullpage>div:nth-child(4) .bottom{
	z-index: 2;
}

#fullpage>div:nth-child(4) .bottom a{
	border-color: rgb(226, 241, 255);
}

#fullpage>div:nth-child(4) .top>.container-fluid{
	background: #c9e5f9;
	margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default{
	margin-bottom: 0;
	background: transparent;
	border: 0;
	max-width: 1300px;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-brand{
	color: #001835;
	font-weight: 100;
	font-size: 25px;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-brand strong{
	font-weight: normal;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-nav>li.active,
#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-nav>li:hover{
	border-bottom: 3px solid #2daae1;
	background: transparent;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-nav>li.active>a{
	background: transparent;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-nav>li>a{
	color: #2daae1;
	position: relative;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-nav>li>a:after{
	content: '•';
	position: absolute;
	right: 0;
	top: 32%;
}

#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .navbar-nav>li:last-child>a:after{
	content: '';
}
 

.slide .container{
	padding-top: 50px;
}

.slide .container .col-sm-7{
	position: relative;
	z-index: 2;
}

.slide .container .col-sm-7 img{
	z-index: 2;
}

.slide .container .col-sm-7:before{
	content: '';
	position: absolute;
	width: 120%;
	height: 100%;
	z-index: -1;
	top: 10%;
	left: -10%;
	border: 1px solid #507b9e;

}

.slide .container .col-sm-4 h3{
	font-size: 40px;
	color: #2299ce;
	margin-top: -20px;
}

.slide .container .col-sm-4 p{
	font-weight: 200;
}

.fp-slidesContainer .slide:nth-child(2) .container,
.fp-slidesContainer .slide:nth-child(5) .container,
.fp-slidesContainer .slide:nth-child(4) .container,
.fp-slidesContainer .slide:nth-child(6) .container,
.fp-slidesContainer .slide:nth-child(8) .container{ 
	padding-top: 150px;
}

.fp-slidesContainer .slide:nth-child(2) .container .col-sm-7:before,
.fp-slidesContainer .slide:nth-child(5) .container .col-sm-7:before,
.fp-slidesContainer .slide:nth-child(6) .container .col-sm-7:before,
.fp-slidesContainer .slide:nth-child(8) .container .col-sm-7:before{
	height: 80%;
}

.fp-slidesContainer .slide:nth-child(2) .container{
	padding-top: 150px;
}

.fp-slidesContainer .slide:nth-child(2) .container a{
	color: #2299ce;
}

.fp-slidesContainer .slide:nth-child(7) .container .col-sm-7 img{
	margin-left: 80px;
}

#fullpage>div:last-child{
	background-image: url(../images/fale-bg.png);
	background-size: 100% 100%;
}

#fullpage>div:last-child h4{
	color: #fff;
	font-size: 22px;
	font-weight: 1;
	margin-bottom: 40px;
	margin-top: 30px;
}

#fullpage>div:last-child h4 strong{
	font-weight: normal;
}

#fullpage>div:last-child .container>.row>.col-sm-6:first-child>.row>.col-sm-7{
	position: relative;
}

#fullpage>div:last-child .container>.row>.col-sm-6:first-child>.row>.col-sm-7:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 330%;
	top: 0;
	left: 0;
	background: rgba(31, 61, 89, 0.45);
}


.form-control{
	background: transparent;
	border: 1px solid #35aae1;
	border-radius: 0;
	height: 44px;
	color: #fff;
}

textarea.form-control{
	height: 100px;
}

#fullpage>div:last-child>.container{
	padding-top: 100px;
}

#fullpage>div:last-child .container>.row{
	display: flex;
}

#fullpage>div:last-child .container>.row>.col-sm-5:last-child{
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 1;
	font-size: 16px;
}
 
#fullpage>div:last-child .container>.row>.col-sm-5:last-child .social{
	margin-top: 20px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 18px;
  font-weight: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-weight: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-weight: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 18px;
  font-weight: 1;
}

form button{
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 0;
	font-size: 18px;
}

.social a{
	width: 40px;
	height: 40px;
	background: #2c8db5;
	color: #fff;
	float: left;
	margin-right: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

#fullpage>div:nth-child(5) .content .col-sm-6{
	position: relative;
	z-index: 1;
}

#fullpage>div:nth-child(5) .content .col-sm-6:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 400%;
	background: #c9e5f9;
	top: -30%;
	left: 10%;
	z-index: -1;
}

#fullpage>div:nth-child(5) .content .col-sm-12{
	position: relative;
	z-index: 1;
	min-height: 300px;
}

#fullpage>div:nth-child(5) .content .col-sm-12:before{
	content: '';
	position: absolute;
	width: 110%;
	height: 100%;
	left: -5%;
	top: 0;
	border: 1px solid #092b4a;

}

.owl-dots{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots .owl-dot{
	width: 13px;
    height: 13px;
    background: rgba(34, 153, 206, 0.45);
    margin: 5px;
    border-radius: 50%;
}

.owl-dots .owl-dot.active{
	background: rgba(34, 153, 206, 1);
	width: 17px;
    height: 17px;
}

.item{
	padding: 20px;
}

.item figure{
	position: relative;
	z-index: 1;
}

.item figure:before{
	content: '';
	position: absolute;
	width: 110%;
	height: 60%;
	left: -5%;
	top: 5%;
	background: rgba(34, 153, 206, 1);
	z-index: -1;
}

.item figure figcaption{
	text-align: center;
	padding-top: 10px;
}

#fullpage>div:nth-child(5) .content .item .col-sm-12:before{
	display: none;
	
}

#fullpage>div:nth-child(5) .content .item .col-sm-12{
	min-height: 0;
}

.slide .button{
	color: #2daae1;
}


@media only screen and (max-width : 768px) {
	.menu{
		background: rgba(34, 153, 206, 0.95);
		padding-top: 0;
		margin-top: -15px;
	}
	.menu img{
		display: none;
	}

	.top .col-sm-3{
		padding-top: 0;
	}

	[class*="ef-"]{
		display: none;
	}

	#fullpage>div:nth-child(2) .content>.row{
		width: auto;
		position: absolute;
		opacity: 0.3;
	}

	#fullpage>div:nth-child(2) .content>.container-fluid{
		position: relative;
	}

	#fullpage>div:nth-child(2) .content .container h3{
		margin-bottom: 0;
	}

	#fullpage>div:nth-child(2) .content .container p{
		padding-left: 0;
		font-size: 15px;
		text-align: justify;
	}

	#fullpage>div:nth-child(2) .content .container p:not(.text-center):before{
		display: none;
	}

	.cloud{
		margin-top: -30px;
	}

	#fullpage>div:nth-child(3) .content .container p:after{
		height: 190%;
	}

	#fullpage>div:nth-child(4) .top>.container-fluid .navbar-default .nav,
	.slide .container .col-sm-7:before{
		display: none;
	}

	.slide .container .col-sm-7{
		max-height: 150px;
		overflow: hidden;
	}

	

	.fp-slidesContainer .slide:nth-child(2) .container, .fp-slidesContainer .slide:nth-child(5) .container, .fp-slidesContainer .slide:nth-child(6) .container, .fp-slidesContainer .slide:nth-child(8) .container {
	    padding-top: 80px;
	}

	.slide .container .col-sm-4 h3{
		font-size: 25px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.fp-slidesContainer .slide:nth-child(7) .container .col-sm-7 img{
		margin-left: 0;
	}

	.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
	    border-width: 0;
	    height: 20%;
	    width: 40px;
	    top: 40%;
	}

	.slide .container .col-sm-4 p{
		font-size: 13px;
		line-height: 1.3;
		text-align: justify;
		overflow: hidden;
	}

	#fullpage>div:last-child .container>.row{
		display: block;
	}

	#fullpage>div:last-child .container>.row>.col-sm-6:first-child>.row>.col-sm-7:after{
		height: 200%;
		top: -50%;
	}

	#fullpage>div:last-child h4{
		margin-top: 40px;
		margin-bottom: 15px;
	}

	.form-control{
		height: 30px;
	}

	textarea.form-control {
	    height: 60px;
	}

	form button{
		font-size: 14px;
	}

	.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 14px;
	}
	.form-control::-moz-placeholder { /* Firefox 19+ */
	  font-size: 14px;
	}
	.form-control:-ms-input-placeholder { /* IE 10+ */
	  font-size: 14px;
	}
	.form-control:-moz-placeholder { /* Firefox 18- */
	  font-size: 14px;
	}

	#fullpage>div:last-child .container>.row>.col-sm-5:last-child{
		font-size: 13px;
	}

	#fullpage>div:last-child .container>.row>.col-sm-5:last-child p,
	#fullpage>div:last-child .container>.row>.col-sm-5:last-child .social{
		margin: 0;
	}

	#fullpage>div:first-child video{
		display: none;
	}

	#fullpage>div:nth-child(3) .content .container p{
		font-size: 14px;
	}

	#fullpage>div:nth-child(3) .content .container a{
		font-size: 15px;
	}

	#fullpage>div:nth-child(3) .content .container p:after{
		display: none;
	}

	.fp-controlArrow{
		background-image: none;
		width: 40px !important;
    	height: 40px !important;
    	color: #fff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 30px;
	    border-radius: 50%;
	    top: -20px;
	    border: 3px solid #092b4a;
	    background: #2299ce;
	}

	.fp-controlArrow.fp-next:after{
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		transform: rotate(-90deg);
	}
	.fp-controlArrow.fp-prev:after{
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		transform: rotate(90deg);
	}
}



