body{
	font-size: 1rem;
	font-family: 'Noto Sans', sans-serif;
}

.navbar{
	padding-top: 3rem;
	font-weight: 500;
	font-size: 0.95rem;
}

.navbar a{
	color: #ffffff;
	text-shadow: 2px 2px #525252;
}

.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.icon-navbar{
	height: 1.5rem;
	vertical-align: middle;
}

h5{
	font-size: 1.1rem;
}

#bg-1{
	background-image: url("img/header.png");
	text-align: right;
	color: #ffffff;
	padding: 0 10vw;
	background-size: cover;
	padding-bottom: 2.5rem;
}

#bg-2{
	color: #ffffff;
}

#bg-3{
	background-color: #e1e4f1;
}

#bg-4{
	background-color: #104f9e;
	color: #ffffff;
	background-image: url("img/svg/bottom.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10rem;
}

#bg-5{
	background-color: #104f9e;
	background-image: url("img/svg/bottom.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.text-highligh{
	background-color: #f6a92b;
	padding: 0.1rem 1rem;
}

.highligh-main{
	font-size: 3.5rem;
	font-weight: bold;
}

.main-text{
	width: 20rem;
	font-size: 1.85rem;
	margin-left: auto;
	line-height: 2rem;
	padding-bottom: 1rem;
	padding-top: 5rem;
	font-style: italic;
	text-shadow: 2px 2px #525252;
}

.bienvenido-container{
	position: relative;
}

.bienvenido-1{
	background-color: #104f9e;
	width: 47%;
}

.bienvenido-23{
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url("img/divider.svg");
	width: 5rem;
}

.bienvenido-2{
	width: 6%;
	background-image: url("img/divider.svg");
	background-color: #104f9e;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.bienvenido-3{
	background-color: #17448b;
	width: 47%;
	position: relative;
}

.bienvenido-box{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bienvenido-box h1{
	font-size: 6vw;
}

.bienvenido-box h4{
	font-size: 1.5vw;
	text-align: center;
	width: 65%;
	padding: 0 1rem;
	font-weight: normal;
}

.col-nosotros{
	padding: 1.5rem 2vw 1.5rem 5vw;
	background-color: #e1e4f1;
}

h2{
	font-size: 3.3rem;
	color: #004f9c;
	padding-bottom: 1.25rem;
}

.col-nosotros-2{
	background-image: url("img/nosotros.png");
	background-size: cover;
}

.green-text{
	color: #62a845;
	font-weight: bold;
}

.circle-form{
	background-image: url("img/svg/circle.svg");
	background-size: 100%;
	padding: 3rem 3rem 3rem 3rem !important;
	background-size: cover;
	color: #ffffff;
	min-height: 25rem;
}

.circle-form h3{
	color: #0047ba;
	font-weight: bold;
}

.info{
	color: #ffffff;
	padding: 2rem 1rem 4rem 1rem;
}

.form-control{
	border-radius: 0;
}

.nuestros-productos{
	font-size: 2.3rem;
	font-weight: bold;
	color: #7cb050;
}

.btn-enviar{
	background-color: #0047ba;
	font-weight: bold;
	color: #ffffff;
	width: 65%;
}

.nav-tabs .nav-item {
	font-size: 1.25rem;
	font-weight: bold;
}

.nav-tabs .nav-link:hover {
	background-color: #0047ba;
	color: #ffffff;
}

.bg-white{
	background-color: #ffffff;
	color: #000000;
}

.bg-blue{
	background-color: #17448b;
	color: #ffffff;
}

.bg-blue a{
	color: #ffffff;
}

#fondo-bot{
	height: 300px;
	background-image: url("img/fondo-bot.png");
	background-size: contain;
	background-position: top;
	background-color: #e1e4f1;
}

a img:hover{
	transform: scale(1.08);
	transition: transform 0.6s ease-in-out;
}

a:hover{
	text-decoration: none;
}

@media only screen and (max-width: 680px) {
	body{
		font-size: 1rem;
	}

	.main-text{
		font-size: 7vw;
		padding-bottom: 1rem;
		padding-top: 5rem;
		font-style: italic;
		text-shadow: 2px 2px #525252;
		width: auto;
	}

	.text-highligh{
		background-color: #f6a92b;
	}

	.highligh-main{
		font-size: 11.5vw;
		font-weight: bold;
	}

	.bienvenido-1{
	background-color: #104f9e;
	width: 100%;
	}

	.bienvenido-2{
		background-image: url("img/divider.svg");
		background-color: #104f9e;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		width: 100%;
	}

	.bienvenido-3{
		background-color: #17448b;
		width: 100%;
	}

	.bienvenido-box{
		margin: 0;
		position: absolute;
	}

	.bienvenido-box h1{
		font-size: 2rem;
	}

	.bienvenido-box h4{
		font-size: 1.2rem;
		text-align: center;
		padding: 0 1rem;
		font-weight: normal;
	}

	.col-nosotros{
		padding: 2rem;
	}

	.col-nosotros h2{
		font-size: 1.2rem;
		color: #004f9c;
		padding-bottom: 1.25rem;
	}

	.info{
		color: #ffffff;
		padding: 1rem;
	}

	.circle-form{
		background-image: url("img/svg/circle4.svg");
		background-size: 100%;
		padding: 3rem;
		margin-bottom: 5rem;
		background-size: cover;
	}

	.nav-tabs .nav-link {
		width: 50%;
	}

}