/******************************
*   Tipografias
******************************/
@import url('montserrat.css');

:root {
    --blanco: 255, 255, 255;
    --negro: 0, 0, 0;
    --rosa_d: 191, 50, 115;
    --rosa_l: 255, 21, 120;
    --ginda: 129, 26, 74;
    --crema: 249, 255, 173;
    --gris_d: 113, 113, 113;
    --gris_l: 242, 242, 242;
}
::selection {
    background: ;
    color: ;
}
::-moz-selection {
    background: ;
    color: ;
}
::-webkit-selection {
    background: ;
    color: ;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px; 
}
/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background: ;
    color: ; 
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
}
figure {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure img { margin: 0 auto; }
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold;
}
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 50px;
    color: rgb(var(--ginda), 1);
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1;
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #0F5B28;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder { color: #565656; }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }
p { margin: 0; }
p + p { margin-top: 20px; }

/******************************
*   Loader
******************************/

/******************************
*	General
******************************/
.wrapper { position: relative; }
main {
    min-height: calc(100vh - 67px);
    position: relative;
    z-index: 1;
}
.c__ini {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
main section {
    width: 100%;
    position: relative;
}
.c__cta { margin-top: 40px; }
.cta {
    display: inline-block;
    background: rgb(var(--rosa_l), 1);
    text-transform: uppercase;
    line-height: 1;
    padding: 20px;
    border-radius: 20px;
    letter-spacing: .4rem;
}
.c__btn {
    margin-top: 40px;
    text-align: center;
}
.botn {
    display: inline-block;
    background: rgb(var(--rosa_l), 1);
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 16px;
    border-radius: 20px;
    /* letter-spacing: .2rem; */
    color: rgb(var(--blanco), 1);
}

/******************************
*   Header
******************************/
.header { height: 80px; }
.cont__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: rgb(var(--blanco), 1);
    -webkit-box-shadow: 0 5px 10px 0 rgb(var(--negro),.1);
    box-shadow: 0 5px 10px 0 rgb(var(--negro),.1);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo__he { width: 180px; }
.cta__tabla {
    border-radius: 100px;
    background: rgb(var(--rosa_l), 2);
    color: rgb(var(--blanco), 1);
    font-weight: bolder;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
}
.icon__info { width: 30px; }

/******************************
*   Footer
******************************/
footer {
    padding-top: 40px;
    padding-bottom: 30px;
    background: rgb(var(--gris_l), 1);
    color: rgb(var(--gris_d), 1);
    font-size: 14px;
}
.logo__fo figure {
    width: 320px;
    max-width: 70%;
}
footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid rgb(var(--negro), .06);
}

/******************************
*	Inicio
******************************/
.inicio .cta__tabla {
    opacity: 0;
    pointer-events: none;
}
.ini__content {
    background-color: rgb(var(--rosa_d), 1);
    color: rgb(var(--blanco), 1);
    padding: 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ini__content::before {
    content: '';
    position: absolute;
    background: url('../img/icono.svg') no-repeat;
    background-position: -70% 230%;
    background-size: 120%;
    height: 100%;
    width: 100%;
    right: 0;
    opacity: .04;
}
.fil__ini > div {
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.i__02 h3 + p { margin-top: 30px; }
.i__02 h3 {
    text-transform: uppercase;
    font-size: 7vw;
    letter-spacing: .3rem;
}
.i__02 h3 span { font-weight: normal; }
.i__02 p { color: rgb(var(--blanco), .6); }
.i__02 .evalue {
    font-size: 5vw;
    line-height: 1.1;
}
.tan__nota {
    margin-top: 60px;
    font-size: 14px;
}

/******************************
*   
******************************/
.col__tab { padding: 15px 15px 30px; }
.t__resul { padding: 15px 20px 30px; }
.t__opt {
    background-color: rgb(var(--rosa_d), 1);
    color: rgb(var(--blanco), 1);
}

/******************************
*   Acordeon
******************************/
.acordeon { margin-top: 20px; }
.opt__info {
    display: none;
    padding: 30px 0;
}
.opt__title {
    cursor: pointer;
    padding: 12px 8px;
    border-bottom: 1px solid rgb(var(--blanco), .3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.opt__title.active,
.opt__title:hover { background: rgb(var(--negro), .06); }
.opt__title h2 {
    font-size: 16px;
    line-height: 1;
}
.opt__title span {
    width: 15px;
    opacity: .6;
}
.opt__title span img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.arrw.rotate img {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/******************************
*   Opciones
******************************/
.opt__txt {
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
}
.cont__opt  { margin: 30px 0; }
.locked {
    filter: grayscale(1);
    opacity: .3;
    pointer-events: none;
}
.txt__nota {
    text-align: center;
    font-size: 12px;
    color: rgb(var(--crema), 1);
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}
.txt__nota span::before { content: 'inferior'; }
* + .txt__tab { margin-top: 30px; }
.txt__tab {
    font-size: 12px;
    color: rgb(var(--blanco), .8);
}
.fil__op {
    max-width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.option {
    cursor: pointer;
    position: relative;
    text-align: center;
}
.option span {
    margin-top: 20px;
    display: block;
    font-weight: bold;
    line-height: 1;
}
.option div {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(var(--ginda), 1);
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.option div figure { width: 55%; }
.option figure svg {
    width: 100%;
    height: auto;
    fill: rgb(var(--blanco), 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.option:hover div,
.option.active div {
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    background: rgb(var(--blanco), 1);
}
.option:hover div svg,
.option.active div svg { fill: rgb(var(--rosa_d), 1); }

.drop__selct {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(var(--blanco), 1);
    -webkit-box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 0 15px 0 rgb(var(--negro), .2);
    cursor: pointer;
    position: relative;
}
.dop__02 {
    width: 120px;
    height: 120px;
}
.drop__selct::before {
    content: '';
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 18px solid rgb(var(--rosa_l), 1);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    left: -8px;
}
.drop__selct > div {
    width: 100%;
    position: relative;
    color: rgb(var(--rosa_l), 1);
    font-weight: 600;
    text-align: center;
}
.drop__opt {
    display: none;
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
    background: rgb(var(--blanco), 1);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}
.drop__opt ul li {
    padding: 6px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.drop__opt ul li.active,
.drop__opt ul li:hover { background: rgb(var(--negro), .1); }

.fil__imc {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fil__imc > div + div { margin-left: 20px; }
.card__user {
    width: 130px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 16px;
    background: rgb(var(--blanco), .3);
    -webkit-box-shadow: 0 5px 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 5px 15px 0 rgb(var(--negro), .2);
    text-align: center;
}

.user__graf {
    background: rgb(var(--blanco), .2);
    padding: 5px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.user__graf figure img { width: 100%; }
.user__imc {
    padding: 12px;
    background: rgb(var(--rosa_d), 1);
    color: rgb(var(--blanco), 1);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.user__imc span { display: block; }
.user__imc span:nth-child(1) {
    font-size: 12px;
    font-weight: bold;
}
.txt__imc { text-align: center; }

.res__final {
    display: none;
    padding-bottom: 30px;
}
.results {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.results > div + div { margin-left: 20px; }
.datos__res {
    font-weight: bold;
    color: rgb(var(--gris_d), 1);
    padding-top: 15px;
}
.datos__res h3 {
    color: rgb(var(--rosa_d), 1);
    font-size: 18px;
    margin-bottom: 12px;
}
.cadr__res .card__user { background: rgb(var(--rosa_d), .1); }
.cadr__res .user__graf { background: rgb(var(--blanco), .6); }
.cont__tab {
    padding: 0;
    text-align: center;
    color: rgb(var(--rosa_d), 1);
    position: relative;
}
.fil__tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab__col {
    width: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.icon__gen {
    margin: 0 auto 15px;
    width: 30px;
}
.edad__opt { position: relative; }
.txt__edad {
    display: none;
    position: absolute;
    top: 50%;
    right: 90%;
    width: 42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: rgb(var(--negro), 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tab__gene { margin-bottom: 16px; }
.gener__tipo { font-weight: normal; }
.tipo__col {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.indice__txt {
    text-align: center;
    margin: 10px 0 30px;
}
.linea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.linea div {
    width: 14.285714%;
    text-align: center;
    font-size: 10px;
}
.linea div span {
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: 4px;
}
.linea div:nth-child(1) span { background: #00A63E; }
.linea div:nth-child(2) span { background: #9DC542; }
.linea div:nth-child(3) span { background: #F8E900; }
.linea div:nth-child(4) span { background: #FDC100; }
.linea div:nth-child(5) span { background: #E30913; }
.linea div:nth-child(6) span { background: #BE1719; }
.linea div:nth-child(7) span { background: #83180F; }

.btn__empe { display: none; }

.aviso {
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: rgb(var(--crema), 1);
}
.txt__ver {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: rgb(var(--ginda), 1);
}

.info__dis { position: relative; }
.txt__verti {
    position:absolute;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
    left: -15px;
    text-align: center;
}
.cont__masc {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}
.cont__masc svg {
    opacity: .8;
    fill: white;
    display: block;
    width: 100%;
}


/******************************
*   LB
******************************/
.cont__lb {
    position: relative;
    z-index: 100000;
}
.lb__info {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgb(var(--negro), .6);
    overflow: auto;
}
.c__center {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c__info { width: 100%; }
.info__lb {
    padding: 40px 20px 20px;
    border-radius: 12px;
    background: rgb(var(--blanco), 1);
    -webkit-box-shadow: 0 0px 15px 0 rgb(var(--negro),.3);
    box-shadow: 0 0px 15px 0 rgb(var(--negro),.3);
    position: relative;
}
.info__lb h3 {
    text-align: center;
    color: rgb(var(--rosa_l), 1);
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.tab__cond { font-size: 14px; }
.fil__head {
    text-align: center;
    padding: 15px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(var(--blanco), 1);
    background: rgb(var(--rosa_d), 1);
}
.fil__cond { color: rgb(var(--blanco), 1); }
.f__01,
.f__02 { color: rgb(var(--rosa_d), 1); }
.f__01 .indica { background: #F8E900; }
.f__02 .indica { background: #FDC100; }
.f__03 .indica { background: #E30913; }
.f__04 .indica { background: #83180F; }
.f__01 .txt__idica { background: #fff999; }
.f__02 .txt__idica { background: #ffe17f; }
.f__03 .txt__idica { background: #f4555d; }
.f__04 .txt__idica { background: #983027; }
.txt__idica p + p { margin-top: 0px; }
.txt__idica { width: 100%; }

.fil__cond,
.indica {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fil__cond > div { padding: 15px; }
.indica {
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.nota__tab {
    margin-top: 20px;
    font-size: 12px;
}
.closr {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.closr::before,
.closr::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background: rgb(var(--rosa_d), 1);
}
.closr::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.closr::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/******************************
*	Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
@media (max-width : 667px) {
.txt__btn { display: none; }
.indica span {
    display: block;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
}
@media (min-width : 668px) {
/*-------- Inicio --------*/
.i__02 h3 { font-size: 40px; }
.i__02 .evalue { font-size: 28px; }
.icon__info { margin-left: 10px; }
.indica { width: 200px; }
.txt__idica { width: calc(100% - 200px); }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
/*-------- Inicio --------*/
.col__ini + .col__ini { margin-top: 50px; }
.esteto {
    margin: 0 auto;
    width: 70%;
}
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
/*-------- Inicio --------*/
.fil__ini {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
}
.fil__ini > div { width: 50%; }
.esteto img { max-height: 60vh; }
.ini__content::before {
    background: url('../img/icono.svg') center left no-repeat;
    background-size: cover;
    width: 50%;
}

/*-------- Tabla --------*/
.col__tab { padding: 30px; }
.t__resul { padding: 30px 40px; }

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (min-width : 768px) and (max-width : 1200px) {
/*-------- Inicio --------*/
.i__02 h3 { font-size: 3vw; }
.i__02 .evalue { font-size: 2vw; }
}
@media (min-width : 992px) {
/*-------- Tabla --------*/
main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.txt__nota span::before { content: 'derecha'; }
.t__opt {
    height: calc(100vh - 70px);
    overflow: auto;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 70px;
}
}
/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
.tab__col { width: 45%; }
.tab__col + .tab__col { margin-left: 10%; }
.fil__tipo .tipo__col .col__fuma .txt__edad { display: block; }
.txt__edad { font-size: 2.4vw; }
}
@media (min-width : 992px) and (max-width : 1200px) {
.txt__edad { font-size: 1vw; }
}
@media (min-width : 1201px) {
.fil__tipo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tipo__col { width: 45%; }
.tipo__col + .tipo__col { margin-left: 10%; }
.txt__edad { right: 100%; }
.fil__tipo .tipo__col:nth-child(2) .col__nofuma .txt__edad { display: block; }
}
@media (min-width : 1201px) and (max-width : 1300px)  {
.gener__tipo { font-size: 1.3vw; }
.txt__edad { font-size: 1vw; }
}




/******************************
*	Footer
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
footer { text-align: center; }
.logo__fo figure { margin: 0 auto; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}

/******************************
*	Header
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
main { min-height: calc(100vh - 70px); }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.header { height: 80px; }
.logo__he { width: 200px; }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}