/* 
Theme Name: Bootstrap Theme 
Author: WebThemez.com
License: https://webthemez.com/license 
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0!important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #445059;
  color: white;
  font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

hr{
  border: 2px solid #ED3237;
  width: 50%;
}
a {
  color: #ED3237;
  transition: 0.5s;
}

a:hover, a:focus {
  color: #ED3237;
  outline: none;
  text-decoration: none;
}

a:active{
  color: white;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/****whatsapp****/
#whatsapp-float{
  position:fixed;
  width:2em;
  height:2em;
  bottom:10px;
  left:40px;
  background-color:#25d366!important;
  color:#FFF!important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  padding-top: 0.3em;
}

#whatsapp-float a{
  color:#FFF!important;

}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ED3237;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #ED3237;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: white;
  color: #445059;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: black;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 65px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro .carousel-caption .btn-projects {
  background: #ED3237;
  border: 2px solid #ED3237;
}

#intro .carousel-caption .btn-projects:hover {
  background: none;
  color: #E91E63;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro {
  height: 100vh;
  width: 100%;
  position: relative;
  margin:0;
  overflow: hidden;
}

#intro .carousel-item {
  height: 100vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

#intro .carousel-item span {
  position: absolute;
  bottom: 0;
  top: 0%;
  right: 0;
  left: 0%;
  z-index: 10;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  display: flex;
}

#intro .carousel-item span .logo-banner {
  display: block;
  width: 7em;
  height: auto;
  margin: 0 auto 1em auto;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

#intro .carousel-item h1 {
  font-size: 50px;
  font-weight: 700;
}

#intro .carousel-item h3 {
  position: relative;
  color: white;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.btn-center {
  text-align: center;
}


.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 0.5em;
  transition: 0.5s;
  margin: 1em 0 0 0;
  text-align: center;
}

.btn-get-started {
  background: #ED3237;
  color: white;
  border: 4px solid #ED3237;
}

.btn-get-started:hover, .btn-primary:hover {
  background: transparent;
  background: rgba(255,255,255,0.6)!important;
  color: #ED3237;
  border: 4px solid #ED3237;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #ED3237;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #ED3237;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #ED3237;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #0c2e8a;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  background: black;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: white;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ED3237;
}

#mobile-nav ul .menu-item-active {
  color: #ED3237;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 13, 13, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header, .section-header-white {
  margin-bottom: 30px;
}

.section-header h2, .section-header-white h2 {
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  /* display: inline-block; */
  text-align: center;
}

.section-header h2::before, .section-header-white h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: #ED3237 solid 2px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.section-header p {
  padding: 0;
  margin: 0;
  text-align: center;
}

.section-header-white h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: white solid 2px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

/* Sedes Section
--------------------------------*/
#sedes, #salida-laboral, #clientes-destacados {
  padding: 60px;
}

#sedes .sedes-img {
  overflow: hidden;
  padding-top: 2em;
} 
#sedes .sedes-img img {
  width: 75%;
}

#sedes .content h2 {
  color: #cecece;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#sedes .content p {
  line-height: 26px;
}

#sedes .content p:last-child {
  margin-bottom: 0;
}

#sedes .content i {
  font-size: 20px;
  padding-right: 1em;
  color: #ED3237;
}

#sedes .content ul {
  list-style: none;
  padding: 0;
}

#sedes .content ul li {
  padding: 0.5em 0 0 0;
}

.subtitle-sedes{
  font-weight: bolder;
  font-size: 20px;
  color: #ED3237;
}

.title-sedes {
  margin-top: 20px!important;
}

.title-sedes a {
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.5em;
  text-align: left;
}

.title-sedes a:hover {
  color: #ED3237;
}

.title-sedes a::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: #ED3237 solid 2px;
  left: 0;
  text-align: left;
  margin: 0 auto;
}

/* Salida Labora
--------------------------------*/
#salida-laboral .salida-laboral-img {
  overflow: hidden;
  padding-top: 0;
  text-align: center;
} 
#salida-laboral .salida-laboral-img img {
  width: 80%;
  margin-bottom: 1em;
}

/* Conocenos
--------------------------------*/
#conocenos, #staff-completo {
  padding: 60px 0 0 0;
}

#conocenos .conocenos-img, #staff-completo .staff-completo-img, #gracias .gracias-img {
  overflow: hidden;
  text-align: center;
} 
#conocenos .conocenos-img img, #staff-completo .staff-completo-img img, #gracias .gracias-img img {
  width: 70%;
  margin-bottom: 1em;

}

#conocenos .box, #staff-completo .box {
  padding: 40px;
  margin-bottom: 40px;
  background: #fff;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  text-align: center;
  height: 32em;
}

#conocenos .box {
  height: 25em;
}

#staff-completo .sal {
  height: 28em;
}

#staff-completo .sem {
  height: 32em;
}

#staff-completo .maf {
  height: 36em;
}

#staff-completo .mm {
  height: 35em;
}

#staff-completo .box img {
  height: 14em;
  padding-top: 1em;
}

#conocenos .box:hover, #staff-completo .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#conocenos .box .icon, #staff-completo .box .icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

#conocenos .box .icon i, #staff-completo .box .icon i {
  color: #ED3237!important;
  font-size: 44px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 0px;
}

#conocenos .box .icon i fa, #staff-completo .box .icon i fa {
  color: #ED3237!important;
}

#conocenos .box .icon i:before, #staff-completo .box .icon i:before {
  background: #c3c3c3;
  /* background: linear-gradient(45deg, #ED3237 0%, #405ece 100%); */
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#conocenos .box h4, #staff-completo .box h4 {
  font-weight: 700;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  color: #445059;
}

#staff-completo .box h4 {
  border-bottom: 2px solid #ED3237;
  line-height: 2em;
}

#staff-completo h5 {
  border-bottom: 2px solid #ED3237;
  line-height: 2em;
}

#conocenos .box h4 a, #staff-completo .box h4 a {
  color: #445059;
}

#conocenos .box p, #staff-completo .box p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 20px;
  color: #445059;
}

#conocenos .box p, #staff-completo .box p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 0;
  padding-top: 20px;
  color: #445059;
}

#staff-completo .box p {
  text-align: left;
}


.btn-conocenos {
    position: absolute;
    bottom: 2em;
    left: 4em;
    right: 4em;
  }
.btn-conocenos a {
    text-align: center;
    font-size: 20px;
  }

  .col-member {
    width: 30%;
    margin: 0.5em;
  }

  .staff {
    width: 23%!important;
  }
  .p-destacados {
  border-top: 2px solid #ED3237;
  border-bottom: 2px solid #ED3237;
  padding: 1em;
  font-style: oblique;
  text-align: center;
  }

  .h3-destacados {
  text-align: center;
  }

  .destacados {
  background: #ED3237;
  background-size: cover;
  padding: 2em 10em 1em 10em!important;
  margin:0!important;
  text-align: center;
}

  .destacados h3{
  line-height: 1.5em;
}

/**********
Cursos-Clinicas*/
#cursos, #clinicas {
	padding: 60px 0 60px 0;
}

.leftSec p{
  font-size: 40px;
  font-weight: bolder;
  margin:0!important;
}
.box2-main{
	
}
.box2{
width: 100%;	
border: 1px solid #ED3237;
display: inline-block;
padding: 25px;
}

.leftSec{
	float:left;
	width: 4em;
	background: #ED3237;
	color: #fff;
	text-align: center;
	padding: 0 1em 0 1em;
	margin-right: 3%;
}
.rightSec{
	float:right;
	width:75%;
  padding-top: 1em;
}

.rightSec h4{
  font-weight: bolder;
  margin: 0!important;
  vertical-align: middle;
  color:white!important;
  
}

.rightSec a{
  color:white!important;
}

.rightSec a:hover{
  color:#ED3237!important;
}


/* clinicas-destacados
--------------------------------*/
#clinicas-destacados, #novedades {
  background: #ED3237;
  background-size: cover;
  padding: 60px;
}

#clinicas-destacados h3, #novedades h3 {
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding:  40px 0 20px 0;
  text-align: left;
}

#clinicas-destacados h3::before, #novedades h3::before  {
  content: '';
  position: absolute;
  display: block;
  width: 26%;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: #fff solid 2px;
  text-align: left;
  margin: 0 auto;
}

#clinicas-destacados .cta-text {
  /* color: #b399b8; */
}
.cta-btn-container img {
    width: 100%;
}

#inscripcion img {
    width: 99%;
    margin-left: -0.4em!important;
}

#clinicas-destacados .cta-btn, #novedades .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 0;
  border: 2px solid white;
  color: white;
}

#clinicas-destacados .cta-btn:hover, #novedades .cta-btn:hover {
  background: white;
  border: 3px solid white;
  color: #ED3237;
}
/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #ED3237;
}


/* clientes-destacados
--------------------------------*/
#clientes-destacados {
  padding: 60px;
}
.clientes-destacados {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 60px;
}

#clientes-destacados h3 {
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding:  20px 0 20px 0;
  text-align: left;
}

#clientes-destacados h3::before  {
  content: '';
  position: absolute;
  display: block;
  width: 26%;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: #fff solid 2px;
  text-align: left;
  margin: 0 auto;
}

#clientes-destacados .cta-text {
  /* color: #b399b8; */
}
.cta-btn-container-img img {
    width: 40%;
}

#clientes-destacados .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 0;
  border: 2px solid white;
  color: white;
}

#clientes-destacados .cta-btn:hover {
  background: white;
  border: 3px solid white;
  color: #ED3237;
}
/* Our galeria Section
--------------------------------*/
#galeria {
  padding: 60px;
  text-align: center;
}

#galeria .galeria-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  /* display: none; */
}

#galeria .galeria-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#galeria .galeria-item h2 {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  background: #00000085;
  /* border: 1px solid #fff; */
  padding: 25px;
  /* background: linear-gradient(45deg, #e91e6357 0%, #405ece91 100%); */
  display: none;
}

#galeria .galeria-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#galeria .galeria-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#galeria .galeria-item:hover .galeria-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#galeria .galeria-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-controls {
  text-align: center;
  margin-bottom: 45px;
}

.gallery-controls ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-right: 45px;
  cursor: pointer;
  position: relative;
}

.gallery-controls ul li.active {
  color: #e4381C;
}

.gallery-controls ul li.active:after {
  opacity: 1;
}

.gallery-controls ul li:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #7D2719;
  content: "";
  opacity: 0;
}

.gallery-controls ul li:last-child {
  margin-right: 0;
}
/*----*/

.content-3-10 {
	padding: 0px;
	position: relative;
}

.content-3-10 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('../images/about.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-10 h3 {
	margin-bottom: 34px;
}

.content-3-10 p {
	margin-bottom: 20px;
}

.img-middle{
	display: block;
	border: 1px solid #d8d8d8;
	padding: 25px;
	margin: 20px auto 25px;
	width: 100%;
}
.align-center {
    text-align: center;
}

p.help-block,
p.help-block ul{
    float: left; 
    margin: 0;
    padding: 0;
}
p.help-block li {
    float: left; 
    margin: 10px 0 0 0;
    padding: 0;
    list-style:none;
    color:red;
}


/* Staff
--------------------------------*/
#staff {
  /* background: #fff; */
  padding: 60px 0 0 0;
}

#staff .member {
  text-align: center;
  margin-bottom: 20px;
}

#staff .member .pic {
  overflow: hidden;
  text-align: center;
}

#staff .member .pic img {
  max-width: 100%;
}

#staff .member .details {
  background: #fff;
  color: #ED3237;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
  border-top: 4px solid #ED3237;
}

#staff .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#staff .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#staff .member .social {
  margin-top: 5px;
  padding: 6px;
  text-align: center;
}

#staff .member .social a {
  color: white;
  margin: 2px 6px;
  border: 1px solid #ED3237;
  display: inline-block;
  background: #ED3237;
  padding: 0.5em;
}
#staff .member .social a:hover{
  color: #ED3237;
  margin: 2px 6px;
  border: 1px solid #ED3237;
  opacity: 1;
  background: white;
}
#staff .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#conectate, #gracias {
  padding: 60px 0;
}

#conectate .conectate-info, #gracias .gracias-info {
  margin-bottom: 20px;
  text-align: left;
}

#conectate .conectate-info i, #gracias .gracias-info i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  color: #ED3237;
  float: left;
}

#conectate .conectate-info address, #conectate .conectate-info p, #gracias .gracias-info address, #gracias .gracias-info p  {
  margin-bottom: 0;
  /* color: #000; */
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
  margin-left: 27px;
  font-size: 14px;
}

#conectate .conectate-info h3, #gracias .gracias-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ED3237;
  float: left;
  margin: 8px 15px;
}

#conectate .conectate-info a, #gracias .gracias-info a {
  color: white;
}

#conectate .conectate-info a:hover, #gracias .gracias-info a:hover {
  color: #ED3237;
}

#conectate .conectate-address, #conectate .conectatet-phone, #conectate .conectate-email, #gracias .gracias-address, #gracias .gracias-phone, #gracias .gracias-email {
  margin-bottom: 20px;
}

#conectate .form #sendmessage {
  color: #ED3237;
  border: 1px solid #ED3237;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#conectate .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#conectate .form #sendmessage.show, #conectate .form #errormessage.show, #conectate .form .show {
  display: block;
}

#conectate .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#conectate .form input, #conectate .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  border: none;
}

#conectate .form button[type="submit"] {
  background: #ED3237;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#conectate .form button[type="submit"]:hover {
  background: #081e5b;
}

.form-check-input {
left:1.5em;
}

label {
margin-left: 1.5em;
}

.titulo {
margin-top: 1em;
font-weight: bold;
color: #ED3237;
margin-left: 0!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffffad;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ffffff85;
  margin-top: 8px;
}

#footer .credits a {
  color: #ED3237;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto;
}

@media (max-width: 768px) {

  .row {
    margin: 0!important;
  }
  #clinicas-destacados, #novedades, .clientes-destacados, #clientes-destacados, #sedes, #cursos, #clinicas, #galeria, #salida-laboral{
    padding: 15px!important;
  }

  .col-6 {
    width: 100%!important;
    max-width: 100%!important;
  }

  .col-6 img{
    width: 100%!important;
    margin-top: 2em;
  }
   .col-member {
    width: 45%!important;
  }

  #staff .member span {
    font-size: 11px!important;
  }

  .back-to-top {
    bottom: 15px;
  }
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .btn-get-started {
    font-size: 12px;
  }   
  #intro .carousel-item h1 {
    font-size: 25px;
  }
  #intro .carousel-item h3 {
    font-size: 15px;
  } 

  #intro .carousel-item span .logo-banner {
    width: 3em!important;
  }
  #nav-menu-container {
    display: none;
  }  
  #mobile-nav-toggle {
    display: inline;
  } 
  #sedes .sedes-img, .salida-laboral-img {
    height: auto;
    text-align: center;
  }
  #sedes .sedes-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }  
  #conocenos .box .box {
    margin-bottom: 20px;
  }
  #conocenos .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #conocenos .box h4, #conocenos .box p {
    margin-left: 0;
    text-align: center;
  }   

  .destacados {
  padding: 1em 0.5em 0.1em 0.5em!important;
  }

  .destacados h3{
  font-size: 17px!important;
  }  

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }  
  #novedades .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  } 
  .rightSec {
  width: 70%;
  padding:0;
  }
  .rightSec h4{
  font-size: 15px;
  }

  #staff-completo .sal, #staff-completo .sem, #staff-completo .maf, #staff-completo .mm{
  height: auto!important;
  }

  #clinicas-destacados .cta-btn-container, #novedades .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #clinicas-destacados h3, #novedades h3{
  text-align: center;
}

  #clinicas-destacados h3::before, #novedades h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 26%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  #clinicas-destacados .cta-btn, #novedades .cta-btn {
  margin-bottom: 1em;
}
  #conectate .conectate-address, #conectate .conectate-phone, #conectate .conectate-email {
    padding: 0;
    text-align: left;
  }  
  #conectate .conectate-phone {
  }    
  #conectate #google-map {
    margin-top: 20px;
  }  
  
  #whatsapp-float{
  position:fixed;
  width:1.5em;
  height:1.5em;
  padding:1px;
  }   
}