@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #fff;
}
.nav-link{
	font-weight: bold !important;
	color: #232A7A !important;
}
.navbar-light .navbar-toggler {
	color: #232A7A !important;
	border-color: #232A7A !important;
}
.dropdown-menu{
	border: none !important;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.dropdown-item{
	color: #232A7A !important;
}
.dropdown-menu .dropdown-item:active {
	color: white !important;
	background-color: #066aab !important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #c1cfdd !important;
}
p{
	margin-top: 0.9rem !important;
	margin-bottom: 0.5rem !important;
	text-align: justify;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
@media (max-width: 826px) {
	.texto-contacto {
		display: none;
	}
}
@media (max-width: 767px) {
	.card-pagos{
		width: 250px;
	}
	.dcard{
		display: flex;
		justify-content: center;
	}
}
.nav-item:hover .nav-link {
	background-color: #066aab;
	color: #fff !important;
}
.fixed-top {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
	transition: top 0.3s;
}
#header, #navbar {
    width: 100%;
}
.hide {
    top: -45px;
}
.section-padding {
	padding: 80px 0;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	z-index: 2;
	width: 100%;
	right: 0;
	left: 0;
	padding-left: 2rem;
	padding-right: 2rem;
}
.carousel-caption h1 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.texto2{
	font-size: 40px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.btn-contacto{
	margin-top: 5rem;
	margin-bottom: 10rem;
	font-size:18px;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav{
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.w-100 {
	height: 100vh;
}
.productos{
	background: #066aab;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
}
.productos .card {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption h1 {
		font-size: 40px;
	}
	.texto2{
		font-size: 25px;
	}
	.btn-contacto{
		margin-top: 4rem;
		margin-bottom: 7rem;
		font-size: 16px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 500px){
	.carousel-caption h1 {
		font-size: 32px;
	}
	.texto2{
		font-size: 20px;
	}
	.btn-contacto{
		margin-top: 2rem !important;
		margin-bottom: 7rem !important;
		font-size: 12px!important;
	}
}
.d-item{
	height: 700px;
}
.d-img{
	height: 100%;
	object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next {
        display: none;
    }
@media (max-width: 768px){
	.d-item{
		height: 500px;
	}
}
h2{
	color: #232A7A;
	font-weight: bold !important;
}

  
.card {
	position: relative;
	overflow: hidden;
	border: none !important;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
  }
  
.card img {
	width: 100%;
	height: auto;
  }
  
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
  }

.card:hover .overlay {
	opacity: 1;
}

.overlay .text {
	display: none;
}
.overlay:hover .text {
	display: block;
}
.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.imagen-port{
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: hsla(0, 0%, 9%, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img{
    width: 50px;
}

.hover-galeria p{
    color: #fff;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}
.carousel-external-content {
	display: none;
}
.card-title{
	font-size: 20px;
}
@media (max-width: 500px) {
    .btn-productos {
        font-size: 15px;
    }
    .card-title {
        font-size: 18px;
    }
	.logo-menu{
		width: 130px ;
		height: 75px;
	}
	.carousel-banner{
		padding-top: 141px !important;
	}
	.banner-titulo{
		margin-top: 141px !important;
	}
	.formulario{
		margin-top: 141px !important;
	}
}

.img-logo{
	width: 150px;
}
@media (min-width: 768px) {
	.col-lg-2 {
	  flex: 0 0 auto;
	  width: 20%;
	}
}
.banner-metales{
	background-image: url('../img/metalesnoferrosos.jpg');
    background-size: cover;
    background-position: center;
}
.banner-aleaciones{
	background-image: url('../img/aleacionesmetales.jpg');
    background-size: cover;
    background-position: center;
}
.banner-contacto{
	background-image: url('../img/contactanos.jpg');
    background-size: cover;
    background-position: center;
}
.banner-contact{
	background-image: url('../img/contact.png');
    background-size: cover;
    background-position: center;
}
.banner-proceso{
	background-image: url('../img/procesos.jpg');
	background-size: cover;
    background-position: center;
}
.banner-nosotros{
	background-image: url('../img/nosotros.jpg');
	background-size: cover;
    background-position: center;
}
.banner-mision-vision{
	background-image: url('../img/mision-vision.jpg');
	background-size: cover;
    background-position: center;
}
.banner-valores{
	background-image: url('../img/valores.jpg');
	background-size: cover;
    background-position: center;
}
.banner-metal-reciclado{
	background-image: url('../img/metalesreciclados.jpg');
	background-size: cover;
    background-position: center;
}
.titulo-banner{
	color: #FFF; 
}
.texto-procesos{
	color:#232A7A;
	text-align: justify;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.texto-producto{
	text-align: center!important;
	color:#fff !important;
}
.fondo{
	background: #066aab;
	border-radius: 0.5rem;
}
.img-edit{
	margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.linea {
    border: none;
    border-top: 2px solid white;
    width: 80%;
    max-width: 150px; 
    margin: 0 auto;
	opacity: 0.9;
}
@media (min-width:670px){
	.linea{
		max-width: 182px;
	}
}
.custom-shape {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.custom-nosotros{
	clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%, 0% 15%);

    border: 3px solid #066aab;
    box-sizing: border-box;
}
.custom-metal{
	clip-path: xywh(0 5px 100% 100% round 15% 0);
}

@media only screen and (max-width: 768px) {
	.laminado {
		flex-direction: column-reverse;
	}
	.texto-producto{
		text-align: justify!important;
	}
}
@keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-40%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
.animacionI{
	animation: slideRight 1s ease-out;
}
.animacionD{
	animation: slideLeft 1s ease-out;
}
.animacionA{
	animation: slideDown 1s ease-out;
}
.close {
	position: absolute;
	top: -40px;
	right: -35px;
	color: #fff;
	font-size: 3rem;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.texto-metales{
	color:#fff;
	text-align: center;
	margin: 0!important;
	font-weight: 500;
}
.btn-metales{
	color:#fff;
	box-shadow: none;
	background-color: transparent;
	border-color: transparent;
}
@media (min-width: 1200px){
	.modal-xl {
		max-width: 800px;
	}
}

footer {
    padding-top: 80px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer li,
footer p,
footer a {
    color: rgba(255,255,255,0.7);
	text-decoration: none;
	margin: 0;
	text-align: left;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 40px;
    height: 4px;
    background-color: #066aab;
    margin-top: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
}
.contact-icons a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
	margin-right: 5px;
}

.social-icons a:hover {
    background-color: #066aab;
    color: white;
}
@media(max-width:575px){
	.footer-info{
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
}
.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}
.image-zoom {
    position: relative;
}
@media (min-width: 992px){
	.email2{
		margin-right: 13px !important;
		margin-left: 3px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.email2{
		margin-right: 12px !important;
		margin-left: 2px !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
	.email2{
		margin-right: 14px !important;
		margin-left: 3px !important;
	}
}
@media (max-width: 575px){
	.email2{
		margin-right: 10px !important;
	}
}