/* CSS Document */
/*font*/
@font-face {
    font-family: 'Bogle';
    src: url('../fonts/Bogle-Bold.eot');
    src: url('../fonts/Bogle-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bogle-Bold.woff2') format('woff2'),
        url('../fonts/Bogle-Bold.woff') format('woff'),
        url('../fonts/Bogle-Bold.ttf') format('truetype'),
        url('../fonts/Bogle-Bold.svg#Bogle-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bogle';
    src: url('../fonts/Bogle-Black.eot');
    src: url('../fonts/Bogle-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bogle-Black.woff2') format('woff2'),
        url('../fonts/Bogle-Black.woff') format('woff'),
        url('../fonts/Bogle-Black.ttf') format('truetype'),
        url('../fonts/Bogle-Black.svg#Bogle-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bogle';
    src: url('../fonts/Bogle-Regular.eot');
    src: url('../fonts/Bogle-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bogle-Regular.woff2') format('woff2'),
        url('../fonts/Bogle-Regular.woff') format('woff'),
        url('../fonts/Bogle-Regular.ttf') format('truetype'),
        url('../fonts/Bogle-Regular.svg#Bogle-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
* efectos
*/
.fade-in {
    opacity: 0;
    transition: opacity 2s;
}

.fade-in.visible {
    opacity: 1;
}

html {
	font-size: 30px;
}
body {
    font-family: 'Bogle';
}
.navbar {
	padding: 1.33rem 2.33rem;
	justify-content: space-between;
	
}
.navbar .navbar-brand {
	padding: 0;
}
.navbar .navbar-brand img {
	display: block;
}
.jumbotron {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.jumbotron img {
	width: 100%;
	height: auto;
}
.visible-desktop {
	display: block;
}
.visible-mobile {
	display: none;
}
@media (max-width:768px) {
	.visible-desktop {
		display: none;
	}
	.visible-mobile {
		display: block;
	}
}

.bloque.descripcion {
	padding-top: 3.33rem;
	padding-bottom: 3.33rem;
}
.bloque.descripcion h3 {
	color: #0071CE;
	text-align: center;
	font-weight: bold;
	font-size: 1.33rem;
	line-height: 1.66rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.bloque.descripcion h3::before,
.bloque.descripcion h3::after {
	width: 290px;
	content:'';
	height: 1px;
	background: #FFB71B;
	margin: 0 auto;
	display: block;
}
.bloque.descripcion h3::before {
	margin-bottom: .5rem;
}
.bloque.descripcion h3::after {
	margin-top: 10px;
}
.bloque.descripcion p {
	color: #666;
	font-size: 1rem;
	line-height: 1.66rem;
	text-align: justify;
}
.bloque.descripcion p strong {
	color: #0071CE;
	font-weight: bold;
}
.bloque.descripcion h4 {
	color: #0071CE;
	text-align: center;
	font-weight: bold;
	font-size: 1.13rem;
	line-height: 1.66rem;
	margin-top: 0.83rem;
	margin-bottom: 1.33rem;
}
.bloque.descripcion .buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.bloque.descripcion .buttons a {
	background-image: url("../images/bg-button.svg");
	background-position: center;
	background-repeat: no-repeat;
	width: 10rem;
	color: #FFF;
	font-size: .6rem;
	line-height: .6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 113px;
	transition: .5s;
}
.bloque.descripcion .buttons a span {
	transition: .5s;
	border-bottom: 1px solid transparent;
}
.bloque.descripcion .buttons a:hover {
	opacity: .7;
}
.bloque.descripcion .buttons a:hover span{
	border-bottom: 1px solid #FFF;
}
.bloque.buscamos {
}
.bloque.buscamos h2 {
	position: relative;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-bottom: 1.66rem;
	width: calc(100% - 3rem)
}
.bloque.buscamos h2::before {
	display: block;
	height: 2px;
	width: 100%;
	background: #262085;
	content:'';
	position: absolute;
	top: 50%;
	z-index: 0;
}
.bloque.buscamos h2 img {
	height: 1.66rem;
	margin: 0 auto;
	display: block;
	width: auto;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding: 0 .5rem
}
.bloque.buscamos p {
	font-size: 1rem;
	line-height: 1.16rem;
	color: #666;
	text-align: justify;
	margin-bottom: 1rem;
}
.bloque.buscamos ul {
	padding-left: 0.83rem;
}
.bloque.buscamos ul li {
	font-size: 1rem;
	text-align: justify;
	line-height: 1.16rem;
	color: #666;
	margin-bottom: 1rem;
}
.cont-items {
	margin-top: 2.33rem;
}
.item img {
	margin-left: 1.66rem;
	margin-right: 1.66rem;
	margin-bottom: 1.66rem;
}
.item h4 {
	color: #0071CE;
	text-align: center;
	font-weight: 900;
	font-size: 1.13rem;
	line-height: 1.33rem;
	margin-bottom: 1.16rem;
}
.item p {
	color: #666;
	font-size: 0.86rem;
	line-height: 1.16rem;
	margin-bottom: 0;
}
.item p strong {
	color: #0071CE;
	font-weight: bold;
}
.item ul {
	padding-left: 0.66rem;
}
.item li {
	color: #666;
	font-size: 0.86rem;
	line-height: 1.16rem;
}

.bloque.buscamos h4 {
	color: #0071CE;
	text-align: center;
	font-weight: bold;
	font-size: 1.13rem;
	line-height: 1.66rem;
	margin-top: 0.83rem;
	margin-bottom: 1.33rem;
}
.bloque.proceso  {
	padding-bottom: 1rem;
}
@media (max-width:991px) {
	.bloque.proceso {
		padding-bottom: 0;
	}
}
.bloque.proceso h2 {
	position: relative;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-bottom: 1.66rem;
	width: calc(100% - 3rem)
}
.bloque.proceso h2::before {
	display: block;
	height: 2px;
	width: 100%;
	background: #262085;
	content:'';
	position: absolute;
	top: 50%;
	z-index: 0;
}
.bloque.proceso h2 img {
	height: 1.66rem;
	margin: 0 auto;
	display: block;
	width: auto;
	background: #FFF;
	z-index: 1;
	position: relative;
	padding: 0 .5rem;
}
.bloque.proceso .fechas {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	list-style: none;
	padding-left: 0;
	justify-content: space-between;
}
.bloque.proceso .fechas img {
	width:100%;
	height: 4.76rem;
}
.contacto {
	padding-top: 1.5rem;
	padding-bottom: 2.66rem;
}
.contacto img {
	max-width: 100%;
	height: auto;
}
.contacto .partners {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	column-gap: 0.83rem;
}
.contacto .partners .partner {
	width: 50%;
}
.contacto .partners .partner {
	font-size: 0.5rem;
}
.contacto p {
	color: #0069D5;
	font-weight: 900;
	font-size: 0.66rem;
	line-height: 0.86rem;
}
.contacto p a {
	color: #0069D5;
	transition: .5s;
}
.contacto p a:hover {
	border-bottom:1px solid #0069D5;
}
.contacto hr {
	border-bottom:2px solid #FFB71B;
}
.redes {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.redes a {}
.redes img {
	width: 2.83rem;
}
footer {
	background-image: url("../images/bg_footer.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 0;
	padding-bottom: 18.8%;
	position: relative;
}
footer .cont-footer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer img {
	height: 2.13rem;
	margin-top: 1.5rem;
}





@media (max-width: 1200px) {
	html {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 20px;
	}
	.navbar .navbar .navbar-brand a {
	}
	.item img {
		width: 25%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1rem;
		display: block;
	}
	.item h4 br {
		display: none;
	}
	.bloque.buscamos ul li {
		margin-bottom: .5rem;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 20px;
	}
	.navbar {
		justify-content: center;
	}
	.navbar a {
		max-width: 45%;
	}
	.navbar a img {
		max-width: 100%;
	}
	.navbar a:first-child img {
		height: 50px !important;
	}
	.navbar a:last-child img {
		height: 45px !important;
	}
	.bloque.descripcion {
		padding-top: 2rem;
		margin-bottom: 2rem;
		position: static;
	}
	.bloque.descripcion .container,
	.bloque.descripcion .container .col-lg-12 {
		position: static;
	}
	.bloque.descripcion .cont-title{
		height: 6rem;
		position: static;
	}
	.bloque.descripcion h3 {
		background: #FFB71B;
		color: #1B2E4D !important;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
	}
	.bloque.descripcion .buttons {
		flex-direction: column;
	}
	.bloque.descripcion .buttons a.btn {
		width: 100%;
		background-image: none;
		background-color: #0071CE;
		height: auto;
		border-radius: 40px;
		margin-bottom: 15px;
		font-size: 1.2rem;
		padding: 20px 0 15px 0;
		box-sizing: border-box;
	}
	.bloque.buscamos .cont-title {
		height: 4rem;
	}
	.bloque.buscamos,
	.bloque.buscamos .container,
	.bloque.buscamos .col-lg-12,
	.bloque.buscamos .cont-title {
		position: static;
	}
	.bloque.buscamos h2 {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.bloque.proceso .cont-title {
		height: 4rem;
	}
	.bloque.proceso,
	.bloque.proceso .container,
	.bloque.proceso .col-lg-12,
	.bloque.proceso .cont-title {
		position: static;
	}
	.bloque.proceso h2 {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
		
	}
	.bloque.proceso .fechas {
		flex-wrap: wrap;
	}
	.bloque.proceso .fechas img {
		height: 5.76rem;
	}
	.bloque.proceso .fechas li {
		margin-bottom: 25px;
	}
	footer {
		background-size: 200%;
		background-position: top center;
		padding-bottom: 0;
		height: 10rem;
	}
	.col-6.partners {
		order: 3;
	}
}
@media (max-width: 576px) {
	html {
		font-size: 18px;
	}
	.bloque.descripcion .cont-title{
		height: 8rem;
		position: static;
	}
	.bloque.buscamos .cont-title{
		height: 4rem;
		position: static;
	}
	.bloque.proceso .cont-title{
		height: 4rem;
		position: static;
	}
	.bloque.buscamos h2 img,
	.bloque.proceso h2 img {
		height: 1.2rem;
	}
	.navbar a:first-child img {
		height: 35px !important;
	}
	.navbar a:last-child img {
		height: 30px !important;
	}
	footer {
		background-size: 300%;
	}
	.bloque.proceso .fechas {
		justify-content: center;
	}
	
}

/*
* tab
*/
.botonera {
	margin-top: 45px;
}
.botonera .boton {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 45px;
	transition: .5s;
	cursor: pointer;
}
.botonera img {
	width: 16.34%;
}

.botonera .panel {
	width: calc(100% - 16.34%);
	padding: 35px 35px 0 35px;
	border: 2px solid #0071CE;
	border-radius: 0 20px 20px 0px;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
@media (max-width:768px) {
	.botonera .panel {
		padding: 5px;
	}
	.botonera .panel h2 {
		width: 100%;
		position: relative;
		margin-bottom: 0 !important;
	}
	.bloque.proceso .fechas {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width:300px) {
	.bloque.proceso .fechas img {
		height: 4.5rem;
	}
}

.botonera .boton.active {
	align-items: flex-start;
}
.botonera .boton.active .panel {
	border-radius: 0 20px 20px 20px;
}
.botonera .panel h2 {
	font-size: 1.2rem;
	color: #0071CE;
	margin-left: 0;
	font-weight: 800;
	margin-bottom: 1rem;
	text-align: center;
	transition: .5s;
	
}
.botonera .boton.active .panel h2 {
	text-align: left;
}
.botonera .panel h2::before {
	display: none !important;
}
.botonera .panel .panel-text {
	display: none;
	transition: .5s;
}
.botonera .boton.active .panel .panel-text {
	display: block;
}
.botonera .panel .panel-text p {}
.botonera .panel .panel-text ul {}
.botonera .panel .panel-text ul li {}
.botonera .panel .panel-text p strong {
	color: #0071CE;
}
