@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');


/*
p {
    text-align: left;
    background-color: #E89B62;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    padding-right: 2px;
    padding-left: 2px;
}
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

td {
    text-align: center;
    background-color: #E89B62;
    font-family: 'Kanit', sans-serif;
    color: #000000;
    font-size: 18px;
    border-radius: 10px;
    padding-right: 5px;
    padding-left: 5px;

}

.cuerpo {

    margin-left: 30%;
    margin-top: 2%;
    margin-right: 30%;
}

.plan{
width: 60%;
}
.precio{
width: 40%;
}

html {

    background-image: linear-gradient(#000000 0%, #3f3447 46%, #000000 100%);
    min-height: 100%;
}


h2{
    color: #F0F0F0;
    background-color: #17041f;
    padding: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 350px;
    border-radius: 10px;
    

}






@media screen and (max-width:1500px) {
    .cuerpo {
        margin-left: 15%;
        margin-top: 0px;
        margin-right: 15%;
        margin-bottom: 0px;

    }

}

@media screen and (max-width:1300px) {
    .cuerpo {
        margin-left: 8%;
        margin-top: 0px;
        margin-right: 8%;
        margin-bottom: 0px;

    }

}

@media screen and (max-width:1000px) {
    .cuerpo {
        margin-left: 5%;
        margin-top: 0px;
        margin-right: 5%;
        margin-bottom: 0px;

    }

}

@media screen and (max-width:800px) {
    .cuerpo {
        margin-left: 1%;
        margin-top: 0px;
        margin-right: 1%;
        margin-bottom: 0px;
    }

}

@media screen and (max-width:400px) {
    .cuerpo {
        margin-left: 0%;
        margin-top: 0px;
        margin-right: 0%;
        margin-bottom: 0px;
    }
  h2{
    width: 100%;
  }
}