.height-banner{
    height: 450px;
    margin-top: 10px;
}
.txt-banner{
        width: 475px;
        text-align: left;
        top: 330px;
        position: absolute;
}
.bg-color-happpy{
    background-color: #000000 !important;
}
.bg-color-happpy-login{
    background-color: #ffffff !important;
}
.img-icons{
    text-align: center;
}
.img-icons img{
    width: 185px;
}
.img-icons-internos{
    text-align: left;
}
.img-icons-internos img {
    width: 400px;
}
.txt-banner-internos {
    width: 575px;
    text-align: left;
    top: 230px;
    position: absolute;
    font-weight: bold;
}
.txt-banner-internos p{
    font-weight: bold;
}
.navbar-brand img{
    width: 100px;
}
.bg-gradient-preview {
    background-image: var(--background-image-preview);
    min-height: 400px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gradient-home {
    background-image: var(--background-image-home);
    min-height: 400px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gradient-servicios {
    background-image: var(--background-image-servicios);
    min-height: 400px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gradient-contenidos {
    background-image: var(--background-image-contenidos);
    min-height: 400px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gradient-sala-de-prensa {
    background-image: var(--background-image-sala);
    min-height: 400px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
}
.links-header a{
    color: white !important;
}
.cont-titles-sections{
    text-align: center;
    padding: 10px 0px 10px 1px;
    background-color: #bdbdbd;
    color: #000000;
    margin-bottom: 50px;
}
.mt-labels{
    margin-top: 0.5rem;
}
.input-preview{
    border-radius: 0px;
    border-color: black;
    font-size: 15px;
}
.txt-preview{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 15px 0px 15px 0px;
}
.btn-remove, .btn-admin{
    border-radius: 0px;
    background-color: #ffffff;
    border: 2px solid #fd5000;
    color: #fd5000;
}
.btn-remove:hover, .btn-admin:hover{
    background-color: #fd5000;
    color: white !important;
}
.btn-remove i{
    margin-right: 10px !important;
}
.btn-send-form{
    width: 200px !important;
    border-radius: 0px;
    font-size: 20px;
}
.new-preview{
    width: 95%;
    margin: 0 auto;
}
.navbar-nav img{
    width: 95px;
}
.img-icons img{
   width: 135px;
   transition: width 0.5s ease 0s;
}

.img-icons img:hover {
   width: 140px;
}
.accordion-item {
    border: 0px;
}
.accordion-button {
    border-bottom: 3px solid #fd5000;
}
.accordion-button:not(.collapsed)::after {
    color: #fd5000 !important;
}
.accordion-button::after {
    color: #fd5000 !important;
}
.txt-banner-sitios {
    width: 575px;
    text-align: left;
    top: 200px;
    position: absolute;
    font-weight: bold;
}
.bg-gradient-sitios {
    background-image: var(--background-image-sitios);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gradient-comunidades {
    background-image: url("../assets/back-banner-comunidades.png") !important;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gradient-logs {
    background-image: var(--background-image-logs);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-create{
    background-color: black;
    color: white;
    border-radius: 0;
    width: 150px;
}
img.card-img-top {
    border-radius: 0px !important;
    border: 5px solid #fd5000 !important;
}

.card-body {
    color: white;
    background-color: black;
    margin-top: 20px;
}
.txt-site{
    color: black;
    font-size: 30px;
    font-weight: 400;
}
.txt-sections{
    font-size: 18px;
    font-weight: 500;
}
.tbl-new > thead {
    border-top: 3px solid #fd5000;
    border-bottom: 3px solid #fd5000;
}
.nav-happpy{
    background-color: #ffffff !important;
}

.border-url-sitio {
  border-radius: 0px;
  word-wrap: break-word;
  white-space: normal;
  padding: 10px;
}
