﻿/* Add here all your CSS customizations */


/* COOKIES*/

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:80px;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    z-index:99999;
}

.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}

.inner a.ok {
    padding:4px;
    color:#fff;
    text-decoration:underline;
}

.inner a.info {
    padding-left:5px;
    text-decoration:underline;
    color:#fff;
}

/* //FIN COOKIES*/





/*Para todas las pÃ¡ginas*/

.ayudar,
.clientes,
.servicios,
.soporte-ayuda,
.soporte-contacto,
.mapa,
.direccion,
.terminos,
.terminos-tabla {
	margin: 0;
	padding: 50px 0;
}
.codigo {
	margin: 0;
	padding: 30px 0;
}
.call-to-arms {
	margin: 0;
	padding: 70px 0;
}
.parallax {
	margin: 0;
	padding: 110px 0;
}


/*INDEX*/
section.ayudar {
	background: #fff;
}

section.ayudar h4 a{
	color: #41424E;
	font-weight: 400;
}

section.ayudar a:hover{
	color: #304ffe;
	text-decoration: underline;
}

section.acerca {
	background: #e5eaee;
	/*background-image: url(../img/slides/bg-acerca.jpg);	*/
	background-image: url(../img/idx-acerca.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 80px 0;
}

section.parallax h1, p.dca{
	color:#FFF;
}

section.clientes {
	background: #fff;
}

section.call-to-arms {
	background: #3e8ddd;
}

section.call-to-arms h1{
	font-size: 45px;
	line-height: 55px;
}

/*FIN INDEX*/

/*SERVICIOS IT*/
section.servicios {
	background: #fff;
}
section.servicios a:hover{
	color: #304ffe;
	text-decoration: underline;
}
section.servicios h4 {
	color: #41424E;
	font-weight: 400;
}
/*FIN SERVICIOS IT*/

/*SOPORTE*/
section.codigo {
	background: #448aff;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}
section.codigo .form-control{
	width: 200px;
	font-size: 21px;
	padding:8px;
}
section.codigo .form-group{
	padding:25px;
}
.codigo p {
	color: #cecece;
	display: inline-block;
	font-size: 1.6em;
	font-weight:300;
	line-height: 30px;
}
.codigo h2 {
	margin-bottom:10px;
}
.input-group-btn{
	padding-top: 25px;
}

.codigo a{
	color: #FFF;
}
.soporte-ayuda{
	background: #e2e7ea;
}

.soporte-ayuda a{
	color:#f57c00;
}
.soporte-contacto{
	background: #FFF;
}
.soporte-contacto a{
	color: #304ffe;
}
/*FIN SOPORTE*/

/*CONTACTO*/
.mapa{
}
.direccion {
	background: #e2e7ea;
}
.direccion li{
	line-height: 40px;
}
.direccion a{
	color: #304ffe;
}
/*FIN CONTACTO*/

/*TERMINOS*/
.terminos-tabla {
	background: #e2e7ea;
}
.terminos-tabla li {
	font-size: 21px;
	font-weight:300;
	line-height: 50px;
}
.terminos-tabla a {
	color: #304ffe;
}

/*FIN TERMINOS*/


/*COVID19*/
#h1-covid19 {
    color:#0072c6;
}

#titulo-covid19 {
  font-size: 25px;
	/*font-weight:300;*/
	line-height: 35px;
}

#texto-covid19 {
  /*color:#414141;*/
  font-size: 18px;
	/*font-weight:300;*/
	line-height: 28px;
}

#h1-encasa {
    color:#df9c13;
}


/*FIN COVID19*/
