@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css); @media(max-width: 474.99px)
{
.botao-fixo-rodape-1
{
position: fixed;
bottom: -33px;
width: 100%;
height: 70px;
z-index: 9999;
}
.botao-fixo-rodape-2
{
position: fixed;
bottom: 5px;
width: 100%;
height: 70px;
z-index: 9997;
}
.img-rodape-2
{
width: 10%;
}
.img-rodape-1
{
width: 10%;
}
}
@media(min-width:475px) and (max-width: 700.99px)
{
.botao-fixo-rodape-1
{
position: fixed;
bottom: -33px;
width: 100%;
height: 70px;
z-index: 9999;
}
.botao-fixo-rodape-2
{
position: fixed;
bottom: 5px;
width: 100%;
height: 70px;
z-index: 9997;
}
.img-rodape-2
{
width: 10%;
}
.img-rodape-1
{
width: 10%;
}
}
@media(min-width:701px) and (max-width: 10000px)
{
.botao-fixo-rodape-1
{
position: fixed;
bottom: -33px;
width: 100%;
height: 70px;
z-index: 9999;
}
.botao-fixo-rodape-2
{
position: fixed;
bottom: 5px;
width: 100%;
height: 70px;
z-index: 999;
}
.img-rodape-2
{
width: 7%;
}
.img-rodape-1
{
width: 7%;
}
}
input#searchsubmit {
background-color: #0cd1cf;
border-radius: 5px;
border-color: #0cd1cf;
color: white;
font-weight: bold;
}
body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 16px;    
}
a {
color: #666666;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #666666;
text-decoration: initial;
}
p {
margin-top: 0;
margin-bottom: 1.5rem;
font-size: 18px;
}
p a {
color: #666666;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
h1 {
font-size: 50px;
font-weight: 700;
}
h2 {
font-weight: 400;
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5{
font-size: 10px;
}
header{ 
position: fixed;
left: 0px;
top: 0px;
width: 100%;
background: #ffffff;
z-index: 100;
-webkit-transition: background-color .4s ease-out;
-ms-transition: background-color .4s ease-out;
transition: background-color .4s ease-out;
}
.pagination {
width: 100%;
display: inline-block;
text-align: center;
margin: 50px auto;
}
.page-numbers {
padding: 5px 10px;
background: #3f98b1;
color: #fff;
text-decoration: none;
}
.cta-side-bar {
width: 100%;
background-color: #f4f4f4;
border: 2px solid linear-gradient(to bottom right,#00eaf3,#023189);
padding-left: 10px;
padding-right: 10px;
color: #fff;
font-weight: 500px;
font-size: 14px;
margin-top: 20px;
}
.background-degrade{ background: linear-gradient(250deg, #00eaf3, #023189) fixed;
}
.background-cinza{
background: #F0F0F0;  
}
.background-white{
background: #fff;  
}
.background-orange{
color: #ff7f02;  
}
.font-color-white{
color: #fff;
}
.font-color-blue-clear{
color: #0cd1cf;
font-weight: bold;
}
.font-color-blue-marinho{
color: #2c72a5;
font-weight: bold;
}
.font-color-grey{
color: #2e3136;
}
.font-color-green{
color: #527034;
}
.font-color-yellow{
color: #dded2b;
}
.font-color-gold{
color: #dbdf9c;
}
.font-color-blue{
color: #2c72a5;
}
.font-color-blue-clear{
color: #46d3c7;
}
.font-color-black{
color: #000;
}
.font-color-red{
color: #741600;
}
.font-color-cinza-claro{
color: #cdc7c7;
}
.font-weight-700{
font-weight: 700;
}
.font-full-banner{
padding-top: 100px;
}
.btn-danger {
color: #fff;
background-color: #741600;
border-color: #741600;
}
.btn-blue-clear {
background-color: #0cd1cf;
color: #272a37
border-color: #0cd1cf;
font-weight: bold;
}
.btn-outline-danger {
color: #741600;
background-color: transparent;
background-image: none;
border-color: #741600;
}
ul {
margin-left: 7px;
font-size: 18px;
}
ul, ol {
margin-bottom: 20px;
}
li {
padding: 3px 0;
display: list-item;
text-align: -webkit-match-parent;
}
label {
display: block;
margin-bottom: .5rem;
text-align: left;
width: 100%;
color: #fff;
}
strong {
color: #10192b;
font-weight: bold;
}
textarea {
width: 100%;
}
hr{width: 50%;}
footer{   margin-top: -32px;
}
.sub-header{
background-color: #3f98b1;
color: #fff;
height: auto;
padding-top: 30px;
padding-bottom: 20px;
}
.data_exibe{
font-size: 12px;
}
.data_exibe img
{
max-width: 100%;
height: auto;
}
.navbar-toggler{
background-color: #0cd1cf;
border-color: rgba(0,0,0,.1);
}
.align-left-desktop{
text-align: left;
}
.align-right-desktop{
text-align: right;
} .text-align-lefth{
text-align: left;
}
.text-align-right{
text-align: right;
} .padding-50{
padding-right: 50px;
padding-left: 50px;
padding-top: 50px;
padding-bottom: 50px;    
}
.padding-10{
padding-right: 20px;
padding-left: 20px;
padding-top: 0px;
padding-bottom: 0px;    
}
.padding-15{
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;    
}
.padding-16{
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;    
}
.padding-20{
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;    
}
.padding-21{
padding-right: 10px;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 0px;    
}
.padding-25{
padding-right: 50px;
padding-left: 50px;
padding-top: 0px;
padding-bottom: 0px;    
}
.padding-30{
padding-right: 30px;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;    
}
.padding-top-10{
padding-top: 10px;
}
.padding-top-20{
padding-top: 20px;
}
.padding-top-25{
padding-top: 25px;
}
.padding-top-30{
padding-top: 30px;
}
.padding-top-40{
padding-top: 40px;
}
.padding-top-50{
padding-top: 50px;
}
.padding-top-51{
padding-top: 50px;
}
.padding-bottom-50 {
padding-bottom: 25px;
}
.padding-bottom-51 {
padding-bottom: 50px;
}
.padding-top-51 {
padding-top: 50px;
}
.padding-top-60{
padding-top: 60px;
}
.padding-top-70{
padding-top: 70px;
}
.padding-top-80{
padding-top: 80px;
}
.padding-top-90{
padding-top: 90px;
}
.padding-top-100{
padding-top: 100px;
}
.padding-top-110{
padding-top: 110px;
}
.padding-top-120{
padding-top: 120px;
}
.padding-top-130{
padding-top: 130px;
}
.padding-top-150{
padding-top: 150px;
}
.padding-top-180{
padding-top: 180px;
}
.padding-top-200{
padding-top: 200px;
}
.padding-top-201{
padding-top: 200px;
}
.padding-top-202{
padding-top: 200px;
}
.padding-bottom-200{
padding-bottom: 200px;
}
.padding-bottom-202{
padding-bottom: 200px;
}
.padding-top-300{
padding-top: 300px;
}
.padding-top-400{
padding-top: 400px;
}
.padding-bottom-5{
padding-bottom: 5px;
}
.padding-bottom-10{
padding-bottom: 10px;
}
.padding-bottom-20{
padding-bottom: 20px;
}
.padding-bottom-30{
padding-bottom: 30px;
}
.padding-bottom-40{
padding-bottom: 40px;
}
.padding-bottom-21 {
padding-bottom: 20px;
}
.padding-bottom-60{
padding-bottom: 60px;
}
.padding-bottom-70{
padding-bottom: 70px;
}
.padding-bottom-80{
padding-bottom: 80px;
}
.padding-bottom-100{
padding-bottom: 100px;
}
.padding-bottom-120{
padding-bottom: 120px;
}
.padding-bottom-150{
padding-bottom: 150px;
}
.padding-bottom-300{
padding-bottom: 300px;
}
.padding-right-50{
padding-right: 50px;
}
.padding-right-10{
padding-right: 10px;
}
.padding-left-50{
padding-left: 50px;
}
.padding-left-10{
padding-left: 10px;
}
.bg-primary {
background-color: #f8f9fa!important;
}
.bg-sub-header{
background-color: #3f98b1;
}
.bg-header{
background-color: rgba(16, 25, 42, 0.8);
}
.bg-color-blue{
background-color: #3f98b1;
}
.bg-color-doenca-ocular{
background-color: #2c72a5;
}
.bg-color-exames{
background-color: #388ecd;
}
.bg-color-tratamentos{
background-color: #38a8cd;
}
.bg-color-cirurgias{
background-color: #23c0f3;
}
.bg-color-blue-marinho{
background-color: #10192b;
}
.bg-color-blue-claro{
background-color: #54a9c5;
}
.bg-color-white{
background-color: #fff;
}
.bg-color-red{
background-color: #971a22;
}
.bg-color-green{
background-color: #971a22;
}
.bg-color-grey{
background-color: #f0f2f2;
}
.bg-color-grey-claro{
background-color: #f8f8f8;
}
.bg-color-grey-escuro{
background-color: #f2f2f2;
}
.bg-color-footer{
background-color: #116397;
}
.bg-color-sub-footer{
background-color: #464e50;
}
.padding-20 {
padding: 10px 30px 10px 30px;
}
}
code {
padding: 0 0.15rem;
background: #f5f5f5;
border-radius: 0.2rem;
}
.padding-top-neg-100{
padding-top: -100px;
} .margin-top-neg-30{
margin-top: -30px;
}
.margin-top-neg-35{
margin-top: -35px;
}
.margin-top-neg-40{
margin-top: -40px;
}
.margin-top-neg-45{
margin-top: -45px;
}
.margin-top-neg-50{
margin-top: -50px;
}
.margin-top-neg-80{
margin-top: -80px;
}
.margin-top-neg-90{
margin-top: -90px;
}
.margin-top-neg-100{
margin-top: -100px;
}
.margin-top-neg-120{
margin-top: -120px;
}
.margin-top-neg-180{
margin-top: -180px;
}
.margin-top-neg-201{
margin-top: -205px;
}
.margin-top-neg-380{
margin-top: -380px;
}
.margin-top-5{
margin-top: 5px;
}
.margin-top-10{
margin-top: 10px;
}
.margin-top-20{
margin-top: 20px;
}
.margin-top-30{
margin-top: 30px;
}
.margin-top-40{
margin-top: 40px;
}
.margin-top-50{
margin-top: 50px;
}
.margin-top-60{
margin-top: 60px;
}
.margin-top-70{
margin-top: 70px;
}
.margin-top-80{
margin-top: 80px;
}
.margin-top-90{
margin-top: 90px;
}
.margin-top-100{
margin-top: 100px;
}
.margin-top-120{
margin-top: 120px;
}
.margin-top-130{
margin-top: 130px;
}
.margin-top-150{
margin-top: 150px;
}
.margin-top-200{
margin-top: 200px;
}
.margin-bottom-10{
margin-bottom: 10px;
}
.margin-bottom-20{
margin-bottom: 20px;
}
.margin-bottom-30{
margin-bottom: 30px;
}
.margin-bottom-40{
margin-bottom: 40px;
}
.margin-bottom-50{
margin-bottom: 50px;
}
.margin-bottom-60{
margin-bottom: 60px;
}
.margin-bottom-70{
margin-bottom: 70px;
}
.margin-bottom-80{
margin-bottom: 80px;
}
.margin-bottom-90{
margin-bottom: 90px;
}
.margin-bottom-100{
margin-bottom: 100px;
} .font-size-12{
font-size: 12px;
}
.font-size-14{
font-size: 14px;
}
.font-size-15{
font-size: 15px;
}
.font-size-16{
font-size: 16px;
}
.font-size-18{
font-size: 18px;
}
.font-size-20{
font-size: 20px;
}
.font-size-21{
font-size: 20px;
}
.font-size-22{
font-size: 22px;
}
.font-size-24{
font-size: 24px;
}
.font-size-25{
font-size: 25px;
}
.font-size-26{
font-size: 26px;
}
.font-size-27{
font-size: 27px;
}
.font-size-28{
font-size: 28px;
}
.font-size-30{
font-size: 30px;
}
.font-size-31{
font-size: 31px;
}
.font-size-35{
font-size: 35px;
}
.font-size-40{
font-size: 40px;
}
.font-size-45{
font-size: 45px;
}
.font-size-50{
font-size: 50px;
}
.font-size-60{
font-size: 60px;
}
.font-size-80{
font-size: 80px;
}
.font-size-100{
font-size: 100px;
}
.font-size-120{
font-size: 120px;
}
.font-size-130{
font-size: 120px;
}
.font-size-250{
font-size: 250px;
} .border-radius-20{
border-radius: 20px;
}
.border-radius-30{
border-radius: 30px;
}
.border-radius-30{
border-radius: 30px;
}
.border-radius-40{
border-radius: 40px;
}
.border-radius-50{
border-radius: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 11px;
padding-left: 11px;
color: #656565;
font-weight: 600;
font-size: 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #124770;
}
.navbar-inner {
background-color:transparent;
}
.border-black{
border-style: solid;
border-bottom-width: 5px;
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
border-color: #000;
}
.border-blue{
border-style: solid;
border-bottom-width: 2px;
border-top-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
border-color: #2c72a5;
}
.border-primary{
border-style: solid;
border-bottom-width: 5px;
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
border-color: #0cd1cf;
} .full-banner-cirurgias {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgias.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-novo {
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/08/olho-homem-invertido-scaled.jpg);
background-position-x: 25%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamentos {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamentos.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doencas-oculares {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doencas-oculares.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-doenca-ocular-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doencas-oculares-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-ametropias {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-ametropias.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-ocular-da-retina {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-da-retina.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doencas-oculares-externas-oculares {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doencas-oculares-externas-oculares.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-oculares-estrabismo-e-oftalmo-pediatrico {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-estrabismo-e-oftalmo-pediatrico.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-oculares-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-biometria-ocular-ultrassonica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-biometria-ocular-ultrassonica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-para-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-exames-para-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-cornea {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-cornea.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-estrabismo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-estrabismo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-oftalmo-pediatrica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-oftalmo-pediatrica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-olho-seco {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-olho-seco.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-plastica-ocular-e-estetica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-plastica-ocular-e-estetica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
}
.full-banner-exames-retina-e-vitreo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-retina-e-vitreo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
}
.full-banner-exames-pre-operatorio-cir-refrativa {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-pre-operatorio-cir-refrativa.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-tratamento-da-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-da-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-da-retinopatia-diabetica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-da-retinopatia-diabetica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-da-dmri {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-da-dmri.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-do-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-do-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-do-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-do-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-do-olho-seco {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-do-olho-seco.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-cirurgia-de-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-estrabismo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-estrabismo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-do-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-do-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-da-retina-e-vitreo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-da-retina-e-vitreo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-trauma-ocular {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-trauma-ocular.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-tumores-oculares {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-tumores-oculares.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-plastica-e-estetica-ocular {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-plastica-e-estetica-ocular.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-refrativa {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-refrativa.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
} .full-banner-doenca-ocular-miopia {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-ocular-miopia.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner {
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/full-banner-home.png.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-cta-home {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-cta-home.jpg); 
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-cta-internas {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-cta-internas.png);  
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-sobre-home{
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/bg-sobre-home_1.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-page-sobre{
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-page-sobre.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-nossas-unidades{
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-nossas-unidades.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-cirurgia-de-catarata-home{
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/bg-cirurgia-de-catarata-home_1.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-centro-cirurgico-home{
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/bg-centro-cirurgico-home.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-page-blog{
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-page-blog.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.width-100{
width: 100%;
}
.height-600{
height: 600px;
}
.text-form{
color: #212529;
text-align: left;
font-size: 16px;
} @media only screen and (max-width : 700px){ 
h1 {
font-size: 32px;
color: #322842;
}
h2{
font-size: 20px
}
.bg-header{
background-color: #151c2c;
}
.padding-top-400 {
padding-top: 225px;
}
.padding-top-300{
padding-top: 175px;
}
.padding-top-90 {
padding-top: 20px;
}
.align-left-desktop{
text-align: center;
}
.align-right-desktop{
text-align: center;
}
.tex-justify{
text-align: center; 
}
.copyriht{
height: 50px;
}
.font-size-100{
font-size: 40px;
}
.font-size-14 {
font-size: 16px;
}
.font-size-120{
font-size: 40px;
}
.font-size-130{
font-size: 40px;
}
.font-size-80{
font-size: 42px;
}
.font-size-45{
font-size: 25px;
}
.font-size-30 {
font-size: 20px;
}
.font-size-20 {
font-size: 15px;
}
.font-size-21{
font-size: 23px;
}
.font-size-25 {
font-size: 18px;
}
.font-size-18 {
font-size: 14px;
}
.font-size-16 {
font-size: 11px;
}
.padding-bottom-20 {
padding-bottom: 10px;}
.padding-bottom-21 {
padding-bottom: 50px;
}
.padding-top-50 {
padding-top: 25px;
}
.padding-top-20 {
padding-top: 10px;
}
.padding-top-51{
padding-top: 0px;
}
.padding-top-60 {
padding-top: 30px;
}
.padding-top-200 {
padding-top: 50px;
}
.padding-top-201 {
padding-top: 100px;
}
.padding-top-202{
padding-top: 155px;
}
.padding-bottom-200 {
padding-bottom: 50px;
}
.padding-bottom-202{
padding-top: 155px;
}
.margin-top-50 {
margin-top: 25px;
}
.margin-top-200 {
margin-top: 75px;
}
.margin-top-100 {
margin-top: 100px;
}
.margin-bottom-50 {
margin-bottom: 25px;
}
.padding-top-130{
padding-top: 50px;
}
.font-size-14 {
font-size: 18px;
}
.font-size-22 {
font-size: 18px;
}
.font-size-40 {
font-size: 25px;
}
.font-size-50 {
font-size: 30px;
}
.font-size-60 {
font-size: 35px;
}
.padding-bottom-100 {
padding-bottom: 40px;
}
.padding-bottom-120 {
padding-bottom: 60px;
}
.padding-bottom-300{
padding-bottom: 175px;
}
.padding-top-40 {
padding-top: 20px;
}
.padding-top-100 {
padding-top: 40px;
}
.padding-top-120 {
padding-top: 50px;
}
.padding-top-150 {
padding-top: 50px;
}
.padding-top-180{
padding-top: 120px;
}
.padding-bottom-150{
padding-bottom: 50px;
}
.margin-top-neg-45 {
margin-top: 50px;
}
.margin-top-neg-180{
margin-top: 50px;
}
.margin-top-neg-201{
margin-top: 0px;
}
.margin-top-neg-80{
margin-top: 50px;
}
.margin-top-neg-90{
margin-top: 50px;
}
.margin-top-neg-100{
margin-top: -50px;
}
.margin-top-neg-120{
margin-top: 50px;
}
.font-size-12{
font-size: 12px;
}
.bg-cta-internas {
background-image: none;
background: #229bb8;
}
}
.button-contato-4-m{
height: 80px;
width: 100%;
padding: 10px 20px;
text-decoration: none;
border: 1px solid #ffffff;
margin-top: 50px;
margin-bottom: 80px;
}
.link-contato-4-m{
padding: 10px;
color: #ffffff;
text-decoration: none;
font-size: 15px;
}
.link-contato-4-m:hover {
color: white;
text-decoration: initial;
}
.center-foto{
text-align: center;
justify-content: center;
margin: 0 auto;
margin-top: 100px;
}
.centraliza
{
justify-content: center;
display: block;
align-items: center;
margin: 0 auto;
}@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css); @media(max-width: 474.99px)
{
.botao-fixo-rodape-1
{
position: fixed;
bottom: -33px;
width: 100%;
height: 70px;
z-index: 9999;
}
.botao-fixo-rodape-2
{
position: fixed;
bottom: 5px;
width: 100%;
height: 70px;
z-index: 9997;
}
.img-rodape-2
{
width: 10%;
}
.img-rodape-1
{
width: 10%;
}
}
@media(min-width:475px) and (max-width: 700.99px)
{
.botao-fixo-rodape-1
{
position: fixed;
bottom: -33px;
width: 100%;
height: 70px;
z-index: 9999;
}
.botao-fixo-rodape-2
{
position: fixed;
bottom: 5px;
width: 100%;
height: 70px;
z-index: 9997;
}
.img-rodape-2
{
width: 10%;
}
.img-rodape-1
{
width: 10%;
}
}
@media(min-width:701px) and (max-width: 10000px)
{
.botao-fixo-rodape-1
{
position: fixed;
bottom: -33px;
width: 100%;
height: 70px;
z-index: 9999;
}
.botao-fixo-rodape-2
{
position: fixed;
bottom: 5px;
width: 100%;
height: 70px;
z-index: 999;
}
.img-rodape-2
{
width: 7%;
}
.img-rodape-1
{
width: 7%;
}
}
input#searchsubmit {
background-color: #0cd1cf;
border-radius: 5px;
border-color: #0cd1cf;
color: white;
font-weight: bold;
}
body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 16px;    
}
a {
color: #666666;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #666666;
text-decoration: initial;
}
p {
margin-top: 0;
margin-bottom: 1.5rem;
font-size: 18px;
}
p a {
color: #666666;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
h1 {
font-size: 50px;
font-weight: 700;
}
h2 {
font-weight: 400;
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5{
font-size: 10px;
}
header{ 
position: fixed;
left: 0px;
top: 0px;
width: 100%;
background: #ffffff;
z-index: 100;
-webkit-transition: background-color .4s ease-out;
-ms-transition: background-color .4s ease-out;
transition: background-color .4s ease-out;
}
.pagination {
width: 100%;
display: inline-block;
text-align: center;
margin: 50px auto;
}
.page-numbers {
padding: 5px 10px;
background: #3f98b1;
color: #fff;
text-decoration: none;
}
.cta-side-bar {
width: 100%;
background-color: #f4f4f4;
border: 2px solid linear-gradient(to bottom right,#00eaf3,#023189);
padding-left: 10px;
padding-right: 10px;
color: #fff;
font-weight: 500px;
font-size: 14px;
margin-top: 20px;
}
.background-degrade{ background: linear-gradient(250deg, #00eaf3, #023189) fixed;
}
.background-cinza{
background: #F0F0F0;  
}
.background-white{
background: #fff;  
}
.background-orange{
color: #ff7f02;  
}
.font-color-white{
color: #fff;
}
.font-color-blue-clear{
color: #0cd1cf;
font-weight: bold;
}
.font-color-blue-marinho{
color: #2c72a5;
font-weight: bold;
}
.font-color-grey{
color: #2e3136;
}
.font-color-green{
color: #527034;
}
.font-color-yellow{
color: #dded2b;
}
.font-color-gold{
color: #dbdf9c;
}
.font-color-blue{
color: #2c72a5;
}
.font-color-blue-clear{
color: #46d3c7;
}
.font-color-black{
color: #000;
}
.font-color-red{
color: #741600;
}
.font-color-cinza-claro{
color: #cdc7c7;
}
.font-weight-700{
font-weight: 700;
}
.font-full-banner{
padding-top: 100px;
}
.btn-danger {
color: #fff;
background-color: #741600;
border-color: #741600;
}
.btn-blue-clear {
background-color: #0cd1cf;
color: #272a37
border-color: #0cd1cf;
font-weight: bold;
}
.btn-outline-danger {
color: #741600;
background-color: transparent;
background-image: none;
border-color: #741600;
}
ul {
margin-left: 7px;
font-size: 18px;
}
ul, ol {
margin-bottom: 20px;
}
li {
padding: 3px 0;
display: list-item;
text-align: -webkit-match-parent;
}
label {
display: block;
margin-bottom: .5rem;
text-align: left;
width: 100%;
color: #fff;
}
strong {
color: #10192b;
font-weight: bold;
}
textarea {
width: 100%;
}
hr{width: 50%;}
footer{   margin-top: -32px;
}
.sub-header{
background-color: #3f98b1;
color: #fff;
height: auto;
padding-top: 30px;
padding-bottom: 20px;
}
.data_exibe{
font-size: 12px;
}
.data_exibe img
{
max-width: 100%;
height: auto;
}
.navbar-toggler{
background-color: #0cd1cf;
border-color: rgba(0,0,0,.1);
}
.align-left-desktop{
text-align: left;
}
.align-right-desktop{
text-align: right;
} .text-align-lefth{
text-align: left;
}
.text-align-right{
text-align: right;
} .padding-50{
padding-right: 50px;
padding-left: 50px;
padding-top: 50px;
padding-bottom: 50px;    
}
.padding-10{
padding-right: 20px;
padding-left: 20px;
padding-top: 0px;
padding-bottom: 0px;    
}
.padding-15{
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;    
}
.padding-16{
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;    
}
.padding-20{
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;    
}
.padding-21{
padding-right: 10px;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 0px;    
}
.padding-25{
padding-right: 50px;
padding-left: 50px;
padding-top: 0px;
padding-bottom: 0px;    
}
.padding-30{
padding-right: 30px;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;    
}
.padding-top-10{
padding-top: 10px;
}
.padding-top-20{
padding-top: 20px;
}
.padding-top-25{
padding-top: 25px;
}
.padding-top-30{
padding-top: 30px;
}
.padding-top-40{
padding-top: 40px;
}
.padding-top-50{
padding-top: 50px;
}
.padding-top-51{
padding-top: 50px;
}
.padding-bottom-50 {
padding-bottom: 25px;
}
.padding-bottom-51 {
padding-bottom: 50px;
}
.padding-top-51 {
padding-top: 50px;
}
.padding-top-60{
padding-top: 60px;
}
.padding-top-70{
padding-top: 70px;
}
.padding-top-80{
padding-top: 80px;
}
.padding-top-90{
padding-top: 90px;
}
.padding-top-100{
padding-top: 100px;
}
.padding-top-110{
padding-top: 110px;
}
.padding-top-120{
padding-top: 120px;
}
.padding-top-130{
padding-top: 130px;
}
.padding-top-150{
padding-top: 150px;
}
.padding-top-180{
padding-top: 180px;
}
.padding-top-200{
padding-top: 200px;
}
.padding-top-201{
padding-top: 200px;
}
.padding-top-202{
padding-top: 200px;
}
.padding-bottom-200{
padding-bottom: 200px;
}
.padding-bottom-202{
padding-bottom: 200px;
}
.padding-top-300{
padding-top: 300px;
}
.padding-top-400{
padding-top: 400px;
}
.padding-bottom-5{
padding-bottom: 5px;
}
.padding-bottom-10{
padding-bottom: 10px;
}
.padding-bottom-20{
padding-bottom: 20px;
}
.padding-bottom-30{
padding-bottom: 30px;
}
.padding-bottom-40{
padding-bottom: 40px;
}
.padding-bottom-21 {
padding-bottom: 20px;
}
.padding-bottom-60{
padding-bottom: 60px;
}
.padding-bottom-70{
padding-bottom: 70px;
}
.padding-bottom-80{
padding-bottom: 80px;
}
.padding-bottom-100{
padding-bottom: 100px;
}
.padding-bottom-120{
padding-bottom: 120px;
}
.padding-bottom-150{
padding-bottom: 150px;
}
.padding-bottom-300{
padding-bottom: 300px;
}
.padding-right-50{
padding-right: 50px;
}
.padding-right-10{
padding-right: 10px;
}
.padding-left-50{
padding-left: 50px;
}
.padding-left-10{
padding-left: 10px;
}
.bg-primary {
background-color: #f8f9fa!important;
}
.bg-sub-header{
background-color: #3f98b1;
}
.bg-header{
background-color: rgba(16, 25, 42, 0.8);
}
.bg-color-blue{
background-color: #3f98b1;
}
.bg-color-doenca-ocular{
background-color: #2c72a5;
}
.bg-color-exames{
background-color: #388ecd;
}
.bg-color-tratamentos{
background-color: #38a8cd;
}
.bg-color-cirurgias{
background-color: #23c0f3;
}
.bg-color-blue-marinho{
background-color: #10192b;
}
.bg-color-blue-claro{
background-color: #54a9c5;
}
.bg-color-white{
background-color: #fff;
}
.bg-color-red{
background-color: #971a22;
}
.bg-color-green{
background-color: #971a22;
}
.bg-color-grey{
background-color: #f0f2f2;
}
.bg-color-grey-claro{
background-color: #f8f8f8;
}
.bg-color-grey-escuro{
background-color: #f2f2f2;
}
.bg-color-footer{
background-color: #116397;
}
.bg-color-sub-footer{
background-color: #464e50;
}
.padding-20 {
padding: 10px 30px 10px 30px;
}
}
code {
padding: 0 0.15rem;
background: #f5f5f5;
border-radius: 0.2rem;
}
.padding-top-neg-100{
padding-top: -100px;
} .margin-top-neg-30{
margin-top: -30px;
}
.margin-top-neg-35{
margin-top: -35px;
}
.margin-top-neg-40{
margin-top: -40px;
}
.margin-top-neg-45{
margin-top: -45px;
}
.margin-top-neg-50{
margin-top: -50px;
}
.margin-top-neg-80{
margin-top: -80px;
}
.margin-top-neg-90{
margin-top: -90px;
}
.margin-top-neg-100{
margin-top: -100px;
}
.margin-top-neg-120{
margin-top: -120px;
}
.margin-top-neg-180{
margin-top: -180px;
}
.margin-top-neg-201{
margin-top: -205px;
}
.margin-top-neg-380{
margin-top: -380px;
}
.margin-top-5{
margin-top: 5px;
}
.margin-top-10{
margin-top: 10px;
}
.margin-top-20{
margin-top: 20px;
}
.margin-top-30{
margin-top: 30px;
}
.margin-top-40{
margin-top: 40px;
}
.margin-top-50{
margin-top: 50px;
}
.margin-top-60{
margin-top: 60px;
}
.margin-top-70{
margin-top: 70px;
}
.margin-top-80{
margin-top: 80px;
}
.margin-top-90{
margin-top: 90px;
}
.margin-top-100{
margin-top: 100px;
}
.margin-top-120{
margin-top: 120px;
}
.margin-top-130{
margin-top: 130px;
}
.margin-top-150{
margin-top: 150px;
}
.margin-top-200{
margin-top: 200px;
}
.margin-bottom-10{
margin-bottom: 10px;
}
.margin-bottom-20{
margin-bottom: 20px;
}
.margin-bottom-30{
margin-bottom: 30px;
}
.margin-bottom-40{
margin-bottom: 40px;
}
.margin-bottom-50{
margin-bottom: 50px;
}
.margin-bottom-60{
margin-bottom: 60px;
}
.margin-bottom-70{
margin-bottom: 70px;
}
.margin-bottom-80{
margin-bottom: 80px;
}
.margin-bottom-90{
margin-bottom: 90px;
}
.margin-bottom-100{
margin-bottom: 100px;
} .font-size-12{
font-size: 12px;
}
.font-size-14{
font-size: 14px;
}
.font-size-15{
font-size: 15px;
}
.font-size-16{
font-size: 16px;
}
.font-size-18{
font-size: 18px;
}
.font-size-20{
font-size: 20px;
}
.font-size-21{
font-size: 20px;
}
.font-size-22{
font-size: 22px;
}
.font-size-24{
font-size: 24px;
}
.font-size-25{
font-size: 25px;
}
.font-size-26{
font-size: 26px;
}
.font-size-27{
font-size: 27px;
}
.font-size-28{
font-size: 28px;
}
.font-size-30{
font-size: 30px;
}
.font-size-31{
font-size: 31px;
}
.font-size-35{
font-size: 35px;
}
.font-size-40{
font-size: 40px;
}
.font-size-45{
font-size: 45px;
}
.font-size-50{
font-size: 50px;
}
.font-size-60{
font-size: 60px;
}
.font-size-80{
font-size: 80px;
}
.font-size-100{
font-size: 100px;
}
.font-size-120{
font-size: 120px;
}
.font-size-130{
font-size: 120px;
}
.font-size-250{
font-size: 250px;
} .border-radius-20{
border-radius: 20px;
}
.border-radius-30{
border-radius: 30px;
}
.border-radius-30{
border-radius: 30px;
}
.border-radius-40{
border-radius: 40px;
}
.border-radius-50{
border-radius: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 11px;
padding-left: 11px;
color: #656565;
font-weight: 600;
font-size: 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #124770;
}
.navbar-inner {
background-color:transparent;
}
.border-black{
border-style: solid;
border-bottom-width: 5px;
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
border-color: #000;
}
.border-blue{
border-style: solid;
border-bottom-width: 2px;
border-top-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
border-color: #2c72a5;
}
.border-primary{
border-style: solid;
border-bottom-width: 5px;
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
border-color: #0cd1cf;
} .full-banner-cirurgias {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgias.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-novo {
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/08/olho-homem-invertido-scaled.jpg);
background-position-x: 25%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamentos {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamentos.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doencas-oculares {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doencas-oculares.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-doenca-ocular-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doencas-oculares-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-ametropias {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-ametropias.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-ocular-da-retina {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-da-retina.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doencas-oculares-externas-oculares {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doencas-oculares-externas-oculares.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-oculares-estrabismo-e-oftalmo-pediatrico {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-estrabismo-e-oftalmo-pediatrico.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-doenca-oculares-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-oculares-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-biometria-ocular-ultrassonica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-biometria-ocular-ultrassonica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-para-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-exames-para-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-cornea {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-cornea.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-estrabismo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-estrabismo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-oftalmo-pediatrica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-oftalmo-pediatrica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-olho-seco {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-olho-seco.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-exames-plastica-ocular-e-estetica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-plastica-ocular-e-estetica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
}
.full-banner-exames-retina-e-vitreo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-retina-e-vitreo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
}
.full-banner-exames-pre-operatorio-cir-refrativa {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banners-exames-pre-operatorio-cir-refrativa.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-tratamento-da-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-da-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-da-retinopatia-diabetica {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-da-retinopatia-diabetica.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-da-dmri {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-da-dmri.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-do-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-do-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-do-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-do-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-tratamento-do-olho-seco {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-tratamento-do-olho-seco.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}  .full-banner-cirurgia-de-catarata {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-catarata.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-ceratocone {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-ceratocone.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-estrabismo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-estrabismo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-do-glaucoma {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-do-glaucoma.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-da-retina-e-vitreo {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-da-retina-e-vitreo.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-trauma-ocular {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-trauma-ocular.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-de-tumores-oculares {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-de-tumores-oculares.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-plastica-e-estetica-ocular {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-plastica-e-estetica-ocular.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner-cirurgia-refrativa {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-cirurgia-refrativa.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
} .full-banner-doenca-ocular-miopia {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/full-banner-doenca-ocular-miopia.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.full-banner {
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/full-banner-home.png.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-cta-home {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-cta-home.jpg); 
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-cta-internas {
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-cta-internas.png);  
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-sobre-home{
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/bg-sobre-home_1.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-page-sobre{
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-page-sobre.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-nossas-unidades{
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-nossas-unidades.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-cirurgia-de-catarata-home{
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/bg-cirurgia-de-catarata-home_1.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-centro-cirurgico-home{
background-image: url(https://cropoftalmologia.com.br/wp-content/uploads/2022/12/bg-centro-cirurgico-home.webp);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.bg-page-blog{
background-image: url(https://cropoftalmologia.com.br/wp-content/themes/cropoftalmologia/img/bg-page-blog.jpg);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
.width-100{
width: 100%;
}
.height-600{
height: 600px;
}
.text-form{
color: #212529;
text-align: left;
font-size: 16px;
} @media only screen and (max-width : 700px){ 
h1 {
font-size: 32px;
color: #322842;
}
h2{
font-size: 20px
}
.bg-header{
background-color: #151c2c;
}
.padding-top-400 {
padding-top: 225px;
}
.padding-top-300{
padding-top: 175px;
}
.padding-top-90 {
padding-top: 20px;
}
.align-left-desktop{
text-align: center;
}
.align-right-desktop{
text-align: center;
}
.tex-justify{
text-align: center; 
}
.copyriht{
height: 50px;
}
.font-size-100{
font-size: 40px;
}
.font-size-14 {
font-size: 16px;
}
.font-size-120{
font-size: 40px;
}
.font-size-130{
font-size: 40px;
}
.font-size-80{
font-size: 42px;
}
.font-size-45{
font-size: 25px;
}
.font-size-30 {
font-size: 20px;
}
.font-size-20 {
font-size: 15px;
}
.font-size-21{
font-size: 23px;
}
.font-size-25 {
font-size: 18px;
}
.font-size-18 {
font-size: 14px;
}
.font-size-16 {
font-size: 11px;
}
.padding-bottom-20 {
padding-bottom: 10px;}
.padding-bottom-21 {
padding-bottom: 50px;
}
.padding-top-50 {
padding-top: 25px;
}
.padding-top-20 {
padding-top: 10px;
}
.padding-top-51{
padding-top: 0px;
}
.padding-top-60 {
padding-top: 30px;
}
.padding-top-200 {
padding-top: 50px;
}
.padding-top-201 {
padding-top: 100px;
}
.padding-top-202{
padding-top: 155px;
}
.padding-bottom-200 {
padding-bottom: 50px;
}
.padding-bottom-202{
padding-top: 155px;
}
.margin-top-50 {
margin-top: 25px;
}
.margin-top-200 {
margin-top: 75px;
}
.margin-top-100 {
margin-top: 100px;
}
.margin-bottom-50 {
margin-bottom: 25px;
}
.padding-top-130{
padding-top: 50px;
}
.font-size-14 {
font-size: 18px;
}
.font-size-22 {
font-size: 18px;
}
.font-size-40 {
font-size: 25px;
}
.font-size-50 {
font-size: 30px;
}
.font-size-60 {
font-size: 35px;
}
.padding-bottom-100 {
padding-bottom: 40px;
}
.padding-bottom-120 {
padding-bottom: 60px;
}
.padding-bottom-300{
padding-bottom: 175px;
}
.padding-top-40 {
padding-top: 20px;
}
.padding-top-100 {
padding-top: 40px;
}
.padding-top-120 {
padding-top: 50px;
}
.padding-top-150 {
padding-top: 50px;
}
.padding-top-180{
padding-top: 120px;
}
.padding-bottom-150{
padding-bottom: 50px;
}
.margin-top-neg-45 {
margin-top: 50px;
}
.margin-top-neg-180{
margin-top: 50px;
}
.margin-top-neg-201{
margin-top: 0px;
}
.margin-top-neg-80{
margin-top: 50px;
}
.margin-top-neg-90{
margin-top: 50px;
}
.margin-top-neg-100{
margin-top: -50px;
}
.margin-top-neg-120{
margin-top: 50px;
}
.font-size-12{
font-size: 12px;
}
.bg-cta-internas {
background-image: none;
background: #229bb8;
}
}
.button-contato-4-m{
height: 80px;
width: 100%;
padding: 10px 20px;
text-decoration: none;
border: 1px solid #ffffff;
margin-top: 50px;
margin-bottom: 80px;
}
.link-contato-4-m{
padding: 10px;
color: #ffffff;
text-decoration: none;
font-size: 15px;
}
.link-contato-4-m:hover {
color: white;
text-decoration: initial;
}
.center-foto{
text-align: center;
justify-content: center;
margin: 0 auto;
margin-top: 100px;
}
.centraliza
{
justify-content: center;
display: block;
align-items: center;
margin: 0 auto;
}