/**********************************************GENERAL**********************************************/

    /************************************Fuentes************************************/
    @font-face{
        font-family: 'Bebas Neue'; 
        src: url(./fuentes/BebasNeue-Regular.ttf);
    }
    @font-face{
        font-family: 'Noto'; 
        src: url(./fuentes/NotoSansNabataean-Regular.ttf);
    }

    /************************************Header************************************/
    header img{
        width: 300px;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .header2 img{
        width: 100px;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .ja_logo_header{
        text-align: center;
    }
    .ja_text_header{
        color: rgb(227, 28, 20) !important; 
        text-decoration: none; 
        font-family: 'Bebas Neue', 'Segoe UI', 'Arial', sans-serif; 
        font-size: 20px;
    }
    .ja_text_header:hover{
        color: black !important;
    }
    .ja_header_dropdown{
        background-color: rgb(227, 28, 20);
        font-family: 'Bebas Neue', 'Segoe UI', 'Arial', sans-serif;
    }

    /************************************Footer************************************/
    .ja_img_footer{
        height: 40px;
    }
    .ja_footer{
        color: white;
        border-color: rgb(227, 28, 20)!important;
    }
    .ja_footer_a{
        color: white !important;
    }
    .ja_footer_box{
        background-color: black;
    }
    .ja_copyright{
        background-color: black; 
        color: white; 
        text-align: center;}


/**********************************************INDEX.HTML**********************************************/
.ja_text_body{
    font-family:'Noto','Segoe UI','Arial', sans-serif; 
    font-style: italic; 
    color: white; 
    text-align: center;
}
.ja_img_body{
    width: 100%;
}
.ja_box_body{
    text-align: center;
}
.ja_box_body a{
    font-family:'Bebas Neue','Segoe UI','Arial', sans-serif;
    color: white;
    font-weight: light;
    font-size: 1.2rem;
    text-decoration: none;
    border-style: solid;
    border-width: 0.1em;
    border-color: white;
    transition: all 250ms ease;
}
.ja_box_body a:hover{
    background-color: white;
    color: black;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.ja_portada{
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-width: 1px;
    border-color: rgb(227, 28, 20);
}
.ja_index_cat_title{
    color: white;
    text-align: center;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 2.5rem;
}
.ja_index_cat_text{
    color: white;
    font-family:'Noto','Segoe UI','Arial', sans-serif;
    font-size: 1rem;
    text-align: center;
}
.ja_index_cat_button{
    text-align: center;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
}
.ja_index_cat_button a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    transition: all 250ms ease;
}
.ja_index_cat_button a:hover{
    color: black;
    background-color: white;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.ja_carousel_container{
    background-color: black;
    /*background-color: rgb(35,31,32);*/
}
.ja_carousel{
    display: block;
    margin: 0 auto;
    width: 77%;
}
.ja_carousel_button{
    width: 5px !important; 
    height: 5px !important; 
    border-radius: 100%;
    background-color: black !important;
}
/**********************************************CATALOGO.HTML**********************************************/
.ja_cat_portada{
    background-image: url(../imgs/imgcatalogo/background_catalogo.jpg);
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: white;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 4rem;
    padding-top: 5%;
    padding-bottom: 5%;
}
.ja_cat_portada p{
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.ja_cat_button{
    text-align: center;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
}
.ja_cat_button a{
    padding: 0.5rem;
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    transition: all 250ms;
}
.ja_cat_button a:hover{
    color: black;
    background-color: white;
    transition: all 500ms;
}
.ja_cat_body h1{
    background-color: black;
    color: white;
    padding-top: 7px;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    text-align: center;
    font-size: 2.5rem;
}
.ja_cat_body h2{
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    text-align: center;
    font-size: 1.5rem;
}
.ja_cat_body h5{
    font-family: 'Noto','Segoe UI','Arial', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}
.ja_cat_body p{
    font-family: 'Noto','Segoe UI','Arial', sans-serif;
    text-align: center;
    font-size: 0.8rem;
}
.ja_cat_card_img{
    height: 10rem;
    margin: 0 auto;
}
.ja_cat_btn{
    position: fixed;
    bottom: 60px; 
    right: 70px; 
    width:50px;
    z-index: 10;
}
.ja_cat_btn a{
    color: black;
    font-size: 1rem;
}
.ja_cat_btn_format{
    background-color: rgb(227, 28, 20);
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 20px;
    border-color: rgb(227, 28, 20);
    transition: all 250ms ease;
}
.ja_cat_btn_format:hover{
    background-color: black;
    border-color: black;
    transition: all 250ms ease;
}


/**********************************************QUIENES SOMOS.HTML**********************************************/
.ja_historia_portada{
    background-image: url(../imgs/imghistoria/background_historia.jpg);
    background-size: 100%;
    background-position: center;
    padding-top: 25%;
    padding-bottom: 20%;
}
.ja_historia_body{
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.ja_historia_body h2{
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 1.5rem;
}
.ja_historia_body p{
    font-family: 'Noto','Segoe UI','Arial', sans-serif;
    font-size: 1rem;
}
.ja_historia_body img{
    width: 50px;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.ja_historia_text_a{
    padding-left: 2rem;
    padding-right: 2rem;
}


/**********************************************CONTACTO.HTML**********************************************/
.ja_contacto_portada{
    background-image: url(../imgs/imgcontacto/background_contacto.jpg);
    background-size: cover;
    background-position: center;
    text-decoration: none;
    text-align: right;
    color: black;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 4rem;
    padding-top: 5%;
    padding-bottom: 5%;
}
.ja_contacto_portada p{
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.ja_contacto_datosymapa{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ja_contacto_datosymapa h1{
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 2.5rem;
    text-align: center;
}
.ja_contacto_datosymapa p{
    font-family: 'Noto','Segoe UI','Arial', sans-serif;
    font-size: 1rem;
}
@media (min-width: 0px) {.ja_contacto_datosymapa iframe{
    width: 300px;
    height: 300px;
    /*margin-left: 18%;*/
}}
@media (min-width: 480px) {.ja_contacto_datosymapa iframe{
    width: 380px;
    height: 380px;
    /*margin-left: 18%;*/
}}
@media (min-width: 768px) {.ja_contacto_datosymapa iframe{
    width: 600px;
    height: 500px;
}}
@media (min-width: 992px) {.ja_contacto_datosymapa iframe{
    width: 800px;
    height: 500px;
    /*margin-left: 18%;*/
}}
.ja_contacto_form{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgb(227, 28, 20);
    color: white;

}
.ja_contacto_form h1{
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    text-align: center;
    padding-bottom: 2rem;
}
.ja_contacto_form form{
    width: 50%;
    margin: 0 auto;
    font-family: 'Noto','Segoe UI','Arial', sans-serif;
}
.ja_contacto_form label{
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 1.1rem;
}
.ja_contacto_btn{
    color: white;
    background-color: black;
    font-family: 'Bebas Neue','Segoe UI','Arial', sans-serif;
    font-size: 1.2rem;
    transition: all 250ms ease;
}
.ja_contacto_btn:hover{
    color: black;
    background-color: white;
    transition: all 250ms ease;
}
.ja_contacto_final{
    font-family: 'Noto','Segoe UI','Arial', sans-serif;
    font-size: 0.7rem;
}