/*-----------------------------------------------------------------------------------

	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;
}

#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;
}

.logo {
	max-width: 102px;
	height: auto;
}

.logo-footer {
	max-width: 130px;
    height: auto;
    padding-bottom: 1em;
}

.title-header {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1em;
	color: #58595B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.title-header span {
	font-size: 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-footer, .text-footer a {
	font-size: 12px;
	color: #58595B;
}

.pleca-green {
	background-color: #11B24D;
	color: #FFFFFF;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.border-box {
	border: 1px solid #3E5BA9;
	border-radius: 15px;
	padding: 1em;
}

@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) {
	.title-header {
		font-size: 23px;
	}
	.title-header span {
		font-size: 34px;
	}
	video {
	  width: 100%;
	  height: auto;
	}
}

@media (max-width: 767px) and (min-width: 576px){
	.title-header {
		font-size: 22px;
	}
	.title-header span {
	    font-size: 24px;
	    line-height: 0;
	}
	video {
	  width: 100%;
	  height: auto;
	}
}

@media (max-width: 575px) {
	.title-header {
		font-size: 18px;
	}
	.title-header span {
	    font-size: 20px;
	    line-height: 0;
	}
	video {
	  width: 100%;
	  height: auto;
	}
}