@charset "UTF-8";
/* CSS Document */

/*FUENTES*/


/* ////////////////////////  Borrando los estilos por default \\\\\\\\\\\\\\\\\\\\\\\\\ */

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html{
     height: 100%;
  box-sizing: border-box;
}

html {
    background: #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body { 
font-family: 'Open Sans', sans-serif;
font-size:14px;
color:#052f47;
font-weight: 400;
    min-height: 100%;
    position: relative;
    padding-bottom: 6rem;
    /*background-image: url(../images/background.jpg);*/
    background-size: cover;
     background-position: top center; 
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}

input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

button[type=reset] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}


textarea{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}




/* ////////////////////////  GLOBALES \\\\\\\\\\\\\\\\\\\\\\\\\ */
/*body, p, h1, table ... todo lo que no lleva # ni .*/


/*COLORES*/

.txt-sf-rosa{
    color: #AD2559;
}
.txt-sc-verde{
    color: #10cfc9;
}

.txt-azul-corporativo-claro{
	color:#006098;
}

.txt-gris{
	color:#333333;
}

.txt-gris-claro{
	color: #a4a4a4;
}

.txt-blanco{
	color:#FFFFFF;
}

.txt-blanco-transparente-5{
	color: rgba(255, 255, 255, .5);
}

.txt-azul-corporativo{
	color: #00839b;
}

.txt-azul-oscuro{
	color:#0C5B6D;
}

.txt-azul-claro{
	color:#26CAD3;
}

.txt-verde{
	color:#0BAD71;
}

.txt-rosa{
    color: #AD2559;
}

.txt-amarillo{
    color: #ECD80F;
}

.txt-rojo{
    color: red;
}

.txt-verde-excel{
    color: green;
}

.txt-mediano{
    font-size: 16px;
}

.txt-12{
    font-size: 12px;
}


/*FONDOS*/

.bg-azul-corporativo{
	background:#00263e;
}

.bg-azul-corporativo-claro{
	background:#006098;
}

.bg-azul-corporativo-5{
    background: #cadeef;
}

.bg-blanco{
	background:#ffffff;
}

.bg-blanco-transparente{
	background: rgba(255, 255, 255, .5);
}

.bg-blanco-transparente-3{
	background: rgba(255, 255, 255, .3);
}

.bg-verde-corporativo{
    background: #00bc70;
}

.bg-corp-verde-claro{
    background: #5fc615;
}

.bg-corp-verde-claro-trans{
    background: rgb(95, 198, 21, .8);
}

.bg-corp-amarillo-claro{
    background: #f9f622;
}

.bg-corp-amarillo-claro-trans{
    background: rgb(249, 246, 34, .8);
}

.bg-sc-rosa-claro-trans{
    background: rgba(255,164,180,.8);
}

.bg-sc-verde{
	background:#10cfc9;
}

.bg-sc-verde-claro{
	background:#78ded4;
}

.bg-sc-azul-claro{
	background:#4197cb;
}

.bg-sc-rosa{
	background:#ff647d;
}

.bg-sc-naranja-claro{
    background: #ff961e;
}

.bg-sc-naranja-claro-trans{
    background: rgb(255, 150, 30, .8);
}

.bg-sc-rosa-claro{
    background: #ffa4b4;
}

.bg-sc-rosa-claro-trans{
    background: rgba(255,164,180,.8);
}



.bg-sf-rosa{
    background: #AD2559;
}

.bg-gris-muy-claro{
	background:#f0f1f3 ;
}


.bg-gris{
	background:#444444;
}

.bg-gris-claro{
	background:#a4a4a4;
}





.bg-azul-oscuro{
	background:#0C5B6D;
}







.bg-amarillo{
    background: #ECD80F;
}

.bg-azul-claro-transparente{
	background: rgba(38, 202, 211, .4);
}

.bg-verde-transparente{
	background: rgba(11, 173, 113, .25);
}

.bg-rosa-claro{
	background: #DE8DA1;
}

/****BORDES***/

.br-sf-rosa{
    border: 1px solid #AD2559;
}
.br-sc-verde{
    border: 1px solid #10cfc9;
}

.borde-azul-claro-corporativo{
	border: 1px solid #006098;
}

.borde-derecho{
	border-right: 1px solid #006098;
}

a{
	color:#006098;
	text-decoration: none;
	transition: all 0.4s ease;
    cursor: pointer;
}


a:hover{
	color:#00263e;
	transition: all 0.4s ease;
}

a.claro{
	color:#ffffff;
	text-decoration: none;
	transition: all 0.4s ease;
}


a.claro:hover{
	transition: all 0.4s ease;
    text-decoration: underline;
}

:hover{
	transition: all 0.4s ease;
}

a.italica{
    font-style: italic;
}

a.subrayado:hover{
    text-decoration: underline;
}

p.boton{
    text-decoration: underline;
    font-size: 13px;
}

p.boton:hover{
    color: #0C5B6D;
}

.flota-izquierda{
	float:left;
}

.flota-derecha{
	float:right;
}

.limpiar{
	clear:both;
}

.alinearCentrado{
	text-align:center;
}

.alinearDerecha{
	text-align:right;
}

.alinearIzquierda{
	text-align:left;
}

.alinearJustificado{
	text-align:justify;
}

h1{
	font-family: 'Noto Serif', serif;
    font-size: 18px;
    
}

h2{
	font-family: 'Noto Serif', serif;
    font-size: 20px;
    padding: 10px 0;
}

h3{
	font-family: 'Noto Serif', serif;
    font-size: 18px;
    padding: 10px 0;
}

.btn-cursor{
	cursor: pointer;
}

.material-icons{
	vertical-align: middle;
}

.fa{
	vertical-align: super;
}


.txt-transparencia{
	opacity: .4;
}

.txt-altas{
	text-transform: uppercase;
}

.txt-altas-bajas{
	text-transform:none !important;
}

.txt-grande{
	font-size: 19px;
}

.texto-sombreado{
	text-shadow: 0 3px 10px #707070;
}

.txt-bold{
	font-weight: 400;
}

.espacio-abajo-grande{
	margin-bottom: 118px;
}

.espacio-abajo-mediano{
	margin-bottom: 100px;
}

.italica{
	font-style: italic;
}

.borde-abajo{
	border-bottom: 1px solid #a4a4a4;
}

ul.linea li, a.linea, .bloque-linea .un-cuarto, .enlinea{
    display: inline-block;
    vertical-align: top;
}

.ico-grande{
    font-size: 38px !important;
}

img.mitad{
    width: 50%;
}

img.en-texto{
    margin: 0 0 30px 30px;
}

img.en-texto-izquierda{
    margin: 0 30px 30px 0;
}

.separado-amplio{
    line-height: 22px;
}

.espacio-medio{
    margin-top: 20px;
}

.sin-padding{
    padding: 0 !important;
}

.alinea-arriba{
	vertical-align: top;
}

.espacio-arriba-muy-grande{
    margin-top: 60px !important;
}

/*******PADDINGS*****/

.padding-lateral-mediano{
    padding-right: 10% !important;
    padding-left: 10% !important;
}

.padding-lateral-8{
    padding-right: 8%;
    padding-left: 8%;
}

.padding-lateral-chico{
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.padding-vertical-mediano{
    padding-top: 10px !important;
    padding-top: 10px !important;
}

.padding-vertical-mas-mediano{
    padding-top: 20px !important;
    padding-top: 20px !important;
}

.padding-vertical-ambos-mediano{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.padding-izquierdo-mediano{
    padding-left: 20px !important;
}

.padding-derecho-chico{
    padding-right: 10px !important;
}

.padding-vertical-grande-chico{
    padding-top: 30px;
    padding-bottom: 10px;
}

/*****MARGENES*******/

.margen-lateral-chico{
    margin-right: 10px !important;
    margin-left: 10px !important;
}

/******POSICIONES******/

.posicion-relativa{
    position: relative;
}

/******TEXTOS********/

.txt-12{
    font-size: 12px !important;
}

.txt-16{
    font-size: 16px !important;
}

.txt-italico{
    font-style: italic;
}

/* /////////////  CONTENEDOR \\\\\\\\\\\\\\\ */

#contenedor-mac{
	width:100%;
}

.full-width{
	width: 100%;
}

/* /////////////  CABEZA \\\\\\\\\\\\\\\ */

header{
    width:100%;
	padding: 0;
text-align:center;
}




#cabeza-principal img#logotipo{
margin:0;
padding:0;
height:105px; 
max-height:105px;
}

header .btn-cursor:hover{
	color: #ffffff;
}

.contenedor-logotipo-menu{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5px 0;
    margin-bottom: 10px;
}

/*****STICKY******/

.sticky{
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 7px 0 rgba(0,0,0,.1);
    height: 116px;
}

.sticky .contenedor-logotipo-menu{
    padding: 0;
}

.sticky nav{
	margin-top: 10px;
}

.sticky #logotipo{
	position: absolute;
    height: 80px !important;
    max-height: 80px !important;
    margin-top: 30px !important;
}


/* ////  PIE \\\\\\\\\ */

.pie-mac{
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.pie-mac p{
	font-size: 11px;
    padding: 10px 0 !important;
    margin: 0;
}


.pie-mac p a{
	font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
}

/**Paddings***/

.padding-10{
    padding: 10px;
}

.padding-20{
    padding: 20px;
}

/* ////////////////////////  CONTENIDO \\\\\\\\\\\\\\\\\\\\\\\\\ */

/* /////////////  contenedor contenido \\\\\\\\\\\\\\\ */


.contenido-mac{
	position: relative;
    text-align: center;
    /*overflow: hidden;*/
}

.contenido-mac.legales{
	width: 80%;
    padding: 20px;
    margin: 10px auto;
}

.contenido-mac .contenedor-contenido{
    width: 80%;
    margin: 0 auto;
}


.contenido-mac p{
	padding: 20px 0;
}

.mitad{
	width:48% !important;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 20px 0 20px 0px;
    vertical-align: top;
}


.mitad.lado-derecho .contenedor-sistemas{
	margin-right:40% !important;
    margin-left: -4px;
    
}

.mitad.lado-izquierdo .contenedor-sistemas{
	margin-left:40% !important;
    
}

.contenedor-sistemas.activo-precios{
	position: fixed;
}

.mitad .contenedor-sistemas img{
	width:70% !important;
}

.mitad p{
    padding: 0;
}

.mitad p.titulo{
    padding: 10px 5px 0px 5px;
}

.icono i{
    font-size: 22px;
    margin-bottom: 20px;
}

#contenedor{
        margin-top: -8.2em;
    position: relative;
}

.btn-entrar{
    display: block;
    padding: 21px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
-webkit-box-shadow: 0px 3px 0px 0px rgba(0,38,62,1);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,38,62,1);
box-shadow: 0px 3px 0px 0px rgba(0,38,62,1);
border: 0px solid #000000;
    margin-bottom: 30px;
    position: absolute;
    top: 22px;
    color: white;

}

.btn-entrar.sf-btn{
    left: 36%;

}

.btn-entrar.sc-btn{
    right: 36%;


}

.btn-entrar.bg-sc-rosa-claro:hover{
   color: #fff;
    background: #ff8189;

}

.btn-entrar.bg-corp-amarillo-claro:hover{
   color: #fff;
    background: #ffcd00;

}




.lado-izquierdo{
    vertical-align: top;
}

.lado-izquierdo .mitad{
    width: 47%;
}

.contactanos{
    text-align: center;
    margin: 30px;
}

.separador-pleca, .separador-pleca-chico{
    
    background: -moz-linear-gradient(left, rgba(0,96,152,0) 0%, rgba(0,96,152,.8) 50%, rgba(0,96,152,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,96,152,0) 0%,rgba(0,96,152,.8) 50%,rgba(0,96,152,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,96,152,0) 0%,rgba(0,96,152,.8) 50%,rgba(0,96,152,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.pleca-azul{
    
    background: -moz-linear-gradient(left, rgba(65,151,204,0) 0%, rgba(65,151,204,.8) 50%, rgba(65,151,204,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(65,151,204,0) 0%,rgba(65,151,204,.8) 50%,rgba(65,151,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(65,151,204,0) 0%,rgba(65,151,204,.8),rgba(65,151,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    margin-top: 5px;
    margin-bottom: 10px !important;
}

.separador-pleca{
    width: 90%;
    height: 2px;
    margin: 20px auto;
}

.separador-pleca-chico{
    width: 50%;
    height: 1px;
    margin: 0px auto;
}

.espacio-separador-10{
    margin: 10px auto !important;
}

/*****TOOLTIP*****/

/* Tooltip container */
.tooltip {
    position: relative;
    width: 61%;
    margin: 0 auto;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #006098;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 20px;
    right: -230px;
    border: 1px solid #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*************TABLA PRECIOS****************/

.cabeza-precios{

}

.precio-principal{
    font-size: 30px;
    display: table;
    padding: 13px 20px;
    border-radius: 50px 50px 50px 50px;
-moz-border-radius: 50px 50px 50px 50px;
-webkit-border-radius: 50px 50px 50px 50px;
border: 0px solid #000000;
    margin: 15px auto;
    border: 2px solid #ffffff;
    text-align: center;
}

.precio-principal strong{
    font-family: 'Noto Serif', serif;
}

.precio-principal.sf{
    font-size: 28px;
    padding: 17px 20px;
    border-radius: 60px 60px 60px 60px;
-moz-border-radius: 60px 60px 60px 60px;
-webkit-border-radius: 60px 60px 60px 60px;
    
}

.txt-leyenda{
    font-size: 11px;
}

.btn-registro, .btn-precios, .btn-comprar{
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    width: 61%;
    color: #333333;
}

.btn-registro{
    width: 100%;
}

.btn-precios{
    width: 71%;
}

.btn-registro.sf{
    width: 61%;
}

.btn-registro:hover, .btn-precios:hover{
/*   color: blue;*/
   font-weight: bold;
   background: rgba(0,96,152,.3);

}

.btn-precios.activo{
   width: 100%;
   color: white;
    background: #006098;
     border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
    position: relative;
}

.btn-precios.activo:before{
    font-family: Material Icons;
	color: #fff;
	content: "\E5C7";
	display: block;
	position: absolute;
	left: 18px;
	font-size: 26px;
    top: 13px;
}

.btn-comprar{
    border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
    background: #00bc70;
    margin: 20px auto;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,38,62,.8);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,38,62,.8);
box-shadow: 0px 3px 0px 0px rgba(0,38,62,.8);
}

#sf-comprar{
    background-color: #5fc615;
    font-weight: bold;
}

#sc-comprar{
    background-color: #ff961e;
    font-weight: bold;
}

ul.caracteristicas{
    padding: 10px;
}

ul.caracteristicas li{
    padding: 10px;
    margin-left: 15px;
    display: block;
}

ul.caracteristicas > li:before{
    font-family: Material Icons;
	color: #fff;
	content: "\E86C";
	display: block;
	position: absolute;
	left: 30px;
	font-size: 15px;
	margin-top: 3px;
}

.contenido-precios ul.caracteristicas > li{
    padding: 5px 10px;
    margin-left: 0;
}

.contenido-precios ul.caracteristicas > li:before{
    content: "";
}

.contenido-precios ul.caracteristicas > li i{
    margin-top: -3px;
    margin-right: 3px;
}


ul.caracteristicas ul, .lista-precios{
    font-family: 'Noto Serif', serif;
    font-size: 16px;
   width: 49%;
    display: inline-block;
    margin-top: 10px;
    border-right: 1px solid #fff;
    background: rgba(255,255,255,.3);
    padding: 5px 0;
}

ul.caracteristicas ul:last-child{
   margin-left: -5px;
    border: none;
}

ul.caracteristicas ul li, .lista-precios li{
    padding: 5px;
    margin-left: 0;
}

ul.caracteristicas ul.full{
   width: 100%;
    border: none;
}



.desplegar-precios{
    display: none;
}

.modulo-precios{
    margin: 0 30px;
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.modulo-precios.borde-blanco{
    border: 1px solid #fff;
}

.modulo-precios.borde-azul{
    border: 1px solid #006098;
}

/**CONTACTO***/

.datos-contacto{
    padding: 10px;
}

.datos-contacto li{
    padding: 5px;
}

/*****VENTANAS*****/

.ventana{
     top: 0;
    bottom:0;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y:scroll;
    overflow-x:hidden;
    
}

.fixed-content {
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}

.ventana .contenedor-ventana{
    width: 50%;
    margin: 2% auto;
    background: #fff;
     border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
    position: relative;
}

.ventana .contenedor-ventana.compra{
    width: 30%;
    margin: 10% auto;
    padding-bottom: 30px;
}

.ventana .descripcion{
    padding: 5px 0 20px 0;
}

.ventana .descripcion p{
    padding: 5px 30px;
}

.ventana .descripcion ul li{
    padding: 5px 30px;
}



.ventana .lista-precios.alinearDerecha{
   
    border-right: 1px solid #4197cb;
}

.ventana .lista-precios{
     margin-top: 0;
    border: none;
}

.ventana .lista-precios.full{
    width: 100% !important;
}

.ventana .cerrar{
    position: absolute;
    right: 10px;
    cursor: pointer
}

.ventana .cerrar:hover{
    background: #00263e;
}

.ventana .tabs-contenedor{
    background: #4197cb;
}

.ventana .tabs-contenedor li{
    width: 50%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
    color: rgba(255,255,255,.6);
    padding: 1% 0;
    cursor: pointer;
}

.ventana .tabs-contenedor li:last-child{
    border-right: none;
}

.ventana .tabs-contenedor li.sf:hover, .ventana .tabs-contenedor li.sf.activo{
    background: #5fc615;
    color: #00263e;
    font-weight: bold;
}

.ventana .tabs-contenedor li.sc:hover, .ventana .tabs-contenedor li.sc.activo{
    background: #ff961e;
    color: #00263e;
    font-weight: bold;
}

.ventana .descripcion, .ventana, .ventana .contenedor-ventana.compra {
    display: none;
}

.ventana .contenedor-ventana.compra p{
   padding: 20px 30px;
}

.ventana .contenedor-ventana.compra ul.datos-contacto{
   padding: 0px !important;
    text-align: center;
}

.ventana .contenedor-ventana.compra ul.datos-contacto li{
   padding: 0px !important;
}


/* Móviles en vertical------------------------------------------------------------------------- */

@media (min-width: 320px) and (max-width: 768px) {
    
    .contenido-mac .contenedor-contenido{
        width: 100%;
    }
    
    .mitad{
	width:100% !important;
            padding: 20px 0;
    margin: 10px 0;
   
}

.mitad img{
	width:80% !important;
}
    
    .mitad.lado-izquierdo .contenedor-sistemas, .mitad.lado-derecho .contenedor-sistemas{
        margin: 20px !important;
    }
    
    .borde-derecho{
        border: none;
    }
    
    .datos-contacto, header p{
        width: 80%;
        margin: 0 auto;
    }
    
    header p{
        padding-bottom: 20px;
    }
    
}
