﻿@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
html {
    scroll-behavior: smooth;
}
textarea:focus, input:focus {
    outline: none !important;
}
*:focus {
    outline: none !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.OverFlowHidden {overflow:hidden !important;}
button {
    outline: none;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}
.RedHat {
    font-family: "Red Hat Display", sans-serif;
}
.Normal {
font-weight:normal;
}
.Bold {
font-weight:bold;
}
.Extra_Bold {
    font-weight: bolder;
}
.SemiBold {
    font-weight: 500;
}
.Light {
    font-weight:300;
}
.Blanco {
    color: #ffffff !important;
}
.Amarillo {
    color: #e8c203 !important;
}
.Negro {
    color: #191919 !important;
}
.Marron {
    color: #523535 !important;
}
.Celeste {
    color: #00acfb !important;
}
.GrisOscuro {
    color: #605a88 !important;
}
.GrisClaro {
    color: #7c7c7c !important;
}
.Naranja {
    color: #f89c1a !important;
}
.Azul {
    color: #0173ae !important;
}
.Verde {
    color: #859041 !important;
}
.FondoGrisClaro {
    background-color: #fcfcf7;
}
.FondoNegro {
    background-color: #1E1E1E;
}
.FondoMarron {
    background-color: #523535;
}
.FondoGrisOscuro {
    background-color: #e5e8e9;
}
.FondoGris3Btns {
    background-color: #f4f7f9;
}
.TextoLineaHeader {
    font-size: 14px;
    line-height: 18px;
    letter-spacing:1px;
}
.TextoMenuHeader {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}
.TextoForm {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}
.TextoDetalleForm {
    font-size: 11px;
    line-height: 15px;
}
.TextoTitulares {
    font-size: 52px;
    line-height: 56px;
}
.TextoSubtitulos {
    font-size: 40px;
    line-height: 44px;
}
.TextoSubtitulos2 {
    font-size: 40px;
    line-height: 44px;
}
.TextoCostoPlan {
    font-size: 52px;
    line-height: 56px;
}
.TextoContenidoPlanes {
    font-size: 16px;
    line-height: 20px;
}
.TextoComentario {
    font-size: 20px;
    line-height: 24px;
}
.TextoComentarioChico {
    font-size: 16px;
    line-height: 20px;
}
.TextoCanalesPremium {
    font-size: 50px;
    line-height: 54px;
}
.TextoContenido {
    font-size: 24px;
    line-height: 28px;
}
.TextoContenidoChico {
    font-size: 18px;
    line-height: 22px;
}

.RecuadroComentario {
    border-radius:25px;
}
.AltoComentario {
    height:75px;
}
.DivRelative {
    position: relative;
}
.Float_Left {
    float:left;
}
/*NAV*/
.custom-navbar {
    background-color: #1e1e1e !important; /* Cambia el color de fondo del navbar según tu preferencia */
}

    .custom-navbar .navbar-brand {
        color: white; /* Cambia el color del texto del logo */
    }

    .custom-navbar .navbar-nav .nav-link {
        color: white; /* Cambia el color del texto de los enlaces del navbar */
    }

/* Estilos para hacer el navbar sticky cuando se hace scroll */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Elimina el margen superior del body */
body {
    margin: 0;
    padding: 0;
}

/*Generales*/
.full-height {
    height: 100vh;
}
/* Clase personalizada para el primer slide con imagen de fondo */
.first-slide {
    background-image: url('../images/Inicio_WineNot.webp'); /* Ruta a tu imagen de fondo */
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px; /* Establece un mínimo de alto del 100% de la pantalla */
}
.Logo_Header {
    padding: 15px 0 15px 0;
    max-width: 290px;
}
.Logo_Footer {
    padding: 20px;
    max-width: 240px;
}
.FondoAzul_Header {
    background-color: #0173ae;
}
.DegradeHeader {
    background-color: #fd8204;
}
.AnchoMaximo {
    max-width:1440px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-dark{
    background-color:#000000;
}
/* Aplicar efecto de subrayado animado al pasar el mouse y al elemento con la clase MenuActivo */
.navbar-nav .nav-item .nav-link {
    position: relative;
    text-decoration: none;
}

    .navbar-nav .nav-item .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        background-color: #0173ae;
        transition: width 0.5s ease;
    }

    /* Efecto de subrayado al pasar el mouse */
    .navbar-nav .nav-item .nav-link:hover::before {
        width: 97%;
    }

    /* Efecto de subrayado para el elemento con la clase MenuActivo */
    .navbar-nav .nav-item .nav-link.MenuActivo::before {
        width: 97%;
    }

.RecuadroForm {
    background-color: rgba(224, 224, 234, 0.8); /* Ajusta el valor alfa (0.8) para la transparencia */
    border-radius: 25px;
    border: solid 4px #f89c1a !important;
}
.inputForm {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 10px 25px 10px 25px;
    border: 2px solid transparent; /* Establece un borde inicial transparente */
}

    .inputForm:focus {
        border: 2px solid #0173ae; /* Cambia el borde al color deseado cuando el campo está activo */
    }
.form-label {
    margin-left: 25px; /* Ajusta el valor según el margen que desees */
}

.BtnConsultar {
    background-color: #859041;
    border-radius: 10px;
    padding: 15px 50px;
    color: #FCFCF7;
    letter-spacing: 2px;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
}

    .BtnConsultar:hover, .BtnConsultar:focus, .BtnConsultar:active {
        background-color: #523535;
        color: #FCFCF7;
    }
.BtnConsultar2 {
    background-color: #859041;
    border-radius: 10px;
    padding: 15px 50px;
    color: #FCFCF7;
    letter-spacing: 2px;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
    border: solid 2px transparent;
}

    .BtnConsultar2:hover, .BtnConsultar2:focus, .BtnConsultar2:active {
        background-color: #523535;
        color: #FCFCF7;
        border: solid 2px #859041;
    }

.BtnForm {
    background-color: #000000;
    border-radius: 25px;
    padding: 10px 50px;
    color: #ffffff;
    border: solid 2px transparent;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
}
    .BtnForm:hover {
        background-color: #ffffff;
        color: #000000;
        border: solid 2px #000000;
    }

    .BtnForm:focus {
        outline: none; /* Para quitar el borde predeterminado del enfoque */
        background-color: #ffffff;
        color: #000000;
        border: solid 2px #000000;
    }

    .BtnForm:active {
        background-color: #ffffff;
        color: #000000;
        border: solid 2px #000000;
    }


.BtnContratar {
    background-color: #ffc60c;
    border-radius: 25px;
    padding: 10px 50px;
    color: #000000;
    border: solid 2px transparent;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
}

    .BtnContratar:hover {
        background-color: #ffffff;
        border: solid 2px #ffc60c;
    }

    .BtnContratar:focus {
        outline: none; /* Para quitar el borde predeterminado del enfoque */
        background-color: #ffffff;
        border: solid 2px #ffc60c;
    }

    .BtnContratar:active {
        background-color: #ffffff;
        border: solid 2px #ffc60c;
    }

.BtnCard {
    background-color: #f89c1a;
    border-radius: 5px;
    color: #000000;
    padding: 10px 15px;
    letter-spacing: .5px;
    border: solid 2px transparent;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
}

    .BtnCard:hover {
        background-color: #000000;
        color: #f89c1a;
        border: solid 2px #ffffff;
    }

    .BtnCard:focus {
        outline: none; /* Para quitar el borde predeterminado del enfoque */
        background-color: #ffffff;
        color: #000000;
        border: solid 2px #000000;
    }

    .BtnCard:active {
        background-color: #ffffff;
        color: #000000;
        border: solid 2px #000000;
    }
.TextoConSombra {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* Ajusta los valores según tu preferencia */
}
.separador {
    height: 2px;
    background-color: #f89c1a;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
.zoom-hover {
    transition: transform 0.2s ease; /* Transición para el agrandamiento */
}
.zoom-hover:hover {
    transform: scale(1.1); /* Agrandamos el elemento al 110% */
    transition: transform 0.2s ease; /* Transición para el agrandamiento */
}
.owl-carousel .owl-stage-outer {
}

#Bodegas .owl-prev, #Bodegas .owl-next {
    display:none;
}

.ContenedorLogo {
    height: 120px; /* Ajusta esta altura según tus necesidades */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Icono_Flecha {
    height: 30px;
    width: 30px;
}
.Animacion_Btn {
    cursor:pointer;
    transition: ease 2s;
}
.Animacion_Btn:hover {
    transform: scale(1.05);
}
.owl-prev,
.owl-next {
    position: absolute;
    height: 60px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-prev {
    left: -70px;
    top: 50px;
    transition: ease 1s;
}
.owl-prev:hover {
    transform: scale(1.1);
}

.owl-next {
    right: -70px;
    top: 50px;
    transition: ease 1s;
}
    .owl-next:hover {
        transform: scale(1.1);
    }
.owl-dots {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #c4c4c4;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #859041;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }
.accordion-item {
    margin-bottom: 20px !important;
    border-radius: 15px !important;
}
    .accordion-item::after {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
.accordion-header {
    border: solid 0px #523535;
    border-radius: 15px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.accordion-header::after {
    border-radius: 0px !important;
    box-shadow: 0 !important;
}
.accordion-button {
    background-color: #fcfcf7 !important;
    border-radius: 15px !important;
    border-bottom: solid 0px;
    color: #000000 !important;
}
.accordion-body {
    background-color: #fcfcf7 !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.accordion-button:not(.collapsed) {
    border-bottom: solid 1px #523535;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    
}
    .accordion-button:not(.collapsed)::after {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
    }

.RedSocial {
    max-width:40px !important;
}




@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

@media (max-width: 1440px) {
    .first-slide {
        background-position: 0% 0%;
    }
}
@media (max-width: 1280px) {
    .first-slide {
        background-position: 60% 0%;
    }
    .TextoBtnContratar {
        font-size: 16px;
        line-height: 20px;
    }
    .BtnContratar {
        padding: 10px 30px;
    }
            
}
@media (max-width: 1263px) {


    .full-height {
        height: 820px;
    }
}
@media (max-width: 1190px) {
    
}
@media (max-width: 992px) {
    
}
@media (max-width: 850px) {
       
}
@media (max-width: 768px) {
    .Logo_Header {
        padding: 15px;
        max-width: 220px;
    }   
.navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #343a40; /* Color de fondo para el menú */
    }

    .navbar-toggler {
        position: absolute !important; /* Usa !important para asegurarte de que se apliquen tus estilos */
        right: 15px; /* Alinear a la derecha */
        top: 50%; /* Centrar verticalmente */
        transform: translateY(-50%); /* Centrar verticalmente */
    }
    .TextoLineaHeader {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .5px;
    }
    .separador {
        width: 70%;
    }
    .TextoCostoPlan {
        font-size: 54px;
        line-height: 58px;
    }
    .TextoCanalesPremium {
        font-size: 30px;
        line-height: 34px;
    }
    .TextoContenido {
        font-size: 20px;
        line-height: 24px;
    }
    .TextoContenidoChico {
        font-size: 14px;
        line-height: 18px;
    }
    .IconoWhatsApp {
        width: 100px;
    }
    .PromoDestacada {
        transform: scale(1); /* Agrandamos el elemento al 110% */
    }

    .PromoChica {
        transform: scale(1); /* Agrandamos el elemento al 110% */
    }
    .TextoConSombra {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Ajusta los valores según tu preferencia */
    }
    .accordion ul li:nth-child(1) {
        background-position: 0% 30%;
        height:200px;
    }
    .arrow-icon {
        left: 43%;
    }
    .TextoTitulares {
        font-size: 28px;
        line-height: 32px;
    }

    .TextoSubtitulos {
        font-size: 14px;
        line-height: 18px;
    }
    .TextoSubtitulos2 {
        font-size: 18px;
        line-height: 22px;
    }
    .item {
        margin:0 auto!important;
    }
    .Carousel_Comentarios {
    }
    .BtnConsultar {
        padding: 10px 15px;
    }
    .BtnConsultar2 {
        padding: 10px 15px;
    }
    .owl-prev {
        display:none;
    }

    .owl-next {
        display: none;
    }
    .first-slide {
        background-position: 0% 0%;
    }
    
}
@media (max-width: 500px) {
    .full-height {
        height: 820px;
    }
    .IconoWhatsApp {
        width: 70px;
    }
    #BtnWhatsApp {
        bottom: 0px;
        right: -10px;
    }
    .first-slide {
        background-image: url('../images/Inicio_WineNot_Mobile.webp'); /* Ruta a tu imagen de fondo */
        background-repeat: no-repeat;
        background-position: center;
        min-height: 523px; /* Establece un mínimo de alto del 100% de la pantalla */
        background-position: 0% 0%;
    }
    .RedSocial {
        max-width: 35px !important;
    }
}
@media (max-width: 280px) {
    .CardDGo {
        max-width: 120px !important;
    }

    .img_promocional {
        max-width: 80px !important;
    }
}