/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Gudea', sans-serif;
    text-align: center;
}

::-moz-selection {
    background: #fcb3fc;
    text-shadow: none;
}

::selection {
    background: #fcb3fc;;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Clara Roque
   ========================================================================== */
html, body {
    height:100%; 
    min-height: 100%;
    margin:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'tahoma', sans-serif;
}


/* Full Background */
body {
    background-image: url("../img/clararoque-escritorio-flor.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -30px;
    background-color: #FFF;
}

@media only screen and (min-width: 1190px) {
    body {
        background-position: -40px -140px;
    }
}

@media only screen and (min-width: 1300px) {
    body {
        background-position: -60px -220px;
    }
}

@media only screen and (min-width: 1400px) {
    body {
        background-position: -20px -240px;
    }
}

@media only screen and (min-width: 1500px) {
    body {
        background-position: -40px -250px;
    }
}

@media only screen and (min-width: 1600px) {
    body {
        background-position: -40px -300px;
    }
}


@media only screen and (min-width: 1700px) {
    body {
        background-position: -40px -420px;
    }
}


/* /Full Background */

/* Header */
#branding {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 4% 0 2em 0;
    position: relative;
}

#branding .logotipo {
    width: auto;
    height: 1.5em;
    margin-left: -1.5em;
    margin-bottom: -0.22em;
}

#branding .titulo {
    font-size: 5em;
    font-weight: 400;
    color: #c12278;
    margin: 0;
}

#branding .sub-titulo {
    font-family: 'tahoma', sans-serif;
    font-size: 1.4em;
    color: #aa82a5;
    padding: 0 0 0 1.1em;
    margin: 0em 0em 0 0;
}

#branding a {
    text-decoration: none !important;
}

#navigation {
    width: 100%;
    text-align: center;
    font-family: 'tahoma', sans-serif;
    font-weight: 700;
    color: #4e0e4e;
    font-size: 1.1em;
}

#navigation .menu,
#navigation .sub-menu { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

#navigation .item,
#navigation .sub-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

#navigation .item>a,
#navigation .sub-item>a {
    display: block;
    padding: 0.9em 3em;
    margin: 0;
    color:inherit;
    text-decoration: none;
}

#navigation .item:hover>a {
    color: #c12278;
    -webkit-box-shadow: inset 0 -2px 0 #c12278;
    -moz-box-shadow: inset 0 -2px 0 #c12278;
    box-shadow: inset 0 -2px 0 #c12278;
}

/* Esquema */

.inscrever {
    text-align: right;
}

#contact-form {
    position:relative;
    text-align: right;
    display: inline-block;
    width:90%;
    max-width: 25em;
}
    
#contact-form form {
    display: inline-block;
    width: 90%;
    max-width: 20em;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}
 
#contact-form h1 {
    font-size:0.9em;
}
 
#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:1em;
    margin-bottom:2px;
    color: #764860;
    font-weight: normal;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea {
    width:100%;
    border: 1px solid #CEE1E8;
    margin-bottom:15px;
    padding:4px;
}
 
#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #fcb3fc;
    background-color: #f4e1f4;
    outline-color: #fcb3fc;
}
 
#contact-form textarea {
    height:7em;
    resize: none;
    display:block;
}
 
#contact-form label {
    display:block;
}
 
#contact-form .required {
    font-weight:bold;
    color:#ef3d9d; 
}
 
#contact-form #submit-button {
    width: 100px;
    display:block;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}
 
#contact-form #submit-button:hover {
    background-color: #A6CFDD;
}
 
#contact-form #submit-button:active {
    position:relative;
    top:1px;
}
 
#contact-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}
 
#errors, #success {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:inline-block;
    max-width: 20em;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
    text-align: right;
}

#errors:after, #success:after {
    content:'';
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
}
 
#errors li {
    padding:2px;
    list-style:none;    
}
 
#errors li:before {
    content: ' - ';    
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';    
}
 
#success {
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
}
 
#errors.visible, #success.visible {
    display:inline-block;
    
}
 
#req-field-desc {
    font-style:italic;
    font-weight: normal;
    font-size: 0.9em;
}
 
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
 
/* Normalize placeholder styles */
 
/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}
/* Esquema */

.corpo {
    display: inline-block;
    text-align: left;
    width: 840px;
    font-weight: 400;
}

.corpo>.sobrenos,
.corpo>.contactos {
    font-family: 'tahoma', sans-serif;
    text-align: right;
    padding-top: 60px;
}

.corpo>.contactos {
    font-weight: 700;
    font-size: 1em;
}

.corpo>.contactos a {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    padding-left: 0.8em;
    line-height: 1.8em;
}

.corpo>.contactos .morada {
    font-weight: 400;
}

.corpo>.contactos .normal {
    font-family: 'gudea', sans-serif;
    font-weight: 400;   
}

.servicos {
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    margin-bottom: 3em;
}

.servicos.utilidades a {
    font-size: 1em;
    display: block;
    color: rgb(38, 163, 255) !important;
}
  
    
.servicos.utilidades a:visited {
    font-size: 1em;
    display: block;
    color: rgb(38, 163, 255) !important;
}

.servicos a+em {
    font-size: 0.95em;
    display: block;
    font-style: normal;
    color: #666;
}

.corpo>.servicos>.titulo {
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    color: #af0919;
    margin: 0;
    padding-top: 1em;
}

.corpo>.servicos .titulo-2 {
    margin: 0;
    padding-top: 1.4em;
    padding-bottom: 0.2em;
    font-size: 1.23em;
    color: #af0919;
}

.corpo>.servicos .enfase {

    margin: 0;
    padding: 0;
    padding-bottom: 1em;
}

.corpo>.servicos .titulo-3 {
    margin: 0;
    padding-top: 2em;
    padding-bottom: 0.3em;
    font-size: 1em;
}

.corpo>.servicos img.image {
    float: right;
    width: 230px;
    height: auto;
    margin: 10px;
    border: 4px solid #ccc;
}

.corpo>.servicos img.image.big {
    width: 300px;
}

.corpo>.servicos .texto {
    margin: 0;
    padding: 0;
    padding-bottom: em;
    border-bottom: 1px solid #ddd;
}

.texto.noborder { border: none !important; padding-bottom: 0 !important; }
.servicos ul {
    list-style-type: disc !important;
    list-style: disc !important;
}
/* /Esquema */

#navigation .sub-menu {
    display: none;
    padding-top: 0.6em;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius:  0 0 15px 5px;
    -moz-border-radius:  0 0 15px 15px;
    border-radius:  0 0 15px 15px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#navigation .item:hover>.sub-menu {
    display: block;
    position: absolute;
    width: 100%;
}

#navigation .sub-item {
    display: block;
    font-family: 'gudea', sans-serif;
    font-weight: 400;
    color: #af0919;
}

#navigation .sub-item:hover {
    background: rgba(175, 9, 25, 0.8);
    color: #FFF;
}

#navigation .sub-item>a {
    padding: 0.3em 1em;
}

/* /Header*/


.slogan {
    display: block;
    font-size: 3.2em;
    line-height: 0.7em;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0.8em;
}

.slogan>.slogan-peq {
    font-size: 0.5em;
    margin: 0;
    padding: 0;
    line-height: 0.7em;
}

.intro {
    display: inline-block;
    text-align: right;
    width: 310px;
    font-size: 1em;
}

.tagline {
    font-family: 'tahoma', sans-serif;
}

.tagline-grande {
    font-family: 'tahoma', sans-serif;
    font-weight: bold;
    /* text-transform: capitalize; */
    margin: 0;
    line-height: 0.8;
}






/* Footer*/

/* Stick Footer */
#wrapper {min-height: 100% !important; margin: 0 auto -180px;}
#footer, #footer-push {height: 180px;}

#footer {
    background: #34061f;
    text-align: center;
    color: #FFF;
    font-family: 'tahoma', sans-serif;
    font-weight: 400;
            box-shadow: inset 0 8px 0px #c12278;
}

#footer .col.fluid {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
}

#footer .col:first-child {
    padding-right: 80px;
    text-align: left;
}

#footer .col:last-child {
    padding-left: 40px; 
    text-align: right;
}

#footer .corpo {
    text-align: right;
    padding-top: 30px;
}
#footer a {
    color: inherit;
    text-decoration: none;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer .morada {
   
}

#footer .telefone {
    font-size: 1.4em   
}

.link {
    color: #fcb3fc !important;
    font-family: 'gudea', sans-serif !important;
    text-decoration: underline !important;
    margin: 0;
    padding: 0;
}

/* /Footer*/
/* /Footer*/









/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}


@media only screen and (min-width: 661px) and (max-width: 950px) {
    #navigation .item>a,
    #navigation .sub-item>a {
        padding: 0.9em 1em;
    }

    body {
        background-position: -20px 0px;
    }

    .corpo {
        max-width: 90% !important;
    }

    #branding {
        font-size: 0.8em;
    }

    #wrapper {min-height: 100% !important; margin: 0 auto -220px;}
    #footer, #footer-push {height: 220px;}

    #footer .col {
        display: block !important;
        width: 100%;
        text-align: center !important;
        padding: 0 0 0.5em 0 !important;
    }
}

@media only screen and (max-width: 660px) {
    #navigation .item>a,
    #navigation .sub-item>a {
        display: block;
    }


    #navigation li {
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
        border-bottom: 2px solid rgba(175, 9, 25, 0.6);
        font-size: 0.9em;
    }

    #navigation li.item>a {
        padding: 0.3em;
        margin: 0;
    }

    .corpo {
        width:90%;
        text-align: center;
    }

    .corpo * {
        display: block;
        width:  95%;
        text-align: center;
    }

    .intro strong,
    .slogan-peq {
        display: inline;
    }

    body {
        background: #fff;
        background-color: #fff !important;
    }

    #navigation .item:hover>.sub-menu {
        display: none;
    }   

    #branding {
        font-size: 0.6em;
    }

    #branding .logotipo {
        display: none;
    }

    .contactos {
        padding-top: 0 !important;
        text-align: center !important;
    }    
    .contactos a {
        padding-left: 0 !important;
    }

    .corpo .servicos * {
        text-align: left !important;
    }

    .corpo .servicos img.image {
        width: 100% !important;
        height: auto;
        margin: 0;
        float: none;
    }

    .corpo .servicos p.texto {
        padding-bottom: 0.8em !important;
    }

    #wrapper {min-height: 100% !important; margin: 0 auto -270px;}
    #footer, #footer-push {height: 270px;}

    #footer .col {
        display: block !important;
        width: 100%;
        text-align: center !important;
        padding: 0 0 0.5em 0 !important;

    }

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
