﻿.rounded-circle {
    border: 1px solid;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.carousel-item > a {
    color: inherit;
    text-decoration: none;
}

.carousel-inner {
    overflow: hidden;
}

.carousel-item img {
    object-fit: cover;
}



.btn-primary, .card-primary:not(.card-outline) > .card-header {
    background-color: #127497;
    border-color: #127497;
}

.card-primary.card-outline {
    border-color: #127497;
}

.card-header {
    background-color: #127497;
    border-color: #127497;
}

.card-primary:not(.card-outline) > .card-header a:hover, .card-primary:not(.card-outline) > .card-header a:active, .card-primary:not(.card-outline) > .card-header a:focus {
    color: #3276bb;
}

.card-info:not(.card-outline) > .card-header {
    background-color: #3276bb;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
    background-color: #3276bb;
    border-color: #3276bb;
}

.btn-info {
    background-color: #3276bb;
    border-color: #3276bb;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle {
        background-color: #9a969c;
        border-color: #9a969c;
    }

.btn-link {
    color: #127497;
}



    .btn-link:hover {
        color: #3276bb;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #5177a7;
}

.iti {
    --iti-path-flags-1x: url('../img/flags.png');
    --iti-path-flags-2x: url('../img/flags@2x.png');
    --iti-path-globe-1x: url('../img/globe.png');
    --iti-path-globe-2x: url('../img/globe@2x.png');
}

html {
    font-size: 14px;
}

.btn-secondary-me {
    background-color: #1795c1 !important;
    margin-right: 10px;
    margin-left: 10px;
    color: #ffffff99 !important;
}

    .btn-secondary-me.active {
        color: white !important;
    }

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.flightsTable {
    border: 5px solid black;
    background-color: white;
}

    .flightsTable tr,
    .flightsTable th,
    .flightsTable td {
        align-content: center;
        white-space: nowrap;
        text-align: center;
        padding: 0.75em;
        font-size: 0.85em;
    }

    .flightsTable tr,
    .flightsTable td {
        border: 1px solid black;
    }

    .flightsTable th {
        border-bottom: 1px solid white;
    }

    .flightsTable td {
        height: 40px;
    }

    .flightsTable thead th {
        border: 1px solid black;
    }

#searchDiv {
    padding: 2em;
    border-top: 1px solid black;
    text-align: center;
    width: 100%;
    margin: auto;
}

main {
    margin-left: 1.5em;
    margin-right: 1.5em;
}


img.responsive {
    width: auto;
    height: auto;
    max-height: 50px
}

[class*="sidebar-dark-"] {
    background-color: #127497;
}

.sponsors-section {
    /*  background-color: rgba(0, 0, 0, 0.5);*/ /* Optional: Add a semi-transparent background */
    padding: 20px;
    border-radius: 10px;
}



.sponsor-logo img {
    max-width: 100px; /* Adjust the max width as needed */
    max-height: 100px; /* Adjust the max height as needed */
    transition: transform 0.3s;
}

    .sponsor-logo img:hover {
        transform: scale(1.1);
    }

.carousel-inner {
    max-height: 150px; /* Ajusta la altura máxima según sea necesario */

    overflow: hidden;
}

.carousel-item img {
    object-fit: cover; /* Esto se asegura de que la imagen se ajuste bien sin distorsión */
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(18, 116, 151); /* Fondo semitransparente para mejor visibilidad */
    border-radius: 50%;
    padding: 10px;
}


@media (max-width: 576px) {
    .sponsor-logo img {
        max-width: 70px;
        max-height: 70px;
    }
}



@media (min-width: 768px) {
    img.responsive {
        width: auto;
        height: auto;
        max-height: 75px
    }
}


@media (min-width: 992px) {
    img.responsive {
        width: auto;
        height: auto;
        max-height: 80px
    }
}


@media (min-width: 1200px) {
    img.responsive {
        width: auto;
        height: auto;
        max-height: 150px
    }
}
