/* 
PALETA COLOR
Casi negro: #000E14;
Azul oscuro: #0D1D28;
Azul primario: #0D6EFD; 
Azul clarito: #50B3F5; */


body {
    background-color: #000E14;
    color: aliceblue;
    margin-bottom: 0;

    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


header {
    background-color: #0D6EFD;
    height: 5vh;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(80, 179, 245, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(80, 179, 245, 1);
    box-shadow: 0px 0px 5px 0px rgba(80, 179, 245, 1);
}

.idioma_eng{
    margin-left: 150px;
    
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

span{
    margin-left: 200px;
}

.idioma_esp{
    margin-left: 90px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}



/* Toggle switch */
.toggle-container {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 34px;
  }
  
  .toggle-container input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    width: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }



/*--------------------------*/

#showreel{
    border-bottom: #204863 solid;
}

#iframe_showreel{
    height: 50vh;
    width: 50vw;
    display: block;
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.navbar_header {
    font-size: 1vw !important;
}

.btn {
    background-color: aliceblue;
    border-color: #0D1D28;
    color: #0D1D28;
}

.btn:hover {
    background-color: #0D1D28;
    color: aliceblue;

}

a {
    text-decoration: none;
    color: aliceblue;
    margin: 2%;
}

i {
    padding: 5px;
}


#works, #skills {
    background-color: #0D6EFD;
    border-radius: 25px;
}

#fondo_aboutme {
    width: 60vw;
    background-color: #0D6EFD;
    border-radius: 25px;
}

#mifoto{
    border-radius: 10%;
    height: 267px;
    width: 200px;
}

#fondo_contact {
    width: 30vw;
    background-color: #0D6EFD;
    border-radius: 25px;
}

#botonanimation_tres, #botonanimation_dos, #botonmodeling, #botonvideoediting, #botonchardes, #botonvideogames{
    background-color: #50B3F5;
}

#boton_programs, #boton_skills {
    background-color: #50B3F5;
}

#animation_tres, #animation_dos, #modeling, #videoediting, #chardes, #videogames {
    background-color: #50B3F5;
    border-radius: 25px;
}

#tab_works{
    overflow: auto;
    scrollbar-width: none;
}

.fondo_programs{
    margin-top: 2%;
    background-color: #50B3F5;
    border-radius: 5px;
}

.fondo_barraskills{
    margin-top: 2%;
    background-color: #50B3F5;
    border-radius: 5px;
}


.foto_programs {
    width: 125px;
    height: 100px;
    margin: 3%;
}

.foto_anim {

    width: 30vw;
    height: 30vw;
}

iframe{
    height: 30vh;
    
}

footer {
    height: 20vh;
    border-top: #204863 solid;
    background-color: #0D1D28;
}




@media screen and (max-width: 820px) {
   
    header{
        height: 7vh;
    }

    a{
        margin-top: 3%;
        width: 90px;
    }
    
    .toggle-container {
        position: relative;
        display: inline-block;
        width: 150px;
        height: 34px;
    }

    .idioma_eng{
        margin-left: 0px;
        margin-top: 3%;
    }
    
    span{
        margin-left: 40px;
    }
    
    .idioma_esp{
        margin-top: 3%;
        margin-left: 65px;
    }
      

    #iframe_showreel{
        height: 35vh;
        width: 90vw;
    }

    #mifoto{
        width: auto;
        height: auto;
        margin-bottom: 12%;
    }

    footer{
        height: 35vh;
    }

    #enlaces_footer{
        display: block;
    }

    #fondo_contact{
       width: 80vw;
    }
}