/** 
* Title: Custom CSS
* Description: Additional CSS file to put custom stylization
* Author: Cristiano Patricio 
* Updated: Feb 26 2024
*/

body, html {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .mobile-padding-temp {
        padding-top: 30px;
    }

    .mobile-btn-toggle {
        display: block !important;
    }
}

#footer .container .footer-info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
#footer .container .footer-info .social-links a:hover {
    background: #a50100;
    color: #fff;
    text-decoration: none;
}

.get-directions-icon {
  background: #a50100 !important;
  padding: 5px 5px !important;
  border-radius: 4px !important;
  margin-left: 5px !important;
  font-weight: 400 !important;
  color: #fff !important;
  float: none !important;
  display: inherit !important;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
  
.contact-form-icon {
    font-size: 20px;
    color: #556270;
    float: left;
    width: 44px;
    height: 44px;
    background: #edeff1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.contact-form-h4 {
    padding: 10px 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #556270;
}


@media (max-width: 991px) {
    .mobile-margin-top {
        margin-top: 40px !important;
    }
}


/*--------------------------------------------------------------
# Acessórios / Capacetes
--------------------------------------------------------------*/

.btn-ver-mais {
    color: white;
    background-color: #a50100;
    border-radius: 4px;
}

.btn-ver-mais:hover {
    color: #fff;
    background-color: #e24d55;
}

.capacetes .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(223, 221, 221);
}

.capacetes h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
  }

.capacetes .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }
  
.capacetes .btn-buy {
    background: #a50100;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.capacetes .btn-buy:hover {
    background: #e1444d;
}

.capacetes .featured h3 {
    color: #fff;
    background: #a50100;
}

.capacetes .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #a50100;
    color: #fff;
}

/*--------------------------------------------------------------
# Acessórios / Vestuário e Proteção
--------------------------------------------------------------*/

.btn-ver-mais {
    color: white;
    background-color: #a50100;
    border-radius: 4px;
}

.btn-ver-mais:hover {
    color: #fff;
    background-color: #e24d55;
}

.vestuario-protecao .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(223, 221, 221);
}

.vestuario-protecao h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
  }

.vestuario-protecao .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }
  
.vestuario-protecao .btn-buy {
    background: #a50100;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.vestuario-protecao .btn-buy:hover {
    background: #e1444d;
}

.vestuario-protecao .featured h3 {
    color: #fff;
    background: #a50100;
}

.vestuario-protecao .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #a50100;
    color: #fff;
}

/*--------------------------------------------------------------
# Sobre Nós
--------------------------------------------------------------*/
@media (max-width: 991px) {
    /* Style for mobile devices */
    .about .box {
        margin-bottom: 70px;
    }
}

.about .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(223, 221, 221);
}

.about .content {
    margin-bottom: 100px;
}

.title-box-mission, 
.title-box-vision, 
.title-box-values {
    font-weight: 400;
    text-transform: uppercase;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    padding-top: 90px;
    font-size: 32px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.icon-vision,
.icon-mission,
.icon-values {
    font-size: 55px;
    color: white;
}

.box-vision-father,
.box-mission-father,
.box-values-father {
    position: relative;
}

.circle-icon-vision,
.circle-icon-mission,
.circle-icon-values {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 110px;
    height: 110px;
    background-color: #a50100;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}

.image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allows images to wrap on small screens */
    margin-bottom: 60px;
}

.image-container img {
    width: 30%; /* Each image takes 30% of the width on large screens */
    max-width: 100%; /* Prevents images from overflowing their container */
    height: auto; /* Maintain aspect ratio */
}

@media (max-width: 768px) {
    .image-container img {
        width: 100%; /* On smaller screens, each image takes full width */
        margin-bottom: 10px; /* Adds some space between images */
    }

    .image-container {
        margin-top: -30px;
    }
}

#imageCarousel .carousel {
    max-width: 800px; /* Set the maximum width of the carousel */
    margin: 0 auto;    /* Centers the carousel */
}

#imageCarousel .carousel-item img {
    width: 100%; /* Makes sure the images take up the full width of the carousel */
    height: auto; /* Keeps aspect ratio */
}

/*--------------------------------------------------------------
# Motociclos
--------------------------------------------------------------*/
.motociclos .btn-motociclos {
    background: #a50100;
    display: inline-block;
    padding: 8px 10px 9px 10px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    width: 110px;
}

.motociclos .btn-motociclos:hover {
    background: #6f0f14;
}

.portfolio .portfolio-wrap { 
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: 1px solid rgb(223, 221, 221);
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: white;
    font-size: 14px;
    transition: 0.3s;
}

.portfolio .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(223, 221, 221);
}

.portfolio .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
  }
  
.portfolio .btn-buy {
    background: #a50100;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.portfolio .btn-buy:hover {
    background: #e1444d;
}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.btn-contacto {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #a50100;
}

.btn-contacto:hover {
    background: #e1444d;
    color: #fff;
}

/* Change the background color of active carousel indicators */
#clientCarousel .carousel-indicators .active {
    background-color: #a50100;
}

#clientCarousel .carousel-indicators button {
    background-color: #556270;
}

.section-title-index,
.section-title-index .seperator {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.section-title-index .seperator  {
    margin-bottom: 5px;
}

.section-title-index .seperator span {
    display: inline-block;
    position: relative;
}

.section-title-index .seperator span:before,
.section-title-index .seperator span:after{
    background-color: #444444;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 60px;
    position: absolute;
}

.section-title-index .seperator span:before{
    right: 100%;
}

.section-title-index .seperator span:after {
    left: 100%;
}

.section-title-index .seperator i {
    color:#444444;
    font-size: 20px;
    padding: 5px 15px;
    display: inline-block;
}


/*--------------------------------------------------------------
# Restauros
--------------------------------------------------------------*/

@media (max-width: 768px) {
    /* Style for mobile devices */
    .pedir-orcamento {
        text-align: center !important;
    }
    .titulo-restauros {
        text-align: center !important;
    }
}

.pedir-orcamento {
    text-align: right;
}
