﻿/* Set padding to keep content from hitting the edges */
body {
    margin: 0;
    padding: 0;
    font-family: "Averta", Arial, Helvetica, sans-serif;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
extarea {
    max-width: 280px;
}

:root {
    --white: #FFFFFF;
    --black: #000000;
    --green--desjar: #00874e;
    --very-light-pink: #616161;
    --text-input-field: #F7F7F7;
    --hospital-green: #006e40;
    --footer-green: #064a2d;
    --foter-gree-legal: #053e26;
    --sm: 13px;
    --md: 16px;
    --lg: 18px;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid var(--green--desjar);
    background-color: var(--green--desjar);
}


.menu {
    display: none;
}

.navbar-left img {
    width: 250px;
    height: 60px;
    padding-left: 93px;
    padding-top: 0px;
}



.navbar-left ul,
.navbar-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 63px;
}

.navbar-right ul {
    justify-content: flex-end;
    padding-right: 290px;
}

.navbar-right ul li {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 25px;
    align-items: center;
    justify-content: center;
    padding: 23px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.navbar-right ul li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-left {
    display: flex;
}

.navbar-left ul {
   margin-left: 12px;
}

.navbar-left ul li a,
.navbar-right ul li a {
    text-decoration: none;
    color: var( --white);
    font-weight: 800;
    padding: 8px;
}

.navbar-right ul li a:hover {
    text-decoration: underline;
    color: var(--white);
}

.navbar-right ul li:hover {
    background-color: var(--hospital-green);
}

.menu {
    display: none;
}

footer {
    margin: 0;
    padding: 0;
   
    
}

.logo_two {
    width: 150px;
    height: 150px;
    padding-left: 90px;
    position: relative;
    top: -20px;
}


.conteiner_footer {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#one_conteiner {
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}

.conteiner_footer h3 {
    color: var(--white);
    font-size: 15.3px;
    font-weight: 700;
    padding-left: 92px;
}

.conteiner_footer ul {
    list-style: none;
    padding-left: 92px;
    position: relative;
    top: 30px;
}

.conteiner_footer ul li {
    color: var(--white);
    padding-top: 21px;
    font-size: 13.5px;
    position: relative;
    top: -40px;
}

.conteiner_footer ul li a {
    text-decoration: none;
    color: var( --white);
    border-radius: 8px;
    padding: 10px 8px;
}

.conteiner_footer ul li a:hover {
    text-decoration: underline;
    color: var(--white);
    background: rgba(255, 255, 255, 0.2);
}

.sectio_two {
    background-color: var(--foter-gree-legal);
    height: 100px;
}

#menu {
    display: none;
    
}

.container label {
    cursor: pointer;
    display: none;
}

.menu-icono {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}


@media (max-width: 745px) {
    .container {
        padding:5px;
    }

     .container label {
        display: initial;
     }



    .container .navbar-right {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: var(--green--desjar);
        display: none;
    }

    .navbar-right ul li {
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0);
        font-size: 8px;
        align-items: flex-start;
        justify-content: left;
        padding: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-right: none;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

    #menu:checked ~ .navbar-right {
        display: initial;

    }
    .navbar-brand {
        width: 180px;
        height: 80px
    }
    .logo {
        width: 100%;
        height:100%;
        margin-left:10px;
    }

    

    .navbar-left img {
        width: 100%;
        height: 100%;
        padding-left: 93px;
        padding-top: 0px;
        
    }

    nav {
        display: flex;
        padding: 0;
        border-bottom: 1px solid var(--green--desjar);
        background-color: var(--green--desjar);
        margin-left: 0;
    }

    .navbar-left ul li a,
    .navbar-right ul li a {
        text-decoration: none;
        color: var( --white);
        font-weight: 100;
        padding: 8px;
        font-size:10px;
    }

    .navbar-right ul li:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }

    .navbar-right ul {
        justify-content: flex-start;
        padding-right: 400px;
    }

    #item_ini {
        width: 40px;
        margin-left:10px
        
   
    }

    #item_ini2 {
        width: 97px;
    }

    #item_ini3 {
        width: 93px;
    }
    #item_ini4 {
        width: 108px;
    }
    #item_ini5 {
        width: 90px;
    }
    

    .conteiner_footer ul {
        list-style: none;
        padding-left: 10px;
        position: relative;
        top: 30px;
    }

        

    .conteiner_footer ul li a {
       text-decoration: none;
       color: var( --white);
       border-radius: 8px;
       padding: 10px 8px;
    }

    .conteiner_footer h3 {

        padding-left:10px;

    }
    .logo_two {
        
        margin-bottom:10px;
    }
    #footer_two {
        width: 40%;
    }

                

   



}


@media (min-width: 746px) and (max-width: 991px) {

    .container {
       padding: 20px;
    }

    .container label {
       display: initial;
    }



    .container .navbar-right {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: var(--green--desjar);
        display: none;
    }

    .navbar-right ul li {
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0);
        font-size: 8px;
        align-items: flex-start;
        justify-content: left;
        padding: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-right: none;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

    #menu:checked ~ .navbar-right {
        display: initial;
    }

    .navbar-brand {
        width: 300px;
        height: 100px
    }

    .logo {
        width: 80%;
        height: 100%;
    }

    .navbar-left img {
        width: 100%;
        height: 100%;
        padding-left: 93px;
        padding-top: 0px;
    }

    nav {
        display: flex;
        padding: 0;
        border-bottom: 1px solid var(--green--desjar);
        background-color: var(--green--desjar);
        margin-left: 0;
    }

    .navbar-left ul li a,
    .navbar-right ul li a {
        text-decoration: none;
        color: var( --white);
        font-weight: 100;
        padding: 8px;
        font-size: 20px;
    }
    .navbar-right ul li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);

    }
    .navbar-right ul {
        justify-content: flex-start;
        padding-right: 660px;
    }
    #item_ini{
        width:100px;
        margin-left:30px;
    }
    #item_ini2 {
        width: 170px;
    }
    #item_ini3 {
        width: 160px;
    }
    #item_ini4 {
        width: 200px;
    }
    #footer_two {
        width: 28%;
    }
}

@media (min-width: 992px) and (max-width: 1450px) {

    .container {
        padding: 20px;
    }

    .container label {
        display: initial;
    }



    .container .navbar-right {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: var(--green--desjar);
        display: none;
    }

    .navbar-right ul li {
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0);
        font-size: 8px;
        align-items: flex-start;
        justify-content: left;
        padding: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-right: none;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

    #menu:checked ~ .navbar-right {
        display: initial;
    }

    .navbar-brand {
        width: 300px;
        height: 100px
    }
    .logo {
        width: 80%;
        height: 100%;
    }
    

    .navbar-left img {
        width: 100%;
        height: 100%;
        padding-left: 93px;
        padding-top: 0px;
    }

    nav {
        display: flex;
        padding: 0;
        border-bottom: 1px solid var(--green--desjar);
        background-color: var(--green--desjar);
        margin-left: 0;
    }

    .navbar-left ul li a,
    .navbar-right ul li a {
        text-decoration: none;
        color: var( --white);
        font-weight: 100;
        padding: 8px;
        font-size: 20px;
    }

    .navbar-right ul li:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }

    .navbar-right ul {
        justify-content: flex-start;
        padding-right: 660px;
    }

    #item_ini {
        width: 100px;
        margin-left: 150px;
    }

    #item_ini2 {
        width: 190px;
    }

    #item_ini3 {
        width: 200px;
    }

    #item_ini4 {
        width: 240px;
    }
    #item_ini5{
        width:240px;
    }
    #footer_two {
        width: 28%;
    }
    .inicio2 {
        height: 100%;
        width: 70%;
    }
}

@media (min-width: 1451px) {

    .logo {
        height: 80%;
        width: 40%;
    }
    #footer_two {
        width: 28%;
    }


}







