.middle-heading h3 {
    font-size: 15px;
    color: #282d62;
    font-weight: 500;
    margin: 35px 0px;
    text-transform: uppercase;
}
.middle-heading1 h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 50px 0px ;
    text-transform: uppercase;
}
.Gcolor{
    margin-top: 20px;
    padding-bottom: 50px;
    background: white;
    border-radius:20px 20px 0px 0px;
}
.w3layoutsits_w3layouts_gallery_grid1{
    padding-left: 0;
    padding-right: 0; 
    text-align: center;
}
.team{
    margin: 0px 0px 50px;
}
a.move-top span {
    color: #fff;
    width: 35px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    height: 35px;
    border: 1px solid #ffffff;
    line-height: 1.9em;
}
/*-- equipo --*/
.secnd_sty4 {
    background-color: #191e22;
    padding-bottom: 40px;
}
.team-left img ,.team-middle img,.team-right img{
    border-radius: 50%;
    
}
.team-social ul.social-icons li {
    display: inline-block;
}
.team-left h4, .team-middle h4, .team-right h4 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    margin: 12px 0;
    font-weight: 600;
}
.team-left p, .team-middle p, .team-right p {
    padding: 0 2em;
    color: #c6ccff;
}
.team-social ul.social-icons li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    line-height: 32px;
    background: transparent;
    border: 1.4px solid #fff;
}
/*-- //team --*/
/*-- popup --*/

.overlay {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
   z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
	padding: 3em 1em;
}
.popup1 {
    background: #fff;
    border-radius: 5px;
    max-width: 315px;
    position: relative;
    margin: 8em auto;
    padding: 3em 1em;
}
.popup p{
	font-size: 15px;
	color: #666;
	letter-spacing: .5px;
	line-height: 30px;
}
.popup .close ,.popup1 .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup h2 {
  margin-top: 0;
  color: #fff;
}
.popup .close:hover {
  color: #30c39e;
}
/*-- //popup --*/
/*-- services-bottom --*/
.bg {
    background: #003666;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: 600;
    color: #ffffff;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
/*-- responsive sizes --*/

/*=============================================
Escritorio grande de 1366 en adelante
=============================================*/
@media (min-width:1200px){
    .middle-heading h3 {
    font-size: 30px;
    
}
.middle-heading1 h3 {
    font-size: 30px;
    
}

}
/*=============================================
Escritorio mediano o tablet horizontal 
=============================================*/
@media (max-width:1199px) and (min-width:992px){
.middle-heading h3 {
    font-size: 30px;
    
}
.middle-heading1 h3 {
    font-size: 30px;
    
}
   
}
/*=============================================
Escritorio pequeo o tablet vertical
=============================================*/
@media (max-width:991px) and (min-width:768px){
.middle-heading h3 {
    font-size: 25px;
    
}
.middle-heading1 h3 {
    font-size: 25px;
    
}
}
/*=============================================
Escritorio celular
=============================================*/
@media (max-width:767px){
.middle-heading h3 {
    font-size: 25px;
    
}
.middle-heading1 h3 {
    font-size: 25px;
    
}
   
}