/********** Template CSS **********/

:root {
    --animate-duration: 2s;
    --animation-timing: 1s;
}

*,
::after,
::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-size: 100%;
    list-style-type: none;
}

/* @media(min-width:576px){
    body{
        margin-left: 100px;
    }
} */

.logo {
    width: 80px;
    height: 20%;
}

.barra-top {
    background-color: rgba(67, 81, 92);
    background-color: rgba(16, 16, 16, 0.85);
    background-color: #f8f9fA;
    color: rgba(16, 16, 16, 0.85);
}

.logo {
    border-radius: 0px;
    background-color: rgba(16, 16, 16, 0.85);
}


@media(min-width:992px) {

    .navbar,
    .navbar-collapse {
        display: flex;
        justify-content: space-around;
        height: 80px;
        background-color:rgba(67, 81, 92);
        background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
        /* background-color: aqua; */
    }
}

.navbar-nav {
    font-size: 16px;
    font-family: "Oswald";
    /* letter-spacing: 0.1em; */
}

/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.titulotextcarrusel {
    font-family: "Oswald";
    font-weight: 400;
    font-size: 60px;
}

/* @media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
} */

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



.divider-text-primary {
    border-left-color: #d9d9d9;
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.opciones {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

/* Barra contador */
.fondoconta {
    background-color: #222
}

/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.contenedor_prin>.row:hover> :not(:hover) {
    filter: blur(1px);
    opacity: 0.5;
}

.secvideo {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.infostody {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.cell2 {
    padding-top: 25px;
    max-width: 500px;
    margin-left: 0;
}

.cell1 .textoconten {
    padding: 0 auto;
    margin: 0;
    height: fit-content
}

.ajuste-img {
    flex: 0 0 auto;
    width: 33.33333333%;
    gap: 25px;
}

/* dispositivos extragande 993-1200 */
@media (max-width: 1200px) {
    .secvideo {
        background-color: greenyellow !important;
    }
}

/* dispositivos grandes 769-992px*/
@media (max-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .secvideo {
        background-color: aqua !important;
    }

}

/* dispositivos medianos 577-768px */
@media (max-width: 768px) {
    .secvideo {
        background-color: orange !important;

    }

    .flex-container {
        height: 700px !important;
    }


    .secvideos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .img05home {
        width: 100%;
    }

    .flex-elemento {
        width: 100%;
    }

}


/* dispositivos Small y extrapekeños 0-576Px*/
@media (max-width: 576px) {
    .secvideo {
        background-color: mediumvioletred !important;
    }

    .flex-container {
        height: 700px !important;
    }

    .flex-elemento {
        width: 100%;
    }

}

.img05home {
    object-fit: contain;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.musicavideo {
    height: 800px;
}