body {
    font-family: "Montserrat", Helvetica, sans-serif;
}


button.navbar-toggler {
    border: 2px solid #fff !important;
}

.navbar-brand {
    width:6vw;
}

.bg-navbar{
    background-color:#1f482a;
}

.wa-text{
    font-weight:bold;
    z-index:10;
    color:#fff;
}

.main-title {
    padding-top:30px;
    text-transform: uppercase;
    font-weight:bolder;
    color: #fff;
    font-size: 28px;
    text-shadow: 3px 3px 3px #1f482a;
}

.logo-img{
    width: 75%;
    border-radius: 100%;
    margin-left:20px;
}

.social{
    display: inline-flex;
    margin-left: 150px;
}

.text-link{
    font-size: 18px;
    font-weight: 600;
    color:#fff;
}

.text-link:hover{
    color: #fff !important;
}

.fa-brands, .fa-regular {
    color: #fff;
}

.wa-btn {
    position:fixed;
	width:70px;
	height:70px;
	bottom:40px;
	right:50px;
    line-height: 60px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:53px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.wa-btn:hover {
    background-color: #fff;
	color:#25d366 !important;
    border: solid 2px #25d366;
}

i.wa-icon:hover{
    color:#25d366 !important;
    margin-top:-10px;
}

.fondo {
    background-image: url("../img/mano-ayuda.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height:100vh;
    width:100vw;
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(11, 83, 148, .4);
    overflow-x: hidden;
}

.titulo {
    margin-top: 120px;
    text-align: center;
}

h1 {
    font-size: 28px;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #066639;
}

h3 {
    font-size: 22px;
    font-weight: bold; 
}

.sedes {
    color: #f1c232;
    text-shadow: 3px 3px 3px #444;
}

.card {
    margin-top:20px;
    margin-bottom:20px;
}

.title {
    font-weight: bold;
    margin-top:10px;
}

.card-title {
    font-weight: 500;
    padding: 5px;
}

.card-img {
    height: 400px !important;
}

img{
    border-radius:5px;
}

.footer{
    font-weight: bold;
    background-color:#1f482a;
    padding: 5px;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
    color:#fff;
}

.footer-social{
    display: inline-flex;
    text-align: center;

}

.social-icon {
    list-style-type: none;
    margin-top:20px;
    margin-right: 20px;
}

#nosotros {
    margin-top:30px !important;
}

.mini-video {
    width:300px;
    height:200px;
    margin-right:15px;
    margin-bottom: 15px; 
} 

.em {
    text-transform: uppercase;
    color:#066639;
}

@media screen and (max-width:767px) {

    .logo-img {
        width: 35%;
    }
    .navbar-brand {
        width:40% !important;
    }

    .social {
        display:none;
    }

    .nosotros-video{
        width:80vw;
        height:auto;
    }
    
    .mobile-text{
        color:#000;
        text-decoration: none;
        font-size:16px;
    }
}

@media screen and (min-width:768px){
    .mobile-text{
        display: none;
    }
}