@import url('https://fonts.googleapis.com/css?family=Baloo+Bhai|Quicksand:300,400,700&display=swap');

body{
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: 'Quicksand', sans-serif;
	/*overflow-y: scroll; has to be scroll, not auto 
  	-webkit-overflow-scrolling: touch;
	font-family: 'Montserrat', sans-serif;
	*/
	background: rgba(0,175,239,1);
	background: -moz-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,175,239,1)), color-stop(100%, rgba(236,0,142,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,1) 100%);
	background: linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#ec008e', GradientType=1 );
	background-attachment: fixed;
}

a {
	color: #ffffff;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
	text-decoration: none;
}

a:hover, a:focus { color:#EF4648; outline: 0; text-decoration: none; }

a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

::selection {color:white;background: #21c0ec;}
::-moz-selection {color:white;background:#21c0ec;}

p {
    line-height: 28px;
    font-size: 14px;
    text-align: justify;
    color: inherit;
    display: block;
	margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-font-smoothing: antialiased;
}

/* Body */

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 14px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    width: 200px;
}

.info-text{
	color: white;
    max-width: 600px;
    margin: 60px auto;
    background: purple;
    padding: 30px;
    border-radius: 30px;
}

#info {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  z-index: 9999;
}

#headMenu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: fit-content;
    margin: auto;
    color: #fff;
    z-index: 9999;
    transition: all 0.9s ease 0s;
}

#main{
	position: relative;
    width: 100%;
    height: 82px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu {
	position: absolute;
    background: white;
    padding: 10px;
    border-radius: 20px;
    right: 28px;
    top: 14px;
    transition: all 0.9s ease 0s;
}

#logo {
	position: relative;
    left: 35px;
    top: 5px;
    transition: all 0.9s ease 0s;
}

#submenu {
    position: absolute;
    left: 300px;
    top: 6px;	
}

#pelotas_content-mobile{
	display:none;
}

#globos_content-mobile{
	display:none;
}

#juguetes_content-mobile{
	display:none;
}

.img-responsive{
	display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.titulo-salver{
	color: #fff;
    display: block;
    font-size: 1.85em;
    text-align: center;
    padding: 10px;
    background: rgba(251, 0, 143, 0.69);
    margin: auto;
    border-radius: 20px;
    box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;	
}

.main-title {
    font-family: 'Baloo Bhai', cursive;
    font-size: 60px;
    text-align: center;
    color: rgba(255,255,255,0.89);
    text-shadow: 2px 2px 8px rgba(0,0,0,0.48);
    line-height: 60px;
}

.main-buttons{
    text-align: center;
    font-size: 16px;
    background: rgba(255, 0, 144, 0.78);
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.12);
    display: block;
    cursor: pointer;
    position: relative;
    transition: .2s ease-out;
    margin-bottom: 6px;
}

.main-buttons-sel{
        text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    background: rgba(255, 0, 144, 0.78);
    color: #FFFFFF;
    width: auto;
    margin: auto;
    padding: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.12);
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
    position: relative;
    transition: .2s ease-out;
}

.contactoText {
	font-size:16px;
	color:#000000;
}

.footerText {
	margin: 100px 30px 100px 0;
}

.main-buttons:hover{
	color: #FFFFFF;
	background:rgba(255, 60, 170, 0.68);
}

.main-buttons-sel:hover{
	color: #FFFFFF;
	background:rgba(255, 60, 170, 0.68);
	padding: 12px;
}


.head-menu{
    text-align: center;
    font-family: 'Baloo Bhai', cursive;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ec008c;
    margin: 0 14px;
    display: inline-block;
    cursor: pointer;
    transition: .2s ease-out;
}

.head-menu:hover{
    color: #00aeef;
}

.sub-menu{
        text-align: center;
    font-size: 14px;
    color: #EA088C;
    padding: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
    display: block;
    cursor: pointer;
    position: relative;
    transition: .2s ease-out;
	margin-bottom:6px;
}

.sub-menu:hover{
    color:#EA088C;
    padding: 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.sub-menu-flag{
    text-align: center;
    font-size: 14px;
    color: #EA088C;
    padding: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
    display: block;
    cursor: pointer;
    position: relative;
    transition: .2s ease-out;
	margin-bottom:6px;
}

.sub-menu-flag:hover{
    color:#EA088C;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    cursor: pointer;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:256px;
	height:256px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(media/img/loader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-80px 0 0 -140px; /* is width and height divided by two */
}

#contentSalver{
    max-width: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
	
}

.seccionSalver{
	font-size: 160px;
    color: rgba(255, 255, 255, 0.76);
	font-family: 'Raleway', sans-serif;
    text-align: center;
	font-weight: 600;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.29);
	
}

.seccionSalverTexto{
	font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 400;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.74);
	
}   

#header{
    background: url(media/img/header.jpg) no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: calc(100vh - 0px);
    transition: .9s ease-out;
}

#catalogo{
    width: 100%;
    height: 736px;
    display: flex;
    align-items: center;
    position: relative;
}

#pelotas{
    width: 100%;
    height: 736px;
    display: flex;
    align-items: center;
    position: relative;
}

#pelotas_content{
    width: 100%;
    max-width: 460px;
    height: fit-content;
    padding: 30px;
    margin: auto;
    z-index: 9;
}

#pelotas_in{
  background:url(media/img/pelotas_inside.png) no-repeat center center fixed;
  top: 0; 
  left: 0; 
  width: 100%;
  height: auto;
  transition: .5s ease-out;
  display: block;
  overflow:hidden;
  position:relative;
  padding:30px;

}

#pelota_01{
  position: absolute;
  background:url(media/img/pelota_01.png);
  bottom: 0; 
  left: 0; 
  width: 472px;
  height: 472px;
}

#pelota_02{
  position: absolute;
  background:url(media/img/pelota_02.png);
  top: 0; 
  left: 0; 
  width: 501px;
  height: 501px;
}

#pelota_03{
  position: absolute;
  background:url(media/img/pelota_03.png);
  bottom: 0; 
  right: 0; 
  width: 413px;
  height: 413px;
  opacity: 1;
}

#pelota_04{
  position: absolute;
  background:url(media/img/pelota_04.png);
  bottom: 0; 
  right: 0; 
  width: 443px;
  height: 443px;
  opacity: 1;
}



#contacto_content{
    position: relative;
    top: 60px;
    left: 0px;
    width: 270px;
    height: 460px;
    padding-left: 10px;
    padding-top: 30px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
}

#footer{
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px;
}

#footer p{
	color: white;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
}


#tabla {
	width: 260px;
    position: absolute;
    top: 90px;
    right: 100px;
	transition: all 0.6s ease 0s;
}

.display{
    width: calc(100% - 60px)!important;
    height: auto!important;
    padding-top: 47%!important;
    margin: 30px;
    position: relative;
    box-shadow: 0px 10px 10px #0000006e;
    border-radius: 10px;
    border: 3px solid #00aeef;
}

.inside{
    width: 100%!important;
    height: auto!important;
    padding-top: 50%!important;
    position: absolute!important;
}

.salver-container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: block!important;
    position: relative;
    z-index: 9;
}

.backend{
	background: rgba(0,175,239,1);
	background: -moz-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,0.24) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,175,239,1)), color-stop(100%, rgba(236,0,142,0.24)));
	background: -webkit-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,0.24) 100%);
	background: -o-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,0.24) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,0.24) 100%);
	background: linear-gradient(45deg, rgba(0,175,239,1) 0%, rgba(236,0,142,0.24) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#ec008e', GradientType=1 );
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


/*
MENU
*/

#menu_responsive,
#menu_responsive ul,
#menu_responsive ul li,
#menu_responsive ul li a,
#menu_responsive #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu_responsive:after,
#menu_responsive > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu_responsive #menu-button {
  display: none;
}
#menu_responsive {
    font-family: 'Baloo Bhai', cursive;
    background: #86008f;
    width: auto;
    position: relative;
    border-radius: 20px;
    margin-right: 20px;
}
#menu_responsive > ul > li {
  float: left;
}
#menu_responsive.align-center > ul {
  font-size: 0;
  text-align: center;
}
#menu_responsive.align-center > ul > li {
  display: inline-block;
  float: none;
}
#menu_responsive.align-center ul ul {
  text-align: left;
}
#menu_responsive.align-right > ul > li {
  float: right;
}
#menu_responsive > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
#menu_responsive > ul > li:hover > a {
  color: #e131ec;
}
#menu_responsive > ul > li.has-sub > a {
  padding-right: 30px;
}
#menu_responsive > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu_responsive > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu_responsive > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#menu_responsive ul ul {
  position: absolute;
  left: -9999px;
}
#menu_responsive.align-right ul ul {
  text-align: right;
}
#menu_responsive ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu_responsive li:hover > ul {
  left: auto;
}
#menu_responsive.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#menu_responsive li:hover > ul > li {
  height: 35px;
}
#menu_responsive ul ul ul {
  margin-left: 100%;
  top: 0;
}
#menu_responsive.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#menu_responsive ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#menu_responsive ul ul li:last-child > a,
#menu_responsive ul ul li.last-item > a {
  border-bottom: 0;
}
#menu_responsive ul ul li:hover > a,
#menu_responsive ul ul li a:hover {
  color: #ffffff;
}
#menu_responsive ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu_responsive.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#menu_responsive ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu_responsive.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#menu_responsive ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#menu_responsive.small-screen {
  width: 100%;
}
#menu_responsive.small-screen ul {
  width: 100%;
  display: none;
}
#menu_responsive.small-screen.align-center > ul {
  text-align: left;
}
#menu_responsive.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#menu_responsive.small-screen ul ul li,
#menu_responsive.small-screen li:hover > ul > li {
  height: auto;
}
#menu_responsive.small-screen ul li a,
#menu_responsive.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#menu_responsive.small-screen > ul > li {
  float: none;
}
#menu_responsive.small-screen ul ul li a {
  padding-left: 25px;
}
#menu_responsive.small-screen ul ul ul li a {
  padding-left: 35px;
}
#menu_responsive.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#menu_responsive.small-screen ul ul li:hover > a,
#menu_responsive.small-screen ul ul li.active > a {
  color: #ffffff;
}
#menu_responsive.small-screen ul ul,
#menu_responsive.small-screen ul ul ul,
#menu_responsive.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#menu_responsive.small-screen > ul > li.has-sub > a:after,
#menu_responsive.small-screen > ul > li.has-sub > a:before,
#menu_responsive.small-screen ul ul > li.has-sub > a:after,
#menu_responsive.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#menu_responsive.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#menu_responsive.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
  box-sizing: content-box;
}
#menu_responsive.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
  box-sizing: content-box;
}
#menu_responsive.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_responsive.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_responsive.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#menu_responsive.small-screen .submenu-button.submenu-opened {
  background: #232426;
}
#menu_responsive.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#menu_responsive.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu_responsive.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#menu_responsive.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#menu_responsive.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#menu_responsive.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#menu_responsive.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#menu_responsive.small-screen.select-list {
  padding: 5px;
}

@media only screen and (max-width: 920px) {
	#tabla {
		width: 100%;
		height: 240px;
		position: relative;
		transform: translateX(-0%);
		top: 0px;
		right: 0;
		transition: all 0.6s ease 0s;
		padding: 10px;
	}
	.display {
		width: calc(100% - 30px)!important;
		height: auto!important;
		padding-top: 0!important;
		margin: 15px 15px 30px 15px;
		position: relative;
		box-shadow: 0px 10px 10px #0000006e;
		border-radius: 10px;
		border: 3px solid #00aeef;
	}
	.inside {
		width: 100%!important;
		height: auto!important;
		padding-top: 50%!important;
		position: relative!important;
	}
	#main {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto;
		display: flex;
		padding: 10px;
		align-items: flex-start;
		justify-content: space-between;
		background: #86008f;
	}
	#logo {
		position: relative;
		left: 0;
		top: 0;
		width: 166px;
		transition: all 0.9s ease 0s;
	}
	#menu_responsive {
		font-family: 'Baloo Bhai', cursive;
		background: #86008f;
		width: 400px;
		position: relative;
		border-radius: 20px;
		margin-right: 0;
	}
	#pelota_03{
		opacity: 0;
	}
	#pelota_04{
		opacity: 0;
	}
}