@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&family=Poppins:wght@400;600;700&display=swap');
:root{
    --azulo: #01002a;
    --azulc: #5fb6ec;
    --amarillo: #feb609;
    --dark: #242424;
    --greenlight: #b6fad4;
    interpolate-size: allow-keywords;
}
*{
    padding:0;
    margin:0;
}
body, html
{
    font-family:'Poppins';
    font-weight: 400;
    font-size:12px;
    height:auto;
    min-height:100%;
    box-sizing: content-box;
}
.ext{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
}
.int{
    display: table-cell;
    vertical-align: middle;
}
.infoAf{
    border-right: #fff solid thin;
}

@media only screen and (max-width: 480px) {
.infoAf{
    border-right: none;
}}
/*input[type=text],input[type=password],input[type=email]{
    text-align: center;
}
input[type=number]{
    text-align: right;
}
.bg-amarillo{
    background: var(--amarillo);
}
.bg-azulo{
    background: var(--azulo);
}
.bg-azulc{
    background: var(--azulc);
}
.brdbrd{
    border-bottom:#242424 solid thin;
}
.brdbrd:last-child{
    border-bottom:none;
}
.bg-greenlight{
    background: var(--greenlight);
}

.bg-darkcc{
    background: var(--dark);
}
.text-amarillo{
    color: var(--amarillo);
}
.text-azulo{
    color: var(--azulo);
}
.text-azulc{
    color: var(--azulc);
}
.nav-link{
    color: var(--amarillo);
}
.nav-link:hover{
    color: white;
}
.logo img{
    width: 50%;
    max-width: 200px;
}
header{   
    background:var(--azulo); 
}
header img{   
    width:50%;
    max-width:150px
}
nav{
    font-size: 14px;
}
h1, h2, h3, h4, h4, h6{
    font-family: 'Montserrat';
    font-weight: 700;
}
a{
    text-decoration: none;
    color:black;
}
a:hover{
    text-decoration: none;
    color:black;
    font-weight: 600;
}
label
{
    font-size:1rem;
    color:#6C757D;
}
.intline{
    border-bottom: #bbb solid thin;
}
.intline:last-child{
    border-bottom:none;
}
.cajita{
    width: 100%;
    height: 20px;
    display: inline-block;
    border-bottom: white solid thin;
}
.cajita:last-child{
    border-bottom: none;
}
.ext{
    width:100%;
    height: calc(100% - 150px);
    display: table;
    vertical-align: middle;
    text-align: center;
}
#btnSiguiente{
    background-color: blue;
    transition: background-color 1s;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.int{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.extcajainicio{
    width:100%;
    height:auto;
    min-height: 550px;
    position: absolute;
    top: calc(50% - 300px);
    text-align: center;
}
.extcajainicio .intinicio{
    width:100%;
    max-width: 480px;
    margin:auto;
    height:auto;
    min-height: 550px;
    border-radius: 10px;
}
.validacion{
    color:red;
    font-weight: bold;
    height: 30px;
}
.botonsin
{
    border:none;
    padding: 2px 0;
    margin:3px 0 0 0;
    background: var(--azulo);
    outline: 0;
    color:white;
    font-size: .8em;
}
.botona{
    background: none;
    border:none;
}
summary::marker{
    content:"";
}
details{}
details * {
    margin: 0;
}
details::details-content{
    block-size: 0;
    transition: block-size 1s, content-visibility 1s;
    transition-behavior: allow-discrete;
}
details[open]::details-content{
    block-size: auto;
}
#marcadores input[type=number]{
    border-left:white solid 0;
    border-top:white solid 0;
    border-right:white solid 0;
    text-align: center;
    width: auto;
    max-width: 70%;
    border-bottom-color: --var(--azulo);
    border-bottom-style:solid;
    border-bottom-width:thin;
    outline: 0;
}
#marcadores input[type=number]::-webkit-inner-spin-button,
#marcadores input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    #marcadores input[type=number] { -moz-appearance:textfield; }