@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.bg-verde1 { background-color: #386641 }
.txt-verde1 { color: #386641 }

.bg-verde2 { background-color: #6A994E }
.txt-verde2 { color: #6A994E }

.bg-verde3 { background-color: #A7C957 }
.txt-verde3 { color: #A7C957 }

.bg-gris1 { background-color: #0F1011 }
.txt-gris1 { color: #0F1011 }

.bg-gris2 { background-color: #1e1e1e }
.txt-gris2 { color: #1E1E1E }

.bg-blanco { background-color: #e0e0e0 }
.txt-blanco { color: #EFEFEF }

.bg-negro { background-color: black; }


.rubik-bold {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.rubik-regular {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.ibm-plex-sans-extralight {
    font-family: "IBM Plex Sans", serif;
    font-weight: 200;
    font-style: normal;
}

.ibm-plex-sans-light {
    font-family: "IBM Plex Sans", serif;
    font-weight: 300;
    font-style: normal;
}

.ibm-plex-sans-regular {
    font-family: "IBM Plex Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.ibm-plex-sans-medium {
    font-family: "IBM Plex Sans", serif;
    font-weight: 500;
    font-style: normal;
}


#logo-nav {
    height: 10vh;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}