html {
    font-size: 15px;
}
header {
    background-color: #223167;
    border-bottom: 5px solid #fdc60e;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

h1 {    
    font-size: 35px;
    
}
h1,h2,h3 {
   
    color: #223167;
}
html {
    position: relative;
    min-height: 100%;
}

body {
   
    font-family: "Rubik", sans-serif;
}
.text-small{font-size:12px}
footer a {
    color: #fff !important
}
.elencoSem {
    font-size: 20px;
    font-weight: bold;
    margin-left: 30px !important;
    float: left
}

.ricerca {
    background-color: #fdc60e;
    padding: 20px;
    overflow: hidden
}

    .ricerca input[type="text"] {
        border: 1px solid #fff;
        width: 450px;
        padding: 10px;
        float: left
    }

    .ricerca input[type="submit"] {
        padding: 9px 15px !important;
        float: left
    }

.text-blu {
    color: #223167
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 25px
}

.text-big {
    font-size: 30px
}

.bg-codice-fe {
    background-image: url('../images/codice-destinatario-sdi.webp');
    background-repeat: no-repeat;
    background-position: top right;
}
.box-giallo{
    background-color:#fdc60e;
    padding:30px
}


.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color:#fff!important
}

.bg-blu {
    background-color: #223167
}

.menu-footer a {
    text-decoration: none;
    color: #fff;
    font-size: 18px
}

.bg-grey {
    background-color: #fbfbfb
}

.bg-rosa {
    background-color: #EF4581
}

.text-rosa {
    color: #EF4581
}

.risparmio-garantito {
    position: absolute;
    top: -15px;
    left: -30px;
}

.section-blu {
    background-color: #223167;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.padding-left {
    padding-left: 230px
}

.btn-blu {
    border: 2px solid #223167;
    background-color: #223167;
    color: #fff;
    position: relative;
    padding: 15px 40px 15px 15px;
    text-decoration: none
}

    .btn-blu:hover {
        border-color: #223167;
        background-color: #fff;
        color: #223167;
    }

    .btn-blu:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url(../images/attiva.png) no-repeat 0px 0px;
        top: 8px;
        right: 5px;
        position: absolute;
        display: inline-block;
    }

    .btn-rosa:hover:after {
        background: url(../images/attiva-pink.png) no-repeat 0px 0px;
    }

@media (max-width: 1400px) {
    .ricerca input[type="text"]{
        width:100%;
        margin-bottom:10px;

    }
    .ricerca{margin-bottom:30px;}
    .ricerca input[type="submit"] {
        width:100%;
        float: inherit;
    }
    .padding-left {
        padding-left: 0px;
    }
    .risparmio-garantito {
        position: relative;
        top:inherit;
        left:inherit;
        float: left;
    }
}
@media (max-width: 976px) {
    .section-rosa{text-align:center}

    .risparmio-garantito {
        position: relative;
        float: inherit;
        display:block;
        margin:0 auto
    }
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
