/*Estilos*/

#main-body {
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(left, #095d25cc, #095d25cc);
}

.transparent-card {
    background-color: rgba(0, 0, 0, 0.3); /* negro con 50% de opacidad */
    border-radius: 15px;
    margin-top: 1%;
    padding: 10px;
}

.transparent-card-top {
    background-color: rgba(0, 0, 0, 0.4); /* negro con 50% de opacidad */
    margin-top: 10px;
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#alumnilogo {
    background-image: url("../img/alumnilogo-white.png");
    max-height: 23vh;
    height: 23vh;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6, label, text, button { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; }

@media screen and (max-width: 430px) {
    #alumnilogo {
        background-image: url("../img/alumnilogo-white.png");
        max-height: 19vh;
        height: 19vh;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
}

#infoBaseAlumni {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

#flechaMenu {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 160px;
    background: #0f0f0f;
    transform: translateY(50%);
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    cursor: pointer;
    z-index: 999999;
}

#menuAlumni {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 2px solid #02b380;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#menuAlumni > img {
    cursor: pointer;
}

#menuAlumni > img:hover {
    opacity: 0.8;
}

#menuAlumni > img.active {
    opacity: 0.45;
}

#infoBaseAlumni > input {
    text-align: center;
}

.socialNetworks {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.btnsRedSocial {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
    gap: 5px;
}

#btnsCurriculum, #btnsAcciones {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    height: fit-content;
}

.photo-container {
    position: relative;
    display: inline-block;
    width: fit-content;
    border: solid 2px rgba(252, 252, 252, 0.5);;
    padding: 5px;
    border-radius: 3%;
}

#profilePhoto {
    border-radius: 3%;
    display: block;
    width: 210px;
    height: 230px;
    object-fit: fill;
}

.editPhoto {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 10;
}

.inputPerfil {
    margin-bottom: 5px;
}

#infoAlumni {
    margin-top: 10px;
    padding: 10px;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

#resultado {
    width: 100% !important;
    height: 100%;
}

.container {
    margin: 10px auto;
    height: 100%;
}

.info_empresa {
    display: flex;
    position: relative;
}

.info_empresa .edit-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.hidden {display: none;}

.kpisJob {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
}

.kpi-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    border: 1px solid #fff;
}

.oferta {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 10px;
    margin-top: 1%;
    width: calc(33.33% - 10px);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.postulante {
    background-color: hsla(0, 100%, 99%, 0.795);
    border: 1px solid rgba(255, 255, 255, 0.349);
    border-radius: 15px;
    margin-top: 1%;
    width: 100%;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cards_ofertas {
    width: 95%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img.avatar {
    width: 50%;
    border-radius: 50%;
}

ion-icon {
    pointer-events: none;
}

input,
input::-webkit-input-placeholder {
    font-size: 16px;
    padding-top: 3px;
}
.form-control {
    height: auto !important;
    /*padding: 8px 12px !important;*/
}

.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21)!important;
}

.inputBasicAlumni {
    background-color: transparent;
    border: none;
    color: #02b380;
    font-weight: bold;
    font-size: 14pt;
}

.card {
    background-color: transparent;
    border-color: transparent;
    margin: 10px;
}

#flechaMenu span {
    transition: transform 0.3s ease;
}

.iconMenu {
    height: 120px;
    width: 120px;
}

.newRow {
    color: #FFF;
    font-size: small;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 5px;
    font-style: oblique;
}

@media screen and (max-width: 600px) { /* Celulares */
    #logoSinBuho {
        height: 100px !important;
    }

    .oferta {
        width: 100%;
    }

    .info_empresa h1, 
    .info_empresa h2 {
        font-size: 1rem;
    }

    .edit-button button {
        width: 100%;
    }

    .photo-container {
        padding: 2px;
        border: 1px solid #02b380;
    }

    #profilePhoto {
        width: 150px;
        height: 170px;
    }

    .kpisJob {
        flex-direction: column;
        align-items: center;
        gap: 0px !important;
    }

    .kpi-card img {
        height: 60px;
        width: 60px;
    }

    .kpi-card h3 {
        font-size: 1rem;
    }

    .kpi-card h4 {
        font-size: 0.95rem;
    }

    #historial_ofertas { gap: 0px !important; }
}

@media screen and (max-width: 800px) { /* Tablets */
    .container, #main-body { width: 100% !important; }

    .btn_head {
        height: 40px !important;
    }

    #resultado {
        padding: 0;
        min-height: 100vh;
        background-repeat: no-repeat; 
        background-position: right center;
        background-attachment: fixed;       
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        height: 100%;
        width: 100%;
        transition: height 0.3s ease-out, width 0.3s ease-out;
    }

    .btn_image {
        height: 25px;
    }

    #logoSinBuho {
        height: 130px;
    }

    .info_empresa {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info_empresa .edit-button {
        position: static;
        margin-top: 10px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .info_empresa h1, 
    .info_empresa h2 {
        font-size: 1.2rem;
    }

    .edit-button button {
        width: 100%;
    }

    .photo-container {
        padding: 3px;
        border: 1px solid #02b380;
    }

    #profilePhoto {
        width: 200px;
        height: 220px;
    }

    .kpisJob {
        flex-direction: column;
        align-items: center;
        gap: 0px !important;
    }

    .kpi-card img {
        height: 80px;
        width: 80px;
    }

    .kpi-card h3 {
        font-size: 1.4rem;
    }

    .kpi-card h4 {
        font-size: 1.3rem;
    }

    .block, .white-card {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 8px;
    }
}

.modal { z-index: 99999999 !important; }

#myModal { z-index: 9999999999; }

.white-line { border: solid 1px #FFF; }

.green-line {
    padding: 5px;
    border: solid 3px #34924c;
}

.white-card {
	background-color: #FFF;
	color: #000;
	border-radius: 8px;
	margin-top: 1%;
	padding: 10px;
}

.form-check-input:checked {
    accent-color: #34924c;
}

.textBlock {
    padding-bottom: 15px;
}

.block {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #FFF;
    color: #0a6629;
    padding: 14px 28px;
    margin-top: 1%;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.block:hover {
    background-color: #0a6629;
    color: #FFF;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.rounded-button {
  width: 45px;
  height: 45px;
  position: sticky;
  bottom: 10px;
  background: #0a6629;
  color: #fff;
  display: inline-flex;
  float: right;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 60%;
  border: none;
  text-decoration: none;
  transition: background 0.2s;
}

.rounded-button:hover {
  background: #10a241;
}

.btn-group {
    display: inline-flex;
    justify-content: space-between;
}

.btn-secondary {
    margin: 0px 5px;
    border-radius: 5px;
    background-color: #8b8f8c !important;
    border-color: #8b8f8c !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:checked,
.show > .btn-secondary.dropdown-toggle {
    background-color: #0b5122 !important;
}

.btn-secondary:hover,
.btn-secondary:checked {
    color: #fff;
    background-color: #0b5122 !important;
    border-color: #0b5122 !important;
}

/* Style the tab */
.tab {
    height: 15vh;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    color: #fff;
    border: 1px solid #0f0f0f;
    background-color: #0f0f0f;
    display: flex;
    justify-content: space-evenly;
}
  
/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #ccccccb4;
}

/* Style tab links */
.tablink {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 15pt;
}

.tablink:hover {
    color: #999999;
}

/*Fin estilos*/

.table-condensed{ font-size: 11px; }

.panel-heading .dropdown .dropdown-toggle{ color:#fff; }

.main-section{
    margin:0 auto;
    padding: 20px;
    margin-top: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #c1c1c1;
}

.filelabelcolor{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #cc3636, #71dc6f);
}

.filelabelbn{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #0e0e0e, #f9f9f9);
}

.register{
    width: 100%;
    max-width: 100%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #fff;
    opacity:0.9;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left .logocamara{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    border: none;
    border-radius: 1.5rem;
    background: #02b380;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.register .nav-tabs{
    border: none;
    background: #007bff;
    border-radius: 1.5rem;
    margin: 10px;
}
.register .nav-tabs .nav-link{
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100%;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: #fff;
}
footer p {
  font-size: 12px;
  margin: 0; }
footer ul {
  margin-bottom: 0; }
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3); }
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}
select.error { border: 1px dotted red; }
input.error { border: 1px dotted red; }
label.error { color: red; }

.g-recaptcha {
    z-index: 999999 !important; /* Ajustar este valor según sea necesario */
}