﻿/*
* Template Name: Ninestars - v4.7.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*
*--------------------------------------------
    C O L O R E S   P R I M A R I O S
				
	AZUL: 	  #000b8c; 	Botones, bordes, líneas e imágenes
	AMARILLO: #ffcd00;  Botones
	
	
	C O L O R E S   S E C U N D A R I O S
	
	AZUL: 	  #1226aa;  Font
	AMARILLO: #fcdf51;
	GRIS:     #D9D8D6;  sombra gris de la caja de cursos
	
	C O L O R E S   G E N E R A L E S 
	
	NEGRO:  #33333;

	FONDO: 
	  BLANCO: 		#fff;
	  CURSO:		#fdfdfc; gris super claro
	  COLABORADORES:#f3f2f2; gris mediano
	
--------------------------------------------*/
@font-face {
font-family: 'Poppins Bold';
font-style: normal;
font-weight: normal;
src: local('../font/Poppins/Poppins Bold'), url('../font/Poppins/Poppins-Bold.woff') format('woff');
}

@font-face {
font-family: 'Poppins Regular';
font-style: normal;
font-weight: normal;
src: local('../font/Poppins/Poppins Regular'), url('../font/Poppins/Poppins-Regular.woff') format('woff');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #1226aa; /*#1226aa;*/
}

a {
  color:  #1226aa; /*#eb5d1e;*/
  text-decoration: none;
}

a:hover {
  color:  #1226aa; /*#ef7f4d;*/
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000b8c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color:  #fff; /*#fff;*/
  line-height: 0;
}
.back-to-top:hover {
  background: #000b8c;
  color:  #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color:   #1226aa; /*#7a6960;*/
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px; /*40px;*/
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  font-family:  "Poppins Bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color:  #1226aa; /*#4e4039;*/
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1226aa; /*#eb5d1e;*/
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #000b8c;
  color: #fff;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 50px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color:  #fff;
  background: #000b8c;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color:  #1226aa; /*#fff*/
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1226aa; /*#7a6960;*/
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color:  #1226aa; /*#fff;*/
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color:   #1226aa; /*#7a6960; */
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color:   #1226aa; /*#eb5d1e; */
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color:  #1226aa; /*#eb5d1e;*/
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 120vh;/*120vh;*/
  background: #fff url("../img/bg.jpg") top center no-repeat;
  margin: 72px 0 -72px 0;
}
#hero h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  line-height: 1;
  font-family: "Poppins Bold", sans-serif;
  line-height: 56px;
  color: #1226aa; 
}
#hero h2 {
  color: #1226aa; 
  margin: 15px 0 0 0;
  font-size: 24px;
}
#hero h1 span {
  color: #fcdf51; 
  font-weight: bold; 
  line-height: 65px;
  font-weight: 700;
}
#hero  p {
    color: #1226aa;
    font-family: 'Poppins Regular', sans-serif;
    font-weight: normal;
    line-height: 32px;
    font-size: 24px;
    margin-top: 1%;
}
#header .ModBoton  {
  margin-top: 40px;
  display: flex;
}


#hero .ModBoton {   
	padding-top: 2.5em;	
}

#hero #form select {
	font-family: 'Poppins', sans-serif;
	height:41px; 
	width:30%; 
	border-radius: 5px; 
	color:#1226aa; 
	background-color: #fff;  
	box-sizing: border-box; 
	padding-left:8px; 
	border: 1px solid #000b8c; 
	border-radius: 5px;
	font-style: normal; 
	font-size:1em;
}

#hero #form input {
	font-family: 'Poppins', sans-serif;
	width:41%;
	margin-left: 1%; 
	height:41px; 
	padding: 0.5em; 
	background-color: #FFF;
	font-size: 1em;
	color: #1226aa; 
	font-style: normal; 
	border: 1px solid #09177c;	
	padding: 0.3em 0.3em; 
	box-sizing: border-box; 
	border-radius: 5px;
}

#hero .BBuscar {
	margin-left: 1%;
	color:#fff; 
	height:41px; 
	width: 24%; 
	border: 1px solid #000b8c; 
	background-color: #000b8c;  
	padding: 0.3em 1em; 
	font-size: 16px;
	box-sizing: border-box; border-radius: 5px;
	font-family: Poppins bold, sans-serif;
}

#hero .BBuscar:hover{  
		background: #ffcd00;
		border: 1px solid  #000b8c; 
		color: #1226aa;
		text-decoration:none;
	} 
#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color:  #fff;
  background:#000b8c; 
}
#hero .btn-get-started:hover {
  background: #000b8c;
}
#hero .animated {
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#herointerna {
  width: 100%;
  height: 120vh;/*120vh;*/
  background: #fff url("../img/bg.jpg") top center no-repeat;
  margin: 72px 0 -72px 0;
}
@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 45px; /* 24px;*/
  font-weight: 700;
  padding-bottom: 0;
 /* line-height: 25px; 1px;*/
  margin-bottom: 15px;
  color:#1226aa; /* #c2b7b1;  */
}
.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color:  #1226aa; /* #4e4039; */
}
.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #000b8c; /*#ef7f4d;*/
  bottom: 0;
  text-align: left;
  /*left: calc(50% - 30px);*/
}
/*--------------------------------------------------------------
# Glossary
--------------------------------------------------------------*/
#glossary{
	height:auto;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f2f2; 
  margin-left: 10px;
  /*min-height: 40px;*/
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1226aa; /*#6c757d;*/
  content: "/"; /*"/"*/
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs2
--------------------------------------------------------------*/
.breadcrumbs2 {
  padding: 15px 0;
  background-color: transparent; 
  margin-left: 10px;
  /*min-height: 40px;*/
}
.breadcrumbs2 h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs2 ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  
}
.breadcrumbs2 ol li + li {
  padding-left: 10px;
}
.breadcrumbs2 ol li + li::before {
  display: inline-block;
  padding-right: 30px;
  color: #1226aa; /*#6c757d;*/
  content: " "; /*"/"*/
}
@media (max-width: 768px) {
  .breadcrumbs2 .d-flex {
    display: block !important;
	background-color: transparent;
  }
  .breadcrumbs2 ol {
    display: block; list-style: none;
  }
  .breadcrumbs2 ol li {
    display: inline-block;
  }
  .section-title h2{
	  font-size: 25px;
	  
  }
  
  #faqs h3 {
	  font-size: 0.5em;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #1226aa; /*#4e4039;*/
}
.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #1226aa; /*#7a6960;*/
}
.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #1226aa; /*#f39e7a;*/
}
.about p {
  font-size: 15px;
  color:  #1226aa; /*#5a6570;*/
}
@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
  transform: translateY(-5px);
  border-color:  #1226aa; /*#ef7f4d;*/
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color:  #1226aa; /*#ef7f4d;*/
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color:   #1226aa; /*#111*/
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.specialist .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.specialist .icon-box:hover {
  transform: translateY(-5px);
  border-color:  #1226aa; /*#ef7f4d;*/
}
.specialist .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color:  #1226aa; /*#ef7f4d;*/
}
.specialist .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.specialist .title a {
  color:   #1226aa; /*#111*/
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/


.portfolio {
  background:#transparent;/*fdfdfc;*/
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1226aa;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color:  #1226aa; /*#eb5d1e; */
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  margin-left:-1.0em;
  position: relative;
  /*overflow: hidden;
  border-radius: 8px;*/
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 11, 140, 0.8);/*rgba(122, 105, 96, 0.6);*/
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #000b8c;
  margin: 0 2px;
  line-height: 0;
  background-color: #ffcd00; /*#ef7f4d;*/
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #000b8c; /*#ef7f4d;*/
  color:   #fff; /*#fff;*/
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff; /*#fff; 1226aa*/
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff; /*#fff; 1226aa*/
  font-size: 14px;
  text-transform: uppercase;
}
.portfolio .portfolio-wrap:hover::before {
  left: 0;
}
.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid  #000b8c;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000b8c; 
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 11, 140, 0.08); /*rgba(122, 105, 96, 0.08);*/
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
			




#buscar_alfabeto{
   display: flex;
   text-align: center;
   margin-top: 1em;
   margin-bottom: 3em;
   padding-left: 10px;
   padding-right: 10px;
}
#alfabeto {
    margin-bottom: 10px;
    text-align: center;
}
#myCarousel{
    margin-bottom: 10px;
    text-align: center;
}

#alfabeto ul {
    display: block;
    float: none;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 25px;
    height: 25px;
}
.dictionary{
    width: 90%; 
    height: auto;
	margin-left: 1%;	
	color:#1226aa;
	background-color: transparent;
	/*display: inline;*/
}

.dictionary li {
   /*display: inline;*/
    padding: 4px 0;
	
}

.dictionary li:hover, .dictionary li.active {
    background: none repeat scroll 0 0 #f7f7f7; /*#EEEEEE;*/
    border: 1px solid #d9d8d6; /*#CCCCCC;*/
    font-size: 13px;
}
.dictionary li a  {
    color: #09177c;/**007bff**/
    padding: 1%; /* 4px 6px;*/
    text-decoration: none;
	font-family: 'Poppins Bold', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 44px;
}

.letra a  {
    color: #09177c;/**007bff**/
    padding: 3%; /* 4px 6px;*/
    text-decoration: none;
	font-family: 'Poppins Bold', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 44px;
}
.carousel-item .letra  a:hover {
	color:#fcdf51;
	text-decoration:none;
}

.letra .active{
    border: medium none;
	color: #d9d8d6;
    font-size: 19px;
    font-weight: bold;
}

.dictionary li a:hover {
    text-decoration: none;
}
.dictionary .active {
    border: medium none;
	color: #d9d8d6;
    font-size: 19px;
    font-weight: bold;
}


#resultado {
    min-height: 250px;
    margin-bottom: 10px;
    width: 781px;
	text-align:center;
	padding-right: 5px;
}

.buscar_base{
	display:flex; 
	text-align: center; 
	margin-top:1em; 
	margin-bottom:3em; 
	padding-left: 10px; 
	padding-right: 10px;
}


/*------------------------------------------------------------------------  
        F A Q S:     P R E G U N T A S     F R E C U E N T E S
--------------------------------------------------------------------------*/
#preguntasFrecuentes{
   color: #fff;
   height:auto;
   width:100%; 
}

#preguntasFrecuentes h3{
    color:#1226aa;
	font-weight: bold; 
	line-height: 65px; 
	font-size: 42px;
	padding-top:5%;
	padding-bottom:5%;
}

#faqs h3 {
	font-family: 'Poppins Regular', sans-serif; 
	border:1px solid #000b8c;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
	color: #1226aa;
	padding:0.95em;
	background: url('../img/icons/right-arrow-black-square-button-azul.png') no-repeat right ;
	margin-top:8px;
	line-height: 22px;
}

#faqs h3.active {
    font-weight: bold;
    text-decoration: none;
    color:#1226aa;
    background: url('../img/icons/up-arrow-black-square-button-azul.png') no-repeat right ;
	padding-right:2.05em;
}

#faqs h2{
	font-weight:normal;
	color:#1226aa;
	font-size:1em;
	padding: 3%;
	line-height: 24px;
	margin-left:7%;
	margin-right:8%;
}

.gutter {  /* separacion general de todas las cajas */
     margin-bottom: 1.250em;
}
.halfgutter {  /* separacion general de todas las cajas */
     margin-bottom: 0.625em;
}

#faqs h3.active {
    font-weight: bold;
    text-decoration: none;
    color:#1226aa;
    background: url('../img/icons/up-arrow-black-square-button-azul.png') no-repeat right ;
	padding-right:2.05em;
}

#faqs h2{
	font-weight:normal;
	color:#1226aa;
	font-size:1em;
	padding: 3%;
	line-height: 24px;
	margin-left:7%;
	margin-right:8%;
}


/*------------------------------------------------------------------------  
        S O S   T E A M:     Q U I E N E S   S O M O S
--------------------------------------------------------------------------*/
.sosteam {
  background: #f3f2f2;
  padding: 60px 0;
}
.team {
  background: #f3f2f2;
  padding: 60px 0;
}
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background:#f3f2f2; /*#000b8c; #343a40;*/
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}
.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff; /*#fff;*/
}
.team .member .member-info-content h4 small {
  color: #fff; /*#fff;*/
  margin-right: 2%;
}
.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color:#1226aa; /*#fff;*/
}
.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(255, 205, 0, 0.6);/*rgba(78, 64, 57, 0.6);*/
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #1226aa; /*#fff;*/
  margin-top: 15px;
}
.team .member .social a:hover {
  color: #1226aa; /*#eb5d1e;*/
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member:hover .member-info {
  /*background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);*/
  background: linear-gradient(0deg, rgba(0, 11, 140, 0.95) 0%, rgba(0, 11, 140, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}
.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

#owl-team {

}

.item {
   /* margin: 15px; */
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}


/*------------------------------------------------------------------------  

    I N D I C A D O R E S:     C U A R T A  S E C C I O N
				 
--------------------------------------------------------------------------*/
#indicadores{
   color: #1226aa;
   background-image: url("../img/banner/tramado3.webp")no-repeat;
   background-repeat:no-repeat;
   height:1024px;
}
#indicadores h3{
    color:#1226aa;
	font-family: 'Poppins Bold', sans-serif;
	font-weight: bold; 
	line-height: 65px; 
	font-size: 42px;
	padding-left:9%;
	padding-top:8%;
	padding-bottom:3%;
}

#indicadores1 h4{
    color:#1226aa;
	font-family: 'Poppins Bold', sans-serif;
	font-weight: bold; 
	font-size: 30px;
	padding-left:6%;
}

#indicadores1 h6{
    color:#1226aa;
	font-family: 'Poppins Regular', sans-serif;
	font-weight: normal; 
	line-height: 30px; 
	font-size: 25px;
	padding-left:6%;
}

.ind_items{
	 margin-left: 10%;
	 margin-top:8%;
}

.heart-icon{
  margin-bottom:2%;
  padding-left:3%;
  font-size: 36px;
  transition: background .4s;
  color: #1226aa;
}

#heart-icon:hover{
  color: #ffcd00;
}


/*-------------------------------------------------------------------------------------  
    C O L A B O R A D O R E S:     M E D I C O S    E S P E C I A L I S T A S
-------------------------------------------------------------------------------------*/

#specialist {
   background-color: #f3f2f2; /*rgba(2.4, 13.7, 25.1, 0.05);*/
   background-image: url("../img/banner/tramado2.webp"); 
   background-repeat:no-repeat;
   color: #1226aa;

}

	
	.TituloMedico{
		position: absolute; width:750px; height: 32px;  top:362px; text-align:center; padding-bottom:5%;
	}
	.nameMedico{
		width:740px; 
		font-family: 'Poppins Bold', sans-serif; 
		font-weight: bold; line-height: 44px; font-size: 30px; 
		color: #1226aa; 
		padding-left:4%; 
		padding-top:8%;
	}
	.separador{
		margin-top: 110%; 
		margin-left: 30px;
		height:1px;
		background: #000000;
		mix-blend-mode: normal;
		opacity: 0.1;	
	}
	
	.especialidad{
		width:200px; height: 24px;  padding-left: 12%;
	}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.faq .clients-slider .swiper-slide h3 {
	font-family: 'Poppins Regular', sans-serif; 
	border:1px solid #000b8c;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
	color: #1226aa;
	padding:0.95em;
	background: url('../img/icons/arrow_right_azul.png') no-repeat right ;
	margin-top:8px;
	margin-left:6%;
}

.faq .clients-slider .swiper-slide  h3.active {
    font-weight: bold;
    text-decoration: none;
    color:#1226aa;
    background: url('../img/icons/up-arrow-black-square-button-azul.png') no-repeat right ;
	padding-right:2.05em;
}

.faq .clients-slider .swiper-slide  h2{
	font-weight:normal;
	color:#1226aa;
	font-size:1em;
	padding: 3%;
	line-height: 24px;
	margin-left:7%;
	margin-right:8%;
}

.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000b8c; 
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000b8c; 
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #000b8c; 
  border-bottom: 3px solid #000b8c; 
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color:  #1226aa; /*#eb5d1e;*/
  float: left;
  width: 44px;
  height: 44px;
  background: #ffcd00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color:  #1226aa; /*#7a6960;*/
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color:  #1226aa; /*#ab9d95;*/
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000b8c;
  color:#fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #000b8c; 
  color: #fff; /*#fff;*/
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #000b8c; 
  color: #fff; /*#fff;*/
}

	.social-links2 a {
	  font-size: 16px;
	  display: inline-block-end;
	  /*background: #fff; */
	  color:  #000b8c; 
	  line-height: 5%;
	  padding: 8px 0;
	  margin-left:0px;
	  margin-right: 30px;
	  text-align: center;
	  width: 36px;
	  height: 36px;
	  transition: 0.3s;
	   overflow: hidden;
	}
	
	.social-links2 a:hover {
	  background: #fcdf51;
	  color: #1226aa; 
	  text-decoration: none;
	  border-radius: 5%;
	}
	
	.social-links2 a:active {
	  background: #fcdf51;
	  color: #1226aa; 
	  text-decoration: none;
	  border-radius: 5%;
	}
		
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #000b8c; 
  border-bottom: 3px solid #000b8c; 
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;  /*#fff*/
  background: #fff;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}


.contact .php-email-form .sent-message {
  display: none;
  color:  #fff;
  background: #000b8c;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #000b8c;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}


.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px; /*44px;*/
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #000b8c; 
  border: 0;
  padding: 10px 24px;
  color:  #fff; /*#fff*/
  transition: 0.4s;
  border-radius: 4px;
}


.contact .php-email-form button[type=submit]:hover {
  
	background: #ffcd00;
  	color:#1226aa;

}
.info button[type="submit"] {
  background: #000b8c;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.info button[type="submit"]:hover {
  background: #ffcd00;
  color: #1226aa;
}
.info p {
  padding: 0 0 10px 0px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #1226aa;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Cursos
--------------------------------------------------------------*/

.card {
	position:relative;
/*
	margin-top: 3.94px;
	margin-left:3.0em; 1.5em;*/

	display:inline-block;
	vertical-align:top;
	background-color: #fff;
	
	width:350px; /*320px;*/
	height:590px;
	/*filter: brightness(50%);  filtro gris*/
	filter: drop-shadow(5px 4px 15px #d9d8d6); /* sombra gris de la caja*/
    /*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);*/
	/*box-shadow: 0 0 24px 0 rgba(0, 11, 140, 0.97);*/
}

.card>hr {
 margin-right:0;
 margin-left:0
}

.card-body {
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 padding:1.25rem
}
.card-title {
 font-family:'Poppins Bold', sans-serif;
 font-weight: bold;
 font-size: 22px;
 margin-bottom:.75rem
}
.card-subtitle {
 margin-top:-.375rem;
 margin-bottom:0
}
.card-text:last-child {
 margin-bottom:0; 
 margin-top:-3%;
 color:#1226aa;
 font-family: 'Poppins', sans-serif;
 font-size: 14px;
 line-height:22px
}
.card-link:hover {
 text-decoration:none
}




.card-link+.card-link {
 margin-left:1.25rem
}
.card-header {
 padding:.75rem 1.25rem;
 margin-bottom:0;
 /*background-color:rgba(0,0,0,.03);*/
 border-bottom:1px solid #000b8c;
}
.card-header:first-child {
 border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
 border-top:0
}

.card-footer:last-child {
 border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
 margin-right:-.625rem;
 margin-bottom:-.75rem;
 margin-left:-.625rem;
 border-bottom:0
}
.card-header-pills {
 margin-right:-.625rem;
 margin-left:-.625rem
}
.card-img-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 padding:1.25rem
}
.card-img {
 width:100%;
 border-radius:calc(.25rem - 1px)
}
.imgRectangular {
	width:100%; height:220px;
	background-size:cover;
}

.card-img-top {
 width:100%;
 border-top-left-radius:calc(.25rem - 1px);
 border-top-right-radius:calc(.25rem - 1px)
}
.card-img-bottom {
 width:100%;
 border-bottom-right-radius:calc(.25rem - 1px);
 border-bottom-left-radius:calc(.25rem - 1px)
}
.card-deck {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column
}
.card-deck .card {
 margin-bottom:15px
}
@media (min-width:576px) {
 .card-deck {
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  margin-right:-15px;
  margin-left:-15px
 }
 .card-deck .card {
  display:-ms-flexbox;
  display:flex;
  -ms-flex:1 0 0%;
  flex:1 0 0%;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-right:10px;
  margin-bottom:0;
  margin-left:15px
 }
}
.card-group {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column
}
.card-group>.card {
 margin-bottom:15px
}
.imgRectangular {
	width:100%; height:220px;
	background-size:cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fdfdfc !important; /*#fdfdfc !important;*/
  padding: 0 0 30px 0;
  color:  #1226aa; /*#fff*/
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 10px 0;
  background: #f3f2f2; /*#fff;*/
}
#footer .footer-newsletter h4 {
  /* font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color:  #1226aa; #4e4039;*/
  font-size: 26px !important;
  margin: 5px 0 30px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;

  color: #1226aa;
  font-family:  "Poppins Bold", sans-serif;
 
}

#footer .footer-newsletter form {
  background: #f3f2f2; /*#fff;*/
  position: relative;
  border-radius: 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
  margin-top:7%;  
  height:35px; 
  background-color: #fff;
  font-size: 0.8em;
  color: #1226aa; 
  font-family: "Poppins Regular", sans-serif;
  font-style: normal; 
  border: 1px solid #000b8c; 
  margin-left:0%;
}
#footer .footer-newsletter form input[type=submit] {
  	border: 1px solid #fcdf51; 
	box-sizing: border-box;
	border-radius: 5px;
	
	font-family: 'Poppins Regular', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;

	/* identical to box height, or 150% */
	text-align: center;
	background-color: #fcdf51;
	color: #1226aa;
	
	height:35px; 
	margin-bottom: 30px;
	
	 
	padding: 0.3em 1em; 
}
#footer .footer-newsletter form input[type=submit]:hover {
	background:#000b8c;
	border: 1px solid  #000b8c;
    color: #fff; 
	text-decoration:none;
}

#footer .footer-newsletter form input[type=submit]:focus-visible {
	background:#f3f2f2; /*#fdfdfc;*/
	border: 1px solid  #000b8c;
    color: #1226aa; 
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f3f2f2; /*#fff;*/
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #1226aa; 
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1226aa; 
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color:  #1226aa;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color:  #1226aa; 
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:   #1226aa;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000b8c; 
  color:  #fff; 
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #fcdf51;
  color: #1226aa; 
  text-decoration: none;
}

.py-4 {  
  background: #fdfdfc;
}

#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #1226aa;
}
#footer .credits a {
  color:  #1226aa; /*#eb5d1e;*/
}
@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}


.carousel-links {
  padding-left: 60px;
 }
 
.carousel-wrapper {
  width: 1200px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}
.owl-carousel .owl-nav {

      cursor: pointer;
      position: absolute;
      right: -10px !important;
}	
.carousel-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffcd00;
  color:#000b8c;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.carousel-links a:hover {
  background: #000b8c; 
  color: #fff; /*#fff;*/
}

.carousel-indicators li {
    background-color: rgba(0,11,140,0.95);
    border: 1px solid rgba(0,11,140,0.95);
}

.owl-prev,.owl-next
{ 
  font-size: 18px;
  display: inline-block;
  background: #ffcd00 !important;
  color:#000b8c !important;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
  border: none;}
  
.owl-prev:hover,.owl-next:hover
{ 
  font-size: 18px;
  display: inline-block;
  background: #000b8c !important; 
  color: #fff !important; /*#fff;*/
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
  border: none;}
  
.owl-carousel .owl-dots{
	position: absolute;
   /* bottom: 10px;*/
    bottom: -10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.owl-carousel .owl-dot{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:  #1226aa;
    border: 1px solid #1226aa;
    border-radius: 10px;
}	



.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .owl-dot .active {
  background: #fff; 
  color: #000b8c; /*#fff;*/

}
.BBuscar {
	margin-left: 1%;
	color:#fff; 
	height:41px; 
	width: 34%; 
	border: 1px solid #000b8c; 
	background-color: #000b8c;  
	padding: 0.3em 1em; 
	font-size: 16px;
	box-sizing: border-box; border-radius: 5px;
	font-family: Poppins bold, sans-serif;
}

.BBuscar:hover{  
		background: #ffcd00;
		border: 1px solid  #000b8c; 
		color: #1226aa;
		text-decoration:none;
	} 

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
  margin-top: -20px;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 1080px;  /*180px;*/ 
  border-radius: 26%;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
  
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #1226aa; /*#2c4964;*/
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #000b8c;/*#b2c8dd;*/
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #000b8c;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #ffcd00; /* #1977cc;*/
}

.doctors .member .social a+a {
  margin-left: 8px;
}

.redondo{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffcd00;
  color:#1226aa;
  font-style:bold;
  border: 1px solid #ffcd00; 
}
.redondo:hover{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000b8c;
  color:#fff;
  font-style:bold;
  border: 1px solid #000b8c; 
}

/***********************************************/
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolioI {
  background:#fdfdfc;
  width: 100%;
  height:120vh;
  background: #fff url("../img/bg.jpg") top center no-repeat;
  margin: 72px 0 -72px 0;
}


.portfolioI .portfolio-item {
  margin-bottom: 30px;
}
.portfolioI #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolioI #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1226aa;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolioI #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color:  #1226aa; /*#eb5d1e; */
}
.portfolioI #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolioI .portfolio-wrap {
  transition: 0.3s;
  margin-left:-1.0em;
  position: relative;
 /* overflow: hidden;
  border-radius: 8px;*/
  z-index: 1;
}
/*.portfolioI .portfolio-wrap::before {
  content: "";
  background: rgba(0, 11, 140, 0.8);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}*/
.portfolioI .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.portfolioI .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolioI .portfolio-wrap .portfolio-links a {
  color: #000b8c;
  margin: 0 2px;
  line-height: 0;
  background-color: #ffcd00; /*#ef7f4d;*/
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}
.portfolioI .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}
.portfolioI .portfolio-wrap .portfolio-links a:hover {
  background: #000b8c; /*#ef7f4d;*/
  color:   #fff; /*#fff;*/
}
.portfolioI .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.portfolioI .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff; /*#fff; 1226aa*/
  font-weight: 600;
}
.portfolioI .portfolio-wrap .portfolio-info p {
  color: #fff; /*#fff; 1226aa*/
  font-size: 14px;
  text-transform: uppercase;
}
.portfolioI .portfolio-wrap:hover::before {
  left: 0;
}
.portfolioI .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}
.portfolioI .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

		.social-links a {
		  font-size: 18px;
		  display: inline-block-end;
		 /* background: #fff; */
		  color:  #000b8c; 
		  line-height: 45px;
		  padding: 8px 0;
		  margin-left:10px;
		  margin-right: 40px;
		  text-align: center;
		  width: 36px;
		  height: 36px;
		  transition: 0.3s;
		}
		.social-links a:hover {
		  background: #fcdf51;
		  color: #1226aa; 
		  text-decoration: none;
		}

.foto {
	padding:5px;
	border:solid 1px #A7A7A7;
	background:#FFF;}

.pagination{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:0;
	list-style:none;
	border-radius:.25rem;

}

.pagination ul li {
  float: right;
  padding: 0;
  margin: 0;
  line-height: 34px;
}

/*paginador*/
.bread{
	width:38%;
	text-align:right;
	font-weight:bold;
	float:right;
	vertical-align:middle;
	padding-bottom:1em;
}

.bread a{
	padding:0 5px;
}

.bread a.activo{
	color:#999;
	text-decoration:none;
}

.bread a:hover{
	color:#999;
}

/************************************************************ 

	.  Estilos Busqueda 

 ************************************************************/
 
table{border-collapse:collapse;border-spacing:0;border:medium none;}
table th{background-color:#f3f2f2;border:0;padding:5px 7px;}
table tr:nth-child(even) td{background-color:transparent}
table tr:nth-child(odd) td{background-color:#f3f2f2;color:#1226aa}

table td{padding:5px 10px;}
a img{border:0}img{max-width:100%;height:auto}
table td {
    padding: 5px 10px;
}
 
 .par {
	 background:#f3f2f2; 
	 }
 .noticiaResumen {
	 min-height:170px;
	 padding:10px 20px;
	 background:#fff; 
	 }
 .noticiaResumen .tema {
	 color:#1226aa;
	 font-size:12px;
	 width:152px;
	 margin-right:20px;
	 border-right:solid 1px #000b8c;
	 float:left;
	 margin-bottom:10px;
	 text-align:right;
	 padding-right:10px;
	 }
.noticiaResumen .tema a {
	 color:#F1A60D;
	 text-decoration:none;}
	 
.noticiaResumen .tit a {
	 color:#1226aa;
	 text-decoration:none;}
.noticiaResumen .tema a:hover {
	 text-decoration:underline;}
 .noticiaResumen .anteTit {
 min-height:20px;
  
	color:#999999;
	margin-bottom:10px;}
	
.noticiaResumen .foto {
	clear: both;
	 width:152px;
	 margin-right:20px;
	 float:left;}
	 
 .noticiaResumen .tit {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	color:#1226aa !important;
	text-decoration:underline !important;
	text-align:left;
}
.noticiaResumen .resumen {
	color:#333333;
	margin-bottom:10px;
	text-align:left;}
	
 .noticiaResumen .fecha {
	font-size:12px;
	font-style:italic;
	float:left;
	padding-right:15px;
	background:url(../img/separador.gif) no-repeat right center;
	margin-right:10px;}
 .noticiaResumen .fuente {
	font-style:italic;
	padding-left:20px;
	color:#9f9f9f;
	font-size:14px;
	text-align:left;}
	
.noticia .anteTit  {
	font-size:14px;
	color:#999999;
	}
.noticia h2 {
	color:#333333;
	font-size:18px;
	font-style:italic;
	border-bottom:none;
	letter-spacing:-1px;
	line-height:24px;
	}
.noticia h3 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:#E6E6E6 solid 1px;
	margin-top:40px;
	}
.noticia .pie {
	border-top:solid 1px #E6E6E6;
	font-size:12px;
	font-style:italic;
	color:#999999;
	margin-top:20px;
	}
.noticia .pie ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
	position:relative;}
.noticia .pie li {
	background:url(../img/separador.gif) no-repeat 0 5px;
	padding:0;
	margin:0;
	padding-left:20px;}
.noticia .pie li.autor {
	background:none;
	float:right;
	text-align:right;
	margin:0;
	padding:0;
	line-height:14px;
	width:300px;
	margin-left:20px;}
	
.noticia .pie li.autor .resenia {
	color:#666666;}
	
.noticia .pie li.autor img {
	float:right;
	margin-left:10px;}

.pieFoto {
	background-color:#FDF3D5;
	color:#999999;
	font-size:12px;
	font-style:italic;
	padding:10px 10px;
	line-height:16px;}
	
	
		.bors {
		background: #FFF;
		padding: 2em;
		background: #FFF;
		border-bottom: 1px solid #f3f2f2;
		border-left: 1px solid #f3f2f2;
		border-right: 1px solid #f3f2f2;
		border-top: 1px solid #f3f2f2;
		margin-bottom:35px;
		}	
		
		
		
