@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap');
@import url('buttons.css');
@import url('form.css');
@import url('menuaccordion.css');
@import url('wp_cards.css');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&family=Wendy+One&display=swap');


*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
	color: #444;
	line-height: 1.5;
}

h1 {
	font-size: 2.2rem;
}

h2 {
	font-size: 2rem;
}
.contome_text h2 {font-size: 34px;}
.contome_text h3 {font-size: 30px;}
.contome_text h4 {font-size: 27px;}
.contome_text h5, h6 {font-size: 24px;}
.contome_text h2, h3, h4, h5, h6 {color: #444;}

hr {
	width: 90%;
	max-width: 400px;
	border-top: 1px solid #D0D0D0;
	margin-top: 0;
	font-size: 1.5rem;
	margin: 0 auto;
}

strong {
    font-weight: 700;
    color: #444;
}

em {
	color: #424851;
	font-weight: 900;
	line-height: 1.5;
    font-style: italic;
}

p {
	  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

figure {
	width: 100%;
}

.title {
	font-size: 230%;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
}

.center {
	text-align: center;
}

.contome_text {
	width: 100%;
}

body {
  background: url("");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
  font-family: 'Poppins', sans-serif;
	color: #666;
	font-size: 17px;	
	font-display: auto;
	line-height: 1.6;
	font-style: normal;
	letter-spacing: .017em;
}

.container {

}
/* HEADER */
header {
	width: 100%;
	height: 50px;
  position: fixed;
	top: 0;
	background: url("") #9b1717;
	background-repeat: repeat;
/*	background-size: cover;*/
	background-position: top center;
	background-attachment: fixed;
	border-bottom: 2px solid #1E3E91;
	/*clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);*/
	transition: top .5s;
	z-index: 10;
}

header.animate {top: -75px;}

header.sticky {top: 0; z-index: 99;}

.bg-header {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	padding: 5px 5px;
	margin: 0 auto; 
}

.box_logo {
	display: inline-block;
	margin-left: 5px;
	width: 100%;
	max-height: 40px;  
}

.logo-img {
	width: auto;

}

/* NAVEGADOR */

.navbar {
	position: absolute;
	top: 50px;
	left: -60%;
	width: 60%;
	height: 105vh;	
	background-color: #171A22;
	z-index: 100;
	transition: .2s ease-out;
}

.show {
	left: 0;
}

.nav_navbar {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-top: 47px;
}

.navbar ul li {
	margin-left: 10px;
	margin-bottom: 40px;
}

.navbar ul li a {
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

.navbar ul li a:hover {
	color: #007bff; 
	opacity: 0.9;
	/*border-bottom: 2px solid #ed3f78;*/
	transition: all 0.5s;

	}

.icon_nav {
	margin-right: 5px;
}

/* TOOGLE BOTTON */

.toggle {
	position:relative;
	right: 7px;
	top: 8px;
	z-index: 50;
	cursor: pointer;
	border-radius: 10%;
	animation: 3s ease;
}

/* APARECE */

main {
	margin-top: 95px;
}

/* MAIN */

.bg-main {
	
}

/* Size of inside*/


section {
 
	width: 100%;
}

.box_section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 5px;
}

.box_space {
	padding: 20px 0px;	
	margin-bottom: 20px;
}

/* sections colors */


.section_bg_dark {
/*	background-image: url("../images/bg-shapes.svg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;*/
	background:#EBEFF2;
	color: #444;
	font-size: 16px;
}

.section_bg_white {
   background: #ffffff;
}

.section_background_blue {
	background: radial-gradient(circle at 0 0, #0070ba, #1546a0);
	padding: 50px 0;
	color: #fff;
}

.section_bg_gray {
	
   background: #EBEFF2;
	margin-bottom: 32px;
	padding: 20px;
}

.txt_prayer {
	font-size: 30px;
	font-weight: 700;
	color: #444;
}

/* box_section_first */

.section_first {
	background:#FFFFFF;
}

.box_section_first {
	display: flex;
	justify-content: center;
}

.box_message_welcome {
	width: 80%;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content:center;
	text-align: center;
	align-items:center;
	margin: 0 auto;
}

.box_message_welcome span {
	position: relative;
	top: 0px;
	left: 16px;
}

.box_message_welcome i {
	font-size: 21px;
	font-weight: 600;
}

.box_message_text_frases {
	max-width: 790px;
	margin: 0 auto;
	display: flex;
  align-content: center;
	flex-direction: column;
}

.box_message_text_frases p {
	
}

.box_title {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 2.5rem;
	color: 	#444;
	line-height: 1.4;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*text-shadow:  1px 1px #000;*/
}

h1.box_subtitle {
	font-family: 'Cabin Condensed', sans-serif;
	color: rgba(0,0,0,.7);
	line-height: 1.9;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 7px;
	
}

/* box_section_second */

.box_middle {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

.box_middle_message {
	display: flex;
	flex-direction: column;
	align-self: center;
	
}

.box_middle_message a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

.box_middle_message a:link {
  color: #e81b1b;
}

.box_middle_message a:visited {
  color: rgb(217 114 43);
}

.box_middle_message a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

.box_middle_message a:hover {
  border-bottom: 1px solid;
  background: #CDFEAA;
}

.box_middle_message a:active {
  background: #265301;
  color: #CDFEAA;
}

.box_middle_right {
	padding: 5%;
}

.box_middle_img {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 10px auto;
}

/* box_section_third */

.section_third {
	background-color: #fff;	
}

/* box_section_fourt */

.section_five {
	background: #F7F8F8;
}

.section_six {
	background-color: #000;
}

.navfoterbacktotop {
	width: 100%;
	height: 39px; 
	padding: 5px 0;
	text-align: center;
	background-color: #9b1717;
}

.navfoterbacktotop i {
	color: #fff;
}


/* FOOTER */

footer {
	background-color: #111;
}

.bg-footer {
	flex-direction: row;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 25px 10px;
}

.bg-footer-bottom {
	margin: 0 auto;
	background-color: #000;
	padding: 10px;
	text-align: center;
}

/* SOCIAL ICONS */

.box-social {
	height: auto;
	font-size: 17px;
	margin: 0.6rem;
}

.circular {
	box-sizing: border-box;
	height: 38px !important;
	width: 38px !important;
	border-radius: 50%;
	padding: 10px;
	background-color: #000000;
	box-shadow: 0 0 0 1px #A7A7A7;
	margin-bottom: 0.8rem;
	transition: all 0.5s;
}


.circular:hover {
	box-shadow: 0 0 0 1px #ffffff;
}


.icon_facebook, .icon_twitter, .icon_youtube {
	margin-right: 1px;
	color: #A7A7A7;
}

.box-social .icon_facebook:hover {
	color:  #ffffff;
	transition: 0.5s;
}

.box-social .icon_youtube:hover {
	color:  #ffffff;
	transition: 0.5s;
}

.box-social .icon_twitter:hover {
	color:  #ffffff;
	transition: 0.5s;
}

/* NAV SOCIAL */

.nav_social {
	width: 40%;
	margin: 0 auto;
}
.nav_social ul {
	display: flex;
	flex-direction: column;
}

.nav_social ul li {	
	list-style: none;
	margin-bottom: 0.4rem;
}

.nav_social ul li a {
	text-decoration: none;
	font-size: 0.8rem;
	color: #a1abb5;
}

.nav_social a:hover {
	color: #ffffff;
}

/* Iconos de redes sociales*/

.box_section_third {
	width: 100%;
	max-width: 1200px;
}

.box-social a {
	margin-right: 8px;
}

.positive {
	
}

.copyright {
	margin: 1px 0 0;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	color: #999;
}

/* START POST */

.box_entry_post {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.entry_content {
	max-width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px 10px;
}

.entry_title {
	font-size: 2.3rem;
	color: #444;
  word-wrap: break-word;
  display: block;
  clear: both;

}

.entry_content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-bottom: 20px;
}

.bg-img {
	width: 100%;
}

.data_published {
	display: block;
	width: 100%;
}

.author_name {
	color: #9f99b2;
	display: inline-block;
	float: right;
	padding: 5px 7px;
}


@media screen and (min-width: 748px) {
	
	nav { 
	height: 40px;
	padding: 0;
	display:flex;
	}
	
	.bg-header {
	padding: 5px 0px;

    }
	
	.toggle {
	display:none;
	position:relative;
	}
	
	.box_logo {
	display: inline-block;
  text-align:inherit;
	margin-left: 5px;
	width: 100%;
	max-width: 200px;
	max-height: 45px;  
    }
	
	.navbar {
  position:inherit;
	width: 560px;
	height: 45px;
	padding-top: 5px;
	margin-right: 5px;
	background: transparent;
	z-index: 100;
	transition: .2s;
    }
	
	.nav_navbar {
	display: none;
	margin-top: 0px;
	border:none;
}
	.navbar ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	list-style: none;
	}
	/* Footer */
	
	.navbar ul li {
	margin-left: 20px;
	margin-bottom: 2px;
	}
	
.navbar ul li a:hover {
	color: #007bff; 
	transition: all 0.5s;

	}
	
	.box_title {
	font-size: 3.1rem;
}
	
}

@media screen and (min-width: 1000px) {
	/* Footer */
	.nav_social ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
   }

   
.nav_social ul li {	
	list-style: none;
	margin-left: 6px;
	margin-bottom: 0.4rem;
}
}
	
@media screen and (min-width: 1100px) {
	.box_middle {
	display: grid;
	grid-template-columns: 1fr;

}
	
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	outline: rgb(68, 68, 68) none 0px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.icon {
	margin-top: 10px;
	margin-left: 15px;
}

.box_message_welc .link {
	text-decoration: none;
	color: #fff;
}

.btn-primary {	
	width: 300px;
	height: 50px;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	line-height: 17px;	
	transition: .5s;
  text-decoration: none;
 color: #fff;
 font-weight: bold;
 border-radius: 1px;
 padding: 15px 20px;
 font-size: 17px;
 box-shadow: 0 2px 3px #313131, 0 4px 0 #393939, 0px 4px 5px rgba(0,0,0,0.4);
 position: relative;
 border-bottom: 1px solid rgba(255,255,255,0.2);
 display: inline-block;
	background-color: #56ac3b;

}

.btn-primary:hover {
	box-shadow: 0 5px 5px #313131, 0 4px 0 #393939, 0px 0px 10px rgba(0,0,0,0.4);
 color: #fff !important;
	
}

.btn-primary:active {
	 top:2px;
 box-shadow: 0 2px 0 #393939, 0px 4px 4px rgba(0,0,0,0.2), inset 0px 2px 3px rgba(0,0,0,0.2);
 color: #fff !important;

}



.btn-secondary {
	width: 300px;
	height: 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
  border-radius: 6px;
 background-color:#dd0000;
	margin: 0 auto;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #9b0c0c;
}

.btn-secondary:active {
  background-color: #741919;
}

