.ftr{ 
    margin: 5px 0px;
}
.ftr-card{
    height: 410px;
    overflow:hidden;
}
.ftr-cont{
    padding: 10px 30px;
}
.ftr-card .card-title{
    background: rgb(2,0,36);
    background-color: lightgray;
    font-size: 18px;
    line-height: 25px;
    color: white;
    font-weight: bold;
    padding: 7px 0px;
}
.card-body{
    padding-top: 2px;
}
#suscribe .card-body{
    height: 100%;
}
#suscribe .btn{
    margin-top: 20px!important;
    padding-top: 10px;
}
#suscribe form{
    position: relative;
    top: 50%;
    transform: translateY(-70%);
    padding: 20px;
}
#suscribe .form-group{
    margin-bottom: 0px;
}
#suscribe .form-label{
    font-size: 1.2em;
    font-weight: bold;
}
#suscribe .input-group{
    overflow: hidden;
}
.txt-contacto{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}
.i-t{
    color: rgb(24,98,228);
    font-weight: bold;
    transform: scale(1.3);
}
.i-w{
    color: #128C7E;
    font-weight: bold;
    transform: scale(1.3);
}
.i-c{
    color: #e49a18;
    font-weight: bold;
    transform: scale(1.3);
}
.i-i{
    color: #3f729b;
    font-weight: bold;
    transform: scale(1.3);
}
.ftr-cont ul{
    list-style: none;
    padding: 10px 0px;
}
.list-dir{
    font-size: 1em;
    line-height: 1.8em;
    padding: 0px !important;
}
.list-dir li{
    padding: 3px;
    margin: 8px;
}
#blk-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maps{
    width: 100%;
    height: 320px;
}
.new-prod{
    height: 340px;
}
.new-prod li{
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 20px;
    transition: 200ms;
}
.new-prod li:hover{
    transform: scale(1.04);
    background-color: lightgray;
}
.new-prod a{
    width: 100%;
    display: flex;
}
.new-prod img{
    width: 65px;
    height: 65px;
    margin-right: 20px;
    transform: scale(1.6);
    inline-size: 0px;
}
.prod-name-cont{
    height: 65px;
    width: calc(100% - 90px);
    position: relative;
}
.prod-name{
    display: inline-block;
    font-size: 1.2em;
    text-transform: uppercase;
    left: 80px;
    color: #51bcda;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-weight: bold;
}
@media (min-width: 1200px){
    .prod-name{
        font-size: 0.8em;
    }
}
@media (min-width: 1400px){
    .prod-name{
        font-size: 1em;
    }
}
@media (min-width: 1600px){
    .prod-name{
        font-size: 1.2em;
    }
}   