/* Paleta de colores 👇 */
/* https://coolors.co/palette/d8f3dc-b7e4c7-95d5b2-74c69d-52b788-40916c-2d6a4f-1b4332-081c15 */

body {
    background-color: #D8F3DC;
    color: #081C15;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
}

h1, h2, h3, h4, h5, p, blockquote, ul, ol {
    text-align: left;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

p, blockquote, ul, ol {
    line-height: 2;
}

blockquote {
    background-color: #B7E4C7;
    border-radius: 10px;
    padding: 10px;
}

cite {
    line-height: 2;
}

blockquote cite {
    display: block;
    text-align: right;
}

a {
    color: #081C15;
    text-decoration: none;
    box-shadow: 0 5px 0 #52B788;
    font-weight: 900;
}

a:hover {
    color: #081C15;
    text-decoration: none;
    box-shadow: 0 5px 0 #40916C;
    font-weight: 900;
}

u {
    box-shadow: inset 0 -7px 0 #52B788, 0 3px 0 #52B788;
    text-decoration: none;
}

header {
    background-color: #081C15;
    color: #D8F3DC;
    font-size: large;
    font-weight: bold;
    margin: 0;
    padding: 50px;
    text-align: center;
}

footer {
    background-color: #081C15;
    color: #D8F3DC;
    margin: 0;
    padding: 20px 0 40px;
    text-align: center;
}

table {
    border-collapse: collapse;
    border: 2px solid #081C15;
    margin: 20px auto;
    table-layout: fixed;
    width: 100%;
  }

th, td {
    border: 1px solid #081C15;
    padding: 8px 10px;
    text-align: center;
}

thead, tfoot {
  background-color: #1B4332;
  color: #D8F3DC;
}

tbody > tr:nth-of-type(even) {
    background-color: #95D5B2;
  }

.logo {
    height: 100px;
}

.contenedor-material {
    margin: 3%;
    text-align: center;
}

.cita-biblica {
    color: #1B4332;
}

.figuras {
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 80%;
}

.logo-rightnow {
    float: left;
    height: 65px;
    border-radius: 10px;
    margin: 0 30px 30px 0;
}

.acceso-rightnow {
    margin: 0;
    padding: 22px 0 20px 0;
}

.clearfix {
    clear: left;
}

.videos {
    border-radius: 10px;
    height: 315px;
    width: 80%;
}

.reproductor-audio {
    height: 200px;
    width: 100%;
}

.formulario {
    width: 100%;
    height: 1000px;
}

.texto-destacado {
    border: 1px solid #081C15;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.texto-centrado {
    text-align: center;
}

.parentesis-en-cita {
    color: #40916C;
}

.redes {
    color: #D8F3DC;
    display: inline-block;
    margin: 40px;
    box-shadow: 0 1px 0 #081C15;
}

.redes:hover {
    color: #D8F3DC;
}

.btn-para-fondo-claro {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family:  'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    height: 50px;
    color: #081C15;
    padding: 10px 20px 10px 20px;
    border: solid #081C15 1px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #D8F3DC;
  }
  
  .btn-para-fondo-claro:hover {
    background: #95D5B2;
    text-decoration: none;
  }

@media (min-width: 800px) {
    
    .contenedor-material {
        margin: 3% auto;
        width: 800px;
    }

    .figuras {
        width: 50%;
    }

}

@media (width < 576px) {
    
    .redes {
        display: block;
        margin: 15px auto;
    }

    .acceso-rightnow {
        padding: 0;
    }

}

@media print {

    .reproductor-audio, .videos, .formulario {
        display: none;
    }

}