@charset "UTF-8";
/* CSS Document */

*{
    margin:0px;
    padding:0px;
}

body {
	font-family: 'Sarala', sans-serif;
	background-color: white;
}



/*--- LOADING----*/

.preload {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999; 
    width: 100vw;
    height: 100vh;
	background-image:url(../images/preload.jpg);
	background-color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
 

/*.preload img {
    max-width: 20rem;
    width: 100%; }*/

#logo2{
	width: 300px;
	height: 160px;
	display: flex;
		
}

/*----- LOGOTIPO ----*/

#logo {
    display: flex;
    z-index: 3000;
    position: fixed;
    left: 0;
    align-self: flex-start;
    text-align: left;
    top: 0;
	cursor: pointer;
   
}
#logo img {
	width: 220px;
	height: 120px;
   
}  
.shadow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( -1px -1px 1px #000 ); 
            filter: drop-shadow( -1px -1px 1px #000 );
}

.menuppal {
    /*display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    width: 30vw;
    right: 0;*/
	z-index: 1000;
    background-color: rgba( 255, 255, 255, .9 );
    overflow: hidden;
}

.inicio{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/filosofia.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	z-index: 2000;
	background-attachment: fixed;
}

.texto{
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);	
    font-size: 4em;
	font-weight: bold;
	height: 95vh;
}
.texto div { 
	height: 48px;
}

.min{
	text-transform: lowercase;
	font-weight:normal;
}
.razonar{
	margin-right: 314px;
}
.con{
	margin-right: 35px;
}
.posible{
	margin-top: 50px;	
}


/*--------EFECTO------*/


.glitch{
  color: rgba(255, 255, 255, 0.7);
  font-size:1em;
 position:relative;
}


.glitch:after {
      /*animation: glitch-animation 1s infinite linear alternate-reverse;*/
	  animation-name: glitch-animation;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-delay: 1s;
      animation-iteration-count:2;
      animation-direction: alternate-reverse;
      animation-fill-mode: none;
      animation-play-state: running;
      background: rgba(0, 0, 0, 0);
      clip: rect( 0, 900px, 0, 0 );
      color: rgba(2, 16, 64, 0,7);
      content: attr( data-text );
      left: 2px;
      overflow: hidden;
      position: absolute;
      text-shadow: -1px 0 #ff000080;
      top: 0;
    }

.glitch:before {
      /*animation: glitch-animation-2 2s infinite linear alternate-reverse;*/
      animation-name: glitch-animation-2;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-delay: 1s;
      animation-iteration-count:infinite;
      animation-direction: alternate-reverse;
      animation-fill-mode: none;
      animation-play-state: running;
      background: rgba(0, 0, 0, 0);
      clip: rect( 0, 900px, 0, 0 );
      color: rgba(15, 18, 30, 0,7);
      content: attr( data-text );
      left: -2px;
      overflow: hidden;
      position: absolute;
      text-shadow: 1px 0 #202525;
      top: 0;
    }
	
	
	 /* Expanded Animations */
    @keyframes glitch-animation {
      0% {
        clip: rect(42px, 9999px, 44px, 0);
      }
      5% {
        clip: rect(12px, 9999px, 59px, 0);
      }
      10% {
        clip: rect(48px, 9999px, 29px, 0);
      }
      15.0% {
        clip: rect(42px, 9999px, 73px, 0);
      }
      20% {
        clip: rect(63px, 9999px, 27px, 0);
      }
      25% {
        clip: rect(34px, 9999px, 55px, 0);
      }
      30.0% {
        clip: rect(86px, 9999px, 73px, 0);
      }
      35% {
        clip: rect(20px, 9999px, 20px, 0);
      }
      40% {
        clip: rect(26px, 9999px, 60px, 0);
      }
      45% {
        clip: rect(25px, 9999px, 66px, 0);
      }
      50% {
        clip: rect(57px, 9999px, 98px, 0);
      }
      55.0% {
        clip: rect(5px, 9999px, 46px, 0);
      }
      60.0% {
        clip: rect(82px, 9999px, 31px, 0);
      }
      65% {
        clip: rect(54px, 9999px, 27px, 0);
      }
      70% {
        clip: rect(28px, 9999px, 99px, 0);
      }
      75% {
        clip: rect(45px, 9999px, 69px, 0);
      }
      80% {
        clip: rect(23px, 9999px, 85px, 0);
      }
      85.0% {
        clip: rect(54px, 9999px, 84px, 0);
      }
      90% {
        clip: rect(45px, 9999px, 47px, 0);
      }
      95% {
        clip: rect(37px, 9999px, 20px, 0);
      }
      100% {
        clip: rect(4px, 9999px, 91px, 0);
      }
    }
    @keyframes glitch-animation-2 {
      0% {
        clip: rect(65px, 9999px, 100px, 0);
      }
      5% {
        clip: rect(52px, 9999px, 74px, 0);
      }
      10% {
        clip: rect(79px, 9999px, 85px, 0);
      }
      15.0% {
        clip: rect(75px, 9999px, 5px, 0);
      }
      20% {
        clip: rect(67px, 9999px, 61px, 0);
      }
      25% {
        clip: rect(14px, 9999px, 79px, 0);
      }
      30.0% {
        clip: rect(1px, 9999px, 66px, 0);
      }
      35% {
        clip: rect(86px, 9999px, 30px, 0);
      }
      40% {
        clip: rect(23px, 9999px, 98px, 0);
      }
      45% {
        clip: rect(85px, 9999px, 72px, 0);
      }
      50% {
        clip: rect(71px, 9999px, 75px, 0);
      }
      55.0% {
        clip: rect(2px, 9999px, 48px, 0);
      }
      60.0% {
        clip: rect(30px, 9999px, 16px, 0);
      }
      65% {
        clip: rect(59px, 9999px, 50px, 0);
      }
      70% {
        clip: rect(41px, 9999px, 62px, 0);
      }
      75% {
        clip: rect(2px, 9999px, 82px, 0);
      }
      80% {
        clip: rect(47px, 9999px, 73px, 0);
      }
      85.0% {
        clip: rect(3px, 9999px, 27px, 0);
      }
      90% {
        clip: rect(26px, 9999px, 55px, 0);
      }
      95% {
        clip: rect(42px, 9999px, 97px, 0);
      }
      100% {
        clip: rect(38px, 9999px, 49px, 0);
      }
    }


.glitch2{
  color: rgba(255, 255, 255, 0.7);
  font-size:1em;
 position:relative;

}


.glitch2:after {
      /*animation: glitch-animation 1s infinite linear alternate-reverse;*/
	  animation-name: glitch-animation1;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-delay:3s;
      animation-iteration-count:2;
      animation-direction: alternate-reverse;
      animation-fill-mode: none;
      animation-play-state: running;
      background: rgba(0, 0, 0, 0);
      clip: rect( 0, 900px, 0, 0 );
      color: rgba(77, 16, 2, 0,7);
      content: attr( data-text );
      left: 2px;
      overflow: hidden;
      position: absolute;
      text-shadow: -1px 0 #ff000080;
      top: 0;
	
    }
.glitch2:before {
      /*animation: glitch-animation-2 2s infinite linear alternate-reverse;*/
	  animation-name: glitch-animation2;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-delay: 6s;
      animation-iteration-count:infinite;
      animation-direction: alternate-reverse;
      animation-fill-mode: none;
      animation-play-state: running;
      background: rgba(0, 0, 0, 0);
      clip: rect( 0, 900px, 0, 0 );
      color: rgba(15, 18, 30, 0,7);
      content: attr( data-text );
      left: -2px;
      overflow: hidden;
      position: absolute;
      text-shadow: 1px 0 #202525;
      top: 0;
		
    }
	
	
	
	 /* Expanded Animations */
    @keyframes glitch-animation1 {
      0% {
        clip: rect(42px, 9999px, 44px, 0);
      }
      5% {
        clip: rect(12px, 9999px, 59px, 0);
      }
      10% {
        clip: rect(48px, 9999px, 29px, 0);
      }
      15.0% {
        clip: rect(42px, 9999px, 73px, 0);
      }
      20% {
        clip: rect(63px, 9999px, 27px, 0);
      }
      25% {
        clip: rect(34px, 9999px, 55px, 0);
      }
      30.0% {
        clip: rect(86px, 9999px, 73px, 0);
      }
      35% {
        clip: rect(20px, 9999px, 20px, 0);
      }
      40% {
        clip: rect(26px, 9999px, 60px, 0);
      }
      45% {
        clip: rect(25px, 9999px, 66px, 0);
      }
      50% {
        clip: rect(57px, 9999px, 98px, 0);
      }
      55.0% {
        clip: rect(5px, 9999px, 46px, 0);
      }
      60.0% {
        clip: rect(82px, 9999px, 31px, 0);
      }
      65% {
        clip: rect(54px, 9999px, 27px, 0);
      }
      70% {
        clip: rect(28px, 9999px, 99px, 0);
      }
      75% {
        clip: rect(45px, 9999px, 69px, 0);
      }
      80% {
        clip: rect(23px, 9999px, 85px, 0);
      }
      85.0% {
        clip: rect(54px, 9999px, 84px, 0);
      }
      90% {
        clip: rect(45px, 9999px, 47px, 0);
      }
      95% {
        clip: rect(37px, 9999px, 20px, 0);
      }
      100% {
        clip: rect(4px, 9999px, 91px, 0);
      }
    }
    @keyframes glitch-animation2 {
      0% {
        clip: rect(65px, 9999px, 100px, 0);
      }
      5% {
        clip: rect(52px, 9999px, 74px, 0);
      }
      10% {
        clip: rect(79px, 9999px, 85px, 0);
      }
      15.0% {
        clip: rect(75px, 9999px, 5px, 0);
      }
      20% {
        clip: rect(67px, 9999px, 61px, 0);
      }
      25% {
        clip: rect(14px, 9999px, 79px, 0);
      }
      30.0% {
        clip: rect(1px, 9999px, 66px, 0);
      }
      35% {
        clip: rect(86px, 9999px, 30px, 0);
      }
      40% {
        clip: rect(23px, 9999px, 98px, 0);
      }
      45% {
        clip: rect(85px, 9999px, 72px, 0);
      }
      50% {
        clip: rect(71px, 9999px, 75px, 0);
      }
      55.0% {
        clip: rect(2px, 9999px, 48px, 0);
      }
      60.0% {
        clip: rect(30px, 9999px, 16px, 0);
      }
      65% {
        clip: rect(59px, 9999px, 50px, 0);
      }
      70% {
        clip: rect(41px, 9999px, 62px, 0);
      }
      75% {
        clip: rect(2px, 9999px, 82px, 0);
      }
      80% {
        clip: rect(47px, 9999px, 73px, 0);
      }
      85.0% {
        clip: rect(3px, 9999px, 27px, 0);
      }
      90% {
        clip: rect(26px, 9999px, 55px, 0);
      }
      95% {
        clip: rect(42px, 9999px, 97px, 0);
      }
      100% {
        clip: rect(38px, 9999px, 49px, 0);
      }
    }


/* ---------- COMERCIALES ------*/	
.comerciales{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/trayectoria.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	z-index: 2000;
	background-attachment: fixed;
}
.texto2{
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);	
    font-size: 4em;
	font-weight: bold;
	height: 40vh;
	padding-left: 250px;
}
.texto2 div { 
	height: 48px;
}

.texto3{
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);	
    font-size: 4em;
	font-weight: bold;
	height: 40vh;
}
.texto3 div { 
	height: 48px;
}
.toda{
	padding-left: 60px;
}
.haciendo{
	padding-left: 130px;
}
.comerc{
	margin-left: 270px;
}



/* ---------- REEL COMERCIALES ------*/	
.video{
	height: 100vh;
	z-index: 1000;
}

.contenedor{
	position: relative;
	z-index: 500;
}	



/* ---------- VISION ------*/	

.vision{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/vision.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
	position: relative;
	
}
.texto4{
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	margin: 0;
	color: rgba(200, 118, 43, 0.7);	
    font-size: 4em;
	font-weight: bold;
    height: 80vh;
	 z-index: 999;
    position: absolute;
    width: 100vw;
}
.texto4 div { 
	height: 48px;
}

.nuestra{
	margin-left: 170px;
	
}
.texto-vision{
	z-index: 998;
	position: absolute;
	width: 100vw;
	height: 100vh;
}
.hacemos{
    color: white;
    font-size: 20px;
    padding-top: 130px;
    padding-left: 850px;
}

.cobramos{
   color: white;
   font-size: 20px;
   padding-left: 200px;
   width: 32%;
   line-height: 30px;
}

.cliente{
   color: white;
   font-size: 20px;
   padding-top: 200px;
   padding-left: 900px;
   width: 90%;
   line-height: 30px;
}	
.creemos{
  color: white;
  font-size: 20px;
  padding-left: 100px;
  width: 34%;
  line-height: 30px;
}

.glitch3{
  color: rgba(200, 118, 43, 0.7);
  font-size:1em;
  position:relative;
}

.glitch3:after {
      /*animation: glitch-animation 1s infinite linear alternate-reverse;*/
	  animation-name: glitch-animation3;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-delay:3s;
      animation-iteration-count:2;
      animation-direction: alternate-reverse;
      animation-fill-mode: none;
      animation-play-state: running;
      background: rgba(0, 0, 0, 0);
      clip: rect( 0, 900px, 0, 0 );
      color: rgba(46, 9, 1, 0,3);
      content: attr( data-text );
      left: 2px;
      overflow: hidden;
      position: absolute;
      text-shadow: -1px 0 #ff000080;
      top: 0;
    }
.glitch3:before {
      /*animation: glitch-animation-2 2s infinite linear alternate-reverse;*/
      animation-name: glitch-animation4;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-delay: 6s;
      animation-iteration-count:infinite;
      animation-direction: alternate-reverse;
      animation-fill-mode: none;
      animation-play-state: running;
      background: rgba(0, 0, 0, 0);
      clip: rect( 0, 900px, 0, 0 );
      color: rgba(91, 28, 18, 0,7);
      content: attr( data-text );
      left: -2px;
      overflow: hidden;
      position: absolute;
      text-shadow: 1px 0 #340d01;
      top: 0;
		
    }
	
	
	
	 /* Expanded Animations */
    @keyframes glitch-animation3 {
      0% {
        clip: rect(42px, 9999px, 44px, 0);
      }
      5% {
        clip: rect(12px, 9999px, 59px, 0);
      }
      10% {
        clip: rect(48px, 9999px, 29px, 0);
      }
      15.0% {
        clip: rect(42px, 9999px, 73px, 0);
      }
      20% {
        clip: rect(63px, 9999px, 27px, 0);
      }
      25% {
        clip: rect(34px, 9999px, 55px, 0);
      }
      30.0% {
        clip: rect(86px, 9999px, 73px, 0);
      }
      35% {
        clip: rect(20px, 9999px, 20px, 0);
      }
      40% {
        clip: rect(26px, 9999px, 60px, 0);
      }
      45% {
        clip: rect(25px, 9999px, 66px, 0);
      }
      50% {
        clip: rect(57px, 9999px, 98px, 0);
      }
      55.0% {
        clip: rect(5px, 9999px, 46px, 0);
      }
      60.0% {
        clip: rect(82px, 9999px, 31px, 0);
      }
      65% {
        clip: rect(54px, 9999px, 27px, 0);
      }
      70% {
        clip: rect(28px, 9999px, 99px, 0);
      }
      75% {
        clip: rect(45px, 9999px, 69px, 0);
      }
      80% {
        clip: rect(23px, 9999px, 85px, 0);
      }
      85.0% {
        clip: rect(54px, 9999px, 84px, 0);
      }
      90% {
        clip: rect(45px, 9999px, 47px, 0);
      }
      95% {
        clip: rect(37px, 9999px, 20px, 0);
      }
      100% {
        clip: rect(4px, 9999px, 91px, 0);
      }
    }
    @keyframes glitch-animation4 {
      0% {
        clip: rect(65px, 9999px, 100px, 0);
      }
      5% {
        clip: rect(52px, 9999px, 74px, 0);
      }
      10% {
        clip: rect(79px, 9999px, 85px, 0);
      }
      15.0% {
        clip: rect(75px, 9999px, 5px, 0);
      }
      20% {
        clip: rect(67px, 9999px, 61px, 0);
      }
      25% {
        clip: rect(14px, 9999px, 79px, 0);
      }
      30.0% {
        clip: rect(1px, 9999px, 66px, 0);
      }
      35% {
        clip: rect(86px, 9999px, 30px, 0);
      }
      40% {
        clip: rect(23px, 9999px, 98px, 0);
      }
      45% {
        clip: rect(85px, 9999px, 72px, 0);
      }
      50% {
        clip: rect(71px, 9999px, 75px, 0);
      }
      55.0% {
        clip: rect(2px, 9999px, 48px, 0);
      }
      60.0% {
        clip: rect(30px, 9999px, 16px, 0);
      }
      65% {
        clip: rect(59px, 9999px, 50px, 0);
      }
      70% {
        clip: rect(41px, 9999px, 62px, 0);
      }
      75% {
        clip: rect(2px, 9999px, 82px, 0);
      }
      80% {
        clip: rect(47px, 9999px, 73px, 0);
      }
      85.0% {
        clip: rect(3px, 9999px, 27px, 0);
      }
      90% {
        clip: rect(26px, 9999px, 55px, 0);
      }
      95% {
        clip: rect(42px, 9999px, 97px, 0);
      }
      100% {
        clip: rect(38px, 9999px, 49px, 0);
      }
    }


/* ---------- REEL CORPORATIVOS------*/	

.video2{
	height: 100vh;
	z-index: 800;
}
.contenedor2{
	position: relative;
	z-index: 200;
}	


/* ---------- VIDEO FULL SCREEN ------*/	



* { box-sizing: border-box; }

.video-background {
  background: #fff;
 
 top: 0; right: 0; bottom: 0; left: 0;
 /* z-index: -99;
	 position: fixed;*/
}
.video-foreground,
.video-background iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }


/*---- CONTACTO-----*/
.contacto{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/preload.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	
}

.contenedor-form{
	width: 60%;
	margin: auto;
	padding-top: 160px;
		
}
.columna{
	display: flex;
	 flex-direction: row;
}


@media all and (min-width: 350px) and (max-width: 399px){	

.preload {
    width: 100vw;
    height: 100vh;
	background-image:url(../images/celular/preload-s.jpg);
	background-size: cover;	
}
	
#logo {
    padding-left: 80px;
	display: flex;
	align-content: center;
}

#logo2 img{
    width: 300px;
    height: 160px;
	margin: auto;
	
}
	
	
	
.inicio{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/filosofia-s.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	z-index: 2000;
	background-attachment: fixed;
}	
	
	
/*------- FILOSOFIA-------*/			
.texto {
    font-size: 1.9em;
	height: 100vh;
}
.razonar {
    margin-right: 0px;
}
.con {
    margin-right: 0px;
}

	
/*------- COMERCIALES-------*/		
	
.texto2 {
    font-size: 1.9em;
	padding-left: 0px;
	padding-top: 140px;
    height: 55vh;
}
.texto2 div {
    height: 35px;
}	
.comerc {
    margin-left: 0px;
}
		
.texto3 {
   font-size: 1.9em;
}
	
.texto3 div {
    height: 36px;
}	
.toda {
    padding-left: 0px;
}
.haciendo {
    padding-left: 0px;
}
	
	
/*------- VISION -------*/	
	


.vision{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/vision-s.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
	position: relative;
	
}	
	
.texto4 {
    font-size: 1.9em;
	height: 115vh;
}	
.nuestra {
    margin-left: 0px;
}		

.hacemos {
    color: #fffc;
    font-size: 17px;
    padding-top: 35%;
    padding-left: 0px;
	text-align: center;
	padding-bottom: 20px;
}
.cobramos {
	color: #fffc;
    font-size: 17px;
    padding-left: 0px;
    width: 100%;
	text-align: center;
}
	
.cliente {
	color: #fffc;
    font-size: 17px;
    padding-top: 200px;
    padding-left: 0px;
    width: 100%;
    line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
}
.creemos {
	color: #fffc;
    font-size: 17px;
    padding-left: 0px;
    width: 100%;
    line-height: 30px;
	text-align: center;
}	
	
	
/*------- CONTACTO-------*/	
	
.contacto{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/preload-s.jpg);
	background-attachment: fixed;
	background-size: cover;	
	background-repeat: no-repeat;
	
}		
	
.contenedor-form {
    width: 80%;
    padding-top: 180px;
}
.medio {
    width: 0%;
}
.contact_form input, .contact_form textarea {
    padding-right: 8px !important;
}
	

}
@media all and (min-width: 400px) and (max-width: 767px){	
	
	
.preload {
    width: 100vw;
    height: 100vh;
	background-image:url(../images/celular/preload-s.jpg);
	background-size: cover;	
}
	
#logo {
    padding-left: 100px;
	display: flex;
	align-content: center;
}

#logo2 img{
    width: 300px;
    height: 160px;
	margin: auto;
	
}
	
	
	
.inicio{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/filosofia-s.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	z-index: 2000;
	background-attachment: fixed;
}	
	
	
/*------- FILOSOFIA-------*/			
.texto {
    font-size: 2.1em;
}
.razonar {
    margin-right: 0px;
}
.con {
    margin-right: 0px;
}

	
/*------- COMERCIALES-------*/		
	
.texto2 {
    font-size: 2.2em;
	padding-left: 0px;
	padding-top: 140px;
    height: 55vh;
}
.texto2 div {
    height: 35px;
}	
.comerc {
    margin-left: 0px;
}
		
.texto3 {
    font-size: 2.2em;
}
	
.texto3 div {
    height: 36px;
}	
.toda {
    padding-left: 0px;
}
.haciendo {
    padding-left: 0px;
}
	
	
/*------- VISION -------*/	
	


.vision{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/vision-s.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
	position: relative;
	
}	
	
.texto4 {
    font-size: 2.6em;
	height: 100vh;
}	
.nuestra {
    margin-left: 0px;
}		

.hacemos {
    color: #fffc;
    font-size: 19px;
    padding-top: 35%;
    padding-left: 0px;
	text-align: center;
	padding-bottom: 20px;
}
.cobramos {
	color: #fffc;
    font-size: 19px;
    padding-left: 0px;
    width: 100%;
	text-align: center;
}
	
.cliente {
	color: #fffc;
    font-size: 19px;
    padding-top: 210px;
    padding-left: 0px;
    width: 100%;
    line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
}
.creemos {
	color: #fffc;
    font-size: 19px;
    padding-left: 0px;
    width: 100%;
    line-height: 30px;
	text-align: center;
}	
	
	
/*------- CONTACTO-------*/	
	
.contacto{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/preload-s.jpg);
	background-attachment: fixed;
	background-size: cover;	
	background-repeat: no-repeat;
	
}		
	
.contenedor-form {
    width: 80%;
    padding-top: 180px;
}
.medio {
    width: 0%;
}
.contact_form input, .contact_form textarea {
    padding-right: 8px !important;
}
	
/*------ FILOSOFIA-----*/
.hacemos {
    padding-top: 25%;
}
	
.cliente {
    padding-top: 330px;
}	

}

@media (min-width: 600px) and (max-width: 767px) {
	
#logo {
    padding-left: 0px;
	display: flex;
	align-content: center;
	}

.texto {
    font-size: 2.7em;
}
.texto2 {
    font-size: 2.7em;
}
.texto3 {
    font-size: 2.7em;
}
.texto4 {
    font-size: 2.7em;
}
}


@media (min-width: 768px)  and (max-width: 1279px)  {
	
	
.texto {
    font-size: 3.4em;
}	
	
	
/*----COMERCIALES------*/	
.texto2 {
    font-size: 3em;
	padding-top: 170px;
}
	
.comerc {
    margin-left: 70px;
}
	
.texto3 {
    font-size: 3em;
	padding-top: 260px;
}

	
		
/*----FILOSOFIA------*/	
	
.hacemos {
    padding-top: 190px;
    padding-left: 500px;
}	

.cobramos {
    padding-left: 50px;
    width: 42%;
}

.cliente {
    padding-top: 350px;
    padding-left: 500px;
    width: 95%;
}
	
.creemos {
   padding-left: 70px;
   width: 54%;
}
	
.texto4{	
   height: 95vh;	
}
	
.glitch3 {
    padding-right: 60px;
}	
}

@media (min-width: 1280px)  and (max-width: 1700px)  {
	.cliente {

  padding-top: 200px;
  padding-left: 1200px;
  width: 90%;

}
}