@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
body {
padding: 0;
margin: 0;
color: #002e5b;
font-family: "Open Sans", sans-serif;
font-size: 15px;
}
a {
outline: 0 !important;
-webkit-transition: 0.5s;
transition: 0.5s;
text-decoration: none !important;
}
a:hover {
color: #9acd66;
text-decoration: none;
}
p {
margin-bottom: 12px;
line-height: 1.8;
font-size: 15px;
text-align: justify;
}
p:last-child {
margin-bottom: 0;
}
button, input {
outline: 0 !important;
}
ul {
margin: 0;
padding: 0;
}
ul li {
color: white;
list-style: none;
}
ul li ul {
margin-left: 40px;
}
table {
color: #666666;
border: 1px solid #666666;
}
table th {
padding: 10px;
border: 1px solid #666666;
}
table tr {
border: 1px solid #666666;
}
table td {
padding: 10px;
border: 1px solid #666666;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 200px;
background-color: #f8f8f8;
}
.bg-f8f8f8 {
background-color: #f8f8f8;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
color: #002e5b;
font-family: "Roboto", sans-serif;
}
.bg-fafafa {
background-color: #fafafa;
}
img {
max-width: 100%;
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
.section-title {
position: relative;
text-align: center;
max-width: 700px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
margin-top: 5px ;
}
.section-title .sub-title {
color: #666666;
display: block;
margin-bottom: 5px;
font-size: 18px;
}
.section-title h2 {
margin-bottom: 0;
text-transform: uppercase;
font-size: 42px;
font-weight: 900;
}
.section-title p {
max-width: 610px;
font-size: 16px;
margin-left: auto;
margin-top: 8px;
margin-bottom: 0;
margin-right: auto;
}
.default-btn{
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #ffffff;
text-transform: uppercase;
background-color: #002e5b;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 5px;
font-weight: 700;
font-size: 15px;
font-family: "Roboto", sans-serif;
padding-left: 30px;
padding-right: 30px;
padding-top: 13px;
padding-bottom: 13px;
}
.default-btn span {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #9acd66;
-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 5px;
}
.default-btn:hover, .default-btn:focus {
color: #ffffff;
}
.default-btn:hover span, .default-btn:focus span {
width: 225%;
height: 562.5px;
}
.optional-btn {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #002e5b;
text-transform: uppercase;
background-color: transparent;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 5px;
font-weight: 700;
font-size: 15px;
font-family: "Roboto", sans-serif;
padding-left: 30px;
padding-right: 30px;
padding-top: 13px;
padding-bottom: 13px;
}
.optional-btn span {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #9acd66;
-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 5px;
}
.optional-btn::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
border-radius: 5px;
height: 100%;
border: 1px solid #002e5b;
z-index: -1;
}
.optional-btn:hover, .optional-btn:focus {
color: #ffffff;
}
.optional-btn:hover span, .optional-btn:focus span {
width: 225%;
height: 562.5px;
} .footer-area {
background-color: #002e5b;
padding-top: 70px;
position: relative;
z-index: 1;
color: white;
}
.footer-area::before {
content: '';
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%; background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.single-footer-widget {
}
.single-footer-widget h3 {
margin-bottom: 30px;
color: #ffffff;
position: relative;
padding-bottom: 8px;
border-bottom: 1px solid #0c4776;
text-transform: uppercase;
font-size: 20px;
font-weight: 900;
}
.single-footer-widget h3::before {
bottom: -1px;
left: 0;
width: 55px;
height: 1px;
background-color: #9acd66;
content: '';
position: absolute;
}
.single-footer-widget .logo a {
display: inline-block;
}
.single-footer-widget .logo p {
color: #ebe7e7;
margin-bottom: 0;
margin-top: 15px;
}
.topbar-first-column .social,
.single-footer-widget .social {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.topbar-first-column .social li,
.single-footer-widget .social li {
display: inline-block;
margin-right: 3px;
}
.topbar-first-column .social li a,
.single-footer-widget .social li a {
display: inline-block;
background-color: #9acd66;
color: #002e5b;
width: 38px;
font-size: 17px;
height: 38px;
line-height: 35px;
border-radius: 50%;
text-align: center;
}
.single-footer-widget .social li a i.flaticon-facebook {
display: inline-block;
padding-left: 4px;
}
.single-footer-widget .social li a i.flaticon-twitter {
display: inline-block;
position: relative;
top: 2px;
}
.topbar-first-column .social li a:hover,
.single-footer-widget .social li a:hover {
background-color: #ffffff;
color: #002e5b;
}
.single-footer-widget .social li:last-child {
margin-right: 0;
}
.single-footer-widget .footer-quick-links {
padding-left: 0;
list-style-type: none;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 0;
margin-top: -12px;
}
.single-footer-widget .footer-quick-links li {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px;
padding-top: 12px;
}
.single-footer-widget .footer-quick-links li a {
display: inline-block;
color: #ebe7e7;
text-transform: uppercase;
font-size: 14px;
}
.single-footer-widget .footer-quick-links li a:hover {
color: #9acd66;
}
.single-footer-widget .footer-contact-info {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li {
color: #ebe7e7;
font-size: 15px;
margin-bottom: 12px;
}
.single-footer-widget .footer-contact-info li span {
display: inline-block;
font-weight: 600;
color: #ffffff;
}
.single-footer-widget .footer-contact-info li a {
display: inline-block;
color: #ffffff;
position: relative;
}
.single-footer-widget .footer-contact-info li a::before {
width: 100%;
height: 1px;
background-color: #9acd66;
content: '';
position: absolute;
left: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single-footer-widget .footer-contact-info li a:hover {
color: #9acd66;
}
.single-footer-widget .footer-contact-info li:last-child {
margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li:last-child a::before {
opacity: 1;
visibility: visible;
}
.privacy, .privacy a{
color: #ebe7e7;
text-align:center;
}
.copyright-area {
margin-top: 40px;
border-top: 1px solid #0c4776;
padding-top: 25px;
padding-bottom: 25px;
}
.copyright-area p {
color: #ebe7e7;
font-size: 15px;
}
.copyright-area p a {
color: #ffffff;
display: inline-block;
font-weight: 600;
}
.copyright-area p a:hover {
color: #9acd66;
}
.copyright-area ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: right;
}
.copyright-area ul li {
display: inline-block;
color: #ebe7e7;
font-size: 15px;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
.copyright-area ul li a {
display: inline-block;
color: #ebe7e7;
}
.copyright-area ul li a:hover {
color: #9acd66;
}
.copyright-area ul li::before {
content: '';
position: absolute;
top: 5px;
right: -13px;
width: 1px;
height: 14px;
background-color: #ffffff;
}
.copyright-area ul li:last-child {
margin-right: 0;
}
.copyright-area ul li:last-child::before {
display: none;
}
.copyright-area ul li:first-child {
margin-left: 0;
}
body .fs-label-wrap {
width: 100%;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
#primary[tabindex="-1"]:focus {
outline: 0;
}
.custom-logo {
width: 170px;
height: auto;
padding: 20px 20px 20px 0;
} #btn-mas{
display: none;
}
.containerBtn{
position: fixed;
bottom: 20px;
right: 20px;
z-index:9999;
}
.acsb-trigger{
animation: heartBeat;
animation-duration: 5s;
animation-iteration-count: infinite !important;
z-index:999 !important;
}
.customer-service{
animation: heartBeat;
animation-duration: 5s;
animation-iteration-count: infinite !important;
}
.redes a, .btn-mas label{
display: block;
text-decoration: none;
background: #f4364c;
color: #fff;
width: 47px;
height: 47px;
line-height: 55px;
text-align: center;
border-radius: 50%;
box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
transition: all 500ms ease;
}
.redes a:hover{
background: #fff;
color: #f4364c;
}
.redes a{
margin-bottom: -15px;
opacity: 0;
visibility: hidden;
font-size:25px;
}
#btn-mas:checked~ .redes a{
margin-bottom: 10px;
opacity: 1;
visibility: visible;
}
.btn-mas label{
cursor: pointer;
background: #f4364c;
font-size: 23px;
}
#btn-mas:checked ~ .btn-mas label{
transform: scale(0.9, 0.9);
font-size: 25px;
animation:none;
}
.customer-serviceimg{
width:55%;
} .join-image {
display: none;
}
.join-content {
text-align: center;
top: 0;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
.join-content h2 {
font-size: 35px;
}
.single-footer-widget h3 {
font-size: 18px;
}
.ctr-logo{
display: none !important;
}
}
.join-content {
position: relative;
background-color: #9acd66;
max-width: 580px; }
.join-content h2 {
text-transform: uppercase;
color: #ffffff;
font-size: 42px;
font-weight: 900;
}
.join-content p {
color: #ffffff;
opacity: 0.95;
}
.join-content .default-btn {
margin-top: 10px;
}
.join-content .default-btn span {
background-color: #ffffff;
}
.join-content .default-btn:hover, .join-content .default-btn:focus {
color: #002e5b;
}  .am-select-employee-option{
display:none;
}
.am-confirmation-booking-header img{
display:none;
}
.amelia{ padding: 9% 0% 1% 0%;
margin-top:28px;
align-content: center;
align-items: center;
}
.amelia h2{
color: #002e5b;
text-align: center;
font-weight: bold;
}
.amelia p{
text-align: center;
font-size: 16px;
}
.am-events-filter{
display:none !important;
}
.amelia .shortcode{
align-content: center;
}
.am-confirmation-booking-details > div:first-child{
display:none !important;
}
.amelia-app-booking #am-step-booking.am-mobile-collapsed .am-confirmation-booking-details > div, .amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed .am-confirmation-booking-details > div {
min-width: 31% !important;
}
.am-confirm-booking-data > div:nth-child(2){
width:50%;
display:inline-block;
}
.am-confirm-booking-data > div:nth-child(3){
width:50%;
}
.am-confirm-booking-data > div:nth-child(4){
width:50%;
}
.am-confirm-booking-data > div:nth-child(5){
width:50%;
}
.amelia-app-booking #am-step-booking.am-active-confirm .am-confirm-booking, .amelia-app-booking .am-step-booking-catalog.am-active-confirm .am-confirm-booking {
min-height: 578px !important;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper{
margin: 40px !important;
}