/*--------------------------------------------------------------
 # Variables
--------------------------------------------------------------*/
:root {
    --font-bold: "Myriadpro Bold";
    --font-regular: "Myriadpro Regular";
    --navy-blue: #191a30;
    --gold: #edd478;
}

/*--------------------------------------------------------------
  # General
--------------------------------------------------------------*/

.text-dorado-claro {
    color: var(--gold);
}






.small-caps {
    font-variant: small-caps;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
    font-family: var(--font-regular);
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #191a30;
    opacity: 1;
    background-size: 7px 7px;
    background-image: repeating-linear-gradient(-45deg, #000000 0, #000000 0.7000000000000001px, #191a30 0, #191a30 50%);
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    color: unset;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-bold);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: transparent;
}

#header .logo {
    width: 300px;
    height: 115px;
}




#header .vertical {
    border-top: 1px solid #c3ae6b;
    padding-top: 14px;
    width: 50%;
}

#header .logo img {
    width: auto;
    height: auto;
}

#header .phone {
    padding-left: 0px;
    padding-right: 30px;
    list-style: none;
    margin: 0;
    font-size: 14px;

}

#header .phone .fa-circle {
    font-size: 10px;
    color: var(--gold);
}

@media (max-width: 1500px) {
    #header .vertical {
        width: auto;
    }
}


@media (max-width: 992px) {
    #header {
        border: 0;
    }

    #header .logo {
        width: auto;
        height: 50px;
    }

    #header .phone {
        display: none !important;
    }

    #header .vertical {
        width: auto;
        border-top: 1px solid transparent;
        padding: 0;
    }
}

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    background: unset;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.get-started-btn:hover {
    background: #00b371;
    color: #fff;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    margin: 0 12px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 3px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i,
.navbar a:focus i {}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;

    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid unset;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #282828;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: unset;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}


/* Social Links */
.navbar .social-links {
    margin: 0 0 0px 0;
}

.navbar .social-links a {
    font-size: 24px;
    display: inline-block;
    color: var(--navy-blue);
    line-height: 1;
    padding: 6px 0;
    margin: 5px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: -moz-radial-gradient(circle, #fcfcfc 0%, #989898 100%);
    background: -webkit-radial-gradient(circle, #fcfcfc 0%, #989898 100%);
    background: radial-gradient(circle, #fcfcfc 0%, #989898 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#989898", GradientType=1);
}

.navbar .social-links a:hover {
    text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 15px, white 0px 0px 20px, white 0px 0px 30px, white 0px 0px 40px, white 0px 0px 50px, white 0px 0px 75px;
    --darkreader-inline-color: #e8e6e3;
    --darkreader-inline-bgcolor: #e8e6e3;
    --darkreader-inline-bgimage: none;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar .social-links {
        padding: 30% 0;
    }

    .navbar .social-links a {
        margin: 20px 0;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #282828;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: unset;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: unset;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
  # Hero Section
--------------------------------------------------------------*/

#hero {

    background: -moz-linear-gradient(0deg, #191a2f 0%, rgba(25, 26, 47, 0.8) 90%, transparent 100%);
    background: -webkit-linear-gradient(0deg, #191a2f 0%, rgba(25, 26, 47, 0.8) 90%, transparent 100%);
    background: linear-gradient(0deg, #191a2f 0%, rgba(25, 26, 47, 0.8) 90%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191a2f", endColorstr="#191a2f", GradientType=1);
    padding-top: 80px;
    padding-bottom: 20px;

}

#hero h2 {
    font-size: 6rem;
    color: white;
    background: linear-gradient(#fcdc64, #d6ae4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}

#hero h3 {
    color: var(--gold);
}

#hero p {
    font-size: 1.8rem;
}


#hero a {
    color: var(--gold);
}


#hero .lineal {
    height: 120px;
    background: rgb(34, 193, 195);
    background: -moz-linear-gradient(0deg, #222c61 0%, #292b40 100%);
    background: -webkit-linear-gradient(0deg, #222c61 0%, #292b40 100%);
    background: linear-gradient(0deg, #222c61 0%, #292b40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c1c3", endColorstr="#fdbb2d", GradientType=1);
}


#hero .php-email-form p {
    font-size: 1.2rem;
}


#hero .php-email-form {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(0.0px);
    -webkit-backdrop-filter: blur(0.0px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 50px;
    margin: 20px;

}

#hero .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#hero .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#hero .php-email-form .error-message br+br {
    margin-top: 25px;
}

#hero .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#hero .php-email-form .loading {
    display: none;
    background: transparent;
    text-align: center;
    padding: 15px;
    color: white;
}

#hero .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #f9cf6a;
    border-top-color: white;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#hero .php-email-form input[type="checkbox"] {
    scale: 1.7;
    margin-right: 20px;
}

#hero .php-email-form .form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

#hero .php-email-form input[type="text"],
#hero .php-email-form input[type="number"],
#hero .php-email-form input[type="email"],
#hero .php-email-form select,
#hero .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 18px;
    margin-top: 20px;
    font-family: var(--font-bold);
    color: var(--navy-blue);
    width: 100%;
    padding: 10px;

}

#hero .php-email-form input[type="file"] {
    color: white;
    margin: 0;
    margin-top: 0px;
    padding: 10px;
}

#hero .php-email-form input::focus,
#hero .php-email-form textarea::focus {
    background-color: #fcdc64;
    border-color: #fcdc64;
}



#hero .php-email-form textarea {
    padding: 12px 15px;

}

#hero .php-email-form button[type="submit"] {
    background: linear-gradient(#fcdc64, #d6ae4a);
    ;
    border: 0;
    padding: 10px 24px;
    border-radius: 25px;
    color: #fff;
    transition: 0.4s;
}

#hero .php-email-form button[type="submit"]:hover {
    background: linear-gradient(45deg, #fcdc64, #d6ae4a);
}

#hero .social-links {
    padding: 0;
}

#hero .social-links li {
    font-size: 40px;
    display: inline-block;

    line-height: 1;
    padding: 0px 0;
    margin-right: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    color: #f9cf6a;

    /* color: linear-gradient(90deg, rgba(172,137,39,1) 0%, rgba(249,207,106,1) 100%); */
}

#hero .label-file {
    font-family: var(--font-bold);
    font-size: 18px;
    color: var(--gold);
}

#hero label[for=file-input] {
    display: block;
    font-size: 1em;
    color: #fff;
    opacity: 0.9;
    font-weight: bold;
}

#hero input[type=file] {
    cursor: pointer !important;
    width: 100%;
    border: 1px solid #a69462;
    border-radius: 15px;
}

#hero input[type=file]::-webkit-file-upload-button {
    background: #E62163;
    border: 0;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border-radius: 0.2em;

    background: rgb(34, 193, 195);
    background: -moz-linear-gradient(0deg, #6e6d72 0%, #8c8b93 100%);
    background: -webkit-linear-gradient(0deg, #6e6d72 0%, #8c8b93 100%);
    background: linear-gradient(0deg, #6e6d72 0%, #8c8b93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e6d72", endColorstr="#8c8b93", GradientType=1);
}

#hero input[type=file]::-ms-browse {
    background: #E62163;
    border: 0;
    padding: 1em 2em;
    cursor: pointer;
    color: #fff;
    border-radius: 0.2em;
    background: rgb(34, 193, 195);
    background: -moz-linear-gradient(0deg, #6e6d72 0%, #8c8b93 100%);
    background: -webkit-linear-gradient(0deg, #6e6d72 0%, #8c8b93 100%);
    background: linear-gradient(0deg, #6e6d72 0%, #8c8b93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e6d72", endColorstr="#8c8b93", GradientType=1);

}

#hero input[type=file]::before {
    color: white;
}




@media (max-width:992px) {
    #hero {
        height: auto;
    }

    #hero h2 {
        font-size: 3rem;
    }

    #hero p {
        font-size: 1.4rem;
    }

    #hero .php-email-form p {
        font-size: 1rem;
    }

    #hero .lineal {
        height: 80px;
    }
}




/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #8fffd6;
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: unset;
    bottom: 0;
    left: 0;
}

.section-title p {
    margin-bottom: 0;

    font-size: 15px;
}




@font-face {
    font-family: 'capchat';
    src: url('../../fonts/Chronic-Cosmos.otf');
}

::selection {
    color: #fff;
    background: #4db2ec;
}

/* .wrapper{
    max-width: 485px;
    width: 100%;
    background: #fff;
    padding: 22px 30px 40px;
    border-radius: 10px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05);
  } */

.wrapper .captcha-area {
    display: flex;
    height: 65px;
    margin: 30px 0 20px;
    align-items: center;
    justify-content: space-between;
}

.captcha-area .captcha-img {
    height: 100%;
    width: 80%;
    user-select: none;
    background: #000;
    border-radius: 5px;
    position: relative;
    margin-right: 10%;
}

.captcha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #191a30;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    width: 100%;
    font-weight: normal;
    font-family: "Raleway", sans-serif;
    /* font-family: "capchat"; */
}

.wrapper a {
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #191a30;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.wrapper a:hover {
    background: #191a30;
    color: white;
}

.wrapper .boton {
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #191a30;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.wrapper .boton:hover {
    background: #191a30;
    color: white;
}

.captcha-area .reload-btn {
    width: 75px;
    height: 100%;
    font-size: 25px;
}

.captcha-area .reload-btn i {
    transition: transform 0.3s ease;
    margin: 15px 10px;
}

.captcha-area .reload-btn:hover i {
    transform: rotate(15deg);
}

.wrapper .input-area {
    height: 60px;
    width: 100%;
    position: relative;
}

.input-area .input-code {
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.input-area .input-code:is(:focus, :valid) {
    padding-left: 19px;
    border: 2px solid #4db2ec;
}

.input-area .input-code::placeholder {
    color: #bfbfbf;
}

.input-area .check-btn {
    position: relative;
    right: 7px;
    top: 50%;
    font-size: 17px;
    height: 45px;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

/* .input-area .input-code:valid + .check-btn{
    opacity: 1;
    pointer-events: auto;
  } */
.wrapper .status-text {
    display: none;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 -5px;
}

@media (max-width: 992px) {
    body {
        padding: 0 10px;
    }


    .wrapper .captcha-area {
        height: 60px;
    }

    .captcha-area .captcha {
        width: 100%;
        letter-spacing: 5px;
    }

    .captcha-area .reload-btn {
        width: 60px;
        margin-left: 5px;
        font-size: 20px;
    }

    .wrapper .input-area {
        height: 55px;
    }

    .input-area .check-btn {
        height: 40px;
    }

    .wrapper .status-text {
        font-size: 15px;
    }

    .captcha-area .captcha-img {
        margin: 0;
    }

    @media (max-width: 500px) {
        .captcha-img .captcha {
            font-size: 1rem;
            letter-spacing: 2px;
        }
    }
}


/*--------------------------------------------------------------
  # Footer
--------------------------------------------------------------*/

#footer {
    padding: 40px 0;
}

#footer p {
    border-top: 1px solid var(--gold);
    font-size: 1.3rem;

}

#footer .logo {
    width: auto;
    height: auto;

}

#footer .terminos {
    display: flex;

}

#footer .terminos a {
    margin-right: 30px;
    font-size: 1.3rem;
    color: var(--gold);
    text-align: center;
}

#footer .social-links {
    margin: 0 0 0px 0;
}

#footer .social-links a {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
    margin: 0 15px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;


    background: -moz-linear-gradient(0deg, 0%, #987f23 #e3ca6e 100%);
    background: -webkit-linear-gradient(0deg, #987f23 0%, #e3ca6e 100%);
    background: linear-gradient(0deg, #987f23 0%, #e3ca6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3ca6e", endColorstr="#987f23", GradientType=1);
}

#footer .terminos a:hover {
    text-shadow: var(--gold)0px 0px 5px, var(--gold) 0px 0px 10px, var(--gold) 0px 0px 15px, var(--gold) 0px 0px 20px, var(--gold) 0px 0px 30px, var(--gold) 0px 0px 40px;
    --darkreader-inline-color: #e8e6e3;
    --darkreader-inline-bgcolor: #e8e6e3;
    --darkreader-inline-bgimage: none;
}

#footer .social-links a:hover {

    color: #fff;
    text-decoration: none;


    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 15px, white 0px 0px 20px, white 0px 0px 30px, white 0px 0px 40px;
    --darkreader-inline-color: #e8e6e3;
    --darkreader-inline-bgcolor: #262a2b;
    --darkreader-inline-bgimage: none;
}



@media(max-width:992px) {

    #footer .social-links,
    #footer .terminos {
        margin: 20px 0;
    }



}


.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 20px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}