@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
    /*Comenta la línea (o dale el valor 'auto' a scroll behavior )
    para probar la diferencia con y sin scroll suavizado*/
  }

body {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

   
/*** Navbar Start ***/
.navbar {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #050659;
    z-index: 1000;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* .logo {
    color: #FFFDFC;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 60px;
    padding-left: 15px;
} */

.logo img{
    width: 120px;
    height: auto;
    object-fit: contain;
  
}


.navbar ul {
  
}


.navbar ul li {
    display: inline-block;
    line-height: 20px;
    margin: 0;
}


.navbar ul li a {
    font-size: 18px;
    padding: 18px 20px;
    color: #FFFDFC;
    font-weight: 600;
    text-transform: capitalize;
}


.navbar ul li a:hover {
   color: #050659; 
   background-color: #20b4fc;
   transition: .5s;
}


.checkbtn {
    font-size: 30px;
    color: #FFFDFC;
    line-height: 60px;
    cursor: pointer;
    float: right;
    margin-right: 0;
    display: none;
}


#check {
    display: none;
}

.btn-page {
    display: none;
    position: absolute;
}

.navbar li:hover > ul {
    display: block;
    padding-top: 20px;
}

.navbar .btn-page li a {
    display: block;
    background-color: #FFFDFC;
    color: #050659;
    text-decoration: none;
}
/*** Navbar End ***/

/*** Header Start ***/
.header {
    background-image: url(../img/bannerbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}


.header-content {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-top: 100px;
    height: calc(500px - 60px);
}


.header-content h1 {
    font-size: 30px;
    line-height: 40px;
    color: #FFFDFC;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: left;
}


.header-content p {
    font-size: 15px;
    color: #C5C5C5;
    padding: 0 8px;
    margin-bottom: 25px;
}


.header-div-1 {
    width: 60%;
    height: 400px;
}


.header-div-2 {
    width: 40%px;
    height: 400px;    
}


.txt-header-1 {
    width: 40%;
    height: 70px;
    margin: 50px 0px 0px 0px;
}


.txt-header-2 {
    width: 60%;
    height: 50px;
    margin: 0px 0px 30px 0px;
    text-align: left;
}


.txt-header-3 {
    width: 60%;
    height: 50px;
    margin: 20px 0px 30px 0px;
    text-align: left;
}


.header-div-2 img {
    width: 288px;
    height: 450px;    
}


.btn-buy {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
    background-color: #050659;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #C5C5C5;
}


.btn-buy:hover {
    background-color: #050659;
    
    border: 2px solid;
    border-color: #050659;
}
/*** Header End ***/

/*** Buttons Start ***/
.btn-1 {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #050659;
    color: #F9FAFC;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #C5C5C5;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}


.btn-1:hover {
    background-color: #FFFDFC;
    color: #050659;
    border: 2px solid;
    border-color: #050659;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}
/*** Buttons End ***/

/*** Install Start ***/
.install {
    width: 100%;
}


.install-content {
    display: flex;
    justify-content: space-between;
    background: rgb(9,9,121);
    background: linear-gradient(90deg, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); 
    background-position: center center;
    background-size: no-repeat;
    padding: 30px 0;
    margin: 30px 15px 30px 15px;
}


.install-content h2 {
    line-height: 0;
    color: #F9FAFC;
    text-transform: uppercase;
    padding-left: 30px;
}


.install-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding-left: 30px;
 
}

.install-btn a{

}

/*** Install End ***/

/*** Info Start ***/
.info {
    display: flex;
    padding: 100px 0;
    background-color: #FFFDFC;
    position: relative;
}


.info-content {
    text-align: center;
}


.info-content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #323337;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 15px;
}


.txt-p {
    font-size: 16px;
    color: #323337;
    padding: 0 250px;
    margin-bottom: 35px;
}


.info-1 {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 8px;
    line-height: 20px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.info-1:hover {
    border-radius: 0px;
    background: #FFFDFC;
    box-shadow:  9px 9px 24px #a8a7a6,
             -9px -9px 24px #ffffff;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 8px;
    cursor: pointer;
}


.info-logo {
    width: 100%;
    height: 60px;
    font-size: 55px;
    margin-bottom: 8px;
    color: #050659;
}


.info-1 h3 {
    color: #323337;
    font-size: 18px;
    margin-bottom: 15px;
} 


#p-info {
    font-size: 14px;
    width: 75%;
    text-align: center;
}
/*** Info End ***/

/*** Services Start ***/
.services {
    background: rgb(9,9,121);
    background: linear-gradient(90deg, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); 
    background-position: center center;
    background-size: no-repeat;
    background-attachment: fixed;
    padding-top: 40px;
}


.services-content {
    padding-bottom: 20px;
    text-align: center;
}


.services-content h2 {
    font-size: 30px;
    line-height: 10px;
    color: #F9FAFC;
    text-transform: uppercase;
}


.services-content p {
    font-size: 12px;
    color: #FFFDFC;
    margin-bottom: 50px;
    margin-top: 10px;
}


.services-group {
    margin-bottom: 50px;

}


.services-1 {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}


.services-1 i {
    margin-top: 12px;
    background-color: #FFFDFC;
    color: #050659;
    font-size: 30px;
    width: 70px;
    height: 50px;
    padding-top: 4px;
    
}


.services-1 i:hover {
    margin-top: 12px;
    color: #FFFDFC;
    font-size: 30px;
    background-color: #050659;
    width: 70px;
    height: 50px;
    padding-top: 4px;
}


.services-1 h3 {
    color: #FFFDFC;
    font-size: 18px;
}


.services-div img {
    width: 70%;
    height: auto;
}


.services-logo {
    display: flex;
    justify-content: center;
    width: 30%;
    height: 50px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.services-txt {
    line-height: 17px;
}

.services-txt  p{
    width: 300px;
    padding: 0 5px;
}
/*** Services End ***/

/*** H2 Global ***/
h2 {
    font-size: 25px;
    line-height: 50px;
    color: #323337;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*** Paragraph Global ***/
p {
    font-size: 16px;
    color: #414247;
    margin: 25px 0 45px 0;
}

/*** Blog Start ***/
.blog {
    padding: 50px 0;
    text-align: center;
}


.blog-content {
    display: flex;
    justify-content: space-between;
}

.blog-content::-webkit-scrollbar {
    height: 7px;
}


.blog-content::-webkit-scrollbar-thumb {
    background-color: #323337;
    border-radius: 50px;
}


.blog-1 {
    padding: 0;
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.blog-1 img {
    width: 70%;
    height: auto;
    border-radius: 0;
}
/*** Blog End ***/

/*** Plan Start ***/
.plan {
    padding: 50px 0;
    background-color: #20b4fc;
    position: relative;
}


.plan-content {
    text-align: center;
}


.plan-content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #FFFDFC;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 15px;
}


.txt-p {
    font-size: 16px;
    color: #323337;
    margin-bottom: 35px;
}


.plan-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


.plan-1 {
    width: 32%;
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 8px;
    background-color: #FFFDFC;
}


.plan-1 h3 {
    color: #323337;
    font-size: 25px;
    margin-bottom: 15px;
}


.title-plan {
    margin: 0;
    padding: 30px 0px 0px 0px;
}


.p-plan-1 {
    margin: -18px;
    padding: 0;
}


.price-plan {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding-left: 60px;
    margin-bottom: 10px;
}


.div-exclusive {
    background-color: #20b4fc;
    margin: 15px;
}


.h2-price-plan {
    width: 65px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.h2-price-plan h2 {
    color: #000000;
}


.p-price-plan {
    width: 65px;
    height: 50px;
    margin: 0;
    padding: 0;
}


#p-plan {
    font-size: 12px;
    margin: 15px 0px 8px 0px;
}


#p-plan-2 {
    font-size: 12px;
    margin: 15px 0px 8px 0px;
    color: #FFFDFC;
}


.p-descrip-plan {
    width: auto;
    height: 40px;
    margin: 10px;
    font-size: 13px;
}


#parragraph-plan {
    font-size: 12px;
}


#parragraph-plan-2 {
    font-size: 12px;
    color: #FFFDFC;
}


#title-plan-2 {
    color: #FFFDFC;
}


.div-btn-plan {
    width: auto;
    padding-top: 30px;
}


.btn-2 {
    width: 130px;
    height: 40px;
    display: inline-block;
    padding: 8px 9px;
    background-color: #050659;
    color: #F9FAFC;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #C5C5C5;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bolder;
    font-family: 'Geologica', sans-serif;
}


.btn-2:hover {
    background-color: #FFFDFC;
    color: #050659;
    border: 2px solid;
    border-color: #050659;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}
/*** Plan End ***/

/*** Dev Start ***/
.dev {
    padding: 50px 0;
    background-color: #FFFDFC;
    position: relative;
}


.dev-content {
    text-align: center;
}


.dev-content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #323337;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 15px;
}


.dev-group::-webkit-scrollbar {
    height: 7px;
}


.dev-group::-webkit-scrollbar-thumb {
    background-color: #323337;
    border-radius: 50px;
}


.txt-p {
    font-size: 16px;
    color: #323337;
    padding: 0 250px;
    margin-bottom: 35px;
}


.dev-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


.dev-1 {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 8px;
    background-color: #FFFDFC;
    justify-content: center;
}


.dev-1 h3 {
    color: #323337;
    margin-bottom: 15px;
}


.title-dev {
    margin: 0;
    padding: 30px 0px 0px 0px;
}


.p-dev-1 {
    margin: -18px;
    padding: 0;
}


.dev-img img {
    width: 250px;
    height: 300px;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.txt-dev {
    display: block;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0px;
    padding-top: 10px;
    padding-left: 13px;
}
/*** Dev End ***/

/*** Client Start ***/

.client {
    padding: 50px 0;
    background-color: #20b4fc;
    position: relative;
}


.client-content {
    text-align: center;
}


.client-content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #FFFDFC;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 15px;
}


.client-group::-webkit-scrollbar {
    height: 7px;
}


.client-group::-webkit-scrollbar-thumb {
    background-color: #323337;
    border-radius: 50px;
}


.client-group::-webkit-scrollbar-corner {
    display: none;
}


.txt-p-white {
    font-size: 16px;
    color: #FFFDFC;
    margin-bottom: 35px;
}


.client-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


.client-1 h3 {
    color: #323337;
    font-size: 25px;
    margin-bottom: 15px;
}


.title-client {
    margin: 0;
    padding: 30px 0px 0px 0px;
}


.client-img {
    width: 100%;
    height: auto;
    background-color: #FFFDFC;
    line-height: 20px;
}

.div-img {
    width: 20%;
    height: 100px;
    margin-bottom: -45px;
}

.div-img img {
    width: 120px;
    height: 120px;
    margin-left: 15px;
    padding: 0;
    border: 8px solid;
    border-radius: 80px;
    border-color: #FFFDFC;

}

.txt-client {
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 0px 20px 0px 20px;
}


.txt-client p {
    font-size: 13px;
}


.subtitle-client {
    display: flex;
    width: 100%;
    height: auto;
    padding: 60px 0px 0px 20px;
}


#p-client-2 {
    width: 50%;
    padding-top: 6px;
}

.h3-client.box {
    width: 50%;
}
/*** Client End ***/

/*** Records Start ***/
.records {
    padding: 50px 0;
    background-color: #FFFDFC;
}


.records-content {
    text-align: center;
}


.records-content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 15px;
}


.txt-p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 35px;
}


.records-1-div {
    width: 50%;
    height: auto;
    margin-right: 20px;
    margin-left: 50px;
    margin-top: 0px;
    padding-bottom: 0px;
}


.records-2-div {
    width: 50%;
    height: auto;
    margin-right: 50px;
    margin-left: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
}


.records-1 h3 {
    color: #323337;
    font-size: 25px;
    margin-bottom: 15px;
}


.records-img {
    width: 100%;
    height: auto;
}


.records-div-row {
    display: block;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}


.records-div-box {
    display: flex;
    justify-content: space-between;
}


.records-box {
    display: block;
    justify-content: center;
    flex-direction: column;
    width: 261px;
    height: 190px;
    margin: 10px;
    border-radius: 0px;
    background: #FFFDFC;
    box-shadow:  9px 9px 24px #a8a7a6,
             -9px -9px 24px #ffffff;
}


.items-box-records {
    margin: 12px 0px 20px 0px;
}


.items-box-records i {
    font-size: 35px;
    color: #20b4fc;
}


.items-box-records h2 {
    font-size: 40px;
}


.items-box-records p {
    font-size: 15px;
}
/*** records End ***/

/*** Subscribe Start ***/
.subscribe {
    padding: 50px 0;
    background-color: #20b4fc;
}


.subscribe-content {
    text-align: center;
}


.subscribe-content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #FFFDFC;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 10px;
}


.subscribe-group {
    flex-direction: column;
    padding-top: 50px;
    margin: 30px 30px 50px 30px;

}


.subscribe-div-1 {
    width: 100%;
    height: auto;
}


.subscribe-div-2 {
    width: 100%;
    height: auto;
}


.subscribe-div-3 {
    width: 100%;
    height: auto;
}


.btn-3 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #FFFDFC;
    color: #20b4fc;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #FFFDFC;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}


.btn-3:hover {
    display: inline-block;
    padding: 10px 35px;
    background-color: #20b4fc;
    color: #FFFDFC;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #FFFDFC;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}


.p-subscribe {
    font-size: 14px;
    color: #FFFDFC;
    padding: 0;
}


.subscribe-div-2 #input-subscribe {
    width: 520px;
    height: 46px;
    border: #FFFDFC solid;
    border-radius: 50px;
    background-color: #20b4fc;
    font-size: 20px;
    color: #050659;
    padding-left: 20px;
    margin-bottom: 20px;
}


/*** FOOTER ***/
.footer {
    padding: 100px 0;
    background-color: #000000;
    height: auto;
}


.footer-content {
    width: 100%;
    height: auto;
}

.footer-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.link {
    width: 100%;
    height: auto;
    padding: 10px auto 0px;
    margin: 10px;
}

.link h3 {
    font-size: 20px;
    color: #F9FAFC;
    margin-bottom: 20px;
}


.link p {
    font-size: 15px;
    line-height: 19px;
}

.link a {
    font-size: 18px;
    color: #C5C5C5;
    display: block;
    margin-bottom: 15px;
    font-weight: bolder;
}

.link ul li {
    width: 100%;
    height: auto;
}


.link .btn-footer {
    width: 131px;
    padding: 10px 20px;
    background-color: #FFFDFC;
    color: #20b4fc;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #FFFDFC;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}


.btn-footer:hover {
    padding: 10px 20px;
    background-color: #20b4fc;
    color: #FFFDFC;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #FFFDFC;
    border-radius: 50px;
    font-family: 'Geologica', sans-serif;
}


.li-social-footer {
    width: 100%;
    height: auto;
    color: #FFFDFC;
    font-size: 23px;
    display: flex;
}

.lastest-post-footer {
    width: 100%;
    height: auto;
}

.lastest-post-footer img {
    width: 35px;
    height: 35px;
}

.lastest-post-footer h5 {
    color: #FFFDFC;
    font-size: 18px;
}

.lastest-post-footer p {
    color: #FFFDFC;
    font-size: 13px;
}

.copyright {
    width: 100%;
    height: auto;
    text-align: center;
}

.copyright p {
    font-size: 15px;
    color: #FFFDFC;
}

.copyright a {
    color: #20b4fc;
}