/*
 *
 *
 *  This is your custom CSS file.
 *  Edumy will automatically load this custom CSS file on all pages of your Moodle site.
 *  IMPORTANT: Please remember not to override this file when updating Edumy theme. Keep a backup of this file before updating Edumy theme.
 *
 *
 */

 body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

/****************************CONTENEDOR PRINCIPAL****************************/

 .wraper-login{
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
    background-image: url("/postgrado/theme/edumy/images/login/fondo_azul.webp");
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.white-container {
    background-color: #fff;
    width: 880px;
    /*height: 640px;*/
    /* padding: 20px; */
    border-radius: 20px;
}

.container-main {
    height: 100%; 
    background: none;
    box-shadow: none;
    flex-direction: row;    
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
    background-color: #fff;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    border-radius: 20px;
}

.container-main > .left {
    width: 50%;
	justify-content: flex-end;
	align-items: center;
    /* border-right: 1px solid #b7b9bb; */
}

.container-main > .right {
    width: 50%;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
    /* border-left: 1px solid #b7b9bb; */
}

.content-login {
    /*width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;*/
    display: block;
}

.content-login-form {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}

/****************************FORMULARIO PRINCIPAL****************************/
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.avatar {
    height: 100px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.login-info {
    color: #2C5FC4;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.login-title-1 {
    color: #2C5FC4;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.login-title-2 {
    color: #2C5FC4;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.session-text {
    color: #1d2125;
    font-size: 14px;
    text-align: right;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
	font-weight: 500;
}

.line {
    border: 1px solid #cca138; 
	width: 100%;
    margin-top: 0px;
}

.div-hide {
    display: none;
}

.form-div {
    width: 55%;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    border-bottom: solid 1.5px #2C5FC4;
}

.group-i {
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    width: 90%;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    margin-right: auto;
}

.iconLogin {
	color: #b7b9bb;
    display: flex;
    justify-content: center;
    align-items: center;
}

/****************************FORMULARIO PRINCIPAL:INSIDE****************************/

.loginBtn {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
	outline: none;
    width: 30%;
	border: none;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
	color: #fff;
    background-color: #2C5FC4;
	transition: 0.3s;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
    border-radius: 10px;
    height: 35px;
}
  
.loginBtn:hover {
    background-color: #2a3472;
}

#inputForm {
    background-color: #fff !important;
    border: none !important; 
    outline: none !important;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
}

#inputForm:focus {
    border-color: #e0e0e0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/****************************FORMULARIO PRINCIPAL: GOOGLE****************************/

#customBtn {
    display: inline-block;
    background: #fff;
    color: black;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#customBtn:hover {
    cursor: pointer;
    background-color: #1d2767;
    color: #fff;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
}

#customBtn:hover > .buttonText {
    color: #fff;
}

#customBtn > span.label {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #2C5FC4;
}

.icon-g {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

.icon-g-img {
    margin: 0;
    padding: 8px;
    width: 42px;
    height: 42px;
}

.nav {
    justify-content: center;
}

.nav-link.active {
    color: #2C5FC4 !important;
    font-weight: 600 !important;
}

.nav-link {
    color: #2C5FC4 !important;
    font-weight: 600 !important;
}

.session-info {
    margin-left: 50px;
    margin-right: 50px;
}

/****************************CARRUSEL****************************/

.carousel-indicators li {
    height: 4px !important;
    width: 50px !important;
}

.carousel-indicators li {
    background-color: #fff !important;
}

.carousel-indicators .active {
    background-color: #041269 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239e8c1e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239e8c1e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-item {
    padding: 0 !important;
}

.alert-danger, .environmenttable .error {
    color: #DB261C !important;
    background-color: #ffffff !important;
    border-color: #f0c5c1 !important;
}

.alert {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

/****************************RESPONSIVE****************************/

@media screen and (max-width: 1034px){
	.container-main{
		grid-template-columns: 1fr;
        flex-direction: column-reverse;
	}

	#carouselExampleIndicators {
        display: inline-block;
        width: 100% !important;
	}

    .carousel-indicators{
        position: initial !important;
    }

	.carousel-item {
    padding: 10% !important;
}

    .white-container {
        width: 70%;
        height: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content-login {
        width: 100%;
    }

    .right {
        width: 100% !important;
        border-left: none !important;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	.left{
        display: inline-block;
        width: 100% !important;
        border-right: none !important;
        margin-top: 10px;
        margin-bottom: 10px;
	}

    .session-info {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 799px){
	.content-login {
        width: 100% !important;
	}
}

@media screen and (max-width: 590px){
	#customBtn {
        width: 80% !important;
	}
    .buttonText {        
        font-size: 3vw; 
    }
}

@media screen and (max-width: 520px){
	.white-container {
        padding: 0;
	}
}

@media screen and (max-width: 414px){
    .container-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    #customBtn {
        width: 100% !important;
    }

	.loginBtn, .form-div {
        width: 100%;
	}
}

@media screen and (max-width: 375px){
    #customBtn {
        width: 100% !important;
    }

	.loginBtn, .form-div {
        width: 100%;
	}
}

@media only screen and (max-width: 290px) {    
    .wraper-login{
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    /* .nav-link {
        margin-bottom: -1px !important;
        border: 1px solid transparent !important;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .nav-link.active {
        background-color: #fff !important;
        border-color: #dee2e6 #dee2e6 #fff !important;
        border: 1px solid transparent !important;
    }
    .nav-tabs {
        background-color: #fff !important;
        border-bottom: 1px solid #dee2e6 !important;
    } */

    .nav-tabs:not(.more-nav), .nav-pills {
        margin: 0 !important;
        border: 0 !important;
        padding: 0.125rem !important;
        background-color: #fff !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .nav-tabs:not(.more-nav) .nav-item, .nav-pills .nav-item {
        flex: none !important;
        text-align: center !important;
    }

    .nav-link {
        background-color: #fff !important;
    }

    .nav-link.active {
        background-color: #fff !important;
        border-color: #dee2e6 #dee2e6 #fff !important;
        margin-bottom: -1px !important;
        border: 1px solid transparent !important;
    }

    /* .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        background-color: #fff !important;
        border-color: #dee2e6 #dee2e6 #fff !important;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        background-color: #fff !important;
        border-color: #dee2e6 #dee2e6 #fff !important;
    } */
}

/* @media only screen and (max-width: 162px) {    
	.container-main{
		grid-template-columns: 1fr;
        flex-direction: column-reverse;
	}

	#carouselExampleIndicators {
        display: inline-block;
        width: 100% !important;
	}

    .carousel-indicators{
        position: initial !important;
    }

    .content-login {
        width: 100%;
    }

    .right {
        width: 100% !important;
        border-left: none !important;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	.left{
        display: inline-block;
        width: 100% !important;
        border-right: none !important;
        margin-top: 10px;
        margin-bottom: 10px;
	}
} */


.carousel-link {
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.carousel-link-colum {
    display: flex;
	justify-content: center;
    align-items: center;
    width: 50%;
}