/*------ GENERAL ---------*/

body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #818181;
	
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: #d72363;
	padding: 0;
	margin: 0;
	text-decoration: none; 
}
a:hover, a:focus{
	color: #d72363;
	text-decoration: none;
	box-shadow: none;
	outline: none;
	
}

/*------ HEADER ---------*/


.col-no-p{
	padding-left: 0;
	padding-right: 0;
}
.rk-mbottom10{
	margin-bottom: 40px;
}
.rk-mtop30{
	margin-top: 30px;
}
.rk-mtop40{
	margin-top: 40px;
}
.rk-mtop50{
	margin-top: 50px;
}
.rk-mtop70{
	margin-top: 70px;
}
.rk-mtop100{
	margin-top: 100px;
}
hr.line-separator{
	margin: 80px 0;
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.section-padding{
	position: relative;
	padding: 75px 0;
}
.section-bg-color{
	background-color: #f5f5f5;
}


.header-navbar-container{
	padding-left: 40px;
	padding-right: 40px;
}
.navbar-brand img{
	width:15em;


}

.header-navbar {
	background-color: black;
	padding: 5px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	
}
.navbar-nav li a{	
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.header-navbar-collapse {
	padding: 10px;	
	background: rgba(0, 0, 0, 0.8) ;
}
.navbar-header .navbar-toggle {
	margin-top: 12px;
}
.navbar-header .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #d72363;
}
.navbar-nav li.active a{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #d72363;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: rgba(0, 0, 0, 0.8) !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
}
.rk-separator{
	background-color: #d72363;
	height: 2px;
	position: relative;
	width: 22px;
	display: block;
	margin: 10px auto 30px auto;
}
.rk-head-title h1{
	font-size: 26px;
	font-weight: 600;
	color: #111;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.header-navbar .nav,
.header-navbar .collapse,
.header-navbar .dropup,
.header-navbar .dropdown {
	position: static;
}
.header-navbar .container {
	position: relative;
}
.header-navbar .dropdown-menu {
	left: auto;
}
.header-navbar .header-menu-content{
 	padding: 10px 20px;
}
.header-navbar .header-menu-content ul li{	
	padding: 5px 0;
}
.header-navbar .header-menu-content ul li a{
	text-decoration: none;
	text-transform: none;
}
.header-navbar .header-menu-content ul li a:hover{
	color: #d72363;
}
.header-navbar .header-menu-content ul li i{
	margin-right: 10px
}
.header-navbar .header-menu-content ul li p strong{
	color: #d72363;
	text-transform: uppercase;
}
.list-unstyled,
.list-unstyled ul { 
	min-width: 220px 
}
.list-unstyled strong{
	color: #d72363;
}


.hero-content{	
	position: absolute;
	top: 50%;
	left: 50%;	
	background-color: transparent;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.home-text{
	color: #fff;
	text-transform: uppercase;
}
.home-text h1{
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1.5px;
}
.home-text h2{
	font-weight: 400;
	font-size: 64px;
	margin: 50px 0;
	letter-spacing: 1.5px;
}


@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
.local-scroll i.scroll-down-icon{
	display: block;
    position: absolute;
    left: 50%;    
	color: #d72363;	
}
.local-scroll-portfolio i.scroll-down-icon{
	color: #fff;	
}
.scroll-down-icon{
	-webkit-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;       
   	z-index: 2;
}


/*------ FIN GENERAL ---------*/

/*------ BOOT ---------*/

.navbar-brand {
	padding: 0px 15px;
	height: 60px;
}
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;	
}
.nav>li>a:hover{
	text-decoration: none;
	background-color: transparent;
	color: #d72363;
}
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

/*------ BOTONES ---------*/
.btn {
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 23px;
	border: 2px solid transparent;
}
.btn.active, .btn:active, .btn:focus{
 	color: #fff;
 	box-shadow: none;
	outline: none;
 	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*------ BOTONES BLANCOS ---------*/
.btn-white:hover{
	color: #d72363;
	background-color: #fff;
	border-color: transparent;
}
.btn-white{
	color: #fff;
	background-color: transparent;
}

/*------ BOTON BLANCO TRANS ---------*/
.btn-white-t:hover{
	color: #111;
	background-color: #fff;
}
.btn-white-t{
	color: #fff;
	border-color: #fff;
	background-color: transparent;	
}

/*------ BOTON NEGRO ---------*/
.btn-black:hover{
	color: #fff;
	background-color: #3d3d3d;
	border-color: transparent;
}
.btn-black{
	color: #fff;
	background-color: #111;	
}

/*------ BOTON ROSA ---------*/
.btn-pink:hover{
	color: #fff;
	background-color: #AF1D50;
	border-color: transparent;
}
.btn-pink{
	color: #fff;
	background-color: #d72363;	
}

/*------ FIN BOOT ---------*/

/*------ REV SLIDER ---------*/

.boxedcontainer{	
	max-width: 1170px; 
	margin:auto; 
	padding:0px 30px;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.main-slider-container .tp-rightarrow.default, .main-slider-container .tp-leftarrow.default{
	display: none;
}
.tp-bullets.preview2 .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(255, 255, 255, 0.6) !important;
	border-radius: 10px;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(255, 255, 255, 0) !important;
	display: inline-block;
	margin-right: 10px !important;
}
.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(255, 255, 255, 1) !important;
}

.tp-banner-5-container .tp-bullets.round .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(255, 255, 255, 0.6) !important;
	border-radius: 0;
	box-shadow: none;
	width: 30px !important;
	height: 5px !important;
	border: 1px solid rgba(255, 255, 255, 0) !important;
	display: inline-block;
	margin-right: 10px !important;
}
.tp-banner-5-container .tp-bullets.round .bullet:hover, .tp-banner-5-container .tp-bullets.preview2 .bullet.selected {
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 30px !important;
	height: 5px !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
}
.tp-banner-5-container .tp-bullets.round .bullet:hover, .tp-banner-5-container .tp-bullets.round .bullet.selected {
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 30px !important;
	height: 5px !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
}
.tp-banner-5-container .tparrows.round:after {
	background: transparent;  
}


.slider-text-big{
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.slider-text-medium{
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.slider-text-small{
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
}

a.play-btn {
	color: #fff;
	font-size: 28px;
}

/*------ FIN REV SLIDER ---------*/


.cbp-l-loadMore-button .cbp-l-loadMore-button-link {	
	font-family: 'Raleway', sans-serif;
	background-color: #d72363;
	color: #fff;
	border: none;
	border-radius: 0;
	min-width: 164px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 2px 0;

}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover{	
	color: #fff;
	background-color: #AF1D50;

}

.parallax-overlay {
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.call-to-action .rk-cta-content h2{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.call-to-action .rk-cta-content p{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 30px;
}
.rk-cta-content article{	
    margin-top: 110px;
}


.team-content .thumbnail{
	border: none;
	border-radius: 0;
}
.team-content .caption{
	text-align: center;
}
.team-content .team-details h5{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d72363;
}
.team-content .team-details h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 25px;
	color: #111;
}	
.team-inner{
	position: relative;
	padding: 0;
	overflow: hidden;	
	border: none;
	margin: 0;	
}
.team-inner>img, .team-caption>img{
	display: block;
	max-width: 100%;
	height: auto;	
}
.team-inner .team-caption{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,0,.85);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	visibility: hidden;
	opacity: 0;	
}
.team-inner:hover .team-caption, .team-inner:focus .team-caption{
	visibility: visible;
	opacity: 1;
}
.t-social-holder{
	display: table;
	width: 100%;
	height: 100%;
}
.team-social{
  	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px 0 25px;
}
.team-social h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}
.team-social p{
	font-size: 15px;
	font-weight: 300;
	color: #fff;	
	margin: 25px 0 25px 0;
}
.team-social a{
	color: #d72363;
	margin: 0 15px 0 0;	
}
.team-details p{
	margin-bottom: 0;
}




.cbp-l-slider-testimonials-wrap {
	background: top;
	padding: 70px 0;
	border-width: 0;
	border-style: none;
	border-color: transparent;
}
.cbp-l-grid-slider-testimonials-body {
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
.cbp-l-slider-testimonials-wrap {
  padding: 0 0 38px 0;
}
.cbp-l-grid-slider-testimonials-footer {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #f2f2f2;
}
.cbp-slider-edge .cbp-nav-pagination-active {
	background: #fff;
}
.cbp-slider-edge .cbp-nav-pagination-item {
	border: 2px solid #fff;
	opacity: 10;
}
.cbp-nav-pagination-item {
	width: 12px;
	height: 12px;
}
.cbp-l-grid-slider-testimonials-body img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}



.features-section .col-sm-6:nth-child(-n+3){
	margin-bottom: 50px;
}
.features-icon span{
	font-size: 46px;
	color: #d72363;
}
.features-item{
	padding-left: 30px;
	padding-right: 30px;
}
h3.features-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	margin-bottom: 20px;
}
.features-parts .col-sm-8{
	margin-top: 10px;
}
.features-parts-title h3{
	font-size: 20px;
	font-weight: 600;
	color: #111;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 50px;
}
.features-parts-content{
	margin-bottom: 50px;
}
.features-parts-content p{
	line-height: 1.8;
}
.features-parts-cta{
	padding: 50px 0;
	background-color: #111;
}
.features-parts-cta h3{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}
.features-parts-cta p{
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
.features-parts-cta .col-sm-4 a{
	margin-top: 9px;
}



.info-content .col-sm-3{
	background-color: #111;
	text-align: center;
	padding: 30px;
}
.info-content .col-sm-3 h1{
	color: #d72363;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: 1px;
}
.info-content .col-sm-3 p{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}



.subscribe-content header h2{
	margin-top: 0;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: 24px;
	font-weight: 700;
}
.subscribe-content header p{
	color: #111;
	letter-spacing: 0.2px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 40px;
}
.subscribe-input input{
	border-radius: 0;
	padding: 0 100px 0 20px;
	height: 40px;
	box-shadow: none;
	margin-right: 10px;
}
.subscribe-input input:focus, textarea:focus, select:focus {
	border: 1px solid #111; 
	background-color: #fff; 
	color: #111; 
	box-shadow: none;
	outline: 0 none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}
/*-----------CALENDARIO--------------*/
#julio1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 0;
    max-width: 70%;
    margin-top: 6em;
    margin-bottom: 1em;
}
#julio1-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    
}
.julioimg figure{
    width: 100%;
    overflow: auto;
    

}
.julioimg figure img{
    width: 100%;
    height: auto;
    

}
#calendar-container{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
#calendar-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2em;
    margin-top: 4em;



}
#calendar-header a{
    color:#d72363;
    font-size: 2em;
    background-color: #ffffff;
    padding: 0.3em;
    
    }
#calendar-header p {
    color: black;


}
#calendar-dias  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    text-align: center;
    width: auto;
   
}
.a2{
   width: 100%;
   background-color: aquamarine;
       
}

#calendar-semana  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    
   
}

#calendar-semana  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
    text-align: center;
   
}
.a1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 15em;
    margin: auto;
    margin-top: 0.2em;
    text-align: left;
    border-left: solid;
    border-bottom-style:solid;
    padding-top: 0.2em;
    border-width: 0.07em;
    border-color:black;
    
}
.jfadu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 15em;
    margin: auto;
    margin-top: 0.2em;
    text-align: left;
    padding-top: 0.2em;
    background-color: #4f2275;
    
}

.jdg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 15em;
    margin: auto;
    margin-top: 0.2em;
    text-align: left;
    padding-top: 0.2em;
    background-color: #f29420;
    

    
}
.jdg p {
    padding: 1em;

}
.jmorfo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 15em;
    margin: auto;
    margin-top: 0.2em;
    text-align: left;
    padding-top: 0.2em;
    background-color: #5ab6a7;
    

    
}
.jmorfo p {
    padding: 1em;

}

.jfadu p {
    padding: 1em;
}



.imgcalendario{
    width: 100%;
    height: auto;
    overflow: auto;
   margin: 0;
    padding: 0;
}
.imgcalendario img {
width: 100%;
height: auto;
}
    
#calendar-container a{
    color: #7b7b7b;
    font-size: 1.5em;
    margin: 0.5em;
   


}
#calendar-container p{
    color: #c1c1c1;
    font-size: 1em;
    margin-top: 1em;
   


}
.a3{
    width: 100%;
    height: 15em;
    margin: auto;
    margin-top: 0.1em;
    text-align: left;
    background-color:#e2e2e2;
    border-left: solid;
    border-bottom-style:solid;
    padding-top: 0.2em;
    border-width: 0.07em;
    border-color: #888888;
}
.a4{
    width: 100%;
    height: 15em;
    margin: auto;
    margin-top: 0.1em;
    text-align: left;
    background-color:#e2e2e2;
    border-left: solid;
    border-bottom-style:solid;
    padding-top: 0.2em;
    border-width: 0.07em;
    border-color: #888888;
}
#calendar-container .a4 a{
    color: #b1b1b1;
        font-size: 1em;
    
    }
#calendar-container .a3 a{
    color: #b1b1b1;
        font-size: 1em;
    
    }
#calendar-semana .a1 a{
    color: aqua;

}

/*--FIN CALENDARIO--------- */


/*---GRUPOS--------*/
.container-grupos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 0;
    
    width: 100%;
    margin-top: 1em;
}
.grupos{
    margin: 1em;
    padding: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    

}
.grupos h1{
    width: 100%;
    font-size: 1.5em;
    

}
.grupo1{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding-left: 1em;
    padding-top: 0.4em;
    border-left: solid;
    
}

.grupo1 figure img{
    width: 30%;
    border-radius: 50%;

}
.grupo1 a {
    width: 70%;
    color: black;
}

.grupoinicio{
    margin: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4em;
    margin-bottom: 2em;
}
.misgrupos{
    width: auto;
    margin: auto;
    padding: 2em;;
    display: -webkit-box;;
    display: -ms-flexbox;;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5em;
    border: solid;
    border-width: 0.1em;
    border-color: #dedede;

}
.usuariogrupo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 6em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border:solid;
    border-width: 0.1em;
    border-color:  #dedede;
    padding: 1em;
    border-radius: 10px;

}
.usuariogrupo figure img {
    width: 30%;
    margin-left: 2em;

}
.usuariogrupo i{

    margin-right: 2em;


}
.gruposcreados {
    margin-top: 2em;
    border-bottom: solid;
    border-width: 0.1em;
    padding: em;
    border-color:  #dedede;

}
.gruposcreado1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid;
    border-width: 0.1em;
    border-color:  #dedede;
    padding: 1em;
}
.gruposcreado1 a figure{
    width: 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding-left: 1em;
}
.gruposcreado1 a figure img{
    width: 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    
}
.grupostexto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding: 1em;
    color: #6d6d6d;
}
a:hover .grupostexto h4 { 
    color:  #d72363;
}
a:hover .fa fa-plus { 
    color:  #d72363;
}
.misgrupos figure img{
    border-radius: 100%;
    width: 30%;
}
.grupodialogo{
    width: 60%;
    margin: auto;
    padding: 1em;;
    display: -webkit-box;;
    display: -ms-flexbox;;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5em;
    margin-bottom: 2em;
    border: solid;
    border-width: 0.1em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-color: #dedede;
}
.dialogoheader{
    height: 3em;
    margin: auto;
    margin-bottom: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #d72363;
    padding: 1em;
    
}
.grupoinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid;
  
    border-width: 0.1em;
    border-color:  #dedede;
    padding: 1em;
}
.grupoinfo figure{
    width: 30%;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding-left: 1em;
   
}
.grupoinfo figure img{
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    border-radius: 50%;

}

.grupodialogo div {
    width: 95%;
    margin: 1em;
    

}
.dialogocaja {
    margin: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 95%;
    height: 45em;
    border: solid;
    border-width: 0.1em;
    border-color: #dedede;
}
.dialogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid;
    margin: 1em;
    height: 8em;
    border: solid;
    border-width: 0.1em;
    border-color: #dedede;
    border-radius: 10px;

}
.dialogo p {
    background-color: #d9d8d8;
    width: 90%;
    padding: 1em;
    margin-right: 2em;
    border-radius: 10px;

}

.dialogo img {
    border-radius: 50%;
    margin-left: 2em;
    max-width: 40%;
    height: auto;
}

.dialogo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid;
    margin: 1em;
    height: 8em;
    border: solid;
    border-width: 0.1em;
    border-color: #dedede;
    border-radius: 10px;

}
.dialogo1 p {
    background-color: #d9d8d8;
    width: 90%;
    padding: 1em;
    margin-left: 2em;
        border-radius: 10px;

}

.dialogo1 img {
    border-radius: 50%;
    margin-left: 2em;
    max-width: 40%;
    height: auto;
}
.dialogousuario {
    margin: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;

}
.dialogousuario div {
    width: 10%;
    height: 100%;
    
     


}
.dialogousuario p {
    width: 75%;
    height: 100%;
    padding: 1em;
    margin-top: 0.5em;
    background-color: #dedede;
    border-radius: 10px;

}
.iconosgrupo  {
    width: 4em;
    height: auto;
    color:  #d72363;
    margin: 1em;
}

.iconosgrupo a  {
    width: 2em;
    height: auto;
    color:  #d72363;
    margin: 1em;
}

.iconosgrupo a i {
    width: 2em;
    height: auto;
    color:  #d72363;
    margin: 1em;
}


/*---FIN GRUPOS--------*/


/*------ FOOTER ---------*/

.footer{
	width: 100%;
	padding: 30px 0;
	background-color: #111;
}
.footer p{
	padding: 0;
	margin: 0;
}
.footer-content p{
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
.footer-social{
	padding-top: 15px;
	float: right;
	margin: 0;
}
.footer-social li{
	float: left;
}
.footer-social a{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	margin: 0 7px;
}
.footer-social a:hover{
	color: #d72363;	
}
.second-footer{
	border-top: 1px solid #333333;
	margin-top: 20px;
	padding-top: 20px;
}
.second-footer p{
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
.second-footer .col-sm-3 a{
	color: #fff;
}
.second-footer .col-sm-3 a:hover{
	color: #d72363;
}

/*------ FIN FOOTER ---------*/

/*------ RESP ESTILOS ---------*/

@media(max-width:1200px){
	.nav>li>a {padding: 10px 10px;}
	.header-navbar li a {font-size: 12px;font-weight: 600;letter-spacing: 0.5px;}
	.navbar-nav {margin-top: 11px;}
	.rk-cta-content article {margin-top: 60px;}
	.features-parts-cta .col-sm-4 a {margin-top: 25px;}
	.features-img img{margin-top: 30px;}
	.footer-second-instagram ul li {margin: 0px 8px 8px 0px !important;}
	.elements-nav-tabs li a, .elements-nav-tabs-second li a {font-weight: 500 !important;font-size: 12px !important;padding: 15px 10px !important;}
}
@media(max-width:992px){
	.nav-tabs-services span{font-size: 48px;}
	.rk-cta-content article {margin-top: 20px;}
	.team-social h3 {margin-top: 0;}
	.features-parts-content {margin-bottom: 30px;}
	.features-parts-title h3 {margin-bottom: 30px;}
	.features-img img{margin-top: 70px;}
	.video-content header h3{font-size: 16px; font-weight: 500;margin-bottom: 10px;}
	.video-content header article{margin-bottom: 15px;}
	.video-content header article p{margin-bottom: 0;}
	.form-content h2{margin-bottom: 15px;}	
	.footer-social a {font-size: 13px;margin: 0 4px;}
	.nav>li>a {padding: 11px 6px;}
	.navbar-nav li a{font-size: 12px !important;}
	.features-item{padding-bottom: 30px;text-align: center;}	
	.footer-second-social a{font-size: 12px !important;}
	.elements-features-left-icon .features-item {padding-left: 0;padding-right: 0;}
	.small-slider article {margin-top: 0 !important;}
	.features-section .col-sm-6:nth-child(-n+3) {margin-bottom: 0;}

} 


@media(max-width:768px){
	.navbar-nav li{background: rgba(0, 0, 0, 0.8) !important;margin: 1px;}
	.navbar-collapse {-webkit-overflow-scrolling: touch;border-top: none;box-shadow: none;}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 100%;}
	.navbar-toggle{margin-right: 0;}
	.cbp-l-filters-buttonCenter .cbp-filter-item {margin: 0;padding: 0 7px;}
	.nav-tabs-services span{font-size: 42px;}
	.header-navbar-container {padding-left: 30px;padding-right: 30px;}
	.rk-cta-content article {margin-top: 0; text-align: center; margin-bottom: 50px;}
	.call-to-action .col-sm-6 figure img{margin: 0 auto;}
	.features-parts .col-sm-8{text-align: center; margin-top: 20px;}
	.features-parts-cta .col-sm-8{text-align: center;}
	.features-parts .col-sm-5{text-align: center;}
	.features-parts-second .col-sm-5{text-align: center;}
	.features-img img{margin-top: 40px;}	
	.video-content header article p{line-height: 23px;}
	.video-content {padding: 30px 0;}
	.contact-form{margin-bottom: 30px;}
	.footer{text-align: center;}
	.second-footer .pull-right{float: none !important; margin-top: 20px;}
	.footer-social {float: none; margin-top: 10px;}
	.footer-social li {float: none;}	
	.nav>li>a {padding: 11px 15px;}
	.navbar-nav li.dropdown{display: none;}
	.vertical-align {display: block;}	
	.footer-second .col-sm-3{padding-bottom: 50px;}
	.navbar-nav-white li a {color: #fff !important;}
	.small-slider {text-align: center;}
	#small-slider {margin-top: 30px;}
	.project-list-group{margin-bottom: 30px !important;}
	.error-page-search a{margin-top: 30px;}
	.contact-form input, select {margin-bottom: 10px;}
	.team-content .col-sm-4{margin-bottom: 20px;}
    

#calendar-container{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#calendar-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2em;
    height: 4em;
    padding-top: 1em;
    margin-top: 4em;

}


#calendar-semana  {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.1em;
    text-align: center;
   
   
}

.a1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 7em;
    margin: auto;
    margin-top: 0.2em;
    text-align: left;
    
    border-bottom-style:solid;
    padding-top: 0.2em;
    
    
}
    

.imgcalendario{
    width: 90%;
    height: auto;
    overflow: auto;
   
}
.imgcalendario img {
width: 100%;
height: auto;
}
    
#calendar-container a{
    color: aqua;
    font-size: 1.5em;
    margin: 0.5em;
   


}
#calendar-container p{
    color: #c1c1c1;
    font-size: 1em;
    margin-top: 1em;
   


}
.a3{
    width: 100%;
    height: 4em;
    margin: auto;
    margin-top: 0.1em;
    text-align: left;
    background-color:#e2e2e2;
    border-color: #d4d4d4;

    
}
.a4{
    width: 100%;
    height: 5em;
    margin: auto;
    margin-top: 0.1em;
    text-align: left;
    background-color:#e2e2e2;
    border-color: #d4d4d4;

    
}
#calendar-container .a4 a{
    color: #b1b1b1;
        font-size: 1em;
    
    }
#calendar-container .a3 a{
    color: #b1b1b1;
        font-size: 1em;
    
    }

#calendar-dias{
    display: none;

}

    
/*-------------FIN CALENDARIO--------*/ 

/*--------GRUPOS----------*/  
.gruposcreado1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid;
    border-width: 0.1em;
    border-color:  #dedede;
    padding: 1em;
}
.gruposcreado1 a figure{
    width: 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    padding-left: 1em;
}
.gruposcreado1 a figure img{
    width: 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    
}
.grupostexto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding: 1em;
    color: #6d6d6d;
}
a:hover .grupostexto h4 { 
    color:  #d72363;
}
a:hover .fa fa-plus { 
    color:  #d72363;
}
.misgrupos figure img{
    border-radius: 100%;
    width: 30%;
}
.grupoinicio{
    margin: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 2em;
}
.misgrupos{
    width: auto;
    margin: auto;
    padding: 2em;;
    display: -webkit-box;;
    display: -ms-flexbox;;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5em;
    border: solid;
    border-width: 0.1em;
    border-color: #dedede;

}
.grupodialogo{
    width: 90%;
    margin: auto;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5em;
    border: solid;
    border-width: 0.1em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-color: #dedede;

}

.container-grupos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 1em;
}
.grupos{
    margin: 1em;
    padding: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

}
.grupos h1{
    width: 100%;
    

}
.grupo1{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;

}

.grupo1 figure img{
    width: 30%;
    height: auto;
    border-radius: 50%;
    padding: 1em;
    
}
.grupo1 a {
    width: 70%;
    color: black;
    font-size: 2em;
    margin-left: 1em;
}
}

/*------ FIN RESP ---------*/





@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}


[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}