header {
        /* background-color: #630020d6; */
        background-color: rgb(192 0 0 / 75%);
        border-bottom: none;
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }
        
    header .round-button.navbar-toggler {
        animation: none;
        background-color: transparent;
        width: 60px;
        height: 60px;
        margin-right: 30px;
        border: 1px solid #fff;
    }
    header .round-button.navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-nav {
        text-align: center;
    }
    /* .navbar-nav li:first-child {
        margin-left: 1rem !important;
    } */
    .navbar-nav li {
        margin-top: 10px;
        color: white;
    }
    .img-responsive-d {
        display: none;
    }
    .img-responsive-c {
        display: block;
    }
    #home, #cobertura {
        height: 100vh;
        margin-top: 0;
    }
    .arrow img {
        width: 40px;
    }
    .principal-button .circle img {
        width: 25px;
    }
    .principal-button .circle {
        padding: 12px;
    }
@media screen and (min-width: 1400px) {
    .navbar-nav {
        text-align: left;
    }
    .navbar-nav li:first-child {
        margin-left: 0 !important;
    }
    .navbar-nav li {
        margin-top: 0;
        color: black;
    }
    .navbar-nav li a.nav-link {
        color: black;
    }
    .img-responsive-d {
        display: block;
    }
    .img-responsive-c {
        display: none;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    header {
        background-color: white;
        border-bottom: none;
        border-radius: initial;
        border-bottom: 1px solid #f2e9e9;
    }
    #home, #cobertura {
        height: calc(100vh - 88px);
    }
}

/*******   INDEX *****/
#backgroundVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    /* width: 100vw; */
    height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

* {
    font-family: "Albert Sans", sans-serif;
}

a {
    text-decoration: none;
}

header {
    transition: background-color 0.5s ease-in-out;
    background-color: white;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #f2e9e9;
}

    header.scroll, header.scroll nav {
        background-color: #232323;
    }

.nav-link {
    cursor: pointer;
    color: black;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
}

header nav a.active {
    color: white !important;
    background-color: #C00000;
    border-radius: 20px;
}

header img {
    height: 70px;
    transition: height 0.3s ease;
}

header.scrolled {
    padding: 0 !important;
}

    header.scrolled img {
        height: 45px;
    }

.mb-5 {
    margin-bottom: 6rem !important;
}

.mt-5 {
    margin-top: 6rem !important;
}

.pt-7 {
    padding-top: 6rem !important;
}

.pb-7 {
    padding-bottom: 6rem !important;
}

.w-f-content {
    width: fit-content;
}

.principal-color {
    color: #C00000;
}

.principal-color-background {
    background-color: #C00000;
}

#video-home {
    width: 100%;
    height: calc(100% + 12px);
    margin-top: -6px;
}

#home {
    height: calc(100vh - 88px);
    /* width: 100vw; */
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

    #home .container {
        height: 100%;
    }

        #home .container p {
            font-size: 8rem;
            /*line-height: 8rem;*/
            /*font-style: italic;*/
            color: white;
        }

        #home .container h1 {
            font-size: 8rem;
            /*line-height: 8rem;*/
            /*font-style: italic;*/
            color: white;
        }

    #home .oval {
        font-size: 2rem;
    }

#containerrRoundButton {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.round-button {
    position: relative;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    border: none;
    animation: bounce 3s infinite;
}

    .round-button span {
        font-size: 50px;
        color: #C00000;
    }

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.animated-text {
    font-size: 90px;
    color: white;
}

.hidden {
    visibility: hidden;
}

.white-color {
    color: white;
}
/*.title {
    color: #dfac85;
    font-size:30px;

}*/
.pe-5r {
    padding-right: 5rem;
}

.pe-5l {
    padding-left: 5rem;
}

.pe-10l {
    padding-left: 10rem;
}

.pe-9l {
    padding-left: 9rem;
}

.pe-8r {
    padding-right: 8rem;
}

#about-text {
    font-size: 30px;
}

.principal-button {
    border: none;
    background-color: transparent;
    color: black;
    cursor: pointer;
    width: fit-content;
}

.principal-button .oval {
    padding: 13px 20px;
    border-radius: 1000px;
    font-weight: bold;
}

.principal-button .circle {
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 7px;
    transition: transform 0.3s ease;
}

.principal-button .circle span {
    line-height: 37px;
    font-size: 30px;
}

.principal-button-hover {
    transform: translateX(10px);
}

.button-gray {
    background-color: #f2f2f4;
}

.button-white {
    background-color: #fff;
}

.button-image-about {
    position: absolute;
    bottom: 30%;
    left: 40px;
    font-size: 20px;
}

    .button-image-about .oval {
        border-radius: 35px;
    }

.hidden-div {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.hidden-button {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s; /* Add a delay for the button */
    background-color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
}

.button-visible {
    opacity: 1;
    transform: translateY(0);
}

.image-background {
    width: 100%;
    height: 50%;
    background-position: center;
    background-size: cover;
}

.text-antenna {
    font-size: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: white;
    line-height: 150px;
    font-weight: 500;
    letter-spacing: normal;
}

.antenna {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.ondas {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: fade 4s infinite;
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.text-image p {
    font-size: 80px;
    color: white;
    font-weight: 500;
}

#aquiTambien {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: white;
}

    #aquiTambien p:first-child {
        font-size: 65px;
        font-weight: bold;
        margin-bottom: 50px;
    }
/* #aquiTambien p:nth-child(2) {
    font-size: 30px;
} */
#nuestros .fs-2 {
    font-size: 1.8rem !important;
}

#nuestros * {
    color: white;
}

#nuestros {
    background-size: cover;
    background-position: center;
}

.big-text {
    font-size: 70px;
}

.lineg-glob {
    background-color: #79001dba;
    color: white;
    border-radius: 30px;
    padding: 50px;
}
.aboutHome .contText {
    padding: 0 60px;
}
.aboutHome {
    padding-top: 70px;
}
.aboutHome .titleMobile {
    display: none;
}
.principal-button .oval {
    padding: 13px 20px;
    border-radius: 1000px;
    font-weight: bold;
}
.principal-button {
    border: none;
    background-color: transparent;
    color: black;
    cursor: pointer;
    width: fit-content;
}
.principal-button .circle{
    padding: 12px;
}

.principal-button .circle {
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 7px;
    transition: transform 0.3s ease;
    display: flex;
}
@media screen and (max-width: 639px) {
    #home {
        background-image: url(/img/home/red-5-g-altan-r.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    .animated-text{
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 1400px) {
    .aboutHome .titleMobile {
        display: block;
        margin: 50px auto;
        max-width: 70%;
        width: 100%;
        font-size: 28px;
        line-height: normal;
    }
    .aboutHome .titleDesktop {
        display: none;
    }
}
