:root{
  --rojo: rgb(171 0 51) ! important;
  --rojo80: rgb(171 0 51 / 80%) ! important;
  --rojo60: rgb(171 0 51 / 60%) ! important;
  --rojo40: rgb(171 0 51 / 40%) ! important;
  --rojo20: rgb(171 0 51 / 20%) ! important;
  --cafe: rgb(188 149 92) ! important;
  --cafe80:rgb(188 149 92 / 80%) ! important;
  --cafe60:rgb(188 149 92 / 60%) ! important;
  --cafe40:rgb(188 149 92 / 40%) ! important;
  --cafe20:rgb(188 149 92 / 20%) ! important;
  --dorado: rgb(221 201 163) ! important;
  --dorado80:rgb(221 201 163 / 80%) ! important;
  --dorado60:rgb(221 201 163 / 60%) ! important;
  --dorado40:rgb(221 201 163 / 40%) ! important;
  --dorado20:rgb(221 201 163 / 20%) ! important;
  --gris: rgb(84 86 90) ! important;
  --gris80:rgb(84 86 90 / 80%) ! important;
  --gris60:rgb(84 86 90 / 60%) ! important;
  --gris40:rgb(84 86 90 / 40%) ! important;
  --gris20:rgb(84 86 90 / 20%) ! important;
  --font: 'Encode Sans', sans-serif;
}

*, ::after, ::before {
    box-sizing: border-box;
}
body{
  /* filter: grayscale(1); */
}

a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

:focus-visible {
  outline: none;
}
.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clean-list li {
    display: inline-block;
}
body {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #45494c;
}

.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
/*header*/
#liston-superior {
  background-color: #ab0033;
  border-bottom: 7px solid #bc955c;
}

/*logo login*/
#logo-login .logo {
  max-height: 70px;
}

#logo-menu{
  background:#ab0033;
}

/*liston superior*/
#liston-superior .contenido{
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
}
#liston-superior .contenido a.btn{
  line-height: 40px;
}

/*#liston-superior .contenido a.btn i{
  margin-left: 5px;
}*/

#liston-superior .contenido a.btn:first-child{
  margin-right: 15px;
}
/*.redes-sociales ,#links {
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.redes-sociales a ,#links a{
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: lighter;
  color: #fff;
}
#links a{
  padding: 0 5px;
  opacity: .8;
}
.redes-sociales a{
  padding: 0 10px;
}
.redes-sociales i {
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.redes-sociales li a:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}*/

/*splash*/
.bg-splash{
  background-image: url('/img/hero-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cont-circle #circulo{
  width: 100%;
}
.cont-circle #circulo,.cont-circle #persona{
    max-height: 500px;
}

.cont-circle #persona{
  bottom: 0;
}

.InfoSlider  #contenedor h2{
  font-size: 4.3em;
  font-weight: 600;
}

.InfoSlider  #contenedor h3{
  font-size: 2.8rem!important;
}

.InfoSlider  #contenedor{
  display: table-cell;
  vertical-align: middle;
}
.InfoSlider {
  display: table;
  height: calc(500px - 0px);
}

.cc-red{
  color:#ab0033;
}
.bg-red{
  background-color:#ab0033;
}
.bg-dorado{
  background-color:#bc955c;
}

.section-cta .icon {
  width: 35px;
  height: 35px;
  background: #c8c9c9;
  margin-right: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  color: #2f3238;
}

/**/
.info-contacto .datos{
  font-size: 1.1rem;
}

.info-contacto .datos img{
  max-height: 150px;
}

.info-contacto .datos a{
  color: #54565a;
}

.info-contacto .datos i{
  color: #ab0033;
  font-weight: 1.5rem;
}

/**/
.nav-tabs .nav-link{
  color: var(--gris);
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
  color:var(--rojo);
  border:0;
  text-decoration: underline;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
  border-color: transparent;
}

.nav-link:focus, .nav-link:hover{
  color: inherit;
}

.tab-content{
  border: 1px solid #dee2e6;
  border-top: none;
}

.card-body .card-title {
  font-size: 1rem;
}

.accordion-button:not(.collapsed) {
  color:var(--gris);
  background-color: var(--gris20);
  box-shadow: none;
  font-weight: 500;
}

/*footer*/
#footer {
  background: #54565a;
}

#footer .footer-line {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #DDC9A3;
    bottom: -5px;
    left: 0;
}

#footer-rows {
  padding: 80px 0 30px 0;
  color: #c8c9c9;
}

#footer-rows .informacion {
  line-height: 20px;
  font-size: .9em;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-flex-pack: center;
}

#footer h2 {
    font-size: 1rem!important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-family: var(--font);
    position: relative;
    text-align: left;
}
img.img-fluid.center-block.escudo {
    max-height: 114px;
}

#terminos-y-condiciones {
    background-color: #ab0033;
    color: #fff;
    border-top: 7px solid #bc955c;
    font-size: .9em;
}
#terminos-y-condiciones a.enlaces {
    color: #fff;
}

/*redes sociales*/
#rds-sociales li, #apps-gob li {
    display: block;
/*    width: 110px;*/
    margin: 0 auto;
    color: #c8c9c9;
}

#rds-sociales a, #apps-gob a {
  line-height: 30px;
  color: #c8c9c9;
  display: inline-block;
  font-size: 0.9em;
  font-weight: lighter;
  text-transform: uppercase;
}
#rds-sociales i, #apps-gob i {
  font-size: 22px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 12px;
}
