body {
    font-family: 'Montserrat', sans-serif !important;
}

h2 {
    font-weight: bold !important;
    font-size: 2.3em !important;
}

p {
    font-weight: bold;
}

#info {
    background: white;
    text-align: center;
    padding-bottom: 100px;
}

#info .col {
    text-align: center;
}

#info .perfil {
    width: 300px;
    margin-top: 3%;
}

#info h2 {
    margin-top: 3%;
    margin-bottom: 0;
}

.marginp {
    margin-bottom: 0;
}

.footer .col {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    
}

.footer i {
    color: black;
}

#servicio {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

#servicio h2 {
    padding-bottom: 10%;
}

#servicio p {
    padding-bottom: 3%;
}

.margincol {
    margin: 0 auto;
}

#qr {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#contacto {
    text-align: center;
    padding-bottom: 100px;
}

.form-control {
    height: 50px;
    border-radius: 0% !important;
}

#mapa .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.social{
    font-size:28px;
    color: white !important;
}
.face{
    background: #385893; 
}

.messen{
    background: #55acef;
}

.instagram{
    background: #405de5;
}

.whats{
    background: #27d365;
}

.tel{
    background: #fd8000;
}

.youtube{
    background: #ff0000;
}

.spotify{
    background: #00ff80;
}

.tiktok{
    background: #000000; 
}

#mapa .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

iframe {
    width: 100% !important;
}
#servicio img {
    margin: 0 auto;
}
a {
text-decoration: none;
color: #212529;
}

/* Color botones */

.btn {
    background: black;
    border-color: black;
    color:#ffffff;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: white;
    background-color: black;
    border-color: black;
}

.btn:hover {
    background: transparent;
    border-color: black;
    color: black;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background: black;
    border-color: black;
    color:#ffffff;
}