body {
           font-family: 'Open Sans', sans-serif;
						background-color: #C8D0CB;
           color: #333;
       }

       .card {
           background: #fff;
           border-radius: 5px;
           padding: 20px;
           box-shadow: 0 2px 4px rgba(0,0,0,0.1);
           margin-bottom: 20px;
       }
       .before-after {
           display: flex;
           justify-content: space-around;
           margin: 40px 0;
       }



/*h1,h2,h3,h4,h5{
	font-family: 'Work Sans', serif;
}
.h1,.h2,.h3,.h4,.h5{
	font-family: 'Forum', serif;
}*/
.animateme {
    
  animation: 2s infinite bgcolorchange;
}
/* [2] Transition property for smooth transformation of images */
.scale img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.scale:hover img {
  transform: scale(1.5);
}
@keyframes bgcolorchange {
  0% {
    background-color: red;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes bgcolorchange {
    0%   {background: red;}
    100% {background: white;}
}
.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}
.real{
	display: none;
}
.hover{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	background-color: white;
}
.hovereffect
{	flex: 50%;
	max-width: 50%;
	justify-content: space-around;
}
.red_velvet>.hovereffect.double{
	flex: 100%;
	max-width: 100%;
}
.banningzone{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	background-color: white;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}

.banningzone img{
	flex: 100%;
	max-width: 100%;
	justify-content: space-around;
}

.banningzone img{
	max-width:100%;
	padding: 3px;
}
.red_velvet{
	background-color: yellow;
	padding-top: 2px;
	padding-bottom:2px;
}
.white_zone{
	background-color: white;
	padding-top: 2px;
	padding-bottom:2px;
}
/* .row .col {
	background-color: #ffeeee;
	background-clip: content-box;
	min-height: 20px;
}*/

.nav-link p{
	margin-bottom: 0;
	color:  white;
}
.navbar{
	background-color: #7c9082;
	color: #7c9082;
}
.flex-even {
  flex: 1;
}

/*.audios .col{
	flex: 6.23%;
	max-width: 6.23%;
	justify-content: space-around;
}
.audios .row{
	max-width: 100%;
	justify-content: space-around;
}
.audios{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px;
	background-color: red;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}
.audios img{
	max-width: 100%;
	justify-content: space-around;
}

.audios .adu{
	visibility:hidden;
}
.audios .col:hover .adu {
visibility:visible;
}*/

.discountzone{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	background-color: white;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}

.discountzone .diss{
	flex: 100%;
	max-width: 100%;
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
}
.priced{
	border: 1px solid yellow;
}
.discountzone div.lastitem i{
	margin-left: 3px;
	margin-right: 3px;
	line-height: inherit;
}
.discountzone div.lastitem{
	flex: 100%;
	max-width: 100%;
	justify-content: center;
	vertical-align: middle;
	text-align: center;
}
.discountzone .diss{
	flex: 16.65%;
	max-width: 16.65%;
	justify-content: space-around;
}
.discountzone img{
	flex: 100%;
	max-width: 100%;
	padding: 1px;
	justify-content: space-around;
}

/*https://miketricking.github.io/bootstrap-image-hover/*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
/*https://miketricking.github.io/bootstrap-image-hover/*/
a.hovereffect {
	cursor: pointer;
	text-decoration: none;
	color: black;
}
.discountzone .diss {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.discountzone .diss .priced {
	position: absolute;
	font-size: 0.75rem;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	height: auto;
	width: auto;
	bottom: 0rem;
	right: 0rem;
	background-color: black;
	color:#EAF40D;
}
.name{
	display: block;
}
.info{
	display: block;
	font-size: 0.8rem;
}
.badge-home{
	position: absolute;
	top: 0;
	right: 0rem;
}
.sobreotro{
	padding-top:0;
	padding-bottom: 0;
	padding-right: 1rem;
	padding-left: 1rem;
}
.sobreotro:nth-child(2){
	margin-top: 2px;
}
.price{
	position: absolute;
	font-size: 0.75rem;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	bottom: 3rem;
	right: 0rem;
	background-color: #EAF40D;
	color:black;
}
.price .extraprice{
	display: none;
	text-align: left;
}

.price:hover div.extraprice{
	display: block;
}
.price:hover span.extraprice{
	display: inline-block;
}
.diamond .hovereffect .badge-dark {
	background-color:#0F1CA1;
}
.badge-euro{
	background-color:green;	
	color: white;
	position: absolute;
	top: 0;
	left: 0rem;
	right: auto;
	text-align: left;
}
.badge-euro:hover::after{
 	content: " Hago descuentos!";
 	color:white;
 	text-align: left;
}
.diamond .hovereffect .fas{
	color:#E9EC00;
}
.ruby .hovereffect .badge {
	background-color:#00ECDA;
}
.ruby .hovereffect .fas{
	color:#0D14F4;
}

.hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	max-width:100%;
}
.red_velvet>.hovereffect.double{
		order:-1;
	}

/* POR DEFECTO TRABAJA PARA MOVILES*/
@media (min-width: 576px) {
	.hovereffect{
		flex: 33.2%;
		max-width: 33.2%;
	}
	.red_velvet>.hovereffect.double{
		flex: 66.65%;
		max-width: 66.65%;
	}
}
@media (min-width: 768px) {
	.hovereffect{
		flex: 16.65%;
		max-width: 16.65%;
	}
	.red_velvet>.hovereffect.double{
		flex: 33.32%;
		max-width: 33.32%;
	}
	.banningzone img{
		flex: 50%;
		max-width: 50%;
		justify-content: space-around;
	}
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.discountzone .diss{
		flex: 8.332%;
		max-width: 8.332%;
		justify-content: space-around;
	}
}
@media (min-width: 992px) { 
	.hovereffect{
		flex: 16.65%;
		max-width: 16.65%;
	}
	
}
@media (min-width: 1200px) {
	.hovereffect{
		flex: 11.11%;
		max-width: 11.11%;
	}
	.red_velvet>.hovereffect{
		flex: 16.65%;
		max-width: 16.65%;
		padding: 3px;
	}
	.white_zone>.hovereffect{
		flex: 16.65%;
		max-width: 16.65%;
		padding: 30px;
	}
	.red_velvet>.hovereffect.double{
		flex: 33.32%;
		max-width: 33.32%;
		order:0;
	}
}



/* GIRL PAGE */
.girl-back{
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	background-color: #EAEDED;
	padding:1rem;
	margin-top: 1rem;
}
.girl-header{
	flex: 100%;
	max-width: 100%;
}
.girl-header h2{
	color:#C84537;
}
.girl-header a, .girl-header a:hover{
	color:white;
}
.girl-title{
	flex: 100%;
	max-width: 100%;
	color:#CA2F1F;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.girl-descriptions{
	flex: 100%;
	max-width: 100%;
}
.girl-descriptions img{
	width: 100%;
	padding-right: 1rem;
}
.girl-footer{
	flex: 100%;
	max-width: 100%;
}
.girl-fotos-mini{
	flex: 24.98%;
	max-width: 24.98%;
	padding:0.25rem;
}
.girl-fotos-mini img{
	width: 100%;
}
.girl-ubicacion{
	flex: 100%;
	max-width: 100%;
}
.girl-footer .btn{
	padding: 3px 3px;
	/*margin: 3px 3px;*/
	font-size: .650rem;
	line-height: 0.9;
}
.girl-footer table td{
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 1200px) {
	.girl-header{
		flex: 50%;
		max-width: 50%;
	}
	.girl-descriptions{
		flex: 50%;
		max-width: 50%;
	}
	.girl-footer{
		flex: 33.32%;
		max-width: 33.32%;
	}
	.girl-ubicacion{
		/*flex: 50%;*/
		/*max-width: 50%;*/
		padding:1rem;
	}
}

.pointer{
	cursor: pointer;
	margin-top: 0.2em;
}
.invalid-submit{
	display: none;
}


/*https://getbootstrap.com/docs/4.0/examples/checkout/form-validation.css*/
.container {max-width: 960px;}
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.lh-condensed { line-height: 1.25; }
/* end  */


#myTab .active{
background-color: #89d2dc;
border-color: #89d2dc #89d2dc #89d2dc;
}
#myTabContent .active{
	background-color: #89d2dc;
}



.alcista{
	background-color:  #73d3b0;
}
.nalcista{
	background-color:  #cbffc4;
}
.neutral{
	background-color:  #c2d6d6;
}
.nbajista{
	background-color:  #F3A5A5;
}
.bajista{
	background-color:  #db6e6e;
}
/*https://coolors.co/eecf6d-a05a2c-172a3a-7c9082-45050c*/