﻿@import url(icons.css);

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
:before,
:after {
    box-sizing: inherit;
}

img,
object,
embed {
    max-width: 100%;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
    border: 1px solid #e6ecf5;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
}

blockquote > p {
    margin: 3px 2px !important;
    line-height: 17px !important;
    color: #72799c !important;
}

blockquote > p > a {
    font-weight: 500;
    color: #72799c;
    font-size: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

small {
    font-size: 85%;
}

strong {
    font-weight: 700;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
input[type="button"] {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


@font-face {
    font-family: Estedad;
    font-weight: 900;
    src: url('../fonts/Estedad-Black.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 800;
    src: url('../fonts/Estedad-ExtraBold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 700;
    src: url('../fonts/Estedad-Bold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 600;
    src: url('../fonts/Estedad-SemiBold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 500;
    src: url('../fonts/Estedad-Medium.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 400;
    src: url('../fonts/Estedad-Regular.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 300;
    src: url('../fonts/Estedad-Light.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 200;
    src: url('../fonts/Estedad-ExtraLight.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 100;
    src: url('../fonts/Estedad-Thin.woff2') format("woff2")
}


html {
    scroll-behavior: smooth;
}

.container {
    width: 970px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-family: Estedad;
    background-color: #ffffff;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.main_title {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 20px 0;
}

.main_title:before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    border-radius: 5px;
}

#team, #startups, #the_stardio {
    padding: 50px 0;
}

.col_team {
    width: 25%;
    float: right;
    padding: 20px;
}

.image_team {
    border-radius: 40px;
    overflow: hidden;
    transition: 0.3s ease;
}

.col_team:hover .image_team {
    margin: 7px;
    box-shadow: 0 0 20px #b7b7b7;
}

.name_team {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 0 0 25px;
}

.job_team {
    font-size: 12px;
    padding: 2px 0 0 25px;
    color: #737373;
}

.the_stardio_story {
    padding: 20px 0 0 20px;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify;
}

#stardio {
    padding: 30px 0 0 0;
    width: 250px;
    float: right;
}

.select_version {
    float: left;
    margin: 40px 0 0 0;
}

.flag {
    width: 30px;
    float: right;
    margin: 2px 10px 0 10px;
}

.language {
    float: right;
    font-size: 13px;
    font-weight: 500;
}

.col_startup {
    width: 50%;
    float: right;
    padding: 25px;
}

.logo_startup {
    width: 120px;
    background-color: #f9f9f9;
    border-radius: 40px;
    box-shadow: 0 0 20px #ececec;
    padding: 10px;
}

.name_startup {
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 0 15px;
}
.link_startup{
	margin: 0 0 7px 0;
}
.link_startup a{
    color: #0058ff;
}

.intro_startup {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    margin: 0 0 0 15px;
}

#footer {
    padding: 20px 0;
}

.address {
    color: #5e5e5e;
    font-size: 15px;
    text-align: center;
}

.phone {
    color: #5e5e5e;
    font-size: 15px;
    text-align: center;
    margin: 5px 0 0 0;
}

@media only screen and (max-width: 599px) {
    .container {
        width: 100%;
    }

    #stardio {
        padding: 20px 20px 0 0;
    }

    #team, #startups, #the_stardio {
        padding: 30px 20px;
    }

    .main_title {
        padding: 0;
    }

    .the_stardio_story {
        padding: 20px 0 0 0;
    }

    .col_startup {
        width: 100%;
        padding: 25px 20px;
    }

    .col_team {
        width: 50%;
        padding: 15px;
    }

    .name_team {
        font-size: 16px;
        padding: 10px 0 0 0;
        text-align: center;
    }

    .job_team {
        font-size: 10px;
        padding: 0;
        text-align: center;
        height: 15px;
    }

    .address, .phone {
        font-size: 13px;
        padding: 0 20px;
    }
}