.bold {
  font-weight: bolder; }

.round {
  border-radius: 4px; }

.shadow {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.noshadow {
  -webkit-box-shadow: none;
  box-shadow: none; }

html {
  scroll-behavior: smooth; }

.link {
  background-color: transparent;
  border: none;
  color: #2050A6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer; }

@media (max-width: 771px) {
  h1 {
    font-size: 1.9rem; } }

a:hover {
  text-decoration: none; }

body {
  background-color: #fafafa; }

.cont-900 {
  max-width: 900px;
  margin: auto; }

.btn-top {
  text-align: center;
  width: 160px;
  height: auto;
  padding: 10px;
  background-color: #2050A6;
  border: 1px solid #2050A6;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold; }

.btn-top-direction {
  width: auto;
  height: auto;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: #797979; }

.btn-def {
  margin: auto;
  width: 160px;
  height: auto;
  padding: 10px;
  border: 1px solid #2050A6;
  color: #fafafa;
  background-color: #2050A6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold; }

.btn-def:hover {
  text-decoration: none;
  background-color: #1F468C;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.btn-def-outline {
  margin: auto;
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #2050A6;
  color: #2050A6;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase; }

.btn-def-outline:hover {
  text-decoration: none;
  background-color: #1F468C;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.btn-def-small {
  width: 160px;
  height: auto;
  padding: 10px;
  border: 1px solid #2050A6;
  color: #fafafa;
  background-color: #2050A6;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }

.btn-def-small:hover {
  background-color: #1F468C;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sticky {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.container-nav {
  width: 1500px;
  margin: auto; }

.nav-contenedor {
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: white; }

@media (max-width: 1500px) {
  .container-nav {
    width: 100%; } }

.nav-top .col-md-6 {
  margin: 0px;
  padding: 0px; }

.nav-top .row {
  margin: 0px;
  padding: 0px; }

.nav-top {
  width: 100%;
  height: auto;
  background-color: #fafafa; }

.btn-top-direction {
  width: auto;
  height: auto;
  padding: 0px;
  background-color: transparent;
  border: none;
  color: #797979;
  padding: 8px; }

.btn-top-direction a {
  color: #797979; }

.btn-top a {
  color: #fafafa; }

/*navbar*/
.menuicon {
  font-size: 15px; }

.topnav {
  overflow: hidden;
  background-color: white;
  padding: 0px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.topnav a {
  float: left;
  display: block;
  color: #2050A6;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px; }

.topnav .icon {
  display: none; }

.drop {
  float: left;
  overflow: hidden; }

.drop .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #2050A6;
  padding: 14px 16px;
  background-color: transparent;
  margin: 0; }

.drop-content {
  margin-top: 53px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1; }

.drop-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #2050A6;
  color: #fafafa;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.drop-content span {
  color: transparent;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.topnav a:hover span {
  color: white;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.topnav a:hover, .drop:hover .dropbtn {
  background-color: #2050A6;
  color: white; }

.drop-content a:hover {
  background-color: #1F468C;
  color: white; }

.drop:hover .drop-content {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.topnav .tel-nav {
  float: right;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  width: 160px; }

.topnav .no-st:hover {
  background-color: white;
  color: #2050A6; }

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child), .drop .dropbtn {
    display: none; }
  .topnav a.icon {
    float: right;
    display: block; }
  .topnav .tel-nav {
    float: left; }
  .nav-top {
    display: none; }
  .drop-content {
    margin-top: 0px; } }

@media screen and (max-width: 700px) {
  .topnav.responsive {
    position: relative; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0; }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left; }
  .topnav.responsive .drop {
    float: none; }
  .topnav.responsive .drop-content {
    position: relative; }
  .topnav.responsive .drop .dropbtn {
    display: block;
    width: 100%;
    text-align: left; } }

.img-slide {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset -16px -146px 82px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -16px -146px 82px 0px rgba(0, 0, 0, 0);
  box-shadow: inset -16px -146px 82px 0px rgba(0, 0, 0, 0.3); }

#callto {
  display: none;
  position: fixed;
  bottom: 24px;
  font-size: 20px;
  right: 100px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background: #2050A6;
  border-radius: 50px;
  border: none;
  color: #fafafa;
  z-index: 1000;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-box-shadow: -5px 3px 13px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -5px 3px 13px -1px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 3px 13px -1px rgba(0, 0, 0, 0.3); }

#callto:hover {
  background-color: #1F468C; }

/*contact*/
.contact {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fafafa; }

.input-def {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #2050A6;
  color: #2050A6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-send {
  width: 160px;
  height: auto;
  padding: 10px;
  border: none;
  background-color: #2050A6;
  border-bottom: 2px solid #2050A6;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }

.btn-send_no:hover {
  width: 100%;
  height: auto;
  padding: 10px;
  border: none;
  background-color: white;
  border-bottom: 2px solid white;
  color: #2050A6;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.textarea {
  width: 100%;
  height: 150px; }

.mapa {
  width: 100%;
  height: 400px;
  border: none; }

.alert-error {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #F24A4A;
  color: #fafafa; }

.alert-enviado {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #6ED43C;
  color: #fafafa; }

.close:hover {
  color: #fafafa; }

.about {
  width: 100%;
  height: auto;
  background-color: white; }

.about .row .col-lg-6 {
  padding: 0px;
  margin: 0px; }

.img-box {
  padding: 40px; }

.img-about {
  width: 100%;
  margin: auto;
  height: 695px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center; }

@media (max-width: 1500px) {
  .img-about {
    width: 100%; } }

.text-dialog {
  padding: 40px; }

/*services*/
.bg-services {
  width: 100%;
  height: 300px;
  background-color: #2050A6;
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.bg-services h1 {
  color: #fafafa; }

.bg-services h1 a {
  color: #fafafa; }

.cont-services {
  width: 100%;
  height: auto;
  padding-left: 100px;
  background-color: white;
  padding: auto;
  margin-top: -100px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.tarjeta {
  border: none;
  border-radius: 4px;
  text-align: center; }

.image-card {
  width: 100%;
  height: 300px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fafafa;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: inset 10px -150px 89px -75px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 10px -150px 89px -75px rgba(0, 0, 0, 0.21);
  box-shadow: inset 10px -150px 89px -75px rgba(0, 0, 0, 0.21); }

.image-card:hover {
  width: 100%;
  height: 300px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: inset 0px -100px 77px -21px rgba(32, 80, 166, 0.64);
  -moz-box-shadow: inset 0px -100px 77px -21px rgba(32, 80, 166, 0.64);
  box-shadow: inset 0px -100px 77px -21px rgba(32, 80, 166, 0.64);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.card-title {
  position: relative;
  margin-top: 200px; }

.cont-services {
  padding: 500px; }

.cont-services .col-lg-4 {
  margin: 0px;
  padding: 20px; }

.coment-card {
  margin-top: 200PX;
  margin-bottom: 200PX; }

.coment-card .text-coment {
  padding-left: 200px;
  padding-right: 200px; }

.carousel-control-prev i {
  color: black; }

.carousel-control-next i {
  color: black; }

/*after and before*/
.bg-anb {
  width: 100%;
  height: 400px;
  background-color: white;
  background-image: url("../img/bannercintametrica.jpg");
  background-position-x: right;
  background-position-y: bottom;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.cont-anb {
  width: 100%;
  height: auto;
  color: black;
  padding: 40px;
  /*background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);*/ }

@media (max-width: 771px) {
  .cont-anb {
    width: 100%;
    height: auto;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8); }
  .coment-card .text-coment {
    padding-left: 100px;
    padding-right: 100px; } }

@media (max-width: 771px) {
  .bg-anb {
    width: 100%;
    height: 600px;
    padding: 40px;
    background-image: url("../img/bannercintametrica_movil.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; } }

/*call to*/
.bg-call {
  width: 100%;
  height: 150px;
  background-color: #2050A6;
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.bg-call h1 {
  color: #fafafa; }

.bg-call h1 a {
  color: #fafafa; }

/*oter section*/
.oter-section {
  margin-top: 200px;
  margin-bottom: 100px; }

.oter-card {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

/*footer*/
footer {
  background-color: #393939;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px; }

@media (max-width: 991px) {
  footer {
    height: auto; } }

@media (max-width: 575px) {
  footer {
    text-align: center; } }

.social-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.social-foot h6 {
  color: #fafafa; }

.social-foot i {
  color: #fafafa; }

.social-foot p {
  color: #fafafa; }

.social-foot a {
  color: #fafafa; }

.social-foot ul {
  padding: 0px; }

.social-foot ul li {
  list-style: none; }

.social-foot ul li a {
  color: #fafafa; }

.bd-foot-oter {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000000;
  color: #fafafa; }

/*land page*/
div.aside {
  width: 100%;
  height: 1000px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px; }

.aside ul {
  list-style: none; }

.aside ul li {
  margin-bottom: 10px;
  color: #848484; }

.aside ul li a {
  list-style: none;
  display: block;
  color: #848484; }

.aside i {
  color: #2050A6; }

.card-aside-togle {
  width: 100%;
  height: auto;
  padding: 30px;
  text-align: left;
  background-color: white;
  text-align: justify;
  border-radius: 4px; }

.card-aside-doc {
  width: 100%;
  height: auto;
  padding: 30px;
  text-align: left;
  background-color: white;
  text-align: justify;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.card-aside {
  width: 100%;
  height: auto;
  padding: 30px;
  text-align: left;
  background-color: white;
  text-align: justify;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.card-aside-doc h6 {
  font-weight: bolder;
  font-size: 10pt;
  text-transform: uppercase; }

.card-aside h6 {
  font-weight: bolder;
  font-size: 10pt;
  text-transform: uppercase; }

.img-aside {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  z-index: 100; }

@media (max-width: 700px) {
  .img-aside {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: top; } }

/* CHANGE NAV*/
.change {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/*modal*/
.modal-content {
  border-radius: 0px;
  border: none; }

.modal-header {
  border-bottom: 0px; }

/*formulario newsletter*/
.enviado {
  color: #4DC61D; }

.error {
  color: #D21313; }

.fa-check {
  color: #4dad4d; }

.fa-ban {
  color: red; }

.enviando, .enviado, .error, .otroCorreo {
  display: none; }

.cls-1 {
  fill: blue;
  color: blue; }

.bg-header {
  width: 100%;
  height: 695px;
  background: #f1f2f2;
  background: -moz-linear-gradient(-45deg, #f1f2f2 0%, #b5b6b7 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f1f2f2), color-stop(100%, #b5b6b7));
  background: -webkit-linear-gradient(-45deg, #f1f2f2 0%, #b5b6b7 100%);
  background: -o-linear-gradient(-45deg, #f1f2f2 0%, #b5b6b7 100%);
  background: -ms-linear-gradient(-45deg, #f1f2f2 0%, #b5b6b7 100%);
  background: -webkit-linear-gradient(315deg, #f1f2f2 0%, #b5b6b7 100%);
  background: -o-linear-gradient(315deg, #f1f2f2 0%, #b5b6b7 100%);
  background: linear-gradient(135deg, #f1f2f2 0%, #b5b6b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#b5b6b7', GradientType=1 ); }

.img-bg {
  width: 100%;
  height: 695px;
  background-image: url("../img/dr3.png");
  background-position: center;
  background-repeat: no-repeat; }

.about-card {
  margin-top: 20vh;
  width: 400px;
  height: auto;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08); }

.transparent-bg p {
  padding: 10px;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8); }

@media (max-width: 700px) {
  .img-bg {
    background-image: url("../img/dr5.png"); }
  .about-card {
    width: 100%; }
  .bg-header {
    height: auto; }
  .img-bg {
    background-position: center; }
  .about-card {
    margin-top: 350px; } }

@media (max-width: 500px) {
  .img-bg {
    width: 100%;
    height: 850px;
    background-size: cover;
    background-position: top;
    background-image: url("../img/dr4.jpg"); } }

@media (max-width: 300px) {
  .img-bg {
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: top;
    background-image: url("../img/dr4.jpg"); } }

.bg-text {
  max-width: 400px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8); }

/*loader*/
#page-load {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  z-index: 1000000000; }

.lds-ellipsis {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2050A6;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

#togle-cont {
  display: none; }

.btn-toggle {
  margin-bottom: 30px;
  font-weight: bolder;
  text-transform: uppercase;
  background-color: transparent;
  color: #2050A6;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  border: none; }

.btn-toggle span {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #2050A6; }

.btn-toggle:hover span {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.togle-card {
  margin-bottom: 20px; }

#toggleThree, #toggleFour, #toggleFive, #toggleSix {
  display: none; }

.img-single {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: 15px; }

.info-thumb {
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 14px;
  background-color: white;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center; }

.logos {
  opacity: 0.6; }

.baner {
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-image: url("../img/banner35.jpg"); }

.doctoralia-w {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  left: 0; }
