

 

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #747474;
  font-size: 16px;
}

a {
  color: #428f5d;
  text-decoration: none;
}

a:hover {
  color: #428f5d;
  text-decoration: none;
}

/*h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif; 
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}
header .logo img {
  width:100%;  
}

header .titulo h1 {
  font-family: "Roboto", serif;
  color: #428f5d;
  font-size:2em;
  text-align:center;
}
header .logo2 img {
  max-height: 70px;
  width:100%;  
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2); 
  border-radius: 90%;
  border: 1px solid #428f5d;
  transition: all 0.4s;
  color: #428f5d;
}

.back-to-top .icon{
width: 1em;
height: 1em;
stroke-width: 1;
stroke: #428f5d;
fill: #428f5d;
}

.back-to-top:hover {
  background-color: rgba(255, 255, 255, 0.2); 
  border-radius: 90%;
  border: 1px solid #428f5d;
  color: #428f5d;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.web-exito  {
  background: #a9a9a9;
}
.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
    color:#1d4379;
}
 /*-------------------------------------------------------------- 
}
# Navigation Menu
--------------------------------------------------------------*/
.bg-menu{
  background: #428f5d;
}
.navbar{
	height:90px;
}
.navbar .navbar-nav .nav-link{
	font-family: "Open Sans", serif;
	font-size:0.9em;
  font-weight: 400;
  letter-spacing: 0.1px;
	color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-family: "Open Sans", serif;
    color: #fff;}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .show>.nav-link {
    font-family: "Open Sans", serif;
	color: #fff;
}

/*Estilo para el icono de inicio*/
.navbar .navbar-nav .nav-item .nav-link .icon-home{
width: 1.5em;
height: 1.5em;
stroke-width: 1;
stroke: #428f5d;
fill: #fff;   
}
/* Dropdown menu font color background color*/

.navbar-nav > li > .dropdown-menu {
	background-color: rgba(66, 143, 94, 0.9);
	}

.navbar-nav > li > .dropdown-menu a{
	color: #fff;
}

.navbar-nav > li > .dropdown-menu a:hover{
	color: #fff;
	background-color: rgba(66, 143, 94, 0.9);
	}


.navbar .navbar-toggler {
  background-color: #428F5D;
  color: #fff;
  border: rgba(255, 255, 255, 0.4) 2px solid;
/*  border-color: rgba(255, 255, 255, 0.4);*/
}
.navbar .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");
}
.navbar-collapse .show{
  background-color: rgba(66, 143, 94, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  background-color: #428F5D;
  color: #fff;
}

.navbar .navbar-collapse {
  background-color: rgba(66, 143, 94, 0.9);
}

/* ============ Navigation Menu .end// ============ */
/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/
.carousel .carousel-caption{
  margin-left: -14%;  
}
.carousel .carousel-caption h1{
  font-family: "Roboto", serif;
  font-size:5em;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.carousel .carousel-caption p{
 font-family: "Roboto", serif;
 font-size:2em;
 color: #fff;
 text-align: left;
 font-weight: 300;
}

/*--------------------------------------------------------------
# banner interno
--------------------------------------------------------------*/
#intro {
  background: url("../img/banner_interno_rectorado.jpg") no-repeat;
  background-size: cover;
  position: relative;
  height: 40vh;
  width: 100%;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-direction: column;
  text-align: right;
}

#intro .intro-content h2 { 
  margin-bottom: 4px;
  font-family: "Roboto", serif; 
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  background-color: rgba(16,60,106,.45);
  padding: 20px 270px;
  text-align: right;
}


@media (max-width: 767px) {
  #intro .intro-content h2 {
  font-family: "Roboto", serif;
  font-size: 1.4em;
  font-weight: 700;
  }
}

/*--------------------------------------------------------------
# seccion general
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}
.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-family: "Roboto", serif;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #428f5d;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 3px;
  background: #428f5d;
  bottom: 0;
  left: 0;
}


/*--------------------------------------------------------------
# seccion-iconos
--------------------------------------------------------------*/
.section-icons{
  background-color: rgba(220, 220, 220, 0.9); 
}

.section-icons .caja-iconos {  
  font-family: "Roboto", serif;
  text-align: center;  
  padding: auto 10px; 
  font-weight: 400;  
}
.section-icons .hwidth {
  width: 80%;
  padding: auto -8px;
}

.section-icons .caja-iconos .titles{
  display: flex;
  justify-content: space-around;  
  align-items: center;
  line-height: 3;
}
.section-icons .caja-iconos .icon-blue{
  margin: 0 auto;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #103c6a;  
  vertical-align: top;
  padding: 30px;
  transition: ease-in-out 0.3s;
}

.section-icons .caja-iconos .icon-blue .icon{
	width: 2em;
	height: 2em;
	stroke-width: 1;
	stroke: #337ab7;
	fill: #337ab7;
}


.section-icons .caja-iconos .titles .t-blue a{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #337ab7;
}


.section-icons .caja-iconos .icon-green{
  margin: 0 30px;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #428f5d;;  
  vertical-align: top;
  padding: 30px;
  transition: ease-in-out 0.3s;
}

.section-icons .caja-iconos .icon-green .icon{
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #428f5d;
  fill: #428f5d;
}

.section-icons  .caja-iconos .titles .t-green a{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #428f5d;
  text-align: center;
}


.section-icons .caja-iconos .icon-red{
  margin: 0 30px;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #db1f1f;  
  vertical-align: top;
  padding: 30px;
  transition: ease-in-out 0.3s;
}


.section-icons .caja-iconos .icon-red .icon-attachment{
width: 2em;
height: 2em;
stroke-width: 1;
stroke: #db1f1f;
fill: #db1f1f;
}


.section-icons .caja-iconos .titles .t-red a{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #db1f1f;
}
/*--------------------------------------------------------------
# seccion-iconos bottom
--------------------------------------------------------------*/
.section-icons-bottom{
  background-color: rgba(220, 220, 220, 0.9); 
}

.section-icons-bottom .iconos {
  text-align: center;  
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;  
}

.section-icons-bottom .iconos .icon-blue{
  margin: 0 30px;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #103c6a;  
  vertical-align: top;
  padding: 30px; 
  transition: ease-in-out 0.3s;
}


.section-icons-bottom .iconos .icon-blue .icon{
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #337ab7;
  fill: #337ab7;
}

.section-icons-bottom .iconos .icon-blue .icon a{
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #337ab7;
  fill: #337ab7;
}

.section-icons-bottom .iconos .icon-blue .icon a:link{
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #337ab7;
  fill: #337ab7;
}


.section-icons-bottom .iconos .icon-blue a:hover .icon {
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #545454;
  fill: #545454;
  transition: ease-in-out 0.3s;
}

.section-icons-bottom .iconos .icon-blue a:link{
  color: #545454;
}
.section-icons-bottom .iconos .icon-blue a:hover{
  color: #545454;
}

.section-icons-bottom .iconos .title-blue a{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #337ab7;
}

.section-icons-bottom .iconos .icon-bluel{
  margin: 0 30px;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #1d64c5;  
  vertical-align: top;
  padding: 30px; 
  transition: ease-in-out 0.3s;
}


.section-icons-bottom .iconos .icon-bluel .icon{
	width: 2em;
	height: 2em;
	stroke-width: 1;
	stroke: #1d64c5;
	fill: #1d64c5;
	transition: ease-in-out 0.3s;
}
.section-icons-bottom .iconos .icon-blue1 .icon a:link{
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #337ab7;
  fill: #337ab7;
}
.section-icons-bottom .iconos .icon-blue1 a:hover {
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #545454;
  fill: #545454;
  transition: ease-in-out 0.3s;
}
.section-icons-bottom .iconos .icon-bluel a:link{
  color: #545454;
}
.section-icons-bottom .iconos .icon-bluel a:hover{
  color: #545454;
}
.section-icons-bottom .iconos .title-bluel a{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #1d64c5;
}

.section-icons-bottom .iconos .icon-green{
  margin: 0 30px;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #428f5d; 
  vertical-align: top;
  padding: 30px; 
  transition: ease-in-out 0.3s;
}


.section-icons-bottom .iconos .icon-green .icon{
   width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #428f5d;
  fill: #428f5d;
}

.section-icons-bottom .iconos .title-green a{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #428f5d;
}

.section-icons-bottom .iconos .icon-red{
  margin: 0 30px;
  width: 50%;
  background-color: rgba(220, 220, 220, 0.9); 
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 3px solid #db1f1f;  
  vertical-align: top;
  padding: 30px; 
  transition: ease-in-out 0.3s;
}



.section-icons-bottom .iconos .icon-red .icon{
     width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #db1f1f;
  fill: #db1f1f;
}
.section-icons-bottom .iconos .title-red a{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #db1f1f;
}

.section-icons-bottom .hwidth {
  width: 60%;
  padding: auto 12px;
}

.section-icons-bottom .hwidth1 {
  width: 80%;
  padding: auto 12px;
}

/*--------------------------------------------------------------
# semblanza
--------------------------------------------------------------*/
 .semblanza{
	background-color: #fff;   
}
 .semblanza .titular h2 {
	font-family: "Roboto", serif;
	font-weight: 700;
	font-size: 2em;
	color: #1d4379;
	position: relative;
	padding-bottom: 8px;
	text-align:justify;
}

.semblanza .caja-texto{
	background: #fff;
	padding: 8px 4px;
	transition: all ease-in-out 0.3s;
	text-align: justify;
}

.semblanza .caja-texto h3 {
	 font-family: "Open Sans", serif;
	color: #428f5d;
	font-size: 2em;
	font-weight: 500;
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 20px;
	text-align:center;
}

.semblanza .caja-texto ul{
	font-family: "Roboto", serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0 20px;
	padding: 0 20px;
	text-transform: uppercase;
	color:#747474;
}

.semblanza .caja-texto p{
	font-family: "Open Sans", serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 21px;
	padding: 0 20px;
	text-align:justify;
	margin:8px 12px;
	color:#747474;
}

.semblanza .caja-texto .foto{
  margin: 0 auto;  
  padding: 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.semblanza .caja-texto .leyenda{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	 padding: auto 4px;
}

.semblanza .caja-texto .leyenda p{
	font-family: "Open Sans", serif;
	font-size: 1em;
	font-weight: 500;
	text-align:center;
  color:#747474;
}
.semblanza .caja-texto .cont-btn{
  display: flex;
  flex: start;
  padding: 12px auto;
  margin: 10% 2px;
}

.semblanza .caja-texto .cont-btn .boton {
  font-family: "Open Sans", serif;
  color: #fff !important;
  font-size: 1em;
  font-weight:200..1000;
  padding: 15px 43px;
  background: #103c6a;
  border: 2px solid;
  border-color: #103c6a;
  position: relative;
  border-radius: 5px;
  text-align: left;
}

.semblanza .caja-texto .cont-btn .boton:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}

.semblanza .caja-texto .cont-btn .boton:hover:before {
  width: 100%;
}
/*--------------------------------------------------------------
# mision
--------------------------------------------------------------*/
.mision .title {
  margin-bottom: 30px;
}

.mision .content{
  padding: 40px;
}

.mision .title {
 font-family: "Roboto", serif;
  font-size: 1.4em;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.mision .description{
  color: #444;
  font-family: "Open Sans", serif;
  font-size: 1em;
  text-align: justify;
  line-height: 30px;
  margin: 15px 0 30px 0; 
}

.mision .actividades{
  margin: 25px 0;
  padding: 4px 0; 
}

.mision .actividades .list{
  list-style: none; 
  line-height: 2.5;
}

/*--------------------------------------------------------------
# seccion actividades rectorado
--------------------------------------------------------------*/
.actividades_rector .content{
  padding: 40px;
}

.actividades_rector .list{
  list-style: none;
  line-height: 3;
}

.actividades_rector .list a{   
  color: #428f5d;
  font-family: "Open Sans", serif;
  font-size: 1em;  
}

.actividades_rector .list a:hover{
  color: #428f5d;
}

.actividades_rector .azul{
  color: #1d4379;;
}
/*--------------------------------------------------------------
# seccion actividades rectorado
--------------------------------------------------------------*/
.atribuciones{
  background-color: #fff;
  padding: 30px 0;
}

.atribuciones .title {
  font-size: 1.4em;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.atribuciones .title .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke: #0c2e8a;
  fill: #0c2e8a;
}
.atribuciones .activities{
  padding: 10px 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atribuciones .activities .description{
 text-align: justify;
 padding: auto 20px;
 margin: 0 23px;
}

.atribuciones .activities .description .list ul{
  padding: 0;
    font-family: "Open Sans", serif;
  font-size: 1rem;
  list-style: none;
  line-height: 2.5;
}

.atribuciones .activities .photo{
  padding: 0 24px;
}

 .boton-blue {
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5em 3em;
  background: #103c6a;
  border: 2px solid;
  border-radius: 8px;
  border-color: #103c6a;
  position: relative;
}

.boton-blue:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
/*--------------------------------------------------------------
# seccion actividades rectorado
--------------------------------------------------------------*/
.logros{
  background-color: #fff;
  padding: 30px 0;
}

.logros .activities{
  padding: 10px 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logros .activities .photo{
  padding: 0 24px;
}

.logros .title {
  font-size: 1.4rem;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.logros .activities .list1{
  color:#747474;
  line-height: 1.5;
}

.logros .activities .list1 li a{  
  color:#747474;
    font-family: "Open Sans", serif;
  font-size: 1rem;
}

.logros .activities .list2 ul{
  padding: 0;
    font-family: "Open Sans", serif;
  font-size: 1rem;
  list-style: none;
  line-height: 2.5;
}

.logros .activities .list2 li a{   
  color: #428f5d;
  font-family: "Open Sans", serif;
  font-size: 1rem;
}

.logros .activities .title .icon{
  width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke: #0c2e8a;
  fill: #0c2e8a;
}

/*--------------------------------------------------------------
# seccion videos rector
--------------------------------------------------------------*/
.videos_rector{
  background-color: #fff;
  padding: 30px 0;
}

.videos_rector .list{
  padding: 0;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  list-style: none;
  line-height: 2.5;
  padding: 0 12px;
}

.videos_rector  .list a{   
  color: #428f5d;
  font-family: "Open Sans", serif;
  font-size: 1rem;  
}


.videos_rector  .list .icon{ 
   width: 1em;
  height: 1em;
  stroke-width: 1;
  stroke: #428f5d;
  fill: #428f5d;
}
/*--------------------------------------------------------------
# seccion cuadro-foto
--------------------------------------------------------------*/
 .frame-photo{
	background-color: #fff;
	padding-bottom: 0;
}

 
.frame-photo .cuadro-foto{
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame-photo .cuadro-foto .cont-photo img{
	width:100%; 
	padding:16px 18px;
	margin: 8px auto;
	display:block;}


/*--------------------------------------------------------------
# semblanza int
--------------------------------------------------------------*/
 .semblanza-int{
  background-color: #fff; 
   padding: 30px 0;  
}
 
.semblanza-int .texto{
  background: #fff;
  padding: 8px 4px;
  transition: all ease-in-out 0.3s;
  text-align: justify;
}

.semblanza-int .texto p{
    font-family: "Open Sans", serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 20px;
  line-height: 1.5;
  padding: 0 20px;
  text-align:justify;
  margin:12px;
}

.semblanza-int .texto .box-list{
  padding: 2px 12px;
  margin-left: 10px; 
}

.semblanza-int .texto .box-list .list{
  font-family: "Open Sans", serif;
  font-size: 1rem;
  line-height: 2;
  list-style-type: lower-alpha;
}

/*--------------------------------------------------------------
# mensaje del rector
--------------------------------------------------------------*/
 .mensaje-rector{
  background-color: #fff;  
  padding: 70px 0;   
}

 .mensaje-rector .titular h2 {
  color: #1d4379;
   font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  padding-bottom: 8px;
  text-align:center;
}

 .mensaje-rector .caja-texto{
  background: #fff;
  padding: 8px 4px;
  transition: all ease-in-out 0.3s;
  text-align: justify;
}

.mensaje-rector .caja-texto .title {
 color: #1d4379;
   font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 2em;
  position: relative;
  padding-bottom: 8px;
  text-align:center;
}

.mensaje-rector .caja-texto p{
  font-family: "Open Sans", serif;
  font-size: 1em;
  font-weight: 500;
  margin: 0 20px;
  line-height: 21px;
  padding: 0 20px;
  text-align:justify;
  margin:12px;
}

.mensaje-rector .caja-texto  .foto{
  margin: 0 auto;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# departamentos
--------------------------------------------------------------*/
.dependencias{
    padding: 25px 0;
}

.dependencias .seccion-titular{
  padding-bottom:30px;
 }

.dependencias .seccion-titular h2 {
font-family: "Roboto", serif; 
  font-size: 2em;
  color: #428f5d;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px; 
 font-family: "Roboto", serif;
  font-weight: 500;
  text-align:center;
}

.dependencias .seccion-titular h2:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #283645;
}

 .dependencias .seccion-titular h2:after {
  background: #283645;
  border: 5px solid #fff;
  border-radius: 20px;
  bottom: -11px;
  content: "";
  height: 24px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 24px;
}

.dependencias .info-dependencias {
  padding: 20px;
}
.dependencias .info-dependencias .middle-title {
  font-family: "Roboto", serif;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto;
  padding: 40px auto;
  position: relative;
  color: #1d4379;
  text-align: center;
}
.dependencias .info-dependencias .titulo-right {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;  
}



.dependencias .info-dependencias .titulo-right .icon {
 width: 1.5em;
  height: 1.5em;
  stroke-width: 1;
  stroke: #1d4379;
  fill:#1d4379;
}

.dependencias .info-dependencias .titulo-right h3 {
   font-family: "Roboto", serif;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  padding: auto;
  line-height: 1;
  color: #1d4379;
}
.dependencias .info-dependencias .info h4 {
  font-family: "Roboto", serif;
  font-size: 1em;
  font-weight: 700;
  color: #0c2e8a;
  text-align: justify;
}

.dependencias .info-dependencias .info h5 {
  font-family: "Roboto", serif;
  font-size: 1em;
  font-weight: 300;
  color: #0c2e8a;
  text-align: justify;
}

.bg-hr {
    margin: 1rem 0;   
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

.dependencias .info-dependencias .info  { 
  padding: 35px 60px;  
}


.dependencias .info-dependencias .info .paragraph {  
  font-family: "Open Sans", serif;
  font-size: 1rem;
  color: #444444;
  line-height: 2;
  text-align: justify;
  margin-bottom: 20px;  
}
.dependencias .info-dependencias .info .resalte{    
  font-family: "Open Sans", serif;
  font-size: 1rem;
  color: #444444; 
  font-weight: bold;
}

.dependencias .info-dependencias .info .list{  
  margin-bottom: 0;
 font-family: "Open Sans", serif;
  font-size: 1rem;
  color: #444444;
  line-height: 2;
  text-align: justify;  
}
.dependencias .info-dependencias .info .nolist{  
  margin-bottom: 0;
  font-family: "Open Sans", serif;
  font-size: 1em;
  color: #444444; 
  text-align: justify; 
  list-style: none; 
}

.dependencias .info-dependencias .dependencias-item {
 padding: 4px 6px;  
}
.dependencias .info-dependencias .dependencias-item img {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dependencias .info-dependencias .dependencias-item .ditem-info-foto{  
margin: 5px 55px;
}

.dependencias .info-dependencias .dependencias-item .ditem-info-foto p {
  font-family: "Open Sans", serif;
  font-size: 0.8em;
  color: #003366;
  text-align: center;
  line-height: 1;
}
.dependencias .info-dependencias .dependencias-item .ditem-info-foto h4 {
  font-family: "Open Sans", serif;
  font-size: 1em;
  color: #1d4379;
  font-weight: 700;
  padding: 4px 0;
  text-align: center;
}
.dependencias .info-dependencias  .dependencias-item .ditem-info {
    padding: 30px 25px;
    margin: 20px 55px;
}
.dependencias .info-dependencias .dependencias-item .ditem-info .btn-web {
    font-family: "Open Sans", serif;
    font-size: 0.8rem;
    background: #1d4379;
    color: #fff;
    margin: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dependencias .info-dependencias .botones-ird{
  padding: 8px auto;
  margin: 20px 5px;
}

.dependencias .info-dependencias .botones-ird .boton{
    font-family: "Open Sans", serif;
    font-size: 0.75em;
    text-transform: uppercase;
	font-weight:400;
    background: #1d4379;
    color: #fff;
    margin: 10px 25px;
    display: flex;
   justify-content: center;
   align-items: center;   
}
.dependencias .info-dependencias .dependencias-item .fotos-ird{  
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 25px;
}
.dependencias .info-dependencias .dependencias-item .fotos-ird img{  
  padding: auto 12px;  
}

/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/
.dependencias-item .carousel .carousel-caption{
 width: 100%;
  /*margin-bottom: -0.1%;*/ 
  padding: 0.2px; 
}
.dependencias-item .carousel .carousel-caption h4{
  font-family: "Roboto", serif;
  font-size:1em;
  color: #fff;
  text-align: center;
  background: #000;
  font-weight: 700;
}

.esp{
  margin:10x 0;
  padding:14px 0;
}

/*--------------------------------------------------------------
# seccion-dependencias forms
--------------------------------------------------------------*/
.dependencia-form{
  background-color: rgba(220, 220, 220, 0.9); 
  padding: 20px 0;
  margin: 4px 18px;
}

.dependencias .dependencia-form{padding-bottom:-1px;}
.dependencias .dependencia-form .title {
  font-size: 1.4rem;
  color: #0c2e8a; 
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-left: 8px;
}


.dependencias .dependencia-form .title .icon{
  width: 1.5em;
  height: 1.5em;
  stroke-width: 1;
  stroke: #0c2e8a;
  fill: #0c2e8a;
}
.dependencias .dependencia-form p {
  font-family: "Open Sans", serif;
  font-size: 1em;
  color: #747474;
  padding-left:12px;
}
.dependencias .dependencia-form form{
  padding-right: 34px;
}

.dependencias .dependencia-form .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.dependencias .dependencia-form .php-email-form .error-message br + br {
  margin-top: 25px;
}
.dependencias .dependencia-form .php-email-form .sent-message {
  display: none;
  color: #333;
  background: #e0ffc7;
  border: 1px solid #b4d39b;
  text-align: center;
  padding: 15px 15px;
  font-weight: 600;
  margin: 0 0 24px 0;
}
.dependencias .dependencia-form .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.dependencias .dependencia-form .label {
  color: #003366; 
}
.dependencias .dependencia-form .label a{
  color: #428f5d;
}
.dependencias .dependencia-form p a:hover{
  color: #428f5d;
}

.dependencias .dependencia-form .php-email{
	margin-right:20px;
	padding-right:40px;
}
.dependencias .dependencia-form .php-email-form .form-group {	
  margin-bottom: 20px;
}
.dependencias .dependencia-form .php-email-form input, .dependencias .dependencia-form .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 0.9rem;
}
.dependencias .dependencia-form .php-email-form input:focus, .dependencias .dependencia-form .php-email-form textarea:focus {
  border-color: #106eea;
}
.dependencias .dependencia-form .php-email-form input {
  padding: 10px 15px;
}
.dependencias .dependencia-form .php-email-form textarea {
  padding: 12px 15px;
}
.dependencias .dependencia-form .php-email-form button[type=submit] {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #333;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 1em;
}
.dependencias .dependencia-form .php-email-form button[type=submit]:hover {
  background: #eee;
}
/*--------------------------------------------------------------
# estaciones
--------------------------------------------------------------*/

.dependencias .info-dependencias .caja-estaciones .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;  
  text-align: center;
}
.dependencias .info-dependencias .caja-estaciones .btn-wrap  .btn-estacion {
  background: #1d4379;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Roboto", serif;
  font-weight: 600;
  transition: 0.3s;
}

.dependencias .info-dependencias .caja-estaciones {
  text-align: center;  
  padding:20px; 
  background: #fff;
}

.dependencias .info-dependencias .caja-estaciones .estaciones {
  margin: 0 auto;  
  background: #f1f6fe;   
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;  
}

/*--------------------------------------------------------------
# seccion-dependencias forms
--------------------------------------------------------------*/
.IRD-form{
  background-color: rgba(220, 220, 220, 0.9); 
  padding: 20px 45px;
  margin: 4px 18px;
}

.dependencias .IRD-form{padding-bottom:-1px;}
.dependencias .IRD-form .title {
  font-size: 1.4rem;
  color: #0c2e8a; 
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-left: 8px;
}

.dependencias .IRD-form .title .icon{
  width: 2em;
  height: 2em;
  stroke-width: 1;
  stroke: #0c2e8a;
  fill: #0c2e8a;
}
.dependencias .IRD-form p {
  font-family: "Open Sans", serif;
  font-size: 1em;
  color: #747474;
  padding-left:12px;
}
.dependencias .IRD-form form{
  padding-right: 34px;
}
.dependencias .IRD-form .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.dependencias .IRD-form .email-form .error-message br + br {
  margin-top: 25px;
}
.dependencias .IRD-form .email-form .sent-message {
  display: none;
  color: #333;
  background: #e0ffc7;
  border: 1px solid #b4d39b;
  text-align: center;
  padding: 15px 15px;
  font-weight: 600;
  margin: 0 0 24px 0;
}
.dependencias .IRD-form .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.dependencias .IRD-form .label {
  color: #444; 
  font-weight: bold;
}

.dependencias .IRD-form p a:hover{
  color: #428f5d;
}

.dependencias .IRD-form .php-email{
  margin-right:20px;
  padding-right:40px;
}
.dependencias .IRD-form .email-form .form-group { 
  margin-bottom: 20px;
}
.dependencias .IRD-form .email-form .form-check { 
  margin-bottom: 20px;
}
.dependencias .IRD-form .email-form .form-check legend {
  color: #444; 
  font-family: "Open Sans", serif;
  font-weight: bold;
  font-size: 1rem;
}

.dependencias .IRD-form .email-form input, .dependencias .IRD-form .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 0.9rem;
}
.dependencias .IRD-form .email-form input:focus, .dependencias .IRD-form .email-form textarea:focus {
  border-color: #106eea;
}
.dependencias .IRD-form .email-form input {
  padding: 10px 15px;
}
.dependencias .IRD-form .email-form textarea {
  padding: 12px 15px;
}

.dependencias .IRD-form .email-form input[type="radio"] {  
  background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
.dependencias .IRD-form .email-form button[type=submit] {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #333;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 1em;
}
.dependencias .IRD-form .email-form button[type=submit]:hover {
  background: #eee;
}

.dependencias .IRD-form .email-form .required_notification{
    color: #d45252;
    margin: 5px 0 0 0;
    font-family: "Open Sans", serif;
    font-size: 0.7rem;
    text-align: right;
    font-weight: 700;
}
.dependencias .IRD-form .email-form  .nota{
	margin: 3px 3px 0px 5px;
	 padding: 10px 15px;
	
}
.dependencias .IRD-form  .email-form  .nota p{
	ont-family: "parrafo";
	font-size: 1rem;
	color: #444; 
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 12px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 1.5em;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.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;
  }
}



#footer {
  color: #fff;
  /* font-size: 1rem; */
  background: #DCDCDC;
  box-shadow: 0px 2px 15px rgba(220, 220, 220, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0; 
  background-image:url('http://www.lamolina.edu.pe/pruebas1/plantillas_web/web_bts2021/assets/img/img-footer.jpg');
  background-position:center center;  
  margin-top:32px;  
   background-size: cover;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}


#footer .footer-top .footer-contact p {
  font-size: 0.8em;
  line-height: 24px;
  margin-bottom: 0;
  ont-family: "parrafo";
  color: #fff;
}

#footer .footer-top .footer-contact p .icon{
width: 1em;
height: 1em;
stroke-width: 2;
stroke: #fff;
fill: #fff;
}


#footer .footer-top .footer-links {
  margin-bottom: 20px;
}
#footer .footer-top .footer-links h4 {
   font-family: "Roboto", serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffcc00;
  position: relative;
  padding: 6px 0;
}
#footer .footer-top .footer-links h4 a {  
  color: #ffcc00;
}
#footer .footer-top .footer-links h4 a:link, a:visited, a:hover {  
  color: #ffcc00;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  margin: 0; 
  padding: 0;
}


#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  ont-family: "parrafo";
  font-size: 0.9rem;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
  text-decoration: none;
}



#footer .social-links a {
  font-size:1.4rem;
  display: inline-block;
  background: #008000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}
