body{
font-family: Rubik;
margin: 0;
transition: background 0.4s linear;
text-align: center;
background-color: rgb(91, 55, 183);
overflow-x: hidden;
}

h3 { margin: 0 }

.pizza {
      -webkit-animation:spin 14s linear infinite;
    -moz-animation:spin 14s linear infinite;
    animation:spin 14s linear infinite;
  width: 92px;
  height: 92px;
  background-color: white;
  border-radius: 50px;
  filter: grayscale(0.5);
  left: -1px;
  position: relative;
  }

.pizza:hover, .pizza.active {
filter: grayscale(0);
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.tab-nav-container{
  background-color: white;
  xbox-shadow:0 15px 10px rgba(0,0, 0, 0.16),  0 3px 6px rgba(0,0, 0, 0.16);
  display: flex;
  padding: 0;
  justify-content: space-between;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
  margin-top: 0;
  text-transform: uppercase;
  height: 50px;
}
.tab{
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px 0 18px;
  margin: 0;
  transition: background 0.4s linear;
}

.tab.active ,.card ,.rslides_container {
border: 5px solid rgba(91, 55, 183, 0.1);
}

.tab i{
  font-size: 22px;
  color: #555;
}
.tab p{
  overflow: hidden;
  max-width: 0;
  font-size: 22px;
}
.tab.active p{
  margin-left: 10px;
  max-width: 150px;
  transition: max-width 0.4s linear;
}
.tab.active.purple{
  background-color: rgba(91,55, 183, 0.2);
  color: rgba(91,55, 183, 1);
}
.tab.active.pink{
  background-color: rgba(201,55, 157, 0.2);
  color: rgba(201,55, 157, 1);

}
.tab.active.yellow{
  background-color: rgba(230,169, 25, 0.2);
  color: rgba(230,169, 25, 1);
}
.tab.active.teal{
  background-color: rgba(28,150,162,0.2);
  color: rgba(28,150,162,1);
}

.bright {  border-bottom-right-radius: 5px; }
.bleft  {  border-bottom-left-radius: 5px;  }
.txt { color: #111; }
.hide { display: none; }

.card, .rslides_container {
  background: #fff;
  max-width: 360px;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
  margin: 0 auto 0 auto;
}

.card { min-height: 400px; max-height: 600px;  }

.card h2 {
  padding: 0 1rem;
}
.card .title {
  padding: 1rem;
  text-align: right;
  color: green;
  font-weight: bold;
  font-size: 12px;
}
.card .desc {
  padding: 0.5rem 1rem;
  font-size: 18px;
  line-height: 140%;
}
.card .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 1rem;
  margin-top: 15px;
}
.card svg {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.img-avatar {
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid white;
  top: 15px;
  left: 55px;
}

.card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.card-text-left {
display: grid;
grid-template-columns: 2fr 1fr;
}

.card-text, .card-text-left { width: 100% }

.title-total {
margin: auto;
}

path {
  fill: white;
}

.img-portada {
  width: 100%;
}

.portada {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/1.jpg");
  background-position: bottom center;
  background-size: cover;
}

.portada1 {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url("../images/2.jpg");
  background-position: bottom center;
  background-size: cover;
}

.tab-nav-container {
border: 5px solid white;
margin-bottom: 40px;
}

button {
  border: none;
  background: none;
  font-size: 24px;
  color: rgba(91,55, 183, 1);
  cursor: pointer;
  transition:.5s;
}

i.far:hover, i.fas:hover, i.far:active, i.fas:active {
transform: scale(1.5);
}

@media (max-width: 374px)  {
 .card, .portada, .bleft, .tab-nav-container { xborder-radius: 0; }
 .tab-nav-container, .card, .rslides_container { max-width: 355px; }
 }

@media (min-width: 375px) and (max-width : 650px)  {
.tab-nav-container, .card, .rslides_container { max-width: 365px;  }
.img-avatar { left: 55px; }
}

 @media  (min-width: 651px) and (max-width : 768px)  {
 .tab-nav-container, .card, .rslides_container { max-width: 635px; }
 .tab p { letter-spacing: 6px; font-size: 28px; }
 .img-avatar { left: 155px; }
 .tab i { font-size: 28px }
 }

 @media  (min-width: 769px)  {
  .tab-nav-container, .card, .rslides_container { max-width: 735px; }
  .tab p { letter-spacing: 7px; font-size: 32px; }
  .img-avatar { left: 195px; }
 .tab i { font-size: 32px }
 .tab.active p { max-width: 200px; width: 200px }
      }
      

.logo {
background-image: url('../images/logo.png?x');
width: auto;
display: block;
height: 120px;
background-position: center center;
background-repeat: no-repeat;
margin: auto;
/*background-position: -9px 9px;*/
background-size: contain;
filter: contrast(1.25);
}
.tab-nav-container, .card {
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius:20px
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  }


.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-indent: -9999px;
  opacity: 0.7;
  overflow: hidden;
  /* top: 0;*/
  bottom: 0;
  left: 0;
  background: transparent url("../images/arrow.svg") no-repeat left top;
  width: 26px;
  height: 10%;
  top: 45%;
  border-radius: 0 !important;
  /*box-shadow: inset 0 0 0 2px #d3bfbf;*/
  margin-left: 1px;
  margin-right: 1px;
  background-color: #ffffff80;
  
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.large-btns_nav.prev {
  background-position: left 50%;
        }
        
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }


.large-btns_nav.prev {
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
transform:scaleX(-1);
}
.large-btns_nav.next {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}

.large-btns_nav:hover { opacity: 0.5 }

footer {
  position: absolute;
  z-index: -999;
    bottom: 0;
    width: 100%;
    color: #333;
    letter-spacing: 2px;
    opacity: 0.8;
}

.rslides li img:hover, .rslides li img:active { transform: scale(1.0); }

.rslides.menu li img { mix-blend-mode: luminosity;  filter: contrast(1.25); }

h3 {
	padding: 10px 0 0 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.gallery, .gallery-contain {
	position: relative;
	background-position: center;
	max-height: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
        filter: contrast(1.25);
}
.gallery-contain { background-size: contain; }

.gallery-contain.menu1 { background-image: url('../images/menu1.png'); }
.gallery-contain.menu2 { background-image: url('../images/menu2.png'); }
.gallery-contain.menu3 { background-image: url('../images/menu3.png'); }
.gallery-contain.menu4 { background-image: url('../images/menu4.png'); }
.gallery.img1 { 	background-image: url('../images/1.jpg'); }
.gallery.img2 { 	background-image: url('../images/2.jpg'); }
.gallery.img3 { 	background-image: url('../images/3.jpg'); }
.gallery.img4 { 	background-image: url('../images/4.jpg'); }
.gallery.img5 { 	background-image: url('../images/5.jpg'); }
.gallery.img6 { 	background-image: url('../images/6.jpg'); }
.gallery.img7 { 	background-image: url('../images/7.jpg'); }


