/* Font Import */

@font-face {
    font-family: 'DIN-BoldAlternate';
    font-style: normal;
    font-weight: normal;
    src: local('assets/fonts/DIN-BoldAlternate'), url('assets/fonts/DIN-BoldAlternate.woff') format('woff');
}


@font-face {
    font-family: 'DIN-Bold';
    font-style: normal;
    font-weight: bold;
    src: local('assets/fonts/DIN-Bold'), url('assets/fonts/DIN-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
}

/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {

    color: #ff7700;

}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-family: 'DIN-Bold', sans-serif;
    font-weight: bold;
    font-size: 6em;
    line-height: 1;
    margin-bottom: 20px;

}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;

}

h1, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'DIN-BoldAlternate', sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */
* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
body {
    font-family: Roboto, sans-serif;
    color: #FFFFFF;

}

html {
    position: relative;
    min-height: 100%;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
    line-height: 1;
    margin-bottom: 20px;
    display: inline;
}

h2 {
    font-size: 12px;
    display: inline-block;
    margin: 4px;
}

h3 {

    font-size: 26px;
    color: rgba(0, 0, 0, 0.5);
}


p {
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    padding-top: 20px;
    line-height: 1.5;
}


.intro {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 20px;

}


/* Menu Original*/
#menu li {

    display: inline-block;
    margin: 0;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 7px;
    font-weight: bold;

}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: absolute;
    text-align: right;
    top: 20px;
    right: 10%;
    height: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}


li.dropdown {
    display: inline-block;


}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: bold;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

dropbtn {
    display: block;

}


#logo {
    position: fixed;
    z-index: 4;
    text-align: left;
    top: 20px;
    left: 10%;
    padding: 0;
    margin: 0;
}


/* Column*/


.column {
    display: inline-block;
    float: left;
    padding-top: 30px;
    padding-right: 9%;
    padding-bottom: 0;
    padding-left: 9%;
    margin: 0;
    top: 20px;
}



/* BUTTONS
* --------------------------------------- */

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #ff7700;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.12s linear 0s !important;

}

.button:hover {
    background-color: #ff5d00;
}

.button:active {
    background-color: #d35600;
    transform: translateY(4px);
}

.button-mail {
    font-family: Roboto, sans-serif;
    float: left;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: #000000;
    font-weight: bold;
    background-color: transparent;
    border: 0px;

}

.button-mail:hover {
    background-color: #ffc48c;
}

/* color
 * --------------------------------------- .*/
.text-white {
    color: #fff !important;
}

.text-gray {
    color: #1c1c1c !important;
}

.text-black {
    color: black !important;
}

.text-darkgray {
    color: darkgray !important;
}

.text-green {
    color: #2fd069 !important;
}

.text-orange {
    color: #ff5d00 !important;
}

.error {
    color: #e74c3c;
}


/* video
 * --------------------------------------- .*/
#video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*-- BLUR --
    webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    */
}

#spot1 {
    -webkit-radial-gradient: (circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.title {
    position: absolute;
    color: #1c1c1c !important;
    background: transparent;
    padding: 5px;
    width: 100%;
    bottom: 50%;
}

.swipe{

    background: #ff7700;
    padding: 0;
    width: 100%;
    bottom: 5%;
}

/* Media
* --------------------------------------- */
.clientes {
    display: inline-block;
    margin: 5px;
    -webkit-filter: grayscale(100%) brightness(600%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) brightness(600%);
}

.clientes:hover {
    -webkit-filter: none;
}


/* Counter
* --------------------------------------- */
.wrap2 {
    margin: 0;
    max-width: 600px;
    width: 100%;
}

.counter {
    width: 150px;
    padding: 20px 0;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 10px;
    border-radius: 15px;
}

.counter__heading {
    font-size: 20px;
    margin: 1rem 0;
    font-weight: 500;
}

.counter__icon {
    font-size: 50px;
}

.counter__num {
    font-size: 24px;
    line-height: 1.1;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
}


/* menu mobile
* --------------------------------------- */



.content {
    position: absolute;
    overflow: hidden;
    height: 265px;
    width: 100%;
    text-align: right;
    z-index: 1;
}
.content nav {
    height: 60px;
}
.content .nav-links {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}
.content .nav-links::before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all .3s;
}
.content .nav-links li {

    border-bottom: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .3s;
}
.content .nav-links li a {
    background: #fff;
    color: #404040;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: right;
    width: 100%;
    transition: all .3s;
}
.content .nav-links li a:hover {
    color: #1c1c1c;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
input[type="checkbox"]:checked + label {
    border: 4px solid #1c1c1c;
    border-radius: 50%;
    height: 28px;
    top: 16px;
    right: 18px;
    width: 28px;
    transform: rotate(-135deg);
}
input[type="checkbox"]:checked + label::before {
    background: #1c1c1c;
    top: 8px;
    right: 4px;
    width: 12px;
}
input[type="checkbox"]:checked + label::after {
    background: #1c1c1c;
    opacity: 1;
    top: 8px;
    right: 4px;
    visibility: visible;
    width: 12px;
}
input[type="checkbox"]:checked + label:hover {
    border-color: #ff7700;
}
input[type="checkbox"]:checked + label:hover::before, input[type="checkbox"]:checked + label:hover::after {
    background: #ff7700;
}
input[type="checkbox"]:checked ~ .nav-links::before {
    opacity: 1;
    visibility: visible;
}
input[type="checkbox"]:checked ~ .nav-links li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
input[type="checkbox"]:checked ~ .nav-links li:nth-child(1) {
    transition-delay: 0s;
}
input[type="checkbox"]:checked ~ .nav-links li:nth-child(2) {
    transition-delay: 0.1s;
}
input[type="checkbox"]:checked ~ .nav-links li:nth-child(3) {
    transition-delay: 0.2s;
}
input[type="checkbox"]:checked ~ .nav-links li:nth-child(4) {
    transition-delay: 0.3s;
}

label {
    background: none transparent;
    border: 4px solid #1c1c1c;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 24px;
    transition: all .2s;
}
label::before {
    background: #1c1c1c;
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: 6px;
    width: 24px;
    transition: all .2s;
}
label::after {
    background: #ff7700;
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transform: rotate(90deg);
    transition: all .2s;
}


/* date
* --------------------------------------- */

.date {
    display: inline-block;
    color: #7200e4;


}


/* form
* --------------------------------------- */

.form-group {
    margin-bottom: 15px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

}

.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6)
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999999
}

.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ebebeb;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}


/* scroll icon
* --------------------------------------- */

.icon-scroll {
    background-color: #ff7700;
    border-radius: 20px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 30px;
    height: 60px;
    z-index: 99999;
}

.icon-scroll span {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.icon-scroll .mouse {
    height: 60px;
    width: 30px;
    border: 3px solid rgba(0,0,0,1);
    border-radius: 20px;
}

.icon-scroll .wheel {
    position: relative;
    display: block;
    height: 7px;
    width: 7px;
    margin: 7px auto 0;
    background: rgba(0,0,0,1);
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    animation: mouse-wheel 1.2s ease infinite;
    border-radius: 50%;
}

@-webkit-keyframes mouse-wheel {
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px;
    }
}

@keyframes mouse-wheel {
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}

@keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}

.title-scroll {
    position: absolute;
    color: #1c1c1c !important;
    background: transparent;
    padding: 5px;
    width: 100%;
    bottom: 50%;
}

/* text intro
* --------------------------------------- */

.cont{
    width: 100% !important;
    display: inline-block !important;
}

.text {
    width: 100% !important;
    display: inline !important;
}

.dud {
    color: #757575;
}
