

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #0D47A1 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #0D47A1 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #0D47A1 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #0D47A1 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #0D47A1 !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #0D47A1 !important;
}

@media (min-width: 1200px) {
    .block-service-foot p {
    font-size: 2.5em;
    line-height: 1.2em;
  }

}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .block-service-foot p {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
    }
   
}

/* Large screens ----------- */
@media only screen and (max-width : 992px) {
   
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav {
        float: none;
    }
    .nav.navbar-nav {
        clear: both;
        float: left;
        margin: 0 0 0 -15px;
        width: 100%;
    }
    .navbar-collapse {
    width: 100%;
    float: left;
    }
      .content-custm-review {
    max-width: 100%;
 
    }
    
   

    
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991px) { 
   .card-home {
      margin-top: 50px;
    } 
     .block-service-foot p {
    font-size: 1.5em;
    line-height: 1.2em;
  }
      
}

/* Medium devices (desktops, 992px and up) */

@media screen and (min-width: 992px)  {
    
     .card-home {
      margin-top: -50px;
    } 
    .content-custm-review {
    max-width: 57%;
 
    }
     
  .wrap-service.regenerative .col-md-4.col-sm-6:last-child {
    margin-left: 33.35%;
    }

    .wrap-service.cirugia .col-md-4.col-sm-6:nth-child(13) {
    margin-left: 15.35%;
    }
   

}



.not-underline{
        text-decoration:none;
    }

a{
    text-decoration:none !important; 
}
body {font-family: 'Open Sans', sans-serif; }
.clearfix {
    clear: both;
}

.wrap {
    width: 940px;
    margin: 4em auto;
}
ul,li {list-style: 
    none;margin: 0;
    padding: 0;}
nav {
    padding: 0 10px;
    position: relative;
}
.main-menu {
       margin-top: 51px;
    padding: 43px 0;
    font-family: 'Roboto', sans-serif;
        display: inline-block;
    width: 100%;

}
.menu li {
    float: left;
    position: relative;
    letter-spacing: 0.07em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}
.menu li:nth-child(1):hover {  border-bottom: 0;}
.menu li:hover {
   color: #0D47A1;
      
}
.menu li.current_page_item a {
    border-bottom: 3px solid #0D47A1;
      color: #0D47A1;
}
.menu li ul li.current_page_item a {
    border-bottom: 0;
      color: #0D47A1;
}
.menu li.current_page_item {
    
      color: #0D47A1;
}
.menu li a {
    
    color: #7F7F7F;
    display: block;
    font-size: 13px;
    line-height: 20px;
    
    margin: 8px 20px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li a:hover {
    color: #0D47A1;

}
.logo {
    display: inline-block;
}
.logo img {
    width: 250px;
}

ul.sub-menu ul.sub-menu {
    display: none;
}

ul.sub-menu .menu-item:hover ul.sub-menu {
    display: block;
}


ul.sub-menu .menu-item ul.sub-menu {
    margin-left: 210px;
    margin-top: -43px;
    background: #95ACD2;
}
ul.sub-menu .menu-item ul.sub-menu .menu-item a {
    color: #0a4095;
}

#menu-main-menu-english-1 ul.sub-menu .menu-item ul.sub-menu {
    margin-left: 278px;
    margin-top: -43px;

}
/* Dropdown styles */


.menu ul {
    position: absolute;
    left: -9999px;
    list-style: none;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 10000;
}
.menu ul li {
    float: none;


}
.menu ul a {
    white-space: nowrap;
}
/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
    background-color: rgba(207, 218, 236, 0.6);
    background: rgba(207, 218, 236, 0.6);
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0 0 1px 1px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 0 0 1px 1px; 
  border-radius: 0 0 1px 1px;
    left: 5px;
    opacity: 1;

}
/* Persistent Hover State */
.menu li:hover a {  
     
    color: #0D47A1;
}
.menu li:hover ul a {
   background: none;
    border-radius: 0;
    box-shadow: none;
        padding: 10px 18px;
    margin: 0;

}
.menu li:hover ul li:hover{background-color: rgba(207, 218, 236, 0.8);
    background: rgba(207, 218, 236, 0.8);}
.menu li:hover ul li a:hover {
    
    color: #0D47A1;
   
    
}
.menu li:hover ul  { 
    border-top: 3px solid #0D47A1;
}

.navbar-inverse {background: #0D47A1; }

.schdl-btn {
    padding: 0px 3px;
    background: #0D47A1;
   
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 6px; 
   border-radius: 6px;
}
.schdl-btn:hover {background-color: #0A3474; }

li.schdl-btn a, .schdl-btn a, .schdl-btn:hover a{
    color: #fff !important;
}


/*top menu */
 

.emergency-txt, .callus, .lang-menu {color: #fff;float: left;display: block;}
.emergency-txt a {
    color: #fff;
}
.top-menu-right, .top-menu-right a{color: #fff;}


.instagram-icon {
    background-image: url(../img/assets.png);
    background-position: -1px -9px;
    width: 27px;
    height: 21px;
    float: left;
    cursor: pointer;
}

.facebook-icon {
    background-image: url(../img/assets.png);
    background-position:-24px -9px;
    width: 27px;
    height: 21px;
    float: left;
    cursor: pointer;
}
.facebook-icon a {
    height: 100%;
    width: 100%;
    display: block;
}
.top-menu-right {
    padding: 14px 0 0;
         float: right;
    
}

.lang-menu {
    padding: 0 23px;
}

.callus {
    padding: 0 15px;
}
.emergency-txt {
    padding: 14px 36px;
    text-transform: uppercase;
    background: #0A3474;
    font-weight: 600;
    letter-spacing: 0.07em;
}

.tlt-block {

     border: 7px solid #0D47A1;
    display: inline-block;
    color: #0D47A1;
    font-size: 40px;
    padding: 10px 15px;
    line-height: 1.15em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* slide home */

.tlt-slide  {
    border: 7px solid #9B59B6;

}
.tlt-slide h1 {

    padding: 20px;
    font-size: 60px;
}
.slide-home.esp .tlt-slide {
    border: 7px solid #9B59B6;
    display: inline-block;
    color: #9B59B6;
    font-size: 40px;
    padding: 10px 15px;
    line-height: 1.15em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 50px;
}
.slide-home .tlt-slide {
    border: 7px solid #9B59B6;
    display: inline-block;
    color: #9B59B6;
    font-size: 54px;
    padding: 10px 15px;
    line-height: 1.15em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    
}
.jumbotron {background: url('../img/home-slide-cirujia.png');     background-position: 74px 1px;
    background-repeat: no-repeat;
height: 551px;
}


.slide-home span {
    display: block;
    padding: 10px 0;
    color: #9B59B6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 17px;
}

.slide-home p {
    
    padding: 24px 0 0;
    color: #757575;
    letter-spacing: 0.02em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    margin-left: 24px;
}

/* Cards home*/

.card-home {
    

    padding: 28px 44px 50px;
   
        
}

.spc-1{
 background-color: #D4EBFC;
    background: #D4EBFC;

}

.spc-2{
 background-color: #D1F2EB;
    background: #D1F2EB;
    
}

.spc-3{
 background-color: #EBDEF0;
    background: #EBDEF0;
    
}
.esp-sub {
    font-size: 12px;
    letter-spacing: 0.09em;
    margin: 0 0 40px;
    display: block;
    color: #0D47A1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
/*.standar-btn {
    padding: 9px 5px;
    background: #0D47A1;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    letter-spacing: 0.12em;
    font-size: 11px;
}*/
.standar-btn {
    padding: 17px 15px;
    background: #0D47A1;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    -khtml-border-radius: 5%;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 6px; 

      /* Firefox 1-3.6 */
      -moz-border-radius: 6px; 
      border-radius: 6px;
    color: #fff;
    width: 72%;
    letter-spacing: 0.12em;
    font-size: 13px;
    display: table;
    text-align: center;
    width: 100%;

}

h2.spc-tlt {
    color: #0D47A1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
}
.card-home p {
    margin: 0 0 40px;
    line-height: 1.7em;
    color: #5F7197;
    font-size: 19px;
}
.standar-btn a {color: #fff; text-decoration: none;}
.standar-btn:hover {background-color: #0A3474;

    -webkit-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    color: #fff;
    }
.block-land {
    font-size: 40px;
    display: block;
    text-align: center;
    color: #0D47A1;
    font-weight: 200;
     font-family: 'Roboto', sans-serif;
     margin: 80px 20px;
  
}


/*Footer*/

footer {
   background: #0D47A1;
    padding: 81px 50px 35px;
    color: #fff;
}

p.tlt-ft {
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 21px;
    display: block;
    font-family: 'Roboto', sans-serif;
}
footer p {
    color: #CFDAEC;
    line-height: 1.8em;
}
footer a{
    color: #CFDAEC;
    text-decoration: none;
}
footer .menu li a {
   color: #CFDAEC;
text-decoration: none;
margin-left: 0;
text-transform: none;
line-height: 0.8em;
font-size: 15px;
letter-spacing: normal;
margin: 15px 0;
}
footer .menu li a:hover, footer .menu li.current_page_item a {
   color: #ffffff;
}
footer .menu li {
    line-height: 1.9em;
    float: none;
}
footer a:hover {
    color: #D4EBFE;
    text-decoration: none;
}
.legal {
    display: inline-block;
    width: 100%;
    margin-top: 37px;
}

footer li {
    line-height: 1.9em;
}



/*slide review*/

blockquote {
    padding: 0;
    margin: 0;
    margin: 0;
    border-left: 0;

}
/*blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}*/ 

.block-right-custm-review {
    background: #3D6CB4;
    color: #fff;
    font-size: 21px;
    padding: 60px 47px;
    height: 300px;
}
.noppading {margin: 0; padding: 0;}

.content-custm-review {
    font-style: italic;
    font-weight: 100;
}

.content-custm-review {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.6em;
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    background-color: #9EB5D9;
    border: #9EB5D9;
}



.carousel-indicators .active {
    width: 6px;
    height: 6px;
    background-color: #0D47A9;
    border: #0D47A1;
}

.info-custm-review {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
}
.block-left-custm-review {
    background: #0D47A1;
    color: #fff;
    padding: 60px 0 20px 73px;
    height: 300px;
}
span.place-custm-review {
    margin-top: 8px;
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.med-btn.regenerative {
    padding: 20px 40px;
    font-size: 12px;
}
.tlt-custm-review {
    margin-top: 86px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.06em;
    padding: 0 0 17px;
}

/*Schecdule a date*/
.block-form-schedule {
    background: #CFDAEC;
    padding: 20px 70px 50px 70px;
    color: #0D47A1;
    display: inline-block;
    width: 100%;
}
.block-form-schedule  div#wpcf7-f181-o1 {
    display: inline-block;
    width: 100%;
}
.block-form-schedule h3{
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    margin-top: 53px;
}

.block-img-schedule {
    background: url('../img/agenda.png')  no-repeat;
    background-size: 100%;
    display: block;
    

}
.block-img-schedule.regenerative {
    background: url('../img/agenda-regenerativa.png')  no-repeat;
     background-size: 100%;
    display: block;

}

.block-img-schedule.odontology {
    background: url('../img/agenda-odontologia.png')  no-repeat;
     background-size: 100%;
    display: block;

}

.block-img-schedule.surgery {
    background: url('../img/agenda-cirugia.png')  no-repeat;
     background-size: 100%;
    display: block;

}



.block-form-schedule span {
    font-size: 14px;
    margin: 27px 0;
    display: block;
    color: #6E91C7;
    font-style: italic;
}
.block-form-schedule .form-control {
 border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 3px solid #0D47A1;
  border-radius: 0;
  color: #0D47A1;
  box-shadow: none;
  padding: 0;

  }
 .block-form-schedule .form-group {
    margin-bottom: 15px;
    margin-top: 20px;
}
.block-form-schedule .form-control input::placeholder {color: #0D47A1;}
.block-form-schedule .form-control ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0D47A1;
    opacity: 1; /* Firefox */
}

.block-form-schedule .form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0D47A1;
}

.block-form-schedule .form-control ::-ms-input-placeholder { /* Microsoft Edge */
    color: #0D47A1;
}
.block-img-schedule img {
    width: 100%;
}
.block-form-schedule form {
    margin-top: 50px;
    margin-bottom: 20px;
}
button.schdl-btn {
    padding: 18px 40px;
    background: #0D47A1;
   
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 6px; 
   border-radius: 6px;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
    margin: 40px 0 70px;
    font-family: 'Roboto', sans-serif;

}

/*newsletters*/

.block-wide {
    display: block;
    width: 100%;
    padding: 96px 60px;
    background: #6E91C7;
    float: left;
    color: #fff;
     font-family: 'Roboto', sans-serif;
}

.block-wide h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.block-wide .lead {
   text-align: center;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.04em;
    padding: 20px 0;
    font-style: italic;
    
}
.med-btn {
    padding: 10px 23px;
    background: #0D47A1;
  
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius:4px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #0D47A1;
    color: #fff;
    letter-spacing: 0.12em;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}
.med-btn:hover {background-color: #0A3474;}
/*contact form css*/

input.wpcf7-form-control.control-form {
    width: 100%;
}

input { color: #0D47A1;} 

.wpcf7-response-output  {
    float: left;
    display: inline-block;
    clear: both;
    margin-top: 12px;
}
.block-form-schedule .wpcf7-response-output {
    float: left;
    margin-top: 20px;
}
/*ESPECIALIDADDES*/

.block-medium-land {
    font-size: 36px;
    display: block;
    text-align: center;
    margin: 0 0 80px;
    color: #0D47A1;
    padding: 75px 0;
    font-weight: 200;
     font-family: 'Roboto', sans-serif;
  
}
.secondary-block {
    margin-bottom: 91px;
    display: inline-block;
}
.secondary-block span {
    font-size: 32px;
    color: #7DC2FD;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
.secondary-block p {
    font-size: 20px;
    color: #757575;
}
.service-block a{ text-decoration: none; width: 100%; height: 100%;}
.service-block {
    background: #D4EBFE;
    padding: 70px 44px;
    color: #2699FB;
    cursor: pointer;
    margin: 15px 0;
    
}
.service-block:hover{
    background: rgb(212,235,254,0.6);
    
}
.service-block sub {
    font-size: 13px;
}
.service-block h4 {
    font-size: 30px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.service-block p {
    font-size: 16px;
    min-height: 122px;
    height: auto;
    line-height: 1.8em;
    text-align: center;
}

.service-block span {
    margin-bottom: 67px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif;
}
.wrap-service {margin-bottom: 50px;}
.wrap-service {
    margin-bottom: 135px;
    display: inline-block;
}

/*ESPECIALIDAD ODONTOLOGIA*/

.jumbotron.odontology {
    background: url('../img/slide-odontologia.png'); 
    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 414px;
    margin-bottom: 0;

}
.jumbotron.odontology .tlt-slide {color: #fff; border-color: #fff;}
.jumbotron.odontology .slide-home span, .jumbotron.odontology .slide-home p  {color: #fff;}

.block-wide.odontology {background: #A8D6FD;}
.block-form-schedule.odontology {background: #D4EBFE;}
.block-medium-land.odontology {
  background: rgb(212,235,254,0.3);
  color: #51ADFC;
  
}
.service-block.odontology:hover{
    background: rgb(212,235,254,0.6);
    

}
.service-block.odontology  h4, .service-block.odontology  span, .service-block.odontology p {
    color: #0D47A1;
}

/*ESPECIALIDAD MEDICINA REGENERATIVA*/

.jumbotron.regenerative {
    background: url('../img/slide-regenerativa.png'); 
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 414px;
    margin-bottom: 0;

}
.jumbotron.regenerative .tlt-slide {color: #19BC9C; border-color: #19BC9C;}
.jumbotron.regenerative .slide-home span, .jumbotron.regenerative .slide-home p  {color: #19BC9C;}

.block-wide.regenerative {background: #A3E4D7;}
.block-form-schedule.regenerative {background: #D1F2EB;}
.block-wide.regenerative .lead {color: #47C9B0;}
.block-medium-land.regenerative {
  background: rgb(209,242,235,0.3);
  color: #19BC9C;
  
}
.block-service-text-regenerative {
    font-size: 20px;
    line-height: 1.7em;
    color: #757575;
    margin-top: 100px;
}
.block-service-text-regenerative li {

    border: dotted 2px #ccc;
    margin: 17px 0;
        margin-left: 0px;
    border-radius: 3px;
    margin-left: 39px;
    padding-left: 12px;
    font-size: 17px;
    display: inline-block;
    padding-right: 20px;
    letter-spacing: 0.02em;

}
.block-square {
    margin-left: 50px;
    padding: 36px 49px;
    background: #d2f2ed;
    border-radius: 23px;
    margin-top: 40px;
    font-size: 19px;
    color: #165b53;
}

.secondary-block.regenerative span {
    color: #19BC9C;
}
.secondary-block.regenerative p, .extra-container {
    font-size: 20px;
    color: #757575;
}
.enfermedades-cronico-degenerativas .block-service-foot, .chronic-degenerative-diseases .block-service-foot {

    padding: 49px;
    font-size: 1.3em;
    line-height: 2em;
    color: #51ADFC;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 8em !important;
    margin: 20px 0;
    display: inline-block;
}
.enfermedades-cronico-degenerativas h2, .chronic-degenerative-diseases h2 {

    color: #19BC9C;

}
.num {
    text-align: center;
    width: 35px;
    margin: 0 auto;
    background: #1abc97;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
}
.num-text {
    font-size: 0.9em;
    letter-spacing: 0.018em;
    text-align: center;
    line-height: 1.55;
    margin-top: 20px;
    margin-bottom: 40px;
}
.extra-container-text {
    padding-bottom: 90px;
     background: #f0fbf7;
     display: inline-block;
     padding-top: 40px;
     margin-bottom: 80px;
}

.extra-container {
    line-height: 1.7em;
   
}
.extra-container p {
    text-align: center;
}
.extra-container h3{
    font-size: 32px;
    color: #7DC2FD;
    font-weight: 100;
    color: #19BC9C;
    font-family: 'Roboto', sans-serif;
    margin-top: 60px;
margin-bottom: 50px;
text-align: center;

}
.extra-container h4{
    font-size: 17px;
    color: #1abc97;
    font-weight: 400;
    color: #19BC9C;
    font-family: 'Roboto', sans-serif;
    margin-top: 60px;
margin-bottom: 50px;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.023em;
}

.service-block.regenerative {
    /*background: #D1F2EB;*/
    background: #b7f1e5;

}
.service-block.regenerative  h4, .service-block.regenerative  span, .service-block.regenerative p {
    color: #19BC9C;
}
.service-block.regenerative:hover{
    background: rgb(209,242,235,0.6);
    
}
.block-service-text-regenerative article {
    font-size: 20px;
    line-height: 1.7em;
    color: #757575;
    margin-top: 120px;
}
/*ESPECIALIDAD CIRUGIA PLÁSTICA*/

.jumbotron.surgery {
    background: url('../img/slide-cirugia.png'); 
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 414px;
    margin-bottom: 0;

}
.jumbotron.surgery .tlt-slide {color: #9B59B6; border-color: #9B59B6;}
.jumbotron.surgery .slide-home span, .jumbotron.surgery .slide-home p  {color: #9B59B6;}

.block-wide.surgery {background: #D7BDE2;}
.block-form-schedule.surgery {background: #EBDEF0;}
.block-wide.surgery .lead {color: #AF7AC5;}
.block-medium-land.surgery {
  background: rgb(235,222,240,0.3);
  color: #9B59B6;
  
}
.service-block.surgery:hover{
    background: rgb(235,222,240,0.6);
    
}
.secondary-block.surgery span {
    color: #9B59B6;
}
.secondary-block.surgery p {
    font-size: 20px;
    color: #757575;
}
.service-block.surgery {
    background: #EBDEF0;
}
.service-block.surgery  h4, .service-block.surgery  span, .service-block.surgery p {
    color: #9B59B6;
}

/*About Us*/

.jumbotron.us {
    background: url('../img/nosotros-clinica_franklin.png'); 
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 412px;
    margin-bottom: 0;

}
.jumbotron.us .tlt-slide {color: #0D47A1; border-color: #0D47A1;}
.jumbotron.us .slide-home span, .jumbotron.us .slide-home p  {color: #0D47A1;}

.block-left-blue-us h3 {
    font-size: 32px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2em;
    color: #0D47A1;
    margin: 0 0 20px;
    display: inline-block;
}
.block-content-us p {
    margin-bottom: 49px;
    margin-top: 10px;
    margin-left: 30px;
      text-align: justify;
    text-justify: inter-word;

}

.block-left-blue-us {
    background: #CFDAEC;
    padding: 21px 15px 0 26px;
    

}
.block-content-default {
    font-size: 20px;
    line-height: 1.7em;
    color: #757575;
    letter-spacing: 0.01em;
    margin-bottom: 49px;
    margin-top: 10px;
   
}
.block-content-us {
    font-size: 20px;
    line-height: 1.7em;
    color: #757575;
    letter-spacing: 0.01em;
}
.block-content-us ul {
    margin-left: 54px !important;
}
.margin-bottom {margin-bottom:50px;}
.lg-margin-bottom {margin-bottom:170px;}
.margin-top {margin-top:90px;}
/*Facilities*/

.block-blue {
    background: #CFDAEC;
    display: block;
    width: 100%;
    padding: 49px;
    height: 412px;
    font-size: 33px;
    color: #0D47A1;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    position: relative;
     text-align: left;
}
.row-facilities img {
    width: 100%;
}

.row-facilities {
    margin: 29px 0;
    display: block;
}
.row-facilities p {
    line-height: 1.7em;
    font-size: 19px;
    color: #757575;
    margin-bottom: 22px;
}
.row-facilities p {

	  text-align: justify;
    text-justify: inter-word;

}

.row-facilities h2 {
    border: 6px solid #0D47A1;
    padding: 13px 17px;
    display: table-caption;
    color: #0D47A1;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    line-height: 1.2em;

}
.row-facilities h3 {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 45px;
    color: #0D47A1;
}
.col-facilities {margin: 19px 21px 20px 0;}
.col-facilities:last-child {
    margin-right: 0;
}
.col-330 {
    width: 100%;
    max-width: 330px;
    float: left;
    
}
.col-330 span {
    
    font-size: 20px;
    margin-top: 20px;
    display: block;
    color: #3D6CB4;
    line-height: 1.6em;
    margin-left: 28px;
}
.col-259 {
    width: 100%;
    max-width: 259px;
    float: left;
    
}
.col-350 {
    width: 100%;
    max-width: 350px;
    float: left;
    
}
.col-443 {
    width: 100%;
    max-width: 443px;
    float: left;
    

}
.col-259 .block-blue p {
    vertical-align: bottom;
    position: absolute;
    bottom: 29px;
    font-size: 34px;
    line-height: 1.3em;
    color: #0D47A1;
    text-align: left;
}

/*Service*/
.back-to-parent {
    background: #f1f1f1;
    padding: 7px 17px;
    border-radius: 18px;
    clear: both;
    width: max-content;
    font-size: 13px;
    margin-top: 14px;
    border-bottom: 1px solid #f1f0fd;
    cursor: pointer;
    display: table;
}
.back-to-parent:hover {

    background: #E7E7E7;

}

.back-to-parent a {
    color: #918f8f;
}
.fas.fa-chevron-left {
    margin-right: 5px;
} 
.block-service-text p, .block-service-text ul {

    text-align: justify;
    text-justify: inter-word;

}
.block-service-foot {
    background: rgb(212,235,254,0.3);
    padding: 80px 80px;

    line-height: 1.2em;
    color: #51ADFC;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4em;
    margin: 20px 0;
    display: inline-block;
}
.block-service-text h3 {
    color: #2699FB;
    font-size: 52px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}
.nopadding {padding: 0;}
.block-service img {
    width: 100%;
    height: auto !important;
}

.block-service-text article {
    font-size: 20px;
    line-height: 1.7em;
    color: #757575;
    margin-top: 120px;
}

.block-service-text span {
    color: #7DC2FD;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.block-service-text {
    margin-left: 37px;
    margin-top: 130px;
}

/* Colors Single Post Page*/
.category-regenerativa .block-service-text h3, .category-regenerativa .block-service-foot, .category-regenerative-therapy .block-service-text h3, .category-regenerative-therapy .block-service-foot  {
    color: #19BC9C !important;
}
.category-regenerativa .block-service-text span, .category-regenerative-therapy .block-service-text span  {
    color: #A3E4D7 !important;
}
.category-regenerativa .block-service-foot, .category-regenerative-therapy .block-service-foot {
    background:rgb(209, 242, 235);
    background: rgba(209, 242, 235, 0.3) !important;
}

.category-odontologia .block-service-text h3, .category-odontologia .block-service-foot, .category-odontology-services .block-service-text h3, .category-odontology-services .block-service-foot   {
    color: #2699FB !important;
}
.category-odontologia .block-service-text span, .category-odontology-services .block-service-text span {
    color: #51ADFC !important;
}
.category-odontologia .block-service-foot, .category-odontology-services .block-service-foot {
    background:rgb(212, 235, 254);
    background: rgba(212, 235, 254, 0.3)  !important;
}

.category-cirugia .block-service-text h3, .category-cirugia .block-service-foot, .category-plastic-surgery .block-service-text h3, .category-plastic-surgery .block-service-foot  {
    color: #9B59B6 !important;
}
.category-cirugia .block-service-text span, .category-plastic-surgery .block-service-text span {
    color: #D7BDE2 !important;
}
.category-cirugia .block-service-foot, .category-plastic-surgery .block-service-foot {
    background:rgb(215, 189, 226);
    background:rgba(215, 189, 226, 0.3) !important;
}
.page h3 {
    color: #0D47A1;
    line-height: 1.47em;
}
.page ul li {
    margin-left: 40px;
    list-style: initial;
}

/*Menu mobile*/
@media (pointer: fine) {
.menu-mobile  a span {
    display: none;
  }
.menu-mobile  a:hover span {
    display: inline-block;
  }
}

ul.menu-mobile li a {
    text-transform: none;
}
ul.menu-mobile li ul li:before {
    content: ' ';
}
ul.menu-mobile li ul li {
    border: 0;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
   
}
ul.menu-mobile li ul {
    margin-left: 15px; 
   
}

.menu-mobile li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.menu-mobile ul.sub-menu .menu-item ul.sub-menu {
   background: none;
margin-left: 20px;
margin-top: 12px;

}
.menu-mobile ul.sub-menu .menu-item ul.sub-menu a{
    color: #fff;
}    

ul.menu-mobile {
    margin: 15px;
}

.menu-hide {
    padding-top: 22px;
    float: left;
    width: 100%;
    clear: both;
}
.menu-mobile .schdl-btn {
    border: none;
    background: #0A3474;
    max-width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 0;
}
.menu-mobile .schdl-btn:hover {
  background: #757575;
}
.menu-mobile .schdl-btn a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.09em;
  font-size: 0.9em;

}
ul.menu-mobile li ul li {
 
    background: url(../img/down-menu.png);
background-repeat: no-repeat;
background-position: right 9px;
}
ul.menu-mobile li ul li ul li{
    background: none;

}

/*Bibliografphy*/

.blg-note {
    font-size: 16px;
line-height: 24px;
color: #0D47A1;
display: inline-block;
border-top: 1px dotted #0D47A0;
padding-top: 13px;
}
h4 {
   color: #0D47A1;
font-size: 1.31em;
font-weight: 600;
margin-top: 50px;
margin-bottom: 20px;
}
.bibliografia strong, .bibliography strong {
    font-weight: 600;
    color: #3e3d3d;
}
.bibliografia .block-content-default, .bibliography .block-content-default {
    color: #353535;
    text-align: justify;
    text-justify: inter-word;
}

/*Menu languages*/

.lang-item {
    display: inline;
}
.lang-item-first:after {
    content: '|';
}
li.current-lang {
    text-decoration: underline;
}
li.lang-item a{
    
}

/*Clinical History*/

#history h1 {
    color: #0D47A1;
    font-size: 3.8em;
    text-align: center;
    font-weight: 700;
     font-family: 'Roboto', sans-serif;
}

#history h2 {
    text-align: center;
    font-weight: 100;
    color: #6E91C7;
    font-size: 2.5em;
    letter-spacing: 0.03em;
}


.content-history {
    color: #757575;
    font-size: 1.34em;
    font-weight: 100;
    letter-spacing: 0.01em;
    margin-top: 50px;
    text-align: center;

}
.content-history p {
    margin: 30px 0;
}
.legal-history {
    color: #B4B4B4;
    font-size: 0.9em;
    text-align: center;
}

.row.blue-light {
    background: rgb(207,218,236, 0.6);
}
.row.blue {
    background: #CFDAEC;
}
.legal-history {
    color: #B4B4B4;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 90px;
    display: inline-block;
}
.directions-blue {
    color: #0D47A1;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 90px;
    display: inline-block;
}
.newsletters .wpcf7-form-control.wpcf7-submit {
    display: block;
    background: #0D47A1 !important;
    color: #fff !important;
    padding: 9px 5px !important;
    width: 100% !important;
    border-radius: 5px;
    margin: 0 auto !important;
} 
.newsletters input.wpcf7-form-control.control-form {
    width: 100%;
    line-height: 1.2em;
    height: 36px;
}
.screen-reader-response {
    display: none;
}
.wpcf7-form-control.wpcf7-submit {
    display: block;
    background: #0D47A1 !important;
    color: #fff !important;
    padding: 15px 5px !important;
    /*width: 25% !important;*/
    border-radius: 5px;
    margin: 0 auto !important;
}
.wpcf7-form-control.wpcf7-radio {
    margin-bottom: 9px;
    display: block;
}
.wpcf7-not-valid-tip, span.wpcf7-not-valid-tip {
    color: #D10202;
    font-size: 0.8em;
}
.screen-reader-response ul {
    color: #D10202;
        font-weight: 400;
        margin: 30px 0;
}
.screen-reader-response, .wpcf7-response-output.wpcf7-validation-errors{
       color: #0D47A1;
    font-weight: 700;
    font-size: 1em;
    margin: 10px 0;
}
.wpcf7-response-output.wpcf7-validation-errors {
        border: 1px solid #0D47A1;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    margin: 15px 0 40px;
}
#agenda input.wpcf7-form-control {

    margin-bottom: 0px !important;
    }

#agenda .wpcf7-form-control.wpcf7-submit  {

    padding: 10px 38px !important;
    width: auto;
    float: left;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.14em;
}
#history input.wpcf7-form-control, #agenda input.wpcf7-form-control {
     width: 100%;
    line-height: 1.9em;
    margin-bottom: 30px;
    background: none;
        box-shadow: none;
    border: none;
    border-bottom: 2px solid #0D47A1;
    padding-left: 1px;
     font-family: 'Roboto', sans-serif;
     font-weight: 100;
     font-size: 1.2em;

}
span.adress-cl {
    display: none !important;
}

#history input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, #agenda input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
   
}
#history span.wpcf7-list-item, #agenda span.wpcf7-list-item {
    padding: 0 0 0 5px;
}
#history span.wpcf7-list-item-label, #agenda span.wpcf7-list-item-label {
    margin-right: 5px;
    font-size: 1.2em;
     color: #0D47A1;
}
#history label, #agenda label {
    font-family: 'Roboto', sans-serif;
     font-weight: 100;
     font-size: 1.2em;
     color: #0D47A1;

}
#history h6 {
    font-size: 2.2em;
    color: #6E91C7;
    font-weight: 100;
}
#history h5 {
    font-size: 2.7em;
    font-weight: 700;
    text-align: center;
    margin: 100px 0;
    color: #0D47A1;
    font-family: 'Roboto', sans-serif;

}
#history textarea, #agenda textarea {
    font-size: 1.2em;
     color: #0D47A1;
    background: none;
    border: 1px solid #3D6CB4;
    width: 100%;
}

.direction {
    font-size: 1.3em;
    font-weight: 700;
        color: #0D47A1;
    
}

.clinical-data .col-md-6:nth-child(4n), .clinical-data .col-md-6:nth-child(4n-1) {
    background: rgb(207,218,236);
}
.clinical-data .col-md-6:nth-child(4n-2), .clinical-data .col-md-6:nth-child(4n-3) {
    background: #A4C1EA;
}
.clinical-data .col-md-6 {
    padding: 15px 5px 10px 15px;
}