/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*---------------------------------------------
					Index Start 
-----------------------------------------------*/
p {
  font-size: 20px;
}
.titulos{
  padding-top: 0px;
  padding-bottom: 30px;
}
.titulos h3{
  margin-left: 0%;
  font-size: 32px;
  line-height: 25px;
  height: 50px;
  width: 140px;
  padding: 10px;
  text-align: center;
}
/*Common css close*/
/*Header*/
header{
  width: 100%;
}
header .navbar-nav {
  margin-top: 30px;
  margin-right: 10%;
}
header .navbar-nav li a {
  padding: 0px 20px;
}
/*Header close*/
/*Slider start*/
#slider {
  padding-top: 90px;
  padding-bottom: 60px;
}
#slider .fondo{
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 0;
  width: 70%;
  height: 100px;
  margin-left: 18%;
}
#slider .fondo h1{
  font-size: 25px;
}
#slider .eslogan{
  width: 100%;
  margin-left: 0%;
  margin-top: 50%;
}
#slider .eslogan h1{
  font-size: 50px;
}
#slider .slider_logo{
  display: flex;
  margin-left: 20px;
  margin-top: 360px;
}
#slider img{
  height: 100px;
  display: flex;
}
/*Slider start*/

/*--
service Start 
--*/
#service {
  width: 100%;
  padding: 20px 0;
}
#service .titulos h3{
  width: 400px;
}
#service .items{
  width: 100%;
  margin-top: 30px;
  display: flex;
}
#service .item {
  background-color: grey;
  background-size: contain;
  width: 350px;
  height: 800px;
  margin: 10px;
}
#service .fondo {
  height: 100%;
  padding: 20px;
}
#service .item:nth-child(1){
  background-image: url(../img/1.webp);
}
#service .item:nth-child(1) .fondo{
  background-color: rgba(191,191,191, 0.5);
}
#service .item:nth-child(2){
  background-image: url(../img/2.webp);
}
#service .item:nth-child(2) .fondo{
  background-color: rgba(253, 249, 22, 0.5);
}
#service .item:nth-child(3){
  background-image: url(../img/3.webp);
}
#service .item:nth-child(3) .fondo{
  background-color: rgba(66,136,240, 0.5);
}
.item .contenido{
  margin-top: 0;
  padding-top: 85%;
}
.item h1{
  text-align: center;
  font-family: 'Montserrat Light', sans-serif;
  font-size: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.item p{
  margin-top: 50px;
  text-align: center;
}
#service .items button{
  font-family: 'Dancing Script', cursive;
  background-color: #ffcc00;
  height: 50px;
  width: 150px;
  margin-top: 150px;
  margin-left: -80px;
  border-radius: 20px;
  color: black;
  font-size: 25px;
  transition: 0.5s;
}
#service .items button:hover{
  background-color: #e6b800;
}

/*--
	Demos start
--*/
#demos video{
  height: 50%;
  width: 60%;
}
/*--
	Demos close
--*/

/*--
	Clientes start
--*/
#clientes h3{
  width: 250px;
  margin-left: 36%;
}
/*--
	Clientes close
--*/

/*--
	Blog
--*/
.blog-box{
  padding: 60px;
}
.blog-box .titulos h3{
  width: 300px;
  margin-left: 29%;
}
.post-allblog{
  width: 29%;
}
.post-allblog:nth-child(n+2){
  margin-left: 20px;
}
.caja-post img{
  height: 200px;
}
/*--
	Blog close
--*/
/*---------------------------------------------
					Index Close 
-----------------------------------------------*/

/*---------------------------------------------
					Nosotros Start 
-----------------------------------------------*/
/*--
intro Start 
--*/
#intro {
  padding: 80px 150px;
}
#intro .titulos{
  padding-top: 0px;
}
#intro .info{
  height: 550px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: -150px;
  background-position-y: -50px;
  display: flex;
  margin-top: 50px;
  padding-top: 20px;
}
#intro .intro_info{
  display: inline-block;
  width: 40%;
  height: 300px;
  margin-left: 0;
}
#intro .intro_info:nth-child(1){
  height: 500px;
  margin-left: 0;
}
#intro .intro_info:nth-child(2){
  margin-left: 10%;
  margin-top: 10%;
}
#intro .intro_info img{
  height: 80%;
}
/*---------------------------------------------
					Nosotros Close 
-----------------------------------------------*/

/*---------------------------------------------
					servicios Start 
-----------------------------------------------*/
/*--
	service Start 
--*/
#servicios #service {
  width: 100%;
  padding: 100px 0;
}
#service h3{
  width: 300px;
}
#servicios #service .items{
  display: block;
}
#servicios #service .item {
  margin: auto;
  width: 95%;
  height: 500px;
  margin-top: 50px;
}
#servicios #service .fondo {
  height: 100%;
  padding: 30px;
  padding-top: 0px;
  border-radius: 20px;
}
#servicios #service .item:nth-child(1){
  background-image: url(../img/servicios_2.webp);
  background-size: cover;
}
#servicios #service .item:nth-child(1) .fondo{
  background-color: rgba(150, 150, 150, 0.5);
}
#servicios #service .item:nth-child(2){
  background-image: url(../img/servicios_1.webp);
  background-size: cover;
}
#servicios #service .item:nth-child(2) .fondo{
  background-color: rgba(255, 252, 75, 0.5);
}
#servicios #service .item:nth-child(2) .contenido1{
  display: inline-block;
  width: 30%;
  margin-left: 5%;
}
#servicios #service .item:nth-child(2) h2{
  text-align: center;
}
#servicios #service .item:nth-child(2) p{
  text-align: justify;
}
#servicios #service .item:nth-child(2) .contenido2{
  display: inline-block;
  width: 50%;
  margin-left: 50px;
}
#servicios #service .item:nth-child(3){
  background-image: url(../img/servicios_3.webp);
  background-size: cover;
}
#servicios #service .item:nth-child(3) .fondo{
  background-color: rgba(88, 149, 240, 0.5);
}
#servicios .item .contenido{
  padding-top: 10%;
}
#servicios .item h1{
  text-align: center;
  font-family: 'Montserrat Medium', sans-serif;
  font-weight: bold;

  font-size: 50px;
  color: black;
}
#servicios .item p{
  color: black;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

/*Que es RPA Start*/
#que_es_rpa .titulos{
  padding-top: 100px;
  padding-bottom: 0px;
}
#que_es_rpa .info{
  background-position-x: 475px;
  background-position-y: bottom;
}
#que_es_rpa .intro_info:nth-child(1){
  margin-left: 7%;
  width: 35%;
}
#que_es_rpa .intro_info:nth-child(2){
  margin-left: 10%;
  width: 40%;
}
#que_es_rpa .intro_info img{
  height: 80%;
}

/*Ventajas start*/
#ventajas {
  height: 700px;
  width: 100%;
  text-align: center;
}
#ventajas .titulos{
  padding-top: 100px;
  padding-bottom: 0px;
  margin-left: 20%;
}
#ventajas .titulos h3{
  height: 80px;
  width: 500px;
  padding: 25px;
}
#ventajas .items{
  width: 100%;
}
#ventajas .ventajas-item {
  width: 300px;
  height: 300px;
  margin-top: 50px;
  margin-left: 0;
}
#ventajas .ventajas-item:nth-child(1) {
  margin-left: 10%;
}
#ventajas .circulo{
  border: 3px yellow dotted;
  border-radius: 50%;
  width: 200px;
  height: 200px;

  font-size: 23px;
  font-weight: bold;
  font-family: 'Montserrat Black', sans-serif;
  padding-top: 60px;
}
#ventajas .ventajas-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 5px;
  width: 200px;
}

/*Que automatizar*/
#que_automatizar{
  padding: 0px;
  background-color: rgb(31, 78, 121);
}
#que_automatizar .titulos h3{
  color: white;
  width: 500px;
  transform: rotate(-3deg);
}
#que_automatizar p{
  color: white;
  text-align: center;
}
#que_automatizar .tareas1{
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding-top: 50px;
}
#que_automatizar .tareas_ppales{
  width: 200px;
  margin: 3px;
  border: 1px yellow solid;
  border-radius: 10px;
  display: inline-block;

  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 3px;
}
#que_automatizar .tareas2{
  text-align: center;
  font-size: 1.5em;
}
#que_automatizar .tareas_sec{
  color: white;
  width: 150px;
  margin: 4px;
  padding: 10px;
  display: inline-block;
  border-bottom: 1px solid gray;

  text-align: center;
  font-size: 15px;
}
#que_automatizar button{
  font-family: 'Dancing Script', cursive;
  background-color: #ffcc00;
  height: 50px;
  width: 200px;
  margin-top: 10px;
  float: right;
  border-radius: 20px;
  border: 2px black solid;
  color: black;
  font-size: 25px;
  transition: 0.5s;
}
#que_automatizar button:hover{
  background-color: #e6b800;
}

/*--
	Cómo lo hacemos Start
--*/
#como_lo_hacemos .titulos{
  margin-top: 50px;
  text-align: center;
}
#como_lo_hacemos .titulos h3{
  width: 350px;
}
#como_lo_hacemos .uno, #como_lo_hacemos .dos{
  margin-left: 5%;
}
#como_lo_hacemos .dos{
  margin-left: 5%;
}
#como_lo_hacemos .item-1 h2, #como_lo_hacemos .item-2 h2{
  font-size: 19px;
}
#como_lo_hacemos .items{
  margin-top: 50px;
}
#como_lo_hacemos .item-1:nth-child(3) h1{
  margin-left: 5%;
}
#como_lo_hacemos .item-2:nth-child(3) h1{
  margin-left: 5%;
}
#como_lo_hacemos .item-1:nth-child(5) h1{
  margin-left: 70%;
}
#como_lo_hacemos .item-2:nth-child(5) h1{
  margin-left: 70%;
}

/*---------------------------------------------
					servicios Close 
-----------------------------------------------*/

/*---------------------------------------------
					Contact Start 
-----------------------------------------------*/

.contact-bg{
  height: 940px;
}
.contact-item{
  padding-top: 100px;
}
#contact-form button{
  margin: 20px 23%;
}

/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/

/*---------------------------------------------
					Info Legal Start 
-----------------------------------------------*/

#info_seguridad, #info_datos{
  padding: 100px;
}

/*---------------------------------------------
					Info Legal Close 
-----------------------------------------------*/

/*---------------------------------------------
					Proximamente Start 
-----------------------------------------------*/

#Proximamente .titulos h2{
  line-height: 1.5;
  padding: 100px;
}
#Proximamente .titulos button{
  font-size: 30px;
  height: 100px;
  width: 500px;
  margin-top: 0px;
  margin-left: 13%;
  transition: 0.5s;
}

/*---------------------------------------------
					Proximamente Close 
-----------------------------------------------*/

/*--
	footer Start 
--*/
footer {
  height: 430px;
}
.final{
  width: 35%;
  margin-left: 10%;
}
.final button{
  margin-left: 0px;
}
footer #info{
  margin-left: 16%;
}
footer #seguridad{
  margin-left: 5%;
}
footer #seguridad a{
  font-size: 10px;
}
footer #datos{
  margin-left: 5%;
}
footer #datos a{
  font-size: 10px;
}
footer #copyright{
  margin-left: 5%;
}
footer #copyright p{
  font-size: 10px;
}
}






/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (min-width: 325px) and (max-width: 767px) {
  /*---------------------------------------------
					Index Start 
-----------------------------------------------*/
.heading {
  padding-left: 0px;
}
p {
  font-size: 20px;
}
.titulos{
  padding-top: 0px;
  padding-bottom: 30px;
}
.titulos h3{
  margin-left: 40%;
  font-size: 25px;
  line-height: 25px;
  height: 50px;
  width: 140px;
  padding: 10px;
}
/*Common css close*/
/*Header*/
header{
  width: 100%;
}
header .logo_resp{
  display: inline-block;
  height: 60px;
  width: 60px;
  padding-top: 20px;
  margin-left: 10px;
}
header .logo{
  display: none;
}
header .header_txt{
  display: block;
  font-size: 11px;
}
header .navbar-nav {
  margin-top: 20px;
  height: 500px;
}
header .navbar-nav li a {
  line-height: 2.0;
  color: black;
  padding: 10px 20px;
  font-size: 18px;
}
header .navbar-nav li a:hover {
  color: white;
}
header .navbar-toggle {
  margin-top: 10px;
}
header #nav-button{
  display: inline-block;
  width: 35px;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
header .navbar-collapse{
  width: 100%;
  background-color: white;
}
header #nav-list{
  height: 250px;
}
header .navbar-collapse p{
  font-size: 12px;
  text-align: center;
}
/*Header close*/
/*Slider start*/
#slider {
  padding-top: 90px;
  padding-bottom: 60px;
}
#slider .fondo{
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  width: 95%;
  height: 100px;
  margin-left: 3%;
}
#slider .fondo h1{
  font-size: 30px;
}
#slider .eslogan{
  width: 100%;
  margin-left: 0%;
  margin-top: 50%;
}
#slider .slider_logo{
  display: flex;
  margin-left: 20px;
  margin-top: 310px;
}
#slider img{
  height: 100px;
  display: flex;
}
/*Slider start*/
/*--
service Start 
--*/
#service {
  width: 100%;
  padding: 10px 0;


}
#service .titulos{
  margin-left: -26%;
}
#service .titulos h3{
  width: 300px;
}
#service .items{
  width: 100%;
  margin-top: 0px;
  display: block;
  height: 2500px;
}
#service .item {
  width: 310px;
  height: 750px;
  margin: 50px auto;
}
.item .contenido{
  margin-top: 50%;
  padding: 10px;
}
.item h1{
  font-size: 24px;
}
#service .items button{
  margin-top: 370%;
  margin-left: 15%;
}

/*--
	Demos start
--*/
#demos .video h2{
  font-size: 22px;
}

#demos video{
  height: 90%;
  width: 90%;
}
/*--
	Demos close
--*/

/*--
	Clientes start
--*/
#clientes{
  margin-top: 50px;
  margin-bottom: 100px;
}

#clientes h3{
  width: 200px;
  margin-left: 25%;
}

#clientes .item{
  height: 50%;
  width: 100%;
  margin-left: 0px;
}

#clientes .item p{
  margin-top: 50px;
  margin-bottom: 20px;
}
/*--
	Clientes close
--*/

/*--
	Blog
--*/
.blog-box{
  background-color: rgba(191, 191, 191, 0.5);
  padding: 20px;
}
.blog-box .titulos h3{
  margin-left: 20%;
  width: 200px;
}
#blog{
  text-align: left;
}
.post-allblog{
  background-color: black;
  width: 100%;
  height: 400px;
  padding: 10px;
  display: block;
  border-radius: 15px;
}
.post-allblog:nth-child(n+2){
  margin-left: 0px;
}
.caja-post img{
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.caja-post #titulo_post{
  font-weight: bold;
  display: flex;
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
  color: white;
}
#blog-btn{
  width: 120px;
  height: 30px;
  color: rgb(0, 88, 202);
  margin-left: 87%;
  transition: 1s;
}
/*--
	Blog Close
--*/

/*---------------------------------------------
        Index Close 
-----------------------------------------------*/

/*=============================================*/

/*---------------------------------------------
        Nosotros Start 
-----------------------------------------------*/

/*--
	intro Start 
--*/
#intro {
  padding: 80px 50px;
  height: 1550px;
}
#intro .titulos{
  margin: 0;
}
#intro .titulos h3{
  width: 200px;
  margin-left: 17%;
}
#intro .info{
  height: 450px;
  background-image: url(../img/formas.webp);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position-x: -50px;
  background-position-y: 100px;
  display: block;
  margin-top: 50px;
  padding-top: 80px;
}
#intro .intro_info{
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
}
#intro .intro_info:nth-child(1){
  height: 550px;
  width: 100%;
  margin: 0;
}
#intro .intro_info:nth-child(2){
  margin: 0;
  width: 100%;
}
#intro .intro_info img{
  height: 60%;
}

/*---------------------------------------------
        Nosotros Start 
-----------------------------------------------*/

/*---------------------------------------------
					Servicios Start 
-----------------------------------------------*/

/*--
	service Start 
--*/
#servicios{
  height: 4400px;
}
#servicios #service {
  width: 100%;
  text-align: left;
  padding: 60px;
  margin: -5%;
}
#servicios #service .items{
  display: block;
}
#servicios #service .item {
  margin: auto;
  width: 120%;
  height: 1200px;
  margin-top: 50px;
}
#servicios #service .fondo {
  height: 100%;
  padding: 10%;
  border-radius: 20px;
}
#servicios #service .item:nth-child(1){
  background-image: url(../img/servicios_2.webp);
}
#servicios #service .item:nth-child(1) .fondo{
  background-color: rgba(150, 150, 150, 0.5);
}
#servicios #service .item:nth-child(2){
  background-image: url(../img/servicios_1.webp);
}
#servicios #service .item:nth-child(2) .fondo{
  background-color: rgba(255, 252, 75, 0.5);
}
#servicios #service .item:nth-child(2) .contenido1{
  display: block;
  margin-top: 50px;
  width: 100%;
  margin-left: 0%;
}
#servicios #service .item:nth-child(2) h2{
  text-align: center;
  font-size: 25px;
}
#servicios #service .item:nth-child(2) p{
  text-align: justify;
}
#servicios #service .item:nth-child(2) .contenido2{
  display: inline-block;
  width: 100%;
  margin-left: 0px;
}
#servicios #service .item:nth-child(3){
  background-image: url(../img/servicios_3.webp);
}
#servicios #service .item:nth-child(3) .fondo{
  background-color: rgba(88, 149, 240, 0.5);
}
#servicios .item .contenido{
  padding-top: 10%;
}
#servicios .item h1{
  text-align: center;
  font-family: 'Montserrat Medium', sans-serif;
  font-weight: bold;

  font-size: 25px;
  width: 100%;
  color: black;
}
#servicios .item p{
  color: black;
  margin-top: 50px;
  font-size: 20px;
  text-align: justify;
}

/*Info Start*/
#que_es_rpa{
  height: 1000px;
}
#que_es_rpa .titulos{
  padding-top: 100px;
  padding-bottom: 0px;
}
#que_es_rpa .titulos h3{
  width: 200px;
  margin: -15%;
}
#que_es_rpa .info {
  padding: 80px 50px;
}
#que_es_rpa .info .titulos{
  margin: 0;
}
#que_es_rpa .info .titulos h3{
  width: 200px;
  margin-left: 20%;
}
#que_es_rpa .info{
  height: 450px;
  background-image: url(../img/formas.webp);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position-x: -40px;
  background-position-y: center;
  display: block;
  margin-top: 50px;
  padding-top: 80px;
}
#que_es_rpa .info .intro_info{
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
}
#que_es_rpa .info .intro_info:nth-child(1){
  margin: 0;
  text-align: center;
  width: 100%;
}
#que_es_rpa .info .intro_info:nth-child(2){
  height: 550px;
  width: 100%;
  margin: 0;
}
#que_es_rpa .info .intro_info img{
  height: 60%;
}
#que_es_rpa button{
  font-family: 'Dancing Script', cursive;
  background-color: #ffcc00;
  height: 50px;
  width: 180px;
  margin-top: 10px;
  margin-left: 0;
  text-align: center;
  border-radius: 20px;
  border: 2px black solid;
  color: black;
  font-size: 25px;
  transition: 0.5s;
}
#que_es_rpa button:hover{
  background-color: #e6b800;
}

/*Ventajas start*/
#ventajas {
  height: 1250px;
  width: 100%;
  text-align: center;
}
#ventajas .titulos{
  padding-top: 100px;
  padding-bottom: 0px;
}
#ventajas .titulos h3{
  transform: rotate(-2deg);
  height: 80px;
  width: 100%;
  padding: 0;
  padding-top: 10px;
  margin-left: -20%;
}
#ventajas .items{
  width: 100%;
}
#ventajas .ventajas-item {
  width: 230px;
  height: 320px;
  margin-top: 50px;
  margin-left: 0;
  margin: auto;
}
#ventajas .ventajas-item:nth-child(1) {
  margin-left: auto;
}
#ventajas .circulo{
  border: 3px yellow dotted;
  border-radius: 50%;
  width: 200px;
  height: 200px;

  font-size: 23px;
  font-weight: bold;
  font-family: 'Montserrat Black', sans-serif;
  padding-top: 60px;
}
#ventajas .ventajas-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 5px;
  width: 200px;
}

/*Que automatizar*/
#que_automatizar{
  padding: 10px;
  padding-top: 50px;
}
#que_automatizar .titulos h3{
  width: 300px;
  margin-left: -25%;
}
#que_automatizar p{
  text-align: justify;

  width: 200%;
  margin-left: -45%;
}
#que_automatizar .tareas1{
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding-top: 50px;
}
#que_automatizar .tareas_ppales{
  width: 200px;
  margin: 3px;
  border: 1px yellow solid;
  border-radius: 10px;
  display: inline-block;

  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 3px;
}
#que_automatizar .tareas2{
  text-align: center;
  font-size: 1.5em;
}
#que_automatizar .tareas_sec{
  color: white;
  width: 150px;
  margin: 4px;
  padding: 10px;
  display: inline-block;
  border-bottom: 1px solid gray;

  text-align: center;
  font-size: 15px;
}
#que_automatizar button{
  font-family: 'Dancing Script', cursive;
  background-color: #ffcc00;
  height: 50px;
  width: 200px;
  margin-top: 10px;
  float: right;
  border-radius: 20px;
  border: 2px black solid;
  color: black;
  font-size: 25px;
  transition: 0.5s;
}
#que_automatizar button:hover{
  background-color: #e6b800;
}

/*--
	Cómo lo hacemos Start
--*/
#como_lo_hacemos{
  margin-top: 0px;
  padding: 50px 20px;
}
#como_lo_hacemos .titulos{
  margin-left: -200px;
}
#como_lo_hacemos h3{
  width: 300px;
  height: 50px;
  padding: 10px;
}
#como_lo_hacemos .items{
  display: block;
  padding-bottom: 50px;
}
#como_lo_hacemos .uno, #como_lo_hacemos .dos{
  width: 80%;
  margin-left: 10%;
}
#como_lo_hacemos .dos{
  margin-top: 100px;
}
#como_lo_hacemos .item-1, #como_lo_hacemos .item-2{
  width: 100%;
  margin-top: 50px;
}
#como_lo_hacemos .item-1 h1, #como_lo_hacemos .item-2 h1{
  margin-left: 0;
}
#como_lo_hacemos .item-1 p, #como_lo_hacemos .item-2 p{
  margin-top: 20px;
}

#como_lo_hacemos .item-1:nth-child(4){
  margin-top: 50px;
}
#como_lo_hacemos .item-2:nth-child(4){
  margin-top: 50px;
}
#como_lo_hacemos .item-1:nth-child(5){
  margin-top: 50px;
}
#como_lo_hacemos .item-2:nth-child(5){
  margin-top: 50px;
}
#como_lo_hacemos .item-1:nth-child(5) h1{
  margin-left: 80%;
}
#como_lo_hacemos .item-2:nth-child(5) h1{
  margin-left: 80%;
}
/*---------------------------------------------
					Servicios Close 
-----------------------------------------------*/



/*---------------------------------------------
        contact Start 
-----------------------------------------------*/
.contact-bg{
  background: url('../img/img_contacto.webp') no-repeat;
  background-size: cover;
  height: 900px;
}
.contact-item{
  padding: 20px;
  padding-top: 50px;
}
#contact-form{
  width: 100%;
  margin-left: 0;
}
#contact-form .titulos h2{
  font-size: 50px;
}
#contact-form button{
  margin: 20px 25%;
}
/*---------------------------------------------
        contact close 
-----------------------------------------------*/

/*---------------------------------------------
					Info Legal Start 
-----------------------------------------------*/

#info_seguridad, #info_datos{
  padding: 50px;
}
#info_seguridad ul, #info_datos ul{
  margin-left: 25px;
}
#info_seguridad .rayas, #info_datos .rayas{
  margin-left: 25px;
}
#info_seguridad ol, #info_datos ol{
  margin-left: 0px;
}

/*---------------------------------------------
					Info Legal Close 
-----------------------------------------------*/

/*---------------------------------------------
					Proximamente Start 
-----------------------------------------------*/

#Proximamente .titulos h2{
  padding: 40px;
  font-size: 26px;
}
#Proximamente .titulos button{
  font-size: 16px;
  height: 80px;
  width: 260px;
  margin-left: 10%;
}

/*---------------------------------------------
					Proximamente Close 
-----------------------------------------------*/

/*--
footer Start 
--*/
footer {
  height: 250px;
}
footer .container{
  padding: 20px;
}
footer .items{
  margin-top: 50px;
  margin-bottom: 15px;
  display: block;
  padding: 0px;
}
.footer-item{
  display: block;
  margin-top: 50px;
}
footer #links{
  text-align: center;
  margin-top: 0px;
  width: 150px;
  margin: auto;
}
footer #links a{
  font-size: 20px;
  line-height: 2;
}
.final{
  margin: auto;
  margin-top: 50px;
  
  width: 100%;
}
.final .txt{
  margin-top: 8%;
}
.final button{
  margin-top: 30px;
  margin: 15%;
}
footer .social{
  margin-top: 60px;
  margin-bottom: 15px;
  text-align: center;
}
footer .social img{
  height: 50px;
  width: 50px;
}
footer #info{
  margin-top: 100px;
  margin: 0;
}
footer #info p{
  text-align: center;
}
footer .iconos{
  display: inline-block;
}
footer .info p{
  line-height: 23px;
}
footer .items-2{
  display: block;
}
footer .items-2 img{
  height: 30px;
  width: 100px;
}
footer .items-2 #Uipath{
  margin-left: 35%;
}
footer #seguridad{
  margin-left: 15%;
  margin-top: 10px;
}
footer #seguridad a{
  font-size: 10px;
}
footer #datos{
  margin-left: 15%;
  margin-top: 10px;
}
footer #datos a{
  font-size: 10px;
}
footer #copyright{
  margin-left: 15%;
  margin-top: 10px;
}
footer #copyright p{
  font-size: 9px;
}
}




/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */
@media only screen and (max-width: 324px) {
  /*---------------------------------------------
					Index Start 
-----------------------------------------------*/
.heading {
  padding-left: 0px;
}
h2 {
  font-size: 10px;
}
p {
  font-size: 20px;
}
.titulos{
  padding-top: 0px;
  padding-bottom: 30px;
}
.titulos h2{
  font-size: 35px;
  line-height: 30px;
}
.titulos h3{
  margin-left: 40%;
  font-size: 32px;
  line-height: 25px;
  height: 50px;
  width: 140px;
  padding: 10px;
}
/*Common css close*/
/*Header*/
header{
  width: 100%;
}
header .logo_resp{
  display: inline-block;
  height: 60px;
  width: 60px;
  padding-top: 20px;
  margin-left: 10px;
}
header .logo{
  display: none;
}
header .header_txt{
  display: block;
  font-size: 10px;
}
header .navbar-nav {
  margin-top: 30px;
  margin-right: 0%;
}
header .navbar-nav li a {
  color: black;
  padding: 10px 20px;
  font-size: 18px;
}
header .navbar-nav li a:hover {
  color: white;
}
header .navbar-toggle {
  margin-top: 20px;
  margin-bottom: 20px;
}
header #nav-button{
  display: inline-block;
  width: 35px;
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
header .navbar-collapse{
  width: 100%;
  background-color: white;
}
header #nav-list{
  height: 191px;
}
/*Header close*/
/*Slider start*/
#slider {
  padding-top: 90px;
  padding-bottom: 60px;
}
#slider .fondo{
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  width: 95%;
  height: 100px;
  margin-left: 3%;
}
#slider .fondo h1{
  font-size: 25px;
}
#slider .eslogan{
  width: 100%;
  margin-left: 0%;
  margin-top: 50%;
}
#slider .slider_logo{
  display: flex;
  margin-left: 10px;
  margin-top: 340px;
}
#slider img{
  height: 100px;
  display: flex;
}
/*Slider start*/

/*--
service Start 
--*/
#service {
  width: 100%;
  padding: 10px 0;
  height: 2800px;
}
#service .titulos h3{
  width: 250px;
  font-size: 22px;
  margin-left: 10px;
}
#service .items{
  width: 100%;
  margin-top: 0px;
  display: block;
  height: 1800px;
  margin-left: 0px;
}
#service .item {
  background-color: grey;
  background-size: contain;
  width: 250px;
  height: 800px;
  margin: 50px 5%;
}
.item .contenido{
  margin-top: 50%;
  padding: 10px;
}
.item h1{
  font-size: 24px;
}
#service .items button{
  height: 50px;
  width: 150px; 
  margin-top: 550%;
  margin-left: 10%;
}

/*--
	Demos start
--*/
#demos{
  height: 500px;
}

#demos .fondo{
  padding: 10px;
}

#demos h2{
  font-size: 20px;
}

#demos video{
  height: 60%;
  width: 90%;
}
/*--
	Demos close
--*/

/*--
	Clientes start
--*/
#clientes{
  padding: 10px;
}

#clientes h3{
  width: 150px;
  margin-left: 20%;
  font-size: 20px;
}

#clientes .item{
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-left: 0;
}
/*--
	Clientes close
--*/

/*--
	Blog
--*/
.blog-box{
  background-color: rgba(191, 191, 191, 0.5);
  padding: 20px;
}
.blog-box .titulos h3{
  margin-left: 22%;
  font-size: 20px;
  width: 150px;
}
#blog{
  text-align: left;
}
.post-allblog{
  background-color: black;
  width: 100%;
  height: 400px;
  padding: 10px;
  display: block;
  border-radius: 15px;
}
.post-allblog:nth-child(n+2){
  margin-left: 0px;
}
.caja-post img{
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.caja-post #titulo_post{
  font-weight: bold;
  display: flex;
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
  color: white;
}
#blog-btn{
  width: 120px;
  height: 30px;
  color: rgb(0, 88, 202);
  margin-left: 87%;
  transition: 1s;
}



/*---------------------------------------------
        Index Close 
-----------------------------------------------*/

/*=============================================*/

/*---------------------------------------------
        Nosotros Start 
-----------------------------------------------*/

/*--
	intro Start 
--*/
#intro {
  padding: 80px 50px;
  height: 1900px;
}
#intro .titulos{
  margin: 0;
}
#intro .titulos h3{
  width: 200px;
  margin-left: 15%;
  font-size: 25px;
}
#intro .info{
  height: 450px;
  background-image: url(../img/formas.webp);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position-x: -50px;
  background-position-y: 100px;
  display: block;
  margin-top: 50px;
  padding-top: 80px;
}
#intro .intro_info{
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
}
#intro .intro_info:nth-child(1){
  height: 700px;
  width: 100%;
  margin: 0;
}
#intro .intro_info:nth-child(2){
  margin: 0;
  width: 100%;
}
#intro .intro_info img{
  height: 50%;
}

/*---------------------------------------------
        Nosotros Start 
-----------------------------------------------*/

/*---------------------------------------------
					Servicios Start 
-----------------------------------------------*/
/*--
	service Start 
--*/
#servicios{
  height: 4500px;
}
#servicios #service {
  width: 100%;
  text-align: left;
  padding: 60px;
  margin: -5%;
}
#servicios #service .items{
  display: block;
}
#servicios #service .item {
  margin: auto;
  width: 120%;
  height: 1200px;
  margin-top: 50px;
}
#servicios #service .fondo {
  height: 100%;
  padding: 10%;
  border-radius: 20px;
}
#servicios #service .item:nth-child(1){
  background-image: url(../img/servicios_2.webp);
}
#servicios #service .item:nth-child(1) .fondo{
  background-color: rgba(150, 150, 150, 0.5);
}
#servicios #service .item:nth-child(2){
  background-image: url(../img/servicios_1.webp);
}
#servicios #service .item:nth-child(2) .fondo{
  background-color: rgba(255, 252, 75, 0.5);
}
#servicios #service .item:nth-child(2) .contenido1{
  display: block;
  margin-top: 50px;
  width: 100%;
  margin-left: 0%;
}
#servicios #service .item:nth-child(2) h2{
  text-align: center;
  font-size: 20px;
}
#servicios #service .item:nth-child(2) p{
  text-align: justify;
}
#servicios #service .item:nth-child(2) .contenido2{
  display: inline-block;
  width: 100%;
  margin-left: 0px;
}
#servicios #service .item:nth-child(3){
  background-image: url(../img/servicios_3.webp);
}
#servicios #service .item:nth-child(3) .fondo{
  background-color: rgba(88, 149, 240, 0.5);
}
#servicios .item .contenido{
  padding-top: 10%;
}
#servicios .item h1{
  text-align: center;
  font-family: 'Montserrat Medium', sans-serif;
  font-weight: bold;

  font-size: 20px;
  width: 100%;
  color: black;
}
#servicios .item p{
  color: black;
  margin-top: 50px;
  font-size: 16px;
  text-align: justify;
}

/*Info Start*/
#que_es_rpa{
  height: 1000px;
}
#que_es_rpa .titulos{
  padding-top: 100px;
  padding-bottom: 0px;
}
#que_es_rpa .titulos h3{
  width: 160px;
  font-size: 25px;
  margin: -20%;
}
#que_es_rpa .info {
  padding: 80px 50px;
}
#que_es_rpa .info .titulos{
  margin: 0;
}
#que_es_rpa .info .titulos h3{
  width: 200px;
  margin-left: 20%;
}
#que_es_rpa .info{
  height: 450px;
  background-image: url(../img/formas.webp);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position-x: -40px;
  background-position-y: top;
  display: block;
  margin-top: 50px;
  padding-top: 80px;
}
#que_es_rpa .info .intro_info{
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
}
#que_es_rpa .info .intro_info:nth-child(1){
  margin: 0;
  text-align: center;
  width: 100%;
  margin-left: -5%;
}
#que_es_rpa .info .intro_info:nth-child(2){
  height: 550px;
  width: 100%;
  margin: 0;
}
#que_es_rpa .info .intro_info img{
  height: 50%;
}
#que_es_rpa button{
  font-family: 'Dancing Script', cursive;
  background-color: #ffcc00;
  height: 40px;
  width: 160px;
  margin-top: 10px;
  margin-left: 0;
  text-align: center;
  border-radius: 20px;
  border: 2px black solid;
  color: black;
  font-size: 20px;
  transition: 0.5s;
}
#que_es_rpa button:hover{
  background-color: #e6b800;
}

/*Ventajas start*/
#ventajas {
  height: 1250px;
  width: 100%;
  text-align: center;
}
#ventajas .titulos{
  padding-top: 150px;
  padding-bottom: 0px;
}
#ventajas .titulos h3{
  transform: rotate(-2deg);
  height: 70px;
  width: 200px;
  padding: 0;
  margin-left: -20%;

  font-size: 22px;
}
#ventajas .items{
  width: 100%;
}
#ventajas .ventajas-item {
  width: 230px;
  height: 320px;
  margin-top: 50px;
  margin-left: 0;
  margin: auto;
}
#ventajas .ventajas-item:nth-child(1) {
  margin-left: auto;
}
#ventajas .circulo{
  border: 3px yellow dotted;
  border-radius: 50%;
  width: 200px;
  height: 200px;

  font-size: 23px;
  font-weight: bold;
  font-family: 'Montserrat Black', sans-serif;
  padding-top: 60px;
}
#ventajas .ventajas-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 5px;
  width: 200px;
}

/*Que automatizar*/
#que_automatizar{
  padding: 0px;
  padding-top: 50px;
}
#que_automatizar .titulos h3{
  width: 250px;
  margin-left: -25%;

  font-size: 22px;
}
#que_automatizar p{
  width: 200%;
  text-align: justify;

  margin-left: -50%;
}
#que_automatizar .tareas1{
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding-top: 50px;
}
#que_automatizar .tareas_ppales{
  width: 200px;
  margin: 3px;
  border: 1px yellow solid;
  border-radius: 10px;
  display: inline-block;

  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 3px;
}
#que_automatizar .tareas2{
  text-align: center;
  font-size: 1.5em;
}
#que_automatizar .tareas_sec{
  color: white;
  width: 150px;
  margin: 4px;
  padding: 10px;
  display: inline-block;
  border-bottom: 1px solid gray;

  text-align: center;
  font-size: 15px;
}
#que_automatizar button{
  font-family: 'Dancing Script', cursive;
  background-color: #ffcc00;
  height: 40px;
  width: 150px;
  margin-top: 10px;
  float: right;
  border-radius: 20px;
  border: 2px black solid;
  color: black;
  font-size: 18px;
  transition: 0.5s;
}
#que_automatizar button:hover{
  background-color: #e6b800;
}

/*--
	Cómo lo hacemos Start
--*/
#como_lo_hacemos{
  margin-top: 0px;
  padding: 50px 20px;
}
#como_lo_hacemos .titulos{
  margin-left: -70%;
}
#como_lo_hacemos h3{
  width: 250px;
  height: 50px;
  padding: 10px;
  font-size: 22px;
}
#como_lo_hacemos .items{
  display: block;
  padding-bottom: 50px;
}
#como_lo_hacemos .uno, #como_lo_hacemos .dos{
  width: 80%;
  margin-left: 10%;
}
#como_lo_hacemos .dos{
  margin-top: 100px;
}
#como_lo_hacemos .item-1, #como_lo_hacemos .item-2{
  width: 100%;
  margin-top: 50px;
}
#como_lo_hacemos .item-1 h1, #como_lo_hacemos .item-2 h1{
  margin-left: 0;
}
#como_lo_hacemos .item-1 p, #como_lo_hacemos .item-2 p{
  margin-top: 20px;
}

#como_lo_hacemos .item-1:nth-child(4){
  margin-top: 50px;
}
#como_lo_hacemos .item-2:nth-child(4){
  margin-top: 50px;
}
#como_lo_hacemos .item-1:nth-child(5){
  margin-top: 50px;
}
#como_lo_hacemos .item-2:nth-child(5){
  margin-top: 50px;
}
#como_lo_hacemos .item-1:nth-child(5) h1{
  margin-left: 80%;
}
#como_lo_hacemos .item-2:nth-child(5) h1{
  margin-left: 80%;
}
/*---------------------------------------------
					Servicios Close 
-----------------------------------------------*/

/*---------------------------------------------
        contact Start 
-----------------------------------------------*/

.contact-bg{
  background: url('../img/img_contacto.webp') no-repeat;
  background-size: cover;
  height: 900px;
}
.contact-item{
  padding: 20px;
  padding-top: 50px;
}
#contact-form{
  width: 100%;
  margin-left: 0;
}
#contact-form .titulos h2{
  font-size: 40px;
}
.botones span{
  font-size: 10px;
}
#contact-form button{
  margin: 20px 20%;
}
/*---------------------------------------------
        contact close 
-----------------------------------------------*/

/*---------------------------------------------
					Info Legal Start 
-----------------------------------------------*/

#info_seguridad, #info_datos{
  padding: 50px;
  padding-top: 100px;
}
#info_seguridad p, #info_datos p{
  font-size: 16px;
  text-align: justify;
}
#info_seguridad .titulos h2, #info_datos .titulos h2{
  font-size: 30px;
  line-height: 1.5;
}
#info_seguridad ul, #info_datos ul{
  list-style-type: disc;
  margin-left: 35px;
}
#info_seguridad .rayas, #info_datos .rayas{
  list-style-type: "-  ";
  margin-left: 35px;
}
#info_seguridad ol, #info_datos ol{
  text-align: justify;
  margin-left: 0;
}
#info_seguridad li, #info_datos li{
  margin-top: 10px;
  font-size: 16px;
}

/*---------------------------------------------
					Info Legal Close 
-----------------------------------------------*/

/*---------------------------------------------
					Proximamente Start 
-----------------------------------------------*/

#Proximamente{
  padding-top: 50px;
}
#Proximamente .titulos h2{
  line-height: 1.5;
  padding: 40px;
  font-size: 26px;
}
#Proximamente .titulos button{
  font-size: 15px;
  height: 80px;
  width: 240px;
  margin-top: 0px;
  margin-left: 10%;
  transition: 0.5s;
}

/*---------------------------------------------
					Proximamente Close 
-----------------------------------------------*/

/*--
footer Start 
--*/
footer {
  height: 250px;
}
footer .items{
  margin-top: 50px;
  margin-bottom: 15px;
  display: block;
  padding: 0px;
}
.footer-item{
  display: block;
  margin-top: 50px;
}
footer #links{
  text-align: center;
  margin-top: 0px;
  width: 150px;
  margin-left: 13%
}
footer #links a{
  font-size: 20px;
  line-height: 2;
}
.final{
  height: 350px;
  margin-top: 100px;
  margin-left: -5%;
  width: 100%;
}
.final .txt{
  margin-top: 8%;
}
.final button{
  margin-top: 20px;
  margin-left: 0px;
}
footer #info{
  margin-left: -25px;
  margin-top: 100px;
}
footer #info p{
  text-align: center;
}
footer .social{
  margin-bottom: 15px;
  margin-top: 50px;
}
footer .social img{
  height: 50px;
  width: 50px;
}
footer .iconos{
  display: inline-block;
}
footer .info p{
  line-height: 23px;
}
footer .items-2{
  display: block;
}
footer .items-2 img{
  height: 30px;
  width: 100px;
}
footer .items-2 #Uipath{
  margin-left: 25%;
}
footer #seguridad{
  margin: auto;
}
footer #seguridad a{
  font-size: 10px;
}
footer #datos{
  margin: auto;
}
footer #datos a{
  font-size: 10px;
}
footer #copyright{
  margin: auto;
}
footer #copyright p{
  font-size: 8px;
}
}