.header {
    background: url(../images/fondo.png) no-repeat center;
    background-size: cover;
    -background-attachment: fixed;
    min-height: 600px;
}

.header .navbar {
    -background-color: #2f2e2eb3 !important;
}

.pt-6 {
    padding-top: 200px;
}

.coloryellow {
    background: #FF9800;
    border-radius: 16px;
    color: white;
}

.coloryellow:hover {
    background: #e28802;
    color: white;
}

#listado2 {
    overflow-x: hidden !important;
}

.adaptar {
    height: 900px;
    margin: 0;
    margin-left: 0;
    width: 100%;
}

#objPdf {
    height: 900px!important;
    margin: 0;
    margin-left: 0;
    width: 100%!important;
}


/*
Aqui empieza style perfil
*/

*/
/*** General styles ***/

.panel {
    box-shadow: none;
}

.panel-heading {
    border-bottom: 0;
}

.panel-title {
    font-size: 17px;
}

.panel-title>small {
    font-size: .75em;
    color: #999999;
}

.panel-body *:first-child {
    margin-top: 0;
}

.panel-footer {
    border-top: 0;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.07);
}


/**
 * Profile
 */


/*** Profile: Header  ***/

.profile__avatar {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .profile__avatar {
        width: 100px;
        height: 100px;
    }
}

.profile__avatar>img {
    width: 100%;
    height: auto;
}

.profile__header {
    overflow: hidden;
}

.profile__header p {
    margin: 20px 0;
}


/*** Profile: Table ***/

@media (min-width: 992px) {
    .profile__table tbody th {
        width: 200px;
    }
}


/*** Profile: Recent activity ***/

.profile-comments__item {
    position: relative;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-comments__item:last-child {
    border-bottom: 0;
}

.profile-comments__item:hover,
.profile-comments__item:focus {
    background-color: #f5f5f5;
}

.profile-comments__item:hover .profile-comments__controls,
.profile-comments__item:focus .profile-comments__controls {
    visibility: visible;
}

.profile-comments__controls {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    visibility: hidden;
}

.profile-comments__controls>a {
    display: inline-block;
    padding: 2px;
    color: #999999;
}

.profile-comments__controls>a:hover,
.profile-comments__controls>a:focus {
    color: #333333;
}

.profile-comments__avatar {
    display: block;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-comments__avatar>img {
    width: 100%;
    height: auto;
}

.profile-comments__body {
    overflow: hidden;
}

.profile-comments__sender {
    color: #333333;
    font-weight: 500;
    margin: 5px 0;
}

.profile-comments__sender>small {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

@media (max-width: 767px) {
    .profile-comments__sender>small {
        display: block;
        margin: 5px 0 10px;
    }
    .responsive-block {
        margin-left: 0!important;
        margin: auto!important;
        display: block!important;
    }
    .ml-5,
    .mx-5 {
        margin-left: 3rem !important;
        margin-left: 0.5rem !important;
        width: auto;
        margin-right: 0.5rem!important;
    }
    .ml-4,
    .mx-4 {
        margin-left: 3rem !important;
        margin-left: 0.5rem !important;
        width: auto;
        margin-right: 0.5rem!important;
    }
}

@media (max-width: 576px) {
    .responsive-block {
        margin-left: 0!important;
        margin: auto!important;
        display: block!important;
    }
    .container-fluid {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .ml-5,
    .mx-5 {
        margin-left: 3rem !important;
        margin-left: 0.5rem !important;
        width: auto;
        margin-right: 0.5rem!important;
    }
    .ml-4,
    .mx-4 {
        margin-left: 3rem !important;
        margin-left: 0.5rem !important;
        width: auto;
        margin-right: 0.5rem!important;
    }
}

.profile-comments__content {
    color: #999999;
}


/*** Profile: Contact ***/

.profile__contact-btn {
    padding: 12px 20px;
    margin-bottom: 20px;
}

.profile__contact-hr {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.profile__contact-hr:before {
    content: "OR";
    display: block;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f5f5f5;
    color: #c6c6cc;
}

.profile__contact-info-item {
    margin-bottom: 30px;
}

.profile__contact-info-item:before,
.profile__contact-info-item:after {
    content: " ";
    display: table;
}

.profile__contact-info-item:after {
    clear: both;
}

.profile__contact-info-item:before,
.profile__contact-info-item:after {
    content: " ";
    display: table;
}

.profile__contact-info-item:after {
    clear: both;
}

.profile__contact-info-icon {
    float: left;
    font-size: 18px;
    color: #999999;
}

.profile__contact-info-body {
    overflow: hidden;
    padding-left: 20px;
    color: #999999;
}

.profile__contact-info-body a {
    color: #999999;
}

.profile__contact-info-body a:hover,
.profile__contact-info-body a:focus {
    color: #999999;
    text-decoration: none;
}

.profile__contact-info-heading {
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #999999;
}


/*
estilo sobreescribir
*/

.btn-outline-secondary:hover {
    border-radius: 0.5em!important;
    background-color: #FF9800;
}

.btn-outline-secondary {
    color: #838384;
    border-color: #838384;
    border-radius: 0.5em!important;
}

.fontbold {
    font-weight: 700;
}

.btn-contactanos {
    border: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0.3em;
    background-color: #FF9800;
    color: white;
    font-weight: 600;
}

.btn-contactanos:hover {
    background-color: #da8303;
}

.border-color {
    border: 1px solid;
    border-color: #da8303;
    padding: 16px;
    border-radius: 0.5em!important;
}

.font-size-icon {
    font-size: 50px;
    -color: #da8303;
}

.alignitems {
    align-items: center;
    align-content: baseline;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-right: 0px;
    padding-left: 0px;
}

.opacity {
    opacity: 60%;
}

.opacity:hover {
    opacity: 100%;
}

.text-color-hover:hover {
    color: #da8303;
}

.efecthover:hover {
    background-color: #da8303;
    color: white!important;
}

span {
    -color: #da8303;
}


/*
Carousel Config
*/

.carousel {
    -margin: 50px auto;
    padding: 0 70px;
}

.carousel .carousel-item {
    max-height: 320px;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-item .img-box {
    height: 160px;
    width: 100%;
    position: relative;
}

.carousel .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carousel .carousel-item h4 {
    font-size: 18px;
    margin: 10px 0;
}

.carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}

.carousel .carousel-item .btn:hover,
.carousel .carousel-item .btn:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: none;
}

.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel .thumb-wrapper {
    text-align: center;
}

.carousel .thumb-content {
    padding: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    -background: rgba(0, 0, 0, 0.2);
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}

.carousel-control-prev i {
    margin-left: -3px;
}

.carousel-control-next i {
    margin-right: -3px;
}

.carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

.carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}

.carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}

.carousel .carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.max-width {
    max-width: 200px;
}

.btn-outline-warning {
    color: #FF9800;
    border-radius: 0.9em;
    border-color: #FF9800;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #FF9800;
    font-weight: 400;
    border-color: #FF9800;
}


/*
Otro
*/

.fondo-section {
    background: url(../images/empresa.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    -max-height: 300px;
}

a {
    color: #6c757d;
    text-decoration: none;
}

a:hover {
    color: #ffc000;
    text-decoration: none;
}

a.class_a_href {
    pointer-events: none;
    cursor: default;
}

.color-gris {
    background: #e8e2e2;
}

.border-crema {
    border: solid 1px;
    color: #FF9800;
    margin-right: 6px;
}

.gris-oscuro {
    color: #615f5f;
}

.gris-oscuro:hover {
    color: #2b2a2a;
}

.fixed-top {
    position: sticky;
}

.min-altura {
    max-height: 200px!important;
    min-height: 200px;
}

.line {
    background-color: #cbc6c6;
    height: 1px;
}

.bg-dark {
    background-color: #08357b !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(90, 90, 90);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #e9b64f;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgb(233, 182, 79);
}
.color-primary {
	color: #e9b64f;
}
.header .navbar {
    
    background-color: #dadbda8f;
}
.form-signin {
    width: 100%;
    max-width: 360px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}