.imagen_persona_principal {
	width:400px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	border: 1px solid #DDD;
	margin-bottom: 8px;
}

.button-whatsapp{
	background-color:#25d366 !important;
	color:#FFF !important;
	border: 0px;
	border-radius: 0px !important;
	transition: background-color 0.3s ease, color 0.3s ease; /* Animación suave */
}

.button-whatsapp:hover {
    background-color: #1caa4f !important; /* Verde más oscuro */
    color: #e9ffe8 !important; /* Color claro, cercano al blanco */
}

.minificha_datos_persona{
/*
    padding-top: 6px;
  padding-left: 6px;
  padding-left: 6px;
*/
  padding-top: 0px;
  padding-left: 0px;
  padding-left: 0px;
  padding-bottom: 12px;
  margin-bottom: 25px !important;
  border: 1px solid #BBB;
  background-color: #EEE;
  border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  -webkit-border-radius: 0px 10px 0px 0px;
  border: 1px solid #DDD;	
}

.persona_contenido{
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 12px;
	margin-bottom: 25px !important;
	border: 1px solid #BBB;
	background-color: #EEE;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border: 1px solid #DDD;
}

.uk-list-striped > li {
	padding: 2px 5px !important;
	font: 300 16px / 28px;
}

.contenedor_fila_polaroid{
	display: inline; 
}

.mi_polaroid_wide {
    max-width: 67% !important;
}

.mi_polaroid_xtra_wide {
    max-width: 92% !important;
}

 .mi_polaroid{
	background: white;
	max-width:60%;
	display: inline;
	float: left;
	margin: 0 15px 30px;
	padding: 10px 10px 25px !important;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0; 
	position:relative;
 }

@media (max-width: 960px) {
	.mi_polaroid{
		background: white;
		max-width:50%;
		display: block;
		float: none;
		margin: 0 auto 30px;
		padding: 10px 10px 25px !important;
		text-align: center;
		text-decoration: none;
		-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
		box-shadow: 0 4px 6px rgba(0,0,0,.3);
		-webkit-transition: all .15s linear;
		-moz-transition: all .15s linear;
		transition: all .15s linear;
		z-index:0; 
        position:relative;
	}

}
 .mi_polaroid:hover{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
}


.imagen_num_1{ 
	-ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Safari */
    transform: rotate(5deg);
}

.imagen_num_2{ 
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
	padding:30px;
}

.imagen_num_3{ 
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg);
	padding:30px;
}

.imagen_num_4{ 
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
	padding:30px;
}

.imagen_num_5{ 
	-ms-transform: rotate(8deg); /* IE 9 */
    -webkit-transform: rotate(8deg); /* Safari */
    transform: rotate(8deg);
	padding:30px;
}

.imagen_num_6{ 
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Safari */
    transform: rotate(-7deg);
	padding:30px;
}

.polaroid-images img{
	max-width:180px;
	max-height:180px;
}

.polaroid-images a {
	background: white;
	display: inline;
	float: left;
	margin: 0 15px 30px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position:relative;
}


.polaroid-images a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	top:15px;
}

.polaroid-images img { 
	display: block; 
	width: inherit; 
}

.polaroid-images a:nth-child(2n) {
	-webkit-transform: rotate(4deg);  
	-moz-transform: rotate(4deg); 
	transform: rotate(4deg); 
}

.polaroid-images a:nth-child(3n) { 
	-webkit-transform: rotate(-24deg);  
	-moz-transform: rotate(-24deg); 
	transform: rotate(-24deg); 
}

.polaroid-images a:nth-child(4n) {
	-webkit-transform: rotate(14deg);  
	-moz-transform: rotate(14deg); 
	transform: rotate(14deg); 
}


.polaroid-images a:nth-child(5n) {
	-webkit-transform: rotate(-18deg);  
	-moz-transform: rotate(-18deg); 
	transform: rotate(-18deg); 
}

.polaroid-images a:hover{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

.footer-buttons {
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.video-container {
	position:relative;
	padding:30px;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container-inside {
	background-color: black;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.contenedor-fotos-certificadas {
    position: relative;
    display: block; /* Cambio de inline-block a block para que no haya espacio lateral */
    margin: 0 auto; /* Centra el contenedor */
	margin-bottom: 30px !important;
}

.contenedor-fotos-certificadas img {
    width: 100%;
    display: block; /* Elimina el espacio extra debajo de la imagen */
}

.fotos-certificadas {
    width: 100%;
    background-color: rgba(241, 38, 191, 1);
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	border: 1px solid #bd2187;
}
/*
.fotos-certificadas-grid-escorts {
    width: 100%;
    background-color: #84a161;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    font-size: 12px;
}
*/

.fotos-certificadas-grid-escorts {
	width: 100%;
    padding: 0 5px;
    background-color: #84a161;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
/*    border: 1px solid #5b5b5b;*/
}

.header-escort {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 0.5);
    letter-spacing: 2px;
}

h3{
	color: #ad655f !important;
}

    /* Estilos del modal */
    .modal {
/*        display: none;*/
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
/*        display: flex;*/
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .modal-contenedor {
        position: relative;
/*        display: flex;*/
        align-items: center;
        justify-content: center;
    }

    .modal-contenido {
/*        max-width: 80%;*/
        max-height: 90vh;
    }

    .cerrar {
        position: absolute;
        top: 0%;
		transform: translateY(-50%);
        color: white;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }

    .anterior, .siguiente {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        font-weight: bold;
        color: white;
        cursor: pointer;
        padding: 10px;
        transition: 0.3s;
    }

    .anterior { left: 20px; }
    .siguiente { right: 20px; }
	.cerrar { right: -7px; }	

    .anterior:hover, .siguiente:hover {
		color: #bbbbbb !important;
		text-decoration: none !important;
    }

	.uk-badge{
		font-size: 14px !important;
	}

@media (max-width: 768px) {
    .modal-contenedor {
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .modal-contenido {
        max-width: 80%;
        max-height: 90vh;
    }
	
    .anterior { left: 30px; }
    .siguiente { right: 30px; }	
	.cerrar { right: 7%; top: 0px; }
	
	.uk-badge {
		font-size: 12px !important; 
		font-weight: 300; 
		line-height: 18px;	
	}

}

.no_underline{
	text-decoration: none !important;
}

.less-padding-mobile{
	padding-left: 10px !important;
}

.white, .white > a{
	color: #fff !important;
}