/*Estilos*/

#logo_instagram {
    background-image: url('../img/logo_instagram.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: unset;
    height: 150px;
    width: 150px;
}

#logo_facebook {
    background-image: url('../img/logo_facebook.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: unset;
    height: 150px;
    width: 150px;
}

#logo_linkedin {
    background-image: url('../img/logo_linkedin.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: unset;
    height: 150px;
    width: 150px;
}

#logo_tiktok {
    background-image: url('../img/logo_tiktok.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: unset;
    height: 150px;
    width: 150px;
}

.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.5); /* 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/alumnilogo3.png");
    max-height: 19vh;
    height: 19vh;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

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/alumnilogocel.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 #02b380;
    padding: 5px;
    border-radius: 3%;
}

.logo-container {
    position: relative;
    display: inline-block;
    width: fit-content;
    border: solid 2px #9c9c9c;
    padding: 5px;
    border-radius: 3%;
    margin: auto 45px;
}

#profilePhoto {
    border-radius: 3%;
    display: block;
    width: 250px;
    height: 260px;
    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{
    width: 50% !important;
    height: 100%;
}

*,
*::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: rgb(53, 173, 113, 0.7);
}

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

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

#trabajoOfertas {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 5px;
    cursor: pointer;
    z-index: 2;
}

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}

.oferta-card {
    display: flex;
    flex: 0 0 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    align-items: center;
}

.oferta-logo img {
    max-width: 30vw;
    max-height: 25vh;
    border-radius: 8px;
    object-fit: contain;
    margin: 0 auto;
    background-color: #fff;
}

.oferta-info {
    flex: 1;
    color: #000;
}

.oferta-info h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.oferta-info p {
    margin: 4px 0;
    font-size: 14px;
}

.btn-detalles {
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-detalles:hover {
    background-color: #45a049;
}

@media screen and (max-width: 1024px) {
    .oferta-card {
        flex-direction: column;
    }
}

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

    #logo_instagram, #logo_facebook, #logo_linkedin, #logo_tiktok, #logoRedSocial {
        height: 80px;
        width: 80px;
    }

    #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;
    }

    #btnsForm, .socialNetworks, #btnsAcciones{ flex-direction: column; }  

    .tab {
        margin: 0;
        padding: 0;
        width: 0;
        height: 100% !important;
        flex-direction: column;
        justify-content: space-around !important;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        z-index: 9999;
        background: #0f0f0f;
        transition: height 0.3s ease-out, width 0.3s ease;
    }

    /* Menú oculto */
    .tab.hidden { transform: translateX(-100%); }

    .tablink { font-size: 12pt !important; }

    #infoAlumni {
        margin-left: 0px;
        width: calc(100% - 16px);
        transition: margin-left 0.3s ease, width 0.3s ease;
    }

    .itemSocialNetwork { display: flex !important; }

    #flechaMenu {
        display: flex !important;
        transition: left 0.3s ease;
        left: 0;
    }

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

    #logoSinBuho { display: none; }

    #logoAlumniMovil { display: block !important; }

    #menuAlumni {
        border: none;
        border-radius: 0% !important;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        position: relative;
    }

    .containerAlumni {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    #itemRedSocial { float: left; }

    #bodyRedSocial {
        float: right;
        align-content: center;
    }

    #logoRedSocial {
        height: 150px;
        width: 150px;
    }

    #infoBaseAlumni { gap: 5px; }

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

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

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

    #logoPhoto {
        max-width: 50vw;
        max-height: 25vh;
        margin: 0 auto;
    }

    .oferta-card {
        align-items: center;
    }
}

.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: 25px;
  height: 25px;
  background: #0a6629;
  color: #fff;
  display: inline-flex;
  float: right;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 50%;
  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;
}

.logout:hover { color: white; }

.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 */
}