@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'free';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/free.eot'),
    url('../fonts/free.woff') format('woff'),
    url('../fonts/free.ttf') format('truetype'),
    url('../fonts/free.svg#free') format('svg');

}

a:hover,a:focus{
    text-decoration: none;


}
body {
    font-family: 'Roboto', sans-serif;
}

footer {
    background: #eee;
    text-align: center;
}

footer .container {
    padding: 0;
    width: 100%;
}

footer .top {
    color: #fff;
    padding: 5px 25px;
}

footer .footer-logo {
    margin-bottom: 50px;
}

footer .bottom {
    background-color: #F0F81B;
    /*background-color: #0AD84D;*/
    color: rgba(34, 34, 34, 0.75);
    font-size: 1.2em;
    padding: 25px 0;

}

footer .bottom p {
    margin: 0;
    color: #8D978D;
    /*text-shadow: 1px 1px 1px #676767;*/
}

footer .footer-social li a:hover {
    color: #fff;
}

footer .footer-social li a {
    padding: 12px;
}

footer .footer-social li a {
    border-radius: 100%;
}
textarea{
    resize:none;
}

ul {
    list-style-type: none;
}

ul.nav {
    margin: 0;
}



.brand {

    color: #fff !important;
    letter-spacing: 1.3px;
    text-shadow: 1px 1px 1px #EBB34F;
    text-decoration: none !important;

}

.brand > strong {
    color: #F60808;
    letter-spacing: 1.3px;
}

.btn-facebook, .btn-twitter {
    /*color: #2885F0; azul bonito*/
    color: #0DB544;
    height: 50px;
    width: 50px;
}

.btn-facebook:hover {
    background-color: #3b5998;
}

.btn-facebook:hover, .btn-twitter:hover {
    color: white;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.btn-submit {
    background-color: transparent;
    border: 1px solid #ffed00;
    border-radius: 40px;
    padding: 10px 28px;

}

.btn-submit:hover {
    color: #fff;
}

.btn-twitter:hover {
    background-color: #00aced;
}

.content-1 {
    color: #37422B;
    /*color: #999;*/
    font-size: 1.4em;
    font-style: italic;

}

.content-2 {
    color: #ffed00;
    font-size: 1.3em;
    padding: 25px 25px;
}

.custom-container {
    width: 100%;
}

.download {
    color: rgba(0, 0, 0, 0.66);;
    font-size: 1.8em;
    font-weight: 700;
    padding: 0 20px 20px 20px;
    text-align: center;
    text-transform: uppercase;
}

.fa-facebook, .fa-twitter {
    font-size: 2em;
}

.fa-smile-o, .fa-lock {
    font-size: 5em;
}

.feature {
    color: #000;
    margin-top: 5px;
}

.follow {
    /*color: #2885f0;*/
    color:#0DB544;
    font-size: 1.3em;
}

.form-row {
    padding: 25px;
}

.form-icons > h4 {
    color: white
}

.form-icons h4 {
    padding-bottom: 16px;
}

.form-icons .media {
    margin-top: 0;
    padding-bottom: 16px;
}

.googleplay {
    padding: 0 30px;
}

.googleplay > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}


.icon-free {
    font-size: 79px;
}

.icon-free:before {
    content: '\0041';
    display: inline-block;
    font-family: 'free',sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.img-responsive {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    height: 65%;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.logo > .img-responsive {
    width: 85%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    box-shadow: #c6a388 1px 1px 3px;
    background-color: #00a551;
   
}

.navbar li {
    border-bottom-color: #E253C8;
    

}

.navbar li:hover {

    border-bottom-style: solid;
    border-bottom-width: 5px;
    height: 50px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    color: white;

}


.navbar-nav > li > a:hover {
    color: white;
    background-color: white;


}

.social {
    display: table;
    margin: 0;
    margin-bottom: -5px;
    padding: 0;
    width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
    padding: 80px 50px;
    width: 100%;

}

.social li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.terminos, .terminos:hover, .terminos:focus, .terms-accept, .terms-e {
    color:#0DB544;
}

.terms-accept{
    padding-top: 25px;
    font-size: 1.2em;
}
.terms-title{
    padding-bottom: 40px;
    text-align: center;
}

#caracteristicas {
    /*background: #222;*/

}

#contacto {
    background: #221919;
    color: #ffed00;
}

#contacto h2 {
    text-transform: uppercase;
    font-weight: 700;
}

#contacto a {
    color: #ffed00;
}

#contacto a:hover {
    text-decoration: none;
}

#contacto input::-webkit-input-placeholder,
#contacto input,
#contacto textarea::-webkit-input-placeholder,
#contacto textarea {
    color: #fff;
    fill: red;
}

#contacto .form-control {
    background-color: transparent;
    border: 1px groove #ffed00;
}

#contacto .form-control {
    border: 1px groove #ffed00;
    background-color: transparent;
}

#caracteristicatecnica p{
    color: #092206;
    text-shadow:  2px 2px 3px #DCD6D6;
    font-size: 1.3em;
    font-weight: bold;

}
#caracteristicatecnica h3{
    color: yellow;
    text-shadow:  2px 2px 3px black;
    font-size: 1.3em;
    font-weight: bold;
}


#caracteristicatecnica > .row > div > .row {
    padding: 0;
}


#inicio {
    /*background: #2196f3;   azul bonito*/
    /*background-color: #0AD84D;*/  
    background: url(../images/cont1.jpg) 50% 0 fixed;
    background-size: cover;
    min-height: 300px;
    
    margin: 0 auto ;
    width: 100%;
    padding: 100px 0;  
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    margin-top: 30px;
    text-align: center;
}

#inicio > .row {
    margin: 0;
}

#inicio .heading {
    font-size: 3.07em;
    font-weight: bold;
    letter-spacing: 1.2px;
    
    color: #fff;
    text-shadow: 2px 2px 5px #4C4911;
}

#inicio .subheading {
    font-size: 19px;
    font-weight: 300;
}

#quees {
    /*background: #DBF645;*/
    /*background: url(../images/ciudad.jpg);
    background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed; */
    font-size: 1.7em;
}

#quees > .row > * {
    display: table-cell;
    float: none;
    max-width: 50% !important;
    vertical-align: middle;
}

#terminos{
    background-color: rgba(58, 58, 58, 1);
    color: #FEFFFE;
    margin-top: 30px;
    text-align: left;
}

@media (max-width: 991px) {

    .btn-submit {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 49%;
    }
}

@media (max-width: 769px) {

    .form-icons h4 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .form-icons .media-body h4 {
        margin-top: 0;
        padding-left: 10px;
        text-align: left;
    }

    .form-row {
        padding: 0;
    }

    .media {
        padding-left: 20%;
    }

    .navbar-collapse > .nav > li:hover {
        height: 40px;
    }
    .navbar-collapse > .nav > li > a {
        padding-left: 0;
    }

}



@media (max-width: 455px) {
    body {
        font-size: 11px;
    }

    .download {
        padding: 0 0 20px 0;
        text-align: center;
    }

    .media {
        padding-left: 10%;
    }

    .row {
        padding: 60px 10px;
    }

}









