/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
    overflow-y: scroll !important;
}

nav ul,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 240px;
    line-height: 0;
    height: auto;
    color: rgb(255 255 255 / 90%);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (width <=992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (width <=600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}


@media screen and (width >=1551px) {
    .tableta,
    .tableta2,
    .tableta3,
    .tableta4 {
        font-size: 33px;
    }
}

@media screen and (width <=1550px) {
    .tableta,
    .tableta2,
    .tableta3,
    .tableta4 {
        font-size: 25px;
    }
}

@media screen and (width <=1300px) {
    .tableta,
    .tableta2,
    .tableta3,
    .tableta4 {
        font-size: 17px;
    }
}

@media screen and (width <=980px) {
    .tableta,
    .tableta2,
    .tableta3,
    .tableta4 {
        font-size: 17px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

@media screen and (width <=600px) {
    .tableta,
    .tableta2,
    .tableta3,
    .tableta4 {
        font-size: 17px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

.tableta {
    border-radius: 15px;
    border: 2px solid #4860AD;
    background-color: #D8D8F3;
    margin-top: 15px;
}

.tableta a {
    color: #2A3865;
}

.tableta:hover {
    background-color: #E8EAF7;
}

.tableta2 {
    border-radius: 15px;
    border: 2px solid #916C3B;
    background-color: #dfd5b2;
    margin-top: 15px;
}

.tableta2 a {
    color: #916C3B;
}

.tableta2:hover {
    background-color: #E7E0C5;
}

.tableta3 {
    border-radius: 15px;
    border: 2px solid #327B43;
    background-color: #b2dfb7;
    margin-top: 15px;
}

.tableta3 a {
    color: #1B4625;
}

.tableta3:hover {
    background-color: #C5E2C7;
}

.tableta4 {
    border-radius: 15px;
    border: 2px solid #de4343;
    background-color: #eda4a4;
    margin-top: 15px;
}

.tableta4 a {
    color: #461b1b;
}

.tableta4:hover {
    background-color: #e2c5c5;
}

header nav {
    line-height: normal;
    padding-top: 15px;
    height: 80px;
}

.header {
    padding-top: 0;
    margin-top: -3px;
}

.equal-width th {
    width: 30%;
}