/*
Theme Name: C2
Author: Daniel Casabona Gomez
Description: Tema personalizado a medida.
Version: 0.1
Text Domain: casabona
*/

/*Generales WP
-------------------------------------------------------------- */

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px 0;
    text-align: left;
}

/*Clearings*/

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*./Generales WP
-------------------------------------------------------------- */

/*My CSS
-------------------------------------------------------------- */

body {
    font-family: 'UOC Sans_Regular';
    color: #001578;
}

a {
    color: #001578;
}

a:hover,
a:focus {
    color: #001578;
    text-decoration: underline;
}

h1,
h2 {
    font-weight: normal;
    font-family: 'UOC Sans_Bold';
    line-height: 1;
}

pre {
    background: #F0F0F0;
    margin: 35px 0;
}

.relative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1200px;
}

@media (min-width: 768px) {
    #content {
        min-height: 395px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

/*Button*/

.btn--uoc {
    background-color: #001578;
    color: white;
    font-size: 20px;
    padding: 8px;
    min-width: 290px;
    margin: 20px 0 0;
    border-radius: 0px;
}

.btn--uoc:hover,
.btn--uoc:focus {
    color: white;
    text-decoration: underline;
}

/*Header*/

.dropdown-menu {
    font-size: 18px;
    background-color: #f0f0f0;
    border: none;
    border-top: 4px solid #001578;
    border-bottom: 4px solid #001578;
    min-width: 135px;
    padding: 0 5px;
    border-radius: 0;
    box-shadow: none
}

.dropdown-menu a {
    color: #706f6f
}

.dropdown-menu li {
    border-bottom: 1px solid #d0d0d0
}

.dropdown-menu li:last-child {
    border: none
}

.dropdown-menu li>a {
    padding: 2px 2px 10px
}

.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover {
    background-color: transparent;
    color: #d0d0d0;
    outline: 0
}

.dropdown-menu:before {
    content: "";
    display: block;
    width: 25px;
    height: 16px;
    background-image: url(images/arrow-drop.svg);
    background-repeat: no-repeat;
    top: -16px;
    left: 60%;
    position: absolute
}

.header-top {
    background-color: #73edff
}

.header-top .container {
    padding-top: 15px;
    padding-bottom: 15px
}

header .logo {
    background-image: url(images/logo.svg);
    background-repeat: no-repeat;
    background-size: 57px 43px;
    padding-left: 57px;
    float: left;
    width: 80%
}

header .header-top.no-lang .logo {
    width: 100%;
}

@media (min-width:768px) {
    header .logo {
        width: 90%
    }
}

@media (min-width:992px) {
    header .logo {
        width: 94%
    }
}

.logo__name {
    margin-left: 4px;
    font-family: 'UOC Serif_Regular';
    font-size: 13px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 43px;
    line-height: 13px;
    margin-right: 4px
}

.logo__name p {
    margin-top: 4px
}

.header-top.no-lang .language {
    display: none;
}

.language {
    float: right;
    width: 20%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 43px
}

@media (min-width:768px) {
    .language {
        width: 10%
    }
}

@media (min-width:992px) {
    .language {
        width: 6%
    }
}

.language button {
    font-family: 'UOC Sans_Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.language button span {
    background-image: url(images/dropdown.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    background-position: 50%;
    display: inline-block;
    margin-left: 5px;
}

.language button:focus span,
.language button:hover span {
    background-image: url(images/dropdown-h.svg)
}

.language .dropdown-menu {
    top: 53px;
    left: -59px
}

.btn--clean {
    border: none;
    background: transparent;
    outline: none;
    color: #001578
}

.btn--clean:focus,
.btn--clean:hover {
    color: #706f6f;
}

/*Ajustes navbar*/

.cs-brand {
    font-family: 'UOC Sans_Bold';
    color: #001578;
    font-size: 24px;
    margin: 20px 0;
}

.navbar-default {
    background: none;
    border: none;
    font-size: 20px;
}

.navbar-default .navbar-nav li {
    margin-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
    padding: 0;
    color: #001578;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    text-decoration: underline;
    color: #001578;
    background: none;
}

.navbar-default .navbar-collapse {
    border-color: #001578;
}

.navbar-default .caret,
.navbar-default .navbar-nav>.open>a .caret {
    background-image: url('images/arrow-down-b.svg');
    height: 12px;
    width: 20px;
    background-repeat: no-repeat;
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #001578;
    font-family: 'UOC Sans_Bold';
}

@media (max-width: 767px) {
    .navbar-default {
        margin-bottom: 0;
    }
    .navbar-default .navbar-toggle {
        border-radius: 0;
        background-color: #d0d0d0;
        border: none;
        line-height: 1;
        padding: 6px 12px;
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #001578;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #73EDFF;
    }
    .navbar-default .navbar-nav .dropdown-menu {
        font-size: 20px;
        margin: 10px 0;
        padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #001578;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .cs-brand {
        font-size: 26px;
		margin: 25px 0 10px;
    }
    .navbar-default .navbar-collapse {
        padding-left: 0;
    }
    .navbar-default .navbar-nav>li {
        margin: 0 0 10px 30px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 5px;
        left: 4px;
        width: 98%;
        border-radius: 0;
    }
    .navbar-default .dropdown-menu {
        border: 4px solid #001578;
        border-left: none;
        border-right: none;
        background-color: #F0F0F0;
    }
    .navbar-default .dropdown-menu>li>a {
        padding: 10px;
        color: #001578;
        font-size: 18px;
    }
    .navbar-default .dropdown-menu>li>a:hover,
    .navbar-default .dropdown-menu>li>a:focus {
        text-decoration: underline;
        background-color: transparent;
        outline: 0;
    }
    .navbar-default .dropdown-menu>.active>a,
    .navbar-default .dropdown-menu>.active>a:hover,
    .navbar-default .dropdown-menu>.active>a:focus {
        background-color: #F0F0F0;
        font-family: 'UOC Sans_Bold';
        color: #001578;
    }
    .header-bottom .navbar {
        min-height: 0;
        margin: 35px 0 10px;
    }
}

/*Banner header*/

.box-title {
    margin: 20px 0;
}

.box-title__acronym {
    background-color: #73EDFF;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.box-title__acronym span {
    display: block;
    position: absolute;
    bottom: 0px;
    right: -10px;
    font-size: 110px;
    font-family: 'UOC Sans_Bold';
    line-height: 50px;
}

.box-title__info {
    background-color: #D5FAFF;
    padding-top: 1px;
    padding: 15px;
    position: relative;
}

.box-title__info .heading {
    font-size: 30px;
    margin: 0 0 15px;
    font-family: 'UOC Sans_Bold';
    word-wrap: break-word;
    line-height: 30px;
}

.box-title__description {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.box-title__metadata span {
    display: block;
}

.box-title__metadata {
    font-size: 18px;
}

@media (min-width: 992px) {
    .box-title__acronym {
        min-height: 245px;
        margin-bottom: 0px;
    }
    .box-title {
        margin: 65px 0;
    }
    .box-title__info {
        min-height: 245px;
    }
    .box-title__info .heading {
        font-size: 45px;
        line-height: 45px;
    }
    .box-title__description {
        font-size: 34px;
        line-height: 34px;
    }
    .box-title__metadata {
        /*position: absolute;
        bottom: 10px;
        left: 15px;*/
      	margin-top: 8px;
      
    }
    .box-title__metadata span {
        margin-right: 60px;
        display: inline-block;
    }
}

/*Footer*/

footer {
    margin-top: 50px;
    font-size: 17px;
}

.hr--grey {
    margin: 0;
    border-top: 4px solid #cccccc;
}

.hr--light {
    margin: 0;
    border-top: 4px solid #29F0FF;
}

.footer__copyright{    
  	font-size: 14px;
    padding: 5px 10px;
    background-color: #D5FAFF;
 		font-style: italic;
}
.footer__copyright img{ 
    max-width: 90px;
    margin: 5px 0;
}

.footer__copyright p{margin-bottom:5px}


@media (min-width: 768px) {
    footer {
        margin-top: 100px;
    }
}

/*Single*/

.cs-single__header {
    margin-bottom: 40px;
}

.phase-box {
    background-color: #73EDFF;
    min-height: 190px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 42px;
    font-family: 'UOC Sans_Bold';
    line-height: 1;
    text-transform: uppercase;
}

.phase-box span {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 25px;
    font-size: 190px;
    line-height: 107px;
}

.phase-info {
    background-color: #D5FAFF;
    padding-top: 1px;
    padding: 15px;
    position: relative;
}

.phase-info h1 {
    font-size: 30px;
    margin: 0 0 15px;
    font-family: 'UOC Sans_Bold';
    word-wrap: break-word;
    line-height: 30px;
}

.phase-info__description {
    font-size: 18px;
}

.phase-info__description a{
	text-decoration:underline;
}

.cs-section {
    margin-bottom: 60px;
}

.cs-section .title-page h2 {
    font-size: 28px;
    margin: 0 0 15px;
    line-height: 1;
}

.cs-single .cs-section:last-child {
    margin-bottom: 0px;
}

.single-content {
    font-size: 20px;
    border-top: 4px solid #001578;
    padding-top: 5px;
}

.single-content a {
    text-decoration: underline;
    word-break: break-word;
}

.single-content ol,
.single-content ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.single-content ol ul,
.single-content ol ol,
.single-content ul ul,
.single-content ul ol {
    margin-bottom: 0;
}

.single-content p {
    margin-bottom: 25px;
}

.single-content .featured {
    padding: 20px 30px;
    margin-bottom: 25px;
}

.single-content .featured p:last-child {
    margin-bottom: 0;
}

.single-content .featured--blue {
    background-color: #D5FAFF;
}

.single-content .featured--grey {
    background-color: #F0F0F0;
}

.single-content span.roman {
    text-transform: uppercase;
    font-size: 80%;
}

.single-content .my-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-content h2 {
    font-size: 28px;
    margin: 30px 0 20px;
    font-family: 'UOC Sans_Bold';
}
.single-content h2:first-child {
    margin-top: 0;
}

.single-content h3 {
    font-size: 25px;
    margin: 30px 0 20px;
    font-family: 'UOC Sans_Bold';
}

.single-content h3:first-child {
    margin-top: 0;
}

.single-content h4 {
    font-size: 22px;
    margin: 30px 0 20px;
}

.single-content h4:first-child {
    margin-top: 0;
}

.single-content h5 {
    font-size: 20px;
    margin: 30px 0 20px;
}

.single-content h5:first-child {
    margin-top: 0;
}

.single-content .wp-caption {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    max-width: 100%;
    padding: 5px 0 0;
}

.single-content .wp-caption .wp-caption-text {
    font-size: 17px;
    margin-top: 10px;
}

.single-content .wp-caption .my-image {
    margin-top: 0;
    margin-bottom: 0;
}

.single-content .videowrapper {
    margin: 30px auto;
}

.single-content .videocontent {
    max-width: 990px;
}

.single-content blockquote {
    margin: 35px 0;
    position: relative;
    font-family: 'uoc-serif';
    font-style: normal;
    line-height: 1.2;
    border: none;
    padding: 0 0 0 60px;
    font-size: 20px;
}

.single-content blockquote:before {
    background-image: url('images/cita.png');
    background-repeat: no-repeat;
    width: 77px;
    height: 67px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    background-size: 50px;
}

.single-content .blockquote-author {
    margin: 15px 0 35px 0;
    position: relative;
    font-family: 'uoc-serif';
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    padding-left: 60px;
}

@media (min-width: 768px) {
    .single-content blockquote {
        padding: 0 0 0 105px;
        font-size: 28px;
    }
    .single-content blockquote:before {
        background-size: auto;
    }
    .single-content .blockquote-author {
        padding-left: 105px;
        font-size: 21px;
    }
}

/*Page*/

.title-page {
    border-top: 4px solid #001578;
    padding-top: 5px;
}

.title-page h1 {
    font-size: 34px;
    margin: 0 0 20px;
}

.cs-page {
    margin-bottom: 20px;
}

.cs-page .single-content h2 {
    border: none;
}

@media (min-width: 768px) {
    .title-page h1 {
        font-size: 40px;
    }
    .cs-page {
        margin-bottom: 65px;
    }
}

@media (min-width: 992px) {
    .cs-section .title-page h2 {
        font-size: 33px;
    }
    .phase-box {
        min-height: 245px;
        margin-bottom: 0px;
    }
    .phase-info {
        min-height: 245px;
    }
    .phase-info h1 {
        font-size: 42px;
        line-height: 1;
    }
}

/* Popover */

.single-content .tooltip {
    position: relative;
    display: inline;
    border-bottom: 1.5px dashed;
    text-decoration: none;
}

.single-content .tooltip:hover,
.single-content .tooltip:focus {
    text-decoration: none;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'UOC Sans_Regular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #73EDFF;
    border-radius: 0px;
    border: none;
}

.popover.bottom {
    margin-top: 10px;
}

.popover-content {
    padding: 9px 14px;
    word-wrap: break-word;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: transparent;
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #73EDFF;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: transparent;
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #73EDFF;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #73EDFF;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: transparent;
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #73EDFF;
    bottom: -10px;
}

/*TABLAS*/

.table-responsive {
    margin: 0 0 35px;
}

table {
    border-top: 3px solid #000078;
    background-color: white;
    border-bottom: 3px solid #000078;
    margin: 0 0 0;
    width: 100%;
    font-size: 18px;
}

table tr td {
    border-top: 1px solid #ccc;
    height: 30px;
    vertical-align: top;
    padding: 10px 5px;
}

table tr td p:last-child {
    margin-bottom: 0px
}

table tr td ul:last-child,
table tr td ol:last-child {
    margin-bottom: 0px
}

table tr td ul:first-child,
table tr td ol:first-child {
    margin-top: 0
}

table tr th {
    border-top: 1px solid #ccc;
    vertical-align: top;
    padding: 10px 5px;
    text-align: left;
	font-weight: bold;
}

table tr.table-header td,
table tr.table-header th {
    background-color: #e4e4e4;
    font-weight: bold;
    vertical-align: middle;
}

.tabletitle {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.tablefooter {
    margin-top: -20px;
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 16px;
}

/*Navigation*/

.phase-navigation a {
    background-color: #001578;
    color: white;
    font-size: 20px;
    padding: 8px 20px 8px 10%;
    margin: 20px 0 0;
    border-radius: 0px;
    display: block;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 10% center;
    background-image: url('images/arrow-left-white.svg');
    min-width: 100px;
    float: left;
}

.phase-navigation.phase-navigation__next a {
    text-align: left;
    background-image: url('images/arrow-right-white.svg');
    background-position: 90% center;
    padding: 8px 10% 8px 20px;
    float: right;
}

@media (min-width: 768px) {
	.phase-navigation a {
		min-width: 170px;
	}
}

/*Menu fases*/

@font-face {
    font-family: "icons";
    src: url("fonts/iconfonts/icons.eot?833d04c7e37d96bcf3281d1e33bbf94b");
    src: url("fonts/iconfonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/iconfonts/icons.woff?833d04c7e37d96bcf3281d1e33bbf94b") format("woff"), url("fonts/iconfonts/icons.ttf?833d04c7e37d96bcf3281d1e33bbf94b") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.cs-phases {
    margin-bottom: 20px;
}

.phases__menu {
    padding: 0;
    list-style: none;
    font-size: 23px;
}

.phases__menu .current-menu-item a {
    font-family: 'UOC Sans_Bold';
    color: #001578;
}

.phases__menu a {
    color: #878787;
}

.phases__menu a.marked {
    color: #001578;
}

.icon {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.phases__menu .icon {
    margin: auto;
    text-decoration: none;
    line-height: 24px;
    margin-right: 10px;
}

.phases__menu .icon:before {
    content: "\f110";
}

.phases__menu a.marked .icon:before {
    content: "\f111";
}

.phases__menu .current-menu-item a .icon:before {
    content: "\f111";
}

@media (min-width: 992px) {
    .cs-phases {
        background-color: #F0F0F0;
        padding: 30px 30px 25px;
    }
    .phases__zone .phases__bar {
        height: 4px;
        background-color: #001578;
        position: absolute;
        top: 10px;
        width: 100%;
    }
    .phases__menu {
        display: inline-block;
        margin: 0;
        position: relative;
    }
    .phases__zone {
        text-align: center;
    }
    .phases__menu li {
        display: inline-block;
        position: relative;
        margin: 0 15px;
    }
    .phases__menu .icon {
        background-color: #F0F0F0;
    }
    .phases__menu li a .icon {
        position: absolute;
        left: 50%;
        margin: 0;
        margin-left: -10px;
    }
    .phases__menu li:first-of-type {
        margin-left: 0;
    }
    .phases__menu li:first-of-type a .icon {
        left: -1px;
        margin: 0
    }
    .phases__menu li:last-child {
        margin-right: 0;
    }
    .phases__menu li:last-child a .icon {
        left: auto;
        margin: 0;
		right: -1px;
    }
    .phases__menu li a .text {
        display: block;
        margin-top: 35px;
    }
}

/*./My CSS
-------------------------------------------------------------- */

/*Extras*/
.otgs-development-site-front-end{display:none}

footer .cita {
    font-style: normal;
    margin-bottom: 15px;
}
.single-content a {
    word-break: break-word;
}
.single-content a.cs-tooltip{
  border-bottom: 1.5px dashed;
  text-decoration: none;
}
