:root {
    --main-bg-color: hsl(0, 0%, 95%);
    --mm-mid-blue: #00619e;
    --mm-light-blue: #0390c6;
    --mm-dark-blue: #0e5186;
}

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

a {
    text-decoration: none;
    color: black;
}

/* Estilos de la barra inicio */
.empresa{
    color: white;
    margin: 1rem;
}
.barraInicio{
    background: black;
    color: white;
}

.redesInfo{
    text-align: end;
    align-self: center;
    font-size: 25px;
}
.redesInfo a{
    color: white;
}

.navbar{
    background: black;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active {
    color: white;
}

.spanMenu{
    color: white;
}

.menuNav{
    justify-content: flex-end;
}

/* FIn de los estilos de la barra de Navegación */

/* Estilos de la seccion de Noticias */
.seccionNoticias{
    margin-top: -2rem;
}
.generalNews{
    text-align: center;
    margin-top: 3rem;
}
.generalNews > a:hover{
    color: black;
}

.iconoNews{
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    margin: 0 auto 1rem;
    color: white;
    background: black;
    border-radius: 10%;
}
.iconoNews > img{
    border-radius: 10%;
    height: 250px;
}
.textInfo{
    margin-left: 20px;
    margin-right: 20px;
}
/* Fin de los estilos de la sección de Noticias */

/* section about */
.about{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textAbout{
    text-align: justify;
    font-size: clamp(1rem, 0.9412rem + 0.2353vw, 1.1rem);
}

.imagenAbout{
    min-height: 450px;
    max-height: 450px;
}
/* Fin de la section about */

/* section cartas */
.carta{
    min-height: 350px;
    max-height: 350px;
    object-fit: fill;
    opacity: 0.6;
}

.informacion{
    margin-top: 90px;
    font-weight: 500;
}
/* Fin de la section cartas */

/* Section de Eventos */
.eventos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 12rem;
}
/* Fin de la section eventos */

.footer{
    background: black;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    padding-top: 11px;
}
.titulo-footer{
    padding-bottom: 1rem;
    margin-bottom: 0;
}

/* Estilos para la sección de prensa */
.tituloPrensa{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.tituloPrensa > h2 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.subtituloPrensa{
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 1.5rem;
}

.subtituloPrensa > h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.contenidoPrensa{
    text-align: justify;
    margin: 0px 60px 20px 60px;
    font-family: 'Poppins', sans-serif;
}

.infoPrensa > h5 {
    margin-left: 60px;
    margin-bottom: 20px;
}

.imagenPrensa {
    object-fit: cover;
}
/* Fin de los estilos para la sección de prensa */

/* Estilos para la sección de catálogo*/
.imagenCatalogo {
    max-height: 286px;
    min-height: 286px;
    object-fit: cover;
    object-position: center;
}

/* Fin de los estilos para el catalogo*/

/* Estilos para el slider de la vitrina */
.sliderVitrina{
    margin-left: 20%;
    margin-right: 20%;
}
/* Fin de los estilos para el slider de la vitrina */

/* Estilos para la seccion de los productos del catalogo */
.main-background{
    background-color: var(--main-bg-color);
}
.product-image {
    max-width: 100%;
    min-height: 390px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}
.divisor {
    color: var(--mm-dark-blue);
    height: 3px;
    background-color: var(--mm-dark-blue);
}
/* Fin de los estilos para la seccion de los productos del catalogo */

/* Estilos para el carousel de las noticas de marketing */
.carousel-control-prev-icon {
    background-image: url("../img/back.png");
    background-color: black;
    border-radius: 20px;
}
.carousel-control-next-icon {
    background-image: url("../img/forward.png");
    background-color: black;
    border-radius: 20px;
}
.subtituloMarketing {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 1.5rem;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}
.subtituloMarketing>h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.containerMarketing{
    margin-left: 15%;
    margin-right: 15%;
}
.imgMarketing4 {
    border-radius: 5px;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}
.imgMarketing2 {
    border-radius: 5px;
    max-height: 450px;
    min-height: 450px;
    object-fit: cover;
    margin-bottom: 10px;
}
.imgMarketing1 {
    border-radius: 5px;
    max-height: 600px;
    min-height: 600px;
    object-fit: cover;
}
.imgEventos{
    border-radius: 5px;
    max-height: 700px;
    min-height: 600px;
}
/* Fin de los estilos de las noticias de marketing */
#cCarousel {
    position: relative;
    max-width: 900px;
    margin: auto;
}

#cCarousel .arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    color: white;
    background: #00000072;
    cursor: pointer;
}

#cCarousel #prev {
    left: 0px;
}

#cCarousel #next {
    right: 0px;
}

#carousel-vp {
    width: 770px;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.tags {
  margin-left: 60px;
  font-weight: 600;
}
.tags > p > span.badge {
    padding: 0.5rem 0.5rem;
}
.sliderNoticiasMb{
    margin-left: 20%;
    margin-right: 20%;
}
.sectionAllNews{
     margin: 0px 60px 0px 60px;
}
.like {
  display: flex;
  justify-content: flex-end;
}

.contenedorVitrina {
    display: flex;
    justify-content: center;
}

@media (max-width: 770px) {
    #carousel-vp {
        width: 510px;
    }
}

@media (max-width: 510px) {
    #carousel-vp {
        width: 250px;
    }
}

#cCarousel #cCarousel-inner {
    display: flex;
    position: absolute;
    transition: 0.3s ease-in-out;
    gap: 10px;
    left: 0px;
}

.cCarousel-item {
    width: 250px;
    height: 400px;
    border: 2px solid black;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cCarousel-item img {
    width: 100%;
    object-fit: cover;
    min-height: 246px;
    color: white;
}

.cCarousel-item .infos {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: white;
    color: black;
    margin: 0px 5px;
}

/* Estilos para la seccion de contacto */
.jumbotron {
    background: #358CCE;
    color: #FFF;
    border-radius: 0px;
}

.jumbotron-sm {
    padding-top: 24px;
    padding-bottom: 24px;
}

.jumbotron small {
    color: #FFF;
}

.h1 small {
    font-size: 24px;
}
.formContac{
    justify-content: center;
}
/* Fin de los estilos de la seccion de contacto */