* {
    font-family: 'Montserrat', sans-serif;
   
}

html{
    visibility: hidden;
}

body {
    overflow-x:hidden;
     margin: 0 auto !important;
        float: none !important;
}



:root {
    --orange: #ff7201;
    --gray: #585858;
    --gradient: linear-gradient(90deg, rgba(255, 148, 2, 1) 0%, rgba(255, 113, 1, 1) 100%);
}

.h1-cust {
    font-size: 3em;
    color: white;
    font-weight: 600;
    letter-spacing: 5px;
}

@media all and (max-width:1263px) {
    .h1-cust {
        font-size: 2.3em;
    }
}


@media all and (max-width:1024px) {
    .h1-cust {
        font-size: 2.1em;
    }
}


@media all and (max-width:960px) {
    .h1-cust {
        font-size: 1.5em;
    }
}


.h1int {
    text-align: right;
}

.h2-cust {
    color: var(--orange);
    font-weight: 600;
    text-align: center;
}
.h2-cust2 {
    color: var(--orange);
    font-weight: 600;
    text-align: center;
    font-size: 20px;

}

@media all and (max-width:576px) {
    .h2-cust {
        font-size: 1.4rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    p {
        font-size: 0.9rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    .quienes-somos-text h4 {
        padding: 0 !important;
    }

    .quienes-somos-text p {
        padding: 0 !important;
    }

    .quienes-somos-text {
        margin-bottom: 50px;
    }
}

.h4-cust {
    color: var(--orange);
    text-align: left;
}



.bajadaint {
    text-align: right;
    max-width: 0;
}

.bajada {
    color: white;
    font-size: 1.1em;
    max-width: 500px;
}


.bajadacontenedor {
    display: flex;
}

.bajadaotro {
    width: 355px;
}

@media all and (max-width:2560px) {

    .bajadaotro {
        width: 340px;
    }
}
@media all and (max-width:2200px) {

    .bajadaotro {
        width: 220px;
    }
}
@media all and (max-width:1920px) {

    .bajadaotro {
        width: 105px;
    }
}
@media all and (max-width:1630px) {

    .bajadaotro {
        width: 10px;
    }
}
@media all and (max-width:1400px) {

    .bajadaotro {
        width: 0px;
    }
}





/*nav*/

@media all and (max-width:1024px){
    .lastnavitem {
        margin-right:40px !important;
    }
}

@media all and (max-width:900px){
    #select-container {
        right:55px !important;
    }
}

@media all and (max-width:640px){
    #select-container {
        top:10px !important;
    }
}

#select-container {
    z-index:999999999999999;
    position: absolute;
    right:15px;
    top:10px;
    width: 45px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0.5px solid rgba(202, 219, 226, 0.4);
    box-shadow: 0px 3px 6px rgba(155, 155, 155, 0.2);
    overflow: hidden;
    transition: height 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }

  #select-container ul {
      padding-left:35px;
      margin-top:17px;
    margin-bottom:-8px;
    list-style-type: none;
    position: relative;
  }
  #select-container ul li {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  #select-container ul li:first-child img {
    cursor: default;
  }
  #select-container ul li img {
    width: 25px;
    height: 25px;
    display: block;
    left: 50%;
    transform: translate(-103%, -40%);
    margin-bottom: 8px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 6px rgba(79, 104, 113, 0.3);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
  }
  #select-container ul li img:hover {
    box-shadow: 0px 5px 10px rgba(79, 104, 113, 0.3);
    transform: translate(-103%, -40%) scale(1.08);
  }





.navbar {
    -webkit-box-shadow: 0 8px 6px -6px var(--gray);
    -moz-box-shadow: 0 8px 6px -6px var(--gray);
    box-shadow: 0 8px 10px -10px var(--gray);
    background: white;

}

.nav-item{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media all and (max-width:1024px) {
    .nav-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.navbar-brand img {
    width:30%;
    margin-left: 20px;
}

@media all and (max-width:1024px) {
    .navbar-brand img {
        width:40%
    }
}
@media all and (max-width:900px) {
    .navbar-var {
        padding-left: 20px;
    }
}

@media all and (max-width:624px) {
    .navbar-brand {
        width:80%;
    }
}

.fa-bars {
    color: var(--orange);

}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    justify-content: flex-end;
    font-size: 0.8rem;
}

.nav-link {
    margin-right: 0px !important;
    color: var(--gray);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--orange);
}

.nav-link::before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: -13px;
    height: 3px;
    background-color: var(--orange);
}

.nav-link:hover::before {
    right: 0;
    left: 0;
}

@media all and (max-width:900px) {
    .nav-link::before {
        content: "";
        transition: none;
        right: 0;
        left: 0;
        bottom: 0;
        height: 0;
    }

    .header{
        height: 700px !important;
    }
}


.title-line{
    margin: 0 auto; 
    width:250px; 
    height:7px;
     background: var(--gradient); 
     float: right; 
     margin-top: 10px;
}

@media all and (max-width:768px) {
    .title-line{
    float: none;
    width: 100px;
    }

    .prop{
        margin-bottom: 15px;
    }
   
    .title-box{
        width: auto !important;
    }
    
}


/*header*/
.header {
    background-image: url('img/hola2.jpg');
    margin-top: 60px;
    background-position: 50%;
    background-size: 170%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    transition: 1s;
    max-height: 950px;
    height: 950px !important;
}

.overlay{
    width:100%; 
    height:950px; 
    display:flex; 
    flex-wrap: wrap;
}

@media all and (max-width:900px) {
    .overlay{
        height: 560px;
    }

    .left{
        height: 290px;
    }

}

.logo_mask{
    position: absolute;
    width:100%; 
    height:100%;
    transition:all 0.1s ease-in-out;
   }

   @media all and (max-width:1200px) {
    .logo_mask{
        width: 97%;
    }
}

@media all and (max-width:960px) {
    .logo_mask{
         width: 94%;
     }
}
@media all and (max-width:900px) {
    .logo_mask{
        display: none;
     }
}
/*@media all and (max-width:860px) {
    .logo_mask{
         width: 92%;
     }
}

   @media all and (max-width:767px) {
    .logo_mask{
        display: none;
    }
}*/

.Daitek_Logo{
    position: absolute; 
    /*background-color: white; */
    left: 37%; 
    top: 40%;
}
.img_logo{
    width:400px; 
    height:100px; 
}
@media all and (max-width:1499px) {
    .img_logo{
        width:340px; 
        height:84px; 
    }
}
@media all and (max-width:1200px) {
    .img_logo{
        width:290px; 
        height:70px; 
    }

}
@media all and (max-width:900px) {
    .img_logo{
        width:230px; 
        height:55px; 
    }

}

.raya1{
    position: absolute;
    left: 11%; 
    width: 350px !important; 
    height:350px !important;
}

@media all and (max-width:1680px) {
    .raya1{
        width: 300px !important; 
        height:300px !important;
    }
   
}
@media all and (max-width:1460px) {
    .raya1{
        width: 200px !important; 
        height:200px !important;
    }
   
}
@media all and (max-width:1120px) {
    .raya1{
        width: 150px !important; 
        height:150px !important;
    }
   
}

@media all and (max-width:850px) {
    .raya1{
        left: 7%; 
    }
   
}

@media all and (max-width:767px) {
    .raya1{
        display: none;
    }
   
}


.triangle{
    position: absolute; 
    width:200px !important; 
    height:300px !important; 
    right: 1px;
}

@media all and (max-width:1120px) {
    .triangle{
        width: 140px !important; 
        height:190px !important;
    }
   
}
@media all and (max-width:767px) {
    .triangle{
       display: none;
    }
   
}


.classname1 {
    background-position: 0%;

    -webkit-transition: 1s;
    transition: 1s;
}

.classname2 {
    background-position: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}


.software,
.integracion {
    width: 100%;
    height: 300px;
    padding: 30px 0 0 20px;
    transition: all 0.01s ease-in-out;
}
@media all and (min-width:1024px) {
.integracion:hover {
     transition: all .5s ease-in-out; 
     transform: translateX(-8em) translateY(5em) scale(1.2);
}
.software:hover {
    transition: all .5s ease-in-out; 
    transform: translateX(8em) translateY(-5em) scale(1.2);
}
}

@media all and (max-width:900px) {

    .header {
        background-image: url('img/headermobile2.jpg');
        margin-top: 60px;
        background-position: 0%;
        background-size: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: 1s;
        transition: 1s;
        height: 1400px;
    }


    .software,
    .integracion {
        text-align: center;
        padding-left: 0 !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        padding-top: 110px !important;
        float: unset !important;
     }

   

    .bajada {
        max-width: 100%;
        width: 100%;
    }

    .button,
    .button2 {
        max-width: 100% !important;
    }

   .integracion {
        margin: 0 auto !important;
        padding-top: 335px !important;
        float: unset !important;
    }

    .software {
        margin-top: 20px !important;
    }

    .h1int {
        text-align: center;
    }

    .bajadaint {
        text-align: center;
    }

    .frame {
        text-align: center !important;
    }
}


.software {
    margin-top: 600px;
}

.integracion {
    margin-top: 30px;
    margin-right: 20px;
    max-width: 70%;
    float: right;
}

.opacity {
    margin-top:-10000px !important;
    opacity: 0;
    transition: all 0.01s ease-in-out;
}


/*buttons*/

/*button 1 - grey*/
.frame {

    color: white;
    font-family: 'Montserrat', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.etica{
    margin-right: 200px;
    margin-left: auto;
}

.button {
    max-width: 150px;
    cursor: pointer;
}

.button svg {
    height: 55px;
    width: 200px;
    fill: none;
    stroke-width: 3;
}

.button.etica svg {
    height: 55px;
    width: 280px;
    fill: none;
    stroke-width: 3;
}

.button svg .o1 {
    stroke: rgba(255, 255, 255, 0.5);
    fill: rgba(0, 0, 0, 0.6);
    transition: all 1s ease-in-out;
}

.button svg .o2 {
    stroke: white;
    stroke-dasharray: 20 620;
    stroke-dashoffset: 80;
    transition: all 1s ease-in-out;
}

.button span {
    position: absolute;
    margin-top: 15px;
    margin-left: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.button:hover .o1 {
    fill: black;
    stroke-width: 0;
}

.button:hover .o2 {
    stroke-dashoffset: -420;
}

/*button 2 - orange*/
.button2 {
    cursor: pointer;
}

.button2 svg {
    height: 55px;
    width: 150px;
    fill: none;
    stroke-width: 3;
}

.button2 svg .o1 {
    stroke: rgba(255, 255, 255, 0.856);
    fill: rgba(0, 0, 0, 0.413);
    transition: all 1s ease-in-out;
}

.button2 svg .o2 {
    stroke: white;
    stroke-dasharray: 20 620;
    stroke-dashoffset: 80;
    transition: all 1s ease-in-out;
}

.button2 span {
    position: absolute;
    margin-top: 15px;
    margin-left: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.button2:hover svg .o1 {
    fill: var(--orange);
    stroke-width: 0;
    box-shadow: #585858;

}

.button2:hover svg .o2 {
    stroke-dashoffset: -420;

}

.goBackToSoft {
    display:none;
     left:10%;
     top:30%;
     position: absolute;
 }
 
 .goBackToSoft i {
     font-size:70px;
     color:white;
 }
 
 .goBackToInt {
     display:none;
     right:10%;
     top:30%;
     position: absolute;
 }
 
 .goBackToInt i {
     font-size:70px;
     color:white;
     transform:rotate(180deg);  
 }


/*NUESTRA PROPUESTA*/
.features {
    text-align: center;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.features img {
    width: 65%;
}

@media all and (max-width:1180px) {
    .features img {
        width: 75%;
    }
}

@media all and (max-width:767px) {
    .features img {
        width: 55%;
    }
}

.feature-title {
    color: var(--orange);
    font-weight: 500;
}

.features {
    margin-top: 100px;
}

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


/*quienes somos*/

.quienes-somos {
    text-align: center;
    padding-top: 130px;


}

.row2 {
    flex-direction: row-reverse !important;
}

.quienes-somos-img {
    background-image: url('img/quienes-somos-img-04.png');
    background-size:100%;
    background-repeat: no-repeat;
    margin-bottom:10px;

}


.quienes-somos-text {
    overflow: visible;
    padding-top: 30px;
    margin-bottom:280px;
}


@media all and (max-width:1300px){
    .quienes-somos-text {
     margin-bottom:50px !important;
    }
}
@media all and (max-width:767px) {

    .quienes-somos {
        background-image: url('img/quienes-somos-bg-06.png');
        background-repeat: no-repeat;
        background-size:100%;
        margin-bottom: 30px;
    }

    .quienes-somos-img {
        height: 360px !important;
    }
    
    .quienes-somos-text {
        height: 400px !important;
        text-align: center;
        padding-top: 50px !important;
        padding-left:30px !important;
        padding-right: 30px !important;
        margin-bottom:0 !important;
       
    }
    .quienes-somos-text h4 {
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
        padding: 0 80px 0 80px;
    }

    .quienes-somos-text p {
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
        padding: 0 80px 0 80px;
    }

    .quienes-somos-bt {
        margin-left: 0 !important;
        width: 80% !important;
        display:inline-block;
    }

    .quienes-somos-img {
        display:none;
        background-image: url('img/quienes-somos-img-mobile-05-05.png');
        background-size: 100%;
    }

    .logos-slider {
        margin-bottom:20px !important;
    }
}

.quienes-somos-text h4 {
    width: 100%;
    margin-left: -23%;
}

.quienes-somos-text p {
    width: 90%;
    text-align: left;
    margin-left: -10%;
    margin-top: 20px;
}

@media all and (max-width:1024px) {

    .integracion {
        max-width: 82% !important;
    }
    .software{
        max-width: 82% !important;
    }

.hearder{
    max-height: 70%;
}

    .quienes-somos-text h4 {
        width: 120%;
    }

    @media all and (max-width:900px) {
        .quienes-somos-text h4 {
            font-size: 1.2rem;
        }
    }

    .quienes-somos-text p {
        width: 105%;
        font-size: 0.9rem;
    }
}

@media all and (max-width:1200px) {
    .quienes-somos-text p {
        margin-left:-5%;
        width:100%;
    }
}

@media all and (max-width:900px) {
    .quienes-somos-text p {
        margin-left:0%;
        width:100%;
    }

    .quienes-somos-text {
        padding-top:20px;
    }
}

.quienes-somos-bt {
    width: 140px;
    height: 50px;
    background: var(--gradient);
    font-size: 0.7em;
    color: white;
    margin-left: 55%;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.quienes-somos-bt:hover {
    background: none;
    color: var(--orange);
    border: 3px solid var(--orange);
    transition: all 0.3s linear;
    font-weight: 800;
    transform: translateX(5px);
}




/*TESTIMONIOS*/
.testimonios  {
    height:700px;
    background-image: url('img/testimonios-06.png');
    background-size: 100%;
    background-repeat: no-repeat;


}

.title-block {    
    width: 370px;  
}

.testimonios .h2-cust{
    text-align: left;
}

.cita {
    background-image: url('img/cita-fondo-04-04.png');
    background-repeat: no-repeat;
    height:auto;
    background-size:100%;
    padding-bottom: 40px;
    padding-top: 30px;
    background-position: center;
    margin: 60px 40px 40px 40px;
}

.cita p, .cita h6 {
    text-align: center;
}

.testimonios hr {
    margin:-30px 0 -30px 0;
}

.citas {
    margin-top:70px;
}

@media all and (min-width:1800px) {
    .cita {
        padding-bottom: 60px;
        padding-top: 50px;
        margin: 60px 40px 40px 40px;
    }
  
}
@media all and (max-width:1140px) {

    .citas {
        margin-top:40px;
    }
    .cita {
        padding-bottom: 60px;
        padding-top: 50px;
        margin: 40px 40px 40px 40px;
    }   
}

@media all and (max-width:1024px) {

    .citas {
        margin-top:40px;
    }
    .cita {
        margin: 40px 40px 40px 40px;
    }  
}
@media all and (max-width:845px) {

    .citas {
        margin-top:0px;
    }
    .cita {
        margin: 20px 40px 0px 40px;
    } 
}



@media all and (max-width:1116px){
    .testimonios {
        height:700px;
        background-image:url('img/testimonios-medium-05.png');
    }

    .cita {
        background-image: url('img/cita-medium-04.png');
    }
   
  /*  .software {
        margin-top:540px;
    }*/
}

@media all and (max-width:1024px) {

    .software {
        margin-top:440px;
    }

    .nav-link {
        margin-right:0.7rem !important;
    }

    .quienes-somos {
        padding-top:110px;
    }

    h3 {
        font-size:1.5rem !important;
    }

    .testimonios {
        margin-top:-30px;
    }
.quienes-somos-text {
    padding-top:60px;
   
}

p {
    font-size:0.9rem;
}
    .cita {
        background-image: none;
    }

    .testimonios {
        height:680px;
        background-size:110%;
    }

    .tweets {
       overflow-x: hidden !important;
       background-image:url(img/tweetsMobile.jpg);
       background-color: #ff7201;
       background-size: 70em;
     }

}
@media all and (max-width:1023px){
.raya2-box{
    display: none;  
  }
}

@media all and (max-width:950px){

    .tweets {
         
        overflow-x: hidden !important;
     }
    
    .tweetsContainer {
        width:300% !important;
        animation: tweets 15s infinite;
    }
    
    .tweets h2 {
        display:none;
    }
}  

@media all and (max-width:950px){


    .tweetsContainer {
        width:300% !important;
        animation: tweets 3s infinite !important;
    }
    
}  



@media all and (max-width:767px){

    .features .row {
        padding:0 20px 0 20px;
        margin-top:0;
    }


    .testimonios {
        background-image: url('img/testiArtboard\ 8.png');
        height:800px;
    }

    .title-underline {
        margin: 0 auto !important;
    }

    .title-block {
        padding:0 !important;
        width: 100%;
        margin-top:260px;
    }

    .separador {
        display:block;
    }

    .testimonios .h2-cust {
        text-align: center;
        margin-top: 20%;
    }

    .cita {
        margin-top:0px;
        background-image: none;
    
   
    }


    .tweets {
     
        overflow-x: hidden !important;
     }

    .tweetsContainer {
        width:300% !important;
        animation: tweets 10s infinite;
    }

    .tweets h2 {
        display:none;
    }

    


}

@media all and (max-width:680px) {
    .tweets {
        
        overflow: hidden;
     }

    .tweetsContainer {
        animation: tweets 10s infinite;
        width:300% !important;
    }

    .tweets h2 {
        display:none;
    }
}

@media all and (min-width:767px){
    .separador {
        display:none;
    }
}


@media all and (max-width:480px) {

    .testimonios .h2-cust {
        margin-top: 14%;
    }
}
@media all and (max-width:380px) {

    .testimonios .h2-cust {
        margin-top: 10%;
    }

    .testimonios{
        margin-bottom: 110px;
    }
    .quienes-somos {
        margin-bottom: 80px;
    }
}




/*lexi*/
.contact {
    margin-top:50px;
}

.form-box-container {
	background-color: white;
	width: 50%;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
}

.form-box {
	width: 100%;
	height: 1080px;
    background-color: white;
    padding-left:0 !important;
    padding-right:0 !important;
    background-image:url("img/contacto-background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media all and (max-width:767px){
    .form-box {
       max-height:630px !important;
    }
}
@media all and (max-width:650px){
    .form-box {
       max-height:570px !important;
    }
}
@media all and (max-width:500px){
    .form-box {
       max-height:500px !important;
    }
}




.form-general-title {
	padding-left: 60px;
	padding-top: 30px;
}






/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
input 				{
  font-size:14px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
	background-color: white;
}
input:focus 		{ outline:none; }

textarea 				{
  font-size:14px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
	/*background-color: #efefef;*/
}
textarea:focus 		{ outline:none; }





/* LABEL ======================================= */
label 				 {
  color:#999; 
  font-size:13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
  top:-20px;
  font-size:14px;
  color:var(--orange);
}

textarea:focus ~ label 	{
  top:-20px;
  font-size:14px;
  color:var(--orange);
}


/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:var(--orange); 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:0%;
}
.bar:after {
  right:0%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:100%;
}

textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:100%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

textarea:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}


#group-input-box {
	padding: 60px;
}


.botonillo {
	float: right;
	font-size: 13px;
}

.botonillo span {
	margin-top: 11px;
}

.botonillo svg {
	width: 125px;
	height: 40px;
}

@media all and (max-width:1023px) {
    .form-box-container {
        width:60%;
    }
}

@media all and (max-width:767px) {
    #group-input-box{
        padding: 15px;
    }

    .form-box-container {
        width:90%;
        background:none;
        box-shadow:none;
        margin-top:20px;
    }

    input, textarea {
        background:none;
    }

  .contact.container {
      max-width: 100% !important;
  }

  .form-general-title {
      padding-left:30px;
  }
}


/*TWITTER*/
.tweets {
    width:100%;
    height:auto;
    padding-bottom:80px;
    text-align: center;
 overflow-x:hidden;
    background-image:url('img/twitter-042.png');
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; 
    background-position: center;  
}

.tweets h2 {
    color:var(--orange);
}

.twitter-tweet {
  margin: 0 60px;
}

.tweetsContainer {
    display: flex;
    justify-content: space-around;
    padding-top:20px;
    width:100%;
}

@keyframes tweets {
    0%   {transform:translateX(0%);}
    33%  {transform:translateX(0%);}
    34%   {transform:translateX(-33%);}
    66%   {transform:translateX(-33%);}
    67%   {transform:translateX(-66%);}
    100%   {transform:translateX(-66%);} 
}






/*MEDIA QUERIES*/

@media all and (max-height:768px) {
    .header{
        height: 600px !important;
    }
    .software{
            margin-top:320px;
    }

    .logo_mask{
        height: 90% !important;
    }
}

@media all and (min-width:1920px) {

   /* .bajadaotro {
        width:355px;
    }*/

    .form-box-container {
        width: 40%;
    }
}

/*IPAD PRO*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .quienes-somos {
        margin-bottom:30px;
    }
}
@media all and (max-width:850px) and (max-height: 414px)  {
    .software {
        margin-top:10px !important;
        padding-top: 40px !important;
    }

    .integracion {
        padding-top:50px !important;
    }
}

@media all and (max-width:640px) {
    .software {
        margin-top:10px !important;
        padding-top: 20px !important;
    }

    .integracion {
        padding-top:30px !important;
    }
}

@media all and (max-width: 479px) {
    .software {
        margin-top:30px;
    }
}

@media all and (max-width:451px) {
    .software {
        margin-top:60px;
    }

    .quienes-somos {
        margin-bottom:50px;
    }
}

@media all and (max-width:414px) {
    .software {
        margin-top:30px !important;
    }

    .integracion {
        margin-top:30px !important;
    }
}

@media all and (max-width:384px) {
    .software {
        margin-top:20px !important;
    }

    .integracion {
        margin-top:20px !important;
    }
}

@media all and (max-width:375px){
    .testimonios {
        margin-bottom:40px;
    }
}

@media all and (max-width:320px) {
    .software {
        margin-top:20px;
    }

    .testimonios {
        margin-top:50px;
        margin-bottom:50px;
    }

    .title-block {
        margin-top:220px;
    }
}

.fab {
    font-size: 25px;
     color: var(--orange);
     background:white;
     padding:10px;
     -webkit-box-shadow: 0 8px 6px -6px var(--gray);
     -moz-box-shadow: 0 8px 6px -6px var(--gray);
     box-shadow: 0 8px 10px -10px var(--gray);
     border-radius: 20px;
 }
 
 .site-footer h2 {
     font-size:1.4rem;
 }
 
 .footer-contact-list li {
 display:flex;
 }
 
 .footer-contact-list li p {
     padding-left:20px;
 }
 
 .footer-contact-list .fas {
     color:var(--orange);
 }
 .link-footer{
     text-align: left;
     text-decoration: none;
 }
 
 .link-footer a {
     color:black;
     text-decoration: none;
     transition: transform .3s ease-out;
   display: inline-block;
 }
 
 .link-footer a:hover {
     color: var(--orange);
     text-decoration: none;
     transform: translate(10px) !important;
 }
 .footer-heading{
     text-align: left;
 }
 
 @media all and (max-width:1024px) {
     .footer-img {
         width:150px !important;
     }
 }
 
 @media all and (max-width:767px){
    .footer-img {
        margin-bottom:50px;
        width:200px;
    }
 
    .footer-img-container {
        display: inline-block;
        text-align: center;
        padding-left:15px !important;
        padding-right:15px !important;
    }
 
    .link-footer {
        text-align:center;
    }
 
    .footer-heading {
        text-align:center;
    }
 
    .footer-contact-list li {
        justify-content: center;
        text-align: left;
    }
 
 }
 @media all and (max-width:575px) {
    .container {
        max-width: 330px !important;
    }

}

/*------------------------------------ SOFTWARE PART 1-----------------------------------------------*/

.soluciones-content, 
.software-content {
   display:none;
}

.tabcontent {
    display:none;
}

.firsttab {
    display:block;
}

.soluciones-first-txt {
    padding:70px 200px 20px 200px;
    text-align:center;
}
@media all and (max-width:1024px) {
    .soluciones-first-txt {
        padding:70px 100px 20px 100px;
    }
}

@media all and (max-width:767px) {
    .soluciones-first-txt {
        padding:70px 70px 20px 70px;
    }

    .adquisicion-img-div {
        display:none;
    }
}

.displays {
    display:block;
    
}
.buttons-box {
    max-width: 950px !important;
    margin-top: 80px !important; 
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.buttons-box .img-fluid{
    width: 50%;
}

.adquisicion-img-div {
    position: absolute;
    right: 0px;
    width: auto;
    height: auto;
}

.adquisicion-img-div img {
    position: absolute;
    right: 0px;
    top: -453px;
    width: 464px;
    height: auto;
}

@media all and (max-width:1024px) {
    .adquisicion-img-div img {
        top: -325px;
        width: 370px;
    }

    .soluciones-content .title-line, .propuesta-de-servicio-container .title-line {
        width:160px !important;
    }

    .text-img {
        max-width: 520px !important;
    }

    .text-img p {
        font-size:2rem;
        margin-top:-80px !important;
    }
}

@media all and (max-width:767px) {
    .soluciones-content .title-line, .propuesta-de-servicio-container .title-line  {
        float: none !important;
        width: 100px !important;
    }

    #title-description-container{
        padding-left:40px !important;
        padding-right:40px !important;
    }

    .title-block-description {
        padding: 0 100px 0 100px !important;
    }

    .title-block-description .title-2 {
        text-align: center !important;
    }

    .bajada-title {
        text-align: center;
        padding:40px 60px 20px 60px !important;
    }

    .description-title {
        margin-top:80px !important;
    }

    #img1, #img2, #img3 {
        width:30%;
    }

    .triangle2 {
        max-width: 60px !important;
        top: 2150px !important;
        right: 0px !important;
    }

    .description-img, .description-img2, .description-img3, .description-img4, .description-img5, .description-img6, .description-img7, .description-img8, .description-img9, .description-img10, .description-img11 {
        margin-top:20px !important;
        height:680px !important;
    }

    .description-img {
        background-image:url('img/adq-mobile-10.jpg') !important;
    }

    .description-img2 {
        background-image:url('img/encriptacion-mobile-10.jpg') !important;
    }

    .description-img3 {
        background-image:url('img/seguridad-mobile-10.jpg') !important;
    }

    .description-img4 {
        background-image:url('img/software/propuesta-de-servicio/externalizacion\ de\ software/externalizacion-mobile-10.jpg') !important;
    }

    .description-img5 {
        background-image:url('img/software/propuesta-de-servicio/ingenieria/ingenieria-mobile-10.jpg') !important;
    }

    .description-img6 {
        background-image:url('img/software/propuesta-de-servicio/testing/testing-mobile-10.jpg') !important;
    }

    .description-img7 {
        background-image:url('img/software/propuesta-de-servicio/diseño\ de\ producto/diseno-producto-mobile-10.jpg') !important;
    }

    .description-img8 {
        background-image:url('img/software/conocimientos/transformacion-mobile.png') !important;
    }

    .description-img9 {
        background-image:url('img/software/conocimientos/iot-mobile.png') !important;
    }

    .description-img10 {
        background-image:url('img/software/conocimientos/bigdata-mobile.png') !important;
    }

    .description-img11 {
        background-image:url('img/software/conocimientos/apps-mobile.png') !important;
    }

    .text-img {
        max-width: 500px !important;
    }

    .text-img p {
        font-size:2.5rem;
    }

    .txt-box {
        margin-left:15% !important;
        margin-right:10% !important;
    }

    .txt-container {
        margin-bottom:30px !important;
    }
}

@media all and (max-width:580px){
    .text-img {
        max-width: 300px !important;
    }

    .text-img p {
        font-size:1.5rem !important;
    }

    .soluciones-first-txt, .bajada-title {
        padding-left:0 !important;
        padding-right:0 !important;
    }

   .triangle2 {
       top:1960px !important;
   }

   .title-block-description {
       padding: 0 !important;
   }
}

.triangle2 {
    left:0px;
}

.btn-sol{
    text-align: center;
}
.description-title{
    margin-top: 50px;
}

.title-description-container{
    max-width: 65%;
    padding-left: 100px !important;
    padding-right: 0px !important;
}
.title-block-description{
    display:inline-block; 
    padding: 80px 0 0 65px;
}
.title-2{
    text-align: left;
}
.line-description{
    margin: 0 auto;
    height: 7px;
    background: var(--gradient);
    margin-top: 10px;
}

.soluciones-content .title-line, .propuesta-de-servicio-container .title-line  {
    float:left;
}
.bajada-title{
    padding: 39px 0 0 70px;
}

.description-img, .description-img2, .description-img3, .description-img4, .description-img5, .description-img6, .description-img7, .description-img8, .description-img9, .description-img10, .description-img11  {
    height:450px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description-img {
    background-image: url('img/foto-adquisiciones-08.jpg');
}
.description-img2 {
    background-image: url('img/foto-encriptacion.jpg');
}

.description-img3 {
    background-image: url('img/foto-seguridad-12-12.jpg');
}

.description-img4 {
    background-image: url('img/software/propuesta-de-servicio/externalizacion\ de\ software/externalizacion-de-software.jpg');
}

.description-img5 {
    background-image: url('img/software/propuesta-de-servicio/ingenieria/ingenieria.jpg');
}

.description-img6 {
    background-image: url('img/software/propuesta-de-servicio/testing/testing.jpg');
}

.description-img7 {
    background-image: url('img/software/propuesta-de-servicio/diseno\ de\ producto/diseno-producto.jpg');
}

.description-img8 {
    background-image: url('img/software/conocimientos/transformacion-desktop.png');
}

.description-img9 {
    background-image: url('img/software/conocimientos/iot-desktop.png');
}

.description-img10 {
    background-image: url('img/software/conocimientos/bigdata-desktop.png');
}

.description-img11 {
    background-image: url('img/software/conocimientos/apps-desktop.png');
}

.text-img{
    color: white;
    font-size: 40px;
    max-width: 570px;
    text-align: center;
    font-weight: 600;
}

.description-text{
    height: auto;  
}

.txt-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom:70px;
}

.txt-box{
    justify-content: center;
    max-width: 660px;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 20%;
}

.triangle2{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    max-width: 186px;
    position: absolute;

}

@media all and (max-width:767px) {
    .soluciones-content h4 {
        font-size:1.7rem;
        margin-bottom:40px;
    }
}

#img1:hover{
    content:url("img/adquisicion hover.svg");
} 
#img2:hover{
    content:url("img/encriptacion hover.svg");
} 
#img3:hover {
    content:url("img/seguridad hover.svg");
}


.no-hover1{
	content:url("img/adquisicion hover.svg");
}
.no-hover2{
	content:url("img/encriptacion hover.svg");
}
.no-hover3{
	content:url("img/seguridad hover.svg");
}
.nuestros-servicios-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center; 
}

.pugs-container{
    background-image: url("img/servicios-fondo.jpg");
    background-size: 80% 100%;;
    background-repeat: no-repeat;
    background-position: right;
    text-align:center; 
    margin-top: 150px;
    height: auto;
}
.servicios-description-box{
display: flex;
margin-top: 100px;
margin-left: 5%;
margin-right: 5%;
max-width: 1500px;

}

.servicios-descrition-text-box{
margin-right: 4%;
margin-left: 4%;
box-shadow: 0 8px 13px -6px var(--gray);
HEIGHT: auto;
padding-top: 50px;
padding-bottom: 30px;
}

.serviciosTitle{
    display:inline-block;
     width: 420px;
     margin-top: 100px;
}

.text-wrapper{
    padding-right: 60px;
    padding-left: 60px;
}
.why-img-box{
    position: absolute;
    width: 145px;
    height: 135px;
}

.img-why{
    position: absolute;
   left: -70px;
   top: -100px;
   width: 100%; 
   height: 100%;
}

@media all and (max-width:990px) {
    .servicios-description-box{
        flex-direction: column;
        max-width: 645px;
    }
    .servicios-descrition-text-box{
        margin-right: 7%;
        margin-left: 7%;
        margin-top: 0px;
        margin-bottom: 75px;
    }
    .pugs-container{
        margin-top: 40px;
    }
    .serviciosTitle{
        max-width: 380px !important;
    }
}
@media all and (max-width:560px) {

    .nuestros-servicios-container{
        
        margin-top: 50px;
    }
    .servicios-description-box{
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .servicios-descrition-text-box{
        margin-right: 0%;
        margin-left: 0%;
        margin-top: 10px;
        box-shadow: none;
         margin-bottom: 0px;
    }
    .text-wrapper{
        padding-right: 25px;
        padding-left: 25px;
    }
    .pugs-container{
        margin-top: 50px;
    }
    .serviciosTitle{
        max-width: 260px !important;
    }

    .why-img-box{
        display: none;
    }
}

/* Slider Section */

.logos-slider{
    width: auto;
    height: 200px;
    background-color: white;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.responsive{
    max-width: 70%;
   /* margin: 0 auto;*/
   margin-left: 2%;
}
@media all and (max-width:1024px) {
    .responsive{
        max-width: 75%;
        margin: 0 auto;
       /* margin-left: 62px*/

    }
}
@media all and (max-width:850px) {
    .responsive{
        max-width: 75%;


    }
}
@media all and (max-width:700px) {
    .responsive{
        max-width: 83%;
        margin: 0 auto;
     }
}
@media all and (max-width:600px) {
    .responsive{
        
        margin-left: 15.5%;

    }
}
@media all and (max-width:480px) {
    .responsive{
        max-width: 40%;
        margin: 0 auto;
    }
}
@media all and (max-width:400px) {
    .responsive{
        max-width: 45%;
      
    }
}
@media all and (max-width:375px) {
    .logos-slider {
        margin-top: 40% !important;
        margin-bottom: 20px !important;
    }
}
@media all and (max-width:340px) {
    .logos-slider {
        margin-top: 55% !important;
    }
    .responsive{
        max-width: 52%;
    }
}
@media all and (max-width:320px) {
    .responsive{
        max-width: 55%;
    }
    .logos-slider {
        margin-top: 220px !important;
    }
}
    
.item{
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    margin-right: 0px !important;
    filter: grayscale(1);
    pointer-events: none;
    
}

.title-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.base:hover {
    cursor:pointer;
}



