/* ================================= */
/* 1200px */
/* ================================= */

@media (min-height: 1000px ) and (max-height: 1300px) and (min-width: 1301px) and (max-width: 1500px) {
	
  .font-title {
    font-weight: 600;
    font-size: 2.5rem;
  }
  .txt_f {
    font-size: 1.23rem;
  }
  .txt_l {
    font-size: 1.3rem;
  }
  .carteras {
    margin-top: 15%;
  }
  .ropa__intima {
    margin-top: 45%;
  }
  .mt-5 {
    margin-top: 10rem !important;
  }
  .vpb {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 110px;
    width: 110px;
  }
}

/* ================================= */
/* 1200px */
/* ================================= */

@media (min-height: 1000px ) and (max-height: 1300px) and (max-width: 1300px){
  .fixFooter {
    transform: translate3d(0px, -425%, 0px) !important;
    transition: all 1000ms ease 0s;
  }
  .carteras {
    margin-top: 20%;
  }
  .ropa__intima {
    margin-top: 50%;
  }
  .txt_f {
    font-size: 0.95rem;
  }
  .txt_l {
    font-size: 0.98rem;
  }
}

/* ================================= */
/* 992px */
/* ================================= */
@media (max-width: 992px) {
	.we_f {
		left: -3%;
	}
		.We_moMV {
        display: block;
    }

        .weMv {
        display: none;
    }
    .imgV {
    	display: none;
    }
    .weSlide .item {
    	align-items: flex-start;
    }
/*     .valores__corporativos {
	display: none;
} */
    .bgVideo__contact video {
        width: 130%;
    }
    .bg__info {
        padding: 10px;
    }
    
    .img__portadaCole {
    width: 40%;
}


}

/* ================================= */
/* 768px */
/* ================================= */
@media (max-width: 768px) {

	.womanaP {
		background-image: url(../images/woman-embarazada2.png);
		background-size: cover;
	}

	.ropa__carteras {
		flex-direction: column;
		text-align: center;
		margin: auto;
	}
	.ropa__intima {
		margin-top: 2%;
		padding-top: 2%;
		border-top: 1px solid #e2e2e2;
	}
	.ropa__intima img {
		width: 100%;
	}

	.carteras {
		margin-top: 2%;
	}

	.carteras img {
		width: 100%;
	}
	.mision__vision {
		display: none;
	}
	.mision__movil {
		display: block;
	}
	.weSlide .item h1,
	.weSlide .item .valores__corporativos {
		font-size: 1.5rem;
	}
	.fuerza__venta {
		flex-direction: column;
	}

.fuerza__venta .fuerza__child {
    width: 100%;
}

.bg__contact {
    width: 80%;
}
.view__contact {
      padding-top: 8rem;
   }
   .card__contact {
   	flex-direction: column;
   }
  .map__contact {
  	width: 100%;
  	height: 300px;
  }
  .bg__info {
  	width: 100%;
  }
  .panel__categorias {
  	display: none;
  }
  .panel__portada {
  	width: 100%;
  }

  #open__categorias {
  	display: block;
  }
  .cates li a.actM {
  	color: #E3B8CD;
  	font-weight: bold;
  }

  .openedVisual {
  	-webkit-transition: all ease .5s;
  	-o-transition: all ease .5s;
  	transition: all ease .5s;
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 90;
  	width: 100%;
  	height: 100vh;
  	height: 100vh;
  	margin: 0;
  	display: block;
  	background: rgba(255,255,255,1);
  }

  .visualEnd {
  	width: 50%;
  	height: 100vh;
  	margin-top: 5%;
  	margin-left: 25%;

  }

  #visualizador__img {
    margin-top: 0;
}

    #close__visualizador {
        background: #fff;;
        outline: none;
        border: none;
        box-shadow: 0 0 10px rgba(0,0,0,.30);
        padding: 15px 18px;
        border-radius: 50%;
        position: fixed;
        z-index: 999;
        bottom: 40px;
        right: 40px;
        display: none;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }

    /*.img__cartera {
      width: 100%;
      height: 100%;
    }*/
    .img__cartera {
      width: 5em;
      height: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }

    .fuerza_venta>.ml-10{
      margin-left: 0px !important
    }

/*  .imgV {
  	display: none;
  }*/
    .bgVideo__contact {
        height: 100vh;
    }
        .bgVideo__contact video {
        width: 160%;
    }
    
    .map__contact {
        height: 100px;
    }
    
        .img__portadaCole {
    width: 45%;
}

}


/* ================================= */
/* 576px */
/* ================================= */

@media (max-width: 576px) {
	.we_f {
		width: 90%;
	}

	.collaje {
		width: 80%;
	}
	.weSlide .item {
		flex-direction: column;
	}
	.item__division {
    width: 100%;
}

.division__text {
	width: 90%;
	text-align: center;
	margin: auto;
}

	.weSlide .item h1,
	.weSlide .item .valores__corporativos {
		font-size: 1rem;
	}

	.bg__contact {
    width: 90%;
}

  .visualEnd {
  	width: 70%;
  	height: 100vh;
  	margin-left: 15%

  }
    
.item .item__division:nth-child(1) {
    width: 100%;
}
.item .item__division:nth-child(2) {
    width: 100%;
    margin-left: 0;
}
.valores__corporativos {
    margin-left: 3rem;
}
    
            .bgVideo__contact video {
        width: 200%;
    }


}
