/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	margin: 0px;
	padding: 0px;    
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	list-style: none;
    outline: none;
    text-decoration: none;	
	font-family: 'Roboto', sans-serif;
    
}
body {
	color: black;
	background: white;
	font-size: 15px;
	overflow-x: hidden;
}
.center {
	text-align: center;
}
img .left{
    float: left;
    margin-right: 50px;
    width: 236px;
    height: 234;
}
img .right{
    float: right;
    margin-left: 50px;
    width: 236px;
    height: 234;
}
/*RESPONSIVE*/
@media (min-width:501px) {
	.phone {
		display: none !important;
	}
}
@media (max-width:500px) {
	.desktop {
		display: none !important;
	}
}
#parallax {
	height: 600px;
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width:500px) {
	#parallax {
		background-attachment: scroll;
	}
}



/*VARIABLES*/
:root {
	--especialFont: 'PT Sans', sans-serif;
	--grayText: #9b9b9b;
	--darkText: #4a4a4a;
	--grayBg: #f5f5f5;
	--accentColor: #003C6F;
	--boxRadius: 5px;
	--borderColor: #dddddd;
}

/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 10px #888888;
	z-index: 101;
    vertical-align: top;
}
header .content {
	position: relative;
}
header .logo a {
	width: 70px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: calc(50% - 35px);
	text-align: center;
}
header .icon > a {
	position: absolute;
	cursor: pointer;
	top: 12px;
	line-height: 33px;
	padding: 0 15px 0 40px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: .5px;
	color: black;
	border: 1px solid var(--borderColor);
	border-radius: var(--boxRadius);
	background-repeat: no-repeat;
	background-size: 20px;
}
header .icon.menu > a {
	left: 15px;
	background-image: url(../img/ui/icon_menu.svg);
	background-position: 10px 6px;	
}
header .icon.user > a {
	right: 140px;
	background-image: url(../img/ui/icon_user.svg);
	background-position: 10px 8px;	
}
header .menu ul {
	position: absolute;
	left: 160px;
	top: 12px;
}
header .menu li {
	display: inline-block;
	margin-right: 10px;
}
header .menu li a {
	display: block;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: .5px;
	color: black;	
	line-height: 33px;	
}
@media (max-width:900px) {
    header .icon a {
        padding-left: 25px;
        height: 35px;
    } 
    header .icon a span {
        display: none;
    }
    header .icon.user a {
        right: 15px;
    }
	header .menu ul {
		display: none;
	}
}
header .suscribe a {
	position: absolute;
	cursor: pointer;
	top: 12px;
	line-height: 33px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: .5px;
	color: white;
	background: #00A651;
	border: 1px solid #00A651;
	border-radius: var(--boxRadius);
	right: 15px;
}
@media (max-width:650px) {
    header .suscribe a {
        display: none;
    }
}
header .share {
	position: absolute;
	right: 10px;
	top: 15px;
}
header .share li {
	display: inline-block;
}
header .share li a {
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	background-size: auto;
	background-repeat: no-repeat;
}
nav {
	width: 250px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
	background: white;
	box-shadow: 0px 3px 10px #888888;
    position: fixed;
    left: -260px;
    top: 59px;
    height: calc(100% - 60px);
	transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
	z-index: 100;
}
nav.menu {
	transform: translate3d(260px, 0, 0);
}
nav ul {
	padding: 15px 0;
	margin: 0 20px;
	border-top: 1px solid var(--borderColor);
}
nav li a {
	height: 35px;
	display: block;
	line-height: 35px;
	color: black;
}
nav .buttons li a {
	height: 40px;
	margin-bottom: 10px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: .5px;
	text-align: center;
	color: var(--darkText);
	border: 1px solid var(--borderColor);
	border-radius: var(--boxRadius);
}
nav li a.home {
	background-image: url(../img/ui/icon_home.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
nav li a.suscribe {
	margin-bottom: 15px;
	line-height: 33px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: .5px;
	color: white;
	text-align: center;
	background: #00A651;
	border: 1px solid #00A651;
	border-radius: var(--boxRadius);
}
nav .social li {
	display: inline-block;
	margin-right: 15px;
}
.top {
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/ui/arrow_up.svg);	
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
}
section .share {
	margin: 10px 0;
}
section .share li {
	display: inline-block;
}
section .share li a {
	height: 50px;
	display: block;
	line-height: 50px;
	padding: 0 15px 0 50px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: border ease 1s;
	border-radius: var(--boxRadius);
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.twitter {
	background-image: url(../img/ui/share_twitter.svg);
}
.share li a.whatsapp {
	background-image: url(../img/ui/share_whatsapp.svg);
}
main {
	padding-top: 60px;
	background: white;
    overflow: hidden;
	transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
}
section .content {
	max-width: 1100px;
	width: 90%;
	margin: auto;
	padding: 30px 0;
}
section h1 {
	font-size: 54px;
	margin-bottom: 20px;
}
section h2 {
	font-size: 36px;
	margin: 20px 0;
    
}
section h3 {
	font-size: 24px;
	margin: 25px 0;
}
section h5 {
	font-weight: bold;
	font-size: 18px;
    margin-top: 10px;
	margin-bottom: 20px;
    color: black;
}
@media (max-width:650px) {
	section h5 {
        padding-top: 15px;
        border-top: 1px solid var(--borderColor);
    }
}
section p {
	font-size: 17px;
	margin: 20px 0;
    overflow: hidden;
}
section p span{
        min-height: 180px;

}
section p a {
	color: var(--accentColor);
	font-weight: 600;
	text-decoration: underline;
}
section img.wide {
	width: 100%;
	margin: 20px 0;
}
section img.left {
	width: 30%;
	float: left;
	margin: 0 20px 20px 0;
}
section img.right {
	width: 30%;
	float: right;
	margin: 0 0 20px 20px;
}
@media (max-width:650px) {
    section img.left {
        width: 100%;
    }
    section img.right {
        width: 100%;
    }
    section p{
        width: 100%;
        display: inline-block;
    }    
}


section .menu {
	border-top: 1px solid var(--borderColor);
	border-bottom: 1px solid var(--borderColor);
}
section .menu > li {
	display: none;
	line-height: 45px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../img/ui/arrow_down-black.svg);
	background-size: 15px;
	cursor: pointer;
}
section .menu ul li {
	display: inline-block;
	margin-right: 15px;
}
section .menu ul li a {
	display: block;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: .5px;
	color: black;	
	line-height: 45px;
    
}
section .menu ul li .active{
    color: #003f6c; 
}

@media (max-width:700px) {
	section .menu > li {
		display: block;
	}
	section .menu ul {
		display: none;
	}
	section .menu ul li {
		display: block;
	}
}
article {
	padding: 40px 0;
}
.list {
	margin: 10px 0;
	text-align: left;
}
.list li {
	display: inline-block;
	vertical-align: top;
}
.list.full {
	text-align: center;
}
.list.full li {
	width: 31%;
	margin: 0 1%;
}
.list.left li {
	width: 47%;
	margin-right: 2%;	
}
@media (max-width:700px) {
	.list.full li, .list.left li {
		width: 100%;
	}
}
.list li a {
	min-height: 200px;	
	margin-bottom: 15px;
	display: block;
	text-align: left;
	color: var(--darkText);	
}
.list li h1 {
	font-family: var(--especialFont);	
	font-size: 26px;
	font-weight: 800;
	margin: 10px 0;
    letter-spacing: -.5px;
}
.list li h1 span {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}
.list li h1 span strong {
	color: var(--accentColor);	
}
.columns {
    width: 100%;
	display: flex;
	align-items: stretch;
	margin-bottom: 20px;
}
.columns > div.image {
	background-size: cover;
	background-position: center;
}
.columns > div.color {
	background-color: var(--accentColor);
}
.columns > div.color * {
	color: white;
}
.columns > div.padding {
	padding: 3%;	
}
@media (max-width:650px) {
	.columns {
		display: block;
	}
	.columns > div {
		width: 100% !important;
		min-height: 15vh;
	}
}
.button a {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
    margin-bottom: 10px;
	line-height: 33px;
	font-size: 14px;
	padding: 0 10px;
	font-weight: bolder;
	letter-spacing: .5px;
	color: black;
	border: 1px solid #DDDDDD;
	border-radius: var(--boxRadius);
}
.button.center {
	text-align: center;
}
.logos {
	margin: 10px 0;
	text-align: left;
}
.logos li {
	max-width: 320px;
	min-height: 300px;	
	margin: 2% 1%;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:650px) {
	.logos li {
		width: 100%;
	}
}
.logos li a {
	display: block;
    height: 340px;
	text-align: left;
	color: var(--darkText);
	box-shadow: 0px 0px 5px #dddddd;
	padding: 50px 15px;
	text-align: center;
	background-image: url(../img/ui/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
}
.logos li a img {
	width: 70%;
	margin-bottom: 15px;
}
.icons.large {
	margin: 30px auto 0 auto;
	align-items: top;
	justify-content: center;
	border-top: 1px solid #dddddd;
	padding-top: 20px;
}
.icons.large li {
    width: 320px;
	margin: 10px;
	text-align: center;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
    display: inline-block;
}
.icons.large li i {	
	display: block;
	color: var(--accentColor);
	font-size: 90px;
	margin-bottom: 20px;
}
.icons.large li span {
	display: block;
	font-family: var(--especialFont);
	color: var(--accentColor);
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.icons.small {
	width: 90%;
	margin: 30px auto 10px auto;
}
.icons.small li {
	margin: 10px;
	padding-left: 35px;
	position: relative;
	font-size: 15px;
}
.icons.small li i {	
	color: var(--accentColor);
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.parallax {
	height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cbcaca;
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: var(--especialFont);
    font-size: 24px;
    font-weight: 600;	
    border-left: var(--accentColor) 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-size: 16px;
    color: var(--grayText);
}
.comments {
	width: 100%;
	max-width: 600px;
    min-height: 50px;
	margin: 20px auto;
    background: var(--grayBg);
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed, .embed .powa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner {
	margin: 30px 0;
	text-align: center;
}
.banner > p {
	width: 300px;
	height: 25px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	background: #000;
}
.box {
	margin-bottom: 20px;
	font-size: 15px;
}
.box span {
	font-weight: 600;
	font-size: 18px;
	color: var(--accentColor);
	margin-bottom: 10px;
	display: block;
}
.box img {
	margin-bottom: 10px;
}
.box .shadow {
	padding: 15px 0;
	box-shadow: 0px 0px 5px #dddddd;
}
.box .shadow img {
	width: 25%;
	float: left;
	margin-right: 10px;
}
.box .shadow em {
	clear: both;
	display: block;
}
footer {
    position: relative;
	padding: 20px;
	background: var(--grayBg);
	color: black;
	transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);	
}
footer > p {
    max-width: 800px;
    margin: 0 auto;	
    color: var(--grayText);
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .menu {
	margin: 30px;
	text-align: center;
}
footer .menu li {
	margin: 0 10px;
	display: inline-block;
}
footer .menu li a {
	font-size: 13px;
	color: var(--darkText);	
}
@media (max-width:650px) {
	footer .menu li {
		display: block;
	}
	footer .menu li a {
		display: block;
		height: 30px;
		line-height: 30px;
	}	
}
main.menu, footer.menu {
	transform: translate3d(250px, 0, 0);
}


/*INDEX*/
.introBasic {
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	background-size: cover;
	background-position: center;
    height: 600px
}
.introBasic .content {
	max-width: 1100px;
	padding: 10%;
	margin: auto;
}	
.introBasic h1 {
	margin-bottom: 20px;
	font-family: var(--especialFont);
    font-weight: bolder
}	
.introBasic h1 span {
	font-size: 55px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	position: relative;	
}
.introBasic img {
	position: absolute;
	margin-left: 15px;
}	
@media (max-width:650px) {
    .introBasic h1 span {
        font-size: 34px;
    }
    .introBasic img {
        width: 30px;
    }	    
}
.introBasic .arrow {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	border: 2px solid #fff;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/ui/arrow_down-white.svg);		
}

/*COLUMN*/
@media (max-width:650px) {
	#column h5 {
        padding-top: 5px;
        border-top: none;
    }
}
#column {
	width: 98%;
	margin: 20px auto;
	max-width: 800px;
	background: white;
}
#column .icons.large {
	display: block;
}
#column .icons.large li {
	margin: 20px 0;
	text-align: center;
	padding: 15px;
	box-shadow: 0px 0px 5px #dddddd;	
}

/*NEWS*/
.opening a {
	height: 35vh;
	margin-bottom: 20px;
	display: block;
	background: black;
	background-size: cover;
	background-position: center;
	position: relative;
}
.opening h1 {
	max-width: 90%;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 36px;
	font-weight: 300;
	font-family: var(--especialFont);
	color: white;
	padding: 20px;
	background: rgba(0, 0, 0, 0.6);
}
.opening h1 span {
	display: block;
	font-weight: 800;
	font-size: 13px;	
}
h3.tl-headline-date{
    font-size: 36px;
}
        table {
            margin-top: 20px;
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
            border-top: 1px solid #ddd;
        }
        
        th,
        td {
            text-align: left;
            padding: 6px;
        }

    /* FLEX*/
    #suc-row{
        width: 100%;
        text-align: left;
        margin: auto;
        padding: 20px 10px 20px 0;
        border-bottom: 1px solid #dddddd;

    }
    #suc-dir{
        width: 100%;
        text-align: left;
        margin: auto;
        padding: 20px 10px 20px 0;
        border-bottom: 1px solid #dddddd;

    }

    #suc-row .item{
        display: inline-block;
        padding: 0 15px;
        text-align: left;
        vertical-align: middle;
        width: 23%
    }
    #suc-dir .item{
        display: inline-block;
        padding: 0 15px;
        text-align: left;
        vertical-align: middle;
        width: 23%
    }
    #suc-row .item p{
        line-height: -12px
    }
@media (max-width:650px) {
    #suc-row .item{
        width: 100%}
    #suc-dir{
        display: none
    }  
    .swipe{
        display: inline-block
    }
}
@media (min-width:651px) {

    .swipe{
        display: none
    }
}
.swipe{
    text-align: left;
    margin: 5px auto;
}
