:root {
    --primario: #161d6e;
    --secundario: #757575;
    --enfasis: #FFC107;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
}

#fondo {
    background-image: url('../img/almacen.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100.0vh;
}
#fondo2 {
    background-image: url('../img/almacen2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100.0vh;
}

.blackout{
    position: relative;
}
.blackout::before{
    content: '';
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;  
}

.contenedor {
    max-width: 100%; /* Establece el ancho máximo del contenedor */
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    background-color: #fdfdfd; /* Color de fondo opcional */
    padding: 0px; /* Relleno opcional */
}

.txt-blanco{
    color: #fdfdfd;
}

.diapositiva {
    z-index: 5;
    color: #fdfdfd;
}

.centrado-vertical{
    border: none;
    align-items: center;
    display: flex;
}

.margenIzq {
    margin-left: 3rem;
}
.zoomX1d5 {
    transition: transform 0s ease-in-out; /* Agrega una transición suave para suavizar el efecto de zoom */
    transform: scale(1.5);
}
.zoomX2 {
    transition: transform 0s ease-in-out;
    transform: scale(2);
}
.zoomX2d5 {
    transition: transform 0s ease-in-out;
    transform: scale(2.5);
}


/* CAROUSEL */
.carousel-item img {
    object-fit: cover; /* Cubre el área del contenedor, manteniendo la relación de aspecto */
    border-radius: 10px;
}


html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}

@media (min-width:550px){
    .titulo9{
        font-size: calc(.2em + 1vw);
    }
    .menor{
            display:none;
    }
    .mayor{
            display:block; 
    }
}
@media (max-width:550px){
    .titulo9{
        font-size: calc(.5em + 1vw);
    }
    .menor{
            display:block;
    }
    .mayor{
            display:none;
    }
}
@media screen and (max-width: 800px) and (min-width: 0px) {
    .not_priority {
        display:none;
    }
}
@media screen and (min-width: 801px) {
    .aux {
        display:none;
    }
}

::-webkit-scrollbar {
    display: none;
}


.altura-etiqueta{
    min-height: 3.3vh;
}

.centrado-vertical{
    border: none;
    align-items: center;
    display: flex;
}
.centrado-total {
    border: none;
    align-items: center;
    justify-content: center;
}
.justificar {
    text-align: justify;
}
.centrar {
    text-align: center;
}
.a-la-derecha {
    text-align: right;
    justify-content: right;
}
.a-la-izquierda {
    text-align: left;
    justify-content: left;
}


.icon{
    font-size:32px;
    color: #fff;
}

.bg-index{
    background-color: #f3f3f3;
}
.bg-footer {
    background: #292f32;
    color: #fff;
}
.bg-footer2 {
    background: #434547;
    color: #fff;
}

.bg-marino{
    background-color: #22284f;
}
.bg-celeste{
    background-color: #00adcb;
}
.bg-rojo{
    background-color: #e61f4d;
}
.bg-gris{
    background-color: #7e8384;
}
.bg-marino-rgba{
    background-color: rgba(34, 40, 79, 0.7);
}
.bg-celeste-rgba{
    background-color: rgba(0, 173, 203  , 0.3);
}
.bg-rojo-rgba{
    background-color: rgba(230, 31, 77, 0.7);
}
.bg-gris-rgba{
    background-color: rgba(126, 131, 132, 0.7);
}



.blackout{
    position: relative;
}

.blackout::before{
    content: '';
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;  
}

.sobreponer{
    position:absolute;
    z-index: 10;
}
.sobreponer2{
    position:absolute;
    z-index: 100;
}

.centrado-absoluto{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.flotante{
    position: fixed;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 2vw;
    width: 2vw;
    outline: black;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100%, 100%;
    border-radius: 0;
    border: 0px solid black;
    filter: invert(0%) opacity(100%);
    fill:rgba(34, 40, 79, 0.7);
}


.marino{
    color: #22284f;
}
.celeste{
    color: #00adcb;
}
.rojo{
    color: #e61f4d;
}
.gris{
    color: #7e8384;
}
.blanco{
    color: #fff;
}


.link-blanco{
    color: #ffffff;
}
.link-blanco:hover{
    color: #00adcb;
}

.titulo8{
    font-size: calc(.5em + 1vw);
}
.titulo7{
    font-size: 0.7rem;
}
.titulo6{
    font-size: 1.1rem;
}
.titulo5{
    font-size: 1.25rem;
}
.titulo4{
    font-size: 1.5rem;
}
.titulo3{
    font-size: 1.75rem;
}
.titulo2{
    font-size: 2rem;
}
.titulo{
    font-size: 2.5rem;
}

.redondeado{
    border-radius: 100vh;
}
.redondeado_con_borde{
    border-radius: 100vh;
    border: solid;
    color: #7e8384;
}
.redondeado_lite{
    border-radius: 3vh;
}

.zoom {
    transition: transform .3s;
    margin: 0 auto;
}
.zoom:hover {
    transform: scale(1.1);
    z-index: 100;   
}
#cut {
    overflow: hidden;
}


.color_actual{
    fill: currentColor;
}

.burbuja{
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    border-width: 3px;
    border-style:inherit;
    font-size: 4em;
    width: 1.3em;
    height: 1.3em;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}
.burbuja:hover{
    text-decoration: none;
}
.whatsapp{
    color: #00e676;
    right: 1vh; 
    bottom: 3.3vh;
}
.whatsapp:hover{
    color: #fff;
    background-color: rgba(0, 230, 118, 0.7);
}
.facebook{
    color: #0872fc;
}
.facebook:hover{
    color: #fff;
    background-color: rgba(24, 119, 242, 0.7);
}
.instagram{
    color: #d6249f;
}
.instagram:hover{
    color: #fff;
    background: #f197d5;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.linkedin{
    color: #097ff5;
}
.linkedin:hover{
    color: #0a66c2;
    background-color: rgba(255, 255, 255, 1);
}


.btn-rojo{
    background-color: #e61f4d;
    color: #fff;
}
.btn-rojo:hover{
    background-color: #ff003c;
    color: #fff;
}
.btn-ovalado{
    border-radius: 50vh;
}