body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------ ANIMACION BOTON CONTACTO -------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */
.botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#F44336;
  right:0;
  bottom:0;
  position:fixed;
  margin-right:16px;
  margin-bottom:1em;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s; 
  font-size: 30px; 
  opacity: .75;
}

.botonF1:hover span{
  transform:rotate(360deg);
}
.botonF1:active{
  transform:scale(1.1);
}
.btn{
  width:40px;
  height:40px;
  border-radius:100%;
  border:none;
  color:#FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-size:28px;
  outline:none;
  position:fixed;
  right:0;
  bottom:0;
  margin-right:26px;
  transform:scale(0);
}
.animacionVer{
  transform:scale(1);
}

.headerContacto{
  font-weight: bold;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*----------------------------- FIN ANIMACION BOTON CONTACTO ----------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------------- ANIMACION ---------------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */

i {
  display: block;
  position: absolute;
  z-index: 100;
  left:0;
  top:0;
  border-radius:50%;
  width: 32px;
  height: 32px;
  background: white;
  overflow: hidden;
  opacity:.1;
}


.fx {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}

button, select, label {
  margin: 0 10px 0 0;
  cursor:pointer;
}
button.active {
  color: red;
}
form, #info {
  position: absolute;
  z-index: 999999;
  left:10px;
  top:10px;
  border-radius:8px;
  padding: 10px;
  background: rgba(255,255,255,.3);
}
label {
  margin-right: 0;
  color:#fff;
  font: normal 12px Arial;
  
  display: none;
}

select {
    margin-right: 0;
}

#info {
  font-family:arial;
  font-size:12px;
  right:10px;
  bottom:10px;
  top:auto;
  left:auto;
}
#info a {
  color:#fff;
  text-decoration:none;
}
#info a:hover {
  text-decoration:underline;
}

i {
  background: #72746F;
}
#units {
  margin-left:10px;
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
/*---------------------------------- FIN DE ANIMACION -----------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*--------------------------------------- BANNER ----------------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */
#tituloCabezote{
  background-color:transparent;
  font-size:25px;
  color: #009FDD;
  font-weight: bold;
}

.bgimg-1{
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;

}


.bgimg-1 {
  background-image: url("../img/BannerDarkBigMin1280.jpg");
  min-height: 50%;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------------------ FIN BANNER ---------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*-------------------------------------- BANNER INFERIOR --------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */

.bgimg-2 {
  position: relative;
  opacity: 2.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.bgimg-2 {
  background-image: url("../img/img_parallax2.jpg");
  min-height: 400px;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------------ FIN BANNER INFERIOR ------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------------------- FONTS -------------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*----------------------------------------- FIN FONTS -----------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------------- CUERPO DEL FOLLETO ------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */


#contenedorCuerpoFolleto{
  padding-top: 2em;
  padding-bottom: 2em;
}

/********* CUADRO 1 ***********/

#cuadro1{
  background-color: #224B74;
  height: 150px;
  border-radius: 20px;
}

#IconoLibroCuadro1{
 font-size:58px;
 padding-top: .8em;
 padding-left: .5em;
 color: white;
}

#cuadro1Interno{
  background-color: #439ED4;
  height: 150px;
  border-radius: 20px;
  width: 80%;
  float: right;
}

.titulosCuadros{
  font-size: 25px;
  color: white;
  padding-top: .5em;
  font-weight: bold;
}
.subtitulosCuadros{
  font-size: 25px;
  color: white;
}
/********* FIN CUADRO 1 ***********/

/********* CUADRO 2 ***********/
#cuadro2{
  background-color: #224B74;
  height: 150px;
  border-radius: 20px;
}

#IconoLibroCuadro2{
 font-size:58px;
 padding-top: .8em;
 padding-right: .2em;
 color: white;
}

#cuadro2Interno{
  background-color: #439ED4;
  height: 150px;
  border-radius: 20px;
  width: 80%;
  float: left;
}

.titulosCuadros2{
  font-size: 25px;
  color: white;
  padding-top: .5em;
  font-weight: bold;
}
.subtitulosCuadros2{
  font-size: 25px;
  color: white;
}
/********* FIN CUADRO 2 ***********/

/********* CUADRO 3 ***********/
#Multisitio{
  padding-top: 1em;
}

#cuadro3{
  background-color: #224B74;
  height: 230px;
  border-radius: 20px;
}

#IconoLibroCuadro3{
 font-size:58px;
 padding-top: .85em;
 padding-left: .5em;
 color: white;
}

#cuadro3Interno{
  background-color: #439ED4;
  height: 150px;
  border-radius: 20px;
  width: 100%;
  float: right;
}

.titulosCuadros3{
  font-size: 25px;
  color: white;
  padding-top: .5em;
  font-weight: bold;
}

.subtitulosCuadros3{
  font-size: 25px;
  color: white;
  line-height:100%;
}
/********* FIN CUADRO 3 ***********/

/********* CIRCULO ***********/
#Circulo{

  text-align: center;
  
}
#CirculoInterno{

}

#logoCirculo{
  padding-top: 1em;
  width: 230px;
}

/********* FIN CIRCULO ***********/

/********* FIN CUADRO 4 ***********/
#Tarificacion{
  padding-top: 1em;

}
#cuadro4{
  background-color: #224B74;
  height: 230px;
  border-radius: 20px;
}

#IconoLibroCuadro4{
 font-size:40px;
 padding-right: .2em;
 color: white;
}

#Icono2LibroCuadro4{
 font-size:40px;
 padding-right: .2em;
 color: white;
}

#Icono3LibroCuadro4{
 font-size:40px;
 padding-top: .5em;
 padding-right: .2em;
 color: white;
}

#cuadro4Interno{
  background-color: #439ED4;
  height: 150px;
  border-radius: 20px;
  width: 100%;
  float: left;
}

.titulosCuadros4{
  font-size: 25px;
  color: white;
  padding-top: .5em;
  font-weight: bold;
}
.subtitulosCuadros4{
  font-size: 22px;
  color: white;
  line-height:100%;
  text-align: center;
}
.subtitulos2Cuadros4{
  font-size: 22px;
  color: white;
  line-height:100%;
  padding-left: 1.3em;
  text-align: left;
}
/********* FIN CUADRO 4 ***********/

/********* CUADRO 5 ***********/
#Servidores{
  padding-top: 1em;
}

#cuadro5{
  background-color: #224B74;
  height: 150px;
  border-radius: 20px;
}

#IconoLibroCuadro5{
 font-size:58px;
 padding-top: .8em;
 padding-left: .5em;
 color: white;
}

#cuadro5Interno{
  background-color: #439ED4;
  height: 150px;
  border-radius: 20px;
  width: 80%;
  float: right;
}

.titulosCuadros5{
  font-size: 25px;
  color: white;
  padding-top: .5em;
  font-weight: bold;
}
.subtitulosCuadros5{
  font-size: 25px;
  color: white;
  line-height:100%;
}
/********* FIN CUADRO 5 ***********/

/********* CUADRO 6 ***********/
#ImpresionSegura{
  padding-top: 1em;
}
#cuadro6{
  background-color: #224B74;
  height: 150px;
  border-radius: 20px;
}

#IconoLibroCuadro6{
 font-size:58px;
 padding-top: .8em;
 padding-right: .2em;
 color: white;
}

#cuadro6Interno{
  background-color: #439ED4;
  height: 150px;
  border-radius: 20px;
  width: 80%;
  float: left;
}

.titulosCuadros6{
  font-size: 25px;
  color: white;
  padding-top: .5em;
  font-weight: bold;
}
.subtitulosCuadros6{
  font-size: 25px;
  color: white;
  line-height:100%;
}
/********* FIN CUADRO 6 ***********/

/* ///////////////////////////////////////////////////////////////////////////////////// */
/*---------------------------------- FIN CUERPO DEL FOLLETO -----------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */



/* ///////////////////////////////////////////////////////////////////////////////////// */
/*------------------------------------------ FOOTER -------------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */

.titulosFooter{
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}

#ContenedorCopyright{
  background-color: #3B3833;
}

.copyright{
  font-weight: bold;
  float: right;
}
/* ///////////////////////////////////////////////////////////////////////////////////// */
/*---------------------------------------- FIN FOOTER -----------------------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */



/* NOTA: Parallax se dsactiva en smarthphones y tablets */


/* ///////////////////////////////////////////////////////////////////////////////////// */
/*----------------------- RESOLUCIONES DE PANTALLA RESPONSIVE DESIGN -------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */

@media(max-width: 1440px){
/********* CUADRO 3 ***********/
#cuadro3Interno{
  background-color: #439ED4;
  height: 170px;
  border-radius: 20px;
  width: 100%;
  float: right;
}
#IconoLibroCuadro3{
 padding-top: 1.1em;
 padding-left: .5em;
}
/********* CUADRO 4 ***********/
#Icono3LibroCuadro4{
 padding-top: .7em;
 font-size:39px;
 padding-right: .2em;
 color: white;
}
.subtitulos2Cuadros4{
  font-size: 19px;
  color: white;
  line-height:100%;
  text-align: left;
}
#cuadro4Interno{
  background-color: #439ED4;
  height: 170px;
  border-radius: 20px;
  width: 100%;
  float: left;
}
}

@media(max-width: 1366px){

#Circulo{
  padding-top: 1em;
  text-align: center;
}
#logoCirculo{
  width: 250px;
}

}

@media(max-width: 1280px){

}

@media(max-width: 1080px){
.bgimg-1 {
  background-image: url("../img/BannerDarkBigMin1080.jpg");
  background-position: center;
}

/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: 1.6em;
  font-size: 22px;
  color: white;
  line-height: 100%;
}
.subtitulosCuadros{
  font-size: 21px;
  color: white;
}

/********* CUADRO 2***********/

.titulosCuadros2{
  padding-top: 2em;
  font-size: 22px;
  color: white;
}
.subtitulosCuadros2{
  font-size: 21px;
  color: white;
}

/********* CUADRO 3***********/

#IconoLibroCuadro3{
 padding-top: .68em;
 padding-left: .5em;
}

/********* CIRCULO ***********/

#Circulo{
  padding-top: 2.2em;
  text-align: center;
}
#logoCirculo{
  width: 250px;
}

/********* CUADRO 3***********/

.titulosCuadros3{
  font-size: 22px;
}
.subtitulosCuadros3{
  padding-top: .5em;
  font-size: 21px;
}
#IconoLibroCuadro3{
 padding-top: 1.2em;
}
/********* CUADRO 5***********/

.titulosCuadros5{
  font-size: 22px;
}
.subtitulosCuadros5{
  padding-top: .5em;
  font-size: 21px;
}
#IconoLibroCuadro5{
 padding-left: .1em;
}
/********* CUADRO 6***********/

.titulosCuadros6{
  font-size: 22px;
}
.subtitulosCuadros6{
  padding-top: .5em;
  font-size: 21px;
}

}

@media(max-width: 1050px){
/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: 1.5em;
  line-height:100%;
}
#IconoLibroCuadro1{
 padding-left: .1em;
}
/********* CUADRO 2***********/

.titulosCuadros2{
  padding-top: 1.5em;
}

}

@media(max-width: 1024px){

/********* DESACTIVA PARALLAX ***********/
.bgimg-1, .bgimg-2 {
    background-attachment: scroll;
}
.bgimg-1 {
  background-image: url("../img/BannerDarkBigMin1024.jpg");
}
/********* FIN DESACTIVA PARALLAX ***********/

#IconoLibroCuadro1{
 padding-left: .1em;
}

}

@media(max-width: 991px){

}

@media(max-width: 900px){

/********* CUADRO 3***********/

#IconoLibroCuadro3{
 padding-top: .8em;
}
.subtitulosCuadros3{
  font-size: 22px;
}

/********* CUADRO 4 ***********/
.subtitulosCuadros4{
  font-size: 19px;
}
.subtitulos2Cuadros4{
  padding-top: .3em;
  font-size: 17px;
}
/********* CIRCULO ***********/
#Circulo{
  padding-top: 3em;
}
}

@media(max-width: 800px){

/********* CUADRO 1 ***********/
#IconoLibroCuadro1{
 font-size:50px;
 padding-top: 1em;
 padding-left: .1em;
}
.titulosCuadros{
  font-size: 20px;
  color: white;
}
.subtitulosCuadros{
  font-size: 20px;
  color: white;
}

/********* CUADRO 2 ***********/

#IconoLibroCuadro2{
 font-size:50px;
 padding-top: 1em;
 padding-right: .1em;
}
.titulosCuadros2{
  font-size: 20px;
  color: white;
}
.subtitulosCuadros2{
  font-size: 20px;
  color: white;
}

/********* CUADRO 3***********/

#IconoLibroCuadro3{
 padding-top: .6em;
}
.titulosCuadros3{
  padding-top: 1.2em;
  font-size: 22px;
}
.subtitulosCuadros3{
  font-size: 20px;
}

/********* CIRCULO ***********/

#Circulo{
  padding-top: 3.8em;

}

/********* CUADRO 4 ***********/

.titulosCuadros4{
  font-size: 21px;
}
.subtitulosCuadros4{
  font-size: 20px;
}
#Icono3LibroCuadro4{
 padding-top: .5em;
}

/********* FOOTER ***********/
#direccionFooter{
float: left;
}

}

@media(max-width: 768px){
.bgimg-1 {
  background-image: url("../img/BannerDark.jpg");
}
/********* CUADRO 3 ***********/
#cuadro3{
  height: 240px;
}

#cuadro3Interno{
  height: 170px;
}
#IconoLibroCuadro3{
 padding-top: .7em;
}

/********* CUADRO 4 ***********/
#cuadro4{
  height: 240px;
}
#cuadro4Interno{
  height: 170px;
}
.titulosCuadros4{
  font-size: 21px;
  line-height:100%;
}
.subtitulosCuadros4{
  font-size: 20px;
}
.subtitulos2Cuadros4{
  font-size: 16px;
}
#Icono3LibroCuadro4{
 padding-top: .6em;
 font-size:39px;
 padding-right: .2em;
 color: white;
}

/********* CIRCULO ***********/

#Circulo{
  padding-top: 4em;

}

}

@media(max-width: 767px){
#AdminCliente{
  padding-bottom: 1em;
}
/********* CUADRO 1 ***********/
#cuadro1Interno{
  width: 70%;
}
.titulosCuadros{
  padding-top: 2em;
  font-size: 20px;
}
.subtitulosCuadros{
  font-size: 20px;
}

/********* CUADRO 2 ***********/
#cuadro2Interno{
  width: 70%;
}
.titulosCuadros2{
  padding-top: 2em;
  font-size: 20px;
}
.subtitulosCuadros2{
  font-size: 20px;
}

/********* CUADRO 3 ***********/
#cuadro3{
  height: 180px;
}
#cuadro3Interno{
  height: 100px;
}
#IconoLibroCuadro3{
 padding-top: .4em;
 padding-left: .5em;
}

/********* CIRCULO ***********/
#Circulo{
  padding-top: 1em;
}
#logoCirculo{
  width: 150px;
}
/********* CUADRO 4 ***********/
#cuadro4{
  height: 180px;
}

#cuadro4Interno{
  height: 110px;
}

#Icono3LibroCuadro4{
 padding-top: .6em;
}

/********* FOOTER ***********/
#ContenedorPoliticasFooter{
  padding-top: 1.5em;
}

}

@media(max-width: 736px){
/********* CUADRO 1 ***********/
#cuadro1{
  height: 120px;
}
#cuadro1Interno{
  height: 120px;
}

#IconoLibroCuadro1{
 padding-top: .7em;
}
.titulosCuadros{
  padding-top: 1em;
}
/********* CUADRO 2 ***********/
#cuadro2{
  height: 120px;
}

#cuadro2Interno{
  height: 120px;
}

#IconoLibroCuadro2{
 padding-top: .7em;
}

.titulosCuadros2{
  padding-top: 1em;
}
}

@media(max-width: 667px){
/********* CIRCULO ***********/

#Circulo{
  padding-top: .1em;

}
}

@media(max-width: 640px){
/********* CUADRO 3 ***********/
#cuadro3{
  height: 170px;
}
#IconoLibroCuadro3{
 padding-top: .2em;
 padding-left: .5em;
}
.titulosCuadros3{
  padding-top: .5em;
  font-size: 22px;
}
.subtitulosCuadros3{
  font-size: 20px;
}

}

@media(max-width: 600px){

}

@media(max-width: 568px){
/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: 1em;
  font-size: 20px;
}

/********* CUADRO 2 ***********/
.titulosCuadros2{
  padding-top: 1em;
  font-size: 20px;
}

}

@media(max-width: 480px){
#tituloCabezote{
  font-size:20px;
  line-height: 100%;
  color: #F4F4F4;
}
/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: 1em;
  line-height:100%;
}
.subtitulosCuadros{
  font-size: 18px;
}
/********* CUADRO 2 ***********/
.titulosCuadros2{
  padding-top: 1em;
  font-size: 20px;
}
.subtitulosCuadros2{
  font-size: 18px;
}

/********* CUADRO 3 ***********/
.subtitulosCuadros3{
  font-size: 18px;
}

/********* CUADRO 4 ***********/
.subtitulosCuadros4{
  font-size: 18px;
}
#cuadro4{
  height: 180px;
}

#cuadro4Interno{
  height: 123px;
}

#Icono3LibroCuadro4{
 padding-top: .4em;
}

/********* CUADRO 5 ***********/
.titulosCuadros5{
  padding-top: 1em;
  font-size: 20px;
}
.subtitulosCuadros5{
  font-size: 18px;
}

/********* CUADRO 6 ***********/
.titulosCuadros6{
  padding-top: 1em;
  font-size: 20px;
}
.subtitulosCuadros6{
  font-size: 18px;
}

}

@media(max-width: 440px){

}

@media(max-width: 414px){
/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: 1em;
}

/********* CUADRO 2 ***********/
.titulosCuadros2{
  padding-top: 1em;
}

/********* FOOTER ***********/
.copyright{
  font-size: 12px;
}
}

@media(max-width: 384px){
#tituloCabezote{
  font-size:19px;
}
.bgimg-1 {
  background-image: url("../img/BannerDark384.jpg");
}
/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: 1.5em;
  font-size: 19px;
}
.subtitulosCuadros{
  font-size: 17px;
}

/********* CUADRO 2 ***********/
.titulosCuadros2{
  padding-top: 1.5em;
  font-size: 19px;
}
.subtitulosCuadros2{
  font-size: 17px;
}
/********* CUADRO 3 ***********/
.subtitulosCuadros3{
  font-size: 17px;
}
/********* CUADRO 5 ***********/
.titulosCuadros6{
  padding-top: 1.5em;
  font-size: 19px;
}
.subtitulosCuadros6{
  font-size: 17px;
}
/********* CUADRO 5 ***********/
.titulosCuadros5{
  padding-top: 1.5em;
  font-size: 19px;
}
.subtitulosCuadros5{
  font-size: 17px;
}
}

@media(max-width: 375px){
/********* CUADRO 5 ***********/
#IconoLibroCuadro5{
 padding-top: 1.5em;
 font-size: 40px;
}
/********* CUADRO 6 ***********/
#IconoLibroCuadro6{
 padding-top: 1.2em;
 font-size: 45px;
}
}

@media(max-width: 320px){
.caption {
  /*display: none;*/
}
.bgimg-1 {
  background-image: url("../img/BannerDark320.jpg");
}

/********* CUADRO 1 ***********/
.titulosCuadros{
  padding-top: .5em;
  font-size: 18px;
}
.subtitulosCuadros{
  padding-top: .3em;
  font-size: 17px;
  line-height:100%;
}

/********* CUADRO 2 ***********/
.titulosCuadros2{
  padding-top: 1.5em;
  font-size: 18px;
}
.subtitulosCuadros2{
  font-size: 17px;
  line-height:100%;
}

/********* CUADRO 3 ***********/
#IconoLibroCuadro3{
 padding-top: .2em;
}
.titulosCuadros3{
  padding-top: .1em;

}
#cuadro3Interno{
  height: 110px;
}
/********* CUADRO 4 ***********/
#cuadro4{
  height: 225px;
}

#cuadro4Interno{
  height: 165px;
}
.subtitulosCuadros4{
  padding-top: .2em;
}
#Icono3LibroCuadro4{
 padding-top: .4em;
}
/********* FOOTER ***********/
.copyright{
  font-size: 10px;
}

}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/*--------------------- FIN RESOLUCIONES DE PANTALLA RESPONSIVE DESIGN ------------------*/
/* ///////////////////////////////////////////////////////////////////////////////////// */