@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Montserrat:wght@500;600;700&display=swap');

/*
	Landed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: white;
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	background: white;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
select,
textarea {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Lato', sans-serif;
	font-size: 15pt;
	font-weight: 400;
	line-height: 1.75em;
	overflow-x: hidden;
}

#nav a {
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #85929e;
	text-decoration: none;

}

#nav a:hover {
	color: #FF8C00 !important;
	border-bottom-color: transparent;
}









strong,
b {
	color: #5D6D7E;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #85929E;
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	border: 0;
}

h2 {
	font-size: 2.7em;
	line-height: 1.5em;
	letter-spacing: -0.025em;
}

.box .h3 {
	color: white;
}


h3 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin: 3em 0;
}

hr.major {
	margin: 4em 0;
}

blockquote {
	border-left: solid 4px rgba(255, 255, 255, 0.3);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(255, 255, 255, 0.075);
	border-radius: 4px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}

/* Loader */

@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-webkit-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-ms-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-ms-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}


@media (-webkit-min-device-pixel-ratio: 2) {

	body.landing:before {
		line-height: 2.025em;
	}

}

/* Container */

.container {
	margin: 0 auto;
	max-width: calc(100% - 4em);
	width: 70em;
}

.container.xsmall {
	width: 17.5em;
}

.container.small {
	width: 35em;
}

.container.medium {
	width: 52.5em;
}

.container.large {
	width: 87.5em;
}

.container.xlarge {
	width: 105em;
}

.container.max {
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.energiacont .tarenergia {
		padding: 5.8rem;
	}




	#banner5 .content header h2 {
		font-size: 2.5em;

	}

	.services {
		margin-top: -58px;
	}

	.services img {
		width: 8%;
		/*height: 15vw;*/
	}

	#lineas {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasb {
		width: 6%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagen h3 {
		font-size: 20px;
	}

	.desc_imagen p {
		font-size: 13px;
	}

	.desc_imagen li {
		width: 25%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	.des_imagen ul li {
		padding-left: 0;
	}

	.text-center .row .col .p-3 img {
		height: 15vw;
		width: 90%;
	}



	.container {
		width: 90%;
		max-width: 100%;
	}

}

@media screen and (max-width: 980px) {


	.container .row .col-sm-4 .si h2 {
		font-size: 30px;
	}

	.container {
		width: 100% !important;
	}

}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}



.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 33.3%;

}

.row>.off-1 {
	margin-left: 33.3%;
}

.row>.col-2 {
	width: 33.3%;
}

.row>.off-2 {
	margin-left: 33.3%;
}

.row>.col-3 {
	width: 33.3%;
}

.row>.off-3 {
	margin-left: 33.3%;
}

.row>.col-4 {

	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}


.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}


/*galeria de fotos*/


.roww {
	display: flex;
	padding: 5px;



}

/*cuadro azul de soluciones integrales*/
.roww2 {

	display: flex;
	height: 50%;
	width: 100%
}



.column {
	flex: 33.3%;
	border-bottom: 3px;
	border-bottom-color: green;
	margin: 1px;
	align-items: column;


}

.column img {
	border-bottom-color: white;
	flex-direction: column;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: 100% 100%;
	/*toma toda la foto*/
	justify-content: center;

}


.roww .roww2 h2 {
	font-size: 40px;
	color: white;
	padding-left: 30px;

}

.roww .roww2 .button {
	background: #0070bc;
	font-family: 'Montserrat';
	border: 2px solid white;

}

.roww .roww2 {
	display: flex;
	align-items: end;
	justify-content: flex-end;
	padding: 30px 10px;
}



/*********************+carruse index****************************/

.conta {
	background-color: #d6dbdf;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


.carousel-caption1 {
	width: 75%;
	position: relative;

}



.todo1 {
	overflow: hidden;
	position: relative;

}


#texto1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}


.carousel-caption1 .subtitl {
	font-size: 1.5rem;
	margin-bottom: 30px;
	text-align: center;
	color: #0070bc;

}

.carrusel-caption1 .slid_review {
	font-size: 13px;
	line-height: 1.3;
	text-align: justify;
}


.container .carousel-item {
	height: 80vh;
	min-height: 300px;
	background: no-repeat scroll center scroll;
	-webkit-background-size: cover;
	background-size: cover;
}




.container .carousel-caption {
	bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;

}



.todo1 .slid_review {
	font-size: 1.1rem;
	text-align: justify;
	font-family: 'Lato', sans-serif;
	color: #85929e;
}

.todo1 .subtitl {
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: center;
	color: #0070bc;
	font-family: 'Lato', sans-serif;
}


/*********************+carruse us****************************/

.conta2 {
	background-color: #d6dbdf;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


.carousel-caption2 {
	width: 75%;
	position: relative;

}



.todo2 {
	overflow: hidden;
	position: relative;

}


#texto2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}


.carousel-caption2 .subtitl2 {
	font-size: 1.5rem;
	margin-bottom: 30px;
	text-align: center;
	color: #0070bc;
	font-family: 'Lato', sans-serif;

}

.carrusel-caption2 .slid_review2 {
	font-size: 13px;
	line-height: 1.3;
	text-align: justify;
}


.container .carousel-item {
	height: 80vh;
	min-height: 300px;
	background: no-repeat scroll center scroll;
	-webkit-background-size: cover;
	background-size: cover;
}




.container .carousel-caption {
	bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;

}



.todo2 .slid-review2 {
	font-size: 1rem;
	text-align: justify;
	font-family: 'Lato', sans-serif;
	color: #85929e;
}

.todo2 .slid-subtitl2 {
	font-size: 1rem;
	margin-bottom: 30px;
	text-align: center;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;

}

#valor {
	font-family: 'Lato', sans-serif;
}




/*********************+carrusel 2****************************/

.conta2 {
	background-color: #d6dbdf;
	width: 80%;
	min-height: 50vh;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.slid {

	padding: 40px 0;
}

.slid_conta {
	display: grid;
	grid-template-columns: 50px 1fr 50px;
	align-items: center;
	gap: 1em;
}

.slid_body {
	background-color: #d6dbdf;
	grid-column: 2/3;
	grid-row: 1/2;
	opacity: 0;
	pointer-events: none;
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
	/*centrar vertical*/
	transition: opacity 1.5s;
}

.slid_body--show {
	opacity: 1;
	pointer-events: unset;
}

.slid_texts {
	max-width: 600px;
	font-family: 'Montserrat', sans-serif;
	padding: 0px 5px;
}



.slid_img {
	width: 200px;
	height: 200px;
	border-radius: 40%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	/*centrar horizontalmente*/
	padding-left: 5px;
}

.slid_arrow {
	cursor: pointer;
	width: 80%;
}

.slid_arrow:nth-of-type(2) {
	justify-self: end;
}

/****************************soluciones integrales***************************************/
#contenedorsolution {
	background-color: #d6dbdf;
}


.energiacont .card img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	justify-content: center;
}

.energiacont {
	background-color: #d6dbdf;
	margin-top: -80px;
	margin-bottom: 120px;
}




/*************MENU DESPLEGABLE VERTICAL*********************************/

/************************/
.card-title {
	text-align: center;
	padding: 15px 0px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	color: #585f62;

}

.card-text {
	font-size: 18px;
	padding: 5px 0px;
	font-family: 'Montserrat', sans-serif;
	color: #85929e;
}


#contenedorsolution .card-body {
	box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
	flex: 1 1 auto;
	padding-bottom: 2.5rem;
}

.card {
	margin: 20px 20px;

}

.card a {
	width: 60px;
	padding: 25px 0px;
	color: #0070bc;
	text-decoration: none;
	font-size: 1.1rem;
	margin: auto;
	font-weight: 400;
	border: 1px solid #0070bc;
	border-radius: 30px;
	padding: 5px 30px;
	font-family: 'Montserrat', sans-serif;
}


.card a:hover {
	color: white;
	border: 2px solid #B0D7F2;
	text-decoration: none;
	background: rgba(0, 112, 188, .8);

}



.card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	justify-content: center;
}


/****************************soluciones integrales pantalla dividida***************************************/


/*.energiacont .card {
	padding-left: 0;
	height: 400px;
}



.energiacont img {
	width: 103%;
}
*/

/*.izq {

	background: url(/assets/css/images/energiapic.png);
	background-size: cover;
	background-position: center;
	width: 50%;
	height: 70vh;

}*/

#divididas {
	background-color: #d6dbdf;
}


#space {
	background-color: #d6dbdf;
}

#pantalladividida {
	display: flex;
}

/****************************foto con texto***************************************/

.container .text_foto {
	width: 100%;
	overflow: hidden;
	position: relative;

}

.container .text_foto img {
	width: 100%;
	object-fit: cover;
	justify-content: center;
	height: 100%;

}

#textofoto {
	font-size: 29px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}

/****************************cetificaciones***************************************/



/****************************MISION Y VISION***************************************/
.container .row .col-sm-4 .si h2 {
	font-size: 60px;
}

#banner3 .content header h2 {
	font-size: 4.5em;
}




.misvis {

	justify-content: center;
	background: no-repeat center/110% url(/assets/css/images/backgroundMV.jpg);
	height: 400px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center
}



.misvis .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #fff;
	color: #0d6efd;
}

.misvis .nav-link {
	display: block;
	padding: 0.2rem 1rem;
	color: #d6dbdf;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.misvis .nav-pills .nav-link {
	background: white;
	border: 0;
	border-radius: 0.25rem;
}




.misvis .btn-check:focus+.btn,
.btn:focus {
	outline: 0;

}

.misvis .btn-link {
	font-weight: 900;
	color: #85929E;
	text-decoration: none;
	background: white;
	padding: 2rem;
}


.misvis .btn-link:hover {
	color: #0070bc;
}



.misvis .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem transparent;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem transparent;
}



.misvis h5 {
	color: white;
	font-weight: 100;
	line-height: 1em;
	/*margin: 0 0 1em 0;*/
	text-align: justify;
	font-family: 'Lato', sans-serif;
}


.misvis h5 {
	/*font-size: calc(1.4rem);*/
	background-color: #00000095;
}


.misvis .btn-primary {
	color: #0d6efd;
	background-color: #fff;
	border-color: #fff;
}


.misvis .btn-group-lg>.btn,
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 2rem;
	border-radius: 0.3rem;
	font-family: 'Lato', sans-serif;
}


.misvis .btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #d6dbdf;
	background-color: white;
	border-color: white;
}

.misvis .btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #d6dbdf;
	background-color: white;
	border-color: white;
	box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.misvis .btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
	color: #0070bc;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}


.misvis .btn-outline-light {
	color: #0070bc;
	border-color: #f8f9fa;
}


.misvis .btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
	color: #d6dbdf;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.text-center .p-2{
    overflow:hidden;
}

.text-center .p-2:hover{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}


/********************************pagina dividida***********************contactenos***********************/

.izquierda_1 {
	padding-top: 30px;
	height: 30vh;
	width: 6%;
	padding-left: 55px;
}

.izquierda_2 {
	padding-top: 28px;
	height: 30vh;
	width: 44%;
}

.izquierda_1 .vertical {
	border-left: 5px solid orange;
	height: 115px;
	border-radius: 5px 0px 0px 5px;
}

.derecha {
	width: 50%;
	heigth 30vh;
}

#pantalla_dividida {
	display: flex;
}


.izquierda_1 .vertical h2 {

	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	font-size: 2.2em;
	/*width: 70%;*/
	margin: left;
	padding-left: 20px;
	line-height: 40px;
	color: #6C6E70;
	margin-bottom: 10px;
	font-weight: 500;
}

.izquierda_1 .vertical h3 {
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #6C6E70;
	/*width: 70%;*/
	margin: left;
	padding-left: 20px;
	line-height: 30px;
	font-weight: 500;
}

#pantalla_dividida .btn-group-lg>.btn,
.btn-lg {
	padding: 0.3rem 4rem;
	font-size: 1.5rem;
	border-radius: 1rem;
}

/*********************formulario CONTACTENOS*****************************************************************/


.derecha .form .form-label {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #6C6E70;
	margin: 10px;
}

.derecha .form .form-control {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin: 10px;
}




/*********************SOLUCIONES INTEGRALE ENERGY*****************************************************************/





.solutions .row .card {

	margin-top: -80px;
	margin-bottom: 120px;

}

.pantdividida .izq {
	margin-top: -80px;
	margin-bottom: 80px;

}

.pantdividida .der {
	margin-top: -80px;
	margin-bottom: 80px;

}



.services {

	margin: 0 auto;
	margin-top: -102px;
	margin-bottom: 10px;
	/*para separar del texto*/
	text-align: center;


}

.services .row .desc_imagen {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}

.services img {
	display: inline-block;
	border-radius: 100%;
	/*border: 0px solid #0070bc;*/
	height: 15%;
	width: 15%;
	object-fit: cover;
}

#lineas {

	display: inline-block;
	width: 10%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

#lineasb {

	display: inline-block;
	width: 5%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

.desc_imagen li {
	width: 25%;
	float: left;
	margin: 20px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.services h3 {
	font-size: 26px;
	color: #585f62;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}

.services p {
	font-size: 15px;
}


.services .col-md-12 {
	padding: 0px 0px;
	width: 100%;
}




/********************TUNELES PAGINA PPAL********************************/

#texto_tun {
	text-align: justify;
	font-size: 1.94rem;
	color: #4B4B46;
	font-family: 'Montserrat', sans-serif;
}



.servicesTun {

	margin: 0 auto;
	margin-top: -102px;
	margin-bottom: 10px;
	/*para separar del texto*/
	text-align: center;


}

.servicesTun .row .desc_imagen {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}

.servicesTun img {
	display: inline-block;
	border-radius: 100%;
	/*border: 0px solid #0070bc;*/
	height: 15%;
	width: 15%;
	object-fit: cover;
}

#lineast {

	display: inline-block;
	width: 23%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

#lineasbt {

	display: inline-block;
	width: 24%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

.desc_imagent li {
	width: 50%;
	float: left;
	margin: 20px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.servicesTun h3 {
	font-size: 28px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}

.servicesTun p {
	font-size: 15px;
}


.servicesTun .col-md-12 {
	padding: 0px 0px;
	width: 100%;
}


#hometunel .majort {
	margin: 0 0 2em 0;
	position: relative;
	text-align: center;
}

/*******************TELECOMUNICACIONES PAGINA PPAL********************************/


.servicesTC {

	margin: 0 auto;
	margin-top: -92px;
	margin-bottom: 10px;
	/*para separar del texto*/
	text-align: center;


}

.servicesTC .row .desc_imagen {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}

.servicesTC img {
	display: inline-block;
	border-radius: 100%;
	/*border: 0px solid #0070bc;*/
	height: 13%;
	width: 13%;
	object-fit: cover;
}

#lineastc {

	display: inline-block;
	width: 16%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

#lineasbtc {

	display: inline-block;
	width: 15%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

.desc_imagentc li {
	width: 33.33%;
	float: left;
	margin: 20px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.servicesTC h3 {
	font-size: 28px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}

.servicesTC p {
	font-size: 15px;
}


.servicesTC .col-md-12 {
	padding: 0px 0px;
	width: 100%;
}


.container .text_fototc img {
	width: 100%;
	object-fit: cover;
	justify-content: center;
	height: 40%;
	vertical-align: middle;
}


/*******************CIUDADES INTELIGENTES PAGINA PPAL********************************/

#Csegura {}

.desc_imagensc a {
	width: 60px;
	padding: 25px 0px;
	color: #0070bc;
	text-decoration: none;
	font-size: 25px;
	margin: 20px;
	font-weight: 600;
	border: 2px solid #0070bc;
	border-radius: 30px;
	padding: 5px 30px;
}


.desc_imagensc a:hover {
	color: #B0D7F2;
	border: 2px solid #B0D7F2;
	text-decoration: none;

}


.cardsc {
	flex-direction: row;
	align-items: center;
	background: #85929e;
}

.card-titlesc {
	color: #585f62;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
}

#Csegura ul li p {
	color: #585f62;
	font-size: 1.1rem;
	font-family: 'Lato', sans-serif;
}



#texto_sc {
	text-align: justify;
	font-size: 1.9rem;
	color: #4B4B46;
	font-family: 'Lato', sans-serif;
}

.servicesSC {

	margin: 0 auto;
	margin-top: -110px;
	margin-bottom: 10px;
	/*para separar del texto*/
	text-align: center;


}

.servicesSC .row .desc_imagen {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}

.servicesSC img {
	display: inline-block;
	border-radius: 100%;
	/*border: 0px solid #0070bc;*/
	height: 15%;
	width: 15%;
	object-fit: cover;
}

#lineassc {

	display: inline-block;
	width: 23%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

#lineasbsc {

	display: inline-block;
	width: 23%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

.desc_imagensc li {
	width: 50%;
	float: left;
	margin: 20px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.servicesSC h3 {
	font-size: 28px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}

.servicesSC p {
	font-size: 15px;
}


.servicesSC .col-md-12 {
	padding: 0px 0px;
	width: 100%;
}


#homesc .majorsc {
	margin: 0 0 2em 0;
	position: relative;
	text-align: center;
}


.infocard .titulo_1 {
	text-align: center;
	color: #0071BC;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}


.infocard .columna_1 {
	border-right: 2px solid white;
}

.infocard .columna_2 {
	border-top: 2px solid white;
}


.infocard h2 {
	letter-spacing: 1px;
	text-align: center;
	color: white;
	font-size: 1.9rem;
	/*font-weight: 100;*/
	font-family: 'Lato', sans-serif;
}

.infocard .arte_1 {
	letter-spacing: 1px;
	text-align: center;
	color: white;
	font-size: 1.9rem;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}


/*********texto columna2 fila 1**********/
.infocard .titulo_2 {
	text-align: center;
	color: #0071BC;
	font-size: 2.5rem;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}


.infocard p {
	letter-spacing: 1px;
	text-align: center;
	padding: 8px;
	color: white;
	font-size: 1.3rem;
	/*font-weight: 100;*/
	font-family: 'Lato', sans-serif;
}

/*********texto fila final**********/
.infocard .fila_2 h3 {
	padding-left: 0px;
	margin-top: 20px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	text-align: justify;
	font-size: 1.8rem;
	/*font-weight: 100;*/
	font-family: 'Lato', sans-serif;
	color: white;
}

.infocard .fila_2 .arte_2 {
	letter-spacing: 1px;
	color: #0071BC;
	font-size: 7rem;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}


.infocard .fila_2 .arte_3 {
	letter-spacing: 1px;
	color: #0071BC;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}


.infocard .fila_2 ul li {
	padding-left: 0px;
}




#textofotosc {
	background: rgba(0, 0, 0, .60);
	font-size: 5px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.container .text_fotosc {
	width: 100%;
	overflow: hidden;
	position: relative;

}

.container .text_fotosc img {
	width: 100%;
	object-fit: cover;
	justify-content: center;
	height: 100%;
	object-fit: cover;
}

.container .sos16 img {
	width: 100%;
	justify-content: center;
	height: 100%;
	object-fit: cover;

}

.container .sos01 img {
	width: 100%;
	justify-content: center;
	height: 93%;
	object-fit: cover;
}


/********************************SOLUCIONES AERONAUTICAS**************************************/

.servicesA {

	margin: 0 auto;
	margin-top: -95px;
	margin-bottom: 10px;
	/*para separar del texto*/
	text-align: center;



}

.servicesA .row .desc_imagen {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;

}

.servicesA img {
	display: inline-block;
	border-radius: 100%;
	/*border: 0px solid #0070bc;*/
	height: 13%;
	width: 13%;
	object-fit: cover;
}

#lineasa {

	display: inline-block;
	width: 16%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

#lineasba {

	display: inline-block;
	width: 15%;
	margin: 0 -8px 0 -8px;
	height: 4px;
	border-color: #0070bc;
	background: #0070bc;
	opacity: 1;
	border-radius: 20px;
}

.desc_imagena li {
	width: 33.33%;
	float: left;
	margin: 20px 0px 0px 0px;
	list-style: none;
	text-align: center;
}


.desc_imagena a {
	width: 60px;
	padding: 25px 0px;
	color: #0070bc;
	text-decoration: none;
	font-size: 25px;
	margin: 20px;
	font-weight: 600;
	border: 2px solid #0070bc;
	border-radius: 30px;
	padding: 5px 30px;
}


.desc_imagena a:hover {
	color: #B0D7F2;
	border: 2px solid #B0D7F2;
	text-decoration: none;

}

.servicesA h3 {
	font-size: 35px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}

.servicesA p {
	font-size: 15px;
}


.servicesA .col-md-12 {
	padding: 0px 0px;
	width: 100%;
}


.container .text_fotoa img {
	width: 100%;
	object-fit: cover;
	justify-content: center;
	height: 40%;
	vertical-align: middle;
}

#homea .majora {
	padding-top: 10px;
	margin: 0 0 2em 0;
	position: relative;
	text-align: center;
}

#texto_a1 {
	text-align: justify;
	/*letter-spacing: .4px;*/
	font-size: 2.07rem;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;
}

#texto_a2 {
	text-align: justify;
	/*letter-spacing: .3px;*/
	font-size: 1.7rem;
	color: #585f62;
	font-family: 'Lato', sans-serif;
}


#texto_a1e {
	text-align: justify;
	/*letter-spacing: .4px;*/
	font-size: 2.095rem;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;
}

#texto_a2e {
	text-align: justify;
	/*letter-spacing: .3px;*/
	font-size: 1.9rem;
	color: #585f62;
	font-family: 'Lato', sans-serif;
}




#texto_a1A {
	text-align: justify;
	/*letter-spacing: .4px;*/
	font-size: 2.05rem;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;

}


#texto_a1 {
	text-align: center;
	/*letter-spacing: .4px;*/
	font-size: 2.6rem;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;

}



#texto_a2A {
	text-align: justify;
	/*letter-spacing: .3px;*/
	font-size: 2.1rem;
	color: #585f62;
	font-family: 'Lato', sans-serif;
}

#texto_a3A {
	color: #0070bc;
	font-size: 2.6rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;

}


#texto_a1t {
	text-align: justify;
	/*letter-spacing: .4px;*/
	font-size: 2.4rem;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;
}

#texto_a2t {
	text-align: justify;
	/*letter-spacing: .3px;*/
	font-size: 1.99rem;
	color: #585f62;
	font-family: 'Lato', sans-serif;
}


#texto_a1P {
	text-align: center;
	letter-spacing: .4px;
	font-size: 1.9rem;
	color: #0070bc;
	font-family: 'Lato', sans-serif;
}


#texto_a2P {
	text-align: justify;
	letter-spacing: .3px;
	font-size: 1.1rem;
	color: #585f62;
	font-family: 'Lato', sans-serif;
}







.seccionesA {
	width: 100%;
	background: white;
}

.seccionesA article {
	padding: 30px;
}

.activeA {
	background: rgba(0, 112, 188, .7);
}

.container .sat1 img {
	width: 100%;
	justify-content: center;
	height: 60%;
	object-fit: cover;

}






/********************contanido boton 1* AERONAUTICAS*********************************/

.infocardA .titulo_1 {
	text-align: center;
	color: #0071BC;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}


.infocardA .columna_1 {
	border-right: 2px solid white;
}

.infocardA .columna_2 {
	border-top: 2px solid white;
}


.infocardA h2 {
	letter-spacing: 1px;
	text-align: center;
	color: white;
	font-size: 1.9rem;
	/*font-weight: 100;*/
	font-family: 'Lato', sans-serif;
}

.infocardA .arte_1 {
	letter-spacing: 1px;
	text-align: center;
	color: white;
	font-size: 1.9rem;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}


/*********texto columna2 fila 1**********/
.infocardA .titulo_2 {
	text-align: center;
	color: #0071BC;
	font-size: 2.5rem;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}




/*********texto fila final**********/
.infocardA .fila_2 h3 {
	padding-left: 0px;
	margin-top: 20px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	text-align: justify;
	font-size: 1.8rem;
	/*font-weight: 100;*/
	font-family: 'Lato', sans-serif;
	color: white;
}

.infocardA .fila_2 .arte_2 {
	letter-spacing: 1px;
	color: #0071BC;
	font-size: 7rem;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}


.infocardA .fila_2 .arte_3 {
	letter-spacing: 1px;
	color: #0071BC;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}


.infocardA .fila_2 ul li {
	padding-left: 0px;
}

.infocardA .row {
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 10px;
	padding-right: calc(var(--bs-gutter-x) * .3);
	padding-left: calc(var(--bs-gutter-x) * .9);

}

.infocardA .col-6 {
	padding-right: calc(var(--bs-gutter-x) * .3);
	padding-left: calc(var(--bs-gutter-x) * .9);

}



.card-titleA {
	color: #585f62;
	font-size: 1.3rem;
	/*font-weight: bold;*/
	font-family: 'Montserrat', sans-serif;
}

.card-textA {
	color: #585f62;
	font-size: 1.3rem;
	font-family: 'Lato', sans-serif;
}



















/***************************************************************************************************/
.list-group-horizontal .list-group-item {
	display: inline-block;
}

.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left: -4px;
	margin-right: 0;
	border-right-width: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-right-width: 1px;
}


/*redes sociales*/


.redes-sociales {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}


.ic {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}




.ic-facebook {
	background: #2e406e;
}

.ic-twitter {
	background: #339dc5;
}

.ic-youtube {
	background: #e83028;
}

.ic-instragram {
	background: #3f60a5;
}

.ic-linkedin {
	background: #0e76a8;
}

.ic-contactenos {
	background: #0070bc;
	font-size: 1.3rem;
}

.ic-whatsapp {
	background: #25D366;
}



.ic:first-child {
	border-radius: 1rem 0 0 0;
}

.ic:last-child {
	border-radius: 0 0 0 1rem;
}

.ic:hover {
	padding-right: 3rem;
	color: white;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
}


.icofot-facebook {
	background: #2e406e;
	padding: 10px 14px;
}

.icofot-twitter {
	background: #339dc5;
	padding: 9px 10px;
}

.icofot-youtube {
	background: #e83028;
	padding: 10px 9px;
}

.icofot-linkedin {
	background: #0b5e86;
	padding: 10px 11px;

}

.icfot {
	color: white;
	text-decoration: none;
	/*padding: .7rem;*/
	display: flex;
	transition: all .5s;
	border-color: white;
	/*padding: 5px 12px;*/
	border-radius: 100%;
	font-size: 0.8rem;
}

.icfot:hover {
	color: white;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
	transform: translateY(-7px);
	font-size: 0.8rem;
	border: transparent;
}




.icfoti {
	display: flex;
	transition: all .5s;
	font-size: 1.8rem;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: transparent;
	/*background: url(/assets/css/images/header.jpg);*/
}



.icfoti:hover {
	color: white;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
	transform: translateY(-7px);
	font-size: 0.8rem;
}





/********************** boton flotante de contactenos***********************/
.b-float .b {
	text-decoration: none;
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	background-color: #0070bc;
	border-color: white;
	padding: 5px 11px;
	border-radius: 20px;
	color: white;
	position: fixed;
	right: 20px;
	bottom: 40px;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	z-index: 99;


}

.b-float .b:hover {
	color: white;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
	transform: translateY(-7px);
}





/*aliados*/


#home .img-fluid {
	max-width: 100%;
	height: 270px;
}







#two {

	height: 1200px;
	background-color: #d6dbdf;
	display: flex;
	align-items: center;
	justify-content: center;
}




.column2 {
	flex: 33.3%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.column2 img {
	flex-direction: column;
	width: 100%;
	height: 75%;
	object-fit: cover;
	justify-content: center;


}


.roww3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.spc {
	background: #d6dbdf;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;

}

.spcs {
	background: white;
	width: 100%;
	height: 60px;
}


.roww .column2 {
	width: 32%;
	position: relative;
	height: 250px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75);
}


/********************************+NOTICIAS***********************/

.noticiasbody {

	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #fff;
	flex-wrap: wrap;
}

.noticard {
	position: relative;
	width: 350px;
	height: 480px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75);
	overflow: hidden;
	transition: .5s;
	margin: 15px 20px;

}

.noticard:hover {
	box-shadow: 0 5px 15px rgba(3, 89, 92, .5);
	transform: translatey(-15px);
}

.noticard .hd {
	height: 50%;
	width: 100%;
	position: relative;
}

.noticard .hd .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
}


.noticard .hd .img img {
	width: 100%;
	height: 95%;
	object-fit: cover;
}



.noticard .cuerpocard {
	height: 230px;
	padding: 5px 20px 20px 20px;
	/*	border-bottom: solid 1px rgba(6, 74, 76, .18);*/
	margin: 2.5rem 0;

}

.noticard .cuerpocard h3 {
	font-family: 'Montserrat', sans-serif;
	color: #0B0B0B;
	font-size: 1.2rem;
	text-align: justify;
}

.noticard .cuerpocard p {
	font-family: 'Lato', sans-serif;
	color: #0B0B0B;
	/*margin-top: 5px;*/
	font-size: .8rem;
	text-align: justify;
}


.noticard .readmore {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: left;
	margin-bottom: .4rem;
}

.noticard .readmore a {
	text-decoration: none;
}


.container .text-noticias {
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #fff;
	flex-wrap: wrap;
}

.text-noticias a {
	margin-top: 1rem;
	font-family: 'Montserrat', sans-serif;
	color: #0B0B0B;
	font-size: 1.3rem;
	text-align: center;
}

.text-noticias img {
	width: 30px;
	height: 30px;

}


/********************************FIN NOTICIAS********************/


/**************CARRUSEL*************************************/
/* contenedor de las noticias*/
.conten {
	width: 70%;
	margin: 0 auto;
	height: 200px;
}

.carousel-caption h5 {
	text-align: center;
}

/*****************************contacto********************/

#text_contacto {
	text-align: center;
	font-size: 3rem;
	color: #0070bc;
	font-family: 'Montserrat', sans-serif;
}


#texto_us {
	text-align: justify;
	font-size: 2.5rem;
	color: #5B5F62;
	font-family: 'Lato', sans-serif;

}

#texto_NS {
	text-align: center;
	font-size: 2rem;
	color: #5B5F62;
	font-family: 'Lato', sans-serif;


}

#text_politica {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #0070bc;
	font-family: 'Lato', sans-serif;
}

#text_politicaP {
	text-align: center;
	font-size: 1.3rem;
	color: #5B5F62;
	font-family: 'Lato', sans-serif;
	font-weight: 300;


}


.container .col-md-2 .row #valor {
	text-align: center;
	size: 3em;
	font-family: 'Montserrat';

}

.row .col-md-2 #coles {
	align-items: center;
	margin-left: auto;
	margin-right: auto;


}






/*********************** footer ************************/

footer {
	background: #0070bc;
	/*padding: 25px 0 20px 0;
	margin: auto;
	overflow: hidden;*/
	width: 100%;
	/*height: 140px;*/
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding-top: 25px;
}

.contenedor_infocontacto {
	display: flex;
	width: 100%;
	justify-content: space-evenly;

}

.contenedor_infocontacto2 {
	display: flex;
	width: 100%;
	justify-content: space-evenly;

}



.foottext {
	font-size: 1.2rem;
}
/*.contenedor_infocontacto_redes {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-left: 80px;

}*/


.contenedor_valores {
	display: flex;
	width: 80%;
	justify-content: space-evenly;

}






.telefono {
	text-align: center;
}

.telefono span {
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 23px;

}

.telefono>img {

	float: left;
	object-fit: cover;
	left: 150px;

}

.email {
	text-align: center;
}

.email span {
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 23px;
}


.email>img {
	float: left;

}


.direccion>img {
	float: left;
}

.direccion {
	text-align: center;

}

.direccion span {
	color: #fff;
	/*border-bottom: 3px solid #af20d3;*/
	padding-bottom: 1px;
	margin-bottom: 5px;
	font-size: 23px;

}



.creador {
	text-align: center;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0px 0px 10px 0px;
	color: #ffffff;
}




footer .derechos{
    padding: 5px;
    display: flex;
    flex-direction: column;
	text-align:center;
    font-family:'Lato', sans-serif;
    font-weight: 100;
    font-size: 13px;
    border-bottom: 0.5px groove #ffffff;
    justify-content: center;
   
}

footer .derechos a{
    color: #ffffff;
}

footer .derechos a:hover{
     color: #FF8C00;
     transition: color 0.3s;
}

footer .derechos b{
    text-decoration: none;
    color: #ffffff;
    margin: 0px;
    font-weight: 600;
    font-size: 15px;
    
    font-family:'Monserrat', sans-serif;
}

footer .derechos .politicas{
    width: 90vw;
    height: auto;
    margin: auto;
    overflow: hidden;
    display: flex;
    padding: 5px;
    justify-content: space-around;
}





@media screen and (max-width: 1680px) {

	.der .card-title {

		font-size: 30px;

	}

	.der .card-text {
		font-size: 20px;

	}



	#two {


		height: 200px;

	}

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xlarge {
		order: -1;
	}

	.row>.col-1-xlarge {
		width: 8.33333%;
	}

	.row>.off-1-xlarge {
		margin-left: 8.33333%;
	}

	.row>.col-2-xlarge {
		width: 16.66667%;
	}

	.row>.off-2-xlarge {
		margin-left: 16.66667%;
	}

	.row>.col-3-xlarge {
		width: 25%;
	}

	.row>.off-3-xlarge {
		margin-left: 25%;
	}

	.row>.col-4-xlarge {
		width: 33.33333%;
	}

	.row>.off-4-xlarge {
		margin-left: 33.33333%;
	}

	.row>.col-5-xlarge {
		width: 41.66667%;
	}

	.row>.off-5-xlarge {
		margin-left: 41.66667%;
	}

	.row>.col-6-xlarge {
		width: 50%;
	}

	.row>.off-6-xlarge {
		margin-left: 50%;
	}

	.row>.col-7-xlarge {
		width: 58.33333%;
	}

	.row>.off-7-xlarge {
		margin-left: 58.33333%;
	}

	.row>.col-8-xlarge {
		width: 66.66667%;
	}

	.row>.off-8-xlarge {
		margin-left: 66.66667%;
	}

	.row>.col-9-xlarge {
		width: 75%;
	}

	.row>.off-9-xlarge {
		margin-left: 75%;
	}

	.row>.col-10-xlarge {
		width: 83.33333%;
	}

	.row>.off-10-xlarge {
		margin-left: 83.33333%;
	}

	.row>.col-11-xlarge {
		width: 91.66667%;
	}

	.row>.off-11-xlarge {
		margin-left: 91.66667%;
	}

	.row>.col-12-xlarge {
		width: 100%;
	}

	.row>.off-12-xlarge {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

	.column {
		flex: 40%;

	}

	.roww2 h2 {
		font-size: 40px;

	}



}

@media screen and (max-width: 1280px) {

	#banner6 .content header h2 {
		font-size: 2.5em;
	}

	.servicesTun {
		margin-top: -83px;

	}

	.servicesTun img {
		height: 15vw;
	}

	#lineast {
		width: 27%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbt {
		width: 22%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagent h3 {
		font-size: 30px;
	}

	.desc_imagent li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.des_imagent ul li {
		padding-left: 0;
	}

	#texto_tun {
		font-size: 2rem;
	}



	#banner2 .content header h2 {
		color: white;
		font-size: 4rem;
		margin: 0;
	}

	#banner3 .content header h2 {
		color: white;
		font-size: 4rem;
		margin: 0;
	}

	#two {


		height: 200px;

	}

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-large {
		order: -1;
	}

	.row>.col-1-large {
		width: 8.33333%;
	}

	.row>.off-1-large {
		margin-left: 8.33333%;
	}

	.row>.col-2-large {
		width: 16.66667%;
	}

	.row>.off-2-large {
		margin-left: 16.66667%;
	}

	.row>.col-3-large {
		width: 25%;
	}

	.row>.off-3-large {
		margin-left: 25%;
	}

	.row>.col-4-large {
		width: 33.33333%;
	}

	.row>.off-4-large {
		margin-left: 33.33333%;
	}

	.row>.col-5-large {
		width: 41.66667%;
	}

	.row>.off-5-large {
		margin-left: 41.66667%;
	}

	.row>.col-6-large {
		width: 50%;
	}

	.row>.off-6-large {
		margin-left: 50%;
	}

	.row>.col-7-large {
		width: 58.33333%;
	}

	.row>.off-7-large {
		margin-left: 58.33333%;
	}

	.row>.col-8-large {
		width: 66.66667%;
	}

	.row>.off-8-large {
		margin-left: 66.66667%;
	}

	.row>.col-9-large {
		width: 75%;
	}

	.row>.off-9-large {
		margin-left: 75%;
	}

	.row>.col-10-large {
		width: 83.33333%;
	}

	.row>.off-10-large {
		margin-left: 83.33333%;
	}

	.row>.col-11-large {
		width: 91.66667%;
	}

	.row>.off-11-large {
		margin-left: 91.66667%;
	}

	.row>.col-12-large {
		width: 100%;
	}

	.row>.off-12-large {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

	.column {
		flex: 60%;

	}

	.roww2 h2 {
		font-size: 30px;

	}


}

@media screen and (max-width: 980px) {


	/*******************+++++aeronauticas******************************************/

	.servicesA {
		margin-top: -73px;
	}

	.servicesA img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}


	#lineasa {
		width: 10%;
		margin: 0 -6px 0 -6px;
		height: 3px;
	}

	#lineasba {
		width: 21%;
		margin: 0 -6px 0 -6px;
		height: 3px;
	}


	.servicesA h3 {
		font-size: 24px;
	}



	.desc_imagena a {
		width: 45px;
		font-size: 20px;
		border-radius: 30px;
		margin: 2px;
	}


	#texto_a1 #texto_a3 {
		font-size: 1.8rem;
	}

	#texto_a2 {
		font-size: 1.6rem;
	}

	#texto_a1e {
		font-size: 1.8rem;
	}

	#texto_a2e {
		font-size: 1.6rem;
	}


	#texto_a1P {
		text-align: center;
		letter-spacing: .4px;
		font-size: 1.9rem;
		color: #0070bc;
		font-family: 'Lato', sans-serif;
	}


	#texto_a2P {
		text-align: justify;
		letter-spacing: .3px;
		font-size: 1.1rem;
		color: #585f62;
		font-family: 'Lato', sans-serif;
	}








	.card-titleA {
		font-size: 1.2rem;
	}

	.card-textA {
		font-size: 1rem;
	}



	#texto_a3 {
		padding: 15px;
		text-align: justify;
		/*letter-spacing: .3px;*/
		font-size: 1.7rem;
		color: #585f62;
		font-family: 'Montserrat', sans-serif;
	}





	/*****************************************************************/

	#banner7 .content header h2 {
		font-size: 2.5em;
	}

	.servicesTC {
		margin-top: -65px;
	}



	.servicesTC img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}

	#lineastc {
		width: 12%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbtc {
		width: 19%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}


	.servicesTC h3 {
		font-size: 22px;
	}



	#texto_sc {
		font-size: 1.5rem;
	}

	.servicesSC {
		margin-top: -83px;
	}


	.servicesSC img {
		height: 15%;
	}

	#lineassc {
		width: 21%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbsc {
		width: 25%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	.desc_imagensc li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.servicesSC h3 {
		font-size: 23px;
	}

	.servicesSC p {
		font-size: 15px;
	}


	.servicesSC .col-md-12 {
		padding: 0px 0px;
		width: 100%;
	}


	#homesc .majorsc {
		margin: 0 0 1em 0;

	}

	/*recuadro de azul ciudades inteligentes*/


	.infocard .titulo_1 {
		font-size: 1.8rem;
	}

	.infocard .titulo_2 {
		font-size: 1.8rem;
	}

	.infocard h2 {
		font-size: 1.4rem;
	}

	.infocard .arte_1 {
		font-size: 1.4rem;
	}


	/*********texto columna2 fila 1**********/

	.infocard p {
		font-size: 1.1rem;
	}

	/*********texto fila final**********/
	.infocard .fila_2 h3 {
		font-size: 1.4rem;
	}


	.infocard .fila_2 .arte_3 {
		font-size: 1.4rem;

	}


	#banner6 .content header h2 {
		font-size: 2.5em;
	}

	.servicesTun {
		margin-top: -78px;

	}

	.servicesTun img {
		height: 15vw;
	}

	#lineast {
		width: 21%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbt {
		width: 25%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagent h3 {
		font-size: 30px;
	}

	.desc_imagent li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.des_imagent ul li {
		padding-left: 0;
	}


	#banner5 .content header h2 {
		font-size: 2.5em;

	}

	.services {
		margin-top: -58px;
	}

	.services img {
		height: 15vw;
	}

	#lineas {
		width: 11%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasb {
		width: 5%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagen h3 {
		font-size: 15px;
	}

	.desc_imagen p {
		font-size: 13px;
	}

	.desc_imagen li {
		width: 25%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	.des_imagen ul li {
		padding-left: 0;
	}

	.text-center .row .col .p-3 img {
		height: 20vw;
		width: 90%;
	}



	#banner5 .content header h2 {
		font-size: 2.5em;

	}

	.services {
		margin-top: -66px;
	}

	.services img {
		width: 13%;
		/*height: 15vw;*/
	}

	#lineas {
		width: 13%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasb {
		width: 5%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagen h3 {
		font-size: 20px;
	}

	.desc_imagen p {
		font-size: 13px;
	}

	.desc_imagen li {
		width: 25%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	.des_imagen ul li {
		padding-left: 0;
	}

	.text-center .row .col .p-3 img {
		height: 13vw;
		width: 50%;
	}




	.der .card-text {
		font-size: 13px;
	}

	.der .card-title {
		font-size: 13px;
	}


	.izquierda_1 .vertical {
		border-left: 3px solid orange;

	}


	.izquierda_2 h2 {

		font-size: 1.8em;

	}

	.izquierda_2 h3 {

		font-size: 1.2em;

	}


	#banner3 .content header h2 {
		font-size: 4em;
	}

	.container .row .col-sm-4 .si h2 {
		font-size: 30px;
	}

	.column2 img {
		width: 80%;
		height: 65%;
		object-fit: cover;
	}


	.telefono span {
		font-size: 25px;
	}

	.email span {
		font-size: 25px;
	}

	.direccion span {
		font-size: 25px;
	}




	.spc {

		height: 30px;
	}



	.roww {
		padding: 5px;

	}


	.column {
		flex: 33.3%;
		border-bottom: 3px;
		border-bottom-color: green;
		margin: 1px;
	}

	/*cuadro azul de soluciones integrales*/
	.roww2 {
		height: 50%;
		width: 100%
	}



	.column img {
		width: 100%;
		height: 100%;
	}


	.roww .roww2 h2 {
		font-size: 35px;
		padding-left: 30px;
		padding-top: 10px;

	}



	.roww .roww2 {

		padding: 30px 10px;
	}










	#two {


		height: 200px;

	}

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-medium {
		order: -1;
	}

	.row>.col-1-medium {
		width: 8.33333%;
	}

	.row>.off-1-medium {
		margin-left: 8.33333%;
	}

	.row>.col-2-medium {
		width: 16.66667%;
	}

	.row>.off-2-medium {
		margin-left: 16.66667%;
	}

	.row>.col-3-medium {
		width: 25%;
	}

	.row>.off-3-medium {
		margin-left: 25%;
	}

	.row>.col-4-medium {
		width: 33.33333%;
	}

	.row>.off-4-medium {
		margin-left: 33.33333%;
	}

	.row>.col-5-medium {
		width: 41.66667%;
	}

	.row>.off-5-medium {
		margin-left: 41.66667%;
	}

	.row>.col-6-medium {
		width: 50%;
	}

	.row>.off-6-medium {
		margin-left: 50%;
	}

	.row>.col-7-medium {
		width: 58.33333%;
	}

	.row>.off-7-medium {
		margin-left: 58.33333%;
	}

	.row>.col-8-medium {
		width: 66.66667%;
	}

	.row>.off-8-medium {
		margin-left: 66.66667%;
	}

	.row>.col-9-medium {
		width: 75%;
	}

	.row>.off-9-medium {
		margin-left: 75%;
	}

	.row>.col-10-medium {
		width: 83.33333%;
	}

	.row>.off-10-medium {
		margin-left: 83.33333%;
	}

	.row>.col-11-medium {
		width: 91.66667%;
	}

	.row>.off-11-medium {
		margin-left: 91.66667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

	.column {
		flex: 80%;

	}

	.roww2 h2 {
		font-size: 20px;

	}


}

@media screen and (max-width: 736px) {

	.card .arr img {
		margin: auto;
		margin-left: 0;

	}

	.nws .card-bodysc h3 {
		font-size: 1rem;
	}




	.der .card-text {
		margin-bottom: 5px;
	}

	.der .card-title {
		margin-bottom: 5px;

	}

	#textofoto {
		font-size: 20px;

	}



	.izquierda_1 {
		padding-top: 30px;
		height: 30vh;
		width: 6%;
		padding-left: 35px;
	}

	#banner2 .content header h2 {
		font-size: 3em;

	}

	#banner3 .content header h2 {
		font-size: 3em;
	}


	.telefono span {
		font-size: 20px;
	}

	.email span {
		font-size: 20px;
	}

	.direccion span {
		font-size: 20px;
	}


	.column img {
		width: 80%;
		height: 95%;
		object-fit: cover;
		background-size: 100% 100%;
		/*toma toda la foto*/
		justify-content: center;

	}

	.spc {

		height: 30px;
	}


	.roww .roww2 h2 {
		font-size: 25px;
		padding-right: 90px;

	}

	.column2 img {
		flex-direction: column;
		width: 85%;
		height: 80%;
		object-fit: cover;
		justify-content: center;


	}

	#two {


		height: 100px;

	}

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}


	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.33333%;
	}

	.row>.off-1-small {
		margin-left: 8.33333%;
	}

	.row>.col-2-small {
		width: 16.66667%;
	}

	.row>.off-2-small {
		margin-left: 16.66667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.33333%;
	}

	.row>.off-4-small {
		margin-left: 33.33333%;
	}

	.row>.col-5-small {
		width: 41.66667%;
	}

	.row>.off-5-small {
		margin-left: 41.66667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.33333%;
	}

	.row>.off-7-small {
		margin-left: 58.33333%;
	}

	.row>.col-8-small {
		width: 66.66667%;
	}

	.row>.off-8-small {
		margin-left: 66.66667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.33333%;
	}

	.row>.off-10-small {
		margin-left: 83.33333%;
	}

	.row>.col-11-small {
		width: 91.66667%;
	}

	.row>.off-11-small {
		margin-left: 91.66667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

	.column {
		flex: 100%;

	}

	.roww2 h2 {
		font-size: 20px;

	}


}

@media screen and (max-width: 480px) {
    
   
	.izquierda_1 .vertical h2 {
		font-size: 1.5em;
		/* width: 70%; */
	}

	.izquierda_1 .vertical h3 {
		font-size: 1.2em;
	}


	.recurso img {
		height: 150px;
		object-fit: cover;
	}

	.logoss img {

		height: 150px;
		object-fit: cover;
	}








	.todo2 .slid-review2 {
		font-size: 0.7rem;

	}

	.todo2 .slid-subtitl2 {
		font-size: 0.7rem;

	}


	#texto_us {
		font-size: 1.3rem;
	}

	.misvis h5 {
		font-size: 1rem;

	}

	.misvis .btn-link {
		padding: 1.5rem;
	}

	#texto_NS {
		font-size: 1.3rem;

	}



	#text_contacto {
		font-size: 1.3rem;
	}


	.izquierda_2 h2 {
		font-size: 1.3em;

	}

	.izquierda_2 h3 {
		font-size: 1.3em;

	}


	.izquierda_1 {
		padding-top: 30px;
		height: 30vh;
		width: 6%;
		padding-left: 20px;
	}

	#banner3 .content header h2 {
		font-size: 2.3em;
	}


	.telefono span {
		font-size: 13px;
	}

	.email span {
		font-size: 13px;
	}

	.direccion span {
		font-size: 13px;
	}

	.column img {
		width: 120%;
		height: 120%;
	}

	.spc {

		height: 30px;
	}


	.roww .roww2 h2 {
		font-size: 30px;
		padding-right: 90px;

	}

	.column2 img {
		width: 100%;
		height: 90%;
		objet-fit: cover;


	}





	#two {
		height: 100px;

	}

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xsmall {
		order: -1;
	}

	.row>.col-1-xsmall {
		width: 8.33333%;
	}

	.row>.off-1-xsmall {
		margin-left: 8.33333%;
	}

	.row>.col-2-xsmall {
		width: 16.66667%;
	}

	.row>.off-2-xsmall {
		margin-left: 16.66667%;
	}

	.row>.col-3-xsmall {
		width: 25%;
	}

	.row>.off-3-xsmall {
		margin-left: 25%;
	}

	.row>.col-4-xsmall {
		width: 33.33333%;
	}

	.row>.off-4-xsmall {
		margin-left: 33.33333%;
	}

	.row>.col-5-xsmall {
		width: 41.66667%;
	}

	.row>.off-5-xsmall {
		margin-left: 41.66667%;
	}

	.row>.col-6-xsmall {
		width: 50%;
	}

	.row>.off-6-xsmall {
		margin-left: 50%;
	}

	.row>.col-7-xsmall {
		width: 58.33333%;
	}

	.row>.off-7-xsmall {
		margin-left: 58.33333%;
	}

	.row>.col-8-xsmall {
		width: 66.66667%;
	}

	.row>.off-8-xsmall {
		margin-left: 66.66667%;
	}

	.row>.col-9-xsmall {
		width: 75%;
	}

	.row>.off-9-xsmall {
		margin-left: 75%;
	}

	.row>.col-10-xsmall {
		width: 83.33333%;
	}

	.row>.off-10-xsmall {
		margin-left: 83.33333%;
	}

	.row>.col-11-xsmall {
		width: 91.66667%;
	}

	.row>.off-11-xsmall {
		margin-left: 91.66667%;
	}

	.row>.col-12-xsmall {
		width: 100%;
	}

	.row>.off-12-xsmall {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

	.column {
		flex: 100%;

	}

	.roww2 h2 {
		font-size: 20px;

	}


}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header p {
	color: #ffffff;
	position: relative;
	margin: 0 0 1.5em 0;
}

header h2+p {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.75em;
}

header h3+p {
	font-size: 1.1em;
	margin-top: -0.8em;
	line-height: 1.75em;
}

header h4+p,
header h5+p,
header h6+p {
	font-size: 0.9em;
	margin-top: -0.6em;
	line-height: 1.5em;
}

header.major {
	margin: 0 0 4em 0;
	position: relative;
	text-align: center;
}

header.major:after {
	content: '';
	display: inline-block;
	height: 0.2em;
	max-width: 20em;
	width: 75%;
}

footer.major {
	margin: 4em 0 0 0;
}



/* Form */

/* Box */

.box {
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-bottom: 2em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900 !important;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands' !important;
}

.icon.alt {
	text-decoration: none;
}

.icon.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.alt:before {
	color: #1c1d26 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.icon.major {
	background: #272833;
	border-radius: 100%;
	cursor: default;
	display: inline-block;
	height: 6em;
	line-height: 5.65em;
	margin: 0 0 2em 0;
	text-align: center;
	width: 6em;
}

.icon.major:before {
	font-size: 2.25em;
}

.icon.major.alt {
	text-decoration: none;
}

.icon.major.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.major.alt:before {
	color: #272833 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

/* Image */

.image {
	border-radius: 4px;
	border: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("images/overlay.png");
	width: 100%;
	height: 100%;
	z-index: 1;
}

.image img {
	border-radius: 4px;
	display: block;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 0.5em;
}

ul.icons li .icon {
	font-size: 0.8em;
}

ul.icons li .icon:before {
	font-size: 2em;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {

        
    footer .derechos .politicas{
         flex-direction: column;
         font-size: 12px;
          padding-bottom: 5px;
        
    }


	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}

}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 300;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

table tfoot {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 30px;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 3em;
	line-height: 3em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 1px #0070bc;
	color: #0070bc !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: rgba(0, 112, 188, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
.button.primary {
	background-color: #AEB6BF;
	box-shadow: none;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
.button.primary:hover {
	background-color: #85929e;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
.button.primary:active {
	background-color: #85929e;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
	background-color: rgba(255, 255, 255, 0.3) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: default;
	opacity: 0.25;
}

/* Goto Next */

.goto-next {
	border: 0;
	bottom: 0;
	display: block;
	height: 5em;
	left: 50%;
	margin: 0 0 0 -5em;
	overflow: hidden;
	position: absolute;
	text-indent: 10em;
	white-space: nowrap;
	width: 10em;
	z-index: 1;
}

.goto-next:before {
	background-image: url("images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: -0.75em 0 0 -1em;
	position: absolute;
	top: 50%;
	width: 2em;
	z-index: 1;
}

/* Spotlight */

.spotlight {
	background-color: white;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.spotlight:nth-last-of-type(1) {
	z-index: 1;
}

.spotlight:nth-last-of-type(2) {
	z-index: 2;
}

.spotlight:nth-last-of-type(3) {
	z-index: 3;
}

.spotlight:nth-last-of-type(4) {
	z-index: 4;
}

.spotlight:nth-last-of-type(5) {
	z-index: 5;
}

.spotlight:nth-last-of-type(6) {
	z-index: 6;
}

.spotlight:nth-last-of-type(7) {
	z-index: 7;
}

.spotlight:nth-last-of-type(8) {
	z-index: 8;
}

.spotlight:nth-last-of-type(9) {
	z-index: 9;
}

.spotlight:nth-last-of-type(10) {
	z-index: 10;
}

.spotlight:nth-last-of-type(11) {
	z-index: 11;
}

.spotlight:nth-last-of-type(12) {
	z-index: 12;
}

.spotlight:nth-last-of-type(13) {
	z-index: 13;
}

.spotlight:nth-last-of-type(14) {
	z-index: 14;
}

.spotlight:nth-last-of-type(15) {
	z-index: 15;
}

.spotlight:nth-last-of-type(16) {
	z-index: 16;
}

.spotlight:nth-last-of-type(17) {
	z-index: 17;
}

.spotlight:nth-last-of-type(18) {
	z-index: 18;
}

.spotlight:nth-last-of-type(19) {
	z-index: 19;
}

.spotlight:nth-last-of-type(20) {
	z-index: 20;
}

.spotlight:before {}

.spotlight .image.main {
	display: none;
}

.spotlight .image.main img {
	position: relative;
}

.spotlight .content {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	background: rgba(23, 24, 32, 0.95);
	border-style: solid;
	opacity: 1;
	position: absolute;
}

.spotlight .goto-next {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
	-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
	transition: transform 0.75s ease, opacity 1s ease-in;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.spotlight.top .content,
.spotlight.bottom .content {
	left: 0;
	padding: 5.1em 0 3.1em 0;
	width: 100%;
}

.spotlight.top .content {
	border-bottom-width: 0.35em;
	top: 0;
}

.spotlight.bottom .content {
	border-top-width: 0.35em;
	bottom: 0;
}

.spotlight.left .content,
.spotlight.right .content {
	height: 101%;
	padding: 6em 3em;
	top: 0;
	width: 28em;
}

.spotlight.left .content {
	border-right-width: 0.35em;
	left: 0;
}

.spotlight.right .content {
	border-left-width: 0.35em;
	right: 0;
}

.spotlight.style1 .content {
	border-color: #0070bc;
}

.spotlight.style2 .content {
	border-color: #5480f1;
}

.spotlight.style3 .content {
	border-color: #39c088;
}

.spotlight.inactive .content {
	opacity: 0;
}

.spotlight.inactive .goto-next {
	-moz-transform: translate(0, 1.5em);
	-webkit-transform: translate(0, 1.5em);
	-ms-transform: translate(0, 1.5em);
	transform: translate(0, 1.5em);
	opacity: 0;
}

.spotlight.inactive.top .content {
	-moz-transform: translate(0, -5em);
	-webkit-transform: translate(0, -5em);
	-ms-transform: translate(0, -5em);
	transform: translate(0, -5em);
}

.spotlight.inactive.bottom .content {
	-moz-transform: translate(0, 5em);
	-webkit-transform: translate(0, 5em);
	-ms-transform: translate(0, 5em);
	transform: translate(0, 5em);
}

.spotlight.inactive.left .content {
	-moz-transform: translate(-5em, 0);
	-webkit-transform: translate(-5em, 0);
	-ms-transform: translate(-5em, 0);
	transform: translate(-5em, 0);
}

.spotlight.inactive.right .content {
	-moz-transform: translate(5em, 0);
	-webkit-transform: translate(5em, 0);
	-ms-transform: translate(5em, 0);
	transform: translate(5em, 0);
}

body.is-touch .spotlight {
	background-attachment: scroll;
}

/* Wrapper */

.wrapper {
	padding: 6em 0 4em 0;

}


.wrapper.style2 {
	background: #85929e;
	height: 200px;
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.075) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
	color: white !important;
}

.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 .button.primary {
	background-color: #ffffff;
	color: #AEB6BF !important;
}

.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:hover,
.wrapper.style2 .button.primary:active {
	background-color: rgba(255, 255, 255, 0.075) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
	color: white !important;
}

.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:active {
	background-color: white !important;
}

.wrapper.fade-down>.container {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
}

.wrapper.fade-down.inactive>.container {
	-moz-transform: translate(0, -1em);
	-webkit-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	opacity: 0;
}

.wrapper.fade-up>.container {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
}

.wrapper.fade-up.inactive>.container {
	-moz-transform: translate(0, 1em);
	-webkit-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
	opacity: 0;
}

.wrapper.fade>.container {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 1;
}

.wrapper.fade.inactive>.container {
	opacity: 0;
}



/* Header */

#page-wrapper {
	padding-top: 3.5em;
}

#header {
	background: rgba(39, 40, 51, 0.965);
	box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	cursor: default;
	height: 3.5em;
	left: 0;
	line-height: 3.5em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header h1 {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	position: absolute;
	top: 0;
}

#header nav {
	position: absolute;
	right: 1em;
	top: 0;
}

#header nav ul {
	margin: 0;
}

#header nav ul li {
	display: inline-block;
	margin-left: 1em;
}

#header nav ul li a,
#header nav ul li span {
	border: 0;
	color: inherit;
	display: inline-block;
	height: inherit;
	line-height: inherit;
	outline: 0;
	font-family: 'Lato', sans-serif;
}

#header nav ul li a.button,
#header nav ul li span.button {
	height: 2em;
	line-height: 2em;
	padding: 0 1.25em;
}

#header nav ul li a:not(.button):before,
#header nav ul li span:not(.button):before {
	margin-right: 0.5em;
}

#header nav ul li.active>a,
#header nav ul li.active>span {
	color: #ff8c00;
}

#header nav ul li>ul {
	display: none;
}

#header img {
	padding-left: 15px;
	padding-top: 15px;
}

body.landing #page-wrapper {
	padding-top: 0;
}

body.landing #header {
	background: transparent;
	box-shadow: none;
	position: absolute;
}

/***submenu***/

.dropdown-menu {
	background: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
	font-family: 'Lato', sans-serif;
}

/* Dropotron submenu*/

.dropotron {
	list-style: none;
	margin-left: 2rem;
	background: rgba(255, 255, 255);
	/*****color fondo submenu**/
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.8);
	line-height: 2.25em;
	min-width: 13em;
	padding: 1em 0;
	text-transform: none;
	margin-top: calc(-1em + 1px);
	/*border-radius: 20px 20px 20px 20px;*/
	font-family: 'Lato', sans-serif;

}

.dropotron.level-0 {
	font-size: 0.8em;
	/*tamaño de la letra*/
	font-weight: 400;
	margin-top: -1.1em;
	/*acercar al boton*/
}


.dropotron.level-0:before {
	border-bottom: solid 0.5em #fff;
	border-left: solid 0.5em transparent;
	border-right: solid 0.5em transparent;
	content: '';
	left: 2.3em;
	position: absolute;
	top: -0.45em;
}

.dropotron>li {
	/*border-top: solid 1px rgba(124, 128, 129, 0.2); /*esta linea divide cada item del submenu**/
	padding-left: 0;
}

.dropotron>li>a {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	color: rgba(0, 0, 0);
	text-decoration: none;
	padding: 0 1em;
	border: 0;
	font-size: 0.9em;
}

.dropotron>li:hover>a {
	background: rgba(0, 112, 188, .7);
	color: rgba(255, 255, 255);
	/*****color texto hover submenu****/
	border-radius: 8px;
}

.dropotron>li:first-child {
	border-top: 0;
}





/* Banner */


/*
#banner {
	
	
	background-attachment: fixed;
	background-image: url(/assets/css/images/header.jpg);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
}





#banner:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}



#banner .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner .content header h2 {
	color: white;
	font-size: 4.3em;
	margin: 0;
}

#banner .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}
*/

#banner .header {
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}

.video_1 {
	width: 100%;
	box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
}



#home .container .major h2 {
	font-size: 3em;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}



.text-alidos {
	font-family: 'Montserrat', sans-serif;
}

/*body.is-touch #{
 background-attachment: scroll;
}
*/
/*banner de Nosotros*******************************************+++*/


#banner2 {
	background-attachment: fixed;
	background-image: url(/assets/css/images/trabajo_equipo.png);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
}

#banner2:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}


#fe {

	font-weight: 600;
	color: white;

}





#banner2 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner2 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner2 .content header h2 {
	color: white;
	font-size: 3.5em;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#banner2 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner2 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner2 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner2 {
	background-attachment: scroll;
}

/*banner de Soluciones Integrales******************************************+++*/

.bannerSI {
	position: relative;
	width: 100%;
	height: calc(108vh - 50px);
	background-image: url(/assets/css/images/fon_solintegrales.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannerSI .capaSI {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .45);
}

.bannerSI .textoSI {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.bannerSI .textoSI h1 {
	margin: 20px;
	font-size: 50px;
	color: white;
}



/*BANER SOLUTION*/

#banner5 {
	content: '';
	background-size: cover;
	text-align: center;
	z-index: 21;
}


/******
#banner3 {
	position: relative;
	height: 100vh;
	background-image: url(/assets/css/images/fon_solintegrales.png);
	background-size: cover;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(8, 1fr);
	text-align: center;
	/*z-index: 21;
	min-height: 100vh;
	content: '';
	background-position: center center;
}



#banner3:before {

	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .45);
	position: absolute;
}




#banner3 .content header {
	display: inline-block;
	vertical-align: middle;
}


#banner3 h2 {
	color: white;
	width: 60%;
	font-size: 3.5em;
	margin: 0;
	position: absolute;
	top: 29%;
	left: 20%;
}




#banner3 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner3 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner3 {
	background-attachment: scroll;
}

*/

/*banner de contactenos******************************************+++*/


#banner4 {
	background-attachment: fixed;
	background-image: url(/assets/css/images/contactenos.png);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	/*position: relative;*/
	text-align: center;
	z-index: 21;
}


/*banner de Energía*******************************************+++*/

/*
#banner5 {
	background-attachment: fixed;
	background-image: url(/assets/css/images/energiapicppal.png);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;

	text-align: center;
	z-index: 21;
}

#banner5:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}



#banner5 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner5 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner5 .content header h2 {
	color: white;
	font-size: 3.5em;
	margin: 0;
}

#banner5 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner5 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner5 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner5 {
	background-attachment: scroll;
}*/

/*banner de tuneles*******************************************+++*/


#banner6 {
	/*background-attachment: fixed;*/
	/*background-image: url(/assets/css/images/tuneles.png);*/
	content: '';
	/*background-position: center center;*/
	background-size: cover;
	/*box-shadow: 0.25em 0.3em 0 #0070bc;/*rgba(0, 0, 0, 0.25);*/
	/*min-height: 100vh;*/

	text-align: center;
	z-index: 21;
}



.rowservicesTun .img-thumbnail {
	margin: 0 auto;
	margin-top: -5rem;
	margin-bottom: 5px;
	text-align: center;
	padding: 0rem;
	background-color: #fff;
	border: 4px solid #0070bc;
	border-radius: 0.25rem;
	max-width: 100%;
	height: 10vw;
}

.rowservicesTun h3 {
	font-size: 1.5rem;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 0px 0px;
}



/*
#banner6:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}



#banner6 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner6 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner6 .content header h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	color: white;
	font-size: 3.5em;
	margin: 0;
}

#banner6 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner6 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner6 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner6 {
	background-attachment: scroll;
}

*/
/*banner de telecomunicaciones*******************************************+++*/
/*
#banner7 {
	background-attachment: fixed;
	background-image: url(/assets/css/images/telecomppal.png);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;

	text-align: center;
	z-index: 21;
}

#banner7:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}



#banner7 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner7 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner7 .content header h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	color: white;
	font-size: 3.5em;
	margin: 0;
}

#banner7 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner7 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner7 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner7 {
	background-attachment: scroll;
}
*/

/*****************BANNER energía********************************/

/*#banner5 .header {
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}*/


#banner5 {
	content: '';
	background-size: cover;
	text-align: center;
	z-index: 21;
}



.rowservicesE .img-thumbnail {
	margin: 0 auto;
	margin-top: -5rem;
	margin-bottom: 5px;
	text-align: center;
	padding: 0rem;
	background-color: #fff;
	border: 4px solid #0070bc;
	border-radius: 0.25rem;
	max-width: 100%;
	height: 10vw;
}

.rowservicesE h3 {
	font-size: 1.3rem;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}


#banner5 .video_1 {
	width: 100%;
	box-shadow: 0em 0.3em 0 #0070bc;
}










/*****************BANNER TUNELES********************************/

#banner6 .header {
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}

#banner6 .video_1 {
	width: 100%;
	box-shadow: 0em 0.3em 0 #0070bc;
}

/*****************BANNER TELECOMUNICACIONES********************************/
/*
#banner7 .header {
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}
*/
#banner7 .video_1 {
	width: 100%;
	box-shadow: 0em 0.3em 0 #0070bc;
}


#banner7 {
	content: '';
	background-size: cover;
	text-align: center;
	z-index: 21;
}




.rowservicesT .img-thumbnail {
	margin: 0 auto;
	margin-top: -5rem;
	margin-bottom: 5px;
	text-align: center;
	padding: 0rem;
	background-color: #fff;
	border: 4px solid #0070bc;
	border-radius: 0.25rem;
	max-width: 100%;
	height: 10vw;
}

.rowservicesT h3 {
	font-size: 1.5rem;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
}




/*****************BANNER CIUDADES INTELIGENTES********************************/
/*
#banner8 .header {
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}*/

#banner8 .video_1 {
	width: 100%;
	box-shadow: 0em 0.3em 0 #0070bc;
}


#banner8 {
	content: '';
	background-size: cover;
	text-align: center;
	z-index: 21;
}




.rowservicesSC .img-thumbnail {
	margin: 0 auto;
	margin-top: -5rem;
	margin-bottom: 5px;
	text-align: center;
	padding: 0rem;
	background-color: #fff;
	border: 4px solid #0070bc;
	border-radius: 0.25rem;
	max-width: 100%;
	height: 10vw;
}

.rowservicesSC h3 {
	font-size: 1.2rem;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 0px 0px;
}




.rowservicesSC a {
	width: 60px;
	padding: 25px 0px;
	color: #0070bc;
	text-decoration: none;
	font-size: 1.2rem;
	margin: auto;
	font-weight: 400;
	border: 1px solid #0070bc;
	border-radius: 30px;
	padding: 5px 30px;
	font-family: 'Montserrat', sans-serif;
}


.rowservicesSC a:hover {
	color: white;
	border: 1px solid #B0D7F2;
	text-decoration: none;
	background: rgba(0, 112, 188, .8);
}


















/*****************BANNER AERONAUTICAS********************************/

/*#banner9 .header {
	width: 100%;
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}
*/
#banner9 .video_1 {
	width: 100%;
	box-shadow: 0em 0.3em 0 #0070bc;
}


#banner9 {
	content: '';
	background-size: cover;
	text-align: center;
	z-index: 21;
}




.rowservicesA .img-thumbnail {
	margin: 0 auto;
	margin-top: -5rem;
	margin-bottom: 10px;
	text-align: center;
	padding: 0rem;
	background-color: #fff;
	border: 4px solid #0070bc;
	border-radius: 0.25rem;
	max-width: 100%;
	height: 10vw;
}

.rowservicesA h3 {
	font-size: 1.2em;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 0px 0px;
}


.rowservicesA a {
	width: 60px;
	padding: 25px 0px;
	color: #0070bc;
	text-decoration: none;
	font-size: 1.2rem;
	margin: auto;
	font-weight: 400;
	border: 1px solid #0070bc;
	border-radius: 30px;
	padding: 5px 30px;
	font-family: 'Montserrat', sans-serif;
}


.rowservicesA a:hover {
	color: white;
	border: 1px solid #B0D7F2;
	text-decoration: none;
	background: rgba(0, 112, 188, .8);
}

/**************************baner10*************************/

#banner10 {
	background-attachment: fixed;
	background-image: url(/assets/css/images/news.png);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
}

#banner10:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}


#banner10 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner10 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner10 .content header h2 {
	color: white;
	font-size: 3.5em;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#banner10 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner10 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner10 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner10 {
	background-attachment: scroll;
}


/**************************baner10*************************/

#banner11 {
	background-attachment: fixed;
	background-image: url(/assets/css/images/politicas.jpg);
	content: '';
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
}

#banner11:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}


#banner11 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

#banner11 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner11 .content header h2 {
	color: white;
	font-size: 3.5em;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#banner11 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner11 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner11 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}

body.is-touch #banner11 {
	background-attachment: scroll;
}









.nw #header {
	background: white;
	height: 5em;
	position: relative;
}

.nw #header a {
	color: #0070bc;
	font-weight: 400;

}


.nws .card-bodysc h3 {
	font-family: 'Montserrat', sans-serif;
	color: #0B0B0B;
	font-size: 1.2rem;
	text-align: justify;
}

.nws .card-bodysc p {
	font-family: 'Lato', sans-serif;
	color: #0B0B0B;
	/*margin-top: 5px;*/
	font-size: .8rem;
	text-align: justify;
}


.card .arr img {
	/*position: absolute;
	top: 45%;*/
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
	margin-top: 4rem;
	margin-left: 0px;

}

.cardnew .arr a {
	justify-content: center;
	text-align: center;
	text-decoration: none;
	margin: auto;
	border: none;
	border-radius: 0;
	padding: 0;

}

.cardnew .arr a:hover {
	text-decoration: none;
	margin: 0;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;

}

.cardnew {
	margin: 0px;
}





/**************************************************************/









/*
Footer #footer {
	background: #0070bc;
	padding: 6em 0;
	text-align: center;
}

#footer .icons .icon.alt {
	text-decoration: none;
}

#footer .icons .icon.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Monserrat';
	font-weight: 400;
}

#footer .icons .icon.alt:before {
	color: #272833 !important;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	line-height: 1em;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
}

#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	display: inline-block;
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1.5em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: inherit;
}

*/

/* XLarge */

@media screen and (max-width: 1680px) {


	.energiacont .tarenergia {
		padding: 9rem;
	}


	/*******************+++++aeronauticas******************************************/

	.servicesA {
		margin-top: -96px;
	}

	.servicesA img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}


	#lineasa {
		width: 15%;
		margin: 0 -6px 0 -6px;
		height: 4px;
	}

	#lineasba {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 4px;
	}


	.servicesA h3 {
		font-size: 32px;
	}



	.desc_imagena a {
		width: 50px;
		font-size: 20px;
		border-radius: 30px;
		margin: 2px;
	}


	#texto_a1 #texto_a3 {
		font-size: 1.9rem;
	}

	#texto_a2 {
		font-size: 1.7rem;
	}

	#texto_a1e {
		font-size: 2.098rem;
	}

	#texto_a2e {
		font-size: 2rem;
	}


	#texto_a1P {
		text-align: center;
		letter-spacing: .4px;
		font-size: 1.9rem;
		color: #0070bc;
		font-family: 'Lato', sans-serif;
	}


	#texto_a2P {
		text-align: justify;
		letter-spacing: .3px;
		font-size: 1.1rem;
		color: #585f62;
		font-family: 'Lato', sans-serif;
	}



	.card-titleA {
		font-size: 1.2rem;
	}

	.card-textA {
		font-size: 1rem;
	}



	/*****************************************************************/

	#banner6 .content header h2 {
		font-size: 4em;
	}

	.servicesTun {
		margin-top: -105px;

	}

	.servicesTun img {
		height: 15vw;
	}

	#lineast {
		width: 25%;
		margin: 0 -6px 0 -6px;
		height: 5px;
	}

	#lineasbt {
		width: 23%;
		margin: 0 -6px 0 -6px;
		height: 5px;

	}

	.desc_imagent h3 {
		font-size: 40px;
	}

	.desc_imagent li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.des_imagent ul li {
		padding-left: 0;
	}

	#texto_tun {
		font-size: 1.8rem;
	}



	#banner .content header h2 {
		color: white;
		font-size: 5em;
		margin: 0;
	}

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 13pt;
	}

}

/* Large */

@media screen and (max-width: 1280px) {

	/*******************+++++aeronauticas******************************************/

	.servicesA {
		margin-top: -90px;
	}

	.servicesA img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}


	#lineasa {
		width: 15%;
		margin: 0 -6px 0 -6px;
		height: 4px;
	}

	#lineasba {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 4px;
	}


	.servicesA h3 {
		font-size: 32px;
	}



	.desc_imagena a {
		width: 48px;
		font-size: 20px;
		border-radius: 30px;
		margin: 2px;
	}


	#texto_a1 #texto_a3 {
		font-size: 1.8rem;
	}

	#texto_a2 {
		font-size: 1.6rem;
	}

	#texto_a1P {
		text-align: center;
		letter-spacing: .4px;
		font-size: 1.9rem;
		color: #0070bc;
		font-family: 'Lato', sans-serif;
	}


	#texto_a2P {
		text-align: justify;
		letter-spacing: .3px;
		font-size: 1.1rem;
		color: #585f62;
		font-family: 'Lato', sans-serif;
	}





	.card-titleA {
		font-size: 1.2rem;
	}

	.card-textA {
		font-size: 1rem;
	}



	/*****************************************************************/


	#banner2 .content header h2 {

		font-size: 5em;

	}

	#banner3 .content header h2 {

		font-size: 5rem;

	}




	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 11.5pt;
	}

	/* Spotlight */

	.spotlight.top .content {
		padding: 3.825em 0 1.825em 0;
	}

	.spotlight.bottom .content {
		padding: 3.825em 0 2.95em 0;
	}

	.spotlight.left .content,
	.spotlight.right .content {
		padding: 4.5em 2.5em;
		width: 25em;
	}

	/* Wrapper */

	.wrapper {
		padding: 4.5em 0 2.5em 0;
	}

	/* Dropotron */

	.dropotron.level-0 {
		font-size: 1em;
	}

	/* Banner */

	#banner .content {
		padding: 4.5em;

	}


	/* Footer */

	#footer {
		padding: 1.5em 0;
	}

}


/* Medium */

@media screen and (max-width: 980px) {

	.card .arr img {
		width: 30px;
		height: 30px;
		margin: auto;
		margin-left: 0;
		margin-top: 4rem;

	}

	.nws .card-bodysc h3 {
		font-size: 1rem;
	}


	.energiacont .tarenergia {
		padding: 5.8rem;
	}

	.rowservicesT .img-thumbnail {
		margin-top: -3rem;
		height: 10vw;
	}

	.rowservicesT h3 {
		font-size: 1rem;
	}

	.rowservicesE .img-thumbnail {
		margin-top: -2.5rem;
		height: 10vw;
	}

	.rowservicesE h3 {
		font-size: 1rem;
	}

	.rowservicesTun .img-thumbnail {
		margin-top: -3rem;
		height: 10vw;
	}

	.rowservicesTun h3 {
		font-size: 1rem;
	}


	.rowservicesSC .img-thumbnail {
		margin-top: -3rem;
		height: 10vw;
	}

	.rowservicesSC h3 {
		font-size: 0.8rem;
	}

	.rowservicesSC a {
		font-size: .8rem;
	}



	.rowservicesA .img-thumbnail {
		margin-top: -3rem;
		height: 10vw;
	}

	.rowservicesA h3 {
		font-size: .8rem;

	}

	.rowservicesA a {
		font-size: .8rem;
	}


	#home .container .major h2 {
		font-size: 1.8em;
		margin: 0;
	}

	.container .row .col-sm-4 .si h2 {
		font-size: 30px;
		font-family: 'Montserrat', sans-serif;
	}

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



	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	/* Spotlight */

	.spotlight {
		background-attachment: scroll;
		height: auto;
	}

	.spotlight .image.main {
		display: block;
		margin: 0;
		max-height: 40vh;
		overflow: hidden;
	}

	.spotlight .content {
		background-color: #1c1d26;
		border-width: 0 !important;
		border-top-width: 0.35em !important;
		bottom: auto !important;
		left: auto !important;
		padding: 4.5em 2.5em 2.5em 2.5em !important;
		position: relative;
		right: auto !important;
		text-align: center;
		top: auto !important;
		width: 100% !important;
	}

	.spotlight .content ul.actions {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	.spotlight .content ul.actions li:first-child {
		padding-left: 0;
	}

	.spotlight .goto-next {
		display: none;
	}

	/* Wrapper */

	.wrapper {
		padding: 4.5em 2.5em 2.5em 2.5em;
	}

	/* Banner */

	#banner {
		background-attachment: scroll;
	}

	#banner .goto-next {
		height: 7em;
	}

	#banner .content {
		padding: 9em 0;
		text-align: center;
	}

	#banner .content header {
		display: block;
		margin: 0 0 2em 0;
		text-align: center;

	}


	#banner .content .image {
		margin: 0;
	}

	/* Footer */

	#footer {
		padding: 4.5em 0;
	}

}

/* Small */

#navPanel,
#titleBar {
	display: none;
}

@media screen and (max-width: 736px) {

	.energiacont .tarenergia {
		padding: 5rem;
	}


	.rowservicesT .img-thumbnail {
		margin-top: -2.5rem;
		height: 10vw;
	}

	.rowservicesT h3 {
		font-size: 0.8rem;
	}


	.rowservicesE .img-thumbnail {
		margin-top: -2.5rem;
		height: 10vw;
	}

	.rowservicesE h3 {
		font-size: 0.8rem;
	}


	.rowservicesTun .img-thumbnail {
		margin-top: -2.5rem;
		height: 10vw;
	}

	.rowservicesTun h3 {
		font-size: 0.8rem;
	}



	.rowservicesSC .img-thumbnail {
		margin-top: -2.5rem;
		height: 10vw;
	}

	.rowservicesSC h3 {
		font-size: 0.6rem;
	}

	.rowservicesSC a {
		font-size: .6rem;
	}



	.rowservicesA .img-thumbnail {
		margin-top: -2.5rem;
		height: 10vw;
	}

	.rowservicesA h3 {
		font-size: .6rem;

	}

	.rowservicesA a {
		font-size: .6rem;
	}

	/*******************+++++aeronauticas******************************************/

	.servicesA {
		margin-top: -58px;
	}

	.servicesA img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}


	#lineasa {
		width: 10%;
		margin: 0 -6px 0 -6px;
		height: 3px;
	}

	#lineasba {
		width: 21%;
		margin: 0 -6px 0 -6px;
		height: 3px;
	}


	.servicesA h3 {
		font-size: 20px;
	}



	.desc_imagena a {
		width: 45px;
		font-size: 15px;
		border-radius: 30px;
		margin: 2px;
	}


	#texto_a1 #texto_a3 {
		font-size: 1.4rem;
	}

	#texto_a2 {
		font-size: 1.2rem;
	}


	#texto_a1P {
		text-align: center;
		letter-spacing: .4px;
		font-size: 1.9rem;
		color: #0070bc;
		font-family: 'Lato', sans-serif;
	}


	#texto_a2P {
		text-align: justify;
		letter-spacing: .3px;
		font-size: 1.1rem;
		color: #585f62;
		font-family: 'Lato', sans-serif;
	}


	.card-titleA {
		font-size: 1.2rem;
	}

	.card-textA {
		font-size: 1rem;
	}



	/*****************************************************************/

	#banner7 .content header h2 {
		font-size: 2.5em;
	}

	.servicesTC {
		margin-top: -52px;
	}



	.servicesTC img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}

	#lineastc {
		width: 12%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbtc {
		width: 19%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	.servicesTC h3 {
		font-size: 16px;
	}




	/**********************ciudades inteligentes************************/

	#texto_sc {
		font-size: 1.5rem;
	}

	.servicesSC {
		margin-top: -63px;
	}


	.servicesSC img {
		height: 15%;
	}

	#lineassc {
		width: 21%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbsc {
		width: 25%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	.desc_imagensc li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.servicesSC h3 {
		font-size: 23px;
	}

	.servicesSC p {
		font-size: 15px;
	}


	.servicesSC .col-md-12 {
		padding: 0px 0px;
		width: 100%;
	}


	#homesc .majorsc {
		margin: 0 0 1em 0;

	}

	/*recuadro de azul ciudades inteligentes*/


	.infocard .titulo_1 {
		font-size: 1.8rem;
	}

	.infocard .titulo_2 {
		font-size: 1.8rem;
	}

	.infocard h2 {
		font-size: 1.4rem;
	}

	.infocard .arte_1 {
		font-size: 1.4rem;
	}


	/*********texto columna2 fila 1**********/

	.infocard p {
		font-size: 1.1rem;
	}

	/*********texto fila final**********/
	.infocard .fila_2 h3 {
		font-size: 1.4rem;
	}


	.infocard .fila_2 .arte_3 {
		font-size: 1.4rem;

	}


	#banner6 .content header h2 {
		font-size: 2.5em;
	}

	.servicesTun {
		margin-top: -60px;

	}

	.servicesTun img {
		height: 15vw;
	}

	#lineast {
		width: 23%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbt {
		width: 24%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagent h3 {
		font-size: 23px;
	}

	.desc_imagent li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.des_imagent ul li {
		padding-left: 0;
	}

	#texto_tun {
		font-size: 1.5rem;
	}


	#banner5 .content header h2 {
		font-size: 2.5em;

	}

	.services {
		margin-top: -58px;
	}

	.services img {
		height: 15vw;
	}

	#lineas {
		width: 11%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasb {
		width: 5%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagen h3 {
		font-size: 15px;
	}

	.desc_imagen p {
		font-size: 13px;
	}

	.desc_imagen li {
		width: 25%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	.des_imagen ul li {
		padding-left: 0;
	}

	.text-center .row .col .p-3 img {
		height: 20vw;
		width: 90%;
	}






	.izquierda_1 .vertical {
		border-left: 3px solid orange;

	}


	.izquierda_2 h2 {

		font-size: 1.8em;

	}

	.izquierda_2 h3 {

		font-size: 1.2em;

	}

	#text_contacto {
		font-size: 1.5rem;
	}

	#home .container .major h2 {
		font-size: 1.8em;
		margin: 0;
	}

	#banner2 .content header h2 {
		font-size: 3em;

	}

	#banner3 .content header h2 {
		font-size: 3em;

	}

	/* Basic */

	html,
	body {
		overflow-x: hidden;
	}

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1em;
	}

	/* Section/Article */

	header p br {
		display: none;
	}

	header h2+p {
		font-size: 1em;
	}

	header h3+p {
		font-size: 1em;
	}

	header h4+p,
	header h5+p,
	header h6+p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 2em 0;
	}

	/* Goto Next */

	.goto-next:before {
		height: 0.8em;
		margin: -0.4em 0 0 -0.6em;
		width: 1.2em;
	}

	/* Spotlight */

	.spotlight {
		box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
	}

	.spotlight .image.main {
		max-height: 60vh;
	}

	.spotlight .content {
		border-top-width: 0.2em !important;
		padding: 3.25em 1.5em 1.25em 1.5em !important;
	}

	/* Wrapper */

	.wrapper {
		padding: 3.25em 1.5em 1.25em 1.5em;
	}

	/* Header */

	#header {
		display: none;
	}


	#banner .content header h2 {
		font-size: 2em;
		margin: 0;
		text-align: center;
	}


	/* Banner */

	#banner {
		/*	box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
		/*	min-height: calc(100vh - 44px);*/
	}

	#banner:before {
		height: calc(100vh - 44px);
	}

	#banner .content {
		padding: 4.0625em 1.5em 4.875em 1.5em;
	}

	#banner .content header h2 {
		font-size: 3em;
	}

	#banner .content .image {
		height: 9em;
		width: 9em;
	}

	/* Nav */

	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
		padding-top: 44px !important;
	}

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background: #272833;
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	}

	#titleBar .title {
		display: block;
		font-weight: 300;
		height: 44px;
		line-height: 44px;
		text-align: center;
		color: transparent;
	}

	#titleBar .title a {
		color: inherit;
		border: 0;
	}

	#titleBar .toggle {
		text-decoration: none;
		height: 60px;
		left: 0;
		position: absolute;
		top: 0;
		width: 90px;
		outline: 0;
		border: 0;
	}

	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	#titleBar .toggle:before {
		background: #0070bc;
		color: rgba(255, 255, 255, 0.5);
		content: '\f0c9';
		display: block;
		font-size: 18px;
		height: 44px;
		left: 0;
		line-height: 44px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 54px;
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #181920;
		padding: 0.75em 1.25em;
	}

	#navPanel .link {
		border: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		color: rgba(255, 255, 255, 0.75);
		display: block;
		height: 3em;
		line-height: 3em;
		text-decoration: none;
	}

	#navPanel .link:hover {
		color: inherit !important;
	}

	#navPanel .link:first-child {
		border-top: 0;
	}

	#navPanel .link.depth-0 {
		color: #ffffff;
		font-weight: 300;
	}

	#navPanel .link .indent-1 {
		display: inline-block;
		width: 1.25em;
	}

	#navPanel .link .indent-2 {
		display: inline-block;
		width: 2.5em;
	}

	#navPanel .link .indent-3 {
		display: inline-block;
		width: 3.75em;
	}

	#navPanel .link .indent-4 {
		display: inline-block;
		width: 5em;
	}

	#navPanel .link .indent-5 {
		display: inline-block;
		width: 6.25em;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Footer */

	#footer {
		padding: 3.25em 1.5em;
	}

}

/* XSmall */

@media screen and (max-width: 480px) {

	.card .arr img {
		margin: auto;
		margin-bottom: 1rem;

	}

	.nws .card-bodysc h3 {
		font-size: 1rem;
	}



	.energiacont .tarenergia {
		padding: 3rem;
		height: 14rem;
	}



	.rowservicesT .img-thumbnail {
		margin-top: -3rem;
		height: 20vw;
	}

	.rowservicesT h3 {
		font-size: 0.8rem;
	}



	.rowservicesE .img-thumbnail {
		margin-top: -3rem;
		height: 20vw;
	}

	.rowservicesE h3 {
		font-size: 0.6rem;
	}


	.rowservicesTun .img-thumbnail {
		margin-top: -3rem;
		height: 20vw;
	}

	.rowservicesTun h3 {
		font-size: 0.8rem;
	}

	.rowservicesSC .img-thumbnail {
		margin-top: -3rem;
		height: 20vw;
	}

	.rowservicesSC h3 {
		font-size: 0.6rem;
	}

	.rowservicesSC a {
		font-size: .6rem;
	}


	.rowservicesA .img-thumbnail {
		margin-top: -3rem;
		height: 20vw;
	}

	.rowservicesA h3 {
		font-size: .6rem;

	}

	.rowservicesA a {
		font-size: .6rem;
		padding: 5px 20px;
	}

	#texto_a1 {
		font-size: 1.2rem;
	}



	#texto_a1A {
		font-size: 1.2rem;
	}

	#texto_a1t {
		font-size: 1.2rem;
	}


	#texto_a2A {
		font-size: 1.2rem;
	}

	#texto_a2t {
		font-size: 1.2rem;
	}

	#texto_a1e {
		font-size: 1.2rem;
	}

	#texto_a2e {
		font-size: 1.2rem;
	}




	#texto_a3A {
		font-size: 1rem;

	}


	#texto_a1P {
		text-align: center;
		letter-spacing: .4px;
		font-size: 1.9rem;
		color: #0070bc;
		font-family: 'Lato', sans-serif;
	}


	#texto_a2P {
		text-align: justify;
		letter-spacing: .3px;
		font-size: 1.1rem;
		color: #585f62;
		font-family: 'Lato', sans-serif;
	}




	.servicesA {
		margin-top: -40px;
	}

	.servicesA img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}


	#lineasa {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasba {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}


	.servicesA h3 {
		font-size: 14px;
	}



	.desc_imagena a {
		width: 45px;
		font-size: 11px;
		border-radius: 30px;
		margin: 2px;
	}


	#texto_a1 #texto_a3 {
		font-size: 1.4rem;
	}

	#texto_a2 {
		font-size: 1.2rem;
	}

		#texto_a1P {
		text-align: center;
		letter-spacing: .4px;
		font-size: 1.9rem;
		color: #0070bc;
		font-family: 'Lato', sans-serif;
	}


	#texto_a2P {
		text-align: justify;
		letter-spacing: .3px;
		font-size: 1.1rem;
		color: #585f62;
		font-family: 'Lato', sans-serif;
	}







	.card-titleA {
		font-size: 1rem;
	}

	.card-textA {
		font-size: .6rem;
	}




	/*****************************************************************/

	#banner7 .content header h2 {
		font-size: 1.6em;
	}

	.servicesTC {
		margin-top: -33px;
	}



	.servicesTC img {
		height: 13%;
		width: 13%;
		object-fit: cover;
	}

	#lineastc {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbtc {
		width: 15%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}


	.servicesTC h3 {
		font-size: 14px;
	}







	/**********************************************ciudades inteligentes*********************/
	#texto_sc {
		font-size: 1.5rem;
	}

	.servicesSC {
		margin-top: -44px;
	}



	.servicesSC img {
		height: 15%;

	}

	#lineassc {
		width: 26%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbsc {
		width: 19%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	.desc_imagensc li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.servicesSC h3 {
		font-size: 22px;
	}

	.servicesSC p {
		font-size: 15px;
	}


	.servicesSC .col-md-12 {
		padding: 0px 0px;
		width: 100%;
	}


	#homesc .majorsc {
		margin: 0 0 1em 0;

	}

	/*recuadro de azul ciudades inteligentes*/


	.infocard .titulo_1 {
		font-size: 1.8rem;
	}

	.infocard .titulo_2 {
		font-size: 1.8rem;
	}

	.infocard h2 {
		font-size: 1.4rem;
	}

	.infocard .arte_1 {
		font-size: 1.4rem;
	}


	/*********texto columna2 fila 1**********/

	.infocard p {
		font-size: 1.1rem;
	}

	/*********texto fila final**********/
	.infocard .fila_2 h3 {
		font-size: 1.4rem;
	}


	.infocard .fila_2 .arte_3 {
		font-size: 1.4rem;

	}








	#banner6 .content header h2 {
		font-size: 2.5em;
	}

	.servicesTun {
		margin-top: -40px;

	}

	.servicesTun img {
		height: 15vw;
	}

	#lineast {
		width: 23%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasbt {
		width: 24%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagent h3 {
		font-size: 16px;
	}

	.desc_imagent li {
		width: 49%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.des_imagent ul li {
		padding-left: 0;
	}

	#texto_tun {
		font-size: 1.3rem;
	}





	#banner5 .content header h2 {
		font-size: 2.5em;

	}

	.services {
		margin-top: -39px;
	}

	.services img {
		height: 15vw;
	}

	#lineas {
		width: 11%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasb {
		width: 5%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagen h3 {
		font-size: 12px;
	}

	.desc_imagen p {
		font-size: 13px;
	}

	.desc_imagen li {
		width: 24%;
		margin: 0px 2px 0px 0px;
		padding: 0px;
	}

	.des_imagen ul li {
		padding-left: 0;
	}

	.row .col .p-3 img {
		height: 20vw;
		width: 50%;
	}




	.der .card-text {
		margin-bottom: 5px;
		font-size: 10px;
	}

	.der .card-title {
		margin-bottom: 5px;

	}

	#textofoto {
		font-size: 20px;

	}


	#banner2 .content header h2 {
		font-size: 2em;
	}

	#banner3 .content header h2 {
		font-size: 2em;
	}

	#home .container .major h2 {
		font-size: 1.6em;
		margin: 0;
	}

	/* Basic */

	html,
	body {
		min-width: 320px;
	}

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		padding: 0;
	}

	/* Spotlight */

	.spotlight .image.main {
		max-height: 50vh;
	}

	.spotlight .content {
		padding: 3em 1.25em 1em 1.25em !important;
	}

	/* Wrapper */

	.wrapper {
		padding: 3em 1.25em 1em 1.25em;
	}

	/* Banner */

	#banner .content {
		padding: 3em 1.5625em 5.25em 1.5625em;
	}

	#banner2 .content {
		padding: 3em 1.5625em 5.25em 1.5625em;
	}

	#banner3 .content {
		padding: 3em 1.5625em 5.25em 1.5625em;
	}

	/* Footer */

	#footer {
		padding: 3em 1.25em;
	}

	#hache3 {
		font-size: calc(1rem + .6vw);
	}

	#footer .copyright {
		line-height: inherit;
	}

	#footer .copyright li {
		border-left: 0;
		display: block;
		margin: 0;
		padding: 0;
	}

 

}


.main.style3.primary {
	background: #ffffff;
}

.main.style3 {
	text-align: center;
	padding: 3em 0 6em 0;
}

a {
	text-decoration: none !important;
}
