.cf-languages {
    z-index: 50001 !important;
}

.cf-languages a img {
    width: 20px;
    margin-right: 4px;
}

.ajax-loader {
    height: 19px;
    width: 16px;
}

.blog article {
    /*border-bottom : 1px solid #CCC;*/
    /*padding       : 0 0 35px 0;*/
    /*margin-bottom : 35px;*/
}

aside .widget .news-thumb img {
    border: 0px solid #CCC;
}

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

aside .widget .news-content span a {
    color: #8B8787;
    font-size: 12px;
}

/* Pagination
   Learn more: {@link http://wptheming.com/2015/02/styling-posts-pagination/}
-------------------------------------------------- */
.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

.blog-author {
    margin-top: 0px;
    border-bottom: 0px solid #E9E9E9;
}

.blog-author img {
    width: inherit;
    border: 0px solid;
    width: 75px;
}

.reply-button a {
    color: #FFF;
}

.comment-form #submit {
    color: #5E5E5E;
}

.comment-form .form-control {
    color: #6F6B6B;
}

.comment-form code {
    font-size: 75%;
    display: block;
    white-space: pre-line;
}

.box-icon .square {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 30px;
    display: table;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid;
}

#go-top {
    position: fixed;
    float: right;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    display: none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 5px;
    background-color: #FFF;
    opacity: 0.75;
    border: 1px solid;
}

#main-menu {
    z-index: 50000;
    position: relative;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 60000 !important;
}

/*Styles*/

@font-face {
    font-family: "georgia";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/georgia/georgia.ttf") format("truetype");
}

@font-face {
    font-family: "georgiai";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/georgia/georgiai.ttf") format("truetype");
}

@font-face {
    font-family: "open-sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "open-sans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "open-sans-condensed";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/open-sans-condensed/OpenSans-CondLight.ttf") format("truetype");
}

@font-face {
    font-family: "open-sans-condensed";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-condensed/OpenSans-CondBold.ttf") format("truetype");
}

@font-face {
    font-family: "TrumpSoftPro";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/TrumpSoftPro/TrumpSoftPro-webfont.ttf") format("truetype");
}

body {
    font-family: "open-sans" !important;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    overflow-x: hidden;
}

/* Selection colours (easy to forget) */
::selection {
    background: #0072C6;
    color: #FFF;
}

::-moz-selection {
    background: #0072C6;
    color: #FFF;
}

p {
    margin: 0;
}

.entry-content p {
    text-align: left;
}

pre {
    padding: 0px;
    margin-bottom: 0px;
}

article.hentry {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.entry-content {
    margin-top: 0 !important;
}

article {
    text-align: center;
}

a:focus {
    outline: none;
}

a:hover, a:focus {
    color: #085E7F;
    text-decoration: none;
}

.breadcrumbs {
    float: right;
    text-transform: uppercase;
    margin: 25px 30px 0 0;
    max-height: 75px;
    border-right: 1px solid #C4C4C4;
}

.breadcrumbs h2 {
    margin-top: 2px;
    margin-bottom: 0;
    padding-right: 35px;
    padding-top: 0;
    text-align: right;
    font-size: 23px;
    color: #9D9D9D;
}

.breadcrumbs .page_sub_menu {
    float: right;
    display: none;
    padding-right: 35px;
    margin-top: 5px;
}

.breadcrumbs .page_sub_menu ul li {
    display: inline-block;
    margin-left: 15px;
    padding: 0;
    list-style: none !important;
}

.breadcrumbs .page_sub_menu ul li a {
    font-family: "open-sans-condensed";
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 300;
    transition: none;
}

.breadcrumbs .page_sub_menu ul li:hover {
    border-bottom: 2px solid #9D9D9D;
}

.page_sub_menu_active {
    border-bottom: 2px solid #9D9D9D;
}

.breadcrumbs .all a {
    font-family: "open-sans-condensed";
    color: #9D9D9D;
    font-size: 16px;
    font-weight: 300;
    transition: none;
    margin-right: 36px;
    padding: 0;
    float: right;
    margin-top: 10px;
}

/*---------------------------------------
**   Links                 -----
-----------------------------------------*/
a {
    color: #085E7F;
}

a:visited {
    color: #085E7F;
}

a:hover,
a:focus,
a:active {
    color: #085E7F;
}

/*---------------------------------------
 **   Header               -----
-----------------------------------------*/

.header.header {
    min-height: 120px;
}

.header.header > .navbar {
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}

#main-nav {
    height: 120px !important;
    position: fixed !important;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0px;
}

#main-nav.fixed {
    position: fixed !important;
    top: 0;
}

.navbar {
    background: none repeat scroll 0% 0% #FFF;
    border: 0px none;
    border-radius: 0px !important;
    text-align: left;
}

.navbar-brand {
    margin-top: 23px;
    /*transform   : scale(0.9);*/
    padding: 7px 7px 7px 0 !important;
    margin-left: -7px !important;
}

.navbar-brand.hidden {
    display: none;
}

.navbar-toggle {
    border: 0px none;
}

.cf-nav li {
    margin: 20px;
}

/*--------------------------------------------------------------
Menu.
--------------------------------------------------------------*/

/* HEADER */
.bs-navbar-collapse {
    border: 0;
}

.navbar-toggle {
    width: 27px;
    height: 25px;
    cursor: pointer;
    margin: 0;
    z-index: 1;
    top: 32px;
    display: block;
    background-color: transparent !important;
}

.cf-menu {
    position: absolute;
    margin-top: 15px;
    right: 1px;
    font-family: "open-sans-condensed";
    text-transform: uppercase;
    font-size: 16px;
    width: 30px;
    color: #2f2b2b;
}

.navbar-toggle .icon-bar {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 5 !important;
    height: 2px !important;
    top: 50%;
    left: 0;
    margin: -1px 0 0 0 !important;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

.navbar-toggle.collapsed .icon-bar2 {
    transition: opacity 0s;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.navbar-toggle.collapsed .icon-bar1 {
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    height: 2px !important;
}

.navbar-toggle.collapsed .icon-bar3 {
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.navbar-toggle .icon-bar {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-toggle .icon-bar1 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 2px !important;
}

.navbar-toggle .icon-bar2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: opacity 0s;
    -webkit-transition: opacity 0s;
}

.navbar-toggle .icon-bar3 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.collapsed:hover .icon-bar1 {
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    height: 2px !important;
}

.navbar-toggle.collapsed:hover .icon-bar3 {
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    height: 2px !important;
}

.navbar-toggle.collapsed .icon-bar {
    background: #5D5A57 !important;
}

.navbar-toggle:hover .icon-bar1 {
    height: 3px !important;
}

.navbar-toggle:hover .icon-bar3 {
    height: 3px !important;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.navbar-toggle .cf-menu {
    display: none;
}

.navbar-toggle {
    right: 4.8%;
    position: absolute;
}

.navbar-toggle.collapsed {
    position: relative;
    right: 0px;
}

.navbar-toggle + .breadcrumbs {
    margin-right: 57px;
}

.navbar-toggle.collapsed + .breadcrumbs {
    margin-right: 30px;
}

.navbar-toggle.collapsed .cf-menu {
    display: block;
}

.navbar-inverse .navbar-toggle .icon-bar {
    transition: all 277ms ease-in-out 0s;
    -webkit-transition: all 277ms ease-in-out 0s;
}

/*Menu desplegable */

.navbar-collapse {
    max-height: 100%;
}

.site-navigation {
    width: 100%;
    height: 100% !important;
    max-width: 400px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: -420px;
    font-family: "trivia_serif_regularregular", Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 25px;
    color: #fff;
    text-align: right !important;
    background: #085E7F !important;
    overflow: visible;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
    filter: alpha(opacity=97);
    opacity: 0.97;
    -moz-opacity: 0.97;
    -khtml-opacity: 0.97;
    -webkit-opacity: 0.97;
}

.navbar-nav {
    margin-top: 100px;
    height: 500px !important;
    margin-right: 80px;
}

.navbar-nav > li {
    width: auto !important;
    display: inline-block;
    position: relative;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    float: right;
}

.navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 23px;
    float: right;
    padding: 5px 0;
    line-height: normal !important;
    text-transform: uppercase;
    font-family: "georgia";
}

.navbar-nav ul.sub-menu {
    position: relative;
    display: block !important;
    overflow: hidden;
    background: transparent;
    width: 250px;
    box-shadow: none !important;
    /* This is important for the show/hide CSS animation */
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-in-out;
}

.navbar-nav ul.sub-menu li {
    padding: 0 !important;
    text-align: right !important;
    text-align: -webkit-right !important;
    text-align: -moz-right !important;
    /*margin-left        : 0 !important;*/
    border-bottom: #0F6283;
    opacity: 1;
    transform: translate3d(-60px, 0, 0);
    -webkit-transform: translate3d(-60px, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    /*transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);*/
}

.navbar-nav li > ul.sub-menu li:nth-child(5n+1) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.navbar-nav li > ul.sub-menu li:nth-child(5n+2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.navbar-nav li > ul.sub-menu li:nth-child(5n+3) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.navbar-nav li > ul.sub-menu li:nth-child(5n+4) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.navbar-nav li > ul.sub-menu li:nth-child(5n+5) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.navbar-nav ul.sub-menu a {
    color: #ffffff !important;
    font-size: 17px;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
    font-family: "georgia";
}

.navbar-nav ul.sub-menu li:first-child {
    margin: 20px 0 0 0 !important;
}

.navbar-nav li:hover > ul.sub-menu {
    display: block;
    max-height: 200px; /* Increase when adding more dropdown items */
}

.navbar-nav li:hover > ul.sub-menu li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
}

.navbar-nav li:hover > ul.sub-menu li:nth-child(5n+1) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.navbar-nav li:hover > ul.sub-menu li:nth-child(5n+2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.navbar-nav li:hover > ul.sub-menu li:nth-child(5n+3) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.navbar-nav li:hover > ul.sub-menu li:nth-child(5n+4) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.navbar-nav li:hover > ul.sub-menu li:nth-child(5n+5) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.navbar-nav li > ul.sub-menu > li:hover a {
    border-bottom: 1px solid #ffffff;
}

.navbar-nav > li:hover > a {
    border-bottom: 1px solid #ffffff;
}

.navbar-nav > li.current_page_item > a {
    border-bottom: 1px solid #ffffff;
}

/*--------------------------------------------------------------
Search Box.
--------------------------------------------------------------*/
.search-box {
    position: absolute;
    bottom: 80px;
    margin: 0 70px;
    /*right    : 80px;*/
    width: 70%;
    /*left     : 80px;*/
}

.input-form {
    position: absolute;
    width: 100%;
    left: 38px;
    top: -5px;
    bottom: 0;
    text-align: left !important;
    background: transparent;
    color: #ffffff;
    border: none !important;
}

.label-input {
    width: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    padding-top: 1px;
    padding-left: 15px;
    pointer-events: none;

}

input:focus {
    outline: none;
}

.label-input::after {
    content: '';
    position: absolute;
    text-align: center !important;
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    top: 40px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.label-input .span-label {
    position: absolute;
    top: 3px;
    padding: 0;
    font-size: 20px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

.label-input .fa-search {
    font-size: 18px;
    margin: 0 7px 0 -5px;
}

.input-form:focus + .label-input::after,
.input--filled .label-input::after {
    background: #fff;
    -webkit-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
    -ms-transform: scale3d(1, 0.25, 1);
}

.input-form:focus + .label-input .span-label,
.input--filled .label-input .span-label {
    color: #fff;
    -webkit-transform: translate3d(-25px, 45px, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(-25px, 45px, 0) scale3d(0.655, 0.655, 1);
    -ms-transform: translate3d(-25px, 45px, 0) scale3d(0.655, 0.655, 1);
}

.idioma {
    position: absolute;
    bottom: 5px;
    left: 23%;
}

.idioma li {
    padding: 0 10px 0 10px;
    display: inline-block;
    list-style: none;
}

.idioma li a {
    color: #ffffff;
}

.idioma li:first-child {
    border-right: 1px solid #ffffff;
}

/*----------------------------------------
 **   Flechita        -----
-----------------------------------------*/

.fa-sort-desc {
    margin-top: -57px;
    max-height: 32px;
    text-align: center;
}

.project-home .fa-sort-desc,
.product-page.ifa .fa-sort-desc {
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
}

.clinica-impact-home .fa-sort-desc {
    color: #EDEBEA;
    position: absolute;
    left: 0;
    right: 0;
}

.us .objetivos-box .fa-sort-desc,
.project .project .fa-sort-desc,
.us .historia-box .fa-sort-desc {
    margin-top: -38px;
    color: #EDEBEA;
    position: absolute;
    left: 0;
    right: 0;
}

.us .estructura-box .fa-sort-desc {
    margin-top: -38px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}

.us .colaboracion-box .fa-sort-desc,
.us .contactenos-box .fa-sort-desc {
    color: #FFFFFF;
    margin-top: -40px;
    position: absolute;
    left: 0;
    right: 0;
}

h1 {
    font-family: "georgia";
    /*font-family : "droid-serif";*/
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #085E7F;
    padding: 12px 0px 11px;
    border-top: 1px solid #085E7F;
    border-bottom: 1px solid #085E7F;
    margin: 15px 0 0 0;
}

h2 {
    font-family: "georgia";
    /*font-family : "droid-serif";*/
    color: #5D5A57;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 40px;
}

h3 {
    color: #5D5A57;
    /*font-weight : 500;*/
    text-transform: capitalize !important;
    /*position    : relative;*/
    text-align: center;
    /*font-size   : 20px;*/
    /*margin-bottom: 30px;*/
    font-family: "open-sans";
    /*font-family    : "Lato", sans-serif !important;*/
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    border-bottom: 1px solid #8B8B88;
    padding-bottom: 15px !important;
}

h4 {
    font-family: "georgia";
    color: #5D5A57;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 40px;
}

p {
    font-family: "open-sans";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #5D5A57;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 20px;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
    /*margin-left    : -40px;*/
    padding-bottom: 10px;
    font-family: "open-sans";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #5D5A57;
    text-align: left;
    /*display        : inline-block;*/
}

/*---------------------------------------
 **   Home Slider         -----
-----------------------------------------*/

#slider-owl-demo .owl-item {
    /*margin-bottom : -30px;*/
}

#slider, .slider .owl-wrapper, .slider .owl-item, .slider .item {
    width: 100% !important;
    height: auto;
}

#slider .item, #slider-owl-demo .item {
    width: 100%;
    height: auto;
    border-radius: 0;
}

#slider .item img, #slider-owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    /*position: fixed;*/
}

#slider .item h4, #slider-owl-demo .item p {
    position: absolute;

}

#slider .owl-item:nth-child(2n+2) h4 {
    color: #ffffff;
    width: 35%;
    font-size: 40px;
    line-height: 60px;
    margin-top: 40px;
    top: 0;
}

#slider .owl-item:nth-child(2n+1) h4 {
    /*color: #ffffff;*/
    width: 35%;
    font-size: 40px;
    line-height: 60px;
    top: 130px;
    right: 200px;
}

#slider .owl-item:nth-child(2n+1) p {
    /*color: #ffffff;*/
    width: 35%;
    font-size: 30px;
    line-height: 60px;
    top: 220px;
    right: 160px;
}

#slider .owl-item:nth-child(2n+3) h4 {
    /*color: #ffffff;*/
    width: 70%;
    font-size: 40px;
    line-height: 60px;
    top: 400px;
    right: 200px;
}

#slider .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

#slider .owl-buttons {
    display: none;
}

/*---------------------------------------
 **   Page Nosotros         -----
-----------------------------------------*/

.title {
    background-color: #FFFFFF !important;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
}

.us h6 {
    margin-top: -20px;
    color: #5D5A57;
    font-size: 25px;
}

.us h1 {
    /*margin-top: 40px;*/
    margin: 40px 0px 40px 0;
}

/*.us h5:first-child {*/
/*margin         : 60px 0px 40px 0;*/
/*}*/

.us .mision-vision-box,
.product .product-home {
    background-color: #EDEBEA;
    padding-bottom: 20px;
}

.us .mision-vision-box h1 {
    margin: 60px 0px 40px 0;
}

/*.us .mision h1, .mision p {*/
/*  margin-left : -15px;*/
/*}*/

/*.us .vision h1, .vision p {*/
/*  margin-right : -15px;*/
/*}*/

.us .objetivos-box {
    /*padding-top      : 40px;*/
    /*background-color : #EDEBEA;*/
    padding-bottom: 20px;
}

.us .objetivos-box ul, .us .historia-box ul {
    padding: 0 20px 0 20px !important;
}

.us .objetivos-box ul li, .us .historia-box ul li {
    list-style: outside none none;
    /*margin-left    : -40px;*/
    padding-bottom: 10px;
    /*font-family    : "Open Sans", sans-serif !important;*/
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #5D5A57;
    text-align: left;
    display: block;
}

.us .objetivos-box ul li {
    background: transparent url("../../../../images/li.png") no-repeat scroll left 7px;
    padding-left: 40px;
}

.us .historia-box ul li {
    background: none;
    padding-left: 0;
}

.us .colaboracion-box {
    background-color: #EDEBEA;
    padding-bottom: 20px;
}

.us .colaboracion-box ul {
    text-align: left;
    margin-left: 0;
}

.us .colaboracion-box ul li {
    list-style: none;
    font-size: 16px;
}

/***Estructura*/

.estructura-box {
    background-color: #EDEBEA;
    padding-bottom: 20px;
    text-align: center;
}

.estructura-box .direccion {
    /*margin-left : 28%;*/
    float: none;
    display: inline-block;
    margin: 0;
}

.estructura-box .direccion li {
    width: 230px;
    /*height  : 300px;*/
    margin: 20px 20px 30px 20px;
    /*color   : #5D5A57;*/
    display: inline-block;
}

.estructura-box .direccion li h1, .us .direccion li h2 {
    text-align: center;
}

.estructura-box .direccion #owl-demo .item {
    text-align: center;
}

.estructura-box .direccion img {
    display: block;
    width: 80% !important;
    height: auto;
    border-radius: 50%;
    margin: 0 auto !important;
}

/*.estructura-box #owl-demo {*/
/*margin-top : -50px;*/
/*}*/

.estructura-box #owl-demo .item {
    width: 270px;
    /*height     : 240px;*/
    margin: 0 20px 0 20px;
    color: #5D5A57;
    text-align: center;
    padding-bottom: 20px;
}

.estructura-box #owl-demo .item img {
    display: block;
    width: 60% !important;
    height: auto;
    border-radius: 50%;
    margin: 0 auto !important;
}

.estructura-box #owl-demo .item h4, .direccion h4 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 15px 5px 5px !important;
    color: #085E7F;
}

.estructura-box #owl-demo .item a h4:hover, .direccion a h4:hover {
    color: #006284;
}

.estructura-box #owl-demo .owl-item h5, .direccion h5 {
    text-transform: capitalize !important;
    margin: 0 !important;
    padding-top: 5px !important;
    line-height: 15px !important;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background: #5D5A57 !important;
    border: none !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:active span {
    background: #696969 none repeat scroll 0% 0% !important;
    transition: none !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #696969 none repeat scroll 0% 0% !important;
    transition: none !important;
}

.customNavigation {
    text-align: center;
}

/*//use styles below to disable ugly selection*/
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.us .historia-box {
    padding-bottom: 20px;
    background-color: #fff;
}

#contactenos-box, #contact-us-box {
    background-color: #EDEBEA;
}

/*---------------------------------------
 **   Page Proyectos         -----
-----------------------------------------*/
.project {
    /*margin-bottom : -70px;*/
}

.project p {
    margin-bottom: 30px;
    margin-top: 20px;
}

.project ul {
    padding-left: 40px;
}

.project .lineas .segunda li {
    list-style: none;
    /*margin-left    : -40px;*/
    padding-bottom: 10px;
    font-family: "open-sans";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #5D5A57;
    text-align: left;
    /*display        : inline-block;*/
}

.project .lineas .segunda ul {
    margin-bottom: 0;
}

.project ul li, .project .lineas .segunda li {
    margin-left: -40px;

    display: inline-block;
}

.project ul li:first-child {
    margin-top: -10px;
}

.project .hitos ul {
    margin-top: 20px;
}

.project .hitos ul li, .project .lineas .segunda li {
    background: url("../../../../images/li.png") no-repeat scroll left 7px transparent;
    padding-left: 40px;
}

.project .lineas .container {
    margin-bottom: 0px !important;
    padding: 0 15px !important;
}

.project .lineas {
    padding-top: 20px !important;
    /*margin-bottom    : 50px !important;*/
    background-color: #EDEBEA;
}

.project .lineas h1 {
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}

.project .lineas .segunda {
    /*float       : left;*/
    /*width       : 40%;*/
    margin-left: 20px;
}

.project .project-page, .product .product-page .vaccine-box {
    border-bottom: 1px solid #085E7F;
}

.project h1 {
    margin-top: 40px;
}

.project .project-page h2, .product .product-page .vaccine h2 {
    /*font-family : "georgiai" !important;*/
}

.project > .project-page:first-child {
    border: none !important;
}

.project .project-page:last-child, .product .product-page .vaccine-box:last-child {
    border-bottom: none;
}

.project .project-page .container {
    margin-bottom: 50px;
    padding: 0 50px 0 100px;
}

.project .project-page .objetive h3, .project .project-page .objetive p,
.project .project-page .estadio h3, .project .project-page .estadio p,
.project .project-page .collaboration h3, .project .project-page .collaboration p,
.project .project-page .descripcion h3 {
    text-align: left;
}

.project .project-page .hitos h3 {
    text-align: center !important;
}

.project .soporte, .clinica-impact-box .soporte {
    position: absolute;
    left: 20px;
    width: 80px;
    top: -25px;
}

.project .soporte img, .clinica-impact-box .soporte img {
    max-width: 85px;
}

.project .soporte .numero, .clinica-impact-box .soporte .numero {
    position: absolute;
    left: 10px;
    top: -12px;
    font-size: 38px;
    width: 80%;
    text-align: center;
    /*padding-bottom : 10px;*/
    /*color          : #ffffff;*/
    /*padding-bottom : 30px;*/
    color: #085E7F;

}

.project .soporte .estado, .clinica-impact-box .soporte .estado {
    position: absolute;
    left: 5px;
    top: 32px;
    text-align: center;
    text-transform: uppercase;
    line-height: 23px;
    width: 90%;
}

.project .soporte p, .clinica-impact-box .soporte p {
    color: #FFFFFF;
    font-family: "TrumpSoftPro";
    text-align: center !important;
    font-size: 18px;
    font-weight: 300;
}

.project .project-home {
    background-color: #EDEBEA;
    text-align: center;
}

.project .project-home h1 {
    margin-bottom: 50px !important;
}

.project .project-home {
    padding: 20px 0 60px;
    background-color: #EDEBEA;
}

.project .project-home h1 {
    margin-bottom: 50px !important;
}

.project .project-home-box {
    display: inline-block;
    float: none;
    background-color: #ffffff;
    margin: 15px;
    padding: 0;
    /*width            : 345px;*/
    /*height           : 330px;*/
    width: 246px;
    height: 168px;
    cursor: pointer;
}

.project .project-home-box .soporte-home {
    position: absolute;
    left: -7px;
    top: -7px;
}

.project .project-home-box .soporte-home .estado {
    position: absolute;
    /*left           : -21px;*/
    /*top            : 14px;*/
    left: 6px;
    top: 18px;
    font-size: 11px;
    line-height: 11px;
    width: 65px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.project .project-home-box .soporte-home p {
    color: #FFF;
    text-align: center !important;
}

.project .project-home-box h2 {
    color: #5D5A57;
    font-weight: 400;
    text-align: left;
    font-size: 19px;
    padding: 0px;
    line-height: 25px;
    margin: 40px 20px 25px 60px;
    height: 60px;
    float: left;
}

.project .project-home-box p {
    line-height: 25px;
    margin: 15px 0 0 0;
    float: left;
}

.project .project-home-box .text {
    height: 160px;
    border-bottom: 1px solid #085E7F;
    margin: 30px 20px 40px 60px;
    /*margin-bottom : 40px;*/
    /*margin-left   : 45px;*/
    /*margin-right  : 20px;*/
    border-top: 1px solid #085E7F;
    float: left;
}

.project .project-home-box:hover {
    box-shadow: 10px 10px rgba(34, 12, 64, 0.1);
}

/*---------------------------------------
 **   Page Productos         -----
-----------------------------------------*/

.product-home {
    background-color: #EDEBEA;
    text-align: center;
}

.product-home .container {
    margin-bottom: 50px;
}

.product-home h1 {
    margin-bottom: 25px;
    margin-top: 50px;
}

.product-home h2 {
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #5D5A57;
    font-size: 25px;
    z-index: 200;
}

.product-home h4 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.product-home ul li {
    margin-left: -40px;
}

.product-home .vacunas-box {
    background-color: #ffffff;
    margin: 15px 15px;
    width: 345px;
    padding: 0;
    display: inline-block;
    float: none;
}

.product-home .vacunas-box:hover {
    cursor: pointer;
}

.product-home .vacunas-box .image {
    height: 240px;
    background-color: #ffffff;
}

/*.product-home .vacunas-box:nth-child(8n+3) .image img {*/
/*width : 75%;*/
/*top   : -30px;*/
/*right : 15%;*/
/*}*/

.product-home .vacunas-box .image img {
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

.product-home .vacunas-box .text {
    height: 120px;
    margin: 0 20px;
    text-align: center;
}

.product-home .vacunas-box .text p {
    font-size: 15px;
    line-height: 25px;
}

.product-home .vacunas-box li:last-child {
    /*background : transparent url("../images/icon_pdf/pdf-icon.png") no-repeat scroll left 1px;*/
}

.product-home .vacunas-box li:last-child a {
    margin-left: 40px;
}

.product-home .vacunas-box .generic_name {
    position: absolute;
    right: 35px;
    left: 35px;
    top: 20px;
    /*line-height        : 1;*/
    transform: translate3d(0, -10px, 0);
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.35s;
    width: 80%;
    /*text-align: left;*/
    font-size: 24px;
    line-height: 25px;
    background-color: transparent !important;
}

.product-home .vacunas-box .indications {
    position: absolute;
    width: 80%;
    top: 110px;
    margin: 0 35px 35px 35px;
    height: 170px;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 10px, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transform: translate3d(0, 30px, 0);
}

.product-home .vacunas-box .generic_name,
.product-home .vacunas-box .indications {
    opacity: 0;
    -webkit-transition: opacity 0s, -webkit-transform 0.35s;
    transition: opacity 0s, transform 0.35s;
    z-index: 500;
}

.product-home .vacunas-box:hover .generic_name,
.product-home .vacunas-box:hover .indications {
    opacity: 1;
    color: #FFFFFF;
    transform: translate3d(0, 0, 0);
    transition: opacity 0s, transform 0.35s;
    background-color: transparent !important;
}

.product-home .vacunas-box:hover .commercial_name {
    opacity: 0;
    -webkit-transition: -webkit-opacity 0s;
    transition: opacity 0s, transform 0.35s;
}

.product-home .vacunas-box .indications p {
    color: #FFFFFF;
    line-height: 25px !important;
}

.product-home .vacunas-box .text-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    z-index: 400;
}

.product-home .vacunas-box:hover .text-hover {
    opacity: 1;
    background-color: #085E7F;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.product-home .vacunas-box .indications figcaption {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 170px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.45s;
}

.product-home .vacunas-box .indications figcaption {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.45s;
}

.product-home .vacunas-box:hover .indications figcaption {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.35s, transform 0.45s;
}

/*---------------------------------------
 **   Product Vaccine        -----
-----------------------------------------*/

.product .vaccine {
    padding-top: 20px !important;
    padding-bottom: 5px;
}

.product .vaccine h1 {
    margin-top: 40px;
}

.product-page .vaccine .image img, .product .vaccine .image img {
    position: relative;
    top: -90px;
    /*left      : -60px;*/
    width: 260px !important;
    height: auto;

}

.product .product-page .vaccine-box .container {
    margin-bottom: 50px;
}

.product .product-page .vaccine-box .box {
    max-height: 380px;
}

.product .product-page .vaccine-box h2 {
    margin-top: 35px;
}

.product .product-page .vaccine-box .indications h3,
.product .product-page .vaccine-box .pharmaceutical_form h3,
.product .product-page .vaccine-box .presentation h3,
.product .product-page .vaccine-box .prospect h3,
.product .product-page .vaccine-box .pharmaceutical_form p,
.product .product-page .vaccine-box .presentation p {
    text-align: left !important;
}

.product .product-page .vaccine-box .prospect .icon-pdf {
    position: absolute;
    right: 30px;
    bottom: -17px;
    width: 70px;
    background-color: #ffffff;
}

.product .product-page .vaccine-box ul {
    margin-left: 0;
}

.product-page .vaccine-box .image img {
    margin-top: 110px;
}

/*---------------------------------------
 **   Product IFAS             -----
-----------------------------------------*/

.product-page.ifa {
    padding: 20px 0 60px 0;
    background-color: #EDEBEA;
    text-align: center;
}

.product-page.ifa h1 {
    margin-bottom: 35px;
}

.product-page.ifa .ifa-box {
    background-color: #FFF;
    margin: 15px;
    width: 345px;
    padding: 0px;
    display: inline-block;
    float: none !important;
}

.product-page.ifa .ifa-box h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #5D5A57;
    font-size: 25px;
    line-height: 35px;
    padding: 25px;
    text-align: left !important;
    height: 150px;
}

.product-page.ifa .ifa-box .text {
    border-top: 1px solid #085E7F;
    border-bottom: 1px solid #085E7F;
    margin: 0 25px 40px 25px;
    padding-top: 15px;
}

.product-page.ifa .ifa-box .text .presentation p {
    text-align: right !important;
}

/*---------------------------------------
 **   Ensayos Clínicos           -----
-----------------------------------------*/

.clinica-impact-home {
    text-align: center;
    padding: 20px 0px 60px;
}

.clinica-impact-home-box-container {
    text-align: center;
}

.clinica-impact-home-box {
    float: none;
    display: inline-block;
    background-color: #EDEBEA;
    width: 530px;
    height: 320px;
    margin: 15px;
    padding: 0px;
    cursor: pointer;
}

.clinica-impact-home-box .chartbox span {
    font-family: "open-sans";
    font-size: 14px;
    color: #F60;
    text-transform: uppercase !important;
    padding-bottom: 40px;
}

.clinica-impact-home-box .chartbox {
    margin: 30px 0 0 30px;
}

.clinica-impact-home-box .content {
    width: 60%;
    margin-top: 30px;
    padding-right: 30px;
}

.clinica-impact-home-box .content .text p {
    margin-top: 20px;
}

.clinica-impact-home-box h2 {
    color: #5D5A57;
    font-weight: 400;
    text-align: left;
    font-size: 19px;
    padding: 0px;
    line-height: 25px;
    margin: 25px 20px;
    height: 60px;
    font-size: 22px !important;
}

.clinica-impact-home h6 {
    font-size: 28px !important;
    color: #085E7F;
    line-height: 20px;
    margin: 30px 0 20px !important;
    height: 0;
}

.clinica-impact-home-box h4 {
    line-height: 25px;
    margin: 0 0 60px;
    height: 0;
    text-align: left !important;
    font-weight: 600;
    font-family: "open-sans";
}

.clinica-impact-home-box h5 {
    font-size: 16px;
    /*margin-top    : 20px;*/
    margin-bottom: 0;
}

.clinica-impact-home-box p {
    line-height: 25px;
}

.clinica-impact-home table {
    cursor: pointer;
}

.clinica-impact-single {
    padding-top: 40px;
    background-color: #EDEBEA;
}

.clinica-impact {
    text-align: center;
}

.clinica-impact-page {
    margin-bottom: -20px;
}

.clinica-impact span {
    font-family: open-sans !important;
    font-size: 14px !important;
}

.clinica-impact-page h6 {
    margin: 0 0 30px !important;
}

.clinica-impact-page .candidate-name {
    margin-bottom: 50px !important;
}

.clinica-impact-home .candidate-name {
    margin-bottom: 20px !important;
}

.clinica-impact h1 {
    margin-top: 40px;
    margin-bottom: 50px;
}

.clinica-impact h2 {
    /*font-family : "georgiai" !important;*/
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 0;
}

.clinica-impact h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.clinica-impact-box h4 {
    /*margin-left: 100px;*/
    font-family: "georgia";
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
}

.clinica-impact-box h5 {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 40px;
}

.clinica-impact h6 {
    font-family: "georgia" !important;
    font-size: 28px;
    border-bottom: none;
    color: #085E7F;
    margin-top: 50px;
    margin-bottom: 50px;
}

.clinica-impact-box {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
    background-color: #EDEBEA;
}

.clinica-impact .clinica-impacto-description {
    background-color: #EDEBEA;
    padding: 20px 0;
}

.clinica-impact .mision-vision-box {
    padding: 20px 0;
}

.clinica-impact .candidate {
    background-color: #EDEBEA;
    padding: 20px 0;
}

.clinica-impact-box .container {
    /*margin-bottom: 20px;*/
    border-top: 1px solid #085E7F;
}

.clinica-impact-box .researchers {
    text-align: center;
    margin-bottom: 40px;
}

.clinica-impact-box .researchers-box {
    float: none;
    margin: 15px;
    width: 300px;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 20px 30px 25px 30px;
}

.clinica-impact-box .researchers p {
    margin-top: 0px;
    margin-bottom: -7px;
}

.clinica-impact-box .researchers h5 {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left !important;
    font-size: 14px;
}

.clinica-impact-box .researchers a {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left !important;
    width: 100%;
    color: #808080;
}

.clinica-impact-box .researchers a:hover {
    text-decoration: underline;
    color: #085E7F;
}

.clinica-impact-box .publication a:hover {
    text-decoration: underline;
}

.clinica-impact-box .soporte {
    left: auto;
}

.clinica-impact-box .soporte .estado {
    left: 6px;
    top: 45px;
}

.clinica-impact-box .soporte .numero {
    font-size: 21px;
}

.clinica-impact-box .soporte p {
    /*font-size   : 19px;*/
}

/*---------------------------------------
 **   CONTACT             -----
-----------------------------------------*/

.contacts {
    text-align: center;
    padding: 30px 0 40px 0;
}

.contacts-box {
    background-color: #FFF;
    margin: 40px 15px 15px 15px;
    width: 345px;
    padding: 0px;
    display: inline-block;
    float: none;
    text-align: center;
}

.contacts-box h4 {
    margin-bottom: 10px;
}

.contacts-box img {
    border-radius: 50%;
    margin: 0 auto !important;
}

.contacts-box p {
    margin: 0;
}

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

.footer {
    background-color: #272727;
    padding-top: 40px;
}

.footer p, .footer h3, .footer a, .footer li {
    color: #EDEBEA;
}

.footer h3 {
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
}

.footer ul {
    margin-left: 0;
}

.footer p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer a {
    font-size: 16px;
}

.footer .site_policies .nav-tabs {
    border-bottom: none;
}

.footer .site_policies h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #272727;
}

.footer .site_policies .nav-tabs > li > a > h3 {
    border-bottom: 1px solid transparent;
    color: #8B8B88;
}

.footer .site_policies .nav > li > a {
    padding: 0;
    margin-right: 20px;
}


.footer .site_policies .nav-tabs > li.active > a,
.footer .site_policies .nav-tabs > li.active > a:focus,
.footer .site_policies .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8B8B88;
    border-bottom-color: #8B8B88;
}

.footer .site_policies .nav-tabs > li.active > a h3,
.footer .site_policies .nav-tabs > li.active > a:focus h3,
.footer .site_policies .nav-tabs > li.active > a:hover h3 {
    color: #EDEBEA;
    cursor: pointer;
}

.footer .site_policies .nav-tabs > li > a:focus h3,
.footer .site_policies .nav-tabs > li > a:hover h3 {
    color: #EDEBEA;
    cursor: pointer;
}

.footer .site_policies .nav-tabs > li > a:focus,
.footer .site_policies .nav-tabs > li > a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8B8B88;
    border-bottom-color: #8B8B88;
    cursor: pointer;
}


.footer .social_networks {
    text-align: center !important;
}

.footer .social_networks li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
}

.footer .social_networks i {
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    padding-top: 9px;
    border: 1px solid #FFFFFF;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.footer .social_networks i:hover {
    color: #272727;
    background-color: #FFFFFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.footer .information ul {
    padding-left: 15px;
}

.footer .information ul li p {
    float: left;
    margin: 0;
}

.footer .information ul li a {
    margin-left: 15px;
}

.footer .information ul li .diseño_programación {
    width: 50%;
    height: auto;
    float: right;
}

.footer .information ul li .diseño_programación a {
    margin: 0 !important;
}

.footer .contact {
    margin-top: -30px;
}

.footer .copyright {
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
}

.footer .copyright p {
    text-align: center;
    margin: 0;
    font-size: 12px;
}

/*---------------------------------------
 **   search-page             -----
-----------------------------------------*/

.search-page > .container {
    padding-bottom: 60px;
}

.search-page h1 {
    margin-top: 60px;
    font-size: 30px;
    text-transform: none;
}

.search-page .search-page-box {
    border-bottom: 1px solid #085E7F;
    padding-bottom: 10px;
}

.search-page .search-page-box .container {
    margin-top: -80px;
}

.search-page .search-page-box .soporte {
    margin-left: 20px;
    width: 80px;
}

.search-page .search-page-box .soporte .more {
    margin-top: -68px;
    margin-left: 5px;
    width: 50px;
    background-color: #0072C6;
    color: #ffffff;
    font-family: open-sans-condensed;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 20px;
}

.search-page .search-text {
    padding-left: 120px;
}

.search-page a p {
    text-align: right;
}

.search-page a h2 {
    color: #5D5A57;
    font-family: "georgiai" !important;
    margin-left: 50px;
}

.search-page ul {
    margin-left: 0;
}

.search-page span {
    font-size: 40px;
    text-transform: uppercase;
}

.search-page .no-matched .search-content {
    position: relative;
    text-align: center !important;
    height: 100px;
}

.search-page .no-matched .search-content .search-box {
    position: absolute;
    left: 35%;
    right: 35%;
    top: -1px;
    height: 80px;
}

.search-page .no-matched .search-content .input-form {
    color: #5D5A57;
}

.search-page .no-matched .search-content .label-input::after {
    width: 100%;
    background: #5D5A57;
}

.search-page .no-matched .search-content .label-input .fa-search {
    color: #5D5A57;
}

.search-page .no-matched .search-content .input-form:focus + .label-input::after,
.search-page .no-matched .search-content .input--filled .label-input::after {
    background: #5D5A57;
}

.search-page .no-matched .search-content .input-form:focus + .label-input .span-label,
.search-page .no-matched .search-content .input--filled .label-input .span-label {
    color: #5D5A57;
}


.in_construction {
    width: 100%;
    height: 100%;
}

.in_construction h1 {
    margin-top: 3%;
    border: medium none;
    color: rgb(215, 129, 40);
}

.in_construction img {
    position: absolute;
    margin: auto;
    left: -50px;
    right: 0;
    top: -3%;
    bottom: 0;
}

section .container {
    padding-bottom: 60px;
}

section h1 {
    margin-top: 60px;
}

section a {
    font-style: italic;
    font-size: 13px;
}

section.nosotros, section.actividad {
    text-align: center;
}

section.nosotros {
    /*background-color: #085E7F;*/
    background-color: #EDEBEA;
}

section.nosotros p, section.actividad p {
    text-align: center;
    /*margin: 50px 0;*/
    padding: 20px 100px 0;
}

section.actividad {
    /*background-image: url("../../../../images/04.jpg");*/
    /*background-position: 10px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    background-color: #085E7F;
}

section.capacidades p {
    padding: 20px 0 0 !important;
}

section.actividad h1 {
    /*margin     : 0;*/
    /*position   : absolute;*/
    /*left: 41%;*/
    /*transform: translate(-50%, 68%);*/
    /*text-align : center;*/
    /*!*font-size: 32px;*!*/
    /*border: none;*/
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*text-transform: none;*/
}

section.actividad ul {
    margin-top: 40px;
}

section.actividad li {
    padding: 10px 0;
    /*margin: 15px 0;*/
    /*background: transparent url("../../../../images/li.png") no-repeat scroll 60px 16px;*/
}

section.actividad a {
    font-size: 20px;
    /*font-family: "georgia";*/
    /*font-weight: bold;*/
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
}

section.actividad li:last-child {
    margin-bottom: 50px;
}

section.productos {
    text-align: center;
}

section.colaboracion-box p {
    padding: 20px 0 0 !important;
}

section.colaboracion-box {
    background-color: #EDEBEA;
}

section.productos h1 {
    margin-bottom: 50px;
}

section.productos a.product-cartera {
    padding: 10px 15px;
    color: #085E7F;
    border: 1px solid #085E7F;
    margin-top: 20px;
    font-style: normal;
}

.project .project-home {
    background-color: #fff;
}

.project-home .fa-sort-desc {
    color: #EDEBEA;
}

.project .project-home-box {
    background-color: #EDEBEA;
}


.project h2 {
    margin-bottom: 0;
}

.project .descripcion {
    padding: 0 100px;
}

/*Medidad*/
/*@media screen and (min-width:360px) {*/
/*  .container {*/
/*    width:350px;*/
/*  }*/

/*@media (min-width: 1200px) {*/
/*    .text-directors {*/
/*        font-size: 21px!important;*/
/*    }*/
/*}*/

@media (max-width: 1024px) {
    .breadcrumbs {
        /*margin-top: -50px;*/
        margin-right: 45px;
    }

    .breadcrumbs h2 {
        padding-right: 15px;
    }

    .breadcrumbs .page_sub_menu {
        padding-right: 15px;
    }

    section.nosotros p, section.actividad p {
        padding: 5px !important;
        text-align: justify;
    }

    section.productos h1 {
        margin-bottom: 20px;
    }

    /*Nosotros*/
    iframe {
        width: 100% !important;
        height: 350px !important;
    }

}

@media (max-width: 992px) {
    .icon-pdf {
        bottom: -45px !important;
    }

    .page_sub_menu {
        display: none !important;
    }

    #main-nav {
        height: 100px !important;
    }

    .header.header {
        min-height: 100px;
    }

    .navbar-brand {
        margin-top: 3px;
    }

    .navbar-brand img {
        width: 150px !important;
    }

    .breadcrumbs {
        margin-top: 17px;
    }

    .navbar-toggle {
        top: 25px;
    }

    section.nosotros p, section.actividad p {
        padding: 10px 5px !important;
        text-align: justify;
    }

    section.productos h1 {
        margin-bottom: 20px;
    }

    /*Nosotros*/
    .us .mision-vision-box h1, .us h1 {
        margin: 30px 0px 30px 0px;
    }

    .us .objetivos-box ul li, .us .historia-box ul li {
        text-align: justify;
    }

    iframe {
        width: 100% !important;
        height: 350px !important;
    }

    /*Post*/
    /*Vacuna*/
    .product .product-page .vaccine-box .indications h3, .product .product-page .vaccine-box .pharmaceutical_form h3, .product .product-page .vaccine-box .presentation h3, .product .product-page .vaccine-box .prospect h3, .product .product-page .vaccine-box .pharmaceutical_form p, .product .product-page .vaccine-box .presentation p {
        text-align: center !important;
    }

    ul li {
        padding: 10px;
        text-align: justify !important;
    }

    .font-title {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .product-page .vaccine .image img, .product .vaccine .image img {
        top: 0px !important;
    }

    .product-page .vaccine-box .image img {
        margin-top: 20px !important;
    }

    /*Proyecto*/
    .project .hitos ul li, .project .lineas .segunda li, .us .objetivos-box ul li {
        background: url("../../../../images/li.png") no-repeat scroll left 20px transparent;
    }

}

@media (max-width: 767px) {
    .header.header {
        min-height: 80px;
    }

    .navbar-brand {
        margin-left: 0px !important;
        margin-top: 0;
    }

    .navbar-brand.hidden {
        display: block !important;
    }

    .navbar-brand.show {
        display: none !important;
    }

    #main-nav {
        height: 80px !important;
    }

    .navbar-brand img {
        width: 90px !important;
        margin-top: 12px;
    }

    .navbar-toggle {
        top: -21px;
        right: 10px;
    }

    .cf-menu {
        display: none !important;
    }

    .breadcrumbs {
        margin-top: -30px;
        margin-right: 25px;
    }

    .breadcrumbs h2 {
        padding-right: 15px;
    }

    .page_sub_menu {
        display: none !important;
    }

    #slider .owl-controls {
        bottom: 5px;
    }

    /*.vaccine-box .image {*/
    /*  display : none !important;*/
    /*}*/
    h1 {
        font-size: 25px !important;
    }

    h2, navbar-nav > li > a {
        font-size: 20px;
    }

    section.nosotros p, section.actividad p {
        padding: 5px !important;
        text-align: justify;
    }

    p {
        text-align: justify;
        margin: 10px 0px 10px 0px;
    }

    section.capacidades p,
    section.colaboracion-box p {
        padding: 0px !important;
    }

    section.actividad ul {
        margin-top: 10px;
    }

    section.actividad a {
        font-size: 18px;
    }

    section.actividad li:last-child {
        margin-bottom: 0px;
    }

    section.productos h1 {
        margin-bottom: 0px;
    }

    /*Nosotros*/
    .us .mision-vision-box h1, .us h1 {
        margin: 30px 0px 30px 0px;
    }

    .us .objetivos-box ul li, .us .historia-box ul li {
        text-align: justify;
    }

    iframe {
        width: 100% !important;
        height: 350px !important;
    }

    /*Post*/
    /*Vacuna*/
    .product .product-page .vaccine-box .indications h3, .product .product-page .vaccine-box .pharmaceutical_form h3, .product .product-page .vaccine-box .presentation h3, .product .product-page .vaccine-box .prospect h3, .product .product-page .vaccine-box .pharmaceutical_form p, .product .product-page .vaccine-box .presentation p {
        text-align: center !important;
    }

    ul li {
        padding: 10px;
        text-align: justify !important;
    }

    .font-title {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .product-page .vaccine .image img, .product .vaccine .image img {
        top: 0px !important;
    }

    .product-page .vaccine-box .image img {
        margin-top: 20px !important;
    }

    /*Post*/
    .product .product-page .vaccine-box .indications h3, .product .product-page .vaccine-box .pharmaceutical_form h3, .product .product-page .vaccine-box .presentation h3, .product .product-page .vaccine-box .prospect h3, .product .product-page .vaccine-box .pharmaceutical_form p, .product .product-page .vaccine-box .presentation p {
        text-align: center !important;
    }

    ul li {
        padding: 10px;
        text-align: justify !important;
    }

    .font-title {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .product-page .vaccine .image img, .product .vaccine .image img {
        top: 0px !important;
    }

    .product-page .vaccine-box .image img {
        margin-top: 20px !important;
    }

    /*Proyecto*/
    .project .hitos ul li, .project .lineas .segunda li, .us .objetivos-box ul li {
        background: url("../../../../images/li.png") no-repeat scroll left 20px transparent;
    }

    .project .descripcion{
        padding: 0px!important;
    }

    .proyectos{
        margin: 20px!important;
    }

    .project .soporte, .clinica-impact-box .soporte{
        position: relative;
        left: 140px;
        top: 10px;
        margin-bottom: 20px;
    }

    /*Clinica Impacto*/
    .clinica-impact h1{
        margin-bottom: 0px!important;
    }

    .clinica-impact-page .candidate-name{
        margin-bottom: 20px!important;
    }

    .clinica-impact h6{
        font-size: 18px!important;
    }

    .clinica-impact-box .container{
        margin: 0px 15px!important;
    }

    .clinica-impact-box h4{
        margin: 20px 0px 10px 0px!important;
        font-size: 20px!important;
    }

    .clinica-impact h3{
        font-size: 20px!important;
    }

    .clinica-impact-box{
        padding-bottom: 0px!important;
    }

   .clinica-impact-box .soporte .numero{
        top: -1px;
   }

}

@media (max-width: 395px) {
    .chartbox {
        display: none !important;
    }

    .pull-right {
        float: none !important;
    }

    .clinica-impact-home-box {
        width: 345px;
    }

    .clinica-impact-home-box .content {
        width: 100%;
        margin: 0 30px;
    }

    .clinica-impact-home-box h4 {
        margin: 70px 0 60px;
    }

    .clinica-impact h6 {
        line-height: 30px;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .navbar-toggle {
        position: relative;
    }

    h1, .navbar-nav > li > a {
        font-size: 20px !important;
    }

    h2 {
        font-size: 15px !important;
    }

    section.nosotros p, section.actividad p {
        padding: 5px !important;
        text-align: justify;
    }

    p {
        text-align: justify;
        margin: 10px 0px 10px 0px;
    }

    section.capacidades p,
    section.colaboracion-box p {
        padding: 0px !important;
    }

    section.actividad ul {
        margin-top: 10px;
    }

    section.actividad a {
        font-size: 18px;
    }

    section.actividad li:last-child {
        margin-bottom: 0px;
    }

    section.productos h1 {
        margin-bottom: 0px;
    }

    /*Nosotros*/
    .us .mision-vision-box h1, .us h1 {
        margin: 30px 0px 30px 0px;
    }

    .us .objetivos-box ul li, .us .historia-box ul li {
        text-align: justify;
    }

    iframe {
        width: 100% !important;
        height: 350px !important;
    }

    /*Cartera de Productos*/
    .product-home .vacunas-box {
        width: 300px;
    }

    .product-home .vacunas-box .image {
        height: 200px;
    }

    .product-home .vacunas-box .indications figcaption {
        height: 150px !important;
    }

    .product-page.ifa .ifa-box {
        width: 320px !important;
    }

    /*Post*/
    /*Vacuna*/
    .product .product-page .vaccine-box .indications h3, .product .product-page .vaccine-box .pharmaceutical_form h3, .product .product-page .vaccine-box .presentation h3, .product .product-page .vaccine-box .prospect h3, .product .product-page .vaccine-box .pharmaceutical_form p, .product .product-page .vaccine-box .presentation p {
        text-align: center !important;
    }

    ul li {
        padding: 10px;
        text-align: justify !important;
    }

    .font-title {
        font-size: 20px !important;
        margin: 0px !important;
    }

    .product-page .vaccine .image img, .product .vaccine .image img {
        top: 0px !important;
    }

    .product-page .vaccine-box .image img {
        margin-top: 20px !important;
    }

    /*Proyecto*/
    .project .hitos ul li, .project .lineas .segunda li, .us .objetivos-box ul li {
        background: url("../../../../images/li.png") no-repeat scroll left 20px transparent;
    }

    .project .descripcion{
        padding: 0px!important;
    }

    .proyectos{
        margin: 20px!important;
    }

    .project .soporte, .clinica-impact-box .soporte{
        position: relative;
        left: 115px;
        top: 10px;
        margin-bottom: 20px;
    }
    /*Clinica Impacto*/
    .clinica-impact h1{
        margin-bottom: 0px!important;
    }

    .clinica-impact-page .candidate-name{
        margin-bottom: 20px!important;
    }

    .clinica-impact h6{
        font-size: 18px!important;
    }

    .clinica-impact-box .container{
        margin: 0px 15px!important;
    }

    .clinica-impact-box h4{
        margin: 20px 0px 10px 0px!important;
        font-size: 20px!important;
    }

    .clinica-impact h3{
        font-size: 20px!important;
    }

    .clinica-impact-box{
        padding-bottom: 0px!important;
    }

    .clinica-impact-box .soporte .numero{
        top: -1px;
    }

}

.hidden {
    display: none;
}

.show {
    display: block;
}

.subtitle {
    color: #085E7F;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.icon-phone {
    font-size: 30px !important;
    color: #085E7F;
    padding: 10px 13px;
    border-radius: 50px;
    border: 3px solid #085E7F;

}

.align-icon-text {
    text-align: left !important;
    padding-left: 0px !important;
    padding-top: 2px;
}

.icon-location {
    font-size: 30px !important;
    /*transform: rotate(45deg)!important;*/
    color: #085E7F;
    padding: 10px 17px;
    border-radius: 50px;
    border: 3px solid #085E7F;
}

/*Formulario*/
.cntctfrm_contact_form input[type="text"], .cntctfrm_contact_form textarea {
    font-size: 16px;
    min-height: 47px;
    vertical-align: middle;
}

.btn-submit {
    background-color: #fff;
!important;
    font-size: 16px;
!important;
    text-transform: uppercase !important;
    color: #085E7F;
!important;
    border: 2px solid #085E7F;
    width: 100px;
!important;
    border-radius: 5px;
!important;
}

.btn-submit:hover {
    background-color: #085E7F;
!important;
    font-size: 16px;
!important;
    text-transform: uppercase !important;
    color: #fff;
!important;
}

.text-directors{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 15px 5px 5px !important;
    color: #085E7F;
}

.news-bar{
    width: 100%;
    min-height: 60px;
    background-color: #085E7F;
    opacity: 0.90!important;
    color: white;
}

