body {
  background: aliceblue;
}

footer{text-align:center;margin:60px auto;max-width:800px;}
footer img{margin:0 auto;}
header{text-align:center;}

header img{max-width:150px;margin-top:20px;}
footer #legal {
    margin: 20px 0 0;
    text-align: right;
}
footer ul {
      list-style: none;
      font-size:12px;
}
footer #legal li{display:inline;}
footer #legal li a{color: #000; text-decoration: none;padding:6px;}
.card{flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;flex-direction:row !important;}
.card-datos{width:50% !important;padding-left:20px;}

.button-subscribe{
    width: 100%;
    max-width: 240px;
    height: 40px;
    display: block;
    border-radius: 4px;
    background: #c90022;
    border: 1px solid #c90022;
    font: 17px/17px Proxima Nova Regular,sans-serif;
    color: #ffffff;
    text-align: center;
    padding: 11px 0 0;
    margin: 0 auto 12px;
    transition: all .3s ease;
  }
  .button-subscribe:hover{
    background: #fceff2;
    color: #c90022;
    box-shadow: 5px 6px 15px -5px rgba(0,0,0,.15);
    color: #fff;

  }

  .texto{text-align:center;max-width:600px; margin:0 auto;padding:12px;}
  .logo{text-align:center;}

@media (max-width: 767px) {
.logo img{}
footer{max-width: 100%;text-align: center;}
footer #legal{text-align:center;margin:20px auto;}
}

.logo img{width:180px;}

.gtco-testimonials {
  position: relative;
  margin-top: 10px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  /*margin-bottom: 50px;*/
}
.gtco-testimonials .owl-stage-outer {
  padding: 10px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #c90022;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #c90022;
  box-shadow: none;
  height: 16px;
  width: 16px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px 0 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #c90022;
  font-size: 16px;
  line-height: 1.3;

}
.gtco-testimonials .card h5 span {
  font-size: 16px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 21px;
  color: #555;
  padding-bottom: 5px;
  line-height:26px;
  text-align:left;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.gtco-testimonials .center h5 span {
  font-size: 16px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 50%;
  height: 120px;
  width: 120px;

}




@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}