@charset "UTF-8";
@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular.woff2') format('woff2'),
         url('../fonts/oswald-regular.woff') format('woff'),
         url('../fonts/oswald-regular.ttf') format('truetype'),
         url('../fonts/oswald-regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('../fonts/robotocondensed-light.eot');
    src: url('../fonts/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-light.woff2') format('woff2'),
         url('../fonts/robotocondensed-light.woff') format('woff'),
         url('../fonts/robotocondensed-light.ttf') format('truetype'),
         url('../fonts/robotocondensed-light.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/robotocondensed-regular.eot');
    src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular.woff') format('woff'),
         url('../fonts/robotocondensed-regular.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* -----Html Body----- */
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'RobotoCondensedRegular';
	font-size: 16px;
}
/* -----Html Body----- */


/* -----Pagina index----- */

/* Menu */
.toggle, [id^=drop] {
	display: none;
}
nav { 
	margin:0;
	padding: 0;
	background-color: #154360;	
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul li {
	margin: 0px;
	display: inline-block;
	float: none;
	background-color: #154360;
}
nav a {
	display: block;
	padding: 10px 20px;
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
}
nav a:hover {
	transition: all .3s ease-in-out;
	color: #E6344A; 
}
#activo {
	color: #E6344A;
	font-size: 18px;
	padding: 10px 20px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#activo2{
	color: #FFFFFF;
	margin-right: 300px;
	font-family: 'OswaldRegular';
	font-size: 18px;
}

/* Submenu */
nav ul ul {
	display: none;
	position: absolute; 
	top: 43px;
}
.nav ul ul li a{
	margin: 6px;
	color: #E8F0F8;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul li:hover > ul {
	display: inherit;
	z-index: 1000;
}
nav ul ul li {
	width: 140px;
	display: list-item;
	text-align: center;
	position: relative;
}

/* Slider de imagenes*/

.slideshow{
	width: 100%;
	height: calc(100vh - 50px);
	position: relative;
	background-color: #000;
	background-size: cover;
	background-position: center;
}
.slider ul{
	list-style: none;
}
.slider li, ul{
	width: 100%;
}
.slider li{
	overflow: hidden;
}
.slider li img{
	width: 100%;
}
.slider .caption{
	position: absolute;
	width: 80%;
	height: 60%;
	top: 0;
	left: 0;
	padding: 15px 50px;
	margin: 10% 10%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	background-color:rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
	z-index: 1;
}
.slideshow .slider .caption-dos{
	position: absolute;
	width: 140px;
	height: 140px;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.slider .caption h1{
	font-size: 50px;
}
.slider .caption p{
	margin-top: 10px;
	font-size: 20px;
}
.slider .caption a{
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
	padding: 9px 20px;
	border: 1px solid #fff;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.slider .caption a:hover{
	background-color: #fff;
	color: #333;
}
.left, .right{
	position: absolute;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 35px;
	cursor: pointer;
	z-index: 2;
}
.left{
	left: 10px;
}
.right{
	right: 10px;
}

/* -----Pagina index----- */


/* -----Paginas Servicios----- */

/* Titulo Servicios */
.tservicios {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tservicios h3 {
	font-family: 'Arvo';
	font-weight: 700;
	color: #000;
	text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);
	font-size: 3em;
	letter-spacing: 13px;
}

/* Servicios */
#bajar{
	padding-top: 100px;
}
.sservicios {
	clear: both;
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px 1%;
}
#colorBlanco{
	background-color: #FDFEFE;
}
#colorAzul{
	background-color: #50B8C8;
}
#colorGris{
	background-color: #99A3A4;;
}
#colorAzulF{
	background-color: #2980B9;
}
#colorFooter{
	background-color: #154360;
}
#colorGrisFondo{
	background-color: #D5D8DC;
}
#colorN{
	background-color: #000;
}
.starjeta-doscol {
	width: 48.5%;
	height: auto;
	float: left;
	text-align: center;
	margin-right: 1%;
	
	/*box-shadow: 0 30px 30px rgba(0,0,0,0.30), 0 11px 8px rgba(0,0,0,0.22);
	box-sizing: border-box;
	transition-duration: 1s;*/
	border-radius: 10px;
}
.starjeta-unacol {
	width: 80%;
	height: auto;
	float: right;
	text-align: center;
	margin-right: 10%;
	
	/*box-shadow: 0 30px 30px rgba(0,0,0,0.30), 0 11px 8px rgba(0,0,0,0.22);
	box-sizing: border-box;
	transition-duration: 1s;*/
	border-radius: 10px;
}
.sservicios .starjeta-doscol h4, .starjeta-unacol h4 {
	font-family: 'Arvo';
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25px;
}
.sservicios .starjeta-doscol p, .starjeta-unacol p {
	margin: 0;
	color: #000;
	text-align: justify;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
.istarjeta {
	width: 100%;
	padding: 10px;
	max-width: 600px;
	height: 300px;
}

/* Derechos */
.derechos {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #154360;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 7px;
}
.derechos a {
	letter-spacing: 3px;
	color: #fff;
	padding: 25px;
}
.derechos p {
	padding: 25px;
}

/* -----Paginas Servicios----- */


/* -----Pagina servicios de software----- */
.filasoft {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block
}
.columnasoft {
	/*width: 25%;*/
	width: 100%;
	float: left;
	font-family: "Source Sans Pro";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	padding: 10px 0px;
	text-align: center;
	margin-top: 15px 0px;
}
.isoft {
	width: 170px;
	height: 150px;
	border-radius: 10px;
	margin-left: auto;
}
/* -----Pagina servicios de software----- */

/* -----Pagina contacto----- */
.contenedor-tcontacto {
	max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
	padding: 1em 1em 1em 1em;
}
ul {
    list-style: none;
    padding: 0;
}
.tarjeta-contacto {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 5);
	display: grid;
	grid-template-columns: 1fr 1fr;

}
.tarjeta-contacto > * {
    padding: 1em;
}
.form-contacto {
    background: #D3D3D3;
}
.form-contacto form {
    display: grid;
    grid-template-columns: 2fr 2fr;
}
.form-contacto form label {
    display: block;
}
.form-contacto form p {
    margin: 0;
    padding: 1em;
}
.form-contacto form .bloque {
    grid-column: 1 / 3;
}
.form-contacto form button,
.form-contacto form input,
.form-contacto form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
	color: #fff;
	font-size: 16px;
    border-bottom: 1px solid #E6344A;
}
.form-contacto form button {
    background: #0E6251;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
}
.form-contacto form button:hover,
.form-contacto form button:focus {
    background: #E6344A;
    color: #FFFFFF;
    transition: background-color 1s ease-out;
    outline: 0;
}

/* Informacion de contacto */
.info-contacto {
    background: #0E6251;
	padding: 100px;
}
.info-contacto h4, .info-contacto ul{
    text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* -----Pagina contacto-----*/


/* -----Pagina about----- */
.infoem {
	clear: both;
	width: 100%;
	height: auto;
	display: block;
}
.tinfo img{
	max-width: 400px;
	max-height: 400px;
}
.tinfo, .informacion {
	font-family: 'OswaldRegular';
	color: #141414;
	font-size: 20px;
	width: 98%;
	margin: 1%;
	text-align: center;
}
.informacion h2, .informacion p{
	font-family: 'RobotoCondensedRegular';
	font-size: 20px;
	padding: 10px 150px;
}
.infoem .informacion h2{
	border-top: solid #EAECEE;
}

/* Footer */
footer {
	width: 100%;
	background-color: #1F618D;
	margin: 0px 0px 0px 0px;
	padding-top: 50px;
	padding-bottom: 50PX;
	display: inline-block;
}
.tclientes {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 4px;
	font-size: 22px;
}
.colclientes {
	/*width: 33%;*/
	width: 100%;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}
.iclientes {
	width: 300px;
	height: 68px;
	/*border-radius: 5px;*/
}

/* -----Pagina about----- */


/* -----Tablets----- */
@media (min-width: 900px) and (max-width: 1199px) {

/* Servicios */
.starjeta-doscol {
	width: 48.5%;
}
		
#bajar{
	padding-top: 0px;
}
	
/* Menu */
nav {
	margin: 0;
	z-index: 199;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	display: block;
	background-color: #154360;
	padding:14px 20px;	
	color:#FFF;
	text-decoration:none;
	border:none;
	z-index: 100;
	font-family: 'OswaldRegular';
	font-size: 18px;
}
.toggle:hover {
	background-color: #141414;
}
[id^=drop]:checked + ul {
	display: block;
}
nav ul li {
	display: block;
	width: 100%;
}	
nav ul ul a {
	padding: 14px 20px;
	color:#FFF;
	font-size: 17px;
	background-color: #141414;
}	
nav a:hover {
	background-color: #141414;
}
nav ul ul {
	float: none;
	position:static;
	color: #ffffff;
}
nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}

/* Logo inicio */
.slideshow .slider .caption-dos{
	width: 120px;
	height: 120px;
}

/* Pagina about */
.tinfo img{
	max-width: 350px;
	max-height: 350px;
}
.informacion h2, .informacion p{
	padding: 10px 20px;
}
	
}
	
/* -----Tablets----- */


/* -----Celulares----- */
@media (max-width: 899px) {


/* Slider de imagenes */
.slideshow .slider .caption{
	background-color: rgba(0, 0, 0, 0);
}
.slider .caption p{
	display: none;
}

.slideshow .slider .caption h1{
	font-size: 32px;
	margin-top: 190px;
}

.slideshow .left, .slideshow .right{
	margin-top: 50px;
	font-size: 30px;
}

/* Logo inicio */
.slideshow .slider .caption-dos{
	width: 80px;
	height: 80px;
	top: 5px;
	left: 5px;
}

/* Servicios */
.starjeta-doscol{
	width: 98%;
	
}
.cambiar-t{
	height: 600px;
}
.primero{
	margin-bottom: 20px;
}

#bajar{
	padding-top: 0px;
}

/* Clientes */
.colclientes{
	width: 100%;
}
	
/* Menu */
nav {
	margin: 0;
	z-index: 199;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	display: block;
	background-color: #154360;
	padding:14px 20px;	
	color:#FFF;
	text-decoration:none;
	border:none;
	z-index: 100;
	font-family: 'OswaldRegular';
	font-size: 18px;
}
.toggle:hover {
	background-color: #141414;
}
[id^=drop]:checked + ul {
	display: block;
}
nav ul li {
	display: block;
	width: 100%;
}	
nav ul ul a {
	padding: 14px 20px;
	color:#FFF;
	font-size: 17px;
	background-color: #141414;
}	
nav a:hover {
	background-color: #141414;
}
nav ul ul {
	float: none;
	position:static;
	color: #ffffff;
}
nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}

/* Pagina serv soft */
.columnasoft {
	width: 50%;
}

/* Pagina de contacto */
.tarjeta-contacto {
	display: grid;
	grid-template-columns: 1fr;
}
.tarjeta-contacto > * {
padding: 2em;
}
.info-contacto h4, .info-contacto ul {
text-align: left;
}

/* Pagina about */
.tinfo img{
	max-width: 300px;
	max-height: 300px;
}
.informacion h2, .informacion p{
	padding: 10px 20px;
}

}

/* -----Celulares----- */