/* -------------------------------- */
/* Fonts
/* -------------------------------- */
@CHARSET "UTF-8";
@import url('https://fonts.cdnfonts.com/css/nexa-bold?styles=29919,29913');
@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;
	scrollbar-width: thin;
	background-color: transparent;
}
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: #fbfbfb;
  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: 755px;
	height: 85px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#menu li a {
	font: 700 14px 'sailec', sans-serif;
	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;
}
/* -------------------------------- */
/*  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: 90%;
 	margin: 30px auto;
	font: normal 17px/22px "sailec";
	color:  #000;
	text-align: justify;
}
ul {
	font: normal 16px "sailec";
	list-style-type: none;
	line-height: 28px;
	padding: 0;
}
#contenido ul.empleos {
	max-width: 85%;
  font: normal 16px "sailec";
  color: #000000;
  text-align: left;
  margin: 20px auto 0 auto;
  list-style-type: square;
  letter-spacing: -0.5px;
  margin-right: 75px;
}
.empleos li {
	margin: 15px 0 0;
}
td {
	text-align: left;
	font: normal 16px "sailec";
}
b {
	display: inline-block;
	font: 700 18px "sailec";
	color: #0083a4;
}
h1 {
    font: 700 48px/60px 'nexa', sans-serif;
    letter-spacing: -2px;
    color: #0083a4;
    margin: 0 0 30px;
}
h2 {
	clear: both;
	max-width: 100%;
	font: 700 30px/30px 'nexa', sans-serif;
	letter-spacing: -2px;
	color: #0083a4;
	margin: 30px 0 20px;
	}
h4 {
    clear: both;
    max-width: 100%;
    font: 700 28px/30px 'nexa', sans-serif;
    color: #000;
    margin: 0;
}
.especialidadesTitles {
	float: left;
	width:100%;
	height: 30px;
	padding-top: 70px;
}
.white {
	color: #ffffff;
}
/* --------------------- */
/* Section Styles
/* --------------------- */
#slider {
	width: 100%;
	height: 60px;
	padding-top: 240px;
	image-rendering: auto;
	background: radial-gradient(circle, rgba(67,193,232,1) 0%, rgba(64,137,201,1) 44%);
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px; */
	box-shadow: inset  0  5px 15px -10px grey, inset  0 -10px 15px -15px grey;
}
.slidermobilepointer{
	display: none;
}
@keyframes fadeposter {
  from {
	filter: brightness(0);
  }
  to {
	filter: brightness(1);
  }
}
#slider h1 {
		font: normal 80px "nexa";
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
		text-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    transform-origin: 50% 100%;
    animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}
@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9,.9)
    }
    to {
        opacity: 1;
        transform: scale(1,1)
    }
}
#slider h1.smaller {
	font-size: 62px;
	margin-top: 18px;
}
#totop {
    opacity: 1;
    visibility: visible;
    transition: .2s;
    position: fixed;
    bottom: 1.2rem;
    right: 1.5rem;
    -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,.3));
    z-index: 15;
}
iframe {
    clear: both;
    width: 100%;
    height: 650px;
    margin: 100px 0 -4px;
    border: none;
}
#contenido {
	height: auto;
	padding: 75px 0 0;
}
.button, .buttonTall {
	display: inline-block;
	font: 700 14px 'nexa', sans-serif;
	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;
}
.buttonTall {
	color: #555;
  background-color: #edeff3;
  border: 1px solid #cecece;
	padding: 45px 30px 40px;
}
.button:hover {
	color: #dff4ff;
	background-color: #43c1e8;
	box-shadow: 0 1.7994922406px 4px rgba(0,0,0,.25);
}
/* ---------------------- */
/* 	 NOSOTROS
/* ---------------------- */
.extras {
	margin-top: 50px !important;
}
.titleh2 {
	clear: both;
  max-width: 100%;
  font: 700 26px / 28px 'nexa', sans-serif;
  letter-spacing: 5px;
  color: #0083a4;
  margin: 30px 0 20px;
}
.ulvalores {
  font: normal 16px "sailec";
  list-style-type: square;
  line-height: 28px;
  padding: 0;
  text-align: left;
  margin-left: 40px;
}
.nosotrosbox {
	float: left;
	width: 100%;
	height: auto; 
	padding: 30px 0;
	margin: 50px 0 75px 2.5%;
	border: 0.5px solid #000;
	border-radius: 0 10px 	10px 10px;
	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;
}
/* ---------------------- */
/* 	 SERVICIOS
/* ---------------------- */
.circle {
  border: 1px outset; #cecece;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  margin-top: 30px;
}
.gradient-title {
	clear: both;
	width: 100%;
	height: auto;
	background: radial-gradient(circle,rgba(206, 206, 206, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
h3 {
	clear: both;
	font: 700 32px "nexa";
  letter-spacing: 0;
  color: #000;
  text-align: center;
  margin: 100px auto 75px;
}
.box {
	position: relative;
	float: left;
	max-width: 190px; 
	width: 100%;
	height: auto; 
	background-color: #fff;
	padding: 25px 0;
	margin: 0 0 75px 12px;
	transition: transform 0.3s ease-in-out;
 	border: 0.5px solid #cecece;
 	border-radius: 8px;
 	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	background: linear-gradient(-45deg, #02407c, #8a8b8b, #d0e6f8);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.box:hover  {
	animation: bounce 2s ease infinite;
	background: #024fa1;
}
.box:hover .arrow {
	display: block;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.box span {
	display: inline-block;
	color: #fff;
	font: 700 14px "nexa";
	letter-spacing: 0;
}
.arrow {
	display: none;
	position: absolute;
	top: 80px;
	left: 40%;
	width: 20px;
	height: 20px;
	border: 0.5px solid #cecece;
	border-radius: 50%;
	padding: 10px;
	background-color: #fff;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 2px 5px);
}
.serviciosbox {
	float: left;
	width: 100%; 
	height: auto; 
	background-color: #fff;
	padding: 30px 0;
	margin: 0 0 75px 2.5%;
	border: 0.5px solid #000;
	border-radius: 0 10px 	10px 10px;
	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;
	background: linear-gradient(298deg,rgba(173, 55, 109, 1) 0%, rgba(37, 83, 160, 1) 100%);
	background: linear-gradient(135deg, rgba(49, 44, 0, 1.000) 0.000%, rgba(51, 46, 30, 1.000) 16.667%, rgba(50, 49, 73, 1.000) 33.333%, rgba(44, 51, 119, 1.000) 50.000%, rgba(36, 54, 162, 1.000) 66.667%, rgba(26, 57, 192, 1.000) 83.333%, rgba(17, 60, 204, 1.000) 100.000%)
}
.serviciosbox p {
	color: #fff;
	text-align: left;
	font-size: 15px;
}
.serviciosbox p.left {
	float:left;
	width: 50%;
	margin-left: 50px;
}
.serviciosbox li {
	font-size: 13.5px;
	text-align: left;
	color: #fff;
	list-style: square;
	margin-left: 75px;
}
.serviciosh2 {
	letter-spacing: 1px;
	margin: 0 0 80px;
	padding-top: 10px;
	font: 700 25px/30px 'nexa', sans-serif;
}
.subbox {
	float: left;
	width: 90%; 
	height: auto; 
	padding: 30px 0;
	margin: 50px 0 50px 5%;
	border: 0.5px solid #26b99a;
	border-radius: 0 10px 	10px 10px;
	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;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
  }
h4 {
	clear: both;
	position: relative;
	font: 700 20px "nexa";
  letter-spacing: 0;
  text-align: center;
}
.titles {
  position: absolute;
  padding: 10px 15px 5px;
  top: -69px;
  left: -1px;
  color: #fff;
  border-left: 0.5px solid #000;
  border-right: 0.5px solid #000;
	background-color: #000;
 	border-radius: 10px 10px 0 0;
}
.background-server {
	background: url(/template/img/servicios-background-server.jpg) center right no-repeat;
}
.background-antena {
	background: url(/template/img/servicios-background-antena.jpg) center center  no-repeat;
	background-size: cover;
}
.background-cableado {
	background: url(/template/img/servicios-background-cableado.jpg) top right no-repeat;
}
.background-ac {
	background: url(/template/img/servicios-background-ac.jpg) top right no-repeat;
}
.background-gabinete {
	background: url(/template/img/servicios-background-gabinete.jpg) top right repeat;
}
.background-medidor {
	background: url(/template/img/servicios-background-medidor.jpg) top right no-repeat;
}
.background-antivirus {
	background: linear-gradient(-45deg, #26b99a, #0e4f97, #14a085 );
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ---------------------- */
/* 	 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: 24px;
}
#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: bold 18px "Sailec-Light";
	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;
}
/* ----------------------------------------------------------------- */
/*                       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: 3;
  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: #000;
  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;
}
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) {
#slider {
	display: none;
}
.sliderpointer {
	display: none;
}
.slidermobilepointer{
	display: block;
}
#slidermobile {
	display: block;
	width: 100%;
	height: 650px;
	background-position: center;
}
.mobile {
	display: block;
}
p {
	font-size: 21px;
	line-height: 28px;
	text-align: left;
}
#nosotros {
	height:  auto;
	padding: 75px 0 0;
}
.somosTitle {
	margin-top: 20px;
}
.column {
	width: 95%;
	padding: 0 10px;
}
.colmision, .colvision, .colvalores {
	margin-left: 0;
}
.nosotrosbox, .serviciosbox {
    width: 95%
}
.box {
	width: 80%;
	max-width: 80%;
	margin: 0 0 30px 10%;
}
.listado {
	width: 70%;
	margin: 50px auto 100px;
}
.twocolumn {
	width: 100%;
}
.onco {
    background-size: cover;
}
.onco p {
	text-align: left;
}
.especialidadesTitles {
	height: 60px;
}
iframe {
    margin: 0;
}
#contenido .leftcol, #contenido .rightcol {
	width: 100%;
}
#nosotros h1, #servicios h1, #marcas h1, #cotizaciones h1, #novedades h1, #frases h1 {
	font-size: 52px;
	line-height: 50px;
}
h2 {
	font-size: 34px;
	line-height: 34px;
}
.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;
}
}