body {
	background-color: white;
	overflow-x: hidden;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #00356f;
	text-align: justify;
	font-weight: normal;
}
ol, ul {
	padding-left: 1em;
	font-size: 13px;
}
h4 {
	font-size: 32px;
	font-weight: 700;
}
.columns-3 {
	columns: 3;
}
.hidden {
	display: none;
}
.banner-text {
	color: #fff;
	position: absolute;
	left: 10%;
	bottom: 10%;
}
.banner-text.banner-text-center {
	left: 0;
	width: 100%;
	text-align: center;
}
.banner-text h4 {
	font-size: 72px;
	font-weight: 500;
}
.flex-items-center {
	display: flex;
	align-items: center;
}
.img-description {
	background-color: rgba(10, 60, 90, 0.7);
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px;
}
.img-description .name {
	font-size: 14px;
	font-weight: bold;
}
.text-in-banner {
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 35px;
	max-width: 50%;
}
.bg-white {
	background-color: #fff;
}
.bg-yellow {
	background-color: #efe451;
}
.bg-blue {
	background-color: #00356f;
}
.img-nav {
	height: 49px;
}
.img-full {
	width: 100%;
}
.logo-in-img {
	position: absolute;
	bottom: 10px;
	left: 40%;
	width: 20%;
}
.img-right {
	margin: 0 0 0 auto;
}
.text-upper {
	text-transform: uppercase;
}
.text-sub {
	text-decoration: underline;
}
.text-justify {
	text-align: justify;
}
.text-normal {
	font-weight: 400;
}
.text-bold {
	font-weight: 700;
}
.text-bold-300 {
	font-weight: 300;
}
.text-italic {
	font-style: italic;
}
.text-12 {
	font-size: 12px;
}
.text-13 {
	font-size: 13px;
}
.text-14 {
	font-size: 14px;
}
.text-15 {
	font-size: 15px;
}
.text-16 {
	font-size: 16px;
}
.text-17 {
	font-size: 17px;
}
.text-18 {
	font-size: 18px;
}
.text-20 {
	font-size: 20px;
}
.text-24 {
	font-size: 24px;
}
.text-26 {
	font-size: 26px;
}
.text-28 {
	font-size: 28px;
}
.text-35 {
	font-size: 35px;
}
.text-38 {
	font-size: 38px;
}
.text-46 {
	font-size: 46px;
}
.text-70 {
	font-size: 70px;
}
.text-80 {
	font-size: 80px;
}
.text-90 {
	font-size: 90px;
}
.text-110 {
	font-size: 110px;
}
.text-blue {
	color: #0a3c5a;
}
.text-white {
	color: #fff;
}
.navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
}
.nav>li>a:hover {
	background: none;
}
#categories {
	margin-top: -400px;
}
#producto--categories {
	margin-top: -275px;
}
h3 {
	font-size: 25px;
}
p {
	font-size: 15px;
}
img.img-center.img-nav {
	margin-top: 2px;
}
img.img-center {
	margin: 0 auto;
}
img.img-50 {
	width: 50%;
}
img.img-90 {
	width: 90%;
}
img.img-100 {
	width: 100%;
}
.bulletless-li {
	list-style-type: none;
}
.list-none {
	list-style-type: none;
}
ul.li-disc {
	list-style: disc;
}
.line-25 {
	line-height: 25px;
}
.line-30 {
	line-height: 30px;
}
.line-40 {
	line-height: 40px;
}
.block {
	display: block;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex.v-center {
	align-items: center;
}
.flex.h-center {
	justify-content: center
}
.flex.wrap {
	flex-wrap: wrap;
}
.flex.vstretch {
	align-items: stretch;
}
.flex.h-space-evenly {
	justify-content: space-evenly;
}
.flex.v-flex_end {
	align-items: flex-end;
}
.h-620 {
	height: 620px;
}
.h-500 {
	height: 500px;
}
.h-470 {
	height: 470px;
}
.h-400 {
	height: 400px;
}
.h-300 {
	height: 300px;
}
.h-250 {
	height: 250px;
}
.h-150 {
	height: 150px;
}
.h-105 {
	height: 105px;
}
.h-1000 {
	height: 1000px;
}
.h-120 {
	height: 120px;
}
.h-115 {
	height: 115px;
}
.h-100 {
	height: 100px;
}
.h-100p {
	height: 100%;
}
.h-70 {
	height: 70px;
}
.h-60 {
	height: 60px;
}
.h-54 {
	height: 54px;
}
.h-50 {
	height: 50px;
}
.h-30 {
	height: 30px;
}
.h-35 {
	height: 35px;
}
.h-25 {
	height: 25px;
}
.h-20 {
	height: 20px;
}
.h-630 {
	height: 630px;
}
.maxw-360 {
	max-width: 360px;
}
.minh-200 {
	min-height: 200px;
}
.minh-300 {
	min-height: 300px;
}
.minh-350 {
	min-height: 350px;
}
.minh-425 {
	min-height: 425px;
}
.minh-500 {
	min-height: 500px;
}
.border-5 {
	border-style: solid;
	border-width: 5px;
}
.border-1 {
	border-style: solid;
	border-width: 1px;
}
.border-0 {
	border: 0;
}
.border-left {
	border-left: 1px solid #000;
}
.shadow-0 {
	box-shadow: none;
}
.letter-spacing-6 {
	letter-spacing: 6px
}
.border-radius-0 {
	border-radius: 0px;
}
.border-radius-8 {
	border-radius: 8px;
}
.p-12 {
	padding: 12px;
}
.z-5 {
	z-index: 5;
}
ul.separated-items li {
	margin-top: 20px;
}
ul.padding-inline-start-20 {
	padding-inline-start: 20px;
}
ul.no-padding-inline {
	padding-inline-start: 0;
}
.pos-rel {
	position: relative;
}
span.more-info {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.pt-22 {padding-top: 22px !important}
.pt-84 {padding-top: 84px !important}
.pt-170 {padding-top: 170px !important}
.pt-175 {padding-top: 175px !important}
.pt-145 {padding-top: 145px !important}
.pt-250 {padding-top: 250px !important}
.pt-275 {padding-top: 275px !important}
.w-30 {
	width: 30px;
}
.w-350 {
	width: 350px;
}
.w-35 {
	width: 35px;
}
.w-245 {
	width: 245px;
}
.w-345 {
	width: 345px;
}
.w-365 {
	width: 365px;
}
.w-100 {
	width: 100px;
}
.w-50p {
	width: 50%;
}
.inline {
	display: inline;
}
.col-md-0-5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 4.16666665%
}
a:hover {
	text-decoration: none;
}
.navbar-toggle {
	margin-top: 32px;
}
.navbar {
	height: 84px;
	margin-bottom: 0;
	width: 100%;
	position: fixed;
	z-index: 2;
	border: 0;
}
.navbar-collapse {
	padding-right: 0;
}
.navbar ul.nav {
	margin-top: 17px;
}
.col-xs-offset-0-5 {
	margin-left: 4.166665%;
}
.col-xs-offset-1-5 {
	margin-left: 12.5%;
}
.col-xs-offset-4-5 {
	margin-left: 37.5%;
}

.mt-25 {margin-top: 25px !important}
.mt-77 {margin-top: 77px !important}

.whatsapp-image {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#footer {
	background-color: #00356f;
	color: #ffffff;
	font-size: 11px;
	padding: 70px 0;
	position: relative;
}
#form-container {
	position: absolute;
	top: 25%;
	left: 0;
	background-color: #fff;
	z-index: 90;
	box-shadow: 10px 10px 25px #aaaaaa;
}
#map-container {
	padding-right: 0;
}
#map-container iframe {
	width: 100%;
	height: 650px;
}
.bg-green {
	background-color: #008d3c;
}
.bg-grey {
	background-color: #f6f7f9;
}
.bg-dark-grey {
	background-color: #e9ecef;
}
.placeholder-black::placeholder {
	color: #111;
}
.btn.btn-primary {
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	padding: 15px 70px;
}
.btn-blue {
	background-color: #00356f;
}
input.form-control, textarea.form-control {
	border-radius: 0;
}
form .btn {
	width: 100%;
}
form .form-group {
	margin-bottom: 5px;
}
.navbar-toggle .icon-bar
{
	background-color: grey;
}
.navbar-collapse {
	text-align: right;
	padding-right: 15px;
}
.empresa--data {
	cursor: pointer;
	font-size: 13px;
}
.dropdown-menu {
	background-color: #eee;
	border: 0;
	box-shadow: none;
	color: #0a3c5a;
}
.dropdown-menu>li>a {
	color: #0a3c5a;
}
.navbar-nav>li.dropdown>a:hover, .navbar-nav>li.dropdown>a:focus{
	color: #0a3c5a;
}
@media (min-width: 992px) {
	.col-md-5-75 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 47.9166666%
	}
	.col-md-5-5 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 45.833333%
	}
	.col-md-offset-0-5 {
		margin-left: 4.166665%;
	}
	.col-md-offset-0-25 {
		margin-left: 2.0833333%;
	}
	.pt-md-0 {
		padding-top: 0px !important;
	}
	.pt-md-50 {
		padding-top: 50px !important;
	}
	.pt-md-275 {
		padding-top: 275px !important;
	}
	.text-md-green {
		color: #536753;
	}
	.text-md-42 {
		font-size: 42px;
	}
	.text-md-90 {
		font-size: 90px;
	}
	.md-t--100 {top: -100px !important}
	#el-estudio, #servicios {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 1200px) {
	.pt-lg-200 {
		padding-top: 200px !important;
	}
}
@media (max-width: 991px) {
	.text-sm-center {
		text-align: center;
	}
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pt-sm-250 {
		padding-top: 250px !important;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 20px;
	}
	.text-xs-center {
		text-align: center;
	}
	.text-xs-70 {
		font-size: 70px;
	}
	.h-xs-42 {
		height: 42px;
	}
	.h-xs-auto {
		height: auto;
	}
	.h-xs-100 {
		height: 100px;
	}
	.pt-xs-0 {
		padding-top: 0 !important;
	}
	.pt-xs-250 {
		padding-top: 250px !important;
	}
	.pt-xs-50 {
		padding-top: 50px !important;
	}
	.text-xs-14 {
		font-size: 14px;
	}
	.text-xs-24 {
		font-size: 24px;
	}
	h1.text-xs-40 {
		font-size: 40px;
	}
	body {
		font-size: 15px;
	}
	.col-xs-0-25 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 8px;
		padding-left: 8px;
		width: 2.0833333%
	}
	.col-xs-11-5 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		width: 95.8333333%
	}
	.navbar-toggle {
		margin-top: 25px;
	}
	.text-in-banner {
		left: 10%;
		max-width: 80%;
	}
	.banner-text h4 {
		font-size: 28px;
		font-weight: 500;
	}

	.flex-items-center {
		display: block;
	}

	.text-18-xs {
		font-size: 18px;
	}
	.dropdown-menu>li>a, .navbar-nav>li.dropdown>a:hover, .navbar-nav>li.dropdown>a:focus {
		color: white;
	}
	.categoria-clickable h4 {
		font-size: 24px;
	}
	.h-xs-350 {
		height: 350px !important;
	}
	.minh-xs-350 {
		min-height: 350px !important;
	}
}
