/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
	.celu_mas_chico {
	font-size: 32px;
}
.pad_aabajo{
	padding-bottom: 30px;
}
.padding_30{
	padding: 30px;
}
.pad_left {
margin-left: 20px;
}
.tipo_28{
	font-size: 30px;
}
.alto{
	vertical-align: middle;
	padding-top: 50px;
	height: auto;
}
.main-wrapper {
  height: 100vh;  
}
.gris_oscuro{
	background-color: #333;
}
.section {
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
}
.spip_documents img { 
border: 1px solid white;
padding-right:20px;
padding-bottom:20px;
display:block;
clear:both;
width:auto;
height:auto;
 }
 .spip_logos img {
margin: 0 auto;}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #333;
}
.fondo_verde2{
	background-color: #6b7f60;

}
.fondo_verde{
	background-color: #4f6543;
	color: #fff;
}
.fondo_verde a{
	background-color: #4f6543;
	color: #fff;
}
.fondo_verde:hover{
	background-color: #fff;
	color: #4f6543;
}
p span {
    color: #4f6543;
}
/* / video */
iframe.youtube {
max-width: 96% !important;
display: block;
margin: 10px auto;}

.verde{
		color: #4f6543;
	}
.verde_2{
		color: #bcd52f;
	}
.verde_4{
		color: #bcd52f;
	}
.verde_2 a {
		color: #bcd52f;
	border-bottom: dotted ;
	border-color: #333;
	border-width:  1px;
	}
.verde_2:hover{
		color: #333;
	}
.verde_3 a{
		color: #bcd52f;
		}
.verde_3:hover{
		color: #999;
	}

.verde_claro {
	color: #6b7f60;
}
.verde_claro a {
	color: #6b7f60;
}
.verde_claro a:hover {
	color: #999;
}
.verde a{
		color: #4f6543;
	}

embed.youtube {
max-width: 96% !important;
display: block;
margin: 10px auto;

}
h1 {
	color: #4f6543;
}
.blanco {
	color: #fff;
}
.footer {
	background-color: #5a5e5f;
	width: 100%;
	min-height: 240px;
	height: auto;
}

.footer2 {
	background-color: #5a5e5f;
	width: 100%;
	min-height: 340px;
	height: auto;
}


.blanco a{
	color: #fff;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 20px 20px;
    background: #5a5e5f;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;

}

.gris {
    padding: 20px 20px;
    background: #5a5e5f;
    border: none;
    border-radius: 0;
  

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;

}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #333;
}

#sidebar ul.components {
    padding: 10px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul span {
    color: #bcd52f;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    border-bottom: 1px dotted#666;
}



a.lienon {
    color: #fff;
    background: #bcd52f;
}

#sidebar ul li a:hover {
    color: #bcd52f;
    background: #5a5e5f;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #bcd52f;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #3d572f;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #3d572f;
}

a.article,
a.article:hover {
    background: #3d572f !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 15px;
  margin-bottom: 30px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) 
{

	.tipo_28{
	font-size: 25px;
}
	
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
	.celu_mas_chico {
	font-size: 22px;
}
}