
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
    font-variation-settings:
            "wdth" 100,
            "YTLC" 1000;
    text-transform: none !important;
    background-color: #FFFFFF !important;
}

*:not(.fa):not([class^="fa-"]) {
    font-family: 'Nunito Sans', sans-serif !important;
}

.container{
    display: flex;
}

article {
    font-size: 14px !important;
}

.logo_aviso_legal{
    justify-content: space-between;
    align-content: space-between;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    margin: 40px 0 60px 0;
    flex-wrap: nowrap;
    float: left;
    width: 100%
}

.logo-aviso-legal img{
    margin:0;
}

.img-responsive{
    width: 16%;
}

header .img-responsive{
    margin-left:0;
}

h1,h2{
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

p, h1, h2, h3, aside, ol, ul {
    color: #000 !important;
}

p{
    line-height: 1.3rem;
}

h1{
    font-size: 26px !important;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}

h2{
    font-size: 22px !important;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px !important;
    padding-top: 5px !important;
}

h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 15px;
    background-color: #0266F9;
    border-radius: 100px;
}

h3{
    font-size: 18px !important;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    font-weight: 700 !important;
}

h4{
    font-size: 16px !important;
    padding-bottom: 10px;
    position: relative;
    padding-top: 10px;
    font-weight: 700 !important;
    left: 10px;
    color: #000 !important;
    margin-top: 30px !important;
}

h4::after {
    content: "";
    position: absolute;
    left: -16px;
    right: 0;
    bottom: 18px;
    rotate: 90deg;
    height: 3px;
    width: 15px;
    background-color: #0266F9;
    border-radius: 100px;
}

h5{
    font-size: 14px !important;
    padding-bottom: 10px;
    position: relative;
    padding-top: 10px;
    font-weight: 700 !important;
    color: #000 !important;;
}
a{
    color: #0266F9;
}

a:hover{
    color: #00AAFA;
}

.fa-markup{
    font-size: 20px;
    color: #0266F9 ;
    margin-right: 20px;
    vertical-align: baseline;
}

.title{
    vertical-align: middle;
    display: flex;
}

.index{
    /*display: inline-flex;*/
    justify-content: space-between;
    align-content: space-between;
    position: relative;
    align-items: center;
    justify-items: center;
    text-align: center;
    width: 100%;
    gap: 50px;
}

.indexborder{
    position: relative;
    border: 1px solid #0266F9;
    border-radius: 30px;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    justify-items: center;
    margin: 0 20px 40px 0;
}

.indexborder:hover{
    border: 1px solid #00AAFA;
}

.indexborder a:hover{
    color: #00AAFA;
}
.index a{
    color: #0266F9;
}

.index a:hover{
    color: #00AAFA;
}

#linkedin{
    font-weight: 700;
}

section{
    padding: 20px 0;
}

.bold{
    font-weight: 700;
}
.lineheight{
    line-height: 2.5rem;
}

li{
    padding: 5px 0;
}
ol,ul{
    padding-left: 40px;
}

.insidelist{
    margin: 30px 0;
}

section ol, section ul{
    margin: 30px 0 0 0;
}

.divider {
    height: 3px !important;
    width: 10% !important;
    background-color: #0266F9 !important;
    border-radius: 100px !important;
    margin: 15px auto !important;
    border:0!important;
}

.divider2 {
    height: 3px !important;
    width: 20% !important;
    background-color: #0266F9 !important;
    border-radius: 100px !important;
    margin: 30px auto 60px auto!important;
    border:0!important;
}

footer{
    color: #000;
    text-align: center;
    font-size: 10px;
}

.dropdown-pdf-ams {
    position: relative;
    display: inline-block;
}

.dropdown-pdf-ams-btn {
    display: flex;
    background-color: #0266F9 !important;
    color: white;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    width: 220px;
    height: 50px;
    text-align: center;
    position: relative;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dropdown-pdf-ams-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #F4FAFF !important;
    min-width: 220px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    justify-items: left;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.dropdown-pdf-ams-content a {
    color: #0266F9 !important;
    padding: 10px 50px;
    text-decoration: none;
    background-color: #F4FAFF !important;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
}

.dropdown-pdf-ams-content a:hover {
    background-color: #0266F9 !important;
    color: #F4FAFF !important;
    font-weight: 700;
    transition: background-color 0.3s;
    width: 100%;
}

.dropdown-pdf-ams.show .dropdown-pdf-ams-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

/* Ajustar el texto del botón dentro del dropdown */
.dropdown-pdf-ams-text {
    /*position: relative;*/
    display: block;
    text-align: center;
    width: 100%;
    justify-items: center;
    justify-content: space-between;
    align-content: space-between;
    font-size: 14px;
}

/* Ajustar el ícono del dropdown */
.redondo {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow( 0 0 0.1rem #F4FAFF);
}

.fa-earth-americas, .fa-chevron-down, .dropdown-pdf-ams-text{
    background-color: transparent !important;
}


.footerlegal{
    justify-content: space-between;
    align-content: space-between;
    position: relative;
    align-items: center;
    justify-items: center;
    text-align: center;
    width: 100%;
    gap: 50px;
    display: inline-flex;
}

.loweralpha{
    list-style-type: lower-alpha;
    margin-bottom: 30px;
}

.h1inside{
    margin-top: 40px;
}

.h3inside{
    margin-top: 20px;
}
