@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap');
*{font-family: 'Montserrat', sans-serif;}
img{ max-width: 100% }
nav{ background: #055D7B; }
nav a{color: white; display: block; font-size: 1.3em; text-align: right;}
nav a:hover {text-decoration: none; color: #47cc43; }
.btn:hover a {text-decoration: none; color: black; }
section {margin: 40px 0}
.anuncio h2 {
    font-weight: 300;
}
.logo {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    margin-top: 10px;
    border-left: 4px solid #fff;
    padding-left: 10px;
}
.equipo img {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 9px -4px black;
}
.equipo h2{margin-top: 20px}
.equipo {
    background: #70c8e6a8;
    padding: 34px 0;
}
.btn{width: 100%;}
.btn a{color: white;}


form input{ margin-bottom: 5px}
form button{ width: 100% }
.banner{
	margin: 0 0 30px 0;
	background: url(img/fondo.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.iconos {text-align: center;}
.iconos i{ font-size: 60px; margin: 20px 0 }
.anuncio{ color: white; padding: 80px; position: relative;z-index: 2 }
.overlay{background: rgba(0,0,0,0.5); width: 100%; height: 100%; position: absolute; top: 0; z-index: 1}
.servicios ul{
	list-style: none;
}
.servicios ul {
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
}
.servicios ul li{padding: 5px}
.manuscrita i {
    font-size: 50px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.iconos h2{margin-bottom: 20px}
.iconos h2 span {
    color: #055d7b;
    border-bottom: 4px solid #055d7b;
}
.manuscrita {
    font-style: italic;
    font-size: 18px;
    color: #ffd507;
    text-shadow: 1px 1px 4px black;
}
footer{ padding: 20px 0; margin: 20px 0; text-align: center; border-top: 1px solid gray }
@media screen and (max-width: 480px){
    .servicios ul {
        grid-template-columns: 100%;
    }
	.contacto-flotante {
	    position: fixed !important;
	    bottom: 0;
	    background: #1e7e34;
	    z-index: 1;
	    padding: 10px;
	}
	nav a {
	    color: #fff;
	    display: block;
	    font-size: 1.3em;
	    text-align: center;
	}
}

.asagiSabit a {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #65BC54;
    padding: 5px 5px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 30%;
}

.asagiSabit a img {
    height: 100%;
    width: auto;
}

.btn-whatsapp{
    margin-top: 5px;
    background: #65BC54 !important;
}

@media (max-width: 480px){
    .asagiSabit {
        position: fixed;
        bottom: 90px;
        right: 5px;
        z-index: 999;
    }
}

@media (min-width: 481px){
    .asagiSabit {
        position: fixed;
        bottom: 5px;
        right: 5px;
        z-index: 999;
    }
}