
body{
    margin:0px;    
    font-family: 'Titillium Web', sans-serif;
    color: #595959;
    font-size: 16px;
}




.contenedor-contacto{
    min-height: 623px;
    background-color: #fff;
    border-radius: 10px;

    -webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
}


.caracteristicas-degrade{
    padding: 25px;
}

.caracteristicas-degrade p{
    margin-bottom: 0px;
}

.caracteristicas-degrade h6{
    margin-top: 0px;
    font-size: 18px;
    color: #514E4E;
}

.deg1{
    background-color: #F6F6F6;
}


.deg2{
    background-color: #FDEEE6;
}


.deg3{
    background-color: #FACCB4;
}


.deg4{
    background-color: #F6AA83;
}


.deg5{
    background-color: #F49A6A;
}


section{
    margin-top: 0px;
}

h4{
    color: #F48A53;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 30px;
}

h4 span{
    color: #454545;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

h5{
    color: #F48A53;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


.box-caracteristicas{
    width: 155px;
    float: left;
    height: 155px;

-webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);

    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
}


.box-caracteristicas h2{
    font-size: 18px;
    color: #595959;
    text-align: center;
}

.box-caracteristicas img{
    display: block;
    margin: 20px auto 10px;
}

h3{
    text-align: left;
    color: #595959;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
}

.texto-breve {
  width: 400px;
  margin-left: 80px;
}

.texto-breve p{
    text-align: center;
}

.intro-contacto span{
    font-size: 30px;
    color: #69B9D6;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
}


header{
    background-color: #19191A;
    height: 180px;
    width: 100%;
    position: relative;    
    background-image: url(../img/bg-header.png);
    background-size: cover;
    background-position: bottom;
    margin-bottom: 60px;
}

.logo-header{
    margin-top: 35px;
}


.logo-footer {
  padding-top: 40px;
  margin-bottom: 20px;
}

.logo-footer img{
    display: block;
    margin: auto;
}

footer p{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}

footer a{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

footer a:hover, footer a:focus{
    color: #F48A53;
}

#footer-landing{
    min-height: 509px;
    background-color: #19191A;
    width: 100%;
    margin-top: -280px;

    background-image: url(../img/bg-header.png);
    background-size: cover;
    background-position: bottom;
}


.contacto-izq{
    width: 45%;
    float: left;
    background-color: #ccc;
    background-image: url(../img/img-contacto.png);
    background-size: cover;
    background-position: center;
    min-height: 665px;

    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.contacto-der{
    width: 55%;
    float: left;
    padding: 45px;
}



.btn-primario{
    background-color: #69B9D6;
    border-radius: 50px;
    padding: 12px 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
}

.btn-primario:hover, .btn-primario:focus {
    background-color: #348FB0;
    color: #fff !important;
}



.formulario-contacto .form-control {  
  padding: 6px 12px;
  font-size: 15px;
  color: #555;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
}

.formulario-contacto input.form-control {  
  height: 43px;
}

.formulario-contacto{
    margin-top: 22px;
}


#contacto{
    margin-top: 100px;
}

h1{
    font-size: 16px;
    color: #fff;
    background-color: #4F565C;
    display: inline;
    font-weight: 600;
    line-height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;    
}

#intro span{
    font-size: 16px;
    color: #fff;
    background-color: #4F565C;
    display: inline;
    font-weight: 600;
    line-height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;     
}


h1 span{
    color: #F68B54;
}

#intro p{
    margin-top: 15px;
}

#intro .btn-primario{
    margin-top: 20px;
}


.resaltado{
    color: #7BCEEC !important;
    padding-left: 0px !important;
    padding-right: 0px !important; 
}

.sinpad-izq{
    padding-left: 0px;
}

.sinpad-der{
    padding-right: 0px;
}


#detalles{
    margin-top: 80px;
}


.textos-sobre-hoja{
    width: 300px;
    position: absolute;
    height: 255px;    
    top: 175px;
    left: 304px;
    text-align: right;
}


.bloque-caracteristicas {
  width: 555px;
  margin-top: 130px;
}


.contenedor-detalles{
    width: 90%;
    margin: auto;
}


.bloque-intro{
    margin-top: 25px;
}

.whatsapp{
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 73px;
    height: 65px;
    z-index: 555;
}



.frase-sustentable{
    margin-top: 50px;
}


.frase-sustentable p{
    text-align: right;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.logo-encode{
    text-align: right;
    margin-bottom: 3px;
}



.foot-izq{
    float: left;
    width: 40%;
}

.foot-der{
    float: left;
    width: 60%;
    padding-top: 32px;
}



.texto-datos{
    width: 80%;
    float: left;
}

.img-datos{
    width: 72px;
    float: left;
}

.texto-datos p{
    text-align: right;
    font-size: 15px;
    color: #fff;
    margin-right: 25px;
}

.texto-datos p span{
    font-weight: 600;
}

.item-datos-footer{
}

.contenedor-footers{
    width: 80%;
    margin: auto;
}


.ley{
    font-size: 15px;
    font-style: italic;
    color: #595959;
}


.destacado{
    font-size: 17px;
    font-weight: 600;
    color: #69B9D6;
}


#caracteristicas{
    margin-top: 80px;
}


.icon-certificados{
    float: left;
    width: 59px;
    margin-right: 15px;
    margin-left: 15px;
}

.texto-certificados{
    float: left;
    width: 80%;
}



.marco-normativo{
    background-color: #6AB9D7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}


.icon-marco{
    float: left;
    width: 59px;
    margin-right: 15px;
    margin-left: 14px;
}

.texto-marco{
    float: left;
    width: 80%;
}

.texto-marco p{
     color: #fff;
}

.marco-normativo h3{
    color: #fff;
}


.box-atributos{
    min-height: 340px;
    -webkit-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 40px -29px rgba(0,0,0,0.75);
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}


#seguridad h3 {
  text-align: center;
  color: #595959;
  font-size: 22px;
  font-weight: 700;
}

.box-atributos img {
  display: block;
  margin: 20px auto 20px;
}

.box-atributos p {
  text-align: center;
}


.box-atributos p span{
  font-weight: 600;
  color: #414040;
}


.titular-atributos h2 {
  font-size: 30px;
  color: #595959;
  text-align: center;
}


.titular-atributos span {
  font-size: 25px;
  color: #6AB9D7;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

#seguridad{
    margin-top: 80px;
}



.icon-logo-pie{
    float: left;
    width: 119px;
}

.texto-logo-pie{
    float: left;
    width: 60%;
}

.footer-nuevo{
    margin-top: 60px;
    padding-bottom: 50px;
}

.texto-logo-pie p{
    color: #333;
    font-size: 15px;
    text-align: left;
    padding-top: 5px;
}

.logos-pie{
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.web a{
    font-weight: bold;
    font-size: 26px;
    color: #58595B;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.redes{
    width: 128px;
    margin: auto;
}

.redes a{
    display: inline;
}