@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

    /* Logo */
    .logo img {
        width: 100px; 
        margin: 0; 
        padding: 0; 
    }

    .logo {
        display: flex;
        align-items: center;
        margin: 0; 
        padding: 0;
    }
    
    .navbar-brand {
        margin: 0;
        padding: 0; 
    }

    /* Ajuste para centralizar o conteúdo no navbar em telas menores */
    @media (max-width: 768px) {
        .navbar-toggler {
            margin-left: auto;
        }
        
        .logo img {
            width: 150px; /* Ajuste do tamanho do logo para telas menores */
        }
    }

    .logoass img {
        width: 200px; 
        height: auto; 
        margin-right: 1px;

    }

/*End Logo*/

/*Header*/


header h1 {
    background: -webkit-linear-gradient(top, #ff0000, #444444, rgb(255, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0px;
    font-family:'Franklin Gothic Medium';
    text-align: center;

}

header h2 {
    background: -webkit-linear-gradient(top, #ff0000, #444444, rgb(255, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0px;
    font-family:'Franklin Gothic Medium';
    text-align: center;

}

header h5 {
    background: -webkit-linear-gradient(top, #ff0000, #444444, rgb(255, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0px;
    font-family:'Franklin Gothic Medium';
    text-align: center;

}

.blueline {
    background-color: #444444; 
    padding: 2px;  
}

   

/*End Header*/

/* Navbar */

    .bd-placeholder-img {
        background-image: url('/images/abstract-digital-background.jpg'); 
    }

    .nav-link {
        color: #444444 !important;
        font-size: large; 
    }

    .nav-link:visited {
        color: #444444;
        font-size: large;  
    }

    .nav-link:hover {
        color: #faf870;
        font-size: large;  
    }
    
    
    .dropdown-item:hover {
        background-color: #ffef93;
    }

    @media (max-width: 768px) {
    .contactus .btn{
        
        font-size:10px;
        padding: 5px 10px;
        margin: 5px;

    }
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }    

/* End Navbar */

/* Regisre-se */

@media (max-width: 768px) {
    .mobile-margin {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.registre-se-page .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinha à esquerda */
}

.registre-se-page .logo {
    display: flex;
    align-items: center;
}

/* .registre-se-page .logo img {
        margin-right: 5px;
        margin-left: 10px;  
} */

.registre-se-page .logo h3 {
    margin: 0;
}

@media (max-width: 600px) {
    .registre-se-page .logo h3 {
        font-size: 20px; /* Tamanho da fonte para telas menores */
    }
}

/* End Regisre-se */

/* Body */

    body {
        font-family: 'Lato', sans-serif;
    }

    .lead {
        text-align: justify;
    }

    .container-wide {   
        font-family: "Lato, Roboto, sans-serif";
        color: #444444;
        max-width: 400px; 
        margin: auto;
    }


/* End Body */

/* Terms and Conditions */

.justify {
    text-align: justify;
}

/* End Terms and Conditions */

/* Registry */

    .intro-content {
        color: dark;
        margin: 10px;
    }

    .intro-content {
        font-size: x-large;
        font-style: bold;
        color: #444444;
    }

    .intro-content a {
        font-size: large;
        color: #444444;
    }

    .intro-content label {
        font-size: large;
        color: #444444;
    }

    .intro-content button {
        font-size: large;
        color: #444444;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .intro-content p {
        text-align: center;

    }

    .intro-content {
        background-color: #444444; 
        border-radius: 10px; 
        padding: 20px; 
    }

    #content {
        display: flex;
        justify-content: center;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 20px;
        padding: 10px;

    }


    @media (max-width: 768px) {
        #content {
            flex-direction: column;
            margin-top: 40px;
        }
    }

    .intro-content {
        background-color: #e6e6e6; 
        border-radius: 10px; 
        padding: 20px; 
    }

    .intro-content input[type="text"],
    .intro-content input[type="email"],
    .intro-content input[type="password"],
    .intro-content input[type="tel"] {
        width: 100%;
        max-width: 100%; 
        padding: 10px; 
        box-sizing: border-box !important;
        font-size: 14px; 
    }

    .centralized-form {

        justify-content: center;
        align-items: center;
        
    }

/* End Registry */

/* Contact */

    #contact a {
        color: #444444;

    }

    @media screen and (max-width: 768px) {
        .intro-content ul li a {
            font-size: 12px;
        }
    }

    .logo img[src="/images/Assinatura_Solmar_infinito_838px.png"] {
        width: 300px; 
    }

    @media screen and (max-width: 768px) {
        .logo img[src="/images/Assinatura_Solmar_infinito_838px.png"] {
            width: 200px;
             
        }
    }

/* End Contact */


/* Buttons */

    .btn-outline-success {
        color: #444444;
        border-color: #444444;
    }

    .btn-outline-success:hover {
        color: #990000;
        background-color: #ffffffd7;
        border-color: #444444;
    }

    .btn {
        color: #444444;
        background-color: #ffffffd7;
        border-color: #444444d7;
    }

    .btn:hover {
        color: #990000;
        background-color: #ffffff;
        border-color: #444444d7;
    }

/* End Buttons */

/* Social Media */

    .container {   
        font-family: "Lato, Roboto, sans-serif";
        color: rgb(230, 230, 230);
        max-width: 800px; 
        margin: auto;
    }
    .whatsapp {
        font-size: 12px;
        padding-left: 10px;
    }
    .email {
        font-size: 12px;
        padding-left: 10px;
    }
    .site {
        font-size: 12px;
        padding-left: 10px;
    }


/* End Social Media */

/* Carousel */ 
    .carousel-caption {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Lato', sans-serif;
    }

    @media (max-width: 768px) {
        .carousel-caption {
            top: 30%;
    }
    }

    .carousel-caption h5 span {
        font-size: 40px;
        background: -webkit-linear-gradient(top, #ff000096, #ff000096, #ff000096);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 10px;
        font-family:'Franklin Gothic Medium';
    }

    .carousel-caption p {
        font-size: 30px;
    }


    @media (max-width: 768px) {
        .carousel-caption h5 span {
            font-size: 14px;
            background: -webkit-linear-gradient(top, #ff0000, #444444, rgb(255, 0, 0));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 10px;
            font-family:'Franklin Gothic Medium';
            
        }

        .carousel-caption p {
            font-size: 10px;         }
    }


    .carousel-indicators {
        display: none;
    }

    .carousel {
        margin-top: 56px; 
    }

    @media (max-width: 768px) {
    .carousel {
        margin-top: 56px; 
    }
    }



    .caption-text {
        background: #a8a8a8b7;
        border-radius: 10px; 
        padding: 10px;
        word-wrap: break-word; 
        display: inline-block; 
        position: relative; 
    }

    .carousel-caption h5,
    .carousel-caption p {
        animation: slide-in 2s ease-in-out;
        position: relative;

    }

    .carousel-caption .btn {
        position: relative; 
        right: 0; 
        bottom: 0; 
        background-color: #ffd500; 
        border-color: #444444d7; 
        overflow: hidden; 
        color:#025373ff;
        min-height: 40px;
        transition: all 0.5s ease-in-out;
    }
 
    @media (max-width: 768px) {
        .carousel-caption .btn {
            max-width: 60%;
            font-size: 60%;
            white-space: normal;
            min-height: 25px; 
            text-align: center;
        }
    }


    @keyframes slide-in {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }

/* End Carousel */


/*Footer*/  


    .footer {
        text-align: center;
        margin-top: 1px;
        border-top: 1px solid rgba(250,250,250,0.15);
        padding: 10px 0px;
    }
    

/*End Footer*/

