﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

button:disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.item-menu:hover {
    color: #00a9db !important;
}

.navbar-toggler {
    display: none;
}

@media (max-width: 980px) {
    .navbar-component__logo {
        height: 100px !important;
        width: 270px !important;
    }
}

@media (max-width: 920px) {
    .navbar-component__logo {
        height: 80px !important;
        width: 200px !important;
    }
}

@media (max-width: 820px) {
    .navbar-component__logo {
        height: 60px !important;
        width: 150px !important;
    }

    .div-quote-safe {
        width: 90% !important;
    }
}

@media (max-width: 767px) {
    .cols-footer-sections div {
        border: 0 !important;
        text-align: center;
        margin-bottom: 5px;
    }

    .cols-footer-imgs div {
        margin-bottom: 5px;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-menu {
        display: none !important;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #FFFFFFF2;
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 20px;
        box-shadow: 0px 10px 15px -3px #0000001A;
        z-index: 1000;
    }

    .navbar-menu--open {
        display: flex !important;
    }

    .navbar-menu div {
        padding: 15px 0 !important;
        width: 100% !important;
        margin-bottom: 18px;
        border: 0 !important;
    }

        .navbar-menu div:last-child {
            border-bottom: none;
        }

    .navbar-menu p {
        font-size: 16px;
    }
}

.navbar-component__logo {
    height: 100px;
    background: url(../../themes/aress/img/logo-home.png);
    background-repeat: no-repeat;
    width: 320px;
    background-size: contain;
    background-position: center;
}

@font-face {
    font-family: "Monserrat";
    src: url("fonts/Montserrat-VariableFont_wght.ttf");
}

.product-card {
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0px 2px 3px 0px #D4D4D4;
}

    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    }
/* Header azul */
.product-card-header {
    background-color: #165C9C;
    color: white;
    font-size: 17px;
    padding: 18px 10px;
}
/* Imagen */
.product-card-image img {
    width: 100%;
    height: auto;
    display: block;
}
/* Body */
.product-card-body {
    padding: 20px;
    color: #76777A;
    font-size: 14px;
}
/* Botón */
.product-card-btn {
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #00A9DB;
    background: transparent;
    color: #6c757d;
    font-weight: 500;
    transition: all .3s ease;
}

    .product-card-btn:hover {
        background: #00A9DB;
        color: white;
    }

.icon-menu {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
}

body {
    font-family: "Monserrat", Arial, Helvetica, sans-serif !important;
    color: #284f60 !important;
    background: #fff;
}

.main-container {
    min-height: calc(100vh - 110px - 150px);
}

footer h3 {
    font-size: 16px;
    font-weight: 600;
}

footer p {
    font-size: 12px;
}

footer {
    height: 100px;
    background-color: #3f3f3f;
}

.back-lb {
    background-color: #f3fbff !important;
}

.w-80 {
    max-width: 50% !important;
}
/*.accordion-button, .accordion-button:not(.collapsed) {
    color: #284f60;
    border-radius: 5px;
    border: initial;
    background-color: #284f60;
    color: #fff;
    margin-top: auto;
}

.accordion-collapse {
    border: initial !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border: initial !important;
}

.accordion-button.collapsed {
    border: initial;
}

.accordion-button:focus {
    box-shadow: initial !important;
}*/

.accordion-button:focus {
    border: 0;
    box-shadow: inherit;
}

.fondo-verde {
    background-color: #8bcdee;
}

.br-10 {
    border-radius: 10px;
}

.b-p {
    border: 3px dotted #374049;
}

.b-p-2 {
    padding: 10px;
    border: 3px dotted #8bcdee;
}

.btn-dark {
    color: #fff;
    background-color: #284f60 !important;
    border-color: #284f60 !important;
}

.modal-dialog {
    max-width: 560px !important;
}

.f-azc {
    color: #324f60 !important;
}

.back-azo {
    background-color: #dff5ff !important;
}

.fas.fa-times {
    color: #284f60;
}

.modal-dialog {
    margin-top: 15%;
}

.check:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.form-check-input:checked {
    background-color: #8bcdee;
    border-color: #8bcdee;
}

input::placeholder {
    font-style: normal;
    color: #d3d3d3 !important;
}

.card-shadow {
    box-shadow: 0px 0px 10px #abdcf2 !important;
}

.logo.float-right {
    position: fixed;
    bottom: 10px !important;
    right: 15px !important;
}

.mt-p {
    margin-top: 5vh;
}

#modal_amplio {
    max-width: 1400px !important;
    margin-top: 2% !important;
}

#modal_amplio2 {
    max-width: 1200px !important;
    margin-top: 2% !important;
}

.btn-danger {
    background-color: #ea5426 !important;
}

.go {
    color: #284f60;
}

.f-10 {
    font-weight: 400;
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-32 {
    font-size: 32px;
}

.f-42 {
    font-size: 42px;
}

.f-verde {
    color: #284f60 !important;
}

.fw-400 {
    font-weight: bold !important;
}

#perfil .card > hr {
    opacity: 0.7;
}
/*.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
*/
/*.accordion-body {
    background: #cbe7f8;
    border-radius: 5px;
    padding: 1rem 1.25rem;
}*/
/*.accordion-button::after {
    display: none;
}*/

th.text-right {
    max-width: 100px !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: none !important;
}

.tbody, td, tfoot, th, thead, tr {
    border-color: #374049;
    border-style: solid;
    border-width: 0;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.btn-primary {
    background-color: transparent;
    color: #00b2e3;
    border-color: #00b2e3;
}

.check2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #00b2ff;
}

.text-right {
    text-align: right;
}

.table {
    background-color: initial !important;
    vertical-align: middle;
}

.bg-white {
    background: #f3fbff;
}

.navbar-brand img {
    max-width: 200px;
    margin: 20px;
}

.accordion-button {
    padding-left: 0.8rem;
    font-size: 16px !important;
    font-weight: 500;
}

.f-18 {
    font-size: 18px !important;
}

b {
    font-size: 15px !important;
}

.btn-outline-previous {
    background-color: #3f3f3f;
    color: white;
    border: transparent;
}

.btn-outline-success {
    background-color: #0058a3;
    color: white;
    border: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #284f60 !important;
}

.verde_2 {
    color: #284f60 !important;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbe7f8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

    .form-control:focus {
        color: #00b2e3;
        background-color: #fff;
        border-color: #63d0ff;
        outline: 0;
        box-shadow: 0 0 0 0.1rem #284f602b;
    }

.thead-dark {
    color: white;
    background-color: #374049;
    border-radius: 14px !important;
    border: 1px solid;
}

.mr-3 {
    margin-right: 30px;
}

h1 {
    font-size: 42px;
}

.coverage {
    color: #284f60 !important;
}

.text-green {
    color: #00b2e3;
}

.text-green-2 {
    color: #8bcdee !important;
}

.verde {
    color: #284f60;
}

a:hover {
    color: #01335f;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #fff;
    color: #284f60;
    border-color: #0078ac;
    border-width: 2px !important;
    box-shadow: 0px 0px 10px #0678db85;
}

.btn-outline-success:hover {
    color: #ebebeb;
    background-color: #00b2e3;
}

.btn-outline-previous:hover {
    color: #ebebeb;
    background-color: #535353;
}

.btn-outline-success:active {
    color: #fff;
    background-color: #33bea4;
    border-color: #37c1a4;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0.5rem 0.25rem rgba(65, 183, 173, 0.2);
}

small {
    font-size: 12px;
}

.font-weight-bold {
    font-weight: bold;
}

.n-underline {
    text-decoration: initial;
}

.fondo-azul {
    background: #cbe7f8;
}

@media (min-width: 1200px) {
    #imagenes,
    .centrado {
        margin-top: 15% !important;
    }

    .navbar-nav.me-auto.mb-2.mb-lg-0.mx-auto {
        min-width: 75% !important;
    }

    .nav-item {
        width: 20% !important;
    }

    .centrado {
        max-width: 70%;
        display: block !important;
        margin: auto;
    }

    .b-p {
        margin-left: -47px;
    }
}

@media (max-width: 1100px) {
    .img-fluid.carro {
        max-width: 170px;
        display: block;
        margin: auto;
        margin-top: auto;
        margin-top: 3rem !important;
    }
}

@media (min-width: 768px) {
    .opcion {
        font-size: 0px;
    }

    #opcion {
        content: "Opción";
    }

    td.fondo-verde {
        border-right: 50px solid white !important;
        border-left: 50px solid white;
    }

    .btn.btn-danger.mt--5 {
        margin-top: -25px !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 100% !important;
        margin: 29px 0px 9px 0px;
    }

    #imagenes .img-fluid {
        max-width: 40% !important;
    }

    .col-12.col-md-4 > img {
        max-width: 140px;
        display: block !important;
        margin: auto !important;
        margin-top: 1rem !important;
    }

    .xs-center {
        text-align: center;
        display: block !important;
        margin: auto !important;
    }
}
