body {
  font-family: 'Noto Sans', sans-serif;
  margin:0em;
  background-color: rgba(212, 212, 212, 0.493)

}
h1,h2,h3,h4,h5{
  font-family: 'Fjalla One', sans-serif;

}
p{
  font-family: 'Noto Sans',sans-serif;
  font-size: 18px;
}




.botones{
  font-style:initial;
  font-family: 'Fjalla One',sans-serif;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease; /* Firefox */
  -webkit-transition: 0.5s ease; /* Chrome - Safari */
  -o-transition: 0.5s ease; /* Opera */
  
}
.botones:hover{ transform : scale(1.1);
  -moz-transform : scale(1.1); /* Firefox */
  -webkit-transform : scale(1.1); /* Chrome - Safari */
  -o-transform : scale(1.1); /* Opera */
  -ms-transform : scale(1.1); /* IE9 */
  box-shadow: 2px 2px 10px #000;
}


.card{
  font-style:initial;
  
}
 .card-tittle{
 min-height: 2.5rem;}

 .card-text{min-height: 10rem;
font-family:comic}

 .car-image{
   background-position: center;

 }
.nosotros{
  align-self:flex-start;
}
.zoom{
  transition: 0.5s ease;
   -moz-transition: 0.5s ease; /* Firefox */
   -webkit-transition: 0.5s ease; /* Chrome - Safari */
   -o-transition: 0.5s ease; /* Opera */
}
.zoom:hover{
  transform : scale(1.2);
  -moz-transform : scale(1.2); /* Firefox */
  -webkit-transform : scale(1.2); /* Chrome - Safari */
  -o-transform : scale(1.2); /* Opera */
  -ms-transform : scale(12);
  
  
}
.zoomclientes{
  transition: 0.5s ease;
   -moz-transition: 0.5s ease; /* Firefox */
   -webkit-transition: 0.5s ease; /* Chrome - Safari */
   -o-transition: 0.5s ease; /* Opera */
}
.zoomclientes:hover{
  transform : scale(1.01);
  -moz-transform : scale(1.01); /* Firefox */
  -webkit-transform : scale(1.01); /* Chrome - Safari */
  -o-transform : scale(1.01); /* Opera */
  -ms-transform : scale(12);
  
  
}
.zoomproductos{
  transition: 0.3s ease;
   -moz-transition: 0.3s ease; /* Firefox */
   -webkit-transition: 0.3s ease; /* Chrome - Safari */
   -o-transition: 0.3s ease; /* Opera */
}
.zoomproductos:hover{
  transform : scale(1.05);
  -moz-transform : scale(1.05);; /* Firefox */
  -webkit-transform : scale(1.05);; /* Chrome - Safari */
  -o-transform :scale(1.05);; /* Opera */
  -ms-transform : scale(1.05);
  
}
.mapa iframe{width:100%;}
.card:hover{box-shadow: 5px 5px 20px #000;

}
.clienteshover:hover{box-shadow: 5px 5px 20px rgba(0, 195, 255, 0.664);

}


.card-img-top:hover{border-radius: 0.4rem}

.nav-link{font-family: 'Noto Sans', sans-serif;color: #000;
margin: 5px;padding: 10px;margin-left: 10px;}
.nav-link:hover{ text-shadow:5px 5px 25px #000;}
.navbar-brand{margin: 15px;font-size: 22px;color: white;}
a.navbar-brand{color:white}
.navbar{padding-left: 1.5rem;}
.nav-link{color: white;}
.navbar{background: rgba(57, 170, 190, 0.76);}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(194, 194, 238, 0.452);
 
  z-index: 2;

}
.cardsocio1{background: rgb(88, 158, 185);}
.cardsocio2{background: rgb(88, 164, 184);}
.cardsocio3{background: rgb(88, 172, 184);}
.card-header{border: none;}





/* Encabezados */
.encabezadoindex{background-image:linear-gradient(rgba(28, 78, 187, 0.5), rgba(90, 90, 223, 0.301)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;}
.encabezadoproductos{background-image:linear-gradient(rgba(187, 113, 28, 0.5), rgba(90, 90, 223, 0.301)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;}
.encabezadocontacto{background-image:linear-gradient(rgba(48, 214, 200, 0.5), rgba(90, 90, 223, 0.301)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;}
.encabezadoproductoscomercializados{background-image:linear-gradient(rgba(48, 214, 200, 0.5), rgba(90, 90, 223, 0.301)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;}
.encabezadoproductospropios{background-image:linear-gradient(rgba(127, 142, 209, 0.5), rgba(139, 22, 150, 0.301)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;}
.encabezadonuestrosclientes{background-image:linear-gradient(rgba(0, 212, 202, 0.5), rgba(73, 40, 134, 0.301)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;} 
.encabezadoacercade{background-image:linear-gradient(rgba(136, 10, 253, 0.5), rgba(32, 145, 211, 0.295)),url(/imagenes/cover.png);background-repeat: no-repeat;background-size: cover;z-index: -1;}
body{background-color: white;}






/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup form .contenedor-inputs {
	opacity: 0;
}

.popup form .contenedor-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup form .btn-submit {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup form .btn-submit:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}

.list-group-item:hover{border: 2px solid black;}







.imagen {
    position: relative;
    width: 400px;
}

.imagen__img {
    display: block;
    width: 100%;
}

.imagen__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 82, 175, 0.8);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.imagen__overlay--blur {
    backdrop-filter: blur(5px);
}

.imagen__overlay--primary {
    background: #009578;
}

.imagen__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.imagen__overlay:hover {
    opacity: 1;
}

.imagen__overlay:hover > * {
    transform: translateY(0);
}

.imagen__title {
    font-size: 2em;
    font-weight: bold;
}

.imagen__description {
    font-size: 1.25em;
    margin-top: 0.25em;
}