/* Outfit Font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Iconos*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");


/* Aplicar tipografía a todo */

* {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

body {
    max-width: 500px;
    margin: auto;
}

#menu {
    width: 100%;
    display: flex;
    flex-direction: column; 
}

a {
    text-decoration: none;;
}

a .item {
 padding: 26px 0 26px 10px;
 border-bottom: 1px solid #eaeaea;
 color: #334041;
 text-decoration: none !important;
 text-decoration-line: none !important;
 background-color: #fff;
}

a .item:hover {
    color: #fd4a5c;
    background-color: #f7f7f7;
}

a .item:active {
    color: #fd4a5c;
    font-weight: 500;
}

a .item:visited {
    color: #334041;
}

h1 {
    font-size: 24px;
    text-align: left;
    color: #fff;
}

h2 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 !important;
    color: #334041;
}

p {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.waze {
    background-color: dodgerblue;
    width: 100%;
    border: none;
    font-size: 14px;
}

.maps {
    background-color: #334041;
    width: 100%;
    border: none;
    font-size: 14px;
}


footer p {
    font-size: 12px;
    text-align: center;
    color: #334041;
}

.tarjeta {
    height: 70%;
}

.card {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.card-img-top {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.imagen-ejecutivo {
    object-fit: cover !important;
}

.datos-ejecutivo {
    position: absolute;
    bottom: 0px;
    background: rgb(51,64,65);
    background: linear-gradient(0deg, rgba(51,64,65,1) 0%, rgba(51,64,65,0.7) 70%, rgba(51,64,65,0) 100%);
    padding: 20px;
    width: 100%;
    height: 30%;
}

hr {
    border-top: 2px solid #fd4a5c;
}

.rrss a{
    color: #334041;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 10px 0;
}

img.ico {
    width: 30px;
    height: 30px
}

.p0 {
    padding: 0;
}