/*font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;*/
@font-face{
	font-family: "Futura";
	src:url(css/Futura.ttf);
}

body {
	font-family: "Montserrat", sans-serif;
	background-color: #373b42;
	color: #f1f1f1;
    font-size: 13px;
}

h1 {
	font-size:24px;
}

a {
    color: #f1f1f1;
	text-decoration: none;
	transition: .8s ease all;
}

a:hover {
    color: #999999;
	transition: .8s ease all;
	text-decoration: none;
}

:focus {
    outline: none;
}

.justificado{
	text-align:justify;
}

.gris {
    background-color: #373b42;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	font-family: "Futura";
	color: #f1f1f1;
    font-size: 16px;
	transition: 3s ease all;
}

.navbar-light .navbar-nav .nav-link {
	font-family: "Futura";
	color: #f1f1f1;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
	background: linear-gradient(rgba(55,59,66,1) 5%, rgba(255,255,255,0.1) 94%, rgba(255,255,255,0.8) 1%);
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 23px;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.italico p {
	font-style: italic;
}

#contacto i {
	font-size: 25px;
	margin: 0 5px 15px;
}

#contacto p {
    font-size: 15px;
}

.servicios i {
    font-size: 40px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    border: 2px solid;
    border-radius: 100%
}

.taco {
    height: 80px;
}

.formulario i {
    font-size: 35px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    border: 2px solid;
    border-radius: 100%
}

.btn-secondary {
    background-color: #2b3035;
    border: 1px solid #f1f1f1;
    font-weight: 600;
    font-size: 13px;
	transition: .8s ease all;
}

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #99999;
    border: 1px solid #f1f1f1;
	transition: .8s ease all;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
	background-color: #999999;
	transition: .8s ease all;
}

.redondeado {
    padding: 7px 30px;
    border-radius: 20px;
	transition: .8s ease all;
}

.degrade {
    width: 100%;
}

.linea {
    height: 3px;
    background-color: #474c54
}

.detras {
    z-index: -1;
}

.gris {
    color: #f1f1f1;
}

.navbar-toggler {
    border: none;
    font-size: 22px;
}

button:focus {
    outline: none;
}

.form-control {
    background-color: #2b3035;
    color: #f1f1f1!important;
    border: none;
    font-weight: 300;
    font-size: 13px;
}

.form-control:focus, .form-control:hover {
    box-shadow: none;
    background-color: #999999;
	transition: .8s ease all;
}

.form-control-sm {
    border: #f1f1f1 solid 1px;
}

.form-control::placeholder {
    color: #f1f1f1!important;
    font-weight: 400;
    font-size: 13px;
}

.negrita {
    font-weight: 600;
}

.bg-transp {
    background-color: rgba(255,255,255,0.1);
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.azul {
    background-color: #2b3035;
}

.logo {
    width: 280px;
}


@media (min-width: 120px) and (max-width: 992px) { 
    .oscuro {
        background-color: #2b3035;
    }
}

@media (min-width: 120px) and (max-width: 576px) { 
    .logo {
        width: 200px;
    }
}

#botonwhatsapp{
	width:50px;
	height:50px;
	z-index:9999;
	display:block;
	position:fixed;
	bottom:80px;
	right:35px;
	margin:0;
	padding:0;
}

footer{
	background-color:#373b42;
	padding:0;
	margin:0;
	transition: .8s ease all;
}