/* ============================================================
   GLOBAL FONT & BASE
   ============================================================ */
* {
    font-family: 'Roboto', sans-serif;
}

.container-scroller {
    background-color: white;
}

.btn {
    font-family: 'Nunito';
}

/* ============================================================
   BUTTON VARIANTS
   ============================================================ */
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-info {
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-warning {
    color: #000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #000 !important;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #c82333;
    border-color: #bd2130;
}

/* Button focus and active states */
.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000 !important;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000 !important;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

/* ============================================================
   NUNITO FONT WEIGHTS
   ============================================================ */
.nunito {
    font-family: 'Nunito';
}

.nunito-extralight {
    font-weight: 200;
}

.nunito-light {
    font-weight: 300;
}

.nunito-regular {
    font-weight: 400;
}

.nunito-medium {
    font-weight: 500;
}

.nunito-semibold {
    font-weight: 600;
}

.nunito-bold {
    font-weight: 700;
}

.nunito-extrabold {
    font-weight: 800;
}

.nunito-black {
    font-weight: 900;
}

/* General font weight helpers */
.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

/* ============================================================
   TOOLTIP STYLE
   ============================================================ */
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}

.navbar.default-layout {
    font-family: "roboto", sans-serif;
    background: none;
    box-shadow: none;
    transition: background 0.25s ease;
}

/* ============================================================
   MODAL / BACKDROP STYLES
   ============================================================ */
.fondo,
#fondo {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1;
    top: 0;
}

#modal-contenido {
    position: absolute;
    z-index: 999999;
    margin-left: 40vw;
    margin-top: 30vh;
    background-color: #fbfbfb;
}

.cont-form {
    padding: 40px;
    margin: 0 auto 10px;
}

.formulario input[type="text"] {
    border: 0;
    border-bottom: 1px solid #808281;
    width: 100%;
    margin-bottom: 8px;
    background-color: transparent;
}

.formulario input[type="button"] {
    background: linear-gradient(to right, #e0647c 1%, #eca47e 100%);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border: 0;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    margin: 25px 0 10px 0;
}

.formulario input[type="button"]:hover {
    color: #fbfbfb;
    background: #bababa;
}

/* ============================================================
   BUTTON STYLES
   ============================================================ */
.buttons {
    background-color: rgba(30, 30, 30, 0.15);
    border-radius: 30px;
    float: left;
    margin: 12px 15px 0;
    overflow: hidden;
    padding: 6px;
    position: relative;
    width: 366px;
    z-index: 99;
}

.buttons span {
    background: linear-gradient(to bottom, #2196f3 1%, #024771 100%);
    border-radius: 100em;
    color: #000000;
    display: block;
    float: left;
    font-style: italic;
    font-weight: 700;
    height: 32px;
    margin: 10px 0 0 -16px;
    text-align: center;
    width: 32px;
    z-index: 99;
}

.button_buy {
    background: linear-gradient(to bottom, #2196f3 1%, #024771 100%);
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: #fff;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    height: 51px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #024771;
    width: 177px;
}

.button_try {
    background: linear-gradient(to bottom, #024771 0%, #2196f3 100%);
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    height: 51px;
    margin-left: -16px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #024771;
    width: 177px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media screen and (max-width: 1500px) {
    .buttons {
        margin: 20px 0 0 20px !important;
        width: 230px;
    }

    .button_buy {
        font-size: 80%;
        width: 107px;
    }

    .button_try {
        font-size: 80%;
        width: 107px;
    }
}

@media screen and (max-width: 700px) {
    #modal-contenido {
        margin-left: 5%;
        margin-top: 30vh;
    }
}

body {
    font-family: Arial;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}


.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

body {
    font-family: Arial;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.card {
    /* border: none; */
    /* border-radius: 20px; */
    background-color: #fafafa;
    padding: 20px;
}

.tabcontent {
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 40px;
    padding: 30px;
}

.modal-content {
    padding: 30px;
}