﻿.bordeCurvo2 {
    border-radius:7px;
}
.botonWidth {
    min-width:127px;
}
.btn-1{
    border-color: #0275d8;
    color: #0275d8;
    background-color: white;
    border-radius: 100px;
    min-width:190px
}     
.btn-2{
    border-color: #337733;
    color: #337733;
    background-color: white;
    border-radius: 100px;
    min-width:190px
}     
.flecha-compartir{
    width:24px;
    height:53px;
    background-image:url(/imagenes/flecha-compartir.jpg);
    margin-top: 18px;
}
.foto-centro-1{
    max-width:720px; 
}
.fuente-dir{
    font-size:1.1em;
    color:#464;
}
.fuenteTipo{            
    color:#464;
}
.fuenteTitulo{
    color:#464;
    border-bottom:1px solid #464;
}
.fuenteSubTitulo{
    font-size:1.7em;
    color:#464;
}
.ico-cmp-facebook{
    width:40px;
    height:40px;
    background-image:url(/imagenes/ico-cmp-facebook.jpg?1);
}
.ico-cmp-linkedin{
    width:40px;
    height:40px;
    background-image:url(/imagenes/ico-cmp-linkedin.jpg?1);
}
.ico-cmp-telegram{
    width:40px;
    height:40px;
    background-image:url(/imagenes/ico-cmp-telegram.jpg?1);
}
.ico-cmp-twitter{
    width:40px;
    height:40px;
    background-image:url(/imagenes/ico-cmp-twitter.jpg);
}
.ico-cmp-whatsapp{
    width:40px;
    height:40px;
    background-image:url(/imagenes/ico-cmp-whatsapp.jpg);
}
.ico-contacto{
    color:#528b52;
}
.mapa{
    border:1px solid #447799;min-height:250px
}
.mensaje-web{
    font-size: 1.33em;
}
.mensaje-web-tit{
    font-weight:bold;
    color:#337733
}
.tit-comparte{
    font-weight: 500;
    background-color: #528b52;
    color: white;
}
.tit-sec-act{
    color:#449977;
    font-weight:400;
}
.txt-compartir{
    font-size:1.8em;
    font-family: 'Shadows Into Light', cursive;
    color:#d33d3f
}        
@media (max-width: 768px) {
    .fuenteSubtitulo {
        font-size: 1.6em;
    }
    .fuenteTipo {
        font-size: 1em;
    }
    .fuenteTitulo {
        font-size: 3em;
    }
}
@media (min-width: 769px) {
    .fuenteSubtitulo {
        font-size: 1.9em;
    }
    .fuenteTipo {
        font-size: 1.4em;
    }
    .fuenteTitulo {
        font-size: 4.5em;
    }
} 
@media(max-width:798px){
    .tit-sec-act{
        font-size:1.4em
    }        
}
