@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);


*{
    margin: 0;
    padding: 0;
}
body{
    background: #f1f1f1;
    font: 13px 'Open Sans', sans-serif; 
}
header{
    background:#bf0d3e;
    height:65px;
    position: relative;
    width: 100%;
    z-index: 2
}
a {
	text-decoration:none;
	color:#bf0d3e;
   }
a:hover{
    color: #5b6770;
}
.contenedor {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
.llamada {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.contenedor-text h1, h2, h3, h4 {
    font-size: 15px;
    font-weight: bolder;
    margin: 5px 0 5px 0;
}
.text-cont {
    text-align: justify;
    font-size: 15px;
    margin: 15px 0 15px 0;
}
#logo1{
    background: url(../images/logo.png);
    display: block;
    float: left;
    margin: 8px 10px 0;
    width: 350px;
    height: 50px;
    text-indent: -9999px;
    background-size: contain;
}
.llamada {
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.btn-call{
        background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: 15px;
    background-color: white;
    font-weight: bold;
    color: #05aeda;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 13px;
    text-decoration: none;
    padding: 0.8em 3em 0.8em 3em;
    border: 0;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #05aeda;
}
.btn-call:hover{
    color: white;
    background-image: url(../images/tel2.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: 15px;
    background-color: #05aeda;
}
.captcha{
    margin-left: 10px;
}

.foot-text{
    width: 35%;
    margin: 0 auto;
    padding-top: 15px;
    color: white;

}
.foot-text a{
    color: white;
}
.foot-text a:hover{
    color: #ffc700;
}
.contenido-foot-text {
    width: 60%;
    margin: 0 auto;
    padding-top: 15px;
    color: white;

}
.contenido-foot-text p{
    text-align: center;
}

.contenido-foot-text a{
    color: white;
}

.contenido-foot-text a:hover{
    color: #ffc700;
}
input, button, label {
   font: 13px 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=date],input[type=text], input[type=password], input[type=email],input[type=number],select {
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  color: white;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.38);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
input[type=date]:focus,input[type=text]:focus,input[type=email]:focus, input[type=number]:focus,input[type=password]:focus, select:focus, input[type=file]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.80);
  outline: 0;
}

label {
width: 200px;
line-height: 20px;
font-size: 13px;
font-weight: bolder;
}

textarea{
  margin-left: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  color: white;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.38);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

textarea:focus{
    color: white;
  background: rgba(0, 0, 0, 0.80);
  outline: 0;
}


footer {
    width: 100%;
    height: 50px;
    background:#bf0d3e;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
   
header{
    background:#bf0d3e;
    height:60px;
    position: relative;
    width: 100%;
    z-index: 2
}
#logo1{
    background: url(../images/logo1.png) no-repeat 0 0;
    display: block;
    float: left;
    margin: 8px 10px 0 5px;
    width:49px;
    height:49px;
    text-indent: -9999px;
}
.captcha {
    margin-left: -25px;
}
.foot-text{
    width: 90%;
}

.foot-text p{
    font-size: 10px;
    text-align: center;
}



}