/*  Imports  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://use.fontawesome.com/releases/v5.11.2/css/all.css");
/** Media Queries **/
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Poppins', sans-serif !important;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

h1 {
  font-size: 2.7rem !important;
  font-weight: bolder !important;
}

h2 {
  font-size: 1.5rem !important;
  font-weight: bolder !important;
}

p,
ul,
ol {
  font-size: 1rem;
}

@media only screen and (min-width: 576px) {
  p,
  ul,
  ol {
    font-size: 1.25rem;
  }
}

header {
  min-height: 75px;
}

.color-1 {
  color: #0b6ea9 !important;
}

.color-2 {
  color: #2CA3DC !important;
}

.color-3 {
  color: #8abd43 !important;
}

.color-4 {
  color: #ec9400 !important;
}

.color-5 {
  color: #535454 !important;
}

.color-6 {
  color: #c62a80 !important;
}

.color-7 {
  color: #e7f3fb !important;
}

.color-8 {
  color: #e7e6e6 !important;
}

.color-9 {
  color: #f5f5f5 !important;
}

.color-10 {
  color: #fef7eb !important;
}

.bg-color-1 {
  background-color: #901BC9 !important;
}

.bg-color-2 {
  background-color: #FFFFFF !important;
}

.bg-color-3 {
  background-color: #8abd43 !important;
}

.bg-color-4 {
  background-color: #ec9400 !important;
}

.bg-color-5 {
  background-color: #949a9e !important;
}

.bg-color-6 {
  background-color: #c62a80 !important;
}

.bg-color-7 {
  background-color: #e7f3fb !important;
}

.bg-color-8 {
  background-color: #e7e6e6 !important;
}

.bg-color-9 {
  background-color: #f5f5f5 !important;
}

.bg-color-10 {
  background-color: #fef7eb !important;
}

.color-primary-lt {
  color: #1B44C9 !important;
}

.color-primary-bg {
  background-color: #4f4f50 !important;
}

.color-secondary-lt {
  color: #1273a7 !important;
}

.color-secondary-bg {
  background-color: #1273a7 !important;
}

.color-tertiary-lt {
  color: #008e45 !important;
}

.color-tertiary-bg {
  background-color: #008e45 !important;
}
.footer-tsg {
  background-color: #30af8e;
  padding: 1rem 8rem;
}

.footer-font {
  font-size: 1rem !important;
}

.footer-font-copyright {
  font-size: 0.80rem !important;
}

.border-footer {
  border-left: 2.5px solid #fff;
  height: 170px;
}

@media only screen and (min-width: 1024px) {
    .custom-footer {
        border-radius: 80px 80px 0 0;
        display: block;
        margin-top: -85px;
        position: absolute;
        width: 100%;
        height: auto;
    }
}

.title-banner-left {
    align-self: center;
    height: auto;
    width: 100%;
    position: absolute;
    margin-left: 4rem;
    font-size: 4rem !important;
}

.title-banner-right {
    align-self: center;
    height: auto;
    width: 100%;
    position: absolute;
    margin-right: -4rem;
    font-size: 4rem !important;
}

.btn-contact-form {
     background-color: #7F3F98;
     border-radius: 1rem;
     color: white;
}

.btn-contact-form:hover {
    transition: 0.20s;
    background-color: white;
    color: #7F3F98;
    border: 1px solid #7F3F98
}

.form-control {
    color: #7F3F98 !important;
    background-color: transparent !important;
    border: 1.2px solid #7F3F98 !important;
    border-radius: 1.85rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(127 63 152 / 25%);
}

a {
    text-decoration: none;
}

.btn-online {
    background-color: #1B44C9;
    color: white;
    border-radius: 1.85rem;
    padding: 0.80rem;
    width: 13rem;
    height: auto;
}

.btn-online:hover {
    transition: 0.50s;
    color: #1B44C9;
    background-color: white;
    border: 1px solid #1B44C9
}

.navbar-brands {
    height: auto;
    width: 25rem;
}

/* form */

.form-banner .custom-form .form-group input{
    background-color: #FFF !important;
}  

.container-fluid {
    padding: 0 !important
}

@media (max-width: 575px) {
    .custom-contact-home {
        width: 300px;
        position: absolute;
        top: 150px;
        z-index: 1000;
        right: 145px;
        border-radius: 25px;
        background-color: transparent;
        border: solid #7F3F98;
    }
    
    .custom-btn {
        /* width: 185px; */
        padding: .84rem 2.14rem;
    }
    
    .custom-input-radius {
        border-radius: 10px;
    }
    
    .custom-input-card {
        /*background-color: #E3E1E1;*/
        background-color: #FFF;
    }
    
    .contact-header {
        position: absolute;
        top: 115px;
        right: 10rem;
        z-index: 2;
        /* font-weight: 100 !important; */
        text-align: right;
        font-size: 2rem !important;
        display: none;
    }
    
    .navbar-brand {
        width: 20rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }
    
    .btn-contacto {
        position: absolute;
        top: 150px;
        right: 3rem;
        z-index: 2;
        display: inline;
        background-color: #1B44C9;
        border-radius: 1rem;
        color: white;
    }
    
    .btn-contacto:hover {
        transition: 0.50s;
        color: #1B44C9;
        background-color: white;
        border: 1px solid #1B44C9
    }
}

@media (min-width: 576px) {
    .custom-contact-home {
        width: 300px;
        position: absolute;
        top: 150px;
        z-index: 1000;
        right: 145px;
        border-radius: 25px;
        background-color: transparent;
        border: solid #7F3F98;
    }
    
    .custom-btn {
        /* width: 185px; */
        padding: .84rem 2.14rem;
    }
    
    .custom-input-radius {
        border-radius: 10px;
    }
    
    .custom-input-card {
        /*background-color: #E3E1E1;*/
        background-color: #FFF;
    }
    
    .contact-header {
        position: absolute;
        top: 115px;
        right: 10rem;
        z-index: 2;
        /* font-weight: 100 !important; */
        text-align: right;
        display: none;
        font-size: 2rem !important;
    }
    
    .navbar-brand {
        width: 20rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }
    
    .btn-contacto {
        position: absolute;
        top: 155px;
        right: 4rem;
        z-index: 2;
        display: inline;
        background-color: #1B44C9;
        border-radius: 1rem;
        color: white;
    }
    
    .btn-contacto:hover {
        transition: 0.50s;
        color: #1B44C9;
        background-color: white;
        border: 1px solid #1B44C9
    }
}

@media (min-width: 768px) {
    .custom-contact-home {
        width: 300px;
        position: absolute;
        top: 150px;
        z-index: 1000;
        right: 145px;
        border-radius: 25px;
        background-color: transparent;
        border: solid #7F3F98;
    }
    
    .custom-btn {
        /* width: 185px; */
        padding: .84rem 2.14rem;
    }
    
    .custom-input-radius {
        border-radius: 10px;
    }
    
    .custom-input-card {
        /*background-color: #E3E1E1;*/
        background-color: #FFF;
    }
    
    .contact-header {
        position: absolute;
        top: 115px;
        right: 10rem;
        z-index: 2;
        /* font-weight: 100 !important; */
        text-align: right;
        font-size: 2rem !important;
        display: none;
    }
    
    .navbar-brand {
        width: 20rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }
    
    .btn-contacto {
        display: none;
    }
}

@media (min-width: 992px) {
    .custom-contact-home {
        width: 300px;
        position: absolute;
        top: 150px;
        z-index: 1000;
        right: 145px;
        border-radius: 25px;
        background-color: transparent;
        border: solid #7F3F98;
    }
    
    .custom-btn {
        /* width: 185px; */
        padding: .84rem 2.14rem;
    }
    
    .custom-input-radius {
        border-radius: 10px;
    }
    
    .custom-input-card {
        /*background-color: #E3E1E1;*/
        background-color: #FFF;
    }
    
    .contact-header {
        position: absolute;
        top: 115px;
        right: 10rem;
        z-index: 2;
        /* font-weight: 100 !important; */
        text-align: right;
        font-size: 2rem !important;
        display: inline;
    }
    
    .navbar-brand {
        width: 20rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }
}

@media (min-width: 1200px) {
    .custom-contact-home {
        width: 400px;
        position: absolute;
        top: 170px;
        z-index: 1000;
        right: 145px;
        border-radius: 25px;
        background-color: transparent;
        border: solid #7F3F98;
    }
    
    .custom-btn {
        /* width: 185px; */
        padding: .84rem 2.14rem;
    }
    
    .custom-input-radius {
        border-radius: 10px;
    }
    
    .custom-input-card {
        /*background-color: #E3E1E1;*/
        background-color: #FFF;
    }
    
    .contact-header {
        position: absolute;
        top: 115px;
        right: 10rem;
        z-index: 2;
        /* font-weight: 100 !important; */
        text-align: right;
        display: inline;
    }
    
    .navbar-brand {
        width: 20rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



/*# sourceMappingURL=tsg.css.map */