@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Stack+Sans+Notch:wght@200..700&display=swap');
/* ==========================================================
METALCREW
VARIABLES
========================================================== */
:root {
--mc-black: #0F0F10;
--mc-charcoal: #1B1B1D;
--mc-steel-aged: #BDB6AD;
--mc-steel-light: #D8D2C8;
--mc-steel-white: #F1ECE4;
--mc-rust: #A56A42;
--mc-rust-dark: #7A4B2F;
--mc-burned: #4A403A;
--mc-welding: #00AEEF;
--mc-transition: all .3s ease;
}
/* ==========================================================
RESET
========================================================== */
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--mc-steel-white);
    background-color: var(--mc-black);
    background-image:url('../../imagebank/imgback/bg-main.webp');
    background-position:center top;
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    transition: var(--mc-transition);
}
ul,
ol {
    margin: 0;
    padding: 0;
}
section {
    position: relative;
}
::selection {
    background: var(--mc-rust);
    color: #ffffff;
}
/* ==========================================================
TIPOGRAFÍAS
========================================================== */
h1,
h2,
h3 {
    font-family: "Stack Sans Notch", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
}
h4,
h5,
h6 {
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
}
p {
    margin-bottom: 20px;
}
/* ==========================================================
RESPONSIVE TITLES
========================================================== */
@media (max-width: 991px) {
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 1.8rem;
}
}
@media (max-width: 575px) {
h1 {
    font-size: 2.3rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
}
/* ==========================================================
SECCIONES
========================================================== */
.mc-section {
    padding: 120px 0;
}
.mc-section-sm {
    padding: 80px 0;
}
.mc-section-lg {
    padding: 160px 0;
}
/* ==========================================================
OVERLAYS
========================================================== */
.mc-overlay-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}
.mc-overlay-heavy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .75);
}
.mc-overlay-dark>.container,
.mc-overlay-heavy>.container {
    position: relative;
    z-index: 2;
}
/* ==========================================================
FONDOS TEXTURIZADOS
========================================================== */
.mc-bg-01 {
    background: url('../../imagebank/imgback/bg-color1.webp') center center / cover no-repeat;
}
.mc-bg-02 {
    background: url('../../imagebank/imgback/bg-color2.webp') center center / cover no-repeat;
}
.mc-bg-03 {
    background: url('../../imagebank/imgback/bg-color3.webp') center center / cover no-repeat;
}
.mc-bg-04 {
    background: url('../../imagebank/imgback/bg-color4.webp') center center / cover no-repeat;
}
.mc-bg-05 {
    background: url('../../imagebank/imgback/bg-color5.webp') center center / cover no-repeat;
}
.mc-bg-06 {
    background: url('../../imagebank/imgback/bg-color6.webp') center center / cover no-repeat;
}
.mc-bg-07 {
    background: url('../../imagebank/imgback/bg-color7.webp') center center / cover no-repeat;
}
.mc-bg-08 {
    background: url('../../imagebank/imgback/bg-color8.webp') center center / cover no-repeat;
}
.mc-bg-09 {
    background: url('../../imagebank/imgback/bg-color9.webp') center center / cover no-repeat;
}
.mc-bg-10 {
    background: url('../../imagebank/imgback/bg-color10.webp') center center / cover no-repeat;
}
/* ==========================================================
   NAVBAR
   ========================================================== */
.mc-navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 12px 0;
    background: rgba(15,15,16,.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all .35s ease;
}
.mc-navbar.scrolled{
    background: rgba(15,15,16,.96);
    box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.mc-navbar-brand{
    display: flex;
    align-items: center;
}
.mc-navbar-brand img{
    height: 55px;
    width: auto;
}
.mc-navbar .navbar-nav{
    align-items: center;
}
.mc-navbar .nav-link{
    font-family: "Google Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 15px;
    transition: all .3s ease;
}
.mc-navbar .nav-link:hover{
    color: var(--mc-rust);
}
.mc-navbar .nav-link.active{
    color: var(--mc-rust);
}
.mc-navbar-toggler{
    border: 0;
    box-shadow: none !important;
}
.mc-navbar-toggler i{
    font-size: 28px;
    color: var(--mc-steel-white);
}
/* ==========================================================
   HERO
   ========================================================== */
.mc-hero{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mc-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}
.mc-hero .container{
    position: relative;
    z-index: 2;
}
.mc-hero-logo{
    max-width: 400px;
    margin: 0 auto 40px auto;
}
.mc-hero h1{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #ffffff;
}
.mc-hero p{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 1.15rem;
    color: var(--mc-steel-white);
}
@media(max-width:991px){
    .mc-hero{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .mc-hero-logo{
        max-width: 300px;
    }
}
@media(max-width:575px){
    .mc-hero-logo{
        max-width: 220px;
    }
}
/* ==========================================================
   BOTONES
   ========================================================== */
.mc-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 4px;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    transition: var(--mc-transition);
}
.mc-btn-primary{
    background: var(--mc-rust);
    color: #ffffff;
}
.mc-btn-primary:hover{
    background: var(--mc-rust-dark);
    color: #ffffff;
}
.mc-btn-outline{
    border: 2px solid var(--mc-steel-white);
    color: var(--mc-steel-white);
}
.mc-btn-outline:hover{
    background: var(--mc-steel-white);
    color: var(--mc-black);
}
/* ==========================================================
   VOLANTAS Y TITULOS
   ========================================================== */
.mc-volanta{
    display: inline-block;
    margin-bottom: 15px;
    color: var(--mc-rust);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.mc-title{
    margin-bottom: 25px;
}
.mc-subtitle{
    max-width: 850px;
    margin-bottom: 35px;
    color: var(--mc-steel-light);
}
/* ==========================================================
   ¿QUÉ HACEMOS?
   ========================================================== */
.mc-about-image{
    position: relative;
}
.mc-about-image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.mc-about-content{
    padding-left: 30px;
}
.mc-about-content p:last-child{
    margin-bottom: 0;
}
@media(max-width:991px){
    .mc-about-content{
        padding-left: 0;
        padding-top: 40px;
    }
}
/* ==========================================================
   TARJETAS GENERALES
   ========================================================== */
.mc-card{
    height: 100%;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    padding: 40px 30px;
    transition: var(--mc-transition);
}
.mc-card:hover{
    transform: translateY(-8px);
    border-color: rgba(165,106,66,.4);
    background: rgba(255,255,255,.06);
}
.mc-card-icon{
    font-size: 52px;
    color: var(--mc-rust);
    margin-bottom: 25px;
}
.mc-card h3{
    margin-bottom: 20px;
}
.mc-card p{
    margin-bottom: 0;
}
/* ==========================================================
   INSPIRACIÓN FULL WIDTH
   ========================================================== */

.mc-inspiration-section{
    padding-top:120px;
    padding-bottom:0 !important;
}
.mc-inspiration-section .row.mb-5{
    margin-bottom:60px !important;
}
.mc-inspiration-section .inspiration-header{
    margin-bottom:60px;
}
.mc-carousel-full{
    margin-bottom:0 !important;
}

.mc-carousel-full .owl-stage-outer{
    margin-bottom:0 !important;
}

.mc-carousel-full .owl-stage-outer{
    overflow:hidden;
}

.mc-carousel-full .owl-item{
    padding:0;
}

.mc-carousel-full .mc-carousel-item{
    border-radius:0;
}

.mc-carousel-full .mc-carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.mc-carousel-full .owl-nav{
    margin-top:0;
}

.mc-carousel-full .owl-prev,
.mc-carousel-full .owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
}

.mc-carousel-full .owl-prev{
    left:25px;
}

.mc-carousel-full .owl-next{
    right:25px;
}

.mc-carousel-full .owl-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:25px;
}
/* ==========================================================
   CREACIONES / ESPACIOS / EMPRESAS
   ========================================================== */
.mc-service-box{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.mc-service-box img{
    width: 100%;
    display: block;
    transition: transform .6s ease;
}
.mc-service-box:hover img{
    transform: scale(1.08);
}
.mc-service-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.95),
        rgba(0,0,0,0)
    );
}
.mc-service-content h3{
    margin-bottom: 10px;
}
.mc-service-content p{
    margin-bottom: 0;
    font-size: .95rem;
}
/* ==========================================================
   HELPERS IMAGENES
   ========================================================== */
.mc-img-800x450{
    aspect-ratio: 800 / 450;
    overflow: hidden;
}
.mc-img-800x533{
    aspect-ratio: 800 / 533;
    overflow: hidden;
}
.mc-img-800x800{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.mc-img-800x450 img,
.mc-img-800x533 img,
.mc-img-800x800 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* ==========================================================
   OWL CAROUSEL
   ========================================================== */
.mc-carousel-item{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.mc-carousel-item img{
    width: 100%;
    transition: transform .6s ease;
}
.mc-carousel-item:hover img{
    transform: scale(1.08);
}
.mc-carousel .owl-nav{
    margin-top: 40px;
    text-align: center;
}
.mc-carousel .owl-prev,
.mc-carousel .owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: rgba(255,255,255,.08) !important;
    color: #ffffff !important;
    margin: 0 8px;
    transition: var(--mc-transition);
}
.mc-carousel .owl-prev:hover,
.mc-carousel .owl-next:hover{
    background: var(--mc-rust) !important;
}
.mc-carousel .owl-dots{
    margin-top: 25px;
}
.mc-carousel .owl-dot span{
    background: rgba(255,255,255,.25) !important;
}
.mc-carousel .owl-dot.active span{
    background: var(--mc-rust) !important;
}
/* ==========================================================
   LISTAS METALCREW
   ========================================================== */
.mc-list{
    list-style: none;
    margin-top: 30px;
}
.mc-list li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.mc-list li:last-child{
    margin-bottom: 0;
}
.mc-list li i{
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--mc-rust);
}
/* ==========================================================
   PROYECTOS ESPECIALES
   ========================================================== */
.mc-special{
    position: relative;
}
.mc-special-image{
    overflow: hidden;
    border-radius: 6px;
}
.mc-special-image img{
    width: 100%;
    height: auto;
    display: block;
}
.mc-special-content{
    padding-left: 40px;
}
.mc-special-content h2{
    margin-bottom: 25px;
}
.mc-special-content p{
    margin-bottom: 25px;
}
@media(max-width:991px){
    .mc-special-content{
        padding-left: 0;
        padding-top: 40px;
    }
}
/* ==========================================================
   PROCESO
   ========================================================== */
.mc-process{
    position: relative;
}
.mc-process-item{
    text-align: center;
    height: 100%;
}
.mc-process-number{
    width: 90px;
    height: 90px;
    margin: 0 auto 25px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mc-rust);
    color: #ffffff;
    font-family: "Stack Sans Notch", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}
.mc-process-item h3{
    margin-bottom: 15px;
}
.mc-process-item p{
    margin-bottom: 0;
}
/* ==========================================================
   CTA
   ========================================================== */
.mc-cta{
    text-align: center;
}
.mc-cta-box{
    padding: 80px 50px;
    background: rgba(0,0,0,.35);
    border-radius: 10px;
    backdrop-filter: blur(4px);
}
.mc-cta h2{
    margin-bottom: 25px;
}
.mc-cta p{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
@media(max-width:767px){
    .mc-cta-box{
        padding: 50px 30px;
    }
}
/* ==========================================================
   CONTACTO
   ========================================================== */
.mc-contact-form{
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    padding: 40px;
}
.mc-contact-form .form-control{
    height: 55px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    color: #ffffff;
    border-radius: 4px;
}
.mc-contact-form textarea.form-control{
    height: 180px;
    resize: none;
}
.mc-contact-form .form-control:focus{
    border-color: var(--mc-rust);
    box-shadow: none;
}
.mc-contact-form .form-control::placeholder{
    color: rgba(255,255,255,.45);
}
.mc-contact-info{
    padding-left: 50px;
}
.mc-contact-info h3{
    margin-bottom: 25px;
}
.mc-contact-info ul{
    list-style: none;
}
.mc-contact-info li{
    margin-bottom: 20px;
}
.mc-contact-info li i{
    color: var(--mc-rust);
    margin-right: 12px;
}
@media(max-width:991px){
    .mc-contact-info{
        padding-left: 0;
        padding-top: 40px;
    }
}

/* ==========================================================
   CONTACTO CARDS
   ========================================================== */

.mc-contact-card{
    display:flex;
    align-items:center;
    height:100%;
    padding:22px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.10);
    transition:var(--mc-transition);
}

.mc-contact-card:hover{
    border-color:rgba(165,106,66,.55);
    background:rgba(255,255,255,.06);
    transform:translateY(-3px);
}

.mc-contact-card-icon{
    width:62px;
    height:62px;
    min-width:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:18px;
    background:rgba(255,255,255,.08);
}

.mc-contact-card-icon i{
    color:var(--mc-rust);
    font-size:28px;
}

.mc-contact-card-content h4{
    margin-bottom:4px;
    color:#ffffff;
    font-size:.9rem;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.mc-contact-card-content p{
    margin-bottom:0;
    color:rgba(241,236,228,.78);
    font-size:1rem;
    line-height:1.4;
}

/* ==========================================================
   FORMULARIO CONTACTO
   ========================================================== */

.formContact{
    padding:42px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.10);
    border-radius:0;
}

.formContact .form-floating{
    position:relative;
}

.formContact .form-floating>.form-control,
.formContact .form-floating>.form-control-plaintext{
    height:58px;
    min-height:58px;
    padding:1.6rem .95rem .55rem .95rem;
}

.formContact .form-control{
    color:#ffffff;
    background:rgba(0,0,0,.30);
    border:1px solid rgba(255,255,255,.12);
    border-radius:0;
    box-shadow:none;
}

.formContact .form-control:focus{
    color:#ffffff;
    background:rgba(0,0,0,.42);
    border-color:var(--mc-rust);
    box-shadow:none;
}

.formContact .form-control::placeholder{
    color:transparent;
}

.formContact .form-floating>label{
    color:rgba(241,236,228,.65);
    padding:1rem .95rem;
}

.formContact .form-floating>.form-control:focus~label,
.formContact .form-floating>.form-control:not(:placeholder-shown)~label{
    color:var(--mc-rust);
    opacity:1;
    transform:scale(.85) translateY(-.55rem) translateX(.15rem);
}

/* Textarea sin form-floating visual */

.formContact .mc-message-field{
    margin-bottom:18px;
}

.formContact .mc-message-field textarea.form-control{
    height:150px !important;
    min-height:150px !important;
    resize:none;
    padding:18px .95rem;
}

.formContact .mc-message-field textarea.form-control::placeholder{
    color:rgba(241,236,228,.65);
}

.formContact .g-recaptcha{
    margin-top:5px;
    margin-bottom:10px;
}

.formContact .btn-primary{
    border:0;
}

/* ==========================================================
   FOOTER
   ========================================================== */
.mc-footer{
    background: var(--mc-black);
    padding-top: 90px;
}
.mc-footer-logo{
    max-width: 240px;
    margin-bottom: 30px;
}
.mc-footer p{
    color: rgba(241,236,228,.75);
}
.mc-footer a{
    color: var(--mc-steel-white);
}
.mc-footer a:hover{
    color: var(--mc-rust);
}
.mc-footer-title{
    margin-bottom: 25px;
    font-size: 1.2rem;
}
.mc-footer-social{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-top:25px;
}
.mc-footer-social a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}
.mc-footer-social a:hover{
    color: var(--mc-steel-light);
    background: var(--mc-burned);
}
/* ==========================================================
   FOOTER CONTACT BOXES
   ========================================================== */
.mc-footer-contact-box{
    display:flex;
    align-items:center;
    padding:24px;
    height:100%;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.12);
    transition:var(--mc-transition);
}
.mc-footer-contact-box:hover{
    border-color:rgba(165,106,66,.50);
    background:rgba(255,255,255,.06);
}
.mc-footer-contact-icon{
    width:70px;
    height:70px;
    min-width:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(165,106,66,.50);
    margin-right:20px;
}
.mc-footer-contact-icon i{
    font-size:30px;
    color:var(--mc-steel-white);
}
.mc-footer-contact-content h4{
    margin-bottom:5px;
    color:#ffffff;
    font-size:1.2rem;
}
.mc-footer-contact-content p{
    margin-bottom:0;
    color:rgba(241,236,228,.75);
}
/* ==========================================================
   CREDITOS
   ========================================================== */
.creditos{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 60px;
}
.creditos p{
    margin-bottom: 15px;
    font-size: .95rem;
}
.creditos a{
    color: var(--mc-steel-white);
}
.creditos a:hover{
    color: var(--mc-rust);
}
.deprohost-creditos{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}
/* ==========================================================
   UTILIDADES
   ========================================================== */
.text-rust{
    color: var(--mc-rust);
}
.text-welding{
    color: var(--mc-welding);
}
.bg-black{
    background: var(--mc-black);
}
.bg-charcoal{
    background: var(--mc-charcoal);
}
.border-rust{
    border-color: var(--mc-rust) !important;
}

/* ==========================================================
   BOTÓN WHATSAPP FLOTANTE
   ========================================================== */

.btn-whatsapp-float{
    position:fixed;
    right:30px;
    bottom:30px;
    z-index:99999;

    width:74px;
    height:74px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#25D366;
    color:#ffffff;

    border-radius:50%;

    font-size:42px;

    box-shadow:0 12px 35px rgba(0,0,0,.35);

    transition:all .3s ease;
}

.btn-whatsapp-float:hover{
    background:#1ebe5d;
    color:#ffffff;
    transform:translateY(-4px);
}

@media(max-width:575px){

    .btn-whatsapp-float{
        right:20px;
        bottom:20px;

        width:62px;
        height:62px;

        font-size:34px;
    }

}