body{
text-align: center;
background-color: #333;
color: white;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
scroll-behavior: smooth;
}

nav{
display: flex;
justify-content: center;
flex-wrap: wrap;
background-color: black;
margin: 0;
left: 0;
}

nav ul{
list-style: none;


display: flex;
justify-content: center;
flex-wrap: wrap;

}
nav li{
font-weight: 100;
padding: 10px;

}

nav a{
color: white;
text-decoration: none;
transition: 1s;
}
nav a:hover{
    color: #00ff00;
    text-decoration: none;
    transition: 1s;
    }

#porqueNosotros{

border-bottom: 1px white solid;
border-top: 1px white solid;
background-color: #242424;
}

#card-motivos{

    z-index: 2;
    padding: 5px;
margin: 10px;
width: 200px;
height: 270px;
border-radius:15px 15px 15px 0px ;
border: 1px solid #00ff00;
transition: 1s;
}
#card-motivos:hover{

background-color: green;



}

#motivos{
width: 80%;
margin-left: 10%;
display: flex;
justify-content: center;
flex-wrap: wrap;

}

#servidores{


border-bottom: 1px solid white;

}

table {
    background-color: #242424;
    padding: 5px;
    table-layout: fixed;
    width: 80%;
    margin-left: 10%;
    border-collapse: collapse;
    border: 1px solid #00ff00;
}


tr,th{
    border: 1px solid #00ff00;
    padding: 5px;
}

#planes{
    border-bottom: 1px white solid;
background-color: #242424;
border-top:1px solid white ;

}
.swiper {
    width: 50%;
    margin-left: 25%;

  }

  #card{
    height: 300px;
position: relative;
width: 300px;
margin: auto;
border: #00ff00 solid 1px;
border-radius: 15px 0px 15px 0px;
overflow: hidden;
  }


#compra {

    width: 50%;
    height: 25px;
    background-color: #00ff00;
    color: black;
    box-shadow: none;
    border: none;
    border-radius: 0px 15px 0px 15px;
    transition: 1s;
}
#compra:hover {

    width: 50%;
    height: 25px;
    color: #00ff00;
    background-color: black;
    box-shadow: none;
    border: none;
    border-radius: 0px 15px 0px 15px;
    transition: 1s;
}


#planes a{


    color: white;
}


.tag {
    position: absolute;
    top: 40px;
    left: -45px;
    padding: 5px 20px;
    background-color: cyan;
    color: black;
    font-weight: bold;
    transform: rotate(-50deg);
    width: 150px;
    text-align: center;
  }



  details[open]{

font-weight: bold;

  }


details p{
    text-align: left;
    font-weight: 100;
    
}

#faq {

text-align: left;

}


#faq p,h2{

    text-align: center;
    
    }