form {
    margin: 0;
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
address {
    margin: 1em 0;
}

h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
}

h2 {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: "" "";
}

img {
    vertical-align: top;
}

a img {
    border: none;
    vertical-align: middle;
}

a:focus,
a[href]:hover {
    text-decoration: none;
}

a {
    color: #d62429;
    text-decoration: underline;
}

blockquote {
    margin: 1.5em;
    font-style: italic;
}

strong,
dfn {
    font-weight: bold;
}

em,
dfn {
    font-style: italic;
}

sup,
sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    font-style: italic;
}

del {
    color: #666;
}

pre,
code,
tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

ul,
ol,
dd {
    padding-left: 1.5em;
    margin-left: 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dt {
    font-weight: bold;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
}

thead th {
    text-align: center;
}

th,
td,
caption {
    padding: 2px;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

fieldset {
    padding: 0;
    border: none;
}

fieldset,
input,
textarea,
select {
    margin: 0;
    vertical-align: top;
}

textarea {
    resize: none;
}

select {
    padding: 3px;
}

option {
    padding: 0 6px;
}

.error {
    color: red;
}

.hidden {
    display: none;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list > li {
    margin: 1em 0;
}

.cols,
.grid {
    display: table;
}

.cols > .row,
.grid > .row {
    display: table-row;
}

.cols .col,
.grid .cell {
    display: table-cell;
}

.cols .col {
    vertical-align: top;
}

.grid .cell {
    vertical-align: middle;
}

.animated {
    overflow: hidden;
    position: relative;
}

/*->browse------------------------------------------------------------------*/
#browse span {
    float: left;
    text-align: right;
}

#browse .next {
    float: right;
    text-align: left;
}

#browse a {
    position: fixed;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -30px;
    text-indent: -1000em;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    z-index: 800;
    display: block;
}

#browse .next a {
    text-align: left;
    text-indent: -1000em;
    right: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
}

#browse .prev a {
    margin-left: 0;
    width: 80px;
    height: 80px;
    text-indent: -1000em;
}

#browse span:hover a {
    background-color: rgba(0, 0, 0, 0.9);
}

#browse a:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 28px;
    width: 20px;
    height: 28px;
    background: url(../images/browse.png) no-repeat 0 1px;
    overflow: hidden;
    text-indent: -1000em;
}

#browse .next a:before {
    background-position: 100% 0;
    left: auto;
    right: 28px;
}

#browse a:after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif);
}

#browse .next a:after {
    margin-left: 80px;
}

#browse .clone {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif);
}

#browse .next .clone {
    margin-left: 0;
}

#browse span:hover .clone {
    background: none;
}

/*->page--------------------------------------------------------------------*/
html,
body {
    height: 100%;
}

/*->content-----------------------------------------------------------------*/
#content {
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 20px;
}

.detail #content {
    padding-top: 80px;
}


#page {
    background-color: transparent;
}

#page .zona-light-area {
    background: transparent url("../images/bg-g.png");
}

#page .zona-light-area .social {
    padding: 25px 0;
    text-align: right;

}

#page .zona-light-area .social > div {
    display: inline-block;
    vertical-align: top;

}

#page .zona-light-area .img-font {
    display: block;
    text-align: center;
    padding-bottom: 65px;
    position: relative;
}

#page .zona-light-area .img-font:before {
    border-bottom: 2px solid #719dab;
    color: transparent;
    content: " . ";
    display: block;
    font-size: 1px;
    position: absolute;
    left: 0;
    top: 24px;
    width: 260px;
    z-index: 1;
}

#page .zona-light-area .img-font:after {
    border-bottom: 2px solid #719dab;
    color: transparent;
    content: " . ";
    display: block;
    font-size: 1px;
    position: absolute;
    right: 0;
    top: 24px;
    width: 260px;
}

#page .zona-light-area .solution,
#page .zona-light-area .task {
    display: block;
    position: absolute;
    height: 270px;
    top: 100px;
    z-index: 0;

}

#page .zona-light-area .solution .title-solution,
#page .zona-light-area .task .title-solution,
#page .zona-light-area .solution .title-task,
#page .zona-light-area .task .title-task {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #719dab;
    display: block;
    padding-bottom: 15px;
}

#page .zona-light-area .solution .body-solution,
#page .zona-light-area .task .body-solution,
#page .zona-light-area .solution .body-task,
#page .zona-light-area .task .body-task {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #374957;
}

#page .zona-light-area .task {
    left: -10px;
    border-radius: 270px;
    background: #e0eaeb;
    width: 270px;
}

#page .zona-light-area .task .inner-block {
    padding: 70px 25px 0 70px;
}

#page .zona-light-area .solution {
    right: 27px;
    width: 290px;
}

#page .zona-light-area .solution .inner-block {
    padding: 70px 0 0;
}

#page .zona-light-area .red-small {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #cd232e;
    color: #ffffff;
    position: absolute;
    top: 95%;
    left: 57.5%;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    z-index: 2;
}

#page .zona-light-area .red-small .inner-block {
    padding: 38% 0;
}

#page .zona-light-area .red-small:before {
    content: " ";
    background: url("../images/arrow-red.png") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 45%;
    left: 55%;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

#page .zona-light-area .red-big {
    height: 210px;
    width: 210px;
    border-radius: 210px;
    background: #cd232e;
    color: #ffffff;
    position: absolute;
    top: 90%;
    left: 72%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    z-index: 2;
    cursor: pointer;
}

#page .zona-light-area .red-big:hover {
    background: #273541;
}

#page .zona-light-area .red-big span {
    font-size: 23px;
}

#page .zona-light-area .red-big ul {
    list-style-type: none;
    text-align: left;
    margin: 3%;
    padding: 0;
}

#page .zona-light-area .red-big .inner-block {
    padding: 35% 0 0 20%;
}

#page .zona-dark-area {
    background-image: url("../images/bg-point.png");
    position: relative;
}

#page .zona-dark-area .description {
    padding: 30px 60px;
    font-family: 'Roboto', sans-serif;
}

#page .zona-dark-area .description h2 {
    color: #719dab;
    margin: 0;
    font-weight: normal;
}

#page .zona-dark-area .description p {
    color: #dceaec;
    font-size: 16px;
}

#page .zona-dark-area .middle-content {
    padding: 0 0 25px 60px;
    margin-top: -15px;
}

#page .zona-dark-area .middle-content:after {
    clear: both;
    display: block;
    content: "";
}

#page .zona-dark-area .middle-content .slide-block {
    width: auto;
    float: left;
}

#page .zona-dark-area .middle-content .capabilities-block {
    margin-left: 600px;
    font-family: 'Roboto', sans-serif;
    padding-top: 15px;
}

#page .zona-dark-area .middle-content .capabilities-block h2 {
    color: #dceaec;
    padding-left: 30px;
    font-weight: normal;
}

#page .zona-dark-area .middle-content .capabilities-block ul {
    list-style: none;
    padding: 0;
}

#page .zona-dark-area .middle-content .capabilities-block ul li {
    display: inline-block;
    vertical-align: top;
}

#page .zona-dark-area .middle-content .capabilities-block ul li span.number {
    color: #ff0000;
    font-size: 40px;
    line-height: 40px;
    vertical-align: top;
    padding-right: 10px;
    font-weight: 100;
}

#page .zona-dark-area .middle-content .capabilities-block ul li span.text {
    display: inline-block;
    width: 130px;
    color: #a5c8d2;
    font-size: 14px;
}

#page .zona-dark-area .middle-content .capabilities-block ul li span.st80 {
    width: 80px;
}

#page .zona-dark-area .middle-content .capabilities-block ul li span.st100 {
    width: 100px;
}

#page .zona-dark-area .middle-content .capabilities-block ul li span.st160 {
    width: 160px;
}

#page .zona-dark-area .middle-content .capabilities-block ul li span.st190 {
    width: 190px;
}

#page .zona-dark-area .site-icon {
    padding: 0 0 60px 60px;
    position: relative;
}

#page .zona-dark-area .site-icon p {
    margin: 0;
}

#page .zona-dark-area .site-icon a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 25px;
    background: url("../images/site-icon.png") no-repeat;
}

#page .zona-dark-area .site-icon a:hover {
    color: #cd232e;
    background: url("../images/site-icon-red.png") no-repeat;
}

#page .zona-dark-area .circle-team {
    width: 92px;
    height: 92px;
    border-radius: 92px;
    border: 1px solid #719dab;
    background: #374957;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    left: 19.5%;
    top: 25%;
}

#page .zona-dark-area .circle-team .inner-block {
    padding: 30px 15%;
}

#page .zona-dark-area .teams {
    padding: 0 0 45px 60px;
}

#page .zona-dark-area .teams ul {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

#page .zona-dark-area .teams ul li {
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #47606e;
    cursor: pointer;
}

#page .zona-dark-area .teams ul li .inner-block {
    padding: 37% 14%;
}

#page .zona-dark-area .teams ul li .inner-block span {
    display: block;
}

#page .zona-dark-area .teams ul li .inner-block .job {
    color: #709caa;
    font-size: 13px;
}

#page .zona-dark-area .teams ul li .inner-block .people {
    font-size: 15px;
    color: #ffffff;
}

#page .zona-dark-area .teams ul li:hover {
    background: #273541;
}

#page .content-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#container {
    width: 524px;
    position: relative;
}

#container #slides {
    position: relative;
}

#container #slides .wrapper {
    height: 344px;
}

#container #slides .slidesNext,
#container #slides .slidesPrevious {
    background: url("../images/navigation-previous.png") no-repeat 0 0;
    display: block;
    height: 0;
    left: -30px;
    overflow: hidden;
    padding-top: 30px;
    position: absolute;
    top: 163px;
    width: 10px;
    z-index: 1;
}

#container #slides .slidesNext {
    left: 544px;
    background: url("../images/navigation-next.png") no-repeat 0 0;
}

#container #slides .slidesNext:hover {
    background: url("../images/navigation-next-red.png") no-repeat 0 0;
}

#container #slides .slidesPrevious:hover {
    background: url("../images/navigation-previous-red.png") no-repeat 0 0;
}

#container #slides .slidesPagination {
    display: none;
}
