*, ::after, ::before {
    box-sizing: border-box;
}

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;
}

body{
  color: var(--body);
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
/*  background-image: url('../img/body.png');*/
  background-size: cover;
  background-position: top center;
  min-height: 100%;
  width: 100%;
  display: table-cell;
  background-color:#000;
}

h1, h2,  h3,  h4,  h5, h6 {
  font-family: var(--font);
}

:root {
  --body:#54565B!important;
  --font: "Open Sans", serif;
  --dorado:#C2912A;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.absolute{position: absolute;}
.relative{position: relative;}
.h-100v{height: 100vh;}
.text-naranja{color: var(--dorado);}
.text-gris{ color:#54565B; }
.z-99{z-index: 9999;}

/*********
 * ***********/
html {
  width: 100%;
  height: 100%;
  display: table;
}
 
#content-svg{
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-img-secretario{
  width: 320px;
  height: 320px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: 5px solid var(--dorado);
  position: relative;
  overflow: hidden;
}   

#svg-linea svg{
  position: absolute;
  bottom: -30px;
  right: -62px;
}

.informacion h6{
  font-size: 19.5px;
  font-weight: 700;
}

.informacion h2{
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.informacion h2 span{
  border-bottom:1.5px solid;
  border-color: var(--dorado);
  font-weight: 300;
  line-height: 60px;
}

.logo-home{
  max-height: 75px;
}

.item-c{
  line-height: normal;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.icon-c{
  max-height: 50px;
}


/*liston body*/
#liston-body{
  bottom: 0;
}

.liston-ft{
  height: 50px;
  background: var(--dorado);
}

/* Media Querys */

@media (min-width: 1600px){


}

@media (min-width: 1200px) {


}
@media (min-width: 992px) and (max-width: 1199px)  {

/*  .container-xxl, .container{background-color: rgb(128 0 128 / 41%);}*/

  #lista-iconos{
    margin-top: 2rem!important;
  }

  .informacion h2,
  .informacion h6{
    text-align: center;
  }

  #cont-card{
    margin-bottom: 6rem!important;
  }
  body{
    background-position: top left;
  } 
}
@media (min-width: 992px) {

}
@media (min-width: 767px) and (max-width: 991px)  {

/*  .container,.container-xxl{background-color: yellow;}*/


}

@media (max-width: 991px) {

/*  .container-xxl,.container ,.container-lg{ background:#8000803b; }*/

  .informacion h2,
  .informacion h6{
    text-align: center;
  }

  #lista-iconos{
    margin-top: 1rem!important;
  }
  body{
    background-position: top left;
  } 
}

@media screen and (min-width: 768px) { 



}

@media only screen and (max-width: 768px) {

/*  .container{background-color: purple;}*/

  #cont-card{
    margin-bottom: 5rem!important;
  }
  /**/
  body{
    background-position: top left;
  } 

}

/*@media (max-width: 676px)  {
}

@media (min-width: 576px) {
}
*/

@media only screen and (max-width: 480px) {

/*  .container{background: pink;}*/

  .bg-img-secretario{
    width: 280px;
    height: 280px;
  }
  .logo-home {
    max-height: 50px;
  }
  
  .informacion h3{
    margin-bottom: 0;
    font-size: 11px;
  }
  #lista-iconos{
    margin-top: 0!important;
    display: block!important;
  }
  .item-c {
    font-size: 11px;
    margin-right: 0!important;
    width: 23%;
    display: inline-grid;
    margin-bottom: 0!important;
  }
  .item-c  a,.item-c button{
    margin-bottom: 3px !important;  
  }

  #cont-card .me-2{
    margin: 0!important;
  }  

  #cont-card{
    margin-top: 0!important;
    padding-top: 2rem!important;
    margin-bottom: 0!important;
    padding-bottom: 70px;
  }

  .logo-tam{
    margin: .7rem 0 .7rem!important;
  }
  .informacion h2{
    font-size: 28px;
  }
/*  .liston-ft{
    height: 70px;
  }*/
/*  .logo-ft-liston {
    max-height: 64px;
  }*/
} 