
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 1280px;
    color: #E1E2ED;
    background-color: #22233D;
    padding: 4em 0 0;
}


p,
h1,
h2,
h3,
h4,
a {
    margin: 0;
    font-weight: 400;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #E1E2ED;
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 1rem;
}

a, a:visited {
    color: #cacacd;
    border-bottom: none;
}

a:visited,
a:hover {
    text-decoration: none;
    border-bottom: 2px solid currentColor;
}

audio {
    width: 100%;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 1rem;
    padding-right: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav__examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.nav__examples > * {
    margin-right: 0.5rem;
}

main {
    overflow: hidden;
}

section,
article {
    margin-bottom: 3rem;
}


section.portada {
    margin: 2em auto 3em;
}

.cara {
    background-color: #E1E2ED;
    margin: 1.5em auto;
    display: block;
    width: 100%;

}

h1.titulo-principal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #8B91FC;
    text-align: center;
    font-size: 3.7em;
    padding-bottom: 1.4em;
}

#intro {
    margin: auto;
    padding: 2em 1.3em;
    max-width: 850px;
}

img.mapa {
    margin: auto;
    display: block;
    max-width: 70%;
    padding: 1.5em 1.5em 5em;
}

a.link {
    color: #7fc8fe;
    font-weight: 400;
}

section.row.otras-historias {
    margin: auto;
}

a.btn.historia:hover {
    background-color: #FCE172;
    color: #22233D;
}

.historia {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    max-width: 450px;
    margin: 1.5em auto;
    display: block;
    height: 180px;
}

a.btn.historia2:hover {
    background-color: #FCE172;
    color: #22233D;
}

.historia2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    max-width: 350px;
    margin: 1.5em auto;
    display: block;

}

#juliet {
    background-color: #d21c5d;
}

#julia {
    background-color: #c5611a;
}

#mayra {
    background-color: #bcab19;
}

#juliet:hover {
    background-color: #FCE172;
    color: #22233D;
}

#julia:hover {
    background-color: #FCE172;
    color: #22233D;
}

#mayra:hover {
    background-color: #FCE172;
    color: #22233D;
}

.titulo-boton {
    text-align: right;
    font-weight: 300;

}

.cara-boton {
    width: 100%;

}

.boton {
    font-weight: 700;
}

section.logos {

    margin-top: 3.4em;
    padding: 1.5em 2em 5em;
    font-family: 'Open Sans', sans-serif;
    color: #22233D;
    background: rgb(225 226 237 / .4);
    margin-bottom: -3rem;
}

.container.linea {
    max-width: 850px;
    margin: auto;
    display: block;
}

img.logo {
    max-width: 150px;
    margin: 1.2em auto;
    display: block;
}

h6.peque {
    font-size: .8em;
    font-family: 'Montserrat', serif;
}

.btn.explainer {
    background: #E1E2ED;
    border-color: transparent;
    color: #22233D;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 2em 0;
    width: max-content;
}

.btn.explainer:hover {
    background-color: #FCE172;
    color: #22233D;
}

.btn.explainer:active {
    background-color: #FCE172;
    color: #22233D;
}

p.oscuro {
    color: #22233D;
}

a.oscuro {
    color: #22233D;
    font-weight: 500;
}

.card.card-body {
    background: #E1E2ED;
}

.card {
    margin-bottom: 1.5em;
}

.espacio {
    margin: 4em;
}

article.bg {

    border: 1px solid #e1e2ed;
}

article.bg1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

article.chat {
    background-color: #E1D7D5;
    color: #000;
    background-image: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);
    background-size: initial;
}

.perfiles {
    margin: 0 auto;
    padding: 2em 3em;
    background-color: #ededed;
}

.perfil {
    max-width: 300px;
    margin: auto;
}


h4.nom {
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0.2em;
}

h6.cargo {
    font-family: 'Open Sans';
    text-align: center;
    font-weight: 300;
}

img.foto-perfil {
    width: 75px;
    margin: auto;
    border-radius: 100%;
    margin-bottom: .2em;
    margin-top: .6em;
}

.zoom {
    transition: transform .2s;
    /* Animation */
    z-index: 10;
}

.zoom:hover {
    transform: scale(1);
}

.badge {
    border-radius: .5rem;
}

article.chat .item-chat .badge {
    margin-bottom: 1rem;
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 1rem;
    padding: .8rem 1rem 1.4rem;
    width: 20rem;
    box-shadow: 2px 2px 3px #9E9E9E;
    white-space: normal;
    line-height: 1.1;
    position: relative;
}


article.chat .item-left .badge-secondary {
    background-color: #F9F9F9;
    color: #000;
    text-align: left;
    margin-left: -15rem;
}

article.chat .item-right .badge-secondary {
    background-color: #D4F7BB;
    color: #000;
    text-align: left;
    margin-right: -15rem;
}

.chat h2.title {
    /*border-bottom: solid thin #000;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 1em;
    font-family: 'Montserrat';*/

    background-color: #e0f1fa;
    border-radius: 4px;
    width: max-content;
    margin: 2em auto;
    padding: .5em;
    font-size: 1em;
    font-family: 'helvetica';
    font-weight: 300;
}

.hora {
    color: #00000073;
    font-size: 11px;
    position: absolute;
    bottom: 8%;
    right: 12%;
}


.chulito {
    width: 18px;
    position: absolute;
    display: inline-grid;
    right: 3%;
    bottom: 11%;

}


.item-right .badge:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 8px solid #D4F7BB;
    border-right: 12px solid transparent;
    border-top: 15px solid #D4F7BB;
    border-bottom: 15px solid transparent;
    right: -11px;
    top: 0px;
    border-radius: 4px;
}


.item-left .badge:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 8px solid #F9F9F9;
    border-top: 15px solid #F9F9F9;
    border-bottom: 15px solid transparent;
    left: -11px;
    top: 0px;
    border-radius: 4px;
}


h5.reflexion {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 1.2em;
}

h5.analisis {
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1.2em;
}

.centrado {
    display: flex;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
}

.explicacion {
    margin: 7em 2em;
}


.article1 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/repositorio-archivos.appspot.com/o/1-xl.png?alt=media&token=66cbbaa2-38d3-4645-bc75-45c3caf37217);
}

.article2 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/repositorio-archivos.appspot.com/o/2-xl.png?alt=media&token=0a0b0b46-81f4-450a-be01-05bdb31f3793);
}

.article3 {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/repositorio-archivos.appspot.com/o/3-xl.png?alt=media&token=643d1e90-7240-4b89-87ef-c9830a9ed480);
}

.boton {
    font-weight: 700;
}

a.btn.inicio:hover {
    background-color: #FCE172;
    color: #22233D;
}

a.btn.inicio2:hover {
    background-color: #FCE172;
    color: #22233D;
}

.inicio {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background-color: #8B91FC;
    color: #22233D;
    width: max-content;
    margin: 1.5em;
    display: block;
    padding: 5px 5px 0;
    position: absolute;
    top: 1%;
    right: 1.2%;
}

.inicio2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background-color: #8B91FC;
    color: #22233D;
    width: max-content;
    margin: 0 1.5em;
    display: block;
    padding: 5px 5px 0;
    float: right;


}

span.cursiva {
    font-size: .8em;
}

h2.intertitulos {
    color: #8B91FC;
    font-family: 'Montserrat';
    font-weight: 300;
    padding-top: 1.3em;

}


.modal-header {
    border: none;
    background-color: #000;
}

.modal-body {
    background: #000;
}

.close {
    color: #b2babe;
}

.social-share {
    text-align: center;
}

.social-share a {
    margin: 8px;
}

.social-share a:hover {
    border-bottom: none;
}

.img-reportaje img {
    max-width: 100%;
    height: auto;
}
