/*-----------------------------------------------------------------------------------

	Theme Name: Banco de Talento
	Theme URI: http://localhost
	Description: Landing de Banco de Talento
	Author: Oscar López
	Author URI: http://www.grupoautofin.com
	Version: 1.0.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
	General CSS
-----------------------------------------------------------------*/

body {
	background-image: url('../img/background-triangle.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 939px){
	body {
		background-size: contain;
	}
}

#wrapper {
	float: none;
	position: relative;
	overflow-x: hidden;
	display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #1574c4;
}

#header, #footer {
	position: relative;
}

#content {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
}

.content-wrap {
	position: relative;
    padding: 80px 0;
}

.center-vertically {
	display: flex;
	align-items: center;
	justify-content: center;
}

.uppercase {
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}

@media (max-width: 1199px) and (min-width: 1024px) {
	video {
	  width: 100%;
	  height: auto;
	}
}

@media (max-width: 1023px) and (min-width: 992px) {
	video {
	  width: 100%;
	  height: auto;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	video {
	  width: 100%;
	  height: auto;
	}
}

@media (max-width: 767px) and (min-width: 576px){
	video {
	  width: 100%;
	  height: auto;
	}
}

@media (max-width: 575px) {
	video {
	  width: 100%;
	  height: auto;
	}
}