@import url("https://fonts.googleapis.com/css?family=Roboto");
.fondo {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}
.nav-fullogo {
    display: flex;
    margin-top: 40px;
    margin-left: 60px;
}
.genesis-main {
    color: #00B350;
}

.genesis-secondary {
    color: #3e3f5e;
}
.card-home {
    display: flex;
    align-items: center;
}
.card-text-home {
    border-radius: 20px;
	min-height: 420px;
	width: 100%;
}
.card-text-home .card-body {
    padding: 2rem 6rem 2rem 6rem;
}
.card-text-home p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #918b8b;
}
.card-text-home li {
    list-style-type: circle;
    color: #918b8b;
}
.card-text-home a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 520;
    font-size: 17px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #4c00ff;
    text-decoration: underline;
}
.mt-7{
	margin-top: 7rem;
}
.login {
    border-radius: 16px !important;
}

.login-size {
    width: 288px;
    height: 460px;
}

.btn-dark {
    color: white;
    background-color: #A4286A ;
    border-color: #A4286A ;
}

.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active{
    color: white;
    background-color: #A4286A !important;
    border-color: #A4286A ;
}

.btn-genesis {
    background-color: #00B350;
    color: white;
}

.btn-genesis:hover {
    color: white;
}

.main-navbottom .nav-item .nav-link .nav-line {
    background-color: rgba(255, 255, 255, 0.5);
    height: 6px;
    width: 50px;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main-navbottom .nav-item .nav-link.active {
    font-weight: bold;
}

.main-navbottom .nav-item .nav-link.active .nav-line {
    background-color: white;
}

.main-navbottom .nav-item .nav-link p {
    color: white;
    display: none;
}

.main-navbottom li .nav-link:hover {
    color: white;
    font-weight: bold;
}

.main-navbottom li .nav-link:hover .nav-line {
    background-color: white;
}

.main-navbottom li .nav-link:focus {
    color: white;
    font-weight: bold;
}

.main-navbottom li .nav-link:focus .nav-line {
    background-color: white;
}

.main-navbottom.carousel-indicators {
    position: inherit;
    margin: 0;
}

.main-navbottom.carousel-indicators [data-bs-target] {
    width: auto;
    height: auto;
    padding: auto;
    margin: 0;
    text-indent: inherit;
    background-color: inherit;
    border: 0;
    opacity: 1;
}

.drop-language {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#exampleInputEmail1::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 10.5px;
    line-height: 12px;
    color: #918b8b;
}

#exampleInputEmail1::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 10.5px;
    line-height: 12px;
    color: #918b8b;
}

/* Firefox 19+ */
#exampleInputPassword1::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 10.5px;
    line-height: 12px;
    color: #918b8b;
}

#exampleInputPassword1::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 10.5px;
    line-height: 12px;
    color: #918b8b;
}

/* Firefox 19+ */

.input-inscribete::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #918b8b;
}

.input-inscribete::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #918b8b;
}

/* Firefox 19+ */



.main-part1-title {
    padding-top: 25px ;
    text-align: center;
}

.input-inscribete {
    background-color: #f8faf9;
    border: 1px solid #387f9f;
    box-sizing: border-box;
    border-radius: 6px;
}

.btn-inscribite {
    width: 100%;
}

.mynav {
    padding-top: 1.5rem;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .main-navbottom .nav-item .nav-link .nav-line {
        width: 75px;
    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	.main-part1 {
        min-height: 100vw;
    }
    
    .card-text-home {
		padding-top: 1.5rem;
		margin-top: 1.5rem;
	}
	.card-text-home .card-body {
		padding: 2rem 1rem 1rem 1rem;
	}
	.card-text-home p {
		font-size: 15px;
	}
    .card-text-home li {
		font-size: 15px;
	}
	.mt-7{
		margin-top: .5rem;
	}
	.main-navbottom{
		margin-top: 3rem !important;
	}
}
@media (min-width: 768px) {


    .txt-inscribete-title {
        margin-top: 35px;
        font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 35px;
    }

    .btn-inscribite {
        width: auto;
    }

    .txt-inscribete {
        margin-left: 41px;
    }

    
    .card-body-inscribete {
        margin: 0 70px;
        padding-top: 0px;
    }

    .main-part1 {
        /*min-height: 35vw !important;
        padding: 0 68px;*/
    }

    .main-part1-title {
        text-align: left;
        margin-left: 40px;
        margin-top: 25px;
    }

    .main-navbottom .nav-item .nav-link p {
        display: block;
    }

    .main-navbottom .nav-item .nav-link .nav-line {
        width: 100px;
    }

    .login-size{
        width: 288px;
        height: 420px;
    }

    .login.inscribirse {
        background-color: #ffffffd6 !important;
    }

    .login.inscribirse h3,
    .login.inscribirse h3 i {
        color: black !important;
    }

    .login.inscribirse .texto-bottom {
        color: #3e3f5e !important;
        font-size: 16px;
    }

    .mynav {
        padding-top: 0.5rem;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .main-part1 {
        min-height: 70vh;
    }

    .login-size{
        width: 288px;
        height: 480px;
    }

    .login.inscribirse {
        background-color: #ffffffd6 !important;
        margin-top: 35px;
    }

    .txt-inscribete-title {
        margin-top: 45px;
        font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 35px;
    }

    .login.inscribirse .texto-bottom {
        color: #3e3f5e !important;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.fwb {
    font-weight: bold;
}

.login-body,
.login-body input::-webkit-input-placeholder {
    font-size: 14px;
}

.login.inscribirse {
    background-color: transparent;
}

.login.inscribirse h3,
.login.inscribirse .texto-bottom {
    color: white;
}

.text-16 {
    font-size: 16px;
}
.text-12 {
    font-size: 12px;
}

.text-danger-genesis {
    color: #f64056;
}
