<<<<<<< Updated upstream
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */

body {
    background-color: #f0f0f0;
    font-family: Roboto, sans-serif !important;
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;   
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #000000;
}
.text-cuadrilla{
    color: #de0000 !important;
}
.navbar {
    z-index: 1000;
}

.pattern-bg {
    width: 100%;
    height: 100%;
    /* Add your background pattern here */
    background-color: #ffffff;
    background-image: radial-gradient(rgba(169, 169, 169, 0.171) 1px, transparent 0);
    background-size: 20px 20px;
    background-position: -5px -5px
  }


/* .navbar-pos {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
} */

.bg-black-nav{
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.home-link {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0, 0.8);
    padding-left: 30px;
    padding-right: 30px;
}
.bg-danger{
    background-color: #ff0000 !important;
}

@media (max-width: 768px) {
    .text-link {
        font-size: 17px;
        /* background-color: rgba(0, 0, 0, 0.8); */
        color: white;
        padding: 10px 10px 10px 15px ;
        margin: 0 0 0 0;
        display: inline-block;
        width: 95%;
    }

    .text-link:hover {
        /* background-color: rgba(255, 0, 0,1); */
        /* borde a la izquierda */
        border-left: 5px solid #ff0000;
    }
}

.vertical-align{
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/*padding-top 150px*/
.padding-top-150{
    padding-top: 150px;
}

/*padding-top 150px*/
.padding-top-100{
    padding-top: 70px;
}



/* poner imagen de fondo */
.bg-image-left{
    background-image: url('../images/bg/left-img.svg');
    background-repeat: no-repeat;
    height: 100vh;
    /* position: relative; */
}

.bg-image-right{
    background-image: url('../images/bg/right-img.svg');
    background-repeat: no-repeat;
    height: 100vh;
}

.bg-contact{
    background-image: url('../images/bg/contact-bg.png');
    background-repeat: repeat;
}

.bg-activities{
    background-image: url('../images/bg/contact-bg.png');
    background-repeat: repeat;
}

.bg-texto-animado{
    width: 250px; 
    height: 35px; 
    /* background-color: rgba(0, 0, 0,0.3);     */
    /* background degradado a 0 en la derecha y en la izquierda  */
    background: linear-gradient(to right, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}


.accordion-scroll{
    max-height: 450px; 
    overflow-x: hidden; 
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #ffffff;
}


=======
body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;   
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #000000;
}
.text-cuadrilla{
    color: #de0000 !important;
}


.navbar-pos {
    position: fixed;
    width: 95%;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.contenedor-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: radial-gradient(circle, rgba(255, 205, 205, 0.3), rgba(0, 0, 0, 1));
}

.video-fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.logo-vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.texto-vertical {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.home-link {
    color: #ff0000 !important;
}
.bg-danger{
    background-color: #ff0000 !important;
}

@media (max-width: 768px) {
    .text-link {
        font-size: 17px;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 10px 10px 10px 15px ;
        margin: 0 0 0 0;
        display: inline-block;
        width: 95%;
    }

    .text-link:hover {
        /* background-color: rgba(255, 0, 0,1); */
        /* borde a la izquierda */
        border-left: 5px solid #ff0000;
    }
}

.vertical-align{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Botones redes*/
.floating-buttons{
    position: fixed;
    top:80%;
    bottom: 0;
    right: 0;
    padding: 5px;
    
}

.floating-buttons-sm{
    position: fixed;
    bottom: 0;
    right: 0;
}

.floating-button{
    /* border: #ff0000 1px solid; */
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000000;
    color: #ff0000;
    text-align: center;
    line-height: 40px;
    /* border-radius: 10%; */
    margin-bottom: 10px;
    transition: all 0.3s;
    font-size: 1.5rem;
    border-radius: 50%; 
}

.floating-button-sm{
    display: block;
    width: 40px;
    height: 40px;
    color: #ff0000;
    text-align: center;
    line-height: 40px;
    border-radius: 10%;
    margin-bottom: 3px;
    transition: all 0.3s;
    font-size: 1.5rem;
}

.floating-button:hover{
    background-color: #ff0000;
    color: #000000;
}

/*padding-top 150px*/
.padding-top-150{
    padding-top: 150px;
}

/*padding-top 150px*/
.padding-top-100{
    padding-top: 70px;
}



/* poner imagen de fondo */
.bg-image-left{
    background-image: url('../images/bg/left-img.svg');
    background-repeat: no-repeat;
    height: 100vh;
    /* position: relative; */
}

.bg-image-right{
    background-image: url('../images/bg/right-img.svg');
    background-repeat: no-repeat;
    height: 100vh;
}

.bg-contact{
    background-image: url('../images/bg/contact-bg.png');
    background-repeat: repeat;
}

.bg-activities{
    background-image: url('../images/bg/contact-bg.png');
    background-repeat: repeat;
}

.bg-texto-animado{
    width: 250px; 
    height: 35px; 
    /* background-color: rgba(0, 0, 0,0.3);     */
    /* background degradado a 0 en la derecha y en la izquierda  */
    background: linear-gradient(to right, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}


.accordion-scroll{
    max-height: 450px; 
    overflow-x: hidden; 
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #ffffff;
}


>>>>>>> Stashed changes
