.imagenResponsive img {
	width: 100%;
	height: auto;
}
.mgt-20 { margin-top: 20px !important; }
.mgt-30 { margin-top: 30px !important; }
.mgt-40 { margin-top: 40px !important; }

li.active .page-link {
	background-color: var(--principal);
	color: #fff;
}
.blog-img img {
	width: 100%;
	height: auto;
}
.texto-articulo {
	padding: 20px 20px;
	font-size: 16px;
	line-height: 27px;
	color: #333;
}
.texto-articulo h2 {
	font-size: 22px;
	color: var(--principal);
	padding: 0;
	margin: 15px 0 15px 0;
	font-weight: 700;
}
.sidebar-area {
	background-color: #f7f7f7;
	box-shadow: 0px 0px 10px #ccc;
	padding: 30px 30px;
	border-radius: 10px;
}
h3.widget_title {
	color: var(--principal);
	font-size: 22px;
	font-weight: 700;
}
.media-img imh {
	width: 100%;
	height: auto;	
}
.recent-post-meta {
	font-size: 14px;
	padding: 10px 0 0 0;
}
h4.post-title {
	color: var(--principal);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;	
}
.sectionMapa {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
section.cuerpo_contacto {
	background-color: #f5f5f5;
	padding: 40px 0;
}
.divformulario label {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.divformulario input.form-control {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #000;
}
.divformulario textarea.form-control {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #000;
}
.btn-azul {
	border: 1px solid var(--principal);
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	color: var(--principal);
	text-decoration: none;
	margin: 0;
	background-color: #fff;
}
.btn-azul:hover {
	background-color: var(--principal);
	color: #fff;
}
.peq {
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
}
h2.tituloSeccion {
	font-size: 1.5rem;
	color: var(--principal);
	margin-bottom: 1.25rem;
	position: relative;
	padding-bottom: 1.25rem;
}
h2.tituloSeccion::after {
  background: #ef3a43;
  bottom: 0;
  content: "";
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  height: 3px;
  line-height: 2.25rem;
  position: absolute;
  width: 100px;
}
ul.listaSede {
	list-style: none;
}
ul.listaSede li {
	margin-bottom: 15px;
}
ul.listaSede i {
	width: 25px;
	color: var(--principal);
}
.log-in-section .log-in-box {
  background-color: #f8f8f8;
  padding: calc(16px + 34*(100vw - 320px)/1600);
  border-radius: calc(8px + 4*(100vw - 320px)/1600);
}
.input-box h3 {
  font-size: 1.2rem;
  padding: 30px 0 0px 0;
}
.theme-form-floating > .form-control:not(:placeholder-shown) ~ label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: calc(14px + 4*(100vw - 320px)/1600);
	opacity: .95;
	top: -5px;
	left: 5px;
	height: 31px;
	background-color: #fff;
	white-space: nowrap;
	opacity: 1;	
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.theme-form-floating label {
  font-size: calc(13px + 3*(100vw - 320px)/1600);
  color: #4a5568;
  border: none;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid rgba(0,0,0,0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.theme-form-floating > .form-control:focus, .theme-form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + 2*(100vw - 320px)/1600);
  font-weight: 500;
}
.theme-form-floating .form-control, .theme-form-floating .form-select {
  height: calc(51px + 3*(100vw - 320px)/1600);
  line-height: normal;
}
.form-floating > .form-control {
  padding: 1rem .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-control {
  background-color: #fff;
}
.form-control {
  font-size: 14px;
  padding: calc(8px + 6*(100vw - 320px)/1600) calc(12px + 3*(100vw - 320px)/1600);
}
.theme-form-floating > .form-control:focus ~ label, .theme-form-floating > .form-control:not(:placeholder-shown) ~ label, .theme-form-floating > .form-select ~ label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(14px + 4*(100vw - 320px)/1600);
  opacity: .95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #fff;
  white-space: nowrap;
  opacity: 1;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .85;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.05rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.05rem);
}
.input-box .col-6 {
	margin-top: 20px;
}
.input-box .col-4 {
	margin-top: 20px;
}
.input-box .col-12 {
	margin-top: 20px;
}
textarea.form-control {
  height: 100px !important;
}
.btn-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  background: rgba(0,0,0,0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  background: #ff6b6b;
  background: var(--principal);
  border: none;
  z-index: 0;
  padding: 15px 20px;
}
.btn-animation:hover {
	color: #f7f7f7;
	text-decoration: none;
}
section.resultados {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.imagenResultado img {
	width: 100%;
	height: auto;
}
.tituloResultado {
	font-size: 18px;
	font-weight: 700;
	color: var(--principal);
}
.tituloResultado a {
	font-size: 18px;
	font-weight: 700;
	color: var(--principal);
}
.sumillaResultado {
	font-size: 16px;
	color: #000;
	line-height: 27px;
	text-align: justify;
}

.wraperH3 {
	display: table;
}
.wraperH3 h3 {
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}
.wraperP {
	display: table;
}
.wraperP p {
	display: table-cell;
	vertical-align: middle;
	height: 70px;	
}
/* Client Logos Slider */
.client-logos-slider .client-logo-item {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.client-logos-slider .client-logo-item img {
    max-width: 100%;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.client-logos-slider .client-logo-item:hover img {
    /*filter: grayscale(0%);*/
    opacity: 1;
}
.client-logos-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.client-logos-slider .owl-dots .owl-dot span {
    background: var(--medium-gray) !important;
}
.client-logos-slider .owl-dots .owl-dot.active span {
    background: var(--secondary-color) !important;
}


@media (max-width: 575px) {
    section.resultados {
      padding: 25px 10px 50px 10px;
      background-color: #f5f5f5;
    } 
    .texto-articulo {
    	padding: 20px 10px;
    }  
    header {
    	position: fixed;
    	width: 100%;
    	left: 0;
    	top: 0;
    	z-index: 100;
    } 	
    .about-hero-banner {
    	margin-top: 70px;
    }
	  .about-hero-content {
	    padding: 45px 0 0 0;
	  } 
		.about-hero-content h1 {
			font-size: 22px;
			font-weight: 700;
			margin-bottom: 5px;
			line-height: 1.2;
		}	     
}