ENEI2019-Public/website/main.css

3340 lines
60 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;
}
}
@keyframes animateLineLogo {
15% {
fill: #c7403a;
}
30% {
fill: #81898e;
}
45% {
fill: #993d3f;
}
100% {
fill: #000000;
}
}
@-webkit-keyframes animateLettersLogo {
from {
fill: transparent;
}
to {
fill: #ffffff;
}
}
@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-clipboard {
font-size: 20px;
margin-left: 2px;
}
.icon-linkedin_speaker {
font-size: 16px;
}
.icon-company {
font-size: 18px;
}
.icon-clock {
font-size: 16px;
}
.icon-location {
font-size: 18px;
}
.icon-close {
font-size: 30px;
}
.icon-close:hover {
color: #cc1a17;
}
.icon-close:before {
content: "";
}
.icon-clipboard:before {
content: "";
}
.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;
-webkit-box-sizing: border-box;
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;
}
body.blockY {
overflow-y: hidden;
}
button {
background-color: transparent;
}
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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: 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;
-webkit-transition: width 150ms ease-out;
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 */
/* Firefox */
animation: animateLineLogo 1s 0.25s forwards;
}
#logo-enei .letras-logo {
fill: transparent;
-webkit-animation: animateLettersLogo 0.25s 0.7s forwards ease-in;
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;
-webkit-transition: opacity 150ms ease-out;
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;
-webkit-animation: none;
animation: none;
}
#apresentation.main-landing.animated .letras-logo {
fill: #ffffff;
-webkit-animation: none;
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;
-webkit-animation: wave 1.3s ease-out infinite;
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;
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
#available-soon #wave .dot:nth-child(3) {
background-color: #5f2021;
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes wave {
0%,
100% {
-webkit-transform: initial scale(1);
transform: initial scale(1);
}
50% {
-webkit-transform: translateY(-10px) scale(1.2);
transform: translateY(-10px) scale(1.2);
}
}
@keyframes wave {
0%,
100% {
-webkit-transform: initial scale(1);
transform: initial scale(1);
}
50% {
-webkit-transform: translateY(-10px) scale(1.2);
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: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
min-height: 460px;
max-width: 260px;
border: 1px solid #eeeeee;
padding: 0 30px 40px;
margin: 0 15px;
-webkit-transition: -webkit-transform 150ms ease-out;
transition: -webkit-transform 150ms ease-out;
transition: transform 150ms ease-out;
transition: transform 150ms ease-out, -webkit-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 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
#sponsors .sponsor-image {
display: inline-block;
margin: 40px 20px 0;
max-width: 200px;
-webkit-filter: grayscale(0.2);
filter: grayscale(0.2);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
#sponsors .sponsor-image:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
-webkit-transform: scale(1.03);
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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
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;
}
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: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#tab-links .tab-label {
display: none;
}
#tab-links .tab-label.visible {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
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 .ciber-color h2 {
font-size: 14px;
}
@media (max-width: 1024px) {
#career-path .ciber-color h2 {
font-size: 18px;
}
}
#career-path .powered-by {
font-family: "Bai Jamjuree", sans-serif;
font-size: 16px;
line-height: 20px;
color: #ffffff;
margin-bottom: 20px;
}
#career-path .separator {
display: block;
margin: 0 auto;
width: 40%;
height: 1px;
background-color: #ffffff;
margin-bottom: 10px;
}
.career-path-container {
width: calc(16% - 20px);
display: inline-block;
margin: 0 10px;
vertical-align: top;
}
@media (max-width: 1024px) {
.career-path-container {
width: calc(30% - 20px);
margin: 0px 10px;
}
}
@media (max-width: 769px) {
.career-path-container {
width: 55%;
margin: 0px auto;
display: block;
}
}
.career-path-links {
position: relative;
padding: 20px;
display: inline-block;
min-height: 230px;
}
@media (max-width: 1024px) {
.career-path-links {
min-height: 250px;
max-width: 200px;
margin-bottom: 50px;
}
}
@media (max-width: 769px) {
.career-path-links {
min-height: inherit;
max-width: 200px;
}
}
.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(-3deg);
transform: skewX(-3deg);
left: -5px;
left: -5px;
-webkit-transition: border-width 150ms ease-in-out, top 150ms ease-in-out, border-width 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
transition: border-width 150ms ease-in-out, top 150ms ease-in-out, border-width 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
transition: transform 150ms ease-in-out, border-width 150ms ease-in-out, top 150ms ease-in-out, border-width 150ms ease-in-out;
transition: transform 150ms ease-in-out, border-width 150ms ease-in-out, top 150ms ease-in-out, border-width 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.career-path-links:hover:after {
-webkit-transform: skewX(0);
transform: skewX(0);
border-width: 2px;
top: -6px;
left: -6px;
}
.career-path-links img {
max-width: 85%;
margin: 20px auto;
padding: 15px;
background-color: white;
}
@media (max-width: 1024px) {
.career-path-links img {
max-width: 70%;
}
}
#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;
}
@media (max-width: 769px) {
#calendar hr {
margin-bottom: 30px;
}
}
#calendar hr::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.career-apresentation {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.career-apresentation .career-name {
font-size: 46px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
@media (max-width: 769px) {
.career-apresentation .career-name {
font-size: 30px;
}
}
.career-apresentation .career-name span {
font-size: 22px;
text-transform: none;
}
@media (max-width: 769px) {
.career-apresentation .career-name span {
font-size: 20px;
}
}
.career-apresentation img {
max-width: 200px;
margin: 35px auto 0;
}
@media (max-width: 769px) {
.career-apresentation img {
max-width: 150px;
}
}
.career-path #apresentation::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.4;
}
.speaker-button {
display: block;
margin-bottom: 50px;
position: relative;
}
.speaker-button:hover .speaker-image::before {
border-color: #f54b10;
}
.speaker-button:hover .speaker-image::after {
opacity: 0.85;
}
.speaker-button:hover .company-image {
opacity: 1;
width: 60%;
}
.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;
-webkit-transition: border-color 150ms ease-in-out;
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;
-webkit-transition: opacity 150ms ease-in-out;
transition: opacity 150ms ease-in-out;
opacity: 0;
}
.speaker-button .company-image {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 85%;
z-index: 1;
-webkit-transition: opacity 150ms ease-in-out, width 150ms ease-in-out;
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;
-webkit-transition: color 150ms ease-in-out;
transition: color 150ms ease-in-out;
}
.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 a:hover,
.ai-color #content-container .event-description:hover,
.ai-color .speaker-button:hover .speaker-name {
color: #f54b10;
}
.ai-color #main-menu nav ul li a::after,
.ai-color #apresentation::after,
.ai-color hr::after,
.ai-color #calendar-container .event-details::before,
.ai-color .career-path-links,
.ai-color #content-container .event-type {
background-color: #f54b10;
}
.ai-color .career-path-links::after,
.ai-color .speaker-button:hover .speaker-image::before {
border-color: #f54b10;
}
.ciber-color #main-menu nav ul li a:hover,
.ciber-color #event-days-list button.selected,
.ciber-color #event-days-list button:hover,
.ciber-color #content-container h2,
.ciber-color #social-network a:hover,
.ciber-color #content-container .event-description:hover,
.ciber-color .speaker-button:hover .speaker-name {
color: #214198;
}
.ciber-color #main-menu nav ul li a::after,
.ciber-color #apresentation::after,
.ciber-color hr::after,
.ciber-color #calendar-container .event-details::before,
.ciber-color .career-path-links,
.ciber-color #content-container .event-type {
background-color: #214198;
}
.ciber-color .career-path-links::after,
.ciber-color .speaker-button:hover .speaker-image::before {
border-color: #214198;
}
.mobile-color #main-menu nav ul li a:hover,
.mobile-color #event-days-list button.selected,
.mobile-color #event-days-list button:hover,
.mobile-color #content-container h2,
.mobile-color #social-network a:hover,
.mobile-color #content-container .event-description:hover,
.mobile-color .speaker-button:hover .speaker-name {
color: #971384;
}
.mobile-color #main-menu nav ul li a::after,
.mobile-color #apresentation::after,
.mobile-color hr::after,
.mobile-color #calendar-container .event-details::before,
.mobile-color .career-path-links,
.mobile-color #content-container .event-type {
background-color: #971384;
}
.mobile-color .career-path-links::after,
.mobile-color .speaker-button:hover .speaker-image::before {
border-color: #971384;
}
.iot-color #main-menu nav ul li a:hover,
.iot-color #event-days-list button.selected,
.iot-color #event-days-list button:hover,
.iot-color #content-container h2,
.iot-color #social-network a:hover,
.iot-color #content-container .event-description:hover,
.iot-color .speaker-button:hover .speaker-name {
color: #ec174a;
}
.iot-color #main-menu nav ul li a::after,
.iot-color #apresentation::after,
.iot-color hr::after,
.iot-color #calendar-container .event-details::before,
.iot-color .career-path-links,
.iot-color #content-container .event-type {
background-color: #ec174a;
}
.iot-color .career-path-links::after,
.iot-color .speaker-button:hover .speaker-image::before {
border-color: #ec174a;
}
.data-color #main-menu nav ul li a:hover,
.data-color #event-days-list button.selected,
.data-color #event-days-list button:hover,
.data-color #content-container h2,
.data-color #social-network a:hover,
.data-color #content-container .event-description:hover,
.data-color .speaker-button:hover .speaker-name {
color: #dc160d;
}
.data-color #main-menu nav ul li a::after,
.data-color #apresentation::after,
.data-color hr::after,
.data-color #calendar-container .event-details::before,
.data-color .career-path-links,
.data-color #content-container .event-type {
background-color: #dc160d;
}
.data-color .career-path-links::after,
.data-color .speaker-button:hover .speaker-image::before {
border-color: #dc160d;
}
.web-color #main-menu nav ul li a:hover,
.web-color #event-days-list button.selected,
.web-color #event-days-list button:hover,
.web-color #content-container h2,
.web-color #social-network a:hover,
.web-color #content-container .event-description:hover,
.web-color .speaker-button:hover .speaker-name {
color: #3a1484;
}
.web-color #main-menu nav ul li a::after,
.web-color #apresentation::after,
.web-color hr::after,
.web-color #calendar-container .event-details::before,
.web-color .career-path-links,
.web-color #content-container .event-type {
background-color: #3a1484;
}
.web-color .career-path-links::after,
.web-color .speaker-button:hover .speaker-image::before {
border-color: #3a1484;
}
#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;
}
@media (max-width: 1024px) {
#calendar-container .event-data {
margin-top: 30px;
}
}
#calendar-container .event-data:first-child {
margin-top: 0;
}
@media (max-width: 1024px) {
#calendar-container .event-data:first-child {
margin-top: 30px;
}
}
@media (max-width: 769px) {
#calendar-container .event-data:first-child {
margin-top: 30px;
}
}
#calendar-container .event-data h2:first-child {
margin-top: 0;
}
.career-path #event-days-list button {
width: 50%;
}
.mobile-color #event-days-list button {
width: 100%;
}
#event-days-list {
border-bottom: 1px solid #353535;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#event-days-list button {
width: 25%;
padding: 20px 0;
background-color: transparent;
color: #353535;
font-size: 32px;
font-weight: 700;
-webkit-transition: color 150ms ease, -webkit-transform 150ms ease;
transition: color 150ms ease, -webkit-transform 150ms ease;
transition: color 150ms ease, transform 150ms ease;
transition: color 150ms ease, transform 150ms ease, -webkit-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;
-webkit-transform: scale(1);
transform: scale(1);
}
#event-days-list button:hover {
color: #cc1a17;
-webkit-transform: scale(1.02);
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;
}
@media (max-width: 769px) {
.day-night-filter {
display: none;
}
}
.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;
}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 15;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 150ms ease;
transition: opacity 150ms ease;
}
#overlay.visible {
visibility: visible;
}
.modal-container {
visibility: hidden;
z-index: 30;
position: fixed;
top: 100px;
left: calc(50% - 570px);
width: 100%;
max-width: 1140px;
max-height: 747px;
overflow-y: scroll;
background-color: #fff;
-webkit-box-shadow: 0 0px 40px 15px #b9b8b8;
box-shadow: 0 0px 40px 15px #b9b8b8;
padding: 10px 10%;
text-align: center;
opacity: 0;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
}
@media (max-width: 1024px) {
.modal-container {
width: calc(100% - 100px);
height: calc(100% - 100px);
top: 50px;
left: 50px;
max-width: inherit;
max-height: inherit;
}
}
@media (max-width: 769px) {
.modal-container {
width: calc(100% - 30px);
height: calc(100% - 30px);
top: 15px;
left: 15px;
padding: 10px 30px 30px 30px;
}
}
.modal-container a {
font-weight: 600;
color: #777777;
}
.modal-container[data-status="opened"] {
visibility: visible;
}
.modal-container h2 {
margin: 50px 0 15px;
}
@media (max-width: 769px) {
.modal-container h2 {
margin: 30px 0 10px;
}
}
.modal-container p {
font-size: 17px;
margin-bottom: 15px;
}
.modal-close {
position: absolute;
top: 30px;
right: 30px;
color: #353535;
}
@media (max-width: 1024px) {
.modal-close {
top: 20px;
right: 20px;
}
}
@media (max-width: 769px) {
.modal-close {
top: 10px;
right: 10px;
}
}
#content-container {
padding: 30px 30px 0;
color: #353535;
}
@media (max-width: 1024px) {
#content-container {
padding: 0 15px 0;
}
}
#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;
-webkit-transition: color 150ms ease;
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;
}
#content-container h3 {
margin-bottom: 7px;
font-size: 19px;
}
#content-container .event-details {
color: #353535;
margin-bottom: 8px;
display: block;
line-height: 18px;
}
#content-container .event-details a {
color: #353535;
font-weight: 600;
}
#content-container .event-details span {
margin-right: 10px;
-webkit-transition: none;
transition: none;
vertical-align: bottom;
}
#content-container a.event-details:hover {
color: #cc1a17;
}
#content-container .event-time {
font-size: 23px;
font-weight: 700;
line-height: 28px;
}
@media (max-width: 1024px) {
#content-container .event-time {
margin-bottom: 10px;
}
}
#content-container .container-speaker-image::after {
content: " ";
}
#content-container .event-type {
font-size: 16px;
line-height: 20px;
display: table;
margin-bottom: 7px;
padding: 2px 10px;
background-color: #cc1a17;
color: white;
margin-top: 5px;
font-weight: 600;
text-transform: uppercase;
margin-top: 40px;
}
#content-container .event-type:first-child {
margin-top: 5px;
}
#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 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
#institucional-support .vertically-aligned {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
}
}
@media (max-width: 769px) {
#institucional-support .vertically-aligned {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
#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: 115px;
}
@media (max-width: 769px) {
#institucional-support .quinta-das-lagrimas {
max-width: 90px;
}
}
#institucional-support .nestle {
max-width: 150px;
}
@media (max-width: 769px) {
#institucional-support .nestle {
max-width: 100px;
}
}
#institucional-support .luso {
max-width: 105px;
}
@media (max-width: 769px) {
#institucional-support .luso {
max-width: 75px;
}
}
#institucional-support .gazela {
max-width: 105px;
}
@media (max-width: 769px) {
#institucional-support .gazela {
max-width: 75px;
}
}
#institucional-support .beirao {
max-width: 100px;
}
@media (max-width: 769px) {
#institucional-support .beirao {
max-width: 75px;
}
}
#institucional-support .simology {
max-width: 105px;
}
@media (max-width: 769px) {
#institucional-support .simology {
max-width: 75px;
}
}
#institucional-support .fbaup {
max-width: 150px;
}
@media (max-width: 769px) {
#institucional-support .fbaup {
max-width: 115px;
}
}
#institucional-support .whitesmith {
max-width: 80px;
display: inline-block;
margin: 0 20px;
}
@media (max-width: 769px) {
#institucional-support .whitesmith {
max-width: 60px;
}
}
.ctf-header {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #d02e2c), to(#e1494e));
background-image: linear-gradient(0deg, #d02e2c 20%, #e1494e 100%);
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 10%;
}
.ctf-header .ctf-top10 {
width: 40%;
margin: 0 auto;
padding: 0;
-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
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;
}
@media screen and (max-width: 769px) {
.ctf-header .ctf-top10 {
width: 95%;
padding-top: 20px;
}
}
.ctf-header .about-top {
color: white;
font-size: 15px;
text-align: center;
margin: 2%;
}
@media screen and (max-width: 769px) {
.ctf-header {
width: 100%;
}
}
.container-app {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #d02e2c), to(#e1494e));
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 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: 80%;
margin: 0 auto;
}
@media screen and (max-width: 769px) {
.card-features {
width: 90%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.card-body {
padding: 1.25rem;
background-color: white;
width: 23%;
margin: 0 auto;
border-bottom: 2px solid #cc1a17;
}
.card-body:hover {
-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
-webkit-transform: translateY(-0.25em);
transform: translateY(-0.25em);
-webkit-transition: all 0.3s ease;
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 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
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 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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;
-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 769px) {
.features-app .tabcontent {
padding: 20px 20px;
-webkit-box-flex: 1;
-ms-flex: 1;
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 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media screen and (max-width: 769px) {
.features-app .tabcontent .tabDetails {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-image: url("./imgs/bg_phone.png");
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 769px) {
.download-app {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 769px) {
.download-app .buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.download-app .button-app {
border: 1px solid white;
padding: 20px 20px;
margin: 20px;
border-radius: 3px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
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. */
-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 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 50px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: url("./imgs/bg_phone.png");
}
@media screen and (max-width: 769px) {
.explain-qr {
padding: 10px;
}
}
.explain-qr .explain {
margin: 30px;
}
@media screen and (max-width: 769px) {
.explain-qr .explain {
margin: 10px;
}
}
.explain-qr .explain h3 {
margin-bottom: 0;
color: white;
margin: 20px;
}
.explain-qr .explain p {
color: white;
margin-left: 20px;
}
.explain-qr img {
width: 20%;
height: 20%;
margin: 20px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
@media screen and (max-width: 769px) {
.explain-qr {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.explain-qr img {
width: 100%;
height: 100%;
}
}
.ctf-explain {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #eeeeee;
padding: 40px 100px;
}
.ctf-explain h3 {
padding: 30px;
padding-bottom: 0px;
}
.ctf-explain p {
padding: 30px;
text-align: justify;
text-justify: inter-word;
}
.ctf-explain img {
width: 30%;
height: 30%;
}
@media screen and (max-width: 769px) {
.ctf-explain {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 1px;
}
.ctf-explain img {
width: 100%;
height: 100%;
}
.ctf-explain p {
width: 100%;
padding: 15px;
}
}
.ctf-levels .level1-ctf {
background-color: #de6d6b;
}
.ctf-levels .level2-ctf {
background-color: #d95856;
}
.ctf-levels .level3-ctf {
background-color: #d54341;
}
.ctf-levels .level4-ctf {
background-color: #d02e2c;
}
.ctf-levels .level5-ctf {
background-color: #cc1a17;
}
.ctf-levels .level {
padding: 80px;
}
@media screen and (max-width: 769px) {
.ctf-levels .level {
padding: 30px 10px;
}
}
.ctf-levels .level h3 {
color: white;
padding-left: 30px;
}
.ctf-levels .level .sub-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media screen and (max-width: 769px) {
.ctf-levels .level .sub-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.ctf-levels .level .sub-container .sub-level {
width: 100%;
border: 1px dashed white;
margin: 20px;
padding: 20px;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 769px) {
.ctf-levels .level .sub-container .sub-level {
padding: 5;
margin: 10px 0;
}
}
.ctf-levels .level .sub-container .sub-level p {
color: black;
text-align: justify;
text-justify: inter-word;
}
.ctf-levels .level .sub-container .sub-level i {
color: #eeeeee;
font-size: 18px;
}
.ctf-levels .level .sub-container .sub-level .btn-dwn-ctf {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
color: white;
width: 40%;
margin: 20px;
text-align: center;
margin: 0 auto;
}
.ctf-levels .level .sub-container .sub-level .btn-dwn-ctf i {
font-size: 30px;
}
.ctf-levels .level .sub-container .sub-level .btn-dwn-ctf:hover {
text-decoration: none;
}
.ctf-levels .level .sub-container .sub-level .btn-dwn-ctf:hover a:hover {
text-decoration: none;
}
.ctf-levels .level .sub-container .sub-level .btn-dwn-ctf h3 {
font-size: 20px;
margin: 10px;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.ctf-prizes {
padding: 50px 100px;
}
.ctf-prizes h3 {
padding: 30px;
padding-bottom: 0px;
}
.ctf-prizes h5 {
padding-left: 30px;
color: #cc1a17;
}
@media screen and (max-width: 769px) {
.ctf-prizes {
padding: 0;
}
.ctf-prizes h3 {
padding: 20px;
text-align: center;
}
.ctf-prizes h5 {
text-align: center;
padding: 10px;
}
}
.ctf-prizes .prizes-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-top: 30px;
}
.ctf-prizes .prizes-container .prize {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: 20px;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ctf-prizes .prizes-container .prize .prize-logo {
font-size: 100px;
}
@media screen and (max-width: 769px) {
.ctf-prizes .prizes-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 20px;
}
.ctf-prizes .prizes-container .prize {
margin: 0;
}
}
/*# sourceMappingURL=main.css.map */