body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.dropdown-divider{
    border-top: 1px solid #8888889a;
}

a{
    color: #ff8100 !important;
}

a:hover{
    color: #888888 !important;
    font-weight: bolder;
    background-color: #eeeeee !important;
}

.nav-item{
    background-color: #eeeeee !important;
}

.nav-link{
    background-color: #eeeeee !important;
}

.navbar-light{
    background-color: #eeeeee !important;
}

.superior {
    margin-top: 10px;
}

.alto{
    margin-top: 16px;
}

.arriba{
    margin-top: 80px;
}

.altura{
    width: 190px;
}

.centrar{
    text-align: center;
}

.heading h1, .heading h2, .heading h3 {
    display: inline-block;
    border-bottom: solid 5px #ff8100;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.ul-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px;
}

.ul-icons li i {
    width: 20px;
    height: 20px;
    background: #ff8100;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 10px;
}

i.fa {
    display: inline-block;
    font: normal normal normal 26px/1 FontAwesome;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    }
     
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.enlinea {
    display: block;
    opacity: 1;
}

.forma{
    width: 190px;
}

.box-simple {
    text-align: center;
}

.box-simple .icon{
    color: #ff8100;
    border-color: #ff8100;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.box-simple:hover .icon{
    transform: scale(1.1, 1.1);
}

.icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px #fff;
    font-size: 20px;
    box-sizing: border-box;
}

/* @media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
} */

#copyright {
    background: #F8F9FA;
    color: #555555;
    padding: 36px 0;
    font-size: 16px;
    line-height: 0px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.form-group {
    margin-bottom: 20px;
}

.btn {
    color: #ff8100;
    background-color: #ffffff;
    border-color: #ff8100;
    font-weight: 700;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
}

i.fa-envelope-o {
    margin: 0 8px;
    font: normal normal normal 16px/1 FontAwesome;
}

i.fa-check {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
}

.bar.padding-big {
    padding: 50px 0;
}
.bar.background-gray {
    background: #eeeeee;
}

.bar {
    position: relative;
    background: #ff8100;
}

.color-white {
    color: white;
}

.btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active {
    background: #ff8100;
    color: #fff !important;
    border-color: #fff;
}

.btn-template-transparent-primary{
    background: #ff8100;
    color: #fff !important ;
    border-color: #fff;
}

.btn-template-transparent-primary:hover{
    background: #ffffff;
    color: #ff8100 !important ;
    border-color: #fff;
}

.btn-template-transparent-black:hover{
    background: #ff8100;
    color: #fff !important;
    border-color: #fff;
}

.bar.dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.bar.background-image-fixed-2 {
    background: url(../img/fixed-background-2.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.pie{
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 420px) {
    .pie{
        font-size: 8px;
    }
}
