:root {
    --bs-blue: #298DEF;
    --bs-indigo: #6610f2;
    --bs-purple: #0F0333;
    --bs-pink: #A62456;
    --bs-red: #e3342f;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #298DEF;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #e3342f;
    --bs-light: #f8f9fa;
    --bs-dark: #383838;
    --bs-primary-rgb: 41, 141, 239;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 227, 52, 47;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 56, 56, 56;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 248, 250, 252;
    --bs-font-sans-serif: "Nunito", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #212529;
}
body {
    scroll-behavior: smooth;
    overflow: hidden;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__fondo {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('../img/fondo.jpg');
}
.__fondo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(0,0,0,0.2) !important; */
}

.btn_academico {
    font-size: 1.5rem;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #C19321;
    padding: 25px 25px;
}

.btn-outline-academico{
    --bs-btn-color: #C19321 !important;
    --bs-btn-border-color: #C19321 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C19321;
    --bs-btn-hover-border-color: #C19321;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C19321;
    --bs-btn-active-border-color: #C19321;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C19321;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C19321;
    --bs-gradient: none;
}

.centro{
    position: absolute;
    top: 65% !important;
    left: 0;
    display: block !important;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;

}
/*  */

@media screen and (max-width: 600px) {
    body{
        scroll-behavior: smooth;
        overflow: hidden;
    }
    .movil{
        margin: 3%;
    }
    
}
/* @media only screen  and (max-device-width : 900px) { 
    body{
        scroll-behavior: smooth;
        overflow: hidden;
    }
    .portait{
        margin: 2% 0;
    }
} */
@media (max-width: 900px){
    body{
        height: 100vh;
        overflow: hidden;
        background-color: #a2d3fe !important;
    }
    .portait{
        margin: 2% 0;
    }
    .centro{
        top: 60% !important;     
    }
    .boton{
        padding: 1% 0;
    }
    .__fondo {
        background-position: top top;
    }
}
.boton {
    width: 20rem; 
    padding: 2% 0; 
    font-weight: 800;
}