@font-face {
	font-family: "WorkSans-Medium";
	src: url("fonts/WorkSans-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "Montserrat-Regular";
	src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "WorkSans-Regular";
	src: url("fonts/WorkSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "WorkSans-Light";
	src: url("fonts/WorkSans-Light.ttf") format("truetype");
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    font-family: 'Montserrat-Regular';
    padding: 10px;
   /* margin-bottom: 20px;*/
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

 .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
	font-family: "WorkSans-Light";
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
  
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a{
	color: #5CC26A;
	text-decoration: none;
}


* {
	margin: 0;
	padding: 0;
}

section {
    width: 100%;
    height: auto;
    padding: 100px 0px 0px 0px;
    text-align: center;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-bottom: -5px;
}


.contContenedor{
	max-width: 1200px;
	margin: 0 auto;
}



/* --  Menu -- */
.header{
	width: 100%;
    height: 85px;
    text-align: center;
    position: fixed;
    background-color: white;
    z-index: 10;
   
}

.contHeader{
    max-width: 1200px;
    width: 100%;
    height: 85px;
    position: relative;
    background-color: white;
    /* background: rgba(0,0,0,0.6); */
    /* bottom: 0; */
    
    margin: 0 auto;
}

.logo{
	width: 38%;
    height: auto;
    margin-top: 20px;
    float: left;
    box-sizing: border-box;
    /* margin-left: 372px; */
    /* margin-right: 70px; */ 
}

.icomenu  {
	display: none;
}

.contMenu{
	width: auto;
    height: auto;
    margin-top: 32px;
    float: left;
    box-sizing: border-box;
    display: inherit;
    text-align: center;
}

.btnMenu{
	font-family: "WorkSans-Medium";
	width: auto;
    height: auto;
    font-weight:bold;
    float: left;
    margin: 0px 40px 0px 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #5CC26A;
    position: relative;
    text-align: center;
}

.btnMenu.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #662c91;
}

.btnMenu:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -35px;
    left: 0;
    background: #343838;
    visibility: hidden;
    border-radius: 5px;
}

.btnMenu:hover:before,
.btnMenu:focus:before {
  visibility: visible;
  transform: scaleX(1);
}


/* -- Banner -- */
.contBanner{
	width: 100%;
    height: 850px;
    position: relative;
    float: left;
    box-sizing: border-box;
    background: url(../images/banners/home_1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;

}

.bannerPadre{
	max-width: 1200px;
    padding-left: 94px;
    margin: 0 auto;
    top: -405px;
    position: relative;
    border: 2px solid;
}

.tituloBanner{
	font-family: "Montserrat-SemiBold";
    font-size: 45px;
    color: #FFFFFF;
    /* border: 1px solid black; */
   
   
    width: 55%;

    position: relative;
   
    
   
   
    
    height: auto;
    text-align: left;
}

.subBanner{
	font-family: "WorkSans-Regular";
    font-size: 25px;
    color: #FFFFFF;
    position: relative;
    width: 55%;
    
    
    text-align: left;
 
}


/* -- Servicios -- */
.titulo{
	width: 100%;
	color: #6b7699;
	font-size: 52px;
	font-family: "Montserrat-SemiBold";
	text-align: center;
	height: auto;
}

.linea {
	width: 40px;
	height: 5px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	background: #ad3fdb;
	/*border: 1px solid;*/
}
.contServicios{
	/*background-color: #edf1f3;*/
	padding-bottom: 90px;
	padding-top: 90px;
}

.contServicio{
	width: 90%;
	max-width: 1200px;
	height: auto;
	/*border: 1px solid red;*/
	display: inline-flex;
	margin-top: 50px; 
}

.servicios{
	width: 31%;
	height: 525px;
	border: 1px solid #a1a1a1;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-right:  20px;
}

.imgServ{
	padding-top: 30px;
	box-sizing: border-box;
}

.serv1{
	font-family: "Montserrat-Regular";
	color: #662c91;
	font-size: 20px;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	font-weight:bold;
}

.cont{
	font-family: "WorkSans-Regular";
	color: #6b7699;
	font-size: 18px;
	margin-top: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;

}


/* -- Quienes -- */
.contQuienes{
	/*background-color: #edf1f3;*/
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: inline-flex;
}

.quienes{
	width: 50%;
	height: auto;
	box-sizing: border-box;
	text-align: left;
}

.quinesA{
	width: 640px;
	float: right;
	padding-top: 80px;
	padding-bottom: 80px;
}

.tituloQuien{
	width: 100%;
	color: #6b7699;
	font-size: 52px;
	font-family: "Montserrat-SemiBold";
	text-align: left;
	height: auto;
	padding: 60px 20px 20px 40px;

}

.tituloQuiens{
	width: 100%;
	color: #6b7699;
	font-size: 52px;
	font-family: "Montserrat-SemiBold";
	text-align: left;
	height: auto;
	padding: 30px 20px 20px 40px;

}

.quienes p{
	font-family: "WorkSans-Regular";
	color: #6b7699;
	padding-left: 40px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.subtitulo{
	font-family: "Montserrat-SemiBold";
	color: #662d91;
	padding-left: 40px;
	padding-bottom: 30px;
	font-size: 22px;
}

.imgQuienes{
	width: 50%;
	height: auto;
	box-sizing: border-box;

	background: url(../images/quienes.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* -- PORQUE -- */

.contPreguntas{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: inline-flex;
}

.pregA{
	width: 50%;
	height: 300px;
	background-color: #662c91;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 30px;
}

.pregA p{
	padding-top: 30px;
	font-family: "WorkSans-Light";
	color: #FFFFFF;
	font-size: 28px;
	width: 76%;
    margin-left: 70px;
}

.etiqueta {
     width: 0;
     height: 0;
     border-right: 30px solid #FFFFFF;
     border-top: 30px solid #FFFFFF;
     border-left: 30px solid #ac3edb;
     border-bottom: 30px solid #ac3edb;

     position: absolute;
     top: 0;
     right: 0;
}

.contPreguntasB{
	width: 80%;
	height: auto;
	padding-top: 30px;
	position: relative;
	display: inline-flex;
	overflow: hidden;

}

.pregBimagen{
	background-image: url(../images/banners/porque.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 50%;

}

.pregB{
	width: 50%;
	height: auto;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.pregB p{
	color: #666666;
	font-family: "WorkSans-Regular";
	font-size: 16px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
}

.contacto{
	width: 50%;
	height: 720px;
	float: right;
}

.medio{
	width: 650px;
    height: 550px;
    margin-top: 47px;
    float: right;
    box-sizing: border-box;
	text-align: left;
}

.medio p{
	font-family: 'WorkSans-Light';
    font-size: 34px;
    color: #662c91;
    padding-left: 40px;
    padding-bottom: 20px;
}

.txtName{

	font-family: "WorkSans-Light";
	width: 80%;
	height: 35px; 
	margin-bottom: 15px;
	padding: 19px 15px 19px 15px;
	font-size: 18px;
	color: #6c8d9b; 
	text-align: left;
	margin-left: 45px;

	float: left;
	box-sizing: border-box;

    background: none;
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
    border-bottom: 2px solid #662d91; 
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: text;
}

.txtName:focus { 
    
    border-bottom: 1px solid #FFFFFF; 	
} 

::-webkit-input-placeholder { 
	font-family: "WorkSans-Light";
	font-size: 18px;
	color: #6c8d9b;
} /* WebKit */

:-moz-placeholder { 
	font-family: "WorkSans-Light";
	font-size: 18px;
	color: #6c8d9b;
} /* Firefox 18- */

::-moz-placeholder { 
	font-family: "WorkSans-Light";
	font-size: 18px;
	color: #6c8d9b;
} /* Firefox 19+ */

:-ms-input-placeholder {
	font-family: "WorkSans-Light";
	font-size: 18px;
	color: #6c8d9b;
} /* IE 10+ */


.txtBox {
	margin-left: 45px;
	margin-top: 20px;
    width: 80%;
    height: 35px;
    padding: 20px 15px 20px 15px;
    border: 2px solid #662d91;
    box-sizing: border-box;
    font-family: "WorkSans-Light";
    font-size: 17px;
    color: #333;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.submit{
	width: auto;
    height: auto;
    padding: 10px 40px 10px 40px;
    border: 0;
    float: right;
    box-sizing: border-box;
    background: #07bb3a;
    font-family: "WorkSans-Medium";
    font-size: 17px;
    color: #FFF;
    cursor: pointer;
    margin-right: 75px;
    margin-top: 35px;
    margin-bottom: 50px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
}

.parteC{
	width: 50%;
	height: 670px;
	box-sizing: border-box;
	display: inline-grid;
}

iframe {
	width: 100%;
	height: 450px;
}

.direccion{
	background-color: #242728;
    height: 265px;
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;


}
.contUno{
	display: inline-flex;
    box-sizing: border-box;
}

.direccionA{
	/*border: 1px solid white;*/
	width: 30%;
	margin: 0 auto;
	font-family: "WorkSans-Light";
	color: #FFFFFF;
    box-sizing: border-box;
	font-size: 34px;
	padding-top: 75px;
}

.contEscribir{
	background-color: #662c91;
	width: 100%;
	height: 195px;
	box-sizing: border-box;
}

.contEscribir p{
	font-size: 40px;
	color: #FFFFFF;
	font-family: "Montserrat-SemiBold";
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}

.txtEscribir{
	width: 495px;
	height: 38px;
	font-family: "Montserrat-SemiBold";
}

.suscribirme{
	position: relative;
    width: auto;
    height: auto;
    padding: 10px 30px 8px 30px;
    border: 0;
    float: right;
    box-sizing: border-box;
    background: #07bb3a;
    font-family: "WorkSans-Medium";
    font-size: 17px;
    color: #FFF;
    cursor: pointer;
    /*left: 1134px;*/
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
}

.parteTres{
	margin-top: 30px;
	display: inline-flex;
}

.contFooter{
	background-color: #363636;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	display: inline-flex;
	margin: 0 auto;
	max-width: 1200px;
}

.contLogo{
	height: auto;
	width: 60%;
	margin-top: 70px;
	
}

.contMarca{
    height: auto;
    width: 40%;
    margin-top: 70px;
    color: #555555;
    font-family: "WorkSans-Light";
    font-size: 18px;
    padding-top: 10px;
text-align: left;
}

.contRedes{
    /* display: inline-flex; */
    height: auto;
    width: 40%;
    margin-top: 70px;
    /* padding-left: 200px; */
    /* left: 100px; */
    /* position: relative; */
    /* float: right; */
    text-align: center;
    /*border: 1px solid white;*/
}

.facebook{
	padding-left: 20px;
	padding-right: 20px;
}

.twitter{
	padding-left: 10px;
	padding-right: 20px;
}

.in{
	padding-left: 10px;
	padding-right: 20px;
}

.logo-resposive{
	display: none;
}

.icomenu  {
	display: none;
}


#caja-flotante {
	width: 45px;
	height: 45px;
	background: none;
	position: fixed;
	right: 2%;
	bottom: 2%;
	z-index: 1;
}

#caja-flotante img {
	width:100%;
	height: auto;
}


/* LOGIN MENU */
.loginContainer{
	/* border: 1px solid black; */
    width: auto;
    height: auto;
    float: left;
}

.btnRegistro{
	background-color: #07bb3a;
    color: #FFFFFF;
    font-family: "WorkSans-Medium";
    padding: 10px;
    position: relative;
    top: -10px;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

.btnRegistro a{
	text-decoration: none;
	color: #FFFFFF;
}

.loginBox {
    position: absolute;
   	top: 29px;
    right: 57px;
    display: none;
    z-index: 29;
}

.loginForm {
    width: 248px;
    border: 1px solid #07bb3a;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: 27px;
    background-color: #07bb3a;
    padding: 6px;
    margin-right: 0px;
}

.formLogin{
	border: 1px solid black;
	width: auto;
	height: 200px;
	background-color: #FFFFFF;
}

.txtLogin {
    font-family: "WorkSans-Light";
    width: 80%;
    height: 35px;
    margin-bottom: 15px;
    padding: 19px 15px 19px 15px;
    font-size: 12px;
    color: #6c8d9b;
    text-align: left;
    margin-left: 25px;
    float: left;
    box-sizing: border-box;
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #662d91;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: text;
}

.acceder {
        width: auto;
    height: auto;
    padding: 5px;
    border: 0;
    float: right;
    box-sizing: border-box;
    background: #6b7699;
    font-family: "WorkSans-Medium";
    font-size: 17px;
    color: #FFF;
    cursor: pointer;
    margin-right: 75px;
    /* margin-top: 35px; */
    /* margin-bottom: 50px; */
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    /* text-align: center; */
}

.parraDireccion{
		font-size: 16px;
		color: #6b7699;
		width: 247px;
	}


/*preguntas*/

.contenidoPreg{
	width: 90%;
	max-width: 1200px;
	height: auto;
	/*border: 1px solid red;*/
	display: inline-grid;
	margin-top: 50px; 
}

.preguntas{
	width: 100%;
	height: auto;
	/*border: 1px solid #a1a1a1;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-right:  20px;
}

/******************** RESPOSIVE ***********************/
@media only screen and (max-width: 1155px) {

	.contEscribir p{
		font-size: 30px;
	}

	iframe {
		width: 100%;
		height: 300px;
	}

	.contServicio{
		width: 100%;
		display: inline-grid;
	}

	.servicios{
		width: 75%;
		margin: 0 auto;
		height: auto;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.contQuienes{
		display: inline-grid;
		padding-top: 65px;
	}

	.quienes{
		width: 100%;
		text-align: center;
	}

	.quienes p{
		text-align: center;
	}

	.subtitulo{
		text-align: center;
		padding-left: 0px;
	}

	.linea{
		margin-left: none;
    	margin-bottom: none; 
	}

	.tituloQuien{
		font-size: 40px;
	    /* text-align: center; */
	    width: 88%;
	    /* padding-left: 40px; */
	    padding-top: 8px;
	    
	    padding-left: 0;
	    padding-right: 0;
	    margin-left: 40px;
	    /* left: 20px; */
	}

	.tituloQuiens{
		font-size: 40px;
	    text-align: center;
	    width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0px;
	}

	.imgQuienes{
		 width: 100%;
    	height: 40vh;
    	/*margin-top: 45px;*/
	}

	.titulo{
		font-size: 40px;
	}

	.contPreguntas{
		display: inline-grid;
	}

	.pregA{
		width: 100%;
		margin-bottom: 30px;
		height: auto;
		padding-bottom: 20px;
	}

	.pregA p{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 30px;
		font-size: 20px;;
	}

	.contPreguntasB{
		display: inline-grid;
	}

	.pregBimagen{
		width: 100%;
		height: 50vh;
	}

	.pregB{
		width: 100%;
		padding-bottom: 40px;
	}

	.parteC{
		width: 100%;
		height: 572px;
	}


	.contacto{
		top: -4px;
    	width: 100%;
    	position: relative;
    	height: 735px;
	}

	.medio{
		width: 100%;
    	height: auto;
    	margin-top: 25px;
    	margin-left: inherit;
	}

	.submit{
		margin: 0 auto;
		margin-right: 28px;
		margin-top: 20px;
	}

	.direccion{
		display: inline-grid;
    	width: 100%;
    	height: auto;
    	padding-bottom: 30px;
    	margin-top: -75px;
	}

	.mapa{
		width: 100%;
	    padding: 0;
	    height: 300px;
	}

	.direccionA{
		width: 100%;
		padding-top: 40px;
	}

	.contEscribir{
		height: auto;
		padding-bottom: 30px;
	}

	.txtEscribir{
		width: 330px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.suscribirme{
		padding: 5px 10px 5px 10px;
		margin: 0 auto;
		margin-top: 10px;
		border-radius: 7px 7px 7px 7px;
    	-moz-border-radius: 7px 7px 7px 7px;
    	-webkit-border-radius: 7px 7px 7px 7px;
	}

	.contFooter{
		display: inline-grid;
		height: auto;
		padding-bottom: 30px;
	}

	.contLogo{
		width: 100%;
		margin-top: 30px;
	}

	.contMarca{
		width: 100%;
		margin-top: 15px;
	}

	.contRedes{
		/*padding-left: 110px;*/
		/*margin-top: 15px;*/
		padding-top: 30px;
		margin: 0 auto;
	}

	.logo-resposive{
		width: 200px;
	    margin-top: 13px;
	    margin-left: 10px;
	    display: inherit;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 1;
	}

	.logo-resposive img{
		width: 100%;
    	height: auto;
	}

	.logo{
		display: none;
	}

	.openmenu{
		display: none;
	}

	.contMenu{
		width: 100%;
	    height: 100vh;
	    padding: 90px 0px 0px 0px;
	    margin-top: 0;
	    float: inherit;
	    position: fixed;
	    z-index: 0;
		display: none;
		background-color: #FFFFFF;
	}

	.btnMenu{
		width: 200px;
	    height: auto;
	    padding: 15px 0px 15px 21px;
	    text-align: left;
	}

	.icomenu  {
		width: auto;
		height: auto;
		position: absolute;
		top: 12px;
		right: 22px;
		z-index: 1;

		cursor: pointer;
		display: inherit;
		/*border: 0px solid #FF0000;*/
	}

	.btnMenu.active::after {
	    content: "";
	    position: absolute;
	    bottom: -4px;
	    left: 0;
	    right: 0;
	    height: 3px;
	    width: 100%;
	    background: #662c91;
	}

	.btnMenu:before{
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 3px;
	    bottom: 0px;
	    left: 0;
	    background: #662c91;
	    visibility: hidden;
	    border-radius: 5px;
	}

	.btnMenu:hover:before,
	.btnMenu:focus:before {
	  visibility: visible;
	  transform: scaleX(1);
	}

	.contBanner{
		height: auto;
	}

	.bannerPadre{
		    height: auto;
    	margin-top: 5px;
    	padding-left: 10px;
    	text-align: center;
    	padding-right: 10px;
    	/* margin-top: 15px; */
    	margin-bottom: 20px;
	}

	.tituloBanner{
		font-family: "Montserrat-SemiBold";
	    font-size: 20px;
	    color: #FFFFFF;
	    /*border: 1px solid black;*/
	    position: relative;
	    width: 100%;
	    text-align: center;



	}

	.subBanner{
		font-family: "WorkSans-Regular";
	    font-size: 15px;
	    color: #FFFFFF;
	   
	    width: 100%;
	    
	    text-align: center;
	}

	.parteTres{
		margin-top: 30px;
		display: inline-grid;
	}

	.parraDireccion{
		width: 100%;
	}



}


@media only screen and (max-width: 1200px) {

.medio {
    width: 100%;
    height: 550px;
    margin-top: 37px;
    float: right;
    box-sizing: border-box;
    text-align: left;
}

.quinesA {
    width: 100%;
    float: right;
    padding-top: 20px;
}

   
}