html{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;

}

*,
*:before,
*:after{
    box-sizing: inherit
}
@font-face {
    font-family: sansation_regular;
    src: url(../assets/ttf/Sansation-Regular.ttf);
  }
body{
    box-sizing: inherit;
    margin: 0;
    min-height: 100vh;
    display:flex;
    flex-direction: column;
    background-color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: normal !important;
}


/*------ HEADER LOGO ------*/
#Glogo{
    cursor: pointer;
}
#logoG{
    cursor: pointer;
}
#NeoArtelogo{
    cursor: pointer;
}
.stick{
    position: fixed;
    background: linear-gradient(90deg, #070908cc 25%, #FF6E00e9 50%); 
    box-shadow: 0 2px 10px rgba(61, 44, 44, 0.6);
    height: 60px;
    column-gap: 2%;
    padding: 0 8%;
    z-index: 100;
    width: 100%;
    justify-content: flex-end;
    color: black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: height ease-in-out 0.3s;

}
.stick a{
    font-family: 'Comfortaa', cursive;
    align-self: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 22px;
    padding: 18px 10px;

}
.stick img{
    position: absolute;
    height: 90%;  
    left: 50px;
}
.disp_none{
    display: none;
}
.header_logo_telefono{
    display: flex;
    position: relative;
    justify-content: space-between;
    background-color: #070908;
    align-items: center;
    padding: 0 2% 0 2%;
    width: 100%;
    height: 110px; 
}
.neoarte_logo_big{
    height: 125%;
    margin-top: 80px;
    margin-left: 20px;
    align-self: center;
    overflow: hidden;
    z-index: 999;
}

.telefonos_header{
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 500;
    align-self: center;
    color: white;
    background: #070908;
}
.telefono_logo{
    height: 70px;
    width: auto;
    margin:15px 10px 5px 0;
}
.flexrow_telefono{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------ NAVBAR ------*/

.menu{
    background: linear-gradient(90deg, #070908 25%, #FF6E00 49%);
    color: black;
    height: 74px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2%;
    padding: 0 8%;
    /* transition: height ease-in-out 0.3s; */
}

.menu a{
    font-family: 'Comfortaa', cursive;
    align-self: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 25px;
    padding: 23px 10px;
    /* background-color: red; */
}
.menu a:hover, .stick a:hover{
    background: linear-gradient(180deg,#ffbd8b 0%,#ff7f1c 95%, #f3832d 100%); 
    color: black;
    
}

.menu img{
    display: none;
}

/* ------ SWIPER ------ */

.swiper_container{
    position: relative;
    display: flex;
    max-height: 850px;
    align-items: center;
}
.swiper_container::before{
    content: "";
    background-image: url('../assets/img/bg-sm.png');
    background-position: center;
    object-fit:scale-down;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.swiper {
    margin: 90px 0;
    width: 55%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #000; */
}
.swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.swiper-slide-active{
    animation: zoomin 6s ease-out;
}

.letras-estilo{
    font-family: sansation_regular;
    font-size: 30px;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    color: white;
    padding: 0 10%;
    text-align: center;
    /* background-color: rgb(104, 62, 0); */
}
.somos{
    margin: 5em 0 4em 0;
}
.servicio{
    position: relative;
    padding: 7em 10% 7em 10%;
}
/* .servicio::after{
    content: "";
    background-image: url('../assets/img/bg.png');
    background-size:cover;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
} */
.banner{
    background-image: url('../assets/img/bg-sm.png');
    background-size:cover;
    background-position: center;
    height: 25vw;
    opacity: 0.4;
}
.servicio p{
    position: relative;
    opacity: 1;
    z-index: 1;
}

.video-youtube{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: cadetblue; */
}
iframe{
    width: 70% !important;
    height: 100%;
} 
.video-centrado{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 30vw;
}

/* ------ Footer ------ */
.logo-footer{
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 30px;
}
.logo-footer img{
    height: 120px;
    width: auto;
}
.final-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #1f1f1f;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: calc(11px + (22 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.foto-texto{
    display: flex;
    justify-content: space-around;
}
.foto-costado{
    max-width: 30vw;
    margin: 0 45px;

}
.foto-costado img{
    width: 100%;
    height: auto;
}
.texto-costado{
    padding: 0 2%;
}
.formulario{
    color: white;
    background:#FF6E0055;
    align-self:flex-end;
    justify-self: center;
    width: 60vw;
    margin: auto;
    /* margin-right: 0%; */
    padding:5%;
}
.foto-formulario{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.lafoto-formulario{
    margin: 0;
    align-self: center;
}
.lafoto-formulario img{
    padding:20% 0;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#FF6E00;
	color:#000;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 10px #AAA;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
.height-texto{
    height: 150px;
}
.arriba-contacto{
    height: 40px;
}
@media (max-width: 1480px) {
    .telefono_logo{
        height: 50px;
    }
    .menu a, .stick a{
        font-size: 18px;
    }
    .menu, .stick{
        column-gap: 1%;
        padding:0 3%;
    }
    .menu{
        height: 66px;
    }
    .stick{
        height: 56px;
    }
    .swiper {
        margin: 20px 0;
        width: 75%;
    }
    .video-centrado {
        width: 100%;
        height: 40vw;
    }
    .neoarte_logo_big{
        height: 100%;
    }
    /* .servicio{
        padding: 150px 10% 150px 10%;
    } */
  }
  

  @media (max-width: 890px) {
      .telefono_logo{
          height: 40px;
      }
    .stick, .menu{
        background: #FF6E00e9; 
        justify-content: center;
    }
    #NeoArtelogo{
        display: none;
    }
    .neoarte_logo_big{
        height: 75%;
        margin-top: 10px;
        margin-left: 20px;
        align-self: center;
        overflow: hidden;
        z-index: 999;
    }
    .foto-texto{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
    }
    .mision-vision{
        height: 30px;
    }
    .height-texto{
        height: 30px;
    }
    .foto-costado{
        display: flex;
        max-width: 100%;
        margin: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .foto-texto{
        justify-self: center;
        align-self: center; 
        width: 90vw;
    }
    .foto-costado img{
        margin-top: 10vw;
        width: 70%;
        height: auto;
        
    }
    .foto-formulario{
        flex-direction: column-reverse;
    } 
    .formulario{
        margin: auto;
        width: 90vw;
    }
    
  }


/*SPINNER*/
.loading::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.5em;
    border-radius: 50%;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    animation: spin 0.6s linear infinite;
}

/* Agrega un pequeño margen a la animación de carga */
.loading::after {
    margin-top: -0.1em;
    margin-bottom: -0.1em;
}

/* Define la animación `spin` */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

  @media (max-width: 560px) {
      .swiper_container::before {
          background-image: url('../assets/img/bg-xs.png');
      }
      .banner {
          background-image: url('../assets/img/bg-xs.png');
      }
    .float{
        width:50px;
        height:50px;
        bottom:18px;
        right:20px;
    }
    .my-float{
        margin-top:9px;
    }
    .somos{
        margin: 2em 0 3em 0;
    }
    .neoarte_logo_big{
        height: 65%;
    }
    .logo-footer img{
        height: 90px;
    }
    .menu, .stick{
        height: 62px;
    }
    .menu a, .stick a{
        padding: 23px 5px;
        line-height: 50px;
        font-size: calc(11px + (16 - 11) * ((100vw - 300px) / (560 - 300)));
    }
    .final-footer{
        padding: 0 20%;
    }
      iframe{
          width: 90% !important;
          height: 100%;
      }
      .video-centrado{

          height: 50vw;
      }
  }
  @media (max-width:310px) {
    .menu a, .stick a{
      font-size: 10px;
      padding: 23px 2px;
      margin: 0em;

    }
  }

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
}

 @keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity:1;
    }
 }

 