@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
:root {
--mainFont: 'Lato', sans-serif;
--principal: #2d4c8d;
--seccondary: #afafae;
--text: #333333;
--placeholder: #8F8E8E;
}
body {
font-family: var(--mainFont);
color: var(--text);
font-weight: 300;
font-size: 14px;
line-height: 1.42857143;
}
img {
max-width: 100%;
height: auto;
}
::-webkit-input-placeholder { color: var(--placeholder);
}
::-moz-placeholder { color: var(--placeholder);
}
:-ms-input-placeholder { color: var(--placeholder);
}
:-moz-placeholder { color: var(--placeholder);
}
img.alignleft {
float: left;
margin: 0 24px 24px 0;
}
img.alignright {
float: right;
margin: 0 0 24px 24px;
}
img.centered,
.aligncenter {
display: block;
margin: 0 auto 30px;
} .bg-principal {
background-color: var(--principal);
}
.bg-seccondary {
background-color: var(--seccondary);
}
.bg-text {
background-color: var(--text);
} .color-principal {
color: var(--principal);
} .button {
background-color: var(--principal);
width: 100%;
text-align: center;
color: white;
border: none;
padding: 12px;
transition: all .3s;
}
.button:hover {
background-color: var(--seccondary);
color: var(--principal);
} .sticky-top {
z-index: 999999;
}
#main-header {
transition: all .2s;
}
.navbar-brand img {
transition: all .2s;
height: 73px;
width: 276px;
}
.scrolled {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.scrolled img {
width: 113px;
height: 30px;
}
.navbar svg {
width: 25px;
height: 30px;
fill: var(--principal);
}
.navbar .side a {
color: var(--text);
}
.navbar .side a:hover {
color: var(--principal);
}
a.nav-link {
padding: 16px 12px !important;
color: white;
}
a.nav-link:hover,
.nav-link.active {
color: var(--seccondary) !important;
}
@media (max-width: 991px) {
#main-header {
position: sticky;
top: 0;
}
#main-header-menu {
position: sticky;
top: 83;
}
}
@media (max-width: 768px) {
.navbar-brand img {
transition: all .2s;
width: 113px;
height: 30px;
}
} .carousel-control-next,
.carousel-control-prev {
width: 5%;
}
.carousel-caption {
bottom: 0;
}
.banner-text.text-center.text-md-start {
background: rgba(0, 0, 0, .7);
padding: 16px;
max-width: 80%;
} .banner-page .title {
bottom: 24px;
}
.title h1 {
text-shadow: 0px 0px 11px #000, 0px 0px 13px #000, 0px 0px 18px #000;
} .big-button a {
color: white;
background-color: var(--principal);
border-radius: 180px;
width: 150px;
height: 150px;
padding: 27px;
transition: all .3s;
margin: -75px auto 0px;
z-index: 99999;
position: relative;
}
.big-button a:hover {
color: var(--seccondary);
}
.big-button a svg {
width: 75px;
height: 75px;
fill: white;
transition: all .3s;
}
.big-button a:hover svg {
fill: var(--seccondary);
} .title-line {
height: 2px;
} .text-background p {
font-size: 18px;
} strong {
font-weight: 700;
}
ul.container {
padding-left: 48px;
}
.wp-block-image .alignright {
margin: 0 12px 16px;
}
@media (max-width: 991px) {
p.container {
width: 100%;
display: block;
float: none;
clear: both;
}
.wp-block-image.container figure {
width: 100% !important;
text-align: center;
}
.wp-block-image.container figure img {
text-align: center;
}
} .accordion-button.collapsed::after {
filter: invert(1);
}
button.accordion-button {
background-color: var(--seccondary) !important;
color: var(--principal) !important;
padding: 12px 14px;
font-size: 14px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
button.accordion-button.collapsed {
background: var(--principal) !important;
color: white !important;
}
.accordion-button:focus {
border: none !important;
box-shadow: none !important;
}
.accordion ul {
padding: 0 0 0 19px;
} input[type="text"],
input[type="email"],
input[type="tel"] {
width: 100%;
border: solid 1px var(--principal);
padding: 12px;
}
textarea {
width: 100%;
border: solid 1px var(--principal);
padding: 12px;
height: 100px;
}
.wpcf7-spinner {
display: none !important;
} footer a {
color: white;
text-decoration: none;
}
footer a:hover {
color: var(--seccondary);
}
.wa1 {
position: fixed;
bottom: 72px;
right: 16px;
background: #fff;
border-radius: 249px;
}
.wa2 {
position: fixed;
bottom: 16px;
right: 16px;
background: #fff;
border-radius: 249px;
}