@import url(bootstrap.min.css);
@import url(font-awesome.min.css);

@import url(owl.carousel.css);
@import url(owl.theme.css);

@import url(../js/jquery-ui-1.11.4/jquery-ui.css);

@font-face {
    font-family: 'frutiger';
    src: url('ftlc-webfont.woff2') format('woff2'),
         url('ftlc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #666;
    font-family: 'frutiger', 'Open sans', sans-serif;
    line-height: 1.857;
    overflow-x: hidden;
}

.noverno{
	display: none;
}

.wrapper {
    overflow-x: hidden;
}

.profile.profile-edit #jform_password1,
.profile.profile-edit #jform_password2{
	display: none;
}
.profile.profile-edit .control-group{
	margin-bottom: 1rem;
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-family: 'frutiger', 'Open Sans', sans-serif;
    line-height: 1.1;
}

.h3, h3{
    font-size: 24px;
}
.item-page .alert h3 {
    margin-top: 0;
}

.links img, iframe, #separador img, #separadorbottom img {
	border-radius: 0.8rem;
	box-shadow: 0 0 5px -1px rgba(15,15,15,.1);
}
#mod-custom525 iframe{
    box-shadow: inherit;
}

.alert .alert-link{
    border-bottom: 1px dotted;
}
.alert .alert-link:hover{
    border-bottom: 1px solid;
}

.readmore .btn {
	background: #9f1831;
	color: #fff;
	border-radius: 4px;
}

.mt-0{margin-top:0rem;}
.mt-1{margin-top:1rem;}
.mt-2{margin-top:2rem;}
.mt-3{margin-top:3rem;}
.mt-4{margin-top:4rem;}
.mb-0{margin-bottom:0rem;}
.mb-1{margin-bottom:1rem;}
.mb-2{margin-bottom:2rem;}
.mb-3{margin-bottom:3rem;}
.mb-4{margin-bottom:4rem;}
.ml-0{margin-left:0rem;}
.ml-1{margin-left:1rem;}
.ml-2{margin-left:2rem;}
.ml-3{margin-left:3rem;}
.ml-4{margin-left:4rem;}
.mr-0{margin-right:0rem;}
.mr-1{margin-right:1rem;}
.mr-2{margin-right:2rem;}
.mr-3{margin-right:3rem;}
.mr-4{margin-right:4rem;}
.pl-0{
    padding-left: 0;
}

p {
    color: #666;
    line-height: 1.857;
}

a {
    color: #1A659E;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*h1 a, h2 a, h3 a, h4 a, h5 a{
    color: #000;
}*/

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #2080D0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar-maincontent ul,
.sidebar-maincontent li{
    margin: revert;
    padding: revert;
    list-style-type: initial;
}
.sidebar-maincontent ol#search-result-list,
.sidebar-maincontent ol#search-result-list li{
    list-style-type: none;
}
.sidebar-maincontent ol#search-result-list li{
    padding: 1rem;
}
.sidebar-maincontent ol li{
    list-style: decimal;
}
.result__item,
.result__item + .result__item{
    border: 0;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    padding: 1rem;
    border-radius: 0.8rem;
}
.result__title-text {
	font-size: 1.5rem;
}
.com-finder__search{
    background: #f6f6f6;
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);

}
.com-finder__search legend,
.com-finder__search label{
    display: none;
}
.com-finder__search input.js-finder-search-query{
    width: 100%!important;
}
.com-finder .awesomplete{
    width: 100%;
    margin-top: 8px;
}
.com-finder .awesomplete ul{
    list-style: none;
    padding-left: 0;
}
.com-finder .awesomplete ul li{
    list-style: none;
}
.com-finder h2.result__title{
    margin-top: 0;
}
.com-finder .result__description{
    font-size: 17px;
    line-height: 24px;
}
.result__date::after {
    display: none;
}
.sidebar-maincontent .com-finder ol#search-result-list li{
    padding: 2rem;
    background: #F1FAE1;
}
.sidebar-maincontent .com-finder ol#search-result-list li a{
    color: #7A9252;
}
.sidebar-maincontent .com-finder ol#search-result-list li a:hover{
    color: #667a43;
}

#error404{
    margin-top: 2rem;
    display: flex;
}
#error404 .alert{
    height: 100%;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    border-radius: 0.8rem;
}
#error404 .alert h3{
    margin: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

.width-full {
    width: 100%;
}

.color-theme {
    color: #9D142E !important;
}

.color-theme2 {
    color: #dd290f !important;
}

.color-black {
    color: #1c1c1c !important;
}

.color-white {
    color: #fff !important;
}

.color-gray {
    color: #989898 !important;
}

.color-gray-white {
    color: #a7a7a7 !important;
}

.bgcolor-black {
    background-color: #1c1c1c !important;
}

.bgcolor-theme {
    background-color: #9D142E !important;
}

.bgcolor-gray {
    background-color: #989898 !important;
}

.bgcolor-gray-white {
    background-color: #a7a7a7 !important;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}
.alignright img{
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}


/*--- Theme Overlay Style ---*/

.theme-overlay {
    position: relative;
}

.theme-overlay:before {
    content: "";
    position: absolute;
    background-color: rgba(245, 95, 13, 0.85);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.theme-overlay.overlay-black:before {
    background-color: rgba(0, 0, 0, 0.85);
}

.theme-overlay.overlay-black-light:before {
    background-color: rgba(0, 0, 0, 0.25);
}

.theme-overlay.overlay-white:before {
    background-color: rgba(255, 255, 255, 0.75);
}

.theme-overlay.overlay-white-deep:before {
    background-color: rgba(255, 255, 255, 0.95);
}

.theme-overlay.overlay-theme:before {
    background-color: rgba(245, 95, 13, 0.96);
}

.theme-overlay.overlay-deep:before {
    background-color: rgba(245, 95, 13, 0.96);
}

.theme-overlay h1,
.theme-overlay h2,
.theme-overlay h3,
.theme-overlay h4,
.theme-overlay h5,
.theme-overlay h6 {
    color: #fff;
}

.theme-overlay p {
    color: #eee;
}

.theme-overlay.overlay-white h1,
.theme-overlay.overlay-white h2,
.theme-overlay.overlay-white h3,
.theme-overlay.overlay-white h4,
.theme-overlay.overlay-white h5,
.theme-overlay.overlay-white h6 {
    color: #1c1c1c;
}

.theme-overlay.overlay-white p {
    color: #a4a4a4;
}

.layer-overlay {
    position: relative;
    z-index: 1;
}

.layer-overlay:before {
    background-color: rgba(245, 95, 13, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-img {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lh-22 {
    line-height: 22px;
}

.lh-26 {
    line-height: 26px;
}

.lh-32 {
    line-height: 32px;
}

.lts-0 {
    letter-spacing: 0;
}

.lts-1 {
    letter-spacing: 1px;
}

.ttu {
    text-transform: uppercase;
}

.ttc {
    text-transform: capitalize !important;
}

.ttl {
    text-transform: lowercase;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-b {
    font-weight: 700 !important;
}

.fw-xb {
    font-weight: 900 !important;
}

.fs-italic {
    font-style: italic;
}

.ff-lato {
    font-family: 'Lato', sans-serif !important;
}

.ff-roboto {
    font-family: 'Roboto', sans-serif !important;
}

.ff-rcondensed {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.ff-Open Sans {
    font-family: 'Open Sans', sans-serif !important;
}

.ff-raleway {
    font-family: 'Raleway', sans-serif !important;
}

.pagination-style > li > a,
.pagination-style > li > span {
    color: #9D142E;
}

.pagination-style > li > a:hover {
    color: #9D142E;
}

.pagination-style > .active > a,
.pagination-style > .active > a:focus,
.pagination-style > .active > a:hover,
.pagination-style > .active > span,
.pagination-style > .active > span:focus,
.pagination-style > .active > span:hover {
    background-color: #9D142E;
    border-color: #9D142E;
    color: #fff;
}

/*--- Section Title Styles ---*/

.section-title {
    margin-bottom: 0px;
}

.section-title .icon {
    color: #9D142E;
    font-size: 44px;
    margin-bottom: 30px;
}

.section-title .title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}

.section-title .title span {
    color: #9D142E;
    
}

.section-title .sub-title {
    color: #989898;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 26px;
}

.sub-title.sub-title-center {
    margin-left: auto;
    margin-right: auto;
}

.shadow-thmstyle {
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 2rem;
}
.shadow-thmstyle ol{
    padding-left: 1.5rem;
    margin-top: 1rem;
    font-size: 1.7rem;
    line-height: 1.3;
}
.shadow-thmstyle ol li{
    margin-bottom: 1rem;
}

#top-content .event-thmstyle {
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 2rem;
}
#top-content .videonoticias-thmstyle{
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 2rem;
}
#top-content .videonoticias-thmstyle .inner-title{
    position: absolute;
    z-index: 1;
}
#top-content .videonoticias-thmstyle .event-thmstyle{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 5rem!important;
}
#top-content .videonoticias-thmstyle .notes-slider .itemarticle{
    height: 394px;
}
#top-content .videonoticias-thmstyle .notes-slider .content{
    padding: 0 2rem;
}
#top-content .media-heading{
    font-size: 18px;
}
#top-content a:not(.btn){
    color: #1A659E;
}
#top-content .media-body{
    width: auto;
}
#top-content .media-object{
    max-width: 55px;
    max-height: 55px;
}
#top-content .readall a{
    background: #f6f6f6;
    color: #666;
    border-color: #eee;
    font-size: 16px;
}
#top-content .readall a:hover{
    background: #eee;
    border-color: #ccc;
}



#mod_sis_carousel2196{
    margin-top: 2rem;
}

.alert-date {
	background-color: #f6f6f6;
	border-color: #eee;
	padding: 10px 5px;
}
.mediablog.cursosfec .media-left {
	width: 65px;
	max-width: 65px;
	text-align: center;
    line-height: 20px;
}

.semanal-thmstyle .media-left{
	text-align: center;
	width: 250px;
	line-height: 20px;
}
.semanal-thmstyle .media-body h2{
	margin: 0;
}
.semanal-thmstyle .ic-place {
	margin-left: 0;
}

.inner-title .title {
    color: #111;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.inner-title .title span {
    color: #9D142E;
}

.inner-title .title.small-title {
    font-size: 18px;
}

.preloader{
    background-color:#ffffff;
    background-image:url(../images/photos/preloader.gif);
    background-position:center center;
    background-repeat:no-repeat;
    left:0px;
    position:fixed;
    top:0px;
    width:100%; height:100%;
    z-index:999999;
}

.phocadownloadfile32 {
	background-color: transparent;
	border: 0;
	border-radius: 0.8rem;
	font-weight: bold;
}

.galeria {
	display: flex;
}

/*--- Line Styles ---*/

.line-bottom {
    position: relative;
}

.line-bottom:before {
    background-color: #9D142E;
    bottom: -15px;
    content: "";
    height: 2px;
    position: absolute;
    width: 80px;
}

.line-bottom:after {
    background-color: #fff;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    width: 5px;
}

.line-center {
    position: relative;
}

.line-center:before {
    background-color: #9D142E;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    max-width: 80px;
    position: absolute;
    right: 0;
    width: 100%;
}

.line-center:after {
    background-color: #760F22;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    max-width: 80px;
    position: absolute;
    right: 0;
    width: calc(100% - 99%);
}

/*--- Flaticon Reset Styles ---*/

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
    line-height: 1.19;
}

/*--- Btn Styles ---*/

.btn-theme {
    background-color: #9D142E;
    border: 1px solid #9D142E;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.67;
    padding: 15px 42px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-theme:hover,
.btn-theme.btn-black {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}

.btn-theme.btn-black:hover {
    background-color: #9D142E;
    border: 1px solid #9D142E;
    color: #fff;
}

.btn-theme.btn-theme2 {
    background-color: #760F22;
    border: 1px solid #760F22;
    color: #fff;
}

.btn-theme.btn-theme2:hover {
    background-color: #9D142E;
    border: 1px solid #9D142E;
    color: #fff;
}

.btn-theme.btn-white {
    background-color: #fff;
    /*border: 1px solid #fff;*/
    color: #9D142E;
}

.btn-theme.btn-white:hover {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}

.btn-theme.btn-gray {
    background-color: #c6c7c7;
    border: 1px solid #c6c7c7;
    color: #fff;
}

.btn-theme.btn-gray:hover {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}

.btn-theme.btn-bdr {
    background-color: transparent;
    border: 1px solid #9D142E;
    color: #9D142E;
}

.btn-theme.btn-bdr:hover {
    background-color: #9D142E;
    color: #fff;
}

.btn-black.btn-bdr {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
}

.btn-black.btn-bdr:hover {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}

.btn-white.btn-bdr {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-white.btn-bdr:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #9D142E;
}

.btn-gray.btn-bdr {
    background-color: transparent;
    border: 1px solid #c6c7c7;
    color: #a4a4a4;
}

.btn-gray.btn-bdr:hover {
    background-color: #c6c7c7;
    border: 1px solid #c6c7c7;
    color: #fff;
}

.btn-sm {
    padding: 9px 25px;
}

.btn-xs {
    font-size: 11px;
    padding: 5px 15px;
}

.btn-round {
    border-radius: 25px;
}

.btn-theme.pull-left,
.btn-theme.pull-right {
    display: inline-block;
    /*line-height: 1.4;*/
}

/*--- Owl Carousel Styles ---*/

.inline{
    display: inline;
}

.owl-theme .owl-controls {
    bottom: 0;
    top: 15px;
    position: absolute;
    z-index: 0;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    display: inline-block;
    margin: 0;
    padding: 4px 14px;
    text-align: center;
}

.owl-carousel .owl-controls .owl-prev {
    margin-right: 2px;
}

.owl-carousel .owl-controls .owl-next {
    margin-left: 2px;
}

/*--- Owl Column Styles ---*/

.owl-carousel.owl-column .owl-controls {
    display: none;
}

.owl-carousel.owl-column.owlnav-true .owl-controls {
    display: inline;
}

.owl-carousel.owl-column.owldots-true .owl-controls {
    display: inline;
}

.owl-carousel.owl-column .owl-controls .owl-nav,
.owl-carousel.owl-column .owl-controls .owl-dots {
    display: none !important;
}

.owl-carousel.owl-column.owlnav-true .owl-controls .owl-nav {
    display: block !important;
}

.owl-carousel.owl-column.owldots-true .owl-controls .owl-dots {
    display: block !important;
}

/*--- Owl Nav Style One ---*/

.owl-carousel.owlnav-true .owl-controls .owl-prev,
.owl-carousel.owlnav-true .owl-controls .owl-next {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    display: inline-block;
    margin: 0;
    padding: 4px 14px;
    text-align: center;
}

.owl-carousel.owlnav-true .owl-controls .owl-prev {
    margin-right: 2px;
}

.owl-carousel.owlnav-true .owl-controls .owl-next {
    margin-left: 2px;
}

/*--- Owl Nav Style Two ---*/

.owl-carousel.owlnav-true.owl-nav2 .owl-controls {
    display: inline;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next  {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    margin: 0;
    margin-top: -22px;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next i  {
    color: #666;
    font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev  {
    left: 0;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next {
    right: 0;
}

/*--- Owl Nav Style Three ---*/

.owl-carousel.owlnav-true.owl-nav3 .owl-controls {
    display: inline;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next  {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    margin: 0;
    margin-top: -22px;
    opacity: 0;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next i  {
    color: #666;
    font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev  {
    left: 0;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-next  {
    opacity: 1;
}

/*--- Owl Nav Style Four ---*/

.owl-carousel.owlnav-true.owl-nav4 .owl-controls {
    display: inline;
}


.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    left: auto;
    padding: 0 10px;
    position: absolute;
    top: -60px;
}



.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev {
    right: 30px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next  {
    right: 0;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next i {
    font-size: 14px;
}

.owl-carousel.owlnav-true.owlnav-mobile.owl-nav2 .owl-controls{
    display: none;
}

/*--- Owl Dots Style ---*/

.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  display: inline-block;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
    background-color: #fff;
    border: 5px solid #9D142E;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 16px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #1c1c1c;
}

/*--- Blockquote Style ---*/

.blockquote-style {
    border-left: 3px solid #c9c9c9;
    margin: 20px 0;
    padding: 30px;
}

.blockquote-style p {
    font-size: 16px;
    font-style: italic;
}

.blockquote-style1 {
    background-color: #f9f9f9;
    border-left: 5px solid #f2f2f2;
    margin: 20px 0;
    padding: 30px;
}

.blockquote-style1 p {
    font-size: 16px;
    font-style: italic;
}


/*--- Thumb Overlay effect ---*/

.thumb-caption {
    position: relative;
    overflow: hidden;
}

.overlay-effect {
    background-color: rgba(245, 95, 13, 0.75);
    color: #fff;
    height: 100%;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
}

.box-area:hover .overlay-effect {
    background-color: rgba(245, 95, 13, 0.9);
}

.box-effect-white .box-area:hover .overlay-effect {
    background-color: rgba(255, 255, 255, 0.75);
}

.box-area .overlay-effect.overlay-effect2 {
    opacity: 0;
}

.box-area:hover .overlay-effect.overlay-effect2 {
    opacity: 1;
}

.box-area .overlay-effect.overlay-effect3 {
    border-radius: 0 30px 30px 0;
    bottom: 0;
    height: auto;
    margin: 10px 0;
    opacity: 1;
    text-align: left;
    top: auto;
    width: auto;
}

.overlay-effect h1,
.overlay-effect h2,
.overlay-effect h3,
.overlay-effect h4,
.overlay-effect h5,
.overlay-effect h6,
.overlay-effect p {
    color: #fff;
    margin: 0;
}

/*--- Gallery Style ---*/

.isotopeContainer .isotope-item {
    width: 25%;
}

.isotopeContainer .isotope-item img {
    max-width: 100%;
    width: 100%;
}


/* Isotop Filter Style */

.isotopeFilter {
    margin-bottom: 30px;
    text-align: center;
}

.isotopeFilter.filter-left {
    text-align: left;
}

.isotopeFilter.filter-right {
    text-align: right;
}

.isotopeFilter a {
    background-color: #f9f8f7;
    border-radius: 3px;
    color: #760F22;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
    padding: 7px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.isotopeFilter a:hover,
.isotopeFilter a.current { 
    background-color: #760F22;
    color: #fff;
}

/* Isotop Colunm Style */

.isotopeContainer.isotop-colunm .isotope-item {
    width: 100%;
}

.isotopeContainer.isotop-colunm2 .isotope-item {
    width: 50%;
}

.isotopeContainer.isotop-colunm3 .isotope-item {
    width: 33.33%;
}

.isotopeContainer.isotop-colunm4 .isotope-item {
    width: 25%;
}

.isotopeContainer.isotop-colunm5 .isotope-item {
    width: 20%;
}

.isotopeContainer.isotop-colunm6 .isotope-item {
    width: 16.66%;
}

.isotopeContainer.isotop-colunm7 .isotope-item {
    width: 14.28%;
}

.isotopeContainer.isotop-colunm8 .isotope-item {
    width: 12.5%;
}

.isotopeContainer.isotop-colunm9 .isotope-item {
    width: 11.11%;
}

.isotopeContainer.isotop-colunm10 .isotope-item {
    width: 10%;
}

.isotopeContainer.isotop-colunm11 .isotope-item {
    width: 9.09%;
}

.isotopeContainer.isotop-colunm12 .isotope-item {
    width: 8.33%;
}

.isotopeContainer .isotope-item.w2-isotope {
    width: 50%;
}

/* Isotop Tiles Style */

.isotopeContainer.isotop-masonry.isotop-colunm3 .isotope-item.isotope-wide {
    width: 66.66%;
}

.isotopeContainer.isotop-masonry.isotop-colunm4 .isotope-item.isotope-wide {
    width: 50%;
}

/* Isotop Gutter Style */

.isotopeContainer.isotop-gutter {
  margin: -5px -5px 0;
}

.isotopeContainer.isotop-gutter .isotope-item {
    padding: 5px;
}

.isotopeContainer.isotop-gutter-sm {
  margin: -2px -2px 0;
}

.isotopeContainer.isotop-gutter-sm .isotope-item {
    padding: 2px;
}

.isotopeContainer.isotop-gutter-lg {
  margin: -10px -10px 0;
}

.isotopeContainer.isotop-gutter-lg .isotope-item {
    padding: 10px;
}

/* Isotop Item Style */

.isotope-item .isotop-thumb {
    position: relative;
}

.isotope-item .isotop-thumb .isotop-overlay {
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; 
    width: 100%;
}

.isotope-item:hover .isotop-thumb .isotop-overlay {
    opacity: 1;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons {
    position: absolute;
    text-align: center;
    top: calc(50% - 17px);
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
}

.isotope-item:hover .isotop-thumb .isotop-overlay .isotop-icons {
    transform: scale(1);
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a {
    background-color: rgba(245, 95, 13, 0.85);
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 #ddd;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
    width: 35px;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a:nth-child(n+2) {
    margin-left: 10px;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a:hover {
    background-color: #760F22;
    color: #fff;
}

/* Isotop Item Hover Style */

.isotopeContainer.isotope-hover .isotope-item .isotop-thumb {
    overflow: hidden;
}

.isotopeContainer.isotope-hover .isotope-item .isotop-thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.isotopeContainer.isotope-hover .isotope-item:hover .isotop-thumb img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

/* Isotop Item Hover Style 2 */

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb {
    overflow: hidden;
}

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.isotopeContainer.isotope-hover2 .isotope-item:hover .isotop-thumb img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb .isotop-overlay {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: auto;
    height: auto;
}

/* Responsive Style */
@media only screen and (max-width: 991px){

    .isotopeContainer.isotop-colunm .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm2 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm3 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm4 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm5 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm6 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm7 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm8 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm9 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm10 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm11 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm12 .isotope-item {
        width: 50%;
    }

    .isotopeContainer .isotope-item.w2-isotope {
        width: 50%;
    }
}
@media only screen and (max-width: 520px){

    .isotopeContainer.isotop-colunm .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm2 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm3 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm4 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm5 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm6 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm7 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm8 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm9 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm10 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm11 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm12 .isotope-item {
        width: 100%;
    }

    .isotopeContainer .isotope-item.w2-isotope {
        width: 100%;
    }

    .isotopeContainer.isotop-masonry.isotop-colunm4 .isotope-item.isotope-wide {
        width: 100%;
    }
}

/*--- Progress Bar Style ---*/

.progress-item {
    background-color: #eee;
    border-radius: 3px;
    display: block;
    height: 20px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.progress-item .progress-title {
    background-color: #760F22;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}

.progress-item .progress-title span {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    min-width: 60px;
    padding: 0 15px;
    text-align: center;
}

.progress-item .bar-progress {
    background-color: #9D142E;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 20px;
    overflow: visible !important;
    width: 0;
}

.progress-item .progress-percent {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}


.progress-two .progress-item .bar-progress {
    position: relative;
}

.progress-two .progress-item .progress-percent {
    color: #fff;
}


.progress-three .progress-item .bar-progress {
    position: relative;
}

.progress-three .progress-item .progress-percent {
    background-color: #760F22;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    right: -20px;
    text-align: center;
    top: -7px;
    width: 32px;
    z-index: 1;
}


.pgbtitle-top {
    margin-top: 30px;
}

.pgbtitle-top .progress-item {
    margin-bottom: 45px;
}

.pgbtitle-top .progress-item .progress-title {
    background-color: transparent;
    top: -30px;
}

.pgbtitle-top .progress-item .progress-title span {
    color: #000;
    line-height: 20px;
    min-width: auto;
    padding: 0;
}


.pgbpercent-top {
    margin-top: 30px;
}

.pgbpercent-top .progress-item {
    margin-bottom: 45px;
}

.pgbpercent-top .progress-item .progress-percent {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    right: 10px;
    top: -30px;
}


.pgb-large .progress-item {
    height: 35px;
}

.pgb-large .progress-item .progress-title span {
    font-size: 13px;
    line-height: 35px;
}

.pgbtitle-top.pgb-large .progress-item .progress-title span {
    line-height: 20px;
}

.pgb-large .progress-item .bar-progress {
    height: 35px;
}

.pgb-large .progress-item .progress-percent {
    font-size: 13px;
    line-height: 35px;
}

.pgb-large.pgbpercent-top .progress-item .progress-percent {
    font-size: 13px;
    line-height: 20px;
}

.progress-three.pgb-large .progress-item .progress-percent {
    background-color: #760F22;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    right: -20px;
    text-align: center;
    top: -7px;
    width: 45px;
    z-index: 1;
}


.pgb-small .progress-item {
    height: 13px;
}

.pgb-small .progress-item .progress-title span {
    font-size: 10px;
    line-height: 13px;
    min-width: 45px;
}

.pgbtitle-top.pgb-small .progress-item .progress-title span {
    font-size: 13px;
    line-height: 13px;
    min-width: auto;
}

.pgb-small .progress-item .bar-progress {
    height: 13px;
}

.pgb-small .progress-item .progress-percent {
    font-size: 10px;
    line-height: 13px;
}

.pgb-small.pgbpercent-top .progress-item .progress-percent {
    font-size: 13px;
}

.progress-three.pgb-small .progress-item .progress-percent {
    background-color: #760F22;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    right: -20px;
    text-align: center;
    top: -7px;
    width: 25px;
    z-index: 1;
}

/*--- Content Vmiddle Style ---*/

.verticle-wrp {
    display: table;
    height: 100%;
}

.verticle-middle {
    display: table-cell;
    vertical-align: middle;
}

/*--- Boxed Layout Style ---*/

.boxed-layout-style {
    background-color: #aeaeae;
}

.boxed-layout-style .wrapper {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 1200px;
}

.boxed-layout-style .container {
    padding: 0 15px;
}

.boxed-layout-style .mega-header {
    margin: 0 auto;
    max-width: 1200px;
}

.boxed-layout-style .mega-header .header-main.header-fixedtop {
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 1200px;
    right: 0;
}

.wide-layout-style .mega-header .header-main.header-fixedtop {
    left: 0 !important;
    right: 0;
    width: 100% !important;
}

.boxed-layout-style .home-slider.ui-resizable {
    max-width:100% !important;
}

.boxed-layout-style .tp-banner-container {
  max-width: 100% !important;
  left: 0 !important;
  right: 0;
}

.boxed-layout-style .tp-banner-container .tp-leftarrow {
    left: 0 !important;
}

.boxed-layout-style .tp-banner-container .tp-rightarrow {
    right: 0 !important;
}

.boxed-layout-style .tp-banner-container .tp-bullets {
    margin-left: 0 !important;
}
.wide-layout-style .home-slider.ui-resizable {
    max-width:100% !important;
}
.wide-layout-style .tp-banner-container {
    max-width: auto;
    left: 0 !important;
    right: 0;
}

.home-slider.ui-resizable .ui-icon,
.home-slider.ui-resizable .ui-widget-content .ui-icon {
  background-image: none;
}

/*
-----------------------------------------------------------------------
    Switcher Menu style
-----------------------------------------------------------------------
*/

.menu-switcher {
    background-color: rgba(1, 1, 1, 0.95);
    left: -250px;
    padding: 15px 15px 40px;
    position: fixed;
    top: 30%;
    width: 250px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-switcher.switcher-show {
    left: 0;
}

.switcher-btn {
    background-color: rgba(2, 2, 2, 0.85);
    border: 1px solid #222;
    border-radius: 0 50% 50% 0;
    color: #eee;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 15px 8px 13px;
    position: absolute;
    right: -47px;
}

a.switcher-btn:hover,
a.switcher-btn:active,
a.switcher-btn:focus {
    color: #fff;
}

.switcher-title {
    border-bottom: 1px solid #151515;
    color: #eee;
    margin-bottom: 25px;
    margin-right: 10px;
    padding-bottom: 12px;
    position: relative;
    text-align: right;
}

.switcher-title:after {
    border-bottom: 1px solid #111;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.menu-switcher .title {
    border-bottom: 1px solid #151515;
    color: #555;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.menu-switcher .title:after {
    border-bottom: 1px solid #111;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.switcher-laout-boxed-wide {
    margin-bottom: 15px;
}

.menu-switcher ul {
    color: #fff;
    display: inline-block;
    text-align: center;
}

.menu-switcher ul li {
    color: #fff;
    display: inline-block;
}

.menu-switcher ul li a {
    color: #fff;
    cursor: pointer;
}

/* Switcher Color */

.switcher-color li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: left;
    width: 20%;
}

.switcher-color li:last-child {
    margin-right: 0;
}

.switcher-color li:nth-child(4) {
    margin-right: 0 !important;
}

.switcher-color li a {
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    padding: 5px;
    width: 30px;
}

.switcher-color li a.scr-color1 {
    background-color: #b70244;
}

.switcher-color li a.scr-color2 {
    background-color: #ff6d00;
}

.switcher-color li a.scr-color3 {
    background-color: #f28b3d;
}

.switcher-color li a.scr-color4 {
    background-color: #af8e0b;
}

.switcher-color li a.scr-color5 {
    background-color: #9D142E;  
}

.switcher-color li a.scr-color6 {
    background-color: #42b7d3;
}

.switcher-color li a.scr-color7 {
    background-color: #0b4575;
}

.switcher-color li a.scr-color8 {
    background-color: #546e7a;
}

.switcher-color li a.scr-color9 {
    background-color: #19abdd;
}

.switcher-color li a.scr-color10 {
    background-color: #1aa6d8;
}

.switcher-color li a.scr-color11 {
    background-color: #08a1de;
}

.switcher-color li a.scr-color12 {
    background-color: #1196cc;
}

.switcher-color li a:hover,
.switcher-color li a:active,
.switcher-color li a:focus {
    color: #fff;
}

/* Switcher Laout Boxed & Wide */

.switcher-laout-boxed-wide li {
    float: left;
    margin-right: 10px;
}

.switcher-laout-boxed-wide li:last-child {
    margin-right: 0;
}

.switcher-laout-boxed-wide li a {
    background-color: #353535;
    border-radius: 3px;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    padding: 5px 15px;
    text-align: center;
}

/* Switcher Laout Bg Image */

.switcher-layout-bgimg li {
    color: #fff;
    line-height: 1;
    margin-right: 3px;
}

.switcher-layout-bgimg li:nth-child(6n+6) {
    margin-right: 0;
}

.switcher-layout-bgimg li a {
    display: inline-block;
    margin-bottom: 2px;
    width: 30px;    
}

.switcher-layout-bgimg li a img {
    height: 20px;
    width: 30px;    
}

.switcher-layout-bgimg li a.switcher-bgi-pattern {
    background-color: #eee;
    color: #9D142E;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 30px;
}

.solid-bgi-body {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
}

.pattern-bgi-body {
    background-attachment: fixed;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
}


/*
-----------------------------------------------------------------------
    Side Toggle  Menu style
-----------------------------------------------------------------------
*/

.side-toggle-menu .cbp-spmenu {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    overflow-y: scroll;
}

.side-toggle-menu .side-menu-btn {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50% 0 0 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 42px;
    left: auto;
    line-height: 42px;
    padding-left: 9px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 30%;
    width: 42px;
    z-index: 999;
}

.side-toggle-menu .side-menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.sidemenu-dropdown {
    cursor: pointer;
}

.sidemenu-dropdown-active {
    display: none;
}

.side-toggle-menu .cbp-spmenu a {
    color: #000;
    border-bottom: 1px dotted #d9d9d9;
    font-weight: 500;
}

.side-toggle-menu .cbp-spmenu a:hover {
    color: #fff;
}

.side-toggle-menu .cbp-spmenu a.logo {
    background-color: #101010;
    border: none !important;
}

.side-toggle-menu .cbp-spmenu a.logo:hover {
    background-color: #101010;
}

.side-toggle-menu .cbp-spmenu a i {
    color: #fff;
}

.side-toggle-menu .cbp-spmenu:hover a.side-menu-btn-close {
    cursor: pointer;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    padding: 0 7px;
    position: absolute;
    right: 0;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close:hover {
    background-color: rgba(0, 0, 0, 0.55);
}

.side-toggle-menu .copy-right-sidemenu {
    border-top: 1px dotted #d3d3d3;
    bottom: 30px;
    color: #aeaeae;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding-top: 30px;
    position: absolute;
    right: 0;
    text-align: center;
}

.side-toggle-menu .copy-right-sidemenu a {
    border: none !important;
    display: inline-block;
    font-size: 13px;
    padding: 0;
    text-decoration: none;
}

.side-toggle-menu .copy-right-sidemenu a:hover {
    background-color: transparent !important;
}


/*
-----------------------------------------------------------------------
    Main Header style
-----------------------------------------------------------------------
*/

.mega-header {
    background:#fff;
    left:0px;
    position:relative;
    top:0px;
    width:100%;
    z-index:999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;   
}

.mega-header .header-bar {
    background-color: #f6f6f6;
}

.mega-header .header-bar .social-icons {
    float: right;
    text-align: right;
}

.mega-header .header-bar .social-icons li {
    margin-right: 7px;
}
.mega-header .header-bar .social-icons.visible-xs li {
    margin-right: 0;
}

.mega-header .header-bar .social-icons li a {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    height: 32px;
    width: 32px;
}


.mega-header .header-bar .social-icons li a i {
    color: #afafaf;
    line-height: 30px;
}

.mega-header .header-bar .social-icons li a:hover i {
    color: #fff;
}

.mega-header .header-bar .side-toggle-menu {
    float: right;
    margin-left: 20px;
    position: relative;
}

.mega-header .header-bar .side-toggle-menu:before {
    background-color: #ecebeb;
    content: "";
    height: 52px;
    left: -12px;
    position: absolute;
    top: -7px;
    width: 1px;
}

.mega-header .header-bar .side-toggle-menu:after {
    background-color: #f6f6f6;
    content: "";
    height: 52px;
    left: -11px;
    position: absolute;
    top: -7px;
    width: 1px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn {
    background-color: transparent;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #afafaf;
    height: 32px;
    line-height: 30px;
    padding-left: 0;
    position: inherit;
    text-align: center;
    top: 0;
    width: 32px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn:hover {
    background-color: #9D142E;
    color: #fff;
}

.mega-header .header-top {
    position:relative;
    padding:1rem 0;
    background:#ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    
}

.header-fixedtop {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.header-fixedtop .header-top {
    display: none;
    opacity: 0;
    padding:0px 0px;
}

.mega-header .logo {
    margin: 0 0 5px;
    position:relative;
    padding:0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.mega-header .logo img {
    position:relative;
    display:inline-block;
    max-width:100%; 
    max-height: 75px;
	margin-left: 1rem;
}

.mega-header .header-top .search-form .form {
    position:relative;
    margin-top:25px;
    padding-left:30px;  
}

.mega-header .header-top .form input[type="text"],
.mega-header .header-top .form input[type="password"] {
    position:relative;
    display:block;
    width:100%;
    height:40px;
    line-height:24px;
    font-size:13px;
    padding:7px 50px 7px 15px;
    border:1px solid #cccccc;
    background:#ffffff;
}

.mega-header .header-top .form select {
    position:relative;
    display:block;
    width:100%;
    height:40px;
    line-height:24px;
    font-size:13px;
    padding:7px 15px;
    border:1px solid #cccccc;
    border-right:none;
    color:#888888;
    background:#ffffff url(../images/icons/icon-down.html) center right no-repeat;
    cursor:pointer;
}

.mega-header .header-top .form-group {
    position:relative;
    float:left;
    margin-bottom:10px; 
}

.mega-header .header-top .medium {
    width:150px;    
}

.mega-header .header-top .form button {
    position:absolute;
    right:0px;
    top:0px;
    width:40px;
    height:40px;
    text-align:center;
    background:#000000;
    line-height:40px;
    color:#ffffff;
    font-size:14px; 
}

.mega-header .header-top .form button:hover {
    background:#760F22; 
}

.mega-header .header-top .large {
    width:320px;    
}

.mega-header .header-top .user-links {
    position:relative;
    margin-top:25px;
}

.mega-header .header-top .user-links a {
    position:relative;
    text-transform:uppercase;
    font-size:13px;
    line-height:30px;
    padding:5px 0px;
    display:inline-block;
    margin:0px 5px;
    color:#565656;  
}

.mega-header .header-top .user-links a:hover,
.mega-header .header-top .user-links a.active {
    color:#760F22;  
}

.directos .item {
	display: flex;
	align-items: center;
}
.directos .directos-image{
    margin-right: 2rem;
}
.directos .directos-image .item-image img {
	width: 140px;
	height: 140px;
	max-width: inherit;
	border-radius: 50%;
}
.directos .label{
    font-size: 95%;
    padding: 0.3rem 0.6rem;
    font-weight: 400;
}
.directos .item{
    padding: 1rem;
}
.directos .item h2{
    margin: 0;
    font-size: 24px;
}
.directos .items-row{
    float: left;
    width: 48%;
    margin: 1%;
}
.directos .future{
    background: #f6f6f6;
    border-radius: 0.8rem;
}
.directos .online {
    background: #EAF6EA;
    border-radius: 0.8rem;
}
.directos .soon{
    background: #FEF4E8;
    border-radius: 0.8rem;
}
.directos .soon .label.label-{
	background: black;
}

/*--- Header Top Infos Styles ---*/

.header-top-infos > ul {
    display: inline-block;
    float: right;
}
.header-top-infos > ul > li {
    border-right: 1px solid #D3D3D3;
    float: left !important;
    display: inline-block;
    padding: 0 30px;
}
.header-top-infos > ul > li:last-child {
    border: none;
    padding-right: 5px;
}
.header-top-infos > ul > li:last-child {
    border: none;
}
.header-top-infos {
    font-size: 14px;
    line-height: 20px;
    color: #36404B;
    margin-top: 15px;
}
.header-top-infos p {
    margin-bottom: 5px;
}
.header-top-infos li div {
    display: inline-block;
}
.header-top-infos li div img {
    float: left !important;
    margin-right: 10px;
    margin-top: 5px;
}
.header-top-infos li div p {
    float: left;
}

.carousel.slide,
.carousel-control.right,
.carousel-control.left,
.carousel.slide img{
    border-radius: 0.8rem;
}
.carousel.slide .carousel-control{
    width: 5%;
    background: transparent;
    opacity: 1;
}
.carousel.slide .carousel-indicators{
    /*background: rgba(255, 255, 255, 0.6);*/
    background: transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    /*bottom: 0;*/
    bottom: -30px;
    margin-bottom: 0;
}
.carousel.slide .carousel-indicators li{
    border-radius: 0;
    border-color: #000;
}
.carousel.slide .carousel-indicators .active{
    background-color: #000;
}
.carousel.slide .carousel-inner > .item > a > img,
.carousel.slide .carousel-inner > .item > img{
    margin: 0 auto;
}

#top-content .banneritem img{
    border-radius: 0.8rem;
    margin-bottom: 0.5rem;
}

.sidebar-maincontent ul.com-tags-tag__category{
    padding-left: 0;
}
.sidebar-maincontent ul.com-tags-tag__category li{
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}
#mega-menu .mainmenu a.homeiconasosec {
	background: url(https://secardiologia.es/templates/sec4/favicon/favicon-32x32.png) no-repeat left center;
	color: #f6f6f6;
	position: fixed;
	left: 15px;
	display: none;
	font-weight: 300 !important;
	padding-top: 26px;
	top: -6px;
}
.header-fixedtop #mega-menu .mainmenu a.homeiconasosec{
	display: block;
}
/*--- Main Menu Styles Start ---*/

.mega-header .header-main {
    background: #9D142E;
    left: 0 !important;
    padding: 0;
    position: relative;
    right: 0 !important;
    width: 100% !important;
}
/*.multimedia.portada .mega-header .header-main {
    margin-bottom: 4rem;
}*/

.mega-menu {
    position:relative;
    z-index:5;
}


.medios figure.item-image img {
	width: 100px;
	height: 100px;
	max-width: inherit;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	padding: 5px;
}
.medios figure.item-image {
	margin-top: 2rem;
}
.medios .items-row .item{
    display: flex;
}
.medios .items-row .item .medios-item-image{
    margin-right: 2rem;
}
.medios .items-row .item .medios-item-content h2{
    margin-bottom: 0;
}
.medios .items-row .item .medios-item-content p,
.medios .items-row .item .medios-item-content ul{
    font-size: 16px;
    line-height: 20px;
}

.sidebar-maincontent ul.list-group{
    padding-left: 0;
}
.sidebar-maincontent ul.list-group li{
    padding: 10px 15px;
    margin-bottom: -1px;
}

.toggleMenu {
    display:  none;
    padding: 20px 18px 0 0;
}
.toggleMenuTop {
    display:  none;
    padding: 20px 18px 0 0;
}
.mainmenu {
    list-style: none;
     *zoom: 1;
}
.mainmenu:after {
    clear: both;
}
.mainmenu ul {
    list-style: none;
    min-width: 320px;
}
.mainmenu ul li ul {
    list-style: none;
    min-width: 320px;
}
.mainmenu li a {	
	color: #fff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 15px;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.mainmenu li.dropdown a {
    padding: 16px 40px 16px 15px;
}
.mainmenu li a:hover {	
	color: #fff;
    background-color: #760F22;
}
.mainmenu li.dropdown-toggle a {	
	color: #fff;
    background-color: #760F22;
}
.mainmenu li {
    position: relative;
}
.mainmenu > li {
    float: left;
}
.mainmenu > li > a {
    display: block;
}
.mainmenu li ul {
    position: absolute;
    left: -9999px;
}
#mega-menu .mainmenu > li.dropdown-toggle > ul {
    left: 0;
    /* NUEVO */
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.mainmenu li li.dropdown-toggle ul {
    left: 100%;
    top: 0;
    /* NUEVO */
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border-left: 1px solid #eee;
}
.mainmenu li li a {
    background-color: #9D142E;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    display: block;
	padding: 7px 15px;
    position: relative;
    text-transform: inherit;
    z-index:100;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
/* NUEVO */
#mega-menu .mainmenu li.dropdown-toggle ul li a {
	background: #fff;
	box-shadow: none;
	border-bottom: 1px solid #eee;
    color: #760F22;
}
#mega-menu .mainmenu li.active a{
    background: #760F22;
    color: #fff;
}
#mega-menu .mainmenu li.dropdown-toggle ul li.active a{
    background-color: #9D142E;
    color: #fff;
}
#mega-menu .mainmenu li.dropdown-toggle ul li.active ul li a{
    background: #fff;
    color: #760F22;
}
#mega-menu .mainmenu li.dropdown-toggle ul li.active ul li.active a{
    background: #9D142E;
    color: #fff;
}
#mega-menu .mainmenu li.dropdown-toggle ul li.active ul li.active ul li a{
    background: #fff;
    color: #760F22;
}
#mega-menu .mainmenu li.dropdown-toggle ul li.active ul li.active ul li.active a{
    background: #9D142E;
    color: #fff;
}
/*.mainmenu li li.active > li.active a{
    background-color: #9D142E;
}*/
.mainmenu li.dropdown li a {
	padding: 7px 15px;
}
.mainmenu li.dropdown li a:hover {
	padding: 7px 14px 7px 18px;
}
.mainmenu li li a:hover {
    background-color: #9D142E;
}
/*.mainmenu li.dropdown-toggle li li a {
    background-color: #9D142E;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    z-index:200;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.mainmenu li.dropdown-toggle li li a:hover {
    background-color: #760F22;
}
.mainmenu li.dropdown-toggle li.dropdown-toggle a {
    background-color: #9D142E;
}*/

.mainmenu li.dropdown .fa{
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 16px;
}
.mainmenu li.dropdown li .fa{
    top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/*.mainmenu li.dropdown a {
		padding: 16px 16px 16px 15px;
    }*/
    .mainmenu li.dropdown a {padding: 16px 36px 16px 15px; font-size: 12px;}
    .mainmenu li a {padding: 16px 15px 16px 15px; font-size: 12px;}
    .mainmenu li.homestart a{padding: 15px 15px 14px!important;}
}
@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
	.mainmenu {
		background-color: #fff;
		margin-bottom: 15px;
	}
    .mainmenu > li {
        float: none;
    }
	.mainmenu li a {
	  color: #777;
	  border-top: 1px solid #f0f0f0;
    }
    .mainmenu > li.active > a{
        color: #fff;
    }
	.mainmenu li.dropdown a {
	  padding: 10px 30px 10px 15px;
	}
	.mainmenu > li.dropdown .parent:after {
		color: #9D142E;
	}
    .mainmenu ul {
        display: block;
        width: 100%;
    }
    .mainmenu > li.dropdown-toggle > ul , .mainmenu li li.dropdown-toggle ul {
        position: static;
    }
	.toggleMenu {
		/*float: right;*/
		height: 50px;
		width: 45px;
		position: relative;
        left: 90%;
	}
	.toggleMenu em {
	   background-color: #fff;
	   float: right;
	   height: 3px;
	   margin: 0 0 4px;
	   width: 25px;
	}
	
	.mainmenu li.homestart a{
		text-align: center;
	}
}

.item-page .com-content-article__links{
    padding-left: 0;
}
.item-page .com-content-article__links > li{
    list-style: none;
}
.item-page .com-content-article__links > li > a {
	background-color: #d9534f;
	border: 1px solid #d43f3a;
	color: #fff;
	margin: 0.5rem 0;
	display: inline-block;
	padding: 0.5rem 1rem;
    border-radius: 0.8rem;
}
.item-page .com-content-article__links > li > a:hover {
    background-color: #d43f3a;
	border: 1px solid #d43f3a;
}

/* menu top */
#mega-menu-top .mainmenutop {
    list-style: none;
     *zoom: 1;
}
#mega-menu-top .mainmenutop:after {
    clear: both;
}
#mega-menu-top .mainmenutop ul {
    list-style: none;
    min-width: 180px;
}
#mega-menu-top .mainmenutop ul li ul {
    list-style: none;
    min-width: 280px;
}
#mega-menu-top .mainmenutop li a {	
	color: #000;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 15px;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#mega-menu-top .mainmenutop li.dropdown a {
    padding: 16px 40px 16px 15px;
    border-radius: 0.8rem;
}
#mega-menu-top .mainmenutop li.dropdown a:hover,
#mega-menu-top .mainmenutop li.dropdown-toggle a{
    border-radius: 0.8rem 0.8rem 0 0;
}
#mega-menu-top .mainmenutop li.dropdown ul.nav-child a {
    border-radius: 0;
}
#mega-menu-top .mainmenutop li a:hover {	
	color: #fff;
}
#mega-menu-top .mainmenutop li.dropdown-toggle a {	
	color: #fff;
}
#mega-menu-top .mainmenutop li {
    position: relative;
}
#mega-menu-top .mainmenutop > li {
    float: left;
}
#mega-menu-top .mainmenutop > li > a {
    display: block;
}
#mega-menu-top .mainmenutop li ul {
    position: absolute;
    left: -9999px;
}
#mega-menu-top .mainmenutop > li.dropdown-toggle > ul {
    left: 0;
}
#mega-menu-top .mainmenutop li.dropdown ul.nav-child li:last-child a {
	border-radius: 0 0 0.8rem 0.8rem;
}
/* Para blog */
#mega-menu-top .mainmenutop > li.dropdown-toggle > ul#menublog{
    left: auto;
    right: 0;
}
#mega-menu-top .mainmenutop li li.dropdown-toggle ul {
    left: 100%;
    top: 0;
}
#mega-menu-top{
    float: right;
}
#mega-menu-top .mainmenutop li.dropdown a {
    padding: 8px 16px;
    color: #666;
}
#mega-menu-top .mainmenutop li.dropdown a:hover, #mega-menu-top .mainmenutop li.dropdown-toggle a {
    background: #f6f6f6;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#mega-menu-top .mainmenutop li.dropdown a::after{
    display: none;
}
#mega-menu-top .mainmenutop li ul{
    z-index: 10000;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#mega-menu-top .mainmenutop li li a{
    background: #f6f6f6;
}
#mega-menu-top .mainmenutop li li.active a,
#mega-menu-top .mainmenutop li li a:hover{
    background: #f6f6f6;
    color: #9D142E;
}
#mega-menu-top .mainmenutop li li a {
    background-color: #f6f6f6;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    display: block;
	padding: 7px 15px;
    position: relative;
	text-transform: inherit;
    z-index:100;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#mega-menu-top .mainmenutop li.dropdown li a {
	padding: 7px 15px;
}
#mega-menu-top .mainmenutop li.dropdown li a:hover {
	padding: 7px 14px 7px 18px;
}
#mega-menu-top .mainmenutop li.dropdown .fa{
    display: none;
    float: right;
    font-size: 20px;
}
#mega-menu-top .mainmenutop li li a:hover {
    background-color: #f6f6f6;
}
#mega-menu-top .mainmenutop li.dropdown-toggle li li a {
    background-color: #f6f6f6;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    z-index:200;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#mega-menu-top .mainmenutop li.dropdown-toggle li li a:hover {
    background-color: #f6f6f6;
}
#mega-menu-top .mainmenutop li.dropdown-toggle li.dropdown-toggle a {
    background-color: #f6f6f6;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#mega-menu-top .mainmenutop li.dropdown a {
		padding: 10px 16px 10px 15px;
	}
}
@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    #mega-menu-top .mainmenutop li.dropdown .fa{
        display: inline-block;
    }
	#mega-menu-top .mainmenutop {
		background-color: #fff;
        position: fixed;
        margin-top: 8rem;
        width: 100%;
        left: 0;
	}
    .nomobile{
        display: none;
    }
    #secfec{
        margin-top: 1.1rem;
    }
    #secfec li{
        padding: 0.2rem 0.6rem;
    }
    #mod-custom2130{
        padding: 0;
    }
    #mega-menu-top .mainmenutop > li {
        float: none;
    }
	#mega-menu-top .mainmenutop li a {
	  color: #777;
	  border-top: 1px solid #f0f0f0;
	}
    #mega-menu-top .mainmenutop ul {
        display: block;
        width: 100%;
    }
    #mega-menu-top .mainmenutop > li.dropdown-toggle > ul , #mega-menu-top .mainmenutop li li.dropdown-toggle ul {
        position: static;
    }
	.toggleMenuTop {
		height: 56px;
		width: 60px;
		background: #f6f6f6;
		border-radius: 50%;
		border: 0;
		box-shadow: inherit;
		position: absolute;
		/*top: -85px;*/
		right: 0px;
	}
	.toggleMenuTop em {
	   background-color: grey;
	   float: right;
	   height: 3px;
	   margin: 0 0 4px;
	   width: 25px;
	}
}







.header-main .appoint-inner{
    text-align:right !important;
}

.header-top .appoint-btn a,
.header-main .appoint-btn a {
    background-color: #760F22;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;

    line-height: 38px;
    margin-top: 9px;
    border-radius: 20px;
}
.header-top .appoint-btn a:hover,
.header-main .appoint-btn a:hover{
    background: #f5a135; 
}

/*
-----------------------------------------------------------------------
    Home Slider Styles
-----------------------------------------------------------------------
*/

.home-section {
    background-image: url(../images/home/1.html);
}

.home-section .home-content {
    height: 100%;
    min-height: 600px;
    padding-top: 12%;
    text-align: center;
    width: 50%;
}

.home-section .home-content .title {
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
}

.home-section .home-content span {
    color: #111;
}


.home-slider {
    position:relative;
    background:none;
    color:#1c1c1c;
}

.home-slider h1 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height:1.8em;
    font-size:52px;
}

.home-slider h2 {
    color: #9D142E;
    font-family: 'Roboto Condensed', sans-serif;
    line-height:1.4em;
    font-size:48px;
}

.home-slider h3 {
    font-family: 'Roboto Condensed', sans-serif;
    line-height:2em;
    font-size:32px;
}

.home-slider .slide-text {
    font-size:20px;
    font-style:italic;
    font-family:'Gorgia','Times New Roman';
}

.home-slider .slide-text p {
    color: #1c1c1c;
    font-size:24px;
    font-weight: 600;
}

.home-slider .slide-bg-theme {
    background-color: #9D142E;
    border-radius: 35px;
    color: #fff;
    font-size: 32px;
    padding: 6px 25px;
    text-transform: uppercase;
}

.home-slider .slide-bg-theme.slide-bg-black {
    background-color: #1c1c1c;
}

.home-slider .slide-psm {
    font-size: 28px;
    padding: 6px 22px;
}

.home-slider .btn-theme {
    font-size: 14px;
}

.home-slider .btn-theme,
.home-slider .btn-theme.btn-black:hover {
    background-color: #9D142E ;
    border: 1px solid #9D142E ;
    color: #fff;
}

.home-slider .btn-theme:hover,
.home-slider .btn-theme.btn-black {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
}


.tp-bullets.preview4 .bullet {
    background:#9D142E !important;
    border-color:#202020 !important;    
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    border-color:#9D142E !important;    
}

.home-slider .tp-bullets.preview4 .bullet {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid rgba(245, 95, 13, 1) !important;
  box-shadow: none;
  height: 6px !important;
  width: 6px !important;
}

.home-slider .tp-bullets.preview4 .bullet:hover,
.home-slider .tp-bullets.preview4 .bullet.selected {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}


/*
-----------------------------------------------------------------------
    Welcome Section
-----------------------------------------------------------------------
*/

.welcome-content {
    position: relative;
}

.welcome-content .title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.welcome-content p {
    color: #989898;
    font-size: 14px;
}

.welcome-content .feature-list {
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.welcome-content .feature-list a {
    color: #9D142E;
}

.welcome-content .feature-list a:hover {
    color: #1c1c1c;
}

.welcome-content .feature-list a i {
    margin-right: 15px;
}

.welcome-content .welcome-feature {
    background-image: url(https://dummyimage.com/1000x600/666/fff);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
    min-height: 205px;
    padding: 35px 20px 40px 30px;
    position: relative;
}

.welcome-content .welcome-feature.img-2 {
    background-image: url(https://dummyimage.com/1000x600/666/fff);
}

.welcome-content .welcome-feature::before {
    background-color: rgba(245, 95, 13, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.welcome-content .welcome-feature .icon {
    bottom: -30px;
    position: absolute;
    right: -25px;
    z-index: 0;
}

.welcome-content .welcome-feature .icon i {
    color: #fff;
    font-size: 100px;
}

.welcome-content .welcome-feature .content {
    border-left: 1px solid #cb835f;
    min-height: 115px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.welcome-content .welcome-feature .content .title {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.welcome-content .welcome-feature .content .title span {
    color: #111;
}

.welcome-content .welcome-feature .content ul li {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.welcome-content .welcome-feature .content ul li em {
    font-family: 'Raleway', sans-serif;
}

/*--- welcome-content-style2 ---*/

.welcome-content.style-two {
  margin-top: -125px;
  position: relative;
  z-index: 99;
}

.welcome-content.style-two .welcome-feature {
    padding: 30px 20px 40px 30px;
}

.welcome-content.style-two .welcome-feature .content .title {
    font-size: 20px;
    margin-bottom: 13px;
}

.welcome-content .welcome-feature .content ul li:first-child {
    margin-bottom: 13px;
}


/*--- urgent-causes-style ---*/
.urgent-causes{
    background: #f9f9f9;
}
.urgent-causes .thumb {
    position: relative;
}

.urgent-causes .thumb img {
    border-left: 1px solid #ccc;
}

.urgent-causes .causes-info {
    background-color: rgba(245, 95, 13, 0.96);
    bottom: 20px;
    padding: 13px 30px;
    position: absolute;
}

.urgent-causes .causes-info .m-title {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.urgent-causes .causes-info .sub-title {
    color: #dd290f;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.urgent-causes .causes-info a {
    background-color: #760F22;
    border-radius: 6px;
    color: #fff;
    float: right;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    padding: 2px 10px;
    position: relative;
    text-transform: uppercase;
    top: -2px;
}

.urgent-causes .causes-info a:hover {
    background-color: #000;
}

/*--- become-volunteer-style ---*/

.become-volunteer .thumb {
    position: relative;
}

.become-volunteer .thumb img {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

.become-volunteer .membar-info {
    background-color: rgba(245, 95, 13, 0.96);
    border-radius: 0 30px 30px 0;
    bottom: 20px;
    padding: 13px 30px;
    position: absolute;
}

.become-volunteer .membar-info .m-title {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.become-volunteer .membar-info .sub-title {
    color: #dd290f;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.become-volunteer .membar-info a {
    background-color: #760F22;
    border-radius: 6px;
    color: #fff;
    float: right;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    padding: 2px 10px;
    position: relative;
    text-transform: uppercase;
    top: -2px;
}

.become-volunteer .membar-info a:hover {
    background-color: #000;
}


/*
-----------------------------------------------------------------------
    Event Section
-----------------------------------------------------------------------
*/
.event-post {
    position: relative;
    margin-bottom: 11px;
}

.event-post .thumb-caption {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 15px;
}

.event-post .content {
    display: inline-block;
    margin-left: 90px;
}

.event-post .content p {
    color: #9D142E;
    margin-bottom: 0;
}

.event-post .content .title {
    font-size: 15px;
    letter-spacing: 0px;
    color: #0a0a0a;
    margin-top: 0px;
    margin-bottom: 0;
}

.event-post .event-info {
    margin-top: 5px;
}

.event-post .event-info p {
    color: #989898;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.event-info p:first-child {
    margin-bottom: 5px;
}

.event-post .event-joined {
    position: absolute;
    right: 0;
    top: 0;
}

.event-post .event-joined {
    display: inline-block;
}

.event-post .event-joined h5 {
    color: #dd290f;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}

.event-post .event-joined p {
    color: #989898;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    margin-bottom: -3px;
    margin-top: 6px;
}

.event-post .event-joined p span {
    float: right;
}

.event-post .event-joined a.btn-theme {
    border-radius: 0;
    font-size: 9px;
    outline: 2px solid #dd891d;
    outline-offset: 1px;
    padding: 3px 5px;
}

/*--- Event Theme Style ---*/

.event-thmstyle .event-post {
  background-color: #f6f6f6;
  border: 10px solid #eee;
  margin-top: 18px;
  padding: 12px 8px;
}

.event-thmstyle h3{
    margin-top: 1rem;
}
.event-thmstyle h3 a{
    color: #1A659E;
}

.event-thmstyle .event-post .thumb-caption {
    left: 10px;
    margin-right: 15px;
    top: 15px;
}

.event-thmstyle .event-post .thumb-caption img {
    width: auto;
}

.event-thmstyle .event-post .content {
    margin-left: 95px;
}

.event-thmstyle .event-post .content .title {
    font-size: 20px;
    font-weight: 600;
}

.event-thmstyle .event-post .event-info {
    margin-top: 5px;
}

.event-thmstyle .event-post .event-info p {
    font-size: 11px;
}

.event-thmstyle .event-post .event-info p i {
    color: #9D142E;
    display: inline-block;
    margin-right: 0;
    width: 16px;
}

.event-thmstyle .event-post .event-joined {
    background-color: #0a0a0a;
    padding: 20px 38px;
    right: -12px;
    top: -24px;
    z-index: 3;
}

.event-thmstyle .event-post .event-joined .event-held .event-date {
    color: #9D142E;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 0;
}

.event-thmstyle .event-post .event-joined .event-held .event-month {
    color: #b6b6b6;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-top: 0;
}

.event-thmstyle .event-joined-shade:before {
    background-color: #0a0a0a;
    content: "";
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
    transform: skewX(19deg);
    width: 50px;
    z-index: -1;
}

/*--- Event List Style Two ---*/

.event-list-style2 .event-post {
    background-color: #f6f6f6;
    border: 10px solid #eee;
    padding: 12px 8px;
}

.event-list-style2 .event-post .content .title {
    font-size: 16px;
}

.event-list-style2 .event-post .event-info {
    margin-top: 5px;
}

.event-list-style2 .event-post .event-info p {
    font-size: 11px;
}

.event-list-style2 .event-post .event-joined {
    padding-left: 0;
}

.event-post .event-item {
    display: inline-block;
}

.event-post .event-item {
    left: 0;
    margin-left: 250px;
    position: absolute;
    top: 0;
}

/*--- Event Page List Style ---*/

.inner-listevent {
    padding-right: 30px;
}

.inner-listevent .event-post {
    margin-bottom: 30px;
}

.inner-listevent .event-post .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.inner-listevent .event-post .content p {
    font-size: 16px;
}

.inner-listevent .event-post .content .event-info p {
    font-size: 11px;
}

/*--- Event Page Grid Style ---*/

.inner-gridevent .event-post {
    margin-bottom: 30px;
}


/*
-----------------------------------------------------------------------
    Causes Section
-----------------------------------------------------------------------
*/

.causes-style {
    background-color: #eee;
    margin-bottom: 40px;
}

.causes-style .overlay-effect {
    left: 0;
}

.causes-style .overlay-effect.overlay-effect3 {
    background-color: transparent;
    border-radius: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0;
    margin-left: 55px;
    right: 0;
}

.causes-style .overlay-effect .progress-goal {
    background-color: #dd290f;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.causes-style .overlay-effect .progress-raised {
    background-color: #9D142E;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 9px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.causes-style .donator-count {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.causes-style .donator-count a {
    background-color: #dd891d;
    border-radius: 30px 30px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    letter-spacing: -1px;
    line-height: 60px;
    text-align: center;
    top: 15px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 64px;
}

.causes-style .donator-count a i {
    display: inline;
    font-size: 22px;
    line-height: 64px;
    margin-right: 0px;
    font-weight: 500;
}

.causes-style .content {
    padding: 15px 15px 20px;
}

.causes-style .content .title {
    color: #9D142E;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.causes-style .content h4.title{
    font-weight: 300;
    letter-spacing: inherit;
}
.causes-style .content h3.title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: inherit;
}

.causes-style.box-area .thumb-caption img {
    width: 100%;
}


/*
-----------------------------------------------------------------------
    Donate Form Styles
-----------------------------------------------------------------------
*/

.donation-form {
    background-color: #f6f6f6;
}

.donation-form.style-one {
    margin-top: -25px;
}

.donation-form .form-title {
    background-color: #9D142E;
    border-radius: 0 0 33px 34px;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 30px 20px;
    text-transform: uppercase;
}

.donation-form .form-title i {
    font-size: 20px;
    margin-right: 20px;
}

.donation-form form {
    padding: 20px;
}

.donation-form form .form-group {
    margin-bottom: 0;
}

.donation-form form input {
    border: 1px solid #e9e9e9;
    color: #555;
    font-size: 15px;
    height: 38px;
    margin-bottom: 15px;
    padding: 0 15px 2px;
    width: 100%;
}

.donation-form .form-group select {
    border: 1px solid #e9e9e9;
    color: #999999;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0 12px;
    width: 100%;
    -moz-appearance: none;
}

.donation-form .form-group select option {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 9px 12px;
}

.donation-form .form-group select option:first-child {
    color: #454545;
    cursor: auto;
    border-bottom: 1px solid #ddd;
}

.donation-form form textarea {
    border: 1px solid #e9e9e9;
    color: #555;
    font-size: 15px;
    height: 100px;
    margin-bottom: 20px;
    padding: 0 15px 2px;
    width: 100%;
}

.donation-form form .btn {
    background-color: #9D142E;
    border-radius: 18px 18px 0 0;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    padding: 9px 0;
}

.ui-widget-header {
    background: #9D142E;
    border: 1px solid #9D142E;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #9D142E;
    border: 1px solid #9D142E;
    color: #fff;
}


/*
-----------------------------------------------------------------------
    Widget Styles
-----------------------------------------------------------------------
*/

.iconbox-widget {
    position: relative;
}

.iconbox-widget .icon {
    left: 0;
    position: absolute;
    top: 4px;
}

.iconbox-widget .icon i {
    color: #9D142E;
    font-size: 44px;
    line-height: 36px;
}

.iconbox-widget .box-contenet {
    padding-left: 56px;
}

.iconbox-widget .box-contenet .title {
    margin-bottom: 8px;
    margin-top: 0;
}

.iconbox-widget .box-contenet .title a {
    color: #9D142E;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.iconbox-widget .box-contenet .sub-title {
    color: #989898;
}

.iconbox-widget .box-contenet .sub-title a {
    color: #989898;
}

.header-top-widget {
    margin-top: 1.5rem;
}

.header-top-widget .header-widget {
    float: right;
}

.header-top-widget .header-widget .iconbox-widget {
    display: inline-block;
    margin-right: 55px;
}

.header-top-widget .header-widget .iconbox-widget:last-child {
    margin-right: 0;
}

.header-top-widget .header-widget .iconbox-widget .box-contenet .title {
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px;
    font-weight: 700;
}

.header-top-widget.headerwidget-style2 .header-widget .iconbox-widget .box-contenet .title {
    border-bottom: 1px dashed #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 2px;
    padding-bottom: 8px;
}

#collapseSearch{
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 25px 15px;
    left: 0;
}

.header-widget .widget-search {
    /*text-align: right;*/
    display: flex;
    margin: 1rem 0 1.1rem;
}
.header-widget .widget-search .search{
    width: 100%;
}
.header-widget .widget-search input {
    height: 30px;
    padding-top: 0;
    width: 100%;
}

.header-widget .widget-search button {
    background-color: #ecebeb;
    border-color: #eee;
    height: 30px;
    width: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    top: 2px;
}

.header-widget .widget-search button:hover {
    background-color: #9D142E;
    border-color: #9D142E;
}

.header-bar .widget-tags {
}
#secfec{
    display: flex;
    margin-top: 0.7rem;
}
#secfec li{
    padding: 1rem;
    border-radius: 0.8rem 0.8rem 0 0;
}
#secfec a{
    color: #333;
    text-transform: uppercase;
}
#secfec .profesionales{
    background: #fff;
}
#secfec .profesionales a{
    background: url(https://secardiologia.es/templates/sec4/favicon/favicon-SEC.png) no-repeat left center / contain;
    padding-left: 20px;
}
#secfec .pacientes a{
    background: url(https://fundaciondelcorazon.com/templates/fec/favicon/favicon-32x32.png) no-repeat left center / contain;
    padding-left: 20px;
}

/* noticias destacadas */
#destacado{
    padding: 0;
    border: 0;
    margin-top: 3rem;
    margin-bottom: 4rem;
    display: none;
}
.sectrends{
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 0;
    background: #f6f6f6;
    border-radius: 0.8rem;
}
.sectrends .noticias{
    padding-left: 0;
}
.sectrends .noticiatitulo{
    padding: 0.5rem 1rem;
    background: red;
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 0.8rem;
    margin-right: 1rem;
}
.sectrends a{
    color: #333;
    font-weight: 300;
    font-size: 18px;
}
.sectrends a:hover{
    text-decoration: underline;
}
.sectrends i{
    color: red;
    padding: 0.5rem;
    margin: 0 0.5rem;
}
.sectrends p{
    margin: 0;
    background: #333;
}
.sectrends button.close{
    position: relative;
    top: 10px;
    font-size: 30px;
    font-weight: lighter;
    color: #333;
    opacity: 0.8;
    right: 1rem;
    top: 0.3rem;
}
.sectrends button.close:hover{
    opacity: 1;
}

#feature{
    background: #000;
}
#feature #tools{
    position: absolute;
    right: 20px;
    margin-top: 20px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#feature p{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#feature iframe{
    border-radius: 0 0 0.8rem 0.8rem;
}

.header-bar .widget-tags a {
    font-size: 13px;
    margin: 0;
    padding: 0.5rem;
    text-transform: uppercase;
}

.page-heading{
    font-size: 16px;
    font-weight: 600;
    margin-left: 0.2rem;
    color: #9D142E;
}
.page-header,
.page-header h1{
    margin: 0;
    border: 0;
}

.com-content-archive__filters.filters{
    background: #f6f6f6;
    padding: 1rem;
    border-radius: 0.8rem;
}
.com-content-archive__filters.filters select{
    padding: 6px 10px;
    cursor: pointer;
}
#archive-items .page-header{
    padding: 0;
    margin: 0;
    border: 0;
}
#archive-items .page-header a{
    color: #2080D0;
}

#divcontent{
    margin-top: 4rem;
}

.item-page .colaborador{
	display: flex;
	margin-bottom: 2rem;
}
.comisioncolaboradores{
	margin-top: 2rem;
}
.comisioncolaboradores .colaborador {
	height: 100px;
	border-radius: 0.8rem;
}
.item-page .colaborador .colabora_enlace{
	display: contents;
}
.item-page .colaborador img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-right: 1rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.comision-y-comites .item-page  .colaborador p{
	margin-top: 1rem;
}

a.btn-cta, .btn-cta {
	background: #1A659E;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0.8rem;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #1A659E;
	font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #000;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.cientifico a.btn-cta,
.cientifico .btn-cta,
.seccion a.btn-cta,
.seccion .btn-cta {
  background: #26994C;
  border: 1px solid #26994C;
}
.cientifico a.btn-cta:hover,
.cientifico .btn-cta:hover,
.seccion a.btn-cta:hover,
.seccion .btn-cta:hover {
  background: #1c7339;
}

.category-desc p{
    font-size: 16px;
    line-height: 20px;
}

.cajasecciones .text-center div {
	border: 0;
	padding: 1rem 0;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    border-radius: 0.8rem;
}
.cajasecciones .text-center div ul{
    margin-top: 0;
}
.cajasecciones blockquote.alert {
	height: 110px;
	margin: 0 1rem;
}
.cajasecciones .text-center div img {
	margin: 0 auto;
	height: 75px;
}
.grupos-de-trabajo .cajasecciones .text-center div img {
	height: 65px;
}

.mod-breadcrumbs__wrapper{
    background-color: #f6f6f6;
}
.mod-breadcrumbs__wrapper ol.breadcrumb{
    margin-bottom: 0;
}

#descripcionsec p{
    font-size: 18px;
    line-height: 24px;
}
#descripcionsec {
	height: 250px;
	overflow: auto;
	scrollbar-width: thin;
}
body.arritmias #descripcionsec{
    height: 450px;
    margin-bottom: 2rem;
    padding-right: 1rem;
}
#top-content img{
    border-radius: 0.8rem;
}
/*#top-content .mediablog img{
    border-radius: 50%;
}*/

#top-content .libros .event-thmstyle{
    box-shadow: none;
    padding: 0!important;
    margin-bottom: 0;
}
#top-content .libros .owl-carousel .owl-stage{
    height: 550px;
}
#top-content .libros .owl-carousel .owl-controls{
    z-index: 1;
}
#top-content .libros .owl-carousel .owl-controls .owl-nav{
    position: absolute;
    right: 0;
}


.item-page .btn{
    font-size: 16px;
}

/*--- Widget Sidebar ---*/

.widget {
    margin-bottom: 30px;
}

.sidebar-widget .nav li a {
    padding: 1rem;
    color: #444444;
    margin-bottom: 5px;
    background: #f6f6f6;
    border-radius: 0.8rem;
}
/*.sidebar-widget .widget .nav.menu .active > a,*/
.sidebar-widget .widget .nav.menu .parent.active > a,
.sidebar-widget .widget .nav.menu .current a {
    background: #ddd;
}
.sidebar-widget .nav li a:hover {
    background: none;
    color: #9D142E;
}

.sidebar-widget .nosub .widget h4.widget-title{
    margin-bottom: 0;
}
.nosub .widget .widget-title::before,
.nosub .widget .widget-title::after{
    display: none;
}

.sidebar-widget .widget{
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    border-radius: 0.8rem;
    overflow: hidden;
    padding: 0 2rem 1rem;
}
.sidebar-widget .widget.nooverflow{
    overflow: inherit;
    padding: 0.1rem 2rem 1rem;
}

.sidebar-widget .widget img{
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.sidebar-widget .widget .imagenoshadow img{
    box-shadow: inherit;
}
.sidebar-widget .widget .details .thumb img{
    width: 300px;
    margin: 0 auto;
    display: block;
}

.sidebar-widget .danger .widget{
    border: 1px solid #ebccd1;
}
.sidebar-widget .danger .widget h4{
    color: #a94442;
}
.sidebar-widget .info .widget{
    border: 1px solid #bce8f1;
    padding: 1rem 2rem 2rem;
}

.sidebar-widget .menunav a.dropdown-toggle{
    background: #eee;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.sidebar-widget .menunav ul.dropdown-menu{
    width: 100%;
    padding: 0;
}
.sidebar-widget .menunav ul.dropdown-menu a{
    margin-bottom: 1px;
}

.tweetme{
	width: 100%;
	max-width: 100% !important;
	background: #f6f6f6!important;
	border-radius: 0.8rem;
	border: 3px solid #00ACED;
}
.item-page span.tweetme[class*="t1_"]:not([class*="trans"]){
	box-shadow: inherit!important;
	-webkit-box-shadow: inherit!important;
}
.item-page span.tweetme[class*="t1_"] .sbText{
	padding: 25px!important;
	font-size: 20px!important;
	background: #00ACED;
	color: #fff;
}
.item-page span.tweetme[class*="t1_"] .sbFoot{
	background: #00ACED;
}
.item-page span.tweetme[class*="t1_"] .sbFoot .sbFootButton{
	color: #fff;
}
.item-page span.tweetme.sbBox .sbFoot span::before{
	color: #fff;
	display: none;
}

#disqus_thread{
    background: #f6f6f6;
    padding: 1rem 2rem;
    border-radius: 0.8rem;
}
#disqus_thread iframe{
    border: 0;
    box-shadow: inherit;
}

.guias-thmstyle {
	border: 1px solid #f6f6f6;
	padding: 2rem 2rem;
	border-radius: 0.8rem;
}
.guias-thmstyle .inner-title .title{
    margin-bottom: 0;
}
.guias-thmstyle .notes-slider .itemarticle{
    height: 200px;
}

.widget .widget-title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

.widget .widget-title:before {
    background-color: #f6f6f6;
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}

.widget .widget-title:after {
    background-color: #9D142E;
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
}

.widget-search input {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    /*border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;*/
    height: 48px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 3px;
    width: calc(100% - 58px);
}

.widget-search button {
    background-color: #9D142E;
    border: 1px solid #9D142E;
    /*border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;*/
    color: #fff;
    font-size: 17px;
    height: 48px;
    line-height: 18px;
    margin-left: -5px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 58px;
}

.sidebar-widget .widget-links li a {
    color: #444;
    font-size: 14px;
    line-height: 40px;
    background: #f6f6f6;
    display: block;
    line-height: 20px;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.sidebar-widget .widget-links{
    margin-bottom: 1rem;
}
.sidebar-widget .widget-links li a.active,
.widget-links li.active a,
.widget-links li:hover a {
    color: #9D142E;
}

/*.widget-links li a:before {
    color: #9D142E;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}*/

.widget-links li ul li a{
	margin-left: 16px;
}
.widget-links li.active ul li a,
.widget-links li.active ul li a:before{
	color: #a5a6a7;
}
.widget-links li.active ul li a:hover,
.widget-links li.active ul li a:hover:before,
.widget-links li.active ul li.active a,
.widget-links li.active ul li.active a:before{
	color: #9D142E;
}

.widget-links li ul li ul li a{
	margin-left: 32px;
}
.widget-links li.active ul li ul li.active a,
.widget-links li.active ul li ul li.active a:before{
	color: #9D142E;
}

.widget-news .widget-news-post {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
}

.widget-news .widget-news-post:last-child {
    margin-bottom: 10px;
}

.widget-news .widget-news-post .thumb {
    left: 0;
    position: absolute;
    top: 0;
    max-width: 70px;
}

.widget-news .widget-news-post .content {
    padding-left: 85px;
}

.widget-news .widget-news-post .content .title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: -10px;
}

.widget-news .widget-news-post .content .title a {
    color: #a5a6a7;
}

.widget-news .widget-news-post .content .meta-date {
    color: #9D142E;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.widget-gallery {
    display: inline-block;
    margin-top: 15px;
}

.widget-gallery .widget-gallery-item {
    float: left;
    padding: 0 10px 10px 0;
    position: relative;
    width: 33.333%;
}

.widget-gallery .widget-gallery-item img {
    display: block;
    position: relative;
    width: 100%;
}

.item-page .alert-danger p,
.item-page .alert-danger h2{
    color: #a94442;
}
.alert-danger hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#newslettersec{
    margin-top: 3rem;
    margin-bottom: 4rem;
    text-align: center;
}

.widget-tags {
    display: inline-block;
    margin-top: 1rem;
}

.widget-tags a {
    color: #989898;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 3px 10px 0;
    padding: 4px 10px 5px;
    position: relative;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.widget-tags a:hover {
    background-color: #9D142E;
    color: #fff;
}

.widget-appointment {
    display: inline-block;
    margin-top: 15px;
}


/*
-----------------------------------------------------------------------
    Social Icons Styles
-----------------------------------------------------------------------
*/

.social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    border: 2px solid #fff;
    display: inline-block;
    height: 38px;
    text-align: center;
    width: 38px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover {
    border: 2px solid #9D142E;;
}

.social-icons li a i {
    color: #fff;
    font-size: 17px;
    line-height: 38px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover i {
    color: #9D142E;
}

/*--- Social Icons Theme Color ---*/

.social-icons.icons-theme li {
    margin-right: 2px;
}

.social-icons.icons-theme li a {
    background-color: #9D142E;
    border-color: #9D142E;
    border-radius: 4px;
    height: 34px;
    width: 34px;
}

.social-icons.icons-theme li a:hover {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.social-icons.icons-theme li a i {
    color: #fff;
    line-height: 31px;
}

.social-icons.icons-theme li a:hover i {
    color: #fff;
}


/*
-----------------------------------------------------------------------
    Service Section
-----------------------------------------------------------------------
*/

.service-thumb img {
    float: left;
    max-width: none;
}

.service-post {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #e9e9e9;
    margin-bottom: 30px;
    position: relative;
}

.service-post:after {
    border-bottom: 3px solid #9D142E;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-post:hover:after {
    width: 100%;
}

.service-post .thumb {
    margin-bottom: 25px;
    display: none
}

.service-post .thumb img {
    width: 100%;
}

.service-post .content {
    padding: 20px 40px;
    text-align: center;
}

.service-post .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.service-post .content .btn-link {
    color: #9D142E;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.service-post .content .btn-link:hover {
  color: #111;
}

.service-post .icon-box {
    background-color: #9D142E;
    border: 2px solid #9D142E;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    left: 20px;
    position: absolute;
    text-align: center;
    width: 70px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-post:hover .icon-box {
    background-color: #fff
}

.service-post .icon-box .icon {
    color: #fff;
    line-height: 64px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

.service-post:hover .icon-box .icon {
    color: #9D142E;
}

/*--- Services Style Two ---*/

.services-style2 .service-post .icon-box {
    display: none;
}

.services-style2 .service-post .content {
    padding: 0 30px 25px;
}

/*--- Services Style Three ---*/

.services-style3 .service-post .thumb {
    display: none;
}

.services-style3 .service-post .content {
    padding: 25px 40px 25px 105px;
}

.services-style3 .service-post .icon-box {
    top: 17px;
}

/*--- Services Style Four ---*/

.services-style4 .service-post {
    text-align: center;
}

.services-style4 .service-post .thumb {
    margin-bottom: 0;
}

.services-style4 .service-post .icon-box {
    display: none;
}

.services-style4 .service-post .content {
    padding: 25px 40px 25px 40px;
}

.services-style4 .service-post .content .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.services-style4 .service-post .content p {
    margin-bottom: 15px;
}


/*--- Service Post Details ---*/

.service-post-details .service-post .content .title-details {
    font-size: 28px;
}

.service-post-details .service-post.post-details {
    margin-bottom: 50px;
}

.service-post-details .service-post.post-details:hover:after {
    width: 0;
}


/*
-----------------------------------------------------------------------
    Feature Styles
-----------------------------------------------------------------------
*/

.feature-box {
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    padding: 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover {
    background-color: #9D142E;
}

.feature-box .content  {
    padding-left: 100px;
}

.feature-box .content .title {
    color: #9D142E;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content .title {
    color: #fff;
}

.feature-box .content p {
    color: #989898;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content p {
    color: #eee;
}

.feature-box .content .btn-link {
    color: #9D142E;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content .btn-link {
    color: #fff;
}

.feature-box .content .btn-link:hover {
    color: #111;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.feature-box .icon-box {
    background-color: #9D142E;
    border: 2px solid #9D142E;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    position: absolute;
    text-align: center;
    width: 70px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .icon-box {
    background-color: #fff;
    border-color: #fff;
}

.feature-box .icon-box .icon {
    color: #fff;
    line-height: 64px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

.feature-box:hover .icon-box .icon {
    color: #9D142E;
}


/*--- Features Style Two ---*/

.features-style2 .feature-box {
    background-color: #f6f6f6;
    border: none;
    padding: 20px 18px;
    margin-bottom: 30px;
    margin-top: 0;
}

.features-style2 .feature-box:hover {
    background-color: #9D142E;
}

.features-style2 .feature-box .icon-box {
    display: inline-block;
    font-size: 30px;
    height: 54px;
    width: 54px;
}

.features-style2 .feature-box .icon-box .icon {
    line-height: 54px;
    position: relative;
    top: -3px;
}

.features-style2 .feature-box .content {
    padding-left: 67px;
}

.features-style2 .feature-box .content .title {
    font-size: 15px;
}

.features-style2 .feature-box .content p {
    margin-bottom: 5px;
}

/*--- Features Style Three ---*/

.features-style3 .feature-box {
    padding: 25px 20px;
}

.features-style3 .feature-box .icon-box {
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    width: 70px;
}

.features-style3 .feature-box .content  {
    padding-left: 0;
    text-align: center;
}

/*--- Features Style Four ---*/

.features-style4 .feature-box {
    background-color: #fff;
    border: 10px solid rgba(250, 250, 250, 0.5);
    padding: 25px 20px;
}

.features-style4 .feature-box:hover {
    background-color: #9D142E;
}

.features-style4 .feature-box .icon-box {
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    width: 70px;
}

.features-style4 .feature-box .content  {
    padding-left: 0;
    text-align: center;
}


/*
-----------------------------------------------------------------------
    Gallery Styles
-----------------------------------------------------------------------
*/

.gallery-section .gallery-wrapper .gallery-post {
    padding: 0; 
}

.gallery-section .gallery-wrapper .gallery-post .thumb {
    position: relative;
    overflow: hidden;
}

.gallery-wrapper .gallery-post .thumb .overlay {
    outline: 1px solid #fff;
    outline-offset: -15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.gallery-wrapper .gallery-post .thumb:hover .overlay {
    background-color: rgba(245, 95, 13, 0.5);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.gallery-wrapper .gallery-post .overlay .icon {
    color: #fff;
    font-size: 30px;
    margin-left: 47%;
    margin-top: 35%;
    position: absolute;
    text-align: center;
}

/*--- Gallery Slider Style ---*/

.gallery-section .container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.gallery-carousel .owl-stage-outer {
    overflow: visible;
}


/*
-----------------------------------------------------------------------
    Team Member Styles
-----------------------------------------------------------------------
*/

.team-post {
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.team-post .thumb {
    position: relative;
    overflow: hidden;
}

.team-post .thumb img {
    width: 100%;
}

.team-post .thumb .overlay {
    background-color: rgba(245, 95, 13, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: -100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.team-post:hover .thumb .overlay {
    top: 0;
}

.team-post .thumb .overlay a {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 48%;
    padding: 4px 10px;
    position: absolute;
    top: 45%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-post .thumb .overlay a:hover {
    background-color: #9D142E;
    border-color: #9D142E;
}

.team-post .thumb .overlay a i {
    color: #9D142E;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-post .thumb .overlay a:hover i {
    color: #fff;
}

.team-post .content {
    padding: 25px;
}

.team-post .content .title {
    color: #9D142E;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px;
}

.team-post .content .sub-title {
    color: #777;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.team-post .content p {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.team-post .profile {
    background-color: #9D142E;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-post .profile:hover {
    background-color: #1c1c1c;
    color: #fff;
}

.team-post .profile .icon {
    margin-left: 5px;
    position: relative;
    top: 0;
}

.team-post .content .member-skill {
    float: right;
    text-align: center;
}

.team-post .content .member-skill ul li {
    padding: 0;
}

.team-post .content .member-skill ul li a {
    background-color: #9D142E;
    display: inline-block;
    height: 31px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 34px;
}

.team-post .content .member-skill ul li a:hover {
    background-color: #1c1c1c;
}

.team-post .content .member-skill ul li a .icon {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

/*--- Team Style Two ---*/

.team-style2 .team-post .profile {
    font-size: 12px;
    padding: 2px 7px;
}

.team-style2 .team-post .profile .icon {
    display: none;
}

.team-style2 .team-post .content .member-skill ul li a {
    border-radius: 3px;
    height: 28px;
    width: 28px;
}

.team-style2 .team-post .content .member-skill ul li a .icon {
    font-size: 14px;
    line-height: 30px;
}

.team-style2.inner-style2 .team-post.team-post2 .content {
    margin-top: -22px;
}

.team-style2 .team-post .thumb .overlay a {
    left: 45%;
}

/*--- Team Style Three ---*/

.team-style3 .team-post .content {
    display: inline-block;
}

.team-style3 .team-post .profile {
    float: right;
}

.team-style3 .team-post .content .member-skill {
    float: left;
    text-align: center;
}

.team-style3 .team-post .profile .icon {
    display: none;
}

/*--- Team Style Four ---*/

.team-style4 .team-post .content {
    display: inline-block;
}

.team-style4 .team-post .content .title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-style4 .team-post .content .sub-title {
    color: #9D142E;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    font-style: italic;
    text-align: right;
}

.team-style4 .team-post .content p {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    padding-top: 15px;
}

.team-style4 .team-post .profile {
    float: right;
    letter-spacing: 2px;
}

.team-style4 .team-post .content .member-skill {
    float: left;
    text-align: center;
}

.team-style4 .team-post .profile .icon {
    display: none;
}


/*--- Team Member Dtails ---*/

.team-member-details .content .name {
    color: #9D142E;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-member-details .content .occupation {
    color: #777;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-member-infos {
    margin-bottom: 30px;
    margin-top: 20px;
}

.team-member-infos li {
    border-bottom: 1px dotted #f6f6f6;
    padding: 4px 0;
}

.team-member-infos li span {
    color: #000;
    font-weight: 600;
}

.team-member-infos li span:first-child {
    color: #9D142E;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    min-width: 100px;
    text-transform: uppercase;
}


/*
-----------------------------------------------------------------------
    Blog Styles
-----------------------------------------------------------------------
*/

.blog-post {
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
.blog-post .blog-post-authore {
    color: #999;
    display: inline-block;
    font-size: 14px;
}

.blog-post .meta-tag {
    display: inline-block;
}

.blog-post .meta-tag a {
    color: #9D142E;
    font-size: 14px;
    margin-right: 8px;
}

.blog-post .meta-tag .blog-post-authore a{
    margin-right: 0;
}

.blog-post .meta-tag .icon {
    color: #9D142E;
    font-size: 18px;
    margin-right: 10px;
}

.blog-post .thumb {
    position: relative;
    margin-bottom: 1rem;
    height: 150px;
    overflow: hidden;
}
body.home.nuevahome .blog-post .thumb{
    height: auto;
}
#bottom-content .comunicacion-thmstyle h2{
    margin-bottom: 0;
}
#bottom-content .comunicacion-thmstyle .blog-post .thumb img{
    border-radius: 0.8rem 0.8rem 0 0;
}
#bottom-content .comunicacion-thmstyle .notes-slider .itemarticle{
    height: 435px;
}
.comunicacion.portada .videonoticias-thmstyle .owl-carousel.owlnav-true.owlnav-mobile.owl-nav2 .owl-controls,
#bottom-content .comunicacion-thmstyle .owl-carousel.owlnav-true.owlnav-mobile.owl-nav2 .owl-controls{
	display: inline;
}
.comunicacion.portada .videonoticias-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev,
#bottom-content .comunicacion-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev{
	top: -60px;
	right: 30px;
	left: auto;
	margin: 0;
	padding: 5px 10px 3px;
	font-size: 12px;
}
.comunicacion.portada .videonoticias-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next,
#bottom-content .comunicacion-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next{
	top: -60px;
	margin: 0;
	padding: 5px 10px 3px;
	font-size: 12px;
}
.comunicacion.portada .videonoticias-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev i,
.comunicacion.portada .videonoticias-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next i,
#bottom-content .comunicacion-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev i,
#bottom-content .comunicacion-thmstyle .owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next i {
	font-size: inherit;
}

#bottom-content .comunicacion-thmstyle .blog-post .thumb .blog-post-date{
	background-color: rgba(255, 255, 255, 0.9)!important;
	color: #000;
}
/*.blog-horizontal .blog-post .thumb,
.blog-section .blog-post .thumb,
.blog-post-details .blog-post .thumb {
    height: inherit;
    overflow: inherit;
}*/

.formacion.portada #top-content .col-md-12{
	padding-left: 30px;
}
.formacion.portada #top-content .col-md-12 .col-md-12{
	padding-left: 15px;
}
.formacion.portada #top-content .notasprensa-thmstyle .inner-title{
	float: left;
}
.formacion.portada #top-content .notasprensa-thmstyle .inner-title .title{
	margin-top: 17px;
}
.formacion.portada #top-content .masteresyposgrados.notasprensa-thmstyle .owl-theme .owl-controls{
	z-index: 1;
	height: 50px;
	top: auto;
}
.formacion.portada #top-content .masteresyposgrados .owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev,
.formacion.portada #top-content .masteresyposgrados .owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next{
	background: #9D142E;
}
.formacion.portada #top-content .masteresyposgrados .owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next{
	border-radius: 0 0 0.5rem 0;
}
.formacion.portada #top-content .masteresyposgrados .owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev{
	border-radius: 0 0 0 0.5rem;
}
.formacion.portada #top-content .masteresyposgrados .owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev i,
.formacion.portada #top-content .masteresyposgrados .owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next i{
	color: #fff;
}
.formacion.portada #top-content .cursoscampusec.notasprensa-thmstyle .owl-theme .owl-controls{
	z-index: 0;
}
.formacion.portada .cursoscampusec.notasprensa-thmstyle .owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev,
.formacion.portada .cursoscampusec.notasprensa-thmstyle .owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
	top: -40px;
}

.awards-thmstyle{
    /*text-align: center;*/
    margin-top: 4rem;
}
.awards-thmstyle h2{
    margin-bottom: 0;
}

#top-content .notasprensa-thmstyle .event-thmstyle{
    padding: 0 0 1.5rem;
    overflow: inherit;
}
#top-content .notasprensa-thmstyle .owl-theme .owl-controls{
    top: 0;
}
#top-content .notasprensa-thmstyle .blog-post .thumb{
    height: auto;
}
#top-content .notasprensa-thmstyle .blog-post .thumb .blog-post-date{
    background-color: rgba(0, 0, 0, 0.8)!important;
    color: #fff;
}

.comunicacion-thmstyle{
    margin-bottom: 4rem;
}
body.grupo-jovenes-cardiologos-sec.push-body .row section,
body.secoopera.push-body .col-md-3 section,
#bottom-content .col-md-6 > .event-thmstyle,
#bottom-content .col-md-4 > .event-thmstyle{
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 2rem;
}
body.secoopera.push-body .col-md-3 section{
    padding-top: 1rem;
    text-align: center;
}
#bottom-content .col-md-6 > .event-thmstyle.procesos2017{
    background: #f6f6f6;
}
#bottom-content .event-thmstyle a {
	font-size: 1.5rem;
}

.borderround.awards-thmstyle{
    padding-top: 4rem;
    border: 1px solid #eee;
    border-radius: 0.8rem;
}

.congresos .list-group,
.reuniones-anuales .list-group,
.reuniones .list-group{
    margin-top: 2rem;
}
.congresos .list-group-item,
.congresos a.list-group-item:hover,
.reuniones-anuales .list-group-item,
.reuniones-anuales a.list-group-item:hover,
.reuniones .list-group-item,
.reuniones a.list-group-item:hover{
    padding: 0;
    background: transparent;
    border: 0;
}
.congresos a.list-group-item h2,
.reuniones-anuales a.list-group-item h2,
.reuniones a.list-group-item h2{
    color: #1A659E;
}
.congresos a.list-group-item:hover h2,
.reuniones-anuales a.list-group-item:hover h2,
.reuniones a.list-group-item:hover h2{
    color: #2080D0;
}

.category-desc img {
	border-radius: 0.8rem;
	margin-bottom: 1rem;
}

.com-content-category__articles .article_list{
    padding: 0.5rem 1.5rem;
    border-radius: 0.8rem;
}
.com-content-category__articles .article_list:nth-child(2n+1){
    background: #f5f8fb;
}
.com-content-category__articles .article_list h2{
    margin-top: 1rem;
}

.weblink-category p,
.weblink-category ul,
.weblink-category ol,
.weblink-category dl{
	font-size: 1.8rem;
	font-family: "frutiger";
	font-weight: 300;
}
.secfecverde .weblink-category .category-desc img{
	margin-bottom: 2rem;
	border: 2px solid #92b558;
	border-radius: 3rem;
	padding: 1rem;
}
.weblink-category dl dd{
	margin-bottom: 0.5rem;
}
#secfecverde {
	margin-top: 3rem;
	margin-bottom: 3rem;
	display: flex;
}
#secfecverde .alert {
	height: 100%;
}
.secfecverde .actividades img{
	border: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	max-width: 100px;
	padding: 1rem;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #eee;
}
.secfecverde .actividades h2{
	margin: 5px 0;
	font-weight: 500;
	font-size: 22px;
	word-break: break-all;
}
.secfecverde .actividades .actividad{
	background: #f6f6f6;
	border-radius: 0.8rem;
	padding: 2rem 1rem;
	margin-bottom: 1rem;
}
.secfecverde .actividades .actividad:hover{
	background: #fff;
}
.secfecverde .actividades .actividad p{
	font-size: 1.8rem;
	font-family: "frutiger";
	font-weight: 300;
}
.secfecverde .actividades .actividad p small{
	font-size: 80%;
}
.secfecverde .actividades .actividad .col-sm-1{
	padding-right: 0;
}
.secfecverde .category-desc .nav-pills > li a{
	color: #fff;
	font-size: 1.6rem;
}
.secfecverde .category-desc .nav-pills > li a:hover{
	background: #92b558;
}
.label-poblacion {
	background-color: #C7281E;
}
.label-profesionales {
	background-color: #9D142E;
}

@media (max-width: 767px){
	#secfecverde {display: block;}
	.secfecverde .actividades .actividad .col-sm-1{padding-right: 15px;}
}

.content-secfecverde .sfv-info{
	border-radius: 8rem;
	background: #EBF1E0;
	margin-top: 3rem;
	padding: 2rem;
	color: #92b558;
	display: flex;
	align-items: center;
}
.content-secfecverde .sfv-info img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
    background-color: #fff;
    padding: 1rem;
}
.content-secfecverde .sfv-info p{
	margin-top: 0;
	margin-bottom: 0;
}
.content-secfecverde .sfv-info .sfv-image{
	width: 100px;
	margin-right: 2rem;
}
.content-secfecverde .sfv-info .sfv-text{
    width: 80%;
}
.content-secfecverde .sfv-info .sfv-text strong{
	font-size: 18px;
    color: #92b558;
}
.content-secfecverde .sfv-info .sfv-text hr{
	margin: 1rem 0;
}
.content-secfecverde .sfv-info a.btn-success{
    background-color: #92b558;
    border-color: #92b558;
    margin-top: 1rem;
    border-radius: 2rem;
}
.content-secfecverde .sfv-info a.btn-success i{
    margin-right: 0.5rem;
}

/* Login */
.login-form .form-control, .login-form .controls input {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #f6f6f6;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #e3e3e3;
    padding: 0 1rem;
}

.login-form .form-control:focus {
    border-color: #70c5c0;
}
.login-form {
    /*width: 350px;*/
    margin: 0 auto;
    padding: 8rem 0 8rem;		
}
.login-form form {
    color: #7a7a7a;
    border-radius: 0.8rem;
    margin-bottom: 15px;
    font-size: 13px;
    background: #f6f6f6;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;	
    position: relative;	
}
.login-form h2 {
  margin: 2rem 0 1rem;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    width: 100%;
}	
.login-form input[type="checkbox"] {
    margin-top: 8px;
}
.login-form .btn {        
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
    border-radius: 0.8rem;
}
.login-form .btn:hover, .login-form .btn:focus {
    outline: none !important;
}    
.login-form a {
    color: #fff;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}
.login-form form a:hover {
    text-decoration: underline;
}
.login-hacerme h2{ margin-top: 0;}
.login-hacerme a{color:#1A659E}
.login-hacerme .btn{text-decoration: none; color: #fff;}
.sidebar-maincontent ul.custom-list-style{
    padding-left: 0;
    list-style: none;
}
.sidebar-maincontent ul.custom-list-style li{
    list-style: none;
    font-size: 18px;
}

.password-group .input-password-toggle{
    padding: 9px 15px;
}
.login-form .form-group{
    margin-bottom: 1rem;
}
.login-form input,
.login-form label{
    font-size: 1.6rem;
    margin-bottom: 0;
}

.profile {
	border-radius: 0.8rem;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	padding: 2rem;
	margin-bottom: 6rem;
    margin-top: 2rem;
}
.profile .banners img {
	border-radius: 0.8rem;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	margin-bottom: 2rem;
}
.profile .event-thmstyle,
.profile .agendasocios-thmstyle{
	background: #fff;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	overflow: hidden;
	margin-bottom: 2rem;
    padding: 2rem;
}
.profile .mediablog.cursosfec .media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
.profile .mediablog.cursosfec .media-left {
	display: ruby;
}
.profile .avatar{
    max-width: 200px;
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
}
#member-profile fieldset{
    width: 50%;
    padding: 1%;
    float: left;
}
.com-users-profile__edit-submit{
    clear: both;
    text-align: right;
}
#verimagenbio{
    background: #f6f6f6;
    padding: 2rem;
    border-radius: 0.8rem;
}
#verimagenbio img{
    border-radius: 50%;
    max-width: 150px;
    margin: 1rem auto;
    display: block;
}

body.contactanos .wufoo-form-container{
    margin-top: 0;
}

.com-finder .tag-name {
	background: #999;
    color: #fff;
    padding: 0 1rem;
    border-radius: 0.8rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.com-finder .tag-name:hover {
    background: #5e5e5e;
}
.com-finder .btn.btn-secondary{
    float: right;
}
.masbuscado h4 a.label {
	font-weight: 400;
	font-size: 90%;
    background-color: #5bc0de;
    background-clip: padding-box;
    border-radius: 0.8rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    white-space: pre-line;
    text-align: left;
}

/* Algolia */
#searchfilter.affix{top: 25px; left: 0; z-index: 1; background: #fff; width: 100%;}
#hits .hit-content{display:block!important; margin-bottom:0;}
#hits .hit-content > .hit-name{border: 0!important;}
.ais-Hits-list,
.ais-Hits{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.ais-Hits .hit {
	display: block;
	box-shadow: 0 0 12px -1px rgba(15,15,15,.1);
	padding: 1rem 1rem 0;
	border-radius: 0.8rem;
	height: 100%;
    margin-bottom: 0;
}
.ais-Hits .hit-image{
	flex: none!important;
	margin-right: 0;
}
.ais-Hits .hit-image img{
	width: 100%!important;
	border: 0;
	border-radius: 0.8rem;
    margin-bottom: 1rem;
}
input[type="checkbox"].ais-RefinementList-checkbox{
    margin: 0 0.5rem 0 0;
}
.ais-Hits-item,
.ais-hits--item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 2rem;
}
.ais-Hits-item h2,
.ais-hits--item h2{
	font-size: 2rem;
	margin-top: 1rem;
}
.facet .ais-Panel .ais-Panel-body,
.facet .ais-body.ais-refinement-list--body {
	/*height: 75px;*/
	height: 150px;
	overflow: auto;
	margin-bottom: 10px;
	scrollbar-width: thin;
}
.facet.viewall .ais-Panel .ais-Panel-body,
.facet.viewall .ais-body.ais-refinement-list--body{
	height: auto;
	overflow: inherit;
}
.instantsearch .facet,
.mod_xtdir4alg_instantsearch .facet {
    margin: 1rem;
    box-shadow: 0 0 5px -1px rgba(15,15,15,.1);
    padding: 1rem;
}
.instantsearch .facet h5,
.mod_xtdir4alg_instantsearch .facet h5 {
	background: #f6f6f6;
	border-radius: 4px;
	padding: 4px 8px 8px;
	margin-top: 0;
}
.sidebar-maincontent ul.ais-RefinementList-list{
	list-style: none;
	padding-left: 0;
    margin-top: 0;
}
.ais-RefinementList-item label,
.ais-refinement-list--item label{
	display: block;
	cursor: pointer;
	font-weight: 300;
    margin: 0;
    font-size: 15px;
}
.ais-RefinementList-count,
.ais-refinement-list--count{
	float: right;
	background: #f6f6f6;
	padding: 2px 4px;
	border-radius: 0.8rem;
	font-size: 13px;
	margin-right: 10px;
	display: none;
}
#filterxt{
	background: #fff;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	border: 0;
	padding: 0.1rem 2rem;
	margin-bottom: 3rem;
}

#search-input .ais-SearchBox-input{
	background: #fff;
	box-shadow:0 1rem 4rem rgba(0,0,0,0.1);
	width: 100%;
	border: 0;
	border-radius: 0.8rem;
	padding: 2rem;
	margin-top: 2rem;
}
.ais-SearchBox-submit, .ais-SearchBox-reset{display:none;}
.ais-search-box{
	max-width: 100%!important;
}
#delete-filter{
	cursor: pointer;
}
.ais-RefinementList-item.ais-RefinementList-item--selected,
.ais-refinement-list--item.ais-refinement-list--item__active{
	background: #FFFEE0;
}
.ais-RefinementList-item.ais-RefinementList-item--selected.ais-RefinementList-count,
.ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--count{
	background: #FFF880;
}
.com_xtdir4alg.instantsearch h1.xt-title{
	margin: 0;
	padding: 0;
	line-height: 0.9;
}
#hits.view-align-justify .ais-Hits-item,
#hits.view-align-justify .ais-hits--item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
		margin-bottom: 0.5rem;
}
#hits.view-th-list .ais-Hits-item,
#hits.view-th-list .ais-hits--item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		margin-bottom: 0.5rem;
}
#hits.view-th-list .ais-Hits-item .hit-image,
#hits.view-th-list .ais-hits--item .hit-image{
	width: 25%;
	float: left;
	margin-right: 2%;
}
#hits.view-th-list .ais-Hits-item .hit-description,
#hits.view-th-list .ais-hits--item .hit-description{
	margin-left: 27%;
}
.hit-content > .hit-description{
	width: 100px;
	overflow: hidden;
	height: 15px;
}
#facets{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#facets .facet{
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
}
.ais-Hits-list{
	list-style:none;
	padding-left:0;
}

#hits.view-th .ais-Hits-item,
#hits.view-th .ais-hits--item{
	flex: 0 0 23%;
	max-width: 23%;
    list-style-type: none;
    margin: 1%;
}

#hits.view-th-list .ais-hits--item .hit-name{
	margin-top: 0;
}
#btnFilters{
	position: relative;
	top: -40px;
	right: 10px;
	display: block;
	text-align: right;
	float: right;
}
#btnFilters:before{
	content: "\f0b0";
	font-family: FontAwesome;
	margin-right: 4px;
}

#pagination li span,
#pagination li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
	visibility: visible;
}
#pagination .ais-pagination--item__disabled span,
#pagination .ais-pagination--item__disabled a{
	background: #eee;
	cursor: not-allowed;
	color: #aaa;
}

.nover{
	display: none!important;
}
.com_xtdir4alg .btn .fa{
	color: #333;
	margin-right: 0;
	margin-right: 0;
}
.com_xtdir4alg .btn{
	border-radius: 0.8rem!important;
}
#hits{
	margin: 15px;
}
.filterpanel {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.95);
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	border-left: 2px solid #ccc;
	border-radius: 0 0 0 0.6rem;
	z-index: 100000;
	overflow: hiddem;
}
.filterpanel .filters{
	padding: 2rem;
	height: 95%;
	overflow: auto;
}
.filterpanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #666;
  display: block;
  transition: 0.3s;
}
.filterpanel a:hover {
  color: #000;
}
.filterpanel .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}
.filterpanel .closebtn small{
	font-size: 16px;
	position: relative;
	bottom: 8px;
}
.filterpanel.openSP{
	width: 50%;
}
.filterpanel .facet{
    margin: 1rem;
    box-shadow: 0 0 5px -1px rgba(15,15,15,.1);
    padding: 1.5rem;
	width: 46%;
	float: left;
}
.filterpanel .facet h5{
	background: #f6f6f6;
	border-radius: 4px;
	padding: 4px 8px 8px;
	margin-top: 0;
}
.filterpanel form{
	margin: 0 3rem;
}

.blog-horizontal .blog-post .thumb.col-md-4{
    padding: 0;
}
.blog-horizontal .blog-post .content h5.title{
    margin-top: 15px;
}

/*body.blog .main-content{
    margin-top: 4rem;
}*/

.bannercruzado img{
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}
.bannercruzado p{
    font-size: 18px;
    line-height: 20px;
    padding-top: 2rem;
}

.sidebar-widget .danger .widget{
	border-color: #ebccd1;
    color: #a94442;
    padding: 1rem 2rem 2rem;
}
.sidebar-widget .destacado .widget{
	background: #FBECD7;
}
.sidebar-widget .destacado .widget h4{
	color: #ED9C28;
}
.sidebar-widget .destacado .widget .widget-title::after{
    background-color: #ED9C28;
}

.sidebar-widget .newslettersec .widget{
    background: #004C5C;
}
.sidebar-widget .newslettersec .widget h4{
    color: #fff;
    margin-bottom: 0
}
.sidebar-widget .newslettersec .widget .widget-title::before,
.sidebar-widget .newslettersec .widget .widget-title::after {
    display: none;
}
.sidebar-widget .newslettersec .widget p{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.sidebar-widget .newslettersec .widget img{
    box-shadow: none;
    max-width: 200px;
}

.sidebar-widget .padding0 .widget{
    padding: 0;
}
.sidebar-widget .padding0 .widget p:last-child{
    margin-bottom: 0;
}

.sidebar-maincontent ul.tags{
    padding-left: 0;
}
.tags a {
	margin-right: 5px;
	margin-bottom: 0.5rem;
	display: inline-flex;
    font-weight: 300;
    background-clip: padding-box;
    border-radius: 0.8rem;
    padding: 0.5rem 1rem;
}
.tags a.label-info {
	background-color: #E2ECF2;
	color: #1a659e;
	max-width: 100%;
	overflow: hidden;
}
.tags a.label-info:focus, .tags a.label-info:hover{
    background-color: #1a659e;
	color: #fff;
}

.blog-post .thumb img {
    width: 100%;
}
.medios .blog-post .thumb img{
    border-radius: 50%;
    border: 2px solid #ccc;
    padding: 4px;
    margin-top: 15px;
}
.medios .blog-post .thumb{
    margin-bottom: 15px;
}
.medios .blog-post .content {
    padding: 20px 15px;
}

.blog-post .thumb .overlay {
    text-align: center;
}

.blog-post .thumb .overlay {
    background-color: rgba(245, 95, 13, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.blog-post:hover .thumb .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.blog-post .thumb .overlay .icon {
    color: #fff;
    font-size: 32px;
    left: 0;
    position: absolute;
    right: 0;
    top: 42%;
}

.blog-post .thumb .blog-post-date {
    background-color: transparent!important;
    bottom: 0;
    font-size: 13px;
    left: 0;
    padding: 0 12px;
    position: absolute;
}

.blog-post .content {
    display: inline-block;
    padding: 0 15px 15px;
}

.blog-post .content .title {
    color: #1c1c1c;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
}
.blog-post .content h5.title {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}

.blog-post .content h2{
    font-size: 28px;
    font-weight: 400;
}
.blog-post .content h3 {
    font-size: 24px;
    font-weight: 300;
}

.blog-post .content p {
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-post .content ul,
.blog-post .content ol{
    padding-left: 20px;
    margin-bottom: 15px;
    color: #989898;
}
.blog-section .blog-post .content ul,
.blog-post .content ul.authore-meta{
    padding-left: 0;
    margin-bottom: 0;
}
.blog-post .content ul li{
    list-style: square;
}
.blog-post .content ol li{
    list-style: inherit;
}
/*strong{
    color: #666;
}*/

.blog-post .content .btn-link {
    color: #9D142E;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

/*--- Blog Details Style ---*/
.blog-social-share {
    display: inline-block;
    float: right;
}

.blog-social-share li {
    display: inline-block;
    font-size: 13px;
}

.blog-social-share li:first-child {
    color: #9D142E;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-left: 0;
    margin-right: 5px;
}

.blog-social-share li a {
    color: #c9c9c9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
    font-weight: 300;
}

.blog-social-share li a:hover {
    color: #000;
}
.blog-social-share li a.label{
    color: #fff;
}

.blog-social-share.icon-round li a {
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 25px;
}

.blog-authore-box {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 7px 7px 3px;
    position: relative;
    border-radius: 50px;
}

.blog-authore-box .thumb {
    left: 0;
    position: absolute;
    top: 0;
}

.blog-authore-box .content {
    padding-left: 40px;
    padding-bottom: 0;
}

.blog-authore-box .content .name {
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.blog-authore-box .content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}

.blog-authore-box .authore-meta {
    margin-bottom: 0;
}

.blog-authore-box .authore-meta li {
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
}

.blog-authore-box .authore-meta li a {
    color: #c9c9c9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-authore-box .authore-meta li:first-child a {
    color: #9D142E;
}

.blog-authore-box .authore-meta li a:hover {
    color: #9D142E;
}

.comment-box {
    margin-bottom: 30px;
    position: relative;
}

.comment-box .thumb {
    left: 0;
    position: absolute;
    top: 8px;
}

.comment-box .thumb img {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.comment-box .content {
    padding-left: 95px;
}

.comment-box .content .comment-info .name {
    color: #000;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
}

.comment-box .content .comment-info .comment-time {
    color: #c9c9c9;
    float: right;
    font-size: 12px;
    margin-right: 50px;
    position: relative;
}

.comment-box .content .comment-info .comment-time:before {
    background-color: #d9d9d9;
    bottom: 8px;
    content: "";
    height: 2px;
    left: -20px;
    position: absolute;
    width: 15px;
}

.comment-box .content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -3px;
}

.comment-box .content .reply-btn {
    color: #9D142E;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.comment-box .content .comment-like {
    color: #c9c9c9;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 8px;
}

.comment-box .content .comment-like a {
    color: #c9c9c9;
}

.comment-box .content .comment-like i {
    color: #c9c9c9;
}

.replybox-comment {
    margin-left: 100px;
}

.mainmenutop ul.nav-child > li:first-child{
    display: none;
}


/*
-----------------------------------------------------------------------
    Footer Styles
-----------------------------------------------------------------------
*/

.footer-section {
    background-color: #f6f6f6;
}

.footer-section h5 {
	color: #767676;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
}

.footer-widget .footer-widget-title .widget-title {
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
}
.-footer-widget ul{

}

.footer-widget .footer-logo img {
    margin-bottom: 12px;
    margin-top: 10px;
}

.footer-widget .social-icons {
    background: #eee;
    padding: 1rem 0;
    margin-bottom: 0;
}
.footer-widget .social-icons a {
	display: inline-block;
	background: #999;
    color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 4px;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 18px;
	margin-right: 10px;
    line-height: 25px;
}
.footer-widget .social-icons a:hover{
    background: #9D142E;
}

.footer-widget .social-icons li {
    margin-right: 8px;
}

.footer-widget .social-icons li a {
    background-color: #9D142E;
    border: 1px solid #9D142E;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    width: 26px;
}

.footer-widget .social-icons li a:hover {
    background-color: #fff;
    border-color: #fff;
}

.footer-widget .social-icons li a i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    top: -2px;
}

.footer-widget .social-icons li a:hover i {
    color: #a7a7a7;
}

.footer-widget .widget-links li {
    border-bottom: 1px dotted #ccc;
}
.footer-widget .widget-links li:last-child{
    border-bottom: 0;
}

.footer-widget .widget-links li a {
    color: #767676;
    font-size: 15px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-links li:hover a {
    color: #9D142E;
}

.footer-widget .widget-links li a:before {
    color: #9D142E;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-contact {
    margin-top: 15px;
}

.footer-widget .widget-contact p {
    border-bottom: 1px dotted #474e56;
    color: #eee;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.footer-section hr{
    border-color: #eee;
}

.alert-newsletter {
	background-color: #eee;
	border-color: #eee;
	border-radius: 0.8rem;
}
.alert-newsletter h3{
    margin-top: 0;
    font-size: 3rem;
    margin-bottom: 0;
}
.alert-newsletter a{
    font-size: 1.5rem;
}

.footer-widget .widget-contact p i {
    color: #eee;
    margin-right: 8px;
}

.footer-widget .widget-contact p span {
    color: #9D142E;
}

.footer-widget .widget-news .widget-news-post {
    border-bottom: 1px dotted #474e56;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 7px;
    position: relative;
}
.footer-widget .widget-news .widget-news-post:last-child{
    border-bottom: 0;
}

.footer-widget .widget-news .widget-news-post .thumb {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-widget .widget-news .widget-news-post .content {
    padding-left: 85px;
}

.footer-widget .widget-news .widget-news-post .content .title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: -10px;
}

.footer-widget .widget-news .widget-news-post .content .title a {
    color: #eee;
}

.footer-widget .widget-news .widget-news-post .content .meta-date {
    color: #9D142E;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

/*.footer-copyright {
    background-color: #222;
}*/

.copy-right {
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: 300;
}
.copy-right ul{
    display: inline-flex;
}
.copy-right ul li{
    margin: 0 0.5rem;
}

.copy-right ul li a {
    color: #1A659E;
}
.copy-right ul li a:hover {
    color: #9D142E;
}

/*
-----------------------------------------------------------------------
    Accordion Styles
-----------------------------------------------------------------------
*/

.accordion-style{
    position:relative;
}

.accordion-style .accordion-box {
    background-color: #f8f8f8;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
    padding: 12px;
    position: relative;
}

.accordion-style .accordion-box .acc-title{
    color:#1c1c1c;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    position:relative;
}

.accordion-style .accordion-box .acc-title.active{
    border-bottom: 1px dotted #9D142E;
    color:#9D142E;
    margin-bottom:10px;
    padding-bottom: 10px;
}

.accordion-style .accordion-box .icon-outer {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -10px;
}

.accordion-style .accordion-box .icon-outer .icon {
    color: #a9a9a9;
    line-height: 38px;
    position: absolute;
    top: 10px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.accordion-style .accordion-box .icon-outer .icon-plus{
    opacity:0;
}

.accordion-style .accordion-box .icon-outer .icon-plus{
    opacity:1;
}

.accordion-style .accordion-box .active .icon-outer .icon-minus{
    opacity:1;
}

.accordion-style .accordion-box .active .icon-outer .icon-plus{
    opacity:0;
}

.accordion-style .accordion-box .acc-content{
    position:relative;
    display:none;   
}

.accordion-style .accordion-box .acc-content.current{
    display:block;  
}

.accordion-style .accordion-box .content{
    position:relative;
    font-size:13px; 
}

/*--- Accordion Style Two ---*/

.accordion-style.style-two .accordion-box .acc-title {
    font-size: 20px;
}

.accordion-style.style-two .accordion-box .content {
    font-size: 16px;
}

.accordion-style.style-two .accordion-box .acc-title.active {
  border-bottom-color: #a9a9a9;
}


/*
-----------------------------------------------------------------------
    Pricing Table
-----------------------------------------------------------------------
*/

.pricing-table {
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pricing-table .thumb {
    
}

.pricing-table .pricing-content {
    
}

.pricing-table .pricing-content .pricing-list-content {

}

.pricing-table .pricing-content .pricing-list-content .pricing-list {
    background-color: #9D142E;
    padding: 15px 20px;
    position: relative;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list:nth-child(2n+2) {
    background-color: #760F22;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .icon {
    color: #eee;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    position: absolute;
    right: 20px;
    top: 28px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list:hover .icon {
    color: #fff;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .pricing-value {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .pricing-list-title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

/*--- Services-Pricing Style ---*/

.service-pricing {
    border: 1px solid #f5f5f5;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-pricing .content {
    background-color: rgba(245, 95, 13, 0.96);
    padding: 10px 0 10px 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.service-pricing .content .title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.service-pricing .content .price-value {
    background-color: #eee;
    bottom: 0;
    color: #9D142E;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding: 10px 7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    min-width: 80px;
}

.service-pricing a:hover .content {
    background-color: rgba(245, 95, 13, 0.99);
}

.service-pricing a .thumb img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.service-pricing a:hover .thumb img {
    transform: scale(1.15);
}


/*
-----------------------------------------------------------------------
    Testimonials Styles
-----------------------------------------------------------------------
*/

.testimonial-post {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0 25px 25px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.testimonial-post:hover {
    border-color: #9D142E;
}

.testimonial-post .thumb {
    margin-bottom: 20px;
    margin-top: -50px;
}

.testimonial-post .thumb img {
    border: 2px solid #f5f5f5;
    /*border-radius: 10px 10px 0 0;*/
    border-radius: 50%;
    padding: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    max-width: 100px;
}

.testimonial-post:hover .thumb img {
    border-color: #9D142E;
}

.testimonial-post p {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.testimonial-post .testimonial-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 60px;
}

.testimonial-post .sub-title {
    color: #989898 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-style: oblique;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-post ul li {
    display: inline-block;
}

.testimonial-post ul li .icon {
    color: #9D142E;
    font-size: 13px;
}


/*
-----------------------------------------------------------------------
    Funfact Styles
-----------------------------------------------------------------------
*/

.funfact-post {
    margin: 0 20px;
    position: relative;
}

.funfact-post .icon {
    color: #eee;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.funfact-post:hover .icon {
    margin-top: -10px;
    margin-bottom: 20px;
}

.funfact-post .fact-count {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 0;
    position: relative;
}

.funfact-post .fact-count:after {
    border-bottom: 2px dotted #e1e1e1;
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
}

.funfact-post .title {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}


/*--- Funfact Style Two ---*/

.funfact-style2 .funfact-post .icon {
    font-size: 44px;
    line-height: 78px;
    top: 0;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
}


/*
-----------------------------------------------------------------------
    Inner Page Styles
-----------------------------------------------------------------------
*/

.page-title {
    padding: 40px 0;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 30px;
}

.page-title-content {
    text-align: center;
}

.page-title-content .title {
    color: #760F22;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.page-title-content .bread-crumb {
    display: inline-block;
}

.page-title-content .bread-crumb li {
    display: inline-block;
    margin-right: 6px;
    position: relative;
}

.page-title-content .bread-crumb li:after {
    color: #999;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: -15px;
    top: 5px;
}

.page-title-content .bread-crumb li:last-child:after {
    display: none;
}

.page-title-content .bread-crumb li a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0 7px 15px;
}

.page-title-content .bread-crumb li:last-child a {
    margin-left: 5px;
    padding-left: 13px;
    padding-right: 20px;
}

.page-title-content p {
    color: #787878;
}


/*
-----------------------------------------------------------------------
    Contact Styles
-----------------------------------------------------------------------
*/

.contact-section{
    position:relative;
}

.contact-section .form-group{
    position:relative;
    margin-bottom:20px; 
}

.contact-section .form-group-inner{
    position:relative;
    display:table;
    width:100%;
    border:1px solid #d0d0d0;
    overflow:hidden;
    border-radius:3px;
    -ms-border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.contact-section .form-group .icon-box{
    position:relative;
    display:table-cell;
    vertical-align:middle;  
}

.contact-section .form-group .icon-box label{
    position:relative;
    display:inline-block;
    width:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#3d3d3d;
    margin:0px;
    background:#ffffff;
    border-right:1px solid #d0d0d0;
}

.contact-section .form-group label.error{
    display:none !important;    
}

.contact-section .form-group .field-outer{
    position:relative;
    display:table-cell;
    width:100%; 
    vertical-align:middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select{
    border: none;
    position:relative;
    display:block;
    width:100%;
    line-height:22px;
    padding:9px 15px;
    color:#222222;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error{
    background:rgba(255,0,0,0.20);
}

.contact-section .form-group textarea {
    border: none;
    color: #222222;
    display: block;
    height: 102px;
    line-height: 22px;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}

.contact-section button {
    background: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 30px;
    position: relative;
    width: 100%;
}

.contact-section button {
    background: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
}

.contact-section button:hover {
    background: #1c1c1c;
    border: 1px solid #c9c9c9;
    color: #fff;
}

.contact-section button:after {
    background-color: #1c1c1c;
    bottom: -6px;
    content: "";
    height: 20px;
    position: absolute;
    right: -12px;
    transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    width: 40px;
}


/*--- Form Send Alert ---*/

form #success .alert button {
    border: medium none;
    color: #000;
    font-weight: 700;
    padding: 0;
    width: auto;
}

form #success .alert button:hover {
    background-color: transparent;
    color: #000;
}

form #success .alert button:after {
    display: none;
}


/*
-----------------------------------------------------------------------
    Map Styles
-----------------------------------------------------------------------
*/

.map-section {
    position:relative;
    padding:0;
    border:none;
}

.map-section .map-container{
    position:relative;
    width:100%;
    height:350px;   
}


/*
-----------------------------------------------------------------------
    Scroll To Top
-----------------------------------------------------------------------
*/

.scroll-to-top {
    background: #9D142E;
    border: none;
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 38px;
    z-index: 100;
}
.scroll-to-top:hover {
    background: #fff;
    box-shadow: 0 0 5px 0 #9D142E;
    color: #9D142E;
}

a.tf-buy-now {
  color: #475564;
  margin-left: 10px;
}

a.tf-buy-now:hover {
  color: #c13e0a;
}

/* nuevos */
.header-main{
    z-index: 1!important;
}

.causes-style.box-area p{
    line-height: 1.4;
    margin-bottom: 15px;
}

.mainmenu li.homestart a{
    /*position: relative;
    top: 2px;*/
    padding-top: 17px;
    padding-bottom: 13px;
}
.homestart i{
    font-size: 22px;
}
.appoint-btn a{
    margin-top: 10px;
}

.widget-grey{
    background-color: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 5px 15px 15px;
}
.widget small{
    line-height: 15px;
    display: inline-block;
}

/* modal */
.modal-open {
    overflow: inherit;
    padding-right: 0!important;
}
.modal.in .modal-dialog{
    z-index: 10000;
}
.modal-content{
    border-radius: 0.8rem;
}
.modal-header{
    background-color: #9D142E;
    color: #fff;
    border-radius: 0.8rem 0.8rem 0 0;
}
.modal-header h4{
    color: #fff;
}
.modal-footer{
    background-color: #f6f6f6;
}
.modal-content .list-group{
    margin-bottom: 0;
}
blockquote.intro{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #eee;
}
blockquote.intro img{
    margin-right: 20px;
}

.content.notasprensa{
    padding: 0 15px 15px;
}
.content.notasprensa h3{
    font-size: 20px;
}
.content.notasprensa .fecha,
.content.notasprensa .descripcion{
    line-height: 20px;
    font-size: 16px;
}

#gdtdiv .btn-sec{
	height: 60px;
    font-size: 16px;
}

.agencia-de-investigacion .listado, .cientifico.portada .listado {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.cientifico.portada .listado {
    height: 364px;
}
.cientifico.portada .mediablog{
    height: 330px;
}
.cientifico.portada .mediablog.cursosfec .media{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.cientifico.portada .mediablog.cursosfec .alert-date{
    margin-bottom: 0;
	display: grid;
}
.cientifico.portada .mediablog.cursosfec .media-left{
    display: ruby;
}
.cientifico.portada .mediablog a{
    color: #1A659E;
}
.listado img{border: 2px solid #eee; border-radius: 50%!important; height: 55px; margin: 0 auto; max-width: inherit; padding: 4px; width: 55px;}
.listado h2{margin: 5px 0; font-weight: 500; font-size: 22px;}
.listado h2 a{color: #1A659E;}
.listado p{font-size: 16px; line-height: 20px;}

#mod-custom1300 h3{display: none;}
#mod-custom1300 .container div{float: left; width:9%; text-align:center;}
#mod-custom1300 .container div.opacity img{opacity: 0.3;}
#namesection{
	font-size: 2rem;
	color: #881F34;
	padding: 1rem 0 0;
}

body .sp-page-builder .page-content #videoembed {
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	margin-bottom: 4rem;
}

.cursospresenciales .notes-slider{
	background: url(https://secardiologia.es/images/formacion/cursos-presenciales-fondo.jpg) no-repeat top center / contain;
	padding-top: 160px;
}
.cursospresenciales .eventoscalendar{
	height: 200px;
	overflow: auto;
	margin-bottom: 15px;
}
.cursospresenciales .mediablog{
    height: 190px;
    margin: 1rem;
}
.cursospresenciales .mediablog.cursosfec .media{
    display: flex;
    align-items: baseline;
}
.cursospresenciales .mediablog.cursosfec .media-left {
	line-height: 15px;
}
.cursospresenciales .mediablog.cursosfec .alert-date{
    margin-bottom: 1rem;
    width: 55px;
}
.home-page section.cursospresenciales{
	background: #fff;
	box-shadow: 0 0 5px -1px rgba(15,15,15,.1);
	border-radius: 0.8rem;
}
.home-page section.cursospresenciales .line{
	border: 0;
}

.publicaciones.portada #bottom-content{
    background: #f6f6f6;
}
.publicaciones.portada #bottom-content img{
    border-radius: 50%;
    width: 160px;
    margin: 0 auto;
    height: 160px;
}

#icopodcast .col-md-3 {
    width: 20%;
}

.publicaciones.portada .catalog .items-row .item .item-image img {
	filter: grayscale(100%);
}
.publicaciones.portada .catalog .items-row .item .item-image img:hover,
.publicaciones.portada .catalog .items-row .item:hover .item-image img{filter:inherit;}

.catalog .items-row .item img{
    border-radius: 0.8rem;
    margin-bottom: 1rem;
}
.catalog .items-row .item p{
    font-size: 18px;
    line-height: 20px;
}
.catalog .items-row .item .tituloproducto {
	font-weight: bold;
}

.alert{
    border-radius: 0.8rem;
}
.alert-white{
    background-color: #fff;
    border-color: #eee;
    margin-bottom: 0;
}
.alert-grey{
    background-color: #f6f6f6;
    border-color: #eee;
    border-radius: 0.8rem;
}
.alert-grey img{
    border-radius: 0.6rem;
}
.alert h2{
	margin-top: 0;
}
.blog-post .content .alert h2{
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.alert .list-group{
    margin-bottom: 0;
}

.gradient-grey-bottom{
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(246,246,246,0.8379552504595589) 0%, rgba(255,255,255,1) 30%);
}

dd {
    margin-right: 0.5rem;
    margin-bottom: 10px;
    color: #989898;
}

.btn{
    border-radius: 0.8rem;
}

.owl-carousel .owl-stage-outer{
    z-index: 1;
}

body.acuerdos-ss-cc .blogcontent .itemcontent img{
	float: none!important;
	width: 100%;
	margin-bottom: 1rem!important;
}
body.acuerdos-ss-cc .blogcontent .itemcontent p{
	padding-left: 0!important;
}

.com-content-category-blog__item.blog-item {
	padding-bottom: 2rem;
	border-bottom: 1px dotted #999;
	margin-bottom: 4rem;
}
.com-content-category-blog__item img {
	border-radius: 0.8rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}

.calendar-thmstyle {
	background: #fff;
	box-shadow: 0 0 3rem rgba(0,0,0,0.1);
	overflow: hidden;
	padding: 2rem;
}
.notes-slider .itemarticle {
	height: 420px;
	background: #f9f9f9;
	border-radius: 0.8rem;
}
.mediablog {
	height: 355px;
    overflow: auto;
    margin-bottom: 2rem;
    scrollbar-width: thin;
    padding-right: 1rem;
    margin: 1rem 0 2rem;
}
.mediablog.cursosfec .media{
    margin-top: 0;
}
/*.mediablog.cursosfec .media-left {
	width: 18%;
	max-width: 18%;
    text-align: center;
    line-height: 20px;
}*/
.mediablog.cursosfec .media-body p{
    line-height: 1.5;
}
.alert-date {
	background-color: #f6f6f6;
	border-color: #eee;
	padding: 1rem 0.5rem;
}
.mediablog .alert-date strong{
    white-space: nowrap;
}
body.perfil .mediablog .alert-date strong{
    white-space: inherit;
}

.magazine-post{
    text-align: center;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap{
    padding: 0;
}

.com-content-categories__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.com-content-categories__items>div {
    flex-grow: 1;
    width: 32%;
    max-width: 32%;
    padding: 1%;
    border: 0;
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    margin: 0.5%;
}
.ciclos .com-content-categories__items > div{
    width: 24%;
    max-width: 24%;
}
.com-content-categories__items .com-content-categories__item img{
    max-width: 120px;
    display: block;
    margin: 0 auto 1rem;
}
.ciclos .com-content-categories__items .com-content-categories__item img,
.actualidad-cardiologia-clinica .com-content-categories__items .com-content-categories__item img{
    width: 100%;
    max-width: 100%;
    border-radius: 0.8rem;
}
.com-content-category.category-list .content-category h1,
.com-content-categories.categories-list h1{
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.com-content-categories.categories-list.category-desc{
    margin-bottom: 2rem;
}
.com-content-categories .com-content-categories__description{
    background: #f6f6f6;
    padding: 1rem;
    border-radius: 0.8rem;
}
.com-content-categories .com-content-categories__description p:last-child{
    margin-bottom: 0;
}
.com-content-categories__item-title-wrapper{
    padding: 0;
}
.com-content-categories__item-title{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.revistas .com-content-categories__item-title a {
	display: block;
	line-height: 22px;
}
.com-content-categories .com-content-categories__description a{
	word-break: break-all;
}

.com-content-category-blog__items .item-content h2 a,
.com-content-article__body h2 a,
.com-content-article__body h2 a strong,
.content-category h2 a{
    color: #1A659E;
}
.com-content-category-blog__items .item-content h2 a:hover,
.com-content-article__body h2 a:hover,
.com-content-article__body h2 a:hover strong,
.content-category h2 a:hover,
.content-category h2 a:focus{
    color: #2080D0;
}

.sociedades-filiales .com-content-categories__items .com-content-categories__item joomla-hidden-mail{
    font-size: 12px;
}
.sidebar-widget .widget .modfilial img{
    max-width: 120px;
    display: block;
    margin: 0 auto 1rem;
    box-shadow: inherit;
}
.sidebar-widget .widget .modfilial .com-content-categories__description {
	background: #f6f6f6;
	padding: 1rem;
	border-radius: 0.8rem;
    margin-bottom: 1rem;
}
.sidebar-widget .widget .modfilial .com-content-categories__description p:last-child{
    margin-bottom: 0;
}
.sidebar-widget .widget .modfilial joomla-hidden-mail{
    font-size: 11px;
}

ul.pagination{
    margin: 0;
    padding: 0;
}
.com-content-category__navigation {
	margin-top: 3rem;
	border-top: 1px dotted #ccc;
	padding-top: 2rem;
}

.com-content-article__body .pagenavcounter{
    display: none;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0.8rem;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius: 0.8rem;
}
.card.article-index{
    float: right;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    border-radius: 0.8rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
}
.card.article-index h3{
    font-size: 1.6rem;
    text-align: center;
}
.card.article-index ul{    
    padding-left: 0;
}
.card.article-index ul li a{
    border-radius: 0.8rem;
    padding: 5px 10px;
}
.card.article-index ul li a.active{
    background: #f6f6f6;
    border-radius: 0.8rem;
}

.comunicacion.portada #top-content .col-md-12{
	padding: 0 30px;
}
.comunicacion.portada #top-content .col-md-12 .col-md-12{
	padding: 0 15px;
}
.comunicacion.portada .links-thmstyle .links img{
    display: block;
    padding: 10px;
    margin: 0 auto;
    border-radius: 0.8rem 0.8rem 0 0;
}
.comunicacion.portada .links-thmstyle .links .btn-default{
    box-shadow: 0 0 5px -1px rgba(15,15,15,.1);
    border: 0;
    border-radius: 0 0 0.8rem 0.8rem;
    font-size: 16px;
}

.comunicacion.mensual #top-content p{
    font-size: 1.8rem;
    line-height: 1.4;
}
.comunicacion.mensual #top-content img{
    border-radius: 0.8rem;
}

.mensual.comunicacion .display_archive{
	height: 385px;
	overflow: auto;
}
.mensual.comunicacion .display_archive .campaign{
	padding: 1rem;
	border-radius: 0.8rem;
	margin-right: 1rem;
	font-family: 'frutiger', arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.mensual.comunicacion .display_archive .campaign:nth-of-type(2n+1){
	background: #f6f6f6;
}
.mensual.comunicacion .display_archive .campaign a{
	display: block;
	font-weight: 300;
}
.mensual.comunicacion .secnews p{
	font-family: frutiger;
	font-size: 16px;
	line-height: 24px;
}

.redes-medios .album-cover{
	border: 0;
}
.redes-medios .album-cover i.fa {
	font-size: 8rem;
	height: 150px;
	width: 150px;
	text-align: center;
	line-height: 150px;
	border-radius: 50%;
}

a.fatwitter i.fa{background-color: #41b7d8; color: #fff;}
a.fafacebook i.fa{background-color: #3b5997; color: #fff;}
a.fayoutube i.fa{background-color: #d64937; color: #fff;}
a.falinkedin i.fa{background-color: #0073b2; color: #fff;}
a.fainstagram i.fa{background-color: #833AB4; color: #fff;}
a.faflickr i.fa{background-color: #ff0084; color: #fff;}
a.faslideshare i.fa{background-color: #0073b2; color: #fff;}
a.fapodcast i.fa{background-color: #FFAD75; color: #fff;}

.blogcontent{
    display: flex;
}
.blogcontent img{
    border-radius: 0.8rem;
}
.blogcontent figure{
    padding-right: 2rem;
}
.sidebar-maincontent .blogcontent .itemcontent ul.tags{
    margin-top: 0;
}
.infografias .blogcontent figure{
    padding-right: 0;
}
body.infografias .blog .left.item-image {
	height: 275px;
	overflow: hidden;
    border-radius: 0.5rem;
}
.itemcontent{
    width: 130%;
}
.itemcontent p{
    font-size: 1.8rem;
    line-height: 1.4;
}

.columns-3 .blogcontent{
    display: block;
}
.columns-3 .blogcontent figure{
    padding-right: 0;
    margin-top: 1rem;
}
.columns-3 .itemcontent{
    width: 100%;
}

.accordion-button{
    display: block;
    color: #2080D0;
    width: 100%;
    text-align: left;
    border: 0;
    background: #f6f6f6;
    font-size: 24px;
    padding: 1rem;
    border-radius: 0.8rem;
}
.accordion-button.collapsed::after{
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    right: 6px;
    color: #999;
}
.accordion-button::after{
    font-family: "FontAwesome";
    content: "\f0aa";
    position: absolute;
    right: 6px;
    color: #999;
}
blockquote{
    clear: both;
}
img.size-full{
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    margin: 1rem 0;
}
img.size-full.alignleft,
.alignleft {
	float: left;
	margin-right: 1.5em;
}
audio{
    width: 100%;
    border-radius: 0.8rem;
}

.awesomplete{
    /*display: block;*/
    width: calc(100% - 58px);
}
.awesomplete > ul{
    text-align: left;
    z-index: 10;
}

.btn-twitter {
	background: #41b7d8;
	border-color: #41b7d8;
}
.btn-twitter,
.btn-twitter i{
    color: #fff;
}

.panel-layout .textwidget img{
    border-radius: 50%;
    margin: 0 2rem 0 0;
    width: 120px;
    height: 120px;
}
.panel-layout h2.team-title{
    font-size: 2rem;
}
.panel-layout .textwidget{
    min-height: 120px;
}
.panel-layout .textwidget .team-title:first-child{
    margin: 0;
}

#top-component .event-thmstyle,
#bottom-component .event-thmstyle{
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    border-radius: 0.8rem;
    overflow: hidden;
    padding: 2rem;
}

.component-bottom{
    margin-top: 2rem;
    border-top: 1px dotted #ccc;
    padding-top: 4rem;
}

.columns-3,
.columns-4{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.columns-3 > div{
    flex-grow: 1;
    width: 31%;
    max-width: 31%;
    margin: 0 1% 2rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    padding: 1rem;
    border-radius: 0.8rem;
}
.columns-4 > div{
    flex-grow: 1;
    width: 23%;
    max-width: 23%;
    margin: 0 1% 2rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    padding: 1rem;
    border-radius: 0.8rem;
}
.columns-3 .item-image,
.columns-4 .item-image{
    text-align: center;
}
.columns-3 .item-image img,
.columns-4 .item-image img{
    border-radius: 0.6rem;
    margin: 1rem auto 0.5rem;
}
body.actividades-proyectos .columns-3 .item-image img,
body.cardiotv .columns-3 .item-image img{
    margin-top: 0;
}
body.la-sec-te-lleva-a .columns-3 .item-image img{
    margin-top: 0;
    margin-bottom: 0;
}
body.la-sec-te-lleva-a .com-content-category-blog__item.blog-item{
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}
.columns-3 .item-content h2,
.columns-4 .item-content h2{
    font-size: 2rem;
    margin: 1rem;
}
body.actividades-proyectos .blog-items{
    margin-top: 2rem;
}
body.actividades-proyectos .reverses .page-header h2 {
	font-size: 26px;
	text-align: center;
}
.com-content-article .item-image img{
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}
.cuadernos .com-content-article .item-image img,
.manuales .com-content-article .item-image img,
.historico .com-content-article .item-image img,
.trabajos-premiados .com-content-article .item-image img{
    float: right;
    margin-left: 1rem;
}

.sidebar-widget .open > .dropdown-menu{
    width: 100%;
}
.sidebar-widget .widget .nav.menu .open > .dropdown-menu a{
    background: transparent;
    border-radius: 0;
}
.sidebar-widget .widget .nav.menu .open > .dropdown-menu .active a{
    color: #9D142E;
}

.sidebar-widget .owl-controls .owl-nav{
    position: absolute;
    right: 0;
    top: -55px;
}


.sidebar-widget .nav.menu li a[target="_blank"]::after,
.sidebar-widget .widget-links li a[target="_blank"]::after,
.footer-widget .widget-links a[target="_blank"]::after,
#mega-menu-top .mainmenutop li li a[target="_blank"]::after,
#mega-menu a[target="_blank"]::after {
	content: "\f08e";
	font-family: "FontAwesome";
	float: right;
}
#mega-menu a[target="_blank"]::after {
    margin-left: 5px;
}
.sidebar-maincontent ul.openlink{
	padding-left: 1rem;
}
.sidebar-maincontent ul.openlink li{
	list-style: none;
}
.openlink li a[target="_blank"]::before{
	content: "\f08e";
	font-family: "FontAwesome";
	margin-right: 0.58rem;
}
/*.btn.btn-secondary{
	background: #f6f6f6;
}*/
.modal-dialog {
	width: 85%;
	max-width: 1100px;
	margin-top: 80px;
}
.modal-header .close {
	color: #fff;
	opacity: 1;
}

.btn-sec {
	color: #fff;
	background-color: #9D142E;
	border-color: #9D142E;
}
.btn-sec:hover {
	color: #fff;
	background-color: #7F1D27;
	border-color: #7F1D27;
}

.alert-shadow{
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
}

.items-row.cols-4 .col-md-3{
    margin-bottom: 2rem;
}
.catalog .items-row .item .item-image {
	float: none !important;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	padding: 15px 0;
	background: #f6f6f6;
}
.publicaciones .catalog .items-row .item .item-image{
    padding: 0;
}
.catalog .items-row .item .item-image img {
	height: 280px;
	width: auto;
	border-radius: 0.5rem;
	margin: 0 auto;
	display: block;
	border: 1px solid #eee;
}

.apps .blog .items-row .col-centered{
    text-align: center;
}
.apps .blog .items-row .item img, .apps.multimedia .item-page img:first-child {
	border-radius: 50% !important;
	margin-bottom: 1rem;
	padding: 5px;
	border: 1px solid #eee;
}

.content-secfecverde .sfv-info{
	border-radius: 8rem;
	background: #EBF1E0;
	margin-top: 3rem;
	padding: 2rem;
	color: #92b558;
	display: flex;
	align-items: center;
}
.content-secfecverde .sfv-info img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
    background-color: #fff;
    padding: 1rem;
}
.content-secfecverde .sfv-info p{
	margin-top: 0;
	margin-bottom: 0;
}
.content-secfecverde .sfv-info .sfv-image{
	width: 100px;
	margin-right: 2rem;
}
.content-secfecverde .sfv-info .sfv-text{
    width: 80%;
}
.content-secfecverde .sfv-info .sfv-text strong{
	font-size: 18px;
    color: #92b558;
}
.content-secfecverde .sfv-info .sfv-text hr{
	margin: 1rem 0;
}
.content-secfecverde .sfv-info a.btn-success{
    background-color: #92b558;
    border-color: #92b558;
    margin-top: 1rem;
    border-radius: 2rem;
}
.content-secfecverde .sfv-info a.btn-success i{
    margin-right: 0.5rem;
}

.podcastparticipantes {
	display: flex;
	flex-wrap: wrap;
	background: #f6f6f6;
	padding: 1rem;
	border-radius: 0.8rem;
	margin-bottom: 1.5rem;
}
.podcastparticipantes .participantes {
	display: flex;
	flex: 50%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.podcastparticipantes .participantes img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.podcastparticipantes .descripcion {
	margin: 0.5rem 1rem;
}

.weblink-category h1{
    margin-top: 0;
    margin-bottom: 2rem;
}
#encuestas a{
	color: #fff;
	text-decoration: none;
}
#encuestas .image{
	background-color: rgba(0,0,0,0.8);
	height: 250px;
	max-width: 100%;
	filter:brightness(0.4);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 1.6rem;
}
#encuestas .image:hover{
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
}
#encuestas .title {
	display: block;
	font-size: 20px;
	line-height: 28px;
	height: 140px;
	margin: 0 40px -145px;
	position: relative;
	text-align: center;
	top: -195px;
}
#encuestas .btn{
	position: relative;
	float: right;
	bottom: 29px;
	display: table;
	margin: 0 auto;
}

.wufooframe.alert-grey {
	background: #fff;
	padding: 0;
	border: 0;
}
.wufooframe iframe {
	min-height: 450px;
}
.wufooframe iframe, .wufoo-form-container {
	padding: 2rem;
	margin-top: 2rem;
}
.chat .wufooframe iframe, .chat .wufoo-form-container{
	margin-top: 0;
	height: 505px;
}

.pagination > li > a, .pagination > li > span{
    border-radius: 0.8rem;
    margin: 0 2px;
}

.comite-ejecutivo .item-page .infopresidente .col-md-2{
    width: 20%;
}
.infocomite .col-md-2.col-sm-2.col-xs-12.text-center.col-centered {
	width: 20%;
}
.comite-ejecutivo .item-page .infopresidente .col-md-5{
    width: 40%;
}
.comite-ejecutivo .item-page .col-md-5 .descriptionejecutiva{
    background: #f5f5f5;
    height: 364px;
    overflow: auto;
    padding: 1rem;
    border: 1px solid #e8e8e8;
    margin-bottom: 4rem;
    border-radius: 0.8rem;
}
.comite-ejecutivo iframe{
    width: 100%;
    height: 364px;
    min-height: 364px;
}
.infocomite h3{
	margin-top: 0;
}
.infocomite img{
	cursor: pointer;
}
.infocomite .desc{
	background: #fff!important;
	color: #fff;
	text-align: center;
}
.infocomite .desc small{
	display: block;
	padding: 5px 0;
	line-height: 20px;
	color: #fff;
	font-size: 90%;
}
body.comite-ejecutivo .infocomite .desc h4,
body.comite-ejecutivo .infocomite .desc small{
	color: #9D142E
}
.infocomite .verbio{
	margin-bottom: 3rem;
	border: 0;
	border-radius: 25px;
	padding: 0.5rem 1rem;
	display: block;
	width: 100%;
}
.modalcomite .social{
	margin-bottom: 0;
}
.modalcomite .social img{
	max-width: 30px;
}

body.america-del-sur .col-md-3 img{
    height: auto;
    margin-bottom: 1rem;
}

.nav.menu.nav-pills.nav-sec.nav-justified{
    padding-left: 0;
}
body.american-college-of-cardiology .alert-grey .nav.menu.nav-pills.nav-sec.nav-justified{
    margin-bottom: 0;
}
.nav.menu.nav-pills.nav-sec.nav-justified a{
    border: 1px solid #eee;
}

.row-centered {
    text-align: center;
}
.col-centered {
	display: inline-flex;
	float: none;
	text-align: left;
	margin-right: -4px;
}

/* Presidentes : Historia */
#presidentes .presidentes{
    text-align: center;
  }
  #presidentes .presidentes .col-centered{
    display: inline-grid;
  }
  #presidentes .presidentes img{
    width: 150px;
    margin: 0 auto;
    border: 6px solid #eee;
    border-radius: 50%;
  }
  #presidentes .presidentes p.name{
    position: relative;
    top: -20px;
    background: #eee;
    padding: 4px 0;
    border-radius: 8px;
    text-align: center;
  }
  #presidentes .presidentes p.year{
    position: relative;
    top: -32px;
    text-align: center;
  }
  #presidentes .presidentes .badge{
    padding: 6px 10px 8px;
    font-size: 100%;
    font-weight: 600;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  #presidentes .presidentes .badge-info {
    color: #666;
    background-color: #ddd;
  }
  #presidentes .presidentes .col-md-2:hover .badge{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #presidentes .presidentes .col-md-2:hover img{
    border-color: #9F1831;
  }
  #presidentes .presidentes .col-md-2:hover p.name{
    background: #9F1831;
    color: #fff;
  }
  #presidentes .presidentes .col-md-2:hover .badge-info{
    color: #fff;
    background-color: #771225;
  }
  #verCronologia .date-label{
      width: 100%;
      border-radius: 0.5rem;
      height: auto;
      padding-bottom: 1rem;
      text-align: center;
      background-color: #f6f6f6;
  }
  #verCronologia .date-label .month{
      border-radius: 0.5rem 0.5rem 0 0;
  }
  #verCronologia .details{
      background: #f6f6f6;
      margin-bottom: 2rem;
      border-radius: 0.5rem;
      padding-top: 1rem;
  }

.date-label .month {
	background: #1A659E;
	color: #fff;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}
.date-label .date-number {
	clear: left;
	display: block;
	padding-top: 5px;
	font-size: 15px;
	font-family: 'open sans', arial, sans-serif;
	font-weight: 500;
}
  
  .presenciasec h3{
      border: 1px solid #eee;
      padding: 10px 10px 15px;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
  }
  .presenciasec h3 img{
      margin-bottom: 10px;
  }
  .institucional #tabescsec.nav > li > a{
      font-size: 18px;
      font-weight: 300;
  }
  .institucional #tabescsec.nav > li > a:focus{
      background: #fff;
  }

.sidebar-widget .widget-links li a.iconpdf::before,
#mega-menu a.iconpdf::before {
	content: "\f1c1";
	font-family: "FontAwesome";
    margin-right: 0.5rem;
}

.sidebar-widget .widget-links .parent ul.nav-child{
    max-height: 300px;
    overflow: auto;
    scrollbar-width: thin;
    margin-bottom: 0.5rem;
}

.pagenavigation{
    clear: both;
    padding-top: 4rem;
}
.pagenavigation ul.pagination{
    display: flex;
    border-top: 1px dotted #ccc;
    padding-top: 2rem;
}
.pagenavigation ul.pagination li.previus{
    margin-right: auto;
}
.pagenavigation ul.pagination li.next{
    margin-left: auto;
}

.filter-revista,
.com-tags__items form{
    background: #f6f6f6;
    padding: 1rem;
    border-radius: 0.8rem;
    display: flex;
    margin-bottom: 3rem;
}
.filter-revista .btn-toolbar{
    display: flex;
}
.filter-revista .ordering-select{
    margin-left: auto;
}
.filter-revista .js-stools{
    width: 100%;
}
.com-tags__items .com-tags-tags__filter{
    display: flex;
}
.com-tags__items .com-tags-tags__filter label{
    display: none;
}
.com-tags__items #filter-search{
    border-radius: 0.8rem 0 0 0.8rem;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
}
.com-tags__items #limit{
    padding: 1rem;
    cursor: pointer;
}
.com-tags__items .float-end{
    margin-left: auto;
}
.sidebar-maincontent ul.com-tags__category{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sidebar-maincontent ul.com-tags__category li{
    border: 0;
    font-weight: inherit;
    flex-grow: 1;
    width: 25%;
    margin: 0;
    font-size: 1.5rem;
}

#icagenda .ic-descshort {
	padding-left: 92px;
}
#icagenda .ic-info{
    background: transparent;
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
    padding: 0 1rem 2rem;
    font-size: 1.6rem;
}
#icagenda .ic-info .ic-details{
    padding: 0 1rem;
    border-radius: 0.8rem;
    margin-bottom: 2rem;
}
#icagenda .ic-info img{
	border-radius: 0.8rem;
}
#icagenda .ic-divRow{
    background: #f6f6f6;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.8rem;
}
#ic-list-of-dates {
	background: #f6f6f6;
	border-radius: 0.8rem;
	padding: 1rem 2rem 0;
	margin: 0 1rem;
}
.ic-box {
	padding: 0.5rem;
	margin: 0 0 1rem;
}
.ic-box-date{
    margin: 8px 1rem;
}
.ic_rounded.iccalendar div.style_Today{
    background: #9D142E;
}
.ic-top-buttons{
    display: flex;
}
.ic-back{
    margin-right: auto;
}
.ic-dropdown .btn{
    border-radius: 0.8rem!important;
}
.ic-dropdown-menu.open {
	padding: 0;
	border-radius: 0.8rem!important;
    margin-top: 0;
}
.ic_rounded.iccalendar{
    border: 0;
    margin-bottom: 1rem;
}
.ictip-img{
    display: none;
}
#ictip .ictip-event-title{
    line-height: 20px;
}
#ictip .ictip-location{
    padding-left: 0;
}
#ictip .ictip-info{
    padding: 0 8px 0px 5px;
}
#ictip .ictip-desc{
    display: none;
}

.thumb img{
    border-radius: 0.8rem 0 0 0.8rem;
    border-radius: 0.8rem;
}

.img-course {
	float: left;
	width: 30%;
	margin-right: 3%;
	width: 150px;
	height: 75px;
    border-radius: 0.8rem;
}
.media-course{
    padding-left: 165px;
}
.banner-thmstyle{
    margin-top: 0.75rem;
}
#bottom-content img,
.banner img{
    border-radius: 0.8rem;
}
.banner p{
    margin-bottom: 4rem;
}

.secnews p{
    font-size: 18px;
    margin-top: 1rem;
}

#content-top{
    background: #f6f6f6;
}

.apesterframe {
	width: 100%;
	border: 0;
	height: 475px;
    border-radius: 0.8rem;
    box-shadow: 0 0 5px -1px rgba(15,15,15,.1);
}

.mainmenu > li > a.homeiconsec {
	background: url(https://secardiologia.es/templates/sec4/favicon/favicon-32x32.png) no-repeat left center;
	color: #f6f6f6;
	position: fixed;
	left: 15px;
	display: none;
	font-weight: 300 !important;
	padding-top: 26px;
	top: -6px;
}
.header-fixedtop .mainmenu > li > a.homeiconsec {
    display: block;
}
.mainmenu > li > a.homeiconsec:hover{
    background-color: #9D142E;
}

/* SIS Banners - Start */
.sisbanners{
    display: grid;
    grid-gap: 2px;
    grid-auto-rows: 1fr;
    /*grid-template-columns: repeat(4, 1fr);*/
    counter-reset: albumList;
}
.sisbanners.seis{
    grid-template-columns: repeat(5, 1fr);
}
.sisbanners.tres{
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 2rem;
}
.sisbanners.cuatro{
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}
.sisbanners img {
	border-radius: 0.8rem;
}
.sisbanners.seis .item:nth-child(10n + 1) {
    grid-column: span 2 / 3;
    grid-row: span 2;
}
.item:nth-child(10n) {
    grid-column: span 2 / 3;
    grid-row: span 2;
    grid-column-end: 5;
}
.item:nth-child(10n + 8) {
    grid-column-start: 1;
}

.ic-place {
	margin-left: 93px;
}

@media only screen and (max-width: 600px){
	.grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .sisbanners.tres {
        grid-template-columns: inherit;
        grid-gap: 1rem;
        grid-auto-rows: 0fr;
    }
    .sisbanners.cuatro{
        grid-gap: 2px;
        margin-top: 1.5rem;
    }
    .sisbanners.seis{
        grid-template-columns: repeat(4, 1fr);
    }
    .sisbanners.cuatro .item,
    .sisbanners.seis .item {
        grid-column: span 2;
        grid-row: span 2;
    }
    .sisbanners.seis .item:first-child {
        grid-column: 1 / 6;
        grid-row: span 4;
    }
}
/* SIS Banners - End */

.owl-controls{
    z-index: 1;
}

/* REVISTA */
#revista .category-desc{
    display: flex;
    background: #f6f6f6;
    border-radius: 0.8rem;
    padding: 2rem;
}
#revista .category-desc img{
    margin-right: 2rem;
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    height: 200px;
}
#revista .category-desc .category-content{
    font-size: 1.6rem;
}
#revista .category-desc .fields-container .field-label{
    display: none;
}
#revista .category-desc .fields-container{
    padding: 0;
    list-style: none;
}
#revista .category-desc .fields-container li{
    list-style: none;
}
#revista .category-desc .fields-container .fields-container{
    padding-left: 1rem;
}
#revista .item-content h2{
    font-size: 26px;
}
#revista ul.fields-container,
#revista ul.fields-container li{
    list-style: none;
    padding: 0;
}
#revista ul.fields-container li.autores-articulo{
    display: flex;
}
#revista ul.fields-container li.autores-articulo .field-value ul{
    /*display: flex;*/
    padding: 0;
}
#revista ul.fields-container li.autores-articulo .field-value ul li{
    margin-left: 0.5rem;
	float: left;
}
#revista ul.fields-container li.autores-articulo .field-value ul li::after{
    content: ',';
}
#revista ul.fields-container li.autores-articulo .field-value ul li:last-child::after{
    content: '';
}
#revista .item-content .fields-container:last-child{
    background: #f6f6f6;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
}
#revista .item-content .fields-container .field-label{
    font-weight: bold;
}
#revista .btn-secondary{
    border: 1px solid;
}

/* Webinars */
body.webinars .com-content-category-blog__item.blog-item{
    clear: both;
    border: 0;
    margin: 0;
}
body.webinars .com-content-category-blog figure.left{
    float: left;
    margin-right: 3rem;
    margin-bottom: 3rem;
	background: #f6f6f6;
	width: 300px;
	border-radius: 0.8rem;
}
body.webinars .com-content-category-blog .item-content{
	margin-left: 330px;
}

.com-content-categories__items .h2 {
	width: 100%;
	margin: 1rem 0;
	padding: 1rem;
}

body .video-responsive iframe{
	border-radius: 0.8rem;
}

.tag-category h1{
    margin-top: 0;
}

.article-info {
	display: flex;
}
.article-info.text-muted{
	background: #fff;
	border-radius: 0.8rem;
	font-size: 12px;
}
.article-info.text-muted dt{
	display: none;
}
.article-info.text-muted dd{
	padding: 0.3rem 0;
    margin-bottom: 0;
}
.blog .article-info.text-muted{
    margin-bottom: 0.5rem;
}

.remision-de-trabajos .convertforms{
	background: transparent;
}

.display_archive .campaign::before {
	content: "";
	font-family: FontAwesome;
	padding-right: 10px;
}
.display_archive {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

.rec.push-body .mainmenu > li.item-2429 > a,
.rec-cardioclinics.push-body .mainmenu > li.item-2429 > a,
.rec-interventional-cardiology.push-body .mainmenu > li.item-2429 > a{
    background-color: #760F22 !important;
}

.blog .item-content p, .blog .item-content ul, .blog .item-content li,
.com-tags__items li p,
.item-page p, .item-page ul, .item-page li, .item-page dl {
    font-size: 1.8rem;
    font-family: "frutiger";
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}
.item-page dl dd{
	color: #000;
}
dd.createdby{
    position: absolute;
    right: 2.2rem;
}

.mostread li{
    border-bottom: 1px solid #eee;
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}
.mostread li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.alert-clock{
    background-color: #FFE500;
    border-color: #FFE500;
    margin-top: 3rem;
    color: #000;
}
.imagensec15 img {
	float: right;
	width: 80px;
	position: relative;
	top: 0;
	margin-bottom: -40px;
	border-radius: 1.5rem;
	border: 1px solid #eee;
}
.embedpdf{
	height: 800px;
}
figure.none{
    text-align: center;
}
body.la-sec-te-lleva-a.telleva figure.none{
    background: #000;
    border-radius: 0.8rem;
}

#interes h2 {
	text-transform: uppercase;
	color: #333;
	margin-top: 0.5rem;
}
#interes .tags {
	margin: 0;
}
#interes .tags a.label-info {
	font-size: 1.6rem;
	font-weight: 300;
	padding: 1rem 2rem;
	background-color: #1a659e;
	color: #fff;
}
#interes .tags a.label-info:hover{
	background-color: #9D142E;
	color: #fff;
}

/* PERSONAL SEC */
#personalsec h3 a {
	background: #F3EFEC;
	display: block;
	padding: 1rem 1.5rem;
	border-radius: 0.8rem;
}
#personalsec h3 a:hover {
	background: #fff;
}
#personalsec .organigrama{
	background: #F3EFEC;
	text-align: center;
	border-radius: 0.8rem;
}
#personalsec .fichas{
	display: flex;
	flex-wrap: wrap;
}
#personalsec .ficha{
	/*flex: 46%;*/
	width: 23.5%;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	padding: 2rem;
	border-radius: 0.8rem;
	margin: 1rem;
}
#personalsec #collapseCientifico .ficha,
#personalsec #collapseFormacion .ficha,
#personalsec #collapsePresidencia .ficha,
#personalsec #collapseComunicacion .ficha,
#personalsec #collapseRevista .ficha,
#personalsec #collapseFEC .ficha,
#personalsec #collapseAdministracion .ficha{
	width: 31.5%;
}
#personalsec .ficha:first-child{
	margin-left: 0;
}
#personalsec .ficha:last-child{
	margin-right: 0;
}
#personalsec #collapseAdministracion .fichas4 .ficha{
	width: 23.5%;
}

#personalsec #collapseComunicacion .ficha{
	width: 49%;
}

/*#personalsec #collapseAdministracion .ficha:nth-child(4),*/
#personalsec #collapseTIC .ficha:nth-child(4),
#personalsec #collapseTIC .ficha:nth-child(8),
#personalsec #collapseFEC .ficha:nth-child(3),
#personalsec #collapseRevista .ficha:nth-child(3){
	margin-right: 0;
}
#personalsec #collapseAdministracion .ficha:nth-child(4),
#personalsec #collapseAdministracion .ficha:nth-child(7),
#personalsec #collapseTIC .ficha:nth-child(5),
#personalsec #collapseTIC .ficha:nth-child(9),
#personalsec #collapseFEC .ficha:nth-child(4),
#personalsec #collapseRevista .ficha:nth-child(4){
	margin-left: 0;
}
#personalsec .ficha .bio{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
#personalsec .ficha .bio .foto {
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 1rem;
	border: 1px solid #eee;
}
#personalsec .ficha .bio .detalle{
	padding-top: 1.5rem;
}
#personalsec .ficha .descripcion {
	max-height: 150px;
	overflow: auto;
	scrollbar-width: thin;
	padding-right: 0.5rem;
}
#personalsec .ficha .enlaces{
	display: none;
}
#personalsec .ficha .enlaces a.btn {
	font-size: 16px;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	padding: 0;
	line-height: 35px;
}
#personalsec .ficha .enlaces a.btn i{
	margin: 0;
}
#personalsec .detalle h4{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
#personalsec .detalle h5{
	margin-top: 0;
	font-size: 16px;
}
#personalsec .descripcion p{
	margin-bottom: 0;
	line-height: 1.2;
}

body.sociedades-filiales .com-content-category-blog__item.blog-item{
    border-bottom: 0;
    padding-bottom: 0;
}
body.sociedades-filiales .com-content-category-blog__item.blog-item img{
    box-shadow: none;
    width: 300px;
    height: auto;
}

.sociostecnologicos{margin-bottom:2rem;}
.sociostecnologicos figure.thumb{min-height:175px; border:1px solid #e8e8e8; width:100%; margin-bottom: 1rem;}
.sociostecnologicos.relacionescorporativas figure.thumb{padding-bottom: 20px;}
.sociostecnologicos figure.thumb:hover{-webkit-box-shadow: 0px 0px 5px 0px #e8e8e8; -moz-box-shadow: 0px 0px 5px 0px #e8e8e8; box-shadow: 0px 0px 5px 0px #e8e8e8;}
.sociostecnologicos img{margin: 0 auto;}

body.socios.push-body iframe{
    width:100%;
    height: 1500px;
}
body.hazte-socio .row.text-center img {
	max-width: 300px;
}
body.hazte-socio .row.text-center .modal img {
	max-width: 100%;
}
iframe{
    width: 100%;
}
body.sec-calidad .row section {
	background: #fff;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	overflow: hidden;
	margin-bottom: 30px;
}
body.sec-calidad .row section h1{
    font-size: 3rem;
    margin: 1.5rem!important;
}
body.sec-calidad .row section .section-content{
    padding: 2rem;
}

/* SP PAGE */
#video{
	margin-bottom: 20px;
}
#participantes{
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 30px;
}
#participantes .temas{
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
#participantes .sppb-addon-person{
	background: #f6f6f6;
	border-radius: 50px 75px 5px 50px;
	padding: 0 0 30px 0;
	margin-bottom: 20px;
}
#participantes .sppb-person-name{
	padding-top: 10px;
}
#participantes .sppb-person-image{
	float: left;
}
#participantes .sppb-person-image img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
}
#participantes ul.sppb-person-social li{
  min-height: auto;
  clear: inherit;
}
#participantes .sppb-person-social-icons{
	float:right;
}
#participantes .sppb-addon-person .sppb-person-social > li > a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background: #00ACED;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	float: none;
	padding: 8px;
}

#participantes .sppb-addon-person .sppb-person-social > li{
	margin: 0 0 0 5px;
}

.site.cardiotv .sp-page-builder .page-content #participantes{
	margin-top: 4rem;
	padding: 2rem;
}

#colaboradores .sppb-row{
	text-align: center;
	display: block;
}
#colaboradores .sppb-row > div{
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}
#colaboradores img{
	max-width: 200px;
	width: 100%;
}
.sp-page-builder .page-content #section-id-1513344325601 {
	background: #fff;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	overflow: hidden;
	margin-top: 30px;
    margin-bottom: 30px;
}
.sp-page-builder .page-content #resumen {
	padding: 3rem 2rem 3rem;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	margin-bottom: 30px;
}
#sp-page-builder .page-content .shadowdiv {
	padding: 2rem 1rem;
	box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	margin-bottom: 30px;
}
.sp-page-builder .page-content #organizadores{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#organizadores{
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1);
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 30px;
}
#organizadores img{
	max-height: 150px;
	height: auto;
	width: auto;
}
#sp-page-builder #colaboradores .sppb-section-title{
	margin-bottom: 0;
}

.la-sec-te-lleva-a .pull-left.item-image img.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.sidebar-maincontent #evento ul{
    padding-left: 0;
}

/* La SEC te lleva */
#evento .evento{
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    padding: 2rem;
}
#evento .pildora{
    border-radius: 0.8rem;
    border: 1px solid #eee;
}
#evento .btn-group-justified{
    margin-bottom: 2rem;
}
#evento .btn-group-justified > .btn-group .btn{
    font-size: 3rem;
    border-radius: 0.8rem;
    border: 0;
}
#evento .btn-group-justified > .btn-group .btn:hover{
    background-color: #f6f6f6;
}

#participantesin.row .col-md-2,
#participantesin.row .col-md-3,
#participantesin.row .col-md-4,
#participantesin.row .col-md-6{
    padding: 0;
}

#evento #acreditacion img {
	max-width: 250px;
	margin: 1rem;
}

#searchestudio{
	text-align: center;
	margin: 2rem 0;
	padding: 2rem 0;
	border-radius: 1.3rem;
}
#searchestudio label{
	display: block;
}
#searchestudio .input-group{
	width: 80%;
	margin: 0 auto;
}
#searchestudio input{
	border-radius: 0.8rem 0 0 0.8rem;
	padding: 2.5rem 2rem;
	border: 1px solid #ccc;
	box-shadow: inherit;
}
#searchestudio button.btn{
	padding: 1.5rem;
	border-radius: 0 0.8rem 0.8rem 0;
	border: 1px solid #ccc;
}
#searchestudio button#descargarestudio.btn,
#searchestudio button#eliminarestudio.btn{
	border-radius: 0;
}
#searchestudio button.btn .fa{
	color: #666;
	margin: 0;
}

.item-pagetelleva .alert-grey p{
    font-size: 16px;
    line-height: 20px;
}

#mega-menu .mainmenu > li.item-3172 {
	float: right;
}
#mega-menu .mainmenu > li.item-3172 > a::before,
#mega-menu .mainmenu > li.item-3172.active > a::before {
	font-family: FontAwesome;
	content: "\f002";
	margin: 0.5rem;
	position: inherit;
	display: inline;
	bottom: 0;
}

/* la SEC te lleva a */
.blogtelleva{
    margin-bottom: 80px;
      text-align: center;
  }
  .blogtelleva .items-row{
    margin-top: 40px;
  }
  .blogtelleva .items-row .col-md-4{
      display: inline-block;
      float: none;
      text-align: left;
      margin-right: -4px;
  }
  .la-sec-te-lleva-a article{
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    /*background-color: #1D1D1B;*/
  }
  .la-sec-te-lleva-a article:hover{
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
  }
  .la-sec-te-lleva-a .pull-left.item-image{
    float: none!important;
  }
  .la-sec-te-lleva-a .pull-left.item-image img{
    border-radius: 0.8rem;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .la-sec-te-lleva-a .pull-left.item-image img.disabled{
      opacity: 0.4;
      cursor: not-allowed;
  }
  .la-sec-te-lleva-a a.jcepopup span.jcemediabox-zoom-image{
    display: none;
  }
  .item-pagetelleva h1{
    margin-bottom: 20px;
  }
  .item-pagetelleva .nav > li > a{
    font-size: 20px;
    text-transform: uppercase;
  }
  .item-pagetelleva .nav-pills > li.active > a,
  .item-pagetelleva .nav-pills > li.active > a:hover,
  .item-pagetelleva .nav-pills > li.active > a:focus{
    background-color: #ED5C2F;
    border-radius: 0.8rem;
  }
  .item-pagetelleva .tab-content{
    border: 0;
    margin-top: 20px;
    border-radius: 0.8rem;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
  }
  .item-pagetelleva .alert-grey{
    border-radius: 0.8rem;
  }
  .item-pagetelleva .tab-content h3{
    margin-bottom: 20px;
  }
  .item-pagetelleva .pull-none.item-image img{
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
  }
  .item-pagetelleva .tab-content h3 strong{
    text-transform: uppercase;
    font-weight: 400;
    display: block;
  }
  .item-pagetelleva .tab-content hr{
    margin: 60px 0 40px;
    border-top: 1px dashed #eee;
  }
  .item-pagetelleva .tab-content .texto hr{
      margin: 20px 0 30px;
  }
  .item-pagetelleva #organizacion img{
    max-width: 300px;
  }
  .item-pagetelleva .tab-content .video{
    padding-right: 0;
  }
  .item-pagetelleva .tab-content .chat{
    padding-left: 0;
  }
  .item-pagetelleva .tab-content .chat iframe{
    width: 100%;
    height: 419px;
  }
  .item-pagetelleva .recurso,
  .item-pagetelleva .participante {
      box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);
      min-height: 130px;
      margin: 0 15px 15px;
      border-radius: 0.8rem;
      padding: 15px 0;
  }
  .item-pagetelleva a.btn,
  .item-pagetelleva button.btn{
    border-radius: 8rem;
  }
  .item-pagetelleva span.tweetme.sbBox{
      max-width: 90% !important;
      margin: 0 auto !important;
  }
  #formPonentes iframe{
      border: none;
      width: 100%;
      height: 550px;
  }
  #formPonentes .modal-dialog{
      width: 50%;
  }
  .item-pagetelleva .participante img{
    max-width: 100px;
  }
  .item-pagetelleva #participantesin .participante img{
    max-width: 100px;
    width: 100%;
    margin: 1.5rem;
  }
  .item-pagetelleva .tab-content .recurso img{
    max-width: 250px;
  }
  .item-pagetelleva .tab-content .recurso iframe{
      border: none;
      text-align: center;
      margin: 0 auto;
      width: 90%!important;
      display: flex;
      box-shadow: none;
      min-height: 450px;
  }
  .item-pagetelleva .tab-content .participante .pull-right{
    margin: 2rem 2rem 1rem;
  }
  .item-pagetelleva .tab-content .participante iframe{
    width: 80%;
    min-height: 400px;
  }
  .item-pagetelleva .tab-content #participantesin .participante .pull-right{
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
  }
  .item-pagetelleva #participantesin{
      padding-top: 2rem;
  }
  .item-pagetelleva .tab-content #participantesin .participante .btn{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    float: none;
    padding: 8px;
  }
  .item-pagetelleva .tab-content #participantesin .participante{
      margin: 15px 0;
  }
  .item-pagetelleva .tab-content #participantes .participante .btn{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    float: none;
    padding: 8px;
  }
  .item-pagetelleva .tab-content #acreditacion{
    margin-top: 20px;
  }
  .item-pagetelleva .pildoras{
      margin-top: 4rem;
      margin-bottom: 4rem;
  }
  .item-pagetelleva .pildoras img{
    /*border-radius: 0.8rem 0.8rem 0 0;*/
      border-radius: 0.8rem;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    position: relative;
    height: auto;
  }
  /*.item-pagetelleva .pildoras.owl-carousel .owl-stage{
    width: 100%!important;
  }
  .item-pagetelleva .pildoras.owl-carousel .owl-item{
    width: 320px!important;
    margin-right: 30px!important;
  }*/
  .item-pagetelleva .pildoras .slick-slide{
    position: relative;
  }
  .item-pagetelleva #eventoin .pildoras p{
      margin-top: 10px;
  }
  .item-pagetelleva .pildoras a.btn{
    border-radius: 1.5rem;
    border: 2px solid #fff;
    background: #FF0000;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 50%;
    left: 40%;
  }
  .item-pagetelleva #eventopre .pildoras a.btn{
      padding: 8px 12px;
      bottom: 15%;
      left: 80%;
  }
  .item-pagetelleva .pildoras i{
    margin: 0;
  }
  .item-pagetelleva .pildoras a .jcemediabox-zoom-link{
    display: none!important;
  }
  .item-pagetelleva .texto h2{
      margin-top: 0;
  }
  .item-pagetelleva .texto p{
      font-size: 16px;
      font-family: 'open sans',arial,sans-serif;
      font-weight: 300;
  }
  .item-pagetelleva .texto p:last-child{
      margin-bottom: 0;
  }
  .la-sec-te-lleva-a .slick-slide{
    padding: 10px;
  }
  #organizacion{
    margin-top: 2rem;
  }
  #organizacion img {
    max-width: 300px;
  }

#system-message-container{
    padding: 0 15px;
}
#system-message-container .alert-heading{
    display: none;
}
#system-message-container .alert-wrapper{
    font-size: 1.8rem;
}
joomla-alert{
	margin-bottom: 4rem;
}
joomla-alert .joomla-alert--close{
	font-size: 2.5rem;
}

#mobile{
	position: fixed;
	bottom: 6rem;
	right: 0rem;
	background: #fff;
	padding: 1rem;
	font-size: 2rem;
	width: 130px;
	line-height: 1.9rem;
	display: flex;
	cursor: pointer;
	border-radius: 0.5rem 0 0 0.5rem;
}
#mobile i {
	margin-right: 1rem;
	font-size: 3rem;
}

/* DATASEC */
.listadover .sppb-custom-tab.sppb-tab-nav-position .sppb-nav.sppb-nav-custom{
	padding: 0!important;
	list-style: none!important;
	margin-top: 5px!important;
}
.listadover .sppb-custom-tab.sppb-tab-nav-position .sppb-nav.sppb-nav-custom li{
	list-style: none!important;
	padding: 0!important;
	margin: 0!important;
}
.listadover ul.sppb-nav.sppb-nav-lines{
	width: 100%!important;
	padding: 0;
}
.listadover ul.sppb-nav.sppb-nav-lines li{
	list-style: none;
}
#column-wrap-id-419b8e63-8c8f-4599-9469-475398349f16,
#column-wrap-id-697bb931-9099-44f6-9b43-1790fdea99f3,
#column-wrap-id-05bca063-27fd-4726-87e3-b024976eed6d,
#column-wrap-id-6d984eac-4720-4dce-8c25-2f1f92d71111{
	padding-left: 0;
}
.listadover .sppb-tab-content.sppb-tab-custom-content .sppb-column-addons{
	background: #f6f6f6;
	border-radius: 3px;
	padding: 2rem;
}

.listadover .sppb-tab-pane .sppb-addon-accordion .sppb-column-addons,
.listadover .sppb-tab-pane .sppb-tab-pane .sppb-column-addons{
	background: #fff;
	padding: 0!important;
}
#sppb-addon-b407480c-a413-4b08-b4e5-e816eb6c779f .alert{
	margin-bottom: 1rem;
}
#sppb-addon-wrapper-6ad12894-eed6-4e3d-9be6-d3fbf10b112b .sppb-panel-modern{
	border-color: #eee;
}
#sppb-addon-wrapper-6ad12894-eed6-4e3d-9be6-d3fbf10b112b .sppb-panel-modern > .sppb-panel-heading{
	background: #eee;
	color: #666;
	border-radius: 3px;
}
#sppb-addon-wrapper-6ad12894-eed6-4e3d-9be6-d3fbf10b112b .sppb-panel-modern > .sppb-panel-heading.active{
	border-radius: 3px 3px 0 0;
}
#sppb-addon-b4ad29b2-c99a-4846-987e-a3ba7e7ba895 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::before, #sppb-addon-b4ad29b2-c99a-4846-987e-a3ba7e7ba895 .sppb-addon-timeline .timeline-movement.even::after {
	border-color: rgb(157, 20, 46);
}
#sppb-addon-b4ad29b2-c99a-4846-987e-a3ba7e7ba895 .sppb-addon-timeline .sppb-addon-timeline-wrapper::before, #sppb-addon-b4ad29b2-c99a-4846-987e-a3ba7e7ba895 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::after, #sppb-addon-b4ad29b2-c99a-4846-987e-a3ba7e7ba895 .sppb-addon-timeline .timeline-movement.even::before {
	background-color: rgb(157, 20, 46);
}
.listadover .sppb-nav-lines > li.active > a,
.listadover .sppb-nav-lines > li.active > a:hover,
.listadover .sppb-nav-lines > li.active > a:focus {
	background: #fff!important;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{
	width: 97%;
}
#sppb-addon-wrapper-6ad12894-eed6-4e3d-9be6-d3fbf10b112b .sppb-panel-modern .sppb-column-addons{
	background: #fff!important;
}


@media only screen and (max-width: 600px){
	.mega-header .header-top{padding: 0}
	.mega-header .logo img{position: relative; top: 10px; width: 110px;}
	body.webinars .com-content-category-blog figure.left{float: none; width: 100%;}
	body.webinars .com-content-category-blog figure.left img{width: 100%;}
	body.webinars .com-content-category-blog .item-content{margin-left: 0;}
    .header-bar .widget-tags a{font-size: 16px;}
    /*#mod-custom2149, #mod-custom2131{float:right;}*/
    #mod-custom2149 .visible-xs, #mod-custom2131 .visible-xs{display:inline!important;}
    .header-bar .widget-tags{display: inline-flex;}
    .wrp-two{display:none;}
    .directos{text-align: center;}
    .directos .items-row{float: none; width: 100%; margin: 0 0 1%;}
    .directos .item {display: grid; text-align: center;}
    .directos .directos-image{margin: 0 auto 1rem;}
	#top-content .secbloques img{width:55px; height:55px;}
	.secbloques .media-course {padding-left: 65px;}
	.formacion.portada .cursoscampusec.notasprensa-thmstyle .owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev,
	.formacion.portada .cursoscampusec.notasprensa-thmstyle .owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {top: -65px;}
	.formacion.portada .cursoscampusec.notasprensa-thmstyle .notes-slider,
	.formacion.portada .masteresyposgrados.notasprensa-thmstyle .notes-slider{clear:both;}
	.modal-dialog{width: 100%; margin: 1rem;}
	.modal-content{width: 95%;}
	.columns-3 > div, #hits.view-th .ais-Hits-item, #hits.view-th .ais-hits--item{width: 100%; max-width: 100%;}
	#hits.view-th .ais-Hits-item, #hits.view-th .ais-hits--item{flex: 100%;}
	.com-content-category-blog__item.blog-item{margin-bottom: 2rem;}
	.listadover .sppb-nav{width: 100%;}
	#section-id-1544502798139 .sppb-col-md-2, #section-id-1544502797922 .sppb-col-md-2{max-width: 33.333%;}
	#column-wrap-id-419b8e63-8c8f-4599-9469-475398349f16,
	#column-wrap-id-697bb931-9099-44f6-9b43-1790fdea99f3,
	#column-wrap-id-05bca063-27fd-4726-87e3-b024976eed6d,
	#column-wrap-id-6d984eac-4720-4dce-8c25-2f1f92d71111{
		padding-left: 15px;
	}
}
@media only screen and (max-width: 768px){
    .descriptionejecutiva {height: 330px; overflow: auto;}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px){
    #mega-menu-top .mainmenutop li.dropdown a{padding: 8px 10px;}
    .header-main .appoint-btn a{padding: 0 10px; font-size: 12px;}
    .urgent-causes .col-md-6.col-sm-6.co_pl.hidden-xs{margin-top: 25px;}
    .owl-carousel.owlnav-true.owlnav-mobile.owl-nav2 .owl-controls{display: inline;}
    #mega-menu-top .mainmenutop li.dropdown .fa{display: block; margin-left: 5px;}
    .appoint-inner{position: inherit; top: inherit; right: inherit; float:right;}
    .mainmenu li.dropdown .fa {top: 17px;}
    .mainmenu li.dropdown li .fa {top: 8px;}
}

@media only screen and (min-width: 768px) and (max-width: 1020px){
    .urgent-causes .col-md-6.col-sm-6.co_pl.hidden-xs{margin-top: 25px;}
    .owl-carousel.owlnav-true.owlnav-mobile.owl-nav2 .owl-controls{display: inline;}
    #mega-menu-top .mainmenutop li.dropdown .fa{display: block; margin-left: 5px;}
    .appoint-inner{position: absolute; top: -145px; right: 10px;}
    .mainmenu li.dropdown .fa {top: 17px;}
    .mainmenu li.dropdown li .fa {top: 8px;}
    .container .sidebar-widget {max-width: 100%; background: #f6f6f6; padding: 20px;}
    .services-style3 .service-post .content{padding: 25px 40px 25px 40px;}
    .services-style3 .service-post .icon-box{display: none;}
    /*.sidebar-widget > div > div {height: 450px; overflow:auto;}*/
    /*.medios .blog-post .thumb{padding-top: 15px; margin-bottom: 0;}
    .medios .blog-post .thumb img{max-width: 100px; display: block; margin: 0 auto;}
    .medios .blog-post .content{padding-top: 0;}
    .blog-horizontal.medios > div{height: 200px;}*/
    .causes-style.box-area .btn-theme{letter-spacing:0;}
    .blog-authore-box .authore-meta li{line-height: 14px; }
}

@media only screen and (max-width: 400px){
    #mega-menu-top{float: none;}
    .service-pricing .content{padding: 10px 0;}
    .service-pricing .content .title{text-align: center;}
    .causes-style.box-area p{display: none;}
    .causes-style.box-area{text-align: center;}
    .causes-style.box-area .btn-theme{letter-spacing:0;}
    .owl-carousel.owlnav-true.owlnav-mobile.owl-nav2 .owl-controls{display: inline;}
    .header-widget .widget-search{text-align: right;}
    .row .btn-block{margin-bottom: 10px;}
    .row .btn-last{margin-bottom: 0;}
    .medios .blog-post .thumb{padding-top: 15px; margin-bottom: 0;}
    .medios .blog-post .thumb img{max-width: 100px; display: block; margin: 0 auto;}
    .medios .blog-post .content{padding-top: 0;}
    .page-title-content .title{font-size: 32px;}
    .causes-section h3{text-align: center;}
    .blog-authore-box .authore-meta li{line-height: 14px;}
    .blog-autor{text-align:center;}
    .blog-autor .thumb img{max-width: 100px; display: block; margin: 0 auto;}
}
@media (min-width: 1200px) {
  .sppb-row-container {
    max-width: 1350px;
  }
}