/*
font-family: 'Source Sans Pro', sans-serif;	
	
naranjo: #f36c45	
celeste: #63cdf6
morado: #957cb9
gris: #6d6e71
	
*/


.bg-naranjo{
	background-color: #f36c45 !important;	
}
.bg-celeste{
	background-color: #63cdf6 !important;	
}
.bg-morado{
	background-color: #957cb9 !important;	
}

.g-font-primary {
    font-family: 'Source Sans Pro', sans-serif;	
}

.g-bg-secondary {
    background-color: #6d6e71 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;	
}


.tp-caption.NotGeneric-Title.NotGeneric-Title1, .NotGeneric-Title.NotGeneric-Title1 {
    color: #957cb9;
}

.tp-caption.NotGeneric-Title.NotGeneric-Title2, .NotGeneric-Title.NotGeneric-Title2 {
    color: #f36c45;
}

.input-group-overlay {
    position: relative;
    width: 100%;
}

.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem 1rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
}



.input-group-append-overlay .input-group-text, .input-group-prepend-overlay .input-group-text {
    border: 0;
    background-color: transparent;
}

[class^="czi-"], [class*=" czi-"] {
    display: inline-block;
    font-family: 'cartzilla-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out;
}

.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
    padding-left: 2.5rem;
    border-top-left-radius: .3125rem !important;
    border-bottom-left-radius: .3125rem !important;
}

.input-group-overlay .appended-form-control:not(.rounded-right-0) {
    padding-right: 2.5rem;
    border-top-right-radius: .3125rem !important;
    border-bottom-right-radius: .3125rem !important;
}

.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}

.input-group-append-overlay {
    right: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem 2rem .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    vertical-align: middle;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
    box-shadow: 0 0 0 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.input-group-append-overlay .form-control, .input-group-append-overlay .custom-select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
    font-family: 'Source Sans Pro', sans-serif;	
    }
    
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
    font-family: 'Source Sans Pro', sans-serif;
    }
    
 .logo-xs{
    width: 75px;
 }
    
    
    
    
    
    