/* Estilos para la web Vivencilaia - Procesos de Cambio */

button:focus {
    outline: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../img/hamb.svg');
    background-repeat: no-repeat;
}

.hidden{
    display: none;
}


/* inicio control del Scroll lateral */

#container {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    height: 53vh;
}

#main {
    top: 0;
}


/* Fin control del Scroll lateral */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Handlee', cursive;
}

/* Márgenes internos genéricos  */

.margin-int-5 {
    padding-left: 5px;
}
.margin-int-10 {
    padding-left: 10px;
}
.margin-int-20 {
    padding-left: 20px;
}
.margin-int-30 {
    padding-left: 30px;
}
.margin-int-50 {
    padding-left: 50px;
}

/* Estilo fundidos */

.fade {
    opacity: 1;
}


/* Menú central */

.bg-vivencialia {
    /* background-color: #814497!important; */
}

ul.nav.justify-content-center {
    margin: 10px auto 0px auto;
}

.topnav {
    background-color: #814497;
    color: #ffffff;
    box-shadow: 0px 0px 5px #5f0b5cc4;
    transition: all 0.3s;
}

.topnav.imagen {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.3s;
}

.topnav .img-no-fondo {
    background-image: none;
    transition: all 0.3s;
}

.topnav .contenedor-menu {
    margin: 0 auto;
}

.topnav .contenedor-menu>div {
    padding: 0px;
}

.topnav a {
    color: #ffffff;
    display: block;
    font-size: 1.2em;
}

.topnav a img {
    border-radius: 50%;
    border: 2px solid white;
    width: 85%;
}

.topnav a img:hover {
    box-shadow: #5f0b5cc4 0px 0px 5px;
}

.topnav a.mailto {
    text-decoration: underline;
    margin: 10px 5px;
}

.topnav img.logotipo.img-fluid {
    display: none;
}

.logotipo img {
    margin-right: 170px;
}

@media (max-width: 440px){
    .logotipo img {
        margin-top: 10px;
        width:110px;
    }
}

@media (max-width: 360px){
    #logotipo {
        display: none;
    }
}

.topnav .navbar {
    padding: .7rem 0px 0px 0px;
}


/* Menú principal */

ul.menu-largo {
    list-style: none;
    margin: 15px auto 0px auto;
}

ul.menu-largo li {
    display: inline-block;
    width: auto;
}

ul.menu-largo li a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #814497;
    margin: 0px;
    padding: 0px;
}

ul.menu-largo li:last-child a:after {
    content: '';
}

ul.menu-largo li a:after {
    display: inline-block;
    content: '·';
    margin: 5px;
    width: 10px;
}

header {
    background-image: url('../img/fondo-tr-left.jpg');
    background-repeat: no-repeat;
    margin-top: 70px;
    text-align: center;
    height: 230px;
    width: 100%;
}

header h1 img.logotipo {
    margin: 0 auto;
    margin-top: 100px;
}

header h1 span {
    display: none;
}


/* Estilos OVERFLOW */

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    /* height: 225px; */
    margin-top: 0px;
    left: 50%;
}

/* PAra usar dentro de los rowfull... */
.row.especial {
    margin: 0px 20px;
}

h1 .justify-content-center {
    margin: 0 auto;
}


/* Estilos Top Nav Menú */

#topnav {
    position: fixed;
    /* top: -50px; */
    top: 0px;
    transition: all 0.3s;
    min-height: 65px;
}

#logobn {
    transition: all 0.3s;
}

#logobn a.logotipo img {
    border-radius: 0px;
    border: 0px transparent;
}


/* Estilos Menú */

nav.container.navbar.navbar-expand-lg.navbar-light {
    margin-top: 50px;
}

nav.container.navbar.navbar-expand-lg.navbar-light a.nav-link {
    color: #814497;
    font-size: 1.25em;
}

.redes a {
    float: right;
}


/* Estilos específicos para el Carrousel */

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 15px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

.d-md-block.verde {
    display: block!important;
    background-color: #8fac19a6;
}

.d-md-block.morado {
    display: block!important;
    background-color: #814497c7;
}

.d-md-block.blanco {
    display: block!important;
    background-color: #ffffffa6;
}

.d-md-block.negro {
    display: block!important;
    background-color: #000000a6;
}

.colnegro {
    color: black;
}

.carousel-control-prev {
    left: 0;
    z-index: 100;
}

.carousel-control-next {
    right: 0;
    z-index: 100;
}

.carousel-item h5 {
    font-size: 36px;
    font-weight: 400;
}


/* Estilos carrusel */

.carrusel {
    margin-top: 0px;
    clear: both;
    /* display: inline-block; */
}


/* Estilo inicial menú corto */

div#navbarSupportedContent {
    transition: all 0.3s;
}

div#navbarSupportedContent ul {
    display: none;
}


/* Estilos portada */

.contenido-portada {
    margin-top: 0px;
    background-color: #f4e8f4;
}

.contenido-portada h2 {
    color: #814497;
    padding-top: 25px;
    font-size: 2em;
}

.contenido-portada .row.secciones .col {
    background-color: #ffffff;
    margin: 20px 15px;
}

.contenido-portada .row.secciones .col .img-fondo-1,
.contenido-portada .row.secciones .col .img-fondo-2,
.contenido-portada .row.secciones .col .img-fondo-3,
.contenido-portada .row.secciones .col .img-fondo-4 {
    background-position: center;
    height: 28em;
    padding: 20px;
    margin: 15px 0px;
}

.contenido-portada .row.secciones .col .img-fondo-1 {
    background-image: url(../img/portada-sec-1.jpg);
}

.contenido-portada .row.secciones .col .img-fondo-2 {
    background-image: url(../img/portada-sec-2.jpg);
}

.contenido-portada .row.secciones .col .img-fondo-3 {
    background-image: url(../img/portada-sec-3.jpg);
}

.contenido-portada .row.secciones .col .img-fondo-4 {
    background-image: url(../img/portada-sec-4.jpg);
}

.contenido-portada .row.secciones .col .contenido {
    height: 25.5em;
    padding: 20px;
    background-color: #814497c7;
    text-align: center;
    color: white;
}

.contenido-portada .row.secciones .col .contenido h3 {
    margin-top: 100px;
}

.contenido-portada .row.secciones .col .contenido h3:after {
    display: block;
    clear: both;
    content: "";
    width: 150px;
    border-bottom: 2px dotted #fff1ffc4;
    margin: 20px auto;
}

.contenido-portada .row.secciones .col .contenido p {
    width: 70%;
    margin: 0 auto;
}


/* Estilos articulos portada */

.container.articulos-portada {
    /* padding: 15px; */
}

.container.articulos-portada h2 {
    padding: 15px;
    text-align: center;
    color: #961e92
}

.container.articulos-portada h2:before,
.container.articulos-portada h2:after {
    content: "-";
    color: #961e92;
    width: 10px;
    margin: 0px 10px;
}

.container.articulos-portada article {
    padding: 0px;
    padding: 0px 15px 0px 15px
}

.container.articulos-portada {
    margin-top: 40px;
}

.articulos-portada article.container span {
    color: #6b6b6b;
    font-size: 16px;
    margin-left: -30px;
    padding-left: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    display: block;
    width: 220px;
    ;
}

.articulos-portada article.container h3 {
    color: #961e92;
}


/* Estilos banda-1 */

section.container {
    /* padding-right: 0px !important;
    padding-left: 0px !important; */
}

section.destacado-morado {
    background-color: #814497;
    background-image: url("../img/fondo-morado-right.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 150px;
    color: #fffFff;
    text-align: center;
    padding: 15px;
}

section.destacado-morado article.mapa {
    margin: 0px -8px;
}

section.destacado-morado h2 {
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

section.destacado-morado h2:before,
section.destacado-morado h2:after {
    content: "-";
    color: #ffffff;
    width: 10px;
    margin: 0px 10px;
}

section.destacado-morado ul.bolas_rrss {
    padding-left: 0px;
}

section.destacado-morado ul.bolas_rrss li {
    display: inline-block;
    margin: 0px 15px;
}

section.destacado-morado ul.bolas_rrss li img {
    border-radius: 50%;
    border: 2px solid white;
}

section.destacado-morado strong{
    color: white;
}
section.destacado-morado a{
    color: white;
    text-decoration: underline;
}


/* Estilos Testigos portada */

section.testigos-portada {
    padding: 15px 0px;
    /* background-image: url("../img/fondo-tr-right.jpg");
    background-position: top right;
    background-repeat: no-repeat; */
}

section.testigos-portada article {
    text-align: center;
}

section.testigos-portada article h2 {
    padding: 15px;
    color: #961e92
}

section.testigos-portada article h2:before,
section.testigos-portada article h2:after {
    content: "-";
    color: #961e92;
    width: 10px;
    margin: 0px 10px;
}

section.testigos-portada div.contenedor-testigos {
    background-color: #ffffffe6;
    box-shadow: 0px 0px 5px #c197c7;
    margin: 0px auto;
}

section.testigos-portada div.fondo-testigos {
    padding: 15px;
    background-image: url("../img/testigos-fondo.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

section.testigos-portada .entradilla {
    color: #ffffff;
}

section.testigos-portada .contenedor-testigos {
    min-height: 300px;
    padding: 15px 0px 15px 0px;
}

section.testigos-portada article h3 {
    padding: 15px;
    color: #961e92
}

section.testigos-portada article h3:before,
section.testigos-portada article h3:after {
    content: "-";
    color: #961e92;
    width: 10px;
    margin: 0px 10px;
}

section.testigos-portada .fondo-testigos p {
    margin: 15px 0px 30px 0px;
}

section.testigos-portada .contenedor-testigos img {
    border-radius: 50%;
    margin: 15px;
    border: 2px solid white;
    width: 45%;
}


/* Formulario */

section.destacado-verde {
    /* background-color:  #8daa14;  */
    background-image: url(../img/fondo-verde-left.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 150px;
    color: #fffFff;
    text-align: center;
    padding: 15px 15px 40px 15px;
    margin-bottom: 35px;
}

section.destacado-verde h2 {
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

section.destacado-verde article {
    padding-right: 0px;
    padding-left: 0px;
}

section.destacado-verde article a {
    padding: 5px;
    text-align: center;
    color: #ffffff;
}

section.destacado-verde article p {
    text-align: left;
}

section.destacado-verde article span.correo {
    padding-left: 25px;
    background-image: url(../img/sobre-correo.svg);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    color: #fff;
}

section.destacado-verde article .contenedor-formulario {
    background-color: #f9fbf1;
    box-shadow: 0px 0px 5px #536509;
    padding: 15px 25px 15px 25px;
    /* width: 100%; */
    margin: 0 auto;
    color: #536509;
}

section.destacado-verde article label {
    clear: both;
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

section.destacado-verde article input {
    clear: both;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #8daa14;
    margin: 0px auto 15px auto;
    padding: 5px 10px;
}

section.destacado-verde article textarea {
    clear: both;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #8daa14;
    margin: 0px auto 15px auto;
    padding: 5px 10px;
}

section.destacado-verde article .btn.btn-primary {
    padding: 5px 25px;
}

section.destacado-verde .btn-primary {
    color: #fff;
    background-color: #8daa14;
    border-color: #758d0f;
}

section.destacado-verde .btn-primary:hover {
    color: #8daa14;
    background-color: #fff;
    border-color: #758d0f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8daa14;
    border-color: #414e05;
}


/* Footer */

footer {
    background-color: #814497;
    background-image: url(../img/fondo-morado-right.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 150px;
    color: #fffFff;
    text-align: center;
    padding: 15px 0 0 0;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer article.container {
    padding: 0px;
}

footer article.container>div {
    padding: 0px;
}

footer ul {
    margin-bottom: 15px;
}

footer ul li {
    list-style: none;
    text-align: left;
}

footer ul li:last-child:after {
    width: 100px;
    content: " ";
    display: block;
    border-bottom: 0px dotted transparent;
}

footer ul li:after {
    width: 74px;
    content: " ";
    display: block;
    border-bottom: 2px dotted #fff;
}

footer ul li a {
    color: #fff;
    margin-left: 15px;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .logos {
    margin: 15px 0px;
}

footer .logos img {
    margin: 5px;
    opacity: .75;
}

footer .banda-final {
    background-color: #602873;
    display: block;
    padding: 15px 0px 5px 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 10px #b984cc8a;
}

footer .banda-final a {
    color: #fff;
}

/* Estilos para la web Vivencilaia - Procesos de Cambio */
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

b, strong {
    font-weight: 600;
    color: #814497;
}

body{
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff !important;
}

button:focus {
    outline-offset: -3px;
    outline: dotted 3px white;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../img/hamb.svg');
    background-repeat: no-repeat;
}

/* Ocultamos el título de la portada */

span.titulo-portada{
    display: none;
}

body.node--type-area header h1.titulo_articulo span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px 5px 30px;
    min-width: 300px;
}


/* inicio control del Scroll lateral */

#container {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    height: 53vh;
}

#main {
    top: 0;
}




/* Fin control del Scroll lateral */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Handlee', cursive;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.1rem;
    line-height: 1.2;
}

/* Estilo fundidos */

.fade {
    opacity: 1;
}


/* Menú central */

ul.nav.justify-content-center {
    margin: 10px auto 0px auto;
}

.topnav {
    background-color: #814497;
    color: #ffffff;
    box-shadow: 0px 0px 5px #5f0b5cc4;
    transition: all 0.3s;
}

.topnav.imagen {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.3s;
}

.topnav .img-no-fondo {
    background-image: none;
    transition: all 0.3s;
}

.topnav .contenedor-menu {
    margin: 0 auto;
}

.topnav .contenedor-menu>div {
    padding: 0px;
}

.topnav a {
    color: #ffffff;
    display: block;
    font-size: 1.2em;
}

.topnav a img {
    border-radius: 50%;
    border: 3px solid white;
    width: 85%;
}

.topnav a img:hover {
    box-shadow: #5f0b5cc4 0px 0px 5px;
}

.topnav a.mailto {
    text-decoration: underline;
    margin: 10px 5px;
}

.topnav img.logotipo.img-fluid {
    display: none;
}

.topnav .navbar {
    padding: .7rem 0px 0px 0px;
}


/* Menú principal */

ul.menu-largo {
    list-style: none;
    margin: 15px auto 0px auto;
}

ul.menu-largo li {
    display: inline-block;
    width: auto;
}

ul.menu-largo li a,
ul.menu-largo li span {
    font-family: 'Raleway', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #814497;
    margin: 0px;
    padding: 0px;
}

ul.menu-largo li:last-child a:after {
    content: '';
}

ul.menu-largo li a:after,
ul.menu-largo li span:after {
    display: inline-block;
    content: '·';
    margin: 5px;
    width: 10px;
}

header {
    background-image: url('../img/fondo-tr-left.jpg');
    background-repeat: no-repeat;
    margin-top: 70px;
    text-align: center;
    height: 230px;
    width: 100%;
}

h1 {
    color: #961e92;
}

header h1 img.logotipo {
    margin: 0 auto;
    margin-top: 100px;
}

/* header h1 span {
    display: none;
} */

/* Estilo imagen */
.float-right{
    float: right !important;
}
.meli img.image-style-large{
    width:100%;
}

.meli.carrousel{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.image-style-portada-meli{
    float: right !important;
    margin-left: 10px;
}

/* Estilos apartado MELI HERRERA */

.centrado.cien {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


/* Estilos OVERFLOW */

footer.row-full {
    width: 99.5vw;
    position: relative;
    margin-left: -50vw;
    /* height: 225px; */
    margin-top: 0px;
    left: 50%;
    margin-top: 50px;
}

@media (max-width: 1200px){
    footer.row-full {
        width: 99.9vw;
    }
}

h1 .justify-content-center {
    margin: 0 auto;
}


/* Estilos Top Nav Menú */

#topnav {
    position: fixed;
    /* top: -50px; */
    top: 0px;
    transition: all 0.3s;
    min-height: 65px;
}

#logobn {
    transition: all 0.3s;
}

#logobn a.logotipo img {
    border-radius: 0px;
    border: 0px transparent;
}


/* Estilos Menú */

nav.container.navbar.navbar-expand-lg.navbar-light {
    margin-top: 50px;
}

nav.container.navbar.navbar-expand-lg.navbar-light a.nav-link {
    color: #814497;
    font-size: 1.25em;
}

.redes a {
    float: right;
}

.redes a.p-1 img {
    width: 35px;
}


/* Estilos específicos para el Carrousel */

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 15px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff !important;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    max-width: 1050px;
}

.d-md-block{
    display: block!important;
    margin: 0 auto;
    border-radius: 20px;
}

.d-md-block.verde {
    background-color: #8fac19a6;
}

.d-md-block.morado {
    background-color: #814497c7;
}

.d-md-block.blanco {
    background-color: #ffffffa6;
}

.d-md-block.blanco h5 a {
    color: #000000 !important;
}

.d-md-block.blanco p {
    color: #000000 !important;
}

.d-md-block.negro {
    background-color: #000000a6;
}

.d-md-block.negro h5 a {
    color: #ffffff !important;
}

.colnegro {
    color: black;
}

.carousel-control-prev {
    left: 0;
    z-index: 100;
}

.carousel-control-next {
    right: 0;
    z-index: 100;
}

.carousel-item h3 {
    font-size: 2.2rem;
    font-weight: 500;
}

.carousel-caption h3 a:hover{
    border-bottom: 3px dotted white;
}

.carousel-caption h3 a{
    color: #ffffff;
}


/* Estilos carrusel */

.carrusel {
    margin-top: 0px;
    clear: both;
    /* display: inline-block; */
}


/* Estilo inicial menú corto */

div#navbarSupportedContent {
    transition: all 0.3s;
}

div#navbarSupportedContent ul {
    display: none;
}


/* Estilos portada */

.contenido-portada {
    margin-top: 0px;
    background-color: #f4e8f4;
}

.contenido-portada h2 {
    color: #814497;
    padding-top: 25px;
    font-size: 2em;
    font-weight: 400;
    margin-left: 8px;
}

.contenido-portada h2:after {
    height: 3px;
    width: 80px;
    display: block;
    background: #814497;
    content: "";
    border-radius: 5px;
    margin: 10px auto;
}

.contenido-portada h2.left {
    text-align: left;
}

.contenido-portada h2.left:after {
    margin: 20px 20px 20px 0px;
}

.contenido-portada h2.right {
    text-align: right;
}

.contenido-portada h2.right:after {
    margin: 20px 0px 20px auto;
}


.contenido-portada .row.secciones .col {
  background-color: #ffffff;
  /* border:2px solid #ffffff; */
  margin: 15px 20px;
  border-radius: 25px;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .contenido-portada .row.secciones .col {
    margin: 15px 10px;
  }
}

.contenido-portada .row.secciones .col:hover,
.contenido-portada .row.secciones .col:hover,
.contenido-portada .row.secciones .col:hover,
.contenido-portada .row.secciones .col:hover  {
    box-shadow: 0px 0px 5px 5px #433c4633;
    transition: all 0.5s;

  }

.contenido-portada .row.secciones .col .img-fondo-1,
.contenido-portada .row.secciones .col .img-fondo-2,
.contenido-portada .row.secciones .col .img-fondo-3,
.contenido-portada .row.secciones .col .img-fondo-4 {
    background-position: center;
    height: 26.5rem;
    padding: 20px;
    margin: 20px 10px;
    border-radius: 20px;
    transform: scale(1);
    transition: all 0.5s;
}

.contenido-portada .row.secciones .col .img-fondo-1:hover,
.contenido-portada .row.secciones .col .img-fondo-2:hover,
.contenido-portada .row.secciones .col .img-fondo-3:hover,
.contenido-portada .row.secciones .col .img-fondo-4:hover {
    transform: scale(1.015);
    /* box-shadow: 0px 0px 5px 5px #55236866; */
    transition: all 0.5s;

}

.contenido-portada .row.secciones .col .contenido {
    height: 24.1rem;
    padding: 20px;
    background-color: #814497aa;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.5s;
}
.contenido-portada .row.secciones .col .contenido:hover {
    background-color: #814497cc;
    transition: all 0.5s;
}

.contenido-portada .row.secciones .col .contenido h3 {
    margin-top: 50px;
    font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
    .contenido-portada .row.secciones .col .contenido h3 {
        font-size: 1.75rem;
    }
}

.contenido-portada .row.secciones .col .contenido h3:after {
    display: block;
    clear: both;
    content: "";
    width: 150px;
    border-bottom: 2px dotted #fff1ffc4;
    margin: 10px auto;
}

.contenido-portada .row.secciones .col .contenido p {
    width: 70%;
    margin: 0 auto;
}

section.contenido-portada .row.secciones .col .contenido h3:hover,
section.contenido-portada .row.secciones .col .contenido p:hover {
    text-decoration: transparent;
}


/* Estilos articulos portada */

.container.articulos-portada h2 {
    padding: 15px;
    text-align: center;
    color: #961e92
}

.container.articulos-portada h2:before,
.container.articulos-portada h2:after {
    content: "-";
    color: #961e92;
    width: 10px;
    margin: 0px 10px;
}

.container.articulos-portada article {
    padding: 0px;
    /* padding: 0px 15px 0px 15px; */
    padding: 0px;
}

.container.articulos-portada {
    margin-top: 40px;
    margin-bottom: 40px;
}

.articulos-portada article.container span {
    color: #6b6b6b;
    font-size: 16px;
    margin-left: -30px;
    padding-left: 50px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    display: block;
    width: 280px;
    ;
}

.articulos-portada article.container h3 {
    color: #961e92;
    margin: 0px;
    font-size: 1.9rem;
}

/* Estilos articulos detalle */

.container.articulos-detalle h2 {
    padding: 15px 0px;
    color: #961e92
}

.container.articulos-detalle article {
    padding: 0px;
    /* padding: 0px 15px 0px 15px; */
    padding: 0px;
}

.container.articulos-detalle {
    margin-top: 40px;
}

.articulos-detalle article.container span {
    color: #6b6b6b;
    font-size: 16px;
    margin-left: 0px;
    margin-left: 0px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    display: block;
    width: 100%;
}

.articulos-detalle article.container span.pie {
    border-top: 2px dotted #ccc;
    border-bottom: none;
    margin-top: 10px;
}

.articulos-detalle article.container h3 {
    color: #961e92;
}

article.container {
   /* margin-top: 15px; */
}



/* Estilos banda-1 */

section.destacado-morado {
    background-color: #814497;
    background-image: url("../img/fondo-morado-right.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 80px;
    color: #fffFff;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

section.destacado-morado article.mapa {
    margin: 0px -8px;
}

section.destacado-morado h2 {
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

section.destacado-morado h2:before,
section.destacado-morado h2:after {
    content: "-";
    color: #ffffff;
    width: 10px;
    margin: 0px 10px;
}

section.destacado-verde ul.bolas_rrss {
    padding-left: 0px;
    margin: 20px 0px;
}

section.destacado-verde ul.bolas_rrss li {
    display: inline-block;
    margin: 0px 15px;
    width: 60px;
}

section.destacado-verde ul.bolas_rrss li img {
    border-radius: 50%;
    border: 3px solid white;
    min-width: 58px;
}

section.destacado-verde ul.bolas_rrss li.whatsapp img {
    border-radius: 0% !important;
    border: none;
}

/* Whatsapp cabecera */
.redes a.p-1.no-border img {
    border-radius: initial;
    border: 0px none;
}


section.destacado-morado ul.bolas_rrss {
    padding-left: 0px;
}

section.destacado-morado ul.bolas_rrss li {
    display: inline-block;
    margin: 0px 15px;
}

section.destacado-morado ul.bolas_rrss li img {
    border-radius: 50%;
    border: 2px solid white;
}


/* Estilos Testigos portada */

section.testigos-portada {
    padding: 15px 0px;
    /* background-image: url("../img/fondo-tr-right.jpg");
    background-position: top right;
    background-repeat: no-repeat; */
}

section.testigos-portada article {
    text-align: center;
}

section.testigos-portada article h2 {
    padding: 15px;
    color: #961e92
}

section.testigos-portada article h2:before,
section.testigos-portada article h2:after {
    content: "-";
    color: #961e92;
    width: 10px;
    margin: 0px 10px;
}

section.testigos-portada div.contenedor-testigos {
    background-color: #ffffffe6;
    box-shadow: 0px 0px 5px #c197c7;
    margin: 0px auto;
}

section.testigos-portada div.fondo-testigos {
    padding: 15px;
    background-image: url("../img/testigos-fondo.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

section.testigos-portada .entradilla {
    color: #ffffff;
}

section.testigos-portada .contenedor-testigos {
    min-height: 300px;
    padding: 15px 0px 15px 0px;
}

section.testigos-portada article h3 {
    padding: 15px;
    color: #961e92
}

section.testigos-portada article h3:before,
section.testigos-portada article h3:after {
    content: "-";
    color: #961e92;
    width: 10px;
    margin: 0px 10px;
}

section.testigos-portada .fondo-testigos p {
    margin: 15px 0px 30px 0px;
}

section.testigos-portada .contenedor-testigos img {
    border-radius: 50%;
    margin: 15px;
    border: 2px solid white;
    width: 45%;
}


/* Formulario */

section.destacado-verde {
    /* background-color:  #8daa14;  */
    background-image: url(../img/fondo-verde-left.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 150px;
    color: #fffFff;
    text-align: center;
    padding: 15px 15px 40px 15px;
    margin-bottom: 35px;
}

section.destacado-verde h2 {
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

section.destacado-verde article {
    padding-right: 0px;
    padding-left: 0px;
}

section.destacado-verde article a {
    padding: 5px;
    text-align: center;
    color: #ffffff;
}

section.destacado-verde article p {
    text-align: left;
}

section.destacado-verde article span.correo {
    padding-left: 25px;
    background-image: url(../img/sobre-correo.svg);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    color: #fff;
}

section.destacado-verde article .contenedor-formulario {
    background-color: #f9fbf1;
    box-shadow: 0px 0px 5px #536509;
    padding: 15px 25px 15px 25px;
    /* width: 100%; */
    margin: 0 auto;
    color: #536509;
}

section.destacado-verde article label {
    clear: both;
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

section.destacado-verde article input {
    clear: both;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #8daa14;
    margin: 0px auto 15px auto;
    padding: 5px 10px;
}

section.destacado-verde article textarea {
    clear: both;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #8daa14;
    margin: 0px auto 15px auto;
    padding: 5px 10px;
}

section.destacado-verde article .btn.btn-primary {
    padding: 5px 25px;
}

section.destacado-verde .btn-primary {
    color: #fff;
    background-color: #8daa14;
    border-color: #758d0f;
}

section.destacado-verde .btn-primary:hover {
    color: #8daa14;
    background-color: #fff;
    border-color: #758d0f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8daa14;
    border-color: #414e05;
}

section.destacado-verde article.contacto{
    margin-top: 0px;
}

section.destacado-verde h3{
    margin-top:40px;
}

section.destacado-verde article.contacto h3{
    margin-top: 0px;
}

section.destacado-verde article.contacto p{
    text-align: center;
}


/* UL */
article  ul {
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    article ul {
        margin-left: 20px;
    }
}


/* Footer */

footer {
    background-color: #814497;
    background-image: url(../img/fondo-morado-right.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 150px;
    color: #fffFff;
    text-align: center;
    padding: 15px 0 0 0;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer article.container {
    padding: 0px;
}

footer article.container>div {
    padding: 0px;
}

footer ul {
    margin-bottom: 15px;
}

footer ul li {
    list-style: none;
    text-align: left;
}

footer ul li:last-child:after {
    width: 100px;
    content: " ";
    display: block;
    border-bottom: 0px dotted transparent;
}

footer ul li:after {
    width: 74px;
    content: " ";
    display: block;
    border-bottom: 2px dotted #fff;
}

footer ul li a {
    color: #fff;
    margin-left: 15px;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .logos {
    margin: 15px 0px;
}

footer .logos img {
    margin: 5px;
    opacity: .75;
    width: 90px;
}

footer .banda-final {
    background-color: #602873;
    display: block;
    padding: 15px 0px 5px 0px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 10px #b984cc8a;
}

footer .banda-final a {
    color: #fff;
}

/* Formulario portada */
form{
    width: 100%;
}

form > div {
    margin: 0 auto;
}

/* Estilos para la cabecera */

.pull-left.redes {
    float: right;
    right: 0;
    position: absolute;
    top: 10px;
}

div#logotipo {
    margin: 0 auto;
}


/* Estilos para la portada - Quien soy */

span.subtitulo {
    color: #88ae40;
    font-weight: 600;
    font-size: 1.1em;
    margin-left: -30px;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    border-top: 2px dotted rgb(255, 255, 255);
    display: block;
    width: 50%;
    min-width: 300px;
}

@media screen and (max-width: 768px) {
    span.subtitulo {
        padding-left: 0px;
    }
}

a:hover {
    text-decoration: none;
}


/* Selector */

ul[class*=items130px],
ul[class^=items130px] {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}

.items130px_13 li {
    margin-right: calc(8.333333% - 80px);
    margin-left: calc(8.333333% - 80px);
}

.balls a {
    height: 100%;
    border: 2px solid #3981b2;
    border-radius: 65px;
    background-color: #3981b2;
    font-size: 50px;
}

.balls a span {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    font-family: encode_sanslight, Helvetica, sans-serif;
    color: #fff;
    line-height: 17px;
    word-wrap: break-word;
    vertical-align: middle;
    height: 50%;
    padding: 3% 7% 5%;
}

/* Imagen centrada */

.carousel-item img.imagen_carrousel{
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1199px) {
  .carousel-item img.imagen_carrousel {
    margin-left: 50%;
    margin-top: 350px;
    transform: translateX(-50%) translateY(-100%);
  }
}

@media screen and (max-width: 992px) {
  .carousel-caption {
    width: 95%;
    max-width: 992px;
  }
}

/* Estilos imagen artículo portada */
.image-style-imagen-articulo-portada{
    width: calc( 100% - 30px) !important;
    height: auto !important;
    padding: 0px;
    margin-left: 15px;
    margin-top: 5px;
}

/* Estilos artículos */

body.node--type-articulo header.titulo_articulo {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 4px;
    padding-top: 70px;
    text-align: center;
    height: 230px;
    width: 100%;
    background-color: #b07cbd;
}

@media screen and (max-width: 768px) {
    header.titulo_articulo.largo {
        padding: 180px 0px 0px 0px;
        min-height: 225px;
    }
    header.titulo_articulo.largo h1.titulo_articulo {
        margin: 0px 10px;
    }
    
}

body.node--type-articulo h1.titulo_articulo span {
    background-color: #824597dd;
    color: white;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 1.7rem;
    width: fit-content;
    margin: 0 auto;
    display: grid;
}

@media screen and (max-width: 768px) {
    body.node--type-articulo h1.titulo_articulo span {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 10px;
    }
  }

article span.tematica {
    color: #6b6b6b;
    font-size: 16px;
    margin-left: -30px;
    padding-left: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    display: block;
    width: 280px;
    margin-top: 10px;
}

body.node--type-articulo article .cuerpo-articulo .destacado {
    background-color: #d6d4d03d;
    border-radius: 15px;
    padding: 20px;
    margin: 0px;
}

body.node--type-articulo article .enlace-externo a {
    color: #ffffff;
    background-color: #75539f;
    padding: 8px 20px;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: -35px;
    text-decoration: none;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 30%);
    transition: all 0.5s;
}

/* Enlace externo */
body.node--type-articulo article a {
    color: #ffffff;
    background-color: #88ae40;
    text-shadow: 0px 0px 5px #2a3a0a;
    padding: 8px 20px;
    border-radius: 50px;
    position: relative;
    right: 15px;
    top: -45px;
    float: right;
    text-decoration: none;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 30%);
    transition: all 0.5s;
}

body.node--type-articulo article a:hover {
    background-color: #75539f;
    text-shadow: 0px 0px 5px #220742;
    transition: all 0.5s;
    right: 25px;
}

body.node--type-articulo article h3.titulo-articulo{
    color: #88ae40;
}


/* Portada */

.cuerpo-articulo .destacado{
    color: #000000;
    margin: 10px 15px;
}

section.contenido-portada em {
    background-color: white;
    display: block;
    padding: 20px 20px;
    border-radius: 15px;
    background-image: url(../img/comentario.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

section.contenido-portada span.subtitulo{
    margin: 0px;
}
section.contenido-portada p {
    margin: 10px 0px;
}

section.contenido-portada p.estrecho {
    margin: 0px 0px;
}

/* texto-p-destacado */
.paragraph {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.texto-parrafo.destacado{
    border:1px solid #824597dd;
    background-color: #925da40f;
    padding: 1rem 1rem 0.5rem 1rem;
    border-radius: 0.8rem;
    margin-bottom: 15px;
}

/* Articulos */

.row img{
    width: 100%;
    height: auto;
}

/* Bloque destacados */
.articulo_destacado {
    float: right;
    width: 280px;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #86549d;
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    background-color: #81449711;
    color: #814497;
}

.articulo_destacado.izquierda {
    float: left;
    width: 280px;
    margin-left: 0px;
    margin-right: 15px
}

.articulo_destacado h3.titulo-articulo{
    color:#814497 !important;
    font-size: 22px;
    font-weight: 500;
}

/* Actividad */

header.row-full:after {
    background: rgb(150,30,146);
    background: linear-gradient(90deg, rgba(150,30,146,1) 20%, rgba(136,174,64,1) 80%);
    height: 10px;
    content: " ";
    display: block;
    box-shadow: 0px 1px 3px linear-gradient(90deg,  rgba(136,174,64,1) 20%, rgba(150,30,146,1) 80%);
}

header.row-full.titulo_articulo:after {
    background: none;
}

header.titulo_articulo {
    padding: 270px 0px 0px 0px;
    background-size: cover;
    margin-bottom: 25px;
    background-position-x: center;
    min-height: 300px;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    header.titulo_articulo {
        padding: 200px 0px 0px 0px;
        min-height: 225px;
    }
}

article.node--type-area {
    margin-top: 4px;
}

body.node--type-area h1.titulo_articulo span {
    background-color: #824597ee;
    color: white;
    padding: 4px 20px;
    /* border-radius: 20px 20px 0px 0px; */
    border-radius: 20px;
    font-size: 2rem;
}

img.image-style-imagen-articulo-portada.imagen_carrousel {
    border-radius: 10px;
}

/* Cambios de color a Blanco*/

section.container.contenido-portada {
    background-color: #ffffff;
    margin-top: 0px;
}
/* @media screen and (max-width: 768px) {
    section.container.contenido-portada {
        margin-top: -35px;
    }
} */

.contenido-portada .row.secciones .col {
    background-color: #f4e8f4;
}

.contenido-portada .row.secciones .col:hover, .contenido-portada .row.secciones .col:hover, .contenido-portada .row.secciones .col:hover, .contenido-portada .row.secciones .col:hover {
    box-shadow: 0px 0px 5px 5px #81449757;
    transition: all 0.5s;
}
section.contenido-portada em {
    background-color: #f4e8f4;
    background-image: url(../img/comentario_bl.png);
    margin-top: 20px;
}

/* Detalles subhomes */

.contenido-portada.detalle .row.secciones .destacados {
    background-color: #81449708;
    border: 1px solid #814497;
    padding: 30px 25px;
}

.contenido-portada.detalle .row.secciones .destacados h3 {
    color: #88ae40;
    font-size: 1.9rem;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .contenido-portada.detalle .row.secciones .destacados span {
        font-size: 1.3rem;
        color: #814497;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

.contenido-portada.detalle .row.secciones .destacados span {
    font-size: 1.2rem;
    color: #814497;
    font-weight: 400;
    margin-bottom: 10px;
}

.contenido-portada.detalle .row.secciones .destacados p {
    margin: 10px 0px;
}


.contenido-portada.detalle .row.secciones .destacados:hover,
.contenido-portada.detalle .row.secciones .destacados {
    background-color: #ffffff;
    border: 0px none !important;
    padding: 15px 20px;
    box-shadow: none;
}

.contenido-portada.detalle .row.secciones .destacados ul {
    background-color: #81449708;
    border: 1px solid #814497;
    padding: 20px 35px;
    margin-left: 0px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.imagen-detalle img{
    margin-top:15px;
}

/* Tipografia */

h2, h3{
    font-family: 'Handlee', cursive;
    color: #814497;
}
.contenido-portada h2 {
    padding-top: 35px;
    font-size: 2.1em;
    font-weight: 400;
    margin-left: 0px;
    font-style: normal;
    line-height: 2.8rem;
    text-align: center;
    margin: 0 auto;
}
.contenido-portada h3 {
    padding-top: 25px;
    font-size: 1.6em;
    font-weight: 400;
    margin-left: 0px;
    font-style: normal;
    line-height: 2.8rem;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}


@media screen and (max-width: 768px) {
    .contenido-portada h2 {
        font-size: 2.1em;
    }
  }


.container.articulos-portada h2 {
    padding: 15px;
    text-align: center;
    font-family: 'Handlee', cursive;
    font-size: 2.5rem;
}

.contenido-portada .row.secciones .col .contenido h3 {
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-family: 'Handlee', cursive;
    font-size: 2.1rem;
    color:white;
}

/* Botones */

.btn-outline-secondary {
    border: 2px solid;
    color: #3b3b3b;
    border-color: #814497;
    border-radius: 50px;
    padding: 10px 30px;
    float: right;
    margin-top: 15px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #814497;
    border-color: #814497;
}

span.auto{
    display: block;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .cuerpo-articulo {
        margin-top: 60px;
    }
    .contenido-portada h2 {
        padding-top: 10px;
    }
    .banda-fondo-verde h2 {
        padding-top: 30px;
    }
}

.destacados img.img-responsive {
    margin: 10px 0px 0px 0px;
}

/* Alto de la caja de ¿Cómo lo hago? */
.igualar-alto {
    min-height: 115px;
}

@media screen and (max-width: 992px) {
.igualar-alto {
    min-height: 0px;
}
}

@media screen and (max-width: 768px) {
    .igualar-alto {
        min-height: auto;
    }
    .boton-centrado p {
        text-align: center;
    }
    
    .boton-centrado p a {
        float: unset;
    }
}

/* Elementos del menú */

ul.menu-largo.elemento-0 li:nth-child(1) a,
ul.menu-largo.elemento-1 li:nth-child(2) a,
ul.menu-largo.elemento-2 li:nth-child(3) a,
ul.menu-largo.elemento-3 li:nth-child(4) a,
ul.menu-largo.elemento-4 li:nth-child(5) a,
ul.menu-largo.elemento-5 li:nth-child(6) a {
    color: #88ae40;
}

ul.navbar-nav.elemento-0 li:nth-child(1) a, 
ul.navbar-nav.elemento-1 li:nth-child(2) a, 
ul.navbar-nav.elemento-2 li:nth-child(3) a, 
ul.navbar-nav.elemento-3 li:nth-child(4) a, 
ul.navbar-nav.elemento-4 li:nth-child(5) a, 
ul.navbar-nav.elemento-5 li:nth-child(6) a {
    color: #88ae40;
    text-shadow: #370848 0px 0 5px;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
    color: #88ae40 !important;
    text-shadow: #370848 0px 0 5px;
}

/* Color bandas destacadas fondo */

.banda-fondo-verde{
    background-color: #88ae4028;
    padding-bottom: 30px;
    margin-top: 30px;
}

.banda-fondo-verde.centrado{
    text-align: center;
}

.banda-fondo-morado{
    background-color: #81449736;
    padding-bottom: 30px;
    margin-top: 30px;
}

.banda-fondo-morado.imagen:before{
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('../img/fondo-morado-right.jpg');
    opacity: 0.75;
    content: "";
}

.banda-fondo-verde.imagen:before{
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('../img/fondo-verde-left.jpg');
    opacity: 0.75;
    content: "";
}

.banda-fondo-morado .cuerpo-articulo,
.banda-fondo-verde .cuerpo-articulo{
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .banda-fondo-morado .cuerpo-articulo,
    .banda-fondo-verde .cuerpo-articulo{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Elementos contenidos */

.cuadro-gris {
    border: 1px solid #824597dd;
    background-color: #925da40f;
    padding: 1rem 0.5rem;
    border-radius: 0.8rem;
    margin-bottom: 15px;
}

.cuadro-gris ul {
    margin-left: 30px;
    margin-right: 20px;
}

/* Enlace a formaciones */
a.acceso_formaciones {
    color: #ffffff;
    background-color: #88ae40;
    text-shadow: 0px 0px 5px #2a3a0a;
    padding: 8px 20px;
    border-radius: 50px;
    position: relative;
    right: 15px;
    top: -45px;
    float: right;
    text-decoration: none;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 30%);
    transition: all 0.5s;
}

/* Distribución a dos columnas */

ul.doble-columna{
    column-count: 2;
}

ul.doble-columna li{
    margin: 0px 10px
}

ul.triple-columna{
    column-count: 3;
}

@media (max-width: 768px){
    ul.doble-columna{
        column-count: 1;
    }
    ul.triple-columna{
        column-count: 1;
    }
}

.redondeado{
    border-radius: 15px;
}

.redondeado p{
    text-align: center;
    width: 100%;
}
/* Cards */

.listado-cards{
    margin-top: 20px;
}

.card{
    box-shadow: 0px 0px 5px 5px #f4e8f4;
    margin-bottom: 20px;
    border: 1px solid #814497;
    border-radius: 15px;
    background-color: #fdf7fd33;
    min-height: 270px;
}

.card h3{
    color: #814497;
    text-align: center;
    font-size: 1.35em;
    padding: 10px 15px;
    line-height: 27px;
}
.card img{
    margin: 0 auto;
    width: 80px;
    margin-top: 20px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px 1.25rem 1.25rem;
    text-align: center;
}

.card-body:before {
    height: 3px;
    width: 80px;
    display: block;
    background: #814497;
    content: "";
    border-radius: 5px;
    margin: 10px auto 20px;;
}

/* Ticker */

/* ul.ticker{
    list-style:none;
}
ul.ticker li{
    margin-left: 25px;
}
ul.ticker li:before{
    background-image: url(../img/ticker.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 20px;
    content: ' ';
    position: absolute;
    left: 20px;
    margin-top: 5px;
} */

/* cursos */

.cursos .card {
    min-height: 251px;
}
.cursos .card img{
    border-radius: 15px 15px 0px 0px;
    margin: 0;
    width: 100% !important;
}

.cursos .card h3{
    padding: 20px 15px;
}

/* Bolas */

.container.bolas{
    margin: 30px 0px 0px 0px;
}

.container.bolas .col.col-12.col-sm-6.col-md-6.col-lg-3.bola p {
    background-color: #814497;
    border-radius: 50%;
    width: 200px;
    min-height: 200px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Handlee', cursive;
    font-size: 24px;
    margin: 10px auto;
}

/* Mediaquerys */

@media (max-width: 1200px){
    .container.bolas .col.col-12.col-sm-6.col-md-6.col-lg-3.bola p {
        width: 200px;
        min-height: 200px;
    }
    .container.bolas{
        margin: 30px 0px;
    }
}

@media (max-width: 992px){
    .container.bolas .col.col-12.col-sm-6.col-md-6.col-lg-3.bola p {
        width: 250px;
        min-height: 250px;
    }
}

@media (max-width: 768px){
    .container.bolas .col.col-12.col-sm-6.col-md-6.col-lg-3.bola p {
        width: 200px;
        min-height: 200px;
    }
}

@media (max-width: 576px){
    .container.bolas .col.col-12.col-sm-6.col-md-6.col-lg-3.bola p {
        width: 250px;
        min-height: 250px;  
    }
}

/* Contactar */

.back-to-top-wrapper a.back-to-top-link.p-1{
    margin-bottom: 10px;
    position: fixed;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 9rem);
}

.back-to-top-wrapper a.back-to-top-link.p-1:before{
    content: "";
    position: unset;
    width: 0px;
    height: 0px;
    border: none;
}
.back-to-top-wrapper a.back-to-top-link.p-1 img {
    vertical-align: top;
}

/* Respuesta a los correos de Vivencialia */

.ajax-response p.respuesta {
    margin: 20px 0px;
    background-color: #814497;
    color: white;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.ajax-response p.respuesta.verde {
    background-color: #8ba913;
}

/* Errores den tro del envío de formulario */

section.destacado-verde article .contenedor-formulario input.error {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 5px #814497;
    border: 1px solid #814497;
}

section.destacado-verde article .contenedor-formulario textarea.error {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 5px #814497;
    border: 1px solid #814497;
}

/* Texto alert */

section.destacado-verde article p.obligatorio {
    text-align: right;
    color: #814497;
    font-weight: 600;
}

section.destacado-verde article span.obligatorio {
    color: #814497;
    font-weight: 600;
}

/* Ancho lineas en movilidad */

@media (max-width: 768px){
    .topnav a img {
        border: 2px solid white;
    }
    section.destacado-verde ul.bolas_rrss li img {
        border: 2px solid white;
    }
}

/* Botones de envio de formulario */

section.destacado-verde article .btn.btn-primary {
    color: #fff;
    background-color: #8daa14;
    border-color: #ffffff;
    border: 3px solid;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 40px;
}

section.destacado-verde article .btn.btn-primary:hover {
    color: #8daa14;
    background-color: #fff;
    border-color: #8daa14;
    border: 3px solid;
    color: #8daa14;
    border-radius: 50px;
    padding: 10px 40px;
}

form .btn.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 3px solid;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 40px;
}
form .btn.btn-secondary:hover {
    color: #6c757d;
    background-color: #fff;
    border-color: #fff;
    border: 3px solid;
    color: #6c757d;
    border-radius: 50px;
    padding: 10px 40px;
}

