﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #29adee !important; /**/
}

.navbar-dark {
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #7a7a7a; /**/
    --bs-navbar-disabled-color: #C0C0C0; /**/
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: #29adee; /**/
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #29adee; /**/
    --bs-btn-border-color: #29adee; /**/
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7a7a7a;
    --bs-btn-hover-border-color: #7a7a7a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}


.shadow {
    box-shadow: 0px 5px 5px 0px #adb5bd !important;
    border-radius: 20% !important;
}

.light-background {
    background-color: #f3f4f4 !important;
}


.titulo-carousel {
    font-size: 2.0rem;
    color: black;
    font-weight:bold;
}

.subtitulo-carousel {
    font-size: 1.5rem !important;
    color: black;
    opacity: 0.75;
    font-weight: 200;
}

.texto_general_justificado {
    font-size: 1.25rem !important;
    color: black;
    opacity: 0.75;
    font-weight: 300;
    text-align: justify;
}