@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans+Condensed:700');

@font-face {
    font-family: 'Coolvetica';
    src: url('../Fonts/coolvetica rg.ttf') format('woff2'),
         url('../Fonts/coolvetica rg.ttf') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* INDICE

1.) Menu
2.) Banner

/* ------------------------- */
/* 1.) MENU */
/* -------------------------*/

.menu{
	max-width: 100%;
	position: fixed;
	top: 0px;
	display: inline-block;
	background-color: white;
	z-index: 1;
	box-shadow: 0px 1px 0px 0px;
}

.items{
	margin: 2px;
		
}

.items:hover{
	box-shadow: 0px 3px 0px 0px #2b8a3e;
}

.link-Seleccionado{
	margin: 2px;
	box-shadow: 0px 3px 0px 0px #2b8a3e;
}


/* ------------------------- */
/* 2.) BANNER */
/* -------------------------*/

.banner{
	max-width: 100%;
}

.portada{
	background-image: linear-gradient(90deg, #2b8a3e, #2b8a3e, #2b8a3e, #7eb78a);
}

.title-portada{
	color: white;
	font-size: 65px;
	font-family: 'Coolvetica', sans-serif;
}
/* ------------------------- */
/* 2.) Framework */
/* -------------------------*/

.encabezados{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
}

.parrafos{
	opacity: 1;
	text-align: justify;
}

/* ------------------------- */
/* 3.) Tambien te ofrecemos */
/* -------------------------*/


.title-big{
	text-align: center;
	font-size: 40px;
}

.imgIconos{
	height: 300px;
	width: auto
}

.tarjet-1{
	height: 200px;
}

.tarjet-2{
	height: 250px;
}

.tarjet-body:hover{
	background-color: #2b8a3e;
	color: white;
}

	
/* ------------------------- */
/* .) Footer */
/* -------------------------*/

.footer{
	max-width: 100%;
	background-color: rgb(0,0,0,0.9);
}

.tittle-footer{
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	color: white;

}

.parrafos-footer{
	color: white;
}
