@media screen and (min-width:767px) {
    .imgGoogle {
        position: absolute; margin-top: -40px;margin-left: 24px;
    }
    .imgWaze {
        position: absolute; margin-top: -40px;margin-left: 260px;
    }
}

.map-responsive iframe {
    margin-top: 24px;
}


.contact-info {
    background:#02348f !important;
}
.contact-info h1 {
    color:white;
    margin: 30px 0 20px;
    font-size: 24px;
}
.contact-info .buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 90%;
    margin: auto;
}
.contact-info .btn-chat {
    width: 330px;
    background-color:#03A9F4;
    color:white;
    border-radius: 3px;
    line-height: 36px;
    padding: 7px 18px;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all ease-in 0.2s;
    border: solid 2px #03A9F4;
}
.contact-info .btn-chat:hover {
    background-color:#fff;
    color:#03A9F4;
    border: solid 2px #03A9F4;
}
.contact-info .btn-chat .btn-icon {
    background-image: url(//static.jivosite.com/button/chat_light.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 28px;
}
.contact-info .btn-whatsapp {
    width: 330px;
    background-color:#25d366;
    color:white;
    border-radius: 3px;
    line-height: 36px;
    padding: 7px 18px;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all ease-in 0.2s;
    border: solid 2px #25d366;
}
.contact-info .btn-whatsapp:hover {
    background-color:#fff;
    color:#25d366;
    border: solid 2px #25d366;
}

@media screen and (max-width: 480px) {
    .contact-info .buttons {
        display: inline-block;
    }
    .contact-info .btn-chat {
        width: 100%;
    }
    .contact-info .btn-whatsapp {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
}


.separator {
    clear: both;
    width: 100%;
    height: 24px;
}
.procedures-section {
    display: inline-block;
    background-color: transparent;
    margin: 0 0 40px 0;
    padding: 30px 0 40px 0;
    border-top:solid 1px #f1f1f1;
    border-bottom:solid 1px #f1f1f1;
}
.procedures-section .row {
    max-width: 1170px;
    margin:0 auto;
}
.procedures-section .row h1.main_title {
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    color: #5e48b6;
    text-align: center;
    margin: 24px 0 42px;
    display: inline-block;
}
.procedures-section .procedures-section__card {
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-radius: 10px;
    margin: 12px 0;
}
@media screen and (min-width: 992px) {
    .col-md-4.procedures-section__card {
        width: 30%;
        margin: 12px 1%;
    }
}
.procedures-section .procedures-section__card h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 12px 0 0;
}
.procedures-section .procedures-section__card h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.procedures-section .procedures-section__card h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 24px 0 0;
}
.procedures-section .procedures-section__card .price {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    margin: 12px 0 0;
    border-radius: 4px;
}
.procedures-section .procedures-section__card .credit-card-img img {
    width: 60px;
}
.procedures-section .procedures-section__card .notice_small_text {
    font-size: 11px;
    margin: 12px 0 0;
}

.procedures-section .pink_bg_color {
    color: white;
    background: rgb(241,146,248);
    background: -moz-linear-gradient(170deg, rgba(241,146,248,1) 0%, rgba(243,115,175,1) 43%, rgba(243,88,110,1) 100%);
    background: -webkit-linear-gradient(170deg, rgba(241,146,248,1) 0%, rgba(243,115,175,1) 43%, rgba(243,88,110,1) 100%);
    background: linear-gradient(170deg, rgba(241,146,248,1) 0%, rgba(243,115,175,1) 43%, rgba(243,88,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f192f8",endColorstr="#f3586e",GradientType=1);
}
.procedures-section .blue_bg_color {
    color: white;
    background: rgb(100,226,201);
    background: -moz-linear-gradient(170deg, rgba(100,226,201,1) 0%, rgba(69,190,231,1) 43%, rgba(31,158,255,1) 100%);
    background: -webkit-linear-gradient(170deg, rgba(100,226,201,1) 0%, rgba(69,190,231,1) 43%, rgba(31,158,255,1) 100%);
    background: linear-gradient(170deg, rgba(100,226,201,1) 0%, rgba(69,190,231,1) 43%, rgba(31,158,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64e2c9",endColorstr="#1f9eff",GradientType=1);
}
.procedures-section .purple_bg_color {
    color: white;
    background: rgb(132,220,207);
    background: -moz-linear-gradient(170deg, rgba(132,220,207,1) 0%, rgba(110,101,198,1) 43%, rgba(118,76,164,1) 100%);
    background: -webkit-linear-gradient(170deg, rgba(132,220,207,1) 0%, rgba(110,101,198,1) 43%, rgba(118,76,164,1) 100%);
    background: linear-gradient(170deg, rgba(132,220,207,1) 0%, rgba(110,101,198,1) 43%, rgba(118,76,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84dccf",endColorstr="#764ca4",GradientType=1);
}
.procedures-section .pink_bg_color .price {
    background: #bf0f51;
}
.procedures-section .blue_bg_color .price {
    background: #163574;
}
.procedures-section .purple_bg_color .price {
    background: #781c7b;
}



.appointment-wrapper{
    padding: 40px 0 0 0;
    background-color: #fff;
  }
  .appointment-wrapper.wa-section{
    padding: 0;
    background-color: #51b8f2;
  }
  .appointment-wrapper .row{
    background-color: #51b8f2;
    max-width:1170px;
    margin:0 auto;
  }
  .appointment-wrapper .row h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 32px 0;
    text-transform: none;
  }
  .appointment-wrapper .row h3{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    text-transform: none;
  }
  .appointment-wrapper .row h3 span{
    font-size: 30px;
  }
  .appointment-wrapper .row .image-wrapper{
      width: 100%;
      margin: 10px;
      text-align: center;
  }
  .appointment-wrapper .row .image-wrapper img{
    width: 68%;
  }
  .appointment-wrapper .row .btn-wrapper{
    display: flex;
    justify-content: center;
  }
  .appointment-wrapper .row a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: solid 2px white;
    background: #1ec808;
    transition: ease-in all 0.2s;
    margin: 20px 0;
    padding: 10px;
  }
  .appointment-wrapper .row a:hover{
    color: #0091c1;
    border: solid 2px white;
    background: rgba(255, 255, 255, 1);
  }
  
  .appointment-wrapper .phone-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .appointment-wrapper .phone-wrapper i {
    margin-right: 10px;
    color: white;
  }
  

  @media screen and (max-width: 480px) {
    .appointment-wrapper .row .image-wrapper{
      display: none;
    }

    .appointment-wrapper .row a{
      margin: 32px 12px 40px 6px;
    }
  
    .appointment-wrapper .phone-wrapper {
      padding: 12px 0 20px 0;
      margin-top: 0;
      clear: both;
    }
  }


.custom_item_service.appointment-wrapper{
    padding: 0;
    background: transparent;
}
.custom_item_service.appointment-wrapper .row{
    margin-bottom:40px !important;
}

@media screen and (max-width: 480px) {
    .custom_item_service.appointment-wrapper .row a{
        margin: 46px 0 0 0;
    }

    .custom_item_service.appointment-wrapper .row .btn-wrapper{
        display: block;
    }

    .custom_item_service.appointment-wrapper .phone-wrapper {
        padding: 12px 0 20px 0;
        clear: both;
    }
}

#scrollUp {
bottom: 110px !important;
}


.button.custom_newsletter_btn {
    display: block;
    width: 35%;
    margin: 0 0 10px 0;
    min-width: 90px;

    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

.doc-name-class h2 {
    font-size: 17px;
}


.promotion-content {
	background-color: #f2f2f2;
	margin-top: 32px;
	padding: 10px 30px 30px;
  }
  .promotion-content h1 {
	font-size: 40px;
	font-weight: 700;
	color: #3398cc;
	text-align: center;
	margin: 32px 0
  }
  .promotion-content h1 span {
	font-size: 29px;
  }
  .promotion-content h2 {
	font-size: 34px;
	font-weight: 600;
	color: #3398cc;
	margin-bottom: 20px;
  }
.promotion-content .block-1 {
	margin: 0 auto;
}
.promotion-content .block-1 .price {
	background:#65bf89;
	font-weight:700;
	color:#fff;
	font-size: 44px;
	padding: 7px 14px;
	border-radius: 20px;
}
.promotion-content .block-1 .subblock {
	text-align: center;
	margin-bottom: 40px;
}

.promotion-content .block-2 .important-info {
	color: #7f7f7f;
}


.doctors_wrapper {
	margin-left: 0;
    margin-right: 0;
	padding: 40px 0;
    display: inline-block;
    width: 100%;
}
.doctor_card {
	height: auto;
	background: #f1f5f8;
}
.doctor_card--img img {
	width: 100%;
}
.doctor_card--name {
	padding: 12px;
    margin:0 0 24px 0;
}
.doctor_card--name h3 {
	font-weight: bold;
    font-size: 18px;
	color: #1e5394;
	margin-bottom: 0;
    text-transform: uppercase;
}
.doctor_card--name h4 {
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}
.doctor_card--description {
	padding: 12px;
}
.doctor_card--description p {
	height: 100px;
	font-size: 13px;
}
.doctor_card--description.custom_card_description p {
	height: auto;
}
.doctor_card--btn {
	padding: 0 0 24px 12px;
}
.doctor_card--btn a {
	padding: 12px 24px;
	background: #57c81a;
	color: white;
}
.doctor_card--btn a:hover {
	padding: 12px 24px;
	background: #0681ad;
}

.service_card--btn {
	padding: 0 0 24px 12px;
}
.service_card--btn a {
	padding: 12px 24px;
	background: #0681ad;
	color: white;
}
.service_card--btn a:hover {
	padding: 12px 24px;
	background: #0d2a62;
}


.main {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .custom_404_section {
    display: block;
    max-width: 800px;
    min-height: 400px;
    margin: 140px auto 0 auto;
    text-align: center;
  }
  .custom_404_section h1 {
    display: block;
    width: 100%;
    margin: 40px 0;
  }
  .custom_404_section h4 {
    text-transform: none;
    line-height: inherit;
  }
  .custom_404_section .btn-wrapper {
    display: block;
    width: 100%;
    margin-top: 30px;
  }