/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'robotoregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}


/*hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
}

.navbar-nav {
    text-transform: uppercase;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


/*-------- EB --------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}





.logo-central{
    width: 286px;
    height: 255px;
    margin: 0 auto;
    margin-top: 20%;
}

.entrar{
    text-align: center;
    margin-top: 10px;
}

.entrar a{
    text-decoration: none;
    color: #7f8083;
    font-size: 14px;
    font-family: 'robotobold';
}

.navbar-eb{
    background: #919191;
    border-radius: 0;
}

.logo-eb{
    background: #fff;
    width: 170px;
    height: 140px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.logo-eb img{
    width: 160px;
    height: 130px;
    margin-top: 5px;
}

.items-eb{
    margin-top: 110px;
}

.items-eb li a{
    color: #fff;
    font-size: 16px;
    font-family: 'robotobold';
    border: 1px solid transparent;
}

.items-eb li a:hover{
    border: 1px solid #fff;
    background: transparent;
}

.items-eb li > ul li a{
    color: #b0cc48;
    font-size: 14px;
    padding-left: 10px;
    font-family: 'robotobold';
    border-bottom: 1px solid #e7f0c8;
}

.items-eb li > ul li a:hover{
    color: #fff;
    background: #b0cc48;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border: 1px solid #fff;
}

.eb .dropdown-menu{
    border-radius: 0px;
    min-width: 140px;
}

.eb .nav>li>a {
    padding: 6px 14px;
}

.navbar-toggle {
    margin-top: 26px;
    background-color: #fff;
    border-radius: 0px;
}

.navbar-toggle .icon-bar {
    background: #b0cc48;
    width: 26px;
    height: 3px;
    border-radius: 0px;
}

.marquee-eb{
    height: 80px;
}


.animacion-marquee {
display:block;
height:40px;
position:absolute;
font-size:16px;
line-height:65px;
float:left;
width:100%;
color:#000;
font-weight:bold;
padding:0 10px;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-duration:30s;
-webkit-animation-name: scroll;
}
 
.animacion-marquee a {color:#c00;}
 
@-webkit-keyframes scroll {
0% {left:90%;}
100% {left:-100%;}
}
 
/*.animacion-marquee:hover { -webkit-animation-play-state: paused;}*/


.contenedor-marquee {
width:100%;
overflow:hidden;
position:relative;
margin:0 auto;
}

.fnd-conte{
    background: #f4f4f4;
}

.fnd-conte-blanco{
    background: #fff;
    padding: 0 10px;
}

.none{
    display: none;
}

.fnd-footer{
    background: #262425;
    height: 60px;
    color: #fff;
    padding-top: 20px;
    font-size: 14px;
    font-family: 'robotoregular';
}

.active{
    border: 1px solid #fff;
}

.borde-campo{
    border: 2px solid #f4f4f4;
    padding: 35.5px 14px;
}

.borde-campo p{
    color: #262425;
    font-size: 16px;
    font-family: 'robotoregular';
}

.borde-campo h1{
    color: #b0cc48;
    font-size: 17px;
    font-family: 'robotobold';
}

.bullet-inte{
    margin-right: 10px;
    margin-top: -4px;
}

.espa-1{
    padding-top: 72px;
    padding-bottom: 72px;
}

.espa-2{
    padding-top: 96px;
    padding-bottom: 96px;
}

.espa-3{
    padding-top: 62px;
    padding-bottom: 62px;
}

.espa-slider{
    margin-bottom: 60px;
    overflow: hidden;
}

.conte-slider{
    background: rgba(0,0,0,0.6);
    padding: 20px;
    width: 366px;
    height: 232px;
    position: relative;
    top: 244px;
    left: 10px;
    z-index: 100;
    margin-top: -232px;
}

.conte-slider h2{
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'robotobold';
    margin-bottom: 16px;
}

.conte-slider span{
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: 'robotobold';
}

.conte-slider p{
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'robotoregular';
    margin-bottom: 10px;
}

.fnd-conte-blanco h5{
    text-align: center;
    color: #b0cc48;
    margin: 130px 0;
    font-size: 50px;
    font-family: 'robotolight';
}

.eb .form-group {
    margin-bottom: 10px;
}

.eb .form-control{
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #262425;
    font-family: 'robotoregular';
}


::-webkit-input-placeholder {
   font-size: 16px;
    color: #262425;
    font-family: 'robotoregular';
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 16px;
    color: #262425;
    font-family: 'robotoregular';  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 16px;
    color: #262425;
    font-family: 'robotoregular';  
}

:-ms-input-placeholder {  
   font-size: 16px;
    color: #262425;
    font-family: 'robotoregular';  
}

.btn-enviar{
    color: #262425;
    float: right;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    width: 140px;
    height: 36px;
}

.btn-enviar:hover{
    color: #fff;
    background: #b0cc48;
    border: 1px solid #fff;
}




@media (max-width: 991px) {
    .conte-slider{
        width: 266px;
        height: 232px;
    }

    .items-eb li a {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .items-eb{
        margin-top: 0px;
    }

    .logo-eb{
        width: 100px;
        height: 70px;
        text-align: center;
        margin: 10px auto;
    }

    .logo-eb img{
        width: 90px;
        height: 60px;
        margin-top: 5px;
    }

    .conte-slider{
        padding: 20px;
        width: 266px;
        height: 70px;
        position: relative;
        top: 80px;
        margin-top: -42px;
    }

    .conte-slider span{
        display: none;
    }

    .conte-slider p{
        display: none;
    }

    .espa-slider{
        margin-bottom: 30px;
    }

    .items-eb li a {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .conte-slider{
        padding: 10px;
        width: 150px;
        height: 50px;
        position: relative;
        top: 80px;
        margin-top: -32px;
    }

    .conte-slider h2{
        font-size: 12px;
    }

    .conte-slider span{
        display: none;
    }

    .conte-slider p{
        display: none;
    }

    .espa-slider{
        margin-bottom: 30px;
    }
}