

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 302px and up)*/
@media (min-width: 0px) {
.logotipo {
	max-width: 254px;
}
.scroll-up {
	bottom: 31px;
	right: 15px;
}
	.descriptin{
		height: 338px;
	}
    .btn-rounded {
        width: 60px;
        height: 60px;
        margin: 2px;
    }

    .size1 {
        font-size: 20px;
    }
	.hide1 {
	display: none;
}
}

@media (min-width: 400px) {
.logotipo {
	max-width: 300px;
}
	.descriptin{
		height: 250px;
	}
    .btn-rounded {
        width: 65px;
        height: 65px;
        margin: 3px;
    }

    .size1 {
        font-size: 25px;
    }
		.hide1 {
	display: none;
}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.logotipo {
	max-width: 328px;
}
.scroll-up {
	bottom: 30px;
	right: 40px;
}
	.descriptin{
		height: 218px;
	}
    .btn-rounded {
        width: 88px;
        height: 88px;
        margin: 7px;
    }

    .size1 {
        font-size: 30px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.logotipo {
	max-width: 328px;
}
	.descriptin{
		height: 155px;
	}
	.hide1 {
	display: unset;
}
	.hide2 {
	display: none;
}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.logotipo {
	max-width: 350px;
}
	.descriptin{
		height: 150px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.logotipo {
	max-width: 380px;
}
	.descriptin{
		height: 140px;
	}
}


/* Extra small devices (portrait phones, inferiori a 350px) */
@media (max-width: 319.98px) {
#card2 {
	display: none;
}
}

/* Extra small devices (portrait phones, inferiori a 576px) */
@media (max-width: 575.98px) {
#card2 {
	display: none;
}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
#card3 {
	display: none;
}
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}



/* mostro l'header fisso - portrait mode */
/* true se si è sopra la max-heigt e sotto la min-height */
@media screen and (max-width: 567.98px) and (min-height: 680px) {
#headfix {
	display: block !important;
}
#headhide {
	display: none !important;
}
body {
	padding-top: 0px;
}
}

/* mostro l'header mobile - landscape mode */
@media screen and (min-width: 568px) and (max-height: 679.98px) {
#headfix {
	display: none !important;
}
#headhide {
	display: block !important;
}
body {
	margin-top: -87px;
}
}

#headhide {
	display: none;
}
body {
	padding-top: 14px;
	padding-bottom: 24px;
}
/* navbar */
.navbar {
    height: 38px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 26px;
}
.navbar-toggler {
	padding: 3px;
}

.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255,.0);
}
#menu {
	outline: none;
}
#corpo {
	padding-top: 111px;
}
.header {
	padding-top: 18px;
	padding-bottom: 17px;
}
.jumbotron {
	background: none;
	padding-top: 22px;
	padding-bottom: 0px;
}
.container {
	padding-right: 0px;
	padding-left: 0px;
}
/* carousel */
.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
}
.carousel-indicators .active {
	background-color: #722257;
}
.carousel-indicators li {
	background-color: rgba(92, 11, 63, 0.46);
}
/* footer */
.footer {
	position: fixed;
	height: 24px;
	bottom: 0;
	text-align: center;
	font-size: 15px;
	width: 100%;
	z-index: 98;
	color: #C5C5C5;
}
.footer a {
	color: #C5C5C5;
}

/* bottoni */
.btn-purple {
	color: #fff;
	background-color: #722257;
	border-color: #441333;
}
.btn-rounded {
	border-radius: 100%;
	background-color: #AFAFAF;
	border-color: #8F8F8F;
	color: white;
}
.btn-rounded:hover {
	background-color: #722257;
}

.btn-color{
	background-color: #722257;
}

.btn-rounded:active {
	background-color: #E29FCB;
}

/* colori */
.bg-purple {
	background-color: #722257;
}
.text-gray {
	color: #C5C5C5;
}
.col-sm {
	padding-top: 15px;
}
.fab {
	color: white;
}
/* link */
a {
	color: #722257;
}

a:hover {
    color: #E66FE9;
   /* text-decoration: underline;*/
}

.btn-link {
	color: #722257;
}
/* Scroll to top */
.scroll-up {
	position: fixed;
	display: none;
	/*bottom: 7px;
	right: 7px;*/
	height: 36px;
	width: 36px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	z-index: 999;
	background-color: #722257;
	border-radius: 6px;
	opacity: 0.5;
}
.scroll-up a {
	display: block;
	color: #000;
	opacity: 0.5;
}
.scroll-up a:hover, .scroll-up a:active {
	opacity: 1;
	color: #000;
}
.fa-angle-double-up {
	color: white;
}
.fa-angle-double-up a:hover, .fa-angle-double-up a:active {
	opacity: 1;
	color: #000;
}

/* carousel */
.descriptin {
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

/* carousel */
.descriptin {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.carousel-indicators {
	margin-bottom: -2rem;
}

.carousel-control-next, .carousel-control-prev {
	top: unset;
	bottom: -26px;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#722257' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#722257' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
/*.size1 {
	font-size: 40px;
}*/

.card-footer {
	font-size: 12px;
}

.card-text {
	padding-left: 16px;
	padding-right: 16px;
}

.text-white{
    color:white !important;
}


/*
    Only for Microsoft Edge, top padding navbar fix

*/
@supports (-ms-ime-align: auto) {
    #navbarimg {
        padding-top: unset;
    }
}