/**
* Template Name: Tempo - v4.5.0
* Template URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/* FUENTES */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    /* ========== Font and Typography ========== */
    --Serif-font: "Nunito Sans", sans-serif;
    --Open-font: 'Nunito Sans', sans-serif;
    /* ========== Font Weight ========== */
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
    --font-extra-bold: 800;
}

body {
    font-family: "Nunito Sans", sans-serif;
    color: #444444;
}

a {
    color: #CD2A38;
    text-decoration: none;
    font-size: 0.9rem;
}

a:hover {
    color: #8a131d;
    text-decoration: none;
}

p {
    font-size: 0.9rem;
}

b {
    font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
}

.swalModal {
    font-family: var(--Open-font);
    font-weight: var(--font-bold);
    border-radius: 20px;
    color: #6e7175;
}

.swal2-container.swal2-center>.swal2-popup {
    border-radius: 20px;
    border: none;
}

.swal2-popup {
    width: 25em !important;
}

.swal2-actions {
    margin: 0 auto 0 !important;
}

.swalModalNota {
    font-family: var(--Open-font);
    font-weight: var(--font-light);
}

.swal2-styled.swal2-confirm {
    font-family: var(--Open-font);
    font-weight: var(--font-normal);
    min-width: 100px;
    border-radius: 10px!important;
    outline: none;
    box-shadow: none;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-styled {
    padding: .4em 1.1em !important;
    outline: none;
    box-shadow: none; 
}

.swal2-styled.swal2-cancel {
    font-family: var(--Open-font);
    font-weight: var(--font-normal);
    width: 100px;
    border-radius: 10px!important;
    outline: none;
    box-shadow: none;
}

.swal2-html-container {
    margin-top: 0rem !important;
    border-radius: 20px;
}

.swal2-html-container p {
    font-size: 15px;
}

.swal2-title {
    font-family: var(--Serif-font)!important;
    font-weight: var(--font-bold)!important;
}

/*--------------------------------------------------------------
# Icon buttom
--------------------------------------------------------------*/

.icon-buttom {
    transition: all 0.4s;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.icon-buttom i {
    font-size: 18px;
    color: #fff;
}

.icon-buttom:hover {
    background-color: #CD2A38;
    color: #fff;
    cursor: pointer;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #192325;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #CD2A38;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    font-family: var(--Serif-font);
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    max-height: 90px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 40px;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #CD2A38;
    padding: 0px 0;
    height: 63px;
}


/*--------------------------------------------------------------
# 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 {
    white-space: nowrap;
    padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--Serif-font);
    color: #fff;
    font-size: 15px;
    padding: 0 4px;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #CD2A38;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 0px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #CD2A38;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: 0.2s;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.dropdown .divider {
    height: 0.5px;
    background-color: #19232585;
}

.navbar .dropdown ul a {
    text-align: center !important;
    padding: 8px 8px;
    font-size: 14px;
    text-transform: none;
    color: #fff;
}

.dropTitle {
    color: #ffffff;
}

.dropTitle:hover {
    color: #CD2A38;
}

.cerrarSesionDropdown {
    background-color: #b3b3b36d;
    color: #6e7175;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cerrarSesionDropdown a {
    color: #6e7175 !important;
}

.cerrarSesionDropdown:hover {
    background-color: #CD2A38 !important;
    color: #FFFFFF !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cerrarSesionDropdown:hover a {
    background-color: #CD2A38 !important;
    color: #FFFFFF !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.navbar .dropdown ul a i {
    font-size: 14px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #CD2A38;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.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;
}

@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: 768px) {
    .mobile-nav-toggle {
        display: block;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.699);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    width: 50%;
    height: fit-content;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 45%;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    border: 1px solid #CD2A38;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #493c3e;
    text-align: left;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #CD2A38;
}

.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: #CD2A38;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.pnlLogin2 {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    float: left;
}

.pnlContentLogin {
    height: 100vh;
    width: 100%;
}

.pnlContentRecuperarClave {
    width: 100%;
}

.btnLogin {
    cursor: pointer;
    width: fit-content;
    background-color: #CD2A38;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
}

.btnLogin:hover {
    background-color: #b01b27;
    color: #ffffff;
}

.key input[type="text"],
.key input[type="password"],
.key input[type="email"],
.key input[type="date"] {
    width: 95%;
    padding: 10px 10px;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #CD2A38;
    outline: none;
    color: #000;
    float: left;
    background: none;
    font-family: var(--Open-font);
    font-weight: var(--font-light);
}

.key i {
    float: right;
    color: rgb(114, 113, 113);
    font-size: 1.1em;
    padding-top: 5px;
}

.key img {
    float: left;
    width: 25px;
    padding-top: 10px;
}

.key {
    background: rgba(255, 255, 255, 0.671);
    margin-bottom: 10px;
    border-radius: 8px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/NuevosDisenios/Log in/LOG-IN-FOTO.webp") top center;
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: #ffffffc5;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    max-height: 100% !important;
}

#hero h3 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 26px;
    padding: 10px 30px;
    margin-bottom: 30px;
    border-radius: 50px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 9px 30px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #CD2A38;
    border: 2px solid #CD2A38;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h3 {
        font-size: 22px;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 150vh;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    line-height: 1;
    margin: 0;
    background: #192325c5;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}

.section-title h3 span {
    color: #CD2A38;
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
    color: #6e7175;
    text-align: left;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #CD2A38;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #192325;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #192325;
}

.about .content .btn-learn-more:hover {
    background: #CD2A38;
    border-color: #CD2A38;
    color: #fff;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
    padding-bottom: 30px;
}

.services .icon-box {
    padding: 30px 30px 10px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
    text-align: center;
    max-width: 250px;
    margin-top: 10px;
}

.services .icon-box img {
    width: 50%;
    text-align: center;
}

.services .icon-box2 img {
    width: 30%;
    text-align: center;
}

.services .icon-box2 {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
    max-width: 250px;
    margin-top: 10px;
}

.services .icon-box::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box2::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.services .icon-box:hover::before {
    top: 0;
    border-radius: 0px;
}

.services .icon-box2:hover::before {
    top: 0;
    border-radius: 0px;
}

.services .icon {
    margin-bottom: 15px;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #cd2a38;
    transition: all 0.3s ease-in-out;
}

.services .title {
    font-weight: var(--font-bold);
    font-family: var(--Serif-font);
    margin-bottom: 15px;
    font-size: 14px;
}

.services .title a {
    color: #6e7175;
}

.services .description {
    color: #606060;
    font-weight: var(--font-light);
    font-family: var(--Open-font);
    font-size: 12px;
    margin-bottom: 0;
}

.services .icon-box2 i {
    font-size: 25px;
    line-height: 1;
    color: #CD2A38;
    transition: all 0.3s ease-in-out;
}

.services .icon-box2 span {
    font-size: 25px;
    line-height: 1;
    color: #CD2A38;
    transition: all 0.3s ease-in-out;
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background-size: cover;
    padding: 55px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #CD2A38;
    border: 2px solid #CD2A38;
}

@media (min-width: 1024px) {
    .cta {
        background-attachment: fixed;
    }
}

@media (max-width: 2000px) {
    .cta {
        padding: 54px 0;
    }
}

@media (max-width: 1400px) {
    .cta {
        padding: 55px 0;
    }
}

@media (max-width: 1399px) {
    .cta {
        padding: 42px 0;
    }
}

@media (max-width: 1200px) {
    .cta {
        padding: 34px 0;
    }
}

@media (max-width: 991px) {
    .cta {
        padding: 45px 0;
    }
}

@media (max-width: 768px) {
    .cta {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .cta {
        padding: 33px 0;
    }
}

@media (max-width: 425px) {
    .cta {
        padding: 29px 0;
    }
}

@media (max-width: 375px) {
    .cta {
        padding: 30px 0;
    }
}

@media (max-width: 320px) {
    .cta {
        padding: 25px 0;
    }
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq {
    padding: 60px 0;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #f1eeef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #e43c5c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #CD2A38;
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: black;
}

.faq .faq-list .collapsed:hover {
    color: #CD2A38;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

@media (min-width: 1280px) {
    .faq .container {
        padding: 0 120px;
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #493c3e;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a i {
    line-height: 0;
}

.team .member .social a:hover {
    color: #CD2A38;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/**/

.team .member .social_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    align-items: center;
    justify-content: center;
}

.team .member .social_2 a {
    transition: color 0.3s;
    color: #493c3e;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team .member .social_2 a i {
    line-height: 0;
}

.team .member .social_2 a:hover {
    color: #CD2A38;
}

.team .member .social_2 i {
    font-size: 18px;
    margin: 0 2px;
}


/**/

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #493c3e;
}

.team .member .member-info span {
    display: block;
    color: #000000;
}

.team .member:hover .social {
    opacity: 1;
}

.team .member:hover .social_2 {
    opacity: 1;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #192325c5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #493c3e;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #CD2A38;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #CD2A38;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #CD2A38;
    border: 0;
    padding: 10px 28px;
    color: #fff;
    transition: 0.4s;
    border-radius: 20px;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #fff;
    font-size: 14px;
    background: #CD2A38;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #192325;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    outline: none;
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 15px;
    padding: 0 22px;
    background: #192325;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #CD2A38;
}

#footer .footer-newsletter form:hover {
    border-color: #CD2A38;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #ffffff;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    border: 1.5px solid #fff;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}