/* -------------------------------- */
/* Fonts
/* -------------------------------- */
@CHARSET "UTF-8";
@import url('https://fonts.cdnfonts.com/css/nexa-bold?styles=29919,29913');
/*@font-face {font-family: "verlag-black";
  src: url("/template/fonts/verlag-black.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {font-family: "verlag-light";
  src: url("/template/fonts/verlag-light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}*/
@font-face {font-family: "sailec";
  src: url("/template/fonts/sailec-light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* ------------------------------- */
/*  Chrome Scrollbars                */
/* ------------------------------- */
::-webkit-scrollbar {
	width:5px;
	height:5px;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 175, 241, 1);
}
/* -------------------------------- */
/* Body Styles
/* -------------------------------- */
html, body {
	margin: 0;
	width: 100%;
 -webkit-touch-callout: none;
 /* -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none; */
	text-rendering: optimizelegibility;
}
nav {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 85px;
	z-index: 200;
	box-shadow: 0 0 32px -10px rgb(0 0 0 / 50%);
  background-color: #fff;
  border-bottom: 5px solid #d8f0fe;
}
#logo {
	float: left;
	position: relative;
	width: 170px;
	top: 15px;
}
			.image {
		  display: block;
		  width: 170px;
		  height: 57px;
		  margin-left: 0;
			}
			.image:hover {
			transform: scale(1.05);
			}
			#logo a {
			text-decoration: none;
			color: #388491;
			}
.container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
section {
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.header {
	display: none;
}
/* --------------------------------- */
/*       Menu Styles            */
/* --------------------------------- */
#menu {
  width: 760px;
	height: 85px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#menu li a {
	font: 14px 'sailec', sans-serif;
	font-weight: 700;
	float: right;
	padding: 35px 15px;
	color:#000000;
	margin: 0;
}
#menu li a:hover {
	/* font-weight: bold; */
	color:#4089c9;
	border-top: solid 5px #242f5e;
}
#menu span {
	font-size: 11px;
	font-weight: bold;
	font-family: inherit;
	line-height: 20px;
}
#menu .vcenter {
	padding-top: 36px;
}
/* -------------------------------- */
/*  Simple Styles
/* -------------------------------- */
.clear {
	clear: both;
}
img {
	margin: 0 auto;
}
a {
	transition: all 0.25s ease-in-out;
	text-decoration: none;
	color: #000;
}
a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}
p {
	max-width: 85%;
  margin: 10px auto;
	font: normal 18px "sailec";
	color:  #000;
}
b {
/*	display: inline-block; */
	font: 700 22px "sailec";
	color: #0083a4;
}
/* --------------------- */
/* Section Styles
/* --------------------- */
#slider {
	width: 100%;
	height: 600px; 
	background-color: #000000;
	position: relative;
	margin-bottom: 50px;
}
iframe {
    clear: both;
    width: 100%;
    height: 450px;
    margin: 100px 0 -3px;
    border: none;
}
#contenido {
	background-color: #fff;
	height: auto;
	padding: 100px 0 0;
}
.button {
	display: inline-block;
	font: normal 14px "sailec";
  color: #fff;
  background-color: #1a59c8;
  border: none;
  border-radius: .33em;
  box-shadow: 0 0.7565932872px 2px rgba(0,0,0,.15);
  cursor: pointer;
  padding: 15px 30px 10px;
  position: relative;
  text-align: center;
  transition: background-color .4s cubic-bezier(.165,.84,.44,1) 0ms,color .4s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .4s cubic-bezier(.165,.84,.44,1) 0ms;
}
.button:hover {
	color: #000;
	background-color: #c2c2c3;
	box-shadow: 0 1.7994922406px 4px rgba(0,0,0,.25);
}
/* ------------------------------ */
/*    S E R V I C I OS
/* ------------------------------ */
#servicios {
	background: linear-gradient(to right, #7e4fbe 0%, blue 100%);
	background: repeating-conic-gradient(hsla(0,0%,100%,.2) 0deg 15deg,hsla(0,0%,100%,0) 0deg 30deg) #0ac;
	background: repeating-conic-gradient(hsla(265, 46%, 53%) 0deg 15deg,hsla(217, 67%, 37%) 0deg 30deg) #0ac;
	background: radial-gradient(circle,rgba(129, 81, 194, 1) 40%, rgba(14, 79, 151, 1) 88%);
	height: auto;
	padding: 150px 0;
}
#servicios h1 {
	color: #ffffff !important;
}
#servicios h2 {
	max-width: 80%;
	font: 700 18px / 22px 'sailec', sans-serif;
  letter-spacing: 0.2px;
	color: #0083a4;
	margin: 30px 0 20px;
}
#servicios p {
	color: #fff;
	width: 55%;
}
#servicios b {
	color: #ffffff;
}
.column {
	position: relative;
	float: left;
	width: 320px;
	height: 480px;
	margin: 75px 10px 20px;
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 65%, rgba(222, 222, 222, 1) 99%);
	border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
	transition: transform 0.3s ease-in-out;
}
.column:hover {
  transform: translateY(-10px);
}
.column.center ul {
	margin: 30px 0 30px;
}
.column_button {
	position: absolute;
	bottom: 35px;
	left: 20%;
}
.column.right li {
		font-size: 16px;
		line-height: 20px;
}
.circle-left, .circle-centro-datos, .circle-medicion, .circle-ciber, .circle-asesoria {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin-top: -55px;
	background: #fff url(/template/img/icon-infraestructura.png) center center no-repeat;
	background-size: 90%;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.circle-centro-datos {
	background: #fff url(/template/img/icon-centro-datos.png) center center no-repeat;	
}
.circle-medicion {
	background: #fff url(/template/img/icon-medicion.png) center center no-repeat;		
}
.circle-ciber {
	background: #fff url(/template/img/icon-ciberseguridad.png) center center no-repeat;		
}
.circle-asesoria {
	background: #fff url(/template/img/icon-asesoria.png) center center no-repeat;		
}
.column p, .column li {
	font: normal 15.5px/22px "sailec";
	background: transparent url(/template/svg/checkmark.svg) top left no-repeat;
	padding-left: 25px;
	line-height: 20px;
	margin-bottom: 10px;
}
.column ul {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 20px 0 30px;
	width: 275px;
}
.leftmargin {
	margin-left: 17%;
}
/* -------------------------------- */
/*    QUIENES SOMOS
/* -------------------------------- */
#nosotros {
	background: #fff;
	height: 500px;
	padding: 175px 0 0;
	box-shadow: inset 0 7px 15px -10px #999;
}
#servicios h1, #nosotros h1, #noticias h1, #contactos h1, #frases h1 {
	font: 700 52px/54px 'nexa', sans-serif;
	letter-spacing: -2px;
	color: #4089c9;
	margin: 0 0 30px;
	}
#nosotros h1 {
	font: 700 52px/52px 'nexa', sans-serif;
	color: #4089c9;
	}
#nosotros p {
		width: 70%;
		font-size: 18px;
		background: unset;
		margin: 10px 0 15px;
		padding: 0;
		letter-spacing: 0.5px;
	}
#nosotros .button {
	margin-top: 50px;
	padding: 15px 75px;
}
/* ---------------------------- */
/*   N O T I C I A S
/* ---------------------------- */
#noticias {
    background: #fff;
    height: 700px;
    padding: 100px 0;
    box-shadow: inset 0 7px 15px -10px #999;
}
/* -------------------------------- */
/*   T E S T I M O N I O S
/* -------------------------------- */
#testimonios {
    background: #fff url(/template/img/home-background-testimonios.jpg) center center no-repeat;
    height: 650px;
    padding: 100px 0;
}
/* ---------------------------- */
/*   C O N T A C T O S
/* ---------------------------- */
#contactos {
    background: #fbfbfb url(/template/img/home-background-contacto.jpg) repeat;
    height: 650px;
    padding: 200px 0 50px;
}
#contactos h1 {
	margin: 0;
}
#contactos h3 {
	max-width: 95%;
	font: 700 28px/22px 'nexa', sans-serif;
	letter-spacing: -1px;
	color: #0083a4;
	margin:0 0 20px;
}
.box {
	float: left;
	width: 33%;
	height: 250px;
/* 	border: solid 1px #dededf; */
	border-left: 0;
	margin:  30px 0;
	padding: 50px 0;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.box p {
	font-size: 16px;
}
.box:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.left_box {
	border-left: 0;
	height: 150px;
	padding: 125px 0 75px;
}
.left_box p {
	margin: 0;
}
.right_box {
	border-right: 0;
	height: 150px;
	padding: 125px 0 75px;
}
span {
		display: block;
		font: normal 16px "nexa";
}
/* ---------------------- */
/* 	 FRASES
/* ---------------------- */
#frases {
	background: radial-gradient(circle, rgba(244,244,244,1) 50%, rgba(192,192,192,1) 100%);
	height: 230px;
	padding: 50px 0;
	margin: 50px 0 0;
}
#frases p {
	max-width: 100%;
	margin-top: 30px;
	font-size: 22px;
}
#frases .mapa {
	margin: 30px 30px 0 0;
	border: 2px solid #0ea9e5;
}
#frases img {
/*	filter: drop-shadow(2px 4px 4px #cecece); */
	border-radius: 10px;
}
.mobile {
	display: none;
}
h6 {
	font: 700 18px "nexa";
	color: #fff;
	margin: 10px 0;
}
.ef-banner {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.ef-banner:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #f8f8f8;
    background: linear-gradient(225deg, rgba(231, 231, 231, 1) 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.ef-banner:hover:before, .ef-banner:focus:before, .ef-banner:active:before {
    width: 35px;
    height: 35px;
}
/* ------------------------ */
/*     F O O T E R     */
/* ------------------------ */
footer {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 320px;
  margin: 0; 
  padding: 0;
  background-color: #242f5e;
}
.light-blue {
	width: 100%;
	height: 150px;
	padding-top: 25px;
	background-color: #96cffc;
	margin-bottom: 20px;
}
footer a {
	color: #fff;
}
footer p {
	max-width: 100%;
	font: normal 12px/15px "sailec";
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.5px;
	margin: 10px 0;
}
.icon {
	filter: invert(100%);
  width: 25px;
  height: auto;
  margin: 5px auto;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
    z-index: 100;
    opacity: .9;
}
.ws {
    filter: drop-shadow(2px 2px 10px #222222);
    animation: .6s 2s forwards popup;
    transform: scale(0, 0);
    transform-origin: bottom left 60px;
}
@keyframes popup {
    50% {
        transform: scale(1.1,1.1);
    }
	    100% {
        transform: scale(1,1);
    }
}
/* ----------------------------------------------------------------- */
/*                       Responsive Styles                       */
/* ----------------------------------------------------------------- */
@media only screen and (max-width: 1124px) {
body {
	font-size: 2em;
}
p {
	font-size: 18px;
	line-height: 20px;
  max-width: 650px;
	padding-left: 20px;
	padding-right: 20px;
}
nav {
	background-color: #000000;
	display: none;
	opacity: 0;
	z-index: -200;
}
ul {
	padding-left: 0;
}
/* ===============  header responsive menu   ======================== */
.header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255,0.8);
  backdrop-filter: blur(10px);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header li a {
  display: block;
  color: #4089c9;
  padding: 4px 4px;
  border-right: 1px solid #f4f4f4;
	font: 700 18px/18px	 'nexa', sans-serif;
  text-decoration: none;
  text-align: center;
}
.header .greenitem {
	color:#32c800;
}
.header li a:hover,
.header .menu-btn:hover {
	color: #ffffff;
	background-color: #00aff0;
}
.header .logo {
  display: block;
  width: 30px;
  filter: unset;
  float: left;
  padding: 5px;
  margin-top: 0px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 20px;
  position: relative;
  user-select: none;
  background-color: #242f5e;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* ------------------------------------------------------- */
/* Quienes Somos - Section Styles        */
/* ------------------------------------------------------ */

/* -------------------------------------- */
/* frases - Section Styles      */
/* -------------------------------------- */
#frases p {
	font-size: 0.6em;
}
/* --------------------------------------- */
/* Footer - Section Styles       */
/* --------------------------------------- */
footer p {
	float: none;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
}

}

@media only screen and (max-width: 840px) {
/* ---------------------------------------------------- */
/* Quienes Somos & Servicios - Section Styles        */
/* ---------------------------------------------------- */
.bigmoto {
	display: none;
}
/* -------------------------------------- */
/* frases - Section Styles      */
/* -------------------------------------- */
.right {
	width: 100%;
	padding: 50px 0;
	float: unset;
	text-align: center;
}
#marcas {
	height: auto;
	padding: 75px 0 0 0;
}
#frases {
	padding-top: 50px;
}
#frases p {
	text-align: center;
}
.btnbig {
	z-index:unset;
}
}
@media only screen and (max-width: 740px) {
.logo {
	margin-top: 125px;
}
#frases {
	height: 350px;
}
footer {
	height: 200px;
	padding-top: 10px;
}
footer p {
	float: none;
	width: 95%;
	letter-spacing: -0.5px;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0;
	margin: 0 auto;
}
}
@media only screen and (max-width: 480px) {
p {
	width: 95%;
	font-size: 21px;
	line-height: 28px;
}
#servicios {
	height: auto;
}
.center {
	margin: 80px 0 0 0px;
}
.right {
	margin-left: 0;
}
.circle-right {
	margin-left: 90px;
}
#nosotros {
	height:  auto;
	padding: 75px 0;
}
.column {
	width: 85%;
	height: auto;
	float: unset;
	padding: 20px 10px 90px;
}
.column.right ul {
	margin-left: 20px;
}
.column_button {
	left: 20%;
}
#nosotros h1, #servicios h1, #marcas h1, #cotizaciones h1, #novedades h1, #frases h1 {
	font-size: 52px;
	line-height: 50px;
}
#nosotros .column {
	width: 90%;
	margin: 0 5%;
}
#noticias {
	height: auto;
}
#contactos {
	padding-top: 100px;
	height: auto;
}
.box.left_box {
	margin-top: 30px;
}
.box.right_box {
	border-right: 1px solid #dededf;
	margin-bottom: 30px;
}
.box {
	width: 90%;
	margin: 0 5%;
	border-left: 1px solid #dededf;
}
.logotype {
	max-width: 100%;
	text-align: center;
}
.gradient, .white {
    padding: 0;
}
.info {
	float: left;
	max-width: 100%;
	margin-top: 20px;
}
#frases {
	height: auto;
	padding-top: 50px;
	margin: 0;
}
#frases h1 {
	font-size: 52px;
	font-weight: normal;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
	width: 90%;
	margin: 0 5%;
}
#left_foot, #right_foot {
    width: 100%;
}
#right_foot {
   background: unset;
}
.right_mini {
	width: 100%;
	float: left;
}
#right_foot p {
   padding-left: 0;
}
footer {
    height: auto;
}
footer span {
    text-align: center;
}
footer h3 {
	font:  700 20px "nexa";
	text-align: unset;
	margin: 50px 0 0;
}
footer p {
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0px;
    }
.icon {
	float: unset;
}
.leftmargin {
	margin-left: unset;
}
}