@charset "utf-8";

/* CSS Document */

html, body {
	align-content: center;
	margin: 0 auto;
	padding: 0px;
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
	background-color: white;
	
}


.menu {
	width: 11%;
	min-width: 150px;
	height: 2000px;
	background-color: #000000;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	
}

.navbar {
width: 50%;
margin: 350px 80px 0 0;	
	
}

.navbar h1{

	color: #fff;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	 
}

.navbar a{
	text-decoration: none;
	color: white;
	
}

.main {
	width: 91%;
	height:auto;
	float: right;
	background-color: white;
	
		}

.hero {
	width: 100%;
	background-color: dimgrey;
	background-image: url(../images/safe-estrategas-header.jpg);
	background-position: center;
	background-size: cover;
	height: 500px;
	text-align: center;
}

.hero img { 
	margin: 200px auto;
	
}

#nosotros {
	background-color: white;
	width: 100%;
	height: auto;
	margin: 0;
			
}

#nosotros p {
	width: 80%;
	text-align: center;
	padding: 100px;
	letter-spacing: 2px;
	line-height: 2em; 
}

.division {
	width: 100%;
	height: 300px;
	background: #108CFF;
	background-image: url(../images/forex-trading-demo-account1.jpg);
	background-size: cover;
	background-position: center;
	
}

.division2 {
	width: 100%;
	height: 300px;
	background: #108CFF;
	background-image: url(../images/start-an-accounting-business-step-4-u469-fr.jpg);
	background-size: cover;
	background-position: center;
	
}


#servicios {
	text-align: center;
	padding: 100px;
	letter-spacing: 2px;
	line-height: 2em;
	background-color: white;
	
}

#servicios img {
	transition: opacity 0.2s ease-in;
}

.icon {
	margin-top: 100px;
}

.button1 {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #0083CB;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}

.button1 a {
text-decoration: none;
color: white;	
}

.button1:hover {
	background-color: dimgray;
	cursor: pointer;
}

.button2 {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #58479C;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}

.button2 a {
text-decoration: none;
color: white;	
}

.button2:hover {
	background-color: dimgray;
	cursor: pointer;
}

.button3 {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #E81E25;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}

.button3 a {
text-decoration: none;
color: white;	
}

.button3:hover {
	background-color: dimgray;
	cursor: pointer;
}

.button4 {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #1A870A;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}

.button4 a {
text-decoration: none;
color: white;	
}

.button4:hover {
	background-color: dimgray;
	cursor: pointer;
}

.button5 {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #988041;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}

.button5 a {
text-decoration: none;
color: white;	
}

.button5:hover {
	background-color: dimgray;
	cursor: pointer;
}

.button6 {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background-color: #012882;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}

.button6 a {
text-decoration: none;
color: white;	
}

.button6:hover {
	background-color: dimgray;
	cursor: pointer;
}

#contacto {
	text-align: center;
	margin:100px auto;
	background-color: white;
}


form {
	margin: 50px;
	transition: all 2s ease-in-out 2s;
	-webkit-transition: all 2s ease-in-out 2s;
	-moz-transition: all 2s ease-in-out 2s;
	-o-transition: all 2s ease-in-out 2s;
}

.form-control {
	width: 600px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 2px solid #0083CB;
	font-size: 16px;
	margin-bottom: 16px;
	font-family: "noto sans","sans serif";
    resize: none;
	
}

#submit {
	background-color:#0083CB;
	color: white;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	height: 50px;
	border-color: transparent;
	margin-top: 20px;
	width: 300px;
	border-radius: 5px;
	
}

#submit:hover {
	background-color: #005A8C;
	cursor: pointer;
	
}

.g-recaptcha {
    margin: 0px auto;
    
}

.status {
    color: green;
    font-size: 15px;
    padding: 10px;
}

.status span {
    color: red;
}

footer {
	text-align: center;
	margin: 0px;
	margin-bottom: -17px;
	background-color: black;
	color: white;
	
}

footer p {
	padding: 50px 0;
}

iframe {
	margin-top: 50px;
}

.mapamob {
	display: none;
}

#mantenimiento {
    width: 50%;
    margin: 200px auto;
    text-align: center;
    
}

#mantenimiento h1 {
    font-size: 50px;
    font-weight: bolder;
        
}

#mantenimiento p {
    font-size: 30px;
}

.contabilidad {
    text-align: center;
    padding: 3%;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 2px;
    
}

.contabilidad h2 {
    padding: 4% 0 2%;
    color:#0083CB;
}

.contabilidad h1 {
    font-size: 45px;
}

.publicidad {
    text-align: center;
    padding: 3%;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 2px;
    
}

.publicidad h2 {
    padding: 4% 0 2%;
    color:#58479C;
}

.publicidad h1 {
    font-size: 45px;
}

.muestra {
    margin: 3% 1%;
}