/*
Theme Name: Medtronic v2
Theme URI: https://agenciaf2f.com
Author: F2F Tech
Author URI: https: //agenciaf2f.com
*/

:root {
    --blue-color: #1010EB;
    --blue-dark-color: #140066;
    --tertiary-color: #000;
    --white-color: #fff;
    --quinary-color: #000;
    --senary-color: #fff;
    --pink-color: #AF09FF;
    --blue-light-color: #F4F4FB;
}

.bg-blue-dark{
    background-color: var(--blue-dark-color) !important;
}

.bg-blue {
    background-color: var(--blue-color) !important;
}
.bg-light-blue {
    background-color: var(--blue-light-color) !important;
}

.color-white{
    color: var(--white-color) !important;
}
.color-dark-blue{
    color: var(--blue-dark-color) !important;
}
.color-blue{
    color: var(--blue-color) !important;
}
.color-pink{
    color: var(--pink-color) !important;
}
.img-100{
    width: 100% !important;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.btn-primary {
    padding: 10px 40px !important;
    background-color: var(--blue-color) !important;
    color: var(--white-color) !important;
    border-color: var(--blue-color) !important;
    border: 0px !important;
    border-radius: 25px !important;
}

.btn-primary:hover {
    background-color: var(--blue-dark-color) !important;
    border-color: var(--blue-dark-color) !important;
}

#hero {
    background: url('./images/bg-1.webp') no-repeat center center;
    background-size: cover;
    margin-top: 0;
    min-height: 80vh;
    /* padding: 80px 0; */
}



#hero h1,
#hero h2,
#hero p {
    color: var(--white-color);
}

#hero h2 {
    font-size: 58px !important;
    font-weight: 300;
}

    @media(max-width:762px) {
        #hero h2 {
            font-size: 36px !important;
            font-weight: 300;
        }
    }

#block-default-two{
    h1 {
        font-size: 58px;
        font-style: normal;
        font-weight: 300;
        line-height: 64px;
    }

    h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
    }

}

@media(max-width:762px) {
    #block-default-two, #video {
        h1 {
            font-size: 36px !important;
            line-height: 40px !important;
        }

        h2 {
            font-size: 20px !important;
            line-height: 28px !important;
        }
    }
}

.block-default h2 {
    color: var(--blue-dark-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

    @media(max-width:762px) {
        .block-default h2 {
            font-size: 20px;
            line-height: 25px;
            font-weight: 700;
            margin:20px 0;
        }
    }

.block-default p {
    color: var(--blue-dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

@media(min-width:762px) {
    .block-default.first {
        margin-top: -100px;
    }
}

@media (min-width: 1381px) and (max-width:1600px) {
    .bg-image-section {
        background-position: center bottom !important;
    }
    #hero {
        height: 110vh;
    }
}

/* Breakpoint desktop */
@media (min-width: 1381px) {
    .bg-image-section {
        position: relative;
        min-height: 80vh;

        background-size: 100% !important;
        background-position: center top ;
        background-repeat: no-repeat !important;
    }

    .bg-image-section::before {
        content: '';
        position: absolute;
        bottom: 0;


        background-size: 100% !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
    }

    .bg-image-section .container {
        position: relative;
        z-index: 2;
    }
}



/* Breakpoint tablet */

@media (min-width: 800px) and (max-width: 1380px) {
    .bg-image-section {
        position: relative;
        min-height: 100vh;
        background-size: cover !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
    }
}

/* Breakpoint mobile */

@media(max-width:762px) {
    .bg-image-section {
        content: '';
        position: relative;
        bottom: 0;
        background: none !important;

        background-size: 100% ;
        background-position: center bottom ;
        background-repeat: no-repeat ;
    }
    .bg-image-bottom-margin{
        margin-bottom: -16px;
    }
}



#bottom {
    background: url('./images/bg-2.png') no-repeat bottom center;
    background-size: 100% 100%;
}

#bottom .container {
    padding: 50px 0 190px 0;
}

#bottom h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 300;
    line-height: 72px;
    color: var(--blue-color);
}

 @media(max-width:762px) {
    #bottom h1 {
         font-size: 36px !important;
         font-weight: 300;
     }
 }

#bottom p {
    color: var(--blue-dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#bottom span {
    color: #3C5A6D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* Estilos gerais para as seções */
section {
    padding: 60px 0;
}

/* Ajuste para cores de texto padrão */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--tertiary-color);
}

/* Correção para formulários */
.form-control:focus {
    border-color: var(--blue-color);
    box-shadow: 0 0 0 0.25rem rgba(16, 16, 235, 0.25);
}

/* Estilos para o formulário de contato */
.contact-form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 50px;
    text-align: left;
}

.contact-form-container h2 {
    color: var(--blue-color);
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
}

.required-fields {
    color: var(--blue-dark-color);
    font-size: 14px;
    text-align: center;
}

.medtronic-form label {
    color: var(--blue-dark-color);
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 8px;
}

.medtronic-form .form-control {
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.medtronic-form .form-control:focus {
    border-color: var(--blue-color);
    box-shadow: 0 0 0 0.2rem rgba(16, 16, 235, 0.25);
}

.medtronic-form .form-check-label {
    font-size: 14px;
    color: #333;
}

.medtronic-form .form-check-input:checked {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}

.medtronic-form .btn-primary {
    margin-top: 10px;
    font-weight: 500;
    min-width: 200px;
}

@media (max-width: 768px) {
    .contact-form-container {
        padding: 20px;
    }
}

#video{

    h1{
        font-size: 58px;
        font-style: normal;
        font-weight: 300;
        line-height: 64px;
    }
    h2{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
    }

}


/* Estilos para o Footer */
.footer-section {
    background-color: #170063;
    color: #fff;
    padding: 60px 0;
}

.footer-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1.5;
}

.footer-links a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .social-logo {
        border-right: 1px solid var(--blue-color);
    }
}


.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-media span {
    font-size: 14px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    color: #170063;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.social-icon i {
    font-size: 18px;
}

.copyright {
    color: #82d173;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .social-media {
        justify-content: center;
        margin-top: 30px;
    }

    .footer-links {
        margin-bottom: 20px;
    }
}

/* Estilos para o menu de navegação */
.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    color: var(--blue-dark-color);
    font-weight: 400;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .navbar-nav {
        padding: 20px 5px;

        .nav-link{
            font-weight: 500;
        }
    }
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--blue-color);
}

.navbar-nav .current-menu-item .nav-link {
    color: var(--blue-color);
}

/* Estilos para dropdown */
.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.navbar-nav .dropdown-item {
    color: var(--blue-dark-color);
    padding: 8px 20px;
    font-weight: 400;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: rgba(16, 16, 235, 0.05);
    color: var(--blue-color);
}


/* Tabela Puerto Rico */

.filter-container {
    margin-bottom: 20px;
    position: relative;
}

.filter-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
}

.filter-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    pointer-events: none;
}

.table-container {
    max-height: 300px;
    /* Altura para mostrar 5 linhas aproximadamente */
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
}

table {
    width: 100%;
    min-width: 600px;
    /* Força rolagem horizontal em dispositivos pequenos */
}

th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 1;
}

th,
td {
    padding: 12px 15px;
    white-space: nowrap;
}

.table {
    --bs-table-striped-bg: #F4F4FB !important;
}

