@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gotham-rounded/GothamRounded-Medium.eot');
    src: url('../fonts/gotham-rounded/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-rounded/GothamRounded-Medium.woff2') format('woff2'),
        url('../fonts/gotham-rounded/GothamRounded-Medium.woff') format('woff'),
        url('../fonts/gotham-rounded/GothamRounded-Medium.ttf') format('truetype'),
        url('../fonts/gotham-rounded/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gotham-rounded/GothamRounded-Light.eot');
    src: url('../fonts/gotham-rounded/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-rounded/GothamRounded-Light.woff2') format('woff2'),
        url('../fonts/gotham-rounded/GothamRounded-Light.woff') format('woff'),
        url('../fonts/gotham-rounded/GothamRounded-Light.ttf') format('truetype'),
        url('../fonts/gotham-rounded/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/gotham-rounded/GothamRounded-Bold.eot');
    src: url('../fonts/gotham-rounded/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-rounded/GothamRounded-Bold.woff2') format('woff2'),
        url('../fonts/gotham-rounded/GothamRounded-Bold.woff') format('woff'),
        url('../fonts/gotham-rounded/GothamRounded-Bold.ttf') format('truetype'),
        url('../fonts/gotham-rounded/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@keyframes bounce {
	0%, 50%, 100% {
		filter: blur(0px);
        -ms-filter: blur(0px);
        -webkit-filter: blur(0px);
		transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
	}
	25% {
		filter: blur(3px);
        -ms-filter: blur(3px);
        -webkit-filter: blur(3px);
		transform: scale(.6);
		-o-transform: scale(.6);
		-ms-transform: scale(.6);
		-moz-transform: scale(.6);
		-webkit-transform: scale(.6);
	}
	75% {
		filter: blur(3px);
        -ms-filter: blur(3px);
        -webkit-filter: blur(3px);
		transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
	}
}
@keyframes grow {
    0%, 100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
}
@keyframes slideAndScaleIn {
    0% {
        opacity: 0;
        padding: 5rem 0;
        transform: translateY(1rem);
        -o-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        -webkit-transform: translateY(1rem);
    }
    100% {
        opacity: 1;
        padding: 0rem;
        transform: translateY(0rem);
        -o-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -moz-transform: translateY(0rem);
        -webkit-transform: translateY(0rem);
    }
}
:root {
	--white: #ffffff;
	--bone: #f9f9f9;
    --bone2: #efefef;
	--main: #843384;
	--main2: #7D2984;
	--main3: #95469A;
	--main4: #AA64A7;
	--main5: #A962A8;
	--main4_op20: rgba(170, 100, 167, 0.2);
	--main4_op50: rgba(170, 100, 167, 0.5);
    --black1: #231F20;
    --sky: #E3EEF9;
    --sky2: #D3DEEB;
    --sky3: #9DABC2;
    --sky4: #7C8EAB;
    --gray: #aaaaaa;
    --gray2: #dddddd;
    --black2:rgb(97, 97, 97);
}
body{
    height: 100%;
    font-size: 12px;
    overflow-y: auto;
    line-height: 1.25;
    overflow-x: hidden;
}
.grecaptcha-badge {
    right: -300px !important;
}
.all-transition-300ms{
    transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
}
.dtnd-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.dtnd-slide-in {
    animation-name: slideAndScaleIn;
    -webkit-animation-name: slideAndScaleIn;
}
#loader{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,1);
}
#loader .circle {
	width: 30px;
	height: 30px;
	margin: 0 25px;
	border-radius: 100%;
	animation: bounce 1.5s 0.5s linear infinite;
	background-image: linear-gradient(145deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 100%);
}
#loader .circle:first-child {
	background-color: var(--main);
}
#loader .circle:nth-child(2) {
	animation-delay: 0.1s;
	background-color: var(--main2);
}
#loader .circle:nth-child(3) {
	animation-delay: 0.2s;
	background-color: var(--main3);
}
#loader .circle:last-child {
	animation-delay: 0.3s;
	background-color: var(--main4);
}
#content {
    margin-bottom: 7.5% !important;
}
#footer{
    padding: 4rem 0 2rem;
    background-color: #343434 !important;
}

    #footer h5{
        color: #8D8D8D;
    }
    #footer hr{
        color: #8D8D8D;
        max-width: 50%;
        margin-top: 5px;
        height: 2px;
        opacity: 1;
        border-radius: 50%;

    }

    #footer h5{
        color: #8D8D8D;
    }

    #footer ul{
        list-style-type: none;
        padding-left: 0;
    }


    #footer ul a{
        color: #8D8D8D;
        text-decoration: none;
        font-family: 'Gotham Rounded' !important;
        font-weight: 500;
    }

    #footer .logo-busconido-container {
        margin-bottom: 2rem;
    }
    #footer .social {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        margin-bottom: 5rem;
        align-items: center;
        max-width: fit-content;
        justify-content: flex-start;
    }
        #footer .social li {
            margin-right: 1rem;
        }
            #footer .social li:last-child{
                margin-right: 0;
            }
            #footer .social li a {
                width: 30px;
                height: 30px;
                display: flex;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                border: 2px solid #8D8D8D;
                transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
                #footer .social li a:hover{
                    background-color: var(--main2);
                    border: 2px solid var(--main2);
                }
                #footer .social li a svg {
                    width: 13px;
                    height: 13x;
                    color: #8D8D8D;
                    transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }
                    #footer .social li a:hover svg{
                        color: #ffffff;
                    }
    #footer .text-info {
        font-weight: 300;
        max-width: 370px;
        font-size: 1.35rem;
        color: var(--sky4) !important;
    }
    #footer .logo-datanido-container {
        top: -1rem;
        text-align: right;
        position: relative;
        margin-bottom: 1rem;
    }
    #footer .flags {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        margin-left: auto;
        margin-bottom: 5rem;
        align-items: center;
        max-width: fit-content;
        justify-content: flex-start;
    }
        #footer .flags li {
            margin-right: 2.2rem;
        }
            #footer .flags li:last-child{
                margin-right: 0;
            }
            #footer .flags li a {
                width: 50px;
                height: 50px;
                display: flex;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
                #footer .flags li a img {
                    top: 1px;
                    opacity: .7;
                    position: relative;
                    transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }
                    #footer .flags li a:hover img{
                        opacity: 1;
                    }

.text-right {
    text-align: right!important;
}
.top-bar {
    position: absolute;
    top: 20px;
}
.paises {
    color: #8a008b;
    font-size: 13px;
}
.paises a {
    border: none;
    background: transparent;
    color: #8a008b;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
    outline: none;
}

.paises .dropdown-menu {
    margin-top: 15px !important;
}