@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto:400,700,900');

body{
	font-family: 'Roboto', sans-serif;
}

.week-carousel img.maxwidth {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.week-carousel .col-md-12 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.week-carousel .banda {
    background: #fff;
	text-align: right;
}

.week-carousel .owl-dot {
    background: #c1c1c1;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    float: left;
}

.week-carousel .owl-dot.active {
    background: #da5b0c;
    width: 30px;
    height: 30px;
    margin-top: 0px;
}

.week-carousel .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 0px;
}




.empresa-carousel .owl-dot {
    background: #ffffff;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
}

.empresa-carousel .owl-dot.active {
    background: #ffffff;
    width: 30px;
    height: 30px;
    margin-top: 0px;
	top: 5px;
    position: relative;
}

.empresa-carousel .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}


.owl-nav {
    position: absolute;
	width: 100%;
    top: 50%;
}

.owl-prev {
    position: absolute;
    left: 5px;
    top: -25px;
    font-size: 43px;
	color: #ffffff;
}

.owl-next {
    position: absolute;
    right: 5px;
    top: -25px;
    font-size: 43px;
	color: #ffffff;
}

.owl-prev.disabled, .owl-next.disabled {
    opacity: 0.3;
}


ul.list-inline.toggle-btns {
    margin-bottom: 50px;
}

h1{
	font-weight: bolder;
}

a:focus{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.shadow{
    box-shadow: 5px 5px 5px 0px #0000002e;
}

a.btn-orange {
    font-weight: bold;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    background: #DA5B0C;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}


a.btn-white {
    font-weight: bold;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #da5b0c;
    color: #333333;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

a.btn-vermas {
    max-width: 290px;
    margin: 0 auto;
    display: block;
    margin-top: 0;
}

li.active a.btn-white {
    font-weight: bold;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    background: #DA5B0C;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.logo img {
    width: 144px;
}

#header {
    margin: 10px 0;
}

#header li a, #header li {
    color: #585A9C;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

#header li {
    margin: 5px 5px;
}

a.btn-border {
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 20px;
}

a.btn-bg {
	background: #585A9C;
	color: #fff !important;
    padding: 10px 15px;
    border-radius: 20px;
}

li.line {
    border-left: 1px solid #585a9c;
    padding: 10px 0px;
    width: 0;
    color: #fff !important;
}



section#main {
    background-color: #E38F55;
    color: #fff;
    padding: 20px 0 130px;
    background-image: url(imgs/bg-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

section#main h1 {
    font-size: 60px;
    font-weight: bold;
}

section#main h2 {
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 40px;
}

section#main .container > p.lead {
    margin-bottom: 60px;
}

section#main .message {
    width: 60%;
    float: left;
}

section#main .box {
    float: right;
    width: 300px;
    background: #E6E6E6;
    color: black;
    padding: 15px;
	border-radius: 10px;
	margin-top: 30px;
}

section#main .box .lead {
    font-size: 24px;
}

section#main .box img {
    margin: 10px 0;
}


section#logos {
    background-image: url(imgs/bg-logos.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: -10px;
    background-position: center bottom;
	min-height: 280px;
}

section#logos .logo-box {
    vertical-align: middle;
    display: table-cell;
	background: #fff;
}

/*section#logos .logo-box {
    width: 150px;
    height: 85px;
}*/

/*section#logos .logo-box.big {
    width: 180px;
    height: 130px;
}*/

section#logos .logo-box.big img {
    max-width: 180px;
}

section#logos .logo-box img {
    max-width: 180px;
}

section#logos .uplogos {
    position: relative;
    top: -65px;
}


section#first-carousel {
    background: #F3F3F3;
    padding-bottom: 40px;
}

section#first-carousel h1 {
    font-size: 52px;
    font-weight: bolder;
    line-height: 1em;
    margin-bottom: 30px;
}


section#todas-las-busquedas {
    background: #e38f55;
    padding: 50px 0;
    background-image: url(imgs/bg-week.jpg);
    background-size: cover;
}

section#todas-las-busquedas h1 {
    font-size: 58px;
    font-weight: bolder;
    color: #fff;
    margin: 0;
}

section#todas-las-busquedas a.btn-white {
    margin-top: 12px;
}


section#empresas h1 {
    font-size: 52px;
    margin-bottom: 60px;
}

h2.fraseEmpresa {
    margin-top: 100px;
	font-size: 52px;
}

section#empresas .empresa-carousel {
	margin-top: 30px;
}

section#expertos {
    border-top: 1px solid #CBCDD2;
    margin-top: 30px;
}

section#expertos h2 {
    font-size: 33px;
	font-weight: bolder;
	margin-bottom: 30px;
}

section#testimonios {
    border-top: 1px solid #CBCDD2;
    margin: 30px 0;
	
}

section#testimonios h2 {
    font-size: 33px;
	text-align: right;
}

section#testimonios .greybg {
    background: #F1F1F1;
    padding: 5px 30px 30px;
    margin-top: 20px;
}

section#testimonios .greybg h1{
	color: #FF652B;
	font-size: 33px;
}
section#testimonios .greybg p{
	margin-bottom: 30px;
}


.burger{
	display: none;
}
.burger {
    font-size: 29px;
    float: right;
    border: 1px solid;
    padding: 0px 15px;
    color: #585a9c;
    cursor: pointer;
    border-radius: 5px;
}

img.biglogo {
    max-width: 250px;
}

@media (max-width: 991px){
	
	#header {
		margin: 10px 0;
	}
		
	.burger {
		display: inline-block;
	}

	#header ul.list-inline {
		padding-left: 0;
		margin-left: -5px;
		list-style: none;
		width: 100%;
		text-align: center;
		
		display: none;
	}

	#header .list-inline>li {
		display: block;
	}

	#header li.line{
		display: none;
	}

	#header li {
		margin: 30px 0;
		text-align: right;
	}
	
	
	
	section#main .message {
		width: 100%;
		float: none;
	}
	
	section#main .message h1 {
		font-size: 40px;
	}

	section#main h2 {
		font-size: 23px;
	}
	
	section#main .box {
		width: 100%;
		float: none;
	}
	
	section#logos .logo-box.big {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}

	
	section#first-carousel h1 {
		font-size: 31px;
	}
	
	section#todas-las-busquedas h1 {
		font-size: 33px;
	}
	
	
	section#empresas h1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 40px;
	}
	
	section#empresas ul.list-inline {
		text-align: center;
	}
	section#expertos h2 {
		font-size: 20px;
		text-align: center;
	}
	
	section#expertos .row img {
		margin-bottom: 10px;
	}
	
	section#testimonios h2 {
		font-size: 20px;
		text-align: center;
	}
	
	
	.week-carousel .col-md-12 {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
	
	a.btn-vermas {
		position: relative;
		top: -40px;
	}
}