/*!
* Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

body {
    overflow-x: hidden;
    font-family: "Raleway",sans-serif;
    webkit-tap-highlight-color: #000;

}

.text-muted {
    color: #777;
}

.text-primary {
    color: #B89774;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #B89774;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #B89774;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}
.img-responsive {
    width: 100%;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}



.bvc { left: -10px }
.bevel, .content { border-width: 10px }
.bevel, .content { border-color: #B89774; border-style:solid; }

.bvc {
    width: 150px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

.bvc .tr, .bvc .tl, .bvc .br, .bvc .bl { height: 0px; width: 100%; }
.bvc .tr, .bvc .tl { border-top: 0; }
.bvc .br, .bvc .bl { border-bottom: 0; }
.no_bevel { height: 0px; width: 100%; border-bottom: 0; }

.content {
    background: #B89774;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    color:#fff;
}
.bvc:hover .content,
.bvc:focus .content,
.bvc:active .content{
    border-color: #93755A;
    color: #fff;
    background: #93755A;
}
.bvc:hover .bevel,
.bvc:focus .bevel,
.bvc:active .bevel{
    border-color: #93755A;
    border-style:solid;
}

.bvc .tr, .bvc:hover .tr, .bvc  .br, .bvc:hover .br { border-right-color: transparent; }
.bvc .tl, .bvc .bl, .bvc:hover .tl, .bvc:hover .bl { border-left-color: transparent; }

.btn-primary {
    border-color: #B89774;
    font-family: "Raleway",sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: #B89774;
    border-radius: 0;
    position: relative;
    height: 36px;
    margin-left: 11px;
    transition: all 0;
}
.btn-primary::before {
    content:"";
    width: 11px;
    height: 40px;
    background: url(../img/btn-left.png) no-repeat 0 0;
    background-size:11px;
    position: absolute;
    top: -1px;
    left: -11px;
}
.btn-primary::after {
    content:"";
    width: 11px;
    height: 40px;
    background: url(../img/btn-right.png) no-repeat 0 0;
    background-size:11px;
    position: absolute;
    top: -1px;
    right: -11px;
}

/*.btn-primary:hover::before {
content:"";
width: 11px;
height: 40px;
background: url(../img/btn-left-hover.png) no-repeat 0 0;
background-size:11px;
position: absolute;
top: -1px;
left: -11px;
}
.btn-primary:hover::after {
content:"";
width: 11px;
height: 40px;
background: url(../img/btn-right-hover.png) no-repeat 0 0;
background-size:11px;
position: absolute;
top: -1px;
right: -11px;
}*/

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #000;
    background-color: #B89774;
    border-color: #B89774;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #B89774;
    background-color: #B89774;
}

.btn-primary .badge {
    color: #B89774;
    background-color: #fff;
}

.btn-xl{
    padding: 10px 20px;
    border-color: #B89774;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #B89774;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #B89774;
    color: #fff;
    background-color: #B89774;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #B89774;
    background-color: #B89774;
}

.btn-xl .badge {
    color: #B89774;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #B89774;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #B89774;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #B89774;
    background-color: #B89774;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #B89774;
}

.navbar-default .nav li a {
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    color: #fff;
    font-size:14px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #eee;
}

.navbar-default .navbar-nav .active {
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-default.navbar-shrink .navbar-nav .active {
    border-bottom:0;
}
.navbar-default.navbar-shrink .navbar-nav .active a {
    color:#B89774;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}


.logo{
    display:block;
    text-align: center;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top:50px;
}
.logo span{ display:block; padding: 10px 0 0}
.navbar-default .navbar-brand .logo { margin-bottom: 0;  margin-top:5px;}
.navbar-default .navbar-brand .logo img{display: none;}
.navbar-default.navbar-shrink .navbar-brand .logo img{display: block;}

#carousel-home{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    min-height: 100vh;
}
.overlay{
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    position: absolute;
    z-index: 1;
}
.item{
    min-height: 100vh;
}
.img-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    position: absolute;
    z-index: 0;
}
header{
    position: relative;
    min-height: 100vh;
}
header .home {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    min-height: 100vh;
}
.equipa-header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/equipa-header.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 410px!important;
}
.contactos-header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/contact-header.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 410px!important;
}

header .intro-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Oswald",sans-serif;
    font-size: 24px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
section {
    padding: 100px 0;
}

h2.gold {
    padding-left: 54px;
    background: url("../img/corner_gold.png") no-repeat 0 0;
    background-size:30px;
    color:#B89774;
    margin-bottom: 40px;
}
h2.black {
    padding-left: 54px;
    background: url(../img/corner_black.png) no-repeat 0 0;
    background-size:30px;
    color:#000;
    margin-bottom: 40px;
}
h2.black.sgold {
    background: url(../img/corner_gold.png) no-repeat 0 0;
    background-size:30px;
    color:#000;
}
h2.lower{text-transform: none;margin-bottom: 0;}
h3{
    color:#B89774; 
    font-size: 14px;
    font-weight: 700;
    font-family: "Oswald",sans-serif;
}
h5{
    font-family: "Raleway",sans-serif;
    font-size: 22px; 
    font-weight: 300;
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 1.4;
}
.mt30{margin-top:30px}
.semi-bold{font-weight: 600;}
.light{font-weight: 300;}
.gold{color:#B89774;}
.p54 {padding-left: 54px;}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.navbar-nav>li.hidden{
    display: none!important;
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
hr{
    border: 0;
    outline: 0;
    height: 1px;
    background: #fff;
    width: 60%;
    margin: 0 auto 40px;
}


.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #B89774;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}


ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #B89774;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

ul.areas{
    margin: 0;
    padding: 0;
}
ul.areas li{
    display: block;
    width: 100%;
    list-style: none;
    font-size: 18px;
    padding:10px 0 10px 80px;
    background-size: 42px;
    background-position: 20px 0;
    background-repeat: no-repeat;
    margin-bottom:10px;
}
ul.areas li:nth-child(1){background-image: url(../img/areas/a1.png);}
ul.areas li:nth-child(2){background-image: url(../img/areas/a3.png);}
ul.areas li:nth-child(3){background-image: url(../img/areas/a5.png);}
ul.areas li:nth-child(4){background-image: url(../img/areas/a7.png);}
ul.areas li:nth-child(5){background-image: url(../img/areas/a9.png);}
ul.areas li:nth-child(6){background-image: url(../img/areas/a2.png);}
ul.areas li:nth-child(7){background-image: url(../img/areas/a4.png);}
ul.areas li:nth-child(8){background-image: url(../img/areas/a11.png);}
ul.areas li:nth-child(9){background-image: url(../img/areas/a12.png);}
ul.areas li:nth-child(10){background-image: url(../img/areas/a10.png);}
::-moz-selection {
    text-shadow: none;
    background: #fff;
}

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

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
h2{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
}

#quemsomos{
    background: #1A1A1A;
    position: relative;
}
#quemsomos::before{
    content: '';
    border-left: 1px #B89774 solid;
    position: absolute;
    left: 50%;
    top:0;
    height: 50px;
    width: 1px;
}
#quemsomos::after{
    content: '';
    border-left: 1px #B89774 solid;
    position: absolute;
    left: 50%;
    bottom:0;
    height: 50px;
    width: 1px;
}
#quemsomos p{
    color: #fff;
}
#equipa{
    background: url(../img/equipa-home.jpg) no-repeat fixed center center / cover #0000;
}
#equipa img{
    margin-bottom: 30px;
}
.cv{
    margin:30px 0;
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-danger {
    color: #a94442!important;
}
footer{
    background: #1A1A1A;
    padding: 25px 0;
    color: #fff!important;
    padding: 105px 0 35px;
}
footer a{
    color: #fff!important;
}
.cont{
    font-size:12px;
    color: #fff!important;
    padding-left: 0px;
    font-weight: 300;
}
.copyright{
    font-size:12px;
    color: #fff!important;
    font-weight: 300;
    text-transform: uppercase;
}
footer hr{
    border: 0;
    outline: 0;
    height: 1px;
    background: #B89774;
    width: 90%;
    margin: 30px auto 20px;
}

.form-control{
    border-color:#E2E2E2;
    border-radius: 0;
}

.bg-grey{
    background:rgba(226,226,226,0.95);  
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
    background: transparent;
}
#map{height: 450px; width: 100%;}

.tel{
    background: url(../img/tel.png) no-repeat 0 3px;
    background-size:20px;
    padding-left: 30px;
    font-weight: 700;
}
.mail{
    background: url(../img/mail.png) no-repeat 0 0;
    background-size:20px;
    padding-left: 30px;
    font-weight: 700;
    color: #000;
}
.mail:hover{
    color: #000;
    text-decoration: underline;
}
/**********/


#changeColor{
    filter: saturate(500%);
    -webkit-filter: saturate(500%);
    -moz-filter: saturate(500%);
    -o-filter: saturate(500%);
    -ms-filter: saturate(500%);
    -webkit-animation: hue 60s infinite linear;
}
a.effect{
    overflow: hidden;
    position: relative;
    display: inline-table;
}
a.effect span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease 0s;
}
a.effect span:before {
    content: attr(data-hover);
    position: absolute;
    top: 150%;
    transform: translate3d(0px, 0px, 0px);
    background: #B89774;
    color: #fff;
}
a.effect:hover span, a.effect:focus span {
    transform: translateY(-150%);
}

.up-btn {
    background: rgba(243,156,18,.5);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    bottom: 20px;
    line-height: 46px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    visibility: hidden;
    z-index: 999;
}
/* ==========================================================================
Waypoints
========================================================================== */

.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.icon {
    background: #B89774;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 55px;
    height: 175px;
    line-height: 175px;
    margin: 0 auto 50px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 175px;
}

.slides h2{font-size:30px; text-align: center; margin-bottom: 30px;}
.slides h3{font-size:20px; text-align: left; color: #777;}
div[class*='thpor'], div[class*='threc']{ visibility: hidden; }
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7,.wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .fadeIn { visibility: visible!important; }
.delay-1s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay-2s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay-3s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay-4s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay-5s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-6s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
.delay-7s { animation-delay: 1.4s; -webkit-animation-delay: 1.4s; }
.delay-8s { animation-delay: 1.6s; -webkit-animation-delay: 1.6s; }
.delay-9s { animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }
.delay-10s { animation-delay: 2s; -webkit-animation-delay: 2s;}
.delay-11s { animation-delay: 2.2s; -webkit-animation-delay: 2.2s; }
.delay-12s { animation-delay: 2.4s; -webkit-animation-delay: 2.4s; }
.delay-13s { animation-delay: 2.6s; -webkit-animation-delay: 2.6s; }
.delay-14s { animation-delay: 2.8s; -webkit-animation-delay: 2.8s; }
.delay-15s { animation-delay: 3s; -webkit-animation-delay: 3s; }
.delay-16s { animation-delay: 3.2s; -webkit-animation-delay: 3.2s; }
.delay-17s { animation-delay: 3.4s; -webkit-animation-delay: 3.4s; }
.delay-18s { animation-delay: 3.6s; -webkit-animation-delay: 3.6s; }
.delay-19s { animation-delay: 3.8s; -webkit-animation-delay: 3.8s; }
.delay-20s { animation-delay: 4s; -webkit-animation-delay: 4s;}
.pl60{padding-left: 20px;}
.mb30{margin-bottom:30px;}
#map{margin-top: 50px;}
.scroll{
    position: absolute;
    bottom: 5%;
    right: 5%;
    background: url(../img/scroll.png) no-repeat 0 0;
    background-size: 30px;
    width: 30px;
    height: 62px;
}

.lingua{
	position: absolute;
    top: 51px;
    right: 40px;
    font-size: 13px;

    }
	
.lingua2{
	position: absolute;
    top: 51px;
    right: 15px;
    font-size: 13px;

    }

@media(min-width:768px) {
    .navbar-default.navbar-shrink .navbar-nav .active {
        border-bottom: 3px solid #fff;
    }
	
	.lingua{
    text-align: right;
	top:-120px;
    right: 40px;
    font-size: 13px;

    }
	
	.lingua2{
    text-align: right;
	top:-120px;
    right: 15px;
    font-size: 13px;

    }
    .scroll{
        position: absolute;
        bottom: 10%;
        right: 10%;
        background: url(../img/scroll.png) no-repeat 0 0;
        background-size: 30px;
        width: 30px;
        height: 62px;
    }
    .navbar-nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .navbar-shrink .nav.navbar-nav{
        text-align: left;
    }
    .navbar-nav>li{
        display: inline-block!important;
        float: none;
    }
    .navbar-default {
        padding: 25px 0;
        margin-top: 180px;
        border: 0;
        z-index: 3;
        position: absolute;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: background .3s;
    }

    .navbar-default.navbar-shrink .logo {
        margin-top: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default.navbar-shrink {
        padding:0;
        background-color: #1A1A1A;
        top: 0;
        margin-top: 0;
        position: fixed;
    }
    .navbar-nav>li{
        padding: 0 10px;
    }

    .navbar-default .navbar-nav>li>a{
        padding:10px 5px;
        border-bottom: 3px solid transparent;
    }
    .navbar-default.navbar-shrink .navbar-nav>li>a{
        padding:25px 5px;
        border-bottom: 3px solid transparent;
    }
    .navbar-default.navbar-shrink .nav li a {color:  #fff}
    .navbar-default.navbar-shrink .navbar-nav > .active > a{color: #fff; background: transparent}
    .logo{
        display:block;
        text-align: center;
        margin-bottom: 150px;
        margin-top: 0;
    }

    header .intro-text {
        padding-top: 40px;
        padding-bottom: 200px;
    }
    header.equipa-header .intro-text, header.contactos-header .intro-text {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 50px;
        font-family: "Oswald",sans-serif;
        font-size: 45px;
        line-height: 48px;
        text-transform: uppercase;
    }

    header .intro-text .intro-heading {
        margin-bottom: 40px;
        text-transform: uppercase;
        font-family: "Raleway",sans-serif;
        font-size: 22px;
        font-weight: 300;
        line-height: 15px;
    }
    .intro{padding-bottom: 100px;}
    section {
        padding: 150px 0;
    }

    .portfolio-item {
        margin: 0 0 30px;
    }
    ul.areas li{
        display: block;
        width: 50%;
        list-style: none;
        font-size: 18px;
        padding:10px 0 10px 80px;
        background-size: 42px;
        background-position: 20px 0;
        background-repeat: no-repeat;
        margin-bottom:10px;
        margin-left: auto;
        margin-right: auto;
    }
    .subText{padding: 35px 60px 65px }
    .pl60{padding-left: 60px;}
    .ml54 {margin-left: 54px;}
    .mr54 {margin-right: 54px;}
    .cv{margin-top: 0;margin-bottom: 0}
    #map{margin: 0;}
    footer hr{
        border: 0;
        outline: 0;
        height: 1px;
        background: #B89774;
        width: 60%;
        margin: 70px auto 40px;
    }.cont{
        font-size:12px;
        color: #fff!important;
        padding-left: 30px;
        font-weight: 300;
    }
}



@media(min-width:992px) {
    ul.areas li{
        display: inline-block;
        width: 49%;
        list-style: none;
        font-size: 24px;
        background-size: 72px;
        margin-bottom: 20px;
        background-position: 0 0;
        padding: 20px 0 20px 90px;
    }
	.lingua{
    text-align: right;
	top:-120px;
    right: 100px;
    font-size: 13px;

    }
	
	.lingua2{
    text-align: right;
	top:-120px;
    right: 70px;
    font-size: 13px;

    }
	
}


@media(min-width:1200px) {
.lingua{
    text-align: right;
	top:-120px;
    right: 120px;
    font-size: 13px;

    }
	
.lingua2{
    text-align: right;
	top:-120px;
    right: 90px;
    font-size: 13px;

    }
}