@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
}
body::-webkit-scrollbar {
    background: transparent;
    width: 2px;
}
body::-webkit-scrollbar-thumb {
    background: #222;
}
.switch {
    width: 23px;
    height: 23px;
    background: none;
    border: none;
    outline: none;
    margin-top: -20px;
    position: relative;
    cursor: pointer;
}
#sol {
    position: absolute;
    opacity: 1;
    transition: ease .5s;
}
#luna {
    position: absolute;
    opacity: 0;
    transition: ease .5s;
}
#sol-inicio {
    position: absolute;
    opacity: 1;
    transition: ease .5s;
}
#luna-inicio {
    position: absolute;
    opacity: 0;
    transition: ease .5s;
}
.header-top-animation {
    transform: translateY(0px);
}
.logo_header {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: 130px;
    height: 74px;
    background-image: url("../imgs/Logo_mp646_az3.png");
    background-size: cover;
    background-position: center;
}
.resenacurricular_content {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    transition: ease .4s;
}
body.dark .resenacurricular_content {
    background: #111;
}
.column {
    width: calc(100%/3);
    height: 100%;
    position: relative;
    transition: ease 1s;
    /*	border-left: 1px solid black;*/
}
/* .column:nth-of-type(2){
	background-image: url("../imgs/20220318080804_IMG_1806.jpg");
	background-size: cover;
	background-position: center;
} */
.foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: 3s;
}
#foto_02, #foto_03, #foto_04 {
    opacity: 0;
}
.animation_top {
    transform: translateY(-100%);
}
.animation_bottom {
    transform: translateY(100%);
}
.column:nth-of-type(1) {
    display: flex;
    align-items: center;
}
.logo_curriculum {
    position: absolute;
    width: 124px;
    height: 72px;
    background-image: url("../imgs/Logo_mp646_az.png");
    background-size: cover;
    background-position: center;
    left: 30px;
    top: 20px;
    transition: ease .5s;
}
.logo_curriculum:hover {
    transform: scale(1.1);
}
body.dark .logo_curriculum {
    background-image: url("../imgs/Logo_mp646_b_1.png");
}
.name_content {
    width: 100%;
    padding: 0 10px 0 30px;
}
.name {
    font-size: 68px;
    line-height: 1;
    color: #0E2546;
}
body.dark .name {
    color: #F0F2F4;
}
.mediador_txt {
    font-size: 20px;
    margin-top: 30px;
    color: #888888;
}
.btns_curriculum_content {
    width: max-content;
    height: auto;
    position: absolute;
    right: 12%;
    top: 44px;
    display: flex;
    align-items: center;
}
.btn_curriculum {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.btn_curriculum img {
    width: 100%;
    height: 100%;
}
.btn_curriculum p {
    margin-left: 6px;
    margin-top: 4px;
    font-size: 14px;
    color: #353739;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5000px;
    transition: ease .5s;
}
body.dark .btn_curriculum p {
    color: #fff;
}
.btn_curriculum p:hover {
    background: #0E2546;
    color: #fff;
}
body.dark .btn_curriculum p:hover {
    background: #360202;
    color: #fff;
}
.resena_titulo {
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #0E2546;
    font-weight: 500;
}
body.dark .resena_titulo {
    color: #F0F2F4;
}
.slide_resena {
    width: 100%;
    height: 45%;
    background: #0E2546;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.dark .slide_resena {
    background: #360202;
}
.slide_resena .content-txt {
    width: 90%;
    height: 90%;
    overflow-y: scroll;
}
.slide_resena .content-txt::-webkit-scrollbar {
    background: transparent;
    width: 2px;
}
.slide_resena .content-txt::-webkit-scrollbar-thumb {
    background: #fff;
}
.btn_contacto {
    padding: 10px 20px;
    background: #0E2546;
    color: #fff;
    width: max-content;
    margin-top: 30px;
    border-radius: 5px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.dark .btn_contacto {
    background: #360202;
}
.btn_contacto p {
    z-index: 1;
    color: #fff;
    position: relative;
    font-size: 14px;
}
.btn_contacto span {
    position: absolute;
    width: 0%;
    height: 100%;
    background: #360202;
    border-radius: 5px;
    transition: ease .5s;
}
body.dark span {
    background: #0E2546;
}
.btn_contacto:hover span {
    width: 100%;
}
.pi-pregunta {
    color: #A3A3A3;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pi-txt {
    line-height: 1.9;
    color: #fff;
    margin-left: 20px;
}
.correo, .enlace {
    text-decoration: none;
    color: #0E2546;
    font-weight: 600;
}
.pie-pagina {
    height: 340px;
    background: #360202;
    padding: 0 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grupo-formulario {
    /*    width: 360px;*/
    height: 80px;
    /*    background: red;*/
    margin: 20px 30px;
}
.grupo-formulario:nth-of-type(1) {
    margin-top: 50px;
}
.grupo-formulario:nth-of-type(2) {
    margin-top: 50px;
}
.grupo-logo {
    height: 160px;
}
.grupo-formulario:nth-of-type(1) {
    width: 250px;
}
.p-titulo {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5;
}
.p-txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}
.f-redes-socilaes {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.red-social-link {
    width: 36px;
    height: 36px;
    /*    background: yellow;*/
    margin: 0 5px;
}
.logo-footer {
    width: 190px;
    height: 110px;
    background-image: url("../imgs/Logo_mp646_b.svg");
    background-size: cover;
    background-position: center;
    margin: auto;
    transition: ease .5s;
}
.logo-footer:hover {
    transform: scale(1.1);
}
.txt-aviso-privacidad {
    text-align: center;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
}
.txt-menu-footer {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 30px;
}
.titulo-menu {
    text-align: center;
    margin-bottom: 30px;
}
.grupo-menu {
    height: 180px;
    /*    background: red;*/
}
.enlace {
    text-decoration: none;
}
.acreditacionIconos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* background: blue; */
    height: max-content;
    margin-top: 0px;
}
.aiGrupo {
    margin: 0 20px;
    cursor: pointer;
}
.aig-icono {
    width: 36px;
    height: 46px;
    /* background: red; */
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aig-icono svg {
    fill: #0E2546;
    transition: ease .3s;
}
.aig-txt {
    font-weight: 600;
    color: #0E2546;
    transition: ease .3s;
    text-decoration: none;
}
.aiGrupo:hover > .aig-txt {
    color: #360202;
}
.aiGrupo:hover svg {
    fill: #360202;
}
body.dark .aig-txt{
	color: #fff;
}
body.dark .aig-icono svg {
    fill: #fff;
    
}
body.dark .pagina-informacion {
    background: #000;
}
body.dark .header-top {
    background: black;
}
body.dark .nav-top-txt {
    color: white;
}
body.dark .logo_header {
    background-image: url("../imgs/Logo_mp646_b_1.png");
}
body.dark .pi-titulo {
    color: #F0F2F4;
}
body.dark .pi-subtitulo {
    color: #F0F2F4;
}
body.dark .pi-pregunta {
    color: #F0F2F4;
}
body.dark .pi-txt {
    color: #bebebe;
}
body.dark .pie-pagina {
    background: #360202;
}
body.dark #sol {
    opacity: 0;
}
body.dark #luna {
    opacity: 1;
}
body.dark #sol-inicio {
    opacity: 0;
}
body.dark #luna-inicio {
    opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 850px) {
    .resenacurricular_content {
        width: 100%;
        height: max-content;
        display: flex;
        overflow: hidden;
        transition: ease .4s;
        flex-direction: column;
    }
    .column {
        width: 100%;
        height: 100vh;
    }
    .name {
        font-size: 28px;
        line-height: 1.3;
        color: #fff;
    }
    #contenedor_1 {
        position: absolute;
        z-index: 1;
        background: rgba(0, 0, 0, .3);
    }
    .logo_curriculum {
        position: absolute;
        width: 110px;
        height: 61px;
        background-image: url("../imgs/Logo_mp646_b_1.png");
        background-size: cover;
        background-position: center;
        left: 10px;
        top: 20px;
        transition: ease .5s;
    }
    .name_content {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 250px;
        padding: 0 10px 0 30px;
    }
	.mediador_txt {
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
		
}
.btn_curriculum p {
    color: #fff;
    
}
	
	.aiGrupo {
    margin: 0 5px;
		font-size: 14px;
}
	.aig-icono {
    width: 31px;
    height: 41px;
    
    margin-bottom: 10px;
    
}
.animation_top {
    transform: translateY(0);
}
.animation_bottom {
    transform: translateY(0);
}	
}