/*--------------------------------------------------------------
>>> FONTS
----------------------------------------------------------------*/

*,
body {
	font-family: 'Encode Sans', sans-serif;
}

a:hover {
	text-decoration: none !important;
}

/*--------------------------------------------------------------
>>> GLOBAL CLASSES
----------------------------------------------------------------*/

.no-pdn {
	padding: 0px;
}

.no-pdn-right {
	padding-right: 0px;
}

.no-pdn-left {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.pl-0 {
	padding-left: 0px;
}

.main-title {
	font-size: 2em;
	color: #003399;
	margin: 0;
}

.border-title {
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	padding: 15px 0;
}

@media screen and (max-width: 960px) {
	.pr-0 {
		padding-right: 15px;
	}

	.pl-0 {
		padding-left: 15px;
	}
}

a {
	text-decoration: none;
}

select {
	background-image: url(../img/chevron-down.svg);
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: 15px;
}

section h1 {
	color: var(--light-color);
	font-weight: 800;
	font-size: 2.5em;
}

.pt-15 {
	padding-top: 15px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-30 {
	padding-bottom: 30px;
}

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

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

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

ul.inline-list {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.inline-list li {
	display: inline-block;
}

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/

.top-menu {
	display: block;
	position: relative;
	z-index: 4;
}

.top-menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.top-menu li {
	display: inline-block;
	padding: 0px 30px;
	position: relative;
}

.top-menu li:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 10px;
	background: #757575;
	position: absolute;
	right: 0px;
	top: 9px;
}

.top-menu li:last-child:after {
	display: none;
}

.top-menu li a {
	position: relative;
	color: #757575;
	font-size: 0.8em;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-menu li a:hover {
	top: -1px;
	color: #3599cd;
}

.bg-light {
	background-color: #fff !important;
}

.navbar {
	padding: 0px;
}

#main-nav {
	margin-top: -10px;
	padding-bottom: 5px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 15%);
	position: relative;
	z-index: 3;
}

#main-nav ul li a {
	color: #003399;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-nav ul li a:hover {
	color: #3599cd;
}

#main-nav ul li.active a {
	font-weight: bold;
}

footer {
	background: #e0e0e0;
	padding: 50px 0px 10px 0px;
}

footer h2 {
	color: #003399;
	font-size: 1em;
	font-weight: bold;
}

footer h3 {
	color: #003399;
	font-size: 0.9em;
	font-weight: bold;
}

footer ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

footer ul li a {
	color: #003399;
	font-size: 0.85em;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer ul li a:hover {
	color: #3599cd;
	margin-left: 2px;
}

footer ul.rrss li a:hover {
	margin-left: 0px;
}

footer p {
	color: #003399;
}

ul.rrss li {
	display: inline-block;
	margin-right: 3px;
	background: #636262;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
}

ul.rrss li:nth-child(1):hover {
	background: linear-gradient(
		90deg,
		rgba(100, 60, 211, 1) 0%,
		rgba(209, 53, 118, 1) 100%
	);
}

ul.rrss li:nth-child(2):hover {
	background: #00aced;
}

ul.rrss li:nth-child(3):hover {
	background: #0077b7;
}

ul.rrss li:nth-child(4):hover {
	background: #1977f3;
}

ul.rrss li a i {
	color: #fff;
	padding: 9px;
}

.line-left {
	padding-left: 30px;
	border-left: 2px solid #003399;
}

#copyright {
	padding: 20px;
	margin-bottom: 70px;
	background: white;
}

#copyright p {
	color: #003399;
}

#copyright img {
	max-width: 70px;
	margin-right: 10px;
	position: relative;
	top: -5px;
}

#fixed-contact {
	display: block;
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0px;
	background: #3599cd;
	padding: 10px;
}

#fixed-contact h5 {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
}

#fixed-contact .btn {
	white-space: nowrap;
	background: white;
	color: #003399;
	font-weight: bold;
}

#fixed-contact .btn:hover {
	/*color: #FFF;
    border: 2px solid #FFF;*/
	background: #003399;
	color: white;
}

#fixed-contact p {
	margin-bottom: 0px;
	color: #fff;
}

#fixed-contact p span {
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: -5px;
}

.recomendaciones-volcan h4 {
	font-size: 20px;
	line-height: 40px;
}

.recomendaciones-volcan h4 strong {
	display: block;
}

@media screen and (max-width: 767px) {
	#aislacion-region .container > .row:first-child .row img + img {
		margin-left: 0px !important;
		margin-top: 25px;
	}

	#aislacion-importante::before,
	.sidebar-fixed {
		display: none;
	}
}

/*--------------------------------------------------------------
>>> HOME
----------------------------------------------------------------*/

.carousel-caption {
	background: rgb(0, 51, 158);
	background: linear-gradient(
		120deg,
		rgba(0, 51, 158, 0.75) 0%,
		rgba(0, 51, 158, 0.75) 50%,
		rgba(0, 51, 158, 0) 50%,
		rgba(0, 51, 158, 0) 100%
	);
}

.carousel-caption {
	position: absolute;
	height: 100%;
	width: 95%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	flex-direction: column;
	padding-left: 10%;
}

#carrusel-home {
	overflow-x: hidden;
}

#carrusel-home h5 {
	font-size: 2.5em;
	font-weight: bold;
}

#carrusel-home p {
	font-size: 1em;
	padding-right: 70%;
	text-align: left;
}

.carousel-control-next,
.carousel-control-prev {
	width: 3%;
}

.carousel-control-prev {
	left: 80px;
}

.carousel-control-next {
	right: 80px;
}

#carrusel-home .btn {
	background: #fff;
	color: #00339e;
	font-weight: bold;
}

#info-empresa .btn {
	background: #fff;
	color: #00339e;
	font-weight: bold;
}

#info-empresa .btn:hover {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	transform: translateY(-2px);
}

#carrusel-home .btn:hover {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	transform: translateY(-2px);
}

.d-block.w-100.banner-mobile {
	display:none !important;
}

@media screen and (max-width: 426px) {
	.d-block.w-100.banner-mobile {
		display: block !important;
	}
	.d-block.w-100.banner-desk {
		display:none !important;
	}
}

#main-nav li {
	margin-right: 7px;
}

.btn {
	background: #00339e;
	color: #fff;
	border-radius: 20px;
	padding: 7px 25px;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover {
	background: transparent;
	color: #00339e;
	border: 2px solid #00339e;
	transform: translateY(-2px);
}

.white-bar {
	display: block;
	padding: 15px 30px;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	background: #fff;
}

.white-bar .ayu {
	color: #3399cc;
}

.white-bar h1 {
	font-size: 1em;
	color: #3399cc;
	margin-bottom: 0px;
}

.white-bar h1 span {
	font-size: 2em;
}

.white-bar a {
	font-size: 1em;
	color: #3399cc;
	font-weight: bold;
	margin-bottom: 0px;
}

.white-bar .btn {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
}

.white-bar .btn:hover {
	color: #00339e;
}

.white-bar .form-control {
	width: 300px;
	display: inline-block;
	margin-right: 10px;
}

.white-bar .tam {
	width: 100%;
}

.white-bar form {
	padding: 5px 0px;
}

@media screen and (max-width: 960px) {
	.white-bar form {
		margin-right: -25px;
	}
}

.white-bar .btn {
	padding: 7px 25px;
}

.overflow-bar {
	position: relative;
	top: -110px;
	margin-bottom: -80px;
	z-index: 2;
}

#soluciones-c article {
	display: block;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	background: #fff;
	overflow-x: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#soluciones-c article:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.desc-article {
	padding: 20px;
	display: block;
	text-align: center;
}

.desc-article p {
	font-size: 0.9em;
	font-weight: bold;
	color: #636262;
	padding-bottom: 15px;
	border-bottom: 1px dashed #636262;
}

.desc-article h1 {
	font-size: 1.5em;
	color: #003399;
	min-height: 50px;
}

.desc-article .btn {
	font-weight: bold;
}

#high-store {
	background: #e0e0e0;
	padding: 70px 0px;
}

#high-store article {
	position: relative;
}

.desc-blue {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: auto;
	background: rgba(0, 51, 158, 0.75);
	padding: 20px;
}

.desc-blue h1 {
	font-size: 1em;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

.desc-blue h3 {
	color: #fff;
}

.desc-blue p {
	font-size: 0.9em;
	color: #fff;
}

.desc-blue .btn:hover {
	color: #fff;
	border: 2px solid #fff;
}

article.side-article {
	background: #fff;
	padding: 10px;
}

article.side-article h1 {
	font-size: 1.2em;
	color: #00339e;
	padding-bottom: 5px;
	border-bottom: 1px dashed #636262;
}

article.side-article p {
	font-size: 0.9em;
	color: #636262;
}

article.side-article a {
	font-size: 1em;
	color: #00339e;
	font-weight: bold;
}

#high-store article {
	display: block;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 7px;
	background: #fff;
	overflow-x: hidden;
}

#high-store article.side-article {
	display: block;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 7px;
	background: #fff;
	overflow-x: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#high-store article.side-article:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	transform: translateX(2px);
}

#high-store img.p-img {
	min-height: 480px;
	background-size: cover;
	object-fit: cover;
}

#high-store img.p-img1 {
	min-height: 100%;
	background-size: cover;
	object-fit: cover;
}

.projects {
	padding: 50px 0px;
}

.projects article {
	display: block;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
	margin-bottom: 30px;
	background: #fff;
	overflow-x: hidden;
}

.projects .desc-article {
	text-align: left;
}

.projects .desc-article h1 {
	font-size: 1.2em;
}

.projects .desc-article p {
	font-weight: normal;
}

.projects .desc-article p.tag {
	font-weight: bold;
}

.projects .desc-article a {
	font-weight: bold;
	color: #003399;
}

.banner-info {
	position: relative;
}

#info-empresa .carousel-caption {
	background: rgb(0, 51, 158);
	background: linear-gradient(
		120deg,
		rgba(0, 51, 158, 0) 0%,
		rgba(0, 51, 158, 0) 50%,
		rgba(0, 51, 158, 0.75) 50%,
		rgba(0, 51, 158, 0.75) 100%
	);
}

#info-empresa .carousel-caption {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	flex-direction: column;
	padding-right: 7%;
}

#info-empresa .carousel-caption p,
#info-empresa .carousel-caption a,
#info-empresa .carousel-caption h5 {
	margin-left: 70%;
	text-align: left;
}

#info-empresa .carousel-caption h5 {
	font-size: 2em;
	font-weight: bold;
}

#info-empresa .btn:hover {
	color: #fff;
	border: 2px solid #fff;
}

@media screen and (max-width: 1400px) {
	#main-nav ul li a {
		font-size: 0.9em;
	}

	#main-nav li {
		margin-right: 3px;
	}
}

@media screen and (max-width: 1200px) {
	#main-nav ul li a {
		font-size: 0.85em;
	}

	#main-nav li {
		margin-right: 0px;
	}
}

@media screen and (min-width: 768px) {
	#nosotros {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#nosotros {
		display: block;
	}

	#apto p {
		font-size: 10px;
	}
}

.dropdown-menu h3 {
	font-size: 1.5em;
	color: #3399cc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #3399cc;
}

.dropdown-menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.dropdown-menu img {
	min-width: 60px;
	min-height: 60px;
	margin-bottom: 10px;
}

.dropdown-menu ul li {
	margin-bottom: 10px;
}

.dropdown-menu a {
	color: #003399;
}

.dropdown-menu p {
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dropdown-menu a:hover p {
	transform: translateX(2px);
}

.dropdown-menu .line {
	position: relative;
	display: block;
	width: 2px;
	height: 350px;
	background: #003399;
}

#carrusel-inner .carousel-caption {
	background: rgb(0, 51, 158);
	background: linear-gradient(
		60deg,
		rgba(0, 51, 158, 0.75) 0%,
		rgba(0, 51, 158, 0.75) 60%,
		rgba(0, 51, 158, 0) 50%,
		rgba(0, 51, 158, 0) 100%
	);
}

#carrusel-inner .carousel-caption {
	position: absolute;
	height: 100%;
	width: 95%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	flex-direction: column;
	padding-left: 10%;
}

#carrusel-inner {
	overflow-x: hidden;
}

#carrusel-inner h5 {
	font-size: 2.5em;
	font-weight: bold;
}

#carrusel-inner p {
	font-size: 1em;
	/*padding-right: 57%;*/
	padding-right: 25%;
	text-align: left;
}

#carrusel-inner h1 {
	padding-right: 20%;
	text-align: left;
}

#carrusel-inner .btn {
	background: #fff;
	color: #00339e;
	font-weight: bold;
}

#carrusel-inner .btn:hover {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	transform: translateY(-2px);
}

.solutions {
	padding: 0px 0px 50px 0px;
}

.solutions article {
	display: block;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
	margin-bottom: 30px;
	background: #fff;
	overflow-x: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.solutions article:hover {
	transform: translateY(-2px);
	box-shadow: 3px 3px 10px rgb(0 0 0 / 25%);
}

.solutions .desc-article {
	text-align: center;
}

.solutions .desc-article h1 {
	font-size: 1.2em;
}

.solutions .desc-article p {
	font-weight: normal;
}

.solutions .desc-article p.tag {
	font-weight: bold;
}

#carrusel-inner.small-banner h5 {
	font-size: 1.3em;
	/*padding-right: 50%;*/
	padding-right: 20%;
}

#carrusel-inner.small-banner h5 span {
	font-size: 2em;
}

#carrusel-inner.small-banner .carousel-caption {
	background: rgb(0, 51, 158);
	background: linear-gradient(
		60deg,
		rgba(0, 51, 158, 0.85) 0%,
		rgba(0, 51, 158, 0.85) 60%,
		rgba(0, 51, 158, 0) 60%,
		rgba(0, 51, 158, 0) 100%
	);
}

#breadcrumb {
	margin-top: 35px;
}

#breadcrumb ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#breadcrumb ul li {
	display: inline-block;
	margin-right: 10px;
	color: #00339e;
	font-weight: bold;
}

#breadcrumb ul li a {
	color: #00339e;
	font-weight: normal;
}

#solution-description h1 {
	color: #00339e;
}

#aislacion-region h1 {
	color: #000000;
}

.gray-section {
	background: #e0e0e0;
	padding: 50px 0px;
}

#dist-volcan p {
	color: #415058;
}

#dist-volcan i {
	color: #00339e;
	font-size: 1.3em;
}

#dist-volcan i.fa-dot-circle {
	font-size: 2em;
	color: #415058;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #00339e;
	background-color: FFF;
	border-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid transparent;
}

.dropdown-menu .nav {
	display: block;
}

.dropdown-menu nav {
	background: #00339e;
	padding: 15px;
}

.dropdown-menu nav .nav-link {
	background: #fff;
	padding: 5px;
	color: #00339e;
	margin-bottom: 5px;
}

#main-nav .dropdown-menu a {
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
}

#main-nav .dropdown-menu a i {
	position: absolute;
	top: 13px;
	right: 15px;
}

.panel-banner img {
	height: 50px;
	width: 250px;
	background-size: cover;
	object-fit: cover;
}

.panel-banner {
	padding: 3px 0px;
	border-bottom: 2px solid #3399cc;
	margin-bottom: 30px;
}

.panel-banner h3 {
	border-bottom: none;
	margin-bottom: 0px;
}

#main-nav h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
}

#main-nav .dropdown-menu ul li a {
	font-weight: normal;
	font-size: 0.95em;
}

.prod .col-4 a {
	background: #00339e !important;
	color: #fff !important;
	transition: all 0.5s ease;
}

.prod .col-4 a:hover {
	color: #3599cd !important;
	background: #fff !important;
	transition: all 0.5s ease;
}

.submenu-items ul {
	margin-left: 0px;
	padding-left: 0px;
}

#main-nav .dropdown-menu .submenu-items a {
	padding: 0px;
}

.submenu-items ul {
	margin-bottom: 30px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding: 10px;
	padding-bottom: 0;
}

.dropdown-menu nav {
	margin: -10px;
	min-height: 450px;
	height: 100%;
	height: calc(100% + 10px);
}

.navbar-expand-lg .navbar-nav .dropdown-menu.two-levels {
	padding: 30px;
}

#main-nav .dropdown-menu.two-levels a {
	padding: 0px;
}

.dropdown-menu.two-levels img {
	margin-bottom: 20px;
}

.submenu-items {
	padding-left: 10px;
}

#main-nav .dropdown-menu nav a:hover {
	transform: translateX(2px);
}

.p-img {
	height: 300px;
}

.solutions article img {
	height: 200px;
	background-size: cover;
	object-fit: cover;
}

#breadcrumb i {
	font-size: 0.9em;
	margin-left: 10px;
}

#main-text h1 {
	color: #00339e;
	font-size: 1.5em;
}

.gray-box {
	background: #e0e0e0;
	padding: 20px;
	border-radius: 10px;
	min-height: 185px;
}

.gray-box h2 {
	color: #00339e;
	font-size: 1.2em;
	font-weight: bold;
}

.gray-box ul {
	margin-left: 25px;
	padding-left: 0px;
}

.blue-box {
	background: #c2e1f0;
	padding: 20px;
	border-radius: 10px;
	min-height: 185px;
	flex-direction: column;
}

.blue-box h3 {
	color: #00339e;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 30px;
}

.btn.btn-select {
	background: transparent;
	white-space: nowrap;
	border-radius: 0px;
	color: #00339e;
	padding: 10px 15px;
	font-size: 0.9em;
	border-radius: 3px;
	border-right: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	border: 2px solid #00339e;
	font-weight: 1000;
}

.btn.btn-select:hover {
	background: #00339e;
	color: #fff;
	padding: 10px 15px;
	border: 2px solid #00339e;
	transform: translateY(-1px);
}

.filter-child-items h1.gradient-title {
	font-size: 3em;
	background: #00339e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
}

.filter-child-items p {
	margin-bottom: 0px;
}

.list-filters ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.list-filters ul li {
	display: inline-block;
	margin-bottom: 3px;
}

.filter-child-items article {
	border: 2px solid #d9d9d9;
}

.filter-child-items article h1 {
	font-size: 1em;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	color: #000;
	background: none;
}

.filter-child-items article p {
	font-size: 0.9em;
	font-family: 'Roboto', sans-serif;
}

.filter-child-items article a {
	display: block;
	color: #000;
	position: relative;
	z-index: 9;
}

#filter-child-items h1 {
	color: #00339e;
	font-size: 2em;
}

.filter-form input {
	margin-right: 10px;
}

.filter-form input.form-control {
	padding: 10px 20px;
	min-width: 100%;
	display: block;
}

/*#filter-results {
	min-height: 500px;
}*/

#filter-results article {
	display: block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#filter-results article:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
	transform: translateY(-2px);
}

#filter-results article h1 {
	font-size: 1.3em;
	min-height: 50px;
}

#filter-results article p {
	font-size: 0.9em;
}

#filter-results article a {
	font-weight: bold;
	color: #00339e;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#filter-results article a:hover {
	margin-left: 5px;
}

#filter-results article img {
	min-height: 300px;
	background-size: cover;
	object-fit: cover;
}

#filter-results .sol-box {
	padding: 20px 20px 20px 20px;
}

#dist-volcan i.fa-map-marker-alt {
	margin-right: 10px;
}

#dist-volcan i.fa-chevron-down {
	margin-left: 10px;
}

#dist-volcan i.fa-dot-circle {
	color: #00339e;
	opacity: 1;
}

.accordion-body p {
	font-size: 0.9em;
	color: #636262;
}

#dist-volcan i.fa-arrow-right {
	font-size: 0.9em;
	margin-left: 10px;
}

#dist-volcan .accordion-flush .accordion-item {
	z-index: 9;
}

#dist-volcan .accordion-body {
	padding: 25px;
}

#fixed-contact {
	/*z-index: 999;*/
	z-index: 999;
}

#dist-volcan a.disable-filter i.fa-dot-circle {
	color: #415058;
	opacity: 0.25;
}

a.collapse-btn {
	display: block;
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#text-overflow {
	width: 100%;
	max-height: 325px;
	max-height: 325px;
	overflow: hidden;
	overflow-y: hidden;
	position: relative;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	overflow-y: scroll;
	padding-right: 50px;
}

#dist-volcan ::-webkit-scrollbar {
	width: 5px;
}

#dist-volcan ::-webkit-scrollbar-track {
	background: #b6bbca;
	border-radius: 7px;
}

#dist-volcan ::-webkit-scrollbar-thumb {
	background: #00339e;
	border-radius: 7px;
}

#dist-volcan ::-webkit-scrollbar-thumb:hover {
	background: #5e6c76;
}

#dist-volcan .card {
	border: none;
}

#dist-volcan .card-body {
	padding: 15px 25px 35px 25px;
}

.roller-container {
	position: relative;
}

.roller-float {
	position: absolute;
	top: 40px;
	left: 170px;
	display: none;
}

#map {
	min-height: 530px;
}

a.event-disabled {
	display: block;
	cursor: pointer;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3399cc;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

.lgray-section {
	background: #eaeaea;
	border-bottom: 2px solid #003399;
	padding: 50px 0px;
}

.white-section {
	background: #fff;
	padding: 50px;
}

@media screen and (max-width: 767px) {
	.white-section {
		padding: 10px;
	}
}

#inner-content aside {
	background: #00339e;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
}

#inner-content aside ul {
	list-style: none;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

#inner-content aside ul li {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

#inner-content aside ul li a {
	color: #fff;
	display: block;
	background: transparent;
	padding: 15px;
	border-radius: 5px;
}

#inner-content aside ul li a.active {
	color: #00339e;
	background: #fff;
}

#inner-content aside ul li:hover a {
	color: #00339e;
	background: #fff;
}

#inner-content aside ul li a i {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 1.1em;
	color: #fff;
}

#inner-content aside ul li a.active i {
	color: #00339e;
}

#inner-content aside ul li:hover i {
	color: #00339e;
}

#page-text {
	padding-bottom: 50px;
}

#page-text h2 {
	margin-top: 30px;
	color: #3599cd;
	font-weight: bold;
	font-size: 1.5em;
}

#page-text ul {
	display: block;
	margin-left: 20px;
	padding-left: 0px;
}

#page-text {
	margin-top: 30px;
}

#page-text img {
	height: 500px;
	background-size: cover;
	object-fit: cover;
	min-width: 100%;
}

#historia {
	padding-bottom: 100px;
}

#historia h1 {
	font-size: 2em;
	color: #003399;
}

#historia h3 {
	font-size: 2em;
	color: #3599cd;
}

#historia img {
	margin-bottom: 15px;
}

#historia .hito {
	display: block;
	margin: 70px 0px;
}

#historia .hito h3 {
	font-size: 6rem;
}

#historia .hito p {
	margin-bottom: 10px;
	line-height: 1.3em;
}

#historia .hito p b {
	font-size: 1.5rem;
}

#historia .hito img {
	margin: 20px 0px 100px 0px;
}

#page-text h2 {
	margin-top: 30px;
	color: #3599cd;
	font-weight: bold;
	font-size: 1.5em;
}

.directory h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-weight: bold;
	font-size: 2em;
}

.directory article h1 {
	margin-top: 20px;
	color: #003399;
	font-weight: bold;
	font-size: 1.1em;
}

.accionistas h2 {
	margin-top: 60px;
	margin-bottom: 30px;
	color: #000;
	font-weight: bold;
	font-size: 2em;
}

.download-file {
	margin-bottom: 10px;
}

.download-file p {
	margin-bottom: 0px;
}

#inner-content {
	margin-bottom: 100px;
}

#inner-content .page-content {
	margin-top: 30px;
}

.accionistas h3 {
	color: #000;
	font-weight: bold;
	font-size: 1em;
}

.accionistas .nav-pills .nav-link {
	border: 1px solid #00339e;
	color: #00339e;
	margin-right: 10px;
}

.accionistas .nav-pills .nav-link.active,
.accionistas .nav-pills .show > .nav-link {
	background-color: #00339e;
	border: 1px solid #00339e;
	color: #fff;
}

#recent-memory img {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}

#recent-memory .btn {
	margin-bottom: 30px;
}

#inner-content.directory {
	margin-bottom: 100px;
}

.gray-title {
	background: #f0f0f0;
	padding: 10px;
}

.white-row {
	padding: 10px;
}

.gray-title p {
	font-weight: bold;
	margin-bottom: 0px;
}

#inner-content .projects .desc-article p {
	border-bottom: none;
}

#inner-content .projects .desc-article p.tag {
	border-bottom: 1px dashed #636262;
}

.prestaciones img,
.prestaciones .blank-img {
	width: 65px;
	height: 65px;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#chars h2 {
	color: #00339e;
	font-size: 1.5em;
	font-weight: bold;
}

#chars ul {
	margin-bottom: 30px;
	padding-left: 0px;
	margin-left: 15px;
}

@media screen and (max-width: 960px) {
	#historia .hito h3 {
		font-size: 3rem;
	}

	#page-text img {
		max-width: 100%;
		height: auto;
	}
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 960px) {
	#main-nav .dropdown-menu.three-levels a.nav-link {
		font-size: 0.7em;
	}

	#main-nav .dropdown-menu.three-levels a.nav-link i {
		display: none;
	}

	#main-nav .dropdown-menu.three-levels a.dropdown-item {
		font-size: 0.7em;
	}

	#main-nav .dropdown-menu.two-levels p {
		font-size: 0.9em;
	}

	.dropdown-menu h3 {
		font-size: 1em;
	}
}

@media (min-width: 992px) {
	/* .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 1200px;
        transform: translateX(-450px);
    } */

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		margin: 0 auto;
		right: 0;
	}

	.dropdown.megamenu {
		position: static;
	}
}

@media screen and (max-width: 991px) {
	#carrusel-inner p {
		padding-right: 0%;
	}

	#carrusel-inner img {
		min-height: 180px;
		background-size: cover;
		object-fit: cover;
	}

	#carrusel-inner .carousel-caption {
		background: rgba(0, 51, 158, 0.75);
		width: 100%;
	}

	#carrusel-inner.small-banner .carousel-caption {
		background: rgba(0, 51, 158, 0.75);
		width: 100%;
		height: 100%;
	}

	#solution-description .btn {
		margin-bottom: 30px;
	}

	#aislacion-region .btn {
		margin-bottom: 30px;
	}

	.white-bar h1 span {
		font-size: 1.5em;
	}

	.overflow-bar {
		top: 20px;
		margin-bottom: 20px;
	}

	.white-bar .form-control {
		width: auto;
	}

	#info-empresa .carousel-caption {
		padding: 30px;
	}

	#info-empresa img {
		min-height: 450px;
		background-size: cover;
		object-fit: cover;
	}

	.projects {
		padding: 0px 0px;
	}

	#info-empresa .carousel-caption p,
	#info-empresa .carousel-caption a,
	#info-empresa .carousel-caption h5 {
		margin-left: 0%;
	}

	#carrusel-home p {
		padding-right: 0%;
	}

	#carrusel-home img {
		min-height: 300px;
		background-size: cover;
		object-fit: cover;
	}

	#fixed-contact {
		position: relative;
	}

	#copyright {
		margin-bottom: 0px;
	}

	.navbar-light .navbar-toggler {
		margin-bottom: 10px;
	}

	#carrusel-home .carousel-caption {
		background: rgba(0, 51, 158, 0.75);
		width: 100%;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}

	#fixed-contact .btn {
		margin-bottom: 10px;
	}

	#info-empresa .carousel-caption {
		background: rgba(0, 51, 158, 0.75);
		width: 100%;
	}

	.form-control {
		margin-bottom: 10px;
	}

	.gray-box,
	.blue-box {
		margin-bottom: 10px;
	}

	#carrusel-inner.small-banner h5 {
		font-size: 0.95em;
		padding-right: 0px;
	}

	#carrusel-inner p {
		font-size: 0.85em;
	}
}

#inner-content aside,
.sidebar-fixed aside {
	position: sticky;
	top: 50px;
}

.sidebar-fixed {
	text-align: center;
}

.inner-content.content-sidebar--fixed {
	margin-bottom: 150px;
}

#solution-description h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #00339e;
}

#solution-description ul {
	margin-left: 20px;
	padding-left: 0px;
}

/*#aislacion-region h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}*/
#aislacion-region h3 {
	font-size: 24px;
}

#aislacion-region label {
	color: #415058;
}

#aislacion-region #comuna_ {
	color: #757575;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.18px;
}

#aislacion-region ul {
	margin-left: 20px;
	padding-left: 0px;
}

#aislacion-region form .col-lg-4:not(:nth-child(-n + 3)) {
	margin-top: 20px;
}

#aislacion-region input::placeholder {
	color: #c4cfd4;
	font-weight: 600;
}

#aislacion-importante {
	background: #e0e0e0;
	padding: 70px 0px 0px 0px;
	margin-bottom: 30px;
	position: relative;
}

#aislacion-importante::before {
	content: '';
	width: 100%;
	background: #e0e0e0;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
}

#aislacion-region .container > .row:first-child .row img + img {
	margin-left: 70px;
}

#aislacion-importante h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

h1.sec-title {
	font-size: 2em;
	font-weight: bold;
	color: #00339e;
}

#apto img {
	display: block;
	margin: 15px auto;
	border-radius: 50%;
}

.filter-results article {
	display: block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter-results article:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
	transform: translateY(-2px);
}

.filter-results article h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #00339e;
	min-height: 50px;
}

.filter-results article p {
	font-size: 0.9em;
}

.filter-results article a {
	font-weight: bold;
	color: #3399cc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter-results article a:hover {
	margin-left: 2.5px;
}

.filter-results article img {
	min-height: 240px;
	background-size: cover;
	object-fit: cover;
}

.filter-results .sol-box {
	padding: 20px;
}

#nav-blog {
	margin: 30px 0px;
}

#nav-blog nav {
	background: #eaeaea;
	padding: 15px;
}

#nav-blog nav ul {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#nav-blog nav ul li {
	display: inline-block;
	margin-right: 10px;
}

#nav-blog nav li a {
	color: #003399;
}

#nav-blog nav li.active a {
	font-weight: bold;
}

.product-filter #filter-results article h1 {
	font-size: 1.3em;
	color: #00339e;
}

.product-filter #filter-results article img {
	min-height: 240px;
	width: 100% !important;
}

.product-filter #filter-results article a {
	color: #3399cc;
}

.product-filter #filter-results article a:hover {
	margin-left: 2.5px;
}

#inner-content.accionistas h2 {
	font-size: 2em;
	color: #3399cc;
	margin-bottom: 20px;
	margin-top: 50px;
}

#inner-content.accionistas h2:first-child {
	margin-top: 0px;
}

#main-blog h1 {
	font-size: 2em;
}

#main-blog article {
	box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
}

p.tag-blog {
	display: block;
	padding: 10px;
	color: #fff;
	background: #3399cc;
	margin: 10px 0px;
	width: fit-content;
	font-size: 0.85em;
	border-radius: 3px;
}

#main-blog a {
	display: block;
	color: #003399;
	font-weight: bold;
	font-size: 1.1em;
	margin: 20px 0px;
}

#main-blog img {
	background-size: cover;
	object-fit: cover;
}

ul.tags {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.tags li {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	font-size: 0.85em;
	margin-right: 10px;
}

ul.tags li:first-child {
	border: none;
}

.upper,
.down {
	padding: 20px;
}

#search-results {
	margin-bottom: 150px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.search-drop {
	min-width: 600px;
	transform: translateX(-550px);
}

#notfound {
	background: url(../img/404.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 650px;
	padding: 100px;
}

.white-bar .filter-form input.form-control {
	min-width: auto;
}

.project-filter .list-filters ul li {
	margin-right: 10px;
	margin-bottom: 10px;
}

#notfound h1 {
	color: #00339e;
}

.content-post {
	margin-bottom: 150px;
}

#breadcrumb ul li a {
	font-size: 0.9em;
}

.content-post h1 {
	color: #00339e;
	font-size: 1.9em;
	margin-bottom: 20px;
}

ul.share {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin: 15px 0px;
}

ul.share li {
	display: inline-block;
	padding: 3px;
	background: #eaeaea;
	width: 70px;
	text-align: center;
}

ul.share li a {
	display: block;
	color: #fff;
}

.content-post h2 {
	color: #00339e;
	font-size: 1.5em;
	margin: 20px 0px;
	font-weight: bold;
}

.content-post h3 {
	font-size: 1.5em;
	margin: 20px 0px;
	font-weight: bold;
}

.also {
	margin-bottom: 50px;
}

.also h3 {
	color: #00339e;
	font-size: 1.8em;
	margin: 20px 0px;
	font-weight: bold;
}

.also article {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}

.also article h1 {
	color: #00339e;
	font-size: 1.3em;
	font-weight: normal;
}

.also article a {
	color: #00339e;
	font-weight: bold;
}

.btn.btn-submit.search {
	background: transparent;
	color: #0176de;
}

.btn.btn-submit.search:hover {
	border: 2px solid transparent;
}

#search-results form {
	position: relative;
}

.submit-icon {
	position: absolute;
	top: 1px;
	right: -10px;
}

#search-results h1 {
	color: #00339e;
	font-size: 2.2em;
	margin-bottom: 20px;
	font-weight: bold;
}

.cat-search ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.cat-search ul li {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #003399;
	border-radius: 3px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 0.85em;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}

.cat-search ul li a {
	color: #00339e;
}

.cat-search ul li:hover {
	background: #003399;
	transform: translateY(-1px);
}

.cat-search ul li:hover a {
	color: #fff;
}

.form-control {
	padding: 10px 15px;
}

#search-results article {
	margin-bottom: 50px;
}

#search-results article h1 {
	font-size: 2em;
	color: #3399cc;
	margin-bottom: 20px;
}

#search-results article a {
	color: #757575;
	margin-bottom: 20px;
	display: block;
}

@media screen and (max-width: 960px) {
	.directory {
		text-align: center;
	}

	.directorio article {
		text-align: center;
	}

	.download-file a.btn {
		margin: 15px 0px;
		font-size: 0.8rem;
	}

	#pills-tabContent a.btn {
		background: transparent;
		padding: 0px;
		color: #3399cc;
	}

	#pills-tabContent a.btn:hover {
		border: 2px solid transparent;
	}

	#nav-blog nav li a {
		font-size: 0.9em;
	}

	#nav-blog nav ul {
		display: block !important;
	}

	#nav-blog nav ul li {
		display: block;
		margin-bottom: 10px;
	}

	.white-bar .form-control {
		margin: 15px 10px;
	}

	.cat-search ul {
		display: block !important;
	}

	#notfound {
		padding: 30px;
	}

	#inner-content {
		margin-bottom: 0px;
	}
}

.form-content .content-post h2 {
	color: #3399cc;
}

.content-post a {
	color: #3399cc;
}

#single-content form {
	padding: 0px 30px;
}

#single-content form h3 {
	color: #3399cc;
	font-size: 1.1em;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.form-control {
	margin-bottom: 7px;
}

.btn.btn-upload {
	background: #3399cc;
}

.btn.btn-upload:hover {
	color: #fff;
	border: 2px solid transparent;
}

.form-check-input {
	margin-bottom: 7px;
}

@media screen and (max-width: 960px) {
	.content-post {
		margin-bottom: 30px;
	}

	.btn.btn-upload {
		margin: 20px 0px;
	}

	#carrusel-inner .carousel-caption {
		padding-left: 3%;
	}
}

.text-bold {
	font-weight: bold;
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
>>> PAGE DIVIDENDOS
----------------------------------------------------------------*/

.content-dividendos .col-md-6:first-child {
	background: #e0e0e0;
	padding: 50px 55px;
	min-height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-dividendos .col-md-6:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 55px;
}

.content-dividendos {
	box-shadow: 0px 0px 10px rgb(95 95 95 / 20%);
	margin-top: 2rem;
	margin-left: 0;
	margin-right: 0;
}

.content-dividendos table {
	margin-bottom: 0;
}

.content-dividendos table h2 {
	margin: 0 !important;
	font-size: 24px !important;
	color: #003399 !important;
}

.content-dividendos table tr:first-child td:first-child h2 {
	width: 70%;
}

.content-dividendos table tr:first-child td:last-child {
	vertical-align: bottom;
}

.content-dividendos table tr td:last-child {
	text-align: right;
}

.content-dividendos .table > :not(caption) > * > * {
	padding: 1rem 0rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 0;
	box-shadow: none;
	border-top: 1px solid #053399;
}

.content-dividendos h3 {
	color: #04339e;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.content-dividendos .col-md-6:first-child,
	.content-dividendos .col-md-6:last-child {
		padding: 30px 30px;
	}
}

/*--------------------------------------------------------------
>>> TRABAJA CON NOSOTROS
----------------------------------------------------------------*/

#single-content form .form-check-inline {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#single-content form .form-check-inline .form-check-input[type='radio'] {
	border-color: #8a9ea8;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 30px;
	color: #8a9ea8;
	margin-right: 6px;
}

#single-content form input::placeholder {
	color: #c4cfd4;
}

.form-check-input:checked {
	background-color: #04339e;
	border-color: #04339e;
}

.form-control {
	border-color: #8a9ea8;
}

.small,
small {
	font-size: 0.75rem;
	margin-bottom: 5px;
}

.page-content .act {
	background: #ffffff;
}

.page-content .nact {
	background: #dbdbdb;
}

.page-content .act h2 {
	color: #003399;
}

.page-content .nact h2 {
	color: #003399;
}

@media screen and (max-width: 767px) {
	#single-content form .row .text-end {
		text-align: left !important;
	}

	#single-content form {
		padding: 0;
	}
}

.wp-pagenavi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 70px 0px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 5px 10px;
	color: #fff;
	background: #757575;
	font-size: 0.9em;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi span.current {
	font-weight: 300;
	background: #3399cc;
}

body {
	overflow-x: hidden;
}

#doc-search {
	background: #e0e0e0;
	padding: 70px 0px 0px 0px;
	margin-bottom: 30px;
}

#doc-search .white-bar p {
	font-size: 1.25em;
	color: #3399cc;
	margin-bottom: 0px;
	font-weight: bold;
}

#doc-search .nav-tabs {
	position: relative;
	z-index: 1;
}

#doc-search .nav-tabs .nav-link {
	font-size: 1.7em;
	color: #00339e;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 0px;
	border: 1px solid transparent;
}

#doc-search .tab-content {
	padding: 30px 70px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2;
}

#doc-search .tab-content .form-control {
	margin-bottom: 20px;
}

.search-results h2 {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 0px;
}

.search-results h3 {
	font-size: 1.5rem;
	font-weight: bolder;
	margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
	.contact-carousel .carousel-caption .col-lg-6.text-end,
	.contact-carousel .carousel-caption .col-lg-6.text-start {
		text-align: center !important;
	}

	#carrusel-inner h1 {
		font-size: 1.75em;
	}
}

#contact-icons {
	margin: 100px 0px;
}

#contact-icons i {
	display: block;
	margin-bottom: 20px;
	font-size: 3em;
	color: #003399;
}

#contact-icons a {
	display: block;
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

.mb-30 {
	margin-bottom: 30px;
}

.blue-modal .modal-content {
	margin-top: 100px;
	background-color: #00339e;
	padding: 40px 30px 30px 30px;
	position: relative;
}

.blue-modal .btn {
	background: #3599cd;
	margin-top: 20px;
}

.blue-modal .btn:hover {
	color: #fff;
	border: 2px solid #fff;
	transform: translateY(-2px);
	background: transparent;
}

a.fix-close {
	position: absolute;
	top: -25px;
	right: -15px;
	cursor: pointer;
}

.fix-close i {
	font-size: 1.5em;
	color: #fff;
}

.card-simulador img {
	position: static;
	width: 450px;
	height: 363.42px;
	left: 696px;
	top: 60px;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin: 0px 64px;
	/* width: 23rem; */
}

/*--------------------------------------------------------------
>>> SIMULADOR PAGE
----------------------------------------------------------------*/

.volcan-simulador .inner-simulador {
	box-shadow: 0px 0px 10px rgba(95, 95, 95, 0.2);
	padding-bottom: 50px;
}

.volcan-simulador .nav-item {
	flex: 0 0 50%;
}

.volcan-simulador .nav-tabs {
	margin-bottom: 50px;
}

.volcan-simulador .nav-tabs .nav-link {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	display: flex;
	align-items: center;
	letter-spacing: 0.23px;
	justify-content: center;
	width: 100%;
	background: #eaeaea;
	color: #003399;
	box-shadow: inset 3px 0px 5px 0px #0000000f;
	padding: 15px 0;
	/**/
}

.volcan-simulador .nav-tabs .nav-link.active {
	background: white;
	box-shadow: none;
}

.volcan-simulador .simulador-interior-form {
	margin-bottom: 50px;
}

.table-volcan {
	--bs-table-bg: #003399 !important;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.tbody-volcan img {
	position: static;
	width: 100px;
	height: 100px;
	left: 10px;
	top: 10px;
}

/*  iframe responsive fixed */
#inner-content iframe {
	width: 100%;
}

@media (max-width: 600px) {
	.single__video .embed-container iframe {
		width: 360px;
	}
}

#simulador-list p {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-align: center;
}

#fields-siding table td input {
	width: 80px;
}

#fields-siding table {
	width: 450px;
}

#simulador-list .h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.18px;
/*	margin-bottom: 0;*/
}

#simulador-list .h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0.23px;
	margin-bottom: 0;
/*	margin-top: -22px;*/
}

#simulador-list .white-bar .col:first-child {
	display: grid;
	align-content: center;
	justify-content: center;
}

#simulador-list .white-bar .col {
	border-right: 1px solid #f0f0f0;
}

#simulador-list .white-bar .col:last-child {
	border-right: 0;
}

.comunidades__text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.comunidades__text ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	list-style: disc;
	padding: 10px 0;
}

.comunidades__list ul li {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #000000;
	list-style: disc;
}

.comunidades__title--celeste {
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 28px !important;
	letter-spacing: 0.18px !important;
	color: #3399cc !important;
}

.comunidades__title--black {
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 28px !important;
	letter-spacing: 0.18px !important;
	color: #000000 !important;
}

.comunidades__subtitle--celeste {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #3399cc;
}

.comunidades__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comunidades__button--name {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #262626;
	margin-bottom: 0;
}

.comunidades__button--link {
	background: #003399;
	border-radius: 40px;
	padding: 10px 50px 10px 20px;
	color: #ffffff;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.comunidades__button--link:hover {
	color: #ffffff;
}

.comunidades__button--link::after {
	content: url('../img/download.svg');
	position: absolute;
	right: 17px;
}

.comunidades__columns--two--text ul li {
	list-style: disc;
}

.comunidades__columns--two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.comunidades__columns--two--text {
	display: grid;
	justify-items: center;
}

.compromiso__menu--items {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #ffffff;
	background: #003399;
	border-radius: 40px;
	padding: 8px 23px;
}

.compromiso__menu {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	position: initial;
	width: 100%;
}

.compromiso__menu--items:hover,
.compromiso__menu--items:visited {
	color: #ffffff;
}

.compromiso__subtitle--black {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #000000;
}

.compromiso table thead {
	background-color: #3399cc;
	color: #ffffff;
}

.table > thead {
	vertical-align: middle !important;
}

.compromiso table tr th {
	font-size: 16px;
	font-weight: 400;
}

.compromiso table tr td {
	font-size: 16px;
	font-weight: 400;
	color: #003399;
}

.compromiso__columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
	white-space: nowrap;
	overflow-x: hidden;
}

.timeline ol {
	font-size: 0;
	width: 100vw;
	padding: 116px 0;
	transition: all 1s;
}

.timeline ol li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 120px;
	height: 3px;
	background: #3399cc;
}

.timeline ol li:last-child {
	width: 280px;
}

.timeline ol li:not(:first-child) {
	margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 1px);
	bottom: 0;
	width: 12px;
	height: 20px;
	transform: translateY(-50%);
	background: #003399;
}

.timeline ol li div {
	position: absolute;
	left: 22%;
	width: 200px;
	padding: 15px;
	font-size: 1rem;
	white-space: normal;
	color: black;
	background: white;
	text-align: center;
}

.timeline ol li div::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline ol li:nth-child(odd) div {
	top: -16px;
	transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
	top: 100%;
	border-width: 8px 8px 0 0;
	border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
	top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
	top: -8px;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent white;
}

.timeline time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.dark--blue {
	background-color: #003399;
	padding: 20px;
}

.dark--blue p,
.light-blue p {
	color: #ffffff !important;
}

.light-blue {
	background-color: #3399cc;
	padding: 20px;
}

.compromiso-nav {
	position: fixed;
	top: 0;
	width: 66%;
	background-color: #ffffffc4;
}

.comunidades__columns--two div:nth-child(3) {
	order: 2;
	display: flex;
	justify-content: end;
}

.compromiso__columns div:nth-child(2) .dark--blue {
	background-color: #3399cc;
}

@media screen and (max-width: 767px) {
	.carousel-caption {
		 padding-left: 5%;
		 padding-right: 5%;
	}

	#carrusel-home h5 {
		 font-size: 1.5em;
		 font-weight: bold;
		 line-height: 1;
	}

	#carrusel-home .btn {
		 font-size: 14px;
	}

	#carrusel-inner h1 {
		 padding-right: 0;
		 text-align: center;
		 font-size: 1.55em;
		 margin-bottom: 1rem !important;
	}

	.contact-carousel a.btn{
		padding: .375rem .75rem;
		font-size: .75rem;
	}
	.mb-xs {
		 margin-bottom: 20px;
	}
}

#simulador-list .h1 {
    font-size: 28px;
}

#simulador-list .h4 {
    font-size: 20px;
}

#aComModal div.wpcf7-response-output,
#aTecModal div.wpcf7-response-output {
	background: white;
	color: green;
}

#aComModal form.invalid div.wpcf7-response-output,
#aTecModal form.invalid div.wpcf7-response-output {
	display: none !important;
}

#frm-registro-volcanboard-c7 .form-control,
#aComModal form .form-control,
#aTecModal form .form-control {
    margin-bottom: 1px;
    margin-top: -20px;
}

#frm-registro-volcanboard-c7 .wpcf7-not-valid-tip {
    font-size: 0.8em;
}

#frm-registro-volcanboard-c7 .first_name > .form-control ,
#aComModal form .first_name > .form-control ,
#aTecModal form .names > .form-control {
    margin-top: 20px;
}


#frm-contacto-asistencia-comercial label,
#frm-contacto-asistencia-tecnica label {
	color: white;
}

.title-skew.orange h4::before {
    background-color: #ff671b;
}


.fz-hor {
    font-size: .85rem;
}

.fz-cont {
    font-size: 1.1rem;
    color: #003399;
    font-weight: 600;
}

.grecaptcha-badge {
z-index:999;
}