@media (max-width: 320px) {}

@media (max-width: 480px) {
    .hide-mobile {
        display: none !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .full-width-mobile {
        width: 100% !important;
    }
}

@media (max-width: 576px) {}

@media (max-width: 768px) {

    .text-sm,
    .text-md {
        font-size: 14px !important;
    }

    .btn-outline {
        padding: 6px 10px;
        font-size: 13px;
    }

    .methods-pay .bg-yellow {
        height: 110px !important;
    }

    .indicator {
        top: -5px !important;
        right: 0px;
    }

    .method p {
        position: absolute;
        right: 0px;
        bottom: 0px;
        transform: translateY(43px);
        font-size: 10px !important;
    }

    .navbar-brand {
        padding-left: 10px !important;
    }

    .logo {
        max-width: 130px;
    }

    #exchange-button {
        scale: 0.75;
    }

    .currency-exchange-widget small {
        font-size: 12px !important;
    }

    .currency-amount {
        font-size: 18px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .currency-symbol {
        font-size: 18px !important;
    }

    /* Encabezados */
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    .register-login {
        background-color: var(--altoken-white) !important;
        border-radius: 0 !important;
    }

    .user-card {
        padding-left: 0 !important;
    }

    .group-user-card .user-card:last-child {
        padding-right: 30px !important;
    }

    /* Header Toolbar */
    #mainNavbar {
        z-index: 4000 !important;
        height: 70px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        overflow: hidden !important;
    }

    #navbars {
        position: fixed !important;
        top: 50px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        width: 100% !important;
        height: 100vh;
        background: rgb(107 114 128/ 0.6) !important;
        backdrop-filter: blur(5px);
    }

    #navbars .navbar-nav {
        background-color: var(--altoken-white);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-bottom: 20px;
        padding-top: 20px !important;

    }

    #navbars .navbar-nav .divider-responsive {
        border-bottom: 0.5px solid var(--altoken-secondary-15);
    }

    /* COTIZADORA*/
    .base-crypto .for-slider {
        min-width: 100%;
    }

    .base-crypto .for-cotizador {
        min-width: 100%;
    }

    .caja-cotizadora {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        margin-top: -50px;
        padding-top: 70px !important;
    }

    .caja-cotizadora h3 {
        font-size: 14px !important;
        color: var(--altoken-white-50) !important;
        margin-bottom: 0 !important;
    }

    /* Pasos para comprar*/
    #tips .four-tips img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    #tips .four-tips h2 {
        font-size: 20px !important;
        color: var(--altoken-secondary-15);
    }

    /* Por que cambiar con nosotros */

    /*OTC*/

    .title-otc::before {
        left: 20px;
    }

    .title-otc::after {
        left: 20px;
    }

    .four-otc .feature-icon {
        display: none;
    }

    .four-otc .col-12:nth-child(1) {
        border-right: none !important;
        border-bottom: none !important;
    }

    .four-otc .col-12:nth-child(2) {
        border-bottom: none !important;
    }

    .four-otc .col-12:nth-child(3) {
        border-right: none !important;
    }

    /* Cookies */
    .float-cookie {
        left: 0;
        top: -45px;
    }

    #cookieModalLargeCustom .modal-content {
        width: 98%;
        max-width: 100% !important;
        animation: fadeIn 0.3s ease-in-out;
    }

    #cookieModalLargeCustom .modal-content h2 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    #cookieModalLargeCustom .modal-content h5 {
        font-size: 14px !important;
    }

    #otc .subtitle {
        font-size: 16px !important;
    }

    #about p {
        font-size: 16px !important;
    }

}

@media (min-width: 768px) {
    .border-bottom-md-0 {
        border-bottom: 0 !important;
    }
}

@media (max-width: 992px) {
    
	.height-monedas {
		height: 2150px !important;
	}

	.height-testimonio {
		min-height: 500px !important;
	}
    .custom-tooltip {
        width: 300px !important;
        text-wrap: wrap !important;
        z-index: 3000 !important;
    }

    .title-policity::before {
        left: 0px;
    }


    .methods-pay .bg-yellow {
        height: 110px !important;
    }

    .indicator {
        top: -5px !important;
        right: -5px !important;
    }

    .method p {
        position: absolute;
        right: 0px;
        bottom: 0px;
        transform: translateY(43px);
        font-size: 10px !important;
    }

    .navbar-brand {
        padding-left: 10px !important;
    }

    .logo {
        max-width: 130px;
    }

    #exchange-button {
        scale: 0.75;
    }

    .currency-exchange-widget small {
        font-size: 12px !important;
    }

    .currency-amount {
        font-size: 18px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .currency-symbol {
        font-size: 18px !important;
    }

    /* Encabezados */
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    .register-login {
        background-color: var(--altoken-white) !important;
        border-radius: 0 !important;
    }

    .user-card {
        padding-left: 0 !important;
    }

    .group-user-card .user-card:last-child {
        padding-right: 30px !important;
    }

    /* Header Toolbar */
    #mainNavbar {
        z-index: 4000 !important;
        height: 70px !important;
        border-bottom-left-radius: 17px !important;
        border-bottom-right-radius: 17px !important;
        overflow: hidden !important;
    }

    #navbars {
        position: fixed !important;
        top: 55px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        width: 100% !important;
        height: 100vh;
        background: rgb(107 114 128/ 0.6) !important;
    }

    #navbars .navbar-nav {
        background-color: var(--altoken-white);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-bottom: 20px;
        padding-top: 20px !important;

    }

    #navbars .navbar-nav .divider-responsive {
        border-bottom: 0.5px solid var(--altoken-secondary-15);
    }

    /* COTIZADORA*/
    .base-crypto .for-slider {
        min-width: 100%;
    }

    .base-crypto .for-cotizador {
        min-width: 100%;
    }

    .caja-cotizadora {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        margin-top: -50px;
        padding-top: 70px !important;
    }

    .caja-cotizadora h3 {
        font-size: 14px !important;
        color: var(--altoken-white-50) !important;
        margin-bottom: 0 !important;
    }

    /* Pasos para comprar*/
    #tips .four-tips img {
        width: 120px;
        scale: 1.1;
        height: 120px;
        object-fit: contain !important;
    }

    #tips .four-tips h2 {
        font-size: 20px !important;
        color: var(--altoken-secondary-15);
    }

    /* Por que cambiar con nosotros */
    .four-question .img-wrapper {
        min-width: 120px !important;
        height: 120px !important;
        margin-left: -40px;
    }
    .four-question .img-wrapper::after {
        bottom: 20%;
        right: 0 !important;
        transform: translateX(50px) rotate(-90deg);
        width: 0;
        height: 0;
        border-top: 10px solid var(--altoken-yellow);
    }

    /*OTC*/

    .title-otc::before {
        left: 20px;
    }

    .title-otc::after {
        left: 20px;
    }

    .four-otc .feature-icon {
        display: none;
    }

    .four-otc .col-12:nth-child(1) {
        border-right: none !important;
        border-bottom: none !important;
    }

    .four-otc .col-12:nth-child(2) {
        border-bottom: none !important;
    }

    .four-otc .col-12:nth-child(3) {
        border-right: none !important;
    }

    /* Cookies */
    .float-cookie {
        left: 0;
        top: -45px;
    }

    #cookieModalLargeCustom .modal-content {
        width: 98%;
        max-width: 100% !important;
        animation: fadeIn 0.3s ease-in-out;
    }

    #cookieModalLargeCustom .modal-content h2 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    #cookieModalLargeCustom .modal-content h5 {
        font-size: 14px !important;
    }

    #otc .subtitle {
        font-size: 16px !important;
    }

    #about p {
        font-size: 16px !important;
    }
}

@media (max-width: 1024px) {

    .carousel-group {
        padding-left: 30px;
    }

    .carousel-group .user-card {
        width: 100% !important;
        flex: 0 !important;

    }

    .base-crypto {
        flex-direction: column-reverse;
    }

    .base-crypto #section-exchange {
        width: 100% !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .base-crypto .select {
        margin-left: -100px !important;
    }

    .base-crypto .buy-methods img {
        width: 60px !important;
    }

    .carousel-users {
        overflow: visible !important;
    }

    .about {
        flex-direction: column-reverse;
    }

    .about img {
        width: 100% !important;
    }

    .base-deform {
        width: 150% !important;
        transform: translateY(-85%) translateX(-16.55%);
    }

    .footer .base-footer {
        width: 100%;
    }

    .footer .rectangule {
        margin-top: 20px;
        height: 130px;
        flex-direction: column;
        justify-content: center;
    }

    #navbar-float-mobile {
        position: absolute;
        top: 130px;
        left: 0;
        right: 0;
        height: 0;
        background-color: #ffffff;
        z-index: 1;
        overflow: hidden;
    }

    #navbar-float-mobile.show {
        height: 100vh;
    }

    #mainNavbarListUser {
        max-height: 0;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
    }

    #mainNavbarListUser.show {
        max-height: 500px;
        opacity: 1;
        padding: 20px 10px !important;
    }



}

@media (max-width: 1200px) {
    .base-deform {
        width: 150% !important;
        transform: translateY(-85%) translateX(-16.55%);
    }

}

@media (max-width: 1400px) {
    .base-deform {
        width: 150% !important;
        transform: translateY(-85%) translateX(-16.55%);
    }
}