/*Estilos personalizados CCEC-KV*/
/*PALETAS DE COLOR
	GRIS JUMBOTRON1: #f8f9fb;
	CELESTE JUMBOTRON2: #0099da;
	CELESTE BORDE MENU: #4285f4;
*/
@import url('https://fonts.googleapis.com/css?family=Google Sans');
@import url('https://fonts.googleapis.com/css?family=Product Sans');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

/*SECCION 1: CODIGOS EN GENERAL*/
body{
	font-family: 'Lato', sans-serif;
	/*font-family: "Google Sans", Arial, sans-serif;*/
}
/*FIN SECCION 1*/
/*********************************************************************************/
/*SECCION 2: MENÚ*/
.my-nav{
	margin-top: 95px;
}
.dropdown-menu{
	margin: .70rem 0 0;
	border: 1px solid rgba(0,0,0,.15);
	border-top: 2px solid #4285f4;
	border-radius: 0px;
}
/*FIN SECCION 2*/
/*********************************************************************************/
/*SECCION 3: SLIDER*/
.carousel-caption {
    position: absolute;
    right: 35%;
    top: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    color: #FFF;
}
/*FIN SECCION 3*/
/*********************************************************************************/
/*SECCION 4: CONTENIDO*/
/*SECCIONES*/
.jumbotron{
	border-radius: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 25px 25px;
	background: transparent;
}
/*TITULOS*/
.my-t-1{
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: 900;
	font-stretch: 50%;
	line-height:60px;
}
/*CARDS*/
.card:hover {
    -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
    box-shadow: 0 0 25px -5px #9e9c9e;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear; 
}
/*HOVER IMAGES*/
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
/*FIN SECCION 4*/
/*********************************************************************************/

/*MEDIA QUERY*/
@media (max-width: 700px) {
	.my-logo{
		width: 90px;
		height: 120px;
	}
}

