body{
    font-family: 'Roboto', sans-serif;
}
h3{
    font-size: 1.7rem;
}
h1, h2, h3{
    font-weight: 700;
}
p{
    font-weight: 300;
}
h3 span{
    font-style: italic;
}
.btn-clac{
    color: #fff;
    background-color: #182d42;
    border-color: #182d42;
}
.copyright p{
    font-size: .8rem;
}
.copyright a{
    color: #182d42;
    font-weight: 700;
}
.modal-content p strong{
    font-weight: 700;
}
.modal-body{
    padding: 1rem 1.5rem;
}
.modal ul{
    padding-inline-start: 25px;
}

/** Subir */
.subir {
	display:none;
	padding:1rem;
	background:#00957f;
	font-size:1.5rem;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:15px;
	right:15px;
}
.desktop-post{
    display: none;
}
@media (min-width: 768px) {
    .mobile-post{
        display: none;
    }
    .desktop-post{
        display: block;
    }
}
@media (max-width: 768px) {
    .body{
        height: 100vh;
    }
}
.modal-body i,
.single i{
    margin-right: 10px;
}
.single p strong{
    font-weight: 700;
}

.info_footer p{
    margin-bottom: 0;
}
.info_footer .icono{
    width: 1.5rem;
    margin-right: .2rem;
    text-align: center;
}