

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



header{
    background-color: #C9E1EF;;
    margin: 0%;
}

.go-top-container{
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 6.6rem;
    height: 6.6rem;
    z-index: -1;
}

::-webkit-scrollbar {
    display: none;
}

.go-top-button{
width: 0rem;
height: 0rem;
cursor: pointer;
transition: .2s;
top: 50%;
left: 175%;
transform: translate(-50%, -50%);
z-index: -1;
}

.go-top-button svg{
    position: absolute;
    top: 48%;
    left: 175%;
    transform: translate(-50%, -50%) scale(0);
    color: #95c8e5;
    transition: 0.2s;
}


.show{
    z-index: 10;
}

.show .go-top-button{
    animation: popup .3s ease-in-out;
    width: 6.6rem;
    height: 6.6rem;
    z-index: 11;
}

.show .go-top-button svg{
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popup {
    0%{
        width: 0rem;
        height: 0rem;
    }
    50%{
        width: 8rem;
        height: 8rem;
    }
    100%{
        width: 6.6rem;
        height: 6.6rem;
    }
}




.footer_section {
    width: 100%;
    float: left;
    background-color: #C9E1EF;
    height: auto;
    padding-bottom: 50px;
    box-shadow: 0px 24px 19px -1px #C9E1EF;
    position: relative;
}

.footer_logo img{
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    padding: 5px;
}

.adderss_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    padding-bottom: 30px;
}

.map_icon {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}

.map_icon img{
    filter: hue-rotate(0deg);
}

.map_icon span a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.map_icon span a:hover {
    color: var(--bs-primary);
    font-weight: bold;
}



.paddlin_left_0 {
    padding-left: 15px;
    color: #000;
}

.hiphop_text_1 {
    width: 90%;
    color: #000 !important;
    font-size: 16px;
    margin-left: 0px;
}


.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: transparent;
    padding: 7px 10px;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

input.Enter_text::placeholder {
    color: #000;
}

.adderss_text{
    margin: 0%;
    padding: auto;
    color: #000;
}

.Enter_text{
    margin: 0%;
}

.subscribe_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.subscribe_bt button {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #000;
    text-align: center;
    padding: 7px 0px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.subscribe_bt button:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
    font-weight: bold;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.social_icon ul li a svg {
    transition: all 0.3s ease-in-out;
}

.social_icon ul li a:hover svg {
    color: var(--bs-primary);
}

.text-decoration-none{
    color: #000;
}

.texto-noticias{
    color: #000;
    margin: 0%;
}

.social_icon li {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #C9E1EF;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #000;
    text-align: center;
}

.copyright_text a {
    color: #000 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.copyright_text a:hover {
    color: var(--bs-primary) !important;
    font-weight: bold;
}

.margin_90 {
    margin: 90px 0px;
}

.footer_logo{
    width: 100%;
    float: left;
    padding: 0px 0px 30px 0px;
}

.Useful_text {
    width: 50%;
    color: #000;
    font-size: 16px;
    margin-left: 0px;
}

.Useful_text ul {
    margin: 0px;
    list-style: none;
    padding: 10px;
    color : #000 !important;
    
}

.Useful_text ul a:hover{
    font-weight:bold;
    color: var(--bs-primary);
}

.Useful_text a{
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.navHover {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.navHover:hover {
    color: var(--bs-primary);
    font-weight: bold;
}

