:root {
--bs-bg-body: #EEEEEE;
--bs-bg-blanco:#ffffff;


--bs-color-blanco:#FFFFFF;

--bs-color-ama1:#FCFAD6;
--bs-color-ama2:#F8F3A7;
--bs-color-ama3:#F2EC6A;
--bs-color-ama4:#F7E455; /*oficial*/
--bs-color-ama5:#F0D30D;
--bs-color-ama6:#F9CF01;
--bs-color-ama7:#FCD703;
--bs-color-ama8:#DAAA3E;

--bs-color-gris1:#E8E8E8;
--bs-color-gris2:#ADB0B6;
--bs-color-gris3:#878C94; /*oficial*/
--bs-color-gris4:#818181;
--bs-color-gris5:#666666;
--bs-color-gris6:#575757;

--bs-color-azul1:#ECF8F9;
--bs-color-azul2:#158cba;
--bs-color-azul3:#2779AA; /*oficial*/
--bs-color-azul4:#22619F;
--bs-color-azul5:#005279;
--bs-color-azul6:#003366;
--bs-color-azul7:#002463;


--bs-color-encabezado:#ffffff;
--bs-color-amarillo:#F7E455;



--bs-bg-encabezado:#575757;  /* #FF0000*/
--bs-br-encabezado:#ffd800;
--bs-bg-sombreado:#808080;

--bs-bg-gris6:#575757;

--bs-bg-avatar:#fafafa;

--bs-color-footer:#ffffff;
--bs-bg-footer:#575757;

--bs-bg-footer_card:#E8E8E8;

--bs-bg-boton-primary:#003366;
--bs-bg-boton-primary_hover:#22619F;

--bs-bg-acceso:#E1E1E1;
--bs-bg-li:#3D3D3D;
--bs-bg-blanco:#ffffff;

--bs-bg-ama1:#FCFAD6;
--bs-bg-ama2:#F8F3A7;
--bs-bg-ama3:#F2EC6A;
--bs-bg-ama4:#F7E455; /*oficial*/
--bs-bg-ama5:#F0D30D;
--bs-bg-ama6:#F9CF01;
--bs-bg-ama7:#FCD703;
--bs-bg-ama8:#DAAA3E;


/*--bs-bg-gris0:#FCFCFC;*/
--bs-bg-gris0:#F5F5F5;
--bs-bg-gris1:#E8E8E8;
--bs-bg-gris2:#ADB0B6;
--bs-bg-gris3:#878C94; /*oficial*/
--bs-bg-gris4:#818181;
--bs-bg-gris5:#666666;
--bs-bg-gris6:#575757;
--bs-bg-gris7:#737373;


--bs-bg-azul1:#ECF8F9;
--bs-bg-azul2:#158cba;
--bs-bg-azul3:#2779AA; /*oficial*/
--bs-bg-azul4:#22619F;
--bs-bg-azul5:#005279;
--bs-bg-azul6:#003366;
--bs-bg-azul7:#002463;







--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
}


/*----------------------------------------header----------------------------------*/
header {
    /*background-image: url("../img/banner.png");
    height: 120px;

    background-repeat:no-repeat;*/
    background-color: var(--bs-bg-encabezado);
    color: var(--bs-color-encabezado);
    /*border-top: 0.5em solid var(--bs-br-encabezado);*/
    box-shadow: 0 5px 10px 1px var(--bs-bg-sombreado);
}
header span {
    color: var(--bs-color-encabezado);
    font-size: 1.5rem;
    font-weight:400;
}
.shadow-white {
    text-shadow: 2px 2px 4px var(--bs-bg-blanco);
}
#imgUnacar {
    width: 100%;
    min-width: 394px;
    max-width: 394px;
}
#imgLiceo {
    width: 100%;
    min-width: 60px;
    max-width: 120px;
}

/*----------------------------------------header----------------------------------*/
/*----------------------------------------pie------------------------------------*/
footer {
    background-color: var(--bs-bg-footer);
    color: var(--bs-color-footer);
    font-size: 0.8em!important;
    box-shadow: 0 6px 20px 10px var(--bs-bg-sombreado);
}
footer > div:first-child {
    border-bottom: 2px solid #ffd800;
}
/*----------------------------------------pie------------------------------------*/
/*-------------------------------------contenido---------------------------------*/
.view_background_app {
    /*height: 100vh;*/
    min-height: 100vh;
    /*background-color:#FF0000;*/
    /*background-image: linear-gradient(#e5e5e5, #fff);*/
    /*background: url(../img/siiaa_gray.png) round center fixed, rgba(247, 247, 247, 0.95);*/
    background-size: 90px;
    background-blend-mode: overlay;
}
/*-------------------------------------contenido---------------------------------*/

/*-------------------------------------contenido---------------------------------*/
.main-title {
    font-variant: small-caps;
    background: #FCD703;
    padding: 0 0.4em;
    color: #fff;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    display: inline-block;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.bg-fondo{
  background-image: url("../img/fondo.png");
  
}
.bg-fondo-gris{
  background-image: url("../img/fondo_gris.png");
}
.texto-justificado {
    text-align: justify;
    text-justify: inter-word;
}
.texto-20{
  font-size: 20px;
}
.circulo {
    /*list-style: circle !important;
    list-style-type: circle !important;
    margin-left: 1px !important;*/
}
.text-color-azul {
    color: var(--bs-color-azul5)!important;
}
.text-color-amarillo {
    color: var(--bs-color-ama7) !important;
    font-weight: 300;
    font-size: 25px;
    text-shadow: #ffffff 1px 0 10px;
}
#avisos_carr .owl-item {
     border: 3px solid var(--bs-bg-ama6) !important; 
}
.separator_tit {
    height: 2px;
    width: 300px;
    margin: auto;
    background: var(--bs-bg-ama6);
}
.titulo{
  font-weight: 700!important;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;

  color: var(--bs-color-gris6) !important;

}
.img-noticiap {
    width: 180px !important;
}
/*-------------------------------------contenido---------------------------------*/
/*--------------------------------------linea------------------------------------*/
.divider {
  position: relative;
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.divider:after,
.divider:before {
  content: ' ';
  width: 200px;
  position: absolute;
  border-bottom: dotted 2px var(--bs-bg-gris6);
  top: 50%;
  margin-top: -4px;
}

.divider:before {
  left: 0;
}

.divider:after {
  right: 0;
}

.divider.dark:after,
.divider.dark:before {
  border-color: var(--bs-bg-gris6);
}

.divider > i {
    color: var(--bs-bg-gris6);
    font-size: 40px;
}
/*--------------------------------------linea------------------------------------*/
/*----------------------------------testimony-wrap-------------------------------*/
.testimony-wrap {
  display: block;
  position: relative;
  padding: 30px;
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2); 
}
.testimony-wrap .user-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: -80px; 
}
.testimony-wrap .user-img .quote {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--bs-color-gris2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; 


    font-size: 30px;
    padding-top: 15px;


}
.testimony-wrap .user-img .quote i {
  color: #fff; 
}


.testimony-wrap .depto {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: var(--bs-color-ama6);
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--bs-color-azul4);
}
.testimony-wrap .correo {
  font-size: 17px;
  color: var(--bs-color-azul2); 
}
.testimony-wrap .position {
  font-size: 17px;
  color: var(--bs-color-gris4); 
}
.testimony-wrap a {
  font-size: 16px;
  color: #8d9db9; 
}
.mb-6 {
    margin-bottom: 4.5rem !important;
}
/*----------------------------------testimony-wrap-------------------------------*/
/*--------------------------------------titulo-----------------------------------*/

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #737373;
    /*border-left-width: 5px;*/
    border-width: 0px 0px 0px 5px;
    


    border-radius: 3px;
    background-color: #ffffff;
    text-transform: uppercase;
}
.bs-callout-info {
    border-left-color: var(--bs-bg-gris7)  !important;
    background-color: var(--bs-bg-gris1) !important;
}
#callout-progress-csp {
    font-size: 20px !important;
}
/*--------------------------------------titulo-----------------------------------*/
/*--------------------------------------titulo-----------------------------------*/
.color-box {
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
    margin-bottom: 40px!important;
}
.color-box .shadow {
    margin: 0;
}
.shadow {
    /*background: #F7F8F9;*/
    /*padding: 3px;*/
    margin: 15px 0 20px;
}
.note-box,.warning-box,.tip-box{padding:15px 15px 2px 28px}
.tip-icon {
    background: var(--bs-bg-gris7) !important;
}
.info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0;
}
.tip-box {
    color: var(--bs-color-blanco);
    background: var(--bs-bg-ama8) !important;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase;
}

.tip-icon i::before {
    background: var(--bs-bg-gris7) !important;

}
.info-tab i::before {
    width: 20px;
    height: 20px;
    box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.info-tab i::before, .info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg);
}
.info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}
.info-tab::before, .info-tab::after {
    display: inline-block;
    color: #fff;
    line-height: normal;
    /*font-family: "icomoon";*/
    position: absolute;
}
.tip-icon::before {
    font-size: 24px;
    /*content: "\e901";*/
    top: 7px;
    left: 9px;
}
/*--------------------------------------titulo-----------------------------------*/

/*===================================media query=========================================*/
/*=======================================================================================*/
/* sm applies to small devices (landscape phones, less than 768px) */
@media (min-width: 50px) and (max-width: 767.98px) {

}
/* md applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {

}
/*  lg applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}
/* xl applies to large devices (desktops, less than 1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}
/* xxl applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {

}
/*===================================media query=========================================*/
/*=======================================================================================*/