@charset "UTF-8";
/* CSS Document */

 body {
	font-family: Gotham, "Helvetica Neue";
}
        .top {
    vertical-align: top;
    display: inline-block;
}
    .title-txt {
        margin-top: 25px;
        margin-bottom: 25px;
        color: #226ab4;
    }

    .row-txt {
        margin-top: 25px;
    }

    .container-txt {
        margin-top: 1%;
        
        text-align: left;
        font-size: 1.2em;
    }


    .background-row {
    background-color: #eceae4;
    text-align: left;
        padding: 2%;
        width: 100%;
        margin: auto;
    }

    .end-row {
        background: #226ab4;
        padding-top: 15px;
    }

    .caracteristicas{
        list-style-type: none;
        margin-left: -5%;
    }

    .dimension{
        vertical-align: middle;
        padding: 1px 5px;
    }

    .iconos-dimension{
        padding: 10px;
        background: #226ab4;
        color: #ffffff;
        border-radius: 50%;
        font-size: 100%;
    }

    .dimension-txt{
        color: #333 !important;
        font-weight: 100 !important;
    }

    .ancho-icon{
        -webkit-transform:rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .img-content-html{
        width: 100%;
        padding:3%;
        margin: 4rem 1rem;
    }

    .subtitle-txt {
        color: #226ab4;
        text-align: center;
        margin-bottom: 20px;
    }

    .sub2title-txt {
        color: #226ab4 !important;
        font-weight: bold !important;
        text-align: left;
    }

    .clear{
        float: none;
        clear: both;
        width: 100%;
    }
.tech-specs-table {
    background-color: #eceae4;
    width: 100%;
}
.spec-label {
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


     @media screen and (max-width: 1280px) {
            .img-content2-html{
                width:  100%;
                padding: 5% 0%;
                max-height: auto !important;
            }
         
.titulo1 {
	font-weight: 900;
    text-align: left;
}

        }