    /*
Theme Name: Home DC
Author: Daniel Casabona Gomez
Description: Tema con sólo una Home 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;
        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;
    }

    .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;
        }
    }

    /*Header*/

   /*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
}

    /*Banner header*/

    .banner {
        background-color: #74EDFF;
        /*min-height: 200px;*/
        padding: 15px;
        margin: 0 0 20px;
    }

    .banner__title {
        font-family: 'UOC Sans_Bold';
        margin-bottom: 50px;
    }

    .banner__title h1,
    .banner__title p {
        margin: 0;
        font-size: 40px;
        font-weight: normal;
        line-height: 1;
        display: inline;
    }

    .banner__help {
        text-align: right;
    }

    .banner__help a {
        padding: 10px 35px 5px 0;
        background-image: url('images/info.svg');
        background-repeat: no-repeat;
        background-position: center right;
        font-size: 17px;
    }

    .banner__help a:hover,
    .banner__help a:focus {
        outline: 0px
    }

    .banner__description {
        font-size: 20px;
        font-family: 'UOC Serif_Regular';
      	padding-right: 35px;
    	margin-bottom: 0px;
   		min-height: 55px;
    	line-height: 28px;
    }

    .banner__description span {
            margin-left: 15px;
    display: inline-block;
    }

    @media (min-width: 768px) {
        .banner {
            margin: 0 0 30px 0;
        }
        .banner__title h1,
        .banner__title p {
            font-size: 60px;
        }
    }

    /*Ajustes navbar*/

    .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: 20px;
        }
        .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) {
        .navbar-default .navbar-collapse {
            padding-left: 0;
            padding-right: 0;
        }
        .navbar-default .navbar-nav>li {
            margin: 0 30px 10px 0;
        }
        .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: 30px 0 20px;
        }
    }

    /*Search*/

    .search-form input {
        border-radius: 0px;
        background-color: #F0F0F0;
        color: #878787;
        font-family: 'UOC Serif_Regular';
        border: none;
        box-shadow: none;
        height: 50px;
        font-size: 18px;
    }

    .search-form input:hover,
    .search-form input:focus {
        border: none;
        box-shadow: none;
        /*background-color: #d0d0d0;*/
        color: #001578;
    }

    .search-form button,
    .search-form button:active {
        border: none;
        width: 70px;
        height: 50px;
        background-image: url('images/lens.svg');
        background-repeat: no-repeat;
        background-color: #d0d0d0;
        padding: 0px;
        background-position: left bottom;
        border-radius: 0px;
    }

    .search-form button:hover,
    .search-form button:focus {
        border: none;
        background-color: #d0d0d0;
        outline: 0px;
    }

    @media (min-width: 768px) {
        .search-form input {
            font-size: 24px;
        }
    }

    /*Footer*/

    footer {
        margin-top: 50px;
    }

    .uoc-footer {
        font-size: 17px;
    }

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

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

    .uoc-footer__hr>div {
        float: left;
    }

    .uoc-footer__hr>div:first-child {
        width: 23.5%;
    }

    .uoc-footer__hr>div:last-child {
        width: 74.5%;
        margin-left: 2%;
    }

    .uoc-footer__row>div {
        /*height: 40px;*/
        float: left;
        padding-top: 3px;
    }

    .uoc-footer__row>div:first-child {
        width: 23.5%;
        /*margin-right: -18px;*/
    }

    .uoc-footer__row>div:first-child>a {
        padding: 0 5px;
    }

    .uoc-footer__row>div:last-child {
        width: 76.5%;
    }

    .uoc-footer__copy {
        border-bottom: none;
    }

    .uoc-footer__copy {
        color: #001578;
        margin-left: 2.4%;
        font-size: 17px;
    }

    .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;
        }
    }

    /*Boxes zone*/

    .boxes__title {
        border-top: 4px solid #020078;
        font-size: 40px;
        font-family: 'UOC Sans_Bold';
        padding-right: 60px;
        background-repeat: no-repeat;
        background-image: url('images/modul.svg');
        background-position: right 10px;
        padding-top: 10px;
        margin: 0 0 25px;
    }

	.boxes__title span{visibility: hidden;}

    .box {
        display: block;
        background-color: #72EEFF;
        padding: 5px 10px;
        min-height: 150px;
        margin-bottom: 8px;
    }

    .box:hover,
    .box:focus {
        background-color: #57B2DE;
    }

    .box h3 {
        color: #001578;
        margin: 0;
        font-size: 32px;
    }

    @media (min-width: 768px) {
        .box {
            height: 230px;
        }
    }

    /*Page-home*/
	.page-home h2{    
      font-size: 40px;
      font-family: 'UOC Sans_Bold';
	  border-top: 4px solid #020078;
      padding-top: 10px;
      margin: 0 0 20px;
	}

	.page-home .single-content{
      border:none;
      margin-bottom:40px;
	  padding-top:0;
	}

    /*Single*/

    .go-back {
        color: #000078;
        padding-left: 20px;
        background-image: url('images/arrow-left.svg');
        background-repeat: no-repeat;
        font-size: 20px;
        margin-bottom: 20px;
        display: inline-block;
        background-position: left 6px;
    }

    @media (min-width: 768px) {
        .go-back {
            margin-bottom: 30px;
        }
    }

    .single-content {
        font-size: 20px;
        border-top: 4px solid #73EDFF;
        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 .highlighted {
        font-size: 28px;
        margin-bottom: 25px;
        line-height: 1.2;
    }

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

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

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

    .single-content h2 {
        border-top: 4px solid #73EDFF;
        font-size: 28px;
        margin: 50px 0 30px;
        padding-top: 5px;
    }

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

    .single-content h2:first-child {
        margin-top: 0;
        border: none;
        padding-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;
        background-color: #F0F0F0;
    }

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

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

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

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

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