body, body.home{
	padding-top:58px;
}

h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

h2 {
    font-size: 19px;
    margin-top: -15px;
}

.wrap {
    width: 93%;
    padding: 25px 0px;
    font-size: 18px;
}

.wrap img{
    max-width: 100%;
}

header {
    height:58px;
    min-height: 58px;
    background-color: #e4e4e3;
    z-index: 97;
    
}

.langs, .menu, header .tel, header .button{
    display: none;
}

.logo {
    background-position: left bottom;
    left:-3px;
	top:8px;
	width:160.875px;
	height:45px;
    background-size: auto 90px;
}

a#menuMobile {
    display: block;
    position: fixed;
    right:3.5%;
    top:18px;
    height: 24px;
    width: 27px;
    background-image: url(../img/bgMenu.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 12px;
    padding: 0px;
    z-index: 99;
}

a#menuMobile.menuActive{
	background-position:left -24px;
}

#menuOverlay {
    display: block;
    position: fixed;
    right:-185%;
    top: 0;
    z-index: 98;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100vh;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#menuOverlay.active{
	right:0;
	background: rgba(31, 31, 31, 0.95);
}

#menuOverlay .wrap {
    text-align: center;
    padding-top:10px;
}

#menuOverlay ul{
	display:inline-block;
	text-align:center;
}


#menuOverlay ul > li{
	margin:0px;
	display:block;
	text-align:center;
    padding: 10px 24px 8px 24px;
    color: #ffffff;
	border-top:1px solid #82827e;
}

#menuOverlay ul > li.langs{
    border-top:0px;
    padding-bottom: 18px;
}

#menuOverlay ul > li.langs a{
    font-size: 20px;
    line-height: 29px;
    color: #bcbcbc;
    font-weight: 300;
    padding: 0px 5px;
}

#menuOverlay ul > li a{
	display:inline-block;
    vertical-align: middle;
	height:auto;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:25px;
	line-height:27px;
	color: #ffffff;
	font-weight:bold;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuOverlay ul > li a.sel{
    color: #a40018;
}

#menuOverlay ul > li a:hover{
	opacity:0.8;
}

#menuOverlay ul > li a img{
    display:inline-block;
    vertical-align: top;
    margin-right: 3px;
}

#swiper-gallery {
	height:208px;
}

#swiper-gallery .swiper-slide {
	height:208px;
}

#swiper-gallery .overlay {
    bottom: 15px;
    width: 100%;
    font-size: 22px
}

#swiper-gallery .overlay .wrap strong {
    font-size:26px;
}

#swiper-gallery .overlay .wrap {
    width: 93%;
    max-width: 93%;
    font-size:22px
}

.swiper-button-prev, .swiper-button-next{
    display: none;
}

.urgency .wrap ul li{
    padding: 20px 0px;
}

.urgency .wrap ul li:first-child {
    width: 100%;
}

.urgency .wrap ul li:last-child {
    width: 90%;
    padding: 25px 5%;
    margin-right:0%;
}

.questions .wrap ul li:first-child {
    width: 100%;
}

.questions .wrap ul li:last-child {
    width: 90%;
    padding: 25px 5%;
    margin-right:0%;
}

.servicesHome{
    background-position: top center !important;
}

.servicesHome .wrap ul li {
    width: 90%;
    margin: 20px 0px;
}
.newsHome .wrap ul{
justify-content: center;
}

.newsHome .wrap ul li {
    width: 90%;
    margin-bottom: 20px;
}

.newsHome .wrap ul{
    font-size: 18px;
}

.newsHome ul li i {
    height: 205px;
}

.newsHome ul li strong{
    font-size: 22px;
}

.newsHome ul li span {
    min-height: 184px
}

.clinics .wrap ul {
    font-size: 21px;
}

.clinics .wrap ul li:first-child div {
    padding: 30px 20px;
}

.clinics .wrap ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
}

.clinics .wrap ul li:last-child {
    width: 100%;
    max-heigh:none;
}

.clinics .wrap ul li strong {
    font-size: 29px;
}

.team .wrap ul {
    justify-content:center;
 
}

.team .wrap ul li {
 width: 90%;
    margin-bottom: 20px;
}

.covid .wrap ul {
    width: 100%;
}

.services .wrap ul li{
    width: 90%;
    margin: 20px 0px;
}

.newsHome .wrap ul.evenly {
    justify-content: center;
}

.service .wrap ul {
    max-width: 95%;
}

.textAL{
    max-width: 100%;
}

.newsDetail .wrap ul {
    max-width:95%;
    margin-top: 20px;
}

.share {
    margin-top: 20px;
    text-align: right;
    font-size: 18px;
 
}

.locations .wrap ul {
    font-size: 22px;
}

.locations .wrap ul:first-child{
    background-image: none;
}

.locations .wrap ul li {
    width: 100%;
 font-size: 22px;
    margin-bottom:50px;
}

.locations .wrap ul li strong {
    font-size: 29px;
    max-width: 90%;
}

.logosHome .wrap ul li{
    margin: 0px 10px;
}

.logosHome img{
    max-width: 145px;
    margin-bottom: 10px;
}

.form form {
    width: 100%;
    margin-top: 22px;
}

.form .wrap ul li {
    width: 100%;
}


.form form label {
    font-size: 19px;
    padding-bottom: 10px;
    padding-right: 2px;
    padding-left: 1px;
}

.form form label#labelProf{
    display: none;
}

.form form .lopd{
    width: 100%;
}

.captcha {
    margin-right:8px;
    width:55%;
}

footer .wrap ul {
    text-align: center;
}

footer .wrap ul li {
    width: 100%;
    margin-bottom: 20px;
}

footer .wrap ul li.logoFoot{
    text-align: center;
    width: 100%;
}

footer .wrap ul li.logoFoot img{
    display: inline-block;
}

footer .wrap ul li .button:first-child {
    margin-right: 0px;
    display: none;
}

footer .wrap ul li .button:first-child strong{
    display: block;
}

footer .wrap ul li.smFoot{
    text-align: center;
    width: 100%;
    padding-top: 13px;
}

footer .wrap ul.lastFoot {
    margin-left: 0px;
    margin-top: 12px;
    font-size: 17px;
    text-align: left;
}

footer .wrap ul.lastFoot span, footer .wrap ul.lastFoot a{
    font-size: 17px;
}

footer .wrap ul.lastFoot li.menuFootFirst {
    padding-left:0px;
    border-left: 0px;
}

footer .wrap ul.lastFoot li.menuFoot {
    width: 50%;
}

.LBBg{
overflow-y:scroll;
overflow-x:hidden;
}

.LBContent {
    width: 100%;
    min-height:0;
}

.LBBg .wrap ul li {
    width: 100%;
}

.LBBg .wrap ul li:last-child {
    padding-top: 0px;
    padding: 25px
}

.LBBg .wrap .LBInfo {
    padding: 25px;
    font-size: 19px;
}

.LBBg .wrap ul li img {
    margin-left:0%;
    margin-bottom: 3px;
    max-width: 100%;
}

.LBBg .wrap ul li strong {
     width: 100%;
    font-size: 23px;
    margin-top: 12px;
    margin-bottom: 7px;
}

.LBBg .wrap ul li span {
    width: 100%;
}

.LBBg .wrap ul li em {
    width: 100%;
}

.customInput {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin-bottom: 16px;
    text-indent: 16px;
}

select.customInput {
    padding-left: 13px;
}

.button {
    width: auto;
    height: auto;
    min-height:0px;
    line-height: normal;
    padding: 12.7px 20px;
    font-size: 20px;
    white-space: nowrap;
}

.buttonBack {
    padding-left: 48px;
    background-position: 20px center;
     left: 0%;
    top: 0px;
}

footer .wrap ul li .buttonAsk:before{
    height: 28px;
}


.kitDigital img{
    max-width: 100%;
}

#pdcc-modal-bg #pdcc-modal-container{
    width: 75% !important;
}

div#pdcc-message-container{
    padding: 0px !important;
}