/* your styles go here */
*, body {
    font-family: 'Montserrat', sans-serif;    
}
.navbar-portfolio{
    /* font-size: 10px; */
    font-weight: 300;
}
.sidebar-menu .sidebar-link.active{
    color: #0d506e;
    font-weight: 900 !important;
}
.sidebar-scroll{
    height: 40vh;

    list-style: none;
    
    overflow-y: scroll;
    overflow-x: hidden;
}
.sidebar-scroll::-webkit-scrollbar{
    width: 5px;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.boton-form-mobile {
    position: fixed;
    width: fit-content;
    height: fit-content;
    bottom: 2rem;
    right: 2rem;
    border: none;
    /* mix-blend-mode:difference; */
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    background-color: rgba(134, 134, 134, 0.2);
    backdrop-filter: blur(10px);
}
.boton-form-mobile i {
    color:  #000;
    position: relative;
    /* top: 5px; */
}
@media (min-width: 960px){
    .boton-form-mobile{
        display: none;
    }
}

.footer{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 99;

    background-color: #e0e0e0;
    background-image: url("../img/NB-footer.svg");
    background-repeat: no-repeat;
    background-position-x: 55rem;
    background-position-y: -3rem;
    background-size: 20vw;
}
.footer h4 h2 a {
    color: #808080;
}
.text-bg-under-construction{
    position: absolute;
    top: 40%;
    z-index: 9999;
    
    /* display: flex;
    justify-content: center;
    align-items: center; */
    color: white;
}
.bg-under-construction{
    position: fixed;
    
    margin: 0%;
    padding: 0%;

    width: 100vw;
    height: 100vh;
    z-index: 999;

    background: rgb(0,0,0);
    background: linear-gradient(55deg, rgba(0,0,0,0.9937814955083596) 0%, rgba(110,110,110,0.9514005431274072) 100%); 
    /* opacity: 0.9; */
}
.bg {
    background-color: #808080;
    border-radius: 5px;
}
.logo-footer{
    opacity: 0.3;
}
.bg-footer{
    background-color: rgb(230, 230, 230);
    position: relative;
}
.bg-stroke{
    border: solid 1.5px #6c757d;
    border-radius: 5px;
}
.bg-grey{
    background-color: #f0f0f0;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #c2c2c2;
    border-left: 4px solid #ef5285;
}
#sign {
    display: none;
    position: absolute;
    bottom: 0;    
    width: 100vw;
}
/* .sign-template{
    position: relative;
}
.sign-template div {
    position: absolute;
    bottom: 0;
} */
.btn-figma {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 1rem;

    align-items: center;
    
    background-color: #fff;
    border: 1px solid #ef5285;
    border-radius: 15px;
    text-decoration: none;
}
.to-figma button{
    color: #ef5285;
}
.to-figma button:hover{
    color: #fff !important;
    background-color: #ef5285 !important;
    transition-duration: 0.35s;
    transition-delay: 0.1s;
}
.figma-window{
    height: 100vh;
    margin: 0%;
    padding: 0%;
    place-items: center normal;
}

h4{
    font-weight: 100;
}

@media (max-width:960px){
    .img-perfil{
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .img-perfil ul {
        flex-wrap: wrap;
        align-items: start !important;
    }
}

.img-perfil img{
    filter: grayscale(1);
}

@media (hover:hover){
    .img-perfil img:hover{
        filter: grayscale(0);
        transition: all .5s;
    }
}

.error404,
.succes200 {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    height: 100vh;
}
.error404 > div,
.succes200 > div {
    width: 40vw;
    padding: 3rem;
    border: 1px solid #ef5285;
    border-radius: 10px;
    background-color: #f7f7f7;
}

.succes200 > div {
    border: 1px solid #52ef74;
}

.exito-mensaje{
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    height: 100vh;
}
.exito-mensaje > div{
    width: 40vw;
    padding: 3rem;
    border: 1px solid #52ef6c;
    border-radius: 10px;
    background-color: #f7f7f7;
}
.exito-mensaje .btn-outline-primary {
    color: #35aa49;
    border-color: #52ef6c;
}

@media (hover:hover) {
    .exito-mensaje .btn-outline-primary:hover{
        background-color: #247532;
        border-color: #247532;
        color: #fff;
    }   
}

.nahuebeck{
    display: flex;
    place-content: center;
}

.marcanahuebeck{
    display: none;
}

@media (max-width:960px) {
    .error404{
        height: auto;
    }
    .error404 > div{
        width: 90vw;
        flex-direction: column;
        padding: 3rem 1rem;
        border: 1px solid #ef5285;
        border-radius: 10px;
        background-color: #f7f7f7;
    }
    .error404 img{
        display: none;
        place-content: center;
        width: 30vw;
        flex-wrap: wrap;
        margin: 2rem 0rem;
    }
    .marcanahuebeck{
        display: flex;
        place-content: center;
    }
}

.section-404{
    display: flex;
    /* margin: 8rem 0rem; */
    flex-direction: column;
    row-gap: 2rem !important;
    column-gap: 2rem !important;
}

.elemento-portfolio{
    display: block;
    overflow: hidden;
}
.elemento-portfolio img {
    object-fit: cover;
    transition: .5s;
}
@media (hover:hover) {
    .elemento-portfolio img:hover{
        transform: scale(1.1);
    }   
}
.video-portfolio{
    width: 40vw;
    height: auto;
}

.video-index {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Formulario de Contacto */
.cabeza-modal{
    gap: 1.5rem;
    align-items: start;
}

.cabeza-modal button{
    border: none;
    border-radius: 5px;
    padding: .5rem 1rem;
    background-color: #6c757d;
    color: #fff;
}
.cabeza-modal button:hover{
    background-color: #ef5285;
}

.titulo-modal-contacto{
    display: flex;
    flex-direction: column;
}

.modal-content form label,
.modal-content form input,
.modal-content form textarea  {
    width: 100%;
}
.modal-content form input,
.modal-content form textarea  {
    padding: 1rem .5rem;
    border-radius: 5px;
    border: 1px solid #6c757d;
    /* border: none; */
    color: #6c757d;
    /* background-color: #c2c7ca; */
    background-color: #f1f1f1;
}

.modal-content{
    display: flex;
    flex-direction: row;
    height: max-content;
    width: fit-content;
    background-color: #f1f1f1;
    overflow: hidden;
}

.modal-content > img {
    /* height: 80vh; */
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80vw;
        margin: 1.75rem auto;
    }
    .modal-content > img {
        height: 80vh;
    }
    .modal-header.cabeza-modal button {
        position: relative;
        left: 5rem;
        border: 1px solid #fff;
        top: -1rem;
    }
}


.texto-modal-contacto{

}

.boton-form-footer button{
    position: relative;
    font-weight: 600;
    border: none;
    background-color: #878f96;
    color: #3e3f41;
    padding: 1rem;
}
@media (hover:hover) {
    .boton-form-footer button:hover{
        width: 30vw;
        font-weight: 600;
        font-size: large;
        padding: 1.4rem 0rem;
        background-color: #ef5285;
        border: #6c757d;
        transition: all .4s;
    }
}
.boton-form-footer i {
    padding-right: 1rem;
}

.boton-form p {
    letter-spacing: -.3px;    
}

@media (max-width: 960px) {
    .boton-form {
        display: none;
    }
}

.modal-dialog {
    justify-content: center;
    align-items: center;
    display: flex;
}


.imagen-fom {
    width: 25vw;
    background-image: url("/img/img-formuario/Gif-formulario.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width:960px){
    .modal-content {
        flex-direction: column;
    }
    .imagen-fom {
        height: 40vh;
        width: 100vw;
    }
}

/* 
@media (max-width:960px){
    .imagen-fom {
        display: none;
    }
} */


/* Fin Formulario*/





.menu-lateral{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.menu-lateral a {
    font-weight: 600;
    letter-spacing: -.052px;
}

.menu-lateral a i {
    margin-right: .5rem;
}

.iconos-about-me i{
    color: #6b6b6b;
}
@media (hover:hover){
    .iconos-about-me i.fa-linkedin:hover{
        color: #0e76a8;
        transition: all .7s;
    }
    .iconos-about-me i.fa-github:hover{
        color: #000;
        transition: all .7s;
    }
    .iconos-about-me i.fa-youtube:hover{
        color: #FF0000;
        transition: all .7s;
    }
}
@media (max-width:960px) {
    .acciones-curriculum{
        flex-direction: column;
    }
    .btns-about-me {
        margin: .5rem !important;
    }
    .btns-about-me a{
        width: 100%;
        margin-bottom: 1rem;
    }
    .page-holder .container-fluid {
        padding-left: 0;
        padding-right: 0;
        min-height: auto;
    }
}

.flyeres-general {
    width: fit-content;
    align-content: center;
    justify-self: center;
    /* padding: 3rem; */
    overflow: auto;
}

.flyers-redes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    overflow-x: visible;
    
    background-color: #e6e6e6;
    padding: 2rem;
}
.flyers-redes img {
    height: auto;
    width: 100%;
    /* height: 50vh; */
}

@media (max-width: 960px) {
    .flyers-redes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        width: 100%;
        padding: 1rem;
        /* grid-template-rows: repeat(100px, auto); */
    }
}

.flyeres-general div p {
    border-left: 1px solid #000;
}