body {
  color: #666666;
}

/*======================================
	Estilos generales
========================================*/

.ul-clasico {
  list-style-type: inherit;
  margin-left: 15px;
  margin-bottom: 10px;
}
.ul-clasico li {
  margin-bottom: 13px;
}
.section {
  padding-top: 90px;
  padding-bottom: 120px;
}

.title {
  font-size: 1.2rem !important;
}

.section-title p {
  font-size: 1rem;
}

/*======================================
	Header
========================================*/

.navbar-brand img {
  width: 150px;
}

.link-turno a:link, .link-turno a:active, .link-turno a:visited {
  color: #333 !important;
  border-left: solid 1px rgb(224, 224, 224);
  padding: 7px;
  border: solid 1px #333;
  margin-top: 28px;
  border-radius: 5px;
  /*text-transform: uppercase;*/
  /*background-color:#f1f1f1;*/
}
.link-turno a:hover {
  color: #fff !important;
  border-left: solid 1px rgb(224, 224, 224);
  padding: 7px;
  border: solid 1px #0066c5;
  /*text-transform: uppercase;*/
  background-color:#0066c5;
}
@media (max-width: 767px) {
  .link-turno a:link, .link-turno a:active, .link-turno a:visited {
    margin-top: auto;
  }
}
.link-turno a:link i {
  font-size: 1rem;
  margin-right: 3px;
}
  
/*======================================
	Hero Area
========================================*/
  
.hero-area {
    background: #0a388d !important;
    height: 80vh;
}

.hero-area.style2 .tns-controls button {
  color: #fff;
  font-size: 20px;
  background: transparent;
}

.hero-area.style2 .tns-controls button:hover {
  color: #fff;
}

.hero-area.style2 .hero-inner {
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
  padding-bottom: 120px;
}

.hero-area.style2 .hero-inner.style2 {
  background-color: #0055A2 !important;
}

.hero-area.style2 .hero-inner.overlay::before {
  background-color: #445f77;
  z-index: -1;
  opacity: 0.8;
}

/* Slider */
.hero-slider {
  margin-top: 70px;
}
.hero-slider p {
  font-size: 1.3rem !important;
}
.hero-slider .hero-inner {
  height: 80vh !important;
}
.hero-area.style2 .hero-inner .hero-text {
  margin-top: 27vh;
}
@media (max-width: 767px) {
  
  .hero-slider {
    height: calc(100vh - 70px);
  }
  .hero-area.style2 .hero-inner {
    height: 100% !important;
    background-position: right !important;
  }
  .hero-area.style2 .hero-inner .hero-text p, .hero-area.style2 .hero-inner .hero-text h1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}


/*======================================
	Bread Crumbs
========================================*/

.breadcrumbs {
  background-image: url("../images/breadcrumb/fondo-titulo-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
  padding-top: 150px;
  z-index: 2;
  overflow: hidden;
}
.breadcrumbs.overlay::before {
  background-color: #0c3d6e;
  opacity: 0.9;
  z-index: -1;
}
.breadcrumbs .breadcrumb-nav {
  background: none;
}



/*======================================
	Sección Información
========================================*/

.bloques-informacion {
    margin-top: -180px;
    /*padding: 80px 0 30px 0;*/
    /*background: #F4F7FA !important;*/
    /*background-color: #004585;*/
  }
.bloques-informacion .bloque {
  font-size: 1.1rem;
    border-radius: 5px;
    color: white;
    padding: 40px 20px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.23);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.23);
    /*border: 1px solid #eee;*/
    /*background-color: #fff;*/
    /*margin-bottom: 50px;*/
  }
.bloques-informacion .bloque a {
  color: #fff;
  /* font-weight: 600; */
  padding: 7px 15px;
  border: solid 1px white;
  border-radius: 3rem;
}

.bloques-informacion .bloque h3 {
color: white;
margin-bottom: 20px;
}
.bloque-uno {
    background-color: #00A99D;
  }
.bloque-dos {
    background-color: #008a9f;
}
.bloque-tres {
    background-color: #0068a1;
}
.bloque-cuatro {
    background-color: #0055a2;
}
@media (max-width: 767px) {
  .bloques-informacion {
    margin-top: inherit;
  }
  .bloques-informacion .bloque {
    /*margin-bottom: 20px !important;*/
  }
}

/*======================================
    About Us CSS
========================================*/
.about-us {
  /*background-color: #fff;*/
}
section .about-us {
  padding-top: 0px !important;
}
.about-us .about-left .section-title h2 {
  margin-bottom: 20px;
}


/*======================================
    Carousel fotos
========================================*/
#carousel-coc button {
  background: none;
  border: none;
}
.carousel-caption h5 {
  color: #fff;
}


/*======================================
    Servicess CSS
========================================*/

.services {
  /*background-color: #F4F7FA;*/
}
.services .section-title {
  margin-bottom: 70px;
}
.services.style2 .single-service h3 a {
  font-size: 1.3rem !important;
  color: #0a388d;
}
.services.style2 .single-service h3 a:link, .services.style2 .single-service h3 a:visited, .services.style2 .single-service h3 a:active {
  color: #0a388d;
}
.services.style3 .section-title {
  margin-bottom: 70px;
}

.services.style3 .single-service {
  position: relative;
  text-align: left;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.23);
          box-shadow: 0px 0px 30px rgba(138, 138, 138, 0.23);
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
  margin-top: 30px;
  /*background-image: url("../images/especialidades-laser.jpg");
  background-size: cover;
  padding-top: 200px;*/
}

.services.style3 .single-service h3 a {
  font-size: 1.3rem !important;
}

.services.style3 .single-service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  content: "";
  background-color: #473BF0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services.style3 .single-service:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(116, 116, 116, 0.23);
          box-shadow: 0px 10px 50px rgba(116, 116, 116, 0.23);
}

.services.style3 .single-service:hover::before {
  width: 100%;
}

.services.style3 .single-service .serial {
  font-size: 15px;
  display: block;
  /*margin-bottom: 7px;*/
  color: #666 !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.services.style3 .single-service:hover .serial {
  color: #473BF0;
}

.services.style3 .single-service img {
  margin-bottom: 15px;
}

.services.style3 .single-service p {
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.services.style3 .single-service .button {
  margin-top: 30px;
}
.services.style3 ul, ol {
  /*margin-left: 11px;*/
  /*list-style-type: circle;*/
}
.services.style3 li {
  margin-bottom: 6px;
}
.services.style3 li i {
  margin-right: 4px;
}



/*======================================
    Profesionales
========================================*/

.single-team .image::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#3333FF));
  background: linear-gradient(transparent, #0055A2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}


/*======================================
    Equipamiento
========================================*/

#equipamiento  {
  background-color: #fff;
}
#equipamiento .right ul li {
  margin-bottom: 25px;
}
#equipamiento .right ul li .content {
  padding-left: 40px;
}
#equipamiento .right ul li .number {
  max-width: 30px;
  min-width: 30px;
  max-height: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #0055A2;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#equipamiento .right ul li:hover .number {
  border-color: #0055A2;
  color: #fff;
  background-color: #0055A2;
}
#equipamiento .content h3 {
  font-size: 19px;
  font-weight: 600;
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  
  .why-choose .right {
    padding-left: 10px;
    padding-right: 30px;
  }
}

/*======================================
    Formulario
========================================*/

.contact-us .form .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #c0bfc7;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}
.contact-us .single-info i {
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  background: #666;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
}
.contact-us .form .button .btn {
  color: #fff;
  font-weight: bold;
  height: 50px;
  border: none;
  width: auto;
}

.form-select {
  height: 55px;
}


/*======================================
    Footer
========================================*/

.footer .logo img {
  width: 190px;
}
.footer .single-footer {
  color: #fff;
}
.footer .single-footer p {
  line-height: 1.5rem;
}
.footer .single-footer h3 {
  padding-bottom: 9px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.178);
}
.footer .borde-izquierdo {
  padding-left: 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .single-footer, .footer .single-footer a:link {
  font-size: 0.9rem;
}
.footer .f-link ul li {
  margin-bottom: 5px;
}
.footer .single-footer .button a {
  background-color: #0c2b4b;
}
.footer .single-footer .button a:hover {
  background-color: #0f3c69;
}
@media (max-width: 767px) {
  .footer .single-footer {
    text-align: center;
  }
}

.footer .footer-bottom {
  padding: 20px 0;
  border-top: solid 1px #0b2541;
  background-color: #0a2036;
}
.footer .footer-bottom p {
  font-size: 0.8rem !important;
  line-height: 1.3rem;
  color: #1d63a5 !important;
}
.footer .footer-bottom p a:link, .footer .footer-bottom p a:active, .footer .footer-bottom p a:visited{
  color: #1d63a5 !important;
}
.footer .footer-bottom p a:hover {
  color: #fff !important;
}