*{
    margin:0%;
    padding:0%;
}



/************ DEFINIR FUENTES*************/
    @font-face{
        font-family:z-Ashley-Regular;
        src:url(../font/z-Ashley-Regular.otf);
    }
    @font-face{
        font-family:Bitter-Regular;
        src:url(../font/Bitter-Regular.otf);
    }



.radio{
    box-sizing: border-box;
  padding: 0;
  margin-top: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  cursor: pointer;
}

body,html{
    width:100%;
    height: 100vh;
}
.bodyB{
    background-image: url(../Imagenes/beso.jpg);
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
}
.container{
    display:flex;
    margin-top:5%;
    justify-content: center;
   
    
}
.titlelogin{
    font-weight: 500;
    font-size: 15pt;
    color: #0e0e0e;
    padding-left: 20px;

}
.inputlogin{
    background-color: white;
    border:none;
    padding-left: 5px;
    border-radius: 5px;
}
.formulario{
    
    font-family:z-Ashley-Regular;
    background-color:rgba(255, 255, 255, 0.561); ;
    display:grid;
    width: 30%;
    border: 7px rgba(245, 22, 152, 0.685) solid;
    border-radius:10px;
    padding:2%;
    min-width:280px;

    
}
.conn{
    display:flex;
}
.conn p{
    font-size:24pt;
    color:white;
    font-family:z-Ashley-Regular;
    width:70%;

}
.inputRegistro{
    border:none;
   
    
    margin-top:3%;
    height:30px;
    font-size:16pt;
    
}
.inputRegistro:focus{
    outline: 0;
    box-shadow: 0 0 0 0;
}
.check{
    border:0.5px rgba(245, 22, 152, 0.685) solid;
    border-radius:1px;
    background-color:  rgba(255, 255, 255, 0.698);
    margin-right:3%;
}
.logoRegistro{
    max-height:70px;
}
.botonRegistro{
    margin-top:3%;
    color:white;
    background-color:#FF5599;
    border:none;
    border-radius: 7px;
    font-size:16pt;
    font-family:z-Ashley-Regular;
}
.botonRegistro:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem #fb3182;
}
.locos{
    display:flex;
    margin-top:4%;
    
}
.locos label{
    font-size:12pt;
}
.espacio{
    padding-bottom:2%;
}
.roww{
    margin-top:5%;
}
.no-row{
    margin-top:1%;
}
.no-bottom{
    margin-bottom:1%;
}
.pTex{
    font-size:14pt;
    color:rgb(49, 46, 46);
}
.place{
    font-size:14pt;
}
.place::placeholder{
    color:rgb(70, 66, 66);
}
.fz-42px{
    font-size: 42px;
}
.fz-18px{
    font-size: 18px;
}
.fz-22px{
    font-size: 22px;
}
.fz-21px{
    font-size: 21px;
}
.fz-25pt{
    font-size: 25pt;
}
.fz-21pt{
    font-size: 21pt;
}
.fz-18pt{
    font-size: 18pt;
}
.fz-13pt{
    font-size: 13.5pt;
}
.fz-16pt{
    font-size: 16pt
}
@media(max-width:820px){
    .fz-42px{
        font-size: 36px;
    }
    .fz-18px{
        font-size: 15px;
    }
    .fz-22px{
        font-size: 18px;
    }
    .fz-21px{
        font-size: 17px;
    }
    .fz-25pt{
        font-size: 22pt;
    }
    .fz-21pt{
        font-size: 18pt;
    }
    .fz-18pt{
        font-size: 15pt;
    }
    .fz-13pt{
        font-size: 11pt;
    }
    .fz-16pt{
        font-size: 14pt
    }
}
@media(max-width:560px){
    .fz-42px{
        font-size: 33px;
    }
    .fz-18px{
        font-size: 12px;
    }
    .fz-22px{
        font-size: 16px;
    }
    .fz-21px{
        font-size: 15px;
    }
    .fz-25pt{
        font-size: 20pt;
    }
    .fz-21pt{
        font-size: 16pt;
    }
    .fz-18pt{
        font-size: 13pt;
    }
    .fz-13pt{
        font-size: 10pt;
    }
    .fz-16pt{
        font-size: 12pt
    }
}
.sele{
    font-size:12pt;
}
.tituloParadise{
    font-family:Bitter-Regular;
    font-size:30pt;
    color:#FF5599;

}
/*Estilos de la pahina Swinger*/
.info-pareja{
    color:rgb(54, 51, 51);
    font-size: 22px;
    width: 75%;
    margin-left: 12%;
    font-family: Roboto-Medium;
}
@media(max-width:720px){
   
}
.ml-10{
    margin-left: 10px;
}
.w-b-r{
    width:30%;
}
@media(max-width:790px){
    .ml-10{
        margin-left: 4px;
    }
    .w-b-r{
        width:40%;
    }
    
}
@media(max-width:550px){
    .w-b-r{
        width:50%;
    }
    .info-pareja{
        font-size: 14px;
    }
}
@media(max-width:350px){
    .w-b-r{
        width:80%;
    }
}
.pareja1{
    border-right: 1px rgba(0, 0, 0, 0.582) solid
}
.pareja1:hover{
    transition: 500ms;
    background-color: rgba(235, 235, 235, 0.795);
    box-shadow: -13px 7px 15px -7px rgba(14, 13, 13, 0.61);
    border-radius:10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pareja2:hover{
    transition: 500ms;
    background-color: rgba(189, 141, 141, 0.822);
    box-shadow: 13px 7px 15px -7px rgba(14, 13, 13, 0.61);
    border-radius:10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media(max-width:782px){
    .pareja2:hover{
        border-radius:10px;
    }
}
@media(max-width:782px){
    .pareja1{
        border-right: 0;
    }
    .pareja1:hover{
        border-radius:10px;
    }
    .pareja2:hover{
        border-radius:10px;
    }
} 
/*Final de Swinger*/
.multiparadise-logo-png{
    width:70px;
    height:70px;
}
@media(max-width:427px){
    .tituloParadise{
        font-size:26pt
    } 
    .multiparadise-logo-png{
        width:60px;
        height:57px;
        padding-right: 8px;
    }
}
@media(max-width:467px){
    .tituloParadise{
        font-size:23pt
    } 
    .multiparadise-logo-png{
        width:50px;
        height:47px;
        padding-right: 8px;
    }
}
@media(max-width:329px){
    .tituloParadise{
        font-size:20pt
    } 
    .multiparadise-logo-png{
        width:50px;
        height:47px;
        padding-right: 8px;
    }
}
@media(max-width:292px){
    .tituloParadise{
        font-size:16pt
    } 
    .multiparadise-logo-png{
        width:40;
        height:37px;
        padding-right: 8px;
    }
}
@media(max-width:249px){
    .tituloParadise{
        font-size:14pt
    } 
    .multiparadise-logo-png{
        width:40px;
        height:37px;
        padding-right: 8px;
    }
}
@media(max-width:238px){
    .tituloParadise{
        font-size:11pt
    } 
    .multiparadise-logo-png{
        width:30px;
        height:27px;
        padding-right: 8px;
    }
}
@media(max-width:228px){
    .tituloParadise{
        font-size:9pt
    } 
    .multiparadise-logo-png{
        width:15px;
        height:12px;
        padding-right: 8px;
    }
}




.input-group-addon:last-child {
    border-left: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: none;
    text-align: center;
    background-color: none;
    border: none;
    border-radius: 0px;
}
.input-group-addon, .input-group-btn {
    width: 0%;
    white-space: none;
    vertical-align: none;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.glyphicon {
    position: relative;
    padding-top:6%;
    top: 20%px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor:pointer;
    
}
.terminos{
    padding-left:1%;
}
.href{
    font-size:11pt;
    color:#293c7cec;
}
.right{
    float: right;
    list-style: none;
}
.logito{
    width:55%;
    margin-top:10%
}


@media screen and (max-width:1000px){
    .logito{
        width:70%;
    }
}
@media screen and (max-width:800px){
    .logito{
        width:150%;
    }
}
@media screen and (max-width:600px){
    .logito{
        width:250%;
    }
    .logoRegistro{
        width:20%;
    }
}
@media screen and (max-width:450px){
    .logito{
        width:500%;
    }
}
@media screen and (max-width:400px){
    
       .col-1{
           max-width:10.333333%;
       }
    
}
@media screen and (max-width:350px){
    
    .col-1{
        max-width:12.333333%;
    }
 
}
@media screen and (max-width:290px){
    /*.tituloParadise{
        font-size: 18pt;
        max-width:80%;
    }
    .conn p{
        font-size:16pt;
    }
    .pTex{
        font-size:14pt;
    }
    .inputRegistro{
        width:150px;
    }
    .botonRegistro{
        width:150px;
    }
    .tama{
        width:150px;
    }
    .conn{
        max-width:80%;
    }
    .formulario{
        max-width:210px;
    }*/
}

.modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    font-size:1.6rem !important;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer > * {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 100%;
      height:100vh;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  .btn-andres2{
    transition:500ms;
    color:white;
    background-image: linear-gradient(90deg,rgb(221, 14, 65),rgb(242, 91, 57));
    /* background:rgb(255, 227, 227); */
    border:1px grey solid;
    border-radius:5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .btn-andres2:hover{
    color:white;
    transition:1s;
    background:linear-gradient(90deg,rgb(221, 14, 65),rgb(242, 91, 57));
    border-radius:20rem;
   
  }