@charset "utf-8";

/* *****************************************************************
Theme Name: Theme sin nombre
Theme URI: http://www.xxx.xx/
Description: Theme para el sitio web de...
Author: 4sale
Author URI: http://www.4sale.cl
Version: xx/xx/xxxx
****************************************************************** */

/* comunes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
html { scroll-behavior: smooth; }
a { transition: all 0.3s ease; text-decoration: none; }
a:hover, a:focus { transition: all 0.3s ease; text-decoration: none; }
body { display: flex; min-height: 100vh; flex-direction: column; position: relative; font-family: 'Open Sans'; margin-top: 97px; }
section#contenido { flex: 1; margin: 0; overflow: hidden; }
a.btn { border-radius: 0px; border: none; }
.ancla-cont { position: absolute; width: 15px; height: 115px; z-index: 90; margin-top: -115px; }
section.piso { margin-bottom: 90px; position: relative; }
@media (max-width:768px) {
	img { width: 100%; }
}

/* header */
@media (min-width:1200px) {
	.container { max-width: 1280px; }
}
.header-logo { padding: 20px 0px; box-shadow: 0px -10px 30px 0px #000000; z-index: 2; position: relative; display: none; }
.header-logo img { max-width: 200px; }
header { position: fixed; width: 100%; top: 0; background-color: #fff; padding: 13px 0px; box-shadow: 0px -10px 30px 0px #000000; z-index: 3; transition: .3s ease; }
header a.navbar-brand { max-width: 200px; width: 100%; height: auto; }
header nav.navbar { padding: 0px; }
header ul.navbar-nav { position: relative; padding-left: 40px; }
header ul.navbar-nav li.nav-item { display: table; text-align: center; height: 65px; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 0px 15px; }
header ul.navbar-nav li.nav-item .vertical { display: table-cell; vertical-align: middle; height: 100%; }
header ul.navbar-nav li.nav-item .vertical a.nav-link { color: #004a98; line-height: 18px; font-size: 16px; }
header ul.navbar-nav li.nav-item .vertical a.nav-link:hover { color: #000; }
section#banner_sup { background-color: #f4f4f4; margin-bottom: 90px; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-telemedicina { color: #7AB51D; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-planmedicamentos { color: #ff4131; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-urgenciasdentales { color: #7AB51D; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-cajadealimentos { color: #005193; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-gasco { color: #00A6DA; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-entel { color: #005193; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-urgenciasambulatorias { color: #7AB51D; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-despachomedicamentos { color: #ff4131; }
header ul.navbar-nav li.nav-item .vertical.active a.nav-link.btn-menu-spotify { color: #76ac49; }
header.active { top: 0px; }
button.navbar-toggler.collapsed { color: #004a98; }
button.navbar-toggler { color: #022a54; outline: none; }
@media (max-width:768px) {
	header a.navbar-brand { max-width: 130px; }
	header { padding: 10px 0px; }
	.header ul.navbar-nav { padding-left: 0px; }
	body { margin-top: 70px; }
}

/* footer */
footer { background-color: #e5edf4; padding: 45px 0px; }
footer .footer-top { margin-bottom: 30px; }
footer .footer-top a { color: #005291; }
footer .footer-top .center { text-align: center; }
footer .footer-top .right { text-align: right; }
footer .legales { }
footer ul { font-family: 'Open Sans'; font-size: 13px; color: rgb(0, 82, 148) !important; padding: 0px; padding-left: 20px; margin-bottom: 0px; }
footer div#accordion { }
footer div#accordion .card { background-color: transparent; border: 0px; }
footer div#accordion .card .card-header { background-color: transparent; border: 0px; padding: 0px; font-family: 'Open Sans'; }
footer div#accordion .card .card-header button { width: 100%; text-align: left; text-decoration: none; color: rgb(0, 82, 148) !important; padding: 0px; margin-left: -1px; }
footer div#accordion .card .card-header button h5 { font-size: 13px; }
footer div#accordion .card-body { font-family: 'Open Sans'; font-size: 13px; color: rgb(0, 82, 148) !important; }
@media (max-width:768px) {
	footer .footer-top .left { text-align: center; margin-bottom: 10px; }
	footer .footer-top .center { margin-bottom: 10px; }
	footer .footer-top .right { text-align: center; }
}

/* CARRUSEL GENERICO */
.carrusel-productos { padding: 0px 55px; position: relative; }
.carrusel-productos .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); outline: none; transition: .3s ease; }
.carrusel-productos .owl-nav button.owl-prev { left: 15px; }
.carrusel-productos .owl-nav button.owl-next { right: 15px; }
.carrusel-productos .owl-nav button:hover { opacity: 0.6; }
.carrusel-productos .owl-stage { display: flex; }
.carrusel-productos .item { height: 100%; display: flex; flex-direction: column; }
.carrusel-productos .item .wrapper-item { height: 100%; display: flex; flex-direction: column; }
.carrusel-productos .item .boton-bottom { padding: 15px 25px; }
.carrusel-productos .item .wrapper-item .contenido-item { display: flex; flex-direction: column; height: 100%; }
.carrusel-productos .item .borde { height: 100%; display: flex; flex-direction: column; border: 2px solid #e2eff8; }
.carrusel-productos .item .boton-bottom a { font-family: 'Open Sans'; text-align: center; display: block; background-color: #0199ff; color: #fff; font-size: 14px; padding: 9px 5px; outline: none; }
.carrusel-productos .item .boton-bottom a:hover { background-color: #0480d4; }
section.piso .ancla { position: absolute; top: -115px; }
section.banner-texto { position: relative; }
section.banner-texto img.desktop { width: 100%; }
section.banner-texto img.mobile { display: none; }
section.banner-texto .contenedor { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; }
section.banner-texto .contenedor .texto { }
section.banner-texto .contenedor .texto h2 { color: #fff; font-family: 'Open Sans', sans-serif; font-size: 34px; font-weight: 300; }
section.banner-texto .contenedor .texto h2 strong { font-weight: bold; }
@media (max-width:1199px) {
	section.banner-texto .contenedor .texto h2 { font-size: 24px; }
}
@media (max-width:768px) {
	section.banner-texto img.desktop { display: none; }
	section.banner-texto img.mobile { display: block; }
	section.banner-texto .contenedor { align-items: flex-end; padding-bottom: 15px; }
	section.banner-texto .contenedor .texto h2 { font-size: 26px; }
	section.banner-texto .contenedor .texto { max-width: 280px; }
}
section.formulario { padding: 40px 15px; display: flex; justify-content: center; align-items: center; }
section.formulario .wrapper { width: 100%; max-width: 720px; }
section.formulario .wrapper form { }
section.formulario .wrapper form h3 { font-family: 'Open Sans', sans-serif; font-size: 24px; color: #2C5294; font-weight: 400; margin-bottom: 15px; }
section.formulario .wrapper form h3 strong { font-weight: bold; }
section.formulario .wrapper form .box { display: flex; }
section.formulario .wrapper form .box input[type="text"] { width: 100%; border: 1px solid #879AA2; border-radius: 0; height: 44px; padding: 0px 15px; color: #879AA2; font-family: 'Open Sans', sans-serif; outline: none; box-shadow: none; font-size: 16px; max-width: calc(100% - 180px); }
section.formulario .wrapper form .box input[type="submit"] { background-color: #1C4B92; color: #fff; border: 0; border-radius: 0; font-size: 16px; font-weight: 300; width: 180px; cursor: pointer; box-shadow: none; outline: none; transition: .3s ease; }
section.formulario .wrapper form h6 { margin: 0; margin-top: 8px; color: #879AA2; font-family: 'Open Sans', sans-serif; font-size: 14px; padding-left: 16px; }
section.formulario .wrapper form .box input[type="text"]::placeholder { color: #879AA2; }
section.formulario .wrapper form .box input[type="submit"]:hover { background-color: #0f284d; }
section.formulario .wrapper form .boton-mobile { display: none; }
section.formulario .wrapper form .boton-mobile input[type="submit"] { background-color: #1C4B92; color: #fff; border: 0; border-radius: 0; font-size: 16px; font-weight: 300; width: 180px; cursor: pointer; box-shadow: none; outline: none; transition: .3s ease; height: 44px; }
section.formulario .wrapper form .boton-mobile input[type="submit"]:hover { background-color: #102e5b; }
@media (max-width:768px) {
	section.formulario .wrapper form .box input[type="submit"].desktop { display: none; }
	section.formulario .wrapper form .box input[type="text"] { max-width: 100%; }
	section.formulario .wrapper form .boton-mobile { display: block; padding-top: 30px; text-align: center; }
	section.formulario { padding: 50px 15px; }
	td.textos_doc { text-align: center; }
}
section.desplegables { padding-bottom: 75px; }
section.desplegables .wrapper { display: flex; gap: 20px; }
section.desplegables .wrapper .item { width: 50%; display: flex; flex-direction: column; border: 4px solid #E7EEF6; }
section.desplegables .wrapper .item .info { flex: 1; padding: 30px 15px; text-align: center; padding-bottom: 40px; }
section.desplegables .wrapper .item .info h2 { color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 35px; font-weight: bold; margin: 0; margin-bottom: 5px; }
section.desplegables .wrapper .item .info h4 { margin: 0; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 20px; }
section.desplegables .wrapper .item .info p { margin: 0; padding-top: 30px; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 20px; position: relative; }
section.desplegables .wrapper .item .info p span { color: #879AA2; display: block; font-family: 'Open Sans', sans-serif; font-size: 16px; margin: 0; position: absolute; bottom: 25px; text-align: center; width: 100%; left: 0; right: 0; padding: 0px 15px; }
section.desplegables .wrapper .item .info h3 { color: #00489B; font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 69px; margin: 0; margin-top: -10px; }
section.desplegables .wrapper .item .info h5 { margin: 0; color: #00489B; font-family: 'Open Sans', sans-serif; font-size: 18px; }
section.desplegables .wrapper .item .boton { }
section.desplegables .wrapper .item .boton button.collapsed { background-color: #e7eef6; border: 0; color: #2C5294; }
section.desplegables .wrapper .item .boton button { width: 100%; color: #fff; border: 0; font-size: 20px; font-weight: bold; display: flex; align-items: center; justify-content: center; height: 45px; position: relative; background-color: #2C5294; outline: none; transition: .3s ease; }
section.desplegables .wrapper .item .boton button span { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
section.desplegables .wrapper .item .boton button span svg { transform: rotate(180deg); transition: .3s ease; }
section.desplegables .wrapper .item .boton button span svg path { fill: #fff; }
section.desplegables .wrapper .item .boton button.collapsed span svg path { fill: #1c4b92; }
section.desplegables .wrapper .item .boton.collapsed button span svg { transform: rotate(0deg); }
section.desplegables .wrapper .item .boton button.collapsed span svg { transform: rotate(0deg); }
section.desplegables .wrapper-content { border: 4px solid #e7eef6; border-top: 0; }
.bta { }
.card-body { padding: 25px; padding-top: 40px; }
.bta .card-body .bta-collapse { }
.card-body .titular { margin-bottom: 40px; }
.card-body .titular h2 { color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 48px; font-weight: bold; margin: 0; }
.card-body .titular p { color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 27px; margin: 0; }
.bta .card-body .bta-collapse .lista { }
.bta .card-body .bta-collapse .lista .sub-titulo { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.bta .card-body .bta-collapse .lista .sub-titulo h3 { color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: bold; margin: 0; }
.bta .card-body .bta-collapse .lista .sub-titulo span { display: block; height: 3px; background-color: #2c5294; flex: 1; margin-left: 20px; }
.bta .card-body .bta-collapse .lista .wrapper-lista { display: flex; gap: 30px; padding-bottom: 40px; }
.bta .card-body .bta-collapse .lista .wrapper-lista .item { width: 100%; }
.bta .card-body .bta-collapse .lista .wrapper-lista .item ul { margin: 0; list-style: none; padding: 0; width: 100%; }
.bta .card-body .bta-collapse .lista .wrapper-lista .item ul li { background-image: url(../img/check.svg); background-repeat: no-repeat; padding-left: 35px; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; background-size: 24px; background-position-y: 12px; padding: 10px 33px; }
.bta .card-body .bta-collapse .lista .boxes { display: flex; gap: 25px; }
.bta .card-body .bta-collapse .lista .boxes .item { width: 100%; display: flex; flex-direction: column; }
.bta .card-body .bta-collapse .lista .boxes .item .top { padding: 10px 15px; }
.bta .card-body .bta-collapse .lista .boxes .item .top h3 { margin: 0; text-align: center; font-family: 'Open Sans', sans-serif; color: #fff; font-size: 24px; font-weight: bold; }
.bta .card-body .bta-collapse .lista .boxes .item .texto { border-left: 2px solid #F3F6F8; border-right: 2px solid #F3F6F8; flex: 1; }
.bta .card-body .bta-collapse .lista .boxes .item .texto h3 { color: #2C5294; font-family: 'Open Sans', sans-serif; text-align: center; font-weight: bold; margin: 0; padding-top: 20px; padding-bottom: 20px; }
.bta .card-body .bta-collapse .lista .boxes .item .texto h3 span { display: block; font-size: 18px; font-weight: 300; }
.bta .card-body .bta-collapse .lista .boxes .item .texto p { margin: 0; text-align: center; color: #2C5294; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.bta .card-body .bta-collapse .lista .boxes .item .texto p span { color: #879AA2; text-align: center; display: block; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 300; }
.bta .card-body .bta-collapse .lista .boxes .item .texto h4 { text-align: center; margin: 0; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 56px; font-weight: bold; margin-bottom: 15px; }
.bta .card-body .bta-collapse .lista .boxes .item .texto h4 span { color: #2C5294; font-size: 20px; display: block; font-weight: 400; margin-top: -4px; }
.bta .card-body .bta-collapse .lista .boxes .item .legales { border-left: 2px solid #F3F6F8; border-right: 2px solid #F3F6F8; border-bottom: 2px solid #F3F6F8; padding: 15px 25px; }
.bta .card-body .bta-collapse .lista .boxes .item .legales p { margin: 0; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 14px; }
.bta .card-body .bta-collapse .lista .boxes .item .legales p strong { }
.bta .card-body .bta-collapse .lista .terminos-legales { margin-top: 50px; background-color: #F3F6F8; padding: 35px 60px; display: flex; flex-wrap: wrap; grid-gap: 10px 36px; }
.bta .card-body .bta-collapse .lista .terminos-legales h3 { color: #2C5294; margin: 0; font-size: 20px; font-weight: bold; margin-bottom: 15px; width: 100%; }
.bta .card-body .bta-collapse .lista .terminos-legales h3 li { }
.card-body .boton-final { text-align: center; padding: 50px 0px; }
.card-body .boton-final p { color: #1C4B92; font-family: 'Open Sans', sans-serif; font-weight: 500; font-size: 22px; margin: 0; }
.bta .card-body .bta-collapse .lista .boton-final p strong { }
.card-body .boton-final a { display: inline-block; color: #fff; background-color: #1C4B92; font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 200; padding: 8px 15px; min-width: 270px; margin-top: 25px; }
.bta .card-body .bta-collapse .lista .terminos-legales ul { margin: 0; padding: 0; list-style: none; gap: 15px; display: flex; flex-wrap: wrap; flex-direction: column; width: calc(50% - 18px); }
.bta .card-body .bta-collapse .lista .terminos-legales ul li { vertical-align: top; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 14px; position: relative; padding-left: 15px; }
.bta .card-body .bta-collapse .lista .terminos-legales ul li:before { content: ''; display: block; width: 6px; height: 6px; background-color: #004a98; border-radius: 100%; position: absolute; left: 0; top: 8px; }
.card-body .boton-final a:hover { background-color: #132e58; }
.descuento-collapse.acordeon-item { }
.descuento-collapse.acordeon-item .lista { }
.descuento-collapse.acordeon-item .lista .cajas-descuento { display: flex; flex-direction: column; gap: 40px; max-width: 1060px; margin: 0 auto; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja { display: flex; border: 1px solid #F3F6F8; border-radius: 0px 0px 40px 0px; box-shadow: 0px 5px 6px -1px #0000000f; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por { width: 244px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por h2 { color: #fff; font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 60px; margin: 0; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por p { margin: 0; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 22px; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por p strong { display: block; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .listas { width: calc(100% - 244px); padding: 30px 50px; display: flex; gap: 30px; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .listas ul { padding: 0; list-style: none; margin: 0; width: 100%; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .listas ul li { background-image: url(../img/check.svg); background-repeat: no-repeat; padding-left: 35px; color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; background-size: 24px; background-position-y: 12px; padding: 10px 33px; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por .premium { display: flex; align-items: center; justify-content: center; padding-top: 4px; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por .premium span { display: block; height: 1px; background-color: #fff; width: 25px; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por .premium p { margin: 0 5px; font-style: italic; font-weight: 200; }
.descuento-collapse.acordeon-item .lista .cajas-descuento .caja.checks-oscuro .listas ul li { background-image: url(../img/check-2.svg); }
section.desplegables .wrapper-content.mobile { display: none; }
@media (max-width:991px) {
	section.desplegables .wrapper-content.desktop { display: none; }
	section.desplegables .wrapper-content.mobile { display: block; }
	section.desplegables .wrapper { flex-direction: column; }
	section.desplegables .wrapper .item { width: 100%; }
	section.desplegables .wrapper .item .info h2 { font-size: 32px; }
	section.desplegables .wrapper .item .info h4 { font-size: 18px; }
	section.desplegables .wrapper .item .info p { font-size: 16px; padding-top: 10px; }
	section.desplegables .wrapper .item .info p span { position: relative; bottom: 0; }
	section.desplegables .wrapper .item .info h5 { font-size: 16px; }
	.card-body .titular h2 { font-size: 32px; }
	.card-body .titular p { font-size: 24px; }
	.bta .card-body .bta-collapse .lista .sub-titulo h3 { font-size: 22px; }
	.bta .card-body .bta-collapse .lista .wrapper-lista { flex-direction: column; gap: 0; }
	.bta .card-body .bta-collapse .lista .wrapper-lista .item { border: 0; }
	.bta .card-body .bta-collapse .lista .boxes { flex-direction: column; }
	.bta .card-body .bta-collapse .lista .boxes .item .top h3 { font-size: 22px; }
	.bta .card-body .bta-collapse .lista .boxes .item .texto h3 { font-size: 26px; }
	.bta .card-body .bta-collapse .lista .terminos-legales { flex-direction: column; gap: 0; }
	.bta .card-body .bta-collapse .lista .terminos-legales ul { width: 100%; gap: 0; }
	.bta .card-body .bta-collapse .lista .terminos-legales ul li { margin: 4px 0px; }
	.card-body .boton-final p { font-size: 16px; }
	.descuento-collapse.acordeon-item .lista .cajas-descuento .caja { flex-direction: column; }
	.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por { width: 100%; padding: 30px 15px; }
	.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .descuento-por h2 { font-size: 56px; }
	.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .listas { width: 100%; flex-direction: column; gap: 0; padding: 15px 30px; padding-bottom: 40px; }
	section.desplegables .wrapper-content.mobile { border: 0; }
}
@media (max-width:768px) {
	section.desplegables .container { max-width: 100%; padding: 0; }
}
section.wrapper-no-afiliado { margin-top: 45px; margin-bottom: 80px; }
section.wrapper-no-afiliado .no-afiliado { border: 4px solid #E7EEF6; padding: 40px 15px; text-align: center; }
section.wrapper-no-afiliado .no-afiliado figure { display: block; width: 100%; max-width: 170px; margin: 0 auto; }
section.wrapper-no-afiliado .no-afiliado figure img { max-width: 100%; }
section.wrapper-no-afiliado .no-afiliado .textos { margin-top: 30px; font-family: 'Open Sans', sans-serif; color: #1C4B92; }
section.wrapper-no-afiliado .no-afiliado .textos h3 { font-weight: 600; margin: 0; margin-bottom: 10px; }
section.wrapper-no-afiliado .no-afiliado .textos p { margin: 0; font-size: 26px; line-height: 35px; }
section.wrapper-no-afiliado .boton-bottom-no-afiliado { text-align: center; padding: 30px 0px; }
section.wrapper-no-afiliado .boton-bottom-no-afiliado a { display: inline-block; background-color: #005193; color: #fff; font-family: 'Open Sans'; font-size: 18px; padding: 12px 15px; min-width: 225px; text-align: center; }
section.wrapper-no-afiliado .boton-bottom-no-afiliado a:hover { background-color: #01355e; }
@media (max-width:991px) {
	section.wrapper-no-afiliado .no-afiliado .textos h3 { font-size: 22px; }
	section.wrapper-no-afiliado .no-afiliado .textos p { font-size: 20px; line-height: 26px; }
}
section.desplegables .wrapper .item .boton button p { margin: 0; }
section.desplegables .wrapper .item .boton button.collapsed p.ocultar { display: none; }
section.desplegables .wrapper .item .boton button p.ocultar { display: block; }
section.desplegables .wrapper .item .boton button.collapsed p.ver { display: block; }
section.desplegables .wrapper .item .boton button p.ver { display: none; }
.bta .card-body .bta-collapse .lista .boton-bta { text-align: center; padding-top: 32px; }
.bta .card-body .bta-collapse .lista .boton-bta p { color: #2C5294; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: bold; margin: 0; text-align: center; }
.bta .card-body .bta-collapse .lista .boton-bta a { display: inline-block; color: #fff; background-color: #d00007; font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 200; padding: 8px 15px; min-width: 270px; margin-top: 15px; border-radius: 10px; border: 2px solid #d00007; }
.bta .card-body .bta-collapse .lista .boton-bta a:hover { background-color: #fdaa0b; }
@media (max-width:768px) {
	.bta .card-body .bta-collapse .lista .boton-bta a { font-size: 19px; min-width: auto; }
	.bta .card-body .bta-collapse .lista .terminos-legales { padding: 35px 0px; }
	.card-body .boton-final a { min-width: auto; }
	.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .listas ul li { padding: 10px 0px 10px 28px; }
	.descuento-collapse.acordeon-item .lista .cajas-descuento .caja .listas { padding: 15px 0px; }
}