@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&display=swap');

 
body, html{
    font-family: 'Inter', sans-serif;
    color: #555555;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h2,h3{
	color: #0C3178;
	font-weight: 700;
}
h2{
	font-size: 42px;
}
	h2.sm{
		font-size: 35px;
	}
h3{
	font-size: 22px;
}

.pl-icon{
	padding-left: 28px;
}

.mb-0{
	margin-bottom: 0px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-45{
	margin-bottom: 45px;
}

.mt-30{
	margin-top: 30px;
}


.header{
	padding: 30px 0px;
}

	.header .logo{
		width: 200px;
		display: inline-block;
	}
	.header .logo img{
		width: 100%;
	}

	.header .infos{
		width: calc(100% - 200px);
		padding-left: 150px;
		float: right;
		padding-top: 15px;
	}
	
	.header .info-contacto{
		width: 33%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.header .info-contacto .fas{
		font-size: 45px;
		color: #1C63BB;
		margin-right: 6px;
		vertical-align: top;
	}
	.header .info-contacto .info{
		display: inline-block;
	}
	
	.header .info-contacto .info .titulo{
		font-size: 18px;
		font-weight: 700;
		color: #013A67;
	}
	.header .info-contacto .info .contenido,
	.header .info-contacto .info .contenido a{
		font-size: 12px;
		color: #555555 !important;
		text-decoration: none; 
	}
	
.navb{
	background-color: #0C3178;
	color: #ffffff;
	padding: 20px 0px;
}
	.navb .container > ul{
		list-style-type: none;
		margin: 0;
		padding: 0;	
	}
	.navb .container > ul > li{
		display: inline-block;
		padding: 6px 0px;
	}
		.navb .container > ul > li > ul{
			display: none;
			position: absolute;
			z-index: 10;
			padding: 20px;
			box-shadow: 2px 6px 6px 0px rgba(0,0,0,0.1);
			background-color: #0c3178;

		}
		.navb .container > ul > li:hover > ul{
			display: block;
		}
		.navb .container > ul > li > ul > li{
			display: block;
			font-weight: 600;
		}
		.navb .container > ul > li > ul > li a{
			color: #fff;
			padding: 8px 0px;
			display: block;
		}
	.navb .container > ul > li > a{
		color: #E8E8E8;
		text-decoration: none; 
		outline: 0;
		padding: 0px 15px;
		font-size: 15px;
		font-weight: 700;
	}
	.navb .container > ul > li.active{
		border-bottom: 2px solid #1E69C1;
	}
	/*.navb ul li a:first-of-type{
		padding-left: 0px;
	}*/
	#toggle{
		width: 40px;
		height: 30px;
		text-align: center;
		padding-top: 4px;
		border: 1px solid #fff;
		border-radius: 3px;
		margin-left: auto;
		cursor: pointer;
	}
	
	
	
	
	/*
		.submenu
		position: absolute;
		z-index: 10;
		padding: 20px;
		margin-top: 9px;
		box-shadow: 2px 6px 6px 0px rgba(0,0,0,0.1);
		background-color: #0c3178;
		
		
		.submenu .li
		display: block;
		font-weight: 600;
	*/
	

@media(min-width: 992px) and (max-width: 1199px){
	.header .logo {
    	width: 150px;
    }
    .header .info-contacto {
    	width: 32%;
    }
    .header .infos {
	    padding-top: 0;
	}
}

@media(min-width: 768px) and (max-width: 991px){
	.header .logo {
    	width: 130px;
    }
    .header .info-contacto {
    	width: 32%;
    }
    .header .infos {
	    padding-top: 0;
	    width: calc(100% - 130px);
		padding-left: 100px;
	}
	.header .info-contacto .fas {
	    font-size: 23px;
    }
    .header .info-contacto{
	    vertical-align: top;
    }
}
	
@media(max-width: 767px){
	.header .logo {
    	width: 130px;
    }
    .header .info-contacto {
    	width: 32%;
    }
    .header .infos {
	    padding-top: 0;
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 20px;
	}
	.header .info-contacto .fas {
	    font-size: 23px;
    }
    .header .info-contacto{
	    vertical-align: top;
    }
}	
	
@media(min-width: 576px){
	.navb .container > ul{
		display: block !important;
	}
	#toggle{
		display: none !important;
	}
}	
@media(max-width: 575px){
	.header .infos{
		margin-top: 40px;
	}
	.header .info-contacto {
	    width: 48%;
		margin-bottom: 10px;
	}
	#toggle{
		display: block;
	}
	.navb .container > ul{
		display: none;
	}
	.navb .container > ul li{
		display: block;
		text-align: center;
		width: 190px;
		margin: auto;
	}

}	
	
	
.banner{
	width: 100%;
	padding: 100px 0px;
	color: #0C3178;
	background-color: #0C3178;
	position: relative;
	background-image: url('../images/banner2.jpg');
	background-position: center center;
	background-size: cover;
	
}
	.banner .logo{
		margin-bottom: 20px;
		mix-blend-mode: darken;
		width: 200px;
	}
		.banner .logo img{
			width: 100%;
		}
	.banner .titulo{
		font-weight: 700;
		font-size: 27px;
		line-height: 45px;
		margin-bottom: 40px;
	}
	.banner .titulo.blanco{
		max-width: 700px;
		text-align: center;
		margin: auto;
		color: #fff;
		margin-bottom: 0px;
	}
	.banner .titulo span{
		font-size: 34px;
		display: block;
	}
	.boton{
		background-color: #0C3178;
		color: #fff;
		padding: 10px 30px;
		display: inline-block;
		text-decoration: none;
		border: 0px solid transparent;

	}
	
	.banner.seccion{
		background-image: none;
	}
	.banner.seccion .container{
		z-index: 3;
		position: relative;
	}
	.banner.seccion .capa{
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #013A67;
		opacity: 0.3;
		position: absolute;
	}
	.banner.seccion .fondo{
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-position: center center;
		background-size: cover;
	}
	
	
.seccion{
	padding: 100px 0px;
	background-position: center center;
	background-size: cover;
}
.seccion.blue{
	background-color: #0C3178;
	color: #ffffff;
	padding: 70px 0px;
}
	.seccion.blue h2{
		color: #ffffff;
	}


a.link_productos{
	text-decoration: none;
	outline: 0;
}
.productos{
	color: #ffffff;
	background-color: gray;
	height: 350px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
	.productos > *{
		position: absolute;
		font-weight: 700;
	}
	.productos .numero{
		font-size: 56px;
		z-index: 3;
		padding: 0px 15px;
		right: 0;
	}
	.productos .titulo{
		font-size: 27px;
		z-index: 3;
		bottom: 0;
		padding: 15px;
		line-height: 30px;
	}
		.productos .titulo span{
			font-size: 11px;
			font-weight: 400;
			display: block;
		}
	.productos .capa{
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #013A67;
		opacity: 0.3;
	}
	.productos .background{
		z-index: 1;
		background-size: cover;
		background-position: center center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: transform 1s;
	}
	
	.productos:hover .background{
		transform: scale(1.1);
	}
	
	

.medio_contacto{
	margin-bottom: 10px;
	width: 100%;
}	
	.medio_contacto .icono{
		background-color: #0C3178;
		color: #fff;
		text-align: center;
		width: 30px;
		height: 30px;
		font-size: 13px;
		padding-top: 6px;
		display: inline-block;
		margin-right: 15px;
		vertical-align: top;
	}
	.medio_contacto .medio{
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 55px);
		font-size: 12px;
	}
		.medio_contacto .medio a{
			color: inherit;
			text-decoration: none;
			outline: 0;
		}
.sucursal{
	color: #0C3178;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: block;
	margin-top: 20px;
	font-size: 17px;
}


.form-contacto{
	background-color: #F9F9F9;
	padding: 50px 30px;
}
.form-control{
	border-radius: 0px;
}

.footer{
	background-color: #041639;
	padding: 40px;
	color: #ffffff;
}
	.footer a{
		color: #ffffff;
	}
.rights{
	background-color: #E8E8E8;
	padding: 10px 0px;
	text-align: center;
	font-size: 10px;
}


.bold{
	font-weight: 700;
	font-size: 18px;
}
.img-responsive{
	max-width: 100%;
}

@media(min-width: 768px) and (max-width: 991px){
	.medio_contacto .medio {
	    display: block;
	}
	.medio_contacto .icono {
	    width: 30px;
	    height: 30px;
	    font-size: 12px;
	    padding-top: 6px;
	}
}
@media(max-width: 767px){
	.sm-reverse{
		flex-direction: column-reverse;
	}
	.sm-mt-30{
		margin-top: 30px;
	}
}




.producto{
	margin-bottom: 30px;
	outline: 0;
	display: block;
	text-decoration: none !important;
}
	.producto .imagen{
		background-color: #E8E8E8;
		background-size: contain;
		background-position: center center;
		height: 200px;
		background-repeat: no-repeat;
		
	}
	.producto .descripcion{
		background-color: #0C3178;
		color: #fff;
		padding: 15px 15px 15px 40px;
		position: relative;
	}
		.producto .descripcion .far{
			position: absolute;
			left: 15px;
			top: 17px;
			font-size: 20px;
		}
		.producto .descripcion .titulo{
			font-weight: 700;
			font-size: 23px;
			line-height: 22px;
			margin-bottom: 5px;
		}
		.producto .descripcion .modelo{
			font-weight: 700;
		}		
		.producto .descripcion .capacidad{
			font-size: 12px;
		}		
		
		
		
		
		
		
		
		
		
		
.detalle-producto{
	position: relative;
}
	.detalle-producto .imagen{
		padding: 15px;	
	}
		.detalle-producto .imagen img{
			/*width: 100%;*/
		}
	.detalle-producto h1{
		font-size: 35px;
		color: #0C3178;
		font-weight: 700;
	}
	.detalle-producto .modelo{
		font-size: 22px;
		font-weight: 700;
	}
	.detalle-producto .capacidad{
		margin-bottom: 50px;
	}
	.detalle-producto .descripcion{
		margin-bottom: 30px;
	}
	
	.detalle-producto .tabs{
		margin-top: 15px;
		margin-bottom: 50px;
	}
		.detalle-producto .tabs .left{
			color: #1E69C1;
			border-right: 1px solid #C6C6C6;
		}
			.detalle-producto .tabs .left > ul.tab{
				
			}
				.detalle-producto .tabs .left > ul.tab > li{
					margin-bottom: 10px;
					cursor: pointer;
				}
				.detalle-producto .tabs .left > ul.tab > li.active{
					font-weight: 900;
				}
					.detalle-producto .tabs .left > ul.tab > li.active::after{
						content: '';
						padding-left: 3px;
						font-family: "Font Awesome 5 Free";
						content: "\f35a";
						font-weight: 400;
						-moz-osx-font-smoothing: grayscale;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
					}
			
		.detalle-producto .tabs .right{
			
		}
			.detalle-producto .tabs .right > ul > li{
				display: none;
			}
		
			.detalle-producto .tabs .right > ul > li > ul {
				padding-left: 12px;
			}
			
			
			
			.detalle-producto .tabs .left > .tab,
			.detalle-producto .tabs .right > .content{
				padding-left: 0px;
				margin-left: 0px;
				list-style: none;
			}
			
		.detalle-producto .descarga{
			position: relative;
			display: block;
			outline: 0;
			text-decoration: none;
			padding: 30px;
			color: #1E69C1;
			background-color: #F9F9F9;
		}
			.detalle-producto .descarga i{
				color: #1E69C1;
				font-size: 40px;
				margin-right: 10px;
			}
			.detalle-producto .descarga p{
				margin-bottom: 0px;
				color: #1E69C1;
				font-size: 16px;
				font-weight: 700;
			}
				.detalle-producto .descarga p span{
					color: #555555;
					display: block;
					font-size: 13px;
				}
			
@media(min-width: 768px){
	.detalle-producto .imagen{
		padding: 15px;	
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}		



.modal-backdrop{
	background-color: rgba(0,0,0,0.6);
}
.pointer{
	cursor: pointer;
}