
body{
    margin:0px;    
    font-family: 'Montserrat', sans-serif;
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 300;
}


.icon-encode-header {
    width: 165px;
    height: 166px;
    position: absolute;
    bottom: 220px;
    left: 150px;
    z-index: 99999;
}

.icon-encode-header-xs {
    width: 69px;
    height: 63px;
    position: absolute;
    top: 149px;
    left: 36px;
    z-index: 99999;
}



.texto-encode-header {
    width: 365px;
    height: 166px;
    position: absolute;
    top: 150px;
    right: 90px;
    z-index: 99999;
    text-align: right;
    color: #5e6060;
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 24px;
    font-weight: 600;
}

.msj-contacto-error {
    color: #e03626 !important;
    text-align: center;
    border: 1px solid #e03626;
    padding: 10px;
    font-size: 15px !important;
}


.msj-contacto{
    color: #00af5c !important;
    text-align: center;
    border: 1px solid #00af5c;
    padding: 10px;
    font-size: 15px !important;
}


.sin-pad{
    padding-left: 0px;
    padding-right: 0px;
}

section h2{
    font-size: 18px;
    color: #818181;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
}


section h3{
    font-size: 44px;
    color: #667076;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 30px;
}

section h3 span{
    color: #2EBAD5;
}

.bloque-quienes-somos{
    width: 80%;
    margin:auto;
}

.bloque-quienes-somos p span{
    color: #2ebad5;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}


.bloque-productos{
    width: 80%;
    margin:auto;
}

.bloque-productos h2{
    margin-top: 50px;
}



.listado-productos ul {
    padding: 0px;
}

.listado-productos li {
    list-style: none;
    font-size: 20px;
    color: #5b5b5b;
    font-weight: 400;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative;
    font-family: 'Asap', sans-serif;
}

.listado-productos li a {
    color: #5b5b5b;
}

.listado-productos li a:hover, .listado-productos li a:focus {
    color: #19bed5;
}

.listado-productos li:before {
    content: "";
    width: 11px;
    height: 15px;
    background-image: url("../img/bullet.png");
    left: 2px;
    top: 7px;
    position: absolute;
    bottom: 0px;
}

#productos .bloque-productos span{
    font-size: 24px;
    color: #5c6062;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 12px;
    display: block;
}

#productos .bloque-productos p{
    font-size: 22px;
    color: #2ebad5;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
    line-height: 25px;
}

.bajada-productos{
    margin-bottom: 35px;
}


#quienes-somos h2, #productos h2{
    position: relative;
    padding-left: 25px;
}


#quienes-somos h2:before, #productos h2:before{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../img/bullet-titulo.png");
    left: 0px;
    top: 2px;
    position: absolute;
    bottom: 0px;
}

#intro{
    padding-top: 80px;
    padding-bottom: 80px;
}

#intro .logo-encode-factory{
    padding-left: 13%;
}

.texto-intro{
    padding-right: 6%;
}

.texto-intro h1, .texto-intro p{
    text-align: right;
}

.texto-intro p{
    font-size: 36px;
    color: #2ebad5;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    line-height: 30px;
    font-style: italic;
}


.texto-intro h1{
    font-size: 44px;
    color: #5e6060;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 0px;
    margin-top: 0px;
}


.bloque-desafio h4, .bloque-desafio p{
    text-align: right;
}


.bloque-desafio{
    padding-right: 50px;
    border-right: 10px solid #19bed5;
    margin-right: 4%;
}


.bloque-desafio h4{
    font-size: 44px;
    color: #5e6060;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 30px;
    padding-bottom: 2px;
}

.bloque-desafio p{
    font-size: 36px;
    color: #2ebad5;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    line-height: 38px;
    font-style: italic;
    margin-bottom: 0px;

}


#desafio{
    padding-bottom: 70px;
    padding-top: 30px;
}


#formulario{
    background-color: #5e6060;
    min-height: 100px;
}


.bloque-formulario{
    background-color: #eee;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-bottom-left-radius: 80px;
    min-height: 200px;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 25px;
}

.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #5e6060;
    min-height: 200px;
}


.footer-bajo{
    background-color: #fff;
    height: 45px;
}

.footer-bajo p{
    padding-top: 14px;
    color: #969696;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.ancho-footer{
    width: 95%;
    margin: auto;
}




#form1 {
    width: 90%;
    margin: auto;
}



.btn-formulario{
    background-color: #2ebad5;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.btn-formulario:hover, .btn-formulario:focus {
    background-color: #00a0e0;
    color: #fff;
}


.bloque-formulario p{
    font-size: 24px;
    color: #5c6062;
    font-weight: 600;
    font-family: 'Asap', sans-serif;
    margin-bottom: 30px;
}


.bloque-formulario input.form-control {
    height: 43px;
    background-color: transparent;
    border: 1px solid #B7B7B7;
}

.bloque-formulario label{
    color: #5c6062;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.bloque-formulario textarea.form-control {
    background-color: transparent;
    border: 1px solid #B7B7B7;
}

.bloque-text-area{
    width: 85%;
    margin:auto;
}


.bloque-formulario .form-control {
    border-radius: 7px;
}


.icon-redes{
    width: 45px;
    height: 45px;
    float: left;
    margin-left: 0px;
}

.iconos-redes{
    float: right;
}

.bloque-seguinos{
    float: right;
    margin-right: 10px;
}

.bloque-seguinos p{
    text-align: right;
    color: #fff;
    font-size: 23px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    padding-top: 5px;
}

.bloque-gral-redes{
    margin-top: 40px;
}

.registro-nacional{
    margin-top: 30px;
}

.registro-nacional img{
    float: right;
}


.texto-contacto p, .texto-contacto a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
}

.texto-contacto a:hover, .texto-contacto a:focus{
    color: #2ebad5;
}


.icono-contacto{
    float: left;
    margin-right: 5px;
    width: 25px;
}

.texto-contacto{
    float: left;
    margin-right: 5px;
}

.texto-contacto p{
    padding-top: 5px;
    margin-bottom: 0px;
}

.bloque-datos-contacto{
    padding-left: 90px;
    padding-top: 40px;
}


.bloque-datos-contacto{
    padding-left: 90px;
    padding-top: 40px;
}


.solapa-contactate{
    position: absolute;
    width: 389px;
    height: 46px;
    top: 20px;
    left: 100px;
    z-index: 9;
}


.solapa-contactate-producto {
    position: absolute;
    width: 389px;
    height: 46px;
    top: 80px;
    right: 100px;
    z-index: 9;
}


#interna-producto h2{
    margin-bottom: 0px;
}


#interna-producto h3{
    margin-top: 0px;
}


#interna-producto #quienes-somos {
    padding-top: 50px;
}



.bloque-quienes-somos .destacado p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px !important;
    margin-bottom: 0px;
}

#interna-producto .bloque-quienes-somos p span {
    color: #2ebad5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


#interna-producto .bloque-quienes-somos p {
    font-size: 16px;
}