@charset "UTF-8";
/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#dnn_ContentPane .entry-header .entry-title {
    color: #009e83;
    margin-top: 5px;
}

.entry-header .media-left {
    border-right: 1px solid #ededed;
    font-size: 13px;
    font-weight: 700;
    min-width: 50px;
    text-align: center;
    text-transform: uppercase;
}

.entry-header .media-left span {
    color: #009e83;
    font-size: 34px;
    line-height: 38px;
}

.entry-content p,
.entry-content li {
    font-family: "Droid Serif", serif;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 1em;
}

.entry-content p {
    text-align: justify;
}

.entry-thumb {
    margin-bottom: 1.5em;
}


.new .entry-meta {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ededed;
    color: #8c8c8c;
    font-size: 13px;
    margin: 15px 0 5px;
    padding: 3px 0;
}
.new .entry-meta ul {
    margin-bottom: 0;
    padding: 0;
}
.new .entry-meta ul li {
    margin-right: 3px;
}
.new .entry-meta ul li > i {
    margin-right: 8px;
}


/*
 * Taxonomies
 */
.tax-header {
    padding: 0;
}

.tax-title {
    color: #009e83;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tax-content {
    margin: 1.5em 0 0;
}

.tax-content .entry-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
}


/*
 * Sidebar Widgets
 */
.topic-list li {
    font-size: 24px;
    line-height: 30px;
}

.topic-list li:before {
    color: #009e83;
    content: "\025B8";
    font-size: 18px;
    line-height: 30px;
    margin-right: 6px;
    vertical-align: top;
}

.topic-list li:hover:before {
    color: #5d5d5d;
    content: "\025B9";
}

.topic-list li a {
    text-decoration: none;
}

body, button, input, select, textarea {
	font-size: 14px;
}

table th, table td{
    font-size: 16px;
}

body {
    color: #5d5d5d;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
}

a,
a:visited,
a:active {
    color: #009e83;
    transition: all 300ms ease-in-out 0s;
}
a:hover {
    color: #404040;
}

/**
 * Header
 */
#top {
	background: #99CCCD;
	color: #fff;
}

#top ul,
#top ol {
	line-height: 22px;
	margin: 0;
	padding: 10px 0;
}

#top li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

#top a,
#top a:visited,
#top a:active {
	color: #fff;
	text-decoration: none;
}

#top a:hover {
	color: #333;
	text-decoration: none;
}

#top .access p {
	display: inline-block;
	margin: 0;
}

#top .access a {
	background: #009E83;
	display: inline-block;
	line-height: 22px;
	padding: 10px 15px;
}

#top .access a:hover {
	background: #3b3d42;
	color: #99CCCD;
}

header.site-header {
	padding-bottom: 30px;
    padding-top: 30px;
}


/*
Logo & Navigation
*/
.site-logo {
	padding-top: 12px;
}

#primary-nav {
	padding-top: 25px;
}

.navbar {
	border: none;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-nav {
    float: none;
    font-size: 16px;
    margin: 0;
}

.navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 8px;
    transition: all 300ms ease-in-out 0s;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 10px 15px;
    }
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li a:focus,
.navbar-nav > li a:hover {
    background-color: #009E83;
    color: #fff;
}

.navbar-nav > li.active > a {
    background-color: #009E83;
    color: #fff;
}

.navbar-nav ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.navbar-nav > li.current-menu-parent > .active > a {
    color: #fff;
    background: #027A64;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
	color: #009e83;
}

/* Dropdown Menú */
.dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.dropdown > a:after {
    content: "\f107";
    display: inline;
    font-family: "FontAwesome";
    padding-left: 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #036351;
    color: #fff;
}

.dropdown.current-menu-ancestor > a {
    background-color: #009E83;
    color: #fff;
}

.dropdown.current-menu-ancestor > .dropdown-menu > li > a {
    background-color: #009E83;
    color: #fff;
}

.dropdown.current-menu-ancestor > .dropdown-menu > li.active > a {
    background-color: #036351;
    color: #fff;
}

.dropdown-menu > li > a {
    clear: both;
    display: block;
    font-weight: 400;
    padding: 10px 15px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #036351 !important;
    color: #fff;
}

.dropdown:hover a,
.dropdown:hover a .dropdown-menu {
    background-color: #009E83;
    color: #fff;
}

/* Toggle Menú */
.navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-header p {
    margin: 0;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
	.dropdown-menu {
		display: block;
	}

    .navbar-nav > li.dropdown > .dropdown-menu {
        top: 200%;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out 0s;
    }

    .navbar-nav > li.dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
	}
}


/**
 * Call to Action
 */
#action {
    background: url('images/overlay.svg') no-repeat left center #009E83;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

#action h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
}

#action p {
    font-family: 'Droid Serif';
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6em;
}

#action a {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway';
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 300ms ease-in-out 0s;
}

#action a:hover {
    background-color: #404040;
    border-color: #404040;
    color: #f3f3f3;
    text-decoration: none;
}



/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
    #action a.btn {
        margin-top: 40px;
    }

    #action .col-sm-5:nth-child(odd) {
        margin-left: 16.6667%;
    }
}


/**
 * Footer
 */
#colophon {
    background: #3C3D42;
    color: #fff;
}

#colophon strong {
    color: #99CCCD;
}

.site-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-info h4 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.site-info h4:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-top: 10px;
    position: relative;
    top: 100%;
    width: 40px;
    transition: all 300ms ease-in-out 0s;
}

/**
* Tablet adjustment
*/
@media screen and (min-width: 760px) {
    .site-info h4:after {
        left: 0;
        margin-left: 0;
    }
}

.site-info h4:hover:after {
    background: #009e83;
}

.site-info ul,
.site-info ol {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0px;
    padding-left: 0;
}

.site-info a,
.site-info a:visited,
.site-info a:active {
    color: #fff;
}

.site-info a:hover {
    color: #009E83;
    text-decoration: none;
}

.site-info .menu li {
    display: inline-block;
    margin-right: 10px;
}

.site-info .menu li:before {
    color: #99CCCD;
    content: "\025B8";
    margin-right: 6px;
    transition: all 300ms ease-in-out 0s;
}

.site-info .menu li:hover:before {
    color: #fff;
    content: "\025B9";
}

#copy {
    background: #2C2D32;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

#copy p,
#copy ul,
#copy ol {
    margin-bottom: 0px;
}

#copy ul,
#copy ol {
    margin-left: 0;
    padding-left: 0;
}

#copy .menu li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

#copy a,
#copy a:visited,
#copy a:active {
    color: #fff;
}

#copy a:hover {
    color: #009E83;
    text-decoration: none;
}


/**
 * Slider
 */
.flexslider {
    border: none;
    border-radius: 0;
    min-height: 350px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.flexslider .slides li {
    text-align: center !important;
}

.flexslider .slides > li {
    margin-bottom: 0 !important;
    position: relative;
}

.flexslider .slides li {
    display: none;
    width: 1400px;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexslider .slide-detail {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #555555;
    height: auto;
    left: auto;
    padding: 20px 15px;
    position: absolute;
    text-align: left;
    top: 10%;
    width: 520px;
    text-shadow: none;
    z-index: 10;
}

.flexslider .slide-detail.text-left {
    left: 4%;
}

.flexslider .slide-detail.text-right {
    right: 4%;
}

.flexslider .slide-detail .slide-detail-title {
    color: #009e83;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 0;
}

.flexslider .slide-detail .slide-detail-text {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.flexslider .slide-detail .slide-detail-text p {
    margin-bottom: 0;
}

.flexslider .slide-detail h2 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
}

.flexslider .slides .slide {
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    min-height: 500px;
    padding-bottom: 13%;
    padding-top: 12%;
}

.flexslider .slides .slide,
.flexslider .slides .slide:hover {
    text-decoration: none;
}

.flexslider .slide-detail a {
    background: #009e83;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #404040 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 300ms ease-in-out 0s;
}

.flexslider .slide-detail a:hover {
    background: #404040;
    text-decoration: none;
}

.flex-direction-nav a.flex-prev:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 34px;
}

.flex-direction-nav a.flex-next:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 34px;
}

.flex-control-nav {
    bottom: 0;
    z-index: 99999;
}

.flex-control-nav a {
    outline: 0;
}


/**
 * Home Page
 */
#home-area-1 {
    padding: 50px 0 20px;
}

    #home-area-1 .wg {
        margin-bottom: 20px;
    }

    #home-area-1 .wg li {
        margin-bottom: 1.5em;
    }

    #home-area-1 .wg p {
        font-size: 17px;
    }

#home-area-2 {
    background: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 0 0 70px;
    padding: 40px 0 10px;
    position: relative;
}

    #home-area-2:before,
    #home-area-2:after {
        background: #009e83 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 4px;
        left: 50%;
        margin-left: -75px;
        position: absolute;
        width: 150px;
    }

    #home-area-2:before {
        top: -4px;
    }

    #home-area-2:after {
        top: 100%;
    }

    #home-area-2 .wg {
        margin-bottom: 1em;
    }

    #home-area-2 .wg .media-left {
        border-right: 1px solid #ededed;
        font-size: 13px;
        font-weight: 700;
        min-width: 50px;
        text-align: center;
        text-transform: uppercase;
    }

    #home-area-2 .wg .media-left span {
        color: #009e83;
        font-size: 34px;
        line-height: 38px;
    }

    #home-area-2 .wg .media-body {
        padding-left: 10px;
    }

    #home-area-2 .wg .media-body h4 a,
    #home-area-2 .wg .media-body h4 a:active,
    #home-area-2 .wg .media-body h4 a:visited {
        color: #5d5d5d;
    }

    #home-area-2 .wg .media-body h4 a:hover {
        color: #009e83;
        text-decoration: none;
    }

    #home-area-2 .wg .media-body p {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    #home-area-2 .wg p a,
    #home-area-2 .wg p a:active,
    #home-area-2 .wg p a:visited {
        font-weight: 700;
    }

    #home-area-2 .wg p a:hover {
        color: #99cccd;
        text-decoration: none;
    }

    #home-area-2 .wg .more {
    }

        #home-area-2 .wg .more {
            border: none;
            color: #009e83;
            display: inline-block;
            font-size: 18px;
            font-weight: 300;
            line-height: 24px;
            padding: 10px 15px;
            text-shadow: 0 1px 0 #99cccd !important;
            transition: all 300ms ease-in-out 0s;
        }

        #home-area-2 .wg .more:after {
            content: "\f054";
            font-family: "FontAwesome";
            margin-left: 10px;
            vertical-align: middle;
            transition: all 300ms ease-in-out 0s;
        }

        #home-area-2 .wg .more:hover {
            color: #404040;
            text-decoration: none;
        }

            #home-area-2 .wg .more:hover:after {
                margin-left: 5px;
            }

#home-area-3 {
    margin: 20px 0;
    padding: 20px 0;
    position: relative;
}

    #home-area-3 li {
        margin-bottom: 20px;
    }

#home-area-4 {
    background: #99CCCD;
    margin: 80px 0 0;
    padding: 20px 0 60px;
    position: relative;
}

    #home-area-4 .area-content {
        background: #fff;
        border-style: solid;
        border-color: #C7C7C7;
        border-width: 2px 1px 1px;
        margin-top: -50px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #home-area-4 .area-content .row .wg:nth-child(odd) {
        padding-left: 30px; 
    }

    #home-area-4 .area-content .row .wg:nth-child(even) {
        padding-right: 30px;
    }

#home-area-1 h3,
#home-area-2 h3,
#home-area-3 h3,
#home-area-4 h3 {
    margin-bottom: 20px;
}

.wg ul {
    margin-bottom: 0;
}

.wg h1,
.wg h2,
.wg h3,
.wg h4,
.wg h5,
.wg h6 {
    display: inline-block;
    font-weight: 700;
    margin-top: 0;
    position: relative;
}

.wg h3 {
    font-size: 30px;
    line-height: 34px;
}

.wg h3:after {
    border-bottom: 3px solid #009e83;
    content: "";
    display: block;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    width: 15%;
}


/**
 * Content Pages
 */
.page-content,
.entry-content,
.entry-summary {
    width: 95%;
}

#dnn_ContentPane .entry-header {
    padding: 0;
}

#dnn_ContentPane .entry-header .entry-title {
    font-weight: 700;
}

#dnn_ContentPane .entry-content h2,
#dnn_ContentPane .entry-content h3,
#dnn_ContentPane .entry-content h4,
#dnn_ContentPane .entry-content h5,
#dnn_ContentPane .entry-content h6 {
    color: #009e83;
}

#dnn_ContentPane .entry-content h4 {
    color: #2c2d32;
    font-weight: 700;
}

#dnn_ContentPane .entry-content ul,
#dnn_ContentPane .entry-content ol {
    margin-left: 0;
}


/**
 * Sidebars on Content Pages/Posts
 */
.sbar-1,
.sbar-2 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sbar-1 ul,
.sbar-1 ol,
.sbar-2 ul,
.sbar-2 ol {
    list-style: none;
    margin-bottom: 1.5em;
    margin-left: 0px;
    padding-left: 0;
}

.sbar-2 .menu li,
.sbar-2 .menu li {
    display: inline-block;
    margin-right: 10px;
}

.sbar-2 .menu li:before {
    color: #009e83;
    content: "\025B8";
    margin-right: 6px;
    transition: all 300ms ease-in-out 0s;
}

.sbar-2 .menu li:hover:before {
    color: #5d5d5d;
    content: "\025B9";
}

.sbar-2 .menu li a {
    text-decoration: none;
}


/**
 * Header
 */
.header-banner {
    height: 220px;
    overflow: hidden;
    margin: 0 0 40px;
    width: 100%;
}

.header-banner img {
    width: 100% !important;
}


/**
 * Pagination
 */
.pagination {
    margin: 1.5em 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.nav-links .current {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    margin: 0 5px 10px 0;
    padding: 0 !important;
    text-align: center;
    transition: all 0.35s ease-in-out 0s;
    width: 40px;
}
.nav-links a {
    background: #99cccd;
    color: #3c3d42;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    margin: 0 5px 10px 0;
    padding: 0 !important;
    text-align: center;
    transition: all 0.35s ease-in-out 0s;
    width: 40px;

}
.nav-links a:hover {
    text-decoration: none;
}

.nav-links .current,
.nav-links a:hover,
.nav-links a:active,
.nav-links a:focus {
    color: #fff;
    background-color: #009e83;
}



/*
 * Sidebar Widgets
 */
.latest-news {
    margin: 1em 0 2em;
}

.latest-news h4 {
    font-weight: 400;
}


.btn-primary {
    background: #009e83 none repeat scroll 0 0;
    border-width: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #404040 !important;
    transition: all 300ms ease-in-out 0s;
}

.btn-primary:hover {
    background: #404040;
    text-decoration: none;
}

.list-unstyled {
    margin-left: 0;
}

.form-inline .form-group {
    margin-bottom: 15px;
}

.sfmsb-follow-social-buttons.sfmsb-under a {
    margin-right: 4px;
}

.sfmsb-follow-social-buttons a,
.sfmsb-follow-social-buttons .sfmsb-text {
    margin-top: 4px;
    margin-bottom: 0;
}

.error-404 {
    padding-bottom: 250px;
}


/**
 * Change text-align responsively
 * @link http://stackoverflow.com/questions/18602121/change-text-align-responsively-with-bootstrap-3
 */

.text-xs-center {
    text-align: center;
}
.text-xs-left {
    text-align: left;
}
.text-xs-right {
    text-align: right;
}


/******** CUSTOM STYLES *********/
.pum-container {
	background-color: #02A88F !important;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/******** Mozilla Firefox Styles /********/
@-moz-document url-prefix() {
	.pum-container {
		background-color: #009D82 !important;
	}
}
/******** Mozilla Firefox Styles /********/

.pum-container video.popup-promo {
	transform: rotate(-10deg);
	width: 70%;
	display: block;
	margin: 0 auto;
}

.pum-container .text {
	margin-top: 100px;
}

.pum-container .text h1,
.pum-container .text h2,
.pum-container .text h3,
.pum-container .text h4,
.pum-container .text h5,
.pum-container .text h6 {
	color: #FFFFFF !important;
	margin-bottom: 10px !important;
}

	.pum-container .text h1{
		font-size: 350% !important;
	}
	.pum-container .text h2{
		font-size: 230% !important;
	}
	.pum-container .text h3{
		font-size: 160% !important;
	}

.pum-container .pum-close {
	background-color: #666666 !important;
}

/******** CUSTOM STYLES *********/


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
	
	.pum-container .text {
		margin-top: 30px;
	}
	
	.pum-container .text h1{
		font-size: 350% !important;
	}
	.pum-container .text h2{
		font-size: 230% !important;
	}
	.pum-container .text h3{
		font-size: 180% !important;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
}

/* Extra large devices (extra large desktops, 1600px and up) */
@media (min-width: 1600px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
	
	.pum-container .text {
		margin-top: 50px;
	}
	
	.pum-container .text h1{
		font-size: 400% !important;
	}
	.pum-container .text h2{
		font-size: 270% !important;
	}
	.pum-container .text h3{
		font-size: 250% !important;
	}
}

