* {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}


html {
    position: relative;
    min-height: 100%;
    /*
    background: url('../img/hojas.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    */
}

body {
    background: url('../img/hojas.jpg');
    /*background: url('../img/wall.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    
    /*background: linear-gradient(rgb(52, 50, 50),grey);*/

}

.clearfix {
    clear: both;
}

.col-sm {
    transition: all 200ms;
}

.col-sm:hover {
    width: 30%;
    background: linear-gradient(88deg, black, grey);

    border-radius: 5px;
}

.col-sm a {
    color: rgb(252, 178, 6);
    font-size: 22px;
    text-decoration: none;

}

.col-sm a:hover {
   /* color: rgb(80, 175, 87, 1);*/
   color:#49b739;
   text-shadow: 0.6px 0.6px 0.6px #49b739;
}

*/
/*################*/

/*
.menu-container .col-sm  a{
    color:rgb(252, 178, 6);
    text-decoration: none;
    transition: all 200ms;
    text-shadow: 0px 1px 1px;
    font-size: 22px;
}

.col-sm a:hover{
    color: rgb(80,175, 87,1);    
    font-weight:500;
    background: linear-gradient(88deg,black, grey);         
    
}
*/




.container ul {
    margin-left: -102px;
}

/*main section index styles*/

.main-section {

    width: 90%;
    /*margin-top: 90px;*/
    margin: 0px auto;
    margin-top: 30px;
    /*height: fit-content;*/
    background: linear-gradient(88deg, rgb(36, 35, 35), rgb(30, 29, 29));
    /*background: linear-gradient(88deg,rgb(143, 142, 142),rgb(98, 99, 98));*/
    /*background: linear-gradient(88deg,black, grey);*/

    /*box-shadow: 3px 3px 2px rgb(10, 112, 10);*/
    box-shadow: 2px 2px 2px #49b739;
    text-align: center;
    padding: 30px;
    border-radius: 3px;
}

#presentation-texto p {
    text-align: justify;
    color: #49b739;
    margin-bottom: 30px;
    margin-top: -9px;
    font-size: 20px;
    text-shadow: 0.3px 0.3px 0.3px #49b739;
    /*
    background: white;
    background: -webkit-linear-gradient(left,black,green);
    font-size: 20px;
    text-align: justify;
    margin-bottom: 60px;
    -webkit-text-fill-color: transparent;    
    -webkit-background-clip: text;
    */
    /*
    background: #010108;
background: repeating-radial-gradient(ellipse farthest-corner at top right, #010108 0%, #0BCF04 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/
}
.presentation div h3{
    color: #49b739;
    text-shadow: 0.8px 0.8px 0.8px #49b739;
}

.main-section li {
    display: inline-flex;
    margin-left: 50px;
    padding: 20px;

}


#slider {
    display: block;
    margin-top: 30px;
    /*height: 350px;*/
}

#slider p {
    margin-top: -27px;
}

#slider h4,h1,h5{
    text-shadow: 0.5px 0.5px 0.5px #49b739;
}

.presentation div {
    margin-top: 20px;
    padding: 20px;
    
}

/*.presentation h3 {
    color: rgb(80, 175, 87, 1);
}*/

/************profile styles**************************/

#tec-proficiency {
    /* border: 1px solid red;*/

}

#education {
    display: block;
}

/*
.tec-proficiency .fron-tech {
    border: 1px solid wheat;
    display: inline-flex;
}

.tec-proficiency .back-tech {
    border: 1px solid wheat;
    display: inline-flex;
}
*/

#tech-proficiency-buttons {
    margin-top: -20px;

}

.it-display div {
    background: linear-gradient(88deg, black, grey);
    border: 1px solid rgb(80, 175, 87, 1);
    color: #49b739;
}

.it-display div:hover {
    /*background: #2de80c;*/
    color: rgb(252, 178, 6);
    border: 1px solid rgb(252, 178, 6);
    text-shadow: 0.5px 0.5px 0.5px rgb(252, 178, 6);

}


.tech-intro-text h5 {
    margin-top: -60px;
    color: #49b739;
}

.tech-intro-display #div-tech-intro-education {
    margin-top: -60px;
}

#div-tech-intro-education {

    display: none;
    margin-top: -68px;
    font-weight: bold;


}

#div-tech-intro-education button {
    height: 100px;
    /*background: linear-gradient(88deg,rgb(49, 47, 47),rgb(50, 65, 50));*/
    background: linear-gradient(88deg, black, grey);
    border-color: rgb(80, 175, 87, 1);
    color: #49b739;
    text-decoration: double;
}

#div-tech-intro-education button:hover {
    color: rgb(252, 178, 6);
    border: 0.5px solid rgb(252, 178, 6);
    font-weight: 30px;
}

#div-tech-intro-education button a:hover {
    text-decoration: dotted;
    background: linear-gradient(88deg, black, grey);
}

.front-btn-grp {
    margin-top: 0px;
}


#div-tech-intro-front {
    /*border: 2px solid black;*/
    display: none;
    height: auto;
    margin-top: -68px;
    font-weight: bold;
}

#div-tech-intro-front button {
    background: linear-gradient(88deg, black, grey);
    border-color: rgb(80, 175, 87, 1);
    color: #49b739;
    text-decoration: double;
    font-weight: bold;

}

#div-tech-intro-front button:hover {
    color: rgb(252, 178, 6);
    border: 0.5px solid rgb(252, 178, 6);
    font-weight: 30px;
    /*background: rgb(80,175, 87,1);*/
}

#div-tech-intro-front button a:hover {
    text-decoration: dotted;
    background: linear-gradient(88deg, black, grey);
}



.card-front-edu {
    width: 40%;
    margin-left: 288px;
}

.card-front {
    width: 22%;
    margin-left: 30px;
    height: auto;
}

.card-front li {
    height: 20px;
}

.card-front ul {
    margin-left: -82px;
}

.card-front ul li a {
    /*cursor: pointer;*/
    cursor: pointer;
}

.card-back {
    width: 25%;
}

.card-back a {
    cursor: pointer;
}


#div-tech-intro-back {
    /*border: 2px solid black;*/
    display: none;
    height: auto;
    margin-top: -68px;
    font-weight: bold;
}

#div-tech-intro-back button {
    background: linear-gradient(88deg, black, grey);
    border-color: rgb(80, 175, 87, 1);
    color: #49b739;
    text-decoration: double;
}

#div-tech-intro-back button:hover {
    color: rgb(252, 178, 6);
    border: 0.5px solid rgb(252, 178, 6);
    font-weight: 30px;
}

#div-tech-intro-back button a:hover {
    text-decoration: dotted;
    background: linear-gradient(88deg, black, grey);
}



#div-soft-skills {
    display: none;
    margin-top: -68px;

}

#div-soft-skills button {
    height: 100px;
    background: linear-gradient(88deg, black, grey);
    border-color: rgb(80, 175, 87, 1);
    color: #49b739;
    text-decoration: double;
}

#div-soft-skills button:hover {
    color: rgb(252, 178, 6);
    border: 0.5px solid rgb(252, 178, 6);
    font-weight: 30px;
}

#div-soft-skills button a:hover {
    text-decoration: dotted;
    background: linear-gradient(88deg, black, grey);
}


/*checnkin modal*/

#miModal .modal-header {
    border: none;
}

#miModal .modal-footer {
    border: none;
}

#miModal {
    color: rgb(252, 178, 6);    
    text-shadow:0.4px 0.4px 0.4px rgb(252, 178, 6) ;
}

#miModal .modal-dialog {
    /*border: 2px solid rgb(80,175, 87,1);
    border-radius: 11px;
    */
    border: 4px linear-gradient(88deg, black, rgb(44, 225, 44)) solid;
}

#miModal button {
    background: linear-gradient(88deg, black, grey);
    color:#49b739;
    font-weight: bold;
    border: 1px solid #49b739;
    transition: all 200ms;
}

#miModal button:hover {
    /*background: rgb(80, 175, 87, 1);
    border: 1px solid rgb(252, 178, 6);
    */
    color: rgb(76, 242, 50);
    border: 1.3px solid rgb(252, 178, 6);
}


#miModal-content {
    background: linear-gradient(88deg, black, grey);

}

#miModal button {
    margin: auto;
}

#miModal {
    display: none;

}


/*contact*/

#div-slider .bx-wrapper {
    background: linear-gradient(88deg, black, grey);
    /*box-shadow: #49b739 10px;*/
    border: unset;
    /*border: 1px solid #49b739;*/
    /*border-radius:3px; */
    height: 273px;
    box-shadow: 2px 2px 2px #49b739;
}



#div-slider .slider{
    margin-top:-55px;
}

.bx-viewport a:hover{
    color: rgb(84, 186, 84);
}
.bx-pager {
    display: none;
}

#slider h1,h4,h5 {
    color: #49b739;
}

.bx-pager bx-default-pager {
    margin-left: -54px;
}







/*######################################################*/

/*projects styles*/
.projects-title {
    color: #49b739;
}

.projets-grid-container {
    margin-top: 30px;

}

.projets-grid-container span {
    color: #49b739;
    text-shadow: 0.4px 0.4px 0.4px #49b739;
}

.projets-grid-container article {
    /*border: 1px solid white;*/
    border-right: 1px solid #49b739;
    border-left: 1px solid #49b739;
    padding-top: 2px;
    margin-top: 20px;
}

.projets-grid-container article span {

    margin-top: 0px;
}

.projets-grid-container a {
    text-decoration: none;
    color: rgb(252, 178, 6);
    transition: all 200ms;
}

.projets-grid-container a:hover {
    color: #49b739;
    background: linear-gradient(88deg, black, grey);
}

.proj-display-ghub {
    margin-top: 5px;
}

.proj-display-col {
    /*border: 1px solid purple;*/
    width: 40%;
    height: fit-content;
}

.proj-display-photo {
    margin-top: 6px;
}

.proj-display-photo img {
    width: 40%;
    border: 2px solid rgb(80, 175, 87, 1);
    border-radius: 8px;
}

.tech-descrip-popup {
    display: none;
    /*border: 1px solid red;*/
    background: gray;
    width: fit-content;
    height: fit-content;
    position: absolute;
    z-index: 1001;
}

.projects-title h5 {
    margin-top: 30px;

}

#close {
    position: absolute;
    right: 15px;
}

#close img {
    background: #198e08;
    width: 15px;
    height: 15px;
    margin-top: 7px;
}


/*######################################################*/

/*site styles*/

.site-title-div h4 {
    margin-top: 50px;
    color: #49b739;
    text-shadow: 0.4px 0.4px 0.4px #49b739;
}

/*.used-tech-ul{
    visibility: visible;
}
*/

.used-tech-row {
    padding: 25px;
    border: 1px solid #49b739;
    background: linear-gradient(88deg, black, grey);
    color: #49b739;
    width: 70%;
    margin-left: 24px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3.5px;
    box-shadow: 2px 2px 2px #49b739;
}

.used-tech-row .col {
    margin-top: 10px;
    color: #49b739;
    text-shadow: 0.4px 0.4px 0.4px #49b739;
}

/*.used-tech-row li{
    background: linear-gradient(88deg,black, grey);
}
.used-tech-row li {
    margin-left: 220px;
    color: orange;
    
}

.used-tech-row li a{
    margin-left:214px;
}
*/


/*footer*/

footer {
    margin-top: 20px;
    color: rgb(252, 178, 6);
    display: inline-flex;
}

footer .footer-title div {
    margin-left: 40px;
}

.linkedin-logo {
    margin-right: 40px;
}

.linkedin-logo:hover {
    background: none;
}

.linkedin-logo img {
    width: 50px;
    height: 37px;
}


/*
footer {
    bottom: 0;    
    position: fixed;
    left: 0;
    width: 100%;
    color:rgb(252, 178, 6);
}

.footer-title{
    margin-left: 90px;
    width: 80%;
}

footer:hover{
    background: none;
}



.linkedin-logo{
    display: inline-flex;
    width:20%;
    height: fit-content;
    margin-left: 527px;
}



.linkedin-logo img{
    width: 50px;
    height: 37px;
}
*/