html, body 
{
	margin:0px;
	height: 100%;
	width: 100%;
	background-color: #eeeeee;
	font-family: 'Roboto', sans-serif;
	color: #565656;
}

a{
	text-decoration: none;
	color: #555555;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.logo{
  padding-left: 70px;
  background-image: url("../images/cfs.png");
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 130px;
  font-family: Arial;
  width: 170px;
}

.slogan{
	float: right;
    font-size: 17px;
    width: 30%;
    font-weight: bold;
    padding: 0.5%;
    color: #979797;
}

#popUp{
	min-width: 50%;
	min-height: 150px;
	max-height: 420px;
    overflow-y: auto;
	border: solid 1px #2977B6;
	box-shadow: 2px 1px 10px #2977B6;
	left: 25%;
	top: 100px;
	display: none;
	position: fixed;
	background-color: white;
	padding: 10px;
	z-index: 99;
}

#overlay{
	width: 100%;
	height: 100%;
	background-color: gray;
	opacity: 0.5;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 92;
	display: none;
}


.inputError{
  background-color: rgba(255, 94, 94, 0.34);
}

#ContacResponse{
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.textError{
  	color: #d23939;
}

.textOk{
  color: #1b5baf;
}

#header{
	width: 100%;
	height: 60px;
	background-color: white;
}

#top{
	width: 100%;
	min-height: 450px;
	background-color: #056fa6;
    padding-bottom: 30px;
}

#top .texto-top{
	font-size: 20px;
	padding: 5%;
	height: 400px;
	color: white;
	text-align: justify;
}

#top .texto-top-title{
	font-size: 30px;
    font-weight: bold;
    padding: 40px 0px 20px 0px;
}

#img-top{
	margin: 0 auto;
	padding-top: 10%;
}

#title-img-top{
	font-size: 20px;
    font-weight: bold;
	text-align:center;
	color: white;
	padding: 30px;
	text-shadow: 2px 2px 4px #024365;
}

.box{
	padding: 20px;
}

.boton{
	border: solid 1px #ffffff;
    padding: 5px 8% 5px 8%;
    border-radius: 4px;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    font-size: 20px;
    background-color: #056fa6;
    color: white;
}

#center{
	width: 100%;
	min-height: 500px;
	background-color: white;
	padding-top: 50px;
}

.content-center{
	height: 85%;
    margin: 0 auto;
}

#partners{
	width: 100%;
	min-height: 420px;
	padding-top: 50px;
	background-color: #dddddd;
}

#clientes{
	width: 100%;
	min-height: 420px;
	background-color: #dddddd;
	padding-top: 50px;
}

.name-cli{
	font-size: 13px;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.content-img{
	min-height: 120px;
}

#cfaps{
	width: 100%;
	min-height: 420px;
	padding-top: 50px;
	background-color: white;
}

#contac{
	width: 100%;
	height: 600px;
	background-image: url("../images/contactar.png");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.content-contac{
	padding: 20px;
	width: 80%;
	height: 85%;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.58);
	position: relative;
    top: 2%;
    left: 10%;
}

.content-contac .title{
	font-size: 20px;
	text-align:center;
}

.content-contac .subtitle{
	font-size: 16px;
	text-align:center;
}

#footer{
	width: 100%;
	height: 70px;
	padding: 1%;
/*	background-color: #515151; */
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
}

section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax-1 {
  background-image: url("../images/contactar2.png");
}

input{
	padding: 10px;
	border-radius: 6px;
	border: none;
	font-size: 16px;
	width: 100%;
	margin: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.49);
}

textarea{
	padding: 10px;
	border-radius: 6px;
	border: none;
	font-size: 16px;
	width: 100%;
	height: 70px;
	margin: 5px;
	margin-left: 4px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.49);
}

.titleSeccion{
	font-size: 36px;
    padding-left: 10%;
    padding-top: 15px;
    font-style: italic;
    color: white;
}

.titleSeccion1{
	font-size: 36px;
    padding-left: 10%;
    padding-top: 25px;
    font-style: italic;
	color: #056fa6;
}

.titleSeccion2{
	font-size: 36px;
    padding-left: 10%;
    padding-top: 25px;
    font-style: italic;
    color: #565656;
	text-shadow: 1px 1px 5px #cccccc;
}

.btnContact{
	background-color: rgba(5, 111, 166, 0.59);
	font-size: 18px;
    font-weight: bold;
}

.btnContact:hover{
	background-color: #056fa6;
}

.contDataContat{
	background-color: rgba(255, 255, 255, 0.49);
	padding: 20px;
	height: 60%;
	width: 80%;
	float: right;
	border-radius: 8px;
	
}

.contDataContat .label{
	font-size: 18px;
	font-weight: bold;
	color: #565656;
	float:left;
	width: 80px;
	text-align: left;
}

.contDataContat .data{
	font-size: 18px;
	color: #565656;
	float:left;
	text-align: left;
}

.titleBox{
	font-size: 24px;
	color: #565656;
	text-align: center;
	font-weight: bold;
}

.textBox{
	font-size: 14px;
	color: #565656;
	text-align: justify;
	padding: 10px;
}

.titleBox2{
	font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #cccccc;
    padding: 10px;
}

.textBox2{
    padding: 10px;
    font-size: 22px;
    color: #777777;
    text-align: justify;
}