
body {
    background-color: #EFF0F0;
}

/* LOGIN SECTION */

.plasticom-header {
    height: 170px;
    padding-left: 50px;
    padding-right: 50px;
}

.plasticom-header-image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-height: 140px;
    z-index: 1;
}

.login-text {
    color: white;
    font-size: 20px;
    margin: 6px;
    margin-left: 5px;
    margin-right: 20px;
}

.login-field {
    border-radius: 0px;
    border: none;
    font-size: 14px;
    margin-right: -2px;
    height: 38px;
}
.login-field-alt {
	background-color: #F2F3F4;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    margin-right: -2px;
    height: 38px;
}
.btn-login {
	height: 38px;
    font-weight: bold;
    font-size: 14px;
}

/* GENERAL */

.plasticom-container {
    padding: 25px;
    width: 100%;
    background-color: white;
    margin: 4%;
    margin-top: 55px;
    margin-bottom: 0px;
    text-align: center;
}

.plasticom-container-no-background {
    padding: 25px;
    width: 100%;
    margin: 10%;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    color: #929393;
}
.plasticom-container-no-background h2 {
    font-size: 35px;
}

.no-padding {
    padding: 0px;
}

.original-a {
    color: #007bff;
}
.original-a:hover{
    color: #0056b3;
    text-decoration: underline;
}

/* HEADER */

@media (min-width: 768px) {
  header.masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* WHO */

.who-container {
    width: 100%;
    margin: 2%;
    margin-top: 55px;
    margin-bottom: 0px;
    color: white;
    padding: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    background-image: url(../../_assets/img/banner-main.png);
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
}

.who-title {
    font-weight: bold;
    font-size: 4.4rem;
    text-align: center;
}

/* PARTNERS */

.img-partner {
    width: 55%;
    max-width: 275px;
    border-radius: 50%;
    margin: 10px;
    background-color: #F7F7F7;
}
.bubble-partner-detail {
    width: 100px;
}
.bubble-partner {
    background-color: #EBEBEC;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 1px;
    border-radius: 25px;
    color: #9a9a9a;
    font-size: 17px;
}

/* REGISTER */

.register-container {
    border:0px;
    padding: 0px;
    margin-right: 2%;
    margin-left: 2%;
    width: 100%;
    text-align: center;
    background-image: url(../../_assets/img/Fondo-register.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 95px;
}
.register-container a:hover {
    text-decoration: none;
}
.btn-register {
    font-weight: bold;
    font-size: 2.3em;
}


/* CATEGORY CONTAINER */
.category-container {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #717171;
    border: 2px solid #E6E7E9;
}

.outer-border-hidder {
    overflow: hidden;
}
.outer-border-hidder .row {
    margin-top: -2px;
    margin-bottom: -2px;
}

.category-image {
    background-color: #e7e8ea;
    width: 85%;
    padding-top: 85%;
    margin: auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    /*background-position: 0px 8px;*/
}
.category-image:hover {
    /*transition: background-color 0.2s ease;*/
    transition: opacity 0.2s ease;
    /*background-color: #bdbdbd;*/
    opacity: 0.7;
}

/* PUBLICITY CONTAINER */

.publicity-container {
    width: 100%;
    margin: 2%;
    margin-top: 55px;
    margin-bottom: 0px;
    height: 300px;
    background-color: #E2E3E2;
}

/* FOOTER */

.footer {
    margin-top: 55px;
}



/* USER PROFILE */

.menu {
    position: absolute;
    right: 0;
    padding: 10px;
    font-size: 30px;
    color: #00192f;
    display: none;
    z-index: 1;
}

#menuCollapse {
    background-color: #efefef;
    text-align: center;
    visibility: collapse;
}

.profile-detail {
    position: absolute;
    right: 0;
    margin: 50px;
    margin-top: 30px;
    z-index: 1;
}

.banner-btn {
    display: none;
}

.user-detail-btn {
    background-color: transparent;
    color: black;
    border: none;
    cursor: pointer;
}

.user-detail-btn:hover, .user-detail-btn:focus {
    color: #007cff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.banner-container {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}

.banner-image {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-banner-image {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-banner-container {
    height: 150px;
}

/* PUBLICITY */
.publicity-image {
    background-size: contain;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.publicity-detail-image {
    background-size: contain;
    height: 150px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

/* MEDIAS */

@media screen and (max-width: 1110px) {
    .plasticom-header-image {
        width: 100%
    }

    .login-text {
        font-size: 16px;
        margin: 10px;
    }

    .plasticom-container h2 {
        font-size: 1.5em;
    }

    .who-container, .plasticom-container-no-background h2 {
        font-size: 2em;
    }

}

@media screen and (max-width: 991px) {
    .plasticom-header-image {
        top: 12px;
        left: 50%;
        margin-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    .plasticom-header-image {
        top: 40px;
        left: 20%;
        margin-left: 0px;
        width: 50%;
    }

    .FormBackColor {
        margin-top: 45px;
    }

    .plasticom-header {
        height: 200px;
    }

    .plasticom-container-no-background {
        margin: 5%;
    }

    .profile-detail {
        display: none;
    }

    .menu {
        display: block;
    }

    .banner-btn {
        display: block;
    }

    #menuCollapse {
        visibility: visible;
    }

}