:root {
    --azul_fuerte: #008048;
    --blanco: #ffffff;
      --negro: #000000;
      --font_8em: .8rem;
      --font_7em: .7rem;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: #004527;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.1);
}
body {
    font-family: sans-serif;
    height: 100vh;
    margin: 0;
    padding: 0;
}
img {
    display: block;
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    border: none;
}
.fa-star {
    color: orange;
}
.doblez {
    display: none;
    box-sizing: border-box;
    clip-path: polygon(0 0, 34% 10%, 34% 84%, 0% 100%);
    width: 50px;
    height: 100vh;
    background: #004527;
    position: fixed;
    top: 0;
    left: 250px;
}
.logotipo_y_banderas {
    background: #004527;
    box-sizing: border-box;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.logotipo_y_banderas .header {
    display: flex;
}
.logotipo_y_banderas .header .img_logotipo {
    margin: auto;
    padding: 0 0 0 0;
    width: 60%;
}
.logotipo_y_banderas .header .btn_menu {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    display: inline-block;
    width: 130px;
    align-items: center;
    line-height: 3em;
    text-align: center;
    background: #008048;
    color: white;
}
.logotipo_y_banderas nav {
    background: #004527;
    color: white;
    display: none;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}
.logotipo_y_banderas nav .cerrar_menu {
    position: absolute;
    right: .25em;
    top: .25em;
    font-size: 2rem;
    color: white;
}
.logotipo_y_banderas nav img {
    margin: auto;
    padding: 1rem 0;
    width: 50%;
}
.logotipo_y_banderas nav .items {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 3rem;
    border-top: .5px solid white;
}
.logotipo_y_banderas nav .items:nth-child(2) {
    margin-top: 1rem;
}
.logotipo_y_banderas nav .items:nth-child(6) {
    border-bottom: .5px solid white;
}
.logotipo_y_banderas nav .tel {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 2em;
}
.logotipo_y_banderas nav .tel .correo {
    font-size: .8em;
}
.logotipo_y_banderas nav .tel .primer_tel {
    margin-top: 1em;
}
.logotipo_y_banderas nav .ubicacion {
    display: block;
    text-align: left;
    width: 90%;
    margin: auto;
    line-height: 2em;
}
.logotipo_y_banderas nav .ubicacion iframe {
    width: 50px;
    height: 50px;
}
.logotipo_y_banderas nav .ubicacion .direccion {
    margin-left: .5em;
    font-size: .8em;
}
.logotipo_y_banderas nav .titulos {
    background: rgba(0,0,0,.5);
    color: white;
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
    margin: 1em auto;
}
.logotipo_y_banderas nav .cerrar_menu_bottom {
    position: relative;
    font-size: 2rem;
    color: white;
    text-align: center;
    margin: .25em auto .5em;
}
.logotipo_y_banderas nav .cerrar_menu_bottom span {
    display: inline-block;
    align-items: center;
    font-size: .5em;
    vertical-align: middle;
}
.logotipo_y_banderas nav .pie_menu {
    margin: 0 auto 1em;
    font-size: .7em;
    text-align: center;
}
/* footer */
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #004527;
    z-index: 2;
}
.footer .redes_sociales {
    display: flex;
    justify-content: space-around;
    padding: 1em 0;
}
.footer .redes_sociales .icon_social {
    margin: 0 .25em 0 .25em;
    background: #004527;
    color: #ffffff;
    color: var(--blanco);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.1em;
    font-size: 1.2em;
    padding: .25rem;
    cursor: pointer;
}
.footer .redes_sociales .icon_social img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
/* modal messenger chat */
.modal_messenger,
.modal_carrito {
    position: fixed;
    display: none;
    bottom: 80px;
    right: 40px;
    z-index: 10;
    width: 320px;
    height: 420px;
    z-index: 9;
}
.modal_messenger .iframe_messenger,
.modal_carrito .iframe_carrito {
    position: relative;
}
.modal_carrito .iframe_carrito {
    background: white;
    height: 500px;
    overflow: auto;
}
.modal_messenger .iframe_messenger .titulo,
.modal_carrito .iframe_carrito .titulo {
    background: #004527;
    box-sizing: border-box;
    color: white;
    color: var(--blanco);
    line-height: 2.5em;
    font-size: 1em;
    padding: 0 .5em;
}
.modal_carrito .iframe_carrito .producto {
    text-align: left;
    padding: 1em;
}
.modal_carrito .iframe_carrito .producto button {
    float: right;
    color: #004527;
    background: none;
}
.modal_carrito .iframe_carrito hr {
    margin: 0 auto;
}
.modal_carrito .iframe_carrito .btn_cotizar {
    background: #004527;
    color: white;
    padding: .5em 1em;
    text-align: center;
    margin: 2em auto;
    display: table;
}
.modal_messenger .iframe_messenger .titulo span,
.modal_carrito .iframe_carrito .titulo span {
    display: inline-block;
    position: absolute;
    right: 1em;
    cursor: pointer;
}
.modal_messenger .iframe_messenger iframe {
    height: 420px;
    width: 320px;
}
/* ventana carrito */
.finalizar_carrito div {
    margin: 1em auto;
}
.finalizar_carrito label {
    width: 100px;
    text-align: right;
}
.finalizar_carrito label,
.finalizar_carrito input,
.finalizar_carrito textarea {
    box-sizing: border-box;
    display: inline-block;
    padding: .5em;
}
.finalizar_carrito textarea {
    width: 100%;
    height: 80px;
    resize: none;
}
.finalizar_carrito button {
    box-sizing: border-box;
    display: inline-table;
    margin: 2em auto;
    background: #004527;
    color: white;
    padding: .5em 1em;
}
.finalizar_carrito button.regresarCarrito {
    background: red;
}
/* menu catalogo */
.menu_catalogo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 9;
}
.menu_catalogo .cerrar_menu_catalogo,
.menu_catalogo .cerrar_menu_catalogo_bottom {
    position: absolute;
    right: 25px;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5em;
    z-index: 9;
}
.menu_catalogo .cerrar_menu_catalogo {
    top: .5em;
}
.menu_catalogo .nota {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #222222;
    font-size: .7em;
    z-index: 9;
}
.menu_catalogo .cerrar_menu_catalogo_bottom {
    bottom: .5em;
}
.menu_catalogo .fondo {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    background: rgba(0,0,0,.9);
}
.menu_catalogo .fondo .columnas {
    box-sizing: border-box;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    flex-direction: column;
}
.menu_catalogo .fondo .columnas .items {
    box-sizing: border-box;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 2em 0;
}
.menu_catalogo .fondo .columnas .items .icon {
    box-sizing: border-box;
    width: 50%;
    margin: auto;
    text-align: center;
}
.menu_catalogo .fondo .columnas .items .icon img {
    margin: auto;
    width: 80px;
}
.menu_catalogo .fondo .columnas .items .icon p {
    margin: 12px auto 0;
    font-size: .9em;
}
.menu_catalogo .fondo .columnas .items .catalogo {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    font-size: .8em;
    line-height: 3em;
}
.menu_catalogo .fondo .columnas .items .catalogo div {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.menu_catalogo .fondo .columnas .items:nth-child(even) {
    background: #004527;
    color: white;
}
.menu_catalogo .fondo .columnas .items:nth-child(odd) {
    background: #008048;
    color: white;
}
.margen_fondo {
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px){
    .logotipo_y_banderas .header .btn_menu {
        line-height: 5em;
    }
}
@media only screen and (min-width: 1024px){
    .footer {
        position: fixed;
        width: auto;
        left: auto;
        top: 0;
        right: 1em;
        background: none;
        z-index: 2;
    }
    .footer .redes_sociales {
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        padding: 0 .5em;
    }
    .footer .redes_sociales .icon_social {
        margin: .25em 0em .25em .1em;
        font-size: 1.5em;
        transition: .2s;
    }
    .footer .redes_sociales .icon_social:hover > i {
        font-size: .8em;
    }
    .footer .redes_sociales .icon_social img {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 1200px){
    .doblez {
        display: block;
    }
    .logotipo_y_banderas {
        z-index: 99;
    }
    .logotipo_y_banderas .header .btn_menu {
        display: none;
    }
    .logotipo_y_banderas .header .img_logotipo {
        width: 85%;
    }
    .logotipo_y_banderas {
        height: 100vh;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 250px;
    }
    .logotipo_y_banderas nav {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
    }
    .logotipo_y_banderas nav .items:nth-child(1) {
        display: none;
    }
    .logotipo_y_banderas nav .ubicacion {
        font-size: .9em;
        width: 98%;
    }
    .logotipo_y_banderas nav .ubicacion iframe {
        width: 100%;
        height: 80px;
    }
    .logotipo_y_banderas nav .cerrar_menu,
    .logotipo_y_banderas nav .cerrar_menu_bottom {
        display: none;
    }
    .logotipo_y_banderas nav .pie_menu {
        margin-top: 1em;
    }
    /* menu procedimientos */
    .menu_catalogo .fondo {
        width: calc(100% - 250px);
        margin-left: 250px;
    }
    .menu_catalogo .fondo .columnas .items {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .menu_catalogo .fondo .columnas .items .icon {
        box-sizing: border-box;
        width: 200px;
        background: rgba(0,0,0,.10);
        padding: 1em 25px 1em 25px;
    }
    .menu_catalogo .fondo .columnas .items:nth-child(odd) .icon {
        clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    }
    .menu_catalogo .fondo .columnas .items:nth-child(even) .icon {
        clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    }
    .menu_catalogo .fondo .columnas .items .catalogo {
        width: calc(100% - 225px);
        justify-content: flex-start;
        line-height: 3em;
    }
    .menu_catalogo .fondo .columnas .items .catalogo div {
        width: 200px;
        text-align: center;
    }
    .menu_catalogo .nota {
        top: 18px;
        left: auto;
        right: 60px;
        font-size: .9em;
        border-bottom: 1px solid #222222;
        padding-bottom: 3px;
    }
    .margen_fondo {
        padding-bottom: 50px;
    }
}