.font-weight-bolder{
    font-weight: 900!important;
}
.line-height-1{
    line-height: 1;
}
.bg_green{
    background-color: #a6ce38;
}
.text-green{
    color: #a6ce38;
}
#top-page{
    position: relative;
    min-height: 40vw;
}
#nav-page.top-fixed{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 3px 1px 8px -1px rgba(0,0,0,.35);
}
#nav-page .navbar-brand img{
    transition: all .35s ease-in-out;
}
#nav-page.top-fixed .navbar-brand img{
    height: 32px;
}

#top-page:after, .manchas:before{
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/manchas.png');
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
}
#top-page:before{
    content: "";
    position:absolute;
    bottom: 0;
    right: 0;
    background-image: url('/img/foto_2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    z-index: 1;
  
}
.manchas .container{
    position: relative;
    z-index: 2;
}
.manchas.contain:before{
    background-size: contain;
}
#top-page>.container {
    position: relative;
    z-index: 2;
}
.logo_cafe{
    height: 128px;
    transition: all .35s ease-in-out;
}
.text-brown{
    color: #573b2b!important;
}
.bg-brown, .navbar-light .navbar-nav .nav-item>.nav-link:hover{
    background-color: #573b2b!important;
    color: white!important;
}
.bg-light-brown{
    background-color: #f2f7db;
}
.list-style-none {
    list-style: none;
}
.text-shadow{
    text-shadow: 3px 3px 6px rgba(0,0,0,0.65);
}
#conoceme {
    position: relative;
}
#conoceme:before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 0;
    width: 3%;
    height: 70px;
    background-color: #573b2b;
}
.navbar-light .navbar-nav .nav-item>.nav-link, #top-page:before, #top-page{
    transition: all .35 ease-in-out;
}

#form_join .form-inline .btn, #form_join_main .form-inline .btn {
    width: 100%!important;
}
#form_join .form-inline .form-group, #form_join_main .form-inline .form-group {
    width: 100%!important;
}
#form_join .form-inline, #form_join_main .form-inline {
    flex-wrap: wrap;
    justify-content: center;
}

#form_join .form-inline .form-group .form-control, #form_join_main .form-inline .form-group .form-control {
    background-color: rgba(255,255,255,.85);
    border: 1px solid #573b2b;
}

#nombre_rector:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 40%;
    border: 1px solid #573b2b;
}
#nombre_rector {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

#loQueHemosHecho, .article-size{
    min-height: 20vw;
}
.article-size-sm{
    min-height: 20vw;
}
.content-bottom{
    position:absolute;
    bottom:1rem;

}
#loQueHemosHecho-videos .video{
    width: 200px;
    height: 140px;
    background-color: yellowgreen;
    margin-left: .5rem;
    margin-right: .5rem;
    box-shadow: 4px 8px 12px 0px rgba(0,0,0,.45);
}
#loQueHemosHecho-videos .video iframe{
    height: 140px;
    width: 100%;
}
.bx-wrapper {
    max-width: 100%!important;
    margin-bottom: 0!important;
    margin-right: 0;
    background: transparent!important;
    border: 0!important;
    box-shadow: none!important;
}
.bx-wrapper .bx-viewport{
    height: 160px!important;
}
#segundaTemporadaCarousel .carousel-caption{
    top: 20px;
    
}
#segundaTemporadaCarousel .carousel-item {
    max-height: 60vh;
    position:relative;
}

#segundaTemporadaCarousel .carousel-item.carousel-item-center{
    min-height: 50vh;
}



#medios .bx-wrapper .bx-viewport {
    height: auto!important;
}



@font-face {
    font-family: 'LEMONMILK-Bold';
    src: url(/fonts/lemon_milk/LEMONMILK-Bold.otf);
  }
  @font-face {
    font-family: 'OpenSans-Bold';
    src: url(/fonts/OpenSans/OpenSans-Bold.ttf);
  }
  @font-face {
    font-family: 'Montserrat-Bold';
    src: url(/fonts/Monserrat/Montserrat-Bold.ttf);
  }
  

@media only screen and (min-width: 380px) {
    .logo_cafe{
        height: 192px;
    }
}
@media only screen and (min-width: 520px) {
    #top-page:before{
        top:0;
        right: 10%;
        width: 50%;
        height: 62%;
    }
}

@media only screen and (min-width: 768px) {
    .logo_cafe{
        height: 256px;
    }
    .manchas.contain:before{
        background-size: cover;
    }
    #segundaTemporadaCarousel .carousel-item.carousel-item-center>img {
        position: absolute;   
        top: 50%;
        transform: translateY(-50%);
    }
    
    #segundaTemporadaCarousel .carousel-item.carousel-item-center.center-80>img {
        top: 80%;
    }
}
@media only screen and (min-width: 992px){
    #form_join .form-inline .btn, #form_join_main .form-inline .btn {
        width: 30%!important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #form_join .form-inline .form-group, #form_join_main .form-inline .form-group {
        width: 70%!important;
    }
    #form_join .form-inline .form-group .form-control, #form_join_main .form-inline .form-group .form-control{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #form_join .form-inline, #form_join_main .form-inline {
        flex-wrap: nowrap;
    }
    
}
@media only screen and (min-width: 1200px) {
    /* .logo_cafe{
        height: 192px;
    } */
    #top-page:before{
        right: 0;
        width: 50%;
        height: 100%;
    }
    #texto_se_protagonista, .text-big-lg{
        font-size: 2.5rem!important;
    }
    #segundaTemporadaCarousel .carousel-item {
        height: 70vh;
        max-height: 70vh;
    }

}
@media only screen and (min-width: 1400px) {
    .logo_cafe{
        height: 256px;
    }
    .logo_cafe{
        margin-top: 1rem;
    }
    
}
@media only screen and (min-width: 1600px) {
    #top-page:before{
        right: 10%;
    }
    #top-page{
        min-height: 32vw;
    }
    
    
}