
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
@font-face{
  font-family: "titulo";
  src:url(../fuente/Roboto/Roboto-Bold.ttf)
}

@font-face{
  font-family: "parrafo";
  src:url(../fuente/Open_Sans/static/OpenSans-Regular.ttf)
}
body { 
  font-size: 16px;
  color: #444444;
  
}

a {
  color: #428f5d;
  text-decoration: none;
  }

a:hover {
  color: #428f5d;
  text-decoration: none;
  }


.contenido-especial{
	height:250px;
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.section-header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997; 
  box-shadow: 0px 0 18px rgba(112, 128, 144, 1);
  height:auto;
  }

.section-header .titulo-oficina h2{
  font-family: "titulo";
	font-size:1.5em;
	font-weight: bold;
	color: #428f5d;
	text-align:center;
  }

.section-header .logo img {
	max-width:100%;
	height:auto;
  /* max-height: 70px; */
  }

 /*-------------------------------------------------------------- 
# Navigation Menu
--------------------------------------------------------------*/
.navbar-dark .navbar-nav .nav-item .nav-link {
    background-color: rgba(66,143,93,.5);
    font-size: 1.2em;
    color:#fff;
}
.navbar-dark .navbar-nav .nav-item .nav-link .icon-home{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#fff;
  fill: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
     background-color: rgba(66,143,93,.5);
     color:#fff;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu .dropdown-item{    
    background-color: rgba(66,143,93, .3);
    color:#fff;
    font-size: 1em;
  }

  .dropdown-menu li{
    position: relative;
    background-color: #428f5d;
    color:#fff;
    font-size: 1em;
  }
    .dropdown-menu li a:hover{
    position: relative;
    background-color: rgba(66,143,93, .5);
    color:#fff;
    font-size: 1em;
  }
  .dropdown-menu .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
    font-size: 1em;
  }
  .dropdown-menu .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #428f5d; }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
    margin-left:0.7em; margin-right:0.7em; margin-bottom: .5em;
}

} 
.navbar-light .navbar-toggler  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* ============ Navigation Menu .end// ============ */


/* ==================================================
  Banner Styling
================================================== */
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
 
/* ==================================================
  fin del banner
================================================== */

 /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 40px;
  margin-top: 12px;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 2em;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Seccion titulos
--------------------------------------------------------------*/
 .seccion-titulo {
  text-align: center;
  padding-bottom: 30px;
}

.seccion-titulo h2 {
	font-size: 2em;
	margin-bottom: 65px;
	color: #428f5d;	
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;	
	font-family: "titulo";
	font-weight: 500;
	text-align:center;
  text-transform: uppercase;
}


.seccion-titulo h2::before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #006600;
}
.seccion-titulo h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #006600;
}
.sub-titulo {
  text-align: center;
  padding-bottom: 30px;
}
 .sub-titulo h2 {
  font-family: "titulo";
  font-size: 1.3em;
  font-style: oblique; 
  font-weight:bold; 
  padding-bottom: 12px;
  text-transform:uppercase;
  color: #428f5d;
}
/*--------------------------------------------------------------
# Seccion INI
--------------------------------------------------------------*/
.seccion-ini {
  margin-bottom: 0;
}
.seccion-ini h3 {
 font-size: 1.5em;
 font-weight:bold;
}
.seccion-ini p {
	font-size:1em;
	color:black;
	text-align:justify;
	line-height:25px;
	color: #444444;
}
.seccion-ini .caja-titulo {
  text-align: center;
  padding-bottom: 30px;
}

.seccion-ini .caja-titulo h2 {
  font-family: "titulo";
  font-size: 2em;
  font-style: oblique;  
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #283848;
}
.seccion-ini .caja-titulo .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
}

/*--------------------------------------------------------------
# jefatura
--------------------------------------------------------------*/
.jefatura{
	padding: 30px 0;
	box-sizing: content-box;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.jefatura .jefes-item {  
  /* padding: 30px 30px 0 30px; */
  margin: 30px 15px;
  text-align: center;
  min-height: 250px; 
  background: #fff;
}

.jefatura .jefes-item h2 {
  font-family: "titulo";
  font-size: 2.188 em;
  font-weight: bold;
  margin: 10px 0 22px 0;
  color: #111;
  }

.jefatura .jefes-item p {	
	font-family: "parrafo";
	font-size:1em;
	color: #919191;
	font-weight: 500;
	text-align:justify;
	margin: 10px auto 15px auto;
}

/*--------------------------------------------------------------
# NOSOTROS
--------------------------------------------------------------*/
.Nosotros{
	 padding: 30px 0;
}

.Nosotros .titulo-mision h3 {
	font-family: "titulo";
	font-size: 1.125em;
	font-weight:bold;
	text-align:center;
	color: #428f5d;
	padding-bottom: 30px;
}
.Nosotros .titulo-vision h3 {
	font-family: "titulo";
	font-size: 1.125em;
	font-weight:bold;
	text-align:center;
	color: #428f5d;
	padding-bottom: 30px;
}
.Nosotros p{
	font-family: "parrafo";
	font-size:1.05em;
	color: #919191;
	font-weight: 500;
	text-align:justify;
  margin:12px;	
}

/*--------------------------------------------------------------
# Seccion  NOSOTROS - Valores
--------------------------------------------------------------*/
.Valores{
	 padding: 30px 0;
}

.Valores p {
	font-family: "parrafo";
	font-size:1.05em;
	color: #919191;
	text-align:justify;
	line-height:28px;
}

.Valores .seccion-titulo .icon-box {
  padding: 45px 480px;
  background: #fff;     
  align-items: center;
  justify-content: center;
}


.Valores .seccion-titulo .icon-box .icon {
  width: 8em;
  height: 8em;
  stroke-width: 1;
  stroke:#428f5d; 
  fill: #428f5d; 
}


.Valores .listado ul {
  list-style: none;
  padding: 0;
  font-size: 1em;
  color: #848484;
}

.Valores .listado ul li + li {
  margin-top: 10px;
}

.Valores .listado ul li {
  position: relative;
  padding-left: 26px;
}


.Valores  .listado ul .icon {
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
}
/*--------------------------------------------------------------
# Seccion  Objetivos
--------------------------------------------------------------*/
.Objetivos{
	 padding: 30px 0;
}

.Objetivos p {
	font-family: "parrafo";
	font-size:1.05em;
	text-align:justify;
	line-height:28px;
	color: #919191;
}

.Objetivos .tit-generales h3 {
	font-family: "titulo";
	font-size: 1.3em;
	font-weight:bold;
	text-align:center;
	color: #428f5d;
	padding-bottom: 30px;
}
.Objetivos .tit-especificos h3 {
	font-family: "titulo";
	font-size: 1.3em;
	font-weight:bold;
	text-align:center;
	color: #428f5d;
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Seccion organigrama
--------------------------------------------------------------*/
.Organigrama{
	 padding: 30px 0;
}

.Organigrama .caja-organigrama {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 100%;
	margin: 0 auto; 
  overflow: hidden;
  padding: 2px 85px;
}
.caja-principal .caja-organigrama:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
# Seccion Funciones
--------------------------------------------------------------*/
.funciones{
  width: 100%;
}
.funciones .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #428f5d;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.funciones .accordion-button .collapsed{
	color: #428f5d;
	font-weight:bold;
}

/*--------------------------------------------------------------
# Seccion  servicios prestados
--------------------------------------------------------------*/
.servicios{
	 padding: 30px 0;
}
.servicios .seccion-titulo h2 {
  font-size: 2em;
  margin-bottom: 65px;
  color: #428f5d; 
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px; 
  font-family: "titulo";
  font-weight: 500;
  text-align:center;
  text-transform: uppercase;
}

.servicios .seccion-titulo h2::before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #006600;
}
.servicios .seccion-titulo h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #006600;
}
.servicios .caja-servicio {
  text-align: center;
  /* border: 1px solid #428f5d; */
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
}
.servicios .caja-servicio .icono {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #FFF;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.servicios .caja-servicio .icono .icon{
  width: 3em;
  height: 3em;
  stroke-width: 0;
  stroke:#428f5d;
  fill: #428f5d;
}

.servicios .caja-servicio .enlace {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.5em;
}
.servicios .caja-servicio p {
  font-family: "parrafo";
  line-height: 24px;
  font-size: 1em;
  margin-bottom: 0;
  font-weight:200px;
}

/*--------------------------------------------------------------
# Seccion  servicios USI
--------------------------------------------------------------*/
.servicios-USI{
	 padding: 30px 0;
}
.servicios-USI .seccion{
	padding:60px 0;
}
.servicios-USI .caja-botones{
	position: relative;
  display: inline-flex;
  vertical-align: middle;
	padding-bottom: 80px;
}

.servicios-USI .caja-botones .btn-servicio{
  background-color:transparent;
  border-radius:0.6em;
  border:1px solid #4b8f29;
  display:inline-block;
  cursor:pointer;
  color: #428f5d;
  font-family: "parrafo";
  font-size: 1em;
  font-weight: 400;
  padding:6px 12px;
  text-decoration:none;
}
.servicios-USI .caja-botones .btn-servicio:hover, .btn-servicio:focus {
  background: #428f5d;
  color: #fff;
  outline: 0;
}

 .servicios-USI .caja-botones .btn-servicio .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
}
 .servicios-USI .caja-botones .btn-servicio .icon:hover{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#fff;
  fill: #fff;
}
 .servicios-USI .webmaster{
	 padding: 65px 0;
}
 .servicios-USI .nueva-web{
	 padding: 45px 0;
}
.servicios-USI .actualizacion{
	 padding: 45px 0;
}
.servicios-USI .rediseno{
	 padding: 45px 0;
}
.servicios-USI .baja-web{
	 padding: 45px 0;
}
/*--------------------------------------------------------------
# contact USI
--------------------------------------------------------------*/
.contact-USI{
   padding: 30px 0;
}
.contact-USI .seccion-titulo h2 {
  font-size: 2em;
  margin-bottom: 65px;
  color: #428f5d; 
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px; 
  font-family: "titulo";
  font-weight: 500;
  text-align:center;
  text-transform: uppercase;
}

.contact-USI .seccion-titulo h2::before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #006600;
}
.contact-USI .seccion-titulo h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #006600;
}
.contact-USI .seccion-titulo2{
  padding: 40px 0;
  margin: 65px 0;
}
.contact-USI .seccion-titulo2 h3 {
  font-size: 2em;  
  color: #428f5d; 
  position: relative;
  font-family: "titulo";
  font-weight: 500;
  text-align:center;
  text-transform: uppercase;
}

.contact-USI .info_contacto{
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 70px auto;
  background: #fff;  
}
.contact-USI .info .icon {
  width:2em;
  height: 2em;
  stroke-width: 0;
  stroke:#428f5d;
  fill: #428f5d;
}

.contact-USI .info h3 {
  padding: 0 0 0 60px;
  font-family: "titulo";
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 5px;
  color: #428f5d;
}

.contact-USI .info p {
  font-family: "parrafo";
  font-size: 0.875em;
  color: #65747f;
  padding: 0 0 0 60px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# fin contact USI
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# contact soporte
--------------------------------------------------------------*/
.contact-soporte{
   padding: 30px 0;
}

.contact-soporte .seccion-titulo h2 {
  font-size: 2em;
  margin-bottom: 65px;
  color: #428f5d; 
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px; 
  font-family: "titulo";
  font-weight: 500;
  text-align:center;
  text-transform: uppercase;
}

.contact-soporte .seccion-titulo h2::before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #006600;
}

.contact-soporte .seccion-titulo h2::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #006600;
}

.contact-soporte .info-contacto{
  display: flex;
  justify-content: center;
  padding: 20px 4px;
  margin-top: 10%;
  flex-direction: column;
  width: 100%; 
}

.contact-soporte .info{
  margin: 10px auto;
  flex-wrap: nowrap; 
}

.contact-soporte .info .icon {
  width:2em;
  height: 2em;
  stroke-width: 0;
  stroke:#428f5d;
  fill: #428f5d;
}
.contact-soporte .info h3 {
  padding: 0 0 0 60px;
  font-family: "titulo";
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 5px;
  color: #428f5d;
}

.contact-soporte .info p {
  font-family: "parrafo";
  font-size: 0.875em;
  color: #65747f;
  font-weight: 600;
  padding: 0 0 0 60px;
  margin-bottom: 0;
}

.spacer{
  margin: 12% 0;
  padding: 4% 0;
}
/*--------------------------------------------------------------
# fin contact soporte
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Seccion soporte tecnico
--------------------------------------------------------------*/
.serv-soporte{
  padding: 30px 0;
}
.serv-soporte ol {
	font-family: "parrafo";
	font-size: 1em;
	list-style: none;
	padding: 0;
}

.serv-soporte ol li {
  padding-bottom: 10px;
}

.serv-soporte ol i {
  font-size: 1.5em;
  padding-right: 6px;
  color: #5fcf80;
}
.soporte .soporte-box {
  text-align: center; 
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
}

.soporte .soporte-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #428f5d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.soporte .soporte-box .icon i {
  color: #428f5d;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Seccion servicios-soporte
--------------------------------------------------------------*/
.soporte-servicios{
	 padding: 30px 0;
}
.soporte-servicios .contents{
	padding-bottom: 30px 0;
}
.soporte-servicios .caja-botones{
	position: relative;
  display: inline-flex;
  vertical-align: middle;
	padding-bottom: 80px;
}

.soporte-servicios .caja-botones .btn-servicio{
  background-color:transparent;
  border-radius:0.6em;
  border:1px solid #4b8f29;
  display:inline-block;
  cursor:pointer;
  color: #428f5d;
  font-family: "parrafo";
  font-size: 1em;
  font-weight: 400;
  padding:6px 12px;
  text-decoration:none;
}
.soporte-servicios .caja-botones .btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

 .soporte-servicios .caja-botones .btn-servicio .icon{
  width: 1.5em;
  height: 1.5em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
 }
 .soporte-servicios .caja-botones .btn-servicio2 .icon{
  width: 1.5em;
  height: 1.5em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
 }

 .soporte-servicios .caja-botones .btn-servicio2 .icon:hover{
  width: 1.5em;
  height: 1.5em;
  stroke-width: 1;
  stroke:#fff;
  fill: #fff;
 }
 .soporte-servicios .mantenimiento{
	 padding: 65px 0;
}
.soporte-servicios .mantenimiento .sub-titulo {
	font-family: "titulo";
	font-size: 1.3em;
	font-weight:bold;
	text-align:left;
	color: #428f5d;
	padding-bottom: 30px;
}
.soporte-servicios .mantenimiento p{
	font-family: "parrafo";
	font-size: 1em;
	text-align:justify;
	color: #000;
}
/*--------------------------------------------------------------
# Seccion  redes
--------------------------------------------------------------*/
.redes{
   padding: 30px 0;
}

.redes .subtitle{
  padding: 60px auto;
}

.redes .subtitle h3 { 
  margin-bottom: 65px;
  color: #428f5d; 
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px; 
  font-family: "titulo";  
  font-size: 2em;
  font-weight: 500;
  text-align:center;
  text-transform: uppercase;
}


.redes table th{
  font-family: "titulo";
  font-size: 1.05em; 
  font-weight: bold;
  color: #428f5d;
  text-align: center;
}

.redes table td {
    font-family: "parrafo";
    font-size: 1.05em;
    color: #919191; 
}
/*--------------------------------------------------------------
# personal
--------------------------------------------------------------*/
.personal{
  background: #fff;
}

.personal .miembro{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #dbe4ed;
}

.personal .miembro img {
  margin: 8px 30px;
}

.personal .miembro .member-content {
  padding: 30px 20px;
  margin: 10px;
  background: blue;
}

.personal .miembro .member-content h4 {
	font-family: "titulo";
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.personal .miembro .member-content span {
  font-family: "parrafo";
  font-style: italic;
  display: block;
  font-size: 13px;
}

.personal .miembro p {
  font-family: "parrafo";
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.personal .miembro .member-content .social {
  margin-top: 15px;
}

.personal .miembro .member-content .social a {
  color: #7e9486;
  transition: 0.3s;
}

.personal .miembro .member-content .social a:hover {
  color: #5fcf80;
}

.personal .miembro .member-content .social i {
  font-size: 18px;
  margin: 0 2px;
}

.personal .jefe {
  margin-bottom: 20px;
  overflow: hidden;
}

.personal .jefatura .box-chief-img {
  position: relative;
  max-height: 45vh;  
}

.personal .jefatura .box-chief-img .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
}

.personal .jefatura .box-chief-img .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.personal .jefatura .box-chief-img .social a:hover {
  color: #68A4C4;
}

.personal .jefatura .box-chief-img:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

.personal .chief-info h4 {
	font-family: "titulo";
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 1.125em;
}

.personal .chief-info span {
	font-family: "parrafo";
  display: block;
  font-size: 0.813em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}

.personal .chief-info p {
  font-family: "parrafo";
  font-style: italic;
  font-size: 0.875em;
  line-height: 26px;
  color: blue;
}

.personal .equipo-otic {
  margin-bottom: 20px;
  overflow: hidden;
}

.personal .equipo-otic .equipo-otic-img {
  position: relative;
  overflow: hidden;
}

.personal .equipo-otic .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
}

.personal .equipo-otic .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.personal .equipo-otic .social a:hover {
  color: #68A4C4;
}


.personal .equipo-otic .equipo-otic-info h4 {
  font-family: "titulo";
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 1.125em;
}

.personal .equipo-otic .equipo-otic-info span {
	font-family: "parrafo";
  display: block;
  font-size: 0.813em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}

.personal .equipo-otic .equipo-otic-info p {
  font-family: "parrafo";
  font-style: italic;
  font-size: 0.875em;
  line-height: 26px;
  color: #919191;
}

.personal .equipo-otic:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}
/*personal2*/


.personal .jefe{
 position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 50%;
  padding: 15px auto;
  margin-bottom: 4%;

}
.personal .jefe img{
  padding:8px 18px;
  margin: 8px auto;
  display:block;
  width: 45vh;
}

.personal .jefe .jefe-info{
padding: 4px auto;
}


.personal .jefe .jefe-info h3{  
  font-family: "titulo";
  font-size: 1.125em;
  text-align: center;
  color: #444;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.personal .jefe .jefe-info .text{
  font-family: "parrafo";
  font-size:1em;
  text-align: center;
  color: #68A4C4;
}

.personal .jefe .social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px auto;
}

.personal .jefe .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #428f5d;   
}

.personal .jefe .social .button-icono{
  background:#428f5d;
  color:#fff;
  display:inline-block;
  font-size:1.25em;
  margin:20px;
  text-align:center;
  width:200px;
  text-decoration:none;  
}

.personal .jefe .social .button-icono:hover {
  background: #428f5d;   
}


.personal .jefe .social .button-icono .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d; 
  fill: #fff;
}

/*jefes de Unidad*/
.personal .jefe-unidad{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;  
  padding: 45px auto;
  margin-bottom: 4%;
}
.personal .jefe-unidad img{  
  margin:8px 20px;
  padding: 8px 10px;
}
.personal .jefe-unidad .body-jefe-unidad{
padding: 4px auto;
}
.personal .jefe-unidad .body-jefe-unidad h3{
 font-family: "titulo";
 font-size: 1.125em;
  text-align: center;
  color: #444;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.personal .jefe-unidad .body-jefe-unidad .text{
  font-family: "parrafo";
  font-size:1em;
  text-align: center;
  color: #68A4C4;
}

.personal .jefe-unidad .social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px auto;
}

.personal .jefe-unidad .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #428f5d;   
}

.personal .jefe-unidad .social .button-icono{
  background:#428f5d;
  color:#fff;
  display:inline-block;
  font-size:1.25em;
  margin:20px;
  text-align:center;
  width:200px;
  text-decoration:none;  
}

.personal .jefe-unidad .social .button-icono:hover {
background: #428f5d;   
}


.personal .jefe-unidad .social a .icon{
    width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d; 
  fill: #fff;
}
.personal .subtitle{
  padding: 60px auto;
}
.personal .subtitle h3 { 
  margin-bottom: 65px;
  color: #428f5d; 
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px; 
  font-family: "titulo";  
  font-size: 2em;
  font-weight: 500;
  text-align:left;
  text-transform: uppercase;
}

.personal .subtitle h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #428f5d;
  bottom: 0;
  left: 0;
}
/*<staff*/
.personal .staff-otic{
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;  
  border-radius: 0.25em;
  padding: 75px auto;
  margin-bottom: 4%;
}
.personal .staff-otic img{
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  vertical-align: middle;
  margin:8px 20px;
  padding: 8px 10px;
}

.personal .staff-otic .staff-info {
  flex: 1 1 auto;
  padding: 1em 1em;
}

.personal .staff-otic .staff-info .staff-title {
  margin-bottom: 0.5em;
  font-family: "titulo";
  font-size: 1.125em;
  text-align: center;
  color: #444;
  font-weight: 700;
}
.personal .staff-otic .staff-info .text{
 font-family: "parrafo";
  font-size:1em;
  text-align: center;
  color: #68A4C4;
}
.personal .staff-otic .social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px auto;
}

.personal .staff-otic .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #428f5d;   
}

.personal .staff-otic .social .button-icono{
  background:#428f5d;
  color:#fff;
  display:inline-block;
  font-size:1.25em;
  margin:20px;
  text-align:center;
  width:200px;
  text-decoration:none;  
}

.personal .staff-otic .social .button-icono:hover {
  background: #428f5d;   
}


.personal .staff-otic .social  a .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d; 
  fill: #fff;
}
/*--------------------------------------------------------------
# Seccion normativa
--------------------------------------------------------------*/
#normativa{
    padding-bottom: 20px;
}

.document-file{ 
  width: 100%;
  height: auto;
  display:flex;
  column-gap:20px;  
  flex-direction: row;
  flex-wrap: nowrap;  
}

.documents{
  width: 50%;
  height: auto;  
  flex: 0 1 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);  
  margin-bottom: 20px;   
}

.documentsr{  
  width: 50%;
  height: auto;  
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1.25em -1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
}

.img-doc{
  width: 90%;
  height: auto;
  display:flex;
  justify-content:flex-start;
  column-gap:30px;
  margin: 20px;
  padding: auto 12px;
}

.img-doc a{
  max-width: 100%;
  height:auto;
}
.img-doc h3{
  font-family: "titulo";
  font-size: 1.2em;
  font-weight: 700;
  margin: 8px;
}

.r-boton{
  width: 100%;
  height: auto;
  margin: 12px 8px; 
  padding-bottom: 10px; 
}

.r-boton .bt-download{
  background-color: #fff; /* Green */
  border: solid 2px #428f5d;
  color: #428f5d;
  padding: 12px 25px;
  font-family: "parrafo";
  font-size: 1em;
  font-weight: 700;
  border-radius:10px;
}

.r-boton .bt-download .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
}

.miimagen{
  width: 99px;
  max-width: 50%;
  height:auto;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .document-file {
    flex-direction: column;
    row-gap: 20px;
  }
}
/*--------------------------------------------------------------
# Seccion reglamento
--------------------------------------------------------------*/
.reglas{
    padding-bottom: 20px;
}

.reglas ol{
  font-family: "parrafo";
  font-size: 1em;    
  color: #919191;
}
.reglas .accordion-button:not(.collapsed) {
  font-family: "parrafo";  
  color: #fff;
  background-color: #428f5d;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.reglas .accordion-button .collapsed{
  font-family: "parrafo";
  font-size: 1em; 
  color: #428f5d;
  font-weight:bold;
}

/*--------------------------------------------------------------
# Enlaces acceso
--------------------------------------------------------------*/
.enlaces-list .listado ul {
  list-style: none;
  padding: 0;
  font-size: 1em;
  color: #848484;
}

.enlaces-list .listado ul li + li {
  margin-top: 10px;
}

.enlaces-list .listado ul li {
  position: relative;
  padding-left: 26px;
}


.enlaces-list .listado li .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
}

.enlaces-list h3{
  font-family: "parrafo";
  font-size: 1em; 
  color: #428f5d;
  font-weight: 700;
}
/*--------------------------------------------------------------
# Enlaces detalle
--------------------------------------------------------------*/
.enlaces .caja-enlaces {
 position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25em;;
}

.enlaces .caja-enlaces .enlaces-info {
	z-index: 10;
	background: #fff;
	flex: 1 1 auto;
	padding: 1em 1em;
}

.enlaces .caja-enlaces .enlaces-info h4 {
	font-family: "titulo";
	font-size: 1.25em;
	color: #444444;
	font-weight: 600;
	margin-bottom: 2em;

}

.enlaces .caja-enlaces .enlaces-info .btn-enlace {
  background: #428f5d; 
  color: #fff;
  border: none;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  font-family: "parrafo";
  font-size: 1.2em;
  border-radius: 28px; 
}

.enlaces .caja-enlaces .enlaces-info .btn-enlace:hover { 
 background: #fff; 
 color: #428f5d; 
 text-decoration: none;
 border: 2px solid #428f5d;
}
/*--------------------------------------------------------------
# hardware
--------------------------------------------------------------*/
.hardware{
    padding-bottom: 20px;
}
.hardware .subtitle{
  font-family: "titulo";
    font-size: 1.3em;
    font-style: oblique;
    font-weight: bold;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #428f5d;
}
.hardware p {
   font-family: "parrafo";
    font-size: 1.05em;
    color: #919191;
    font-weight: 500;
    text-align: justify;
    margin: 12px;
}

.hardware .list li .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  /*stroke:#848484;*/
  fill: #848484;
}
.hardware table th{
  font-family: "titulo";
  font-size: 1.05em; 
  font-weight: bold;
  color: #428f5d;
}
.hardware table td {
    font-family: "parrafo";
    font-size: 1.05em;
    color: #919191; 
}
/*--------------------------------------------------------------
# Seccion buzon de sugerencias
--------------------------------------------------------------*/
.sugerencia{
    padding-bottom: 20px;
}
.sugerencia .info-contacto{
  display: flex;
  justify-content: center;
  padding: 70px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}


.sugerencia .info .icon {
   width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke:#428f5d;
  fill: #428f5d;
}
.sugerencia .info h3 {
  padding: 0 0 0 60px;
  font-family: "titulo";
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 5px;
  color: #428f5d;
}

.sugerencia .info p {
  font-family: "parrafo";
  font-size: 0.875em;
  color: #65747f;
  padding: 0 0 0 60px;
  margin-bottom: 0;
}


*:focus {outline: none;}

.sugerencia .required_notification {
  color:#d45252; 
  margin:5px 0 0 0; 
  display:inline;
  float:right;
  font-family: "titulo";
  font-size: 11px;
  text-align:right;
}

.sugerencia .form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    font-size: 0.95em;
}

.sugerencia .form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

.sugerencia .form-suggest{
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.sugerencia .form-suggest .form-group {
  padding-bottom: 8px;
}

.sugerencia .form-suggest .message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.sugerencia .form-suggest .message br + br {
  margin-top: 25px;
}


.sugerencia .form-suggest input, .sugerencia .form-suggest textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.sugerencia .form-suggest input {
  height: 44px;
}

.sugerencia .form-suggest textarea {
  padding: 10px 12px;
}

.sugerencia .form-suggest button[type="submit"] {
  background: #428f5d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.sugerencia .form-suggest button[type="reset"] {
  background: #428f5d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.sugerencia .form-suggest button[type="submit"]:hover {
  background: #428f5d;
}
.sugerencia .form-suggest button[type="reset"]:hover {
  background: #428f5d;
}
input:required, textarea:required {
    background: #fff url(http://www.lamolina.edu.pe/osi/lib/img/red_asterisk.png) no-repeat 98% center;
}
 
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #428f5d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}


.back-to-top .icon {
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke:#fff;
  fill: #fff;
}

.back-to-top:hover {
  background: #428f5d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# servicios terceros USI
--------------------------------------------------------------*/
.servicios-terceros{
   padding: 30px 0;
}
.servicios-terceros .list li {
  list-style: none; /* Eliminamos los marcadores predeterminados */
  padding: 0 2px; /* Eliminamos el relleno predeterminado */
  font-family: "parrafo";
  font-size: 1em;
  line-height: 2;
  margin-left: 4px;
  }

  

.servicios-terceros .list li .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  /*stroke:#848484;*/
  fill: #0d5f2c;
}
/*----------------------------------------*/ 
/*  Footer CSS
/*----------------------------------------*/

.footer-area .main-footer {
    /* padding-bottom: 104px; */
	padding-top: 50px;
	padding-bottom: 65px; 
	background: #428f5d;
}
.footer-area .main-footer .place ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-area .main-footer .place .h2 {
 font-family: "titulo";
  font-size: 1.4em;
  color: #fff;
  line-height: 1;
}
.footer-area .main-footer .place ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
}
.footer-area .main-footer .place ul .icon {
 width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke:#fff;
  fill: #fff;
}
.footer-area .main-footer .place ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-area .main-footer .place ul a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-area .main-footer .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-area .main-footer .footer-contact ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
}
.footer-area .main-footer .footer-contact h2 {
  font-family: "titulo";
  font-size: 1.375em;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

.footer-area .main-footer .footer-contact ul a {
  font-size: 1.125em;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-area .main-footer .footer-contact ul a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-area .main-footer .link .h2 a {
  font-family: "titulo";
  font-size: 0.5em;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.footer-area .main-footer .link .h2 a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-area .footer-bottom{
	border-top: 1px solid #DCDCDC;
	background: #428f5d;
	color: #fff;
	}