.subtitle {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.border-objetivos {
  display: inline-block;
  border-bottom: 2px solid #00B7E3;
  padding-bottom: 8px; }

.line-white {
  display: block;
  max-width: 150px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid white; }

.entry-title {
  line-height: normal;
  font-size: 4rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700; }

.form-check-label {
  font-size: 14px; }

.form-check-inline label {
  margin-right: 15px; }

.icono_circulo {
  color: #002E6D;
  border: solid 3px #002E6D;
  font-size: 1.7rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  margin: 0 auto 10px auto; }

@media (max-width: 500px) {
  .entry-title {
    font-size: 3rem; } }
/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 25px; }

.input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #757575; }

.input:focus {
  outline: none; }

/* LABEL ======================================= */
.label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* active state */
.input:focus ~ .label, input[required]:valid ~ .label, input:not(:placeholder-shown) ~ .label,
.textarea[required]:valid ~ .label, .textarea:not(:placeholder-shown) ~ .label {
  top: -20px;
  font-size: 14px;
  color: #002E6D; }

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #002E6D;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
.input:focus ~ .bar:before, .input:focus ~ .bar:after {
  width: 50%; }

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
.input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

.form-control {
  background-color: transparent; }
  .form-control:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }
body {
  font-family: "Montserrat"; }

@media (min-width: 1600px) {
  .container {
    max-width: 1540px; } }
main.main {
  margin-top: 70px; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 46, 109, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /*  @media (min-width: 800px) {
      font-size: 70px;
    }*/ }
  @media (min-width: 600px) {
    h1 {
      font-size: 50px; } }
  @media (min-width: 1000px) {
    h1 {
      font-size: 70px; } }

h2 {
  font-size: 1.7rem;
  font-weight: bold; }

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; }

.lead {
  line-height: 30px; }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400px; }

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4) !important; }

.hero {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-gradient-blue-dark {
  background: #1650a2;
  background: linear-gradient(90deg, #1650a2 0%, #002e6d 100%);
  position: relative;
  overflow: hidden; }
  .bg-gradient-blue-dark:after {
    content: "";
    position: absolute;
    height: 80px;
    left: -15%;
    right: -35%;
    border-radius: 50%;
    top: -65px;
    background: #fff; }

.bg-blue-dark {
  background: #002E6D; }

.text-blue-dark {
  color: #002E6D; }

.bg-blue-light {
  background: #00B7E3; }

.text-blue-light {
  color: #00B7E3; }

.bg-gray-light {
  background: #EEEEEE; }

.btn-blue-dark {
  background: #002E6D;
  color: #FFF !important; }
  .btn-blue-dark:hover {
    background: #002E6D;
    color: #FFF; }
  .btn-blue-dark.send {
    border: 2px solid #002E6D !important; }
    .btn-blue-dark.send:hover {
      background: #fff !important;
      color: #002E6D !important;
      border: 2px solid #002E6D !important; }

.btn-blue {
  background: #00B7E3;
  color: #FFF !important;
  font-weight: 600;
  font-size: 18px; }
  .btn-blue.btn-blue:hover {
    background: #FFF;
    color: #00B7E3 !important; }

.btn-white {
  background: #fff;
  color: #002E6D;
  font-weight: 600;
  font-size: 18px; }
  .btn-white.btn-white:hover {
    background: #002E6D !important;
    color: #fff !important; }

.btn-shadow:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-toggler {
  border: 0 !important; }
  .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:visited, .navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:active {
    outline: none;
    box-shadow: none; }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    font-size: 30px; }

.navbar {
  min-height: 74px;
  padding: 0 1rem; }
  .navbar #navbarNavMain .padding-menu {
    padding-top: 23px;
    padding-bottom: 23px; }
    @media (max-width: 992px) {
      .navbar #navbarNavMain .padding-menu {
        padding-bottom: 10px; } }
  .navbar #navbarNavMain .btn-nav-demo {
    margin-top: 15px; }
  .navbar #navbarNavMain a {
    transition: none;
    color: #002E6D;
    font-weight: 600;
    text-transform: initial; }
    .navbar #navbarNavMain a.nav-link {
      border-bottom: 4px solid white; }
    .navbar #navbarNavMain a.active, .navbar #navbarNavMain a.nav-link:hover {
      border-bottom: 4px solid #002E6D; }
  .navbar #navbarNavMain .nav-lang .lang {
    padding-left: 4px;
    color: #002E6D;
    font-weight: 600; }
  @media (max-width: 991px) {
    .navbar #navbarNavMain.show {
      height: 100vh; }
    .navbar #navbarNavMain .nav-item {
      padding-left: 0 !important; }
      .navbar #navbarNavMain .nav-item.btn-nav-demo {
        padding-left: 15px !important; }
      .navbar #navbarNavMain .nav-item a {
        padding-left: 15px !important; }
      .navbar #navbarNavMain .nav-item .nav-link {
        border-bottom: 0; }
        .navbar #navbarNavMain .nav-item .nav-link.active, .navbar #navbarNavMain .nav-item .nav-link.nav-link:hover {
          border-bottom: 0;
          background: #002E6D;
          color: white; }
      .navbar #navbarNavMain .nav-item .nav-lang {
        padding-left: 15px !important;
        margin-top: 15px; }
        .navbar #navbarNavMain .nav-item .nav-lang.nav-lang:hover {
          background: none !important;
          color: #002E6D; } }

.pre-footer {
  padding: 15px 0px; }
  .pre-footer .politica-calidad {
    font-weight: 600;
    color: #002E6D;
    border-bottom: 1px solid transparent;
    transition: border-color 0s ease; }
  .pre-footer .w-imagen-iso {
    margin-right: 5px;
    transition: transform .5s; }
    .pre-footer .w-imagen-iso :hover {
      transform: translateY(-2.5px); }

footer {
  padding: 15px 0;
  margin-top: 0;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 0.875rem; }
  footer .pie-col .menu li {
    display: inline-block;
    margin: 0 10px; }
    footer .pie-col .menu li a {
      transition: none;
      color: #FFF;
      font-weight: bold;
      text-transform: initial; }
      footer .pie-col .menu li a :hover {
        text-decoration: none;
        border-bottom: 1px solid #FFF; }
  footer .pie-col3 {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .pie-col3 .redes_pie ul {
      width: auto;
      margin: 0;
      flex: 1;
      flex-wrap: nowrap;
      flex-direction: row-reverse !important; }
      footer .pie-col3 .redes_pie ul i {
        padding: 5px;
        border: solid 6px #002E6D;
        background-color: #fff;
        color: #002E6D;
        margin: 0 3px;
        height: 37px;
        width: 37px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        footer .pie-col3 .redes_pie ul i:hover {
          transform: translateY(-2.5px); }

#sliderProductos .slick-prev:before, #sliderProductos .slick-next:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 1;
  opacity: 1;
  color: #002E6D; }
#sliderProductos .owl-nav {
  margin-top: 0px; }
  #sliderProductos .owl-nav :hover {
    background: #002E6D; }
  #sliderProductos .owl-nav .owl-prev, #sliderProductos .owl-nav .owl-next {
    padding: 0 10px !important; }
    #sliderProductos .owl-nav .owl-prev :hover, #sliderProductos .owl-nav .owl-next :hover {
      background: #002E6D; }
    #sliderProductos .owl-nav .owl-prev span, #sliderProductos .owl-nav .owl-next span {
      font-size: 40px; }

.card {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 21rem;
  cursor: grabbing; }
  .card h3 {
    font-size: 1rem;
    font-weight: 600; }
  .card .card-body {
    height: 280px; }
  @media (max-width: 360px) {
    .card.card {
      width: 18rem; }
    .card .card-body {
      height: 320px; } }

.line-blue {
  display: block;
  max-width: 150px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #00B7E3; }

/*# sourceMappingURL=main.css.map */
