
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600');

h1, h2, h3{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

p{
	color: #5b5b5f;
}

.top-header-row {
    background-color: #cf112b;
}

.header{
	background-color: #cf112b;
}

.header .btn{
	background-color:#bfd144;
	color:#cf112b;
	border-color: #bfd144;
}

.main-nav-row {
    background-color: #252525;
}

.liga-img{
	margin-right: 15px;
}

.main-nav-row .item-inner-main-nav a{
	border-right: 1px solid #5F5E5E;
}

.main-nav-row .item-inner-main-nav:hover, .main-nav-row .item-inner-main-nav a:hover{
	background-color:#bfd144;
}

.footer .footer-company-section{
	background-color: #252525;
	color:#777;
}

.footer .footer-company-section small{
	color:#777;
}

.ee-logotype-powered-by{
	filter: contrast(0%);
}
.media-left.media-middle .ee-company-logo{
	background-color: #cf112b;
	padding: 5px;
}

.flex-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:space-around;
}

.flex-item{
	flex: 1 1 20%;
	padding: 0px 20px;
	text-align: center;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.flex-item:last-child{
	background-image: none;
}

.flex-item > p{
	color:#5b5b5f;
}

.flex-item:nth-child(3) > p{
	color:#3e3e41;
}

.flex-wrapper2{
	display: flex;
	flex-direction: row;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:space-between;
}

.flex-item2{
	flex: 1 1 20%;
	padding: 0px 20px;
	text-align: center;
}

.flex-item2:first-child{
	background-image: none;
	padding-left: 0px;
}

.flex-item2:last-child{
	background-image: none;
	padding-right: 0px;
}

.flex-item2 > p{
	color:#5b5b5f;
}

.color-green{
	color:#76bc1e;
}


.color-red{
	color:#ce122a;
}

#ligas img{
	margin-bottom:20px;	
}

#ligas .col-xs-12.text-center{
	padding:0px 40px;	
}

section{
	margin: 40px 0;
}

section h2.color-green{
	margin-bottom: 20px;
	font-size:36px;
}

#actores .row .col-md-5:last-child{
	padding: 80px 60px;
	background-image: url(../images/border_2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#actores .text-center img{
	width: 360px;
	margin: auto;
}

.breadcrumb{
	display: none;
	margin-top:20px;
}

.ee-termcond-container, .alert.alert-warning{
	margin-top:20px !important;
}

.pad_1{
	margin-left: 30px;
}

.pad_2{
	margin-left: 100px;
}

img[src$="img_7.jpg"]{
	width: 290px;
	margin: 0px auto 25px auto;
}

.form-contact-row{
	margin-top: 30px;
}

.btn.btn-primary.btn-block.js-btn-confirm-send, .container-item .btn-register, .eesites-offer-application .btn-apply, .eesites-offer-data .offer-sub-data .btn-apply{
	background-color: #cf112b;
	color:white;
	border: 1px solid #cf112b;
}

.social-media-text-top-header.pull-right a:nth-child(3){
	display: none;
}

@media (min-width: 768px) {
	.main-nav-row .item-inner-main-nav a{
		padding:9px 30px;
	}
	
	img[src$="img_2.jpg"]{
	max-width: 906px;
	margin:auto;
}
}

@media (max-width: 960px) {
	.flex-wrapper, .flex-wrapper2{
		flex-wrap:wrap;
	}

	.flex-item, .flex-item2{
		min-width: 90%;
		border-bottom: 1px solid gray;
		background-image: none;
	}

}


