textarea {
    resize: none !important;
}

#global-loader {
    background-color: rgba(59, 56, 56, 0.75);
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}

#global-loader .loader-img {
    margin: auto;
    display: flex;
    text-align: center;
    position: relative;
    width: 250px;
    top: 35%;
}

.back-to-top {
    background-color: #4c7cf3;
    border-color: #003ad0;
    color: #ffffff;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    bottom: 85px;
    height: 35px;
    width: 35px;
    right: 20px;
    padding: 6px;
    z-index: 10000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top.fade-in {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    position: relative;
    display: flex;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.md-tabs {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    background-color: #a81225;
    border: 0;
    color: #fff !important;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -ms-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.md-tabs .nav-link,
.md-tabs .nav-item {
    color: #fff;
    border: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.md-tabs .nav-link.active,
.md-tabs .nav-item.open {
    color: #fff;
    border: 0;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.text-center {
    margin: auto;
    display: block;
    position: relative;
    text-align: center !important;
}

.navbar .container {
    width: 100%;
    display: block !important;
    height: 100px;
}


.navbar .container .logo-header {
    position: relative;
    margin: auto;
    margin-top: -2px;
    display: flex;
    text-align: center;
    width: 90px;
}

.banner {
    background: linear-gradient(180deg, #003ad0, #4c7cf3);
    text-align: center;
    padding: 50px 50px 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.banner-success {
    background: linear-gradient(180deg, #078339, #00C851);
    text-align: center;
    padding: 50px 50px 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.copyright {
    font-size: 12px !important;
    color: #fff;
    text-decoration: none;
}

.text-dark {
    font-size: 12px !important;
    color: #999 !important;
    text-decoration: none;
}

.copyright a {
    font-size: 12px !important;
    color: #999 !important;
    text-decoration: none;
}

.copyright a:hover {
    color: #999 !important;
    text-decoration: underline;
}

.single-footer-widget h5 {
    font-size: 17px;
    color: #F5F52A;
    font-weight: 500;
}

.single-footer-widget p {
    font-size: 13px !important;
    color: #f9f9f9;
}

.single-footer-widget ul {
    list-style: none;
    margin-left: -40px;
    position: relative;
}

.single-footer-widget ul li a {
    font-size: 13px !important;
    color: #f9f9f9 !important;
    text-decoration: none;
}

.single-footer-widget ul li a:hover {
    color: #f9f9f9 !important;
    text-decoration: underline;
}

@media(max-width: 600px) {
    .single-footer-widget {
        text-align: center !important;
    }
}

.btn-md{
    padding: 0px 25px 25px 25px !important;
}

.section-content{
    padding: 50px
}

.btn i {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

footer {
    background-color: #101010;
}

footer .semi-footer {
    padding: 30px;
}

footer .semi-footer .logo-footer {
    margin: auto;
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: center;
    width: 120px;
}

footer .footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.title{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 24px;
}

.subtitle{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
}

.contentBanner{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}

.text-gray-light {
    color: #6c6c6c !important;
}

.form-control-lg {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    height: 45px !important;
    font-size: 18px !important;
}

textarea.form-control-lg {
    height: 100px !important;
}

.form-control {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #999 !important;
}

.form-control:hover,
.form-control.focused,
.form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #003ad0 !important;
}

.margin-bottom10{
    margin-bottom: 10px;
}

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

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

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

.form-group label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #3b3b3b !important;
}

.top35 {
    position: relative;
    top: 35px;
}

.right20 {
    position: relative;
    right: 20px;
}

.sectionTooltip {
    float: right;
    display: block;
    position: relative;
    top: -50px;
    right: -22px;
}

.info-banner {
    text-align: justify;
    font-size: 26px !important;
}

.info-banner p {
    font-size: 20px !important;
}

@media(max-width: 992px) {
    .info-banner {
        text-align: center !important;
    }
}

.img-banner{
    width: 400px;
}

.img-banner-static{
    width: 300px;
}

@media(max-width: 992px) {
    .img-banner,
    .img-banner-static{
        width: 100% !important;
    }
}

/*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
.titulopagina {
    box-sizing: border-box;
    position: absolute;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 3vw;
    text-transform: uppercase;
    color: #ffffff;
    top: 180px;
    left: 50%;
    transform: translate(-50%, 0);
}
/*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/


.btn-flotante {
    background-color: #ffffff00;
    padding: 1vh;
    position: fixed;
    left: 0;
    top: 50%;
    transition: all 300ms ease 0ms;
    z-index: 99;
}

.btn-flotante:hover {
    background-color: #ffffff00;
}
.flags {
    transition: 300ms;
    margin-bottom: 6px;
    margin-right: 4px;
}
.flags:hover {
    transition: 300ms;
    transform: translateX(7px);
}


@media only screen and (max-width: 600px) {
    .btn-flotante {
        left: 0;
    }
    .flags {
        width: 70%;
    }

    /*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
    .titulopagina{
        top: 130px;
    }
    /*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
}


/*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
@media only screen and (max-width: 1200px) {
    .titulopagina{
        top: 130px;
    }
}
/*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/

@media only screen and (max-width: 500px) {

    /*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
    .titulopagina{
        margin-top: -4vw;
    }
    /*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
}

@media only screen and (max-width: 320px) {

    /*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
    .titulopagina{
        margin-top: -6vw;
    }
    /*se agrego aqui porque se comparte el mismo archivo para todas las paginas*/
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}
.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}
.floating-wpp:hover {
    bottom: 17px;
}
.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}
.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #e5ddd5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
    color: rgb(116, 116, 116);
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.3s;
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
