@font-face {
    font-family: 'SegoeUI';
    src: url(../font/SegoeUI.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'GothicB';
    src: url(../font/GOTHICB.TTF) format('truetype');
    font-style: normal;
}
@media screen and (max-width: 992px) {
    .w-50.bg-blue2{width: 85% !important;}
    .boskania .text4{right: 30% !important;}
    .logoicono{width: 30% !important; }
    form.w-50{width: 80% !important;}
    .bg-services{aspect-ratio: 2/1;background-size: 100% auto !important;}
     .bg-services .img-fluid{width: 80% !important; margin-left: auto; margin-right: auto; display: block;}
}
@media screen and (max-width: 768px) {
    .navbar-nav{padding-left: 2% !important;}
    .navbar-collapse{z-index: 999 !important;}
    .navbar-collapse{background-color: #3b5d0b88 !important;}
    .nav-link{color: white !important;}
    .text2{font-size: 2rem !important;}
    .text3{font-size: .9rem !important;}
    .text4{font-size: 1.2rem !important;}
    .text6{font-size: 1rem !important;}
    .text7{font-size: 1.2rem !important;}
    .text8{font-size: 1.2rem !important;}
    .logo{width: 50% !important;}
    .boton{padding: 2% 3% !important;}
    .text3.w-50{width: 70% !important;}
}
@media screen and (max-width: 576px) {
    .logo{width: 70% !important;}
    .boton{padding: 3% 4% !important;}
    .boskania .text4{right: 10% !important;}
    .logoicono{width: 35% !important; right: 5% !important;}
}
body{
    font-family: 'SegoeUI', sans-serif;
}
.navbar-toggler{
    border: none !important;
}
.navbar-toggler-icon{
    background-image: url('../img/menu.png') !important;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.portada, .contacto {
  position: relative;
  overflow: hidden;
}
.portada{
    height: 100vh;
}
.contacto{
    min-height: 100vh;
}
.portada-bg,
.contacto-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* un poco más alto para cubrir al desplazarse */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(0);
  will-change: transform;
  z-index: -1;
}
.portada-bg {
  background-image: url('../img/portada.png');
}

.contacto-bg {
  background-image: url('../img/contacto.png');
}
.logo{
    width: 30%;
}
footer a{
    text-decoration: none !important;
    color: white !important;
}
.nav-link{
    font-family: 'GothicB', sans-serif;
}
.text-blue{
    color: #042C36;
}
.text-black{
    color: #172716;
}
.text-green{
    color: #3B5D0B;
}
.bg-blue{
    background-color: #042C36;
}
.bg-blue2{
    background-color: rgb(4, 44, 54, 0.8);
}
.bg-green{
    background-color: #3B5D0B;
}
.bg-green2{
    background-color: #172716;
}
.bg-green3{
    background-color: #656D4A;
}
.bg-green4{
    background-color: #3b5d0bb0;
}
.text1{
    font-family: 'SegoeUI', sans-serif;
    font-size: 1.5rem;
}
.text2{
    font-family: 'GothicB', sans-serif;
    font-size: 3rem;
}
.text3{
    font-family: 'SegoeUI', sans-serif;
    font-size: 1rem;
}
.text4{
    font-family: 'GothicB', sans-serif;
    font-size: 1.5rem;
}
.text5{
    font-family: 'GothicB', sans-serif;
    font-size: 1rem;
}
.text6{
    font-family: 'SegoeUI', sans-serif;
    font-size: .8rem;
}
.boton{
    font-family: 'GothicB', sans-serif;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 1% 3%;
    text-decoration: none !important;
}
.bg-services{
    width: 100%;
    background-image: url('../img/fondo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.experiencia{
    background-image: url('../img/experiencia.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.icono{
    width: 90px;
    height: 90px;
}
.boskania{
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url('../img/fondoboskania.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.boskania .text4{
    font-style: italic;
    position: absolute;
    bottom: 15%;
    right: 26%;
}
.logoicono{
    width: 20%;
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.iconogrupo{
    width: 100px;
    height: auto;
}
.aspect-1 {
    width: 150px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
}
.form-control{
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid white !important;
    color: white !important;
    border-radius: 0 !important;
    font-family: 'GothicB', sans-serif;
}
.form-control:focus{
    box-shadow: none !important;
}
.form-control::placeholder{
    color: white !important;
}
.redes{
    font-size: 2rem;
    color: white;
}
.alert {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    font-weight: 500 !important;
}
.alert-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: white !important;
}
.alert-danger {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%) !important;
    color: white !important;
}
.alert-warning {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%) !important;
    color: #212529 !important;
}
.alert-info {
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%) !important;
    color: white !important;
}
.alert i {
    font-size: 1.2em;
}
.alert-dismissible .btn-close{
    padding: .5rem .5rem !important;
    background-size: .7em !important;
}
.btn-close::before {
  font-size: .8rem;
  color: #000;
}

/* Estilos adicionales para la sección de Boskania */
