﻿@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham Bold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/GothamNarrow-Book.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Saira-BlackItalic';
    src: url('../fonts/Saira-BlackItalic.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Saira-Bold';
    src: url('../fonts/Saira-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

body {
    background-color: #F0F0F0;
    font-family: 'Gotham-Bold';
    font-size: 15px;
    font-weight: 700;
}

input::placeholder {
    color: #C9C9C9 !important;
    opacity: 1;
}

.bg-dark {
    background-color: #000 !important;
    color: #fff;
}

.bg-light-gray {
    background-color: #F0F0F0;
}

.row-light {
    background-color: #fff;
}

h1 {
    font-family: 'Saira-BlackItalic', Saira !important;
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
}

h2 {
    font-family: 'Saira-BlackItalic', Saira !important;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    color: #000;
}

h4 {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

h5 {
    font-family: 'Saira-Bold', Saira !important;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

h6 {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

.control-label-clientes {
    font-family: 'Gotham-Medium', Gotham !important;
    font-size: 12px;
    font-weight: 400;
}

.control-label {
    font-family: 'Gotham-Medium', Gotham !important;
    font-size: 15px;
    font-weight: 500;
}

.control-label span {
    font-family: 'Gotham-Medium', Gotham !important;
    font-size: 12px;
    font-weight: 500;
}

.form-control {
    font-family: 'Gotham-Medium', Gotham !important;
    font-size: 15px;
    font-weight: 500;
}
.menu-principal {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 10px;
    font-weight: 700;
}

    .menu-principal .form-select {
        font-family: 'Gotham-Bold', Gotham !important;
        font-size: 10px;
        font-weight: 700;
        border-radius: 20px;
        min-width: 150px;
        background-color: #f0f0f0;
        padding-left: 15px;
    }

    .menu-principal .dropdown-menu {
        font-family: 'Gotham-Bold', Gotham !important;
        font-size: 10px;
        font-weight: 700;
        border-radius: 20px;
        min-width: 150px;
        background-color: #f0f0f0;
        padding-left: 15px;
    }

.footer li a {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 12px !important;
    font-weight: 700;
}

.footer li span {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 12px !important;
    font-weight: 700;
}

.footer li span a {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 12px !important;
    font-weight: 700;
}

.p-footer {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 15px !important;
    font-weight: 700;
}

.p-small-white {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 10px !important;
    font-weight: 400;
    color: #fff;
}

.secciones .seccion-principal {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.image-container {
    position: relative; /* Permite posicionar elementos dentro de forma absoluta */
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    height: 15% !important;
}

.text-overlay {
    position: absolute; /* Posiciona el texto sobre la imagen */
    top: 40%; /* Centra verticalmente */
    left: 20%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta la posición para centrar */
    color: white; /* Color del texto */
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Fondo semitransparente para el texto */
    padding: 10px; /* Espaciado alrededor del texto */
}

.text-overlay p {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 15px;
    font-weight: 700,
}

.q-somos .image-container {
    position: relative; /* Permite posicionar elementos dentro de forma absoluta */
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    height: 15% !important;
}

.q-somos .text-overlay {
    position: absolute; /* Posiciona el texto sobre la imagen */
    top: 40%; /* Centra verticalmente */
    left: 20%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta la posición para centrar */
    color: #000; /* Color del texto */
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Fondo semitransparente para el texto */
    padding: 10px; /* Espaciado alrededor del texto */
}

    .q-somos .text-overlay p {
        font-family: 'Gotham-Bold', Gotham !important;
        font-size: 15px;
        font-weight: 700,
    }

.text-dark {
    color: #000 !important;
}

.text-light{
    color: #fff !important;
}

.img-slide {
    width: 100%; /* Ajusta la imagen al contenedor */
    height: 100%; /* Ajusta la imagen al contenedor */
    object-fit: cover; /* Ajusta la imagen sin distorsionarla */
}

.navbar, .navbar-expand-lg, .navbar-light, .bg-light {
    height: 100px !important;
}

.carreras .card{
    min-height:450px!important;
    border: none;
}

.carreras .card-body {
    color: #fff;
}

.carreras .card-text {
    background-color: #ff0000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.servicios .no-gutters {
    /*background-color: #161615;*/
    background-color: #000;
    border-radius: 15px !important;
    margin-right: 30px !important;
    height: 110px !important;
}

.servicios .card-horizontal {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #fff;
    /*border-left-color: #E3E3E3;*/
    margin-top: 25px;
    margin-bottom: 25px;
}

.servicios .card-body {
    color: #fff;
    /*color: #E3E3E3;*/
}

    .servicios .card-body .margin-top-10-s {
        margin-top: 15px;
        margin-left: 15px;
        color: #fff !important;
        /*color: #E3E3E3 !important;*/
    }

.servicios-light .card-body h6 {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 15px;
    font-weight: 800;
    color: #000;
}


.mision .no-gutters {
    background-color: #fff;
    border-radius: 5px !important;
    margin-right: 30px !important;
    color: #000 !important;
    height: 280px !important;
}

.mision .card-footer {
    color: #000;
    font-family: 'Gotham-Book', Gotham !important;
    font-size: 15px;
    font-weight: 800;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #EAEAEA;
    margin-left: 35px;
    margin-right: 35px;
}

.mision .card-horizontal {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
}

.mision .card-body .margin-top-10-s {
    margin-top: 15px;
    margin-left: 15px;
    color: #000 !important;
    /*color: #E3E3E3 !important;*/
}

.mision .card-body h2 {
    font-family: 'Saira-BlackItalic', Saira !important;
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    color: #000;
}

.beneficios .card-body {
    color: #fff;
    font-family: 'Gotham-Book', Gotham !important;
    font-size: 15px;
    font-weight: 800;
}

.galeria .card-body {
    color: #000;
    font-family: 'Gotham-Book', Gotham !important;
    font-size: 15px;
    font-weight: 800;
    height: 100px;
}

.galeria .card-footer {
    color: #000;
    font-family: 'Gotham-Book', Gotham !important;
    font-size: 15px;
    font-weight: 800;
    border:none;
}

.inscripciones .form-control{
    border-color: #000;
}

.inscripciones p {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.resultados .icono {
    background-color: #B4B4B4;
    border-top-left-radius: 5px;
    height: 130px;
}

.resultados .encabezado {
    background-color: #000;
    border-top-right-radius: 5px;
    color: #fff;
    height: 130px;
}

.resultados h5 {
    font-size: 20px !important;
    color: #fff;
}

.resultados .cuerpo {
    background-color: #F0F0F0;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 180px;
}

.resultados .no-gutters{
    width:95%;
}

.carrera .contenedor {
    color: #fff;
    text-align: right;
}

.carrera .cartel {
    width: 80px;
    height: 80px;
    padding: 10px 0px 5px 0px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    border: 3px solid #000;
    border-radius: 5px;
    background-color: #000;
}

    .carrera .cartel > div {
        font-size: 25px;
        font-family: 'Saira-BlackItalic', Saira !important;
        animation: fade 3s;
        line-height: 30px;
        margin-top: 5px;
        font-weight: 800;
    }

        .carrera .cartel > div > h3 {
            margin-top: 1px;
            font-size: 15px;
            font-weight: 500;
        }

.carrera .h3 {
    bottom: 0;
    margin: 0 auto;
}


.carrera .contenido {
    width: 80%;
    margin: 0 auto;
    border: 0px solid black;
    z-index: 10;
}

.carrera li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

    .carrera li span {
        display: block;
        font-size: 4.5rem;
    }

.carrera .numeros {
    font-family: 'Saira-BlackItalic', Saira !important;
    font-size: 15px;
    transition: .3s;
    animation-name: fade;
    animation-duration: 3s;
    color: #fff;
    font-weight: 500
}

.carrera .responsivo1 {
    display: inline-block
}

.carrera .responsivo2 {
    display: inline-block
}

.carrera p {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.carrera .btn-dark {
    font-family: 'Saira-Bold', Saira !important;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    padding: 15px;
    width: 100%;
    margin-bottom: 30PX;
}

.carrera .btn-primary {
    font-family: 'Saira-Bold', Saira !important;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    padding: 15px;
    width: 100%;
    margin-bottom: 30PX;
    border-color: #000;
}

.carrera h4 {
    font-family: 'Gotham-Bold', Gotham !important;
    font-size: 15px;
    font-weight: 700;
}

.carrera .info {
    font-family: 'Gotham-Medium', Gotham !important;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 450px) {
    .carrera .contenedor {
        margin-top: 15%;
    }

    .banner {
        margin-bottom: 30px;
    }

    .carrera .cartel {
        height: 99px;
        width: 99px;
    }

        .carrera .cartel > div {
            font-size: 45px;
        }

            .carrera .cartel > div > h3 {
                font-size: 15px;
                margin-top: 0px;
            }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-primary {
    background: #fff;
    border-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Gotham-Medium', Gotham !important;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #808080; /*#4E4E4E*/
    --bs-btn-hover-border-color: #808080;
    --bs-btn-active-bg: #808080;
    --bs-btn-active-border-color: #808080;
    --bs-btn-active-bg: #808080;
    --bs-btn-active-border-color: #808080;
    --bs-btn-active-color: #000;
    --bs-btn-color: #000;
    --bs-btn-bg: #000;
}

    .btn-primary:focus {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

.btn-warning {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Gotham-Medium', Gotham !important;
    --bs-btn-bg: #ff0000;
    --bs-btn-hover-color: #fff; /*#4E4E4E*/
    --bs-btn-hover-bg: #FF6464; /*#4E4E4E*/
    --bs-btn-hover-border-color: #FF6464;
    --bs-btn-active-bg: #FF6464;
    --bs-btn-active-border-color: #FF6464;
    --bs-btn-active-color: #fff;
    --bs-btn-color: #fff;
}

.btn-dark {
    background: #000;
    border-color: #000;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Gotham-Medium', Gotham !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #808080; /*#4E4E4E*/
    --bs-btn-hover-border-color: #808080;
    --bs-btn-active-bg: #808080;
    --bs-btn-active-border-color: #808080;
    --bs-btn-active-bg: #808080;
    --bs-btn-active-border-color: #808080;
    --bs-btn-active-color: #fff;
    --bs-btn-color: #000;
}

.btn-green {
    background: #0DA04D;
    border-color: #0DA04D;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Gotham-Medium', Gotham !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0DA04D; /*#4E4E4E*/
    --bs-btn-hover-border-color: #0DA04D;
    --bs-btn-active-bg: #0DA04D;
    --bs-btn-active-border-color: #0DA04D;
    --bs-btn-active-bg: #0DA04D;
    --bs-btn-active-border-color: #0DA04D;
    --bs-btn-active-color: #fff;
    --bs-btn-color: #0DA04D;
}

.btn-icon {
    width: 10px;
    height: 10px;
    margin-left: 15px;
}

.boder-top-light {
    border-top-color: #fff; 
    border-top-style: solid; 
    border-top-width:1px; 
    margin-top: 15px;
}

.boder-top-gray {
    border-top-color: #c9c9c9;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 30px;
}

.boder-top-dark-gray {
    border-top-color: #646464;
    border-top-style: solid;
    border-top-width: 2px;
    margin-top: 30px;
}

.boder-bottom-gray {
    border-bottom-color: #c9c9c9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.border-left-dark-gray {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #333333;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.margin-top-10 {
    text-align: right !important;
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}


.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.padding-bottom-200 {
    padding-bottom: 200px !important;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}


/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #F0F0F0;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-family: 'Saira-BlackItalic', Saira !important;
        font-size: 30px;
        font-weight: 800;
        font-style: italic;
        color: #000;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #000;
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.icon-calendar {
    padding-right: 15px;
    background: url('../icons/icono calendar.png') no-repeat right;
    /*background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left;*/
    background-size: 20px;
}

.summit-logo {
    background-image: url('../icons/Ciurculo_Summits-removebg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 240px;
    height: 150px;
    width: 100%;
}