/*
naranja: #ef8125
naranja2: #f58532
grisObscuro: #464547
grisClaro: #757575
webSolutions: #4c4b4d
*/

.first-div{
    background-repeat:no-repeat;
    background-size: 100% auto;
    background-color: #4c4b4d;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: -2%;
}



div{
    max-width: 2000px;
  }
  

.selected{
    border-bottom: 3px solid #f58532;
}

.navbar-title{
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body{
    height: 100%;
    background-color:  #4c4b4d;
}

.navbar-nav{
    margin-left: 5%;
    width: 100%;}

.navbar{
    width: 90%;
    margin-left: 10%;
}

.nav-item{
    text-align: center;
    max-width: 100%;
    margin-right: 3%;
}

.nav-link{
    padding: unset;
}

.logo{
    margin-left: 5%;
}

.orange-text, .orange-text-talent{
    color: #f58532;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.main-title{
    color: #f58532;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 65px;  
    letter-spacing: 3.25px;
}



.sub-main-title{
    color: #f58532;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 55px; 
}

#language-menu{
    background-color: #424242;
    border-radius: 15px;
    color: white;
    width: 100%;
    text-align: center;
    min-width: unset;
}

.dropdown-item{
    color: white;
}

#idioma{
    border-radius: 25px;
    background-color: #424242;
    display: flex;
    align-items: center;
    width: 10%;
    margin-right: 0%;
    justify-content: center;
}

#navbarDropdown{
    font-size: 15px;
}

.white-text, .white-text-talent{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 65px;
    display: inline-block;
    letter-spacing: 3.25px;
}

.gray-text{
    color: #757575;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 45pt;
    display: inline-block;
}

.navbar-title:hover{
    text-decoration: none;
    color: white;
    opacity: .7;
}

.container{
    min-height: 80vh;
    min-width: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.contact-us-button, .send-cv-button {
    width: 194px;
    height: 60px;;
    color: white;
    background: rgb(255,154,70);
    background: transparent linear-gradient(90deg, #FF963B 0%, #FD9137 37%, #F7842D 77%, #F37A25 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 9px #00000059;
    border-radius: 0px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: none;
    margin-top: 1.5em;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-us-button{
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
}

.contact-us-button:hover{
    color:white;
    text-decoration: none;
}

.content{
    width: 50%;
    margin: auto;
    margin-right: 0%;
    margin-left: 15%;
}

/*Seria bueno quitar estos cuando se haga mobile*/
.circle{
    width: 110px;
    height: 60px;
    display: flex;
    position: absolute;
    top: 20%;
    right: 42%;
}

.high-productivity-text{
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    margin-left: -0.7em;
    margin-top: -0.5em;
    line-height: 1.2em;
}

.img-content{
    width: 65%;
    min-height: 100%;
    position: relative;
    display: flex;
    z-index: -1;
    margin-top: -7%;
    margin-right: -1%;
    min-width: 910px;
}

.img1{
    max-width: 100%;
    height: auto;
}

.mouse-animation{
    display: flex;
    position: absolute;
    bottom: 15%;
    left: 50%;
    border: none;
}

@keyframes mouse {
	15% {
        background-image: url("../images/mouse2.png");
        transform: translate(0px,-50px);
	}   
    
	30% {
        background-image: url("../images/mouse3.png");
	}
    
    45% {
        background-image: url("../images/mouse4.png");
	}

	60% {
        background-image: url("../images/mouse5.png");

    }
    75% {
        background-image: url("../images/mouse6.png");

    }
 
    100% { 
        background-image: url("../images/mouse1.png");
        transform: translate(0px,0px);

	}
}

.mouse-image{
    height: 100px;
    width: 100px;
    z-index: 1;
    background-image: url("../images/mouse1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    background-position-x: 50%;
    background-position-y: 50%;
    -moz-animation: mouse 2s 5;
    -webkit-animation: mouse 2s 5;
    -ms-animation: mouse 2s 5;
        animation: mouse 2s 5;
}
/*******************LANDING PAGE********************************************/

.white-container{
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.gray-container{
    position: absolute;
    width: 100%;
    background-color:#464547;   
    display: block;
    height: 90%;
}

/**************************PARTNERS*********************************************/

.partners-text-container{
    min-width: 220px;
    flex-basis: 15%;
    text-align: center;
    /* margin: auto; */
}

.partner-text{
    min-width: 190px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color:  #757575;
    opacity: 0.8;
}

.partners-container{
    padding-top: 5%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partners-images{
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
}


.embarcadero-image{
    min-width: 280px;
    max-width: 280px;
    flex-basis: 20%;
    margin: 0 3% 0 3%;
}


.sencha-image{
    min-width: 180px;
    max-width: 180px;
    flex-basis: 20%;
    margin: 0 3% 0 3%;
}


.micro-image{
    min-width: 240px;
    max-width: 250px;

    flex-basis: 20%;
    margin: 0 3% 0 3%;
}

/**************************STAFF AGUMENTATION******************************/

.landing-container{
    width: 100%;
    margin-top: 5em;
}

.staff-content{
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;

}

.staff-content2{
    min-width: 550px;
    max-width: 800px;
    min-height: 346px;    
    position: relative;
}

.staff-content3{
    width: 90%;
    min-height: 346px;    
    position: relative;
}

.gray-text-light{
    font-family: 'PT Sans', sans-serif;
    color: #757575;
    font-size: 30px;
    margin-top: 6%;
}

.orange-square{
    position: absolute;
    width: 120px;
    height: 120px;
    margin-top: 80px;
}

.staff-orange-text{
    color: #f58532;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 35pt;

}


.client-frame{
    min-width: 250px;
    min-height: 250px;
    width: 250px;
    height: 250px;
    display: flex;
    position: relative;

}


.big-rec{
    z-index: 0;
    position: relative;
    width: 144px;
    height: 144px;
    left: -40%;
    min-width: 144px;
    min-height: 144px;
}

.small-rec{
    z-index: 2;
    position: relative;
    top: 180px;
    left: -340px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

.staff-gray-text{
    color: #464547;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 55px;
}

.staff-text{
    color: #f58532;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    width: 80%;
    margin: auto;
}

.text-group{
    width: 100%;
    display: flex;
    margin-left: 10%;
    flex-flow: column;    
}

.staff-image-container{
    padding-top: 10%;
    position: relative;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.staff-item{
    min-width: 320px;
    max-width: 320px;
    min-height: 320px;
    flex-basis: 30%;
    background: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.staff-image, .scrum-pod-image, .consulting-image{
    width: 55%;
    height: 50%;
    margin-top: 15%;
    margin-bottom: 10%;
}

.staff-image{
    width: 45%;
    height: 30%;
    margin-top: 25%;
    margin-bottom: 15%;
    max-height: 98px;
}

.advantages-width{
    width: 70%;
}
.scrum-pod-image{
    max-height: 160.9px;
}
.consulting-image{
    width: 50%;
    margin-top: 20%;
    margin-bottom: 5%;
}
/**************SERVICES*********************/
.services-container{
    width: 80%;
    margin-left: 10%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.service-item{
    min-height: 195px;
    margin: 10px;
    flex-basis: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    cursor: pointer;
}

.services-text{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #4c4b4d;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15%;
    font-size: 20px;
}

.more-service-info{
    position: absolute;
    width: 15%;
    display: none;
    min-width: 286px;

}

/*********************OUR ADVANTAGE*************************************************/
.advantages-container{
    padding-bottom: 8%;
    margin-top: 5%;
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
  }

.advantage-item-container{
    flex-basis: 35%;
    display: flex;
    align-items: center;
    margin-top: 2em;
}
.advantage-text-bold, .advantage-text-ligh{
    flex-basis: 35%;
    width: 70%;
}

.advantage-text-bold {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #757575;
    font-size: 20px;

}
.advantage-text-ligh{
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    color: #757575;
    height: 20pt;
}

.advantage-image{
    margin-right: 5%;
    flex-basis: 12%;
    align-self: flex-start;
    max-width: 64px;

}

.advantage-image2{
    margin-right: 5%;
    flex-basis: 15%;
    align-self: flex-start;
    max-width: 83px;


}

/**********************************NEW TALENT****************************************************/

.orange-text-talent{
    font-size: 50px;
    letter-spacing: 2px;

}

.white-text-talent{
    font-size: 50px;
    letter-spacing: 2px;
}

.new-talent-container{
    min-width: 968px;
    width: 100%;
    display: flex;
    align-items: center;
}

.new-talent-image{
    align-self: flex-start;
    position: relative;
    left: -2%;
    margin-top: -0.7%;
    width: 680px;
    max-width:  60%;
    justify-self: flex-start;
}

.content-talent{
    display: inline-block;
    max-width: 700px;
    width: 100%;
    line-height: 4.5em;
    margin: auto;
    justify-self: center;
}

.send-cv-button{
    width: 173px;
    height: 52px;
    background: rgb(255,154,70);
    background: transparent linear-gradient(90deg, #F5B81C 0%, #F37A25 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    border: none;
    margin-top: 1.5em;
    margin-left: 18em;
    cursor: pointer;
    letter-spacing: 0.53px;
    font-size: 21px;
}

.carousel-content{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background-color:#BBBEC4 ;
}

.client-data{
    display: flex;
    width: 45%;
    align-items: left;
    text-align: left;
    margin-left: -25%;
    flex-flow: column;
}

.client-image{
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 1;
    margin: auto;
    min-width: 200px;
min-height: 200px;
}

.client-text-white {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.client-text-gray{
    letter-spacing: 0px;
    color: #757575;
    font-size: 26px;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    margin-top: 5%;
}

.workwith{
    margin-top: 2%;
    padding: 0 0 2.7% 0;
    width: 85%;
    display: inline-block;
    margin-left: 15%;
}

.backWorkWith{
    width: 100%;
    background-image: url("../images/Grupo\ 153.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.workwith-text{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size:  42px;
    font-weight: 300;
}

.workwith-container{
    margin-left: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 35%;
    height: 40%;
}

.workwith-container2{
    margin-left: 0;
    margin-top: 0;
    width: 55%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.technology{
    width: 8%;
    flex-basis: 8%;
}
.technology2{
    width: 17%;
    flex-basis: 17%;
}
.technology3{
    width: 10%;
    flex-basis: 10%;
}

/*************FOOTER******************************************/

footer{
    width: 100%;
    color: #BBBEC4;
    background-color: #4c4b4d;
  }

.footer-container{
    margin-top: 5%;
    margin-right: 10%;
    margin-left: 10%;

    width: 80%;
    display: flex;
    align-items: baseline;
    flex-flow: row;
    justify-content: space-between;
}

.contact-us-container{
    padding-top: 5%;
    margin-left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    display: none;
}

.big-contact-us-container{
    margin-left: 5%;
    width: 20%;
    display: flex;
    justify-content: space-around;
    color: #f58832;
}

a:hover{
    color: #f58832;
    text-decoration: none;
}

.contact-item-container{
    margin-left: 10%;
    width: 60%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
}


.contacto-item{
    flex-basis: 50%;
    width: 100%;
    display: inline-block;
}

.icono-contacto{
    width: 20px;
    height: 20px;
}

.texto-contacto{
    width: 60%;
}

/***********************FONTS*********************************************/
.pt-sans-regular-gray, .pt-sans-regular-orange, .pt-sans-regular-moregray, .pt-sans-regular-italic, .pt-sans-big-gray{
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
}
.pt-sans-regular-gray{
    color: #BBBEC4;
}

.pt-sans-regular-orange{
    color: #f58832;
    cursor: pointer;

}

.pt-sans-regular-italic{
    font-style: italic;
    color: #f58832;
    cursor: pointer;

}
.pt-sans-big-gray{
    color:#757575;
    font-size: 25px;
}

.pt-sans-regular-moregray{
    color: #6b7175;
}

.oswald-bold-gray{
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #BBBEC4;
}

#carouselPartners{
    display: none;
}

#carouselModels{
    display: none;
}

.aux-container{
    display: flex;
    align-items: flex-end;
}

.acordeon{
    display: none;
}

.read-more{
    display: none;
}

.more-service-back{
    min-width: 450px;
    width: 100%;
    margin-left: -30%;
}

.more-info-text{
    position: absolute;
    width: 110%;
    margin: 15% 0 0 -5%;
    color: white;
    font-size: 14pt;
}

/* ------------------------------- */
@-moz-keyframes grow {
	0% {
		width: 65px;
        height: 65px;   
	}   
    
	50% {
        width: 120px;
        height: 120px;
        opacity: 0.5;
        margin-left: -30px;
        margin-top: -30px;
	}
    
    90% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        margin-left: -30px;
        margin-top: -30px;
        display: none;
	}

	100% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        display: none;
	}
}

@-webkit-keyframes grow {
	0% {
		width: 65px;
        height: 65px;   
	}   
    
	50% {
        width: 120px;
        height: 120px;
        opacity: 0.5;
        margin-left: -30px;
        margin-top: -30px;
	}
    
    90% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        margin-left: -30px;
        margin-top: -30px;
        display: none;
	}

	100% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        display: none;
	}
}

@-ms-keyframes grow {
	0% {
		width: 65px;
        height: 65px;   
	}   
    
	50% {
        width: 120px;
        height: 120px;
        opacity: 0.5;
        margin-left: -30px;
        margin-top: -30px;
	}
    
    90% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        margin-left: -30px;
        margin-top: -30px;
        display: none;
	}

	100% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        display: none;
	}
}


@keyframes grow {
	0% {
		width: 65px;
        height: 65px;   
	}   
    
	50% {
        width: 120px;
        height: 120px;
        opacity: 0.5;
        margin-left: -30px;
        margin-top: -30px;
	}
    
    90% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        margin-left: -30px;
        margin-top: -30px;
        display: none;
	}

	100% {
		width: 120px;
        height: 120px;
        opacity: 0.0;
        display: none;
	}
}
	#animated {
        position: relative;
		width: 65px;
		height: 65px;

		-moz-animation: grow 1s 2;
		-webkit-animation: grow 1s 2;
		-ms-animation: grow 1.5s 2;
			animation: grow 1.5s 2;
    }
	
	#animated.off {
		-moz-animation-name: none;
        -webkit-animation-name: none;
        -ms-animation-name: none;
		animation-name: none;	
    }
/* ----------------------------------------------------------- */

.box2 {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: black;
  }

.box {
    display: none;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url("../images/boxImage.png");
    margin-left: -2%;
    margin-top: -1%;
  }
  
  
  

/*****************************************************************************/

.main-wrapper {
    width: 100vw;
    overflow: auto;
    display: none;
  }
.section {
    float: left;
    width: 60vw;
    text-align: center;
    display: flex;
    align-items: center;
    height: 90%;
    min-height: 220px;
}
.arrow-foward{
    display: none;
}

.white-rec{
    display: none;
}
/***********************************************************************************/




video { 
      position: absolute;
      top: 45%;
      left: 50%;
      width: 85vw;
      height: 85vh;
      width: auto;
      height: auto;
      z-index: -100;
      transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        transition: 1s opacity;
  }

  .main-title-c{
    width: 100%;
    max-width: 100%;
    letter-spacing: 3.25px;
    display: flex;
    flex-flow: row;
}

.main-title-container {
    width: 80%;
    max-width: 80%;
    letter-spacing: 3.25px;
    display: flex;
    flex-flow: row;
    margin-left: 15%;
    margin-top: 10%;
}

.carousel-indicators{
    bottom: 15px;
}


.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #929292;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5%;
  }

  .carousel-indicators li.active {

    background-color: #F58532;
  }

  .navbar-collapse{
      text-align: end;
  }
/***********************************************************************************************************/

@media (max-width:1500px){
    
    video { 
        position: absolute;
        top: 45%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        transition: 1s opacity;
    }

    
}




@media (max-width:1300px){
    .content{
        margin-right: -3%;
        margin-left: 30%;    
    }
    video { 
        position: absolute;
        top: 45%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-45%) translateY(-50%);
        background-size: cover;
        transition: 1s opacity;
    }


}

@media (max-width:1250px){
    .content{
        margin-right: -3%;
        margin-left: 60%;    
    }
    video { 
        display: none;
    }
    .logo{
        margin-left: 0%;
    }
}

@media (max-width:768px){

    .video{
        display: none;
    }
    .carousel{
        display: none;
    }


    #bgvid{
        display: none;
    }

    .card{
        border: unset;
    }

    .card-header{
        background-color: unset;
    }

    body{
        background-image: url("../images/Grupo\ 705.png");
        background-repeat:no-repeat;
        background-size: 100% auto;
    
    }

    .navbar{
        width: 100%;
        margin-left: 0%;
    }

    .logo{
        margin-left: 0%;
    }

    .partner-text{
        font-size: 20px;
        opacity: 0.8;
    }

    .main-title-container {
        width: 80%;
        max-width: 80%;
        letter-spacing: 3.25px;
        display: flex;
        flex-flow: row;
        margin-left: 5%;
    }

    .white-rec{
        display: block;
        width: 100%;
        background-color: white;
        height: 100px;
        z-index: 2;
        position: relative;
        margin-top: -10%;
    }

    .contact-us-container{
        display: flex;
    }
    
    .big-contact-us-container{
        display: none;
    }

    .img-content{
        display: none;
    }
    .high-productivity-text{
        display: none;
    }
    .circle{
        display: none;
    }
    .mouse-animation{
        display: none;
    }
    .partners-images{
        display: none;
    }
    .new-talent-container{
        display: none;
    }
    #carouselPartners{
        display: initial;
    }
    #carouselModels{
        display: initial;
    }
    .content{
        margin-left: 5%;
        width: 90%;
        text-align: center;
    }
    .partner-image{
        height: 50px;
        width: 20%;
        max-width: 100%;
        display: block;
    }
    .container{
        justify-content: left;
        width: 100%;
        height: auto;
        padding-bottom: 10%;
        min-height: unset;
    }

    .main-title{
        font-size: 34px;
        letter-spacing: 0;
    }

    .staff-gray-text{
        font-size: 22px;
    }

    .sub-main-title{
        font-size: 22px;
    }

    .white-text{
        font-size: 25px;
        letter-spacing: 0;

    }
    .carousel-partners-content{
        width: 100%;
        min-height: 150px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        opacity: 0.8;
    }

    .staff-image-container{
        display: none;
    }

    .carousel-models-content{
        width: 100%;
        min-height: 250px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .staff-text{
        font-size: 15px;
        width: 70%;
    }
    
    .staff-item{
        min-width: 200px;
        max-width: 200px;
        min-height: 200px;
        flex-basis: 30%;
        background: white;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        text-align: center;
        border-top-left-radius: 20%;
        border-bottom-left-radius: 20%;
        border-bottom-right-radius: 20%;
        margin-left: 5%;
    }

    .gray-text-light{
        font-size: 20px;
    }

    .text-group{
        margin-left: 5%;
        width: 95%;
    }
    .orange-square{
        width: 50px;
        height: 50px;
        margin-top: 8%;
    }

    .staff-content{
        width: 90%;
        margin-left: 5%;
    }

    .staff-content2{
        flex-basis: 100%;
        /* padding-bottom: 10%; */
        min-width: unset;
        max-width: unset;
        min-height: unset;
    }

    .staff-content3{
        flex-basis: 100%;
        /* padding-bottom: 10%; */
        min-width: unset;
        max-width: unset;
        min-height: unset;
    }

    .contact-item-container{
        width: 95%;
        margin-left: 5%;
    }

    .texto-contacto{
        font-size: 14px;
    }
    .contacto-item{
        flex-basis: 95%;
    }

    .pt-sans-regular-italic{
        font-size: 13px;
    }

    .pt-sans-regular-moregray{
        font-size: 15px;
    }

    .workwith{
        margin-left: 5%;
        width: 90%;
    }

    .workwith-container{
        width: 100%;
        margin-top: 5%;
    }
    .workwith-container2{
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .aux-container{
        flex-wrap: wrap;
    }

    .backWorkWith{
        background-size: auto;
    }
    .acordeon{
        display: initial;
        width: 90%;
        margin-left: 5%;
        margin-top: 15%;
    }

    .service-item{
        padding: unset;
        margin: unset;
        display: flex;
        min-height: auto;
        flex-flow: row;
        justify-content: flex-start;
    }

    .services-container{
        display: none;
    }

    .service-image{
        max-height: 40px;
        max-width: 40px;
    }


    .advantages-containe{
        flex-flow: column;
    }

    .advantage-item-container{
        flex-basis: auto;
        justify-content: center;
    }

    .advantage-image2{
        flex-basis: unset;
        width: 20%;
        margin-left: -2%;
    }
    .advantage-image{
        flex-basis: unset;
        width: 15%;
        margin-right: 8%;
    }
    .advantages-container{
        display: none;
        margin-left: 10%;
    }
    .read-more{
        display: block;
        cursor: pointer;
        margin-left: 5%;
    }

    .main-wrapper{
        display: block;
    }

    .advantage-text-ligh{
        display: none;
    }

    .advantage-item-container{
        justify-content: unset;
        flex-flow: row;
    }
    
    .advantage-text-bold{
        font-size: 13px;
    }

    .services-text{
        margin: auto;
        font-size: 15px;
    }

    .client-image{
        width: 130px;
        height: 130px;
        position: absolute;
        z-index: 55;
        transform: translate(90px,-120px);
    }

    .client-data{
        height: unset;
        width: 100%;
        margin-left: 0%;
        padding: 5%;
    }
    .client-text-gray{
        margin-top: 10%;
    }

    .arrow-foward{
        display: block;
        width: 24px;
        margin-left: 85%;
        margin-top: 2%;
    }

    .contact-us-button{
        width: 128px;
        height: 40px;
        margin-left: 55%;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #929292;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
      }

      .carousel-indicators li.active {

        background-color: #F58532;
      }

      .workwith-text{
          font-size: 25px;
      }

      .gray-container{
          height: unset;
      }
      
      .landing-container{
          margin-top: 5%;
      }
      .consulting-image{
          margin-top: 15%;
      }
}