/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.body a {
	 border-bottom: 1px solid #032d50 !important;
   word-wrap: break-word;
	 color: #032d50 !important;
	 font-weight: 500 !important;
}


.body li {
	padding: 4px;
}

.boton-morado a {
	border-bottom: 1px dotted #6b6999;
}

.generate-back-to-top {
	display: none;
}

.comment-author-info .comment-author {
    line-height: 50px;
    color: #a862a1; /* Add correct color */
}

.comment-content {
    padding: 10px 0;
    border: 0;
}

@media (min-width: 769px) {
    .comment-form #author, 
    .comment-form #email {
        width: 48%;
        float: left;
    }

    .comment-form #email {
        float: right;
    }

    .comment-form #url {
        width: 100%;
    }
}

input[type=submit] {
	background-color: #744fff;
	width: 100%;
}


.boton-morado {
margin: 0 0 25px;
overflow: hidden;
padding: 25px;
}

.boton-morado {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
    color: #032d50;
	font-size: 19px !important;
		font-weight: 400;
	padding: 25px;
}


.boton-morado a {
    color: #032d50;
    text-decoration-style: solid;
    font-weight: 600;
}


blockquote {
    color: #032d50;
    font-size: 27px;
		font-style: normal;
    font-weight: 400;
    letter-spacing: -.00625rem;
    line-height: 1.3;
	  display: block;
    float: none;
		padding-left: 30;
		border-left-color: #032d50;
	padding: 25px;
}


.importante {
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
		text-align: left;
		font-weight: 400;
	  font-size: 19px;
		color: #382F49 !important;
		    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #e7e6ea;
    	border: 1px solid #ACA8BD;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.importante a {
	font-weight: 500;
	color: #382f49;
	border-bottom: 2px #382f49 solid;
	}

.caja {
  	color: #5B3322;
		background-color: #f8ede7;
		font-size: 19px;
		font-weight: 400;
		margin-bottom: 25px;
    padding: 25px!important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background: #F8EDE7;
    color: #5B3322;
    border: solid 1px #DEBEAC ;
	border-radius: 4px;
	padding: 25px;
}

.caja a {
	color: #5b3322;
	font-weight: 500;
	border-bottom: 2px #5b3322 solid;
}
 u {
	text-decoration: none;
	border-bottom: 2px solid #744FFF;
}

/*Edición de tabla de contenido del post*/
.ez-toc-title {
text-align: center !important;
padding-bottom: 10px !important;
	text-transform: uppercase;
	border-bottom: 1px double #ddd;
}


/*Eliminar el underline de los links en la tabla de contenidos*/
.ez-toc-list a {
	border-bottom: none;
}

/* padding de la lista*/
.ez-toc-list {
	padding-top: 20px !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
}

/*Agregar margen bottom a las imágenes*/
.wp-block-image  {
	margin: 25px 0 25px 0 !important;

}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
		padding-bottom: 20px;
    opacity: .8;
		line-height: 21px
}

.main-navigation .fa {
	font-size: 20px;
}

h2, h3 {
	margin-bottom: 27px;
}

.body h2 {
	font-size: 38px !important;
}

.body h3 {
	font-size: 32px !important;
}

