body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

nav .brand-logo {
    width: 23%;
    /*background-color: #686868;*/
    margin-top: 6px;
}

nav .sidenav-trigger {
    margin: 0;
}

nav ul li a {
    color: #f6fad8;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s
}

nav ul a:hover {
    background: none;
    color: #e09220;
}

nav ul li a.active {
    color: #e09220;
}

.btn {
    background-color: #e09220;
    text-transform: none;
    border-radius: 20px;
}

.btn:hover {
    background-color: #686868 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    color: #3f2212;
    margin-top: 0;
}

h1 {
    text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
}

p {
    font-family: 'Cairo', sans-serif;
    color: #55595f;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 2.2;
}

.more-line {
    line-height: 2.8 !important;
}

img.responsive-img-g {
    width: 100%;
    height: auto;
}

.header-title h1,
.header-title p {
    color: #ffffff;
    margin: 0;
}

.header-title p {
    font-size: 1.9rem;
}

section {
    padding: 0;
    margin: 0;
}

.sidenav {
    background-color: #311302;
    width: 200px;
}

.sidenav li>a {
    color: #fff;
    font-size: 1rem;
}

.sidenav-overlay {
    z-index: 10;
}

.yellow {
    background-color: #e0d920;
    color: #311302;
}


/**********************************************************************

HOME

***********************************************************************/

#home-1 {
    background: #311302 url('../img/franciscanos-top1.jpg') top center no-repeat;
    background-size: cover;
}

#origenes {
    line-height: 0;
}

#carisma p,
#origenes p {
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
}

#los12 {
    background: #f6fad8;
    padding-top: 40px;
    padding-bottom: 80px;
}

#los12 img {
    margin-bottom: 20px;
}

.slides {
    min-height: 450px;
}

.slides_li {
    text-align: center;
    /*line-height: 80px;*/
}

.slides .slides_nav a.current {
    width: 20px;
    background-color: #e09220 !important;
}


/**********************************************************************

ORÍGENES

***********************************************************************/

#home-2 {
    background: #311302 url('../img/franciscanos-top2.jpg') top center no-repeat;
    background-size: cover;
}

#origenes-home p {
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
}


/**********************************************************************

HACEMOS

***********************************************************************/

#home-3 {
    background: #311302 url('../img/franciscanos-top3.jpg') top center no-repeat;
    background-size: cover;
}


/**********************************************************************

VOCACIONES

***********************************************************************/

#home-4 {
    background: #311302 url('../img/franciscanos-top4.jpg') top center no-repeat;
    background-size: cover;
}

#form-contact {
    background: #311302 url('../img/vocaciones-2.png') top center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    min-height: 450px;
}

#form-contact .col-1 {
    padding-top: 20px;
    background: #ffffff;
}

#form-contact .col-2 {
    padding-top: 20px;
    background: #e09220;
    color: #ffffff;
}

.prefix {
    color: #55595f;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.input-field .prefix.active {
    color: #e09220;
}

textarea {
    color: #55595f;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: #e09220;
    box-shadow: #e09220;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #e09220;
}


/**********************************************************************

CONTACTO

***********************************************************************/

#home-5 {
    background: #311302 url('../img/franciscanos-top5.jpg') top center no-repeat;
    background-size: cover;
}

#casas {
    background: #e09220;
    padding-top: 40px;
    padding-bottom: 40px;
}

#casas p {
    color: #ffffff;
}

hr.style1 {
    background-color: #e09220;
    height: 1px;
    border: 0;
}

hr.style2 {
    background-color: #e09220;
    height: 1px;
    border: 0;
}

hr.style3 {
    background-color: #311302;
    height: 1px;
    border: 0;
}

#directorio,
#colegios {
    padding-top: 40px;
    padding-bottom: 40px;
}

#directorio h4 {
    margin-top: 10px;
}


/**********************************************************************

DONACIÓN

***********************************************************************/

#home-6 {
    background: #311302 url('../img/franciscanos-top6.jpg') top center no-repeat;
    background-size: cover;
}

#fondo p {
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
}


/**********************************************************************

ENLACES

***********************************************************************/

#enlaces a:link,
#enlaces a:visited {
    color: #311302;
}

#enlaces a:hover {
    color: #e09220;
}


/**********************************************************************

FOOTER

***********************************************************************/

.page-footer {
    padding-top: 0;
    color: #ffffff;
}

.page-footer h5 span {
    font-size: 1rem;
}

.page-footer ul li {
    color: #ffffff;
}

.page-footer ul li a {
    transform: scale(1);
    text-transform: none;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s
}

.page-footer ul li a:hover {
    transform: scale(0.8);
    color: #686868;
}

.page-footer .footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    background-color: #311302;
}

.page-footer .footer-copyright span {
    display: block;
    margin-top: 10px;
}

.fa-stack-2x {
    color: #ba935a;
}


/********************************************************************

HELPERS

********************************************************************/

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-350 {
    margin-top: 350px;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.p-0 {
    padding: 0!important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-300 {
    padding-top: 300px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-20 {
    padding-left: 20px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-100 {
    padding-right: 100px;
}

@media only screen and (max-width:992px) {
    nav .nav-wrapper {
        width: 90% !important;
    }
    nav .brand-logo {
        margin-top: 6px;
        width: 100%;
        margin-left: 60px;
    }
    #fondo .mt-40 {
        margin-top: 0;
    }
    #fondo h3 {
        font-size: 1.92rem;
    }
}

@media only screen and (max-width:600px) {
    nav .brand-logo {
        margin-top: 6px;
        width: 80%;
        margin-left: 10px;
    }
    h1 {
        font-size: 3.2rem;
        line-height: 110%;
    }
    .contact-foot {
        margin-top: 20px;
    }
}