/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 6 nov 2024, 12:08:38 p.m.
    Author     : Leonardo-Web
*/


body{
    background-image: url('../img/v2/Fondo.webp');
    background-size: 100% 100%;
}

.row{
    padding: 0;
    margin: 0;
}
.flex-row{
    align-items: center;
}

.card-img-left{
    width: 15%;
}
#Menu{

}
.row{
    margin: 0;
    padding: 0;
}

#LogoHeaderFCA{
    width: 250PX;
    padding: 3%;
}
.SocialNetworks{
    font-size: 20pt;
    margin: 5px;
}

.banner{
    width: 100%;
}

#Footer{

}

.h1Title{
    color: #05028b;
       font-family:Futura-Bold;
    letter-spacing: 7px;
    font-weight: 900;


}
.card{
    background-color: #0552ac;
    border: none;
    border-radius: 5px;
}

.card-title{
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 12pt;
       font-family:Futura-Bold;
       font-weight: 900;

}

.imgPostGraduate{
    width: 80%;
    border-radius: 25%;

}

.divRowPostGraduate{
    background-color: #0552ac;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 20px;
}


.divRowPostGraduatev2{
    background-color: #05028b;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 20px;
}

.divTitlePost{


    display: flex;
    align-items: center;
    text-align: left;

}
.row>* {
    margin: 0;
    padding: 0;
}
.col3Img{
    text-align: left;
}

.imgSocialNetwork{
    width: 40px;
    margin-bottom: 10px;
}

.desktop{
    display: none !important;
}

.movil{
    display: initial !important;
}

@media (min-width: 768px){

    .imgSocialNetwork{
        width: 50px;
        margin-bottom: 10px;
    }


    #LogoHeaderFCA{
        width: 80%;
    }
    .imgSocialNetwork{
        width: 50px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px){
    .card-title{
        color: white;
        padding-left: 10%;
        font-size: 18pt;
    }

    .desktop{
        display: initial !important;
    }

    .movil{
        display: none !important;
    }

}

@media (min-width: 992px){
    #LogoHeaderFCA{
        width: 50%;
        padding: 3%;
    }

}

#divBanner{
    -webkit-box-shadow: 0 8px 10px -6px #000000;
    -moz-box-shadow: 0 8px 10px -6px #000000;
    box-shadow: 0 8px 10px -6px #000000;
}
a{
    text-decoration: none !important;
}


.newInfo{
    color: white;
}

.newInfo a{
    color: white;
    font-size: 11pt;
    font-weight: 900;
}

#iWhatsapp{
    font-size: 15pt;
}