/*
Theme Name: xavisanchez 1.0
Theme URI:
Author: Xavi Sánchez
Author URI: http://www.xavisanchez.es
Description:
Version: 1.0
License:
License URI:
*/


/*!
 * xavisanchez by Xavi Sanchez
 */

 /*****************************************/
 /*										  */
 /* 			Defaults				  */
 /*										  */
 /*****************************************/


body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.75;
	  font-size: 16px;
    color: #555;
}

section {
    padding: 20px 0;
}

p{
	padding-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: 'Overlock';
    font-weight: 800;
	color: #666;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #7ba149;
}

.btn-primary {
    border-color: #f9c501;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #7ba149;
	  padding: 10px 20px;
}

.navbar-toggler-icon{
    border-color: #f9c501;
    color: #fff;
    background-color: #7ba149;
	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: rgb(33, 155, 53);
    color: #fff;
    background-color: #7ba149;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.iconos {
  color:#7ba149;
}

@media(min-width:768px) {
	body{
		font-size: 18px;
	}

	section {
		padding: 40px 0;
	}

	p{
		padding-bottom: 14px;
	}
}


/************************************/
/*				Header				*/
/************************************/

#logo{
	max-height: 55px;
}

#navbar-xavi{
  padding: 15px;
  font-size: 16px;
  background-color: #fff;
  min-height: 100px;
}

.navbar-inverse{
  border: none;
}

.navbar-inverse .navbar-nav>li>a{
  color: #666;
}

.navbar-inverse .navbar-nav>li>a:hover{
  background-color: #7ba149;
  color: #FFF;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color: #7ba149;
  color: #FFF;
}

.navbar-brand{
  padding: 0px;
}

.navbar-inverse .navbar-toggle{
  background-color: #7ba149;

}

.navbar-inverse .navbar-nav>li{
  padding-left: 5px;
	padding-right: 5px;
}

/*********************************************/

section{
	padding: 20px 0px;
}

section a{	
}

#contenido{
  margin-top: 10px;
}


#post-text{
  margin-top: 30px;
}


#portada {
  margin-top: 40px;
}


	h1{
	  font-size: 35px;
	  margin-top: 80px;
	  margin-bottom: 0px;
	  text-align: center;
	}

	h2{
	  font-size: 30px;
	  margin-top: 20px;
	  margin-bottom: 10px;
	}


	h3{
	  font-size: 25px;
	  margin-top: 20px;
	  margin-bottom: 10px;
	}


	h4{
	  font-size: 20px;
	  margin-top: 20px;
	  margin-bottom: 10px;
	}

.img-testimonio {
	margin-top: 40px;
}

blockquote {
	font-family: Georgia, serif;
	/*font-size: 18px;*/
	font-style: italic;
	/*width: 500px;*/
	margin-left: 40px;
	padding: 40px 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*line-height: 1.45;*/
	position: relative;
	/*color: #383838;*/
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 150px;
	position: absolute;
	left: -40px;
	top: -40px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 16px;
	/*display: block;
	float: right;*/
	margin-top: 30px;
}

blockquote cite:before {
	content: "\2014 \2009";
}





.nav-link{
	padding-left: 20px !important;
}

@media(min-width:768px) {
	
.nav-link{
	padding-left: 10px !important;
}
	h1{
	  font-size: 48px;
	  margin-top: 100px;
	  margin-bottom: 0px;
	  text-align: center;
	}

	h2{
	  font-size: 36px;
	  margin-top: 30px;
	  margin-bottom: 20px;
	}	
	
	h3{
	  font-size: 32px;
	  margin-top: 30px;
	  margin-bottom: 20px;
	}
	
	h4{
	  font-size: 24px;
	  margin-top: 30px;
	  margin-bottom: 12px;
	}
	
	#contenido{
		margin-top: 20px;
	}
	
	
	#navbar-xavi{
	  padding: 15px;
	  font-size: 16px;
	  background-color: #fff;
	  min-height: 85px;
	}
		
	.programas{
		margin-top: 0px;
	}
}


#menu-primary{
	overflow:hidden;
	min-width: 100px;
}

.navbar-brand{
    position: relative;
	
    z-index: 11;
	overflow: visible;
	
}


#logo{
    position: relative;
	
    z-index: 10;
	overflow: visible;
	
}

#bs-example-navbar-collapse-1{
    position: relative;
    z-index: 10000;
}


#post-header {
	text-align: center;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro-text {
	padding-top: 80px;
	padding-bottom: 50px;
}

.intro-heading {
	color: #FFF;
	margin-bottom: 25px;
	/*text-transform: uppercase;*/
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	text-shadow: 4px -4px 8px rgba(0, 0, 0, 0.5),4px 4px 8px rgba(0, 0, 0, 0.5),-4px 4px 8px rgba(0, 0, 0, 0.5),-4px -4px 8px rgba(0, 0, 0, 0.5);
}


@media(min-width:768px) {
	
	.intro-text {
		padding-top: 250px;
		padding-bottom: 250px;
	}

    .intro-text .intro-heading {
        margin-bottom: 80px;
        font-size: 60px;
        line-height: 80px;
	}
}