/* navbar */
#navbar__logo__container {
    box-sizing: border-box;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    /* padding-left: 3rem !important; */
    /* width: 140px;
    height: 70px; */
    background-color: #fff;
    border-bottom: 0;
    align-content: center;
}

.navbar--productor #navbar__logo__container {
    border-radius: 0;
    background: transparent;
    padding-top: 0;
    flex-direction: row;
    width: auto;
}

.navbar--productor .navbar__logo {
    margin: 0 20px;
}

.navbar__logo {
    /* max-height: 45px; */
    width: 250px;
}
/* main-content */

@media (min-width: 768px) {
    .packages .col-md-3 {
        width: 29%;
    }
    .packages {
        margin-left:-80px;
    }
}

.mat__card {
    border: 2px solid transparent;
    min-width: 175.16px;
    max-width: 302px;
}

.mat__card[data-service-id] {
    box-shadow: -2px -1px 13px -2px rgba(101, 92, 92, 0.97);
    border: none;
    max-width: 301px;
    width: 100%;
}

.mat__card[data-cobertura-id] {
    box-shadow: -2px -1px 13px -2px rgba(101, 92, 92, 0.97);
    border: none;
    max-width: 301px;
    width: 100%;
}

.mat__card[data-cobertura-id] .mat__card {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.mat__card__header {
    margin-bottom: 20px;
}

.recomended {
    border: 2px solid #da291c;

    border-radius: 25px;
}

.te-recomendamos {
    color: #da291c;
    font-size: 15px;
    font-family: "Gotham Rounded Bold";
    margin-bottom: 20px;
    display: block;
}

.detail-rec {
    font-size: 12px;
    line-height: 14px;
    color: #636262;
    font-weight: 400 !important;
    margin-bottom: 5px;
    font-family: "Gotham Rounded Book" !important;
    text-align: center;
    padding: 0 18px;
}

.before {
    text-decoration: line-through;
    font-family: "Gotham Rounded Bold";
    font-weight: 400;
    margin: 0 auto;
}

.mat__card .mat__card__body__price {
    font-size: 25px;
    font-family: "Gotham Rounded Bold";
    font-weight: 400;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 25px;
    text-align: center;
}

.mat__card .lightblueprice {
    color: #59b7e7;
}

.mat__card .blueprice {
    color: #2c2a4d;
}

.redprice {
    color: #da291c;
}

.mat__card .cov-logo {
    width: 100%;
    max-width: 104px;
}

.service-img{
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
}

.mat__card__btn.lightblue {
    background-color: #59b7e7;
    color: #fff;
}

.mat__card__btn.red {
    background-color: #da291c;
    color: #fff;
}

.mat__card__btn.blue {
    background-color: #0E6387;
    color: #fff;
}

.mat__card__btn {
    width: 90% !important;
    font-family: "Gotham Rounded Bold" !important;
    font-weight: 400;

    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px;

    display: inline-block;

    border-radius: 5px;
}

.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

    cursor: pointer;

    font-family: "Gotham Rounded Bold";
    font-weight: 400;

    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);

    border-radius: 20px;
    background-color: white;

    font-size: 14px;

    word-wrap: break-word;
}

.mat-raised-button--sm {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
}

.suma-mobile {
    font-size: 13px;
    line-height: 15px;

    max-width: 143.06px;
}

.lightblueprice {
    font-weight: 700;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
    color: #59b7e7;
}

.selected {
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;

    font-family: "Gotham Rounded Bold";

    color: #da291c;


}

.info__descuento {
    margin-top: -40px;
    min-height: 50px;
    background-color: #e3e3e3;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Gotham Rounded Bold";

    font-size: 14px;
}

.info__descuento span {
    cursor: pointer;
}

.transp {
    height: 100%;
    text-align: center;
    border: 2px solid transparent;
    margin-bottom: 12px;
    margin-top: 25px;
}

.detail .blueprice {
    font-size: 24px;
    font-family: "Gotham Rounded Bold";
    font-weight: 400;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 25px;
    text-align: center;
    word-wrap: break-word;
}

.detail .recomended {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detail .we-recommend {
    font-size: 14px;
    color: #da291c;
    font-family: "Gotham Rounded Bold";
    font-weight: 400;
    text-align: center;
}

.tooltip2 {
    position: relative;
    display: inline-block;
    color: #747474;
    font-size: 12px;
    font-family: "Gotham Rounded Bold";
}

.benefit-value {
    font-size: 0.86em;
}

.detail__row {
    border-top: 1px solid #4444;
}

.cov-icon {
    width: 1.2em;
}

.legals {
    font-size: 12px;
    color: #747678 !important;
    font-family: "Gotham Rounded Bold";
    font-weight: 400;
}

#modal-telefono {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;

    background: rgba(0, 0, 0, 0.32);

    align-items: center;
    justify-content: center;
}

.modal-telefono__container {
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;

    outline: 0;
    overflow: auto;
    padding: 24px;
    min-width: 403.88px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: -1;
    font-family: "Gotham Rounded Bold" !important;
}

.modal-telefono__container h1 {
    font-size: 35px;
    color: #4796d2;
    font-weight: 300;
}

.modal-telefono__container h2 {
    font-weight: 400;
    font-size: 32px;

    border-bottom: #ccc 1px solid;
    padding-bottom: 11px;
}

.modal-telefono__container a {
    text-decoration: none;
    color: #9c27b0;
}

#circle-button {
    position: relative;
    right: -27px;
    top: -94px;
    z-index: 99999;
    border-radius: 70px;
    width: 40px;
    height: 40px;
    color: red;
    background: white;
    border: none;
    box-shadow: 1px 1px 5px #888;
}

.notas-legales-y-aclaraciones {
    font-size: 13px;
}

.ver-detalle {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}

.caracteristicas {
    display: none;
}

.caracteristicas ul,
.caracteristicas ol {
    list-style: none;
    padding: 0px 15px;
}

.caracteristicas li {
    border-bottom: 1px solid black;
    font-size: 13px;
    padding: 0;
}

.nube {
    position: absolute;
}

.nube-left {
    left: 100px;
    top: 100px;
}

.nube-right {
    right: 100px;
    top: 250px;
}

.nube img {
    width: 80px;

}

@media only screen and (max-width: 1024px) {
    .nube-left {
        left: 10px;
        top: 100px;
    }
    .cambiar-plan, #quote-again{
        margin-bottom: 0px !important;
    }
    .ContenedorTexto{
        margin-top: -30px;
    }
}

/*
.btn-select{
    background-color: #1A95BA;
    border-radius: 20px;
    color: #fff;
    border: solid 2px #1A95BA;
}

.btn-select:hover{
    border-color: #1A95BA;
    color: #1A95BA;
}
98
