/* ---------------------------------------

[Main Stylesheet]

Project:    	  Plataforma Codigos de promociones
Version:    	  1.0
------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style

-------------------------------------------*/
/*** 

================
1	Fonts
================


font-family: 'Monserrat', sans-serif;
font-family: 'Open Sans', sans-serif;

 ***/
 /* Data table */
div.dt-container .dt-input {
    border: 1px solid #000 !important;
}
.table{
    border-color: #000000 !important;
}
/* Data table */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700%7CComfortaa:400,600,700&display=swap");

.text-center{
    text-align: center;
}
/*



===============
2	Reset Css
===============

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

===================
3	Global Settings
===================

 ***/

body {
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #292929;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    font-family: "Open Sans", sans-serif;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

::selection {
    background-color: rgba(253, 213, 11, 0.1);
    color: #FDD50B;
}

-moz-::selection {
    background-color: rgba(253, 213, 11, 0.1);
    color: #FDD50B;
}

-webkit-::selection {
    background-color: rgba(253, 213, 11, 0.1);
    color: #FDD50B;
}

-o-::selection {
    background-color: rgba(253, 213, 11, 0.1);
    color: #FDD50B;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}
.input-primario{
    border: 1px solid #f9d76317 !important;
    border-radius: 30px !important;
    background-color: #f9d76317 !important;
    color: #ffe79d !important;
}

.border-0 {
    border: 0px;
}

.radius-50 {
    border-radius: 50px !important;
}

.centered {
    text-align: center;
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
.active{
    color: #ffe79d !important;
}
.w-100{
    width: 100% !important;
}

/*** 

==================
4    Color Classes
==================

***/
.primario{
    color: #ffd675;
}
.cl-black {
    color: #292929;
}

.cl-primary {
    color: #FDD50B;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #252F5A;
}

.cl-blue-2 {
    color: #252F5A;
}

.cl-green {
    color: #6FDA44;
}

.cl-mint {
    color: #182137;
}

.cl-yellow {
    color: #A3CB38;
}

.cl-facebook {
    color: #3B5999;
}

.cl-twitter {
    color: #55ACEE;
}

.cl-youtube {
    color: #CD201F;
}

.cl-pinterest {
    color: #BD081C;
}

.cl-instagram {
    color: #F5214A;
}

.facebook-bg {
    background: #3B5999;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #CD201F;
}

.pinterest-bg {
    background: #BD081C;
}

.google-plus-bg {
    background: #DD5144;
}

.linkedin-bg {
    background: #0077B5;
}

.instagram-bg {
    background: #F5214A;
}

/*** 

==================
5    Section Styles
==================

***/
.container {
    max-width: 1200px;
}

.section-padding {
    padding: 50px 0;
}

.section-padding-2 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section-padding-3 {
    padding-top: 50px;
    padding-bottom: 10px;
}

.section-title {
    margin-bottom: 20px;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: -6px;
}

.section-title h2 span {
    color: #FDD50B;
}

.section-title h4 {
    font-size: 16px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 10px;
    color: #FDD50B;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 3px;
}

.section-title p {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }

    .section-padding-2 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .section-padding-3 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 450px) {
    .section-title h2 {
        font-size: 32px;
    }
}

/*** 

=======================
6    Margin and Padding
=======================

***/
/* 
    Margin Top styles
*/
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
    Margin Bottom Styles
*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
    Margin Right Styles
*/
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
    Margin Left Styles
*/
.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

/* 
    Padding Top Styles
*/
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
    Padding Bottom Styles
*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
7    Background and Overlay
============================

***/

.bg-light-soft {
    background-color: #f8f9fa05 !important;
}

.gray-bg {
    background: #F9F9F9;
}

.black-bg {
    background: #292929;
}

.black-bg-2 {
    background: #555555;
}

.primary-bg {
    background: #FDD50B;
}

.primary-light-bg {
    background: #00C9B72c;
}

.primary-bg-dark {
    background: #037EBD;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #252F5A;
}

.light-blue-bg {
    background: #234BA5;
}

.green-bg {
    background: #6FDA44;
}

.blue-bg-2 {
    background: #000040;
}

.yellow-bg {
    background: #FDB62F;
}

.yellow-light-bg {
    background: #FEEDCD;
}

.purple-bg {
    background: #8E0EF0;
}

.purple-light-bg {
    background: #E8CFFC;
}

.mint-bg {
    background: #182137;
}

.transparent-bg {
    background: transparent;
}

.gradient-bg {
    background-image: linear-gradient(to left, #150b1b 0%, #18263e 100%);
}

.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
    content: "";
    z-index: -1;
    opacity: .6;
}

.mint-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.mint-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #182137;
    content: "";
    z-index: -1;
    opacity: .7;
}

.blue-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.blue-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #240e9a;
    content: "";
    z-index: -1;
    opacity: .65;
}

.gradient-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.gradient-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #308e0a;
    content: "";
    z-index: -1;
    opacity: .8;
}

/*** 

===================
8    Buttons Style
===================

***/
.bttn-mid {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 12px 38px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s;
    font-family: "Comfortaa", sans-serif;
}

.bttn-small {
    position: relative;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 28px;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    font-family: "Comfortaa", sans-serif;
    text-transform: uppercase;
}

.bttn-mid i, .bttn-small i {
    margin-right: 7px;
}

.btn-fill {
    color: #292929;
    background: #FDD50B;
}

.btn-fill:hover {
    background: #252F5A;
    color: #FDD50B;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.bttn-mid.btn-emt {
    padding: 12px 41px;
}

.btn-emt {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-emt:hover {
    color: #fff;
    box-shadow: none;
    background: #FDD50B;
    border: 2px solid transparent;
}

.btn-wht {
    background: #ffffff;
    color: #292929;
}

.btn-wht:hover {
    background: #FDD50B;
    color: #292929;
}
.buttonc-gradient {
    background: rgb(255,201,0);
background: linear-gradient(90deg, rgba(255,201,0,1) 0%, rgba(251,161,71,1) 100%) !important;
}

/*

==========================
9  Main Header style
==========================

*/
.background-login{
    background-image: url("../img/banner/1.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-dark-bg{
    background: #000000de;
    width: 100%;
    height: 100%;
}

.background-form{
   width: 100%;
    height: 90vh;
    background: #0000005c;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    width: 100%;
    height: 90vh;
}
.img-hero{
    width: 430px;
    display: block;
    margin: auto;
}
.s-buttom{
    margin-right: 30px !important;
}
.reg-area{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}
.card-data{
    margin-bottom: 80px;
    background: #f1aa00;
    padding: 30px;
    border-radius: 15px;

}


.portada-perfil{
    width: 100%;
    height: 350px;
    background: red;
    background-image: url("../img/banner/portada.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
}
.imagen-perfil{
    width: 200px;
    height: 200px;
    background: blue;
    background-image: url("../img/banner/logo2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    border: 4px solid white;
}
.cargar-portada{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffffff80;
    padding: 5px 10px;
    border-radius: 10px;
}
.input-portada{
    display: none;
}
.badge-p{
    background: #002c6da3;
    padding: 2px 4px;
    border-radius: 6px;

}
.text-com{
    font-size: 12px;
    margin-top: 0px;
    font-weight: 100;
    color: #ffd675;
}
/*

===============================
10   Footer Area
===============================

*/


/*

