/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500|Montserrat:300,400,600);

/* various */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow:visible;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}


audio, canvas, video {
	display: inline-block;
	*display:inline;
	*zoom:1
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	outline: none;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}

a:hover, a:focus, img:focus, button:focus, .btn:focus {
	outline: none;
	text-decoration: none
}

h1{
	text-transform: uppercase
}

::-moz-selection, ::selection {
	background-color:#000;
	color:#fff;
	text-shadow:none;
}

main {
	margin-top: 80px
}

.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:15px 5px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000\9;
	background-color:rgba(0,0,0,0);
	border:1px solid #ccc;
	border-radius:10px
}

.carousel-indicators .active {
	background-color:#3ba4c6;
	border-color:#3ba4c6
}

/* scroll up */

a#scrollUp {
	bottom: 0px;
	right: 10px;
	padding: 5px 10px;
	background: #3ba4c6;
	color: #FFF;
}
a#scrollUp i {
    font-size: 30px;
}

p {
	padding-bottom: 20px;
	line-height: 28px;
}

p, ul {
	font-family: 'Montserrat', sans-serif;
	color: #728c93;
}

/* ========== menu ========== */

.navbar-light .navbar-nav .nav-link {
	font-family: 'Raleway', sans-serif
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #3ba4c6
}

.dropdown-item {
  font-size: 12px
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #3ba4c6
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #3ba4c6
}

.dropdown-menu {
	border: 0px
}

/* ========== home ========== */

/* carousel */

#carousel-photos .carousel-item {
	height: 32rem;
	background-color: #777;
}

#carousel-photos {
	margin-bottom: 3rem;
	margin-top: -80px
}

#carousel-photos .new-caption {
	z-index: 10;
	color: #fff;
}

#carousel-photos .new-caption .green {
	color: #ABE205;
}

#carousel-photos .carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}

#carousel-photos .new-caption h1 {
	color: #fff;
	font-weight: bold;
}

#carousel-photos .fill {

	background-attachment: relative;
	background-position: center center;
	min-height: 100%;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carousel-photos .new-caption {
	margin: 0;
	position: absolute;
	text-align: center;
	width: 60%
}

#carousel-photos .new-caption .btn-outline-light:hover, .text-light {
	border: 1px solid #fff;
	color: #fff !important;
	background-color: transparent;
}

#carousel-photos .new-caption .btn-outline-light {
	border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif
}

#carousel-photos .new-caption .btn-outline-light:hover, .text-light:hover {
	border: 1px solid #ABE205;
	color: #ABE205 !important;
	background-color: transparent;
}

#carousel-photos .new-caption p {
	margin-bottom: 0.1rem;
	font-size: 2.3rem;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	/*! margin-top: 5px; */
	padding: 0px
}

/* generics */

.help-block ul {
	list-style-type: none;
	color: #f50
}

.title-head {
    height: 300px;
    color: #fff;
    background-attachment: relative;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 3rem;
}

.title-head a{
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
}

.generics .bg-img {
	
	background-attachment: relative;
	background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.generics .bg-light-blue {
  background-color: #E7F4FA;
  padding: 45px 50px;
	height: 500px
}

.generics .bg-light-blue750 {
	background-color: #E7F4FA;
	padding: 45px 50px;
	  height: 750px
  }

.generics .bg-light-blue h4 {
	color: #3ba4c6;
	margin-bottom:30px
}

.title-head strong {
	font-weight: bold;
	display: inherit;
	line-height: 45px
}

.generics h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #738c94;
	line-height: 28px
}

.generics h2 {
	color: #738c94;
	font-size: 35px;
}

.generics h2, .generics h3 {
	margin-bottom: 30px
}

.generics span {
	color: #3ba4c6
}

#carousel-photos .carousel-inner {
	height: 100vh;
}

/* novedades */

.home-novedades {
	background-color: #f0f3f4;
	padding-top: 50px
}

.card-title, .home-novedades h4 {
	color: #3ba4c6;
	font-size: 20px
}

.card-title strong {
	font-weight: bold
}

.home-novedades h5 {
	margin-bottom: 20px;
	color: #3ba4c6;
}

.card-text {
	color: #728c93;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 20px
}

.home-novedades .btn-primary {
	background-color: #3ba4c6;
	border: none;
	border-radius: 0
}
.custom-owl .owl-stage{
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.custom-owl .owl-stage-outer{
  z-index: 9;
  position: relative;
}


.card {
	border: none
}

.home-novedades .btn-image {
	height: 180px;
	overflow: hidden;
}
.home-novedades .item {
	overflow: hidden;
	border-radius: 6px;
	height:100%;
	padding:0;
	background-color: white;
}
.home-novedades .item .col{
	margin: 0;
	padding:0;
}
.btn-image {
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.btn-image img {
	margin-top: 0px;
	margin-bottom: -10px
}

.btn-image .thumb {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
		-webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-image .thumb:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

/* ======================= nosotros ======================== */

.nosotros_foto {
	padding-top: 50px;
	padding-bottom: 40px;	
	background-attachment: relative;
	background-position: center center;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nosotros_texto {
	padding: 40px 50px;
	color: #728c93
}

.nosotros {
	background-color: #f0f3f4;
	margin-bottom: 60px
}

.nosotros h3 {
	color: #728c93
}

.mision-vision .btn-image {
	height: 280px;
}

.mision-vision p {
	margin-top: 20px
}

.bottom {
	position: absolute;
	bottom: 20px;
	display: block
}

.nosotros_frase {
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 30px;	
	background-attachment: relative;
	background-position: center right;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		color: #fff;
}

.nosotros_frase strong {
	font-weight: bold;
	display: inherit;
}

/* ======================= profesionales ======================== */

.plantel .col-md-4, .plantel .col-md-6 {
	margin-bottom: 30px
}

.profesional {
	background-color: #f0f3f4;
}

.plantel .profesional {
	height: 100%
}

.profesional .card-title {
	margin-bottom: 6px
}

.generics .header-title, .generics h6 {
	color: #3aa4c5;
}

.generics h5 {
	color: #738c94;
	font-size: 17px;
	line-height: 28px
}

.generics ul li {
  padding: 3px 0px 3px 15px;
  list-style: none;
  margin: 0;
	font-size: 14px;
}
.generics ul li:before{
	content:'\f101';
	color:#3aa4c5;
	font-family: 'Font Awesome 5 Pro';
	margin-left:-15px;
	margin-right:7px;
}


.generics ul {
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 30px
}

/* ======================= prestaciones ======================== */

.prestaciones {
	background-color: #f0f3f4
}

.prestaciones_frase {
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 60px;	
	background-attachment: relative;
	background-position: center right;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		color: #fff;
}

.prestaciones_frase strong {
	font-weight: bold;
	display: block;
}

.prestaciones_frase h3 {
	line-height: 43px
}

.prestaciones_frase a {
	margin-top: 20px
}

.prestaciones_frase a:hover {
	color: #000 !important;
}

.logos {
	margin-top: 60px
}

.logos .item {
  filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition:filter 0.4s;
	-webkit-transition:-webkit-filter 1s;
}
	
.logos .item:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

/* ======================= faq ======================== */

.faq .menu ul li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.faq .menu ul li a {
	color: #728c93;
	font-size: 14px
}

.faq .menu ul li a.active {
	color: #dfdfdf;
	font-size: 14px
}

.faq .menu ul li a:hover {
	color: #3ba4c6
}

.faq .faq_title_header {
	background-color: #3ba4c6;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px
}

.faq .faq_body h6{
	color: #3ba4c6;
	font-weight: bold;
	margin-bottom: 25px;
	padding-top: 10px
}

.faq .faq_body ul li {
    background: url(../images/flecha.png) no-repeat left center;
    padding: 3px 0px 3px 15px;
    list-style: none;
    margin: 0;
    font-size: 14px;
}

.faq .faq_body ul {
	margin-bottom: 30px
}

.faq .menu ul {
	margin-bottom: 40px
}

/* ======================= contacto ======================== */

.title-head-contacto h5 {
  background-color: #3ba4c6;
	padding: 10px 20px;
	margin-top: 35px;
	display: inline-block
}

.title-head-contacto address p {
	color: #fff;
	line-height: 23px;
	padding-top: 20px;
	font-weight: lighter;
	padding-bottom: 0
}

.title-head-contacto address b {
	font-weight: bold
}

.title-head-contacto a {
	color: #fff
}

.title-head-contacto a:hover {
	color: #3ba4c6
}

.title-head-contacto {
    color: #fff;
    background-attachment: relative;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 3rem;
}

.title-head-contacto strong {
	font-weight: bold;
	display: block
}

.title-head-contacto .formulario {
	background-color: rgba(7, 49, 97, 0.6);
	padding: 30px
}

.title-head-contacto .formulario h4 {
	color: #3ba4c6;
	margin-bottom: 20px
}

.title-head-contacto .formulario label {
	margin-bottom: 10px
}

.title-head-contacto .formulario .form-control {
	border-radius: 0px
}

.btn-default {
	background-color: #3ba4c6;
	border-radius: 0px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold
}

.btn-default:hover {
	background-color: #0a5f87;
	color:white;
}

.contacto_title_header {
	background-color: #3ba4c6;
	margin-bottom: 40px
}

.contacto_title_header h5 {
	color: #fff;
	padding: 20px
}

.contacto .card {
	background-color: #f0f3f4;
	height: 100%
}

.contacto .card-body a{
	color: #728c93
}

.contacto .card-body a:hover {
	color: #3ba4c6
}

.contacto p {
	line-height: 22px;
	padding-bottom: 15px
}

.contacto .card-body {
	padding-bottom: 10px
}

.map-wrapper{
	width:100%;
	height:360px;
}

.map-wrapper #map, .map-wrapper #map2 {
	width:100%;
	height:100%;
}

/* ======================= footer ======================== */

footer {
	background-color: #3b3b3b
}

footer, footer .sedes a{
	color: #728c93;
	font-family: 'Montserrat', sans-serif
}

footer .sedes a:hover{
	color: #3ba4c6
}

footer .sedes{
	background-color: #3b3b3b;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px
}

footer .sedes span {
	color: #fff
}

footer .sedes h5 {
	color: #3ba4c6;
	margin-bottom: 20px
}

footer .copyright{
	background-color: #353535;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px
}

footer .redes_footer ul {
  display: flex;
}

footer .redes_footer li {
   list-style-type: none;
   display: inline;
   margin:0 6px;
}

footer .redes_footer li a {
	align-items:center;
  color: #fff;
  display: flex;
  justify-content:center;
  font-size: 23px;
  border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	height: 55px;
	width: 55px;
}

footer .redes_footer a:hover {
	color: #3ba4c6;
	border-color:#3ba4c6;
	transform:translateY(-4px);
}
.not-found{
	align-items: center;
	display: flex ;
	justify-content: center;
	min-height: calc(100vh - 100px);
	text-align: center;
}
.wow{
	opacity:0;
}
/* ======================= Queries ======================== */

@media (min-width:1199px){


}

@media (max-width:1199px){
	.nosotros_frase strong {
		display: inline;
		font-weight: normal
	}
	.mision-vision .btn-image {
		height: 230px;
	}
	.nav-link{
		font-size: 13px
	}
}

@media (max-width:991px){
  .nosotros_foto {
		height: 250px;
	}
  .nosotros_texto {
    padding: 40px 30px;
  }		
	.profesional .card-title {
			font-size: 18px;
	}
	.profesional .card-text {
		font-size: 13px;
		line-height: 16px
	}
	.generics .bg-light-blue {
		height: 600px;
	}
	.prestaciones_frase strong {
		font-weight: normal;
		display: inline
	}
	.mision-vision .btn-image {
		height: 170px;
	}
}

@media (max-width:768px){
  .home-novedades .btn-image {
    height: 150px;
	}

}

@media (max-width:767px){
	footer .sedes, .copyright {
		text-align: center
	}
	footer .col-md-4 {
		margin-top: 30px
	}
	footer .sedes {
		padding-top: 20px
	}
	.nosotros_frase, .prestaciones_frase {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.generics .bg-light-blue {
		height: 100%;
	}
	.generics .bg-img {
		height: 350px
	}
	.mision-vision .btn-image {
		height: 270px;
	}
	.sede-central{
		margin-bottom: 30px
	}
}

@media (max-width:640px){


}

@media (max-width:600px){
  .home-novedades .btn-image {
    height: 150px;
	}
	.home-novedades .card {
		min-height: 420px
	}
}

@media (max-width:575px){
  .home-novedades .btn-image {
    height: 250px;
	}
	.home-novedades .card {
		min-height: 450px
	}
  #carousel-photos .new-caption p, #carousel-photos .new-caption h1 {
		font-size: 26px
	}
	.datos-contacto {
		text-align: center
	}
}

@media (max-width:480px){
  .generics h2 {
    font-size: 30px;
	}
	.mision-vision .btn-image {
		height: 190px;
	}
}

@media (max-width: 440px){
	.navbar-brand img{
		max-width: 220px
	}
	.generics .bg-light-blue {
		padding: 40px 15px 10px 15px;
	}
}

@media (max-width: 360px){
	
	.generics h3 {
		font-size: 24px
	}
  .home-novedades .btn-image {
    height: 150px;
	}
	.home-novedades .card {
		min-height: 380px
	}
  #carousel-photos .new-caption p, #carousel-photos .new-caption h1 {
		font-size: 23px
	}
	.navbar-brand img{
		max-width: 200px
	}
	.mision-vision .btn-image {
		height: 150px;
	}
}
	
@media (max-width:320px){
	.navbar-brand img{
		max-width: 180px
	}

}