.elementor-location-header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.elementor-location-header.hide,.elementor-location-header.hide2{
	position:absolute;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.trp-notice.notice.error {
    display: none;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.translatepress-en_US .tp_en, 
.translatepress-es_AR .tp_es
{ display: none; }

.jquery-modal p,.jquery-modal  ol,.jquery-modal  ul{
    color: #000;
    font-size:14px;
    line-height: 1.2;
}

.jquery-modal  ol,.jquery-modal  ul{
	margin-bottom:1em;
}
.jquery-modal .elementor-widget-theme-post-content .elementor-widget-container{
    max-height: 500px;
    overflow:auto;
}

.jquery-modal h2.elementor-heading-title{
    color: #000;
    font-size:20px;
        border-bottom: 2px solid;
    padding: 5px 0;
    margin-bottom:15px;
}

.formcol {
    display: block;
    overflow: hidden;
    float: left;
    width: calc(50% - 2em);
    box-sizing: border-box;
    padding: 0 1em;
}

label{
    display: block;
	width:100%;
}

span.wpcf7-not-valid-tip {
    color: #ff9e02;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 5px 0 0 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: block;
    overflow: hidden;
    clear: both;
    margin: 3em 1em;
    background-color: #F00;
    color: #FFF;
    padding: 1em 2em;
    float: none;
}

input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], select, textarea {
  display: block;
  line-height: 1em;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  border-bottom:1px #FFF solid;
  width: 100%;
  font-family: Verdana;

  background-color: transparent;
  color:#FFF;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}

input.whitebtn {
    width: 100%;
    background-color: #FFF;
    border: none;
    outline: none;
    color: #0fad00;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
	margin-top: 1em;
}
input.whitebtn:hover{
	background-color: #999;
}

#protresume{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 30px 80px;
}

#protresume .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(25% - 60px);
}

#protresume .item h2{
    text-transform: uppercase;
    font-size:22px;
    margin: 0;
}

#protresume .item a{
    width: 90%;
}
#protresume .item button{
    width: 100%;
    border-radius: 10px;
    border:none;
    background-color: #49ae71;
    color: #FFF;
    padding:5px 10px;
    font-size:14px;
    text-transform: uppercase;
}
#protresume .item button.inactive{
    background-color: #e95403;
}

@media screen and (max-width:1024px){
    #protresume{
    gap: 40px;
}
    #protresume .item{
     width: calc(33% - 30px);
    }
}

@media screen and (max-width:750px){
    #protresume{
    gap: 30px;
}
    #protresume .item{
     width: 100%;
    }
    #protresume .item button{
    width: 100%;
}
}

.elementor-element.personal .elementor-widget-container p{
    margin-bottom: 0 !important;
}
.elementor-element.personal .elementor-widget-container p a{
    color:#000 !important;   
}

.jquery-modal .modal h2 {
    font-size: 20px;
    background-color: #49AE71;
    padding: 5px 15px;
    color: #FFF;
    border-radius: 5px;
}
.jquery-modal .modal h2.fn {
	background-color: #E95403;
}

.jquery-modal .modal p{
    max-height: 500px;
    overflow:auto;
}


@media only screen and (max-width: 600px) {
.formcol {
    float: none;
    width: 100%;
	margin-bottom:2em;
}
}