/*** Gradients ***/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1em;
}

p, ul, ol {
  font-size: 18px;
}

h1 {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px !important;
  font-family: Sans-serif;
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 18px !important;
  }
}

.login-form .login-main-div {
  background-color: #f1f1f1;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.login-form .login-main-div h3 {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0dfea;
}
.login-form .login-main-div .login-form-group .login-input-group {
  width: 100%;
}
.login-form .login-main-div .login-form-group .btn-login {
  background-color: #000;
  height: auto;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 0 solid transparent;
}
.login-form .login-main-div .login-form-group .btn-login:hover {
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.login-form .login-main-div .login-form-group .btn-pin {
  background: transparent !important;
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}
.login-form .login-main-div .form-control {
  border: 1px solid #d6e2ea;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.login-form .login-main-div .form-control:focus {
  border: 1px solid #000;
}

/**** Formulario ****/
form label {
  max-width: 700px;
  width: 100%;
  color: #fff;
}
form input {
  height: 50px !important;
}
form input::placeholder {
  font-weight: 400;
}
form input[type=submit] {
  width: 100%;
  max-width: 500px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
  border-radius: 50px;
  background-color: #000;
}
form input[type=submit]:hover {
  background-color: #646464;
}
form input[type=submit] {
  padding: 0 !important;
}
form textarea {
  resize: none;
}

/****** Variables ********/
/******** Extends ************/
.primary-btn, form input[type=submit] {
  text-transform: uppercase;
  border: 0 solid transparent;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: all ease-in 0.15s;
}
.primary-btn:hover, form input[type=submit]:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.primary-btn, form input[type=submit] {
  background: linear-gradient(45deg, #28F09E 0%, #02A3F7 100%) !important;
  color: white !important;
}
.primary-btn:hover, form input[type=submit]:hover {
  background: linear-gradient(45deg, #02A3F7 0%, #28F09E 100%);
}

#msjModal {
  z-index: 9999;
}

/****** General **********/
* {
  box-sizing: border-box;
}

body {
  font-family: Sans-serif;
  padding: 0;
  margin: 0;
}

.home .td-pb-article-list {
  display: none !important;
}

.td-main-page-wrap {
  padding-top: 1px;
}

.td-header-wrap .header-search-wrap {
  display: none;
}
.td-header-wrap #menu-header-menu-1 {
  position: absolute !important;
  right: 0;
}

.td-header-style-6 .td-main-menu-logo img {
  max-height: 80%;
  height: 60px;
}

.td-related-title #td_uid_5_5f0c76fa250fe {
  display: none;
}

/********** Mobile Header **********/
.td-mobile-container .td-menu-socials-wrap .td-menu-socials {
  display: none;
}
.td-mobile-container .td-menu-login-section {
  margin-bottom: 10vh;
}
.td-mobile-container .td-menu-login-section .td-logged-wrap {
  width: 80%;
  position: relative;
}
.td-mobile-container .td-mobile-content .menu-header-menu-container {
  margin-top: 60px;
}
.td-mobile-container .td-mobile-content .menu-header-menu-container li {
  text-align: center;
}
.td-mobile-container .td-mobile-content .menu-header-menu-container li a {
  padding: 20px 0;
  border: 1px solid #323232;
  color: white;
  border-radius: 30px;
  margin-bottom: 10px;
}
.td-mobile-container .td-mobile-content .menu-header-menu-container li a:hover {
  text-decoration: none;
  background-color: #868686;
}

/*# sourceMappingURL=custom-style.css.map */
