ENEI2019-Public/website/main.css

2126 lines
39 KiB
CSS
Executable File

@charset "UTF-8";
/*@font-face {
font-family: 'mont Jamjuree', sans-serif;
src: url('fonts/Champagne-Limousines.eot?#iefix') format('embedded-opentype'),
url('fonts/Champagne-Limousines.woff') format('woff'),
url('fonts/Champagne-Limousines.ttf') format('truetype'),
url('fonts/Champagne-Limousines.svg#Champagne&Limousines') format('svg');
font-weight: normal;
font-style: normal;
}*/
@-webkit-keyframes animateLineLogo {
15% {
fill: #c7403a;
}
30% {
fill: #81898e;
}
45% {
fill: #993d3f;
}
100% {
fill: #000000;
}
}
@-moz-keyframes animateLineLogo {
15% {
fill: #c7403a;
}
30% {
fill: #81898e;
}
45% {
fill: #993d3f;
}
100% {
fill: #000000;
}
}
@keyframes animateLineLogo {
15% {
fill: #c7403a;
}
30% {
fill: #81898e;
}
45% {
fill: #993d3f;
}
100% {
fill: #000000;
}
}
@keyframes animateLettersLogo {
from {
fill: transparent;
}
to {
fill: #ffffff;
}
}
@font-face {
font-family: "icomoon";
src: url("fonts/icomoon.eot?sozc77");
src: url("fonts/icomoon.eot?sozc77#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?sozc77") format("truetype"), url("fonts/icomoon.woff?sozc77") format("woff"), url("fonts/icomoon.svg?sozc77#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
display: inline-block;
text-transform: none;
line-height: 1;
transition: color 150ms ease;
-webkit-transition: color 150ms ease;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-linkedin,
.icon-facebook,
.icon-instagram,
.icon-less,
.icon-plus,
.icon-email {
font-size: 34px;
color: #ffffff;
}
@media (max-width: 769px) {
.icon-linkedin,
.icon-facebook,
.icon-instagram,
.icon-less,
.icon-plus,
.icon-email {
font-size: 30px;
}
}
.icon-linkedin_speaker:before {
content: "";
}
.icon-company:before {
content: "";
}
.icon-clock:before {
content: "";
}
.icon-location:before {
content: "";
}
.icon-email:before {
content: "";
}
.icon-instagram:before {
content: "";
}
.icon-facebook:before {
content: "";
}
.icon-linkedin:before {
content: "";
}
.icon-menu:before {
content: "";
}
.icon-plus:before {
content: "";
}
.icon-less:before {
content: "";
}
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
box-sizing: border-box;
}
a {
text-decoration: none;
transition: color 150ms ease;
-webkit-transition: color 150ms ease;
}
ul,
li {
list-style: none;
}
body {
width: 100%;
position: relative;
overflow-x: hidden;
font-family: "Bai Jamjuree", sans-serif;
font-weight: 400;
}
button:hover {
cursor: pointer;
}
span {
display: block;
}
section,
article,
aside {
padding: 100px 0;
}
@media (max-width: 1024px) {
section,
article,
aside {
padding: 55px 0;
}
}
@media (max-width: 769px) {
section,
article,
aside {
padding: 45px 0;
}
}
img {
display: block;
max-width: 100%;
height: auto;
}
h1 {
font-size: 38px;
line-height: 34px;
color: #353535;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
h1 {
font-size: 34px;
margin-bottom: 10px;
}
}
@media (max-width: 769px) {
h1 {
font-size: 30px;
}
}
h2 {
font-size: 28px;
line-height: 30px;
color: #353535;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
@media (max-width: 1024px) {
h2 {
font-size: 24px;
}
}
@media (max-width: 769px) {
h2 {
font-size: 20px;
}
}
h3 {
font-size: 18px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
color: #353535;
}
p {
font-family: "Bai Jamjuree", sans-serif;
font-size: 20px;
line-height: 32px;
color: #777777;
}
@media (max-width: 1024px) {
p {
font-size: 16px;
line-height: 24px;
}
}
label {
display: inline-block;
font-family: "Bai Jamjuree", sans-serif;
font-size: 22px;
line-height: 22px;
color: #353535;
margin-bottom: 10px;
}
@media (max-width: 1024px) {
label {
font-size: 20px;
margin-bottom: 5px;
}
}
input {
font-family: "Bai Jamjuree", sans-serif;
font-size: 22px;
line-height: 22px;
color: #353535;
padding: 20px 35px;
border: 1px solid #eeeeee;
margin-bottom: 25px;
background-color: #ffffff;
transition: border-color 150ms ease-out;
-webkit-transition: border-color 150ms ease-out;
}
input:hover {
border-color: #cc1a17;
}
input.error {
border: 5px solid #cc1a17;
}
@media (max-width: 1024px) {
input {
font-size: 20px;
padding: 15px 25px;
}
}
input[type=radio] {
margin-left: 10px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
color: #353535;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number] {
width: 100%;
}
input[type=submit] {
display: block;
margin-top: 25px;
margin-bottom: 0;
background-color: #cc1a17;
border-color: #cc1a17;
color: #ffffff;
transition: color 150ms ease, background-color 150ms ease;
-webkit-transition: color 150ms ease, background-color 150ms ease;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #ffffff;
color: #cc1a17;
}
select {
padding: 10px;
border: 1px solid #eeeeee;
margin-left: 25px;
}
.vertically-aligned {
display: flex;
align-items: center;
justify-content: center;
}
.btn {
display: block;
}
.btn-default {
font-family: "Bai Jamjuree", sans-serif;
font-size: 17px;
line-height: 21px;
color: #353535;
display: table;
margin: 0 auto;
background-color: white;
font-weight: 700;
margin-top: 40px;
text-transform: uppercase;
border: 1px solid #eeeeee;
padding: 15px 60px;
transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
-webkit-transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.btn-default:hover {
border-color: #cc1a17;
background-color: #cc1a17;
color: #ffffff;
}
@media (max-width: 769px) {
.btn-default {
display: inline-block;
margin-top: 30px;
}
}
hr {
width: 55%;
height: 1px;
background-color: #eeeeee;
margin-bottom: 30px;
position: relative;
}
@media (max-width: 1024px) {
hr {
margin-bottom: 20px;
}
}
hr::after {
content: " ";
width: 30%;
height: 1px;
position: absolute;
top: 0;
left: 0;
background-color: #cc1a17;
}
.grey {
background-color: #eeeeee;
}
#error-message {
font-size: 115px;
line-height: 140px;
padding: 0 40px;
background-color: #000000;
color: #ffffff;
display: inline-block;
margin-bottom: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
#error-message {
font-size: 75px;
line-height: 100px;
padding: 0 30px;
}
}
@media (max-width: 769px) {
#error-message {
font-size: 55px;
line-height: 80px;
padding: 0 25px;
}
}
#main-menu {
position: fixed;
top: 0;
left: 0;
text-align: center;
z-index: 5;
width: 100%;
}
#main-menu.changed nav {
background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 769px) {
#main-menu.changed nav {
background-color: rgba(0, 0, 0, 0.9);
}
}
#main-menu nav {
display: inline-block;
width: 100%;
max-width: 1140px;
padding: 25px 15px;
background-color: rgba(0, 0, 0, 0.6);
transition: background-color 150ms ease-out;
-webkit-transition: background-color 150ms ease-out;
}
@media (max-width: 1024px) {
#main-menu nav {
padding: 20px 30px;
}
}
@media (max-width: 769px) {
#main-menu nav {
padding: 0;
background-color: rgba(0, 0, 0, 0.8);
}
}
#main-menu nav #open-menu-mobile {
display: none;
font-family: "Bai Jamjuree", sans-serif;
font-size: 18px;
line-height: 22px;
color: #ffffff;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 15px 20px;
border-bottom: 1px solid #ffffff;
}
@media (max-width: 769px) {
#main-menu nav #open-menu-mobile {
display: block;
}
}
#main-menu nav #open-menu-mobile::after {
content: "";
font-family: "icomoon", sans-serif;
font-size: 22px;
line-height: 20px;
color: #ffffff;
font-weight: 400;
float: right;
}
@media (max-width: 769px) {
#main-menu nav ul {
display: none;
margin: 15px 0;
}
}
#main-menu nav ul li {
display: inline-block;
font-family: "Bai Jamjuree", sans-serif;
font-size: 19px;
line-height: 21px;
color: #ffffff;
font-weight: 600;
margin: 0 20px;
text-transform: uppercase;
}
@media (max-width: 1024px) {
#main-menu nav ul li {
font-size: 17px;
line-height: 19px;
margin: 0 10px;
}
}
@media (max-width: 769px) {
#main-menu nav ul li {
width: 100%;
margin: 10px 0;
}
}
#main-menu nav ul li.unavailable {
text-decoration: line-through;
}
#main-menu nav ul li a {
color: #ffffff;
transition: color 150ms ease-out;
-webkit-transition: color 150ms ease-out;
position: relative;
}
#main-menu nav ul li a:hover {
color: #cc1a17;
}
@media (max-width: 769px) {
#main-menu nav ul li a:hover {
color: #ffffff;
}
}
#main-menu nav ul li a:hover::after {
width: 100%;
}
#main-menu nav ul li a::after {
content: " ";
position: absolute;
bottom: -8px;
left: 0;
width: 0;
height: 3px;
background-color: #cc1a17;
transition: width 150ms ease-out;
}
@media (max-width: 1024px) {
#main-menu nav ul li a::after {
bottom: -6px;
}
}
@media (max-width: 769px) {
#main-menu nav ul li a::after {
display: none;
}
}
#logo-enei {
width: 221px;
position: fixed;
top: calc(50% - 166px);
left: calc(50% - 110px);
z-index: 10;
}
@media (max-width: 1024px) {
#logo-enei {
width: 175px;
top: calc(50% - 131px);
left: calc(50% - 87px);
}
}
@media (max-width: 769px) {
#logo-enei {
width: 125px;
top: calc(50% - 70px);
left: calc(50% - 62px);
}
}
#logo-enei #linha {
fill: transparent;
-webkit-animation: animateLineLogo 1s 0.25s forwards;
/* Safari & Chrome */
-moz-animation: animateLineLogo 1s 0.25s forwards;
/* Firefox */
animation: animateLineLogo 1s 0.25s forwards;
}
#logo-enei .letras-logo {
fill: transparent;
animation: animateLettersLogo 0.25s 0.7s forwards ease-in;
}
#apresentation {
height: 100vh;
background: url("imgs/coimbra-image.jpg") no-repeat center;
background-size: cover;
background-attachment: fixed;
position: relative;
}
#apresentation.main-landing {
z-index: 10;
}
#apresentation.main-landing::after {
content: " ";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
opacity: 1;
transition: opacity 150ms ease-out;
}
#apresentation.main-landing.animated {
z-index: 0;
}
#apresentation.main-landing.animated::after {
opacity: 0;
}
#apresentation.main-landing.animated #logo-enei {
position: absolute;
}
#apresentation.main-landing.animated #linha {
fill: #000000;
animation: none;
}
#apresentation.main-landing.animated .letras-logo {
fill: #ffffff;
animation: none;
}
@media (max-width: 769px) {
#apresentation {
height: 60vh;
background-position: bottom right;
background-attachment: inherit;
}
}
#enei {
background-color: #ffffff;
background: url("imgs/cubes-image.png") no-repeat top right;
background-size: 20%;
}
@media (max-width: 1024px) {
#enei {
background-size: 25%;
}
}
@media (max-width: 769px) {
#enei {
background-image: none;
}
}
.pre-h1 {
font-family: "Bai Jamjuree", sans-serif;
font-size: 20px;
line-height: 22px;
color: #777777;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
}
@media (max-width: 1024px) {
.pre-h1 {
font-size: 17px;
}
}
@media (max-width: 769px) {
.pre-h1 {
margin-bottom: 5px;
}
}
#countdown {
background-color: #080014;
padding: 80px 0;
text-align: center;
}
@media (max-width: 1024px) {
#countdown {
padding: 50px 0;
}
}
@media (max-width: 769px) {
#countdown {
padding: 40px 0;
}
}
#countdown div {
display: inline-block;
margin: 0 30px;
}
@media (max-width: 1024px) {
#countdown div {
margin: 0 15px;
}
}
@media (max-width: 769px) {
#countdown div {
margin: 0 5px;
}
}
#countdown div span {
font-family: "Bai Jamjuree", sans-serif;
font-size: 86px;
line-height: 66px;
color: #ffffff;
font-weight: 700;
display: block;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
#countdown div span {
font-size: 66px;
margin-bottom: 5px;
}
}
@media (max-width: 769px) {
#countdown div span {
font-size: 50px;
line-height: 55px;
margin-bottom: 0;
}
}
#countdown div .smalltext {
font-family: "Bai Jamjuree", sans-serif;
font-size: 25px;
line-height: 25px;
color: #cc1a17;
font-weight: 700;
display: block;
}
@media (max-width: 1024px) {
#countdown div .smalltext {
font-size: 22px;
}
}
@media (max-width: 769px) {
#countdown div .smalltext {
font-size: 16px;
}
}
#available-soon {
text-align: center;
}
#available-soon h1 {
margin-bottom: 40px;
line-height: 50px;
}
@media (max-width: 769px) {
#available-soon h1 {
font-size: 25px;
line-height: 35px;
margin-bottom: 30px;
}
}
#available-soon #wave .dot {
display: inline-block;
width: 25px;
height: 25px;
border-radius: 50%;
margin: 0 5px;
animation: wave 1.3s ease-out infinite;
}
@media (max-width: 769px) {
#available-soon #wave .dot {
width: 20px;
height: 20px;
margin: 0 2px;
}
}
#available-soon #wave .dot:nth-child(1) {
background-color: #858683;
}
#available-soon #wave .dot:nth-child(2) {
background-color: #e82d28;
animation-delay: -1.1s;
}
#available-soon #wave .dot:nth-child(3) {
background-color: #5f2021;
animation-delay: -0.9s;
}
@keyframes wave {
0%, 100% {
transform: initial scale(1);
}
50% {
transform: translateY(-10px) scale(1.2);
}
}
#programa {
background-color: #080014;
text-align: center;
}
#programa h1,
#programa .pre-h1 {
color: #eeeeee;
}
#programa hr {
display: table;
margin: 0 auto;
}
#programa hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
#precos {
text-align: center;
position: relative;
/*@include portable {
padding-bottom: 100px;
}*/
}
#precos hr {
display: table;
margin: 0 auto 60px;
}
#precos hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
#precos .price-block {
display: inline-flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
min-height: 460px;
max-width: 260px;
border: 1px solid #eeeeee;
padding: 0 30px 40px;
margin: 0 15px;
transition: transform 150ms ease-out;
-webkit-transition: transform 150ms ease-out;
}
@media (max-width: 1024px) {
#precos .price-block {
max-width: 210px;
padding: 0 15px 40px;
margin: 0 10px;
}
}
@media (max-width: 769px) {
#precos .price-block {
max-width: 350px;
min-height: inherit;
padding: 0 15px 40px;
margin: 0 auto 35px;
display: table;
}
}
#precos .price-block:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
}
#precos .price-block hr {
margin-bottom: 10px;
margin-top: 25px;
width: 100%;
border: 1px solid #eeeeee;
border-style: dashed;
background-color: transparent;
}
#precos .price-block hr::after {
display: none;
}
#precos .price-block .price {
font-family: "Bai Jamjuree", sans-serif;
font-size: 58px;
line-height: 58px;
color: #353535;
font-weight: 600;
}
@media (max-width: 769px) {
#precos .price-block .price {
margin: 20px 0;
}
}
#precos .price-block .price span {
font-size: 30px;
vertical-align: super;
margin-right: 5px;
}
#precos .price-block .price.exception::after {
content: "*/**";
font-size: 13px;
vertical-align: top;
}
#precos .price-block .label {
font-family: "Bai Jamjuree", sans-serif;
font-size: 22px;
line-height: 22px;
color: #777777;
font-weight: 600;
margin-top: 10px;
}
#precos .price-block .type {
width: 100%;
padding: 20px 0;
background-color: #cc1a17;
text-align: center;
font-family: "Bai Jamjuree", sans-serif;
font-size: 18px;
line-height: 18px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-top: -1px;
}
#precos .price-block .buy-button {
font-family: "Bai Jamjuree", sans-serif;
font-size: 14px;
line-height: 14px;
color: #777777;
font-weight: 700;
text-transform: uppercase;
border: 1px solid #eeeeee;
padding: 10px 30px;
transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
-webkit-transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
#precos .price-block .buy-button:hover {
border-color: #cc1a17;
background-color: #cc1a17;
color: #ffffff;
}
@media (max-width: 769px) {
#precos .price-block .buy-button {
display: inline-block;
margin-top: 30px;
}
}
#precos .price-block .options {
font-family: "Bai Jamjuree", sans-serif;
font-size: 16px;
line-height: 23px;
color: #777777;
font-weight: 400;
margin-top: 20px;
display: inline-block;
}
#precos .price-block.disable:hover {
transform: scale(1);
-webkit-transform: scale(1);
}
#precos .price-block.disable .buy-button:hover {
border-color: #eeeeee;
background-color: transparent;
color: #777777;
}
#precos .ps {
position: absolute;
right: 20px;
bottom: 20px;
text-align: right;
}
#precos .ps p {
font-size: 13px;
color: #353535;
text-transform: uppercase;
}
#app {
background-color: #eeeeee;
text-align: center;
padding-bottom: 0;
}
#app h1 {
color: #000000;
margin-bottom: 70px;
}
#ctf {
background-image: url("imgs/image.png");
text-align: center;
}
#ctf h1 {
color: white;
margin-top: 80px;
margin-bottom: 50px;
}
#ctf .button-ctf:hover {
border-color: #cc1a17;
background-color: white;
color: #777777;
}
.prectf-h1 {
font-family: "Bai Jamjuree", sans-serif;
font-size: 20px;
line-height: 22px;
color: #777777;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 100px;
color: #cc1a17;
}
@media (max-width: 1024px) {
.prectf-h1 {
font-size: 17px;
}
}
@media (max-width: 769px) {
.prectf-h1 {
margin-bottom: 5px;
}
}
.button-ctf {
font-family: "Bai Jamjuree", sans-serif;
font-size: 18px;
line-height: 14px;
color: #cc1a17;
font-weight: 700;
text-transform: uppercase;
border: 1px solid #eeeeee;
padding: 20px 40px;
margin: 200;
transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
-webkit-transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
#faqs,
#tickets {
background: url("imgs/cubes2-image.png") no-repeat bottom right;
background-size: 30%;
}
#faqs p a {
color: #353535;
font-weight: 700;
}
#faqs p a:hover {
color: #cc1a17;
}
#accordion li {
margin-bottom: 15px;
}
#accordion li:last-child {
margin-bottom: 0;
}
#accordion li.open .toggle, #accordion li:hover .toggle {
background-color: #cc1a17;
border-color: #cc1a17;
color: #ffffff;
}
#accordion li .toggle {
font-family: "Bai Jamjuree", sans-serif;
font-size: 22px;
line-height: 22px;
color: #353535;
text-transform: uppercase;
display: block;
padding: 20px 35px;
border: 1px solid #eeeeee;
background-color: #ffffff;
transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
-webkit-transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
@media (max-width: 769px) {
#accordion li .toggle {
font-size: 19px;
line-height: 24px;
padding: 20px;
}
}
#accordion li .content-accordion {
display: none;
padding: 45px 35px;
background-color: #ffffff;
border: 1px dashed #eeeeee;
border-top: 0;
}
@media (max-width: 769px) {
#accordion li .content-accordion {
padding: 25px;
}
}
#accordion li .content-accordion p {
margin-bottom: 5px;
}
#sponsors {
text-align: center;
}
#sponsors hr {
display: table;
margin: 0 auto;
background-color: #353535;
}
#sponsors hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
@media (max-width: 1024px) {
#sponsors .vertically-aligned {
flex-wrap: wrap;
}
}
#sponsors .sponsor-image {
display: inline-block;
margin: 40px 20px 0;
max-width: 200px;
filter: grayscale(0.2);
transform: scale(1);
transition: all 150ms ease-in-out;
}
#sponsors .sponsor-image:hover {
filter: grayscale(0);
transform: scale(1.03);
}
@media (max-width: 769px) {
#sponsors .sponsor-image {
max-width: 160px;
margin: 40px 15px 0;
}
}
#sponsors .gold h1,
#sponsors .silver h1,
#sponsors .bronze h1 {
font-size: 30px;
line-height: 26px;
margin-top: 75px;
}
@media (max-width: 1024px) {
#sponsors .gold h1,
#sponsors .silver h1,
#sponsors .bronze h1 {
font-size: 27px;
}
}
@media (max-width: 769px) {
#sponsors .gold h1,
#sponsors .silver h1,
#sponsors .bronze h1 {
font-size: 23px;
}
}
#sponsors .gold .sponsor-image {
max-width: 135px;
}
@media (max-width: 1024px) {
#sponsors .gold .sponsor-image {
max-width: 110px;
}
}
#sponsors .silver .sponsor-image {
max-width: 165px;
}
#sponsors .bronze .sponsor-image {
max-width: 115px;
}
#sponsors .bronze .sponsor-image img {
max-height: 90px;
}
#social-network {
display: flex;
justify-content: flex-end;
}
#social-network li {
margin-left: 20px;
}
@media (max-width: 1024px) {
#social-network li {
margin-left: 10px;
}
}
#social-network li a {
transition: color 150ms ease-out;
-webkit-transition: color 150ms ease-out;
}
#social-network li a:hover {
color: #cc1a17;
}
footer {
padding: 25px 0;
background-color: #000000;
border-top: 1px solid #ffffff;
}
@media (max-width: 1024px) {
footer {
padding: 20px 0;
}
}
footer p {
color: #ffffff;
font-size: 13px;
line-height: 15px;
margin-top: 10px;
}
@media (max-width: 1024px) {
footer p {
font-size: 12px;
}
}
@media (max-width: 769px) {
footer p {
margin-top: 0;
}
}
#tab-links {
margin: 50px 0 25px;
display: flex;
}
#tab-links .tab-label {
display: none;
}
#tab-links .tab-label.visible {
display: inline-flex;
}
#tab-links .tab-label.active a {
border-color: #cc1a17;
background-color: #cc1a17;
color: #ffffff;
z-index: 2;
}
#tab-links .tab-label a {
border: 1px solid #353535;
display: inline-block;
font-family: "Bai Jamjuree", sans-serif;
font-size: 20px;
line-height: 22px;
color: #353535;
padding: 20px 15px;
-webkit-transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
margin-right: -1px;
}
@media (max-width: 1024px) {
#tab-links .tab-label a {
padding: 15px;
}
}
#tab-container .tab {
display: none;
}
#tab-container .tab.visible {
display: block;
}
#career-path {
text-align: center;
}
#career-path hr {
display: table;
margin: 0 auto 60px;
}
#career-path hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
#career-path h2 {
color: #ffffff;
font-size: 18px;
line-height: 22px;
margin-bottom: 10px;
}
#career-path .powered-by {
font-family: "Bai Jamjuree", sans-serif;
font-size: 16px;
line-height: 20px;
color: #ffffff;
margin-bottom: 15px;
}
#career-path .separator {
display: block;
margin: 0 auto;
width: 40%;
height: 1px;
background-color: #ffffff;
margin-bottom: 10px;
}
#career-path .career-path-links {
position: relative;
padding: 20px;
display: inline-block;
}
#career-path .career-path-links::after {
content: "";
width: calc(100% + 8px);
height: calc(100% + 8px);
position: absolute;
top: -5px;
left: -5px;
border: 1px solid red;
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
left: -5px;
left: -5px;
transition: transform 150ms ease-in-out, border-width 150ms ease-in-out, top 150ms ease-in-out, border-width 150ms ease-in-out;
}
#career-path .career-path-links:hover:after {
-webkit-transform: skewX(0);
transform: skewX(0);
border-width: 2px;
top: -6px;
left: -6px;
}
#career-path .career-path-links img {
-webkit-filter: invert(100%);
filter: invert(100%);
max-width: 70%;
margin: 0 auto;
}
#career-path .ai .career-path-links {
background-color: #17cc70;
}
#career-path .ai .career-path-links::after {
border-color: #17cc70;
}
#career-path .web .career-path-links {
background-color: #004994;
}
#career-path .web .career-path-links::after {
border-color: #004994;
}
#speakers {
text-align: center;
}
#speakers hr {
display: table;
margin: 0 auto 60px;
}
#speakers hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
#calendar h1 {
text-align: center;
}
#calendar hr {
display: table;
margin: 0 auto 60px;
background-color: #353535;
}
#calendar hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.career-apresentation {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.career-apresentation .career-name {
font-size: 46px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
.career-apresentation .career-name span {
font-size: 22px;
text-transform: none;
}
.career-apresentation img {
-webkit-filter: invert(100%);
filter: invert(100%);
max-width: 250px;
margin: 35px auto 0;
}
.career-path #apresentation::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
}
.speaker-button {
display: block;
margin-bottom: 50px;
position: relative;
}
.speaker-button:hover .speaker-image::before {
border-color: #17cc70;
}
.speaker-button:hover .speaker-image::after {
opacity: 0.85;
}
.speaker-button:hover .company-image {
opacity: 1;
width: 85%;
}
.speaker-button .speaker-image {
width: 200px;
height: 200px;
display: table;
margin: 0 auto 20px;
position: relative;
}
.speaker-button .speaker-image::before {
content: "";
width: calc(100% + 8px);
height: calc(100% + 8px);
position: absolute;
top: -6px;
left: -6px;
border: 2px solid #353535;
transition: border-color 150ms ease-in-out;
}
.speaker-button .speaker-image::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
transition: opacity 150ms ease-in-out;
opacity: 0;
}
.speaker-button .company-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 82%;
z-index: 1;
transition: opacity 150ms ease-in-out, width 150ms ease-in-out;
opacity: 0;
}
.speaker-button .speaker-name {
font-weight: 700;
font-size: 22px;
line-height: 26px;
color: #353535;
margin-bottom: 5px;
}
.speaker-button .speaker-company {
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #777777;
}
/* CAREER PATH COLORS */
.ai-color #main-menu nav ul li a:hover,
.ai-color #event-days-list button.selected,
.ai-color #event-days-list button:hover,
.ai-color #content-container h2,
.ai-color #social-network ul li a:hover,
.ai-color #content-container .event-description:hover {
color: #17cc70;
}
.ai-color #main-menu nav ul li a::after,
.ai-color #apresentation::after,
.ai-color hr::after,
.ai-color #calendar-container .event-details::before {
background-color: #17cc70;
}
#calendar-container .event-details::before {
content: " ";
position: absolute;
top: 5px;
left: 0px;
width: 1px;
height: 100%;
background-color: #cc1a17;
}
#calendar-container .event-data {
margin-top: 50px;
}
#calendar-container .event-data:first-child {
margin-top: 0;
}
#calendar-container .event-data h2:first-child {
margin-top: 0;
}
#event-days-list {
border-bottom: 1px solid #353535;
display: flex;
}
#event-days-list button {
width: 25%;
padding: 20px 0;
background-color: transparent;
color: #353535;
font-size: 32px;
font-weight: 700;
transition: color 150ms ease, transform 150ms ease;
}
#event-days-list button:last-child {
border-right: 0;
}
#event-days-list button.selected {
color: #cc1a17;
}
#event-days-list button.selected:hover {
cursor: default;
transform: scale(1);
}
#event-days-list button:hover {
color: #cc1a17;
transform: scale(1.02);
}
#event-days-list button span {
display: block;
font-weight: 500;
font-size: 20px;
}
.day-night-filter {
border-bottom: 1px solid #353535;
}
.day-night-filter button {
width: 50%;
padding: 30px 0;
border-right: 1px solid #353535;
}
.day-night-filter button:last-child {
border-right: 0;
}
.day-night-filter .half-day {
text-align: center;
padding: 20px 0;
color: #353535;
font-size: 27px;
font-weight: 700;
text-transform: uppercase;
}
#content-container {
padding: 30px 30px 0;
color: #353535;
}
#content-container .content {
display: none;
}
#content-container .content.visible {
display: block;
}
#content-container .event-description {
font-family: "Bai Jamjuree";
font-weight: 600;
font-size: 17px;
background-color: transparent;
color: #353535;
transition: color 150ms ease;
}
#content-container .event-description:hover {
color: #cc1a17;
}
#content-container .event-description span {
display: inline-block;
font-size: 16px;
margin-right: 10px;
}
#content-container section {
padding: 0;
}
#content-container h2 {
font-size: 20px;
line-height: 28px;
color: #cc1a17;
margin-bottom: 10px;
margin-top: 35px;
}
#content-container h3 {
margin-bottom: 5px;
}
#content-container .event-location {
color: #353535;
margin-bottom: 5px;
display: block;
}
#content-container .event-location span {
margin-right: 10px;
transition: none;
}
#content-container a.event-location:hover {
color: #cc1a17;
}
#content-container .event-time {
font-size: 24px;
font-weight: 700;
line-height: 30px;
}
#content-container .container-speaker-image::after {
content: " ";
}
#institucional-support {
padding: 60px 0;
}
#institucional-support h3 {
margin-bottom: 25px;
}
#institucional-support a {
display: inline-block;
margin: 0 20px;
}
@media (max-width: 1024px) {
#institucional-support a {
margin: 10px;
max-width: 70px;
}
}
#institucional-support a:first-child {
margin-left: 0;
}
#institucional-support .vertically-aligned {
justify-content: flex-start;
}
@media (max-width: 1024px) {
#institucional-support .vertically-aligned {
flex-wrap: wrap;
}
}
@media (max-width: 769px) {
#institucional-support .vertically-aligned {
justify-content: flex-start;
}
}
#institucional-support .junisec {
max-width: 90px;
}
@media (max-width: 769px) {
#institucional-support .junisec {
max-width: 70px;
}
}
#institucional-support .isec {
max-width: 150px;
}
@media (max-width: 769px) {
#institucional-support .isec {
max-width: 120px;
}
}
#institucional-support .isec2 {
max-width: 150px;
}
@media (max-width: 769px) {
#institucional-support .isec2 {
max-width: 120px;
}
}
#institucional-support .iscac {
max-width: 115px;
}
@media (max-width: 769px) {
#institucional-support .iscac {
max-width: 90px;
}
}
#institucional-support .fca {
max-width: 70px;
}
@media (max-width: 769px) {
#institucional-support .fca {
max-width: 50px;
}
}
#institucional-support .quinta-das-lagrimas {
width: auto;
max-width: 88px;
}
@media (max-width: 769px) {
#institucional-support .quinta-das-lagrimas {
max-width: 90px;
}
}
.ctf-header {
background-image: linear-gradient(0deg, #d02e2c 20%, #e1494e 100%);
flex: 1;
display: flex;
flex-direction: column;
padding-top: 10%;
}
.ctf-header .ctf-top10 {
width: 40%;
margin: 0 auto;
padding: 0;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
}
.ctf-header .ctf-top10 .top-title {
color: white;
text-align: center;
margin: 5%;
}
.ctf-header .ctf-top10 th {
text-align: center;
}
.ctf-header .ctf-top10 td {
text-align: center;
}
.ctf-header .about-top {
color: white;
font-size: 15px;
text-align: center;
margin: 2%;
}
.container-app {
background-image: linear-gradient(0deg, #d02e2c 20%, #e1494e 100%);
height: 40% !important;
}
.container-app .header-app {
margin: auto;
width: 50%;
}
@media screen and (max-width: 769px) {
.container-app .header-app {
width: 100%;
float: none;
padding: 10px;
}
.container-app .header-app h1 {
line-height: 50px;
}
.container-app .header-app img {
width: 100%;
}
}
.container-app .header-app h1 {
padding-top: 9rem !important;
color: white;
text-align: center;
font-size: 50px;
padding-bottom: 2rem !important;
font-weight: normal;
}
.container-app .header-app h3 {
text-align: center;
color: white;
font-weight: normal;
padding-bottom: 2rem !important;
}
.image-holder-app img {
max-width: 80%;
margin: 0 auto;
}
.app-row {
background-color: white;
}
.section {
padding: 70px 0;
}
.light-bg {
background-color: white;
}
.darker-bg {
background-color: #f3f3f3;
}
.section-title {
text-align: center;
margin-bottom: 3rem;
}
.section-title h3 {
margin: 0 auto;
text-align: center;
color: #cc1a17;
margin-bottom: 10px;
}
.section-title small {
color: #998a9b;
}
.card-features {
flex: 1;
display: flex;
flex-direction: row;
width: 80%;
margin: 0 auto;
}
@media screen and (max-width: 769px) {
.card-features {
width: 90%;
flex-direction: column;
}
}
.card-body {
padding: 1.25rem;
background-color: white;
width: 23%;
margin: 0 auto;
border-bottom: 2px solid #cc1a17;
}
.card-body:hover {
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
transform: translateY(-0.25em);
transition: all 0.3s ease;
}
.card-body .card-title {
color: #cc1a17;
margin: 10px 0;
}
.card-body .card-text {
font-size: 15px;
text-align: justify;
text-justify: inter-word;
}
@media screen and (max-width: 769px) {
.card-body {
width: 100%;
margin: 10px 0;
}
}
.login-app {
flex: 1;
display: flex;
flex-direction: row;
background-image: url("./imgs/bg_phone.png");
}
.login-app img {
width: 60%;
height: 60%;
}
.login-app .button-default {
padding: 20px;
font-size: 14px;
line-height: 14px;
color: black;
font-weight: 700;
text-transform: uppercase;
border: 1px solid #eeeeee;
padding: 30px 30px;
transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
-webkit-transition: border-color 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out;
}
.login-app .button-default:hover {
border-color: #cc1a17;
background-color: #cc1a17;
color: #ffffff;
}
@media screen and (max-width: 769px) {
.login-app {
flex-direction: column;
}
.login-app img {
width: 100%;
height: 100%;
}
}
.container-login {
width: 40%;
padding: 5%;
}
@media screen and (max-width: 769px) {
.container-login {
width: 100%;
}
}
.container-login h1 {
margin: 0 auto;
color: #cc1a17;
}
.container-login .text-login {
margin-top: 1rem;
}
.container-login .text-login p {
margin: 20px 0px;
color: white;
}
.features-app {
width: 100%;
padding: 5% 15%;
background-color: #eeeeee;
/* Style tab links */
/* Style the tab content (and add height:100% for full page content) */
}
@media screen and (max-width: 769px) {
.features-app {
padding: 5% 3%;
flex: 1;
display: flex;
flex-direction: column;
}
}
.features-app h1 {
margin: 0 auto;
text-align: center;
margin-bottom: 70px;
}
.features-app .subtitle {
margin: 0 auto;
text-align: center;
color: #cc1a17;
margin-bottom: 10px;
}
.features-app .tablink {
background-color: #e3e3e3;
color: #000000;
float: left;
outline: none;
cursor: pointer;
padding: 30px 20px;
font-size: 17px;
width: 16.665%;
}
.features-app .tablink .active {
color: red;
}
@media screen and (max-width: 769px) {
.features-app .tablink {
width: 100%;
padding: 15px 20px;
}
}
.features-app .tabcontent {
color: white;
display: none;
padding: 100px 20px;
padding-bottom: 0px;
height: 100%;
background: white;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 769px) {
.features-app .tabcontent {
padding: 20px 20px;
flex: 1;
}
}
.features-app .tabcontent img {
padding: 40px;
width: 30%;
height: 30%;
}
@media screen and (max-width: 769px) {
.features-app .tabcontent img {
width: 100%;
height: 100%;
}
}
.features-app .tabcontent .tabDetails {
flex: 1;
display: flex;
flex-direction: row;
}
@media screen and (max-width: 769px) {
.features-app .tabcontent .tabDetails {
flex-direction: column;
}
}
.features-app .tabcontent .tabText h2 {
color: #cc1a17;
padding-top: 20px;
}
.features-app .tabcontent .tabText h3 {
color: black;
}
.features-app .tabcontent .tabText p {
padding-top: 20px;
}
.download-app {
flex: 1;
flex-direction: row;
background-image: url("./imgs/bg_phone.png");
align-content: center;
align-items: center;
}
@media screen and (max-width: 769px) {
.download-app {
flex-direction: column;
padding: 20px 0;
}
}
.download-app img {
width: 100%;
height: 100%;
}
.download-app .left {
width: 100%;
padding: 5rem;
}
@media screen and (max-width: 769px) {
.download-app .left {
padding: 1rem;
}
}
.download-app h1 {
text-align: center;
color: white;
}
.download-app h3 {
color: white;
text-align: center;
}
.download-app h2 {
color: white;
}
.download-app .buttons {
margin-top: 2rem;
flex: 1;
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
}
@media screen and (max-width: 769px) {
.download-app .buttons {
flex-direction: column;
}
}
.download-app .button-app {
border: 1px solid white;
padding: 20px 20px;
margin: 20px;
border-radius: 3px;
flex: 1;
display: flex;
color: blue;
/* First we need to help some browsers along for this to work.
Just because a vendor prefix is there, doesn't mean it will
work in a browser made by that vendor either, it's just for
future-proofing purposes I guess. */
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
/* ...and now for the proper property */
transition: 0.5s;
}
.download-app .button-app .button-logo {
color: white;
font-size: 60px;
padding: 0 20px;
}
.download-app .button-app .button-text {
color: white;
}
.download-app .button-app:hover {
background-color: #cc1a17;
}
.download-app .button-android {
border: 1px solid white;
padding: 30px 40px;
margin: 20px;
color: white;
border-radius: 3px;
}
.warning-app {
background-color: #eeeeee;
padding: 20px;
}
.explain-qr {
flex: 1;
display: flex;
flex-direction: row;
background-image: url("./imgs/bg_phone.png");
}
.explain-qr img {
width: 20%;
height: 20%;
margin: 20px;
}
@media screen and (max-width: 769px) {
.explain-qr {
flex-direction: column;
}
.explain-qr img {
width: 100%;
height: 100%;
}
}
.explain-qr h3 {
color: white;
margin: 30px;
}
.ctf-explain {
background-color: #eeeeee;
}
/*# sourceMappingURL=main.css.map */