@font-face {
  font-family:'ChelaOne-Regular';
  src: url('../fonts/ChelaOne-Regular.ttf');
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body{
  background-color: rgb(23,3,29);
}

#caja-over-18-notification{
	display:none;
	width:100%;
	position: fixed;
    top: 120px;
	color:rgb(255, 144, 0);
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(0,0,0,0.4);
	z-index: 91;
}

.logo-18{
	background: linear-gradient(180deg, rgb(150,0,142), rgb(23,3,29));
    border-radius: 40px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 22px;
	padding-top:19px;
    height: 60px;
    width: 60px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#btn-aceptar-over-18-notification{
	width:100px;
	margin-top:10px;
	border: 2px solid rgb(255, 144, 0);
	color:rgb(255,144,0);
	background-color:rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 7px;
}

#btn-aceptar-over-18-notification:hover{
	cursor:pointer;
}

#contenedor{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_img.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor2{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom:50px;
  border-radius:10px;
  padding:10px;
  background-color: rgba(0,0,0,0.5);  
  color:white;
}

#contenedor-logueo{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_logueo.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor-contacto{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_contacto.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor-registro{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_registro.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor-contrasena{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_contrasena.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor-terminos-condiciones{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_terminos_condiciones.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor-politica-privacidad{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-image: url("../img/background_politica_privacidad.png");
  background-size: cover;                      
  background-repeat: no-repeat;
  background-position: center center;   
  color:white;
}

#contenedor-blank{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius:10px;
  padding:10px;
  background-color:rgba(0,0,0,0.4);
  color:white;
}

#capa-bloqueo{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index:90;
  display:none;
}

#contenedor-rpta{
  position:fixed;
  top:120px;
  width:100%;
  z-index:91;
  display: none;
}

.appear-modal{
	animation:entrada 1s;
}

@keyframes entrada{
	
	0%{
    transform:scale(0.5);
	}
	
	100%{
    transform:scale(1);
	}
	
}

.disappear-modal{
	animation:salida 1s;
}

@keyframes salida{
	
	0%{
    transform:scale(1);
	}
	
	100%{
    transform:scale(0.5);
	}
	
}

#caja-rpta{
  width:350px;
  margin-left:auto;
  margin-right:auto;
  border:2px solid rgb(255,144,0);
  border-radius:5px;
  padding:7px;
  z-index:91;
}

#caja-rpta-cerrar{
  color:rgb(255,144,0);
  padding:2px;
  text-align:right;
}

#caja-rpta-cerrar-x:hover{
  cursor: pointer;
}

#caja-rpta-contenido{
  padding:5px 5px;
  text-align:center;
  color:rgb(255, 144, 0);
}

#cont-loader{
  position:absolute;
  width:100%;
  top:120px;
  z-index:91;
  display: none;
}

#loader{
  width:100px;
  height:70px;
  margin-left:auto;
  margin-right:auto;
}

#loader img{
  width:100%;
  height:100%;
}

header{
  position:relative;
}




.logo{
	text-align:center;
}




.logo-diosasx:hover{
  cursor: pointer;
}

#caja-adv-anuncio{
  background-color:rgba(0,0,0,0.5);
  padding:7px;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  line-height:22px;
}

select{
  width:170px;
  height: 40px;
  padding:10px;
  font-size: 16px;
  color:white;
  background-color: rgb(153,0,142);
}

select:hover{
  cursor:pointer;
}

select:focus{
	outline:none;
}

.contenedor-select{
  text-align: center;
  margin-top:5px;
}

input[type="text"],input[type="password"]{
  width:170px;
  height: 35px;
  padding:10px;
  text-align: center;
  font-size: 16px;
  color:white;
  background-color: rgb(153,0,142);
}

input[type="text"]:focus{
	outline:none;
}

input[type="password"]:focus{
	outline:none;
}

.categoria_anuncio{
  width:240px;
  margin:auto;
  background-color:rgb(153,0,142);
  padding:10px;
  border-radius:5px;
}

.titulo-artistico{
	font-family:'ChelaOne-Regular';
	color:rgb(255,144,0);
	font-size:26px;
}

.contenedor-subtitulo-artistico{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.subtitulo-artistico{
	font-family:'ChelaOne-Regular';
	color:rgb(255,144,0);
	font-size:18px;
}

.enunciado-promocion{
	font-size:16px;
}

.contenedor-img-anuncio-con-foto{
	width:635px;
	height:168px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/anuncio-con-foto-large.png);
}

.contenedor-img-anuncio-sin-foto{
	width:635px;
	height:168px;
	margin-left:auto;
	margin-right:auto;
	background: url(../img/anuncio-sin-foto-large.png);
}

.contenedor-img-anuncio-con-video{
	width:570px;
	height:543px;
	margin-left:auto;
	margin-right:auto;
}

.contenedor-img-anuncio-con-video img{
	width:100%;
	height:100%;
}

.contenedor-detalle-promocion{
	width:634px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	position:relative;
}

.detalle-promocion{
	position:absolute;
	font-size:16px;
}

.detalle-sangria-1{
	left:15px;
}

.detalle-sangria-2{
	left:50px;
}

.precio-promocion{
	width:100px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgb(153,0,142);
	padding:20px;
	color:rgba(255,255,255,0.7);
	font-size:22px;
	border-radius:50%;
	outline:1px solid rgba(255,255,255,0.7);
	outline-offset:-5px;
}

.precio-promocion-gratis{
	width:120px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgb(153,0,142);
	padding:20px;
	color:rgba(255,255,255,0.7);
	font-size:20px;
	border-radius:50%;
	outline:1px solid rgba(255,255,255,0.7);
	outline-offset:-5px;
}

.contenedor-captcha{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	margin-bottom:15px;
}

#gwd-reCAPTCHA_2{
	transform: scale(0.82);
    transform-origin: 0 0;
}

.contenedor-captcha-small{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.gwd-reCAPTCHA_2-small{
	transform: scale(0.66) !important;
    transform-origin: 0 0 !important;
}

p{
  line-height: 22px;
}

.centrado{
text-align: center;
}

.color_1{
  color: rgb(255,144,0);
}

input[type="button"]{
  background-color: rgb(153,0,142);
  color:white;
  padding:10px 30px;
  border-radius:5px;
  font-size:16px;
  transition-duration: 0.7s;
}

input[type="button"]:hover{
  cursor:pointer;
  box-shadow: rgba(255, 144, 0, 0.6) 0px 0px 15px;
}

#contenedor-anuncio{
  width:600px;
  height: 570px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-color: rgba(0,0,0,0.5);
  border:2px solid rgb(153,0,142);
  -webkit-box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  -moz-box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
}

.m-bottom-5{
  margin-bottom:5px;
}

.m-top-10{
  margin-top:10px;
}

.m-bottom-10{
  margin-bottom:10px;
}

.m-top-15{
  margin-top:15px;
}

.m-top-20{
  margin-top:20px;
}

.m-top-30{
  margin-top:30px;
}

.m-bottom-30{
  margin-bottom:30px;
}

.m-bottom-40{
  margin-bottom:40px;
}

.m-top-50{
  margin-top:50px;
}

.m-bottom-50{
  margin-bottom:50px;
}

.m-top-70{
  margin-top:70px;
}

.m-bottom-70{
  margin-bottom:70px;
}

.m-top-80{
  margin-top:80px;
}

.m-top-100{
  margin-top:100px;
}

.m-bottom-100{
  margin-bottom:100px;
}

.m-top-130{
	margin-top:130px;
}

.m-bottom-230{
	margin-bottom:230px;
}

.m-left-20{
  margin-left:20px;
}

.m-left-30{
  margin-left:30px;
}

.m-right-7{
  margin-right: 7px;
}

.p-15{
  padding:15px;
}

.p-top-30{
  padding-top:30px;
}

.subrayado{
	text-decoration:underline;
}

.txt-align-right{
	text-align:right;
}

.color-gray{
	color:rgba(155,155,155,0.9);
}

.f-weight-bold{
	font-weight:bold;
}

.f-style-italic{
	font-style:italic;
}

input[type=radio]{ 
  accent-color: rgb(254,143,0);
} 

.subtitulo{
	text-align:left;
	padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FF9000;
    font-family: Calibri, "Times New Roman";
    font-weight: bold;
	margin-top:25px;
	margin-bottom:25px;
	border-radius:5px;
	box-shadow: rgba(255, 144, 0, 0.7) 0px 0px 15px;
}

.advertencia{
	color:rgb(254,144,0);
	border:1px solid rgb(254,144,0);
	padding:10px;
	border-radius:5px;
	margin-bottom:20px;
	font-size:14px;
}

footer{
  background-color: rgba(0,0,0,0.7);
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  line-height: 22px;
  font-family: "Calibri","Times New Roman";
}

a{
  text-decoration:none;
  color:white;
}

a:hover{
  color:rgb(255,144,0);
}

#link_contrasena,#link_registro{
  color:rgb(255,144,0);
}

#link_contrasena:hover{
  text-decoration: underline;
}

#link_registro:hover{
  text-decoration: underline;
}

#titulo_modelo{
  padding:12px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color:#FF9000;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  text-transform: uppercase;
  font-family: Calibri, "Times New Roman";
  font-weight:bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index:88;
}

#loader_foto_principal_modelo{
  margin-left:auto;
  margin-right:auto;
  width:423px;
  height: 566px;
  position: relative;
}

#loader_foto_principal_modelo img{
  width:100px;
  height: 70px;
  margin-top:200px;
}

#foto_principal_modelo{
  display: none;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  height: 566px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

#foto_principal_modelo img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height:100%;
  width:auto;
}

#foto_principal_modelo video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width:auto;
}

#galeria_modelo{
  background-color: rgba(0,0,0,0.7);
  position:absolute;
  top:466px;
  left:0;
  width:100%;
  display: flex;
  justify-content: space-around;
}

#galeria_modelo div{
  width:70px;
  height:100px;
  transition-duration: 0.2s;
}

#galeria_modelo div img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}

#galeria_modelo div:hover{
  cursor:pointer;
}

.btn_anterior_on{
  background-color: rgb(153,0,142);
  transition-duration: 0.7s;
}

.btn_anterior_off{
  box-shadow: rgba(255, 144, 0, 0.7) 0px 0px 15px;
  color:rgb(255, 144, 0);
  transition-duration: 0.7s;
}

.btn_anterior_on:hover{
  cursor:pointer;
  box-shadow: rgba(255, 144, 0, 0.7) 0px 0px 15px;
  color:rgb(255, 144, 0);
}

.btn_posterior_on{
  background-color: rgb(153,0,142);
  transition-duration: 0.7s;
}

.btn_posterior_off{
  box-shadow: rgba(255, 144, 0, 0.7) 0px 0px 15px;
  color:rgb(255, 144, 0);
}

.btn_posterior_on:hover{
  cursor:pointer;
  box-shadow: rgba(255, 144, 0, 0.7) 0px 0px 15px;
  color:rgb(255, 144, 0);
}

#pagina_anterior{
  position:absolute;
  top:160px;
  left:15px;
  padding:90px 10px;
  font-size:20px;
  font-weight: bold;
  border-radius:5px;
}

#pagina_posterior{
  position:absolute;
  top:160px;
  left:534px;
  padding:90px 10px;
  font-size:20px;
  font-weight: bold;
  border-radius:5px;
}

.outline-on{
  outline: 5px double rgb(153,0,142);
}

#btn_info{
  position:absolute;
  top:400px;
  left:460px;
  padding:7px 15px;
  font-size:18px;
  font-weight: bold;
  border-radius:5px;
  background-color: rgb(153,0,142);
  color:#FF9000;
  cursor: pointer;
  outline: 2px solid #FF9000;
  outline-offset: -5px;
  font-family: Calibri, "Times New Roman";
}

#capa_bloqueo{
  display: none;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  font-family: Calibri, "Times New Roman";
  z-index:89;
}

#cierre_capa_bloqueo{
  padding:5px 10px;
  text-align: right;
  font-size:20px;
}

#btn_cierre_capa_bloqueo{
  transition-duration: 0.7s;
}

#btn_cierre_capa_bloqueo:hover{
  cursor: pointer;
  color:rgb(255, 144, 0);
}

#contenido_capa_bloqueo{
  padding:10px 10px;
  padding-top:20px;
  text-align: left;
  height: 533px;
  overflow-y:scroll;
}

#contenedor-img{
  display: none;
  position:fixed;
  width:100%;
  z-index:91;
}

#caja-img{
  position:relative;
  width:423px;
  height:566px;
  margin-left:auto;
  margin-right:auto;
}

#caja-img img{
  object-fit: cover;
  width:100%;
  height:100%;
}

#btn-cerrar-contenedor-img{
  position:absolute;
  padding:10px;
  border-radius:3px;
  background-color: rgb(153,0,142);
  color:rgb(254,143,0);
  top:10px;
  right:10px;
  z-index: 99;
}

#btn-cerrar-contenedor-img:hover{
  cursor: pointer;
}

#paginacion{
  margin-top:30px;
  margin-bottom:20px;
}

#paginacion ul {
  list-style: none;
}

#paginacion ul li{
  display: inline-block;
  margin-top:5px;
  margin-bottom:5px;
}

#span_descripcion{
	line-height:22px;
}

#logueo{
  position:absolute;
  font-size:28px;
  top:10px;
  right:-10px;
  background-color: rgba(0,0,0,0.6);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding:5px 10px;
}

#logueo:hover{
  cursor: pointer;
}

#publicacion_anuncio{
  position:absolute;
  font-size:20px;
  top:60px;
  right:-10px;
  background-color: rgba(0,0,0,0.6);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding:5px 10px;
  width:180px;
}

#publicacion_anuncio:hover{
  cursor: pointer;
}

#form_logueo{
  width:300px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  background-color:rgba(0,0,0,0.5);
  padding:1px 5px;
}

#form_contacto{
  width:450px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  background-color:rgba(0,0,0,0.5);
  padding:1px 5px;
}

#form_terminos_politica{
	width:530px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-color:rgba(0,0,0,0.5);
	padding:1px 5px;
	padding-bottom:30px;
}

#caja-terminos-politica{
	background-color:rgba(0,0,0,0.4);
	color:rgb(255,144,0);
	width:450px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border:1px solid rgb(193,193,193);
	text-align:justify;
	overflow-y:scroll;
}

#form_promocion{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-color:rgba(0,0,0,0.5);
	padding:1px 5px;
	padding-bottom:30px;
}

#txt_nombre_contacto,#txt_asunto_contacto,#txt_correo_contacto{
	width:220px;
}

textarea{
	background-color:#99008E;
	width:370px;
	height:170px;
	padding:7px;
	line-height:22px;
	color:white;
	font-size:16px;
	resize:none;
}

textarea:focus{
	outline:none;
}

/*Scrollbar Mensajeria en Chrome y Safari*/
#contenido_capa_bloqueo::-webkit-scrollbar {
  width: 16px;  /* width of the entire scrollbar */
}

#contenido_capa_bloqueo::-webkit-scrollbar-track {
background: rgb(42,25,41);  /* color of the tracking area */
}

#contenido_capa_bloqueo::-webkit-scrollbar-thumb {
/*background-color: rgb(196,112,4);*/  /* color of the scroll thumb */
border-radius: 20px;  /* roundness of the scroll thumb */
border: 2px solid rgb(196,112,4);  /* creates padding around scroll thumb */
}

/*Scrollbar Mensajeria en Firefox*/
#contenido_capa_bloqueo {
scrollbar-width: 16px;  /* "auto" or "thin" */
scrollbar-color: rgb(196,112,4) rgb(42,25,41);  /* scroll thumb and track */
}

.icono_red_social{
  padding:3px;
  border-radius:5px;
  transition-duration: 0.7s;
}

.icono_red_social:hover{
  cursor: pointer;
  background-color:rgb(255,144,0);
  color:white;
}

.f-size-18{
  font-size:18px;
}

.f-size-20{
  font-size:20px;
}

.f-size-23{
  font-size:23px;
}

.f-size-30{
	font-size:30px;
}

.d-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  column-gap:10px;
  row-gap:10px;
}

.link-volver{
  display:block;
  width:120px;
  color:white;
  background-color:rgb(153,0,142);
  padding:7px 5px;
  border-radius:5px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  transition-duration: 0.7s;
}

.link-volver:hover{
 cursor: pointer;
 color:white;
 box-shadow: rgba(255, 144, 0, 0.7) 0px 0px 12px;
}

.custom-loader{
  width: 70px;
  height: 100px;
}

.custom-loader img{
  width: 50px !important;
  height: 50px !important;
  margin-top: 25px;
}

.indice-paginacion{
  padding:3px 6px;
  border-radius: 3px;
  margin-left:2px;
  margin-right: 2px;
}

.indice-paginacion-activo{
  color:white;
  background-color: #FF9000;
}

.indice-paginacion-inactivo{
  color:rgb(254,143,0);
  background-color: white;
  transition-duration: 0.7s;
}

.indice-paginacion-inactivo:hover{
  color:white;
  background-color: rgb(254,143,0);
}

#picture_1,#picture_2,#picture_3,#picture_4,#picture_5{
  display: none;
}

#contenedor-no-access{
  width:400px;
  height: 190px;
  margin-left:auto;
  margin-right:auto;
  margin-top:150px;
  margin-bottom:150px;
}

#contenedor-no-access img{
  width: 100%;
  height: 100%;
}

@media(max-width: 992px){ 

  #contenedor{
    background-image: url("../img/background_img_992.png");
  }

  #contenedor-logueo{
    background-image: url("../img/background_logueo_992.png");
  }
  
  #contenedor-contacto{
    background-image: url("../img/background_contacto_992.png");
  }
  
  #contenedor-contrasena{
    background-image: url("../img/background_contrasena_992.png");
  }

  #contenedor-registro{
    background-image: url("../img/background_registro_992.png");
  }
  
  .contenedor-img-anuncio-con-foto{
	width:505px;
	height:135px;
	background: url(../img/anuncio-con-foto-medium.png);
  }
  
  .contenedor-img-anuncio-sin-foto{
	width:505px;
	height:135px;
	background: url(../img/anuncio-sin-foto-medium.png);
  }
  
  .contenedor-img-anuncio-con-video{
	width:470px;
	height:470px;
  }
  
  .contenedor-detalle-promocion{
	width:505px;
  }
  
}

#contenedor-listado{
  width:600px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.item-listado{
  position:relative;
  border-radius:5px;
  padding:5px;
  margin-top:10px;
  margin-bottom:30px;
  display:flex;
  height:140px;
  background-color:rgba(0,0,0,0.5);
  border:2px dashed rgb(153,0,142);
  font-family: Calibri, "Times New Roman";
  -webkit-box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  -moz-box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  transition-duration: 0.7s;
}

.foto-listado{
  width:90px;
  height:125px;
}

.foto-listado img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}

.info-listado{
  padding:5px 10px;
  padding-top:3px;
  text-align:left;
  width:495px;
  height:125px;
}

.info-listado p{
  text-overflow:ellipsis; 
  overflow:hidden; 
  white-space:nowrap;
}

.ver-mas{
  position:absolute;
  right:0;
  bottom:0;
  padding:5px 15px;
  background-color:rgb(153,0,142);
  border-bottom-right-radius:2px;
  border-top-left-radius:3px;
}

.detalle-anuncio{
  border-radius:5px;
  padding:5px;
  margin-top:30px;
  margin-bottom:10px;
  background-color:rgba(0,0,0,0.5);
  border:2px solid rgb(153,0,142);
  font-family: Calibri, "Times New Roman";
  -webkit-box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  -moz-box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
  box-shadow: 0px 1px 8px 7px rgba(153,0,143,1);
}

#galeria-detalle-anuncio{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: rgba(153,0,142,0.2);
}

#galeria-detalle-anuncio img{
  width: 80px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}

#galeria-detalle-anuncio img:hover{
  cursor: pointer;
}

#caja-vid-video{
  display: none;
}

#caja-img video {
  width: 100%;
  height: 100%;
}

#info-detalle-anuncio{
  text-align: left;
  padding-left:10px;
  padding-right:10px;
}

#info-detalle-anuncio p{
  margin-bottom: 10px;
}

#contenedor-btn-atras{
  text-align: center;
  margin-top:30px;
  margin-bottom: 20px;
}

#btn_atras{
  background-color: rgb(153,0,142);
  color:white;
  padding:10px;
  border-radius:5px;
  width:300px;
  font-weight: bold;
}

#btn_atras:hover{
  cursor: pointer;
  color:rgb(254,143,0);
}

@media(max-width: 768px){ 
  
  #caja-over-18-notification{
	font-size:14px;
  }
  
  #contenedor{
    background-image: url("../img/background_img_768.png");
    font-size: 14px;
  }
  
  #contenedor2{
	font-size:14px;
  }
  
  #contenedor-logueo{
    background-image: url("../img/background_logueo_768.png");
    font-size: 14px;
  }
  
  #contenedor-contacto{
    background-image: url("../img/background_contacto_768.png");
    font-size: 14px;
  }
  
  #contenedor-contrasena{
    background-image: url("../img/background_contrasena_768.png");
    font-size: 14px;
  }

  #contenedor-registro{
    background-image: url("../img/background_registro_768.png");
    font-size: 14px;
  }
  
  #contenedor-terminos-condiciones{
    background-image: url("../img/background_terminos_condiciones_768.png");
	font-size: 14px;
  }
  
  #contenedor-politica-privacidad{
    background-image: url("../img/background_politica_privacidad_768.png");
	font-size: 14px;
  }
  
  #contenedor-blank{
	font-size: 14px;
  }
  
  .logo{
	width: 120px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .logo img{
    width:100%;
    height: 100%;
  }

  #logueo{
    font-size:20px;
    top:5px;
    padding:5px 5px;
  }
  
  #publicacion_anuncio{
    font-size:14px;
    top:42px;
    padding:5px 0px;
	width:130px;
    text-align: center;
  }

  select{
    width:140px;
    height: 34px;
    padding:5px;
    font-size: 14px;
  }

  .categoria_anuncio{
    width:220px;
    padding-left:5px;
    padding-right:5px;
  }

  input[type="button"]{
    padding:10px 20px;
    font-size:14px;
  }

  input[type="text"],input[type="password"]{
    width:140px;
    height: 34px;
    padding:5px;
    font-size: 14px;
  }
  
  #contenedor, #contenedor-logueo, #contenedor-contacto, #contenedor-contrasena, #contenedor-registro, #contenedor-terminos-condiciones, #contenedor-politica-privacidad, #contenedor-blank{
    width:90%;
    margin-top:30px;
    margin-bottom:30px;
  }
  
  #txt_nombre_contacto,#txt_asunto_contacto,#txt_correo_contacto{
	width:180px;
  }
  
  #form_contacto{
	width:400px;
  }
  
  textarea{
	width:320px;
	height:140px;
	font-size:14px;
  }
  
  #contenedor2{
    width:90%;
    margin-top:30px;
    margin-bottom:30px;
  }

  #contenedor-anuncio{
    width:500px;
    height: 504px;
  }

  #loader_foto_principal_modelo{
    width:380px;
    height: 500px;
  }

  #foto_principal_modelo{
    height: 500px;
  }
  
  #galeria_modelo{
    top:430px;
  }

  #galeria_modelo div{
    width:50px;
    height:70px;
  }

  #galeria_modelo #pic_1,#galeria_modelo #pic_2,#galeria_modelo #pic_3,#galeria_modelo #pic_4,#galeria_modelo #pic_5{
    width:50px;
    height:70px;
  }

  .custom-loader{
    width: 50px;
    height: 70px;
  }
  
  .custom-loader img{
    width: 30px !important;
    height: 30px !important;
  }

  #titulo_modelo{
    font-size: 14px;
    padding-top:7px;
    padding-bottom:7px;
  }

  #pagina_anterior{
    top:120px;
    left:7px;
  }

  #pagina_posterior{
    top:120px;
    left:441px;
  }

  #btn_info{
    top:367px;
    left:400px;
    font-size:14px;
    padding:9px 15px;
  }

  #cierre_capa_bloqueo{
    font-size: 16px;
  }

  #contenido_capa_bloqueo{
    height: 472px;
    font-size:14px;
  }

  #caja-rpta-contenido{
    font-size: 14px;
  }

  .link-volver{
    width:100px;
    font-size: 14px;
  }

  .msj-error-vacio{
    font-size: 14px;
  }
  
  .contenedor-captcha{
	width:213px;
	margin-bottom:4px;
  }

  #gwd-reCAPTCHA_2{
	transform: scale(0.70);
    transform-origin: 0 0;
  }
  
  .contenedor-captcha-small{
	width:198px;
  }
  
  .gwd-reCAPTCHA_2-small{
	transform: scale(0.65) !important;
    transform-origin: 0 0 !important;
  }
  
  #contenedor-listado{
    width:500px;
  }

  .item-listado{
    font-size: 14px;
    height:120px;
  }

  .foto-listado{
    width:75px;
    height:105px;
  }
  
  .info-listado{
    width:395px;
    height:105px;
	padding-top:0px;
  }

  .info-listado div{
    margin-bottom: 6px;
  }

  .thumbnail-anuncio-basico{
    width:75px;
    height:105px;
  }

  #galeria-detalle-anuncio img{
    width:75px;
    height:105px;
  }

  #caja-img{
    width:380px;
    height:500px;
  }

  #info-detalle-anuncio{
    font-size: 14px;
  }

  #btn_atras{
    width:200px;
  }

  .fuente-ajustable{
    font-size: 14px;
  }

  #contenedor-no-access{
    width:300px;
    height: 140px;
  }
  
  #form_terminos_politica{
	width:460px;
  }
  
  #caja-terminos-politica{
	width:400px;
  }
  
  .titulo-artistico{
	font-size:20px;  
  }
  
  .subtitulo-artistico{
	font-size:16px;  
  }
  
  .enunciado-promocion{
	font-size:14px;
  }
  
  .contenedor-img-anuncio-con-foto{
	width:420px;
	height:115px;
	background: url(../img/anuncio-con-foto-small.png);
  }
  
  .contenedor-img-anuncio-sin-foto{
	width:420px;
	height:115px;
	background: url(../img/anuncio-sin-foto-small.png);
  }
  
  .contenedor-img-anuncio-con-video{
	width:420px;
	height:420px;
  }
  
  .contenedor-detalle-promocion{
	width:420px;
  }
  
  .detalle-promocion{
	font-size:14px;
  }
  
  .precio-promocion{
	width:80px;
    font-size:18px;
	padding:17px;
  }
  
  .precio-promocion-gratis{
	width:100px;
    font-size:16px;
  }
  
  .detalle-sangria-1{
	left:0px;  
  }
  
  .detalle-sangria-2{
	left:30px;
  }
  
  footer{
    padding:10px 5px;
  }

}

@media(max-width: 576px){ 

  #contenedor{
    background-image: url("../img/background_img_576.png");
  }

  #contenedor-logueo{
    background-image: url("../img/background_logueo_576.png");
  }
  
  #contenedor-contacto{
    background-image: url("../img/background_contacto_576.png");
  }
  
  #contenedor-contrasena{
    background-image: url("../img/background_contrasena_576.png");
  }

  #contenedor-registro{
    background-image: url("../img/background_registro_576.png");
  }
  
  #contenedor-terminos-condiciones{
    background-image: url("../img/background_terminos_condiciones_576.png");
  }
  
  #contenedor-politica-privacidad{
    background-image: url("../img/background_politica_privacidad_576.png");
  }

  #contenedor, #contenedor-logueo, #contenedor-contacto, #contenedor-contrasena, #contenedor-registro, #contenedor-terminos-condiciones, #contenedor-politica-privacidad, #contenedor-blank{
    width:96%;
    margin-top:10px;
    margin-bottom: 10px;
  }
  
  #form_contacto{
	width:310px;
  }
  
  textarea{
	width:270px;
	height:120px;
  }
  
  #contenedor2{
    width:96%;
    margin-top:10px;
    margin-bottom: 10px;
  }

  #contenedor-anuncio{
    width:380px;
    height: 424px;
  }

  #loader_foto_principal_modelo{
    width:280px;
    height: 420px;
  }

  #loader_foto_principal_modelo img{
    width:70px;
    height: 50px;
    margin-top:160px;
  }

  #foto_principal_modelo{
    height: 420px;
  }
  
  #galeria_modelo{
    top:350px;
  }

  #galeria_modelo #pic_1,#galeria_modelo #pic_2,#galeria_modelo #pic_3,#galeria_modelo #pic_4,#galeria_modelo #pic_5{
    width:50px;
    height:70px;
  }

  #pagina_anterior{
    top:100px;
    left:7px;
    padding:70px 5px;
  }

  #pagina_posterior{
    top:100px;
    left:331px;
    padding:70px 5px;
  }

  #btn_info{
    top:300px;
    left:295px;
    padding:7px 10px;
  }

  #contenido_capa_bloqueo{
    height: 392px;
  }

  #contenedor-listado{
    width:380px;
  }

  .item-listado{
    height:100px;
  }

  .foto-listado{
    width:70px;
    height:88px;
  }
  
  .info-listado{
    width:300px;
    height:88px;
  }

  .info-listado div{
    margin-bottom: 0;
  }

  .thumbnail-anuncio-basico{
    width:70px;
    height:88px;
  }

  #galeria-detalle-anuncio img{
    width:70px;
    height:88px;
  }

  #caja-img{
    width:280px;
    height:420px;
  }

  #btn_atras{
    width:150px;
  }
  
  #form_terminos_politica{
	width:320px;
  }
  
  #caja-terminos-politica{
	width:270px;
  }
  
  .contenedor-img-anuncio-con-foto{
	width:270px;
	height:130px;
	background: url(../img/anuncio-con-foto-mini.png);
  }
  
  .contenedor-img-anuncio-sin-foto{
	width:270px;
	height:130px;
	background: url(../img/anuncio-sin-foto-mini.png);
  }
  
  .contenedor-img-anuncio-con-video{
	width:270px;
	height:270px;
  }
  
  .contenedor-detalle-promocion{
	width:270px;
  }
  
}

@media(max-width: 450px){
	
	#logueo{
		top: 90px;
    }
	
	#publicacion_anuncio{
		top: 130px;
	}
	
}

@media(max-width: 420px){

  #form_logueo {
    width:90%;
  }

  #contenedor-anuncio{
    width:320px;
    height: 426px;
  }

  #loader_foto_principal_modelo{
    width:240px;
  }
  
  #galeria_modelo{
    top:362px;
  }

  #galeria_modelo div{
    width:40px;
    height:60px;
  }

  #galeria_modelo #pic_1,#galeria_modelo #pic_2,#galeria_modelo #pic_3,#galeria_modelo #pic_4,#galeria_modelo #pic_5{
    width:40px;
    height:60px;
  }

  .custom-loader{
    width: 40px;
    height: 60px;
  }
  
  .custom-loader img{
    margin-top: 20px;
  }

  #pagina_anterior{
    top:115px;
    left:5px;
    padding:50px 0px;
  }

  #pagina_posterior{
    top:115px;
    left:283px;
    padding:50px 0px;
  }

  #btn_info{
    top:307px;
    left:240px;
    padding:7px 7px;
  }

  #contenido_capa_bloqueo{
    height: 394px;
  }

  #caja-adv-anuncio{
    width:90%;
  }

  #contenedor-listado{
    width:320px;
  }
  
  .info-listado{
    padding-left:5px;
    padding-right: 5px;
    width:240px;
  }

  .thumbnail-anuncio-basico{
    width:60px;
    height:78px;
  }

  #galeria-detalle-anuncio img{
    width:60px;
    height:78px;
  }

}

@media(max-width: 340px){

  #contenedor-no-access{
    width:90%;
    height: auto;
  }

}