@font-face {
    font-family: 'GothamExtraLight';
    src: url('../fonts/GothamExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamExtraLight.woff') format('woff'), url('../fonts/GothamExtraLight.ttf') format('truetype'), url('../fonts/GothamExtraLight.svg#GothamExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: local('☺'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/GothamBold.eot');
	src: local('☺'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'GothamMedium';
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        width: 96%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .container {
        width: 92%;
    }
}
@media (max-width: 900px) {
    .container {
        width: 92%;
    }
}
@media (max-width: 640px) {
    .container {
        width: 96%;
    }
}
@media (max-width: 375px) {
    .container {
        width: 100%;
        padding: 0 8px;
    }
}
.hide {
    display: none;
}
.button-link {
    height: 5rem;
    line-height: 5rem;
    display: inline-block;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    border-radius: 0;
    text-align: center;
    box-sizing: border-box;
}
#allClinics {
    display: block;
}
#lessClinics {
    display: none;
}
h1,
h2 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1rem;
}
big {
    line-height: 1;
}
#Main-Header {
    height: 180px;
    border-bottom: 13px solid #d1b1a5;
}
#Main-Header a {
    display: inline-block;
    position: relative;
}
#Main-Header a:nth-of-type(1) {
    top: 74px
}
#Main-Header .button-link {
    top: 49px;
    height: 81px;
    max-width: 400px;
    color: #fff;
    border-color: #fff;
}
@media (max-width: 900px) {
    #Main-Header .button-link{
        top: 60px;
    }
    #Main-Header .button-link,
    #Main-Header .button-link img{
        width: 250px;
        height: 50px;
    }
}
@media (max-width: 550px) {
    #Main-Header .button-link{
        top: 67px;
    }
    #Main-Header .button-link,
    #Main-Header .button-link img{
        width: 200px;
        height: 40px;
    }
}
@media (max-width: 480px) {
    #Main-Header a:nth-of-type(1) {
        top: 52px
    }
    #Main-Header {
        height: 120px;
    }
    #Main-Header .button-link{
        top: 45px;
    }
    #Main-Header .button-link,
    #Main-Header .button-link img{
        width: 150px;
        height: 30px;
    }
}
@media (max-width: 375px) {
    #Main-Header .button-link {

    }
}
#Map {
    height: 63rem;
    border-bottom: 13px solid #d1b1a5;
}
@media (max-width: 750px) {
    #Map {
        height: 53rem;
    }
}
@media (max-width: 440px) {
    #Map {
        height: 35rem;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #Map {
        height: 42rem;
    }
}
#Banner-Claim {
    height: 67rem;
    background-color: #000;
    /*background-image: url(../images/banner.jpg);*/
    background-size: auto 67rem;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 750px) {
    #Banner-Claim {
        height: 53rem;
        background-size: auto 33rem;
        background-position: top;
    }
}
#Banner-Claim h1 {
    font-family: 'GothamMedium';
    font-weight: normal;
    font-size: 3.4rem;
    margin-top: 28rem;
    text-align: right;
}
@media (max-width: 1010px) {
    #Banner-Claim h1 {
        font-size: 2.7rem;
        margin-top: 24rem;
    }
}
@media (max-width: 750px) {
    #Banner-Claim h1 {
        font-size: 2.2rem;
        margin-top: 13rem;
    }
}
@media (max-width: 565px) {
    #Banner-Claim h1 {
        font-size: 1.8rem;
    }
}
#Banner-Detail {
    width: 100%;
    height: 24rem;
    background-color: rgba(0, 159, 195, .75);
    text-align: center;
    /*margin-top: -24rem;*/
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
@media (max-width: 750px) {
    #Banner-Detail {
        background-color: rgba(0, 159, 195, 1);
    }
}
#Banner-Detail .container {
    height: 24rem;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}
#Banner-Detail.expanded .container {
    min-height: 67rem;
}
#Banner-Detail.expanded {
    min-height: 67rem;
    background-color: rgba(27, 62, 148, 1);
}
#Banner-Detail h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'GothamExtraLight';
    font-size: 2.4rem;
    color: #bae4f0;
    margin-top: 7rem;
    margin-bottom: 4.5rem;
}
@media (max-width: 900px) {
    #Banner-Detail h2 {
        font-size: 2.2rem;
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 500px) {
    #Banner-Detail h2 {
        font-size: 2.2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
#Banner-Detail p {
    color: #fff;
    font-weight: normal;
    font-family: 'GothamExtraLight';
    font-size: 1.8rem;
    letter-spacing: .1rem;
    display: none;
}
@media (max-width: 750px) {
    #Banner-Detail p {
        font-size: 1.6rem;
    }
}
@media (max-width: 500px) {
    #Banner-Detail p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media (max-width: 440px) {
    #Banner-Detail p {
        font-size: 1.5rem;
        line-height: 1.4;
    }
}
@media (max-width: 375px) {
    #Banner-Detail p {
        font-size: 1.4rem;
    }
}
#SearchClinics ul {
    list-style-type: none;
}
.close {
    width: 5.8rem;
    height: 5.8rem;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5.8rem;
    border: none;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin-left: -2.4rem;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.expanded .close {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
}
#SearchClinics {
    padding-top: 8rem;
}
@media (max-width: 540px) {
    #SearchClinics {
        padding-top: 4rem;
    }
}
@media (max-width: 440px) {
    #SearchClinics {
        padding-top: 2rem;
    }
}
.logo {
    width: 30rem;
}
@media (max-width: 900px) {
    .logo {
        width: 22rem;
    }
}
@media (max-width: 480px) {
    .logo {
        width: 13rem;
    }
}
#searchBox {
    border: none;
    border-radius: 0;
    display: block;
    margin-top: 0rem;
    margin-bottom: 7rem;
    padding-bottom: .5rem;
    padding-left: 0;
    color: #000000;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 2.4rem;
    border-bottom: 2px solid #d1b0a3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
#searchBox::placeholder {
    color: #000000;
}
#searchBox:ms-input-placeholder {
    color: #000000;
}
#searchBox::ms-input-placeholder {
    color: #000000;
}
@media (max-width: 990px) {
    #searchBox {
        font-size: 2.2rem;
    }
}
@media (max-width: 605px) {
    #searchBox {
        font-size: 1.8rem;
    }
}
@media (max-width: 540px) {
    #searchBox {
        margin-top: 3rem;
    }
}
@media (max-width: 440px) {
    #searchBox {
        margin-top: 1rem;
        margin-bottom: 3rem;
        font-size: 1.6rem;
    }
}
#SearchClinics li {
    font-family: 'GothamExtraLight';
    font-weight: normal;
    margin-bottom: 3rem;
}
#SearchClinics h6 {
    line-height: 1;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #c52b40;
}
#SearchClinics p {
    margin-bottom: 1rem;
}
#SearchClinics li strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #9f9489;
}
#SearchClinics .button-link {
    position: relative;
    left: 50%;
    margin-left: -11.5rem;
    margin-bottom: 5rem;
    background-color: #bf525b;
    border-color: #bf525b;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}
#SearchClinics .logo{
    width: 158px;
}
footer {
    background-color: #333333;
    text-align: right;
    height: 5rem;
    line-height: 5rem;
}
footer a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    padding: 1rem 0;
}
footer a:hover {
    color: #ccc;
}
.icon {
    display: inline-block;
    width: 2.4rem;
    height: 3.2rem;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1rem;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.icon:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.marker {
    background-image: url(../images/marker-outlined.png);
}
.globe {
    background-image: url(../images/globe.png);
}
.odd {
    margin-left: 0;
    clear: both;
}
.gm-style-iw{
    padding: 26px 20px;
    box-sizing: border-box;
}
.iw_title {
    position: relative;
    color: #c52b40;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 25px;
    line-height: 1;
}
.iw_title:after{
    content: " ";
    width: 46px;
    height: 2px;
    background-color: #9f9589;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.iw_content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6;
    width: 400px;
}
.iw-phone {
    padding: .2rem 0 .2rem 2rem;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.iw-web {
    padding: .2rem 0 .2rem 2rem;
    background-image: url(../images/globe.png);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: left center;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-family: 'GothamMedium';
}
.iw-web:hover {
    color: #18a8c9;
}

.legal_text {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.legal_text h1 {
    font-family: 'GothamMedium';
    font-size: 18px;
    color: #222;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.legal_text h2 {
    font-family: 'GothamMedium';
    font-size: 15px;
    color: #222;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal_text a {
    text-decoration: underline;
    color: #222;
}

.legal_text p, .legal_text ul, .legal_text ol {
    font-family: 'GothamBook';
    font-size: 11px;
    font-weight: 100;
    margin-bottom: 1rem;
}

.txt_underline {
    text-decoration: underline;
}

.txt_bold {
    font-family: 'GothamBold';
}

.txt_italic {
    font-style: italic;
}

/* Tabelas de termos e condições */

.legal_text table {
    width: 100%;
    table-layout: fixed;
}

.legal_text table tr td {
    font-family: 'GothamBook';
    vertical-align: top;
    padding: 10px;

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.legal_text table tr:nth-child(1) td {
    font-family: 'GothamMedium';
    background: #d1b1a5 !important;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.legal_text table tr:nth-child(odd) td {
    background: #f8f8f8;
}

.legal_text table tr td:nth-child(1) {
    text-align: left;
    width: 60%;
}

.legal_text table.cookies tr td:nth-child(1) {
    text-align: left;
    width: auto;
}

/* */

.footer_nav {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.footer_nav li {
    display: inline;
}

.footer_nav li:first-child {
    margin-left: 0;
}

.footer_nav li:nth-child(n+1):before {
    content: "";
    border-right: 1px solid #ffffff;
    margin-left: 5px;
    margin-right: 10px;
}

.footer_nav li a {
    text-transform: none;
    color: #ffffff;
}

.footer_nav li a:hover, .footer_nav li a.selected {
    text-decoration: underline;
}

/* Cookie consent Popup */

.cookie_consent {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(209,177,165,0.90);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.cookie_consent p {
    font-family: 'GothamBook';
    font-size: 13px;
    color: #222;
    margin-bottom: 15px;
}

.cookie_consent p a, .cookie_consent p a:hover {
    color: #222;
    text-decoration: underline;
}

.cookie_consent a#btn_acept_cookies {
    font-family: 'GothamBold';
    border: 1px solid #222;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
}

.cookie_consent a#btn_acept_cookies:hover {
    background: #222;
    border: 1px solid #222;
    color: #ffffff;
}