@font-face {
    font-family: 'MiFuente';
    src: url('voigantedisplay.otf') format('opentype');
}

body {
    padding: 0;
    margin-top: 0%;
    margin-bottom: 4%;
    box-sizing: border-box;
    font-family: 'MiFuente';
    background-image: url(papiro.svg);
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


div {
    display: inline-block;
}

.logo {
    align-items: start;
    width: 300px;
    height: 100%;
    border-radius: 10px;
    margin-right: 18px;
}

.encabezado {

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-top: 2%;
    margin-left: 8%;

}

.encabezado th {
    border-style: solid;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #482806;
    color: #482806;
    text-align: left;
    font-size: xx-large;
    padding-left: 15px;
}


form {
    padding: 5%;
    margin-top: 5%;
    border-radius: 25px;
    display: inline-table;
    flex-direction: column;
    width: -webkit-fill-available;
    text-align:center;
}

input {
    color: #482806;
    background-color: #ffffff;
    padding: 30px 0px 30px 80px;
    width: 90%;
    border-radius: 25px;
    border: 0;
    font-size: 28px;
    align-content: center;
    align-items: center;

    font-family: 'MiFuente';
    
}



.input-wrapper {
    display: flex;
    position: relative;
    width: 690px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.input-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.select-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.option-mult {
    margin: 8px 0;
    padding: 19px;
    border-radius: 12px;
    cursor: pointer;
    background-color: #482806;
    color: white;
    font-size: 17px;
}

.container-options {
    margin-bottom: 1.8rem;
}
.container-options label {
    font-size: 2.4rem;
    font-family: 'MiFuente';
    margin-right: 15px;
    color: #482806;
    font-weight: 300;
}
.container-options p {
    font-size: 3rem;
    color: #482806;
    font-family: 'MiFuente';
    font-weight: bold;
}

.comentario-add {
    font-size: 3rem;
    color: #482806;
    font-family: 'MiFuente';
    font-weight: bold;
}

.comentario {
    width: 500px;
    height: 130px;
    margin-left: 0;
}

.queteparecio {
    padding: 0%;
    margin-left: 0;
}
.btn {
    padding: 3%;
    background: linear-gradient(90deg, #63390D, 25%,#4b2a06 100%);
    color: white;
    text-transform: uppercase;
    font-size: 2.1rem;
    cursor: pointer;
    width: 24%;
    margin: 20px auto;
}

.btn:hover {
    background: #9a5c19;
}
.comot {
        background-color: #63390d00;
        border-color: #63390D;
        border-collapse: separate;
        border-spacing: 0;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 34px;
        font-family: 'MiFuente';
        display: flex;
        margin: 25px;

}

.comot th {
    border: 3px solid #482806;
    padding-right: 20px;
    text-align: center;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
  .comot tr:first-child th:first-child {
    border-top-left-radius: 14px; /* Esquina superior izquierda redondeada */
    border-bottom-left-radius: 14px; 
  }
  

  .comot tr:first-child th:last-child {
    border-top-right-radius: 14px; /* Esquina superior derecha redondeada */
    border-bottom-right-radius: 14px; 
  }

  .seccioncomot {
    font-size: 1.3rem;
    font-family: 'MiFuente';
    color: #482806;
    text-align:center;
  }


  .contenedortab {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; 
    position: relative;
    margin-bottom: 15px;
}
 .noticias {
    display: inline;
    text-align: center;
    font-size: larger;
 }

.input2 {
    width: 2%;
    transform:scale(100%);
 }


.calif {
    transform: scale(100%);
    background-color: aliceblue;
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
    text-align: center;
}

.cuadros {
    font-family: 'MiFuente';
    color: rgb(255, 255, 255);
    border-radius: 12px;
}


