
/*Tipografia*/

h1,h2,h3,h4,p{
    font-family: futura-pt, sans-serif;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
    line-height: 1.3em;
}

h1.big-text {
    font-size: 8em;
}

ul li {
    list-style: none;
}

ol, ul {
    padding-left: 0;
}

h4.separador {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 25px 0px;
}


.titulo{
    text-align: center;
    color: #0099FF;
} 

.bg-imagen{
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.bg-imagen2{
    background-position: center !important;
    background-size: cover !important;
    min-height: 400px;
}



.bg-azul {
    background-color: #0099FF;
}

.bg-azul p a:link {
    color: #173764;
    text-decoration: none;
}

.bg-azul p a:visited {
    color: #173764;
    text-decoration: none;
}

.bg-azul p a:hover {
    color: #4E52BD;
    text-decoration: none;
}

.bg-azul-o {
    background-color: #173764;
}

.bg-gris {
    background-color: #d5d5d5;
}

.bg-gris p{
    color: #173764;
}

.bg-gris p a:link {
    color: #4E52BD;
    text-decoration: none;
}

.bg-gris p a:visited {
    color: #4E52BD;
    text-decoration: none;
}

.bg-gris p a:hover {
    color: #0099FF;
    text-decoration: none;
}

.bg-blanco {
    background-color: #fff;
}

.bg-blanco p{
    color: #173764;
}

.bg-blanco h4{
    color: #0099FF;
}

.bg-blanco h2{
    color: #0099FF;
}

.bg-magenta {
    background-color: #B25AA7;
}

.bg-blanco {
    background-color: #fff;
}

.bg-azul h1,h2,h3,h4,p {
    color:#fff;
}


.color-azul {
    color: #0099FF;
}

.color-azul-o {
    color: #173764;
}


.boton a{
    display: block;
    width: 50%;
    height: auto;
    background-color: #173764;
    margin: auto;
    padding: 10px;
    font-family: futura-pt, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}

.boton a:link{
    background-color: #173764;
    color: #fff;
    transition: all .5s ease-out;
}

.boton a:visited{
    background-color: #173764;
    color: #fff;
    transition: all .5s ease-out;
}

.boton a:hover{
    background-color: #4E52BD;
    color: #fff;
    transition: all .5s ease-out;
}



.boton2 a{
    display: block;
    width: 50%;
    height: auto;
    background-color: #0099FF;
    margin: auto;
    padding: 10px;
    font-family: futura-pt, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}

.boton2 a:link{
    background-color: #0099FF;
    color: #fff;
    transition: all .5s ease-out;
}

.boton2 a:visited{
    background-color: #0099FF;
    color: #fff;
    transition: all .5s ease-out;
}

.boton2 a:hover{
    background-color: #4E52BD;
    color: #fff;
    transition: all .5s ease-out;
}



.boton3 a{
    display: block;
    width: 50%;
    height: auto;
    background-color: #0099FF;
    margin: auto;
    padding: 10px;
    font-family: futura-pt, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}

.boton3 a:link{
    background-color: #0099FF;
    color: #fff;
    transition: all .5s ease-out;
}

.boton3 a:visited{
    background-color: #0099FF;
    color: #fff;
    transition: all .5s ease-out;
}

.boton3 a:hover{
    background-color: #4E52BD;
    color: #fff;
    transition: all .5s ease-out;
}



.boton span.but{
    display: block;
    width: 50%;
    height: auto;
    background-color: #173764;
    margin: auto;
    padding: 10px;
    font-family: futura-pt, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
}


.boton span.but:hover{
    background-color: #4E52BD;
    color: #fff;
    transition: all .5s ease-out;
}



button.calcular1{
    display: block;
    margin: auto;
    margin-top: 25px;
    width: 300px;
    background-color: #173764;
    padding: 10px;
    font-family: futura-pt, sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    transition: all .5s ease-out;
}

button.calcular1:hover{
    background-color: #4E52BD;
    color: #fff;
    transition: all .5s ease-out;
}

button.calcular2{
    display: block;
    margin: auto;
    margin-top: 25px;
    width: 300px;
    background-color: #B25AA7;
    padding: 10px;
    font-family: futura-pt, sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    transition: all .5s ease-out;
}


button.calcular2:hover{
    background-color: #4E52BD;
    color: #fff;
    transition: all .5s ease-out;
}


span.span-boton {
    cursor: pointer;
    color: #173764;
    font-weight: bold;
}




/*Espaciadores*/
.pd-mg-0 {
    padding: 0;
    margin: 0;
}

.pd-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pd-tb-40 {
    padding-top:40px;
    padding-bottom: 40px;
}

.pd-b-80 {
    padding-bottom: 80px;
}
.pd-t-120{
    padding-top: 120px;
}

.pd-t-80{
    padding-top: 80px;
}

.pd-b-40 {
    padding-bottom: 40px;
}

.pd-10p {
    padding: 40px 10%;
}

.pd-5p {
    padding: 40px 5%;
}

.mg-b-80 {
    margin-bottom: 80px;
}

.mg-b-40 {
    margin-bottom: 40px;
}


.img-80 {
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
}

.img-100 {
    display: block;
    width: 100%;
    height: auto;
}

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

/*Estilos Intro*/

.intro{
    padding-top: 140px;
    padding-bottom: 260px;
}

.intro h1 {
    text-align: center;
    color: #fff;
}

.intro h2 {
    text-align: center;
    color: #fff;
}

.bloque-1 {
    margin-top: -160px;
}


/*Tablas*/

table {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    border: solid 4px #fff;
  }

thead {
    background-color: #d5d5d5;
    text-transform: uppercase;
    color: #173764;
    font-size: 1em;
 }

thead p {
    font-size: .9em; 
    color: #173764;
    font-weight: 600;
}


thead p span.small-text {
    font-size: .7em; 
}

thead td {
    border: solid 1px #0099FF;
 }

tbody tr:nth-child(1) {
    background-color: #0099FF;
    color: #fff;
  }

tbody tr:nth-child(2) {
    background-color: #173764;
    color: #fff;
  }

tbody tr:nth-child(3) {
    background-color: #4E52BD;
    color: #fff;
  }
  
  



/*Extras*/

.bordeado {
    border: solid 2px #fff;
    padding: 25px;
    margin: 0 15px 15px 15px;
    border-radius: 35px;
}

.bordeado-a {
    border: solid 2px #fff;
    padding: 25px;
    margin: 0 15px 15px 15px;
    border-radius: 35px;
    background-color: #173764;
}

.bordeado-m {
    border: solid 2px #fff;
    padding: 25px;
    margin: 0 15px 15px 15px;
    border-radius: 35px;
    background-color: #B25AA7;
}


.icono{
    display: block;
    width: 40%;
    height: auto;
    margin: auto;
}

span.icono-boton {
    cursor: pointer;
}

/*Formulario*/
form#calculadora input{
    width: 300px;
    padding: 1px 15px;
    border-radius: 25px;
    margin-top: 25px;
    font-family: futura-pt, sans-serif;
    font-size: 2em;
    font-weight: bold;
    border: none;
    text-align: center;
    color: #173764;
}




/* Listados */
.segunda-a ul {
    counter-reset: index;  
    padding: 0;
  }
  
  .segunda-a li {
    counter-increment: index; 
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
  }
  
  .segunda-a li::before {
    content: counters(index, ".", decimal-leading-zero);
    font-size: 1.5rem;
    text-align: right;
    font-weight: bold;
    min-width: 50px;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    color: #0099FF;
  }
  
  .segunda-a li + li {
    border-top: 1px solid rgba(255,255,255,0.2);
  }


/**/
.segunda-b ul {
    counter-reset: index;  
    padding: 0;
  }
  
  .segunda-b li {
    counter-increment: index; 
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
  }
  
  .segunda-b li::before {
    content: counters(index, ".", decimal-leading-zero);
    font-size: 1.5rem;
    text-align: right;
    font-weight: bold;
    min-width: 50px;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    color: #173764;
  }
  
  .segunda-b li + li {
    border-top: 1px solid rgba(255,255,255,0.2);
  }


  /**/
.segunda-c ul {
    counter-reset: index;  
    padding: 0;
  }
  
  .segunda-c li {
    counter-increment: index;
    display: flex;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  
  .segunda-c li::before {
    content: counters(index, ".", decimal-leading-zero);
    font-size: 3rem;
    text-align: right;
    font-weight: bold;
    min-width: 90px;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
    align-self: flex-start;
    color: #173764;
  }
  
  .segunda-c li + li {
    border-top: 1px solid rgba(255,255,255,0.2);
  }


/*Offcanvas*/
.offcanvas-body p{
    font-size: 1em;
    line-height: 1em;
    color: #173764 !important;
}

.offcanvas-body ol{
    list-style-type: space-counter;
    padding-left: 25px;
}

.offcanvas-body ul{
    list-style-type: space-counter;
    padding-left: 25px;
}

.offcanvas-body p a:link{
    text-decoration: none;
    font-size: 1em;
    color: #0099FF !important;
}

.offcanvas-body p a:visited{
    text-decoration: none;
    font-size: 1em;
    color: #0099FF !important;
}

.offcanvas-body p a:hover{
    text-decoration: none;
    font-size: 1em;
    color: #4E52BD !important;
}



footer{
    padding-top: 40px;
    padding-bottom: 40px;
}

footer p{
    color: #173764;
}