* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
    list-style: none;
  }
  body{
    margin: 0em;
    font-family: 'Noto Sans', sans-serif;
    background-color: #dbdbdb;
}
  .header {
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
    background-color: #151418;
    z-index: 1;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
  }
  
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  
  .menu a {
    display: block;
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
    color: #fff;
  }
  
  .menu:hover a {
    opacity: 0.4;
  }
  
  .menu a:hover {
    opacity: 1;
    color: orange;
  }
  
  .menu-icon {
    display: none;
  }
  
  #menu-toggle {
    display: none;
  }
  
  #menu-toggle:checked ~ .menu {
    transform: scale(1, 1);
  }
  
  a{
    color: white;
    text-decoration: orange;
    margin-right: 20px;
}

a:hover{
    color: orange;
}

nav a{
    display: block;
    border: 5px;
}


.navcolor{
    background-color: black;
    align-content: flex-end;
}

.navbar-brand{
    color: white;
    font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
    text-indent: 2rem;
}

.nav-link {
    color:#7e2c39;
}

h1, h2, h3, h4, h5{
    font-family: 'Fjalla One', sans-serif;
    text-align: justify;
}

.texto {
    text-align: justify;
    display: block;
    align-items: center;
}

.cover{
    height: 400px;
    background-image: url("img/fondoB.jpg");
    color: white;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.85);
    background-blend-mode: darken;
}

.cover-small{
    height: 200px;
    background-blend-mode: normal;
}

.card{
    border: 10 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-color: #47111B;
    background-color: #dbdbdb;
}

.card-title{
    min-height: 3rem;
    text-align: center;
}

.btn-link{
    color: black;
    text-decoration: none;
}

.card-text{
    min-height: 10rem;
}

.stripe-container{
    display: flex;
}

.stripe-container .card{
    width: 300px;
    flex-shrink: 0;
    margin-right: 1rem;
}

.responsive-iframe{
    position: relative;
    padding-top: 56.25%;
}

.responsive-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.avatar{
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position:center;
    margin: 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.container-form{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
    margin-top: 90px;
}
.container-form h2{
    margin-bottom: 15px;
    font-size: 35px
}
.container-form p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.container-form a{
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    color: black;
    font-weight: 700;
}
.container-form a i{
    color: orange;
    margin-right: 10px;
}
.container-form form .campo, textarea{
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: 0px;
}

.container-form form textarea{
    max-width: 300px;
    min-width: 300px;
    min-height: 140px;
    max-height: 150px;
}
.container-form .btn-enviar{
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: 0px;
    background: #47111B;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: all 300ms ease;
}
.container-form .btn-enviar:hover{
    background: #e39403;
}

.contenedor{
    font-family: 'open sans';
    width: 90%;
    max-width: 95%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tabla{
    width: 16%;
    height: 550px;
    margin: auto;
    border: 1px solid #47111B;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #47111B;
    padding: 60px;
    text-align: center;
    flex-grow: 1;
    color: #47111B;
    justify-content: center;
}

.tabla1{
    width: 50%;
    height: 50%;
    margin: auto;
    border: 1px solid #47111B;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #47111B;
    padding: 60px;
    text-align: center;
    flex-grow: 1;
    color: #47111B;
}

.tabla2{
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid #47111B;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #47111B;
    padding: 60px;
    text-align: center;
    flex-grow: 1;
    color: #47111B;
}

.tabla>h2, .tabla1>h2{
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
}

.tabla img, .tabla1 img{
    width: 64px;
    margin-bottom: 35px;    
}

.tabla>h3, .tabla1>h3{
    display: block;
    margin-bottom: 20px;
    text-align: center;

}

.tabla > p, .tabla1 > p, .tabla2 > p{
    display: block;
    margin-bottom: 20px;
}

.tabla:hover, .tabla1:hover{
    background: #47111B;
    color: #f1f1f2;
    transition: 0.1 all;
    transform: scale(1.1);
    cursor: pointer;
}

.tabla2:hover{
    background: #47111B;
    color: #f1f1f2;
    transition: 0.1 all;
    transform: scale(1.1);
}

.boton{
    display: inline-block;
    width: 150px;
    padding: 12px;
    background: #47111B;
    text-decoration: none;
    color: white;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    margin-top: 20px;
    
}

/**/
.titulo {
	padding: 15px 0;
    margin-bottom: 35px;
    font-size: 30px;
    display: inline-block;

}

.titulo .fa {
	font-size: 50px;
	margin-bottom: 10px;
}


.titulo h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.precio {
	padding: 10px 0;
}

.precio h3 {
	font-size: 30px;
	color: #00CD2A;
}

.precio h3 span {
	font-size: 50px;
	margin-left: 5px;
}

.descripcion ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.descripcion ul li .fa-check {
	color: #00CD2A;
}

.descripcion ul li .fa-times {
	color: #FF4032;
}

.enlace a {
	display: inline-block;
	text-decoration: none;
	background: #00CD2A;
	color: #fff;
	margin: 40px 0;
	padding: 10px 40px;
	border-radius: 50px;
	font-size: 22px;
	text-transform: uppercase;
	transition: .3s;
}


/**/


@media screen and (max-width: 1000px) {
    .tabla, .tabla1{
        width: 45%;
        max-width: none;
        margin-bottom: 40px;
        flex-grow: initial;
    }    
}

@media screen and (max-width: 700px) {
    .tabla, .tabla1{
        width: 45%;
        padding: 30px;
    } 
    .tabla > h2, .tabla1 > h2 {
        margin-top: 40px;
    }   
}

@media screen and (max-width: 550px) {
    .tabla, .tabla1{
        width: 85%;
        padding: 20px;
    }    
}

.w3-teal, .w3-hover-teal:hover {
    color: #fff !important;
    background-color: #47111B !important;
}

/* BOTON SUBIR */
 
.go-top-container {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 6.6rem;
    height: 6.6rem;
    z-index: -1;
}
 
.go-top-button {
    width: 0rem;
    height: 0rem;
    background: #47111B;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
 
.go-top-button i {
    position: absolute;
    font-size: 1.7rem;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    transition: 0.2s;
}
 
.show {
    z-index: 10;
}
 
.show .go-top-button {
    animation: popup 0.3s ease-in-out;
    width: 6.6rem;
    height: 6.6rem;
    z-index: 11;
}
 
.show i {
    transform: translate(-50%, -50%) scale(1);
}
 
@keyframes popup {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 8rem;
        height: 8rem;
    }
    100% {
        width: 6.6rem;
        height: 6.6rem;
    }
}


  @media only screen and (max-width: 950px) {
    .menu {
      flex-direction: column;
      background-color: #151418;
      align-items: start;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      z-index: 1;
      transform: scale(1, 0);
      transform-origin: top;
      transition: transform 0.3s ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
  
    .menu a {
      margin-left: 12px;
    }
  
    .menu li {
      margin-bottom: 10px;
    }
  
    .menu-icon {
      display: block;
      color: #fff;
      font-size: 28px;
      cursor: pointer;
    }

    .cover{
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: bottom;
    }

    .imagenResponsive{
        height: auto;
        max-width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
    .horario1 h3{
        font-size: 135%;
    }
    .horario{
        width:100%;
        text-align: center;
    }
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}

ul {
    list-style: none;
    padding: 0;
}

.logo {
    text-align: center;
    font-size: 3em;
}

.logo span {
    color: #B70E21;
}

.contact-wrapper {
    box-shadow: rgba(255, 255, 255, .3);
    width: 100%;
    height: 50%;
    text-justify: center;
}

.contact-wrapper > * {
    padding: 1em;
}

/* CONTACT INFO */

.contact-info h4, .contact-info ul, .contact-info p {
    text-align: left;
    margin: 0 0 1rem 0;
}

/* LARGE SIZE */
@media(min-width: 700px) {
    .contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .contact-wrapper > * {
        padding: 2em;
    }
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        text-align: left;
    }
    .container-form{
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    
}
  