.btn-forest-green-custom a{
    background-color: rgb(0 76 69);
    color: rgb(255 255 255)!important;
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 3rem;
  margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  	text-decoration: none!important;
  cursor: pointer;
}

.btn-forest-green-custom a{
  --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
   text-decoration: none;
}

.btn-forest-green-custom a:hover{
  --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
   text-decoration: none;
}


.btn-forest-green-custom:active {
    --tw-bg-opacity: 1;
    background-color: rgb(7 39 45 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity))!important;
}

.btn-forest-green-custom:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(7 39 45 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important;
}

.btn-forest-green-custom:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(7 39 45 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important;
}

.border-round-thick {
    border: 2px solid;
  	border-radius: 5px;
}
  
.portada-italic {
 	font-family: "Portada-Italic"; 
}


.pullquote-left {
  line-height: 150%;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgba(0,0,0,var(--tw-text-opacity));
  border-color: unset;
  --tw-border-opacity: 0;
  border-left-width: 0;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "portada-italic";
}
  
.pullquote-right {
  line-height: 150%;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgba(0,0,0,var(--tw-text-opacity));
  border-color: unset;
  --tw-border-opacity: 0;
  border-left-width: 0;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "portada-italic";
  display: block;
}

@media (min-width: 640px) {
  .pullquote-left, .pullquote-right{
    margin-left: 1.5rem;
  	margin-right: 1.5rem;
  }
}
  
@media (min-width: 1024px) {
  .pullquote-left{
    margin-left: -3rem;
    text-align: right;
    float: left;
    display: inline-block;
    width: 45%;
  }
  
  .pullquote-right{
    margin-right: -3rem;
    text-align: left;
    float: right;
    display: inline-block;
    width: 45%;
  }
}










































