@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 3500px) {
    .col-lg-12 {
        width: 100%;
        padding: 32px 10%;
    }

    h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
        text-align: center;
    }
    
    h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
    }
    
    h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
    }
    
    h4 {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
    }
    
    p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: auto;
    }
    
    span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: auto;
    }
    
    a {
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: auto;
    }
    
    a:hover {
    color: #CCA43B;
    }
    
    
    form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    align-content: left;
    }
    
    form div {
    padding-bottom: 16px;
    }
    
    
    .cards {
        display:flex;
        flex-flow: wrap;
        column-gap: 20px;
        row-gap: 20px;
        padding: 32px 0;
    }
    
    .card {
        display: flex;
        padding: 12px;
        border: solid 1px #CCA43B;
        border-radius: 10px;
        text-align: center;
        height: auto;
        justify-content: center;
        width: calc(33.33333% - 16px);
    }
    
    .precios {
        display: flex;
        justify-content: center;
        flex-direction: row;
        column-gap: 20px;
    }

    .tab{
        padding: 32px;
        border: solid 1px #614d1a;
        border-radius: 10px;
        background-color: #CCA43B;
    }

    .tab-pane.active{
        display: flex !important;
        column-gap: 20px;
        padding: 16px 0;
    }

    #formulario{
        width: 75%;
    }

    .resultado {
        width: 25%;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: solid 1px black;
        border-radius: 20px;
    }

    .total {
        font-size: 32px;
        line-height: 12px;
        font-weight: 700;
    }


    .nav-item {
        width: 50%;
    }

    .nav-link{
        text-align: center;
        font-size: 32px;
        color: rgb(55, 55, 55);
    }

    .nav-tabs .nav-link.active{
        color: black;
    }

    .nav-link:focus, .nav-link:hover {
        color:black;
    }

    .historial {
        display: flex;
        justify-content: end;

    }

    .historial .btn-primary{
        background-color:#CCA43B;
        border-color: #614d1a;
    }

    .historial .btn-primary:hover, .historial .btn-primary:hover{
        background-color:#614d1a;
        border-color: #CCA43B;
    }

    #reset {
        padding: 16px !important;
        min-width: 100%;
    }

    .offcanvas-footer{
        margin: 16px;
    }
}
















@media only screen and (max-width: 768px) {
    .col-sm-2 {
      width: 100%;
      padding: 16px 16px;
    }
    


    h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
        text-align: center;
    }

    h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
    }

    h3 {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
    }

    h4 {
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: auto;
    }

    p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: auto;
    }

    span {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: auto;
    }

    a {
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: auto;
    }

    a:hover {
    color: #CCA43B;
    }


    form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    align-content: left;
    }

    form div {
    padding-bottom: 16px;
    }


    .cards {
        display:flex;
        flex-flow: wrap;
        column-gap: 20px;
        row-gap: 20px;
        padding: 16px 0;
    }

    .card {
        display: flex;
        padding: 12px;
        border: solid 1px #CCA43B;
        border-radius: 10px;
        text-align: center;
        height: auto;
        justify-content: center;
        width: 100%;
    }

    .precios {
        display: flex;
        justify-content: center;
        flex-direction: row;
        column-gap: 20px;
    }

    .precios {
        display: flex;
        justify-content: center;
        flex-direction: row;
        column-gap: 20px;
    }

    .tab{
        padding: 16px;
    }

    .tab-pane.active{
        display: flex !important;
        flex-direction: column;
        column-gap: 20px;
        padding: 0;
    }

    #formulario{
        width: 100%;
        padding-bottom: 16px;
    }

    .resultado {
        width: 100%;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 20px;
    }

    .total {
        font-size: 24px;
        line-height: 12px;
        font-weight: 700;
    }


    .nav-item {
        width: 50%;
    }

    .nav-link{
        font-size: 24px;
    }

    .nav-tabs .nav-link.active{
        font-size: 24px;
    }
}