@font-face {
    font-family: 'Alex';
    src: url('fuentes/AlexBrush-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lobster';
    src: url('fuentes/Lobster.otf');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    width: 100%;
}

#wrapper {
    position: relative;
    width:100%;
    height: 100%;
    background-color:black;
    overflow: hidden;
}

.kb-slide{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.kb-slide img{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    padding-top: 30px;
    font-weight: 600;
     text-shadow: 1px 1px #000;
}
.flexslider .slides img {
    height: 200px !important;
}
#titulos {
    font: 100 46px/50px 'Roboto Slab',serif;
    color: #545454;
    text-transform: uppercase;
    text-align: center;
    padding-top: 60px;
}
#titulos2 {
    font: 300 18px/21px 'Roboto Slab',serif;
    color: #757575;
    text-align: center;
    padding-top: 60px;
    padding-top: 20px
}
.form-group {
    font-family: 'Roboto Slab', sans-serif;
    color :#fff;
}
#leyendaContacto {
    font-family: 'Roboto Slab', sans-serif;
    color :#fff;
    padding: 10px;
}
#menu1 {
    font-family: 'Roboto Slab', sans-serif; color: #fff; font-weight: 300; text-align: center; font-size: 13px;
}
#menu1 span{
    cursor: pointer;
}
#menu2 {
    font-family: 'Roboto Slab', sans-serif; color: #fff; font-weight: 300; text-align: center; font-size: 12px;
}
#menu2 span{
    cursor: pointer;
}
#menu3 {
    font-family: 'Roboto Slab', sans-serif; color: #fff; font-weight: 300; text-align: center; font-size: 11px;
}
#menu3 span{
    cursor: pointer;
}

#logoFlotante {
     height: 100px; padding-top: 10px;
}
#textoHeader {
    font-family: 'Lobster', sans-serif; font-size: 65px; color: #fff; text-align: center; font-weight: 300; text-shadow: 1px 1px 1px #333;
}
#textoHeader2 {
    font-size: 65px;
    font-family: 'Lobster', sans-serif; color: #fff; text-align: center; font-weight: 300; text-shadow: 1px 1px 1px #333;
}
#cuadroMenu2 {
    margin-top: 50px;
}
.seleccionado {
    border-bottom: 2px solid #18BD9B;padding: 10px 2px;
}
#logo {
    max-height: 380px; margin: 0 auto;
}
.modal-body {
    font-family: 'Roboto Slab', sans-serif;font-size: 14px; font-weight: 300; color :#545454;
}
.modal-body span{
    font-size: 16px; font-weight: 900; color :#18BD9B;
}
.modal-body h3{
    color:#18BD9B;
}
.modal-dialog {
    width: 80%;
    margin-top: 150px;
    padding-top: 10px;
}
#textoContacto {
    font-family: 'Roboto Slab', sans-serif; color: #fff; font-weight: 300; font-size: 15px; padding: 10px 2px;
}
#customHeight {
    width: 100%;
    /*height: 278px;*/
    height: 650px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    /*border: 1px solid #ccc;*/
    /*background-color: #fff;*/
}
#divNosotros {
    margin-top: 50px;
}
/* ===================================MEDIA======================================== */
@media (min-width: 1900px) {
    #divNosotros {
        margin-top: 180px;
    }
    #customHeight {
        height: 800px;
    }
}
@media (min-width: 1200px) {
    
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
    
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
   
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #menu2 {
        font-size: 10px;
        padding: 5px;
        
    }
    #logoFlotante {
        height: 80px;
        margin-top: 30px;
    }
    #textoHeader {
        font-size: 28px;
    }
    #textoHeader2 {
        font-size: 28px;
    }
    #titulos {
        font-size: 30px;
    }
    #cuadroMenu2{
        margin-top: 20px;
    }
    .seleccionado {
        padding: 2px 2px;
    }
    #logo{
        max-height: 200px;
    }
    #customHeight {
        height: 400px;
    }
}
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
    -webkit-animation: glyphicon-spin-l 2s infinite linear;
    animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
    -webkit-animation: glyphicon-spin-l 3s infinite linear;
    animation: glyphicon-spin-l 3s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}