@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');


/*resets globales*/
h1,h2,h3,h4,h5{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}


/*reset en buttons*/
.btn{
  font-family: 'Raleway', sans-serif;
  border-radius: .1rem;
}
.btn-primary{
  background-color: #1cd1c5;
  border-color: #1cd1c5;
  color: #1c1c1c;
}
.btn-primary:hover,
.btn-primary:focus{
  background-color: #17aca2;
  border-color: #17aca2;
  color: #1c1c1c;
}
.btn-outline-primary{
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
  background-color: inherit;
  border-color: #1c1c1c;
  color: #1c1c1c;
}


/*reset accordion*/
.accordion-button:not(.collapsed){
  font-weight: 700;
  color: #fff;
  background-color:#000;
  box-shadow: inset 0 0 0 2px #000, 0 0 0 4px #b0f1ed;
}



/*header*/
.dropdown-menu2
{
	background-color: #1cd1c5 !important;
}
.header{
  background-color: #1cd1c5;
}
.header .btn{
  font-weight: 700;
  font-size: 1rem;
}


/*pre-header*/
.pre-header{
  background-color: #1c1c1c;
  font-size: .8rem;
  font-family: 'Raleway', sans-serif;
}
.pre-header a,
.pre-header a:visited,
.pre-header a:focus{
  color: #1cd1c5;
}
.pre-header a:hover{
  color: #fff;
}
.pre-header .title-application{
  font-size: .9rem;
  margin: 0;
  padding: .6rem;
  color: #fff;
}


/*reset dropdowns in header*/
.navbar .dropdown-menu{
  border-radius: 0;
  background-color: #1c1c1c;
  
}



/*navbar*/
.navbar{
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
}
.nav-link{
  font-weight: 700;
}


/*cards para portal*/
a.card.portal-card,
a.card.portal-card{
  text-decoration: none;
  color: #000;
}
.portal-card{
  border-bottom: 3px solid #1cd1c5;
  background-color: #fff;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: 0 5px 20px -2px rgb(28 28 28 / 25%);
    box-shadow: 0 5px 20px -2px rgb(28 28 28 / 25%);
}
.portal-card .card-img, .portal-card .card-img-top{
  border-radius: 0;
  
}
.portal-card .card-text{
  font-size: .9rem;
  font-family: 'Raleway', sans-serif;
}

.portal-card img{
  display: block;
  margin: 0 auto;
}

/*img en cards*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


/*buscador en inicio*/
  .box{
    background: #fff;
    padding: 5px;
    border-radius: .1rem;
    border: 1px solid #363636;
    box-shadow: 0 2px 10px #E6E6F2;
    font-family: 'Raleway', sans-serif;
  }
  .box .input-group input{
    border: none;
    font-size: 1.3em;
    line-height: 1em;
    padding-top: 3px;
  }
  .box .input-group input:focus{
    box-shadow: none;
    outline: none;
    margin-right: 0;
  }
  .box .input-group-append .btn{
    border-radius: .1rem;
    z-index: 99;
    padding: 10px 15px;
  }
  .box.w-border{
    border: 1px solid #eee;
  }
  .box .custom-select{
    border: none;
    border-radius: 8px;
    width: 140px;
      margin-top: 5px;
  }
  .box .custom-select:focus,
  .box .custom-select:hover{
    outline: none;
    box-shadow: none;
  }
  


.list-group.list-category .list-group-item{
  margin-bottom: .5rem;
  border: 1px solid rgb(52, 52, 52);
  border-radius: .1rem;
}



.callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #efffff;
  border-left: 0.25rem solid #a1e9e5;
}


/*reset ALERTS*/
.alert{
  border-radius: 0;
  
}
.alert-primary{
  border: 5px solid #212529;
  background-color: #fff;
  color: #000;
  font-family: 'Raleway', sans-serif;
}
.alert-primary p{
  font-size: 1.2rem;
}


/*reset FORMS*/
.form-control{
  border-radius: .1rem;
  border-color: #363636;
}

.form-control:focus {
  border-color: #000;
  box-shadow: inset 0 0 0 2px #000, 0 0 0 4px #b0f1ed;
}

.form-label{
  font-weight: 600;
}


.form-aside-info h6{
  font-size: .8rem;
}
.form-aside-info h4{
  font-size: 1rem;
}

.form-section{
  border-bottom: 1px solid #212529;
  padding-bottom: 0.5rem;
}


/*reset TABS*/
.nav-tabs .nav-link{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f3f2f1;
  margin-left: 3px;
  margin-right: 3px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  box-shadow: 0px -4px 0px #1cd1c5;
  border-top: 0;
  color: #000;
}


/*reset TABLES*/
table{
  font-family: 'Raleway', sans-serif;
}



/*footer*/
  footer .footer-col a {
    color: #FFF;
    font-size: .875rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

footer .footer-col-contact {
    font-family: Roboto,sans-serif;
    display: flex;
}

footer .footer-col-contact .fas {
  color: #1cd1c5;
  font-size: 1.125rem;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
}
footer .footer-col-contact {
  margin-bottom: 0.5rem;
}
  .footer{
    background-color: #1c1c1c;
    margin-top: 3rem;
    color: #1cd1c5;
    font-size: .9rem;
    font-family: 'Raleway', sans-serif;
  }
  .footer a,
  .footer a:hover,
  .footer a:focus,
  .footer a:visited{
    color: #fff;
    text-decoration: none;
  }
