*{ -webkit-font-smoothing: antialiased;pointer-events: auto; padding: 0; margin: 0; word-wrap: break-word; box-sizing:border-box;}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overscroll-behavior-y: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: 14px;
    color: #5025FF;
    background: #5025FF;

}

html, body{
    height: 100%;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input::placeholder{
      font-size: 1rem;
      color: #000!important;
	  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

.container {
	display: block;
	width: 100%;
    height: 100%;
}

.caja-paraiso{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: auto;
    background: #FFF;
    padding: 30px 30px 15px 30px;
    border-radius: 15px;
    margin-top: 50px;
}

.tit-paraiso{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 900;
    gap:30px;
    margin-bottom: 30px;
}

.dc-paraiso{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px 20px;
    margin-bottom: 40px;
}

.dc-ib-card{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    width:calc((100% - 60px) / 4);
}

.direccion-paraiso{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0.85rem;
    font-weight: 300;
    gap: 3px;
}

.direccion-paraiso span{
    font-weight: 900;
    
    
}

.paraiso-instagram{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 300;
    gap: 5px;
}

.paraiso-bajada{
    display: block;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 300;
    margin-bottom: 20px
}

a.ig{
   display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    cursor: pointer;
    color: #5025FF;
}

a.ig:hover{
    opacity: 0.5;
}

.muy_pronto{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFF;
    margin: 30px 0 60px;
    font-size: 1.3rem;
    font-weight: 500;
}




/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*###############################################################################################################################################MEDIA QUERYS*/


@media(max-width:1124px) {
    
.caja-paraiso{
    width: 90%;
}
    

}

@media(max-width:910px) {
.dc-ib-card{
    width:calc((100% - 40px) / 3);

}

}

@media(max-width:700px) {
.dc-ib-card{
    width:calc((100% - 20px) / 2);

}

}



@media(max-width:500px) {
    
.dc-ib-card{
    width:100%;

}
    
.container {
    padding: 5px;
}
    
.caja-paraiso{
    width: 100%;
}


}

@media(max-width:360px) {
    
.tit-paraiso{
    font-size: 1.8rem;
    gap: 15px; 
}


}


