/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 6, 2015 */

@font-face {
    font-family: 'robotolight';
    src: url('../font/Roboto-Ligh/Roboto-Light-webfont.eot');
    src: url('../font/Roboto-Ligh/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Ligh/Roboto-Light-webfont.woff2') format('woff2'),
         url('../font/Roboto-Ligh/Roboto-Light-webfont.woff') format('woff'),
         url('../font/Roboto-Ligh/Roboto-Light-webfont.ttf') format('truetype'),
         url('../font/Roboto-Ligh/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto_bold/roboto-bold_0-webfont.eot');
    src: url('../font/roboto_bold/roboto-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_bold/roboto-bold_0-webfont.woff2') format('woff2'),
         url('../font/roboto_bold/roboto-bold_0-webfont.woff') format('woff'),
         url('../font/roboto_bold/roboto-bold_0-webfont.ttf') format('truetype'),
         url('../font/roboto_bold/roboto-bold_0-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular/roboto-regular_0-webfont.eot');
    src: url('../font/roboto-regular/roboto-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular/roboto-regular_0-webfont.woff2') format('woff2'),
         url('../font/roboto-regular/roboto-regular_0-webfont.woff') format('woff'),
         url('../font/roboto-regular/roboto-regular_0-webfont.ttf') format('truetype'),
         url('../font/roboto-regular/roboto-regular_0-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

textarea {
	font-family: 'robotoregular';
}

a {
	color:#4fab3f;
	text-decoration:none;
}

a:hover {
	color:#75ed60;
}

h1 {
	color:#4FAB3F;
}

h1, h2, h3 {
	font-family: 'robotobold';
}


body {
	margin:0;
	padding:0;
	font-family: 'robotoregular';
	color:#444444;
	font-size:16px;
	  background: url(../img/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.cabecera {
	width:85%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

.logo {
	width:190px;
	height:114px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/logo.png);
}

.menu {
	width:100%;
	overflow:hidden;
	background-color:#4fab3f;
	margin-top:30px;
	border-radius: 8px;
}

.menu_link {
	color: #FFF;
	background-color:transparent;
    padding: 15px 20px;
    float: left;
    border-right:solid 1px #75ed60;
}

.menu_link:hover {	
    background-color: #75ed60;
	color:#fff;
}

.menu_link_on{
	color: #FFF;
    background-color: #75ed60;
    padding: 15px 20px;
    float: left;
	border-right:solid 1px #75ed60;
}

.menu_link_on:hover{
	color:#fff;
}

.social {
	float:right;
	margin-right:10px;
	margin-top:10px;
}

.fb {
	width:32px;
	height:32px;
	background-image:url(../img/fb.png);
	float:left;
}

.fb:hover {
	opacity: 0.5;
}


.tw {
	width:32px;
	height:32px;
	background-image:url(../img/twi.png);
	float:left;
	margin-left:10px;
}

.tw:hover {
	opacity: 0.5;
}

.yt {
	width:32px;
	height:32px;
	background-image:url(../img/you.png);
	float:left;
	margin-left:10px;
}

.yt:hover {
	opacity: 0.5;
}

.in {
	width:32px;
	height:32px;
	background-image:url(../img/inst.png);
	float:left;
	margin-left:10px;
}

.in:hover {
	opacity: 0.5;
}

.slide {
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:30px;
	border: solid 2px #4FAB3F;
    border-radius: 8px;
	background-color: #fff;
}


.cont {
	width: 78%;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #4fab3f;
    color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    
}

.social-page {
    
    -webkit-column-count:3;
            -moz-column-count:3;
            column-count:3;

            -moz-column-gap: 3em;
	    -webkit-column-gap: 3em;
	    column-gap: 3em;

	    -moz-column-rule: 1px solid #bbb;
	    -webkit-column-rule: 1px solid #bbb;
	    column-rule: 1px solid #bbb;

            -moz-column-width: 240px;	        
	    -webkit-column-width: 240px;
	    column-width: 240px;
    
    
	width: 78%;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #4fab3f;
    color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;

   
}


.you-tube {
    
    -webkit-column-count:;
            -moz-column-count:1;
            column-count:1;

            -moz-column-gap: 3em;
	    -webkit-column-gap: 3em;
	    column-gap: 3em;

	width: 560px;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #4fab3f;
    color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
   
}


.contando {
		width: 40%;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #4fab3f;
    color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    font-size: 28px;
    text-align: center;
    background-color: black;
}

.boton {
    border: 1px solid #75ed60; /*anchura, estilo y color borde*/
    padding: 10px; /*espacio alrededor texto*/
    background-color: #4fab3f; /*color botón*/
    color: #ffffff; /*color texto*/
    text-decoration: none; /*decoración texto*/
    text-transform: uppercase; /*capitalización texto*/
    font-family: 'Helvetica', sans-serif; /*tipografía texto*/
    border-radius: 4px; /*bordes redondos*/
    font-size: 24px;
    font-weight: bold;
	cursor:pointer;   
	text-align: center;
}

.boton2 {
    border: 1px solid #75ed60; /*anchura, estilo y color borde*/
    padding: 10px; /*espacio alrededor texto*/
    background-color: #ffffff; /*color botón*/
    color: #4fab3f; /*color texto*/
    text-decoration: none; /*decoración texto*/
    text-transform: uppercase; /*capitalización texto*/
    font-family: 'Helvetica', sans-serif; /*tipografía texto*/
    border-radius: 4px; /*bordes redondos*/
    font-size: 24px;
    font-weight: bold;
	cursor:pointer;   
	text-align: center;
}


.cont_p {
	width: 78%;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    color: #444444;
    border-radius: 8px;
    overflow: hidden;
	border:solid 2px #4fab3f;
}

.cont_form {
	width: 600px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    border: solid 2px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.campo_cons {
	width: 100%;
    height: 25px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    color: #444444;
}

.mensaje_cons {
	width: 596px;
    height: 120px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    color: #444444;
}

.enviar_cons {
    width: 600px;
    height: 25px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    background-color: #75ed60;
    color: #fff;
    font-weight: bold;
	cursor:pointer;
	border: solid 1px #75ed60;
}

.enviar_cons:hover {
	background-color:#4fab3f;
}


.contact_form {
	width: 600px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    border:solid 2px #75ed60;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.campo_contac {
	width: 100%;
    height: 25px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    color: #444444;
	border:solid 1px #75ed60;
}

.mensaje_contac {
	width: 596px;
    height: 120px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    color: #444444;
	border:solid 1px #75ed60;
}

.enviar_contac{
    width: 600px;
    height: 25px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    background-color: #75ed60;
    color: #fff;
    font-weight: bold;
	cursor:pointer;
	border: solid 1px #75ed60;
}

.enviar_contac:hover {
	background-color:#4fab3f;
}

.preguntas {
	background-color: #f5f5f5;
    padding: 1px 20px;
    margin-bottom: 20px;
    border: solid 1px #4fab3f;
    border-radius: 8px;
}


.img_cont {
	float: right;
    margin-right: 65px;
}


.footer {
	width:78%;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	background-color: #444444;
	color:#fff;
	overflow:hidden;
	text-align: center;
    font-size: 13px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.texto_slider {
    position: absolute;
    width: 600px;
    margin-left: 391px;
    margin-top: -300px;
}

.titulo_slider {
	margin: 0;
    background-color: #4FAB3F;
    color: #fff;
    width: auto;
    float: left;
    padding: 5px 10px;
    border-radius: 8px;
}

.text_sl {
	float: left;
    margin-top: 55px;
    text-align: justify;
}

.leer {
	background-color: #75ED60;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    float: left;
}

.leer:hover {
	background-color:#fff;
	color:#75ED60;
}