/*
Estilo general para la página de inicio
*/

a:link, a:visited {
    color: rgb(238, 78, 78, 1);
    /*color: rgb(255, 199, 0);*/
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(238, 78, 78);
    background-color: rgb(238, 78, 78, 0.2);
    text-decoration: underline;
}

body {
    background-image: url(images/jrz1905.jpg);
    background-size: 120%;
    background-position: top 20% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div.home-full, div.regresar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

div.home-text {
    box-align: center;
    padding-top: 10px;
    border-radius: 20px;
    background: rgb(250, 159, 67, 0.95);
    /*margin-top: 2px;*/
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 8px blue, 10px 10px 8px red;
    width: 800px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

div.home-text p {
    text-align: center;
    font-size: 35px;
    color: black;
    /*font-family: "Maname", serif;*/
    font-family: "Roboto Slab", sans-serif;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div.tab {
    overflow: hidden;
    text-align: center;
    /*border: 0px solid rgb(250, 159, 67, 0.95);*/
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    /*border-radius: 10px;*/
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: rgb(245, 200, 87, 0.85);
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: rgb(245, 200, 87, 0.85);
}

/* Style the tab content */
div.tabcontent {
    border-radius: 20px;
    display: none;
    padding: 6px 12px;
    border-top: none;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 20px;
    background-color: rgb(245, 200, 87, 0.85);
/*
    column-count: 2;
    column-width: 150px;
    column-gap: 40px;
    column-rule-style: solid;
    column-rule-width: 1px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.bullet {
    color: rgb(238, 78, 78);
}

div.colonias h1 {
    text-align: left;
    font-size: 25px;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 0px;
}

div.colonias ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    margin: 0;
}

div.regresar {
    height: 120px;
    width: 280px;
    overflow: hidden;
    text-align: center;
}

/* Style the buttons inside the tab */
div.regresar button {
    background-color: inherit;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 10px;
    /*transition: 0.3s;*/
    background-color: rgb(250, 159, 67, 0.95);
}

div.regresar h2 {
    color: rgb(238, 78, 78);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: bold;
}

/* Change background color of buttons on hover */
div.regresar button:hover {
    background-color: rgb(255, 185, 114, 0.90);
}

/* Create an active/current tablink class */
div.regresar button.active {
    background-color: rgb(250, 159, 67, 0.95);
}
