:root {
    --main-color: #ffffff;
    --tph-marron-oscuro: #4A412A;
    --tph-marron-claro: #C6AA76;
    --tph-claro: #F3EBE1;
    --tph-rojo: #B3282D;
    --tph-gris: #666666;
    --tph-white: #FFFFFF;
    --tph-azul-claro: #2596be;
    --tph-cuenta-atras: #B3282D;
    --tph-form-label: #fff;
    --tph-form-placeholder: #868686;
    --tph-form-input: #000;
    --tph-form-bg: #fff;
    --tph-font-body: 'Akzidenz';
}

@font-face {
    font-family: 'Akzidenz';
    src: url('../../../fonts/akzidenz-grotesk_bq_light-webfont.woff2') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz';
    src: url('../../../fonts/akzidenz-grotesk_bq_light-webfont.woff2') format('woff2'),
        url('../../../fonts/akzidenz-grotesk_bq_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TradeGothic2';
    src: url('../../../fonts/TradeGothicLTStd-BdCn20.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('../../../fonts/tradegothicltstd-bdcn20-webfont.woff2') format('woff2'),
        url('../../../fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-trgothic {
    font-family: 'TradeGothic';
}

.cl-marron {
    color: var(--tph-marron-oscuro);
}

.c-marron-claro {
    color: var(--tph-marron-claro);
}

.cl-yellow {
    color: yellow;
}

.cl-black {
    color: black;
}

.cl-gris {
    color: var(--tph-gris);
}

html,
body {
    overflow-x: hidden;
    font-family: 'Akzidenz';
    background-color: var(--tph-claro);
}

.alert-error {
    margin-bottom: 0.5rem;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Akzidenz', sans-serif;
}

/********************************************************************* scrollbar css *********************************************************/

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--tph-marron-oscuro);
}

::-webkit-scrollbar-thumb:hover {
    background: #e3d7c6;
}

/**********************************************************************************  BG y Color  *******************************************************************************/

.bg-marron-oscuro {
    background-color: var(--main-marron-oscuro);
}

.bg-marron-claro {
    background-color: var(--main-marron-claro);
}

.color-marron-oscuro {
    color: var(--tph-marron-oscuro);
}

.color-marron-claro {
    color: var(--tph-marron-claro);
}

.sombra-interior {
    box-shadow: inset 0px 27px 51px -6px rgba(0, 0, 0, 0.5);
}

/**********************************************************************************  BOTONES  *******************************************************************************/

.btn-formulario {
    font-family: 'TradeGothic';
    font-size: 1.5rem;
    font-weight: 300;
    border-radius: 5rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    background-color: var(--tph-marron-claro);
    color: var(--tph-marron-oscuro);
    transition: 0.3s background-color;
    width: 100%;
}

.btn-formulario:hover {
    background-color: var(--tph-marron-oscuro);
    color: #ffffff;
}

.btn-formulario:focus {
    background-color: var(--orange);
    color: #ffffff;
}

.btn-header {
    font-family: 'brugal-regular';
    font-size: 1rem;
    font-weight: 300;
    border-radius: 1rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    background-color: var(--orange);
    color: #fff;
}

.btn-header:hover {
    background-color: transparent;
    color: var(--orange);
    border: solid 1px var(--orange);
}

.btn-header:focus {
    background-color: var(--orange);
    color: #ffffff;
}

.btn-img {
    background-color: transparent;
    border: none;
}

/********************************************************************************** MENU  *******************************************************************************/

#mainMenu {
    color: #fff;
    background-color: white;
}

#mainMenu .container {
    max-width: 1920px;
    min-height: 1rem;
    z-index: 1;
}

#mainMenu .nav-link {
    color: black;
    font-size: 1.2rem;
    text-transform: uppercase;

}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="%23CBA25B" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
}

.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: none;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

.bg-menu {
    background-color: white;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--tph-marron-claro) !important;
    font-weight: bold;
}

#logo {
    position: absolute;
    max-width: 230px;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-toggler {
    order: 1;
}

.navbar-collapse {
    order: 2;
}

#menuMain {
    margin-top: 7rem;
}

/********************************************************************************** HEADER  *******************************************************************************/

#inicio .position-absolute {
    top: 0;
    left: 0;
}

.text-box {
    max-width: 70%;
    background-color: var(--tph-marron-oscuro);
}

.text-box h2,
.text-box p {
    margin: 10px 0;
}

.text-box p.lead {
    font-size: 5rem;
}

#inicio .col-6.justify-content-center {
    padding-top: 6rem;
}

.text-box p.text-uppercase {
    font-size: 1.5rem;
}

.text-box h5 {
    display: none;
}

.text-box p.mt-3 {
    font-size: 0.9rem;
    font-weight: bold;
}

.text-box .btn-primary {
    background-color: var(--tph-marron-claro);
    border-color: var(--tph-marron-oscuro);
}

.text-box .btn {
    height: 3.5rem;
    font-size: 1.2rem;
}

.text-box .btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.text-box .btn-secondary:hover {
    background-color: #ffffff;
    color: var(--tph-marron-oscuro);
}

#inicio h1 {
    font-size: 1.7rem;
    padding-right: 50px;
}


#inicio .align-items-end img {
    display: none;
}

/********************************************************************************** SECTION 1 *******************************************************************************/

#comoparticipar {
    background: linear-gradient(to bottom, #4A412A 0%, #4A412A 35%, #C6AA76 100%);
    color: white;
    text-align: center;
    padding: 50px 20px;
}

#comoparticipar h2 {
    font-size: 4rem;
    font-weight: bold;
    margin-top: 3rem;
}

#comoparticipar p {
    font-size: 1.8rem;
}

.step {
    margin: 20px 0;
}

.arrow-image {
    max-width: 100%;
}

.video-wrapper {
    display: none;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
    border: 5px solid #fff;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/********************************************************************************** SECTION 2 *******************************************************************************/

.bg-image-tph-2 {
    background-image: url('../../../img/dyc-25/tramadyc-08-08.png');
    background-size: cover 100%;
}

/********************************************************************************** SECTION 3 *******************************************************************************/

#destileria {
    height: 100%;
    background: linear-gradient(to bottom, #5C4B33 0%, #5C4B33 10%, #C5A876 100%);
}

#destileria a {
    transition: 0.3s color;
}

#destileria a:hover {
    color: var(--tph-marron-oscuro);
}

#destileria h1 {
    font-size: 2.5rem;
}

#destileria2 {
    display: none;
}

#destileria2,
#destileria3 {
    margin: 1rem;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}


.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}


.order-10 {
    order: 10;
}

.carousel-control-prev-icon {
    background-image: url(../../../img/dyc-25/leftarrow.png);
    height: 3rem;
    width: 1.5rem;
}

.carousel-control-next-icon {
    background-image: url(../../../img/dyc-25/rightarrow.png);
    height: 3rem;
    width: 1.5rem;

}

.carousel-indicators [data-bs-target] {
    border-radius: 2rem;
    border-top: 0;
    border-bottom: 0;
    width: 1rem;
    height: 1rem;
    background-color: #c7c7c7;
}

.carousel-indicators .active {
    background-color: var(--tph-marron-oscuro);
}

.carousel-item {
    height: 20rem;

}

.carousel-item img {
    border-radius: 2rem;
}

#destileria p {
    margin-bottom: 0;
}

.experiencias h2 {
    font-family: 'TradeGothic';
    font-size: 2rem;
}

.experiencias img {
    border-radius: 1rem;
}

.carousel-inner {
    max-width: 768px;
    margin: 0 auto;
}


/********************************************************************************** SECTION 4 *******************************************************************************/

#contacto .ayuda a {
    color: #fff;
    text-decoration: none;
}

.max-w-20 {
    max-width: 20%;
}

.max-w-50 {
    max-width: 50%;
}

.text-beige {
    color: var(--tph-beige);
}

.px-6 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.bg-black {
    background-color: black !important;
}

.text-extra-small {
    font-size: 0.5rem;
}

.box {
    position: absolute;
    left: 68%;
    top: 10%;
    transform: translateY(-35%);
}

.logoayuda {
    top: -45px;
}

/********************************************************************************** countdown  *******************************************************************************/

.proximamente {
    font-family: 'brugal-regular';
    color: #fff;
}

.finalizada {
    font-family: 'brugal-regular';
    color: #fff;
}

#countdown .wrapper {
    text-align: center;
    font-family: 'brugal-regular';
    margin-bottom: 3rem;
}

#countdown .time {
    color: var(--tph-marron-claro);
    font-size: 3.5rem;
    padding: 0.25rem;
}

#countdown .label {
    font-size: 1rem;
    display: block;
    color: var(--tph-marron-claro);
}

#countdown svg {
    font: bold 5rem;
    width: 100%;
    height: 120px;
}

#countdown text {
    fill: none;
    stroke: #fff;
    stroke-width: 6px;
    stroke-linejoin: round;
    animation: 2s pulsate infinite;
}

@keyframes pulsate {
    50% {
        text-shadow: 4px 4px #fff;
    }
}

/********************************************************************************** participa  *******************************************************************************/

/* Selecciona el span que contiene las clases específicas de select2 */
span.select2-container.select2-container--default.select2-container--focus {
    display: none;
}


.large-line {
    width: 100%;
    height: 100px;
    background-color: var(--tph-beige);
    position: static;
}

.bg-beige {
    background-color: var(--tph-beige) !important;
}

.pastilla-round {
    border-radius: 0rem 5rem 5rem 0rem;
}

#participa {
    background-color: var(--tph-beige);
}

#participa h1 {
    font-size: 4rem;

}

#participa .input-group-text {
    display: none;
}

form#formReg_l label {
    display: block;
    color: var(--tph-marron-oscuro);
    font-weight: bold;
}

form#formReg_l input,
form#formReg_l select {
    border-color: var(--tph-marron-oscuro);
    border-radius: 2rem;
}

form#formReg_l .form-control {
    color: var(--tph-form-input);
    background-color: var(--tph-form-bg);
    font-size: 1rem;
}

form#formReg_l .form-select {
    color: var(--tph-form-input);
    background-color: var(--tph-form-bg);
    font-size: 1rem;
}

form#formReg_l label.custom-control-label {
    display: block !important;
    color: var(--tph-form-label);
    font-size: 1rem;
}

form#formReg_l .form-control::placeholder {
    color: var(--tph-form-placeholder);
    opacity: 1;
}

form#formReg_l .form-control:-ms-input-placeholder {
    color: var(--tph-form-placeholder);
}

form#formReg_l .form-control::-ms-input-placeholder {
    color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::placeholder {
    color: var(--tph-form-placeholder);
    opacity: 1;
}

form#formReg_l .form-select:-ms-input-placeholder {
    color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::-ms-input-placeholder {
    color: var(--tph-form-placeholder);
}

form#formReg_l a {
    color: var(--tph-naranja);
}

form option {
    color: #000000;
    font-size: 1rem;
}

form option:hover {
    background-color: #ffffff;
}

form .input-group-text {
    background: #fff;
    border: none;
}

form .form-check-input:checked {
    background-color: var(--tph-naranja);
    border-color: var(--tph-naranja);
}

/********************************************************************************** contacto  *******************************************************************************/

#contacto {
    text-align: center;
    background-color: white;
}

#contacto h1 {
    font-size: 5rem;
}

#contacto h2 {
    font-size: 2.3rem;
}

#contacto h3 {
    font-size: 1.6rem;
}

#contacto h5 {
    color: var(--tph-gris);
    font-size: 1rem;

}

#contacto a {
    transition: 0.3s color;
}

#contacto a:hover {
    color: var(--tph-marron-claro);
}

#contacto img {
    text-align: center;
    max-width: 700px;
}

.tel_promo a {
    text-decoration: none;
    color: var(--main-color);
}

.email_contacto a {
    text-decoration: none;
    color: var(--main-color);
}

#formTicket {
    margin-bottom: 15rem !important;
}

#multiParti {
    margin-bottom: 40rem;
}

/********************************************************************************** footer  *******************************************************************************/

footer {
    background-color: white;
    position: sticky;
}

footer .divisor-ayuda {
    border-top: solid var(--main-color) 1px;

}

footer .divisor-ayuda img {
    margin-top: -10rem;
}

footer ul {
    list-style: none;
}

footer a {
    color: var(--tph-gris);
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s color;
}

footer a:hover {
    color: black;
}

footer .small {
    color: var(--tph-gris);
    font-size: 0.7rem;
}

footer img .small {
    max-width: 1.5rem;
}

footer .legenda p {
    font-family: 'dinn';
    font-size: smaller;
    color: var(--main-color);
}

footer .tphmarketing {
    font-family: 'brugal-regular';
    font-size: medium;
    color: var(--main-color);
    text-transform: capitalize;
}


/********************************************************************************** media query  *******************************************************************************/

@media (max-width: 767.98px) {}

@media (min-width: 768px) {

    .text-box .btn {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .carousel-indicators [data-bs-target] {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    #inicio h1 {
        font-size: 2rem;
    }

    .video-wrapper {
        display: block;
    }

    .experiencias h2 {
        font-size: 2.5rem;
    }

    #destileria h1 {
        font-size: 3rem;
    }

    .carousel-item {
        height: 28rem;

    }

    .botones-l-r {
        margin-top: -38rem;
        margin-bottom: 34rem;
    }

    #contacto h1 {
        font-size: 6rem;


    }

    #contacto h2 {
        font-size: 3.5rem;
    }

    #contacto h3 {
        font-size: 2rem;
    }

    #contacto h5 {
        color: var(--tph-gris);
        font-size: 1.3rem;

    }

    .carousel-indicators {
        margin-bottom: 5rem;
    }

}

@media (min-width: 992px) {

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .botones-l-r {
        margin-top: 0rem;
        margin-bottom: 18rem;
    }

    .botones-l-r {
        margin-top: -21rem;
        margin-bottom: 18rem
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
        opacity: 1;
    }

}

@media (min-width: 1024px) {
    #destileria2 {
        display: block;
    }

    #destileria2 img {
        max-width: 600px;
    }

    .carousel-control-next {
        margin-left: 55rem;
    }
}

@media (min-width: 1200px) {
    #inicio .align-items-end img {
        display: block;
    }

    .carousel-control-next {
        margin-left: 63rem;
    }

    .navbar-brand {
        display: flex;
        justify-content: flex-start;
    }

    #menuMain {
        margin-top: 0rem;
    }

    .navbar-brand {
        width: auto;
    }

    #logo {
        margin-left: 3rem;
    }

}

@media (min-width: 1400px) {


    .text-box h5 {
        display: block;
    }

    #inicio p {
        font-size: 1.5rem;
    }

    #inicio p.text-uppercase {
        font-size: 2rem;
    }

    .text-box .btn {
        font-size: 1.5rem;
    }

}

@media (min-width: 1600px) {

    .text-box {
        padding: 3rem !important;
    }

    #inicio h1 {
        font-size: 3rem;
    }

    #mainMenu,
    section,
    header,
    footer {
        max-width: 1920px;
        margin: 0 auto;
    }

}