:root {
    --gc-blau: #007BC2;
    --gc-carbassa: #F18700;
    --gc-granate: #FF0000;
    --gc-verdclar: #27A320;
    --gc-fucsia: #7F006E;
    --gc-vermell: #ff0000;
    --gc-gris: #808080;
    --gc-blanc: #ffffff;
    --gc-crema: #FEEDB4;
}
.Boto {
    font-family: "Calibri", sans-serif;
    font-size: 6vw;
    font-weight: bold;
    color: var(--gc-crema);
    background: var(--gc-blau);
    padding: 20px;
    border: 0px;
    border-radius: 15px;
    white-space: normal;
    width: 80vw;
}


.TextEspecial {
    font-family: "Calibri", sans-serif;
    font-size: 6vw;
    color: var(--gc-carbassa);
}
.BotoIdi {
    font-family: "Calibri", sans-serif;
    font-size: 3vw;
    font-weight: bold;
    color: var(--gc-crema);
    background: var(--gc-gris);
     padding: 5px; */
    border: 0px;
    border-radius: 5px;
    white-space: normal;
    width: 30vw;
}
.ImgResponsive {
width: 60%;
height: auto;
}
.ImgResponsive30 {
width: 30%;
height: auto;
}