/* Diagnóstica FID --------------------------------*/
body, html {
    font-family: 'Encode Sans', sans-serif;
    background-image:url(../img/ENDFID-2022__bg_diagnostica.svg);
    background-color: #5672FF;    
    background-size: cover;
    background-repeat: no-repeat;    
}
p {
    font-family: 'Cabin', sans-serif;
}
h1 {
    font-size: 40px;
    font-weight: 700;
}
h4 {
    font-size: 24px;
}
footer {
    height: 50px;   
    bottom: 0;
    left: 0;
    width: 100%; 
    background-color: #fff;
    color: #000;   
    margin-top: 130px;
    height: auto;
    padding: 0.35% 5% 0 5%;
}
.footer-container{
    position: absolute;
    bottom:1;
    margin:10px 0px 0px 0px;
    left: 10;
}
.footer_content {
    padding: 15px 0px 20px 0px;
    background-image: url(../img/footer_linea.png);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: top;
    position: relative;
    margin-top: 10px;
}
.footer_info {
    font-size: 14px;      
    width: 100%;
}
.footer_barra {
    background-image: url(../img/footer_linea.png);
    background-size: 100%;
    width: 200px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-fix {
    margin:0 0 10px 0;
}
.white {
    color: white;
}
.blue {
    color:#5672FF;
}
.login_bg {
    padding-bottom: 20px;
    background-position: 0 -70px;
    height: 210px;
}
.logo-mineduc {
    margin: 0px 0px 10px 0px;
    position: relative;   
    margin: -3px 0px 10px 0px;
    width: 240px;
    z-index: 9998;
}
.scale-fix {
    transform: scale(0.84);
    transform-origin: 0 0;
    width: 100%;
}
div .card {
    box-shadow: 0px 0px 30px #593BAB29;   
    border: none;
    border-radius:10px;
    padding: 2%;
}
div .card-header {
    background-color: transparent;
    border:none;
}
div .card-footer {
    background-color: transparent;
    border:none;
}
.card-footer svg {
    margin:1% 0;
    position: absolute;
}
@media only screen and (max-width: 900px) {
    a.menu-social {
        display: none;
    }
    a.menu-social-ayuda  {
        display: none;
    }
    .title-fid {
        margin: 50px 0 5px 0!important;
        font-size: 38px;
    }
    .logo-mineduc {
        width: 220px;
    }
    h2 {
        font-size: 24px;
    }
    #about-fid img {
        width: 40px!important;
        height: 40px!important;
        transform: translateY(0px);             
    }
    .spacer {
        padding: 10px 0px 0px 0px!important;
    }
    .footer-container {
        position: absolute;
        bottom:0;
        margin:10px 0px 0px 0px;
        left: 10;
    }
    h4 {
        font-size:20px;
    }
    h5 {
        font-size: 16px;
    }
    .span-sm {
        padding: 3% 6%;
        width: 100%;
        text-align: center;
        margin:5px 0 0 0;
    }
    #card-current-year  {
        margin:20px 0 0 0;
    }
    #card-current-year .img-current {
        width: 60px;
        display: block;               
    }
    #card-current-year .btn-fid-current {
        padding: 7% 10%;
        text-align: center;
        width: 100%;
    }
    .card-footer svg {
        margin: 0;
        position: absolute;
    }
    #card-old-years  {
        margin:20px 0 20px 0;
    }   
    #card-old-years .btn-sm {   
        padding: 10% 15%;
        font-size: 14px;
    }
    #card-old-years .img-old {
        display: block;
    }
}
@media only screen and (max-width: 1366px) {

.container-fluid {
    padding: 0 0 1% 0;
    }
}
.menu-social-ayuda {
    color: white;
    font-family: 'gobCL-Regular';
    font-size: 16px;
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-right {
    float: right;
}
.menu-social-ayuda:hover {
    color:#D8FF56;
}
.menu-social img{
    width: 30px;
    height: 30px;
    margin: 10px;
    transition: all .1s ease-in-out;
}
.menu-social img:hover {
    transform: scale(1.1);
}
.spacer {
    padding: 30px 0px 0px 0px;
}
#fid {
    padding: 0 0 11.5% 0;
}
#fid button {
    float:right;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7% 10%;
    width: 100%;
}
#fid a {
    float:right;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7% 10%;
    width: 100%;
}
#fid img {
    width: 65px; 
    float:left; 
    margin:0px 5px 0px 0px;
}
.btn-fid {
    border: 1px solid #5672FF;
    border-radius: 10px;
    opacity: 1;
    color:#5672FF;
    transition: all .1s ease-in-out;
}
.btn-fid:hover {
    color:#5672FF;
    background-color: #F1F3FF;
}
.btn-fid-current {
    background: #5672FF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color:#D8FF56;
    transition: all .1s ease-in-out;
}
.btn-fid-current:hover {
    color:#D8FF56;
    background-color: #4662EE;
}
.img-current {
    transition: all .1s ease-in-out;
}
.img-current:hover {
    transform: scale(1.1);
}
.container-fluid {
    width: 85%;
}
.footer-container-new {
    position: absolute;
    bottom:0;
    margin:10px 0px 0px 0px;
    left: 10;
}
#about-fid img {
    width: 80px;     
    float: right;
    transform: translateY(-30px);
}
#about-fid h2 {
    transform: translateY(30px);
}
#card-current-year  {
    background-color: #D8FF56;
    padding: 5% 0;
}
#card-current-year h4 {
    color:#5672FF;
}
#card-current-year img {
    width: 80px;     
    display: inline;
    margin: 0 5px 0 0;
}
#card-current-year a {    
    float: right;
    display: block;  
    margin:20px 0px; 
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.7% 5%;    
}
#card-current-year span {
    background-color: #4662EE;
    color:white;
    padding: 2% 5%;
    border-radius:5px;
    float:right;
    margin:10px 0 0 0;
    font-size: 16px;
}
#card-old-years .card {
    margin:20px 0 0 0;
}
#card-old-years a {
    float:right;
}
#card-old-years svg {
    height: 30px;
    width: 30px;
    margin: 15px 0;    
    transition: ease-in-out 0.36s;      
}
#card-old-years svg:hover {
    transform: rotate(90deg);    
}
#card-old-years img {
    display: inline;
    margin: 0;
    width: 65px; 
}
#card-old-years h5 {
    padding:1% 0;
}
#card-old-years .btn-fid {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7% 15%;    
}

/* Diagnóstica FID --------------------------------*/

.bg-fid {
    font-family: 'Encode Sans', sans-serif;
    background-image:url(../img/ENDFID-2022__bg_fid2022.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header-mail {
    background-image:url(https://2019.diagnosticafid.cl/img/ENDFID_2022_bg-mailing.svg);
    background-color: #5672FF;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2%;
    height: 265px;   
    width: 900px;
    border-radius: 5px;
}
.header-mail h1 {
    color: white;
    margin: 10px 0;
}
.logo-mineduc-s {
    margin: 0px 0px 20px 0px;
    position: relative;
    width: 240px;
}
