// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 800



.sora-<uniquifier>
{
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body
{
	font-family: "Sora", sans-serif;
	font-size:  .85rem ;
}

.video-background					
{
	position: relative;
	width: 100%;
	height: 80vh;
	overflow: hidden;
	/*height: auto; */
	object-fit: cover; 
	object-position: center top;
}

.img-background					
{
	position: relative;
	width: 100%;
	overflow: hidden;
}
	
.video-background video
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.content
{
	padding: 20px;
}
	
.footer
{
    background-color: #000000;
    color: white;
    padding: 20px 20px;
    text-align: left;
	  font-size:.85rem;
}
        
.footer .col
{
	margin-bottom: 20px;
}
	
.footer-logo img
{
	width: 250px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
	
.footer a
{
	color: white;
	text-decoration: none;
}
	
.footer a:hover
{
	/*text-decoration: underline;*/
}
	
.derecha
{
	text-align: right;
}
	
.izquierda
{
	text-align: left;
}
.navbar-brand img
{
	/*width: 250px;*/
}

.contacto
{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%);
}

.servicios
{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%);
	/*height: 80%;*/
}

.titulo
{
	margin-top: 150px;
}

.marquee 
{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000000;
    color: white;
    padding: 10px 0;
}

.marquee-text 
{
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

@keyframes marquee 
{
	0%
	{
		transform: translateX(100%);
    }
	
    100%
	{
		transform: translateX(-100%);
    }
}

h7
{
	font-weight: bold;
}

.servicio-texts
{
    line-height: 1rem;
}

/* Ocultar el cursor original */
body
{
    cursor: none;
}

/* Estilo del cursor personalizado */
.custom-cursor
{
    position: fixed;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
    mix-blend-mode: difference;
    z-index: 9999;
}

/* Ocultar la "manito" en los enlaces */
a
{
    cursor: none;

}

html
{
    scroll-behavior: smooth;
}
nav-link
.carousel-item img
{
	width: 100%;
	height: auto;
	max-height: 100vh; /* Asegura que no se pase de alto de pantalla */
	object-fit: cover;
}

.custom-navbar
{
	padding-top: 0;
	padding-bottom: 0;
}
 /* .custom-navbar .navbar-brand,
  .custom-navbar .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
  }*/

  .nav-item.active
  {
	/*background-color: #004080; 
	color: #fff;
	border-radius: 8px;		
	text-decoration: underline;*/
	font-weight: bold;
	/*border-bottom: 2px solid #000000;*/
  }

  /*.banner
  {
	max-height: 1080px; 
	overflow: hidden;
  }*/

  .estudio.banner {
    height: auto;
    overflow: visible;
  }

  .carousel-img {
    height: 400px; /* misma altura que usaste antes */
    object-fit: cover;
  }

  .carousel-control-prev,
.carousel-control-next {
  width: auto; /* o un valor más chico si querés controlar el tamaño */
  background: none; /* eliminás el gris de fondo */
  padding: 1rem; /* para que no queden pegadas al borde */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* opcional: para que se vean sobre fondo claro */
  border-radius: 50%; /* opcional: estética */
  width: 2rem;
  height: 2rem;
}

.carousel-control-prev {
  left: 1rem;
  border:0px;
}

.carousel-control-next {
  right: 1rem;
  border:0px;
}

.has-submenu {
    position: relative;
}

.has-submenu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    background-color: #f9f9f9;
    padding: 0;
    border: 1px solid #ccc;
    z-index: 1000;
}

.has-submenu:hover .submenu {
    display: block;
}

.submenu li a {
    display: block;
    padding: 8px 12px;
    white-space: nowrap;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.fichatecnica
{
	font-size:.85rem;
}

.dropdown-item
{
  font-size:.85rem;
}

.logonav
{
  max-height: 60px;
  max-width: 162px;
}

.mt-navbar {
	margin-top: 80px; /* ajustá según el alto real de la navbar */
}

  