/*
Theme Name: Coetus UNADE
Theme URI: https://github.com/tidythemes/blankslate
Author: Alvaro Rodriguez Perez
Author URI: https://grupoioe.es/
Description: .
Tags: UNADE, WEB, UNIVERSIDAD, GRUPOIOE, IOE
Version: 2023
Template: coetus
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Coetus UNADE
*/
/* Default Value For IE */
body{
    color: #333333;
    background-color: #ffffff;
}
h1, h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;

}
h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.1px;
    font-smoothing: grayscale;
    margin: 0;
    color: var(--general-text-color);
    background-color: var(--background-color-body);
    line-height: 1.5;
    overflow-x: hidden;
}

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #2F349C;
}

::selection{
    background-color:#B4C2DF;
    color:#313131;
}

-webkit-::selection{
    background-color:#B4C2DF;
    color:#313131;
}

::-moz-selection{
    background-color:#B4C2DF;
    color:#313131;
}

/* Default Value For IE */
a{
    color: #2f349c;
}

a{
    text-decoration: none !important;
    color: var(--link-color);
    transition: color .3s ease;
}

h5, h6 {
    color: #333333;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .5em;
    letter-spacing: .25px;
    margin-top: 1em;
    line-height: 1.1;
}

a:hover {
    color: #3287cd;
}

#wrapper {
    position: relative;
    margin: auto;
    width: 100%;
    /*max-width: 1600px;*/
    max-width: 1920px;
    background-color: #fff;
    transition: filter .3s ease,-webkit-filter .3s ease;
    display: block;
}

.ct-col{
    padding-right: 15px;
    padding-left: 15px;
}

.color-white
{
    color: white !important;;
}

/* Default value for IE */
.color-primary
{
    color: #2f349c !important;;
}

.color-primary
{
    color: var(--primary-color) !important;;
}

/* Default value for IE */
.color-secondary
{
    color: #ffcf37 !important;;
}

.color-secondary
{
    color: var(--secondary-color) !important;;
}

.color-black
{
    color: #333333 !important;;
}

.bg-white
{
    background-color: white !important;;
}

/* Default Value For IE */
.bg-primary
{
    background-color: #2f349c !important;;
}

.bg-primary
{
    background-color: var(--primary-color) !important;;
}

/* Default Value For IE */
.bg-secondary
{
    background-color: #ffcf37 !important;;
}

.bg-secondary
{
    background-color: var(--secondary-color) !important;;
}

.bg-black
{
    background-color: #333333 !important;;
}

.border-color-white
{
    border-color: white !important;;
}

/* Default Value For IE */
.border-color-primary
{
    border-color: #2f349c !important;;
}

.border-color-primary
{
    border-color: var(--primary-color) !important;;
}

/* Default Value For IE */
.border-color-secondary
{
    border-color: #ffcf37 !important;;
}

.border-color-secondary
{
    border-color: var(--secondary-color) !important;;
}

.border-color-black
{
    border-color: #333333 !important;;
}

.icon-white
{
    fill: white !important;;
}

/* Default Value For IE */
.icon-primary
{
    fill: #2f349c !important;;
}

.icon-primary
{
    fill: var(--primary-color) !important;;
}

/* Default Value For IE */
.icon-secondary
{
    fill: #ffcf37 !important;;
}

.icon-secondary
{
    fill: var(--secondary-color) !important;;
}

.icon-black
{
    fill: #333333 !important;
}

*:disabled, .disabled, [disabled], [readonly] {
    cursor: not-allowed !important;
    background-color: #f2f2f2 !important;
    opacity: .65;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #c2ceda !important;
}

.form-control {
    border-radius: 4px !important;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
}

.float-label-custom label {
    font-size: .90rem;
}

.form-control:not(textarea), .select2-container .select2-selection--single {
    height: calc(2.2rem) !important;
}

.table td, .table th {
    padding: .3rem;
    vertical-align: middle;
    border-top: 0px;
}

.table thead th{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-sticky thead tr:nth-child(1) th{
    position: sticky;
    top: 0;
}

.form-control:not(textarea), .select2-container .select2-selection--single {
    height: calc(2.1rem) !important;
}

.select2-selection{
    font-size: 0.78rem;
}

#wrapper [id^=attachment]{
    max-width: 100%;
    width: unset!important;
}

#wrapper_notification{
    position: fixed;
    min-height: 200px;
    top: 86px;
    right: 0;
    z-index: 10000000;
    overflow-y: auto;
    max-height: 80vh;
}

#wrapper_notification .toast.info{
    background: #a7bacb;
}

#wrapper_notification .toast.success{
    background: #22965860;
}

#wrapper_notification .toast.warning{
    background: #FFC10799;
}

#wrapper_notification .toast.danger{
    background: #f44336;
}

.ct-post-edit-link{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 16px;
    left: 16px;
    background-color: #e8e6df;
    border-radius: 28px;
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%);
    z-index: 5;
    padding: 10px;
}

.ct-post-edit-link .ct-icon {
    transition: transform .3s ease;
}

.ct-post-edit-link:hover .ct-icon {
    transform: rotate(60deg);
}

.ct-icon, .ct-button{
    transition: all .3s ease;
}

.ct-button .ct-icon {
    fill: #333333;
}

/* Default Value For IE */
.ct-button {
    background: #2f349c;
}

.ct-button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 36px;
    padding: 0 16px;
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    color: #fff;
    letter-spacing: .75px;
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Button Primary */

/* Default Value For IE */
.ct-button.ct-button--primary{
    background-color: #2f349c;
    border: 1px solid #2f349c;
}

.ct-button.ct-button--primary{
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}

/* Default Value For IE */
.ct-button.ct-button--primary.ct-button--inverse{
    color: #2f349c;
    border: 1px solid #2f349c;
}

.ct-button.ct-button--primary.ct-button--inverse{
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.ct-button.ct-button--primary .ct-icon {
    fill: #ffffff;
}

/* Default Value For IE */
.ct-button.ct-button--primary.ct-button--inverse .ct-icon {
    fill: #2f349c;
}

.ct-button.ct-button--primary.ct-button--inverse .ct-icon {
    fill: var(--primary-color);
}

/* Default Value For IE */
.ct-button.ct-button--primary:not(.onSubmit):hover, .ct-button.ct-button--primary:not(.onSubmit):focus{
    color: #2f349c;
}

.ct-button.ct-button--primary:not(.onSubmit):hover, .ct-button.ct-button--primary:not(.onSubmit):focus{
    color: var(--primary-color);
    background-color: #ffffff;
}

/* Default Value For IE */
.ct-button.ct-button--primary.ct-button--inverse:hover, .ct-button.ct-button--primary.ct-button--inverse:focus{
    background-color: #2f349c;
}

.ct-button.ct-button--primary.ct-button--inverse:hover, .ct-button.ct-button--primary.ct-button--inverse:focus{
    color: #ffffff;
    background-color: var(--primary-color);
}

/* Default Value For IE */
.ct-button.ct-button--primary:hover .ct-icon, .ct-button.ct-button--primary:focus .ct-icon{
    fill: #2f349c;
}

.ct-button.ct-button--primary:hover .ct-icon, .ct-button.ct-button--primary:focus .ct-icon{
    fill: var(--primary-color);
}

.ct-button.ct-button--primary.ct-button--inverse:hover .ct-icon, .ct-button.ct-button--primary.ct-button--inverse:focus .ct-icon{
    fill: #ffffff;
}

/* Button Secondary */

/* Default Value For IE */
.ct-button.ct-button--secondary{
    background-color: #ffcf37;
    border: 1px solid #ffcf37;
}

.ct-button.ct-button--secondary{
    background-color: var(--secondary-color);
    color: #ffffff;
    border: 1px solid var(--secondary-color);
}

/* Default Value For IE */
.ct-button.ct-button--secondary.ct-button--inverse{
    color: #ffcf37;
    border: 1px solid #ffcf37;
}

.ct-button.ct-button--secondary.ct-button--inverse{
    background-color: #ffffff;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.ct-button.ct-button--secondary .ct-icon {
    fill: #ffffff;
}

/* Default Value For IE */
.ct-button.ct-button--secondary.ct-button--inverse .ct-icon {
    fill: #ffcf37;
}

.ct-button.ct-button--secondary.ct-button--inverse .ct-icon {
    fill: var(--secondary-color);
}

/* Default Value For IE */
.ct-button.ct-button--secondary:not(.onSubmit):hover, .ct-button.ct-button--secondary:not(.onSubmit):focus{
    color: #ffcf37;
}

.ct-button.ct-button--secondary:not(.onSubmit):hover, .ct-button.ct-button--secondary:not(.onSubmit):focus{
    color: var(--secondary-color);
    background-color: #ffffff;
}

/* Default Value For IE */
.ct-button.ct-button--secondary.ct-button--inverse:hover, .ct-button.ct-button--secondary.ct-button--inverse:focus{
    background-color: #ffcf37;
}

.ct-button.ct-button--secondary.ct-button--inverse:hover, .ct-button.ct-button--secondary.ct-button--inverse:focus{
    color: #ffffff;
    background-color: var(--secondary-color);
}

/* Default Value For IE */
.ct-button.ct-button--secondary:hover .ct-icon, .ct-button.ct-button--secondary:focus .ct-icon{
    fill: #ffcf37;
}

.ct-button.ct-button--secondary:hover .ct-icon, .ct-button.ct-button--secondary:focus .ct-icon{
    fill: var(--secondary-color);
}

.ct-button.ct-button--secondary.ct-button--inverse:hover .ct-icon, .ct-button.ct-button--secondary.ct-button--inverse:focus .ct-icon{
    fill: #ffffff;
}

/* Button Red */

.ct-button.ct-button--red{
    background-color: #ef5656;
    border: 1px solid #ef5656;
    color: #ffffff;
}

.ct-button.ct-button--red.ct-button--inverse{
    background-color: #ffffff;
    color: #ef5656;
    border: 1px solid #ef5656;
}

.ct-button.ct-button--red .ct-icon {
    fill: #ffffff;
}

.ct-button.ct-button--red.ct-button--inverse .ct-icon {
    fill: #ef5656;
}

.ct-button.ct-button--red:not(.onSubmit):hover, .ct-button.ct-button--red:not(.onSubmit):focus{
    color: #ef5656;
    background-color: #ffffff;
}

.ct-button.ct-button--red.ct-button--inverse:hover, .ct-button.ct-button--red.ct-button--inverse:focus{
    color: #ffffff;
    background-color: #ef5656;
}

.ct-button.ct-button--red:hover .ct-icon, .ct-button.ct-button--red:focus .ct-icon{
    fill: #ef5656;
}

.ct-button.ct-button--red.ct-button--inverse:hover .ct-icon, .ct-button.ct-button--red.ct-button--inverse:focus .ct-icon{
    fill: #ffffff;
}

/* Button White */

.ct-button.ct-button--white{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.ct-button.ct-button--white.ct-button--inverse{
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.ct-button.ct-button--white.ct-button--inverse .ct-icon {
    fill: #ffffff;
}

.ct-button.ct-button--white .ct-icon {
    fill: #333333;
}

.ct-button.ct-button--white.ct-button--inverse{
    background: transparent;
    font-weight: 400;
}

.ct-button.ct-button--white:hover, .ct-button.ct-button--white:focus{
    background-color: hsla(0,0%,100%,.3);
}

.ct-button:hover{
    text-decoration: none;
}

.ct-video--frame {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
}

.carousel-control-next, .carousel-control-prev {
    width: 15%;
}

.ct-button--text {
    padding: 0;
    min-width: unset;
    font-weight: 500;
    background: transparent;
    color: #333;
    text-decoration: underline !important;
}

.nav-links{
    padding: 2rem;
}

.nav-links .nav-previous, .nav-links .nav-next{
    padding-left: 1rem;
    display: inline-block;
}

/* Default Value For IE */
.nav-links .nav-previous > a, .nav-links .nav-next > a{
    background-color: #2f349c;
    border: 1px solid #2f349c;
}

.nav-links .nav-previous > a, .nav-links .nav-next > a{
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 36px;
    padding: 0 16px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    letter-spacing: .75px;
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Default Value For IE */
.nav-links .nav-previous > a:hover, .nav-links .nav-next > a:hover,
.nav-links .nav-previous > a:focus, .nav-links .nav-next > a:focus{
    color: #2f349c;
}

.nav-links .nav-previous > a:hover, .nav-links .nav-next > a:hover,
.nav-links .nav-previous > a:focus, .nav-links .nav-next > a:focus{
    color: var(--primary-color);
    background-color: #ffffff;
}

.form-control:not(textarea), .select2-container .select2-selection--single {
    height: calc(2.1rem) !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-control, .form-control, .select2-selection, .select2-selection {
    transition: all .3s ease;
}

.input_file_group input[type=text].input_file_copy, .form-control {
    color: #233245;
    border: 1px solid #c2ceda;
}

.ct-formcontrol-minimal-border
, .ct-formcontrol-minimal-border ~ .select2-container--default .select2-selection--single
, .ct-formcontrol-minimal-border ~ .select2-container--default .select2-selection--multiple{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    outline: none;
}

.alert-feedback{
    padding: 1rem 2rem 1rem 2rem;
    background-color: #c6eaef;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-help {
    cursor: help;
}

.cursor-progress{
    cursor: progress !important;
}

.cursor-progress .cursor-not-allowed, .cursor-progress .cursor-help, .cursor-progress .cursor-pointer {
    cursor: progress !important;
}

.pointer-events-none{
    pointer-events: none;
}

/* Default Value For IE */
.tag-warning:before {
    color: #FFC107;
}

.tag-warning:before {
    display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 105%;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin-right: 5px;
    color: var(--coetus-yellow-warning);
}

/* Default Value For IE */
.tag-danger:before, .tag-error:before {
    color: #D33824;
}

.tag-danger:before, .tag-error:before {
    display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 105%;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06a";
    margin-right: 5px;
    color: var(--coetus-red-3);
}

/* Default Value For IE */
.tag-info:before {
    color: #233245;
}

.tag-info:before {
    display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 105%;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    margin-right: 5px;
    color: var(--coetus-blue-7);
}

/* Default Value For IE */
.tag-success:before {
    color: #22965860;
}

.tag-success:before {
    display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 105%;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    margin-right: 5px;
    color: var(--coetus-green-3);
}

.coetus-box-collapse-enable{
    max-height: 350px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.coetus-box-collapse-enable .coetus-block-toggle{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 10px 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,transparent),to(#fff));
    background: -webkit-linear-gradient(top,transparent 1%,#fff);
    background: -o-linear-gradient(top,transparent 1%,#fff);
    background: linear-gradient(
            180deg,transparent 1%,#fff);
}

.coetus-box-collapse-enable .coetus-block-toggle .coetus-block-toggle--button{
    font-weight: 600;
    font-size: 12px;
    border: 0;
    background: transparent;
    position: relative;
    width: 100%;
    color: #133155;
}

.coetus-box-collapse-enable.active {
    padding-bottom: 30px;
}

.coetus-box-collapse-enable .coetus-block-toggle--button .icon-collapsed{
    display:block;
    padding-left: .5rem;
}

.coetus-box-collapse-enable.active .coetus-block-toggle--button .icon-collapsed{
    display: none;
}

.coetus-box-collapse-enable .coetus-block-toggle--button .icon-expand{
    display: none;
    padding-left: .5rem;
}

.coetus-box-collapse-enable.active .coetus-block-toggle--button .icon-expand{
    display:block;
}

/* Default Value For IE */
.nav-coetus .nav-item .nav-link.active{
    border-bottom: 2px solid #2f349c;
}

.nav-coetus .nav-item .nav-link.active{
    border-bottom: 2px solid var(--primary-color);
}

.nav-coetus .nav-item{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-size: 17px;
    letter-spacing: .2px;
    padding: .5rem 0;
    transition: all .3s ease;
}

.nav-coetus .nav-item .nav-link{
    color: grey;
}

.nav-coetus .nav-item .nav-link.active{
    color: #333333;
}

/* Default Value For IE */
.nav-coetus .nav-item .nav-link:hover{
    color: #2f349c;
}

/* Default Value For IE */
.nav-coetus .nav-item .nav-link:hover{
    color: #2f349c;
}

.nav-coetus .nav-item .nav-link:hover{
    color: var(--link-color);
}

.custom-checkbox .custom-control-label{
    padding-right: calc(1.5em + 0.75rem);
}

.ct-load-init-ajax{
    animation: loadingInit 1.4s linear infinite;
}

.custom-control-label[for='form-politica-privacidad'] {
    margin-left: 1.55rem;
    font-size: 90%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}

.ct-footer-bottom--logo{
    width: auto;
    max-height: 60px;
}

@-webkit-keyframes coetusshake {
    0% {
        background-color: #eafaff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    30% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    40% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        background-color: #eafaff;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    60% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    70% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    80% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    90% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes coetusshake {
    0% {
        background-color: #eafaff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    30% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    40% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    50% {
        background-color: #eafaff;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    60% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    70% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    80% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    90% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes loadingInit{
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important; bottom: 0px !important; opacity: 0.4;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

.pr-8{
 padding-right: 3rem !important;
}

.pl-8{
    padding-left: 3rem !important;
}

img[class*=wp-image-] {
    height: auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}