input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,


textarea {
    color: black !important;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
    overflow: hidden;
    border: 0px;
    font-weight: lighter;
    line-height: 1em;
    text-align: left;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
    margin: 0 0 15px 0;
}

.bg {
    background-color: #014691;
    border-radius: 20px;
    padding: 30px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7C7D7F !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #7C7D7F !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #7C7D7F !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #7C7D7F !important;
}

.btn {
    position: relative;
    padding: 10px 55px !important; /*padding top y botom, izq y der */
    border: 2px solid #ec2c34;
    -webkit-border-radius: 20px; /*redondeo de boton*/
    -moz-border-radius: 20px; /*redondeo de boton*/
    border-radius: 20px;  /*redondeo de boton*/
    background-color: #ec2c34 !important;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2rem!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;   
}

.btn:hover {
    border-color: #ec2c34 !important;
    background: #ec2c34 !important;
    color: #ffffff;
    cursor: url("send-b.png"), auto;
}

.btn:disabled, .btn[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: not-allowed;
}

/*Loader*/
/*Map*/
.map_container {
  position:relative;
  display: inline-block;
}
.map_container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.map-marker {
    width: 3%;
    position: absolute;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    text-decoration:none;
  }
  .map-marker span {
    position:relative;
    color:#fff;
  }
  .map-marker:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }


  #poland {
    top: 2%;
    left: 58%;
  }

  #china {
    top: 20%;
    left: 75%;

    animation: 5s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #canada {
    top: 20%;
    left: 17%;

    animation: 6s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #usa {
    top: 28%;
    left: 18%;

    animation: 2.5s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #thailand {
    top: 38%;
    left: 78%;

    animation: 6s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #philippines {
    top: 38%;
    left: 85%;

    animation: 4s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #mexico {
    top: 37.5%;
    left: 16%;

    animation: 9s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #honduras {
    top: 43%;
    left: 19%;

    animation: 5s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #costa-rica {
    top: 46%;
    left: 21%;

    animation: 8s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #peru {
    top: 57%;
    left: 22%;

    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #chile {
    top: 69%;
    left: 24%;

    animation: 2.5s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #brazil {
    top: 57%;
    left: 32%;

    animation: 7s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #new-zeland {
    top: 80%;
    left: 99.5%;

    animation: 2.5s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
  }

  #south-africa {
    top: 65%;
    left: 55%;

    animation: 2s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;

  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      visibility: visible;
      opacity: 1;
    }
  }

  .map-marker:hover .map-markertext {
      visibility: visible;
      opacity: 1;
  }

  .map-marker .map-markertext {
      position: absolute;
      width: 120px;
      background-color: #555;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      border-radius: 6px;
      z-index: 1;
      opacity: 0;
      transition: opacity .6s;
      visibility: hidden;
  }

  .tooltip-top {
      font-size: 0.9rem;
      bottom: 125%;
      left: 50%;
      margin-left: -60px;
  }

  .tooltip-top::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
  }


/*Map*/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}