.btn-1 {
  background-color: #52f3e6;
}

.btn-2 {
  background-color: #3ee7c3;
}

.btn-3 {
  background-color: #68d8e7;
}

/* page contactos*/
.btn-1 {
  background-color: #52f3e6;
}

.btn-2 {
  background-color: #3ee7c3;
}

.btn-3 {
  background-color: #68d8e7;
}

.contact {
  text-align: center;
}

.contact .imgcontacto {
  height: 100px;
  width: 100px;
}

.contact .btncolor {
  display: block;
}

.quieroinformarme {
  background-color: white;
}

.quieroinformarme h2 {
  font-weight: bold;
  color: #17c9a2;
  background-color: white;
  text-align: center;
}

.quieroinformarme div div form div .btn {
  background: linear-gradient(-45deg, #3f00b5, #1cbfdb, #33e9d7, #3f00b5);
  background-size: 800% 400%;
  padding: 1em 2em;
  display: inline-block;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  color: white;
  transition: all .5s ease-in-out;
  animation: gradient 10s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  margin: 20px;
}

.quieroinformarme div div form div .btn:hover {
  animation: gradient 3s infinite;
  transform: scale(1.05);
}

.quieroinformarme div div form div .btn:active {
  animation: gradient 3s infinite;
  transform: scale(0.8);
}

/* page Afialiados*/
.btn-1 {
  background-color: #52f3e6;
}

.btn-2 {
  background-color: #3ee7c3;
}

.btn-3 {
  background-color: #68d8e7;
}

.form-afiliarmecontenedor {
  display: flex;
  flex-direction: column;
  background: #cbf1f8;
  width: 50%;
  height: auto;
  border: 5px solid #aae6f5;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* Page portal de pacientes*/
.btn-1 {
  background-color: #52f3e6;
}

.btn-2 {
  background-color: #3ee7c3;
}

.btn-3 {
  background-color: #68d8e7;
}

.portal {
  height: 600px;
}

.portal div div div .correydatos {
  width: 300px;
  margin-top: 40px;
}

.portal div div div .correydatos .btn {
  background: linear-gradient(-45deg, #3f00b5, #1cbfdb, #33e9d7, #3f00b5);
  background-size: 800% 400%;
  padding: 1em 2em;
  display: inline-block;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  color: white;
  transition: all .5s ease-in-out;
  animation: gradient 10s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  margin: 20px;
}

.portal div div div .correydatos .btn:hover {
  animation: gradient 3s infinite;
  transform: scale(1.05);
}

.portal div div div .correydatos .btn:active {
  animation: gradient 3s infinite;
  transform: scale(0.8);
}

.portal .form-agendacitas {
  display: flex;
  flex-direction: column;
  background-color: #acebf0;
  padding: 40px;
  margin-top: 40px;
  width: auto;
}

/* page sobre nosotros */
.btn-1 {
  background-color: #52f3e6;
}

.btn-2 {
  background-color: #3ee7c3;
}

.btn-3 {
  background-color: #68d8e7;
}

.pagesobrenosotrosmain h1, .pagesobrenosotrosmain h2 {
  background-color: #c7f3ef;
  line-height: 2em;
  text-align: center;
}

.pagesobrenosotrosmain .sobrenosotroscontenedores, .pagesobrenosotrosmain .sobrenosotrosvalores {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.pagesobrenosotrosmain .sobrenosotroscontenedores div div h3, .pagesobrenosotrosmain .sobrenosotrosvalores div div h3 {
  margin: 10px;
}

.pagesobrenosotrosmain .sobrenosotroscontenedores div div p, .pagesobrenosotrosmain .sobrenosotrosvalores div div p {
  margin: 20px;
}

.pagesobrenosotrosmain .sobrenosotrosvalores {
  width: 70%;
}

.pagesobrenosotrosmain .sobrenosotrosvalores div .color {
  background-color: #acf0ea;
  text-align: center;
}

.pagesobrenosotrosmain .sobrenosotrosvalores div .color h3 {
  padding: 5px;
  margin: 10px;
}

.pagesobrenosotrosmain .sobrenosotrosvalores div .color p {
  margin: 10px;
  text-align: center;
}

.pagesobrenosotrosmain .sobrenosotrosvalores div .color p:hover {
  background-color: white;
}

.pagesobrenosotrosmain .sobrenosotrosvalores div .color .imgchica {
  height: 150px;
  width: 150px;
  padding: 15px;
}

.btn-1 {
  background-color: #52f3e6;
}

.btn-2 {
  background-color: #3ee7c3;
}

.btn-3 {
  background-color: #68d8e7;
}

div div div div {
  margin-bottom: 50px;
}

div div div div img {
  padding: 20px;
}

div div div div div h5 {
  margin: 10px;
}

div div div div div h5:hover {
  color: #68d8e7;
}

div div div div div .btn {
  background: linear-gradient(-45deg, #3f00b5, #1cbfdb, #33e9d7, #3f00b5);
  background-size: 800% 400%;
  padding: 1em 2em;
  display: inline-block;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  color: white;
  transition: all .5s ease-in-out;
  animation: gradient 10s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  margin: 20px;
}

div div div div div .btn:hover {
  animation: gradient 3s infinite;
  transform: scale(1.05);
}

div div div div div .btn:active {
  animation: gradient 3s infinite;
  transform: scale(0.8);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

nav {
  background-color: #68d8e7;
}

nav div div ul li a:hover {
  background-color: lightcyan;
}

main {
  background-image: url(../img/fondo.png);
}

main h1, main .pagesobrenosotrosmain h2, .pagesobrenosotrosmain main h2 {
  background-color: #c7f3ef;
  line-height: 2em;
  text-align: center;
}

main #contacto {
  height: 550px;
  align-items: center;
}

footer div {
  background-color: #aae6f5;
}

footer div div {
  text-align: center;
}

footer div div div:hover {
  background-color: lightcyan;
}

footer div div img {
  height: 70%;
  width: 70%;
}

/* carrusel index */
.flex, nav div div, main #contacto {
  display: flex;
  justify-content: center;
}

#teAyudamos {
  height: 90vh;
  width: 100%;
  background: center center / cover no-repeat fixed;
}

#teAyudamos .carousel {
  height: 100%;
}

#teAyudamos .carousel .carousel-inner {
  height: 100%;
}

#teAyudamos .carousel .carousel-inner .carousel-item {
  height: 100%;
}

#teAyudamos .carousel .carousel-inner .carousel-item .imgcarrus {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 420px) {
  #contacto {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #carouselExampleControls {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 70%;
  }
  .imgchica {
    height: auto;
    width: 130px;
  }
  .form-agendacitas {
    width: auto;
  }
  .correydatos {
    width: auto;
    margin-top: 0;
  }
  .portal {
    height: auto;
  }
  .imgcontacto {
    height: 70px;
    width: 70px;
  }
  .carousel-inner {
    height: 100%;
  }
  .imgcarrus {
    height: 100vh !important;
  }
}
