


@font-face{
  font-family: TitilliumWeb;
  src: url("/fonts/TitilliumWeb-Regular.ttf");
  font-display: swap;
}

@font-face{
  font-family: TitilliumWeb-Bold;
  src:url("/fonts/TitilliumWeb-Bold.ttf");
  font-display:swap;
}

@font-face{
  font-family: TitilliumWeb-SemiBold;
  src:url("/fonts/TitilliumWeb-SemiBold.ttf");
  font-display:swap;
}

@font-face{
  font-family: TitilliumWeb-SemiBoldItalic;
  src: url("/fonts/TitilliumWeb-SemiBoldItalic.ttf");
  font-display: swap;
}

@font-face{
  font-family: TitilliumWeb-BoldItalic;
  src: url("/fonts/TitilliumWeb-BoldItalic.ttf");
  font-display: swap;
}

@font-face{
  font-family: TitilliumWeb-Light;
  src: url("/fonts/TitilliumWeb-Light.ttf");
  font-display: swap;
}

@font-face{
  font-family: TitilliumWeb-Italic;
  src: url("/fonts/TitilliumWeb-Italic.ttf");
  font-display: swap;
}




h1, h2, h3, h4, h5, h6 {
  color: #36393b;
}

.ev-pildora *{
  color: #36393b;
}

.ev-pildora {
    border-color: #706b65!important;

    border-radius: 1.5rem;
    padding: 2em;
    outline:none;

    transition: background-color 0.3s ease; 
}

.ev-pildora h3 {
  font-weight: bold;
}

.ev-navbar {
  background-color: #36393b!important;
}

.navbar-margin-left {
  margin-left: 5%; /* Set the desired margin value */
}


.hand {
  cursor: pointer;
}

.clickme {
  cursor: pointer;
}

.clickme:hover {
  background-color: #706b65;
  color: white;
  font-weight: bold;
}

.clickme:hover * {
  color: white;
  font-weight: bold;
}

.flexible-space {
  height: 4vh;
}

.ev-main {
  background-color: #faf7f5;
}

.ev-form-navbar {
  background-color: #f8f9fa; /* Gray background color */
  border-top: 2px solid #706b65; /* Dark gray top border */
  background-color: white;
}

.ev-form-submit {
  background: #ed7011;
  border-radius: 18px;
  color:white;
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
}

.ev-form-submit:hover {
  background: #ec924d;
  color:white;
}

.ev-volver , .ev-volver:active {
  color: #706b65;
  font-weight: bold;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
}

.circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #36393b;
  background-color: white;
  color: #36393b;
  font-size: 18px;
}

.circlegray {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #a39b93;
  background-color: white;
  color: #a39b93;
  font-size: 18px;
}



  
      
.bigrule {
  position: relative; /* Set the position of the span to relative */
  width: 100%;
}

.bigrule::after {
  content: ""; 
  display: block; 
  position: absolute; 
  top: 50%; 
  left: 0; 
  right: 0; 
  height: 1px; 
  background-color: #cccccc; 
  transform: translateY(-50%);
  margin-left: 30px;
  z-index: -1;
}


.overflow-custom {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: '..'
}

.selected-stage {
  background-color: rgb(250, 247, 245); padding-left: 1em;padding-right: 1em;
  color: black;
}


.ev-info-pill {
  background-color: white;
  margin-top: 1em;
  padding: 1em;
  border: 2px solid #dbd5ce;
  border-radius: 0.4em;

  transition : border 300ms ease-out;
}

.ev-info-pill input[type=radio] {
  margin-left: 0.5em;
  margin-right: 1em;
}


.ev-pill-selected {
  border: 2px solid #ed7011;
}



.form-control:focus {
  border-color: #ed7011;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ed7011;
}

.form-select:focus {
  border-color: #ed7011;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ed7011;
}

a {
  color: #706b65ff;
  font-weight: bold;
}

a:focus {
  color: #ed7011;
}

a:hover {
  color: #ed7011;
}


input[type=radio]{
  color: #ed7011;
}

.ev-color-clarito {
  color: #a39b93ff;
}

.ev-color-oscuro {
  color: black!important;
}

.ev-color-clarito label {
  color: #a39b93ff;
}

.ev-button-color {
  background: #ed7011;
  background: gray;
  color:white;
  font-weight: bold;
}

.ev-button-color:hover {
  background: #ec924d;

  color:white;
}


.ev-button {
  background: #ed7011;
  border-radius: 18px;
  color:white;
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
}

.ev-button:hover {
  background: #ec924d;
  color:white;
}

#footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

main {
  margin-bottom: 350px;
  padding-bottom: 120px;
}


.grecaptcha-badge {
  z-index:0;
}

footer {
  z-index: 999;
}

/* ----- black footer ---- */
.black-footer {
  background-color: black;
  color: white;
  padding: 20px;
  text-align: center;
  display: flex; /* Add flex display */
  justify-content: center; /* Center the links horizontally */
}

.black-footer ul {
  list-style-type: none;
  padding: 0;
  display: flex; /* Display the list items horizontally */
}

.black-footer li {
  margin: 0 10px; /* Adjust the margin between links */
}

.black-footer a {
  color: white;
  text-decoration: none;
}

.black-footer a:hover {
  text-decoration: underline;
}
