.container-site{

}

.container-site h1{
    font-size: 40px !important;
    font-weight: bold;
    color: #081D32;
}

.container-site h2{
    font-size: 33px !important;
    font-weight: bold;
    color: #081D32;
}

.container-site h3{
    font-size: 26px !important;
    font-weight: bold;
    color: #081D32;
}

.container-site h4{
    font-size: 19px !important;
    font-weight: bold;
    color: #081D32;
}

.foot-site h1{
    font-size: 25px !important;
    font-weight: bold;
    color: white;
}

.foot-site h3{
    font-weight: bold;
    color: white;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#00E676;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.accessibility-float{
	position:fixed;
	width:60px;
	height:100px;
	bottom:120px;
	right:40px;
	background-color:white;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.my-float{
    color:#FFF;
	margin-top:14px;
    margin-left:2px;
}

.fa-whatsapp-icon{
    font-size: 2.3rem;
}

.background-white{
    background-color: white !important;
}

.border-1{
    border-radius: 6px;
}

.border-2{
    border-radius: 10px;
}

.border-radius-1{
    border-radius: 15px;
}

.border-radius-2{
    border-radius: 23px !important;
}

@media screen and (min-width: 320px) {
    .promotional-image-rincel{
        width: 80px;
    }

    .promotional-mi-rincel{
        width: 80px;
    }

    .foot-site h3{
        font-size: 3rem !important;
    }
}

@media screen and (min-width: 576px) {
    .promotional-image-rincel{
        width: 150px;
    }

    .promotional-mi-rincel{
        width: 150px;
    }

    .foot-site h3{
        font-size: 4rem !important;
    }
}

@media screen and (min-width: 768px) {
    .promotional-image-rincel{
        width: 150px;
    }

    .promotional-mi-rincel{
        width: 150px;
    }

    .foot-site h3{
        font-size: 4rem !important;
    }
}

@media screen and (min-width: 992px) {
    .promotional-image-rincel{
        width: 200px;
    }

    .promotional-mi-rincel{
        width: 200px;
    }

    .foot-site h3{
        font-size: 5rem !important;
    }
}

@media screen and (min-width: 1400px) {
    .promotional-image-rincel{
        width: 300px;
    }

    .promotional-mi-rincel{
        width: 250px;
    }

    .foot-site h3{
        font-size: 5rem !important;
    }
}