@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: "museosans-300-webfont";
    src: url("../fonts/museosans-300-webfont.eot");
    src: url("../fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/museosans-300-webfont.woff") format("woff"),
        url("../fonts/museosans-300-webfont.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "museosans-300italic-webfont";
    src: url("../fonts/museosans-300italic-webfont.eot");
    src: url("../fonts/museosans-300italic-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/museosans-300italic-webfont.woff") format("woff"),
        url("../fonts/museosans-300italic-webfont.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "museosans-700-webfont";
    src: url("../fonts/museosans-700-webfont.eot");
    src: url("../fonts/museosans-700-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/museosans-700-webfont.woff") format("woff"),
        url("../fonts/museosans-700-webfont.ttf") format("truetype");
    font-weight: 300;
}


article, aside, figure, footer, header, menu, nav, section{ 
	display: block;
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'museosans-700-webfont', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #000000;
}

strong {
    font-family: 'museosans-700-webfont', sans-serif;
    font-weight: 700;
}

body {
    min-height: 1500px;
    padding-top: 60px;
}

/* HEADER */
.container-fluid {
    max-width: 1440px;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.carousel {
    padding: 0;
}

#myCarousel-02 .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #415261;
    border-radius: 10px;
}

#myCarousel-02 .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #415261;
    border: 1px solid #fff;
}

#myCarousel-02 .carousel-control {
    color: #415261;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
}

.navbar {
    margin-bottom: 0;
    border: 0px solid transparent;
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 5px;
}

.navbar-header {
    height: 55px;
    background-color: transparent;
}

.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 18px;
}

.navbar-toggle {
    margin-top: 13px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #722789;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.dropdown-menu {
    top: 100%;
    padding: 5px 0;
    margin: 2px -20px 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #9C9C9C !important;
    text-align: center;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000000;
}

.navbar-default .navbar-nav>li>a {
    color: #9C9C9C !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;
    font-size: 12px;
    background-color: transparent;
}

body#index nav li:nth-child(2) a,
body#quienes-somos nav li:nth-child(3) a,
body#cultura-belcorp nav li:nth-child(4) a,
body#trabaja-nosotros nav li:nth-child(5) a {
    color: #000000 !important;
}

body#index nav .dropdown-menu>li>a,
body#quienes-somos nav .dropdown-menu>li>a,
body#cultura-belcorp nav .dropdown-menu>li>a,
body#trabaja-nosotros nav .dropdown-menu>li>a {
    color: #9C9C9C !important;
}

.caret { margin-left: 8px;}


.opaque-navbar {
    background-color: rgba(0,0,0,0);
  /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    height: 60px;
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

.opaque-navbar.opaque {
    background-color: rgba(255,255,255,0.9);
    height: 60px;
    transition: background-color .5s ease 0s;

    background: hsla(0,0%,100%,.95);
    border-bottom: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

#bs-example-navbar-collapse-1 {
    background-color: transparent;
}

@media (max-width: 992px) {

  .opaque-navbar {
    background-color:  rgba(255,255,255,0.9);
    height: 60px;
    transition: background-color .5s ease 0s;
}

}

@media (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
    background-color: #fff;}    
}

@media (min-width: 768px) {
    .navbar { border-radius: 0;}
}

@media (max-width: 1010px) {
    .navbar-right {
        top: 14px;
        height: auto;}
    .navbar-collapse.in {
    overflow-y: visible;}
}


/* MEMU EMPLEO */
.menu_log{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.side_empleo{
    background-color: #fff;
    padding: 0;
}

.login_ee {
    color: #fff;
    padding: 1% 0;
}

.login_ee h4 {
    color: #434142;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: 'museosans-300-webfont', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 870px) { 
    .login_ee h4 {
    font-size: 16px;}
}

.form-control {
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    border-radius: 0;
}

.login_ee .form-control {
    margin: 1% 0;
    background-color: #fff;
    width: auto;
}

input[type=submit].btn-block {
    width: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-ee {
    background-color: #722789;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    width: 100%;
}

.btn-ee:hover {
    color: #fff;
    opacity: .8;
}

.olvide, .olvide:hover {
    margin: 12px 0;
    text-align: center;
    color: #434142;
    padding: 0;
    font-size: 12px;
}

.boto-white {
    font-size: 18px;
    margin-top: 50px;
    color: #722789;
    background-color: #fff;
    border-radius: 0;
    height: 78px;
        display: flex;
    justify-content: center;
    align-items: center;
}

.boto-white:hover {
    color: #fff;
    background-color: transparent;
    opacity: 1;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media (min-width: 768px) and (max-width: 992px){
    .login_ee .form-control {
        width: 100%;}

    input[type=submit].btn-block {
        width: 100%; }
}
.logo_ee {
    width: 60%;
    margin:8px auto;

}

.legal-text {
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

@media (min-width: 1200px){
    /*.col-lg-10 {
    width: 78.33333333%;}
    .col-lg-2 {
    width: 21.666667%;}
    .col-lg-5 {
    width: 31.666667%;}
    .ima_01 {
    background-size: 100%;}*/
    
    .logo_ee {
    width: 45%;
    margin:4px auto;}
}


@media (max-width: 527px){
    .side_empleo{
    margin-right: 0;}
}

@media (max-width: 767px){
    .navbar {
        background-color: #fff;
        display: block;
    }
    .login_ee {
    margin-top: 15px;
    margin-bottom: 5px;}
    .logo_ee {
    width: 30%;
    margin:4px auto;}
    .menu_log > div .col-xs-12 {
    width: 100%;}
}

@media (min-width: 994px) {
    .login_ee .form-control {
    margin: 5.5% 0.5%;}
    input[type=submit].btn-block {
    margin: 5.3% 0;} 
    .olvide, .olvide:hover {
    margin: 7% 0;}  
}

/* CONTENIDO */
.ima-conte {
    background-color: #F8F8FA;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.espacio-text {
    padding-top: 10px;
}

.fondo-01, .fondo-02, .fondo-03, .fondo-04, .fondo-05, .fondo-06 {
    height: 450px;
    width: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fondo-01 {
    background-image: url("../img/ima-01.jpg");}

.fondo-02 {
    background-image: url("../img/ima-02.jpg");}

.fondo-03 {
    background-image: url("../img/ima-03.jpg");}

.fondo-04 {
    background-image: url("../img/ima-04.jpg");}

.fondo-05 {
    height: inherit;}

.fondo-06 {
    background-image: url("../img/ima-06.jpg");
    background-position: 0px -5px;}

.fondo-blanco {
    background-color: #fff;
    padding: 0;
}

.fondo-padd {
    padding: 0;
}


@media (max-width: 991px) {
    .fondo-01, .fondo-03, .fondo-04 {
    height: 250px;}   
}

@media (min-width: 992px) {
    .fondo-01 {
    height: 500px;}
    .fondo-02 {
    height: 550px;}
    .fondo-03 {
    height: 300px;} 
    .fondo-04 {
    height: 350px;}
    .fondo-06 {
    height: 400px;}    
}

@media (min-width: 1080px) {
    .fondo-02 {
    height: 500px;}
}

@media (min-width: 1200px) {
    .fondo-01 {
    height: 450px;} 
    .fondo-02 {
    height: 570px;}  
}

@media (min-width: 1400px) {
    .fondo-01 {
    height: 400px;} 
    .fondo-02 {
    height: 500px;}   
}

.titu_prin-01, .titu_prin-02, .titulos2, .titu-sec {
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;   
    font-size: 24px;
    color: #722789;
    padding: 0 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.titu_prin-02 {
    color: #00abdf;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.parrafo, .parrafo-01, .parrafo-log {
    color: #415261;
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    padding: 0 30px;
    text-align: left;
}

.parrafo {
    color: #415261;
    text-align: justify;
}

.parrafo-log {
    font-size: 14px;
    color: #434142;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .parrafo-log {
    padding-bottom: 20px;}
}

.forma_link {
    padding: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0 !important;
}

.link_ext {
    font-family: 'museosans-300-webfont', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #768EA3;
    line-height: 27px;
    font-weight: 300;
    border-color: #768EA3;
    border-radius: 0;
    padding: 6px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.forma_link>a:focus, .forma_link>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #722789;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* VIDEO Slider amazing */

.video-us {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 30px 10px 80px;
}

@media (max-width: 500px) {
    .video-us {
    width: 100%;
    padding-left: 0;
    padding-right: 0;}
}


.amazingslider-box-1 {
    border-width: 0 !important;
    margin-left: 0 !important;
}

.amazingslider-box-1 div a {
    display: none !important;
}

.amazingslider-nav-1 {
    display: none !important;
}



/* FORM CONTACTENOS */

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form input[type="password"],
.comment-form input[type="password"],
#contact-form textarea, .comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #000000;
    font-size: 14px;
    font-family: 'museosans-300-webfont', sans-serif;
}

@media (max-width: 900px){
    #contact-form input[type="submit"],
    #contact-form input[type="reset"] {
    display: block;
    width: 100% !important;}
}

#contact-form textarea, .comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"], .comment-form input[type="submit"] {
    width: 100%;
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #722789;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#contact-form input[type="reset"], .comment-form input[type="reset"] {
    width: 100%;
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #722789;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    text-transform: uppercase;
}


 form .nombre-form {
    background: url("../img/icon-01.png") no-repeat scroll 0 0 transparent;
    padding: 10px 20px 10px 70px !important;
}

.email-form {
    background: url("../img/icon-02.png") no-repeat scroll 0 0 transparent;
    padding: 10px 20px 10px 70px !important;
}




/* FOOTER */
.footer_se { 
    background: #ecedf0;
    position: relative;
    z-index: 110;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 30px 15px 0 15px;
}

.footer_se .footer-title {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .footer_se {
    padding-top: 0;
    font-size: 12px;
    }
    .footer_se .footer-title {
    margin: 0 -15px;
    padding: 15px;
    font-size: inherit;
    border-bottom: 1px solid #a4b5c4;}
}

.footer_se nav a {
    font-family: 'museosans-300-webfont', sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #415261;
    font-weight: 300;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
}


.footer_se nav a:hover {
    color: #222;
}

.footer_se .footer-copy {
    border-top: 1px solid #a4b5c4;
    padding-top: 5px;
    margin-top: 20px;
    font-size: 12px;
    color: #333;
}

.logo-belcorp {
    text-align: center;
    margin-bottom: 20px;
}


.parrafos-03b, .parrafos-03ab {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 10px;
    text-align: left;
}

.parrafos-03b {
    text-align: center;
}

.box-01 {
    box-sizing: border-box;
    text-align: left;
    align-content: flex-end;
    margin-left: 0;
    margin-right: 0;
}

.box-01 img {
    width: 134px;
    height: auto;
}

@media (max-width: 991px) {
    .box-01 {
    width: 100%;
    text-align: center;}

    .box-01 img {
    width: 201px;}

    .parrafos-03, .parrafos-03a, .parrafos-03b {
    text-align: center;}

    .logo-belcorp {
    margin-top: 20px;}
}

@media (max-width: 767px) {
    .footer_se .collapse-xs {
    display: none;}
}



.text-center {
	text-align: center !important;
	}