@import url('https://fonts.googleapis.com/css2?family=Prata&family=Roboto:ital,wght@0,400;0,500;1,400&display=swap');

/* Common CSS */
body {
  background: #fff;
  color: #111111;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
}
*, *:focus {
  outline: none;
}
a {
  color: #323232;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #596f94;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}
h1 {
  font-size: 50px;
  color: #111111;
  font-family: 'Prata', serif;
}
h2 {
  font-size: 36px;
  color: #111111;
  font-family: 'Prata', serif;
}
h3 {
  font-size: 23px;
  font-family: 'Prata', serif;
  color: #111;
}
h4 {
  font-size: 22px;
  font-family: 'Prata', serif;
}
h5 {
  font-size: 16px;
  color: #596f94;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
h6 {
  font-size: 20px;
  font-family: 'Prata', serif;
}
p {
  color: #5b5c61;
  line-height: 24px;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
::-webkit-input-placeholder {
  color: #8c8c8c !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #8c8c8c !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8c8c8c !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #8c8c8c !important;
  opacity: 1;
}
.container {
  max-width: 1280px;
}
/* Form CSS */
label {
  display: block;
  padding-bottom: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group:after {
  display: block;
  clear: both;
  content: "";
}
.form-control {
  height: 50px;
  padding: 8px 15px;
  background: #ffff;
  color: #5b5c61;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  appearance: none;
  transition: all ease .4s;
}
.form-control:focus {
  border-color: #dbdbdb;
  box-shadow: none;
}
textarea.form-control {
  height: 125px;
  resize: none;
}
input[type="submit"] {
  border: none;
}
select.form-control {
  padding: 8px 50px 8px 15px;
  cursor: pointer;
  background: url(../images/select-bg.jpg) no-repeat 100% 50% #fff;
}
select.form-control::-ms-expand {
  display: none;
}
/* Normal CSS */
.fa {
  vertical-align: middle;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
  transition: all ease .4s;
  font-size: 14px;
  min-width: 150px;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius: 8px;
}
.btn-lg {
  padding: 14px 15px;
}
.btn-primary {
  background-color: #596f94;
  border-color: #596f94;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #babcae !important;
  border-color: #babcae;
  color: #fff;
}
.btn-outline-primary {
  background: none;
  border: 2px solid #596f94 !important;
  color: #596f94;
  padding: 10px 15px;
  min-width: 154px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: #596f94 !important;
  color: #fff;
}

.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0;
}
.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #596f94;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 7px;
  border-radius: 8px;
  background: #eef0f4;
}
.social a .fa {
  font-size: 20px;
}
.social a .fa.fa-play {
  position: relative;
  left: 3px;
}
.social a .fa.fa-facebook {
  position: relative;
  top: 1px;
}
.social a:hover {
  background: #596f94;
  color: #fff;
}

/* Topbar CSS */
.topbar {
  background: #596f94;
  color: #a6b5ce;
  font-size: 14px;
  padding: 17px 0;
}
.topbar a {
  color: #a6b5ce;
  display: inline-flex;
  margin: 0 5px;
}
.topbar a:hover {
  color: #fff;
}
.topbar a i {
  color: #babcae;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.topbar .container, header .container {
  max-width: 1740px;
}

header {
  width: 100%;
  position: relative;
  z-index: 9;
}
header .container {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 10px 20px #22222208;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-expand-lg {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 5px;
  position: relative;
  z-index: 2;
}
.navbar-expand-lg .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  background: #babcae;
  height: 3px;
  z-index: 0;
  transition: all ease .4s;
}
.navbar-nav .nav-item .nav-link:hover:before, .navbar-nav .nav-item.active .nav-link:before {
  width: 100%;
}
.navbar-nav .nav-item:hover > a:before {
  width: 100%;
}
.navbar-nav .dropdown-menu {
  width: 250px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 20px #22222208;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  padding: 15px 0;
  transition: all ease .4s;
}
.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 13px;
  text-transform: uppercase;
  padding: 9px 15px;
  background: none;
  font-weight: 500;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu.active .dropdown-item:hover {
  color: #596f94;
}
.navbar-nav .dropdown-toggle:after {
  display: none;
}
.sticky-header {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

/* Banner CSS */
.banner {
  position: relative; 
}
.banner .carousel-inner .carousel-item {
  height: 725px;
  position: relative;
}
.banner .carousel-caption {
  padding: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 auto;
  text-align: left;
  left: 0;
  right: 0;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  left: 100px;
  border-radius: 100%;
  color: #babcae;
  background: #fff;
  width: 55px;
  height: 55px;
  font-size: 18px;
  opacity: 1;
  transform: translateY(-50%);
  box-shadow: 0px 10px 20px #22222208;
  text-align: center;
}
.carousel .carousel-control-next {
  right: 100px;
  left: auto;
}
.carousel .carousel-control-prev i {
  position: absolute;
  top: 20px;
  left: 19px;
}
.carousel .carousel-control-next i {
  position: absolute;
  top: 20px;
  left: 22px;
}
.carousel .carousel-control-prev:hover, .carousel .carousel-control-next:hover {
  background: #babcae;
  color: #fff;
}
.arrow-btn, .owl-prev, .owl-next {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 47%;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background-color: none;
  font-size: 0;
  margin: 5px;
  position: relative;
  position: absolute;
  left: -100px;
  border-radius: 100%;
  box-shadow: none;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -100px;
}
.owl-carousel .owl-nav button:before, .owl-carousel .owl-nav button:after {
  position: absolute;
  top: 25px;
  left: 22px;
  z-index: 1;
  width: 11px;
  height: 3px;
  background: #666666;
  content: "";
  transform: rotate(136deg);
}
.owl-carousel .owl-nav button:after {
  transform: rotate(-136deg);
  top: 32px;
}
.owl-carousel .owl-nav button:hover:before, .owl-carousel .owl-nav button:hover:after {
  background: #0093d4;
}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-next:after {
  transform: rotate(-136deg);
  left: 25px;
}
.owl-carousel .owl-nav button.owl-next:after {
  transform: rotate(136deg);
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: none;
}
.owl-dots {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-dots button {
  width: 15px;
  height: 15px;
  background: #b5b5b5 !important;
  border-radius: 100%;
  margin: 0 8px;
  transition: all ease .4s;
}
.owl-dots button.active {
  background: #0093d4 !important;
  width: 42px;
  border-radius: 20px;
}
.carousel-indicators {
  bottom: 20px;
  z-index: 0;
  justify-items: center;
}
.carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: none;
  margin: 0 7px;
  background: #d8dce0;
  z-index: 2;
  opacity: 1;
  transition: all ease .4s;
  margin-top: 4px;
}
.carousel-indicators li.active {
  background: #babcae;
  width: 16px;
  height: 16px;
  margin: 0;
}
.owl-carousel .owl-item {
  text-align: center;
}
.carousel-caption {
  max-width: 1430px;
}
.carousel-caption h5 {
  padding-bottom: 15px;
}
.carousel-caption-inner {
  max-width: 510px;
}
.carousel-caption h2 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 50px;
}
.carousel-caption h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 330px;
  height: 2px;
  background: #c9cdd5;
}
.carousel-caption p {
  font-size: 14px;
  padding-bottom: 15px;
}

/* Services CSS */
.main-services {
  padding: 70px 0;
}
.main-services img {
  border-radius: 8px;
  width: 100%;
}
.service-wrap {
  text-align: center;
  padding-bottom: 90px;
}
.service-img {
  position: relative;
}
.service-info {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  transition: all ease .4s;
}
.container {
  max-width: 1430px;
}
.service-img .link {
  display: none;
  transition: all ease .4s;
}
.service-img:hover .service-info {
  bottom: 0;
  border-radius: 8px;
  padding: 20px 5px;
}
.service-img:hover .link {
  display: block;
}
.service-img:hover .service-info a {
  color: #fff;
}
.service-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(33,44,67);
  background: linear-gradient(0deg, rgba(33,44,67,1) 0%, rgba(33,44,67,0.11248249299719892) 74%);
  transition: all ease .4s;
  opacity: 0;
}
.service-img:hover:before {
  opacity: 1;
}
.rounded {
  border-radius: 8px !important;
}
.sobre-mi{
  height: 470px;
  width: 100%;
  object-fit: cover;
}


/* About Home CSS */
.home-about .container .option-two {
  margin: 0 -5px;
}
.home-about .container .option-two .col-6 {
  padding: 0 5px;
}
.bg-before {
  position: relative;
}
.bg-before:before {
  content: "";
  position: absolute;
  top: 175px;
  right: 0;
  z-index: 0;
  width: 311px;
  height: 332px;
  border-radius: 8px;
  background: #596f94;
}
.about-wrap {
  padding-left: 10px;
}
.home-about h5 {
  font-size: 16px;
  color: #596f94;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.home-about h2 {
  margin-bottom: 15px;
}
.about-wrap .media {
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 10px 0;
  align-items: center;
  margin-bottom: 20px;
}
.about-wrap .media p {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 16px;
}
.about-wrap p {
  font-size: 14px;
}
.about-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.about-wrap ul li {
  background: url(../images/check.png) no-repeat 0 1px;
  padding: 5px 0 10px 45px;
  font-family: 'Prata', serif;
  font-size: 18px;
}

/* Treatments CSS */
.treatments {
  padding: 70px 0;
  text-align: center;
}
.treatment-wrap {
  padding: 40px 0 0;
  text-align: left;
}
.treatment-list {
}
.treatment-inner {
  padding-bottom: 45px;
  height: 100%;
  position: relative;
}
.treatment-img {
  position: relative;
}
.treatment-img img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.imagen-detalle{
  width: 100%;
}

a.plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  padding-top: 9px;
  opacity: 0;
  transition: all ease .4s;
}
.treatment-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  border-radius: 8px;
  background: rgba(186, 188, 174, 0.9);
  transition: all ease .4s;
  opacity: 0;
}
.treatment-img:hover a.plus-icon {
  opacity: 1;
}
.treatment-img:hover:before {
  opacity: 1;
}
.treatment-info {
  padding: 10px 0 0;
}
.treatment-info h3 {
  padding: 20px 0;
  position: relative;
  margin: 0;
  line-height: 32px;
}
.treatment-info h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background: #babcae;
}
.treatment-info p {
  font-size: 14px;
  padding: 20px 0;
  margin: 0;
}

.treatment-info .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* Testimonials CSS */
.testimonials {
  background: url(../images/testimonials-bg.jpg) no-repeat 50% 100%;
  background-size: cover;
  position: relative;
  padding: 70px 0;
  text-align: center;
}
.testimonials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(153, 156, 135, 0.8);
}
.testimonials .container {
  z-index: 1;
  position: relative;
}
.testimonials h5 {
  color: #d6d8ca;
}
.testimonials h2 {
  color: #fff;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.testimonials h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 2px;
  background: #b5b6a9;
}
.testimonial-slider {
  max-width: 550px;
  margin: 0 auto;
}
.testimonial-slider .carousel-inner .carousel-item {
  min-height: 180px;
}
.testimonial-slider .carousel-caption {
  position: static;
  width: 100%;
  text-align: center;
}
.testimonial-slider .carousel-caption-inner {
  max-width: 100%;
}
.testimonial-slider .carousel-caption p {
  color: #fff;
  padding: 0;
  font-weight: 400;
}
.testimonial-slider h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.testimonial-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 2px 5px;
}
.testimonial-slider .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.testimonial-slider .carousel-indicators:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 140px;
  height: 2px;
  background: #b1b3a5;
}
.testimonial-slider .carousel-indicators:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 140px;
  height: 2px;
  background: #b1b3a5;
}
.view-all-testomonials .btn-outline-primary {
  border-color: #fff !important;
  color: #fff;
}
.view-all-testomonials .btn-outline-primary:hover, .view-all-testomonials .btn-outline-primary:active, .view-all-testomonials .btn-outline-primary:focus {
  border-color: #fff;
  color: #999c87;
  background: #fff;
}

/* Turno Online CSS */
.turno-online {
  padding: 70px 0 30px;
  background: #f4f4f4;
}
.input-group-text {
  color: #596f94;
  font-size: 20px;
  background: #dbdbdb;
  border-radius: 6px;
}
/* .turno-online .row {
  margin: 0px -10px;
} */
.turno-online form .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Contacto */
.contacto {
  padding: 70px 0 30px;
  background: #f4f4f4;
}

.contact-title{
  font-size: 36px;
  color: #111111;
  font-family: 'Prata', serif;
  margin-top: -40px !important;
}

.contacto .row{
  margin: -20px -10px;
}

/* Footer CSS */
footer {
  padding: 70px 0;
  background: #596f94;
  color: #bbc9df;
  font-size: 14px;
}
footer p {
  color: #bbc9df;
  margin: 0;
}
footer .social a {
  background: #495e81;
  border: 2px solid #495e81;
  color: #fff;
}
footer .social a:hover {
  background: #596f94;
  border-color: #fff;
  color: #fff;
}
footer h4 {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #babcae;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
footer ul li {
  display: inline-block;
  width: 49%;
  padding: 3px 0;
}
footer a {
  color: #bbc9df;
}
footer a:hover, footer a.active {
  color: #fff;
}
footer p.another-link {
  padding: 2px 0;
}
footer .another-link a {
  color: #fff;
}
footer .another-link a i {
  color: #babcae;
  font-size: 20px;
  margin: 0 5px 0 0;
}
.pt50 {
  padding-top: 50px;
}

/* Copyright CSS */
.copyright {
  padding: 35px 0;
  background: #495e81;
  border-top: 1px solid #6a7e9f;
  color: #bbc9df;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.copyright a {
  color: #a6b5ce;
}
.copyright a:hover {
  color: #fff;
}
.copyright p {
  padding: 0;
  color: #fff;
  margin: 0;
}
.copyright span {
  position: relative;
  top: 5px;
}

.turno-online .container, footer .container, .home-about .container, .copyright .container, .testimonios .container {
  max-width: 1080px;
}

/* Lista Page CSS */
.page-header {
  background: #495e81;
  border-top: 1px solid #6a7e9f;
  padding: 120px 0 40px;
}
.page-header h1 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.treatment-wrap.four-list .treatment-list {
  padding-bottom: 35px;
}
.page-header + .treatments {
  padding-bottom: 40px;
}
.testimonios-list {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0 30px #2222221a;
  margin-bottom: 30px;
}
.testimonios-list h4 {
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.testimonios-list h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #babcae;
}
.testimonios-list p {
  font-style: italic;
  line-height: 25px;
  padding-bottom: 5px;
  color: #77777b;
}
.testimonios-list h3 {
  font-size: 20px;
  color: #586e92;
}
.testimonios-list h3 span {
  color: #989b86;
}
.star-rating i {
  font-size: 18px;
  color: #babcae;
}
.detail-slider .carousel-indicators {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 0;
}
.detail-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: #dbdbdb;
  margin: 0 7px;
}
.detail-slider .carousel-indicators li.active {
  background: #596f94;
}
.detail-slider .carousel .carousel-control-prev, .detail-slider .carousel .carousel-control-next {
  color: #babcae;
  box-shadow: none;
  background: none;
  border-radius: 0;
  font-size: 40px;
  height: 60px;
  width: 60px;
}
.detail-slider .carousel .carousel-control-prev {
  left: -100px;
}
.detail-slider .carousel .carousel-control-next {
  right: -100px;
}
.detail-slider .carousel .carousel-control-prev:hover, .detail-slider .carousel .carousel-control-next:hover {
  color: #596f94;
}
.page-detail {
  padding: 30px 0 0;
  border-top: 2px solid #eaedf2;
  margin-top: 30px;
  text-align: center;
}
.page-detail p {
  color: #6b6b6b;
}

.btns-block {
  padding: 30px 0;
}
.btn-facebook {
  background: #495e81;
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 15px;
  color: #fff;
}
.btn-facebook i {
  font-size: 20px;
}
.btn-facebook:hover {
  opacity: 0.8;
  color: #fff;
}
.btn-whatsapp {
  background: #6ca361;
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 15px;
  color: #fff;
}
.btn-whatsapp i {
  font-size: 20px;
}
.btn-whatsapp:hover {
  opacity: 0.8;
  color: #fff;
}
.btn-secondary {
  background: #babcae;
  color: #fff;
}
.btn-secondary:hover {
  background: #babcae;
  opacity: 0.8;
  color: #fff;
}
.btns-block .btn-secondary {
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 15px;
}
.turno-online p {
  color: #6b6b6b;
}
#map1{
  height: 340px;
  z-index: 1;
  margin-bottom: -97px;
}

.fondo-sobre-mi{
  padding: 70px 0 30px;
}

.fondo-sobre-mi .texto{
  color: #596f94;
}

.first-image{
  border-radius: 8px;
}

@media screen and (max-width: 499px){
  .contact-title{
    font-size: 36px;
    color: #111111;
    font-family: 'Prata', serif;
    margin-top: -10px !important;
  }
  .testimonios-list{
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 30px #2222221a;
    margin-bottom: 20px;
  }
  .testimonios-list-first{
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 30px #2222221a;
    margin-top: 60px;
  }
  .testimonios-list-last{
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 30px #2222221a;
    margin-bottom: 20px;
  }
}