html,
body {
  width: 100%;
  height: 100%;
}

body {
  /* Tipografía Corporativa */
  font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
}

a {
  color: #5BC2E7; /* Azul Claro Pantone 2985 C */
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #24618A; /* Azul Oscuro Pantone 7691 C */
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.text-form {
  color: #5BC2E7;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-size: 12px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 30px;
}

#mainNav {
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #5BC2E7;
  font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #24618A;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #ffffff;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #5BC2E7 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #5BC2E7;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: white;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #5BC2E7;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: white;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #5BC2E7;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  color: white;
  /* Degradado adaptado a colores corporativos: Azul Oscuro a Azul Claro */
  background: url("../img/bg-pattern.png"), linear-gradient(to left, rgba(36, 97, 138, 0.95), rgba(91, 194, 231, 0.85));
  background-size: cover !important;
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  header.masthead .header-content .form-group {
    text-align: left !important;
  }
  
  header.masthead .header-content .form-group label {
    display: block;
    width: 100%;
  }
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 800px!important;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

.bg-primary {
  background: #f5f5f5;
  background: -webkit-linear-gradient(#f5f5f5,#c1c1c1);
  background: linear-gradient(#f5f5f5,#c1c1c1);
}

.text-primary {
  color: #5BC2E7;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #5BC2E7;
  background-color: #5BC2E7;
}

.btn {
  border-radius: 300px;
  font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.h-100 {
    height: 100% !important;
}

@media (max-width: 991px) {
    .h-100 {
        height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.input-profesional {
    font-size: 18px !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #333 !important;
    height: auto !important;
    transition: all 0.3s ease;
}

.input-profesional:focus {
    background-color: #ffffff !important;
    border-color: #5BC2E7 !important; /* Azul Claro Pantone 2985 C */
    box-shadow: 0 0 15px rgba(91, 194, 231, 0.4) !important;
    outline: none !important;
}

.input-profesional::-webkit-input-placeholder { color: #888; font-weight: 300; }
.input-profesional:-moz-placeholder { color: #888; font-weight: 300; }
.input-profesional::-moz-placeholder { color: #888; font-weight: 300; }
.input-profesional:-ms-input-placeholder { color: #888; font-weight: 300; }

.btn-pagar-profesional {
    background-color: #24618A !important; /* Azul Oscuro Pantone 7691 C */
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 16px 40px !important;
    border-radius: 8px !important;
    border: 2px solid #24618A !important;
    transition: all 0.3s ease-in-out !important;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    margin-top: 15px;
}

.btn-pagar-profesional:hover {
    background-color: #5BC2E7 !important; /* Transición a Azul Claro */
    color: #ffffff !important; 
    border-color: #5BC2E7 !important;
    box-shadow: 0 0 20px rgba(91, 194, 231, 0.6) !important;
    cursor: pointer;
}

#mainNav .navbar-brand img {
    max-width: 100px;
    height: auto;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    #mainNav .navbar-brand img {
        max-width: 120px; 
    }
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}