/** Margenes **/
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

:root {
  --rojo: rgb(171 0 51) ! important;
  --gris: rgb(84 86 90) ! important;
  --font: 'Encode Sans', sans-serif;
  --btn: rgba(0, 0, 0, .1) !important;
  --body: #45494c !important;
  --bg-red: #fe4d61 !important;
}

body {
  font-family: var(--font);
  color: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*estilos*/
.card-title {
  font-size: 1.8rem;
}

.form-control {
  background: #F2F2F2;
  border: none !important;
}
.row.ciudades>.row{
align-items: center !important;
}
.contenedorintereses {
  overflow-y: auto;
}
.contenedorintereses label{
  text-align: center;
}

.separacion {
  display: flex;
  margin-bottom: 3em;
}

.separacion hr {
  margin: 0;
  width: 49.5%;
  display: inline-block;
  position: relative;
  overflow: visible;
  opacity: 1;
  color: var(--btn);
  background-color: currentColor;
}

.separacion hr:first-child:before {
  content: "Ó regístrate con";
  position: absolute;
  right: -70px;
  top: -10px;
  width: 140px;
  height: 25px;
  text-align: center;
  background-color: #fff;
  z-index: 1;
  color: var(--body);
}

.border-btn {
  border-color: var(--btn);
}

.btn-default {
  background-color: var(--bg-red);
  color: #fff;
  border-radius: 25px;
}

#img-perfil {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#c4{
  min-height: 85vh;
}

.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
    width: 100%;
}

.btn-outline-dark:hover {
    width: 100%;
}

.contenedorintereses{
  scrollbar-color: #6969dd #e0e0e0;
 scrollbar-width: thin;
}
.contenedorintereses::-webkit-scrollbar-thumb {
  background-color: #ff4b61;
border-radius: 14px;
}

.contenedorintereses::-webkit-scrollbar {
  height: 7px;
}

.contenedorintereses::-webkit-scrollbar-track {
  background-color: darkgrey;
}

.contenedorintereses::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}



.i-icon {
  background-color: var(--bg-red);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 20px;
}

.right {
  float: right !important;
}

.form-check-input:checked {
  background-color: var(--bg-red);
  border-color: var(--bg-red);
}
.imgsvg{
  margin-top: 20px;
    height: 60px !important;
    width: 60px !important;
    max-width: 60px !important;
}
.form-check-inline {
  width: 150px;
  /* height: 150px; */
  height: 140px;
}

.form-check-inline i {
  width: 100%;
  font-size: 4rem;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  color: var(--bg-red);
}

.select2-container--bootstrap-5 .select2-selection {
  background-color: #F2F2F2 !important;
}

.ciudades .ciudad {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: .7rem;
}
.ciudades>.row{
  align-items: baseline;
}

.ciudades .ciudad img {
  max-height: 20px;
  margin-right: 5px;
}

.ciudades .ciudad .i-icon {
  margin: 0;
  width: 35px;
  height: 35px;
  font-size: 1.7rem;
  background-color: transparent;
  color: var(--gris);
  position: absolute;
  right: -14px;
  top: 0;
}

.destino-pais span {
  display: block;
  color: var(--bg-red);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.destino-pais {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ver-mas {
  color: var(--font);
}

.masked-overflow {
  /* scroll bar width, for use in mask calculations */
  --scrollbar-width: 8px;
  /* mask fade distance, for use in mask calculations */
  --mask-height: 32px;
  /* If content exceeds height of container, overflow! */
  overflow-y: auto;
  /* Our height limit */
  height: 300px;
  /* Need to make sure container has bottom space,
  otherwise content at the bottom is always faded out */
  padding-bottom: var(--mask-height);
  /* Keep some space between content and scrollbar */
  padding-right: 20px;
  /* The CSS mask */
  /* The content mask is a linear gradient from top to bottom */
  --mask-image-content: linear-gradient(to bottom,
      transparent,
      black var(--mask-height),
      black calc(100% - var(--mask-height)),
      transparent);
  /* Here we scale the content gradient to the width of the container
  minus the scrollbar width. The height is the full container height */
  --mask-size-content: calc(100% - var(--scrollbar-width)) 100%;
  /* The scrollbar mask is a black pixel */
  --mask-image-scrollbar: linear-gradient(black, black);
  /* The width of our black pixel is the width of the scrollbar.
  The height is the full container height */
  --mask-size-scrollbar: var(--scrollbar-width) 100%;
  /* Apply the mask image and mask size variables */
  mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
  mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
  /* Position the content gradient in the top left, and the
  scroll gradient in the top right */
  mask-position: 0 0, 100% 0;
  /* We don't repeat our mask images */
  mask-repeat: no-repeat, no-repeat;
}

/* Firefox */
.masked-overflow {
  scrollbar-width: thin;
  /* can also be normal, or none, to not render scrollbar */
  scrollbar-color: currentColor transparent;
  /* foreground background */
}

/* Webkit / Blink */
.masked-overflow::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
#cambiar_Foto,#cambiar_Foto label{
  cursor: pointer
}
.masked-overflow::-webkit-scrollbar-thumb {
  background-color: currentColor;
  border-radius: 9999px;
  /* always round */
}
.container-fluid{
      font-family: "Lato", Sans-serif;
}
.masked-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Media Querys */
@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

/*@media (min-width: 992px) {

}
@media (min-width: 767px) and (max-width: 991px)  {

}*/
@media (max-width: 991px) {}

@media screen and (min-width: 768px) {}

@media only screen and (max-width: 768px) {}

/*@media (max-width: 676px)  {
}

@media (min-width: 576px) {
}
*/
@media only screen and (max-width: 480px) {}
