/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
body {
  color: #373737;
  background: #F1F1F1;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
    .container {
        width: 990px !important;
    }
}
body, html {
  max-width: 100%;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
  font-weight: bold;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
  max-width: 100%;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
}

a:hover {
  color: #088;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1500px) {
  body, p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .flex-between,
  .flex-between-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}

.btn {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 20px;
  text-align: center;
  color: #fff;
  white-space: normal;
  word-break: word-break;
  display: inline-block;
  width: 169px;
  height: 50px;
  border-radius: 5px;
}

.btn i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.btn-verde {
  background: #026F30;
}
    .btn.btn-azul {
        background: #B8E5E2;
        color: #fff;
        padding: 5px 38px;
        border: none;
        font-size: 19px;
        width: inherit;
        margin: 020px auto;
    }
.btn.btn-verde:hover {
  background: #014c21;
}

.btn.btn-borde-verde {
  background: transparent;
  border: 2px solid #026F30;
  color: #026F30;
}

.btn.btn-borde-verde:hover {
  background: #eee;
}

header {
  margin-bottom: 18px;
}

header img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header {
    display: none;
  }
}

.contenido {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 35px 120px 100px;
}

.contenido.s-p {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 480px) {
  .contenido.s-p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contenido.c-iframe {
  padding: 0;
}

.contenido iframe {
  width: 1px;
  min-width: 100%;
}

.contenido .bloque-principal {
  margin-bottom: 60px;
}

.contenido .bloque-principal h2 {
  color: #026F30;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  border-bottom: 2px solid #026F30;
  padding-bottom: 10px;
}

.contenido .bloque-principal p {
  font-size: 14px;
}

.contenido .bloque-cont.bloque-form {
  margin-bottom: 70px;
}

.contenido .bloque-cont h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  border-bottom: 2px solid #026F30;
  padding-bottom: 5px;
}

.contenido .bloque-cont p {
  font-size: 14px;
}

.contenido .bloque-cont .botones {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contenido .bloque-cont .botones a {
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {
  .contenido .bloque-cont .botones a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contenido .w-form {
  margin-top: 40px;
}

.contenido .w-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.contenido .w-form .form-group label {
  width: 164px;
  min-width: 170px;
  margin-top: -10px;
  text-align: right;
  padding-right: 17px;
  font-size: 14px;
}

.contenido .w-form .form-group label span {
  color: #D80000;
}

.contenido .w-form .form-group.small label {
  min-width: 90px;
  width: 90px;
}

.contenido .w-form .form-group input {
  border: 1px solid #A8A8A8;
  height: 44px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}

.contenido .w-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 14px auto;
  background-position: 97% 17px;
  background-color: #fff;
  border: 1px solid #A8A8A8;
  height: 44px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .contenido .w-form .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .contenido .w-form .form-group label {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
  }
}

.contenido .w-form .dos-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contenido .w-form .dos-col .form-group:nth-child(1) {
  width: 56%;
  margin-right: 15px;
}

.contenido .w-form .dos-col .form-group:nth-child(2) {
  width: 44%;
}

.contenido .w-form .dos-col.tipo2 .form-group:nth-child(1) {
  width: 50%;
  margin-right: 15px;
}

.contenido .w-form .dos-col.tipo2 .form-group:nth-child(2) {
  width: 50%;
}

.contenido .w-form .dos-col.tipo2 .form-group:nth-child(2) label {
  width: 135px;
  min-width: 135px;
}

@media only screen and (max-width: 768px) {
  .contenido .w-form .dos-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contenido .w-form .dos-col .form-group:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
  .contenido .w-form .dos-col .form-group:nth-child(2) {
    width: 100%;
  }
  .contenido .w-form .dos-col.tipo2 .form-group:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
  .contenido .w-form .dos-col.tipo2 .form-group:nth-child(2) {
    width: 100%;
  }
  .contenido .w-form .dos-col.tipo2 .form-group:nth-child(2) label {
    width: 164px;
    min-width: 170px;
  }
  .contenido .w-form .dos-col .small label {
    width: 164px;
    min-width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .contenido {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .contenido {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.formulario {
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  overflow: hidden;
}

.formulario h2 {
  font-size: 14px;
  font-weight: bold;
  background: #BCCFF9;
  padding: 10px 15px 6px;
  margin-top: 0;
}

.formulario .bloque-form {
  padding: 10px 15px;
  margin-bottom: 20px !important;
}

.formulario .bloque-form h3 {
  font-size: 14px;
  border-color: #91A0D0;
}

.formulario .bloque-form .w-form .form-group label {
  margin: 0;
}

.formulario .bloque-form .w-form .form-group input {
  height: 30px;
  border-radius: 0;
}

.formulario .bloque-form .w-form .form-group select {
  height: 30px;
  border-radius: 0;
  background-image: url("../images/bg-select2.png");
  background-size: auto 100%;
  background-position: top right;
}

.formulario .bloque-form .w-form .dos-col .form-group input.small {
  width: 145px;
}

.formulario .bloque-form .w-form .dos-col .form-group:nth-child(1) {
  margin-right: 0;
}

.formulario .bloque-form .w-form .dos-col .form-group.small {
  padding-left: 20px;
}

.formulario .bloque-form .w-form .dos-col .form-group.small input {
  width: 122px;
}

.formulario .bloque-form .w-form .dos-col .form-group.small input.full {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .formulario .bloque-form .w-form .dos-col .form-group.small {
    padding-left: 0;
  }
  .formulario .bloque-form .w-form .dos-col .form-group.small input {
    width: 145px;
  }
}

@media only screen and (max-width: 480px) {
  .formulario .bloque-form .w-form .dos-col .form-group.small label {
    display: block;
    width: 100%;
  }
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D7E6FB;
  padding: 10px 15px 8px;
  margin-bottom: 15px;
}

.panel a {
  font-size: 14px;
  color: #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}

.panel a img {
  margin-right: 5px;
  margin-top: -2px;
}

footer {
  background: #222222;
  padding: 20px 20px;
  text-align: center;
  margin-top: 80px;
}

footer nav ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer nav ul li {
  border-right: 1px solid #ccc;
  padding: 5px 10px;
  line-height: 9px;
}

footer nav ul li a {
  color: #fff;
  font-weight: bold;
  line-height: 9px;
  font-size: 15px;
}

footer nav ul li a:hover {
  color: #eee;
}

footer nav ul li:last-child {
  border: none;
}

footer p {
  color: #fff;
  font-style: italic;
  margin: 30px 0;
  font-size: 14px;
}

footer p a {
  font-weight: bold;
  color: #fff;
}

footer p.copy {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  margin: 15px 0 0;
}

@media only screen and (max-width: 768px) {
  footer nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer nav ul li {
    margin-bottom: 10px;
  }
}
select, textarea, label,input {
    font-family: "Catamaran", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    color: black !important;
    font-weight: 400 !important;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
h2 {
    font-weight: 700 !important;
    color: #026F30 !important;
}
h3 {
    font-weight: 700 !important;
    font-size: 32px;

    margin: 23px auto 0px;
    text-align: left;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -500px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: red;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: red;
    color: white;
}
@media(min-width: 991px) {
    .modal-content {
        width: 50%;
    }
}

.modal-content {
    border-radius: 25px;
}

.modal-header {
    background-color: white;
    text-align: center;
    border-radius: 25px;
}

.modal-body {
    padding: 2px 16px;
    text-align: center;
    color: #d40505;
}

.modal-footer {
    background-color: transparent;
}

.close {
    color: gray !important;
}
#formulario {
    margin: 0 auto 60px !important;
}

@media (min-width: 1200px) {
    .container-wrapper {
        width: 990px !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        padding: 0 !important
    }
}
.checkEmpresa input[type="checkbox"],
.checkTrabajadorInd input[type="checkbox"] {
    display: none;
}

.contenido .w-form .form-group .checkEmpresa label,
.contenido .w-form .form-group .checkTrabajadorInd label {
    text-align: left !important;
}

.checkEmpresa label:before,
.checkTrabajadorInd label:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    border: 1px solid #a8a8a8;
    font-family: "FontAwesome";
    padding: 5px 5px;
}

.checkEmpresa input[type="checkbox"]:checked + label::before,
.checkTrabajadorInd input[type="checkbox"]:checked + label::before {
    content: url(/images/check-solid.svg);
    color: #fff;
    background-color: #026F30;
    border: 1px solid #026F30;
}
/*# sourceMappingURL=estilos.css.map */