/* CSS Document */
/*********************************************
*          Estilos generales
**********************************************/

.main-content{
	background-color:#999 !important;
}
p {
    font-family: "Raleway" !important;
}
h1, h2, h3, h4, h5, p {
	color:#fff !important;
}
h2{
	font-size:45px;
	margin:80px auto 40px;
	font-family: 'Titillium Web', sans-serif;
	text-decoration:underline;
	color:#fff;
}
a, a:hover{
	color:#fff;
}

a:hover{
	text-decoration:underline !important;
}
/************* Fin Estilos generales *************/


/*********************************************
*          Estilos header
**********************************************/

.header_home{
	background-image:url(../imgs/home_header_background.png) ;
	background-repeat: no-repeat;
    background-size: cover;
	height:auto;
	-webkit-box-shadow: 0px 10px 27px -7px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 10px 27px -7px rgba(0,0,0,0.37);
	box-shadow: 0px 10px 27px -7px rgba(0,0,0,0.37);
	padding-bottom: 50px;
}

/************* Fin header *************/


/*********************************************
*          Estilos Seccion 1 (Asociacion IDarte)
**********************************************/

.section_content_1 {
    min-height: 505px;
}
.section_content_1 h2{
	text-decoration:none;
	margin-bottom:5px !important;
}

/************* Fin Seccion 1 (Asociacion IDarte) *************/



/*********************************************
*          Estilos Equipo
**********************************************/

.section_content_3 {
    background-image: url("../imgs/home_equipo_background_2.png");
    background-size: cover;
    padding: 0 20px;
	background-color:#999;
	background-repeat:no-repeat;
}
p.cvdown {
    background-color: #555;
    padding: 5px;
    width: 150px;
    border-radius: 20px;
	margin-top:50px;
	margin-bottom:50px;
}
h2,h3 {
	margin-bottom:60px !important;
}

/************* Fin Estilos Equipo *************/


/*********************************************
*            Section Objetivos                 
**********************************************/
h3 .pdf {
    font-size: 75px;
    border-right: 1px solid;
    vertical-align: middle;
	font-family: monospace;
}
.pdf h3 {
    font-size: 75px;
    display: table-cell;
    vertical-align: middle;
}
.pdf p {
    display: table-cell;
    vertical-align: middle;
    font-weight: 100;
	text-align:left;
}

.pdf {
    display: table;
}
.nopadb {
	font-size: 18px;
}
/************* Fin Section Objetivos ***********/

/*********************************************
*         Slider                 
**********************************************/

.container.slider {
    padding-top: 50px;
    background-color: #999;
	padding: 50px 0 0px;
}

.slider{
	padding-left:0;
	padding-right:0;
}
/************ Fin Slider **********************/


/*********************************************
*         ASociate                
**********************************************/

.asociate_form button.btn.btn-default {
    background-color: #454C5C !important;
    color: #8E8A89;
    border-color: #454C5C;
    padding: 10px 50px;
}
.asociate_form button.btn.btn-default:hover{
	color:#fff;
	border-color:#fff;
}
.asociate_form input, .asociate_form textarea {
    color: #fff !important;
}
.section_compromiso,
.section_asociate {
	background-color:#677081;
}
.section_asociate{
	padding-top:0;
}
.section_asociate h3 {
    margin-bottom: 30px;
}
.section_asociate input, .section_asociate textarea {
    background: #454c5c !important;
    border: none !important;
}
.asociate_form input#nombre {
    margin-bottom: 15px;
}

/************* Fin ASociate ********************/


/*********************************************
*             Pie                 
**********************************************/
.pie {
	background-color:#333;
	line-height:1.2;
	padding-top:50px;
	background-image:url("../imgs/home_header_background.png");
	background-size: cover;
    background-repeat: no-repeat;
}
.row.pie p {
    line-height: 1.4em;
    padding-bottom: 10px;
}

/************** Fin Pie **************************/



/*********************************************
*********************************************
*********************************************
*********************************************
************** E S T I L O S ****************
*********************************************
*************** RESPONSIVES *****************
*********************************************
***************** HOME **********************
*********************************************
********************************************/

@media (min-width:1000px){

/* -------------- Estilos Seccion 3 -------------- */


.pdf p {
	border-left: solid thin;
	text-align:left;
	padding-left:30px;
}
}
@media (max-width:400px){


/* -------------- Estilos Seccion 3 -------------- */
.pdf p,
.section_compromiso p,
.section_content_1 p {
	text-align:center;
	line-height:2;
}
}