:root{
    --color-primary: #ffffff ;
    --color-tertiary: #2596eb ;
    --color-pink: #1364df  ;
    --color-secondary: #6a9af5 ;
}

html {
    scroll-behavior: smooth!important;
}

.height-850 {
	min-height: 250px;
	height: 100vh;
}

#inicio{
    position: relative;
}

.video-banner{
    position: absolute;
    z-index: -1;
    filter: opacity(0.2);
    -webkit-filter: opacity(0.2);
    height: 100vh;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

.idioma-seleccionado {
    color: var(--color-primary);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: smooth!important;
	}
}

@media (min-width: 1200px) {
    .video-banner{
        /* height: 100vh; */
        width: 100%;
        height: auto;
    }
}


.error{
    color:rgb(167, 8, 8);
}
