/*==================================
            HERO
===================================*/

.hero {
  position: relative;

  height: 100vh;

  overflow: hidden;
}

.hero-image {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  filter: brightness(1.01) contrast(1.05);

  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background:
    linear-gradient(
      90deg,
      rgba(5, 18, 16, 0.8) 0%,
      rgba(5, 18, 16, 0.55) 40%,
      rgba(5, 18, 16, 0.1) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
}

.hero-content {
  position: absolute;

  top: 50%;

  left: 8%;

  transform: translateY(-50%);

  z-index: 5;

  max-width: 720px;
}

.hero-subtitle {
  display: inline-block;

  padding: 10px 22px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(10px);

  color: #fff;

  font-size: 14px;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 25px;
}

.hero h1 {
  font-size: 55px;

  font-weight: 800;

  line-height: 1.05;

  color: #fff;

  margin-bottom: 25px;

  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.45);
}

.hero p {
  font-size: 23px;

  line-height: 1.8;

  color: white;

  margin-bottom: 45px;

  max-width: 620px;
}

.hero-buttons {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;
}

.btn-gold {
  background: #ddab3e;

  color: #fff;

  padding: 18px 42px;

  border-radius: 60px;

  font-weight: 700;

  text-decoration: none;

  transition: 0.35s;

  box-shadow: 0 18px 40px rgba(200, 155, 55, 0.35);
}

.btn-gold:hover {
  background: #d8ab45;

  transform: translateY(-4px);

  color: #fff;
}

.btn-glass {
  padding: 18px 42px;

  border-radius: 60px;

  border: 1px solid rgba(255, 255, 255, 0.4);

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);

  color: #fff;

  text-decoration: none;

  transition: 0.35s;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);

  color: white;
}


/*==========================================
        PREMIUM HEADER
===========================================*/

#mainHeader{

position:fixed;

top:0;

left:0;

width:100%;

z-index:99999;

padding:18px 0;

transition:.45s ease;

background:rgb(84, 88, 87);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

}

#mainHeader.scrolled{

padding:12px 0;

background:#081816;

box-shadow:0 10px 35px rgba(0,0,0,.35);

}

/*=========================
LOGO
==========================*/

.navbar-brand img{

height:78px;

transition:.4s;

}

#mainHeader.scrolled .navbar-brand img{

height:65px;

}

/*=========================
MENU
==========================*/

.navbar-nav{

gap:18px;

}

.nav-link{

position:relative;

font-size:15px;

font-weight:600;

letter-spacing:1px;

text-transform:uppercase;

color:#f1f1cb !important;

padding:15px 12px !important;

transition:.35s;
font-style: bold;

}

.nav-link:hover{

color:#D4A84A !important;

}

.nav-link::after{

content:"";

position:absolute;

left:12px;

bottom:8px;

width:0;

height:2px;

background:#D4A84A;

transition:.35s;

}

.nav-link:hover::after{

width:calc(100% - 24px);

}

.nav-link.active{

color:#D4A84A !important;

}

/*=========================
BOTONES DERECHA
==========================*/

.header-buttons{

display:flex;

align-items:center;

gap:15px;

}

.phone-btn{

padding:12px 18px;

border-radius:50px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.15);

color:#fff;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.phone-btn:hover{

background:rgba(255,255,255,.18);

color:#fff;

}

.whatsapp-btn{

padding:13px 24px;

background: #ddab3e;

border-radius:50px;

color:#fff;

font-weight:700;

text-decoration:none;

transition:.35s;

box-shadow:0 12px 25px rgba(37,211,102,.30);

}

.whatsapp-btn:hover{

transform:translateY(-3px);

background:#1ebe5b;

color:#fff;

}

/*=========================
BOTON HAMBURGUESA
==========================*/

.navbar-toggler{

border:none;

box-shadow:none !important;

padding:0;

width:42px;

height:42px;

display:flex;

flex-direction:column;

justify-content:center;

gap:6px;

}

.navbar-toggler span{

display:block;

height:3px;

width:28px;

background:#fff;

border-radius:10px;

transition:.35s;

}

/*=========================
MENU CELULAR
==========================*/

@media(max-width:991px){

#mainHeader{

background:#081816;

padding:10px 0;

}

.navbar-brand img{

height:58px;

}

.navbar-collapse{

margin-top:20px;

padding:25px;

background:#081816;

border-radius:18px;

}

.navbar-nav{

gap:0;

}

.nav-link{

padding:18px 0 !important;

border-bottom:1px solid rgba(255,255,255,.08);

}

.nav-link::after{

display:none;

}

.header-buttons{

display:flex !important;

flex-direction:column;

margin-top:25px;

gap:15px;

}

.phone-btn,

.whatsapp-btn{

width:100%;

text-align:center;

justify-content:center;

}

}

/*=========================
TRANSICIONES
==========================*/

a{

transition:.35s;

}

img{

transition:.4s;

}


/*=====================================
WELCOME
======================================*/

.welcome-section{

background:#fff;

padding-bottom:90px;

}

.welcome-top{

position:relative;

margin-top: -99px;

}

.welcome-top img{

width:100%;

display:block;

}

.welcome-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

color:#fff;

}

.welcome-overlay h2{

    font-size:clamp(2rem,5vw,3.5rem);

    font-weight:800;

    margin-bottom:15px;

    line-height:1.15;

    text-shadow:0 5px 20px rgba(0,0,0,.25);

}

.welcome-overlay p{

font-size:clamp(.95rem,2vw,1.35rem);

max-width:900px;

margin:auto;

line-height:1.7;

padding:0 15px;

}

.welcome-content{

text-align:center;

margin-top:70px;

margin-bottom:30px;

}

.welcome-content h3{

font-size:clamp(2rem,4vw,2.9rem);

font-weight:800;

margin-bottom:20px;

line-height:1.2;

}

.welcome-content span{

color:#D83A34;

}

.welcome-content p{

font-size:clamp(1rem,1.8vw,1.2rem);

line-height:1.8;

padding:0 15px;

}

.category-card{

display:block;

background:#fff;

border-radius:22px;

padding:40px 20px;

text-align:center;

text-decoration:none;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.category-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.icon-circle{

width:90px;

height:90px;

border-radius:50%;

margin:auto;

margin-bottom:25px;

background:linear-gradient(135deg,#D83A34,#F37A21);

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#fff;

}

.category-card h5{

font-size:22px;

font-weight:700;

color:#153D36;

}

@media (max-width:768px){

    .welcome-top{

        margin-top:-70px;

    }

    .welcome-overlay h2{

        font-size:1.6rem;

        line-height:1.15;

        max-width:320px;

        margin:auto;

    }

    .welcome-overlay{

        padding:25px;

    }

    .welcome-overlay p{

        display:none;

    }

    .welcome-section{

        padding-bottom:60px;

    }

    .icon-circle{

        width:70px;
        height:70px;

        font-size:28px;

        margin-bottom:18px;

    }

    .category-card{

        padding:25px 15px;

    }

    .category-card h5{

        font-size:18px;

    }

}
/*aqui temrina la parte del abnner animado*/

/*seccion para la parte de los review*/
.reviews-section{

    background:#f7f8fb;
}

.tripadvisor-box{

    display:flex;
    align-items:center;
    justify-content:space-between;

    background:
    linear-gradient(
    135deg,
    #7d1f2a 0%,
    #0d4d88 45%,
    #0d4d88 100%);

    border-radius:22px;

    padding:55px;

    color:white;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

    overflow:hidden;

    position:relative;
}

.tripadvisor-box::before{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-120px;
    right:-120px;
}

.tripadvisor-info{

    width:50%;
    z-index:2;
}

.badge-review{

    display:inline-block;

    background:#d4af37;

    color:#222;

    padding:8px 18px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;
}

.tripadvisor-info h2{

    font-size:45px;

    font-weight:700;

    margin-bottom:20px;
}

.tripadvisor-info h2 span{

    color:#ffd65a;
}

.tripadvisor-info p{

    font-size:18px;

    line-height:1.8;

    opacity:.95;

    margin-bottom:35px;
}

.buttons{

    display:flex;

    gap:15px;
}

.btn-red{

    background:#d62f45;

    color:white;

    padding:14px 30px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;
}

.btn-red:hover{

    background:#ef4760;

    color:white;
}

.btn-outline{

    border:2px solid #d4af37;

    color:#fff;

    padding:14px 30px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;
}

.btn-outline:hover{

    background:#d4af37;

    color:#222;
}

.divider{

    width:1px;

    height:260px;

    background:rgba(255,255,255,.25);
}

.tripadvisor-widget{

    width:35%;

    display:flex;

    justify-content:center;

    z-index:2;
}

.important-box{

    margin-top:25px;

    background:#0d4d88;

    color:white;

    padding:18px;

    border-radius:15px;

    text-align:center;

    font-weight:600;
}

.important-box i{

    color:#d4af37;

    margin:0 10px;
}

@media(max-width:992px){

.tripadvisor-box{

    flex-direction:column;

    text-align:center;

    padding:40px;
}

.tripadvisor-info{

    width:100%;
}

.tripadvisor-widget{

    width:100%;

    margin-top:35px;
}

.divider{

    display:none;
}

.buttons{

    justify-content:center;
}

}

/*=============================seccion para los tours======================================================*/
.land-tours{

background:#f8fafc;

padding:80px 0;

}

.section-title{

max-width:750px;

margin:auto;

}

.section-badge{

display:inline-block;

padding:10px 22px;

border-radius:40px;

background:#d6af36;

color:#222;

font-weight:700;

letter-spacing:2px;

margin-bottom:20px;

font-size:.8rem;

}

.section-title h2{

font-size:3rem;

font-weight:800;

margin-bottom:20px;

}

.section-title h2 span{

color:#070102;

}

.section-title p{

font-size:1.1rem;

color:#666;

}

.tour-card{

background:#fff;

border-radius:24px;

overflow:hidden;

transition:.4s;

box-shadow:0 12px 35px rgba(0,0,0,.08);

height:100%;

}

.tour-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.tour-image{

position:relative;

overflow:hidden;

}

.tour-image img{

height:260px;

width:100%;

object-fit:cover;

transition:.6s;

}

.tour-card:hover img{

transform:scale(1.08);

}

.tour-badge{

position:absolute;

top:18px;

left:18px;

background:rgba(151, 134, 34, 0.95);

color:#fff;

padding:8px 16px;

border-radius:30px;

font-size:.8rem;

font-weight:600;

backdrop-filter:blur(8px);

}

.tour-body{

padding:30px;

}

.tour-body h3{

font-size:1.6rem;

font-weight:700;

margin-bottom:15px;

}

.tour-body p{

color:#666;

line-height:1.7;

min-height:85px;

}

.tour-info{

display:flex;

justify-content:space-between;

margin:25px 0;

color:#555;

font-size:.95rem;

}

.tour-info span{

display:flex;

align-items:center;

gap:8px;

}

.tour-info i{

color:#d6af36;

}

.tour-btn{

display:flex;

justify-content:center;

align-items:center;

gap:12px;

padding:15px;

border-radius:50px;

text-decoration:none;

background:linear-gradient(135deg,#2b4966,#0d4d88);

color:#fff;

font-weight:700;

transition:.3s;

}

.tour-btn:hover{

background:linear-gradient(135deg,#0d4d88,#1566b8);

color:#fff;

text-decoration:none;

}

@media(max-width:991px){

.section-title h2{

font-size:2.2rem;

}

}

/*==============================
        WATER TOURS
===============================*/

.water-section{

    padding:90px 0;

    background:linear-gradient(180deg,#eef8ff,#ffffff);

    position:relative;

    overflow:hidden;

}

/* Olas decorativas */

.water-section::before{

    content:"";

    position:absolute;

    top:-120px;

    left:-150px;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(13,110,253,.05);

}

.water-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    right:-150px;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(0,183,255,.05);

}

/*==============================*/

.water-title{

    max-width:760px;

    margin:auto;

}

.water-label{

    display:inline-block;

    background:linear-gradient(135deg,#0d6efd,#00b4ff);

    color:#fff;

    padding:10px 24px;

    border-radius:40px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;

}

.water-title h2{

    font-size:3rem;

    font-weight:800;

    margin-bottom:18px;

}

.water-title span{

    color:#0d6efd;

}

.water-title p{

    color:#6c757d;

    font-size:1.1rem;

}

/*==============================*/

.water-tour-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

    border-top:6px solid #0d6efd;

}

.water-tour-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

/*==============================*/

.water-tour-image{

    position:relative;

    overflow:hidden;

}

.water-tour-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.6s;

}

.water-tour-card:hover img{

    transform:scale(1.08);

}

/*==============================*/

.water-tag{

    position:absolute;

    top:18px;

    left:18px;

    background:rgba(13,110,253,.92);

    color:white;

    padding:8px 18px;

    border-radius:30px;

    font-size:.8rem;

    font-weight:600;

}

/*==============================*/

.water-tour-body{

    padding:30px;

}

.water-tour-body h3{

    font-size:1.5rem;

    font-weight:700;

    margin-bottom:15px;

}

.water-tour-body p{

    color:#666;

    line-height:1.8;

    min-height:90px;

}

/*==============================*/

.water-tour-info{

    display:flex;

    justify-content:space-between;

    margin:25px 0;

    font-size:.95rem;

}

.water-tour-info span{

    display:flex;

    align-items:center;

    gap:8px;

    color:#0d6efd;

    font-weight:600;

}

/*==============================*/

.btn-water-tour{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    padding:15px;

    border-radius:50px;

    text-decoration:none;

    background:linear-gradient(135deg,#0d6efd,#00b4ff);

    color:white;

    font-weight:700;

    transition:.3s;

}

.btn-water-tour:hover{

    color:white;

    text-decoration:none;

    transform:translateY(-2px);

}

/*==============================*/

@media(max-width:991px){

.water-title h2{

    font-size:2.2rem;

}

}




.social-links-section{

padding:90px 0;

background:#f7f9fc;

}

.social-title{

text-align:center;

margin-bottom:60px;

}

.social-badge{

display:inline-block;

padding:10px 22px;

background:#B12B43;

color:white;

border-radius:40px;

letter-spacing:2px;

font-weight:600;

margin-bottom:20px;

}

.social-title h2{

font-size:3rem;

font-weight:800;

margin-bottom:15px;

}

.social-title p{

color:#777;

max-width:700px;

margin:auto;

font-size:1.05rem;

}

/********************************/

.social-bar{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

/********************************/

.social-btn{

display:flex;

align-items:center;

gap:18px;

padding:28px;

background:white;

border-radius:20px;

text-decoration:none;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

position:relative;

overflow:hidden;

}

.social-btn::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:#ddd;

transition:.35s;

}

.social-btn i{

font-size:2.3rem;

width:65px;

height:65px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

color:white;

flex-shrink:0;

}

.social-btn strong{

display:block;

font-size:1.1rem;

color:#222;

}

.social-btn small{

color:#777;

}

/********************************/

.tripadvisor::before{

background:#34E0A1;

}

.tripadvisor i{

background:#34E0A1;

}

.facebook::before{

background:#1877F2;

}

.facebook i{

background:#1877F2;

}

.instagram::before{

background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);

}

.instagram i{

background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);

}

.paypal::before{

background:#0070ba;

}

.paypal i{

background:#0070ba;

}

/********************************/

.social-btn:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.18);

text-decoration:none;

}

.social-btn:hover i{

transform:rotate(12deg) scale(1.08);

transition:.35s;

}

/********************************/

@media(max-width:992px){

.social-bar{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.social-bar{

grid-template-columns:1fr;

}

}


.footer-modern{

position:relative;

background:url(playa-footer.jpeg) center center;

background-size:cover;

padding:90px 0 35px;

overflow:hidden;

color:#fff;

}

.footer-overlay{

position:absolute;

inset:0;

background:linear-gradient(

180deg,

rgba(8,23,48,.82),

rgba(6,22,42,.92)

);

backdrop-filter:blur(2px);

}

.footer-modern .container{

position:relative;

z-index:2;

}

.footer-logo{

width:260px;

margin-bottom:25px;

}

.footer-text{

line-height:1.9;

color:#d8d8d8;

max-width:430px;

}

/************************/

.footer-social{

display:flex;

gap:15px;

margin-top:30px;

}

.footer-social a{

width:50px;

height:50px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

text-decoration:none;

background:rgba(255,255,255,.08);

color:white;

font-size:20px;

transition:.35s;

border:1px solid rgba(255,255,255,.1);

}

.footer-social a:hover{

background:#B12B43;

transform:translateY(-5px);

}

/************************/

.footer-modern h4{

font-weight:700;

margin-bottom:25px;

color:white;

}

.footer-modern ul{

list-style:none;

padding:0;

margin:0;

}

.footer-modern li{

margin-bottom:14px;

}

.footer-modern li a{

text-decoration:none;

color:#d8d8d8;

transition:.3s;

}

.footer-modern li a:hover{

color:#D6AF36;

padding-left:8px;

}

/************************/

.footer-contact li{

display:flex;

gap:15px;

align-items:center;

margin-bottom:20px;

color:#ddd;

}

.footer-contact i{

width:40px;

height:40px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:#B12B43;

}

/************************/

.footer-btn{

display:inline-block;

margin-top:20px;

padding:14px 28px;

border-radius:40px;

background:linear-gradient(135deg,#B12B43,#0D4D88);

color:white;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.footer-btn:hover{

transform:translateY(-3px);

color:white;

}

/************************/

.footer-modern hr{

margin:60px 0 30px;

border-color:rgba(255,255,255,.12);

}

/************************/

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:20px;

color:#cfcfcf;

}

.footer-bottom div{

display:flex;

gap:25px;

}

.footer-bottom a{

color:#cfcfcf;

text-decoration:none;

}

.footer-bottom a:hover{

color:#D6AF36;

}

/*estilos para la seccion de sobre nosotros */
/*=========================
ABOUT
=========================*/

.about-modern{

background:#f8fafc;

padding:100px 0;

}

.about-card{

background:white;

border-radius:28px;

padding:60px;

box-shadow:0 30px 70px rgba(0,0,0,.08);

position:relative;

overflow:hidden;

}

.about-card::before{

content:"";

position:absolute;

width:450px;

height:450px;

border-radius:50%;

background:rgba(216,58,52,.05);

right:-180px;

top:-180px;

}

.about-card::after{

content:"";

position:absolute;

width:300px;

height:300px;

border-radius:50%;

background:rgba(13,77,136,.05);

left:-120px;

bottom:-120px;

}

.about-image{

text-align:center;

position:relative;

z-index:2;

}

.about-image img{

width:100%;

max-width:430px;

transition:.4s;

}

.about-image img:hover{

transform:scale(1.03);

}

.owner-card{

display:inline-block;

margin-top:25px;

background:white;

padding:18px 35px;

border-radius:18px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.owner-card h4{

margin:0;

font-weight:700;

}

.owner-card span{

color:#777;

}

.about-badge{

display:inline-block;

background:#D6AF36;

padding:8px 20px;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

letter-spacing:2px;

}

.about-modern h2{

font-size:3rem;

font-weight:800;

margin-bottom:20px;

}

.about-modern h2 span{

color:#D83A34;

}

.about-modern p{

line-height:1.9;

color:#666;

font-size:1.05rem;

margin-bottom:35px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.about-features div{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

}

.about-features i{

color:#0D4D88;

font-size:20px;

}

.about-btn{

display:inline-block;

padding:15px 35px;

border-radius:40px;

background:linear-gradient(135deg,#D83A34,#0D4D88);

color:white;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.about-btn:hover{

transform:translateY(-4px);

color:white;

}

@media(max-width:992px){

.about-card{

padding:35px;

}

.about-modern h2{

font-size:2.2rem;

}

.about-features{

grid-template-columns:1fr;

}

.about-image{

margin-bottom:40px;

}

}

/*estilos flotante de pago btoon*/
.payment-float{

position:fixed;

left:25px;

bottom:30px;

z-index:9999;

display:flex;

align-items:center;

gap:15px;

padding:16px 24px;

border-radius:60px;

text-decoration:none;

background:#eef2f8;

box-shadow:

8px 8px 18px rgba(0,0,0,.15),

-8px -8px 18px rgba(235, 159, 159, 0.95);

transition:.35s;

}

.payment-float:hover{

transform:translateY(-5px);

text-decoration:none;

box-shadow:

12px 12px 25px rgba(0,0,0,.18),

-10px -10px 20px rgb(243, 201, 201);

}

.payment-icon{

width:48px;

height:48px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

background:linear-gradient(135deg,#D83A34,#0D4D88);

color:white;

font-size:23px;

}

.payment-float strong{

display:block;

font-size:16px;

color:#153D36;

}

.payment-float span{

font-size:13px;

color:#666;

}

@media(max-width:768px){

.payment-float{

left:15px;

bottom:18px;

padding:12px 18px;

}

.payment-icon{

width:35px;

height:35px;

font-size:18px;

}

.payment-float strong{

font-size:14px;

}

.payment-float span{

display:none;

}

}