/* Slider section */

.navbar {
    background-color: #32386D;
    color: white;   
    font-size: 1.2rem;
}



/* Change the text color to white for the dropdown menu items */
.navbar .dropdown-menu .dropdown-item {
    color: #000000;
    background-color: #ffffff;
}



.slider {
    max-width: 100%; /* Ensure the slider expands to the full width of its container */
    margin: 0 auto; /* Center the slider horizontally */
}

.products h2 {
    color:#32386D; /* Background color for the products section */
    font-family: Calibri, sans-serif ;
    font-size: calc(34px + 16 * ((100vw - 320px) / 1600));
    text-align:center ;
    font-weight: 800;

}


.products p {
   text-align:center;
   font-family: Calibri, sans-serif;

   
}

.product {
    color:#3A3A39; /* Background color for the products section */
    font-family: Calibri, sans-serif;
    
    font-size: 1.5rem;

}

.product p {
    padding-left: 50px;
    padding-right: 50px;
}

.product h3{
    color:#32386D; /* Background color for the products section */
    font-family: Calibri,sans-serif;
    font-weight: 800;
    font-size: 2rem;
    text-align:center;
    
}



p{
    color:#3A3A39; /* Background color for the products section */
    font-family: Calibri,sans-serif;
    font-weight: 500;
    font-size: 1.5rem; 
}

.mission-div {
    background-color: #32386D;
    color: #fff;
    padding: 30px;
    text-align:left;
}

.mission-div h2{

    text-align: center;
}

.mission-text {
    
    color: white;
}


.adaptive-image {
    max-width: 100%;
    height: auto;
}

.list-unstyled a{
    
    color: rgb(255, 255, 255);
}

.navbar-toggler-icon{
    padding-right: 10px;
}

.fotoPersonal {
    text-align: center;
    position: relative;
    max-width: 100%;
    height: auto;
    background-color: #f0f0f0; /* Optional background color for the full width area */
}

.fotoPersonal img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}

