body{
    font-family: 'Open Sans';
    font-size: 16px;
    background-color: #252424;
}
header{
    min-height: 100px;
    width: 100%;
    z-index: 1000;
    background-color: #252424;
    
}
/*header:after{
    content: '';
    display: block;
    opacity: .3;
    border-radius: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5rem);
    -webkit-backdrop-filter: blur(5rem);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;

}*/
#section {
    max-width: 1700px;
}
header img{
    max-width:300px;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 20px 0;
}
.link-header {
    padding: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e1e1e1;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
    position: relative;
    display: block;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.link-header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: rgba(255,204,0,.2);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}

.link-header:hover:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: rgba(255,204,0,.2);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
}

.link-header:hover {
    background-color: transparent;
    border: 1px solid #f8c900;
    text-decoration: none;
    color: #e1e1e1;
}

.maxival-evo-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url('img/bg-maxival-evo.jpeg');
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-size: cover;
}

.maxival-evo-section h1 {
    margin-top: 40px;
    font-size: 60px;
    font-weight: 700;
    color: #f8c900;
}

.maxival-evo-section h3 {
    margin-top: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f8c900;
}

.maxival-evo-section h2{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #e1e1e1;
}

.maxival-evo-section p{
    display: block;
    margin-top: 10px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 400;
    color: #e1e1e1;
}

.btn-primary{
    background-color: #ffc100;
    color: #000;
    border: none;
}
#main {
    margin-top: 0;
}
section p {
        font-size: 16px;
        font-weight: 100;
        line-height: 1.5;
        color: #e1e1e1;
}
section h2 {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
    color: #f8c900;
}
section .logo {
    position: relative;
    display: block;
    width: 110px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
section.discover{
    color: #fff;
    position: relative;
    min-height: 100vh;
}
section.discover .container .image-product img{
    max-width: 300px;
}
section.discover .container .content img{
    max-width: 500px;
}
section.discover .container .content:after{
    content: '';
    display: block;
    height: 2px;
    width: 200px;
    margin: 3rem auto;
    background-color: #ffc100;
}
section.discover .container .content a{
   font-weight: 800;
   font-size: 1.2rem;
   transition: .4s all;
   background-color: #ffc100;
}
section.discover .container .content a:hover{
    background-color: #232532;
    color: #fff;
 }
section.discover .container .content h6{
    font-weight: 800;
    letter-spacing: -.5px;
 }
 section.discover .container .image-angle{
     padding: 6rem 0;
 }

 section.discover .container .content-second .content-date{
     position: relative;
 }
 section.discover .container .content-second .date{
    background-color: #ffc100;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    position: relative;
    max-width: 280px;
    z-index: 2;
 }
 section.discover .container .content-second .content-date .border-outline{
    position: absolute;
    left: 40px;
    top: 3px;
    width: 100%;
    border: 2px solid #fff;
    height: 100%;
    z-index: 1;
    padding: 10px 20px;
    max-width: 280px;
    height: 45px;
    border-radius: 5px;
 }
 section.discover .container .content-second .outline-text{
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffc100;
    font-weight: 800;
    color: transparent;
    font-size: 2.2rem;
 }
 section.discover .container .content-second h2{
     font-size: 3.5rem;
     letter-spacing: -.5;
     font-weight: 800;
 }
 section.discover .container .content-second .yellow-text{
  color: #ffc100;
  font-weight: 800;
}
section.discover .container  .creative-cont{
    border: 2px solid #ffc100;
    padding: .5rem;
    border-radius: 10px;
}
section.discover .container  .yellow-border{
    background-color: #020a15; 
    border-radius: 10px;
    overflow: hidden;
}

section.discover .container  .yellow-border img {
    max-width: 80%;
}
section.discover .container  .yellow-border .left-image {
    transform: translateX(-125px);
}
section.discover .container  .yellow-border .right-image {
    transform: translateX(195px);
}
section.discover .container  .yellow-border h4 {
    color: #ffc100;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1.5;
}
section.discover .container  .yellow-border .btn-white {
    background-color: #fff;
    padding: 10px 35px;
}
section.discover .container  .yellow-border .small {
    color: #ffc100;
    font-size: .7rem;
}
section.discover .container .cta-button a{
    text-decoration: none;
    opacity: .5;
    transition: .4s all;
    display: block;
}
section.discover .container .cta-button a h5,section.discover .container .cta-button a i{
    color: #f2f2f2;
}
section.discover .container .cta-button a:hover{
    opacity: 1;
}

footer{
    background-color: #000;
    color: #fff;
}
footer a{
    color: #fff;
    transition: .4s all;
    text-decoration: none;
}
footer a:hover{
    color: #ffc100
}
#navbar{
    position: fixed;
    top: 0;
    left: 0;
}
#btn-scroll-up {
    position: fixed;
    right: -90px;
    bottom: 45px;
    z-index: 1001;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #f8c900;
    text-align: center;
    text-decoration: none;
    border: 1px solid #f8c900;
    outline: 0;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#btn-scroll-up:hover {
    color: #000;
    background-color: #f8c900;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
}


/*  NEW STYLE   */

#section p {
    font-size: 20px;
}

.image-box{
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#main .learn {
    text-align: center;
    border: 1px solid #f8c900;
    border-radius: 0;
    width: 150px;
}
.content-text{
    min-height: 550px;
}
.content-text .learn {
    max-width: 150px;
    text-align: center;
    border: 1px solid #f8c900;
}
.content-text p{
    padding-bottom: 10px;
        font-size: 20px;
        font-weight: 100;
        line-height: 1.5;
        color: #e1e1e1;
        text-align: justify;
}
.content-text h4{
    margin-top: 80px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    color: #f8c900;
    margin-bottom: 0;
}
/* .content-text h4:after{
    content:'';
    display: block;
    margin-top: .5rem;
    width: 30%;
    height: 2px;
    background-color: #ffc100;
}
.right {
    display: inline;
}

.right:after {
    text-align: right;
    float: right;
    
} */

#main hr {
    color: #f8c900;
    height: 2px;
    opacity: 1;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* .visible {
    top: 50% !important;
    left: 50% !important;
    margin-top: -40vh !important;
    margin-left: -40vw !important;
    display: block !important;
    opacity: 1 !important;
    transition: all .3s !important;
} */
@keyframes visible {
    0%{
        top: 0;
        margin-top: 0;
        display: none;
        opacity: 0;
    }
    100% {
        top: 50%;
        margin-top: -40vh;
        display: block;
        opacity: 1;
    }
}

.modal {
    width: 80vw;
    height: 80vh;
    background: #252424;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -40vw;
    border: 2px rgba(255,204,0,.2) solid;
    border-radius: 5px;
    opacity: 0;
    display: none;
    transition: all 3s;
    text-align: center;
    white-space: nowrap;
    text-align: center;
}
.modal::before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #f8c900;
    border: none;
    background-color: transparent;
    font-size: 2rem;
}

.modal img {
    margin: auto;
    width: 90%;
    vertical-align: middle;
}
.modal .first-img {
    height: 90%;
    width: auto;
}

.right-hr {
    align-self: end;
}
.content-text ul{
    width: 100%;
    padding-left: 0;
    list-style:none;
}
/* .section-block{
    margin-bottom: 5rem;
} */
.innovative-manufacturing  .image-box{
    background-image: url('img/an-innovative-manufacturing-process.jpg');
}
.metallurgical-characteristics  .image-box{
    background-image: url('img/metallurgical-characteristics.jpg');
}
.technological-features  .image-box{
    background-image: url('img/technological-features.jpg');
}
.maxival-evo  .image-box{
    background-image: url('img/maxival-evo-grades.jpg');
}
.duplex-steel  .image-box{
    background-image: url('img/duplex-steel.jpg');
}

/* MEDIA QUERY */
@media (max-width: 991.98px) {
    header {
        position: absolute;
    }
    header:after{
        display: none;
    }
    section.discover .container .content img{
        max-width: 100%;
    } 
    .image-box{
        min-height: 400px;
    }
    .content-text{
        min-height: 440px;
    } 
    hr {
        align-self: start !important;
    }
    #grades {
        display: block;
    }
    #duplex h4 {
        text-align:start !important;
    }
    #duplex p {
        text-align:start !important;
    }
    #features h4 {
        text-align:start !important;
    }
    #features p {
        text-align:start !important;
    }
    #features ul {
        text-align:start !important;
    }
    #manufacturing h4 {
        text-align:start !important;
    }
    #manufacturing p {
        text-align:start !important;
    }
    #duplex .cont-btn {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .menu {
        display: none !important;
    }
    .text-start-img {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 725px){
    .modal .first-img {
        height: auto;
        width: 90%;
    }
}
@media (max-width: 1066px){
    #hero img {
        width: 100%;
    }
}