/*
Theme Name: Clinica Beiman
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clinicabeiman
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: rale;
  src: url(fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: raleb;
  src: url(fonts/raleway-bold.ttf);
}

@font-face {
  font-family: ralet;
  src: url(fonts/Raleway-Thin.ttf);
}

@font-face {
  font-family: ralel;
  src: url(fonts/Raleway-Light.ttf);
}

@font-face {
  font-family: ralesemi;
  src: url(fonts/Raleway-SemiBold.ttf);
}

@font-face {
  font-family: raleme;
  src: url(fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: raleextra;
  src: url(fonts/Raleway-ExtraBold.ttf);
}

@font-face {
  font-family: bwgra;
  src: url(fonts/BwGradualDEMO-Regular_1.ttf);
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:rale;
  color:#696a6a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color:#1072cc;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  margin-right:10px;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  margin-top: 24px;
  margin-bottom: 0px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin:40px auto;
  padding:15px;
  border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
color:#000;
font-family:raleb;
text-align:center;
width: max-content;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
   margin:40px auto;
  width: 30%;
  padding-top:10px;
  padding-bottom:10px;
  background: rgba(29,177,182,1);
background: -moz-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,177,182,1)), color-stop(100%, rgba(15,86,162,1)));
background: -webkit-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -o-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -ms-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: linear-gradient(to right, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
color:#fff;
font-family:raleb;
text-align:center;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: none;
  border-radius: none;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
  color:#fff;
  padding:20px;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

.nada{
  padding:0px;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 206px;
}
 
#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

.textobeiman{
	margin-top:60px;
	margin-left:-100px;
	
}

.textobeiman2{
	margin-top:60px;
	margin-left:-120px;
	
}

.textobeiman22{
  margin-top:60px;
  margin-left:-80px;
  
}

.titulomedico{
  color:#024897;
  font-family:raleb;
  font-size:20px;
  margin-bottom:10px;
}

.azuldegra{
  background: rgba(28,173,181,1);
background: -moz-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,173,181,1)), color-stop(100%, rgba(22,138,173,1)));
background: -webkit-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -o-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -ms-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: linear-gradient(to right, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cadb5', endColorstr='#168aad', GradientType=1 );
}

.azuldegra a, .azuldegra a:hover{
  color:#fff;
  text-decoration:none;
}

.borde{
	background-color:#fff;
	
	padding:30px;
	padding-bottom:50px;
	margin-top:40px;
	border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
}

.borde h1{
	font-family:raleb;
	color:#024897;
	margin-top:0px;
	font-size:24px;
}

.descripcion{
	font-family:rale;
	line-height:22px;
	color:#717171;
}

.contenido-tratamientos{
	text-align:left;
	border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  color:#012e40;
  font-family:rale;
  font-size:15.5px;
  margin-bottom:100px;
  line-height:22px;
  padding-bottom:60px;
  min-height:394px;
}

.contenido-tratamientos11{
  text-align:left;
  border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  color:#012e40;
  font-family:rale;
  font-size:15.5px;
  margin-bottom:100px;
  line-height:22px;
  padding-bottom:60px;
  min-height:355px;
}
.contenido-tratamientos4{
  text-align:left;
  border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  color:#005679;
  font-family:ralel;
  font-size:15.5px;
  margin-bottom:100px;
  line-height:22px;
  padding-bottom:60px;
  min-height:250px;
}

.contenido-tratamientos5{
  text-align:left;
  border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  color:#005679;
  font-family:ralel;
  font-size:14px;
  margin-bottom:100px;
  line-height:22px;
  padding-bottom:60px;
  min-height:440px;
}


.losiconos{
  color:#1cb5b8;
  margin-bottom:20px;
  margin-top:-20px;
}

.destacadostres{
  padding-right: 70px;
}

.separadefoto{
  margin-bottom:8px;
}
.titulo{
	z-index:9999999999;
	margin:0px auto;
	background-color:#000;
	background-image:url(images/fondotitulos.jpg);
	width:187px;
	font-family:raleb;
	color:#fff;
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:94px;
}

.texto {
	color: #949494;
	font-family: rale;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid;
	border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
	border-image-slice: 1;
	padding-bottom: 26px;
	margin-bottom: 8px;
	text-align: left;
	min-height: 149px;
}

.llamada{
	font-family:raleb;
	color:#01c7db;
	text-align:left;
	padding-bottom:10px;
	margin-left:30px;
	margin-right: 30px;
	font-size:13px;
}

.mas{
	text-align:right;
}

.al50{
	width:70%;float:left;
	margin-bottom:0px;
}

.al502{
	width:30%;
	text-align:right;
	font-size:20px;float:left;
}

.al50b{
	width:60%;float:left;
	margin-bottom:0px;
	padding:0px;
}

.al502b{
	width:40%;
	text-align:right;
	font-size:20px;float:left;
	padding:0px;
}

.llamada2{
	font-family:raleb;
	color:#01c7db;
	text-align:left;
	padding-bottom:0px;
	font-size:15px;
}

#destacados{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(26,160,178,1) 15%, rgba(17,100,164,1) 86%, rgba(239,238,238,1) 86%, rgba(239,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(15%, rgba(26,160,178,1)), color-stop(86%, rgba(17,100,164,1)), color-stop(86%, rgba(239,238,238,1)), color-stop(100%, rgba(239,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(26,160,178,1) 15%, rgba(17,100,164,1) 86%, rgba(239,238,238,1) 86%, rgba(239,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(26,160,178,1) 15%, rgba(17,100,164,1) 86%, rgba(239,238,238,1) 86%, rgba(239,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(26,160,178,1) 15%, rgba(17,100,164,1) 86%, rgba(239,238,238,1) 86%, rgba(239,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(26,160,178,1) 15%, rgba(17,100,164,1) 86%, rgba(239,238,238,1) 86%, rgba(239,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeeee', GradientType=0 );

color:#fff;
font-family:rale;
padding-top:20px;}

#destacados img{
  margin-top:-14px;
}

#destacados2{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(13%, rgba(255,255,255,1)), color-stop(13%, rgba(25,157,177,1)), color-stop(95%, rgba(17,98,164,1)), color-stop(95%, rgba(255,255,255,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
color:#fff;
font-family:rale;
padding-top:30px;}

#destacados2 img{
  margin-top:-30px;
}

.titulomapa{
  font-size:22pt;
  color:#024897;
  font-family:raleb;
  margin-top:80px;
  margin-bottom:40px;
}

.mapa{
  background-image:url(images/mapa.jpg);
  background-repeat: no-repeat;
  background-position:center top;
  max-width:780px;
  margin:0px auto;
}

.cajasmapa{
border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  font-family:rale;
  color:#5d5e5e;
  line-height:20px;
  padding-top:10px;
  padding-bottom:10px;
  min-height:182px;
}

.cajasmapa2{
border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  font-family:rale;
  color:#5d5e5e;
  line-height:20px;
  padding-top:10px;
  padding-bottom:10px;
  min-height:182px;
  padding-left:30px;
  padding-right:30px;
}

.destacacajas{
  font-family:raleb;
  color:#000;
}

.meinteresa{
background: rgba(28,173,181,1);
background: -moz-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,173,181,1)), color-stop(100%, rgba(22,138,173,1)));
background: -webkit-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -o-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -ms-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: linear-gradient(to right, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cadb5', endColorstr='#168aad', GradientType=1 );
color:#fff;
font-family:raleb;
padding-top:2px;
padding-bottom:2px;
border:none;
margin-bottom:30px;
text-align:center;
font-size:13.2px;
}

.esmas{
  font-size:22px;
  color:#01c7db;font-size:17px;line-height:17px;
}

.separafooter{
   margin-top:80px;
}

.fdos {
  color: #fff;
  font-family: rale;
  font-size: 26px;
  line-height: 32px;
}

.destacaf{
  font-family:raleb;
}

.redesf{
  padding-top:15px;
}

.col2footer{
  border-top: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  font-size:13pt;
  color:#fff;
  padding-top:12px;
  padding-bottom:0px;
  margin-top:20px;
}

.toparriba{
  margin-top:30px;
}

#recuperacion{
  font-family:rale;
  font-size:30px;
}

.destacafrase{
  font-family:raleb;

}

#recuperacion button{
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

.textoquienes{
  font-family:rale;
  color:#717171;
  font-size:15px;
  padding-top:70px;
  padding-bottom:70px;
}

.gerente{
  color:#1cb0b6;
}

#hitos{
  color:#0f59a2;
  font-family:rale;
  line-height: 16px;
  font-size:13px;
}

.celeste{
  color:#1cb0b6;
  font-family:raleb;
}

.labold{
  font-family:raleb;
}

#video{
 
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(28,173,181,1) 38%, rgba(22,139,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(38%, rgba(255,255,255,1)), color-stop(38%, rgba(28,173,181,1)), color-stop(100%, rgba(22,139,173,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(28,173,181,1) 38%, rgba(22,139,173,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(28,173,181,1) 38%, rgba(22,139,173,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(28,173,181,1) 38%, rgba(22,139,173,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(28,173,181,1) 38%, rgba(22,139,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#168bad', GradientType=1 );

margin-left:0px;
}

.entero{
  background:transparent;
  position:absolute;
}

.cabecera{
  z-index:9999999;
  position:absolute;
  width:100%;
  max-width:1110px;
}

.cabecera2{
  z-index:9999999;
  position:absolute;
  width:100%;
  max-width:1110px;
  top:65px;
  left:0px;
}

.nav-link {
  color:#1db6b7;
  font-family:rale;
  font-size:18px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 18px;
  padding-left: 18px;
}

.azul{
  background-color:#fff;
  padding:10px;
  color:#02499b;
  text-align:center;
  font-family:raleb;
  font-size:15px;
  padding:6px;
  max-width:138px;
}

.tel{
  font-family:raleb;
  color:#fff;
  text-align:right;
  padding-top:19px;
  padding-right: 0px;
}

.bus{
  font-family:raleb;
  color:#fff;
  text-align:left;
  padding-top:15px;
  padding-right: 0px;
}

.masfuerte{
  font-family:raleb;
  font-size:46px;
  color:#fff;
}

::-webkit-input-placeholder { /* Edge */
  color: red;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::placeholder {
  color: red;
}

.search-field {
  background:transparent;
  text-align: right;
  border: none;
  padding-top: 0px;
}


.form-control{
  background:transparent;
  transition:none;
}
.nada{
  padding-left:0px;
  padding-right: 0px;
}

.fecha{
  position:absolute;
  left:0px;
  bottom:0;
  background: rgba(28,173,181,1);
background: -moz-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,173,181,1)), color-stop(100%, rgba(22,138,173,1)));
background: -webkit-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -o-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -ms-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: linear-gradient(to right, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cadb5', endColorstr='#168aad', GradientType=1 );
font-family:ralet;
color:#fff;
padding:5px 20px;
text-align:center;
font-size:36px;
line-height: 22px
}

.fecha span{
  font-size:16px;
  text-transform: uppercase;
}

.fecha5 span, .fecha4 span, .fecha6 span{
  font-size:16px;
  text-transform: uppercase;
}

.espacio{
  height:60px;
}

.gris1{
  background-color:#f8f8f8;
  padding:20px 30px 8px;
  font-family:rale;
  color:#061f48;
  font-size:22px;
  min-height: 253px;
  margin-bottom:15px;
}

.gris1 a{
	color:#061f48;
}

.gris1-2{
  background-color:#f8f8f8;
  padding:20px 30px;
  font-family:rale;
  color:#061f48;
  font-size:22px;
  min-height:100px;
}

.gris1-2 a{
	color:#061f48;
}
.redesblog{
	font-size:16px;
	border-top: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-top:15px;
  padding-top:15px;
}

.redesblog2{
  font-size:16px;
  border-top: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-top:15px;
  padding-top:15px;
  padding-left:70px;
}
.textogris{
    font-family:ralel;
    color:#061f48;
    font-size:16px;
    margin-top:5px;
    
}

.gris1col3{
  background-color:#f8f8f8;
  padding:80px 20px 5px;
  font-family:rale;
  color:#061f48;
  font-size:18px;
  min-height: 250px;
  margin-bottom:15px;
  line-height:24px;

}

.gris1col3 a{
  color:#061f48;
  text-decoration:none;
}

.gris1col4{
  background-color:#f8f8f8;
  padding:80px 20px 5px;
  font-family:rale;
  color:#fff;
  font-size:18px;
  min-height: 235px;
  margin-bottom:15px;
  line-height:24px;
  background-size:cover;
}

.gris1col4 a{
  color:#fff;
  text-decoration:none;
}

.abajo{
  clear:both;
}

.nadader{
  padding-right:30px;
}
.eltitulo{
  min-height:157px;
}
#especialidades{
  max-width:960px;
  margin:0px auto;
}

#especialidades2{
  max-width:1000px;
  margin:0px auto;
}

.fondocentro{
  background-position:top center;
  background-repeat:no-repeat;
  font-size:34px;
  color:#7f7e7e;
  font-family:ralel;
  line-height: 0px;
padding-top: 80px;
padding-bottom: 80px;
}

.fondocentro2{
  background-position:top center;
  background-repeat:no-repeat;
  font-size:34px;
  color:#7f7e7e;
  font-family:ralel;
  line-height: 0px;
padding-top: 56px;
padding-bottom: 80px;
}

.pregunta{
color:#0e52a0;
font-family:ralesemi;
}

.respuesta{
  color:#13a2a3;
  font-family:ralesemi;
}

h2{
  font-family:ralesemi;
  color:#13a2a3;
}

#naranja{
  
background: rgba(255,134,53,1);
background: -moz-linear-gradient(left, rgba(255,134,53,1) 0%, rgba(255,180,40,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,134,53,1)), color-stop(100%, rgba(255,180,40,1)));
background: -webkit-linear-gradient(left, rgba(255,134,53,1) 0%, rgba(255,180,40,1) 100%);
background: -o-linear-gradient(left, rgba(255,134,53,1) 0%, rgba(255,180,40,1) 100%);
background: -ms-linear-gradient(left, rgba(255,134,53,1) 0%, rgba(255,180,40,1) 100%);
background: linear-gradient(to right, rgba(255,134,53,1) 0%, rgba(255,180,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8635', endColorstr='#ffb428', GradientType=1 );

}

.benjamin{
	 border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  padding-top:25px;
  padding-bottom:25px;
  background-color:#fff;
  z-index:1;
}

.fotob {
	position: absolute;
	z-index: 999;
	left: 95px;
	top: -125px;
}

.textob{
	 border-bottom: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  padding-bottom:20px;

}

.azulb{
	color:#024897;
}

.subebenjamin{
  margin-top:-150px;
  
background: rgba(14,84,160,1);
background: -moz-linear-gradient(45deg, rgba(14,84,160,1) 0%, rgba(28,177,182,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(14,84,160,1)), color-stop(100%, rgba(28,177,182,1)));
background: -webkit-linear-gradient(45deg, rgba(14,84,160,1) 0%, rgba(28,177,182,1) 100%);
background: -o-linear-gradient(45deg, rgba(14,84,160,1) 0%, rgba(28,177,182,1) 100%);
background: -ms-linear-gradient(45deg, rgba(14,84,160,1) 0%, rgba(28,177,182,1) 100%);
background: linear-gradient(45deg, rgba(14,84,160,1) 0%, rgba(28,177,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e54a0', endColorstr='#1cb1b6', GradientType=1 );
color:#fff;
padding:30px;
max-width:880px;
}

.fuerte{
  font-family:raleb;
  font-size:18px;
}

.clinicab{
  font-size:16px;
}

.linea{
border-bottom: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  padding-bottom:10px;
}

.ajustaralcentro{
  max-width:880px;
  margin:0px auto;
}

.letras{
  color:#014588;
}

.ajustaconimagen2{
  padding-top:10px;
}

.ajustaconimagen{
  padding-top:28px;
}

.tamanoazul{
  color:#014588;
  font-size:20px;
  padding-left:40px;
  padding-right:40px;
  line-height:25px;
}

.azulb{
  font-family:raleb;
  color:#1caeb6;
}

.col1tarjeta{
color:#fff;
}

.fondotarjeta{
  background:url('images/mano.png') center bottom no-repeat,url('images/fondotarjeta.jpg') repeat-y;
}

.lasemi{
  color:#000;
  font-family:ralesemi;
}

.col2footer a{
  color:#fff;
}

.col2footer a:hover{
  color:#fff;
  text-decoration:none;
}

.form-control::placeholder{
  color:#fff;
}

.espaciofo .form-control::placeholder{
  color:#c9c7c7;
}

.espaciofo input, .espaciofo textarea{
  background:transparent;
  border:none;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
}

.espaciofo3 .form-control::placeholder{
  color:#c9c7c7;
}

.espaciofo3 input, .espaciofo3 textarea, .espaciofo3 select{
  background:transparent;
  border:none;
  border-bottom: 2px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-bottom:20px;
}

.espaciofo3{
	margin-bottom:20px;
}

.espaciofo3 input[type="submit"]{
	border:1px solid #1CA6B3;
	color:#074d97;
	font-family:raleb;
	border-radius:0px;
}
.descargar{
  border:1px solid #fff;
  max-width:150px;
  text-align:center;
  padding:10px 0px;
  margin:0px auto;
  margin-bottom:20px;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 10px;
}

.espaciofo3 textarea{
	height:80px;
}

.wpcf7-list-item-label{
	color:#000;
}

.clinicas .form-control, .checkbox-355 .form-control, .checkbox-356 .form-control{
	background-color:transparent;
	border:0px;
	border-bottom: 2px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
}

.mar{
	margin-top:24px;
}

.fuertea{
  font-family:raleb;
  color:#1cb0b6;
  font-size:21px;
}

.tarjetacol2{
  color:#0e52a0;
  font-size:15px;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list{
  border-bottom:1px solid #1ba5b3;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
  width:49.8%;
  text-align:center;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a{
  background-image:url(images/activo.jpg);
  background-position:bottom center;
  background-repeat: no-repeat;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
  border: none;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a{
  color:#036db6;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
  background-color: #fff;
  color: #036db6;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
  background-color:#f7f7f7;
}

.espaciofo{
  margin-bottom:10px;
  font-size:14px;
}

.topb{
  padding-top:21px;
}

#cruzado{

background: rgba(15,86,161,1);
background: -moz-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15,86,161,1)), color-stop(100%, rgba(27,171,181,1)));
background: -webkit-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -o-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -ms-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f56a1', endColorstr='#1babb5', GradientType=1 );
color:#fff;
padding-right: 0px;
padding-top:38px;
padding-bottom:15px;
min-height:362px;

}

#ajust{
  margin-top:-10px;
}

#eo{
  line-height: 0px;
}

.pedircitaonline{
  border:1px solid #fff;
  max-width:80px;
  padding:15px 0px 5px 10px;
  font-family:raleb;
  font-size:15px;
  line-height:20px;
  clear: both;
margin-top: 20px;
}

.pedircitaonline2{
  border:1px solid #0666b2;
  max-width:80px;
  padding:15px 0px 5px 10px;
  font-family:raleb;
  font-size:15px;
  line-height:20px;
  clear: both;
  color:#000;
}

.derecha{
	text-align:right;
}

.paraizquierda{
	margin-left:60px;
}

.paraizquierda22{
  margin-left:60px;
}

.seccionarriba{
	margin-top:20px;
	margin-bottom:60px;
}

.elcentro{
  padding-top:30px;
}

.azul a, .azul a:hover{
  color:#fff;
  text-decoration: none;
}

.videocorporativo2{
  margin-left:40px;
}

.alturaarriba{
	margin-top:140px;
}

#hitoscol{
	padding-left:70px;
	padding-right: 0px;
}

#hitoscol2{
	padding-left:20px;
	padding-right: 0px;
}

#izquierda50{
  padding-left:50px;
}

#fondopamovil {
  margin-top: 80px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background-image: url(http://www.clinicabeiman.es/wp-content/uploads/2019/11/tarjeta-gris.jpg?id=24405) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bajaul{
  padding-top:20px;
}
ul {list-style: none}
.bajaul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1db6b7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#bajaul2 li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1db6b7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.empiezas{
  margin-top:50px;
  max-width: 900px;
}

h1.entry-title {
  font-size: 25px;
  border-bottom: none;
  font-family: rale;
  color: #061f48;
  font-weight: normal;
  line-height: 30px;
}
/*
.entry-content p{
  color:#6b6b6b;
  text-align:justify;
}
*/
.entry-content h2{
  color:#1072cc;
  font-family:ralesemi;
  margin-top:0px;
  margin-bottom:0px;
  font-size:22px;
}





.flecha{
  position:absolute;
  z-index:99999;
  left:0px;
  bottom:20px;
}

.flecha2{
  position:absolute;
  z-index:99999;
  right:0px;
  bottom:20px;
}

.flecha3{
  position:absolute;
  z-index:99999;
  left:0px;
  bottom:120px;
}


.enlacessin a:hover{
  text-decoration:none;
}

.especial{
  color:#024897;
  font-family:raleb;
  font-size:20px;
  margin-bottom:60px;
  margin-top:50px;
}

.separadeabajo{
  padding-bottom:80px;
}

.clinica{
  
  color:#fff;
  font-family:rale;
  font-size:14px;
  line-height:22px;
  padding:30px;
}

#el1{
  background-color:#12a2a3;
  cursor:pointer;
}

#el2{
  background-color:#2aacac;
  cursor:pointer;
}

#el3{
  background-color:#43b5b5;
  cursor:pointer;
}

#el4{
  background-color:#5abebe;
  cursor:pointer;
}

#el5{
  background-color:#9cd8d8;
  cursor:pointer;
}

#el6{
  background-color:#acdedf;
  cursor:pointer;
}

.especialistas{
  font-size:20px;
}

.medicos{
  background-color:#edeeee;
  padding:30px;
  padding-bottom:15px;
  color:#0e52a0;
  font-family:rale;
  line-height:22px;
}

.medicos img{
  border-bottom: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-bottom:6px;
}

.bio{
  color:#13a2a3;
   border-bottom: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-top:10px;
  font-family:rale;
  font-size:13px;
}

.bio a{
  color:#13a2a3;
}

.sepmed{
  margin-bottom:15px;
}

.nespe{
  font-family:raleme;
  color:#0e52a0;
  font-size:18px;
  margin-top:5px;
  margin-bottom:18px;
  letter-spacing:-0.2px;
}

.nespe2 {
  font-family: raleme;
  color: #0e52a0;
  font-size: 18px;
  margin-top: 5px;
  line-height: 20px;
  margin-bottom: 5px;
  letter-spacing:-0.2px;
}

.grisyazul{
  color:#01c7db;
  font-family:raleb;
  background-color:#f7f7f7;
  padding:4px 15px 3px;
}

.grisyazul a{
  color:#01c7db;
  text-decoration:none;
}

#bordes{
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
}

.masespaciobajo{
  margin-bottom:40px;
}

#segunda1,#segunda2,#segunda3,#segunda4,#segunda5,#segunda6,#triangulo_der1,#triangulo_der2,#triangulo_der3,#triangulo_der4,#triangulo_der5,#triangulo_der6{
  display:none;
}

    #triangulo_der1 {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #12a2a3;
        border-bottom: 20px solid transparent;
        position:absolute;
        right:-10px;
        bottom:30px;
        z-index:999;
    }

        #triangulo_der2 {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #2aacac;
        border-bottom: 20px solid transparent;
        position:absolute;
        right:-10px;
        bottom:30px;
        z-index:999;
    }

        #triangulo_der3 {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #43b5b5;
        border-bottom: 20px solid transparent;
        position:absolute;
        right:-10px;
        bottom:30px;
        z-index:999;
    }

        #triangulo_der4 {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #5abebe;
        border-bottom: 20px solid transparent;
        position:absolute;
        right:-10px;
        bottom:30px;
        z-index:999;
    }

        #triangulo_der5 {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #9cd8d8;
        border-bottom: 20px solid transparent;
        position:absolute;
        right:-10px;
        bottom:30px;
        z-index:999;
    }

        #triangulo_der6 {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #acdedf;
        border-bottom: 20px solid transparent;
        position:absolute;
        right:-10px;
        bottom:30px;
        z-index:999;
    }

.fondopremios{
margin-top:0px;
color:#fff;
padding-bottom:0px;
font-size:14px;
line-height:20px;
}

#fondoclinicas{
  background: rgba(15,86,161,1);
background: -moz-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15,86,161,1)), color-stop(100%, rgba(27,171,181,1)));
background: -webkit-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -o-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -ms-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f56a1', endColorstr='#1babb5', GradientType=1 );
color:#fff;
padding:60px 110px;
font-size:16px;
}


#fondovideo{
  background: rgba(15,86,161,1);
background: -moz-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15,86,161,1)), color-stop(100%, rgba(27,171,181,1)));
background: -webkit-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -o-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -ms-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f56a1', endColorstr='#1babb5', GradientType=1 );
color:#fff;
padding:50px 180px 50px 40px;
font-size:16px;
}

.unospixelesmas{
  font-size:20px;
}

.azulvideo{
  color:#1896b0;
}

.azulbol{
  font-family:raleb;
  color:#1fcdcf;
  font-size:18px;
}

#fondoclinicas a, #fondoclinicas a:hover{
  color:#fff;
  text-decoration:none;
}

#contactoclinicas{
  max-width:991px;
  margin:0px auto;
}

.titularclinicas {
  color:#024897;
  font-family:raleb;
  font-size:24px;
}

.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner{
  margin:0px;
}

.fecha5{
  position:absolute;
  right:0px;
  top:0;
  background: rgba(28,173,181,1);
background: -moz-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,173,181,1)), color-stop(100%, rgba(22,138,173,1)));
background: -webkit-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -o-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -ms-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: linear-gradient(to right, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cadb5', endColorstr='#168aad', GradientType=1 );
font-family:ralet;
color:#fff;
padding:5px 20px;
text-align:center;
font-size:36px;
line-height: 22px
}

.fecha6{
  position:absolute;
  right:0px;
  top:0;
  background: rgba(28,173,181,1);
background: -moz-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,173,181,1)), color-stop(100%, rgba(22,138,173,1)));
background: -webkit-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -o-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -ms-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: linear-gradient(to right, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cadb5', endColorstr='#168aad', GradientType=1 );
font-family:ralet;
color:#fff;
padding:5px 20px;
text-align:center;
font-size:36px;
line-height: 22px
}

.fecha4{
  position:absolute;
  left:0px;
  top:0;
  background: rgba(28,173,181,1);
background: -moz-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,173,181,1)), color-stop(100%, rgba(22,138,173,1)));
background: -webkit-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -o-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: -ms-linear-gradient(left, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
background: linear-gradient(to right, rgba(28,173,181,1) 0%, rgba(22,138,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cadb5', endColorstr='#168aad', GradientType=1 );
font-family:ralet;
color:#fff;
padding:5px 20px;
text-align:center;
font-size:36px;
line-height: 22px
}

.ajustaaltura{
  min-height:86px;
}

#fcon{
  background-color:#f7f7f7;
  padding:40px;
  max-width:990px;
  margin:0px auto;
}


.titulopaginas{
	font-size: 24px;
color:
#024897;
font-family: raleb;
text-align:center;
}

.bordeblanco{
  border-bottom:1px solid #fff;
  padding-bottom:10px;
}

.redesn{
  padding-top:8px;
}

.buscadorarriba {
  background-color: #fff;
  box-shadow: 0 0 10px #95959a;
  padding: 12px;
  margin-top:-64px;
  float:left;
  font-family:rale;
}

.buscadorarriba input{
    background-color:transparent;
    border:none;
    border-bottom:1px solid transparent;
    border-image: linear-gradient(to right, #1db6b7 0%, #0e53a0 100%) 1;
    font-size:17px;
    width:100%;
}

.buscadorarriba input[type="submit"]{
    background-color:#4bacac;
    color:#fff;
    border:none;
    padding:13px 20px;
    font-size:15px;
    width:100%;
    font-family:rale;
    border-radius:0px;
background: rgba(28,179,182,1);
background: -moz-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,179,182,1)), color-stop(100%, rgba(14,85,161,1)));
background: -webkit-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -o-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -ms-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: linear-gradient(to right, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb3b6', endColorstr='#0e55a1', GradientType=1 );

}


.buscadorarriba ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717171;
  opacity: 1; /* Firefox */
  font-family:rale;
}

.buscadorarriba :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #717171;
  font-family:rale;
}

.buscadorarriba ::-ms-input-placeholder { /* Microsoft Edge */
  color: #717171;
  font-family:rale;
}

.subebu{
  margin-top:-12px;
}

.subeimagen{
  margin-top:-40px;
}

.titulodes{
  background-color:#fff;
  position:absolute;
  z-index:9999;
  color:#005679;
  font-family:ralel;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  top:-19px;
  font-size:18px;
}

#botonsube{
  margin-top:-58px;
  font-family:raleb;
  font-size:16px;
  margin-bottom:100px;
}

.titulopaginas{
  padding-bottom:70px;
}

.footerdegra{
  background: rgba(28,179,182,1);
background: -moz-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,179,182,1)), color-stop(100%, rgba(14,85,161,1)));
background: -webkit-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -o-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -ms-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: linear-gradient(to right, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb3b6', endColorstr='#0e55a1', GradientType=1 );
padding-top:50px;
padding-bottom:35px;
margin-top:70px;
}

.federaciones{

background: rgba(239,238,238,1);
background: -moz-linear-gradient(top, rgba(239,238,238,1) 0%, rgba(239,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,238,238,1)), color-stop(50%, rgba(239,238,238,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(239,238,238,1) 0%, rgba(239,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(239,238,238,1) 0%, rgba(239,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(239,238,238,1) 0%, rgba(239,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(239,238,238,1) 0%, rgba(239,238,238,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeeee', endColorstr='#ffffff', GradientType=0 );

}

.grisfederaciones{
  font-family:raleb;
  color:#fff;
  background-color:#737373;
  padding:40px 15px;
}

.confederaciones{
  font-size:18px;
  margin-bottom:25px;
}

.destacadostres{
  font-size:14px;
  line-height:18px;
}

.azuldesta a{
  color:#64bcff;
  font-family:raleb;
  font-size:14px;
  padding-top:3px;
}

.griscontacto{
  background-color:#efeeee;
  padding-bottom:100px;
  padding-top:30px;
}

.datosclinica{
  background-color:#fff;
  font-family:rale;
  color:#012e40;
  font-size:13px;
  padding:10px;
  padding-right:0px;
  line-height:17px;
}

.datosclinica4{
  background-color:#fff;
  font-family:rale;
  color:#012e40;
  font-size:13px;
  padding:10px;
  padding-right:0px;
  line-height:17px;
  min-height:142px;
}

.tituloclinicas{
  color:#18bdbc;
  font-family:raleb;
}

.fila1{
  margin-bottom:15px;
}

.izqnada{
  padding-right: 0px;
}

.datosclinica2{
  background-color:#fff;
  font-family:rale;
  color:#012e40;
  font-size:13px;
  padding:10px;
  line-height:17px;
  margin-top:-17px;
  padding-top:30px;
}

.datosclinica3{
  background-color:#fff;
  font-family:rale;
  color:#012e40;
  font-size:13px;
  padding:10px;
  line-height:17px;
  margin-top:-17px;
  padding-top:30px;
  max-width:134px;
}

.pacordoba{
  margin-left:15px;
}

.pacordobatras{
  margin-left:0px;
}

.margenizquierda{
  margin-left:-15px;
}

.margenizquierda2{
  margin-left:-30px;
}

.margenderecha{
  margin-left: 15px;
}

.subehasta{
  margin-top:-8px;
}

.esteno{
  margin-left:-2px;
}

.bajadest{
  padding-top:50px;
}

.bordes{
  padding:15px;
   background: url(images/arribafondo.jpg) bottom left no-repeat,
 url(images/abajofondo.jpg) top right no-repeat;
}

.entry-content h2, .entry-content h3{
  font-family: ralesemi;
  color:#024897;
  margin-bottom: 0px;
  font-size: 22px;
}

.entry-content h3{
  font-family: raleb;
  color:#024897;
  margin-bottom: 20px;
  font-size: 18px;
}

#content.site-content{
	margin-top:-10px;
}

.decorafooter1{
  position:absolute;
  z-index:999;
  top:-8px;
  right:-7px;
}

.decorafooter2{
  position:absolute;
  z-index:999;
  bottom:-8px;
  right:-7px;
}

.decorafooter4{
  position:absolute;
  z-index:999;
  bottom:-8px;
  left:-7px;
}

.imagender{
  position:absolute;
  right: -40px;
  z-index:999;
  top:-55px;
}

.forma{
  color:#717171;
   border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  font-family:rale;
  font-size:15px;
  margin-top:30px;
  background-color:#fff;
}

.separadefoto2{
  padding-right:60px;
  padding-left:80px;
  padding-top:30px;

}

.textoformacion{
  font-size:18px;
  color:#024897;
  font-family:raleb;
}

.textoformacion2{
  font-size:18px;
  color:#024897;
  font-family:rale;
}

.textoformacionfuerte{
  color:#fff;
  font-family:raleb;
  font-size:18px;
  padding-left:100px;
  margin-top:-130px;
}

#fondoformacion{
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(45%, rgba(17,98,164,1)), color-stop(100%, rgba(17,98,164,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(17,98,164,1) 45%, rgba(17,98,164,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(17,98,164,1) 45%, rgba(17,98,164,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(17,98,164,1) 45%, rgba(17,98,164,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(17,98,164,1) 45%, rgba(17,98,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1162a4', GradientType=0 );
}

.textoabajoformacion{
  font-family:rale;
  color:#fff;
  padding:20px 100px 20px;
background: rgba(17,98,164,1);
background: -moz-linear-gradient(left, rgba(17,98,164,1) 0%, rgba(17,98,164,1) 94%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,98,164,1)), color-stop(94%, rgba(17,98,164,1)), color-stop(94%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(17,98,164,1) 0%, rgba(17,98,164,1) 94%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(17,98,164,1) 0%, rgba(17,98,164,1) 94%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(17,98,164,1) 0%, rgba(17,98,164,1) 94%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(17,98,164,1) 0%, rgba(17,98,164,1) 94%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1162a4', endColorstr='#ffffff', GradientType=1 );
margin-top:-13px;
}

.objetivodelcurso{

background: rgba(20,128,170,1);
background: -moz-linear-gradient(left, rgba(20,128,170,1) 0%, rgba(25,164,179,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,128,170,1)), color-stop(100%, rgba(25,164,179,1)));
background: -webkit-linear-gradient(left, rgba(20,128,170,1) 0%, rgba(25,164,179,1) 100%);
background: -o-linear-gradient(left, rgba(20,128,170,1) 0%, rgba(25,164,179,1) 100%);
background: -ms-linear-gradient(left, rgba(20,128,170,1) 0%, rgba(25,164,179,1) 100%);
background: linear-gradient(to right, rgba(20,128,170,1) 0%, rgba(25,164,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1480aa', endColorstr='#19a4b3', GradientType=1 );
padding:30px 0px;
color:#fff;
font-family:rale;
}

.textocursos{
  font-size:14px;
}

#centrar{
	text-align:center;
}

#alados{
	padding-left:40px;
	padding-right: 40px;
}

#objetivos{
	padding:0px;
}

#botoninscribete{
	border: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  padding:6px;
  font-size:16px;
  font-family:raleb;
  width:188px;
  margin:0px auto;

}

#boton2volver{
  padding:6px;
  font-size:16px;
  font-family:rale;
  margin:30px auto;
  color:#000;
}

.contrata{
	font-family: raleb;
color:
#024897;
margin-bottom: 20px;
font-size: 18px;
}

.datosformularios{
	color:#1db1b6;
	font-family:rale;
	font-size:18px;
	box-shadow: 0 0 15px #8c8c8c;
	padding:30px 20px;

}

.datosformularios2{
  color:#1db1b6;
  font-family:rale;
  font-size:18px;
  box-shadow: 0 0 15px #8c8c8c;
  padding:30px 20px;
  min-height:320px;
   background-color:#fff;
}


.datosformularios3{
  color:#1db1b6;
  font-family:rale;
  font-size:18px;
  box-shadow: 0 0 15px #8c8c8c;
  padding:30px 20px;
  min-height:320px;
   background-color:#fff;
   margin-top:150px;
}


#formulariotarjeta input{
	border:none;
	border-bottom: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-bottom:15px;
  font-size:16px;
  background-color:transparent;
  color:#250e6e !important;
  font-family: bwgra !important;
}

#formulariotarjeta2 input, #formulariotarjeta2 textarea{
  border:none;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(45deg, rgb(16,91,162), rgb(26,166,180));
  border-image-slice: 1;
  margin-bottom:15px;
  font-size:16px;
  background-color:transparent;
  color:#250e6e !important;
  font-family: bwgra !important;
}

#formulariotarjeta2 input::placeholder, #formulariotarjeta2 textarea::placeholder{
  color:#250e6e !important;
  font-family: bwgra !important;
}

.azulformu{
background: rgba(29,177,182,1);
background: -moz-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,177,182,1)), color-stop(100%, rgba(15,86,162,1)));
background: -webkit-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -o-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -ms-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: linear-gradient(to right, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db1b6', endColorstr='#0f56a2', GradientType=1 );
	margin-top:30px;
	padding-top:20px;
}

.nomargen{
	margin-left:0px;
	margin-right: 0px;
  margin-bottom:30px;
}

.nomargen2{
  margin-left:-10px;
  margin-right: -10px;
  padding-left:10px;
  padding-right:10px;
}

.encabezados{
  color:#fff;
  font-family:raleb;
  margin-bottom:20px;
  margin-top:20px;
  font-size:16px;
}


.blanqui{
  color:#fff;
  text-align:center;
}

.blanqui2{
  color:#fff;
  font-size:14px;
  text-align:center;
}

.marque{
  font-size:12px;
  text-align:center;
  font-family:rale;
  margin-top:50px;
  padding-bottom:30px;
  color:#fff;
}

.gris2{
  background-color:#f5f5f5;
  padding-top:15px;
  padding-bottom:15px;
  margin-top:35px;
  margin-bottom:35px;
}

.legal{
  font-size:14px;
  font-family:rale;
  color:#717171;
}

.wpcf7-list-item-label{
  color:#717171;
}

.legal2{
  font-size:13px;
  font-family:rale;
  color:#717171;
  margin-top:30px;
  padding-bottom:50px;
}

#formulariotarjeta input[type="submit"] {
  border:none;
  padding:10px 30px;
  background: #8e1e8e !important;
   color:#fff !important;
   text-transform: uppercase;
   font-family:raleb;
   border-radius:10px;
}


.benviar{
  margin-top:35px;
}

.bus ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary{
	padding-left:118px;
}

#reconocimientos{
  color:#1cb5b8;
  font-family:rale;
  font-size:40px;
  text-align:center;
}

.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:black;
  cursor:pointer;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:2;
}

.mapalado{
 /* position:absolute;
  right:0px;*/
  padding-left:32px;
  padding-top:5px;
}

.azuldesta{
  padding-top:6px;
}


.nav-previous a, .nav-next a{
  color:#fff;
  background: rgba(29,177,182,1);
background: -moz-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,177,182,1)), color-stop(100%, rgba(15,86,162,1)));
background: -webkit-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -o-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: -ms-linear-gradient(left, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
background: linear-gradient(to right, rgba(29,177,182,1) 0%, rgba(15,86,162,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db1b6', endColorstr='#0f56a2', GradientType=1 );
padding:10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {

    z-index: 999;
    border-radius: 0;
   
    padding: 10px 10px 10px 10px;
    position: absolute;
    width: 1110px;
    max-width: none;
    left: -186px;
    top: 67px;
    font-family:rale;
  box-shadow: 0 0 10px #95959a;
}

.rownada{
  margin-left:0px;
  margin-right: 0px;
}

.navbar{
  float:right;
}

.tel a{
  color:#fff;
  text-decoration: none;
}

.reco{
  margin-top:60px;
  padding-top:100px;
  padding-bottom:100px;
  background-image: url(images/reconocimientos.jpg) !important;

background-position: center !important;

background-repeat: no-repeat !important;

background-size: cover !important;
}

#nombredeportista{
  color:#1cb5b8;
  font-family:rale;
  font-size:30px;
}

#ajustatextoimagen{
	padding-top:440px;
	padding-bottom:60px;
}

#ajustatextoimagen2{
	padding-top:530px;
	padding-bottom:90px;
}

#celestede{
	color:#13a2a3;
	font-family:ralel;
	font-size:30px;
}

.azultarjetas{
  font-family:ralel;
  color:#1cacb5;
  font-size:30px;
  padding:0px 80px;
}

.subeimagentarjetas{
  margin-top:-50px;
}

.preguntas{
  color:#024897;
  font-family:raleb;
  font-size:20px;
}

.blanco{
  color:#fff;
}

.espaciovieco h2{
  color:#fff;
  font-size:24px;
}
.fondotarjeta2{

background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(17,99,164,1) 35%, rgba(28,174,182,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgba(17,99,164,1)), color-stop(100%, rgba(28,174,182,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(17,99,164,1) 35%, rgba(28,174,182,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(17,99,164,1) 35%, rgba(28,174,182,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(17,99,164,1) 35%, rgba(28,174,182,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(17,99,164,1) 35%, rgba(28,174,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1caeb6', GradientType=1 );
}

.masgrande{
  font-size:20px;
}

.pedircitaonline a{
  color:#fff;
}

.fotosbebe{
  background-image:url(https://www.clinicabeiman.es/wp-content/uploads/2020/03/fondo.jpg);
  background-repeat:repeat-y;
  color:#fff;
  
}

.fotosbebe p{
  padding-left:40px;
}

.regalamos{
  
  background-image:url(https://www.clinicabeiman.es/wp-content/uploads/2020/03/fondo.jpg);
  background-repeat:repeat-y;
  color:#fff;font-family:raleextra;
  font-size:24px;
  padding:30px 30px;
  padding-left:70px;
}

.lospadding{
  padding:50px;
}

.lospadding2{
  padding:0px 50px;
}

#fondofamilias{
  background-image:url(https://www.clinicabeiman.es/wp-content/uploads/2020/03/ECOGRAFIAS_4D_NUEVA_PW_BEIMAN_03_16-1.png);
  background-repeat: no-repeat;
  background-position:center;
  padding:150px;
}

.fuenteextra{
  color:#fff;font-family:raleextra;
  font-size:30px;
}

.degravieco{

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(15,90,162,1) 5%, rgba(28,177,182,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(5%, rgba(15,90,162,1)), color-stop(90%, rgba(28,177,182,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(15,90,162,1) 5%, rgba(28,177,182,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(15,90,162,1) 5%, rgba(28,177,182,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(15,90,162,1) 5%, rgba(28,177,182,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(15,90,162,1) 5%, rgba(28,177,182,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.izq40{
  padding-left:40px;
}

.bajatercero{
  padding-top:90px;
}
@media screen and (max-width: 909px) {

.bajatercero{
  padding-top:0px;
}
.izq40{
  padding-left:20px;
  padding-right: 20px;
}
.degravieco{
  background:none;
  background-color:#0f5aa2;
}
  #fondofamilias{
  background-image:none;
  background-repeat: no-repeat;
  background-position:center;
  background-color:#1371a7;
  padding:15px;
}

  .lospadding,.lospadding2{
  padding:15px;
}

  .regalamos{
  padding-left:15px;
}

  .mapalado{
  position:relative;
  right:auto;
}

  .bajaul {
  padding-top: 30px;
  clear: both;
}

  #izquierda50{
  padding-left:0px;
}
#bajatexto{
  padding-top:100px;
}

  #hitoscol{
  padding-left:0px;
  padding-right: 0px;
}

#hitoscol2{
  padding-left:0px;
  padding-right: 0px;
}

  .navbar-brand{
    padding-left:0px;
    width:33.2%;
  }

  .azul{
    display:none;
  }

  .movilnada{
    padding-left:0px;
    padding-right:0px;
  }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.separam{
  margin-top:30px;
}
.seccionarriba{
  margin-top:0px;
  margin-bottom:0px;
}

  .paraizquierda{
  margin-left:0px;
}

.paraizquierda22{
  margin-left:0px;
}

  .derecha, .movilcentro{
    text-align:center;
  }
  .tel{
    text-align:center;
  }

  .cabecera{
    padding-left:0px;
    position:relative;
    left:0px;

  }

  .azul{
    max-width:600px;
    width:100%;
  }

  .cabecera2{
    padding-left:0px;
    top:15px;
    position:relative;
    padding-bottom:10px;  }

  .navbar-brand{
    padding-left:20px;
  }

  .mapa{
    background:none;
  }

  .cajasmapa{
    min-height:auto;
    text-align:center;
    font-size:18px;
  }

  .meinteresa{
    font-size:18px;
  }

  .textoquienes{
    font-size:18px;
  }

  .content-area, .vc_column_container > .vc_column-inner{
    padding-left:0px;
    padding-right: 0px;
  }

  body{
    font-size:18px;
  }

  #destacados p{
    text-align:center;

  }

  .textobeiman{
    margin:0px;
    padding-left:0px;
  }
.textobeiman2{
    margin:0px;
    padding-left:0px;
  }

  .textobeiman22{
    margin:0px;
    padding-left:0px;
  }
  .borde{
    padding:20px 12px;
    margin-top:0px;
  }
/*
  .azul2{
  background-color:#02499b;
  padding:10px;
  color:#fff;
  text-align:center;
  font-family:rale;
  font-size:15px;
  padding:8px 14px;
}

.cabecera2{
    padding-left:0px;
    top:15px;
    position:relative;
    padding-bottom:10px;  }

    .cabecera{
    padding-left:0px;
    position:relative;
  }
*/

.cabecera2{
    padding-left:0px;
    top:0px;
    position:relative;
    background-color:#fff;
    margin-top:0px; 
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
     }

.azul2{
  background-color:#02499b;
  padding:10px;
  color:#fff;
  text-align:center;
  font-family:rale;
  font-size:15px;
  padding:8px 6px;
}

.cabecera{
    
    position:absolute;
    background:transparent;
    top:10px;
    margin-top:0px;
    padding-top:0px;
    padding-left:15px;
    padding-right: 15px;
  }

.navbar-toggler{
  padding-right: 20px;
}

.paraizquierda{
  display:none;
}

#fondovideo{
  padding-left:35px;
  padding-right: 35px;
}
.content-area{
  margin-top:0px;
  padding-top:0px;
}

#subepamovil,.subepamovil{
  margin-top:-30px;
}

.descripcion{
  line-height:25px;
}

#destacados{

background: rgba(27,167,180,1);
background: -moz-linear-gradient(top, rgba(27,167,180,1) 0%, rgba(16,94,163,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,167,180,1)), color-stop(100%, rgba(16,94,163,1)));
background: -webkit-linear-gradient(top, rgba(27,167,180,1) 0%, rgba(16,94,163,1) 100%);
background: -o-linear-gradient(top, rgba(27,167,180,1) 0%, rgba(16,94,163,1) 100%);
background: -ms-linear-gradient(top, rgba(27,167,180,1) 0%, rgba(16,94,163,1) 100%);
background: linear-gradient(to bottom, rgba(27,167,180,1) 0%, rgba(16,94,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba7b4', endColorstr='#105ea3', GradientType=0 );
font-size:16px;
}

.elcentro{
  padding-top:0px;
  padding-bottom:30px;
}

.alcentro2{
  padding-bottom:30px;
}

.azul2 a, .azul2 a:hover{
  color:#fff;
  text-decoration: none;
}

.textoquienes{
  padding-top:30px;
  padding-bottom:30px;
  padding-left:30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  width:100%;
  position:relative;
  left:0;
  top:0;
}
#video{
  margin-left:0px;
}

#hitos{
  background-size:contain;
  padding-top:125px;
}

#hitos {
  color: #0f59a2;
  font-family: rale;
  line-height: 16px;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}

.alturaarriba{
  margin-top:0px;
}

.fotob{
  position:relative;
  left:0px;
  top:0px;
}

#espacio15{
  padding-left:15px;
  padding-right: 15px;
}

.subebenjamin{
  margin-top:0px;
}

.benjamin{
  border:none;
}

#espacio15{
  margin-top:0px;
}

.ajustaconimagen {
  padding-top: 28px;
  width: 100%;
  display: block;
  text-align: center;
  clear: both;
}

.alignleft{
  text-align:center;
  margin-right: 0px;
  float:none;
}

.letras p{
  margin-bottom:0px;
  width:100%;
  text-align:center;
}

#fondopamovil{
  background-position:left !important;
}

.tamanoazul{
  padding-left:15px;
  padding-right: 15px;
}

.fondocentro {
  font-size: 16px;
  color: #1DB6B7;
  font-family: ralel;
  line-height: 4px;
}



.fondopremios{
margin-top:30px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(13%, rgba(255,255,255,1)), color-stop(13%, rgba(25,157,177,1)), color-stop(95%, rgba(17,98,164,1)), color-stop(95%, rgba(255,255,255,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(25,157,177,1) 13%, rgba(17,98,164,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
color:#fff;
padding-bottom:60px;
font-size:14px;
line-height:20px;
}

.fondopremios img{
  display:block;
  margin:0px auto;
}

.cabecera2{
  background-color:transparent;
}

.buscadorarriba input{
  min-height:45px;
  margin-bottom:15px;
}

.buscadorarriba{
  margin-bottom:20px;
}

.titulopaginas{
  padding-bottom:30px;
  margin-top:30px;
}

.alcentro2{
  text-align:center;
  clear:both;
}

.destacadostres{
  padding-right: 15px;
  padding-left: 15px;
}

.losiconos{
  color:#fff;
}

.fondopremios{
  background: rgba(28,179,182,1);
background: -moz-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,179,182,1)), color-stop(100%, rgba(14,85,161,1)));
background: -webkit-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -o-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: -ms-linear-gradient(left, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
background: linear-gradient(to right, rgba(28,179,182,1) 0%, rgba(14,85,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb3b6', endColorstr='#0e55a1', GradientType=1 );
}

.footerdegra{
  margin-top:70px;
}

.espacio2{
  min-height:15px;
}

.soloi{
  margin-left:15px;
}

#al50{
  float:left;
  width:30%;
}

#maspemo{
  font-size:13px;
}

.imagender {
    position: relative;
    right: auto;
    z-index: 999;
    top: auto;
}
.separadefoto2 {

    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;

}

.textoformacionfuerte{
  margin-top:20px;
  color:#1162A4;
  text-align:center;
  padding-left:0px;
}

.textoabajoformacion{
  padding-left:10px;
  padding-right: 10px;
  background:none;
  background-color:#1162a4;
}

.clinicafondo{
	margin-left:0px;
	margin-right: 0px;
}

#triangulo_der1,#triangulo_der2,#triangulo_der3,#triangulo_der4,#triangulo_der5{
	right: 0px;
}
}

.fondodegrada{
  background: rgba(15,86,161,1);
background: -moz-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15,86,161,1)), color-stop(100%, rgba(27,171,181,1)));
background: -webkit-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -o-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: -ms-linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
background: linear-gradient(45deg, rgba(15,86,161,1) 0%, rgba(27,171,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f56a1', endColorstr='#1babb5', GradientType=1 );
color:#fff;
}

.espaciovieco{
  padding:32px 35px 0px;
}

.serviciosdestacados{
  font-size:46px;
  line-height:54px;
  color:#fff;
  font-family:raleextra;
}



.textoiconos{
  color:#012e40;
}

.blanco h2{
  color:#fff;
  font-size:24px;
  margin-top:25px;
}

.bajalogo{
  margin-top:8px;
  
}

.formulario{
  font-family:ralesemi;
  text-align: center; color: #0273b9;font-size:40px;
}

.fondofo{
  background-image:url(images/fondoformu.jpg);
  background-repeat:no-repeat;
  background-position:40% top;
  float:left;
  width:100%;
  padding-bottom:0px;
  padding-top:34px;
}


.abajo{
  clear:both;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  padding-left:10px !important;
  padding-right: 10px !important;
}

#injerto1{
  min-height:766px;
  color:#fff !important;
  font-family:ralesemi !important;
}

#video-reconocimientos{
  background-position:bottom right !important;
  background-image: url(https://www.clinicabeiman.es/wp-content/uploads/2020/05/LANDING_RECONOCIMIENTOS_MEDICOS_03.jpg) !important;
  background-repeat: no-repeat;
}

.fomulario-covid{
  text-align: center;
}

.formucovid{
  margin-bottom:15px;
  border:none;
    border:1px solid transparent;
    border-image: linear-gradient(to right, #1db6b7 0%, #0e53a0 100%) 1;
    margin-left:-100px;
    background-color:#fff;
    padding:30px;
}

.formucovid input{
  margin-bottom:15px !important;
    max-height: 30px;
}



.formucovid input[type="submit"]{
  margin-top:30px !important;
  background-color:#00396b !important;
  border-radius:0 !important;
  margin-bottom:10px !important;
  max-height: 50px !important;
  border:none !important;
  font-family:raleb !important;
}

.blancotitulocovid{
  color:#fff !important;
}

@media screen and (max-width: 909px) {
#injerto1{
  min-height:auto !important;
  color:#696a6a !important;
  font-family:ralesemi !important;
  background-repeat: no-repeat !important;
  background-size:contain !important;
  padding-top:200px !important;
}


.formucovid{
  margin-bottom:15px;
  border:none;
    border:1px solid transparent;
    border-image: linear-gradient(to right, #1db6b7 0%, #0e53a0 100%) 1;
    margin-left:0px;
    background-color:#fff;
    padding:30px;
    margin-right: 0px;
}
}

.espacioformulario div{
  margin-bottom:15px;
}

.espacioformulario .btn-primary{
padding-left:25px;
padding-right: 25px;
border-radius:0;
}

.entry-content h2.blanco{
  color:#fff;
  font-family:ralesemi;
}

#degradado{

background: rgba(110,206,196,1);
background: -moz-linear-gradient(45deg, rgba(110,206,196,1) 0%, rgba(38,119,169,1) 72%, rgba(38,119,169,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(110,206,196,1)), color-stop(72%, rgba(38,119,169,1)), color-stop(100%, rgba(38,119,169,1)));
background: -webkit-linear-gradient(45deg, rgba(110,206,196,1) 0%, rgba(38,119,169,1) 72%, rgba(38,119,169,1) 100%);
background: -o-linear-gradient(45deg, rgba(110,206,196,1) 0%, rgba(38,119,169,1) 72%, rgba(38,119,169,1) 100%);
background: -ms-linear-gradient(45deg, rgba(110,206,196,1) 0%, rgba(38,119,169,1) 72%, rgba(38,119,169,1) 100%);
background: linear-gradient(45deg, rgba(110,206,196,1) 0%, rgba(38,119,169,1) 72%, rgba(38,119,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ecec4', endColorstr='#2677a9', GradientType=1 );

}

div.wpcf7-mail-sent-ok {
    border: none;
    text-align: center;
    color: #398f14;
    font-weight: bold;
}

#spu-49{
  cursor:pointer;
}

.datosclinicaalm{
  text-align:left;
  margin-top:-60px;
  margin-left:-20px;
  background-color: #fff;
  font-family: rale;
  color: #012e40;
  font-size: 13px;
  padding-right: 0px;
  line-height: 17px;
  max-width:134px;
  margin-left:2px;
}


.datosclinicaalm p{
  padding-left:10px;
  padding-top:10px;
  margin-bottom:-10px;
}

.azulc{
  font-family: raleb;
  color:#15569d;
  font-size:33px;
}

.celestec{
  font-family: rale;
  color:#34b2b4;
  font-size:26px;
}

.cuadro{
  padding:20px;
}

.cuadro p{
  margin-bottom:0px !important;
}

#espec{
  font-family: rale;
  color:#15569d;
  font-size:18.5px;
}

#doc{
  font-family: raleb;
  color:#34b2b4;
  font-size:18.5px;
}


#formulariotarjeta .form-control::placeholder{
  color:blue !important;
}

#formulariotarjeta .wpcf7-list-item-label{
  color:#250e6e !important;
  font-family:"Oswald", Sans-serif;
  font-size:14px !important;
}

#pon, .elementor-icon-list-text{
  font-family: bwgra !important;
}

.fuenteazult{
  font-family:"Oswald", Sans-serif;
  font-weight:300;
  font-size:25px;
  color:#00b8ab;
  text-transform: uppercase;
  margin-top:30px;
}