/*
Template 2098
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body {
    background: #ffffff;
    font-family: 'Open Sans', serif;
    overflow-x: hidden;
  }
  /*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/
  h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    line-height: inherit;
  }
  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }
  h5 {
    font-weight: 600;
  }
  h1 {
    color: #252525;
    font-size: 5em;
  }
  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }
  h5 {
    color: #454545;
    font-size: 1.4em;
    padding-bottom: 1px;
  }
  h6 {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 0.8em;
  }
  p {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: justify;
  }
  q {
    color: #454545;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
  }

  /*---------------------------------------
     GENERAL
  -----------------------------------------*/
  html{
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }
  a:hover {
    color: #0066ff;
    outline: none;
  }
  a:active {
    color: #252525;
    outline: none;
  }
  a:focus {
    color: #252525;
    outline: none;
  }
  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }
  .section-title {
    padding-bottom: 20px;
  }
  .section-title h2 {
    margin-top: 0;
  }
  .section-btn {
    border: 0;
    border-radius: 3px;
    background: #ffffff20;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    transition: transform 0.2s ease-in;
    transform: translateX(0);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  .btn-gray {
    background: #ffffff20;
  }
  .btn-blue {
    background: #60bef6;
  }
  .btn-white {
    background: #b2b2b2;
  }
  .section-btn:hover
  {
    background-image:none;
    background-color:#3fb40b;
    color: #ffffff;
    transition: transform 0.2s ease-in;
    transform: translateY(0px);
  }
  .text-align-right {
    text-align: right;
  }
  .text-align-center {
    text-align: center;
  }
  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }
  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }
  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .author {
    border-top: 1px solid #f2f2f2;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #news, #service {
    text-align: center;
  }
  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }

/* Dropdown Button */
.dropbtn {
  background-color: #ffffff;
  color: #454545;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: initial;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  min-width: 200px;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #7fc71c;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ffffff;}

  /*---------------------------------------
       PRE LOADER
  -----------------------------------------*/
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }
  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }
  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #454545;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }
  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }
  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  /*---------------------------------------
      MENU
  -----------------------------------------*/
  header {
    background: #ffffff;
    border-bottom: 0px solid #f2f2f2;
    display: flex;
    height: 45px;
  }
  header .col-md-8 {
    padding-right: 0;
  }
  header p,
  header span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-top: 8px;
  }
  header a,
  header span {
    color: #303030;
  }
  header span {
    font-weight: 700;
    display: inline-block;
    padding: 12px 15px;
  }
  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }
  header span i {
    color: #a5c422;
    margin-right: 5px;
  }

  /*---------------------------------------
      MENU
  -----------------------------------------*/
  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }
  .navbar-default .navbar-brand {
    color: #454545;
    font-weight: 500;
    font-size: 24px;
  }
  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }
  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }
  .navbar-default .navbar-nav li.appointment-btn a {
    background: #677B15;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  .navbar-default .navbar-nav li a {
    color: #454545;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .navbar-default .navbar-nav > li a:hover {
    color: #454545 !important;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #454545;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #454545;
    border-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }

  /*---------------------------------------
      HOME
  -----------------------------------------*/
  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }
  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }
  .slider .container {
    width: 100%;
  }
  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }
  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }
  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  .slider .item-first {
    background-image: url(../images/slider1.jpg);
  }
  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }
  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }

  /*---------------------------------------
      EXTTITLE
  -----------------------------------------*/
  .title1 {
    background: #c4c4c4;
    background-size: cover;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
  }
  .title1 h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 25px;
  }

.service-lists {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}
.service-lists ul li {
  list-style: none;
  text-align: justify;
  padding-left: 50px;
  position: relative;
}
.service-lists ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  height: 18px;
  width: 18px;
  background-size: cover;
  background-image: url(../images/Tick.png)
}

.column {
  float: left;
  width: 15%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}



/*optimizar por favor*/

  /*---------------------------------------
      ABOUT
  -----------------------------------------*/
  #perfil {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }
  #perfil h6 {
    color: #858585;
    margin: 0;
  }

  /*---------------------------------------
      EXTABOUT
  -----------------------------------------*/
  #perfil1 {
    background: url('../images/Fondo1.png') no-repeat top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #perfil1 h6 {
    color: #ffffff;
    margin: 0;
  }
 
  #perfil2 {
    background: #ffffff;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #perfil2 h6 {
    color: #858585;
    margin: 0;
  }
  /*---------------------------------------
      TEAM MEMBERS
  -----------------------------------------*/
  .team-thumb {
    background-color: #f0f0f0;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .team-info {
    padding: 20px 30px 0 30px;
  }
  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }
  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }
  .team-contact-info p {
    margin-bottom: 2px;
  }
  .team-contact-info a {
    color: #757575;
  }
  .team-thumb .social-icon li {
    font-weight: 500;
  }
  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }
  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }
  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }
/* external css: flickity.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery {
  background: #ffffff;
}
.gallery-cell {
  width: 410px;
  height: 620 px;
  margin-right: 10px;
  background: #ffffff;
}
/*
.gallery-cell.is-selected img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
}
.gallery-cell img {
  transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
  display: inline-block; 
  -webkit-filter: grayscale(100%) blur(3px); 
  filter: grayscale(100%) blur(3px); 
}
+/

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: #ffffff;
}
  /*---------------------------------------
     SERVICE
  -----------------------------------------*/
  #service {
    background: #a5c422;
  }
  #service h2,
  #service h4 {
    color: #ffffff;
  }
  #service p {
    color: #d9d9d9;
  }
  #service .service-thumb {
    padding: 0 22px;
  }
  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }

  /*---------------------------------------
      NEWS
  -----------------------------------------*/
  #news, #news-detail {
    background: #f9f9f9;
  }
  #news-detail blockquote {
    margin: 30px 0;
  }
  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }
  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }
  .news-image {
    margin-bottom: 30px;
    position: relative;
  }
  .news-image img {
    width: 100%;
  }
  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }
  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }
  .news-sidebar {
    margin-top: 16px;
  }
  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }
  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }
  .news-social-share .btn-primary {
    background: #3b5998;
  }
  .news-social-share .btn-success {
    background: #1da1f2;
  }
  .news-social-share .btn-danger {
    background: #dd4b39;
  }
  .news-social-share a .fa {
    padding-right: 4px;
  }
  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }
  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }
  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }
  .news-categories {
    margin-top: 8px;
  }
  .news-categories li a {
    color: #2b2b2b;
  }
  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }
  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }
  .news-ads h4 {
    font-size: 18px;
  }
  .news-tags h4 {
    padding-bottom: 6px;
  }
  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }
  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .news-tags li a:hover {
    background: #4267b2;
  }

  /*---------------------------------------
      APPOINTMENT
  -----------------------------------------*/
  #appointment {
    padding-top: 20px;
  }
  #appointment label {
    color: #808080;
    font-weight: 500;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #appointment text {
    color: #585858;
    font-weight: 500;
    padding-top: 0px;
    position: relative;
    justify-content: center;
  }
  #appointment .form-control {
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600  ;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }
  #appointment .checkbox {
    color: #000000;
    background: #006eff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: relative;
    transform: translate(15px,15px);
    -webkit-transform: translate(-15px,30px); /** Chrome & Safari **/
    -o-transform: translate(-15px,30px); /** Opera **/
    -moz-transform: translate(-15px,30px); /** Firefox **/
    transition: all ease-in-out 0.4s;
  }
  #appointment input,
  #appointment select {
    height: 40px;
  }
  #appointment button#cf-submit {
    background: #677B15;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 55px;
  } 
  #appointment button#cf-submit:hover {
    background: #4267b2;
    color: #ffffff !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

  /*---------------------------------------
     ACERCA             
  -----------------------------------------*/
  #acercade {
    background: url('../images/Footer.png') no-repeat top center;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 48px;
    color: #ffffff;
    display: flex;
  }
  .acercade h4 {
    padding-bottom: 5px;
    color: #181818;
  }
  .acercade p {
    color: #181818;
    font-weight: 700;
    font-size: 14px;
  }
 .acercade a {
    color: #181818;
    font-weight: 700;
    font-size: 14px;
  }
  .acercade a:hover {
    color: #181818;
    font-weight: 700;

  }
  .acercade-link a {
    color: #393939;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }
  .acercade-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
  }
.acercade-logo {
  padding-top: 3%;
}

  /*---------------------------------------
     FOOTER
  -----------------------------------------*/
  footer {
     position:fixed;
     align-items: center;
     bottom:0;
     width:100%;
     height:42px;   /* Height of the footer */
     background:#ffffff;
     opacity:1;
  }
  footer h4 {
    padding-bottom: 5px;
  }
  footer a {
    color: #747474;
  }
  footer a:hover {
    color: #008cff;
  }
  footer .col-md-8 {
    padding-right: 0;
  }
  footer span i {
    color: #747474;
    margin-right: 5px;
  }
  footer p,
  footer span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-top: 10px;
  }
  footer a,
  footer span {
    color: #747474;
  }
  footer span {
    font-weight: 700;
    display: inline-block;
    padding: 12px 15px;
  }

  /*---------------------------------------
     SOCIAL ICON
  -----------------------------------------*/
  .dsocial-icon {
    position: relative;
    padding: 0;
    margin: 2;
  }
  .dsocial-icon li {
    display: inline-block;
    list-style: none;
  }
  .dsocial-icon li a {
    border-radius: 100px;
    color: #a3a3a3;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }
  .dsocial-icon li a:hover {
    background: #7f7f7f;
    color: #ffffff;
  }

.footer-social-icons {
    width: 350px;
    display: inline-block;
    margin: auto;
}
.social-icon {
    color: #ffffff;
}
ul.social-icons {
    margin-top: 20px;
}
.social-icons li {
    vertical-align: middle;
    display: inline-block;
    height: 150px;
    padding:4px 1px;
}
.social-icons a {
    color: #ffffff;
    text-decoration: none;
}
.social-icons span {
    font-weight: 700;
    display: inline-block;
    padding: 8px 5px;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition: .4s;
    background-color: #7f7f7f;
}
.fa-facebook:hover {
    background-color: #3d5b99;
    color: #ffffff;
}
.fa-twitter {
    padding:10px 10px;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition: .4s;
    background-color: #7f7f7f;
}
.fa-twitter:hover {
    background-color: #00aced;
    color: #ffffff;
}
.fa-instagram {
    padding:10px 12px;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition: .4s;
    background-color: #7f7f7f;
}
.fa-instagram:hover {
    background-color: #ff05f2;
    color: #ffffff;
}
.fa-linkedin {
  padding:10px 12px;
  -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
  transition: .4s;
  background-color: #7f7f7f;
}
.fa-linkedin:hover {
  background-color: #0548ff;
  color: #ffffff;
}
.fa-envelope {
    padding:10px 10px;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition: .4s;
    background-color: #7f7f7f;
}
.fa-envelope:hover {
    background-color: #eb8231;
    color: #ffffff;
}
.fa-whatsapp {
    padding:10px 12px;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition: .4s;
    background-color: #7f7f7f;
}
.fa-whatsapp:hover {
    background-color: #0b7301;
    color: #ffffff;
}

.whatsapp1 {
  position:fixed;
  width:80px;
  height:80px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp1-icon {
  margin-top:13px;
}

.fa-whatsapp1 {
  padding:10px 12px;
  -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
  transition: .4s;
}
.fa-whatsapp1:hover {
  background-color: #0b7301;
  color: #ffffff;
}

.image {
  width: 100%;
  height: 100%;
  margin: auto;    
}

.image img {
  -webkit-transition: all 0.3s ease; /* Safari and Chrome */
  -moz-transition: all 0.3s ease; /* Firefox */
  -o-transition: all 0.3s ease; /* IE 9 */
  -ms-transition: all 0.3s ease; /* Opera */
  transition: all 0.3s ease;
}

.image:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
   transform:scale(1.1);
}

.box {
  display: table-cell;
  vertical-align: middle;
}

/*---------------------------------------
     ACORDEON
-----------------------------------------*/
#container-main{
  margin:40px auto;
  width:100%;
  min-width:320px;
  max-width:960px;
}
#container-main h1{
  color: #272727;
  font-size: 3em;
  padding-bottom: 25px;
}
.accordion-row{
  background: #c4c4c4; 

}
.accordion-container {
  width: 100%;
  margin: 0 0 10px;
  clear:both;
}
.accordion-titulo {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 3em;
  font-weight: 700;
  background: #c4c4c4;
  color: #272727;
  text-decoration: none;
  height: 90px;
}
.accordion-titulo.open {
  background: #63a4f8;
  color: #272727;
}
.accordion-titulo:hover {
  background: #a5c422;
  color: #272727;
}
.accordion-titulo span.toggle-icon:before {
  content:"+";
}
.accordion-titulo.open span.toggle-icon:before {
  content:"-";
}
.accordion-titulo span.toggle-icon {
  position: relative;
  top: 0px;
  right: 10px;
  font-size: 48px;
  font-weight:bold;
}
.accordion-content {
  display: none;
  padding: 20px;
  overflow: auto;
  background: #ffffff;
}
.accordion-content p{
  margin:0;
}
.accordion-content img {
  display: block;
  float: center;
  margin: auto;
  width: 75%;
  height: auto;
}
@media (max-width: 767px) {
  .accordion-content {
      padding: 10px 0;
  }
}

  /*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/
  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }
    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }
    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }
    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .news-sidebar {
      margin-top: 2em;
    }
    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }
    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }
    .border-top {
      text-align: center;
    }
    .copyright-text {
      margin-top: 10px;
    }
    .angle-up-btn {
      bottom: 10em;
    }
  }
  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }
    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }
  }