﻿/*FONTS*/

/* poppins-300 - latin */
@font-face {
    font-family: 'PoppinsLight';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Poppins/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/Poppins/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Poppins/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Poppins/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/Poppins/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Poppins/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Poppins/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'PoppinsBold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Poppins/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/Poppins/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Poppins/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Poppins/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
    font-family: 'PoppinsExtraBold';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Poppins/poppins-v15-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/Poppins/poppins-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Poppins/poppins-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Poppins/poppins-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Poppins/poppins-v15-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}


* {
    font-family: 'Poppins', sans-serif;
    margin:0;
    padding:0;
}

.text-poppins-bold{
    font-family: PoppinsBold;
}


.text-poppins-light {
    font-family: PoppinsLight;
}

.btn-link-no-style{
    text-decoration: none;
}

.btn-link-no-style:hover {
    opacity: 0.8;
    color: inherit;
}

.bg-fafafa{
    background-color: #fafafa;
}

.text-dark-54{
    color:#545454;
}

.text-dark-54-80 {
    color: rgba(84, 84, 84, 0.8);
}

.text-primary-conad {
    color: #E77F2D;
}

.max-w-960px{
    max-width:960px;
}

.max-w-380px {
    max-width: 380px;
}

.salva-continua {
    max-width: 318px;
    height: 60px;
    background-color: #E77F2D;
    border: none;
}

.salva-continua:hover {
    background-color: #DF711A;
}

.delete-all {
    max-width: 318px;
    height: 60px;
    background-color: #E92417;
    border: none;
}

    .delete-all:hover {
        background-color: #BD180D;
    }

.my-submit {
    max-width: 318px;
    height: 54px;
    background-color: #E77F2D;
    border: none;
    font-size: 18px;
}

.my-submit:hover {
    background-color: #DF711A;
}


.my-submit:focus + .btn-success, .my-submit:focus {
    color: #fff;
    background-color: #E77F2D;
    border-color: #E77F2D;
    box-shadow: 0 0 0 0.25rem rgb(231 127 45 / 25%);
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-8 {
    font-size: 8px !important;
}

.a-no-style {
    text-decoration: none;
    color: inherit;
}

.a-no-style:hover {
    opacity: 0.8;
    color: inherit;
}

.text-red-error {
    color: #C21409;
}

.opacity-80{
    opacity:0.8;
}