@font-face{
	font-family: "Pacifico";
	src:url("../fonts/Pacifico-Regular.ttf");
}
@font-face{
	font-family: "Montserrat";
	src:url("../fonts/Montserrat-Regular.ttf");
}
@font-face{
	font-family: "Montserrat";
	font-weight: bold;
	src:url("../fonts/Montserrat-Bold.ttf");
}

*{
	box-sizing: border-box;
}
body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

/*-----------------------Estilos base----------------------*/

h1, h2, h3, h4, h5, h6{
	margin: 0;
}
.titulo, .subtit, .team--title, .sub-team--title, .especial--title{
    color: #163d6f;
}
.group .subtitle {
    margin: 0px 10px 20px 10px;
    color: #163d6f;
    text-align: center;
    font-size: 1.0em;
    font-weight: 500;
}
.group .peru-fastener-info001{
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}
.group .peru-fastener-info002{
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.container-fluid{
	width: 100%;
	margin: auto;
}
.container{
	width: 100%;
	margin: auto;
}
.container--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
 
}
.column {
    width: 100%;
    *{
        text-decoration: none !important;
        box-shadow: none !important;
        border: none !important;
        text-underline-offset: 0 !important;
    }
}

.gap-5{
    gap: 5px;
}

.pd4{
    padding-inline: 16px;
    padding-bottom: 16px;
}

.group--title{
    margin-bottom: 16px;
}

@media screen and (max-width:1024px){
    .flex-end-m{
        justify-content: end !important;
    }
}
/*-----------------------Estilos header----------------------*/

.main-header{
	width: 100%;
    background: #163d6f;
    color: white;
}
.container{
    justify-content: center;
}
.main-header--conta---phone{
	background: #163d6f;
	color: white;
	margin: 18px;
    margin-right: 50px;
}
.whatsapp{
    text-decoration: none;
    color: inherit;
}
.main--header--conta--address{
	padding: 10px;
	margin: 0;
    margin-right: 50px;
}

.main-header [class*="icon-"]:before { 
	position: relative;
	top: 0px;
	right: 0px;
}

.social-icon{
	display: flex;
	justify-content: space-between;
    padding-right: 10px;
}
.social-icon [class*="icon-"]{
	color: #163d6f;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	width: 30px;
	height: 30px;
    background: white;
    border-radius: 50%;
}
.social-con--link{
	text-decoration: none;
}
.icon-whatsapp[class*="icon-"]:before{
    color:white;
    font-size: 1.8em;
    top: 3px;
    
}

/*-----------------------Estilos del menu----------------------*/

.main-nav{
	width: 100%;
	position: relative;
	padding:5px;
    display: flex;
    justify-content:center;
    background-color: #ececec;
}

.logo-container{
    display: flex;
    margin: 0;
    padding: 0;
    width: 156px;
    text-decoration: none;
}
.logo-img{
    height: 100%;
    padding: 0px;
    margin: 0px;
    width: 25%;
    object-fit: contain;
}


.logo {
	font-size: 1.3em;
    color: #163d6f;
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat';
    justify-content:space-around;  
    text-align: left;
    padding-left: 6px;
}
.menu{

	position: relative;
	top:0px;
	left: 0px;
	/* width: 50%; */
	
	padding:0px;
	margin: 0px;
	text-align:center;
    display: flex;
    list-style:none;
    color: black;
    font-size: medium;
    font-weight: bold;
}

.menu--link{
    display: flex;
    margin: 0px -1px;
    padding: 5px 8px;
    color: #163d6f;
    text-decoration: none;
    position: relative;

    &::before{
        content: '';
        display: block;
        position: absolute;
        border-right: 1px solid #163d6f;
        height: 70%;
        right: 0;
        top: 15%;
    }
}

.menu .menu--item:nth-last-child(1) .menu--link::before{
    border-right: 0;
}

.menu--link:hover, .menu--link--select{
	background: #163d6f;
    color: white;
}


/*-----------------------Estilos del banner----------------------*/

.banner{
	position: relative;
}

.banner:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0.0.0.0.7);
	z-index: 1000;
	top:0;
}
.banner--img{
	width: 1024px;
    /* height: 400px; 
    margin-top: -8.2px;*/
    object-fit:fill;
}
.banner--contec{
	width: 90%;
	color: white;
	text-align: center;
	position: absolute;
	z-index: 1500;
	top:50%;
	left: 50%;
	transform: translatex(-50%) translatey(-50%);
	font-size: 1.5em;
	font-weight: bold;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.7);
}

/*--------------------Estilos principales------*/
.marca{
    top: 42%;
    color:  darkgray;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    left: 50%;
    margin-left: -81px;
    transform: rotate(-37deg);
    transform-origin: center;
    position: absolute;
    z-index: 2;
}
.group--group-color{
    background: #163d6f;
    color: white;
    padding: 10px;
    text-align: center;
}

.especial--title{
    text-align: center;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
}
.group .container .column{
    border: 3px solid #ddd;
    background-color:white;
    height: auto;
    justify-content: center;
    transition: all .4s;
}

.group .container .column .imagen{
    position: relative;
    overflow: hidden;
}

.imagen img{
    width: 100%;
    /* height: 150px; */
    object-fit:fill;
    display: block;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.imagen img:hover {
    transform: scale(1.05);
}
.especial{
    text-align: center;
    height: 40px;
    align-items: center;
    font-size:0.9em;
    color: white;
    background-color: #163d6f;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1.05em;
    a{
        color: inherit;
        text-decoration: none;
    }
}
.group .container .column:hover{
    border: 3px solid #163d6f;
    
}


/*--------------------Estilos del footer---------*/
.main-footer{
    background: #222;
    color: white;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: .82em;
}
.copy{
    text-align: center;
    margin: auto;
    margin-top: 15px;
}
.colum--txt{
    color: white;
    text-decoration:none;
    
}
.main-footer [class*="icon-"]{
   color: white;
   text-decoration: none;
}
.main-footer [class*="icon-"]:before{
    position: relative;
    top: 3px;
    right: 5px;
}
.icon-world[class*="icon-"]:before{
    color: white
}

/*-----------------------Estilos responsive----------------------*/

@media screen and (min-width:280px){
    .main--header--conta--address{
        display: none;
    }
    .main-header--conta---phone{
        margin-right: 0px;
        font-size: 13px;
    }
    .logo-container{
        width: 117px;
        margin-top: -97px;
        margin-left: 0;
        position: absolute;
        left: 16px;
        
    }
    .logo-img{
        width: 20%;
        margin-top: 0px;
    }
    .logo {
        font-size: 0.8em;
        color: white;
    }
    .menu{
        left: 0;
        width: auto;
        font-size: 11px;
        font-weight:bold;
        justify-content: center;
        font-family: "Montserrat";
    }

    .menu--link{
        display: flex;
        margin: 0px -1px;
        padding: 5px 8px;
    }
    
    .banner {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
    .banner img {
        width: 100%;
        display: block;
    }
    
    .group .container .column{
    }

    
    .imagen img{
        width: 100%;
        object-fit: fill;
    }
    
    .especial{
        height: 34px;
        font-size:0.7em;
        
    }
    
    .column--50-25{
        width: 49%;
        
    }
    .colums .column{
        border: 3px solid #ddd;     
    }
    
    .main-footer .container--flex{
        align-items: flex-start;
    }
    .column--49{
        width: 49%;
    }
    .column--40{
        width: 40%;
        margin-left: 4%;
        padding-left: 6%;
    }
    .mapa{
        display: none;
    }
    .ubicacion{
        display: none;
    }
}

@media screen and (min-width:345px){
    .group .container .column{
    }

    .imagen img{
        width: 100%;
        /* height: 90px; */
        object-fit: fill;
    }
    
    .especial{
        font-size:0.8em;
        
    }

    
}
@media screen and (min-width:380px){
    .group .container .column{
    }
    
    .imagen img{
        width: 100%;
        object-fit: fill;
    }
    
    .especial{
        font-size:0.8em;
        
    }
    .menu{
        font-size: 12px;
    }

    .menu--link{
        padding: 5px 10px;
    }
    
}
@media screen and (min-width:430px){
    .group .container .column{
        
    }

    
    .imagen img{
        width: 100%;
        object-fit: fill;
    }
    
    .especial{
        font-size:0.8em;
        
    }
    
}
@media screen and (min-width:480px){
    .main--header--conta--address{
        display: none;
    }
    .main-header--conta---phone{
        margin-right: 0px;
        font-size: 13px;
    }
    .logo-img{
        width: 20%;
        margin-top: 0px;
    }
    .logo {
        font-size: 0.8em;
        color: white;
    }
    
    .column--title{
        font-size: 1.4em;
    }
    
    .banner {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
    .banner img {
        width: 100%;
    }
    
    .group .container .column{
    }
    .imagen img{
        width: 100%;
        object-fit: fill;
    }
    
    .especial{
        height: 35px;
        font-size:0.9em;
        
    }
    .colum--txt{
        font-size: 13.3px;
    }
    .mapa{
        display: none;
    } 
    .ubicacion{
        display: none;
    }
    .copy{
        font-size: 1.2em;
    }

    
}
@media screen and (min-width:650px){
    
    .banner {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
    .banner img {
        width: 100%;
    }
    .group .container .column{
    }

    
    .imagen img{
        width: 100%;
        object-fit: fill;
    }
    
    .especial{
        height: 35px;
        font-size:0.9em;
        
    }
    .column--49{
        width: 33%;
    }
    .column--40{
        width: 33%;
        margin-left: 0%;
        padding-left: 0%;
    }
    .icon-mapa{
        display: none;
    }
    .colum--txt{
        font-size: 14px;
    }
    .mapa{
        display: block;
        margin-bottom: 10px;
        
    } 
    .ubicacion{
        display: block;
        width: 100%;
        height: 80px;;
    }

    .menu--link{
        padding: 5px 16px;
    }
}

@media screen and (min-width:768px){
    .main--header--conta--address{
        display: none;
    }
    .main-header--conta---phone{
        margin-right: 50px;
        font-size: 14px;
    }
    .logo-img{
        width: 20%;
        margin-top: 0px;
    }
    .logo {
        font-size: 0.85em;
        color: white;
    }
    
    .banner {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
    .banner img {
        width: 100%;
    }
    .column--50-25{
        width: 24.5%;
    }
    .colums .column{
        border: 3px solid #ddd;     
    }
    
    .column--49{
        width: 33%;
    }
    .column--40{
        width: 33%;
        margin-left: 0%;
        padding-left: 0%;
    }
    .colum--txt{
        line-height: 20px;
        font-size: 13.5px;
    }
    .column--title{
        font-size: 1.4em;
    }
    .mapa{
        display: none;
    }
    .ubicacion{
        display: none;
    }
    .mapa{
        display: block;
        margin-bottom: 10px;
        
    } 
    .ubicacion{
        display: block;
        width: 100%;
        height: 90px;;
    }
    .copy{
        font-size: 1.3em;
    }
}

@media screen and (min-width:1024px){
    .container{
        max-width: 1024px;
    }
    .main--header--conta--address{
        display:block;
    }
    .logo-container{
        width: 176px;
        margin-top: 0px;
        margin-left: -200px;
        position: relative;
        left: auto;
    }
    .logo-img{
        margin-top: 0px;
    }
    .logo {
        font-size: 1.2em;
        color: #163d6f;
    }

    .menu{
        left: 50px;
        font-size: 14px;
        justify-content: flex-end;
        font-family: "Montserrat";
    }
    .menu--link{
        display: flex;
        text-align: center;
    }
    
    .main-footer{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .colum--txt{
        line-height: 20px;
        font-size: 14px;
    }
    .mapa{
        display: block;
        margin-bottom: 10px;
        
    } 
    .ubicacion{
        display: block;
        width: 100%;
        height: 90px;;
    }
    
}

@media screen and (min-width:1600px){
 
   .column--50-25{
    width: 20%;
}
}

/*-----------------------------------------------SLIDER----------------------------------*/
/*---------------------------------------------------------------------------------------*/
.banner {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.banner ul { 
    display: flex;
    padding: 0px;
    margin-bottom:0px;
    margin-top: 0px;
    width: 400%;
    animation: cambio 20s infinite;
    animation-direction: alternate; 
}

.banner li {
    width: 100%;
    list-style: none;   
}

.banner img {
    width: 100%; 
}


@keyframes cambio{
    0%{margin-left: 0;}
    20%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;}
    
    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
