                                /*
Template Name: Meghna Responsive HTML5/CSS3 Portfolio Template
Author: Muhammad Morshed
Author URI: http://themeforest.net/user/morsheds
Description: Meghna Responsive HTML5/CSS3 Portfolio Template
Version: 1.0
Tags: one-page, single-page, portfolio, custom-colors, post-formats, responsive, html5, css3
*/


/* Table of Content
==================================================
	#Home
	#Navigation
	#About
	#Service
	#Portfolio
	#Our Team
	#Pricing
	#Blog
	#Contact
*/


/*=================================================================
	Basic Setup
==================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');

body {
    background-color: #a6091a;
	font-family: 'Ubuntu', 'Arial', sans-serif;
    line-height: 1.5;
    color: #ddd;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    color: #fff;
	
	-webkit-transition: all .3s ease-in 0s;
	   -moz-transition: all .3s ease-in 0s;
		 -o-transition: all .3s ease-in 0s;
			transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #958f8f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: oswald;
    font-weight: 400;
}

.kill-margin-bottom {
	margin-bottom: 0 !important;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
	border-radius: 0;
    margin-top: 15px;
	
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.btn:focus {
	color: #ddd;
}

.btn-green {
    background-color: #a6091a;
}

.btn-green:focus, 
.btn-green:hover {
    background-color: #2F383D;
	color: #fff;
}

.btn-transparent {
	border: 1px solid #4e595f;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #a6091a;
}

.btn-transparent:hover {
    background-color: #2b2c30;
	border: 1px solid transparent;
    color: #fff;
}

.btn-rvsts:hover
{
    background-color: #a6091a;
	border: 1px solid white;
    color: #fff;
}

.form-control {
	background-color: #2f383d;
	border-radius: 0;
	padding: 5px 10px;
	border: 0 none;
	color: #ddd;
}

.form-control:focus {
	box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
   color: #ddd;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}


#loading-mask {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 25%;
    width: 100%;
}

.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

.title {
    padding-bottom: 60px;
}

.title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}

.color {
    color: #958f8f;
}

.color-evan
{
    color: #c3bbbc;
}

.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #333439;
}

.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#team-skills{
    background-position-y: -22%;
}

.rw-pt {
    padding-top: 3em;
}
/*=================================================================
	Home Slider
==================================================================*/

#home {
    position: relative;
}

#slitSlider .carousel-caption {
	padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	background-color: rgba(0,0,0,0);
}

#slitSlider .carousel-caption a {
    font-size: 18px;
}

#slitSlider .carousel-caption .specialbottomict{
    margin-bottom: 50px;
    padding: 14px 14px;
    font-size: 15px;
    font-weight: bold;
    border-top-right-radius: 20px;
}

#slitSlider .carousel-caption .specialbottomict2{
    margin-bottom: 240px;
    margin-left: 350px;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: bold;
    border-top-right-radius: 20px;
}

#slitSlider .carousel-caption > div {
    vertical-align: top;
    display: table-cell;
}

#slitSlider .carousel-caption .bottom-pos{
    vertical-align: bottom;    
}

#slitSlider .carousel-caption h2 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
}

#slitSlider .carousel-caption h3 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 22px;
}

.redmarginh4 {
    margin-top: 0;
    margin-bottom: 2px;
}

#slitSlider .carousel-caption .specialsizefslideh2{
    font-size: 28px;
}

#slitSlider .carousel-caption .specialsizefslideh3{
    font-size: 25px;
}
/*=================================================================
	Navigation
==================================================================*/

.navbar-inverse {
    
    /** ORIGINAL COLOR NAV **/
    background-color: #2B2C30;
    /**ORIGINAL COLOR NAV END**/
    
    /** TIEMPO ORDINARIO COLOR NAV 
    background-color: #078241;
    /** TIEMPO ORDINARIO COLOR NAV END **/
    
    /** ADVIENTO & CUARESMA COLOR NAV
    background-color: #640375;
    /**SEMANA SANTA COLOR NAV END **/	 
    
    width: 100%;
	z-index: 99;
}

.navbar {
  border-bottom: 2px solid #666;
  margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 20px 15px;
    font-weight: bold;
    
	-webkit-transition: background .5s ease-in-out 0s;
	   -moz-transition: background .5s ease-in-out 0s;
		 -o-transition: background .5s ease-in-out 0s;
			transition: background .5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li.current > a {    
    
    
    /** ORIGINAL COLOR ITEM NAV **/
    color: white;
    background-color: #a6091a;
    /**ORIGINAL COLOR ITEM NAV END**/
    
    /** ADVIENTO COLOR ITEM NAV
    color: #a6091a;
    background-color: white;
    /** ADVIENTO COLOR ITEM NAV END **/
    
     /** TIEMPO ORDINARIO COLOR ITEM NAV
    color: #333439;
    background-color: #ffffff;
    /** TIEMPO ORDINARIO COLOR ITEM NAV END **/
    
    /** SEMANA SANTA COLOR ITEM NAV
    color: #333439;
    background-color: #ffffff;
    /**SEMANA SANTA COLOR NAV ITEM END **/
}

.navbar-inverse .navbar-nav > li > a:hover {    
    
    /** ORIGINAL COLOR ITEM NAV LI **/
    color: #958f8f;
    /**ORIGINAL COLOR ITEM NAV LI END**/
    
    /**  COLOR ITEM NAV LI 19/03/22 
    color: #787676;
    COLOR ITEM NAV LI 19/03/22 END **/
        
}


/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 70px 0;
}

.icon-box {
	position: relative;
	width: 160px; 
	height: 92.38px;
	background-color: transparent;
	margin: 46.19px auto 60px;
	padding: 20px 0;
	border-left: solid 3px #ddd;
	border-right: solid 3px #ddd;
	
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: inherit;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
	border-top: solid 4.2426px #ddd;
	border-right: solid 4.2426px #ddd;
}

.icon-box:after {
	bottom: -56.5685px;
	border-bottom: solid 4.2426px #ddd;
	border-left: solid 4.2426px #ddd;
}

/*=================================================================
	Our Benefits
==================================================================*/

#main-features {
    padding: 70px 0;
}

.feature-media {
	margin-bottom: 30px;
}

.feature-desc a {
	margin-right: 20px;
}


/*=================================================================
	Organigram Inst
==================================================================*/
#organigram {
    background-image: url(../img/parallax/fnd3.jpg);
    padding: 70px 0;
}

#organigrams .owl-wrapper-outer{
  top: -25px;
}


/*=================================================================
	Item counter section
==================================================================*/

#counter {
    background-image: url(../img/parallax/fnd1.jpg);
    padding: 70px 0;
}

.counters-item {
    border: 1px solid #4e595f;
    padding-bottom: 30px;
}

.counters-item > div {
    margin: 10px 0;
}

.counters-item span {
    display: inline;
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 50px;
}

.counters-item i {
    margin-bottom: 15px;
}

.counters-item h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0;
}


/*=================================================================
	Services section
==================================================================*/

#services {
    padding: 70px 0 100px;
}

#services .title {
    padding-bottom: 60px;
}

.service-block {
    padding: 50px 20px;
    border-left: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin-bottom: 40px;
	
	-webkit-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(166, 9, 26, 1);
	   -moz-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(166, 9, 26, 1);
			box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(166, 9, 26, 1);
}

.service-icon {
    margin-bottom: 40px;
}

.service-block h3 {
	text-transform: uppercase;
    font-size: 20px;
}

/*13072020 Estilos Contenedor e img de logos de Plan de Formacion Sistematica */
.cont-log-Pfs
{
    background-color: white;
    display: inline-block;
    padding: 1em 4em;
    margin-top: 1em;
}

.cont-log-Pfs img
{
    display: inline-block;
    margin: 1em 0em;
}
/*13072020 Estilos Contenedor e img de logos de Plan de Formacion Sistematica END*/

.title-note-hr
{
    text-align: left;
    color: white;
    font-size: 28px;
}

.note-hr
{
    font-size: 16px;
}

/*03022024 Estilos Tabla Horarios INSTITUTO*/
.colorback-specialh
{
    background-color: #f3f3f0;
}

#collapse1 table th
{
    color: black;
    text-align: center;
}

#collapse1 table tr
{
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

#collapse1 table td
{
    vertical-align: middle;
    border-right-width: 1px;
    border-color: #f7f7f7;
    border-right-style: solid;
}

.Rev-yFe
{
    background-color: #195031;
    color: #fdfffe;
}

.Sn-Pab
{
    background-color: #ae5712;
    color: #fff8dc;
}

.Bib-y-Jesus
{
    background-color: #b1800a;
    color: #3a0807;
}

.Igl-y-Sac
{
    background-color: #650810;
    color: #ffffff;
}

.Eucar
{
    background-color: #082d26;
    color: #ffffff;
}

.Vida-Cristo
{
    background-color: #ddc9b1;
    color: #4f2727;
}

.E-Grales-Lit
{
    background-color: #678b4f;
    color: #ffffff;
}

.Inic-Antrop
{
    /*background-color: #ea5b0c; 050824*/
    background-color: #ea5b0c;
    color: #ffffff;
}

.Ped-Cateq
{
    /*background-color: #76947a; 050824*/
    background-color: #658e76;
    color: #000000;    
}

/*03022024 Estilos Tabla Horarios INSTITUTO END*/



/*=================================================================
	Portfolio section
==================================================================*/

#showcase {
    padding: 75px 0;
}

.portfolio-filter {
    margin-bottom: 15px;
}

.portfolio-filter ul li {
    display: inline;
}

.portfolio-filter ul li a {
	color: #ddd;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 15px;
	position: relative;
}

.portfolio-filter ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2b2c30;
	content: '';
	
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
		 -o-transition: top 0.3s;
			transition: top 0.3s;
}

.portfolio-filter ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #2b2c30;
	content: '';
	
	-webkit-transition: height 0.3s;
	   -moz-transition: height 0.3s;
		 -o-transition: height 0.3s;
			transition: height 0.3s;
}

.portfolio-filter ul li a:hover::before {
	top: 100%;
	opacity: 1;
}

.portfolio-filter ul li a:hover::after {
	height: 100%;
}

.og-grid .mix > a {
	display:block;
	overflow:hidden;
	position:relative;
    outline: 1.5px solid rgba(193, 189, 189, 0.5);
}

.og-grid .mix a img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.og-grid .mix a:hover img {
	-webkit-transform: scale(1.4) rotate(15deg);
	   -moz-transform: scale(1.4) rotate(15deg);
		-ms-transform: scale(1.4) rotate(15deg);
		 -o-transform: scale(1.4) rotate(15deg);
			transform: scale(1.4) rotate(15deg);
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43, 44, 48, 0.8);
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.hover-mask h3 {
	color: #ddd;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	top: 110px;
}

.hover-mask span {
	border: 2px solid #ddd;
	border-radius: 10px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	left: 42%;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 50px;
}

.og-grid .mix a:hover .hover-mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

#showcase .audio {    
    width: 91%;
    }
#showcase .post-meta{margin: 0;}
/*=================================================================
	Our skills
==================================================================*/

#team-skills {
    padding: 70px 0;
    background-image: url(../img/parallax/evangelio-semanal.jpg);
}

.skill-chart > h3 {
    border-bottom: 1px solid;
    margin: 25px 0 15px;
    padding-bottom: 10px;
}

.chart {
    display: block;
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 1.6em;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px;
    z-index: 2;
}

.chart canvas {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 0;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}

/*=================================================================
	Our Team
==================================================================*/

#our-team {
    padding: 70px 0;
}

.about-team {
    color: #fff;
    padding-bottom: 40px;
}

.about-team .title h1 {
    color: #fff;
}

.team-mate {
	background-color: #303136;
	border: 1px solid #4e595f;
}

.member-photo {
	overflow: hidden;
	position: relative;
}

.member-photo img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.member-photo:hover img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}

.member-title {
	border-bottom: 1px solid #4e595f;
	padding: 10px 15px;
}


.member-photo .mask {
    background-color: rgba(166, 9, 26, 0.8);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.member-photo:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-mate h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0 0 5px;
}

.member-info {
	padding: 15px;
}

.mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}

.mask ul li {
    display: inline-block;
    margin-right: 15px;
}

.mask ul li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.mask ul li a:hover {
    background-color: #4e595f;
    border: 1px solid transparent;
}

.member-footer-evnt{    
	padding-bottom: 20px;
}
/*=================================================================
	Twitter Feed
==================================================================*/

#twitter-feed {
	/*** Temporal SEMANA SANTA
    background-image: url("../img/parallax/fnd2.jpg");
    /*** Temporal SEMANA SANTA END***/
    /*** BACKGROUND CLASE MONS RM
    background-image: url("../img/parallax/fnd-inscrip23.jpg");
    /*** BACKGROUND CLASE MONS RM END***/
    background-image: url("../img/parallax/fnd1.jpg");
	padding-bottom: 100px;
	padding-top: 80px;
}

/*** UPDATE 101222 ***/
#twitter-feed img, video{
    opacity: 0.7;
}

#twitter-feed img:hover {
    opacity: 1;
}

#twitter-feed video{
    height: 90%;
}

/**
.twitter-bird span {
    border: 2px solid white;
    border-radius: 50px;
    color: #a6091a;
    display: inline-block;
    margin-bottom: 50px;
    height: 90px;
    width: 90px;
}

.twitter-bird span i {
    line-height: 90px;
}

.tweet {
    margin-bottom: 10px;
}

.tweet a {
    color: #eb6a5a;
}
**/

/*=================================================================
	Pricing section
==================================================================*/

#pricing {
    padding: 70px 0;
}

.pricing {
	background-color: #2b2c30;
}

.price-title {
  background-color: #2b2c30;
  padding: 30px 0 20px;
}

.price-title > h3 {
    color: #958f8f;
    font-family: Oswald;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.price-title > p {
    font-size: 18px;
    font-weight: 400;
}


.price-title .value {
	color: #eb6a5a;
	font-size: 30px;
}

.pricing li {
    border-top: 2px solid #3F4045;
    font-weight: 400;
    padding: 10px 10px;/*02052020 Actualizacion a segundo parametro de padding de 0 a 10px*/
}

.pricing li:last-child {
    border-bottom: 2px solid #3F4045;
}

.pricing li:nth-child(2n) {
    background-color: #2F3035;
}

.pricing a.btn {
    text-transform: uppercase;
	margin: 20px 0;
}



/*=================================================================
	Testimonial section
==================================================================*/

#testimonial{
    background-image: url(../img/parallax/fnd1.jpg);
    padding: 70px 0;
}

#testimonials .owl-wrapper-outer{
  top: -25px;
}

.client-info {
  margin: 0 auto;
  width: 45%;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  font-family: Ubuntu,sans-serif;
  font-size: 20px;
  margin: 15px 0 5px .0;
  text-shadow: 2px 2px black;
}

.client-meta span {  
  font-size: 15px;
  text-shadow: 2px 2px black;
}

.client-comment p
{
    text-shadow: 2px 2px #121111;
    font-size: 15px;
}

.client-comment .social-profile {
	text-align: center;
}

.client-comment .social-profile li {
	display:inline-block;
    margin: 0 6px 0 0;
}

.social-profile ul li {
    float: left;
    margin: 0 6px 0 0;
}

.social-profile a {
    color: #4e595f;
	display: block;
}

.social-profile li a i {
  line-height: 33px;
}

.social-profile li a:hover {
	color: #eb6a5a;
}

.owl-pagination,
.owl-buttons {
	text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: white;
    border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
	max-width: 150px;
	width: 100%;
}

#our-clietns .owl-next, 
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i, 
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
    margin: 10px;
}


/*=================================================================
	Latest Posts
==================================================================*/

#blog {
    padding-bottom: 110px;
    padding-top: 70px;
}

.note {
	background-color: #323338;
	border: 1px solid #4e595f;
}

.note .media-wrapper {
	border-bottom: 1px solid #4e595f;
}

.note .excerpt {
	padding: 0 10px 20px;
}

.note .excerpt h3 {
	font-size: 20px;
	line-height: 1.5;
	text-transform: capitalize;
}

.all-post {
	margin-top: 50px;
}


/*=================================================================
	Contact
==================================================================*/

#contact-us {
    padding: 70px 0 0;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #4e595f;
	height: 38px;
}

.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: white;
}

#contact-submit {
	border: 1px solid #4e595f;
	padding: 12px 0;
	width: 100%;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 25px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -5px 0 0 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #f7d31d;
    border-radius: 4px;
    font-size: 15px;
    background-color: #2b2c30;
    font-weight: bold;
}

.success {
    background-color: #2b2c30;
    border-radius: 4px;
    color: #ffffff;
    display: none;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
}

#map-canvas {
    height: 370px;
    width: 100%;
    border:10px solid #2b2c30;
}



.contact-details i
{            
    display: block;

	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);    

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s; 
}

.contact-details > div a:hover i
{
    color: #55606a;
    
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);	
}

/*=================================================================
	Footer section
==================================================================*/

.social-icon {
    padding: 60px 0 35px;
}

.social-icon > ul {
    text-align: center;
}

.social-icon > ul > li {
    display: inline-block;
    margin-right: 20px;
}

.social-icon > ul > li > a {
    background-color: #26292e;
    display: block;
    height: 70px;
    width: 70px;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li > a > i {
    
    //***UPDATE 101222
    color: #55606a;***//
    color: #ffffff;
    
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;

    //***UPDATE 101222
    opacity: 0.3;***//
    
    filter: alpha(opacity=30);

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li:hover a {
    background-color: #a6091a;
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.social-icon > ul > li:hover a i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.copyright {
    padding: 20px 0;
    color: #fff;
}

.copyright > img {
    margin-bottom: 15px;
}

#scrollUp {
    border: 1px solid #4e595f;
    bottom: 15px;
    color: #fff;
    display: none;
    padding: 8px 12px;
    position: fixed;
    left: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #2b2c30;
    border: 1px solid #4e595f;
}


/*=================================================================
	Blog Page
==================================================================*/


#blog-banner {
	padding-bottom: 60px;
    padding-top: 120px;
}

.blog-icon {
    border: 4px solid #3f3f3f;
    border-radius: 50%;
    color: white; /*02052020*/
    display: inline-block;
    padding: 16px 20px;
}


.blog-title h1 {
    text-transform: uppercase;
}

#blog-page {
	margin: 0 0 40px;
}

.post-item .entry {
	border: 1px solid #4e595f;
	margin-bottom: 30px;
}

.entry .post-excerpt {
	padding: 0 20px;
}


#activity-inst .owl-prev,
#Evan-month .owl-prev,
#features .owl-prev,
#gallery-post .owl-prev,
#post-thumb .owl-prev,
#activity-inst .owl-next,
#Evan-month .owl-next,
#features .owl-next,
#gallery-post .owl-next,
#post-thumb .owl-next {
    padding: 5px 17px;
    position: absolute;
    top: 45%;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

#activity-inst .owl-prev,
#Evan-month .owl-prev,
#activity-inst .owl-next,
#Evan-month .owl-next
{
    top: 38%;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
    left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
    right: -45px;
}

/*02052020 Actualizacion de propiedades a div de botones prev next*/
#post-thumb.rev-cont .owl-prev {
    cursor: pointer;
    top: 0%;
    padding: 60% 1%;
    background-color:rgb(255, 255, 255)
}

#post-thumb.rev-cont .owl-next {
    cursor: pointer;
    top: 0%;
    padding: 60% 1%;
    background-color:rgb(255, 255, 255)
}
/*02052020 Actualizacion de propiedades a div de botones prev next End*/



#activity-inst .owl-prev,
#Evan-month .owl-prev,
#features .owl-prev
{
    left: -40px;
    color: rgba(255, 255, 255, 0.4);        
}

#activity-inst .owl-next,
#Evan-month .owl-next,
#features .owl-next
{
    right: -40px;
    color: rgba(255, 255, 255, 0.4);    
}

/**
#features:hover .owl-prev
{
    left: -5px;    
    color: white;
}

#features:hover .owl-next
{
    right: -5px;
    color: white;    
}
**/


#activity-inst .owl-prev:hover,
#Evan-month .owl-prev:hover,
#features .owl-prev:hover
{
    color:white;
}

#activity-inst .owl-next:hover,
#Evan-month .owl-next:hover,
#features  .owl-next:hover
{
    color:white;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
    left: 0;
}


#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
    right: 0;
}

#gallery-post,
#post-thumb {
    overflow-x: hidden;
}

#post-thumb {
    overflow: hidden; /*02052020 Forzar hidden de scroll en revista*/
}

#post-thumb.rev-cont .owl-buttons {
    
    color: #2f383d; /*02052020*/
    font-size: 30px; /*02052020*/
}

.post-meta {
	background-color: #3d444a;
	border-top: 1px solid #4e595f;
	font-size: 13px;
	margin: 20px 0 0;
	padding: 0 20px 10px;
}


.nomargin{
    margin: 0; /* Quitar martin top de div post-meta 02052020*/
}

.post-meta > span {
	border-right: 1px solid #4e595f;
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}

.post-meta > span:last-child {
    border-right: 0;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta a:hover {
	color: #eb6a5a;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #eb6a5a;
    color: #fff;
}

aside.widget {
    margin-bottom: 25px;
}

.widget-title > h3 {
	color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}


.titcontactr
{
    margin-bottom: 1em;
}


#search-form {
	position: relative;
}

#search-submit {
	background: none;
	border: 0;
	color: #C8C8CA;
	display: block;
	font-size: 16px;
	height: 32px;
	outline: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 32px;
}

.widget-content .tab-content {
	background-color: #2f383d;
	padding: 20px;
}

.tab-post-nav {
	background-color: #4A535A;
}

.tab-post-nav li {
	float: left;
}

.tab-post-nav li.active a {  
	border-top: 3px solid #495259; /*02052020*/
	background-color: #2F383D;
	color: #9c9ea0;/*02052020*/
}

.tab-pane.active .clearfix:first-child {
	margin-bottom: 25px;
}

.tab-excerpt > span {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.tab-excerpt h4 a {
	color: #fff;
}

.tab-excerpt h4 a:hover {
	color: #eb6a5a;
}

.tab-post-nav li a {
	border-top: 3px solid transparent;
	color: #fff;
	display: block;
	padding: 13px 18px;
	text-align: center;
}

.categories li {
    margin-bottom: 10px;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.categories > li:hover a {
    padding-left: 10px;
    color: #eb6a5a;
}

.categories > li:last-child {
    border-bottom: 0;
}

.categories li a {
    padding-left: 5px;
}

.widget-content .tag {
	background-color: #2F383D;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 13px;
}

.widget-content .tag:hover {
    background-color: #eb6a5a;
    color: #fff;
}

.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.post-pagination ul li {
    margin-right: 5px;
    float: left;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li.disabled a {
    cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}

.post-pagination ul li a {
	background-color: #30393e;
	color: #9aa8b3;
	display: block;
	padding: 8px 18px;
}

.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    background-color: #eb6a5a;
    color: #fff;
}

/*=================================================================
	Single Blog Page
==================================================================*/

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

blockquote {
    border-left: 5px solid #eb6a5a;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}

.next-prev {
    border-bottom: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin: 20px 0;
    padding: 15px 0 10px;
}

.next-prev a:hover {
    color: #eb6a5a;
}

.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
	border: 1px solid #4e595f;
	max-width: 120px;
	padding: 5px;
	width: 100%;
}

.comment-reply-form > h3,
.author-about > h4,
.comments > h4 {
    border-bottom: 1px solid #4e595f;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

.author-bio h5 {
    display: inline-block;
}

.post-item .comments-section {
    margin-top: 35px;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-wrap {
	border: 1px solid #4e595f;
	border-radius: 1px;
	margin-left: 20px;
	padding: 10px;
	position: relative;
}

.comment-wrap .author-avatar {
	margin-left: -25px;
	margin-right: 20px;
}

.author-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

.author-comment cite a:hover, .replay:hover {
    color: #eb6a5a;
    text-decoration: underline;
}

.author-comment cite {
    margin-bottom: 2px;
    padding-top: 4px;
}

.comment-content {
    margin-left: 45px;
}

.comment-list ul li {
    padding-left: 25px;
}

.comment-reply-form {
    margin-top: 80px;
}

#comment-form {
    margin-top: 35px;
}

#comment-form .form-control:hover {
    border-color: #eb6a5a;
}

.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}


 /* input code ICTCVV */

/*SLIDER*/
#imglogo-slide{
    background-color: rgba(1,1,1,.5);
    padding: 25px 80px;
}

.txth5
{
    font-size: 20px;    
}

.contentxt-slide
{
    padding: 1em 1em;
    margin: 0 0em 0 60em;
    background-color: rgba(43, 44, 48,.7);
}


/* Estilos Slide Revista 02052020*/

.TitleslideR
{
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
    font-size: 23px;
    margin-bottom: 2em;
    margin-top: 0;
}

.FootertxtslideR{
    font-size: 18px;
    text-align: justify;   
}

#imgRev{
    margin: 0 auto;
    border-right: 3px solid white;
    border-bottom: 4px solid #283747;
}

.btnRevSlide{
    margin-bottom: 1em;
    padding: 14px 14px;
    font-size: 15px;
    font-weight: bold;
    border-top-right-radius: 20px;            
}

/* Estilos Slide Revista 02052020 END*/

/*Semana Santa (Temporal) 09042020*/
.contentSemS-slide
{
    padding: 1em 1em;
    margin: 0 auto;
    margin-top: 0em;
    width: 75%;
}

.Titleslide
{
    width: 84%;
    padding-left: 5em;
    line-height: 28px;
    font-size: 23px;
    margin-bottom: 6em;
}

.frm-rad
{
    width: 30%; 
    height: 100px; 
    opacity: 0.8;
}

.SubTslide
{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 1em;
}

.Footertxtslide
{
    font-size: 20px;
}


/*** Posicion Temporal contenedor texto slide 3 ***/

#slitSlider .carousel-caption .postxtsl3
{
    vertical-align: middle;
    padding-right: 30em;
    padding-left: 15em;
    text-align: left;
}

/*** Posicion Temporal contenedor texto slide 3 END ***/

/*** estilo texto slide semana santa temporal ***/

#slitSlider .carousel-caption .txtSemsant{
    font-family: 'Kalam', cursive;
    font-size: 65px;
    margin-bottom: 0px;
    text-shadow:0 1px 2px rgba(0,0,0,.9);
}

.pstilo
{
    font-family: 'Kalam', cursive;
    font-size: 22px;
    text-shadow:0 1px 2px rgba(0,0,0,.9);
}

.p2stilo
{
    font-family: 'Kalam', cursive;
    font-size: 17px;
    width: 80%;
    text-align: justify;
    text-shadow:0 1px 2px rgba(0,0,0,.9);
}
/*** estilo texto slide semana santa temporal END***/

/*** color boton semana santa temporal ***/
.btncolssanta
{
    background-color: #5f0a6d;
}
/*** color boton semana santa temporal ***/

/*** TEMPORAL SEMANA SANTA EN SECCION VIVE LA SEMANA SANTA ***/
.titlevss
{
    font-family: 'Kalam', cursive;
    font-size: 50px;
    text-shadow:0 1px 2px rgba(0,0,0,.9);
}

.itemtitlevvss
{
    padding: 20px 10px;
    font-weight: 800;
}

.iconitmvvss
{
    font-size: 70px;
    padding: 0 20px;
    padding-bottom: 30px;
    color: white;
}

.colorbrdSs
{
    border-top:1px solid #ffffff;
}

.colorbrdSs:before
{
    background-color: #a6091a;
    border: 1px ridge #fff;
}

.itmVvss li
{
    border-top: 2px solid #640375;
    font-weight: 400;
    padding: 10px 30px;   
    cursor: pointer;
} 


/*** SEMANA SANTA 2021 ***/
/*** Ajuste de posicion de imagen en item de semana santa 23032021 ***/
.itmVvss .member-photo img{
    margin: 0 auto;
    margin-bottom: 2em;
}
/*** Ajuste de posicion de imagen en item de semana santa 23032021 END***/

.iconitmvvss2021
{
    font-size: 30px;
    padding: 0 20px;    
    color: white;
}

.itemsubtitlevvss
{
    padding: 0px 10px;
    font-weight: 400;
    font-size: 20px;
    line-height:25px;
}

/*** SEMANA SANTA 2021 END ***/




/*** TEMPORAL SEMANA SANTA EN SECCION VIVE LA SEMANA SANTA ***/

/*Semana Santa (Temporal) END */


/*SLIDER END*/

/*Section About*/
.wrap-about p{
    font-weight: bold;
}

/*Section main-features*/
#main-features .title{
    padding-bottom: 15px;
}

#features .features-item img,
#activity-inst .features-item img
{
    width: 100%;
    margin: 0 auto;
}
/*Section main-features END*/

/*Section About End*/

/* Section Services */
#services .row{
    margin-bottom: 40px;
}

/*GRAL*/
.center-img
{
    margin: 0 auto;
}

/*Parrafos*/
.txttabline{
    text-indent: 40px;
}

.txtjustify{
    text-align: justify;
}

.txtppe-top{
    padding-top: 10px;
}

.txtspace{
    text-indent: 3em;
}
/*Parrafos*/
/*GRAL END*/

/* Section Revista */
#pricing .row, #our-team .row{
    padding-bottom: 20px;
}

#blog-page .row{padding-bottom: 40px;} /*02052020*/

/* Row Eventos & Revistas */
.adapr{
    width: 100%;
    margin: 0 auto;
}

.newr{ margin-top: 40px;}
/* input code ICTCVV End */

/* Modal Novedad dia */
.color-back{
    background-color: #a6091a;
}

.modal-footer > a{
    float: left;
}

.modal-header > button{
    color: white;
    opacity:1;
}
/* End Modal Novedad dia */

/* Horarios */
#services .dismpb{
    padding-bottom: 18px;
}
/* Acordion */
.colorback-body{
    background-color: #a60919;
}
/* Acordion End */
/* Horarios End */

/* Evangelio */
.Evan-item img
{
    width: 100%;
    margin: 0 auto;
    border-radius: 15%;
    opacity: 0.5;
    transition: opacity 1.2s;    
}

.Evan-item img:hover{    
    opacity: 0.9;
}

.frame-opac{
    opacity: 0.5;
    transition: opacity 1.2s;
}

.frame-opac:hover{
    opacity: 0.9;
}

.Dism-pdbt{
    padding-bottom: 15px;
}

.aud-evan{
    margin-top: 2em;
}

/* Evangelio Temp*/
.DDR{        
    height: 415px;
    overflow-y: auto;
}
/* Evangelio Temp End*/

/* Evangelio */

/* BLOG NOTICIAS */

#blog .row
{
    padding-bottom: 20px;
}

/* BLOG NOTICIAS END*/


/* ESTILOS PAGINAS REVISTAS 02052020*/

.center-imgr
{
    margin: 0 auto;
}

/* ESTILOS PAGINAS REVISTAS END */

/* ESTILOS MODALS */

/* Estilo Modal Catequesis 05062020 */

.mdl-body
{
    display: inline-block; 
    width:100%; 
    background-color: #efefed;
}

.p-cateq
{
    text-align: justify;
    color: #504d4d;    
}
/* Estilo Modal Catequesis END 05062020 */


/* ESTILOS MODALS END */

/* ESTILOS CURSO REMEDIAL 12072020 */

.crtimg-main
{
    border: white 8px solid;
}

.sub-crt
{
    margin-bottom: 2em;
}

.icn-crt
{
    color: white;
}

.main-txt-crt{
    color: white;
    line-height: 32px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 1em;
}

#blog-banner.dispd-crt
{
    padding-bottom: 10px;
    padding-top: 80px;
}

.evn-reslt-crt
{
    background-color: #2f383d;
    color: white;
    font-weight: bold;
    margin-top: 2em;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px;
    margin: 2em 6em;
}

.list-crt
{
    margin-left: 2em;
}

.list-crt li
{
    margin-bottom: 1em;
    font-size: 16px;
}

.crt-cnt-main
{
    margin-bottom: 1em;
    font-size: 26px;
}

.cnt-ds-crt
{
    font-size: 16px;
}

.crt-ptit
{
    font-size: 20px;
    font-weight: bold;    
}

.mleft-p
{
    margin-left: 2em;
}

.nt
{
    margin-bottom: 0;
    margin-top: 3em;
    text-align: center;
}

.iitd-img-spc
{
    margin: 2em auto;
    background-color: white;
    padding: 5em;
}

.rsalt-crt
{
    font-weight: bold;
    background-color: #2f383d;
    color: #e0dbdb;
}

}

/* ESTILOS CURSO REMEDIAL 12072020 END*/