html{
    scroll-behavior: smooth;
}
body{
    background-color: #f7f7f7 !important;
    background: url(../img/pattern.png) no-repeat;
    background-attachment: fixed;    
}

.navbar{
    background-color: white;
    background-image: url(../img/cinta.png);
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 5px rgba(141, 141, 141, 0.3);
}
.contenido{
    background-color: white;
    margin-top: 120px;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(141, 141, 141, 0.3);    
}
.container{
    padding: 5px 0px;
}
.img-logo{
    width: 180px;
}
.titulo-principal{
    color: #235291;
}
.titulo-principal-descripcion{
    font-size: 18px;
    text-align: justify;
}
.gradient{
    background: rgb(235,182,198);
    background: -moz-linear-gradient(157deg, rgba(235,182,198,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 80%, rgba(130,236,236,1) 100%);
    background: -webkit-linear-gradient(157deg, rgba(235,182,198,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 80%, rgba(130,236,236,1) 100%);
    background: linear-gradient(157deg, rgba(235,182,198,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 80%, rgba(130,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebb6c6",endColorstr="#82ecec",GradientType=1);
    /* background: rgb(255,255,255);
background: -moz-linear-gradient(176deg, rgba(255,255,255,1) 0%, rgba(235,237,237,1) 100%);
background: -webkit-linear-gradient(176deg, rgba(255,255,255,1) 0%, rgba(235,237,237,1) 100%);
background: linear-gradient(176deg, rgba(255,255,255,1) 0%, rgb(226, 238, 253) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ebeded",GradientType=1); */
}


@media only screen and (max-width: 740px) {
    .navbar{
        background-image: none !important;
    }
    .img-logo{
        width: 180px;
        text-align: center !important;
    }
    .container{
        padding: 0px 10px !important;
    }
    .navbarAlign {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .contenido{
        margin-top: 50px;
    }
}
.puntos-digitales{
    padding: 15px;
    box-shadow: 3px 3px 3px rgba(165, 165, 165, 0.5);
}
.puntos-digitales .alert{
    box-shadow: 3px 3px 3px rgba(165, 165, 165, 0.5);
}

.shadow{
    box-shadow: 5px 5px 5px rgba(175, 175, 175, 0.2);
}





/* .mapa path:hover{
    fill: #dddddc !important;
} */
.mapa path{
    stroke-width: .8px !important;
    stroke: #333 !important;
    fill: white !important;
    transition: all .3s ease;
}
.mapa-container{
    background: url('../img/fondo-PD.png');
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    /* outline: solid 2px #ddd !important; */
    padding: 0px !important;
    margin-bottom: 20px !important;
}
#mapa-PD{
    filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.35));
}

.mapa-container a{
    text-decoration: none !important;
}
.mapa-container a:hover{
    box-shadow: rgba(0, 0, 0, .5) !important;
    stroke: red !important;
}
.comFom .modal-content .modal-header{
    background-color: #E73581 !important;
    color: white !important;

}

.modal-content .modal-header{
    background-color: #295697 !important;
    color: white !important;

}
.btn-close path{
    stroke: white !important;

}

.title{
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
}


@media (min-width: 1200px) {  
    .mapa-container{
        width: 600px;
        margin: auto;
    }

    .modal-backdrop.show {
        opacity: 0.65 !important;
    }
}