/* Add here all your CSS customizations */
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
}

li {
	text-align: justify;
}

#btn_video_bg {
	z-index: 5;
	border-color: white;
	background: none;
	color: white;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	/* Safari 3.1 to 6.0 */
}

#btn_video_bg:hover {
	z-index: 5;
	border-color: #0C77C2;
	color: #0C77C2;
}

#chartICon_container {
	height: 100px;
}

#chartIcon {
	font-size: 12em;
	color: #262525;
}

#p_header {
	font-size: 18px;
}

#mainNav {
	font-family: "Open Sans", Arial, sans-serif
}

/* .bg_section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */

#parrafo_tst {
	font-size: 18px;
	padding-top: 5%;
	padding-left: 5%;
	text-align: justify;
}

#img_prueba {
	padding-right: 5%;
	margin-top: 8%;
	width: 782px;
}

#formulario,
#info_contacto {
	margin-top: 5%;
	text-decoration: none;
}

.contact {
	list-style: none;
}

#form_cotizacion {
	margin-bottom: 50px;
}

.modal-title {
	text-align: center;
	color: white;
}

.modal-header {
	background: #0088CC;
}