@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    margin-top: auto;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: white; 
    color: #333; 
}


.container .row{
    flex-wrap:nowrap;
    justify-content:center;
}

.hero p{
    font-size:1.5rem;
}

.header {
    padding: 20px 0;
    text-align: center;
}


.cDvxpF {
    background: url("/images/white-wave-bg.svg") center bottom -0.5px / 100% 14% no-repeat, 
                rgb(82, 67, 170) linear-gradient(60deg, rgb(82, 67, 170), rgb(237, 80, 180));
    background-blend-mode: normal, normal;
    color: rgb(255, 255, 255);
}

.hero {
    background-color: #026aa7;
    color: white;
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero button {
    background-color: #FFD700; 
    color: black;
    font-size: 1.5rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 10px 15px;
}

li.mb-2{
    display: flex;
    justify-content: left;
}

.section {
    padding: 60px 20px;
    text-align: center;
    min-height: 50vh; 
}


.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: none;
}
.card-title {
    margin-bottom: 20px;
    font-size: 3rem;
    color: #0056b3;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.trust-indicator {
    background-color: #0079bf;
    color: white;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.trust-indicator p {
    font-size: 1.5rem;
}

.services{
    padding-top:8rem;
    padding-bottom:8rem;
}

.services .badge-container {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fd7e14;
    color: black;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1rem;
}

.list-price {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 15px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.strikethrough {
    text-decoration: line-through;
}


.services .service {
    font-size:1.2rem;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    overflow: hidden;
    height: 100%;
}


.service h3 {
    font-size: 2rem;  
    font-weight: 700;  
    color: #003366;       
    margin-bottom: 10px; 
}

.service-price {
    font-size: 2.5rem;  
    font-weight: 700;   
    color: #333;       
    margin-bottom: 10px; 
}

.service-price .currency {
    font-size: 1rem;  
    color: #003366;
}

.service-price .unit {
    font-size: 1rem; 
    color: #003366;    
}

.amount {
    color: #003366;  
    font-size: 0.8em;
}


.services .service button {
    font-size: 1.2em;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%; 
    color:white;
}

.services .service ul {
    padding-left: 5px; 
    list-style-type: none; 
    text-align: left; 
}


.services .service ul li {
    margin-bottom: 0.5rem !important;
    font-size: 1.2rem; 
    color: #6c757d;
    position: relative; 
    padding-left: 25px; 
}

h2.withline.text-center:after {
    margin: 15px auto 0;
}

h2.withline:after, h1>span.withline:before, h2.withline:after {
    display: block;
    position: relative;
    content: "";
    width: 83px;
    height: 6px;
    background-color: #87bb3b;
    clear: both;
    margin: 15px 0 0;
}


.first-pack .service ul li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    color: #28a745;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
}

.second-pack .service ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: #fd7e14;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
}

.third-pack .service ul li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    color: #007bff; 
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
}


.services .first-service {
    border-top: 5px solid #28a745;
}

.services .second-service {
    border-top: 5px solid #fd7e14;
}

.services .third-service {
    border-top: 5px solid #007bff;
}

.first-service .btn-gradient {
    background: linear-gradient(90deg, #28a745, #218838);
}

.second-service .btn-gradient {
    background: linear-gradient(90deg, #fd7e14, #e37400);
}

.third-service .btn-gradient {
    background: linear-gradient(90deg, #007bff, #0056b3);
}

.first-service .btn-gradient:hover {
    background: linear-gradient(90deg, #218838, #28a745);
}

.second-service .btn-gradient:hover {
    background: linear-gradient(90deg, #e37400, #fd7e14);
}

.third-service .btn-gradient:hover {
    background: linear-gradient(90deg, #0056b3, #007bff);
}

.first-service .price-button-container {
    background-color: #e2fae0; 
    padding: 20px;
    color: white;
    width: calc(100% + 40px); 
    margin-left: -20px; 
    margin-right: -20px; 
    margin-bottom: 20px;
}


.second-service .price-button-container {
    background-color: #fff3e0; 
    padding: 20px;
    color: white; 
    width: calc(100% + 40px); 
    margin-left: -20px; 
    margin-right: -20px; 
    margin-bottom: 20px;
}


.third-service .price-button-container {
    background-color: #e3f2fd;
    padding: 20px;
    color: white; 
    width: calc(100% + 40px); 
    margin-left: -20px; 
    margin-right: -20px; 
    margin-bottom: 20px;
}


.btn{
    padding: 20px 25px;
    font-size: 1.5rem;
}



.footer-logo {
    max-width: 150px;
}

.ui-section-contact {
    background: rgb(82, 67, 170) linear-gradient(60deg, rgb(82, 67, 170), rgb(237, 80, 180));
    background-blend-mode: normal, normal;
    color: rgb(255, 255, 255);
    padding: 20px 0;
}

.ui-section__container_contact {
    max-width: 1200px;
    margin: 0 auto;
}

.ui-section__row_contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-section-contact p{
        color:white;
}

.ui-section {
    background-color: #deebff;
    padding: 20px 0;
}

.ui-section__container {
    max-width: 1200px;
    margin: 0 auto;
}

.ui-section__row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-column {
    text-align: center;
}

.text-block {
    font-size: 1rem;
    color: #333;
    margin: 0;
}

.text-block p {
    margin: 0;
    line-height: 1.5;
    font-size:1.2em;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.contact-section {
    background-color: #f7f8fa;
    padding: 50px 0;
}

.contact-form {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}

.contact-form h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.contact-form .form-group label {
    font-weight: bold;
    color: #333;
}

.contact-form .form-control {
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.contact-form .btn-primary {
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.contact-section .col-md-6:last-child {
    margin-left: 30px; /* Ajusta este valor según sea necesario */
}

.contact-section h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.contact-section h2 {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 1em;
    color: #666;
    line-height: 1.6;
}


.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

button:hover{
    background-color:#fdd076;
}


section.cards.cards--minimal.py-5 {
    padding-bottom: 8rem !important;
}

section.trust-indicator h2{
    color:white;
}

.cards--minimal .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cards--minimal .card-body {
    padding: 20px;
    text-align: center;
}

.cards--minimal .card-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #0056b3;
}

.cards--minimal .card-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
}


img.card-img-top {
    width: 80px;
}

.logo-img {
    height: 100px;
}

.service {
    display: flex;
    flex-direction: column;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; 
}


.networks-footer {
    background-color: #172b4d;
    color: #ffffff;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    border-bottom: 1px solid #3b4a69;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 150px;
    margin: 10px 0;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 16px;
    line-height: 1.5;
}

.footer-logo {
    max-width:200px;
    margin-bottom: 10px;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}


.footer-bottom {
    padding: 10px 10%;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-left p, .footer-bottom-left .footer-link {
    margin-right: 25px;
}

.footer-bottom-right .social-link {
    color: #ffffff;
    font-size: 18px;
    margin-left: 30px;
}

.bi--twitter-x {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('/../images/twitter-x-white-full.svg') no-repeat center center;
  background-size: 100% 100%;
}

.cta-section {
    background: rgb(82, 67, 170) linear-gradient(60deg, rgb(82, 67, 170), rgb(237, 80, 180));
    background-blend-mode: normal, normal;
    color: rgb(255, 255, 255);
    padding: 100px;
    text-align: center;
    color: white;
}
.cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-container p {
    font-size: 2.5em;
    margin: 0;
    margin-right: 20px; /* Espacio entre el texto y el bot贸n */
}

.cta-button {
    background-color: white;
    color: #6a11cb;
    border: none;
    padding: 10px 20px;
    font-size: 1.8em;
    cursor: pointer;
    border-radius: 5px;
}

.cta-button:hover {
    background-color: #f1f1f1;
}

.hidden-map {
  position: absolute; 
  width: 0;
  height: 0;
  overflow: hidden; 
}

.hidden-map iframe {
  width: 0;
  height: 0;
  border: 0;
}


@media (max-width: 576px) {
    .img-fluid{
        display:none;
    }
    
    .footer-column {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-bottom-left, .footer-bottom-right {
        text-align: center;
    }

    .footer-link {
        display: block;
        margin-bottom: 10px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom-left {
        margin-bottom: 10px;
        display: contents;
    }

    .footer-bottom-right {
        margin-bottom: 10px;
    }

    .footer-bottom .footer-link {
        margin: 0 0 5px 0;
    }

    .footer-logo {
        max-width: 100px;
        height: auto;
    }
    
    .hero {
        min-height:60vh;
    }
    
    .card {
        margin-top:30px;
    }
    
    section.cards.cards--minimal.py-5 {
        padding-bottom: 0rem !important;
    }
    
    .container .row{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cta-container {
        flex-direction: column;
    }
    
    .cta-container p {
        margin-right: 0;
        margin-bottom: 10px; /* Espacio entre el texto y el botón en pantallas pequeñas */
    }
    .cta-section{
        padding:30px;
    }

}