/*
Theme Name:       Landing - Template
Author:           Izarrualde
Author URI:       https://izarrualde.com
Text Domain:      Izarrualde
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Section */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Carouse Slider */
/* ____Features */
/* ____Counter */
/* ____Screenshots */
/* ____Team */
/* ____Testimonial */
/* ____Download */
/* ____Subscribe */
/* ____Pricing-table */
/* ____Blog */
/* ____Contact*/



/* ==========================================================================
   Contact Us
  ========================================================================== */
 /*
  .form-control {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.13);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.form-control:focus {
    border: 1px solid #3c9cfd;
    outline: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

textarea {
    border-radius: 10px !important;
    text-align: left !important;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info i {
    font-size: 20px;
    color: #3c9cfd;
}

.contact-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 0;
}

#contact {
    background: #ffffff;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
}

#contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#contact .contact-block {
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.23);
}

.offset-top {
    margin-top: -100px;
}
*/

/* ==========================================================================
  Subscribe Style
  ========================================================================== */
  #subscribe {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    position: relative;
}

.subscribe-form {
    margin-bottom: 15px;
}

.subscribe-form .sub-title {
    margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.subscribe-form .sub-title p {
    font-size: 14px;
    color: #fff;
}

.subscribe-form .form-wrapper .form-group {
    margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    box-shadow: none;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    background-image: none;
    background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
    color: #ffffff;
    border-color: #fff;
    box-shadow: none;
    outline: 0;
}

.subscribe-form .form-wrapper .btn-search {
    top: 6px;
    right: 22px;
    z-index: 2;
    width: 156px;
    font-weight: 600;
    background: #fff;
    color: #3c96ff;
    height: 52px;
    text-align: center;
    position: absolute;
    padding: 0px;
}

.subscribe-form .form-wrapper input::placeholder {
    color: #fff;
    font-weight: 500;
}

.subscribe-form .form-submit .btn {
    width: 100%;
    padding: 13px 30px;
}

#subscribe .sub-item-box {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
}

#subscribe .sub-item-box .icon-box {
    float: left;
}

#subscribe .sub-item-box .icon-box i {
    font-size: 30px;
    color: #3c9cfd;
}

#subscribe .sub-item-box .text-box {
    margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
    font-size: 16px;
    font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
    margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
    margin-bottom: 0;
}

.contact-social li {
    display: inline-block;
    margin-right: 12px;
    line-height: 40px;
}

.contact-social li a {
    color: #191c1e;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-social li .facebook:hover {
    color: #3b5998;
}

.contact-social li .twitter:hover {
    color: #55acee;
}

.contact-social li .linkedin:hover {
    color: #007bb5;
}

.contact-social li .google-plus:hover {
    color: #dd4b39;
}

/* 

/* ==========================================================================
   Required style fo MODAL 
   ========================================================================== */
/* .icons-added {
    color: #ffffff
} */

/* h2.head-title {
    text-align: left;
} */

.success-submit {
    color: #00BF98;
    position: absolute;
    justify-content: center;
    transition: 3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

.danger-submit {
    color: red;
    position: absolute;
    justify-content: center;
    transition: 3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

.hideMe {
    -webkit-animation: cssAnimation 15s forwards;
    animation: cssAnimation 15s forwards;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
} */



/* loader */

#loader {
    display: flex;
    justify-content: flex-end; /* Alinear a la derecha */
    align-items: center;       /* Centrar verticalmente si es necesario */
    height: 100%;              /* O ajusta según el tamaño del contenedor */
}

.loading .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.loading .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #3c96ff;
    border-color: #3c96ff transparent #3c96ff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none !important;
}

/* modal */
.fade-out {
    opacity: 0;
}

/* Modal general styling */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .custom-modal-dialog {
    position: relative;
    margin: 10% auto;
    width: 80%;
    max-width: 500px;
  }
  
  .custom-modal-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  
  .custom-modal-header {
    display: flex;
    justify-content: flex-end;
  }
  
  .custom-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
  }
  
  .custom-modal-body {
    padding: 20px;
    text-align: center;
  }
  
  .custom-icon {
    font-size: 48px;
    color: red;
  }
  
  .custom-modal-title {
    font-size: 24px;
    margin: 15px 0;
  }
  
  .custom-modal-message {
    font-size: 16px;
    color: #555;
  }
  

  /* Error message styling */

  .with-errors {
    min-height: 26px;
  }

  .error-message {
    color: #ff0026;
    font-size: 12px;
}

.form-area input {
    margin-bottom: 0px;
}
