.left-column {
  margin-right: 20px;
}

#canvas {
  border: 1px solid #ccc;
  width: 100%;
}

#canvas.add-stroke .group {
  stroke: white;
  stroke-width: 1px;
}

.legend {
  display: none;
}

#canvas.show-legend .legend {
  display: block;
}

#status {
  height: 30px;
}

.field {
  margin: 20px 0;
}

.error {
  margin: 10px 0;
  color: red;
}

.buttonStyle {
    background: #9F0744 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 26px;
    opacity: 1;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    color: white;
    text-transform: uppercase;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 80%;
}

.buttonStyle:hover {
    background: #E3781F 0% 0% no-repeat padding-box;
    color: white;
    font-weight:400;
    }

.buttonStyle:active {
    background-color: #1CB1CD;
    color: white;
    box-shadow: 0px 2px 6px #00000033;
   }

.buttonStyle:visited {
        color: white;
    }

.aRetpol {
    color: #1CB1CD;
}

.aRetpol:hover {
        color: #E3781F;
    }

.aRetpol:active{
    color: #9F0744;

}
.aRetpol:visited {
        color: #1CB1CD;
    }

.aRetpolMail {
    color: #9F0744;
}

    .aRetpolMail:hover {
        color: #E3781F;
    }

.aRetpolMail:active {
    color: #1CB1CD;
}

    .aRetpolMail:visited {
        color: #1CB1CD;
    }


.cardStyle {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    margin-top: 20px;
    color: #000000;
    box-shadow: 0px 2px 6px #00000033;
}

.cardStyleLogo {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    margin-top: 20px;
    color: #000000;
    box-shadow: 0px 2px 6px #00000033;
}

.cardImage {
    border-radius: 20px;
    margin-bottom: 20px;
}

.cardImageLogo {
    max-height: 50px;
    width: auto;
    max-width: 90%;
}

.cardImageLogoCert {
    margin-bottom: 0px;
    max-height: 150px;
    width: auto;
    max-width: 90%;
}

@media screen and (max-width: 480px) {
    .cardImageLogoCert {
        max-height: 100px;
        width: auto;
    }
}

.cardTitle {
    margin-bottom:5px;
}

.cardTitleLogo {
    margin-bottom: 15px;
}

.cardButton{
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.gradientServices {
    background: rgb(159,7,68);
    background: linear-gradient(135deg, rgba(159,7,68,1) 42%, rgba(227,120,31,1) 100%);
}

.gradientReferencesalt {
    background: rgb(227,120,31);
    background: linear-gradient(135deg, rgba(227,120,31,1) 21%, rgba(159,7,68,1) 100%);
}

.bgReferences {
  background-image: url("img/bgReferences.jpg");
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contactIconSize {
    font-size: 56px;
}
