html, body { height: 100%; }

.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.pt-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}

/* Text Styles, Colors, Backgrounds */

.pt-page h1 {
    position: relative;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 40px;
    margin: 0;
    top: 10px;
    width: 100%;
    color: #D7E6F3;
    text-align: center;
}

.pt-page h1 span {
    font-weight: 400;
    font-size: 120%;
    text-transform: none;
    word-spacing: 0;
    letter-spacing: 0;
    display: block;
    opacity: 0.9;
    color: #FF9C00;

}
#languages {
	padding-left: 10px;
    	padding-top: 10px;
    	font-size: 14px;
    	font-weight: normal;
    	color: blue !important;
    }
.pt-page h1 strong {
    color: #D7E6F3;
}

.pt-page-1 {
	background: #0ac2d2;
}

.pt-page-2 {
	background: #7bb7fa;
}

.pt-page-3 {
	background: #60d7a9;
}

.pt-page-4 {
	background: #fdc162;
}

.pt-page-5 {
	background: #fd6a62;
}

.pt-page-6 {
	background: #f68dbb;
}

/* Triggers (menu and button) */

.pt-triggers {
    position: relative;
    width: 300px;
    z-index: 9980;
    top: -15px;
    left: 50%;
    /* margin-top: 130px; */
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.no-js .pt-triggers {
	display: none;
}

.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.pt-triggers .dl-menuwrapper button {
	margin-bottom: 0;
}

.pt-touch-button:active {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.touch .pt-triggers .dl-menuwrapper {
	display: none;
}

.pt-message {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}
.error, .success {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 130%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    padding: 5px;
    /* border-radius: 21px; */
    background: rgba(255, 134, 0, 0.48);
}
.error {
   background: rgba(255, 0, 0, 0.53);
}
.pt-message p {
	margin: 0;
	line-height: 60px;
	font-size: 26px;
}

.no-cssanimations .pt-message {
	display: block;
}
.sitelogo {
    width: 180px;
     margin: auto;
    position: relative;
    top: 1%;
}
.sitelogo img {
    
    width: 180px;
   
    
}

.subscribeButton {
   color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    background-color: transparent !important;
    text-transform: uppercase;
    margin: 10px 0 20px;
    padding: 0px 20px;
  
    height: 50px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;

    box-sizing: border-box;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#pt-touch-button-login {
    background: #004c80;
}
.pt-touch-button {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.pt-block-home {
    height: 100%;
    width: 100%;
    position: relative;
    /* background-color: rgba(31, 107, 169, 0.29); */
}
.pt-block-home-banner {
    height: auto;
    position: relative;
    max-width: 800px;
    /* height: 620px; */
    /* left: 50%; */
    margin: auto;
    background-color: rgba(0, 76, 128, 0.61);
}

.pt-page-1,.pt-page-3 {
    background: url(/assets/images/people.jpg) no-repeat;
    /* background-position: top center; */
    background-size: cover;
}
.footer-container {
    color: #FFFFFF;
    background-color: #3E3D3C;
    padding-top: 0px;
    margin-top: 0;
    bottom: 0;
    width: 100%;
    position: relative;
}
.footer-section {
    padding: 10px;
    color: #fff;
    text-align: center;
    position: relative;
}
#slot5 span.btn_open {
    width: 110px;
    height: 13px;
    content: " ";
    background-image: url(/assets/images/footer_button.png);
    position: absolute;
    bottom: 112px;
    left: 50%;
    margin-left: -55px;
    z-index: 10;
    cursor: pointer;
}
#slot5 {
    bottom: 0em;
    overflow: visible;
    height: 7em;
    z-index: 9991;
     position: absolute;
         width: 100%;
}
#maia-signature {
    max-width: 1220px;
    margin: -118px auto 0;
    clear: both;
    min-height: 4px;
}
.social-icon ul {
    padding: 0;
    margin: 1em 0 0.5em;
}
.social-icon ul li {
    margin: 0;
    display: inline-block;
    list-style: none;
    font-size: 13px;
}
.social-icon ul li a {
    display: block;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #fff;
}
.copyright {
    position: relative;
    display: inline-block;
}
.copyright p {
    font-size: 13px;
    line-height: 30px;
    color: #b5b5b5;
    margin:0;
}


/*Info page css */

.pt-back {
    position: absolute;
    z-index: 99;
    margin: 10px;
    border: 1px solid #fff;
    padding: 0.3em 2em;
    font-size: 12px;
}
.block-da-video-user {
    width: 50%;
    position: relative;
    height: 100%;
    float: left;
    color: #fff;
    background: #004c80;
}
.block-da-video-corpo {
    width: 50%;
    position: relative;
    height: 100%;
    float: left;
    background: #ffa401;
}
.da-img {
    text-align: center;
    /* width: 600px; */
    position: relative;
    padding: 20px;
    line-height: 0;
    height: 100%;
    margin: auto;
}
.da-img h2 {
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 1.3em;
     margin-top: 75px;
    margin-bottom: 20px;
}
.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 1em;
    border: 10px solid rgba(255,255,255,0.26);
}
.embed-responsive-item {
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    border: none;
}
.da-img p {
    font-size: 0.9em;
    line-height: 2.5em;
    text-align: initial;
    margin: 0;
    text-align: center;
}
.pt-link {
    float: right;
    margin-top: 0px;
    text-align: center;
    line-height: 0;
    position:absolute;
    z-index: 99;
}
.pt-touch-link {
    padding: 10px;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-transform: uppercase;
    /* border: 1px solid #fff; */
    background: #3E3D3C;
}
.pt-page .fa {
    font-size: 22px;
}
.block-da-video-corpo p,.block-da-video-corpo h2 {
	color: #004c80;
}
.pt-touch-link .fa {
    font-size: 11px !important;
    margin-right: 5px;
}

.lgen {
    position: relative;
    width: 400px;
    left: 50%;
    text-align: center;
    margin-left: -200px;
    top: 10px;
}
.lgen input {
    padding: 5px 15px;
    height: 35px;
    width: 100%;
    max-width: 300px;
    border-radius: 0;
    font-size: 13px;
    border: #e7e7e7 1px solid;
    background: #f8f8f8;
    margin: 3px 0;
}
.lgen button{
    width: 100%;
    max-width: 300px;
    margin:auto;
}

#mobile-info-btn {
	display:none !important;
}
#pt-touch-button-login{
	display:block !important;
}
table{
width: 100%;
    text-align: center;
}
th {
    display: none;
}
.widgetGuts h3{display: none;
}
@media screen and (max-width: 47.4375em) {
	body {overflow: visible !important;}
	.pt-page {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    overflow: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#slot5 {
display:none;
}
.pt-block-home-banner {
    height: 100%;
    position: relative;
    max-width: 800px;
    /* height: 620px; */
    /* left: 50%; */
    margin: auto;
    background-color: rgba(165, 165, 165, 0.48);
}
.block-da-video-user,.block-da-video-corpo{
    width: 100%;
    position: relative;
    height: auto;
    float: left;
}

.da-img {
  
    font-size: 15px !important;
    height: auto!important;
    margin: auto;
}
	.pt-page h1 {
	font-size: 1.5em;
    	padding: 0 5px;
    	
	}

	.lgen {
    position: relative;
    width: 100%;
     left: 0; 
    text-align: center;
     margin-left:0; 
     
}

.footer-container {


	background-color: #004c80;
}
.social-icon ul {

	    padding: 0;
    margin: 0;
}
.footer-section {
    padding: 10px 0 0;
    }
.social-icon ul li a {
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #fff;
}

.lgen input {
    
    height: 35px;
    }
.logo-login {
    height: 120px;
    width: 120px;
    background-size: 120px;
    margin-left: -60px;
    left: 50%;
    top: 3%;
}
#maia-signature {

margin:-84px auto 0;

	}
.pt-triggers .dl-menuwrapper {
		display: none;
	}
	.pt-block-home-banner {
		width: 100%;
    	position: relative;
    	left: 0;
    	margin-left: 0;
	}
	.pt-link {
		display:none;
	}
	.da-img {
    text-align: center;
    width: auto;
    position: relative;
    padding: 20px;
    line-height: 0;
    font-size: 14px;
    height: 100%;
    margin: auto;
}
.pt-page .fa {
    font-size: 16px;
}

.embed-responsive,.embed-responsive-item {

	height:auto !important;
}
#mobile-info-btn {
	display:block !important;
	margin-top: 0.5em;
}
#pt-touch-button-login{
	display:none !important;
}

.sitelogo img {
    width: 120px;
}
.sitelogo {
    width: 120px;
 
}

}

@media screen and (max-height: 45.9em) {
	.pt-triggers .dl-menuwrapper li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.pt-triggers .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
		line-height: 24px;
	}
}

@media screen and (max-height: 38em) { 
	.pt-triggers .dl-menuwrapper {
		display: none;
	}
	.pt-page h1 {
    font-size: 1em;
    padding: 0 5px;
    line-height: 20px;
}
}