
html, body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  /*background: #fff none repeat scroll 0 0;*/
  background: #0f0f19 none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 0px 0px 0px;
  background-color:#0F0F19;
}

.area-padding-2 {
  padding: 60px 0px 50px;
  background: blue;
}

.padding-2 {
  padding-bottom: 90px;
}

.area-padding8 { /*PROYECTO A LA MEDIDA CONTENEDOR*/
  padding:90px 0px 180px;
  background:#1D2249;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight:normal;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
  color: white;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
/*  background: rgba(0, 0, 0, 0.40); color de la barra negra transparente*/
  background: black;
  z-index: 9;
}

.navbar-header a.navbar-brand { /*color del contenido del logo*/
  display: inline-block;
  height: 90px;
  padding: 10px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 18px 10px ; /*el ancho que estaran los menus de la pagina*/
}
.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color:#A6ACAF;
  font-size: 100%;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #fff;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #fff;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

.main-menu .dropdown ul {
  background: #000;
  margin-top:-11px;

}

.main-menu .dropdown ul li {
  display: block;
height: 70px;
margin-top:-10px;
}

/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
  background-color: rgba(0, 0, 0, 1);
  height: 95px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  
}

.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {
  display: block;
}




/*la imagen del logo*/
.sticky-logo img {
  width: 16vw;
  height: auto;

}  /*end logo imagen*/


.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}

/*fondo principal*/


.fondoprincipal3 img{
  /* width: 45%;
  height:auto;
  margin-top:0%; */
    width: 47vw;
    height: auto;
    margin-top: 0%;
    object-fit: cover;
}


/*fondo de ventajas*/
.fondoprincipal4 img.imgfot1{
  width: 100%;
  height:auto;
  margin-top: -10px;
}

.fondoprincipal4 img.imgfot2{
  width: 100%;
  height:auto;
  margin-top: -10px;
  display: none;
}
/*parallax de ventajas*/



/*fondo de proyecto a la medida*/
.fondoprincipal6{
  width: 100%;
  height: 650px;
  background:#343161;
  margin-top: -90px;
}




/*fondo de proyecto integral*/
.fondoprincipal5 img .imgpro1{
  width: 100vw;
  height: auto;
  margin-top: -170px;
}
.fondoprincipal5 img.imgfot4{
    width: 100vw;
  height: auto;
  margin-top: -170px;
  display: none;
}


/*caracteristicas*/
.fondoprincipal7{
  width: 100%;
  height: 850px;
  background:#0E0E18;
  margin-top: -90px;
}

/*proceso*/
.fondoprincipal8{
  width: 100%;
  height: 700px;
  background:#0E0E18;
  margin-top: -210px;
}

.fondoprincipal0{
  width: 100%;
  height: 300px;
  margin-top: -210px;
}


/*fondo de caracteristicas */
#contenedorcaracte{
width: 100%;
height: 420px;
background: #1F2449;
position: absolute;
margin-top: 145px;

}

#subcontenedorcaracte{
width: 50%;
height: 380px;
margin-left: 500px;
margin-top: 0px;
}




#sub1{
  width:100%;
  height:85px;
  background:#1F2449;
  margin-top: 50px;
}

#sub2{
  width:100%;
  height:85px;
  background:#1F2449;
  padding-top: 5px;
}

#sub3{
  width:100%;
  height:85px;
  background:#1F2449;
  padding-top: 5px; 
}

#sub4{
  width:100%;
  height:85px;
  background:#1F2449;
  padding-top: 5px;
}





#circulo {
  height: 70px;
  width: 70px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #1F2449;
  border:#E91D71 5px solid;

}


#subcontenedorcaracte #sub1 p.c{
  color:#E5E5E6;
  margin-top: -50px;
  margin-left: 100px;  
} 

#subcontenedorcaracte #sub2 p.b{
  color:#E5E5E6;
  margin-top: -50px;
  margin-left: 100px;  
} 

#subcontenedorcaracte #sub3 p.d{
  color:#E5E5E6;
  margin-top: -50px;
  margin-left: 100px;  
} 


#subcontenedorcaracte #sub4 p.e{
  color:#E5E5E6;
  margin-top: -50px;
  margin-left: 100px;  
} 
/*end fondo principal

.parallaxV{
  width: 100%;
  height: 680px;
background-image:url("../imagenes/ventajas.png");

}*/


/*archivos hiden*/

#pro{
  font-size: 40px;
  margin-top: -180px;
  margin-left: 550px;
  color: white;
  position: absolute;

}

/*linea del tiempo*/

.lineah{
  /* width: 60%;
  border: 0;
  border-bottom: 8px solid #E91D71;
  margin-top: 312px;
  margin-left: 310px;
  position: absolute; */
  width: 59%;
    border: 0;
    border-bottom: 8px solid #E91D71;
    margin-top: 25%;
    margin-left: 291px;
    position: absolute;
}

#circulo1 {
  /* height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border:#E91D71 5px solid;
  position: absolute;
  margin-top: 295px;
  margin-left: 273px;
  z-index: 3; */
  height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size: 36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border: #E91D71 5px solid;
  position: absolute;
  margin-top: 23.8%;
  margin-left: 19%;
  z-index: 3;
}



#circulo2 {
  /* height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border:#E91D71 5px solid;
  position: absolute;
margin-top: 295px;
margin-left: 440px;
z-index: 3; */
height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    border-radius: 50%;
    background: #E91D71;
    border: #E91D71 5px solid;
    position: absolute;
    margin-top: 23.8%;
    margin-left: 34%;
    z-index: 3;
}



#circulo3 {
  /* height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border:#E91D71 5px solid;
  position: absolute;
margin-top: 295px;
margin-left: 607px;
z-index: 3; */
height: 40px;
width: 40px;
display: table-cell;
text-align: center;
font-size: 36px;
vertical-align: middle;
border-radius: 50%;
background: #E91D71;
border: #E91D71 5px solid;
position: absolute;
/* margin-top: 295px; */
/* margin-left: 607px; */
margin-top: 23.8%;
margin-left: 48%;
z-index: 3;
}


#circulo4 {
  /* height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border:#E91D71 5px solid;
  position: absolute;
margin-top: 295px;
margin-left: 774px;
z-index: 3; */
height: 40px;
width: 40px;
display: table-cell;
text-align: center;
font-size: 36px;
vertical-align: middle;
border-radius: 50%;
background: #E91D71;
border: #E91D71 5px solid;
position: absolute;
/* margin-top: 295px; */
/* margin-left: 774px; */
z-index: 3;
margin-top: 23.8%;
margin-left: 62%;
}


#circulo5 {
  /* height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border:#E91D71 5px solid;
  position: absolute;
margin-top: 295px;
margin-left: 941px;
z-index: 3; */
height: 40px;
width: 40px;
display: table-cell;
text-align: center;
font-size: 36px;
vertical-align: middle;
border-radius: 50%;
background: #E91D71;
border: #E91D71 5px solid;
position: absolute;
/* margin-top: 295px; */
/* margin-left: 941px; */
z-index: 3;
margin-top: 23.8%;
margin-left: 76%;
}



#circulo6 {
  height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  font-size:36px;
  vertical-align: middle;
  border-radius: 50%;
  background: #E91D71;
  border:#E91D71 5px solid;
  position: absolute;
margin-top: 295px;
margin-left: 1108px;
z-index: 3;
}





/*texto */

#letter3{
  position: absolute;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-left: 49%;
}

#letter3 p.txtmarcas{
  color: white;
  /*font-size: 270%;*/
  font-size: 2.7vw;
  font-weight: normal;
  margin-top: 10%;
  margin-left: 14%;

}

#letter3 p.txtmarca2{
  color: #01DFD7;
  /*font-size: 270%;*/
  font-size: 2.5vw;
  font-weight: bolder;
  margin-top: 10%;
  margin-left: 14%;
}

#imagenPlay{
  max-width: 75%;
  height: auto;
  margin-left: 10%;
}

#imagenAppstore{
  max-width: 75%;
  height: auto;
}


#letter3 p.txtparrafo{
  color:#E5E5E6;
  font-size: 18px;
  margin-top: 60px;
  text-align: justify;
}


#letter3 p.txtparrafo2{
  color:white;
  font-size: 30px;
 font-weight: bolder;
}




/*parrafos del proyeccion integral*/
#letter4{
  position: absolute;
  width: 25%;
  height: 320px;
  margin-top: 90px;
  margin-left: 680px;
}

#letter4 p.txtmarcas{
  /* color:#FF277E;
  font-size: 17px;
  font-weight: bolder;
  text-align: left; */
  color: #FF277E;
  font-size: 100%;
  font-weight: bolder;
  text-align: left;
}


#letter4 p.txtparrafo{
  color:gray;
  font-size: 14px;
  line-height:12px;

}


.btngoogle img{
  width: 15%;
  height:auto;
  margin-top: -290px;
margin-left: 783px;
}


#btngoogle2 img{
  width: 10%;
  height:auto;
  margin-top: 320px;
margin-left: 700px;
position: absolute;
}


#descargaletra p#letterapp{
font-size: 40px;
color: white;
position: absolute;
margin-top: 175px;
margin-left: 600px;
}

#descargaletra p#letterapp2{
font-size: 14px;
color:#E5E5E6;
position: absolute;
margin-top: 230px;
margin-left: 550px;
width: 34%;
}


#iconoapp img{
  width: 6%;
  height:auto;
margin-top: 60px;
margin-left: 730px;
position: absolute;
}



.lineavertical{
  /* height:360px;
  width: 2px;
  background:#9B1B51;
  position: absolute;
  margin-left: 640px;
  margin-top: 100px; */
  height: 44%;
  width: 2px;
  background: #9B1B51;
  position: absolute;
  margin-left: 640px;
  margin-top: 5%;
}









.wellcome-area {
  background: rgba(248, 248, 248, 0.8) url("../imagenes/arvis/fondo-arvis-1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;

  height: 740px;
}

.well-bg {
  position: relative;
}

.wellcome-text {
  margin: 90px 0;
  padding: 30px 40px;
}

.well-text>h2 {
  color: white;
  font-size: 20px;
  font-weight:normal;
  margin-top: -100px;
  text-align: justify;
  margin-left: 10px;
}

#txarvis{
position: absolute;
color: white;
font-size: 40px;
font-weight: bolder;
margin-top: -90px;
margin-right: 10px;

}
  



.telefono{
  width: 25%;
  height: 200px;
  background: black;
  margin-left: 100px;
}

.telefono img{
  width: 15%;
  height: 80px;
  margin-left: -200px;
}


.telefono1{
  width: 100%;
  height: 80px;
}
.telefono .telefono1 #numerotxt{
  font-size: 14px;
  color:white;
  text-align: justify;
  font-weight: bolder;
}

.telefono .telefono1 #numerotxt2{
  font-size: 14px;
  color:white;
  text-align: justify;
  font-weight: normal;
}












/*   archivos que solo aparecen el lo responsivo*/


.contenidotodo{
width: 100%;
height: 510px;
margin-top: 20px;
display: none;
/*visibility: hidden;
background: red;*/
}


.seccion1{
  width: 33.3%;
  height: 250px;
  float: left;
}



.subseccion1{
  width: 85%;
  height: 120px;
}

.seccion1 img{
margin-left: -250px;
width: 25%;
}




.subsec1{
  width: 100%;
  height: 250px;
}


.seccion1 .subseccion1 .prueba3{
  font-size: 20px;
  color:white;
  font-weight: bolder;
}

.seccion1 .subseccion1 .prueba4{
  font-size: 14px;
  color:white;
  font-weight: normal;
  line-height:20px;
  padding-left: 12px;
  text-align: justify;
}


.subseccion2{
  width: 85%;
  height: 120px;
}

.subsec1 img{
margin-left: -250px;
}



.seccion2{
  width: 33.3%;
  height: 510px;
  float: left;

}
.seccion2 img{
  width: 60%;
  margin-top: 80px;
}


.seccion3{
  width: 33.3%;
  height: 510px;
  float: left;
}


.subseccion3{
  width: 85%;
  height: 120px;
  margin-left: 50px;

}

.seccion3 img{
margin-left: -150px;
width: 25%;
}

.seccion3 .subseccion3 .prueba3{
  font-size: 20px;
  color:white;
  font-weight: bolder;
}

.seccion3 .subseccion3 .prueba4{
  font-size: 14px;
  color:white;
  font-weight: normal;
  line-height:20px;
  padding-left: 12px;
  text-align: justify;
}






.subsec3{
  width: 100%;
  height: 250px;
}


.subseccion4{
  width: 85%;
  height: 120px;
  margin-left: 50px;
}

.subsec3 img{
margin-left: -150px;
}

.seccion3 .subseccion4 h1.prueba3{
  font-size: 20px;
  color:white;
  font-weight: bolder;
}

.seccion3 .subseccion4 h1.prueba4{
  font-size: 14px;
  color:white;
  font-weight: normal;
  line-height:20px;
  padding-left: 12px;
  text-align: justify;

}
/**/

#app img{
  width: 15%;
  height: 450px;
  position: absolute;
  margin-left: 580px;
  margin-top: 150px;
}


#tel{
  width: 18%;
  height: 440px;
  position:center;
  margin-top: 40px;
}


/*              linea de codigo de los artivulos de las ventajas*/


#bloque1{
width: 20%;
height: 250px;
margin-left: 20px;
}


#subloque1{ /*rellena lo q no se ocupa */
  width: 10%;
  height: 5px;

  
}

#subloque2{ /*el boque del telefono letras*/
  width: 100%;
  height: 30%;

/*  background: green;*/
}

#subloque3{ /*el boque del telefono*/
  width: 80%;
  height: 140px;
  padding-top: 30px;
 background-image:url('../imagenes/arvis/iconos/ventajas-1.png');
  background-repeat: no-repeat;

}


#txtdifusion{
color: white;
font-family: sans-serif;
font-weight: bolder;
text-align: justify;
padding-top: 20px;
}
#txtsubdifusion{
color:#EEEAE9;
font-family: sans-serif;
font-weight:normal;
text-align: justify;
}


/*la difusion o promocion masiva*/

#bloque2{
width: 25%;
height: 260px;
margin-top: -250px;
margin-left: 770px;
}

#raya{
  width:100%;
  height: 2px;
}

#subloque4{
  width: 50%;
  height: 50%;
  background-image:url('../imagenes/arvis/iconos/ventajas-3.png');
  background-repeat: no-repeat;
}


#subloque5{
  width: 100%;
  height: 50%;
}

#txtdifusion2{
color: white;
font-family: sans-serif;
font-weight: bolder;
text-align: justify;
padding-top: 20px;
}
#txtsubdifusion2{
color:#EEEAE9;
font-family: sans-serif;
font-weight:normal;
text-align: justify;
}

/*reduccion de costos*/
#bloque3{
width: 25%;
height: 260px;
margin-top: 20px;
margin-left: 15px;
}


#subloque6{
  width: 50%;
  height: 50%;
  background-position: center;
  background-size: cover;
  background-image:url('../imagenes/arvis/iconos/ventajas-2.png');
background-repeat: no-repeat;
}

#raya2{
width: 100%;
height: 5px;
}

#subloque7{
  width: 100%;
  height: 50%;

}


#txtdifusion3{
color: white;
font-family: sans-serif;
font-weight: bolder;
text-align: justify;
padding-top: 10px;
}
#txtsubdifusion3{
color:#EEEAE9;
font-family: sans-serif;
font-weight:normal;
text-align: justify;
}





/*reduccion de costos2*/
#bloque4{
width: 25%;
height: 260px;
margin-top: -270px;
margin-left: 775px;
}

#subloque8{
  width: 50%;
  height: 45%;
  background-size: cover;
  background-image:url('../imagenes/arvis/iconos/ventajas-4.png');
background-repeat: no-repeat;
margin-bottom: 5px;
}

#subloque9{
  width: 100%;
  height: 50%;
}


#txtdifusion4{
color: white;
font-family: sans-serif;
font-weight: bolder;
text-align: justify;
padding-top: 10px;
}
#txtsubdifusion4{
color:#EEEAE9;
font-family: sans-serif;
font-weight:normal;
text-align: justify;
}
/*end todo lo q contiene parrallax ventajas*/























/*
.well-text p {
  font-size: 18px;
  color: #fff;
  margin-right: 200px;
}

.wellcome-text .section-headline p {
  margin-bottom: 0;
}
/*
.subs-feilds {
  border: 1px solid #fff;
  display: inline-block;
  height: 52px;
  margin-top: 30px;
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}

.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 70%;
  height: 50px;
}

.suscribe-input button {
  background: #3ec1d5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 30%;
}

.suscribe-input button:hover {
  background: #fff none repeat scroll 0 0;
  color: #3ec1d5;
}
*/



.slider-area{
  width: 20%;
  height: auto;
  background: black;
  position: absolute;
  margin-top:-15px;
margin-left: 1px;
visibility: hidden;
}







.slider-area .title11{

  color:white;
  font-size: 20px; 
  text-align: justify;
  padding-left: 400px;
}
















.descargapp img{
  width: 100%;
   height: auto;
  margin-top: -10px;
}


/*end fondo principal








/* 4.Services Area
/*--------------------------------*/

.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
background: blue;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}


/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
}

.faq-details h4.check-title a {
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}


.panel-body {
  padding: 15px 15px 0px 50px;
 }

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;

}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #3EC1D5;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}


.well-text p.txtarvis{
  font-weight: bolder;
  color: white;
  position: absolute;
}













.event-content.head-team p { /*para cambiar el color del texto p de proyecto a la medida*/
  background: transparent none repeat scroll 0 0;
  color: white;
  padding: 10px 0 25px;
   font-size: 14px;
   line-height: 100%;
}


.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  /* display: block;
  margin-top: -350px;
  margin-left: 22px; */
  display: block;
  margin-top: 15%;
  margin-left: 30%;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li { /*es el contenedor que tiene las letras de promocional,comercial*/
margin-top: -20px;
border: 0;
}



.medidatx{
  font-size: 40px;
  color: white;
  margin-left: 370px;
  margin-top: 0;
  font-weight: bolder;
}

.caracteristicastx{
  font-size: 40px;
  color: white; 
  margin-left: 455px;
  margin-top: 60px;
  position: absolute;
  font-weight: bolder;
}




.tab-content {
/*  border: 1px solid #ccc; se le pone un border*/
margin-left: 29%;
height: 440px;
margin-top: 15%;
/* background-color: antiquewhite; */
width: 125%;

}


.tab-content .tab-pane .tab-inner img #imgpub{
 width: 80%;
 position: absolute;
margin-top: -600px;
margin-left: 500px;
}


.tab-menu ul.nav li a { /*color de las letras blancas*/
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: white;
  font-weight:bolder;
  margin-right: 5px;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  color:#4ECEFD !important; /*color de fondo hover*/
border-bottom: 4px solid #0292CF;
}

.tab-menu .nav-tabs {
  width: 1000px;
  margin-left: 20px;
 margin-right: 20px;
}






#tablar{
  width: 100%;
  height:450px;
position: absolute;
margin-top: 1px;
}

#contletras{
width:50%;
height: 400px;
float: left;
}

#contletras p#columtx{
  font-size: 14px;
  color: #E5E5E6;
  line-height: 150%;
  text-align: left;
}

#contletras p.comercial{
  color:blue;font-size:14px;text-align:left;

}

#contletras ul{
margin-top: -20px;
}

#contletras ul li{
  font-size:14px;
  color: #E5E5E6;
}

#contimagen{
width: 50%;
height:auto;
float: left;
}

#contimagen img {
  width: 22vw;
  height: auto;
}





.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span.events-offer {
  height: 20%;
}

.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

.tab-content .tab-pane .tab-inner .event-content p.publicitariotx{
  font-size: 14px;
  color: white;
  text-align: justify;

}

.tab-content .tab-pane .tab-inner p.publicitariotx{
  font-size: 14px;
  color: white;
  text-align: justify;
}




/*----------------------------------------
 8.Team Area Css
----------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------*/

/*  9.review Area
/*--------------------------------

.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-left-text {
  width: 50%;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}
*/


/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}




/*----------------------------------------*/










/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}




/*contenido de descarga app*/

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}














/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 5px 0px;
  background: black;
  margin-top:0px;

}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo  img{
  /* width: 40%;
  height: 100px;
  margin-left:80px;
  margin-top: 30px; */
  width: 7vw;
  height: auto;
  margin-left: 80px;
  margin-top: 30px;
}







.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}


/*segundo contenedor de footer*/
.footer-content {
  display: block;
  overflow: hidden;
}

.footer-content p.txtfooter{

padding-left: 160px;
margin-top: 20px;
line-height:10%;
color:#E5E5E6;
font-family: sans-serif;
font-weight:normal;
text-align: justify; 
font-size: 14px;
}


.footer-content p.txtfooter:hover{
color:#2790D3;
 }


.footer-content p.txtfooter{

margin-left: 20px;
margin-top: 20px;
line-height:10%;
color:gray;
font-family: sans-serif;
font-weight:normal;
text-align: justify; 
font-size: 15px;
}



.footer-content h4.txtcontacto{
margin-top: 10px;
color:#EEEAE9;
font-family: sans-serif;
font-weight:bolder;
text-align: justify; 
font-size: 14px;
}

.footer-content p.txtcontacto2{

color:#E5E5E6;

font-family: sans-serif;
font-weight:normal;
text-align: justify; 
font-size: 14px;
}


/* iconos en contacto
.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}*/

.footer-area-bottom {
  background: black;
  padding: 15px 0;
  margin-top: -10px;

}





.carousel{
  margin-left: 40px;
}

/*----------------------------------------*/

/*  16.Home Page 2  CSS
/*----------------------------------------*/

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.header-bg.home-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 100%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}

/*----------------------------------------*/

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-image.home-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a:hover {}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19.	Blog Details css
/*----------------------------------------*/

.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
  margin-right: 5px
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px
}

.comment-respond {
  margin-top: 60px;
}

h3.comment-reply-title {}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}



/*imagenes de ventajas*/
#ventaja-img1{
  width: 80px;
  height: 40px;
  position: absolute;
  margin-left: 10px;
  margin-top: -450px;
}

#ventaja-img2{
  width: 80px;
  height: 40px;
  margin-left:10px;
margin-top:-200px; 
position: absolute;

}


#ventaja-img3{
  width: 80px;
  height: 40px;
  margin-left:770px;
  margin-top:-455px;
  position: absolute; 
}

#ventaja-img4{
  width: 80px;
  height: 40px;
  margin-left:760px;
  margin-top:-205px; 
  position: absolute;
}



#parrafov-img1{

width: 23%;
height: 90px;
margin-top: -340px;
margin-left: 10px;
position: absolute;


}

#parrafov-img1 p{
  width: 100%;
font-size: 14px;
color:#E5E5E6;
text-align:left;
position: relative;
}


#parrafov-img2{

width: 25%;
height: 90px;
margin-top: -100px;
margin-left: 10px;
position: relative;

}

#parrafov-img2 p{
  width: 110%;
font-size: 14px;
color:#E5E5E6;
text-align:left;

}


#parrafov-img3{

width: 23%;
height: 90px;
margin-top: -330px;
margin-left: 775px;
position: absolute;

}

#parrafov-img3 p{
  width: 100%;
font-size: 14px;
color:#E5E5E6;
text-align:left;

}



#parrafov-img4{

width: 25%;
height: 90px;
margin-top:-90px;
margin-left:780px;
position: relative;

}

#parrafov-img4 p{
  width: 100%;
font-size: 14px;
color:#E5E5E6;
text-align:left;
}


/*las imagenes que quedaron en el proceso*/

#pro{
  /* font-size: 40px;
  font-weight: bolder;
  color: white;
  margin-left: 450px; */
  font-size: 40px;
    font-weight: bolder;
    color: white;
    margin-left: 30%;
    margin-top: 6%;
}
#imagen1{
 width: 80px;
 height: 40px; 
position: absolute;
margin-left: 270px;
margin-top: 70px;
visibility: hidden;
}
#imagen1 p{
  font-size: 14px;
  color: white;
}

#imagen2{
 width: 80px;
 height: 40px; 
position: absolute;
margin-left: 400px;
margin-top: 390px;
visibility: hidden;
}
#imagen2 p{
  font-size: 14px;
  color: white;
}

#imagen3{
 width: 80px;
 height: 40px; 
position: absolute;
margin-left: 550px;
margin-top: 70px;
visibility: hidden;
}
#imagen3 p{
  font-size: 14px;
  color: white;
}


#imagen4{
 width: 80px;
 height: 40px; 
position: absolute;
margin-left: 680px;
margin-top: 390px;
visibility: hidden;
}
#imagen4 p{
  font-size: 14px;
  color: white;
}

#imagen5{
 width: 80px;
 height: 40px; 
position: absolute;
margin-left: 840px;
margin-top: 70px;
visibility: hidden;
}


#imagen6{
 width: 80px;
 height: 40px; 
position: absolute;
margin-left: 970px;
margin-top: 390px;
visibility: hidden;
}
#imagen6 p{
  font-size: 13px;
  color: white;
}


#parrafo5{
  width: 17%;
  height: 50px; 
position: absolute;
margin-left: 790px;
margin-top: 180px;
visibility: hidden;
}

#parrafo5 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;
  }



#parrafo6{
  width: 15%;
  height: 50px; 
position: absolute;
margin-left: 930px;
margin-top: 490px;
visibility: hidden;
}

#parrafo6 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;
  }




#parrafo4{
  width: 15%;
  height: 50px; 
position: absolute;
margin-left: 645px;
margin-top: 490px;
visibility: hidden;

}

#parrafo4 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;

  }


#parrafo2{
  width: 15%;
  height: 50px; 
position: absolute;
margin-left: 350px;
margin-top: 490px;
visibility: hidden;
}

#parrafo2 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;
  }


#parrafo3{
  width: 15%;
  height: 50px; 
position: absolute;
margin-left: 510px;
margin-top: 180px;
visibility: hidden;
}

#parrafo3 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;
  }


#parrafo1{
  width: 17%;
  height: 50px; 
position: absolute;
margin-left: 210px;
margin-top: 180px;
visibility: hidden;
}

#parrafo1 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;
  }



/* numero hide*/
#uno{
display: none;
}
#dos{
display: none;
}
#tres{
display: none;
}
#cuatro{
display: none;
}
#cinco{
display: none;
}
#seis{
display: none;
}


#parrafo11{
  /* width: 13%;
  height: 200px; 
position: absolute;
margin-left: 230px;
margin-top: 80px;
position: absolute; */
    width: 14%;
    height: 200px;
    position: absolute;
    margin-left: 17%;
    position: absolute;
    margin-top: 13%;

}


#parrafo11 p{
width: 100%;
height: auto;
font-size: 14px;
position: absolute;
color: white;
text-align: left;
}

#parrafo11 img {
  width: 110px;
  height: 80px;
  padding-left: 29px;
  position: absolute;
  margin-left: -12%;
  margin-top: 7%;
}



#parrafo12{
  /* width: 15%;
  height: 50px; 
position: absolute;
margin-left: 400px;
margin-top: 360px; */
width: 15%;
    height: 50px;
    position: absolute;
    margin-left: 30%;
    margin-top: 28%;

}

#parrafo12 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;

  }

#parrafo12 img {
  width: 110px;
  height: 80px;
  padding-left: 30px;
  margin-left: 5%;
  margin-top: -14%;
}



#parrafo13{
  /* width: 13%;
  height: 200px; 
position: absolute;
margin-left:560px;
margin-top: 80px; */
width: 13%;
height: 200px;
position: absolute;
margin-left: 44%;
margin-top: 13%;
}


#parrafo13 p{
width: 100%;
height: auto;
font-size: 14px;
position: absolute;
color: white;
text-align: left;

}

  #parrafo13 img {
    width: 110px;
    height: 80px;
    padding-left: 30px;
    margin-left: 5%;
  }




 #parrafo15{
  width: 18%;
  height: 200px;
  position: absolute;
  margin-left: 75%;
  margin-top: 14%;
}

#parrafo15 p{
width: 100%;
height: auto;
font-size: 14px;
position: absolute;
color: white;
text-align: left;

  }
  #parrafo15 img {
    width: 110px;
    height: 80px;
    padding-left: 30px;
    margin-left: -34px;
}


 #parrafo14{
  /* width: 15%;
  height: 50px; 
position: absolute;
margin-left: 740px;
margin-top: 360px; */
  width: 15%;
  height: 50px;
  position: absolute;
  margin-left: 61%;
  margin-top: 28%;

}

#parrafo14 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;

  }

  #parrafo14 img {
    width: 110px;
    height: 80px;
    padding-left: 30px;
    margin-left: -13%;
    margin-top: -22%;
  }


#parrafo16{
  width: 15%;
  height: 50px; 
position: absolute;
margin-left: 1060px;
margin-top: 360px;

}

#parrafo16 p{
width: 100%;
font-size: 14px;
position: absolute;
color: white;

  }

 #parrafo16 img{
 width: 110px;
 height: 80px;
 padding-left: 30px; 
 } 
/*end de las imagenes de proceso*/


#contenedor-botonesBanner{
  position: absolute;
  /*background-color: red;*/
  margin-top: 5%;
  width: 50%;
  margin-left: 37.5%;
}


#letrasTituloContenedorSub{
  font-size: 4rem;
  color: white;
  margin-top: 7%;
  margin-left: 17%;
}

#letrasContenedorSub{
  font-size: 14px;
  color: #E5E5E6;
  position: absolute;
  margin-top: 2%;
  margin-left: 17%;
  width: 50%;
}


.tamanoBtn{
  width: 50%;
  height: auto;
  margin-left: 20%;
}

.tamanoBtn2{
  width: 50%;
  height: auto;
}





@media (max-width: 1024px) { /*ipad*/

  .navbar-right {
    float: right!important;
    margin-right: -4%;
    margin-top: 3%;
  }

  .fondoprincipal3 img {
    width: 70%;
    height: auto;
    margin-top:0%;
  }

  #letter3 {
    position: absolute;
    width: 50%;
    height: auto;
    margin-top: 21%;
    margin-left: 52%;
  }

  #imagenPlay {
    max-width: 100%;
    height: auto;
    margin-left: 10%;
  }

  #imagenAppstore {
    max-width: 100%;
    height: auto;
  }

  #txarvis {
    position: absolute;
    color: white;
    font-size: 2.5rem;
    font-weight: bolder;
    /* margin-top: 0%; */
    margin-right: 10px;
  }

  #tel {
    width: 35%;
    height: 440px;
    margin-top: 10%;
  }

  #parrafov-img1 {
    width: 23%;
    height: 90px;
    margin-top: -46%;
    margin-left: 10px;
    position: absolute;
  }

  #parrafov-img2 {
    width: 25%;
    height: 90px;
    margin-top: -8%;
    margin-left: 10px;
    position: relative;
  }

  #ventaja-img3 {
    width: 80px;
    height: 40px;
    margin-left: 66%;
    margin-top: -61%;
    position: absolute;
  }

  #parrafov-img3 {
    width: 23%;
    height: 90px;
    margin-top: -51%;
    margin-left: 61%;
    position: absolute
  }


  #ventaja-img4 {
    width: 80px;
    height: 40px;
    margin-left: 66%;
    margin-top: -21%;
    position: absolute;
  }


  #parrafov-img4 {
    width: 25%;
    height: 90px;
    margin-top: -15%;
    margin-left: 72%;
    position: relative;
  }


  #ventaja-img2 {
    width: 80px;
    height: 40px;
    margin-left: 1%;
    margin-top: -20%;
    position: absolute;
  }



  .medidatx {
    font-size: 40px;
    color: white;
    margin-top: 0%;
    font-weight: bolder;
    text-align: center;
  }

  #contimagen img {
    width: 19vw;
    height: auto;
  }

  .tab-menu ul.nav {
    margin: 0;
    padding: 0;
    width: 200%;
  }

  #pro {
    font-size: 32px;
    font-weight: bolder;
    color: white;
    margin-left: 30%;
  }

  .lineavertical {
    height: 19%;
    width: 2px;
    background: #9B1B51;
    position: absolute;
    margin-left: 41%;
    margin-top: 5%;
  }

  #letter4 {
    position: absolute;
    width: 53%;
    height: 320px;
    margin-top: 17px;
    margin-left: 364px;
  }

  #letter4 p.txtmarcas {
    color: #FF277E;
    font-size: 77%;
    font-weight: bolder;
    text-align: left;
  }

  #pro {
    font-size: 32px;
    font-weight: bolder;
    color: white;
    margin-left: 25%;
    margin-top: 16%;
  }


  #circulo1 {
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    border-radius: 50%;
    background: #E91D71;
    border: #E91D71 5px solid;
    position: absolute;
    margin-top: 47.8%;
    margin-left: 19%;
    z-index: 3;
  }

  #circulo2 {
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    border-radius: 50%;
    background: #E91D71;
    border: #E91D71 5px solid;
    position: absolute;
    margin-top: 47.8%;
    margin-left: 34%;
    z-index: 3;
  }

  
  #circulo3 {
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    border-radius: 50%;
    background: #E91D71;
    border: #E91D71 5px solid;
    position: absolute;
    /* margin-top: 295px; */
    /* margin-left: 607px; */
    margin-top: 47.8%;
    margin-left: 48%;
    z-index: 3;
  }


  #circulo4 {
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    border-radius: 50%;
    background: #E91D71;
    border: #E91D71 5px solid;
    position: absolute;
    /* margin-top: 295px; */
    /* margin-left: 774px; */
    z-index: 3;
    margin-top: 47.8%;
    margin-left: 62%;
  }

  #circulo5 {
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    vertical-align: middle;
    border-radius: 50%;
    background: #E91D71;
    border: #E91D71 5px solid;
    position: absolute;
    /* margin-top: 295px; */
    /* margin-left: 941px; */
    z-index: 3;
    margin-top: 47.8%;
    margin-left: 76%;
  }

  .lineah {
    width: 59%;
    border: 0;
    border-bottom: 8px solid #E91D71;
    margin-top: 50%;
    margin-left: 20%;
    position: absolute;
  }


  #parrafo11 {
    width: 14%;
    height: 200px;
    position: absolute;
    margin-left: 15%;
    position: absolute;
    margin-top: 28%;
  }
  
  #parrafo11 img {
    width: 100%;
    height: 80px;
    padding-left: 29px;
    position: absolute;
    margin-top: 10%;
    margin-left: -16%;
  }

  #parrafo12 {
    width: 15%;
    height: 50px;
    position: absolute;
    margin-left: 32%;
    margin-top: 56%;
  }

  #parrafo12 img {
    width: 100%;
    height: 80px;
    padding-left: 30px;
    margin-left: -22%;
  }

  #parrafo13 {
      width: 14%;
      height: 200px;
      position: absolute;
      margin-left: 46%;
      margin-top: 23%;
  }

  #parrafo13 img {
    margin-left: -30%;
    width: 100%;
    height: 80px;
    padding-left: 30px;
  }

  #parrafo14 {
    width: 15%;
    height: 50px;
    position: absolute;
    margin-left: 61%;
    margin-top: 55%;
  }

  #parrafo14 img {
    width: 110px;
    height: 80px;
    padding-left: 30px;
    margin-left: -32%;
    margin-top: -35%;
  }
 
  #parrafo15 {
    width: 18%;
    height: 200px;
    position: absolute;
    margin-left: 75%;
    margin-top: 28%;
  }


  #contenedor-botonesBanner {
    position: absolute;
    /* background-color: red; */
    margin-top: -4%;
    width: 72%;
    margin-left: 27.5%;
  }

  #letrasTituloContenedorSub {
    font-size: 4rem;
    color: white;
    margin-top: 6%;
    margin-left: 16%;
  }

  #letrasContenedorSub {
    font-size: 14px;
    color: #E5E5E6;
    position: absolute;
    margin-top: 2%;
    margin-left: 16%;
    width: 50%;
  }

  .tamanoBtn {
    width: 50%;
    height: auto;
    margin-left: 20%;
    margin-top: 8%;
  }

  .tamanoBtn2 {
    width: 50%;
    height: auto;
    margin-top: 8%;
  }

  .footer-content p.txtfooter {
    margin-left: 0px;
    margin-top: 6%;
    line-height: 139%;
    color: gray;
    font-family: sans-serif;
    font-weight: normal;
    text-align: justify;
    font-size: -1rem;
    width: 85%;
  }


  .tab-content {
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
    height: 400px;
    margin-top: 40px;
  }


  /*estos no se ven*/
  #imagen1 {
    width: 80px;
    height: 40px;
    position: absolute;
    margin-left: 10%;
    margin-top: 70px;
    visibility: hidden;
  }

  #parrafo1 {
    width: 17%;
    height: 50px;
    position: absolute;
    margin-left: 10%;
    margin-top: 180px;
    visibility: hidden;
  }

  #imagen2 {
    width: 80px;
    height: 40px;
    position: absolute;
    margin-left: 10%;
    margin-top: 389px;
     visibility: hidden;
  }

  #parrafo2 {
    width: 15%;
    height: 50px;
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    visibility: hidden;
  }

  #imagen3 {
    width: 80px;
    height: 40px;
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    visibility: hidden;
  }

  #parrafo3 {
    width: 15%;
    height: 50px;
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    visibility: hidden;
  }

  #imagen4 {
    width: 80px;
    height: 40px;
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    visibility: hidden;
  }

  #parrafo4 {
    width: 15%;
    height: 50px;
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    visibility: hidden;
  }

  #imagen5 {
    width: 80px;
    height: 40px;
    position: absolute;
    margin-left: 10%;
    visibility: hidden;
  }

  #parrafo5 {
    width: 17%;
    height: 50px;
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    visibility: hidden;
  }

  /*end*/



}

/* 
@media (max-width: 1024px) and (orientation: landscape) {

} */