@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}

body {
    background: #081b29; 
    color: #ededed;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    background: #081b29;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.logo {
    font-size: 1.3vw;
    color: #ededed;
    text-decoration: none;
    font-weight: 600;
}

.navbar a {
    font-size: 1.3vw;
    color: #ededed;
    text-decoration: none;
    font-weight: 500;
    margin-left: 1.8vw;
    transition: .3s;
}

.navbar a:hover,  .navbar a.active {
    color:#00abf0;
}

.home {
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0 10%;
}

.home-content {
    max-width:  60%;
}

.home-image {
    margin-top: 5%;
    display: inline-flex;
    justify-content: center;
    width: 30vw;
    height: 50vw;
    
}

.image {
    object-fit: contain;
}

.hide-mobile
{
    display: none;
}
@media only screen and (min-width: 500px) {
    .hide-mobile
    {
        display: block;
    }
}


.image:hover {
    opacity: 50%;
    transition: .8s;
}


.home-content h1 {
    font-size: 3.7vw;
    font-weight: 100%;
    line-height: 1.2;
}

.home-content h3 {
    font-size: 2.7vw;
    font-weight: 100%;
    color: #00abf0;
}

.home-content p {
    font-size: 1.2vw;
    margin: 3% 0 8%;
}

.home-content .btn-box {
    display: flex;
    justify-content: space-between;
    width: 48%;
    height: 3.8vw;
}

.btn-box a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
    background: #00abf0;
    border: 2px solid #00abf0;
    border-radius: 8px;
    font-size: 1.3vw;
    color: #081b29;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.btn-box a:hover {
    color: #00abf0;
}

.btn-box a:nth-child(2) {
    background: transparent;
    color: #00abf0;
}


.btn-box a:nth-child(2):hover {
    color: #081b29;
}


.btn-box a:nth-child(2)::before {
    background: #00abf0;
}

.btn-box a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #081b29;
    z-index: -1;
    transition: .5s;
}

.btn-box a:hover::before {
    width: 100%;
}

.home-sci {
    position: absolute;
    bottom: 5%;
    width: 7%;
    display: flex;
    justify-content: space-between;
}

.home-sci a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 2.7vw;
    background: transparent; 
    border: 2px solid #00abf0;
    border-radius: 50%; 
    font-size: 1.5vw;
    color: #00abf0;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.home-sci a:hover {
    color: #081b29;
}

.home-sci a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00abf0;
    z-index: -1;
    transition: .5s;
}

.home-sci a:hover::before {
    width: 100%;
    height: 100%;
} 


/* Disenio Exclusivo Skills */

.home_edu {
    display: flex;
    align-items: center;
    margin-top: 6%;
    padding: 0 10%;
}

.tb_skills {
    /*border: 1px solid white;*/
    width: 120%;
    border-collapse: collapse;
    margin-bottom: 3.5vw;
}


.td_imagen {
    /*border: 1px solid white;*/
    width: 20%;
    height: 6vw;
}

.td_imagen_seccion {
    border-right: 0.1vw solid #00abf0;
    width: 23%;
    height: 6vw;
}

.td_intermedia {
    /*border: 1px solid white;*/
    width: 20%;
    height: 2vw;
}

.td_descr {
    position: relative;
    justify-content: center;
    align-items: center;
    /*border: 1px solid white;*/
    width: 20%;
    height: 1.5vw;
    text-align: center;
    font-size: 0.9vw;
}


.td_descr_seccion {
    border-right: 0.1vw solid #00abf0;
    width: 20%;
    height: 1.5vw;
}


.icono_seccion {
    width: auto;
    height: 5.5vw;
}

.icono_general {
    width: auto;
    height: 5.5vw;
}


.div_img_skills {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.texto_img_skills {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding-left: 5%;
}


.div_img_general {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.parrafo_img {
    padding-left: 10%;
    font-size: 1.3vw;
    font-weight: 100%;
    color: #00abf0;
}


/* Disenio Exclusivo Education - Experience */

.home_exp_edu {
    display: relative;
    align-items: center;
    margin-top: 6%;
    padding: 0 10%;
}

.home_exp_edu h3 {
    display: flex;
    position: absolute;
    font-size: 1.8vw;
    font-weight: 100%;
    color: #00abf0;
    margin-bottom: 1vw;
}

.table_ed_exp {
    /*border: 1px solid white;*/
    width: 100%;
    margin-left: -2vw;
    border-collapse: collapse;
}

.td_logo_exp_ed {
    /*border: 1px solid white;*/
    width: 20%;
    height: 7vw;
    border-right: 0.1vw solid #00abf0;
}


.td_exp_ed {
    /*border: 1px solid white;*/
    width: 80%;
    height: 7vw;
}


.icono_ed_exp {
    width: 70%;
    height: auto;
}

.parrafo_empresa {
    font-weight: bolder;
    margin-left: 1.5vw;
    font-size: 1.3vw;
}

.parrafo_fecha {
    margin-left: 1.5vw;
    font-size: 1.3vw;
}

.parrafo_puesto {
    font-style: italic;
    margin-left: 1.5vw;
    font-size: 1.3vw;
}

/* Disenio Exclusivo Contact */


.home_contact {
    display: inline;
    position: relative;
    align-items: center;
    margin-top: 6%;
    padding: 0 10%;
}

.div_container {
    width: 90%;
    display: flex;
    margin-top: 4vw;
    margin-left: 10%;
    margin-right: 10%;
}

.div_container input {
    width: 80%;
    margin-bottom: 0.9vw;
}

.input_datos {
    height: 3.2vw;
    border-radius: 0.5vw;
    text-align: center;
    font-size: 1.2vw;
}

.input_texto {
    height: 13vw;
    text-align: center;
    border-radius: 0.5vw;
    font-size: 1.2vw;
}

.div_email {
    flex: 45%;
}

.div_email h1 {
    font-size: 1.8vw;
    font-weight: 100%;
    color: #00abf0;
    margin-bottom: 2vw;
}


.boton {
    position: relative;
    margin-top: 2vw;
    background: transparent;
    color: #00abf0;
    border: 2px solid #00abf0;
    border-radius: 8px;
    width: 25%;
    height: 3.5vw;
    font-size: 1.3vw;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 27%;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
}


.boton:hover {
    color: #081b29;
    background: #00abf0;
}


button.boton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00abf0;
    z-index: -1;
    transition: .5s;
}

button.boton:hover::before {
    width: 100%;
}


.div_text {
    flex: 60%;
}

.div_text_interno {
    width: 54%;
    margin-top: 4.6vw;
    margin-left: 1.3vw;
    font-size: 1.3vw;
}

.div_text_interno p {
    margin-bottom: 1.8vw;
}

.p_firma {
    font-weight: bolder;
    margin-top: 1.5vw;
}
