@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

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

header {
    height: 70px;
    background-color: #526447;
    padding: 10px 0;
}

#carrusel {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 470px;
    position: relative;
    margin-top: 20px;
}

#carrusel .left-arrow {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 50%;
    margin-top: -9px;
}

#carrusel .right-arrow {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 50%;
    margin-top: -9px;
}

.carrusel {
    display: flex;
    width: 1000%;
    left: 0px;
    position: absolute;
    z-index: 0;
}

.carrusel > div {
    display: flex;
    flex-direction: column;
    float: left;
    margin: 0 1em 0 0;
    width: 335px;
    height: 470px;
    background-color: #526447;
    padding: 2em;
    color: #FFF;
    border-radius: 1.5em;
}

@media (min-width: 768px) and (max-width:1024px) {
    #carrusel {
        display: flex;
        overflow: hidden;
        height: 27em;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #carrusel a img {
        width: 1.2em;
    }

    #carrusel .left-arrow {

        position: absolute;
        left: 10px;
        z-index: 1;
        top: 50%;
        margin-top: -9px;
    }

    #carrusel .right-arrow {
        position: absolute;
        right: 10px;
        z-index: 1;
        top: 50%;
        margin-top: -9px;
    }

    .carrusel {
        display: flex;
        width: 1000%;
        left: 0px;
        position: absolute;
        z-index: 0;
    }

    .carrusel > div {
        display: flex;
        flex-direction: column;
        float: left;
        margin: 0 1em 0 0;
        width: 240px;
        height: 360px;
        background-color: #526447;
        padding: 2em;
        color: #FFF;
        border-radius: 1.5em;
    }

    .testimonio h3 {
        margin-top: 0;
        font-size: 0.9em;
    }

    .testimonio p {
        margin: 0px;
    }

    .testimonio p {
        margin: 0 0 .5em 0;
    }

    .testimonioContenido {
        display: flex;
        flex-wrap: wrap;
    }

    .testimonioContenido img {
        width: 100%;
    }

    .testimonioContenido h2 {
        margin: 20px 0 0 0;
    }

    .btninfo {
        background-color: #2D2F33;
        border-style: solid;
        border-color: #526447;
        padding: 0.5em;
        display: inline-block;
        border-radius: 0.8em;
        font-size: 0.6em;
        text-transform: uppercase;
        width: 30%;
        text-align: center;

    }

    .btninfo a {
        color: #FFF;
        text-decoration: none;
    }

    .datos_progres {
        display: flex;
        justify-content: center;
        margin: 1em;
    }

    #datos {
        width: 20em;
        margin: 1em 4em 2em 4em;

    }

    #progres {
        width: 40em;
        margin: 1em 4em 2em 4em;
    }
    
}

@media (min-width: 1024px) {
    #carrusel {
        display: flex;
        overflow: hidden;
        height: 30em;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #carrusel a img {
        width: 1em;
    }

    #carrusel .left-arrow {

        position: absolute;
        left: 10px;
        z-index: 1;
        top: 50%;
        margin-top: -9px;
    }

    #carrusel .right-arrow {
        position: absolute;
        right: 10px;
        z-index: 1;
        top: 50%;
        margin-top: -9px;
    }

    .carrusel {
        display: flex;
        width: 1000%;
        left: 0px;
        position: absolute;
        z-index: 0;
    }

    .carrusel > div {
        display: flex;
        flex-direction: column;
        float: left;
        margin: 0 1em 0 0;
        width: 20em;
        background-color: #526447;
        padding: 2em;
        color: #FFF;
        border-radius: 1.5em;
    }

    .testimonio h3 {
        margin-top: 0;
        font-size: 0.9em;
    }

    .testimonio p1 {
        margin: 0px;
    }

    .testimonio p {
        margin: 0 0 .5em 0;
    }

    .testimonioContenido {
        display: flex;
        flex-wrap: wrap;
    }

    .testimonioContenido img {
        width: 100%;
    }

    .testimonioContenido h2 {
        margin: 20px 0 0 0;
    }

    .btninfo {
        background-color: #2D2F33;
        border-style: solid;
        border-color: #526447;
        padding: 0.5em;
        display: inline-block;
        border-radius: 0.8em;
        font-size: 0.6em;
        text-transform: uppercase;
        width: 30%;
        text-align: center;

    }

    .btninfo a {
        color: #FFF;
        text-decoration: none;
    }

    .datos_progres {
        display: flex;
        justify-content: center;
        margin: 1em;
    }

    #datos {
        width: 20em;
        margin: 1em 4em 2em 4em;

    }

    #progres {
        width: 40em;
        margin: 1em 4em 2em 4em;
    }
}

.menu-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.logo-img {
    height: 50px;
}

.menu-icon {
    font-size: 2.4em;
    color: #FFF;
    line-height: 50px;
}

nav {
    position: absolute;
    background-color: #000136;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 2;
}

nav ul {
    list-style-type: none;
    transition: all 0.5s;
}

nav ul li {
    padding: 0 15px;
}

nav ul li a {
    display: inline-block;
    padding: 12px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 0.05em;
}

nav ul li a:hover,
nav ul li a:focus {
    color: #FFF;
}

#checkbox {
    display: none;
}

#checkbox:checked ~ nav ul {
    max-height: 200px;
    transition: all 0.5s;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content:hover .dropdown:hover .sub-dropdown-content {
    display: block;
}

.dropdown-content {
    max-height: 100%;
    display: none;
    position: absolute;
    background-color: #000333;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-align: center;
}

.dropdown-content a,
.dropdown-content li {
    color: #FFF;
    padding: 10px;
    font-size: 10pt;
}

.dropdown-content > .dropdown {
    padding: 0px;
}

.listado-principal > li:hover {
    background-color: #000333;
    color: #FFF;
}

.dropdown-content a:hover {
    color: #eb6f4a;
}

.container {
    background-color: #FFF;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.login {
    max-width: 600px;
}

.introduccion,
.testimonio,
.categorias {
    width: 90%;
    margin: 0 auto;
}

.centrado {
    text-align: center;
    margin-bottom: 2em;

}

.titulos {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.con_subtitulo .titulos {
    margin: 10px 0px;
}

.subtitulo_importante {
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.imagenes-categorias {
    display: flex;
    justify-content: center;
}

.banner_principal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner_principal figure img {
    width: 100%;
    max-width: 800px;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.banner_principal figure {
    margin: .125em;
    position: relative;
    overflow: hidden;
}

.banner_principal figcaption {
    background-color: rgba(0, 41, 0, 0.5);
    color: white;
    padding: .5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(100% - 2em);
    transition: all 1s ease-out;
}

.banner_principal figure:hover figcaption {
    background-color: rgba(0, 60, 60, .5);
    top: 0;
    transition: all 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner_principal figcaption span {
    display: block;
    font-size: 0.85em;
    color: #ddd;
    margin-top: .5em;
    text-transform: none;
}

.imagenes-categorias img {
    width: 100%;
}

.redondeado img {
    border-radius: 0.5em;

}

.iconos {
    display: flex;
    flex-wrap: wrap;
}

.iconos img {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    width: 3em;
    height: 3em;
    max-width: 100%;

}

.subtitulo h2 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 1.5em;
}

.subtitulo h3 {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 1em;
}

.subtitulo p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.testimonio {
    background-color: #526447;
    padding: 2em;
    color: #FFF;
    border-radius: 1.5em;
}

.testimonio h3 {
    margin-top: 0;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.testimonio p {
    margin: 20px 0px;
}

.testimonioContenido {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.testimonioContenido img {
    width: 100%;
    border-radius: 0.5em;
}


.testimonioContenido h2 {
    margin-top: 20px;
}


.btninfo {
    background-color: #eeca19;
    border-style: solid;
    border-color: #d4b200;
    padding: 0.8em;
    display: inline-block;
    border-radius: 0.8em;
    font-size: 0.5em;
    text-transform: uppercase;
    width: 30%;
    text-align: center;

}

.btninfo a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.5em;
}

.btnRegistro,
.btnLogin {
    background-color: #000136;
    border: none;
    border-radius: 1.5em;
    color: white;
    padding: 10px 20px;
    margin: 4px 2px 20px;
    cursor: pointer;
}

.btnRegistro a,
.btnLogin a {
    text-decoration: none;
    color: #FFF;

}

.container input {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    width: 100%;
    height: 40px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid grey;
    border-radius: 2em;
    background-color: #f8f8f8;
    resize: none;
}

.container .archivo {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    width: 100%;
    height: 40px;
    padding: 12px 20px;
    border: none;
    background-color: #e9eaec;
    margin-left: -10px;
}

.subtitulo .separador-subtitulo {
    margin: 40px 0px 20px 0px;
}


.formulario {
    width: 90%;
    margin: 0 auto;
}

.separador-categoria {
    margin-top: 40px;
}

.slider {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    background-color: #526447;
    border-radius: 1.5em;
}

.slider .item {
    flex: 1;
    width: 50%;
    color: #FFF;
    padding: 10px;
}

.slider .item p {
    margin-bottom: 5px;
}

.slider .subtitulo img {
    border-radius: 1.5em;

}

.imagen-tabla {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imagen-tabla img {
    width: 100%;
    max-width: 500px;
}


/*Flechas para cambiar de sección */


.seccion_con_navegacion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion_anterior {
    width: 15px;
    margin-right: 20px;
    margin-top: 5px;
}

.seccion_siguiente {
    width: 15px;
    margin-left: 20px;
    margin-top: 5px;
}

/*FIN FLECHAS SECCIÓN*/

.destacado {
    background-color: #A7B69A;
    padding: 10px;
    margin-bottom: 1em;
}

.destacado p {
    margin-bottom: 0px;
    color: black;
}

/*ul {
    padding: 0;
}

li {
    list-style: none;
    color: #FFF;
}
*/

.list_item_1,
.list_item_2 {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
}

.lista_consejos_vender {
    margin-bottom: 30px;
    margin-top: 30px;
}

.list_item_1 {
    background-color: #D1DDC5;
}

.list_item_2 {
    background-color: #A6B59A;
}

/*Tabs --> https://codepen.io/markcaron/pen/MvGRYV*/

/*No mostramos el radio ni el contenido de las secciones inicialmente*/
.tabset > input[type="radio"],
.tabset .tab-panel {
    display: none;
}


/*Definimos cual es el siguiente en mostrar (En combinacion con la propiedad HTML aria-controls)*/
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    background-color: #000333;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 33.3%;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.95em;
    margin-bottom: -1px;
}

.tabset > label:hover {
    color: #afafaf;
}


/*Tab activo*/
.tabset > input:checked + label {
    background-color: #e9eaec;
    color: #000000;
}

.tab-panel {
    background-color: #e9eaec;
    padding: 10px;
    min-height: 120px;
    line-height: 1.4em;
}

.separador-tab {
    margin-right: -4px;
    margin-left: -4px;
}

#chechbox_mayor_de_edad {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: -10px;
    line-height: 40px;
}

label.mayor_de_edad {
    line-height: 40px;
}

#segundo_paso label {
    display: flex;
    margin-left: 0.8em;
}

/*Iframe youtube https://www.albertcoronado.com/2017/05/02/como-incrustar-un-video-de-youtube-y-que-se-vea-responsive/*/

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*Menu desplegable http://w3.unpocodetodo.info/css3/listas-desplegables.php*/

.desplegable * {
    list-style: none;
}

.desplegable li {
    line-height: 180%;
}

.desplegable li a {
    color: #222;
    text-decoration: none;
}

.desplegable li a:before {
    color: #ddd;
    margin-right: 4px;
}

.desplegable input[name="lista"] {
    position: absolute;
    left: -1000em;
}

.desplegable label:before {
    content: "\025b8";
    margin-right: 4px;
}

.desplegable input:checked ~ label:before {
    content: "\025be";
}

.desplegable .interior {
    display: none;
}

.desplegable input:checked ~ div {
    display: block;
}

.desplegable .interior > p,
.desplegable .interior > ul {
    padding: 5px 15px 5px 32px;
    font-size: 0.9em;
}


/*pantalla plan estandar*/

.etiqueta {
    background-color: #000136;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.titulo_estandar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 5px;
    color: #FFF;
    margin-left: -30px;
}

.plan_estandar .seccion_anterior {
    margin-left: 20px;
}

.container .plan .subtitulo {
    display: flex;
    flex-direction: column;
}

.plan h4 {
    margin-bottom: 1em;
    margin-top: 2em;
    margin-left: 0.2em;
}

.plan ul {
    display: flex;
    flex-direction: column;
}

.plan ul li {
    margin-bottom: 0.1em;
    list-style: none;
}

.barra_gris {
    background-color: #E5E6E8;
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    color: #000000;
}


.barra_blanca {
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    color: #000000;
}

.fin {
    margin-bottom: 2em;
}

/*pantalla plan personalizado*/

.etiqueta_verde {
    background-color: #A7B69A;
}

.titulo_personalizado {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: center;
    padding: 5px;
}

.etiqueta_verde h4 {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0.8em;
}

.barra_gris_checkbox {
    display: flex;
    justify-content: space-between;
    padding-right: 0.3em;
    align-items: center;
}

.barra_gris_checkbox .checkbox,
.barra_blanca_checkbox .checkbox {
    width: 1em;
    height: 0.9em;
    align-items: center;
    margin-top: 0.7em;

}

.barra_blanca_checkbox {
    display: flex;
    justify-content: space-between;
    padding-right: 0.3em;
    align-items: center;
}

.barra_gris_checkbox > p,
.barra_blanca_checkbox > p {
    line-height: 30px;
    margin: 0px;
}

.gris {
    background-color: #E5E6E8;
    color: #000000;
}

.blanco {
    background-color: #FFFFFF;
    color: #000000;
}

.ultima_seccion {
    margin-bottom: 20px;
}

p.destacado_claro {
    background-color: #D1DDC5;
    margin: 0px;
    padding: 0.5em;
}

p.destacado_oscuro {
    background-color: #A6B59A;
    margin: 0px;
    padding: 0.5em;
}

/* Footer*/

.footer {
    background-color: #e9eaec;
    margin-top: 3em;
    padding: 1.5em;

}

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

.iconos_footer li {
    list-style: none;
    margin: 0.5em 0em;
}

.listado_footer li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0.5em 0em;
    box-sizing: border-box;
    border-bottom: 0.05em solid grey;
    padding: 0.5em;
}

.listado_footer li a {
    text-decoration: none;
    color: black;

}

.iconos_footer {
    display: flex;
    justify-content: center;
}

.iconos_footer img {
    height: 2em;
    width: 2em;
    margin: 1em 0.5em;
}

.texto_footer p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #92999f;
    font-size: 0.8em;
    text-align: center;
}

@media (min-width: 768px) {
    .menu-icon {
        display: none;
    }

    nav {
        position: relative;
        top: -10px;
        background-color: transparent;
    }

    nav ul {
        max-height: 70px;
        text-align: right;
    }

    .listado-principal > li {
        padding: 13px 0;
    }

    nav ul li {
        display: inline-flex;
        padding-left: 20px;
    }

    .dropdown {
        display: inline-block;
    }

    .segundo-dropdown {
        margin-top: 35px;
    }

    .tercer-dropdown {
        margin-top: 85px;
    }

    .cuarto-dropdown {
        margin-top: 125px;
    }

    .lechuga {
        width: 70em;
        height: 25em;
        overflow: hidden;
    }

    .lechuga > img {
        width: 100%;
        height: 100%_;
        object-fit: cover;
    }

    .slider p {
        padding: 1em;
    }

    .slider h3 {
        padding-left: 1em;
        padding-top: 1em;
    }

    .redondeado img {
        margin-right: 2em;
    }

    .footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-right: 4em;
        padding-left: 4em;
    }

    .texto_footer {
        width: 300px;
        max-width: 100%;
    }

    .texto_footer p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #92999f;
        font-size: 0.8em;
        text-align: center;
        margin: 0px;
    }

    .listado_footer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .listado_footer li {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    progress[value="70"]:after {
        margin-left: 60%;
    }

    progress[value="40"]:after {
        margin-left: 30%;
    }

    progress[value="100"]:after {
        margin-left: 90%;
    }

    progress[value="15"]:after {
        margin-left: 5%;
    }

}

@media (max-width: 768px) {
    nav ul {
        max-height: 0px;
        overflow: hidden;
    }

    .segundo-dropdown {
        margin-top: 40px;
    }

    .tercer-dropdown {
        margin-top: 80px;
    }

    .cuarto-dropdown {
        margin-top: 120px;
    }

    .dropdown-content a,
    .dropdown-content li {
        padding: 0px;
    }

    #checkbox:checked ~ nav ul {
        padding: 15px 0;
    }

    .slider {
        flex-direction: column;
        text-align: center;
    }

    .slider .item {
        width: 90%;
    }

    .slider .item.imagenes-categorias {
        padding-bottom: 20px;
    }

    .datos_progres {
        display: block;
        margin: 1em;
    }

    progress[value="70"]:after {
        margin-left: 55%;
    }

    progress[value="40"]:after {
        margin-left: 25%;
    }

    progress[value="100"]:after {
        margin-left: 80%;
    }

    progress[value="15"]:after {
        margin-left: 7px;
    }
}

/* Empieza contacto */
.btnEnviar {
    background-color: #000136;
    border: none;
    border-radius: 1.5em;
    color: white;
    padding: 10px 20px;
    margin: 4px 2px 20px;
    cursor: pointer;
    margin-top: 3em;
    margin-bottom: 20em;

}

.btnEnviar a {
    color: #FFF;
    text-decoration: none;
}

.contacto input:nth-child(2) {
    margin-bottom: 0.8em;
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    border: 2px solid grey;
    border-radius: 2em;
    background-color: #f8f8f8;
    resize: none;
    text-align: center;
}

.logos {
    display: flex;
    justify-content: center;
}

.logos li {
    list-style: none;
}

.logos li a img {
    height: 2em;
    width: 2em;
    margin-top: 14em;
}

.logo1 {
    margin-right: 0.5em;
}

.logo2 {
    margin-left: 0.5em;
}

/*desplegable contacto*/

.informacion_de_perfil {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
}

.imagen_fondo {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.avatar {
    position: absolute;
    margin: auto;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 250px;
}

.formulario > .subtitulo > .separador-subtitulo {
    margin: 20px 0px 5px 0px;
}

.actividad {
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.como_vengo h3:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

progress {
    -webkit-appearance: none;
    appearance: none;
    background: #000136;
    border: 0;
    height: 1.5em;
    width: 100%;
    border-radius: 20px;
    position: relative;

}

progress::-webkit-progress-bar {
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border: 0;
    height: 1.5em;
    width: 100%;
    border-radius: 20px;
}

progress::-webkit-progress-value {
    -webkit-appearance: none;
    appearance: none;
    background: #000136;
    border: 0;
    height: 1.5em;
    width: 100%;
    border-radius: 20px;

}

progress::-moz-progress-bar {
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border: 0;
    height: 1.5em;
    width: 100%;
    border-radius: 20px;
}

progress:after {
    content: attr(value)'%';
    position: absolute;
    top: 3px;
    color: #FFF;
}

.elegir_plan {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.elegir_plan a {
    margin: 0 auto;
}

.elegir_plan img {
    height: 250px;
    margin: 0 auto;
    margin-top: 10px;
}

.elegir_plan a.titulos:hover {
    text-decoration: underline;
}

.segundo_plan img {
    margin-top: 20px;
}

.elegir_plan a.titulos {
    margin: 20px 0px;
    text-decoration: none;
    color: #000;
}


