.lista {
  padding: 0;
  width: 200px; }
  .lista li {
    display: inline-block;
    text-align: center;
    width: 100%;
    list-style: none;
    padding: 10px;
    border: 2px solid #c40202; }

/*CAROUSEL*/
.carrouselFondo {
  display: flex;
  justify-content: center; }

.row1 {
  justify-content: center; }

.colorText {
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-shadow: 2px 2px 2px black; }

.carousel-caption h5 {
  text-shadow: 2px 2px 2px black;
  color: #fffb26; }

.containerCarrito {
  height: 400px;
  width: 100%; }

.metodosPago {
  display: flex;
  justify-content: center;
  align-items: center; }

.inputPago {
  padding: 10px;
  margin: 8px;
  font-family: 'Finlandica', sans-serif;
  font-size: 25px;
  text-shadow: 1px 1px 1px rgba(29, 132, 161, 0.611); }

#precio_final {
  margin: 5px;
  padding: 5px;
  border-radius: 20% 30% / 20% 40%;
  background: #D3CCE3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E9E4F0, #D3CCE3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.footer1 {
  background: url(../img/6c.jpg) center;
  height: 400px; }

.footerText {
  padding: 5px;
  text-align: right;
  font-family: 'Finlandica', sans-serif;
  font-size: 20px; }

.tableColors {
  font-family: 'Poppins', sans-serif;
  text-shadow: 1px 1px 1px #016f5b;
  background: #74ebd5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ACB6E5, #74ebd5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.colTable {
  align-items: center; }

.carousel-inner > .carousel-item > img {
  object-fit: scale-down;
  height: 50vh;
  width: 100%; }

/*header*/
.header {
  display: flex;
  justify-content: center;
  align-items: center; }

.header {
  height: 450px;
  background: url(../img/001.jpg) no-repeat center;
  background-size: cover; }

.navbar1 {
  height: 50px;
  background: #2c3e50;
  border-bottom: 1px dashed #ecf7ff;
  display: flex;
  align-items: center;
  justify-content: center; }

.navbar1 a {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Poppins', sans-serif; }
  .navbar1 a:hover {
    color: yellow; }

a.btn {
  background: #24a2a2;
  border-radius: 4px;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
  color: whitesmoke;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s 0s ease-out; }

.no-touch a.btn:hover {
  background: #ff5a5a;
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out; }

.no-touch a.btn:active,
a.btn:active {
  background: #fdffff;
  box-shadow: 0 1px 0px 0 rgba(0, 130, 205, 0.521);
  transform: translate3d(0, 1px, 0);
  transition: all 0.025s 0s ease-out; }

div.cards {
  margin: 80px auto;
  max-width: 960px;
  text-align: center;
  font-family: 'Poppins', sans-serif; }

div.card {
  background: #009eaa;
  display: inline-block;
  margin: 8px;
  max-width: 300px;
  min-height: 300px;
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  width: 300px;
  z-index: 1; }
  div.card .cardImage {
    max-width: 300px; }
  div.card div.card-title {
    background: whitesmoke;
    padding: 6px 15px 10px;
    position: relative;
    z-index: 0; }
    div.card div.card-title a.toggle-info {
      border-radius: 32px;
      height: 32px;
      padding: 0;
      position: absolute;
      right: 15px;
      top: 10px;
      width: 32px; }
      div.card div.card-title a.toggle-info span {
        background: white;
        display: block;
        height: 2px;
        position: absolute;
        top: 16px;
        transition: all 0.15s 0s ease-out;
        width: 12px; }
      div.card div.card-title a.toggle-info span.left {
        right: 14px;
        transform: rotate(45deg); }
      div.card div.card-title a.toggle-info span.right {
        left: 14px;
        transform: rotate(-45deg); }
    div.card div.card-title h2 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.05em;
      margin: 0;
      padding: 0; }
      div.card div.card-title h2 small {
        display: block;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.025em; }
  div.card div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px; }
  div.card div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
    padding: 10px 15px 20px;
    text-align: center; }
  div.card div.card-flap {
    background: rgba(58, 119, 103, 0.452);
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg); }
  div.card div.flap1 {
    transition: all 0.5s 0.3s ease-out;
    z-index: -1; }
  div.card div.flap2 {
    transition: all 0.5s 0s ease-out;
    z-index: -2; }

div.cards.showing div.card {
  cursor: pointer;
  opacity: 0.9;
  transform: scale(0.88); }

.no-touch div.cards.showing div.card:hover {
  opacity: 0.94;
  transform: scale(0.92); }

div.card.show {
  opacity: 1;
  transform: scale(1); }
  div.card.show div.card-title a.toggle-info {
    background: #fd6969; }
    div.card.show div.card-title a.toggle-info span {
      top: 15px; }
    div.card.show div.card-title a.toggle-info span.left {
      right: 10px; }
    div.card.show div.card-title a.toggle-info span.right {
      left: 10px; }
  div.card.show div.card-flap {
    background: rgba(143, 208, 220, 0.52);
    transform: rotateX(0deg); }
  div.card.show div.flap1 {
    transition: all 0.5s 0s ease-out; }
  div.card.show div.flap2 {
    transition: all 0.5s 0.3s ease-out; }

.cardsFondo {
  background: #D3CCE3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E9E4F0, #D3CCE3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

* {
  box-sizing: border-box; }

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer; }

input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0; }

input[type=submit] {
  cursor: pointer; }

input::-moz-placeholder {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 15px;
  color: #ccc; }

input:-ms-input-placeholder {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 15pxrem;
  color: #ccc; }

input::placeholder {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 15px;
  color: #ccc; }

/**
   * * Bounce to the left side
   * */
@-webkit-keyframes bounceLeft {
  0% {
    transform: translate3d(100%, -50%, 0); }
  50% {
    transform: translate3d(-30px, -50%, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

@keyframes bounceLeft {
  0% {
    transform: translate3d(100%, -50%, 0); }
  50% {
    transform: translate3d(-30px, -50%, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }

/**
   * * Bounce to the left side
   * */
@-webkit-keyframes bounceRight {
  0% {
    transform: translate3d(0, -50%, 0); }
  50% {
    transform: translate3d(calc(100% + 30px), -50%, 0); }
  100% {
    transform: translate3d(100%, -50%, 0); } }

@keyframes bounceRight {
  0% {
    transform: translate3d(0, -50%, 0); }
  50% {
    transform: translate3d(calc(100% + 30px), -50%, 0); }
  100% {
    transform: translate3d(100%, -50%, 0); } }

/**
   * * Show Sign Up form
   * */
@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); } }

@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); } }

/**
   * * Page background
   * */
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(../img/2.jpg);
  background-size: cover; }

.user_options-container {
  position: relative;
  width: 80%; }

.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.601);
  border-radius: 3px; }

/**
   * * Registered and Unregistered user box and text
   * */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
  font-weight: 300; }

.user_registered-title,
.user_unregistered-title {
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em; }

.user_unregistered-text,
.user_registered-text {
  font-size: 0.83rem;
  line-height: 1.4em; }

.user_registered-login,
.user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

.user_registered-login:hover,
.user_unregistered-signup:hover {
  color: rgba(34, 34, 34, 0.508);
  background-color: #ccc; }

/**
   * * Login and signup forms
   * */
.user_options-forms {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 420px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(31, 31, 31, 0.192);
  overflow: hidden;
  transform: translate3d(100%, -50%, 0);
  transition: transform 0.4s ease-in-out; }

.user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; }

.user_options-forms .forms_title {
  margin-bottom: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  color: #e8716d;
  letter-spacing: 0.1rem; }

.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px; }

.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: gray;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out; }

.user_options-forms .forms_field-input:focus {
  border-color: gray; }

.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px; }

.user_options-forms .forms_buttons-forgot {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out; }

.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3; }

.user_options-forms .forms_buttons-action {
  background-color: #e8716d;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: background-color 0.2s ease-in-out; }

.user_options-forms .forms_buttons-action:hover {
  background-color: #e14641; }

.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out; }

.user_options-forms .user_forms-signup {
  transform: translate3d(120px, 0, 0); }

.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end; }

.user_options-forms .user_forms-login {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

/**
   * * Triggers
   * */
.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
  animation: bounceLeft 1s forwards; }

.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
  animation: showSignUp 1s forwards; }

.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-120px, 0, 0); }

.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
  animation: bounceRight 1s forwards; }

/**
   * * Responsive 990px
   * */
@media screen and (max-width: 990px) {
  .user_options-forms {
    min-height: 350px; }
  .user_options-forms .forms_buttons {
    flex-direction: column; }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px; }
  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px; }
  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px; } }

.container1 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.contact1 {
  background: url(../img/5.jpg);
  background-size: cover; }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 300 12px "Open Sans", Helvetica, Arial, sans-serif; }

.form-select {
  margin-bottom: 10px; }

#contact {
  background: #86b2f3;
  padding: 25px;
  margin: 50px 0;
  display: inline-block; }

#contact h3 {
  color: #cf0000;
  display: block;
  font-size: 30px;
  font-weight: 400; }

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px; }

fieldset {
  border: medium none;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%; }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid black;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px; }

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid black; }

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none; }

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0cf;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px; }

#contact button[type="submit"]:hover {
  background: #09c;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #0a0808; }

::-webkit-input-placeholder {
  color: #080707; }

:-moz-placeholder {
  color: black; }

::-moz-placeholder {
  color: black; }

:-ms-input-placeholder {
  color: black; }

.aboutUs {
  background: url(../img/12a.jpg) center no-repeat;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }

#title1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 35px;
  text-align: center;
  color: black;
  font-weight: bolder; }

#title2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 30px;
  text-align: center;
  color: black;
  font-weight: bold; }

#title3 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  text-align: center;
  color: black;
  font-weight: bold; }

.parrafo1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  color: black;
  font-weight: 500; }

.buttonMaps {
  padding: 5px;
  margin: 10px;
  border-radius: 25% 10%;
  border: 1px, solid, black;
  background-color: yellow;
  color: black;
  font-family: 'DM Sans', sans-serif;
  font-size: 35px;
  text-align: center;
  font-weight: bolder; }
  .buttonMaps:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

#button2 {
  align-self: flex-end; }

.serviceBody {
  background: url(../img/7a.jpg) right no-repeat;
  display: flex;
  align-items: center; }

.cardService {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: black;
  font-weight: 500;
  text-align: center; }

#cardService1 {
  background-color: #cb5d51; }

#item1 {
  background-color: #fca196; }

#item2 {
  background-color: #dcbfbc; }

#button1 {
  background-color: #cb5d51; }

body,
html {
  margin: 0;
  padding: 0;
  height: 100%; }

.TextoCentro {
  text-align: center;
  font-weight: bold; }

.lista {
  padding: 0;
  width: 200px; }

.lista li {
  display: inline-block;
  text-align: center;
  width: 100%;
  list-style: none;
  padding: 10px;
  border: 2px solid #c40202; }

/*CAROUSEL*/
.carousel_centro {
  justify-content: center; }

.imagenCarina {
  display: flex;
  justify-content: center; }

/*header*/
.nav {
  background-color: rgba(233, 27, 27, 0.292); }

.header_clase {
  margin-top: 50px; }
