.main-content{
    padding: 15px;
}

.content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.content-header .title{
    font-size: 24px;
    font-family: "IberPangeaText-Regular";
    line-height: 25px;
    word-wrap: break-word;
    font-weight: 600;
    text-align: center;
}
.content-header .subtitle{
    font-size: 16px;
    font-family: "IberPangeaText-Regular";
    line-height: 25px;
    word-wrap: break-word;
    font-weight: 400;
    text-align: center;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    gap: 24px;
}

.container-switch-iva1-distributiva{
    margin-left: 150px;
}
.container .card1, .container .card2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 445px;
    width: 316px;
    border: 2px solid #D8CFC7;
    border-radius: 16px;
}
.card1 .cintillo{
    background-color: #B3E4C7;
    height: 36px;
    width: 316px;
    display: flex;
    font-family: "IberPangeaText-Regular";
    align-items: center;
    justify-content: center;
    position: relative;
    left: -2px;
    top: 0px;
    font-size: 16px;
    border-radius: 16px 16px 0px 0px;
}
.card1 .card-body, .card2 .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.card2 .card-body{
    margin-top: 37px;
}
.card-title {
    font-size: 24px;
    font-family: "IberPangeaText-Regular";
    line-height: 25px;
    word-wrap: break-word;
    font-weight: 600;
}
.price {
    font-size: 40px;
    font-family: "IberPangeaText-Regular";
    line-height: 25px;
    word-wrap: break-word;
    font-weight: 600;
    width: 284px;
    background-color: #F9F9F9;
    height: 90px;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.price .sin-impuestos{
    font-weight:400;
}
.card1 .ventajasPlanContratar, .card2 .ventajasPlanContratar {
    display: flex;
    flex-direction: column;
    width: 284px;
    gap: 9px;
    height: 96px;
    margin-top: 15px;
}
.card1 .ventajasPlanContratar .ventajas, .card2 .ventajasPlanContratar .ventajas{
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    padding-top: 0;
}
.card1 .ventajasPlanContratar .ventajas .icon, .card2 .ventajasPlanContratar .ventajas .icon{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
    width: 24px;
    height: 24px;
}
.card1 .ventajasPlanContratar .ventaja, .card2 .ventajasPlanContratar .ventaja{
    align-self: stretch;
    font-size: 14px;
    font-family: "IberPangeaText-Regular";
    line-height: 25px;
    word-wrap: break-word;
    font-weight: 400;
}

.card1 #botonContratar, .card2 #botonContratar {
    width: 284px;
    height: 56px;
    margin-top: 15px;
    background-color: #2f6852 !important;
    border-color: #2f6852 !important;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
}
.card1 button#btn-ancla-descubre-nuev-tarifa, .card2 button#btn-ancla-descubre-nuev-tarifa{
    width: 284px;
    height: 56px;
}
.card1 .botonContratar ,.card2 .botonContratar{
    color: #F9F9F9;
    text-align: center;
    font-family: 'IberPangeaText-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: initial;
}
.masInfo {
    width: 284px;
    height: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.masInfo a.texto {
    color: #2F6852;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    font-family: "IberPangeaText-Regular";
}

@media(min-width: 576px) {
    .container{
        flex-direction: column;
    }
    
    .content-header{
        align-items: center;
        gap: 0px;
    }
    .content-header .title{
        height: 80px;
        width: 492px;
        text-align: center;
        font-size: 32px;
    }
    .content-header .subtitle{
        width: 492px;
        height: 44px;
        text-align: center;
    }
    .container-switch-iva1-distributiva{
        margin-left: 275px;
    }
}

@media(min-width: 992px){
    .container{
        flex-direction: row;
    }
    
    .content-header .title{
        height: 40px;
        width: 828px;
    }
    .content-header .subtitle{
        width: 828px;
    }
    .container-switch-iva1-distributiva{
        margin-left: 495px;
    }
}
@media(min-width: 1200px){
    .container{
        flex-direction: row;
    }
    
}
@media(min-width: 1920px){
    .container{
        flex-direction: row;
    }
    
}