@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

html{
    scroll-behavior: smooth;

}

hr {
    width: 75%; 
    border-color: #5165ac;
}


.card-deck{
    margin-bottom: 1em;
}

form {
padding: 2em;
border: solid 0.2em #5165ac;
}

.carousel-caption > p {
    color: #fff;
}
h3, h2{
    text-align: center;
    color: #5165ac;
}

.btn {
    align-content: center;
    background-color: #5165ac;
    ;
}
.wa {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}
a{
    text-decoration: none;
}
.redes a img {
    padding-top: 1rem;
  
}
footer,.footer{
    margin-top: 20px;
    color:#fff;
    background: #424242;
    text-align: center;
}
.row li a{
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}
mark{
    display: block;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.my-float:hover {
    color: #303030;
}
@media (max-width: 767px) { 

    .nos{
        border-right: none;
        border-bottom: solid 0.1em #5165ac;
        margin-bottom: 2rem;

    }
    .segu{
        margin-left: 4rem;
        
    }
    mark{
        display: inline;
    }
 }
 
@media (min-width: 768px) {  
    .nos {
        border-right: solid 0.1em #5165ac;
        margin-bottom: 1em;
    }
    .jn {
        padding-top: 3rem;
    }
}