@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    zoom: 97%;
}

:root {
    --color_text-primary: #4B5AAF;
    --color_text-secondary: #7fdaa8;
    --color_text-tertiary: gray;
    --main_color_primary: #4B5AAF;
    --main-color_secondary: #7fdaa8;
}

header {

    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 100;

}

.container_header {

    max-width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.logo {

    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.logo img {
    width: 300px;
    height: 80px;
}

.menu {
    display: flex;
    align-items: center;
}

/* INICIO */

.container_cover {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
    background: white;

}

.cover {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #f7f7f7;
    background: white;
}

.text_cover {
    width: 100%;
    padding-right: 150px;
    background-color: #f7f7f7;
    background: white;

}

.text_cover h1 {
    font-size: 30px;
    font-weight: 400;
    color: #4B5AAF;
    background-color: #f7f7f7;
    background: white;
}

.text_cover p {
    font-size: 20px;
    margin-top: 40px;
    background-color: #f7f7f7;
    background: white;
    color: #4b4b4b;

}

.text_cover img {
    width: 110%;
    margin-top: 20px;

}

.image_cover {
    background: #dee5f7;
    border: solid 8px #dee5f7;
    border-radius: 10px;
    height: 50%;
    width: 80%;
}

.image_cover img {
    width: 95%;
}

.image_cover p {
    background: #dee5f7;
    font-weight: 500;
}

.formulary {
    margin-top: 20px;
    background: #dee5f7;

}

.formulary p {
    text-decoration: none;
    background: #dee5f7;
    color: #4b4b4b;
    color: rgb(48, 47, 47);
}

.formulary input {

    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    background: #f2f2f2;
    background: white;
    border: solid 1.5px #46a2fd;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    color: gray;

}

.formulary input:focus {
    outline: none !important;
    border: 2px solid #97a5f7;
    background: white;
    box-shadow: 0 0 10px #dfbcf7;
    color: gray;
}

.formulary select {
    border-radius: 5px;
    border: solid 2px #4B5AAF;
    padding-left: 10px;
}

.formulary p {
    padding-left: 5px;
}

.titulo {
    background: #dee5f7;
    margin-top: 30px;
    padding-left: 20px;
    font-size: 22px;
}

.email {
    width: 100%;
    background: #dee5f7;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;

}

.email input {
    width: 100%;
    height: 35px;
}

.name {
    width: 100%;
    background: #dee5f7;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.name input {
    width: 100%;
    height: 35px;
}

.empresa {
    width: 100%;
    background: #dee5f7;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.empresa input {
    width: 100%;
    height: 35px;
}

.contact {
    width: 100%;
    background: #dee5f7;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact input {
    width: 100%;
    height: 35px;
}

.position {
    width: 50%;
    background: #dee5f7;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.position input {
    width: 100%;
    height: 35px;
}

.employes {
    width: 80%;
    background: #dee5f7;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.employes select {
    width: 100%;
    height: 35px;

    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 200px;
    max-width: 200%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin-right: 10px;
}

.employes select::-ms-expand {

    display: none;

}

.employes select:hover {
    border-color: #888;
}

.employes select:focus {

    border-color: #aaa;
    /*box-shadow: 0 0 1px 3px rgba(16, 84, 156, 0.7);*/
    box-shadow: #4B5AAF;
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.employes select option {
    font-weight: normal;
}

.btn_enter {
    /*display: block;*/
    width: 100%;
    height: 35px;
    /*padding: 10px 20px;*/
    text-align: center;
    font-weight: 500;
    background: #7fdaa8;
    background: #4B5AAF;
    color: white;
    border-radius: 1px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 300ms;
    margin: auto;
    font-size: 15px;
}

.btn_enter a {
    background: #4B5AAF;
    color: white;
    text-decoration: none;
}

/* CALENDARIO */

.container_one {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.one {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.text_one {
    width: 100%;
    padding-left: 150px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.text_one h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4B5AAF;
    background-color: #4B5AAF;
    background-color: #f7f7f7;

}

.text_one p {
    font-size: 20px;
    margin-top: 40px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    color: #4b4b4b;
}



/* SOLICITUD */

.container_two {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f0f0;
}

.two {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #f5f0f0;
}

.text_two {
    width: 100%;
    padding-right: 150px;
    background-color: #f5f0f0;

}

.text_two h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4B5AAF;
    background-color: #f5f0f0;
}

.text_two p {
    font-size: 25px;
    margin-top: 40px;
    background-color: #f5f0f0;
    color: #4b4b4b;
}

.text_two i {
    font-size: 20px;
    background-color: #f5f0f0;
    text-decoration: none;

}

/* VACACIONES */

.container_three {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    background-color: white;
}

.three {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    background-color: white;
}

.text_three {
    width: 100%;
    padding-left: 150px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    background-color: white;
}

.text_three h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4B5AAF;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    background-color: white;

}

.text_three p {
    font-size: 20px;
    margin-top: 40px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    background-color: white;
    color: #4b4b4b;
}

/* NOTIFICACION */

.container_four {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.four {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.text_four {
    width: 100%;
    padding-right: 150px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;

}

.text_four h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4B5AAF;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.text_four p {
    font-size: 25px;
    margin-top: 40px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    color: #4b4b4b;
}

.text_four i {
    font-size: 20px;
    background-color: #f7f7f7;
    text-decoration: none;

}

/* ASISTENCIA */

.container_asistencia {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4B5AAF;
    background-color: white;
}

.asistencia {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #4B5AAF;
    background-color: white;
}

.text_asistencia {
    width: 100%;
    padding-left: 150px;
    background-color: #4B5AAF;
    background-color: white;
}

.text_asistencia h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4B5AAF;
    background-color: #4B5AAF;
    background-color: white;

}

.text_asistencia p {
    font-size: 20px;
    margin-top: 40px;
    background-color: #4B5AAF;
    background-color: white;
    color: #4b4b4b;
}

/* AHOME */

.container_ahome {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.ahome {
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.text_ahome {
    width: 100%;
    padding-right: 150px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;

}

.text_ahome h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4B5AAF;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
}

.text_ahome p {
    font-size: 25px;
    margin-top: 40px;
    background-color: #4B5AAF;
    background-color: #f7f7f7;
    color: #4b4b4b;
}

.text_ahome i {
    font-size: 20px;
    background-color: #f7f7f7;
    text-decoration: none;

}

/* PRUEBA */

.container_prueba {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
}

.prueba {
    max-width: 1200px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    background-color: white;
}

.text_prueba {
    width: 100%;
    padding-left: 150px;
    background-color: white;
}

.text_prueba h1 {
    font-size: 30px;
    font-weight: 500;
    color: #4b4b4b;
    background-color: white;

}

.text_prueba p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: white;
    color: #4b4b4b;
}

.btn_contact1 {
    display: block;
    padding: 8px 40px;
    border: 2px solid #7fdaa8;
    border-radius: 15px;
    font-weight: 500;
    margin: 0px 0px;
    transition: all 300ms;
    max-width: 250px;
    text-align: center;
}

.btn_contact1:hover {
    color: white;
    background-color: #4B5AAF;
    border-color: #4B5AAF;
}

/*FOOTER*/

footer {
    width: 100%;
    padding: 10px 0px;
    background: #c0e9d4;
    background-size: cover;
}

.container_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    background: #c0e9d4;
}

.box_footer {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: #c0e9d4;
}

.box_footer .logo {
    width: 100px;
}

.box_footer .terms {
    max-width: 300px;
    margin-top: 20px;
    font-weight: 500;
    color: #4b4b4b;
    font-size: 18px;
}

.box_footer h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    color: #4B5AAF;
    background: #c0e9d4;
}

.box_footer a {
    background: #c0e9d4;
    margin-top: 10px;
    font-weight: 600;
    color: #4b4b4b;
}

.box_footer p {
    background: #c0e9d4;
}

.box_footer a:hover {
    opacity: 0.8;
}

.box_copyright {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
    background: #c0e9d4;
}

.box_copyright p {
    background: #c0e9d4;
    margin-top: 20px;
}

.box_copyright hr {
    height: 1px;
    background-color: #7a7a7a;
    border: none;
    max-width: 1200px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1080px) {

    .container_header {
        zoom: 0.60;
    }

    /*INICIO*/

    .container_cover {

        padding-top: 300px;
        padding-bottom: 100px;
        background: white;
        width: 100%;
        zoom: 0.60;
    }

    .cover {
        max-width: 1200px;
        margin: auto;
        margin-top: 10px;
        display: flex;
        align-items: center;
        padding: 0px 20px;
        background: white;
        flex-wrap: wrap;
    }

    .image_cover {

        margin-top: 100px;

    }

    .image_cover img {
        width: 100%;
    }

    /*ONE*/

    .container_one {

        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
        width: 100%;
        zoom: 0.60;
    }

    .image_one img {
        width: 100%;
        height: 50%;
    }

    .text_one {
        width: 100%;
        padding-left: 50px;

    }

    /*TWO*/

    .container_two {

        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f5f0f0;
        width: 100%;
        zoom: 0.60;
    }

    .image_two img {
        width: 100%;
        height: 50%;
    }

    .text_two {
        width: 100%;
        padding-right: 50px;
    }

    /*THREE*/

    .container_three {

        padding-top: 50px;
        padding-bottom: 50px;
        background-color: white;
        width: 100%;
        zoom: 0.60;
    }

    .image_three img {
        width: 100%;
        height: 50%;
    }

    .text_three {
        width: 100%;
        padding-left: 50px;
    }

    /*FOUR*/

    .container_four {

        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
        width: 100%;
        zoom: 0.60;
    }

    .image_four img {
        width: 100%;
        height: 50%;
    }

    .text_four {
        width: 100%;
        padding-right: 50px;
    }


    /*PRUEBA*/

    .container_prueba {

        padding-top: 50px;
        padding-bottom: 50px;
        background-color: white;
        width: 100%;
        zoom: 0.60;
    }

    .image_prueba img {
        width: 100%;
    }

    /*FOOTER*/

    footer {
        width: 100%;
        zoom: 0.60;
        padding: 10px 0px;
        background: #c0e9d4;
        background-size: cover;
    }
}

/* LAPTOP MEDIA*/

@media screen and (max-width: 1366px) {

    * {
        zoom: 95%;
    }
}