*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    background: #f1f1f1;
    font-family: 'Poppins', sans-serif;
}
.contenedor {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: 1px solid #fff; 
    padding: 10px;
    background: #fff;
    position:sticky;
    top:-3px;
    right:0px;
    left:0px;
    max-width:100%;
    height:80px; 
    z-index:1;
}
table{
    width: 90%;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin: 0 auto;
    
}
.tablaearly{
    width: 90%;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin: 0 auto;
    height: 30%;
}
table .tdp{
    text-align: center;
    border: 1px solid;
    vertical-align: text-top;  
    padding: 15px;
    width: 26%;
    
}
 table .td{
    border: black 1px solid;
}
table .tde{
    border: black 1px solid;
    text-align: center;
    height: 20%;

}
table .tden{
    width: 25%;
    border: black 1px solid;
    text-align: center;
    
}
table .cab1{
    border: black 1px solid;
    text-align: center;
    height: 10%;
    background: #F3F3F3;
}
table .cab2{
    border: black 1px solid;
    text-align: center;
    height: 10%;
    background: #F3F3F3;
}
table .cab3{
    border: black 1px solid;
    text-align: center;
    height: 10%;
    background: #F3F3F3;
    width: 35%;
}

.contenedor nav ul a {
    border-radius: 50%;
    width: auto;
    display: inline-block;
    overflow: hidden;
}


.guia-div {
    width: 50%;
    height: 300px;
    text-align: center;
    margin: auto;
    padding: 10px;
    /* border: 1px solid #fff; */
    align-items: center;
    justify-content: center;
    /* background: #595A5B; */
    border-radius: 10px;
    position: relative;
} 
.guia-div img{
    filter: brightness(70%);
}

.texto-encima{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}

.guia-opciones {
    text-align: center;
    color: #fff;
}
.guia-opciones div {
    width: 10%;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #009246;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}
.contenido h2{
    font-size: 18px;
    font-weight: bold;
}
.contenido{
    width: 50%;
    height: auto;
    text-align: left;
    margin: auto;
    padding: 10px;
    align-items: left;
    justify-content: left;
}
.accordion {
    width: auto;
}
.accordion-button {
    padding: 10px;
    font-size: 14px;
}

.circulo li{
    font-size: 12px;
}
ul {
padding: 0px;
margin-left: 10px;
}
.eybutton{
     background-color: transparent;
        border: none;
        color: #fff;
}
.lwbutton{
     background-color: transparent;
        border: none;
        color: #009246;
}
.upbutton{
     background-color: transparent;
        border: none;
        color: #009246;
}

ul li::before {
text-indent: 20px;
display: inline-block; 
padding-right: 22px;
font-size: 100px;
line-height: 25px;
vertical-align: -25px;
width: 45px;
}
 li:nth-child(0)::before {
  color:#FC8D35;
}
 li:nth-child(1)::before {
  color: #ECA14E;
}
 li:nth-child(2)::before {
  color: #F6BB6F;
}
 li:nth-child(3)::before{
    color: #E9D371;
}
 li:nth-child(4)::before {
  color: #89AC91;
}
 li:nth-child(5)::before {
  color: #5E9179;
}
 li:nth-child(6)::before {
  color: #226256;
}
 li:nth-child(7)::before {
  color: #19403E;
}
 li:nth-child(8)::before {
  color: #19403E;
}
 li:nth-child(9)::before {
  color: #0C2533;
}

@media (max-width: 1200px){
    .guia-div{
        width: 100%;
    }
    .guia-opciones div{
        width: 50%;
        font-size: 17px;
        height: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        margin: 5px;
    }
    .contenido{
        width: auto;
    }
    
}