@font-face {
    font-family: 'jenna';
    src: url('fonts/jennasue-webfont.woff2') format('woff2'),
         url('fonts/jennasue-webfont.woff') format('woff');
    /* src: url('fonts/Alchemary.ttf'); */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Codec Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Codec Pro Regular'), url('fonts/CodecPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Codec Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Codec Pro Italic'), url('fonts/CodecPro-Italic.woff') format('woff');
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TT Backwards Script';
    src: url('fonts/TT-Backwards-Script-Regular.ttf') format('truetype');
}

.hanken {
    font-family: "HK Grotesk" !important;
}

.tt {
    font-family: "TT Backwards Script", sans-serif !important;
}

.codec {
    font-family: 'Codec Pro Regular', Tahoma, Geneva, Verdana, sans-serif !important;
}

.segoe {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 1.05rem;
    letter-spacing: 0.0625em;
}

.poppins {
    font-family: 'Poppins', Tahoma, Geneva, Verdana, sans-serif !important;
}


.jenna{
    font-family: 'jenna';
    font-weight: 300 !important;
    /* font-size: 34px !important; */
}


.montse{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.montselight{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.pocoapretado{
    letter-spacing: -1.5px !important;
}

.apretado{
    letter-spacing: -2.5px !important;
}

.masapretado{
    letter-spacing: -3px !important;
}

.apretado{
    letter-spacing: -2.5px !important;
}

.lineasmasmasmasjuntas{
    line-height: 0.55 !important;
}

.lineasmasmasjuntas{
    line-height: 0.65 !important;
}

.lineasmasjuntas{
    line-height: 0.75 !important;
}

.lineasjuntas{
    line-height: 0.9 !important;
}

.lineas{
    line-height: 1.1 !important;
}

.lineasseparadas{
    line-height: 1.3 !important;
}
.azul {
    color: #00477e !important;
}

.azullight {
    color: #02478e !important;
}

.azulbg {
    background-color: #00477e !important;
}
.azulclarobg{
    background-color: #cce6ff !important;
}

.negro{
    color: black !important;
}
.rosa{
    color: #fb007C !important;
}
.rosabg{
    background-color: #fb007C !important;
}
.rosaclarobg{
    background-color: #f7d8e8 !important;
}
.grisbg{
    background-color: #eeeeee !important;
}
.white{
    color: #ffffff !important;
}
.border-rosa, .border-rosa:hover, .border-rosa:active, .border-rosa:visited{
    border: #fb007C solid 1px !important;
    border-width: 2px !important;
    /* background-color: #fb007C solid 1px !important; */
}

.border-rosa-grueso, .border-rosa-grueso:hover, .border-rosa-grueso:active, .border-rosa-grueso:visited{
    border: #fb007C solid 1px !important;
    border-width: 3px !important;
    /* background-color: #fb007C solid 1px !important; */
}

.border-azul, .border-azul:hover, .border-azul:active, .border-azul:visited{
    border: #00477e solid 1px !important;
    border-width: 2px !important;
    /* background-color: #fb007C solid 1px !important; */
}

.border-azul-fino, .border-azul-fino:hover, .border-azul-fino:active, .border-azul-fino:visited{
    border: #00477e solid 1px !important;
    border-width: 1px !important;
    /* background-color: #fb007C solid 1px !important; */
}
/* .rosaclaro{
    color: #f89ecb !important;
} */
.rosatransparente{
    color: rgba(251, 0, 124, 0.6);
}

.celeste{
    color: #00deff !important;
}
.celestebg{
    background-color: #00deff !important;
}
.textomovilsm {
    font-size: 12px !important;
}

.textomovils {
    font-size: 14px !important;
}

.textomovil {
    font-size: 16px !important;
}

.textomovilm {
    font-size: 18px !important;
}

.textomovilmm{
    font-size: 22px !important;
}

.textomovill {
    font-size: 28px !important;
}

.textomovillg {
    font-size: 34px !important;
}

.textomovilxl {
    font-size: 45px !important;
}

.textomovilxxl {
    font-size: 52px !important;
}
.textomovilxxxl {
    font-size: 70px !important;
}
.textomovilxxxxl {
    font-size: 84px !important;
}

.textomovilxxxxxl {
    font-size: 100px !important;
}

.invmovil{
    display: block;
}
/* .itemcarrousel{
    max-height:550px !important;
}

.itemcarrousel div img{
    max-height:300px !important;
} */

.manito{
    cursor:pointer;
}
.extraredondeado{
    border-radius: 25px;
}

@media only screen and (max-width: 768px) {
    .textomovils {
        font-size: 12px !important;
    }
    .textomovil {
        font-size: 14px !important;
    }
    .textomovilm{
        font-size: 16px !important;
    }
    .textomovilmm{
        font-size: 18px !important;
    }
    .textomovill {
        font-size: 21px !important;
    }
    .textomovillg {
        font-size: 26px !important;
    }
    .textomovilxl {
        font-size: 34px !important;
    }
    .textomovilxxl {
        font-size: 46px !important;
    }
    .textomovilxxxl {
        font-size: 56px !important;
    }
    .textomovilxxxxl {
        font-size: 70px !important;
    }
    .itemcarrousel{
        max-height:400px !important;
    }
    .invmovil{
        display: none;
    }
    .navbar.fixed-top {
        background-color: transparent !important;
        height: 58px;
    }
    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        border: 1px solid rgb(255,102,203) !important;
    }
    .navbar-nav {
        background-color: rgba(255, 255, 255, 1) !important;
    }
    .dropdown-menu {
        background-color: rgba(255, 255, 255, 1) !important;
        /* background: transparent !important; */
    }
    .dropdown-menu a:hover {
        /* background-color: transparent !important; */
        background-color: rgba(255, 255, 255, 0.7) !important;
        font-weight: 600 !important;
    }
    
    .dropdown-menu .active {
        /* background-color: transparent !important; */
        background-color: rgba(255, 255, 255, 0.7) !important;
        font-weight: 600 !important;
    }
    /* a#navbarDropdown.nav-link.dropdown-toggle::before, 
    a#navbarDropdown.nav-link.dropdown-toggle::after {
        border: none;
        content: none;
    } */

    /* .fixed-top {
        transition: all 0.25s ease-in;
    }
    
    .stuck .navbar.fixed-top {
        height: 58px !important;
        background: rgba(255, 255, 255, 0.92) !important;
    } */
}

/* .carousel-item img {
    width: auto !important;
    height: 500px;
    max-height: 500px;
} */

/* .carousel-inner .item img {
    position:relative;
    top:50%;
    transform: translateY(-50%);
} */


/* .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block !important;
}

.carousel-item>img{
    max-height: 200px !important;
} */

@media only screen and (max-width: 479px) {
    .textomovillg{
        font-size: 18px !important;
    }
    .textomovilxxl{
        font-size: 34px !important;
    }
}

/* Todos los formularios de contacto */
.input_field{
	outline: 0;
	border-width: 0 0 1px;
	border-color: #fb007c;
}

.text_field{
	border-width: 0 0 1px;
	border-bottom: 1px solid #fb007c;
	/* border-right: 2px solid #fb007c; */
}
.text_field:focus{
	outline: none;
	border-width: 0 0 2px;
	border: 1px solid #fb007c;
	/* border-right: 2px solid #fb007c; */
}
.reply_submit_btn{
	box-shadow: 5px 5px #fb007c;
}

.footerfooter{
    height:30rem;
}

/* menu */
/* .header .navbar {
    background-color: transparent !important;
  } */

/* .header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 128px !important;
    z-index: 10;
}

.header nav.navbar
{
    height: 128px !important;
    z-index: 10;
}

.header.scrolled
{
    height: 80px !important;
    background: rgba(255, 255, 255, 0.92) !important;
} */

/* .header.scrolled nav.main_nav ul li.active a
{
    font-weight: 600 !important;
} */
/* .header.scrolled #logoslogan
{
    display: none;
} */

.navbar {
    background-color: rgba(255, 255, 255, 0.92) !important;
    height: 128px;
}
a#navbarDropdown.nav-link.dropdown-toggle::before, 
a#navbarDropdown.nav-link.dropdown-toggle::after {
    border: none;
    content: none;
}

.fixed-top {
    transition: all 0.25s ease-in;
}

.stuck .navbar.fixed-top {
    /* background-color: #222 !important;
    padding-top: .8rem !important;
    padding-bottom: .8rem !important; */
    height: 80px !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 1) !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content; /* Asegura que el ancho sea adecuado según el contenido */
    min-width: 300px; /* Ajusta este valor si deseas un ancho mínimo */
    /* background: transparent !important; */
}

.dropdown-menu a:hover {
    /* background-color: transparent !important; */
    background-color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 600 !important;
}

.dropdown-menu .active {
    /* background-color: transparent !important; */
    background-color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 600 !important;
}
/* .navbar-toggler-icon {
    color: rgb(187, 24, 24) !important;
} */

ul.discos {
    list-style-type: disc !important;
    padding-left:1em !important;
    margin-left:1em;
}



.blanco {
    color: #ffffff;
    font-size: 60px; /* Aumenta el tamaño para mayor impacto */
    font-weight: bold;
    text-transform: uppercase;
}

.textoblanco{
    color: #ffffff !important;
}

/****MENU DESPLEGABLE******/

.menu-container {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: space-evenly;
    padding: 20px;
    width: max-content;
}

.menu-section {
    text-align: left;
    width: 20%;
    

}

.menu-section h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

hr {
    border: none;
    border-top: 1px solid black;
    margin-bottom: 15px;
}

.menu-item {
    margin-bottom: 20px;
}

.menu-item img.logo {
    width: 40px;
    vertical-align: middle;
}

.menu-item img.minilogo {
    width: 40px !important;
    vertical-align: middle;
}

.menu-item img.icon {
    width: 20px;
    vertical-align: middle;
}

.menu-item a {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-left: 10px;
}

.menu-item p {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.negrobg{
    background-color: black !important;
}

.verdebg{
    background-color: #31a29b !important;
}

.sombra{
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.d-ruby{
    display: ruby-text !important;
}

.text-justify{
    text-align: justify !important;
}