@font-face {
    font-family: 'gotham-book';
    src: url('fonts/gotham/Gotham-Book.otf');
}

@font-face {
    font-family: 'gotham-bold';
    src: url('fonts/gotham/Gotham-Bold.otf');
}

@font-face {
    font-family: 'gotham-black';
    src: url('fonts/gotham/Gotham-Black.otf');
}

body {
    background-color: transparent;
    font-family: 'gotham-book', Verdana, Geneva, Tahoma, sans-serif;
}
html, body {
    scroll-behavior: smooth;
    transition: all 0.5s;
    overflow-x: none;
    background-size: cover;
    color:#3D3D3E !important;
}


a{
    color:#3D3D3E;
}
:root {
    --primary: #003F8F;
    --primay-hover: #431260;


    --bg-primary: #FFF;
    --bg-secondary: #FFF;


}

#trp-floater-ls{
    display:none;
}

.menu-active{
    border-bottom:1px solid var(--primary);
    font-weight:900;
}


.color-icon{
   width:20px;
   height:20px;
    fill:var(--primary) !important;
}
/******style input lenguaje*******/

.trp-language-switcher > div{
    border:0;
}
.trp-language-switcher > div > a{
    color:var(--primary);
    font-family: 'gotham-book', Verdana, Geneva, Tahoma, sans-serif;
}

.trp-language-switcher > div{
    background-image: linear-gradient(45deg, transparent 50%, var(--primary) 50%), linear-gradient(135deg, var(--primary) 50%, transparent 50%);
}


.overlay{
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    z-index: 1001;
    display: none;
    opacity: 100%;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.modal-cd{
    width: 100vw;
    height: 100vh;
    background: rgb(217,0,13);
    background: linear-gradient(90deg, #FFF 60%, rgba(255,255,255,0) 100%);
    position: fixed;
    z-index: 3001;
    display: none;
}

.modal-cd .close{
    position:absolute;
    cursor: pointer;
    margin-bottom: 30vh;
    color:#0D341A;
    font-family: 'gotham-bold';
    opacity: 1;
    margin-top: -10vh;
    right:0;
}

.content-modal{
    position:relative;
    width: 40vw;
    height: 100vh;
    padding-left: 10vh;
    color:#0D341A !important;
    display: flex;
    justify-content: center;
    flex-direction: column ;
    text-align: left;
}

@media (max-width:600px){
    .content-modal{
        width: 90vw;
        padding-left: 5vh;
    }

    .modal-cd{
        background: linear-gradient(90deg, #FFF 80%, rgba(255,255,255,0) 100%);
    }
}

.content-modal .hr{
    width: 40%;
    height: 1px;
    background-color: #0D341A;
    text-align: left;
}

.content-modal h2{
    color:#0D341A !important;
}

.content-modal p{
    color:#0D341A !important;
}

span.wpcf7-list-item{
    margin: 0 0 0 0em;
}
.wpcf7-list-item-label{
    font-weight:600;
    font-size:0.8rem;
    
}

div.wpcf7-response-output{
    margin: 2em 0em 1em;
    border:0;
    padding:0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'gotham-bold';
    color: var(--primary) !important;
    font-weight: 900 !important;
}

.publications h1{
    line-height:2rem;
    font-size:2rem;
}

#container{
    min-height: 100vh;
}

.container-xxl{
    width: 90%;
    margin-left: 5%;
}
.degrade{
    width: 100%;
      height: auto; 
    background: 
    linear-gradient(to left, #0000 0%, #FFF 50%, #FFF 50%),
    linear-gradient(to bottom, var(--bg-primary) 50%, var(--bg-secondary) 80%);
    
/*      background: 
    -webkit-linear-gradient(to left, #000 0%, #FFF 50%, #FFF 50%),
    -webkit-linear-gradient(to bottom, var(--bg-primary) 50%, var(--bg-secondary) 80%);
    
      background: 
    -moz-linear-gradient(to left, #000 0%, #FFF 50%, #FFF 50%),
    -moz-linear-gradient(to bottom, var(--bg-primary) 50%, var(--bg-secondary) 80%);
    
    background: 
    -ms-linear-gradient(to left, #000 0%, #FFF 50%, #FFF 50%),
    -ms-linear-gradient(to bottom, var(--bg-primary) 50%, var(--bg-secondary) 80%);
    
    background: 
     -o-linear-gradient(to left, #000 0%, #FFF 50%, #FFF 50%),
     -o-linear-gradient(to bottom, var(--bg-primary) 50%, var(--bg-secondary) 80%);
    
    
    background-blend-mode: screen;
    transition: --bg-primary 1s, --bg-secondary 1s, --primary 0.5s;
    
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--bg-primary), endColorstr=var(--bg-secondary), GradientType=1 );*/
	

	
	    background-blend-mode: screen;
    transition: --bg-primary 1s, --bg-secondary 1s, --primary 0.5s;

}

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

.social svg{
    margin-left: 10px;
    width: 28px;
}



.contact{
    padding-top: 40px;
    min-height: 100vh;
    display: flex;
    align-items: baseline;
}

.contact h2{
    font-size: 1.8rem;
    line-height: 1.5rem;
}

input:focus,
input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn {
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 2;
}

.btn.primary {
    color: #FFF;
    font-weight: 600;
    background-color: var(--primary);
    border-color: var(--primary);
        min-width:180px;
}

.btn.primary.active {
    color: #FFF;
    font-weight: 600;
    background-color: #3D3D3E;
    border-color: #3D3D3E;

}

.btn.primary.border {
    border-color: #3D3D3E;
}

.btn.primary.payu {
    width: 180px;
    float: right;
    color: #FFF;
}

.form-control {
    padding-left: 20px;
    border-radius: 0;
}

.form-control.sobre-dark {
    background-color: transparent;
    margin-bottom: 18px;
    color: #3D3D3E;
    border-color: #3D3D3E;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 20px 10px 20px 20px;
}

.sobre-dark::placeholder{
 color: #3D3D3E !important;
}

.sobre-dark::-webkit-input-placeholder{
  color: #3D3D3E !important; 
}

.sobre-dark::-ms-input-placeholder{
  color: #3D3D3E !important; 
}



::-webkit-input-placeholder {
    /* Edge */
    color: var(--primary) !important;
    font-size: 0.8rem;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
   color: var(--primary) !important;
    font-size: 0.8rem;
}

::placeholder {
    color: var(--primary) !important;
    font-size: 0.8rem;
}


/*********************banner***********************/
.swiper-container {
    width: 100%;
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
}

.wrapper-banner{
    height: 480px;
}

.swiper-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.swiper-slide {
    position: relative;
    height: 70%;
    margin-top: -10%;
    transition: all 1s ease-out;
    box-sizing: border-box;
    width: auto;
    opacity: 0.3;
    z-index: 4;
}

.swiper-slide-active {
    margin-top: 0;
    height: 90%;
    width: 60% !important;
    opacity: 1;
    margin-right: -10%;
    z-index: 5;

}

.swiper-slide .wrapper-text{
    width: 100%;
    position: absolute;
    bottom: 40px;
    right: 0%;
}
.swiper-slide .wrapper-text h4{
    font-family: 'gotham-bold';
    color:#FFF;
    padding: 0;
    margin: 0;
}
.swiper-slide .wrapper-text h4>span{
    padding: 3px;
    background-color: var(--primay-hover);
    color:#FFF;
    font-size: 1rem;
    line-height:1.8;
}

.swiper-slide-active .wrapper-text{
    width: 70%;
    position: absolute;
    bottom: 50px;
    right: -40%;
}

.swiper-slide .image{
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor:hand;
}


.swiper-pagination {
    padding-top: 5px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: none;
    position: relative;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent !important;
    border: 1px solid var(--primay-hover);
    opacity: 1;
}

.banner-button-prev,
.banner-button-next {
    position: absolute;
    z-index: 1000;
    color: var(--p_color);
    transition: all 0.2s;
    background: transparent;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}

.banner-button-next{
    width: 120px;
    height: 40px;
    background-image: url('img/icons/right-banner.svg');
    right: 9%;
}

.banner-button-prev{
    width: 40px;
    height: 40px;
    left: 5%;
    background-image: url('img/icons/left-banner.svg');
}

.banner-button-prev:hover {
    transform: translate(-20px, -50%)

}

.banner-button-next:hover {
    transform: translate(20px, -50%)
}

.swiper-pagination-bullet-active::before {
    color:var(--primay-hover);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('img/icons/active.svg');
    margin-top: -2px;
    margin-left: -2px;
    pointer-events: none;
    transition: all 0.5s;
}


.arrow-buttom {
    color: #FFF !important;
}

.arrow-buttom:hover {
    opacity: 0.9;
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 15%;
    width: 100%;
}





/*********************derechos****************/

.tus_derechos, .publications, .legalAdvance{
    display:flex;
}


.legalAdvance img{
	width:100%;
}

.legalAdvance h1{
    color:#3D3D3E !important;
}
.tus_derechos h1 {
    color: var(--primary) !important;
}

.tus_derechos p {
    color: var(--primary);
    font-weight: 100;
}


.tus_derechos .card {
    border-top: 1px solid var(--primary) !important;

}

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

.tus_derechos .card-body ul li a {
    color: #3D3D3E !important;
    font-weight: 100;
}


.tus_derechos .item-checkbox label {
    color: var(--primary);

}


.tus_derechos .switch {
    border: 1px solid var(--primary);
}



@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }

}


main {
    padding-top: 200px;
    padding-bottom: 40px;
}


section.home {
    padding-top: 80px;
}


.home h1 {
    color: var(--primary);
    font-weight: 900;
    font-family: 'gotham-black', Verdana, Geneva, Tahoma, sans-serif;
}

/************legalAdvance************/
.container-xl>.wrapper-content-in-filter {
    width: calc(100% - 250px);
    margin-left: 240px;
}

.detail-blog .title{
     color: var(--primary) !important;
}
.container-xxl>.wrapper-content-in-filter {
    width: calc(100% - 350px);
    margin-left: 340px;
}

section.legalAdvance {
    padding-top: 0px;
    padding-bottom: 0px;
}
.detail-blog h1{
    color:#3D3D3E !important;
}
.detail-blog h2{
        color:#3D3D3E !important;
}
.detail-blog p{
        color:#3D3D3E !important;
}
.detail-blog h5{
        color:#3D3D3E !important;
}
.detail-blog i{
        color:#3D3D3E !important;
}

.detail-blog b{
        color:#3D3D3E !important;
}
.detail-blog a{
        color:#3D3D3E !important;
}
.detail-blog h4{
        color:#3D3D3E !important;
}
.detail-blog h3{
        color:#3D3D3E !important;
}

.detail-blog ul li{
        color:#3D3D3E !important;
}

.detail-blog span{
        color:#3D3D3E !important;
}


.legalAdvance h5{
   
}

.wrapper-filter {
    float: left;
    width: 200px;
    height: 400px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.wrapper-filter h5 {
    font-weight: 900;
    font-size: 1rem;
    font-family: 'gotham-black', Verdana, Geneva, Tahoma, sans-serif;
    position:relative;
        color: var(--primary) !impora;
}

.wrapper-filter .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.7rem;
    border: 1px solid var(--primary);
}

.arrow-sentencias{

float:right;
width:20px;
height:20px;
margin-top:8px;
background-size:contain;
background-image:url('img/icons/up-chevron-gray.svg');
transition:all 0.5s;
}

.collapsed .arrow-sentencias{
    transform: rotate(180deg);
}

.arrow-derecho{

float:right;
width:20px;
height:20px;
margin-top:8px;
background-size:contain;
background-image:url('img/icons/up-chevron-gray.svg');
transition:all 0.5s;
}

.collapsed .arrow-derecho{
    transform: rotate(180deg);
}

.wrapper-filter select>option {
    font-weight: 600;
    font-size: 0.8rem;
}

.filter {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.filter li {
    width: 100%;
    list-style: none;

}

.hr {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var(--primary);
}

.filter li label {
    cursor: pointer;
    display: inline;
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 5px;
}

.color-dark-text{
    color:#3D3D3E !important;
}

.legalAdvance p {
    font-size: 1.1rem;
	word-break: break-word;
    overflow-wrap: break-word;
}

.text-legal-description{
    margin-top: 2rem;
    color:var(--primary);
}

.back-description{
    width: 120px;
    height: 40px;
    background-image: url('img/icons/right-banner.svg');
    left:5%;
    background-repeat: no-repeat;
    transition: all 0.2s;
    transform: translate(0, 0%)  rotate(-180deg);
    cursor: pointer;
}

.title-back-description p{
    font-size: .8rem;
    color: var(--primary);
}

.back-description:hover{
    transform: translate(-20px, 0%)  rotate(-180deg);
}

.accordion-legal {
    margin-top: 40px;
}

.card-body ul li {
    list-style: none;
    margin-bottom: 14px;
}

.card-body ul li a {
       color: #3D3D3E !important;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;

}

.btn-link {
   color: #3D3D3E !important;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.card {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #3D3D3E;
    border-radius: 0;
}

.card-header,
.card-body {
    background-color: transparent;
    border: 0;
}

.card-header {
    padding: 0;
}

/********publications************/

section.publications {
    padding-top: 0px;
    padding-bottom: 0px;
}


.wrapper-publication {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.mark-publication {
    position: relative;
    width: 100%;
    height: 140px;
    border: 1px solid #3D3D3E;
    z-index: 1070;
}


.view-more {
    margin: 10px;
 
}


.view-more.par {
    float: left;
}

.view-more.impar {
    float: right;
}

.view-more p {
    color: #3D3D3E;
    font-weight: 600;
    font-size: 0.4rem;
}

.view-more .ico {
    width: 30px;
    height: 30px;

    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}

.view-more .ico.gray{
    background-image: url('img/icons/more-gray.svg');
}
.view-more .ico.blue{
    background-image: url('img/icons/more-gray.svg');
}

.view-more:hover{
    text-decoration:none;
}

.publication-category {
    font-size: 0.6rem;
     color: #3D3D3E !important;
    font-weight: 600;
    margin: 0;
}

.mark-publication h5 {
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-family: 'gotham-black', Verdana, Geneva, Tahoma, sans-serif;
     color: #3D3D3E !important;
}

.mark-publication .content-title {
    padding: 10px;
    position: absolute;
    bottom: -5px;
    z-index:1;
}

.wrapper-publication .content-image {
    height: 135px;
    width: 60%;
    max-width: 280px;
    background-color: #FFF;
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrapper-publication .descripcion {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #3D3D3E;
    font-weight: 600;
    margin: 0;
}

.wrapper-publication .date {
    margin-top: 5px;
    font-size: 0.8rem;
      color: #3D3D3E !important;
    font-weight: 600;
    float: left;
}


.download {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    text-decoration:none !important;
}

.download .ico {
    width: 25px;
    height: 25px;

    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    margin-left: 7px;
}
.download .ico.blue{
    background-image: url('img/icons/download-gray.svg');
}
.download .ico.gray{
    background-image: url('img/icons/download-gray.svg');
}

.download p {
      color: #3D3D3E !important;
    font-weight: 600;
    font-size: 0.4rem;
}
.wrapper-publication .content-image{
    
opacity:0.5;
}
.wrapper-publication .content-image.impar {
    top: -30px;
    left: -20px;
}

.wrapper-publication .content-image.par {
    top: -30px;
    right: -20px;
}

.wrapper-publication .hr {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#3D3D3E !important;
}

/**************AboutUs******************/

section.aboutUs {
    padding-top: 80px;
}

.aboutUs h1 {
    font-family: 'gotham-black', Verdana, Geneva, Tahoma, sans-serif;
}

.aboutUs h2 {
    color: #3D3D3E;
    font-weight: 900;
    font-family: 'gotham-black', Verdana, Geneva, Tahoma, sans-serif;
}

.aboutUs h5{
    color:#3D3D3E !important;
}

.aboutUs h4 {
    color:#3D3D3E !important;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.aboutUs p {
    /*color: #3D3D3E;
    font-size: 1.1rem;
    font-weight: 600;*/
}

.aboutUs .work-area {
    display: flex;
    width: 100%;
    height: auto;
    border: 1px solid #3D3D3E;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
}

.arrow-down {
    width: 60px;
    height: 190px;
    background-image: url('img/icons/arrow-down.svg');
    position: absolute;
    left: 10%;
    margin-top: -10px;
    transition: transform 0.5s;
    cursor: pointer;
}

.arrow-down:hover {
    transform: translate(0px, 40px)
}

.work-area>.title {
    padding: 5px;
    font-weight: 900;
    font-size: 1.3rem;
    transform: rotate(-90deg) translate(-100%, 0px);
    background-color: #3D3D3E;
    color: #FFF;
    transform-origin: top left;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.work-area img {
    margin-left: 10px;
    width: 80%;
    height: auto;
    margin-bottom: 40px;
}

.container-xl>.about {
    width: calc(100% - 180px);
    margin-left: 180px;
}

.hr-min {
    width: 8px;
    height: 4px;
    background-color: var(--primary);
    margin-bottom: 5px;
}


.item-cargo {
    margin-bottom: 30px;
}

.item-cargo p {
    line-height: 1.3rem;
    margin: 0;
}

.wrapper-sponsors {
    padding-top: 0px;
    padding-bottom: 20px;
    position: relative;
    background-color: transparent;
    height: auto;
    width:100%;
}

.wrapper-sponsors h3 {
    color: var(--primary);
    font-weight: 900;
    font-family: 'gotham-black', Verdana, Geneva, Tahoma, sans-serif;
}

.item-sponsor {
    width: 180px !important;
    height: 180px;
    border:0;
    margin-left: 20px;
    display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.item-sponsor img {
    width: 100%;
}


.dots {
    margin-top: 40px;
}

.dots li {
    cursor: pointer;
    padding: 5px;
    display: inline;
    list-style: none;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.8rem;
    padding-right: 0;
}

.dots li.active {
    border-bottom: 1px solid var(--primary);
}

.dots li::after {
    margin-left: 10px;
    content: '/';
}

.item-checkbox {
    display: flex;
}

.item-checkbox label {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.7rem;
    margin-top: 5px;
    margin-left:0;
}

.checkbox {
    display: none;
}

.checkbox:checked~.switch::before {
    visibility: visible;
    opacity: 1;
}

.switch {
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--primary);
}


.switch::before {
    
    color:var(--primary);
    content: "/";
    font-size:1.1rem;
    display: block;
    width: 20px;
    height: 20px;
    font-family: 'gotham-book', Verdana, Geneva, Tahoma, sans-serif;
  /*  background-image: url('img/icons/active.svg');*/
    margin-top: -6px;
    margin-left:3px;
    pointer-events: none;
    visibility: hidden;
}


.marron::before{
       background-image: url('img/icons/active-marron.svg');
}

.amarillo::before{
       background-image: url('img/icons/active-amarillo.svg');
}

.gray::before{
       background-image: url('img/icons/active-gray.svg');
}


.wrapper-filter-blog-descripcion  {
    text-align: left;
    width: 300px;
    float: left;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 40%;
}



/*******************dona******************/
.dona {
    background-color: var(--primary);

}


/************sliders sponsors************/

.slick-slider {
    margin: 20px;
}

.slick-next {
    background-image: url('img/icons/arrow-right.svg');
    fill:var(--primary);
    background-size: contain;
    right: -104px;
}

.slick-prev {
     background-image: url('img/icons/arrow-left.svg');
    fill:var(--primary);
    background-size: contain;
    left: -104px;

}

.slick-next:focus, .slick-prev:focus{
    outline: none;
    border:0;
}

.slick-next:hover {
    transform: translate(20px, -50%)
}

.slick-prev:hover {
    transform: translate(-20px, -50%)
}



.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 57px;
    height: 47px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    transition: transform .2s;

}

*:focus {
    outline: none;
}

.iframe-cifras{
    width: 800px;
    height: 600px;
}

.form-control.date{
   border-right:0 !important;
}

.date-pick > .input-group-text{
    border-color:var(--primary);   
    border-radius:0;
    border-left:0;
    background-color:transparent;
    height: 30.8px;
    padding-right:.35rem !important;
   
}
.fa{
    color:var(--primary) !important;
}
.bootstrap-datetimepicker-widget table td span.active{
    background-color: var(--primary) !important;
} 

.bootstrap-datetimepicker-widget table td span {
    color:var(--primary);   
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 0px !important;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {

    width: 12em !important;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0px !important;
}

.dropdown-menu{
    border-radius: 0px !important;
    border-color:var(--primary) !important; 
    margin: 0rem 0 0 !important; 
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    font-size: 12px !important;
    color:var(--primary) !important; 
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--primary) !important; 
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

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

a.btn{
	color:white !important;
}


.social-share{
	width:100%;
}
.icon-social img{
	width:42px;
	margin-right:10px;
}

.icon-social:hover{
	text-decoration:none;
}





