
button:focus, input:focus, textarea:focus, .btn:focus, select:focus
{
  box-shadow: none !important;
  outline:none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none !important;
}
/* quitar el border azul en radio y checbox en un button*/
.btn.focus, .btn:focus
{
	box-shadow: none !important;
}
/* fin de button*/
input[type=checkbox]:focus ~ .label_check::before, input[type=checkbox]:focus ~ label.btn::before {
  box-shadow:none !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }
#logo_login
{
	width: 130px;
}
.fondo_login_oscuro
{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fondo_login_oscuro_nueva
{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.div_login
{
	width: 90%;
}
.div_login_1
{
	background-color: #fff;
	border-radius: 13px 13px 0px 0px;
	border: 1px solid #E9E9EA;
	border-bottom: 0px;
	padding: 20px 20px;
}
.h1_login
{
	color: #77BDF0;
	font-family: AvenirHeavy;
	font-size: 28px;
}
.input_login
{
	background-color: #F7F8F7;
	border-radius: 6px;
	width: 100%;
	border: 1px solid #E3E3E3;
	font-family: AvenirBook;
	color: #9D9D9D;
	font-size: 14px;
	padding: 8px 15px;
}
.input_login::placeholder
{
	font-family: AvenirBook;
	color: #9D9D9D;
	font-size: 14px;
}
.label_check
{
	color: #C3C3C3;
	font-family: AvenirBook;
	font-size: 13px;
}
.label_check:hover
{
	color: #C3C3C3;
}
.p_login
{
	color: #C3C3C3;
	font-family: AvenirBook;
	font-size: 12px;
}
.btn_login_celeste
{
	background-color: #2e639c;
	width: 100%;
	border-radius: 6px;
	color: #fff;
	font-family: AvenirHeavy;
	padding: 10px 12px;
}
.btn_login_celeste:hover
{
	color: #fff;
}
.btn_login_blanco
{
	background-color: #fff;
	border: 1px solid #E9E9EA;
	color: #77BDF0;
	font-family: AvenirHeavy;
	border-radius: 0px 0px 13px 13px;
	width: 100%;
	padding: 10px 12px;
}
.btn_login_blanco:hover
{
	color: #77BDF0;	
}
.btn_modal_4
{
	border: 1px solid #E3E3E3;
	background-color: #FAFAFA;
	border-radius: 6px;
	width: 47%;
	padding: 10px 12px;
}
.btn_modal_2
{
	border: 1px solid #E3E3E3;
	background-color: #FAFAFA;
	border-radius: 6px;
	width: 96%;
	color: #333333;
	font-family: AvenirMedium;
	padding: 10px 12px;
}
.input_blancos_modal
{
	background-color: #ffff;
	width: 95%;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 0px;
	color: #333333;
	font-family: AvenirBook;
	font-size: 14px;
	padding: 8px 15px;
}
.input_blancos_modal::placeholder
{
	color: #333333;
	font-family: AvenirBook;

	font-size: 14px;
}
.bor_botom_ultimo
{
	border-bottom:1px solid #E3E3E3 !important;
	border-radius: 0px 0px 6px 6px; 
}
.bor_radius_top
{
	border-radius: 6px 6px 0px 0px;
}
.btn_registrad_modal
{
	background-color: #77BDF0;
	width: 96%;
	border-radius: 6px;
	color: #fff;
	font-family: AvenirHeavy;
	padding: 10px 12px;
}
.btn_registrad_modal:hover
{
	color: #fff;
}
.btn_add_foto
{
	background-color: #77BDF0;
	width: 40%;
	border-radius: 6px;
	color: #fff;
	font-family: AvenirHeavy;
	padding: 10px 12px;
}
.btn_add_foto:hover
{
	color: #fff;
}
.fondo_col_modal
{
	background-color: #F8F8F8;
}
.subtitulo_heavy_33
{
	font-family: AvenirHeavy;
	color: #333333;
	font-size: 22px;
}
.p_descrip_modal
{
	color: #333333;
	font-family: Avenirlight;
	font-size: 14px;
	line-height: 1.3;
}
.black_modal
{
	font-family: AvenirBlack;
}
.close
{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999999;
}
.close:hover
{
    color: #000;
    opacity: .5;
}
.d_none_modal
{
	display: none;
}
.input_blanco_formu
{
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #E8E8E8;
	border-radius: 12px;
	padding: 10px 12px;
	font-family: AvenirBook;
	font-size: 14px;
	color: #9D9D9D;
}
.input_blanco_formu::placeholder,
.sd::placeholder
{
	font-family: AvenirBook;
	font-size: 14px;
	color: #9D9D9D;
}
.sd-container {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 12px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #E8E8E8;
}

.sd {
  padding: 0px;
  width: 100%;
  border: 0px;
  font-family: AvenirBook;
	font-size: 14px;
	color: #9D9D9D;
}

.open-button {
  position: absolute;
  top: 8px;
  right: 11px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}

.open-button button {
  border: none;
  background: transparent;
  color: #9D9D9D;
}
.bajar_input_blan
{
	margin-top: 10px;
}
canvas{
  height: 206px;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  background-color: white;
}
.input_file
{
	width: 0px;
}
.btn_foto
{
	background-color: #77BDF0;
	color: #ffffff;
	border-radius: 12px;
	font-family: AvenirMedium;
	font-size: 13px;
	width: 65%;
	position: absolute;
	z-index: 9999999;
	left: 17.5%;
	bottom: 10px;
	cursor: pointer;
}
.btn_foto_edit
{
	background-color: #77bdf0;
	color: #ffffff;
	border-radius: 12px;
	font-family: AvenirMedium;
	font-size: 13px;
	width: 20%;
	position: absolute;
	z-index: 9999999;
	right: 20px;
	bottom: 10px;
	height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
}
.btn_foto:hover,
.btn_foto_edit:hover
{
	color: #ffffff;
}
.btn-group, .btn-group-vertical
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn_tag
{
	background-color: #ffffff;
	width: auto;
	color: #555555;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	margin-right: 5px;
	font-family: AvenirBook;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px !important;
	cursor: pointer;
}
.simple_tag
{
	background-color: #ffffff;
	width: auto;
	color: #555555;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	margin-right: 5px;
	font-family: AvenirBook;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px !important;
}
.btn_tag:not(:disabled):not(.disabled).active, .btn_tag:not(:disabled):not(.disabled):active, .show>.btn_tag.dropdown-toggle
{
	color: #fff;
    background-color: #77BDF0;
    border-color: #ffffff;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle)
{
	border-radius: 8px;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child)
{
	border-radius: 8px;
}
.btn-group-vertical>.btn, .btn-group>.btn
{
    flex: 0 1 auto;
}
.btn_toggle_padding
{
	padding: 0px 0px;
}
.div_select_perso
{
	width: 300px;
}
.select_form_1
{
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
	border-radius: 24px;
	color: #555555;
	font-family: AvenirBook;
	font-size: 14px;
	width: 207px;
	padding: 8px 12px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	position: relative;
}
.div-select-perso
{
	width: 207px;
}
.div-select1
{
	width: 100%;
}
.select_form_1::after
{
	content: '\f107';
	position: absolute;
	right: 10px;
	color: #555555;
	font-size: 13px;
	z-index: 999999;
	font-family: "Font Awesome 5 Free";
}
.p_into
{
	color: #555555;
	font-family: AvenirBlack;
	margin-right: 30px;
	font-size: 14px;
	width: 65px;
	text-align: left;
}
.btn_next_form
{
	background-color: #77BDF0;
	border-radius: 6px;
	color: #FFFFFF;
	font-family: AvenirHeavy;
	padding: 10px 12px;
	width: 100%;
}
.btn_next_form:hover
{
	color: #FFFFFF;
}
.btn_next_contacto
{
	background-color: #77BDF0;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: AvenirHeavy;
	padding: 10px 12px;
	width: 40%;
}
.btn_next_contacto:hover
{
	color: #FFFFFF;
}
.btn_next_foto
{
	background-color: #77BDF0;
	border-radius: 6px;
	color: #FFFFFF;
	font-family: AvenirHeavy;
	padding: 10px 12px;
	width: 50%;
}
.btn_next_foto:hover
{
	color: #FFFFFF;
}
.link_step
{
	color: #555555;
	font-family: AvenirBook;
}
.link_step:hover
{
	color: #555555;
}
.div_logo
{
	width: 50px;
	height: 50px;
}
.footer_form
{
	background-color: #ffffff;
	border: 1px solid #00000029;
}
.p_2020_footer
{
	color: #A5A5A5;
	font-family: AvenirBook;
	font-size: 14px;
}
.link_footerfomr1
{
	color: #A5A5A5;
	font-family: AvenirBook;
	font-size: 13px;
}
.link_footerfomr1:hover
{
	color: #A5A5A5;
	text-decoration: none;
}
.div_logo_pro
{
	width: 200px;
}
.w_p_fomr2
{
	width: 85px !important;
}
.w_p_select
{
	width: 100% !important;
}
.div_blanco_texte
{
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
}
.textarea_form
{
	width: 100%;
	border: 0px;
	color: #555555;
	font-size: 13px;
	font-family: AvenirBook;
	resize: none;
	height: 80px;
}
.textarea_form::placeholder
{
	color: #BEBEBE;
	font-size: 13px;
	font-family: AvenirBook;
}
.cantidad_caracteres
{
	color: #B2B2B2;
	font-size: 12px;
	font-family: AvenirBook;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.p_textarea
{
	color: #555555;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.w_p_fomr3
{
	width: 120px !important;
}
.h6_4
{
	color: #555555;
	font-family: AvenirBlack;
	font-size: 16px;
}
.p_4
{
	color: #555555;
	font-size: 14px;
	font-family: AvenirBook;
}
.spna00
{
	font-family: AvenirBlack;
	color: #77BDF0;
}
.btn_4
{
	background-color: #77BDF0;
	border-radius: 10px;
	color: #FFFFFF;
	border:0px;
	font-family: AvenirHeavy;
	font-size: 14px;
	width: 90%;
	padding: 8px 12px;
}
.div_blanco_4
{
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	background-color: #ffffff;
	width: 100%;
}
.div_img_celeste
{
	height: 50px;
}
.div_blanco_cabezera
{
	width: 100%;
	height: 55px;
	background-color: #ffffff;
}
.img_logo_cabezera
{
	position: absolute;
	top: -24px;
    width: 50%;
    left: 25%;
}
.img_circulo_negro
{
	width: 30px;
	height: 30px;
}
.img_close
{
	width: 20px;
	height: 20px;
	z-index: 999999;
}
.close_celular
{
	background: transparent;
	right: 10px;
	top: 10px;
	color: #333333;
	position: absolute;
	z-index: 9999;
	border:0px;
}
.secc_bajar_primero
{
	margin-top: 82px;
}
.subtitulo_modal
{
	color: #555555;
	font-family: AvenirBlack;
	font-size: 16px;
}
.img_cuadrada_modal
{
	width: 192px;
	height: 181px;
}
.logo_menu
{
	width: 110px;
    height: 55px;
    padding-top: 5px;
}
.link_menu_home
{
	color: #707070;
	font-family: AvenirMedium;
	font-size: 14px;
}
.link_menu_home:hover
{
	color: #707070;
	text-decoration: none;
}
.btn_upgrade
{
	color: #707070;
	font-family: AvenirBook;
	font-size: 13px;
	border: 1px solid #707070;
	border-radius: 16px;
}
.btn_upgrade:hover
{
	color: #707070;
}
.p_credits_number
{
	color: #707070;
	font-family: AvenirBook;
	font-size: 13px;
}
.div_img_circulo
{
	box-shadow: 0px 6px 12px #00000029;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.img_circulo_nav
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.btn_x_nav
{
	background-color: transparent;
	border: 0px;
	color: #000000;
	font-size: 15px;
	font-family: AvenirMedium;
}
.div_blanco_drow
{
	background-color: #FFFFFF;
	width: 23%;
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 99999;
	display: none;
	border: 1px solid #F3F3F3;
	box-shadow: 0px 3px 6px #00000029;
}
.list_drow
{
	border-bottom: 1px solid #EAEAEA;
}
.list_drow_top
{
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	margin-top: 70px;
}
.carousel_specia
{
	height: 129px;
}
.img_caroucel
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}
.carousel-cell
{
	width: 130px;
	height: 100%;
	border-radius: 18px;
}
.div_verde_activo
{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2.5px solid #ffffff;
	background-color: #73BF25;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	box-shadow: 0px 6px 12px #00000029;
}
.div_amarillo
{
	background-color: #C1871E;
	border-radius: 18px;
	height: 100%;
}
.div_amarillo_largo
{
	background-color: #C1871E;
	border-radius: 8px;
	height: 226px;
}
.p_amarillo
{
	color: #ffffff;
	font-family: AvenirBook;
	font-size: 13px;
	line-height: 1.2;
}
.p_amarillo_2
{
	line-height: 1.6;
	color: #ffffff;
	font-family: AvenirBook;
	font-size: 13px;
}
.img_corona
{
	width: 65px;
}
.div_pefil_circulo
{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #00000029; 
}
.div_blanco_genral
{
	background-color: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
}
.border_top
{
	border-radius: 6px 6px 0px 0px;
}
.border_bottom
{
	border-radius: 0px 0px 6px 6px;
}
.h6_nombre
{
	font-family: AvenirHeavy;
	color: #333333;
	font-size: 18px;
}
.p_ciudad
{
	font-family: AvenirBook;
	font-size: 14px;
	color: #333333;
}
.div_datos_peque
{
	width: 200px;
}
.input_buscar
{
	border:0px;
	color: #555555;
	font-family: AvenirBook;
	font-size: 14px;
}
.div_buscar
{
	border: 1px solid #A5A5A5;
	border-radius: 19px;
}
.btn_buscar
{
	background-color: transparent;
	border-radius: 0px 19px 19px 0px;
	border-left: 1px solid #D5D5D5;
	color: #A5A5A5;
	border-top: 0px;
	border-right:0px;
	border-bottom: 0px;
}
.h6_subtitulo_pro
{
	color: #555555;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.p_porcentaje,
.p_porcentaje:hover
{
	color: #555555;
	font-family: AvenirBook;
	font-size: 14px;
	text-decoration: none;
}
.progress_home
{
	height: 8px;
	border-radius: 0px;
	background-color:#EDEDED;
}
.progress_bar
{
    background-color: #D0A963;
}
/* acordion */
.accordion-wrap3{
    border-bottom: 0px;
}

.accordion-item3{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff;
  padding: 5px 20px;
  margin-bottom: 5px;
  border-radius: 0px;
}

.accordion-header3{
  transition: ease-in-out 100ms;
  text-align: left;
  margin-bottom: 0px;
  color: #4A4A4A;
  font-family: AvenirBook;
  font-size: 14px;
}

.accordion-text3{
  width: 100%;
  text-align: left;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
 }

 .fa{
    transition: ease-in-out 300ms;
 }

 .rotate-fa3{
    transform: rotate(90deg);
 }


 .accordion-header3 .fa{
    float: right;
    line-height: 25px;
    color: #515151;
 }

 .accordion-no-bar3{
    border-bottom: 0;
}
.border_bottom_acordion
{
	border-bottom: 1px solid #EBEBEB; 
}
.p_acordion
{
	color: #555555;
	font-family: AvenirBook;
 	font-size: 14px;
}
.btn_activo
{
	background-color: transparent;
	border: 0px;
	font-family: AvenirBook;
 	font-size: 14px;
 	color: #707070;
 	width: 50%;
}
.btn_activo:not(:disabled):not(.disabled).active, .btn_activo:not(:disabled):not(.disabled):active, .show>.btn_activo.dropdown-toggle
{
	color: #6C4397;
	text-decoration: underline #6C4397; 
}
/* fin acordion */
.select_sinborder
{
	border: 0;
	resize: none;
	font-family: AvenirBook;
 	font-size: 14px;
 	color: #707070;
 	background-color: transparent;
}
.div_personal
{
	width: 100%;
	box-shadow: 0px 6px 12px #00000029;
	border-radius: 8px;
}
.img_general_radius
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}
.div_blanco_icon
{
	background-color: #ffffff;
	border-radius: 0px 0px 8px 8px;
}
.div_personal_imagen
{
	width: 100%;
	height: 321px;
}
.div_absulute_sombra
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.8939950980392157) 4%, rgba(255,254,254,0.025647759103641476) 40%);
	border-radius: 8px 8px 0px 0px;
}
.hidden{
	display: none;
}
.p_blanco1
{
	color: #ffffff;
	font-family: AvenirHeavy;
	font-size: 14px;
}
.p_blanco2
{
	color: #ffffff;
	font-size: 14px;
	font-family: Avenirlight;
}
.spna_nombre_cantidad
{
	 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 85px;
}
.badge_primary
{
	background-color: #1A1413;
	font-size: 13px;
	font-family: AvenirMedium;
	color: #ffffff;
	border-radius: 14px;
}
.btn_icons_chast
{
	background-color: transparent;
	border: 0px;
	color: #8F8F8F;
	font-size: 18px;
	width: 25%;
}
.btn_icons_chast_acitvo
{
	background-color: transparent;
	border: 0px;
	color: #8F8F8F;
	font-size: 18px;
	width: 50%;
	border-radius: 0px !important;
}
.border_right_icon
{
	border-right: 1px solid #EBEBEB;
}
.mostrar_icon_activos
{
	display: none;
}
.btn_icons_chast_acitvo:not(:disabled):not(.disabled).active, .btn_icons_chast_acitvo:not(:disabled):not(.disabled):active, .show>.btn_icons_chast_acitvo.dropdown-toggle
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_icons_chast_acitvo:not(:disabled):not(.disabled).active .icon_ocultar_emoji, .btn_icons_chast_acitvo:not(:disabled):not(.disabled):active .icon_ocultar_emoji, .show>.btn_icons_chast_acitvo.dropdown-toggle
{
	display: none; 
}
.btn_icons_chast_acitvo:not(:disabled):not(.disabled).active .mostrar_icon_activos, .btn_icons_chast_acitvo:not(:disabled):not(.disabled):active .mostrar_icon_activos, .show>.btn_icons_chast_acitvo.dropdown-toggle
{
	display: block !important; 

}
.div_activo_perfil
{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2.5px solid #ffffff;
	background-color: #73BF25;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 9999999;
	box-shadow: 0px 6px 12px #00000029;
}
.div_inactivo_perfil {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2.5px solid #ffffff;
    background-color: red;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9999999;
    box-shadow: 0px 6px 12px #00000029;
}


.btn_premiun_anaranjado
{
	background-color: #ffffff;
	border-radius: 6px;
	width: 1000%;
	color: #3FA39C;
	font-size: 14px;
	font-family: AvenirHeavy;
}
.btn_premiun_anaranjado:hover
{
	color: #3FA39C;
}
.padding_left
{
	padding-left: 0px;
}
.div_group_icon
{
	width: 50%;
}
.div_nombre_porfiles
{
	width: 100%;
}
.div_amarillo_footer_home
{
	background-color: #C1871E;
	box-shadow: 0px 3px 6px #00000029;
	margin-top: -35px;
}
.p_blanco_footer_home
{
	color: #ffffff;
	font-family: AvenirBook;
	font-size: 13px;
	margin-top: 50px;
	margin-left: 0px;
}
.h6_your_titulo
{
	color: #333333;
	font-family: AvenirHeavy;
	font-size: 23px;
}
.img_corazon
{
	width: 120px;
}
.div_personal_portafolio
{
	width: 100%;
}
.secc_nav
{
	height: 65px;
}
.p_ciudad_portafolio
{
	color: #333333;
	font-family: AvenirBook;
	font-size: 14px;
}
.p_validated
{
	color: #555555;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.icon_plomo
{
	width: 18px;
}
.p_mutual_medium
{
	color: #555555;
	font-family: AvenirBook;
	font-size: 13px;
}
.span_black
{
	font-family: AvenirBlack;
}
.div_radius_portafolio_6
{
	border-radius: 2px;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
}
.img_radius_portafolio
{
	border-radius: 13px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.div_plomo_portafolio
{
	width: 100%;
	height: 100%;
	background-color: #939393e0;
	border-radius: 13px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.p_private_opacidad
{
	color: #ffffffbf;
	font-family: AvenirHeavy;
	font-size: 14px;
}
.ico_ojos
{
	color: #fefefeba;
	font-size: 25px;
}
.btn_linkask
{
	background-color: #ffffffbf;
	border-radius: 6px;
	color: #9B9796;
	font-family: AvenirHeavy;
	width: 100%;
	font-size: 13px;
}
.btn_linkask:hover
{
	color: #9B9796;
}
.p_black_55
{
	color: #555555;
	font-size: 16px;
	font-family: AvenirHeavy;
}
.div_linea
{
	width: 100%;
	height: 1px;
	background-color: #C6C6C6;
}
.h6_bf
{
	color: #BFB8B3;
	font-family: chalkboardregular;
	font-size: 16px;
}
.btn_blanco_portafolio
{
	background-color: #FFFFFF;
	border-radius: 13px;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 3px 6px #00000029;
	color: #555555;
	font-size: 11px;
	font-family: AvenirBlack;
}
.div_img_portafolio
{
	height: 151px;
    width: 46%;
}
.btn_edit_azul
{
	position: absolute;
	right: 10px;
	top: 0;
	background-color: #77BDF0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	z-index: 99;
	border: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}
.btn_edit_rojo
{
	position: absolute;
    right: 10px;
    top: 10px;
    background-color: #dc3545;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    z-index: 99;
    border: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.btn_edit_azul_2
{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #77BDF0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	z-index: 99;
	border: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}
.btn_edit_azul_3
{
	position: absolute;
	right: 10px;
	bottom: 5px;
	background-color: #77BDF0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	z-index: 99;
	border: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}
.btn_edit_azul_4
{
	position: absolute;
	right: -50px;
	bottom: 5px;
	background-color: #77BDF0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	z-index: 99;
	border: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}
.btn_edit_azul_5
{
	position: absolute;
	right:-50px;
	bottom: 0px;
	background-color: #77BDF0;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	z-index: 99;
	border: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
}
.btn_generic {
    background-color: #77BDF0;
    border-radius: 6px;
    color: #fff;
    font-family: AvenirHeavy;
    padding: 10px 20px;
}
.btn_generic:hover{
	color: #fff !important;
}
.titulo_premiun
{
	color: #333333;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.label_radius
{
	font-size: 14px;
	font-family: AvenirBook;
	color: #8F8F8F;
	width: 50%;
	justify-content: center;
}
.div_doble_premiun
{
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 4px 11px #00000029;
	width: 100%;
}
.div_iguales_premiun
{
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 4px 11px #00000029;
	width: 50%; 
}
.sub_div_dos
{
	width: 100%;
}
.div_iguales_premiun
{
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 4px 11px #00000029;
	width: 100%; 
	padding-left: 23px;
	padding-right: 23px;
}
.titulo_card
{
	color: #535353;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.subtitulo_card
{
	color: #535353;
	font-family: Avenirlight;
	font-size: 16px;
}
.lin_card
{
	font-size: 14px;
	color: #8F8F8F;
	font-family: AvenirMedium;
}
.icon_verde
{
	color: #85B745;
}
.div_plomo_h
{
	width: 1px;
	height: 90%;
	background-color: #CBCBCB;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: none;
}
.div_carac_list
{
	height: 150px;
	overflow-y: scroll;
}
.btn_card
{
	background-color: #77BDF0;
	border-radius: 20px;
	color: #ffffff;
	font-family: AvenirHeavy;
	font-size: 14px;
	width: 90%;
	height: 50px;
	margin-left: 5%;
}
.btn_card:hover
{
	color: #ffffff;
}
.img_mujer_hombre
{
	height: 107%;
	width: 200px;
	position: absolute;
	left: 50px;
	top: -13px;
	z-index: 1;
}
.img_mujer_mujer
{
	height: 120%;
	width: 220px;
	position: absolute;
	left: 55px;
	top: -80px;
	z-index: 1;
}
.p_precio_modal
{
	color: #333333;
	font-family: AvenirHeavy;
	font-size: 14px;
}
.label_pago
{
	font-family: AvenirBook;
	color: #555555;
	font-size: 14px;
}
.input_pago
{
	width: 100%;
	color: #ADADAD;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	border-radius: 11px;
	font-size: 14px;
	font-family: AvenirBook;
	padding: 8px 12px;
}
.input_pla_center
{
	text-align: center;
}
.input_pago::placeholder,
.input_dos::placeholder
{
	font-size: 14px;
	font-family: AvenirBook;
	color: #ADADAD;
}
.input_dos::placeholder,
.input_pla_center::placeholder
{
	text-align: center;
}
.input_dos
{
	width: 100%;
	color: #ADADAD;
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	border-radius: 11px;
	font-size: 14px;
	font-family: AvenirBook;
	padding: 8px 12px;
	text-align: center;
}
.modal_fondo
{
	background-color: #F5F5F5;
	border: 1px solid #707070;
}
.btn_modal
{
	background-color: #77BDF0;
	border-radius: 27px;
	color: #ffffff;
	font-size: 14px;
	font-family: AvenirHeavy;
}
.btn_modal:hover
{
	color: #ffffff;
}
.p_terminos
{
	color: #B2B2B2;
	font-family: AvenirBook;
	font-size: 14px;
	line-height: 1.3;
}
.div_celeste_cuadrado
{
	background-color: #77BDF0;
	width: 100%;
	border-radius: 10px;
	border: 0px;
	position: relative;
}
.h6_blanco_celeste
{
	color: #FFFFFF;
	font-family: AvenirBlack;
}
.p_blanco_celeste
{
	color: #ffffffcc;
	font-family: AvenirBook;
	font-size: 14px;
}
.btn_go_premiun
{
	border-radius: 16px;
	border: 1px solid #707070;
	font-size: 14px;
	font-family: AvenirHeavy;
}
.p_regular_che
{
	color: #333333;
	font-size: 16px;
	font-family: ChalkDust;
}
.link_modal_maybe
{
	color: #555555;
	font-family: AvenirMedium;
	font-size: 14px;
}
.link_modal_maybe:hover
{
	color: #555555;
	text-decoration: none;
}
.img_popular
{
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 1;
	width: 60px;
}
.img_radius_go
{
	border-radius: 18px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.div_9_imagenes
{
	width: 100px;
	height: 99px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 18px;
	margin-left: 4px;
	margin-right: 4px;
}
.img_flecha_rojo
{
	position: absolute;
	top: 0;
	left: 250px;
	z-index: 1;
	width: 100px;
	height: 100px;
	display: none;
}
.subtitulo_work
{
	color: #6C4397;
	font-family: AvenirHeavy;
	font-size: 16px;
}
.list_number_work
{
	color: #555555;
	font-family: AvenirMedium;
	font-size: 14px;
}
.p_chosse
{
	font-size: 16px;
	color: #A0A0A0;
	font-family: AvenirHeavy;
}
.select_blanco
{
	background-color: #ffffff;
	color: #3C3C3C;
	font-family: Avenirlight;
	border-radius: 27px;
	box-shadow: 0px 3px 6px #00000029;
	border: 0px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	padding: 8px 15px;
	margin-left: 15px;
	width: 170px;
	position: relative;
}
.select_blanco::before
{
	content:  '';
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 999999;
	width: 20px;
	height: 20px;
	background-color: red;
}
/* acordion add */
.accordion{
    width: 100%;
    padding: 10px 15px;
    border: 0px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}

.accordion .ing_acordion {
    transition: all .1s ease-in;
    width: 25px;
    height: 25px;
}
.accordion .multi_acordion{
    display: none;
}
/*.active, .accordion:hover{
    background-color: #fff;
    color: #74A8BF;
    transition: all .5s ease-in;
    border: 0px;
    box-shadow: none;
    border-radius: 14px 14px 14px 14px;
}*/
.active, .accordion:focus
{
	border-radius: 14px 14px 0px 0px;
}
.active .multi_acordion{
    display: block;
}
.active .add_acordion{
    display: none;
}
.accordion .h5_acordion{
    font-size: 16px;
    margin: 0;
    color: #74A8BF;
    padding-left: 5px;
    font-family: AvenirHeavy;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.active .h5_acordion , .accordion:hover .h5_acordion{
    color: #74A8BF;
}
.panal{
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    transition: all .1s ease-in;
    max-height: 0;
    background-color: #ffffff;
    border-radius: 0px 0px 14px 14px;
    color: #3C3C3C;
    font-family: AvenirMedium;
    margin-top: -5px;
}
/* din de inicio add */
.div_acordion
{
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 14px;
}
.p_descrio_faq
{
	color: #A0A0A0;
  	font-family: AvenirBook;
  	font-size: 14px;
}
.input_blanco_faq
{
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	color: #BEBEBE;
	font-size: 14px;
	font-family: AvenirBook;
	padding: 8px 15px;
	width: 100%;
}
.input_blanco_faq::placeholder,
.textarea_faq::placeholder
{
	color: #BEBEBE;
	font-size: 14px;
	font-family: AvenirBook;
}
.textarea_faq
{
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	color: #BEBEBE;
	font-size: 14px;
	font-family: AvenirBook;
	padding: 8px 15px;
	width: 100%;
	resize: none;
	height: 100px;
}
.btn_celeste_fad
{
	background-color: #77BDF0;
	border-radius: 27px;
	color: #ffffff;
	font-family: AvenirHeavy;
	font-size: 14px;
}
.btn_celeste_fad:hover
{
	color: #ffffff;
}
.div_blnaco_setting
{
	width: 100%;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 8px 0px;
}
.btn_setting
{
	width: auto;
	border: 0px;
	background-color: transparent;
	text-align: left;
	color: #555555;
	font-family: AvenirMedium;
	font-size: 14px;
}
.div_plomo
{
	padding-top: 35px;
	padding-left: 0px;
	overflow-y: scroll;
}
.div_plomo::-webkit-scrollbar,
.div_chats_scrool::-webkit-scrollbar,
.div_datos_img_card::-webkit-scrollbar,
.div_carac_list::-webkit-scrollbar
{
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
.div_chats_scrool
{
	border-left: 1px solid #F0F0F0;
	overflow-y: scroll;
	padding-top: 110px;
}
.div_llave
{
	position: sticky;
	bottom: 0;
	z-index: 1;
	width: 100%;
	left: 0;
	background-color: #ffffff;
}
.div_llave_modal
{
	bottom: 54px;
	position: sticky;
	z-index: 99;
}
.p_ligh_55
{
	font-size: 14px;
	color: #555555;
	font-family: Avenirlight;
}
.label_amarrillo
{
	color: #C57F15;
	font-family: AvenirMedium;
	font-size: 11px;
	text-decoration: underline;
}
.right_label
{
	margin-right: 9px;
}
/* input range */
#ex1Slider .slider-selection 
{
	background: #C57F15;
}
/* fin de rangw*/
.height_vh
{
	height: 100vh;
}
.btn_setting_save
{
	color: #ffffff;
	background-color: #77BDF0;
	border-radius: 27px;
	font-family: AvenirHeavy;
	font-size: 14px;
	width: 130px;
	text-align: center;
	padding: 10px 10px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_setting_save:hover
{
	color: #ffffff;
}
.select_setting
{
	color: #707070;
	font-family: Avenirlight;
	font-size: 14px;
	width: 100%;
	border: 1px solid #707070;
	background-color: #FBFBFB;
	border-radius: 17px;
	padding: 3px 10px;
}
.btn_facebook
{
	width: 100%;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 4px;
	background-color: #FBFBFB;
	height: 23px;
	font-size: 14px;
	font-family: Avenirlight;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link_azul
{
	color: #3100FF;
	font-family: Avenirlight;
	font-size: 14px;
}
.link_azul:hover
{
	color: #3100FF;
	text-decoration: none;
}
.label_setting
{
	color: #555555;
	font-family: Avenirlight;
	font-size: 14px;
	display: flex;
	align-items: center;
	width: 16%;
}
.resultado_ciudades_{
	z-index: 99 !important;
	max-height: 220px;
    overflow: auto;
}
.img_setting_radius
{
	border-radius: 13px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.div_seis_setting
{
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 13px;
	position: relative;
	width: 142px;
}
.div_btn_blnaco
{
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 1;
}
.btn_blanco_peque
{
	background-color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #707070;
	font-size: 13px;
	border: 0px;
	display: none;
}
.div_seis_setting:hover .div_btn_blnaco .btn_blanco_peque
{
	display: block;
}
.left_menu_blanco
{
	margin-left: 100px;
}
.ocultar_setting
{
	display: none;
}
.h6_categorias
{
	color: #8B8B8B;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.p_categorias_blog
{
	color: #8B8B8B;
	font-size: 15px;
	font-family: Avenirlight;
	cursor: pointer;
}
.div_linea_vertical
{
	height: 185px;
	width: 1px;
	background-color: #2DA5DC;
}
.span_rosado_igual
{
	width: 7px;
	height: 25px;
	background-color: #F61D59;
	box-shadow: 0px 3px 6px #00000029;
}
.span1
{
	position: absolute;
	top: 13px;
	left: -3px;
	z-index: 1;
}
.img_block
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.div_img_block
{
	width: 300px;
	height: 238px;
}
.div_descripcion
{
	background-color: #ffffff;
	border: 1px solid #DBDBDB;
	width: 709px;
	height: 198px;
}
.h6_titulo_blog
{
	color: #8B8B8B;
	font-family: AvenirHeavy;
	font-size: 16px;
	 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p_descrip_blog
{
	color: #BABABA;
	font-size: 14px;
	font-family: Avenirlight;
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 63px;
}
.p_tag_blog
{
	color: #A8A8A8;
	font-size: 14px;
	font-family: AvenirBook;
}
.btn_blog
{
	color: #ffffff;
	background-color: #FF80A3;
	border-radius: 15px;
	font-size: 14px;
	font-family: AvenirMedium;
	float: right;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_blog:hover
{
	color: #fff;
}
.btn_modal_login
{
	width: 23.5%;
	background-color: #FAFAFA;
	border: 1px solid #E3E3E3;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.iconoblanco
{
	display: none;
}
.btn_modal_login:not(:disabled):not(.disabled).active, .btn_modal_login:not(:disabled):not(.disabled):active, .show>.btn_modal_login.dropdown-toggle
{
    background-color: #77BDF0;
    border-color: #ffffff;
    outline: none !important; 
}
.btn_modal_login:not(:disabled):not(.disabled).active .iconoblanco, .btn_modal_login:not(:disabled):not(.disabled):active .iconoblanco, .show>.btn_modal_login.dropdown-toggle
{
    display: block;
}
.btn_modal_login:not(:disabled):not(.disabled).active .iconnegro, .btn_modal_login:not(:disabled):not(.disabled):active .iconnegro, .show>.btn_modal_login.dropdown-toggle
{
    display: none;
}
.btn_blanco_inbox
{
	background-color: #0EA497;
	border: 0px;
	color: #ffffff;
	font-size: 14px;
	font-family: AvenirMedium;
	border-radius: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.btn_blanco_inbox:not(:disabled):not(.disabled).active, .btn_blanco_inbox:not(:disabled):not(.disabled):active, .show>.btn_blanco_inbox.dropdown-toggle
{
    background-color: #ffffff;
    border-color: #0EA497;
    outline: none !important; 
    color: #0EA497;
}
.altura_igual_inbox
{
	width: 195px;
}
.btn_blanco_inbox:hover
{
	color: #ffffff;
}
.badge_inbox
{
	background-color: #FFFFFF;
	border-radius: 6px;
	color: #0EA497;
	font-family: AvenirMedium;
	width: auto;
	height: 18px;
	padding-top: 5px;
}
.btn_blanco_inbox:not(:disabled):not(.disabled).active .badge_inbox, .btn_blanco_inbox:not(:disabled):not(.disabled):active .badge_inbox, .show>.btn_blanco_inbox.dropdown-toggle
{
    background-color: #0EA497;
    color: #ffffff;
}
.btn_blanco_inbox_credit
{
	background-color: #C1871E;
	border-radius: 0px !important;
	color: #ffffff;
	font-family: AvenirMedium;
	font-size: 14px;
	border: 0px;
	display: flex;
	align-items: center;
	margin-right: 1px;
	justify-content: center;
	border-bottom: 1px solid #fff;
}
.btn_blanco_inbox_credit:hover
{
	color: #ffffff;
}
.btn_close_inbox
{
	background-color: #0EA497;
	color: #ffffff;
	border: 0px;
	width: 43px;
	height: 45px;
	border-bottom: 1px solid #fff;
}
.icon_size
{
	font-size: 20px;
}
.input_serach_inbox
{
	border: 0px;
	color: #555555;
	font-family: AvenirBook;
	font-size: 14px;
	border-radius: 19px 0px 0px 19px;
	width: 230px;
}
.input_serach_inbox_modal
{
	border: 0px;
	color: #555555;
	font-family: AvenirBook;
	font-size: 14px;
	border-radius: 19px 0px 0px 19px;
	width: 230px;
}
.btn_buscador_inbox
{
	border: 0px;
	border-left: 1px solid #D5D5D5;
	border-radius: 0px 19px 19px 0px;
	background-color: #ffffff;
	color: #A5A5A5;
}
.div_buscador_inbox
{
	border: 1px solid #A5A5A5;
	border-radius: 19px;
}
.img_inbox_radius
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.div_img_ibox
{
	border-radius: 8px;
	width: 80px;
	height: 80px;
}
.div_datos_inbox
{
	width: 220px;
	height: 80px;
	padding-right: 25px;
}
.h6_nombre_inbox
{
	font-family: AvenirHeavy;
	color: #333333;
	font-size: 15px;
}
.p_drescipcion_inbox
{
	color: #333333;
	font-family: AvenirMedium;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.div_activo_inbox
{
	background-color: #DAF2EF;
	position: relative;
}
.linea_acitvo_inbox
{
	height: 100%;
	width: 5px;
	background-color: #4DB4A7;
	left: 0;
	z-index: 1;
	position: absolute;
	top: 0;
}
.img_radius_circulo
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.div_circulo_inbox
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.div_mensaje
{
	/* width: 200px; */
}
.div_chats
{
	background-color: #E7F6F4;
	border-radius: 23px;
	position: relative;
	padding-right: 85px;
	width: fit-content;
}
.p_texto
{
	color: #333333;
	font-family: AvenirBook;
	font-size: 14px;
}
.spna_hora_inbox
{
	color: #949494;
	font-family: AvenirRoman;
	font-size: 11px;
	/* position: absolute; */
	text-align: right;
    padding-right: 13px;
	right: 20px;
	bottom: 8px;
}

.wink{
	width: 40px;
}

.div_mitad_inbox
{
	width: 100%;
}
.div_mensaje
{
	min-width: 200px !important;
	max-width: 628px !important;
}
.p_after
{
	color: #A2A2A2;
	font-family: RobotoRegular;
	font-size: 14px;
}
.b_ngrita
{
	color: #8D8D8D;
	font-family: RobotoBold;
}
.btn_enviar
{
	border: 0px;
}
.img_enviar
{
	width: 25px;
	height: 31px;
}
.text_enviar
{
	color: #848484;
	font-family: Avenirlight;
	font-size: 14px;
	resize: none;
	width: 910px;
	border: 0px;
	height: 55px;
}
.img_enviar_claro
{
	width: 25px;
	height: 31px;
	display: none;
}
.btn_enviar:hover .img_enviar_claro
{
	display: block;
}
.btn_enviar:hover .img_enviar
{
	display: none;
}
.altura_iguales_envio
{
	height: 475px;
}
.div_envio_absolute
{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1;
}
.altura_seccion
{
	height: 90vh;
	/* background-color: blue; */
}
.btn_llave
{
	background-color: transparent;
	border: 0px;
}
.img_llave
{
	width: 40px;
	height: 40px;
}
.div_datos_img_card
{
	height: 82%;
	overflow-y: scroll;
}
.altura_inbox_modal1
{
	width: 322px;
}
.text_enviar_modal
{
	color: #848484;
    font-family: Avenirlight;
    font-size: 14px;
    resize: none;
    width: 860px;
    border: 0px;
    height: 55px;
}
.img_comming
{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.div_coming
{
	width: 90%;
	background-color: #ffffff;
}
.div_uno_coming
{
	width: 100%;
	padding: 15px 20px;
}
.div_dos_coming
{
	width: 100%;
	display: none;
}
.titutlo_coming
{
	color: #333333;
	font-family: AvenirHeavy;
	font-size: 18px;
}
.descripcion_coming
{
	color: #333333;
	font-family: Avenirlight;
	font-size: 14px;
}
.img_logo_coming
{
	width: 60%;
}
.btn_coming
{
	background-color: #ffffff;
	border: 1px solid #707070;
	border-radius: 30px;
	color: #FE1E01;
	font-family: GottenSay;
	width: 45%;
	font-size: 14px;
}
.btn_coming:hover
{
	color: #ffffff;
	background-color: #FE1E01;
	border-color: #ffffff;
}
.btn_coming:hover .img_bnt1
{
	display: block;
}
.btn_coming:hover .img_bnt
{
	display: none;
}
.btn_coming:focus .img_bnt1
{
	display: block;
}
.btn_coming:focus .img_bnt
{
	display: none;
}
.img_bnt
{
	width: 55px;
}
.img_bnt1
{
	width: 55px;
	display: none;
}
.p_forgot
{
	color: #AFAFAF;
	font-family: AvenirMedium;
	font-size: 13px;
	text-align: right;
	font-weight: 100;
}
.p_forgot:hover
{
	color: #AFAFAF;
}
.p_recuperar
{
	color: #909090;
	font-family: AvenirMedium;
	font-size: 13px;
}
.bajar_nueva
{
	margin-top: 100px;
}
#resultados-paises
{
	position: absolute;
	z-index: 1;
	color: #333333;
	font-family: AvenirMedium;
	text-align: left;
	width: 94%;
	left: 3%;
	background-color: #ffffff;
	font-size: 14px;
	box-shadow: 0px 7px 9px #00000029;
	border-radius: 0px 0px 9px 9px;
	border: 1px solid #E8E8E8;
	border-top: 0px;
	display: none;
}
.input_addres
{
	width: 68% !important;
}
.ptexto
{
	color: #909090;
	font-family: AvenirMedium;
	font-size: 13px;
}
#resultados-regiones
{
	position: absolute;
    z-index: 1;
    color: #333333;
    font-family: AvenirMedium;
    text-align: left;
    width: 53%;
    left: 38.5%;
    background-color: #ffffff;
    font-size: 13px;
    box-shadow: 0px 7px 9px #00000029;
    border-radius: 0px 0px 9px 9px;
    border: 1px solid #E8E8E8;
    border-top: 0px;
    top: 40px;
    display: none;
}
#resultados-ciudades
{
	position: absolute;
    z-index: 1;
    color: #333333;
    font-family: AvenirMedium;
    text-align: left;
    width: 53%;
    left: 38.5%;
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: 0px 7px 9px #00000029;
    border-radius: 0px 0px 9px 9px;
    border: 1px solid #E8E8E8;
    border-top: 0px;
    top: 40px;
    display: none;
}
.modal_foto_perfil
{
	width: 95%;
}
.div1
{
	display: none;
}
.div2
{
	display: none;
}
.fileUpload {
	background: #77BDF0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    /* margin: 1.25em auto; */
    overflow: hidden;
    padding: 8px 14px;
    position: absolute;
    text-align: center;
    width: 170px;
    cursor: pointer;
    bottom: 8px;
    font-family: Avenirlight;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	background: #77BDF0;
  cursor: pointer;
}
.fileUpload input.upload_image {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
  cursor: pointer;
}
#edit
{
	display: none;
}
.img_gracias
{
	width: 100%;
	height: 100vh;
}
.btn_celeste_gracias
{
	background-color: #77BDF0;
	width: 70%;
	border-radius: 6px;
	color: #fff;
	font-family: AvenirHeavy;
	padding: 15px 12px;
	margin-top: 70px;
}
.btn_celeste_gracias:hover
{
	color: #fff;
}
.p_descrio_uno
{
	color: #555555;
	font-family: Avenirlight;
	padding: 0px 0px;
}
.p_descrio_dos
{
	color: #555555;
	font-family: AvenirMedium;
	margin-top: 80px;
}
.p_descrio_dos:hover
{
	color: #555555;
}
.p_descrio_tres
{
	color: #555555;
	font-family: Avenirlight;
}
.logo_gracias
{
	margin-top: 50px;
}
.icon_select
{
	position: absolute;
	right: 35px;
	top: 11px;
	z-index: 1;
	color: #555555;
}
.select_form_2
{
	width: 205px !important;
}
.div-select2
{
	width: 205px !important;
}
.select_dos
{
	width: 135px !important;
}
.select_uno
{
	width: 160px !important;
}
.icon_select_uno 
{
    right: 15px;
    top: 12px;
    position: absolute;
    z-index: 1;
}
.icon_select_idioma
{
	position: absolute;
	z-index: 1;
	right: 24px;
	top: 15px;
}
.icon_select3
{
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 12px;
	color: #555555;
}
.slect_extras
{
	width: 172px !important;
}
.div-favo
{
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.btn-link-favo
{
	color: #555555;
	font-size: 15px;
}
.btn-link-favo:hover
{
	text-decoration: none;
	color: #555555;
}
.btn-activo
{
	font-family: AvenirBlack;
}
.div-border-bottom
{
	border-bottom: 1px solid #EBEBEB;
}
.btn-desactivo
{
	font-family: AvenirMedium;
}
.logo-footer-facorito
{
	margin-top: -95px;
}
.amarrillo-height-footer
{
	height: 91px;
	margin-top: 120px;
}
.icon-select
{
	position: absolute;
	right: 20px;
	top: 13px;
	z-index: 99;
	color: #555555;
}
.div-modal-home
{
	width: 100%;
	height: 100%;
}
.img-pareja
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spna-modal
{
	font-family: AvenirBlack;
}
.logomodalhome
{
	width: 170px;
}
.p-tarea
{
	color: #555555;
	font-family: AvenirBlack;
}
.textarea-modal
{
	width: 100%;
	border: 1px solid #707070;
	border-radius: 7px;
	color: #555555;
	font-family: Avenirlight;
	height: 100px;
	resize: none;
	padding: 15px;
}
.btn-modal-home
{
	background-color: #77BDF0;
	color: #ffffff;
	border-radius: 12px;
	 font-family: AvenirMedium;
	height: 50px;
	display: flex;
    align-items: center;
    width: 60%;
    justify-content: center;
    margin-left: 20%;
}
.btn-modal-home:hover
{
	color: #ffffff;
}
.height-col
{
	height: 46px;
}
.btn-circulo-plomo
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffffffab;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#seccionbajar
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-plomo-login
{
	color: #FFFFFF;
	font-size: 35px;
}
.btn-circulo-plomo:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.subtitulo-lgin
{
	color: #333333;
	font-family: AvenirHeavy;
	font-size: 22px;
}
.p-descripcion-login
{
	color: #555555;
	font-family: Avenirlight;
}
.d-tres-icon-login
{
	width: 100%;
	text-align: center;
}
.h5-subtitulos-login
{
	color: #333333;
	font-family: AvenirHeavy;
}
.fondo-rosado-login
{
	background-color: #FBFBFB;
}
.subtitulo-blanco-female
{
	color: #FFFFFF;
	font-family: AvenirHeavy;
	font-size: 23px;
}
.color-plomo-new
{
	color: #555555 !important;
}
.colo-plomo-new-login
{
	color: #555555 !important;
}
.p-descripcion-login-blanco
{
	color: #ffffff;
	font-family: Avenirlight;
}
.list-login-plomo
{
	color: #333333;
	font-family: Avenirlight;
}
.btn-bajar-celeste
{
	margin-top: 50px;
	margin-bottom: 50px;
}
.padding-left-right-login
{
	padding-left: 30px;
	padding-right: 30px;
}
.div-heigth-img
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.fondo-negro-img
{
	background-image: url('../img/new-img-portada.png');
	background-position: top;

	background-repeat: no-repeat;
	background-color: #060606;
	padding-top: 60px;
}
.tiutlo-new-login
{
	color: #FBFBFB;
	font-family: AvenirHeavy;
	font-size: 23px;
}
.p-blanco-new-login
{
	color: #FBFBFB;
	font-family: Avenirlight;
}
.btn-enlace-new-login
{
	color: #FFFFFF;
	font-family: AvenirHeavy;
	border: 1px solid #ffffff;
	border-radius: 10px;
	background-color: transparent;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.btn-enlace-new-login:hover
{
	color: #ffffff;
}
.link-enter
{
	color: #ffffff;
	font-family: AvenirHeavy;
}
.link-enter:hover
{
	color: #FFFFFF
}
.img-login-blanco
{
	width: 180px;
}
.h6-titulo-modal
{
	color: #333333;
	font-family: AvenirHeavy;
	margin-top: 30px;
}
.p-color-modal-login
{
	color: #8F8F8F;
	font-family: AvenirMedium;
}
.btn-modal-login
{
	border: 1px solid #020101;
	background-color: transparent;
	color: #020101;
	font-family: AvenirHeavy;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 60%;
	margin-top: 30px;
}
.img-login-new
{
	width: 150px;
}
.col-modal-new
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
}
.input-contac-new
{
	font-family: AvenirBook;
    font-size: 14px;
    color: #707070;
    width: 100%;
    border: 0px;
    padding: 13px 20px;
    border-radius: 12px;
    box-shadow: 0px 7px 9px #00000029;
}
.input-contac-new::placeholder,
.textarea-contacto-new::placeholder
{
	color: #707070;
	font-family: AvenirBook;
}
.textarea-contacto-new
{
	font-family: AvenirBook;
    font-size: 14px;
    color: #707070;
    width: 100%;
    border: 0px;
    padding: 13px 20px;
    border-radius: 12px;
    box-shadow: 0px 7px 9px #00000029;
    resize: none;
    height: 150px;
}
.img-top-logo-blanco
{
   	width: 110px;
    margin-top: 17px;
}
.link-planes
{
	color: #0000FF;
	font-family: Avenirlight;
	text-decoration: underline;
}
.div-circulo-amarrilo
{
	width: 100%;
}
.h6-plomo-new
{
	color: #333333;
	font-family: AvenirHeavy;
	margin-bottom: 4px;
	font-size: 20px;
}
.dtop-number
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.img-linea-absolute
{
	position: absolute;
	left: 203px;
	top: 25px;
	z-index: 1;
	display: none;
}
.img-linea-absolute-right
{
	position: absolute;
	right: 203px;
	top: 25px;
	z-index: 1;
	display: none;
}
.link-plomo-new,
.link-plomo-new:hover
{
	color: #555555;
	text-decoration: underline;
}
.link-principal-new,
.link-principal-new:hover
{
	color: #ffffff !important;
	font-family: AvenirMedium;
	text-decoration: none;
	font-weight: 100;
}
.link-principal-new
{
	width: 100%;
	cursor: pointer;
	height: 28px;
}
.w_p_fomr4
{
	width: 100% !important;
}
.select-card
{
	width: 100%;
	color: #8F8F8F;
	font-family: AvenirMedium;
	border: 1px solid #ADADAD;
	border-radius: 10px;
	height: 40px;
	-webkit-appearance: none; 
	-moz-appearance: none;
}
.icon-select
{
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 1;
}
.div-vacio
{
	height: 40px;
}
.btn-sugar-planes
{
	background-color: transparent;
	color: #8F8F8F;
	font-family: AvenirMedium;
}
.btn-sugar-planes:hover
{
	color: #8F8F8F;
	text-decoration: none;
}
.morado-span
{
	color: #9437D8;
}
.btnactivoblack
{
	font-family: AvenirBlack;
}
.icon-heart-favorite
{
	color: #8F8F8F;
	font-size: 16px;
}
.widht-tres
{
	width: 33.3%;
}
.espacio_previewok_prueba
{
	height: 183px !important;
}
.btn-activo-daddy
{
	color: #CA8D2E;
	text-decoration: underline;
	font-family: AvenirBlack;
}
.titulo-daddies
{
	color: #707070;
	font-family: RalewayMedium;
	font-size: 20px;
}
.color-font-daddies
{
	color: #707070;
	font-family: RalewayExtraBold;
	font-size: 16px;
}
.descrip-daddies
{
	color: #707070;
 	font-family: Ralewayregular;
 	font-size: 15px;
}
.img-cirulo-daddies
{
	width: 100%;
	bottom: 0;
	z-index: 1;
	left: 0;
	position: absolute;
	height: 87%;
}
.img-personas-daddies
{
	width: 76%;
	top: 0;
	z-index: 2;
	left: 16%;
	position: absolute;
}
.btn-enlaces-daddies
{
	background-color: #C89530;
	border-radius: 23px;
	color: #fff;
	font-family: RalewaySemiBoldItalic;
	width: 250px;
	margin-top: 35px;
}
.btn-enlaces-daddies:hover
{
	color: #ffffff;
}
.img-logo-daddies
{
	margin-left: 0px;
	width: 150px;
}
.secc-top-daddies
{
	margin-top: 50px;
}
.d-flex-card
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 30px;
}
.div-cinco
{
	width: 20%;
}
.card-blanco-daddies
{
	width: 100%;
	box-shadow: 0px 3px 12px #5C65AA33;
	border-radius: 29px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
 	transition: transform .2s;
 	cursor: pointer;
}
.subtitulo-card-daddies
{
	color: #707070;
	font-family: RalewayExtraBold;
	font-size: 15px;
}
.link-azul
{
	color: #3100FF;
	text-decoration: underline;
}
.div-icon
{
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.altura-card-descr
{
	height: 140px;
}
.galeria-daddies
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 150px;
	grid-gap: 7px;
}
.galeria-item
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.galeria-item:nth-child(1)
{
	grid-column-start: span 2;
	grid-row-start: span 2;
	display: none;
}
.galeria-item:nth-child(2)
{
	grid-column-start: span 1;
	grid-row-start: span 3;
}
.galeria-item:nth-child(3)
{
	grid-column-start: span 1;
	grid-row-start: span 1;
}
.galeria-item:nth-child(4)
{
	grid-column-start: span 2;
	grid-row-start: span 4;
	padding-bottom: 90px;
	display: none;
}
.galeria-item:nth-child(5)
{
	grid-column-start: span 2;
	grid-row-start: span 2;
	padding-bottom: 90px;
	display: none;
}
.galeria-item:nth-child(6)
{
	grid-column-start: span 1;
	grid-row-start: span 3;
	margin-top: 0px;
}
.galeria-item:nth-child(7)
{
	grid-column-start: span 1;
	grid-row-start: span 1;
}
.secc-top-negativo
{
	margin-top: 50px;
}
.footer-daddies
{
	border: 0px;
	margin-top: 60px;
}
.img-logo-pro
{
	width: 35px;
}
.img-circel-daddies
{
	width: 100%;
}
.height-col-ddadies
{
	height: 280px;
}
.fondo-texto-celular
{
	background-color: #E4E4E4;
}
/* swiper slider*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color:#000;
}
.img-slier-daddies
{
	object-fit: cover;
}
/*.slider-card
{
	width: 220px !important;
}*/
.boddyfondo
{
	position: relative;
}
.altura-card-babies
{
	height: 170px;
}
/* fin de swiper */
.img-continua
{
	width: 345px;
    top: 190px;
    left: 0;
    z-index: -1;
    position: fixed;
}
.altura-card-dad-dos
{
    height: 255px;
}
.fondo-membresia
{
	background-color: #C1871E;
}
.img-corona-blanco
{
	width: 25px;
}
.p-blanco-tooltips
{
	color: #ffffff;
	font-size: 12px;
	font-family: AvenirMedium;
}
.div-tooltips
{
	display: flex;
	align-items: center;
	margin-top: 12px; 
}
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  filter: drop-shadow(0px 0px 2px #000000);
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  width: 300px;
  overflow: hidden;
  padding: 8px 5px;
  border-radius: 0px;
  background: #D0EA34;
  margin-left: 70px;
  height: auto;
  color: #555555;
  z-index: 99;
  font-family: AvenirMedium;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #B4B4B4;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #D0EA34;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #D0EA34;
}
[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
  left: 27%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #D0EA34;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #D0EA34;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}
/* poner modal*/
.modal-inbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 65%);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}
.modal-inbox.active {
  visibility: visible;
  opacity: 1;
}
.popup-inbox {
  margin: 30px auto;
  padding: 90px 30px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup-inbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-inbox .content-inbox {
  max-height: 30%;
  overflow: auto;
}
.h6-modal-inbox
{
	color: #555555;
	font-family: AvenirBlack;
}
.p-modal-inbox
{
	color: #555555;
	font-family: AvenirRoman;
}
.img-modal-inbox
{
	width: 136px;
}
.btn-modal-inbox
{
	background-color: #77BDF0;
	border-radius: 12px;
	color: #ffffff;
	font-family: AvenirMedium;
}
.btn-modal-inbox:hover
{
	color: #ffffff;
}
/* fin modal*/
@media (min-width: 375px)
{
	.img-personas-daddies
	{
		width: 72%;
		left: 18%;
	}
	.img-logo-daddies
	{
		width: 170px;
	}
}
@media (min-width: 411px)
{
	.altura-card-dad-dos
	{
	    height: 230px;
	}
	.titulo-daddies
	{
		font-size: 23px;
	}
	.height-col-ddadies
	{
		height: 306px;
	}
	.img-personas-daddies
	{
		width: 71%;
		left: 20%;
	}
	.img-personas-daddies-dos
	{
		width: 72% !important;
		left: 20% !important;
	}
}
@media (min-width: 480px)
{
	.altura-card-dad-dos
	{
	    height: 190px;
	}
	.titulo-daddies
	{
		font-size: 28px;
	}
	.height-col-ddadies
	{
		height: 363px;
	}
	.img-logo-daddies
	{
		width: 200px;
	}
}
@media (min-width: 640px)
{
	.altura-card-dad-dos
	{
	    height: 160px;
	}
	.card-blanco-daddies:hover
	{
	 	-ms-transform: scale(1.1); /* IE 9 */
	  	-webkit-transform: scale(1.1); /* Safari 3-8 */
	  	transform: scale(1.1); 
	}
	.img-continua
	{
		width: 430px;
		top: 20px;
		left: 50px;
	}
	.altura-card-babies
	{
		height: 140px;
	}
	.fondo-texto-celular
	{
		background-color: transparent;
	}
	.secc-top-daddies
	{
		margin-top: 80px;
	}
	.footer-daddies
	{
		border: 1px solid #EBEBEB;
	}
	.secc-top-negativo
	{
		margin-top: -94px;
	}
	.galeria-daddies
	{
		grid-template-columns: repeat(6, 1fr);
	}
	.galeria-item:nth-child(1)
	{
		grid-column-start: span 2;
		grid-row-start: span 2;
		display: block;
	}
	.galeria-item:nth-child(2)
	{
		grid-column-start: span 1;
		grid-row-start: span 3;
	}
	.galeria-item:nth-child(3)
	{
		grid-column-start: span 1;
		grid-row-start: span 1;
	}
	.galeria-item:nth-child(4)
	{
		grid-column-start: span 2;
		grid-row-start: span 4;
		padding-bottom: 90px;
		display: block;
	}
	.galeria-item:nth-child(5)
	{
		grid-column-start: span 2;
		grid-row-start: span 2;
		padding-bottom: 90px;
		display: block;
	}
	.galeria-item:nth-child(6)
	{
		grid-column-start: span 1;
		grid-row-start: span 3;
		margin-top: -157px;
	}
	.galeria-item:nth-child(7)
	{
		grid-column-start: span 1;
		grid-row-start: span 1;
	}
	.titulo-daddies
	{
		font-size: 25px;
	}
	.height-col-ddadies
	{
		height: 240px;
	}
	.div-cinco
	{
		width: 50%;
	}
	.img-personas-daddies
	{
		width: 72%;
		left: 19.5%;
	}
	.img-personas-daddies-dos
	{
		width: 72% !important;
		left: 19.5% !important;
	}
	.link-principal-new
	{
		width: auto;
	}
	.w_p_fomr4
	{
		width: 160px !important;
	}
	.fondo-rosado-login
	{
		background-image: url('../img/dating-expert3.png');	
		background-repeat: no-repeat;
	    background-position: 64% 0%;
    	background-size: 161%;
	}
	.dtop-number
	{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.div-circulo-amarrilo
	{
		width: 33.3%;
	}
	.img-linea-absolute
	{
		left: 130px;
    	width: 105px;
    	display: block;
	}
	.img-linea-absolute-right
	{
		right: 130px;
		width: 105px;
		display: block;
	}
	.img-top-logo-blanco
	{
	    width: 115px;
    	margin-top: 18px;
	}
	.col-modal-new
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	.fondo-negro-img
	{
		height: 190vh;
		background-image: url('../img/hero.jpg');
		background-size: cover;
		padding-top: 0px;
	}
	.d-tres-icon-login
	{
		width: 50%;
	}
	.padding-left-right-login
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.subtitulo-blanco-female
	{
		font-size: 28px;
	}
	.subtitulo-lgin
	{
		font-size: 28px;
	}
	.p_blanco_footer_home
	{
		margin-top: 0px;
		margin-left: 185px;
	}
	.slect_extras
	{
		width: 290px !important;
	}
	.icon_select3 
	{
	    right: 65px;
	}
	.icon_select_idioma
	{
		right: 74px;
	}
	.select_uno 
	{
    	width: 150px !important;
	}
	.select_dos 
	{
   		width: 125px !important;
	}
	.icon_select 
	{
	    right: 75px;
	    top: 11px;
	}
	.w_p_fomr2 
	{
    	width: 100px !important;
	}
	.w_p_select
	{
		width: 100px !important;
	}
	.select_form_2
	{
		width: 150px !important;
	}
	.div-select2
	{
		width: 150px !important;
	}
	.btn_celeste_gracias
	{
		width: 40%;
	}
	.p_descrio_uno
	{
	    padding: 0px 60px;
	}
	#resultados-regiones
	{
	    width: 50%;
	    left: 45%;
	}
	#resultados-ciudades
	{
		width: 51%;
    	left: 32%;
	}
	.input_addres
	{
		width: 82% !important;
	}
	.div_uno_coming
	{
		padding: 15px 70px;
	}
	.div_coming
	{
		width: 80%;
	}
	.btn_modal_login
	{
	    width: 23%;
	}
	.label_amarrillo
	{
		font-size: 13px;
	}
	.right_label
	{
		margin-right: 19px;
	}
	.div_seis_setting
	{
		width: 137px;
	}
	.btn_setting
	{
		width: auto;
	}
	.panal
	{
		padding: 0 20px;
	}
	.div_plomo_h
	{
		display: block;
	}
	.sub_div_dos
	{
		width: 50%;
	}
	.label_radius
	{
		width: auto;
	}
	.btn_edit_azul_5
	{
		left: -50px;
	}
	.div_nombre_porfiles
	{
		width: 49%;
	}
	.div_datos_peque 
	{
    	width: 180px;
	}
	.spna_nombre_cantidad
	{
		width: 85px;
	}
	.div_personal_imagen
	{
		height: 179px;
	}
	.btn_activo
	{
		width: auto;
	}
	.img_logo_cabezera 
	{
	    width: 28%;
	    left: 36%;
	}
	.p_into
	{
		width: auto;
		text-align: left;
		margin-right: 10px;
	}
	.select_form_1
	{
		width: 290px;
	}
	.div-select-perso
	{
		width: 290px;
	}
	.div-select1
	{
		width: 290px;
	}
	.div_select_perso
	{
		width: 290px;
	}
	.fondo_login_oscuro
	{
		height: 215vh;
	}
	.fondo_login_oscuro_nueva
	{
		height: 140vh;
	}
	.div_login 
	{
    	width: 60%;
	}
	.btn_modal_2
	{
	    width: 47%;
	}
	.btn_modal_4
	{
	    width: 23%;
	}
	.div_blanco_4
	{
		width: 45%;
	}
	.div_personal
	{
		width: 32%;
	}
	.div_peque_altura
	{
		height: 280px;
	}
	.img_corazon
	{
		width: 150px;
	}
	.div_img_portafolio
	{
		height: 151px;
	    width: 23.4%;
	}
	.div_tres_iguales
	{
		width: 48%;
	}
	.div_doble_premiun
	{
		width: 100%;
	}
	.div_iguales_premiun
	{
		width: 49%;
	}
	.select_blanco
	{
		width: 350px;
	}
	.div_img_block 
	{
    	width: 287px;
   		height: 220px;
	}
}
@media (min-width: 768px)
{
	.popup-inbox
	{
		width: 80%;
		margin: 70px auto;
		padding: 90px 155px;
	}
	.altura-card-dad-dos
	{
	    height: 220px;
	}
	.img-continua
	{
		width: 640px;
		top: 190px;
	}
	.div-cinco
	{
		width: 33%;
	}
	.img-personas-daddies
	{
		width: 73.3%;
	}
	.img-personas-daddies-dos
	{
		width: 73.3% !important;
	}
	.espacio_previewok_prueba
	{
		height: 260px !important;
	}
	.link-principal-new
	{
		width: 160px;
	}
	.img-linea-absolute
	{
		left: 155px;
    	width: 125px;
	}
	.img-linea-absolute-right
	{
		right: 155px;
		width: 125px;
	}
	.img-top-logo-blanco
	{
	    width: 120px;
    	margin-top: 17px;
	}
	.col-modal-new
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	.fondo-negro-img
	{
		height: 65vh;
	}
	.fondo-rosado-login
	{
		background-image: url('../img/dating-expert2.png');	
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
	.padding-left-right-login
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	.slect_extras
	{
		width: 187px !important;
	}
	.icon_select3
	{
		right: 30px;
	}
	.icon_select_idioma
	{
		right: 175px;
	}
	.select_dos 
	{
    	width: 105px !important;
	}
	.icon_select 
	{
	    right: 155px;
	    top: 11px;
	}
	.select_form_2
	{
		width: 237px !important;
	}
	.div-select2
	{
		width: 237px !important;
	}
	.btn_celeste_gracias
	{
		width: 70%;
	}
	.logo_gracias 
	{
    	margin-top: 200px;
	}
	.p_descrio_uno
	{
	    padding: 0px 0px;
	}
	.modal_foto_perfil
	{
		width: 80%;
	}
	#resultados-ciudades
	{
	    width: 63%;
    	left: 25%;
	}
	#resultados-regiones
	{
        width: 61%;
    	left: 35%;
	}
	.input_addres
	{
		width: 575px !important;
	}
	.inputleftright
	{
		padding: 0px 15px;
	}
	.div_coming 
	{
   		width: 95%;
	}
	.div_dos_coming
	{
		width: 50%;
		display: block;
	}
	.div_uno_coming
	{
		width: 50%;
		padding: 15px 70px;
	}
	.right_label
	{
	    margin-right: 29px;
	}
	.btn_setting
	{
		width: auto;
	}
	.panal
	{
		padding: 0 60px;
	}
	.img_tarjetas
	{
		position: absolute;
		right: 30px;
		top: 5px;
		z-index: 1;
		width: 150px;
	}
	.div_datos_peque 
	{
    	width: 200px;
	}
	.div_blanco_cabezera
	{
		height: 68px;
	}
	.select_form_1
	{
		width: 264px;
	}
	.div-select-perso
	{
		width: 264px;
	}
	.div-select1
	{
		width: 264px;
	}
	.div_select_perso
	{
		width: 264px;
	}
	.input_blancos_modal
	{
		width: 96%;
	}
	.fondo_login_oscuro
	{
		height: 100vh;
	}
	.fondo_login_oscuro_nueva
	{
		height: 95vh;
	}
	.btn_modal_4
	{
		width: 48%;
	}
	.div_login 
	{
    	width: 50%;
	}
	.modal-dialog 
	{
    	max-width: 650px;
	}
	.modal-dialog-normal 
	{
    	max-width: 650px !important;
	}
	.btn_login_celeste
	{
		padding: 15px 12px;
	}
	.btn_login_blanco
	{
		padding: 15px 12px;
	}
	.btn_registrad_modal
	{
		padding: 15px 12px;
	}
	.btn_modal_2
	{
		width: 97%;
	}
	.p_into
	{
		margin-right: 13px;
	}
	.img_close
	{
		width: 23px;
		height: 23px;
		z-index: 999999;
	}
	.div_blanco_4
	{
		width: 35%;
	}
	.div_img_portafolio
	{
		height: 151px;
	    width: 23.4%;
	}
	.div_tres_iguales
	{
		width: 48%;
	}
	.div_doble_premiun
	{
		width: 80%;
	}
	.div_iguales_premiun
	{
		width: 35%;
	}
	.div_9_imagenes
	{
	    width: 126px;
	    height: 125px;
	}
	.select_blanco
	{
		width: 530px;
	}
	.div_seis_setting
	{
		width: 104px;
	}
	.div_img_block 
	{
    	width: 418px;
    	height: 330px;
	}
	.div_descripcion
	{
		width: 420px;
    	height: 197px;
	}
	.btn_modal_login
	{
	    width: 23.5%;
	}
}
@media (min-width: 1024px)
{
	.altura-card-dad-dos
	{
	    height: 225px;
	}
	.daddies-dos-img
	{
	    width: 83% !important;
	}
	.img-continua
	{
		width: 810px;
	    top: 190px;
	    left: 50px;
	}
	.img-logo-daddies
	{
		margin-left: 90px;
	}
	.height-col-ddadies
	{
		height: auto;
	}
	.div-cinco
	{
		width: 25%;
	}
	.img-personas-daddies
	{
		width: 80%;
		top: 14px;
	}
	.img-personas-daddies-dos
	{
	    width: 83% !important;
	}
	.espacio_previewok_prueba
	{
		height: 305px !important;
	}
	.link-principal-new
	{
		width: 160px;
	}
	.w_p_fomr4
	{
		width: 100px !important;
	}
	.img-linea-absolute
	{
		left: 175px;
    	width: 135px;
	}
	.img-linea-absolute-right
	{
		right: 175px;
		width: 135px;
	}
	.img-top-logo-blanco
	{
		margin-top: 61px;
	}
	.col-modal-new
	{
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 50px;
	}
	.fondo-negro-img
	{
		height: 50vh;
	}
	.padding-left-right-login
	{
		padding-left: 100px;
		padding-right: 100px;
	}
	.slect_extras
	{
		width: 299px !important;
	}
	.icon_select3
	{
		right: 40px;
	}
	.icon_select_idioma
	{
		right: 25px;
	}
	.icon_select 
	{
	    right: 35px;
	    top: 15px;
	}
	.w_p_fomr2 
	{
    	width: 100px !important;
	}
	.w_p_select
	{
		width: 100px !important;
	}
	.select_dos
	{
		width: 130px !important;
	}
	.select_uno
	{
		width: 170px !important;
	}
	.btn_celeste_gracias
	{
		width: 40%;
	}
	.p_descrio_uno
	{
	    padding: 0px 40px;
	}
	.logo_gracias 
	{
    	margin-top: 340px;
	}
	.modal_foto_perfil
	{
		width: 70%;
	}
	#resultados-regiones
	{
	    width: 48%;
	    left: 45%;
	}
	#resultados-ciudades
	{
		width: 48%;
    	left: 35%;
	}
	.input_addres
	{
		width: 790px !important;
	}
	.ptexto
	{
	    padding-left: 122px;
	}
	.inputleftright
	{
		padding: 0px 20px;
	}
	.div_dos_coming
	{
		width: 40%;
	}
	.div_uno_coming
	{
		width: 60%;
		padding: 15px 70px;
	}
	.div_coming 
	{
	    width: 80%;
	}
	.btn_modal_login
	{
	    width: 23%;
	}
	.right_label
	{
	    margin-right: 23px;
	}
	.btn_setting
	{
		width: 100%;
	}
	.div_blnaco_setting
	{
		display: block;
	    padding: 100px 60px;
	}
	.div_plomo
	{
		height: 100vh;
	}
	.bajar_precios
	{
		margin-top: 120px;
	}
	#borderrig
	{
		border-right: 1px solid #B5B5B5;
	}
	.div_doble_premiun
	{
		width: 50%;
	}
	.div_iguales_premiun
	{
		width: 25%;
	}
	.img_logo_cabezera 
	{
	    width: 20%;
	    left: 40%;
	}
	.secc_bajar_primero
	{
		margin-top: 82px;
	}
	.div_logo_pro
	{
		width: auto;
	}
	.select_form_1
	{
		width: 305px;
	}
	.div-select-perso
	{
		width: 305px;
	}
	.div-select1
	{
		width: 305px;
	}
	.div_select_perso
	{
		width: 305px;
	}
	.select_form_2
	{
		width: 180px !important;
	}
	.div-select2
	{
		width: 180px !important;
	}
	.p_into
	{
		margin-right: 30px;
	}
	.btn_modal_4
	{
		width: 23%;
	}
	.div_login 
	{
    	width: 40%;
	}
	.modal-dialog 
	{
    	max-width: 885px;
	}
	.modal-dialog-normal 
	{
    	max-width: 650px !important;
	}
	.btn_login_celeste
	{
		padding: 10px 12px;
	}
	.btn_login_blanco
	{
		padding: 10px 12px;
	}
	.btn_registrad_modal
	{
		padding: 10px 12px;
	}
	.btn_modal_2
	{
		width: 47%;
	}
	.div_blanco_4
	{
		width: 24%;
	}
	.div_datos_peque
	{
    	width: 191px;
	}
	.div_nombre_porfiles
	{
		width: 100%;
	}
	.logo_menu_blanco
	{
		width: 180px;
	}
	.padding_left 
	{
    	padding-left: 25px;
	}
	.div_personal 
	{
    	width: 31%;
	}
	.div_img_portafolio
	{
		height: 151px;
		width: 15.6%
	}
	.div_tres_iguales
	{
		width: 32.7%;
	}
	.div_peque_hei
	{
		height: 90px;
	}
	.div_9_imagenes
	{
		width: 95px;
		height: 94px;
	}
	.img_flecha_rojo
	{
		left: 175px;
		top: -30px;
		display: block;
	}
	.select_blanco
	{
		width: 770px;
	}
	.div_plomo
	{
		padding-left: 15px;
		padding-top: 100px;
	}
	.div_seis_setting
	{
	    width: 97px;
	}
	.div_blnaco_setting
	{
		height: 100vh;
	}
	.div_descripcion
	{
		width: 466px;
		height: 198px;
	}
	.div_img_block 
	{
    	width: 200px;
    	height: 198px;
	}
}
@media (min-width: 1200px)
{
	.img-corona-blanco
	{
		width: 30px;
	}
	.popup-inbox
	{
		width: 60%;
	}
	.altura-card-dad-dos
	{
	    height: 225px;
	}
	.daddies-dos-img
	{
	    width: 62% !important;
    	left: 21% !important;
	}
	.img-circel-daddies
	{
		width: auto;
	}
	.div-cinco
	{
		width: 20%;
	}
	.img-personas-daddies
	{
		width: 65.8%;
    	top: 0;
    	left: 20%;
	}
	.img-personas-daddies-dos
	{
	    width: 61.8% !important;
    	left: 20% !important;
	}
	.espacio_previewok_prueba
	{
		height: 260px !important;
	}
	.link-principal-new
	{
		width: 153px;
	}
	.div_iguales_premiun
	{
		width: 21%;
	}
	.w_p_fomr4
	{
		width: 170px !important;
	}
	.btn-enlace-new-login
	{
		margin-top: 50px
	}
	.img-linea-absolute
	{
		left: 215px;
    	width: 155px;
	}
	.img-linea-absolute-right
	{
		right: 215px;
		width: 155px;
	}
	.padding-left-right-login 
	{
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.img-top-logo-blanco
	{
		margin-top: 0px;
	}
	.fondo-negro-img
	{
		height: 85vh;
	}
	.d-tres-icon-login
	{
		width: 25%;
	}
	.fondo-rosado-login
	{
		height: 500px;
	}
	.icon_select3
	{
		right: 65px;
	}
	.slect_extras
	{
		width: 257px !important;
	}
	.select_uno
	{
		width: 130px !important;
	}
	.select_dos
	{
		width: 123px !important;
	}
	.select_form_1 
	{
    	width: 257px;
	}
	.div-select-perso
	{
		width: 257px;
	}
	.div-select1
	{
		width: 257px;
	}
	.div_select_perso
	{
		width: 257px;
	}
	#resultados-regiones 
	{
    	width: 60%;
    	left: 36%;
	}
	#resultados-ciudades 
	{
    	width: 60%;
    	left: 28%;
	}
	.input_addres 
	{
    	width: 1000px !important;
	}
	.select_form_2 
	{
    	width: 255px !important;
	}
	.div-select2
	{
		width: 255px !important;
	}
	.p_descrio_uno
	{
	    padding: 0px 250px;
	}
	.logo_gracias 
	{
    	margin-top: 50px;
	}
	.modal_foto_perfil
	{
		width: 50%;
	}
	.div_coming 
	{
	    width: 60%;
	}
	.right_label
	{
	    margin-right: 20px;
	}
	.div_plomo
	{
		padding-left: 60px;
	}
	.div_img_portafolio
	{
		width: 15.6%;
		height: 140px;
	}
	.btn_toggle_padding 
	{
    	padding: 0px 34px;
	}
	.div_login 
	{
    	width: 30%;
	}
	.modal-dialog 
	{
    	max-width: 890px;
	}
	.modal-dialog-normal 
	{
    	max-width: 650px !important;
	}
	.w_p_fomr2
	{
		width: 85px !important;
	}
	.w_p_select
	{
		width: 85px !important;
	}
	.container
	{
		padding: 0px 0px;
	}
	.img_logo_cabezera
	{
	    top: -25px;
    	width: 16%;
    	left: 42%;
	}
	.secc_bajar_primero
	{
		margin-top: 100px;
	}
	.div_blanco_cabezera
	{
		height: 70px;
	}
	.div_datos_peque
	{
		width: 178px;
	}
	.padding_left
	{
		padding-left: 40px;
	}
	.div_personal
	{
		width: 19%;
	}
	.div_datos_peque
	{
    	width: 178px;
	}
	.logo_footer_home
	{
		width: 220px;
	}
	.img_corazon
	{
		width: 145px;
	}
	.logo_menu_blanco
	{
		width: 150px;
		height: 100px;
		position: absolute;
		top: 0px;
		left: 66px;
		z-index: 1;
	}
	.div_tres_iguales
	{
		width: 32.7%;
	}
	.div_peque_hei
	{
		height: 90px;
	}
	.img_regalo
	{
		width: 70px;
	}
	.div_personal_imagen_portafolio
	{
		height: 295px;
	}
	.div_9_imagenes
	{
		width: 123px;
		height: 122px;
	}
	.img_flecha_rojo
	{
		left: 230px;
		top: 0;
	}
	.select_blanco
	{
		width: 780px;
	}
	.div_seis_setting
	{
		width: 136px;
	}
	.left_menu_blanco
	{
	    margin-left: 140px;
	}
	.div_descripcion
	{
		width: 658px;
	}
	.altura_igual_inbox 
	{
    	width: 182px;
	}
	.btn_blanco_inbox
	{
		font-size: 13px;
	}
	.altura_iguales_envio 
	{
    	height: 620px;
	}
	.altura_seccion 
	{
	    height: 92vh;
	}
	.text_enviar
	{
	    width: 850px;
	}
	.div_datos_inbox
	{
	    width: 208px;
	}
	.altura_inbox_modal
	{
		width: 232px;
	}
	.modal_dialog_inbox
	{
		max-width: 1200px !important;
	}
	.altura_inbox_modal
	{
	    width: 212.5px;
	}
	.altura_iguales_envio_modal
	{
		height: 560px;
	}
	.altura_inbox_modal1 
	{
    	width: 300px;
	}
	.div_datos_inbox_modal
	{
		width: 187px !important;
	}
	.text_enviar_modal
	{
		width: 790px;
	}
	.input_serach_inbox_modal
	{
		width: 210px;
	}
	.p_descrio_dos
	{
		margin-top: 60px;
	}
	.btn_celeste_gracias
	{
		margin-top: 38px;
	}
}
@media (min-width: 1300px)
{
	.p-blanco-tooltips
	{
		font-size: 13px;
	}
	.img-corona-blanco
	{
		width: 35px;
	}
	.img-linea-absolute
	{
		left: 207px;
		width: 190px;
	}
	.img-linea-absolute-right
	{
		right: 207px;
		width: 190px;
	}
	.padding-left-right-login
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	.btn_celeste_gracias
	{
		margin-top: 70px;
	}
	.p_descrio_dos
	{
		margin-top: 80px;
	}
	.logo_gracias 
	{
    	margin-top: 50px;
	}
	.input_serach_inbox_modal
	{
		width: 230px;
	}
	.text_enviar_modal
	{
		width: 860px;
	}
	.altura_inbox_modal1 
	{
    	width: 322px;
	}
	.altura_iguales_envio_modal
	{
		height: 560px;
	}
	.div_datos_inbox_modal
	{
		width: 212px !important;
	}
	.altura_inbox_modal
	{
		width: 232px;
	}
	.modal_dialog_inbox
	{
		max-width: 1300px !important;
	}
	.div_datos_inbox
	{
	    width: 220px;
	}
	.text_enviar
	{
	    width: 910px;
	}
	.altura_seccion 
	{
	    height: 90vh;
	}
	.altura_iguales_envio 
	{
    	height: 475px;
	}
	.btn_blanco_inbox
	{
		font-size: 14px;
	}
	.altura_igual_inbox 
	{
    	width: 195px;
	}
	.div_descripcion
	{
		width: 709px;
	}
	.right_label
	{
	    margin-right: 25px;
	}
	.left_menu_blanco
	{
	    margin-left: 100px;
	}
	.div_seis_setting
	{
		width: 143px;
	}
	.img_flecha_rojo
	{
		left: 250px;
	}
	.div_login 
	{
    	width: 28%;
	}
	.div_datos_peque
	{
		width: 184px;
	}
	.logo_menu_blanco
	{
		width: 150px;
		height: 100px;
	}
	.div_personal_imagen_portafolio
	{
		height: 316px;
	}
	.div_img_portafolio
	{
		height: 151px;
		width: 15.6%
	}
	.div_plomo_portafolio
	{
		padding-left: 16px;
		padding-right: 16px;
	}
	.div_tres_iguales
	{
		width: 32.7%;
	}
	.div_peque_hei
	{
		height: 90px;
	}
	.img_regalo
	{
		width: 70px;
	}
	.div_plomo_portafolio
	{
	    padding-left: 8px;
    	padding-right: 8px;
	}
	.div_9_imagenes
	{
		width: 130px;
		height: 129px;
	}
	.select_blanco
	{
		width: 780px;
	}
}

.loader{
	color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
	z-index: 999999;
	display: flex;
    justify-content: center;
    align-self: center;
}
.loader div{
	display: flex;
    align-items: center;
}

.loader.is-active {
    background-color: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.envelope-inbox{
	position: absolute;
    bottom: 5px;
    right: 0;
}
.cursor-pointer{
	cursor: pointer !important;
}

#tooltip_report{
	text-align: center;
    padding: 3px 13px;
    background: #e0e0e0;
    color: #969696;
    display: block;
    width: 125px;
    position: absolute;
    top: -28px;
	left: -86px;
	display: none;
}
.carret{
	background: #e0e0e0;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 24px;
    transform: rotate(45deg);
}
.img_llave{
	transition: all 0.1s ease 0s;
}
.centrado{
	display: flex;
    justify-content: center;
    align-items: center;
}
.title_pack_credits{
	color: white;
}
.cr-slider-wrap-filter {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}
.cr-slider-filter{
    -webkit-appearance: none;
    /* border: 1px solid white; */
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}
.cr-slider-wrap-blur[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
.user_profile_icon{
	position: absolute;
	top: -2px;
	right: 0;
}
.lie_input{
	background-color: #eee;
	border: 1px solid #DCDCDC;
	border-radius: 24px;
	display: block;
	height: 40px;
	color: #b1b1b1;
	padding-left: 16px;
	cursor: pointer !important;
}
.div_centrado{
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn-filter{
	position: absolute;
	bottom: 5px;
	background-color: #7d7d7d82;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	z-index: 999;
	border: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	top: 4px;
	left: 5px;
}
#image_to_filter{
	width: 100%;
}
