@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');


/**********    Diseño y Desarrollo  www.soluturing.com     ************/

html,body{
    margin: 0;
    padding: 0;
    width: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #656A6F;
    font-weight: 400;
}


/***-----------------------top wrapper----------------------***/
#top__wrapper {
    width: 100%; height: auto;
    display: table;
}
.top__wrapper__container {
    width: 1140px; height: 111px;
    margin: 0px auto;
    padding: 25px 0px 25px 0px;
    box-sizing: border-box;
}
.row__top__wrapper {
    width: 1140px; height: 61px;
    margin: 0px auto;
    display: flex;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center !important;
}

.top__wrapper__left__logo{
    width: 285px; height: auto;
    display: table;
}
.top__wrapper__left__logo img {
    width: 280px; height: auto;
}
.top__wrapper__center__text {
    width: 620px; height: 28px;
    padding: 2px 15px 0px 15px;
    text-align: center;
    font-size: 19.2px;
    letter-spacing: 1.4px;
    color: #444444 !important;
    font-family: 'Poppins', sans-serif;
}
.top__wrapper__right__tel {
    width: 240px; height: 33px;
    padding: 0px 15px;
    transition: all 0.6s;
}
.top__wrapper__right__tel:hover {
    transform: scale(1.06);
}
.top__wrapper__tel {
    width: 220px; height: 33px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #1F85B3;
    text-decoration: none;
    transition: all 1.6s;
}
a.top__wrapper__tel:hover {
    text-decoration: none;
}
.formulario-contacto{
    margin-bottom: 6px;
}
.info-contacto{
    width: 80%;
    padding: 30px;
    background: #03A9E6;
    color: #fff;
}
#boton-consulta{
    background: #03A9E6;
    color: #fff;
    border-radius: 0px;
    width: 100%;
}
.datos-formulario{
    height: 100%;
}
.form-input{
    width: 100%;
    height: 40px;
}
.form-text{
    width: 100%;
}
.form-text{
    font-size: 1.05em!important;
}
@media (max-width:1199px) {
    .datos-formulario{
        display: none;
    }
}
@media (max-width:1150px) {
    #top__wrapper {
        width: 100%; height: auto;
        display: table;
        text-align: center;

    }
    .top__wrapper__container {
        width: 100%; height: 180px;
        margin: 0px auto;
        padding: 12px 0px 12px 0px;
        box-sizing: border-box;
        align-content: center;
    }
    .row__top__wrapper {
        width: 100%; height: 61px;
        margin: 0px auto;
        display: grid;
        padding: 0px 8px;
        justify-content: space-between;
        align-items: center !important;
        justify-content: center
    }
    
    .top__wrapper__left__logo{
        width: 260px; height: auto;
        margin: 0px auto;
        display: table;
    }
    .top__wrapper__left__logo img {
        width: 260px; height: auto;
        margin: 0px auto;
    }
    .top__wrapper__center__text {
        width: 100%; height: 28px;
        padding: 15px 15px 0px 15px;
        text-align: center;
        font-size: 19.2px;
        letter-spacing: 1.4px;
        color: #444444 !important;
        font-family: 'Poppins', sans-serif;
    }
    .top__wrapper__right__tel {
        width: 100%; height: 33px;
        padding: 0px 15px;
        margin-top: 30px;
        transition: all 0.6s;
        text-align: center;
    }
    .top__wrapper__right__tel:hover {
        transform: scale(1.06);
    }
    .top__wrapper__tel {
        width: 100%; height: 33px;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #1F85B3;
        text-decoration: none;
        transition: all 1.6s;
    }
    a.top__wrapper__tel:hover {
        text-decoration: none;
    }
}
@media (max-width:900px) {
    #top__wrapper {
        width: 100%; height: auto;
        display: table;
    }
    .top__wrapper__container {
        width: 100%; height: 120px;
        margin: 0px auto;
        padding: 12px 0px 12px 0px;
        box-sizing: border-box;
    }
    .row__top__wrapper {
        width: 100%; height: 61px;
        margin: 0px auto;
        display: grid;
        padding: 0px 8px;
        justify-content: space-between;
        align-items: center !important;
        justify-content: center;
    }
    
    .top__wrapper__left__logo{
        width: 260px; height: auto;
        margin: 0px auto;
        display: table;
    }
    .top__wrapper__left__logo img {
        width: 260px; height: auto;
        margin: 0px auto;
    }
    .top__wrapper__center__text {
        width: 100%; height: 28px;
        padding: 15px 15px 0px 15px;
        text-align: center;
        font-size: 19.2px;
        letter-spacing: 1.4px;
        color: #444444 !important;
        font-family: 'Poppins', sans-serif;
    }
    .top__wrapper__right__tel {
        width: 100%; height: 33px;
        padding: 0px 15px;
        margin-top: 30px;
        transition: all 0.6s;
        text-align: center;
    }
    .top__wrapper__right__tel:hover {
        transform: scale(1.06);
    }
    .top__wrapper__tel {
        width: 100%; height: 33px;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #1F85B3;
        text-decoration: none;
        transition: all 1.6s;
    }
    a.top__wrapper__tel:hover {
        text-decoration: none;
    }
}
@media (max-width:556px) {
    #top__wrapper {
        width: 100%; height: auto;
        display: table;
    }
    .top__wrapper__container {
        width: 100%; height: 120px;
        margin: 0px auto;
        padding: 12px 0px 12px 0px;
        box-sizing: border-box;
    }
    .row__top__wrapper {
        width: 100%; height: 61px;
        margin: 0px auto;
        display: grid;
        padding: 0px 8px;
        justify-content: space-between;
        align-items: center !important;
        justify-content: center;
    }
    
    .top__wrapper__left__logo{
        width: 260px; height: auto;
        margin: 0px auto;
        display: table;
    }
    .top__wrapper__left__logo img {
        width: 260px; height: auto;
        margin: 0px auto;
    }
    .top__wrapper__center__text {
        width: 100%; height: 28px;
        padding: 15px 15px 0px 15px;
        text-align: center;
        font-size: 19.2px;
        letter-spacing: 1.4px;
        color: #444444 !important;
        font-family: 'Poppins', sans-serif;
    }
    .top__wrapper__right__tel {
        width: 100%; height: 33px;
        padding: 0px 15px;
        margin-top: 45px;
        transition: all 0.6s;
        text-align: center;
    }
    .top__wrapper__right__tel:hover {
        transform: scale(1.06);
    }
    .top__wrapper__tel {
        width: 100%; height: 33px;
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #1F85B3;
        text-decoration: none;
        transition: all 1.6s;
    }
    a.top__wrapper__tel:hover {
        text-decoration: none;
    }
}









/***----------------------Navbar-----------------------***/
.navbar{
    width: 100%; height: 56px;
    border-bottom: 4px solid #0097D6;
    z-index: 2200;
}
#navbar__container {
    width: 1110px; height: 56px;
    margin: 0px auto;
    padding: 8px 16px;
}
.navbar-nav a{
    padding: 8px 34px;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.w-100 {
    width: 100%!important;
}
.dropdown-menu {
    transform: translate(0px,8px);
    z-index: 2200;
}
@media (max-width:1199px){
    .navbar{
        width: 100%; height: 56px;
        border-bottom: 4px solid #0097D6;
        z-index: 2200;
        margin-top: 0px;
    }
    #navbar__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 8px 16px;
    }
    .navbar-nav a{
        width: 100%; height: auto;
        background: #fff;
        padding: 20px 0px;
        font-weight: 900;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
    .w-100 {
        width: 100%!important;
    }
    .dropdown-menu {
        width: 100%; height: auto;
        transform: translate(0px,0px);
        border-radius: 0px;
        text-align: center;
        z-index: 2200;
    }
    .dropdown-menu li a{
        padding: 8px;
        text-align: center;
    }
}
@media (max-width:900px){
    .navbar{
        width: 100%; height: 56px;
        border-bottom: 4px solid #0097D6;
        z-index: 2200;
        margin-top: 60px;
    }
    #navbar__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 8px 16px;
    }
    .navbar-nav a{
        width: 100%; height: auto;
        background: #fff;
        padding: 20px 0px;
        font-weight: 900;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
    .w-100 {
        width: 100%!important;
    }
    .dropdown-menu {
        width: 100%; height: auto;
        transform: translate(0px,0px);
        border-radius: 0px;
        text-align: center;
        z-index: 2200;
    }
    .dropdown-menu li a{
        padding: 8px;
        text-align: center;
    }
}


/***------------------------------Banner---------------------***/
#banner{
    width:100%; height: 178px;
    background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,1) ,rgba(0,0,0,1),rgba(0,0,0,0)), url(https://i.imgur.com/TuPvECf.jpg);
    background-size: cover;
}
.container__banner__landing {
    width: 100%; height: auto;
    margin: 0px auto;
    padding: 50px 8px;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.banner__landing__tittle {
    padding-left: 30px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner__landing__desc {
    padding-left: 30px;
    font-size: 20px;
    color: #ffffffb3;
}
@media (max-width:900px) {
    #banner{
        width:100%; height: 178px;
        background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,1) ,rgba(0,0,0,1),rgba(0,0,0,0)), url(/imagenes/banner4.jpg);
        background-size: cover;
    }
    .container__banner__landing {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 8px;
        color: #fff;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
    .banner__landing__tittle {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .banner__landing__desc {
        font-size: 20px;
        color: #ffffffb3;
    }
}








.contacto__container__top {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding-top: 50px;
    color: #656A6F;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
}
.contacto__container__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.contacto__container__tittle i{
    color: #1F85B3;
    padding: 0px 6px 0px 0px;
}
.contacto__col__left {
    width: 290px; height: auto;
}
.contacto__col__center {
    width: 290px; height: auto;
}
.contacto__col__right {
    width: 200px; height: auto;
}
.col__center__desc {
    padding-bottom: 8px;
}
.col__center__link__list {
    padding: 2px 0px;
}
.col__center__link__list a {
    color: #1F85B3;
    text-decoration: none;
}
.col__center__link__list a:hover {
    color: #1F85B3;
    opacity: 0.8;
}

.contacto__container__bottom{
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    color: #656A6F;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
}

@media (max-width:1200px) {
    .contacto__container__top {
        width: 100%; height: auto;
        margin: 0px auto;
        padding-top: 50px;
        color: #656A6F;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        display: grid;
        justify-content: space-between;
    }
    .contacto__container__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .contacto__container__tittle i{
        color: #1F85B3;
        padding: 0px 6px 0px 0px;
    }
    .contacto__col__left {
        width: 100%; height: auto;
        padding: 12px 8px;
    }
    .contacto__col__center {
        width: 100%; height: auto;
        padding: 12px 8px;
    }
    .contacto__col__right {
        width: 100%; height: auto;
        padding: 12px 8px;
    }
    .col__center__desc {
        padding-bottom: 8px;
    }
    .col__center__link__list {
        padding: 2px 0px;
    }
    .col__center__link__list a {
        color: #1F85B3;
        text-decoration: none;
    }
    .col__center__link__list a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    
    .contacto__container__bottom{
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        color: #656A6F;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        display: flex;
        justify-content: space-between;
    }
    .contacto__map {
        width: 80%;
        margin: 0px auto;
    }
    .contacto__map iframe{
        width: 100%; height: 280px;
        margin: 0px auto;
        text-align: center;
    }

}

@media (max-width:900px) {
    .contacto__container__top {
        width: 100%; height: auto;
        margin: 0px auto;
        padding-top: 50px;
        color: #656A6F;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        display: grid;
        justify-content: space-between;
    }
    .contacto__container__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .contacto__container__tittle i{
        color: #1F85B3;
        padding: 0px 6px 0px 0px;
    }
    .contacto__col__left {
        width: 100%; height: auto;
        padding: 12px 8px;
    }
    .contacto__col__center {
        width: 100%; height: auto;
        padding: 12px 8px;
    }
    .contacto__col__right {
        width: 100%; height: auto;
        padding: 12px 8px;
    }
    .col__center__desc {
        padding-bottom: 8px;
    }
    .col__center__link__list {
        padding: 2px 0px;
    }
    .col__center__link__list a {
        color: #1F85B3;
        text-decoration: none;
    }
    .col__center__link__list a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    
    .contacto__container__bottom{
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        color: #656A6F;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        display: flex;
        justify-content: space-between;
    }
    .contacto__map {
        width: 80%;
        margin: 0px auto;
    }
    .contacto__map iframe{
        width: 100%; height: 280px;
        margin: 0px auto;
        text-align: center;
    }
    
}






/***--------------------------contactlink------------------------***/
#contactlink {
    background: #e7e7e7;
}
.contactlink__container {
    width: 1110px; height: auto;
    margin: 0px auto;
    padding: 50px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    align-items: center;
}
.contactlink__img{
    width: 264px; height: auto;
}
.contactlink__img img{
    width: 264px; height: auto;
    padding-bottom: 4px;
}
.contactlink__tittle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E2022;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.contactlink__text {
    width: 560px; height: auto;
    margin: 0;
    font-size: 16px;
    padding: 0px;
    color: #656A6F;
    font-family: 'Poppins', sans-serif;
    display: grid;
    align-items: center;
}
.contactlink__boton {
    width: 200px; height: auto;
    padding: 0px 16px;
    vertical-align: middle;
}
a.contact__btn {
    background: none;
    color: #1E2022;
    font-weight: 400;
    border: 2px solid #1E2022;
    font-size: 20px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.6s;
}
a.contact__btn:hover {
    text-decoration: none;
    background: #1F85B3;
    color: #fff;
    font-weight: 400;
    border: 2px solid rgba(0,0,0,.0);
}
@media (max-width:1200px) {
    #contactlink {
        background: #e7e7e7;
    }
    .contactlink__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
    }
    .contactlink__img{
        width: 20%; height: auto;
    }
    .contactlink__img img{
        width: 264px; height: auto;
        padding-bottom: 4px;
    }
    .contactlink__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .contactlink__text {
        width: 40%; height: auto;
        margin: 0;
        font-size: 16px;
        padding: 0px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        display: grid;
        align-items: center;
    }
    .contactlink__boton {
        width: 20%; height: auto;
        padding: 0px 16px;
        vertical-align: middle;
    }
    a.contact__btn {
        background: none;
        color: #1E2022;
        font-weight: 400;
        border: 2px solid #1E2022;
        font-size: 20px;
        padding: 8px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.6s;
    }
    a.contact__btn:hover {
        text-decoration: none;
        background: #1F85B3;
        color: #fff;
        font-weight: 400;
        border: 2px solid rgba(0,0,0,.0);
    }
}
@media (max-width:900px) {
    #contactlink {
        background: #e7e7e7;
    }
    .contactlink__container {
        width: 100%; height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        box-sizing: border-box;
        display: grid;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
        text-align: center;
    }
    .contactlink__img{
        width: 100%; height: auto;
    }
    .contactlink__img img{
        width: 100%; height: auto;
        padding-bottom: 20px;
    }
    .contactlink__tittle {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1E2022;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 16px;
    }
    .contactlink__text {
        width: 100%; height: auto;
        margin: 0;
        font-size: 16px;
        padding: 0px 8px;
        color: #656A6F;
        font-family: 'Poppins', sans-serif;
        display: grid;
        align-items: center;
    }
    .contactlink__boton {
        width: 200px; height: auto;
        padding: 40px 16px;
        margin: 0px auto;
        vertical-align: middle;
    }
    a.contact__btn {
        background: none;
        color: #1E2022;
        font-weight: 400;
        border: 2px solid #1E2022;
        font-size: 20px;
        padding: 8px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.6s;
    }
    a.contact__btn:hover {
        text-decoration: none;
        background: #1F85B3;
        color: #fff;
        font-weight: 400;
        border: 2px solid rgba(0,0,0,.0);
    }
}







/***--------------------------footer------------------------------***/
#footer {
    width: 100%; height: auto;
    background: #070707 url(/imagenes/footer.png);
    background-size:auto;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    color: #fff;
    text-align: left;
}
.footer__banner {
    width: 100%; height: auto;
    text-align: center;
    padding: 0px 0px 0px 70px;
    padding-top: 16px;
}
.footer__banner img {
    width: 800px; height: auto;
}
.footer__container {
    width: 1110px; height: 400px;
    margin: 0px auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.col__left,.col__center,.col__right {
    padding: 20px 0px;
}
.col__left__tittle, .col__center__tittle, .col__right__tittle {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff/*#1F85B3*/;
}
.col__left__tittle i, .col__center__tittle i, .col__right__tittle i{
    padding: 0px 20px 0px 0px;
    color: #1F85B3;
    font-size: 18px;
    font-weight: 800;
}
.col__left__info{
    width: 260px;
    padding-bottom: 20px;
    display: grid;
}
.col__left__desc {
    padding-bottom: 16px;
}
.col__left__link__list {
    padding: 8px 0px;
}
.col__left__link__list a {
    color: #1F85B3;
    text-decoration: none;
}
.col__left__link__list a:hover {
    color: #1F85B3;
    opacity: 0.8;
}
.col__left__social {
    width: 180px;
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
.col__left__social i{
    width: 50px; height: 50px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 28px;
    padding: 11px 12px;
    text-align: center;
    transition: all 0.6s;
}
.col__left__social i:hover {
    background: #1F85B3;
}
.tel i {
    font-size: 22px;
    padding-top: 12px;
}

.col__center__links,.col__right__products {
    width: 200px; height: auto;
    padding-bottom: 16px;
}
.col__center__links a,.col__right__products a {
    color: #1F85B3;
    text-decoration: none;
    text-transform: capitalize;
}
.col__center__links a:hover,.col__right__products a:hover {
    color: #1F85B3;
    opacity: 0.8;
}



.footer__botom {
    width: 1110px; height: auto;
    margin: 0px auto;
    border-top: 1px solid #fff;
    padding: 16px 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 100;
}
.footer__botom__right a{
    color: #1F85B3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    padding: 0px 0px 0px 6px;
}
.footer__botom__right a:hover {
    color: #1F85B3;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width:1200px) {
    #footer {
        width: 100%; height: auto;
        background: #070707 url(/imagenes/footer.png);
        background-size:auto;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
        color: #fff;
        text-align: left;
    }
    .footer__banner {
        width: 100%; height: auto;
        text-align: center;
        padding: 0px 0px 0px 70px;
        padding-top: 16px;
    }
    .footer__banner img {
        width: 800px; height: auto;
    }
    .footer__container {
        width: 100%; height: 400px;
        margin: 0px auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    .col__left,.col__center,.col__right {
        padding: 20px 0px;
    }
    .col__left__tittle, .col__center__tittle, .col__right__tittle {
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff/*#1F85B3*/;
    }
    .col__left__tittle i, .col__center__tittle i, .col__right__tittle i{
        padding: 0px 20px 0px 0px;
        color: #1F85B3;
        font-size: 18px;
        font-weight: 800;
    }
    .col__left{
        padding-left: 30px;
    }
    .col__right{
        padding-right: 30px;
    }
    .col__left__info{
        width: 100%;
        padding-left: 30px;
        padding-bottom: 20px;
        display: grid;
    }
    .col__left__desc {
        padding-bottom: 16px;
    }
    .col__left__link__list {
        padding: 8px 0px;
    }
    .col__left__link__list a {
        color: #1F85B3;
        text-decoration: none;
    }
    .col__left__link__list a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    .col__left__social {
        width: 180px;
        list-style: none;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }
    .col__left__social i{
        width: 50px; height: 50px;
        background: rgba(255,255,255,0.2);
        color: #fff;
        font-size: 28px;
        padding: 11px 12px;
        text-align: center;
        transition: all 0.6s;
    }
    .col__left__social i:hover {
        background: #1F85B3;
    }
    .tel i {
        font-size: 22px;
        padding-top: 12px;
    }
    
    .col__center__links,.col__right__products {
        width: 100%; height: auto;
        padding-bottom: 16px;
    }
    .col__center__links a,.col__right__products a {
        color: #1F85B3;
        text-decoration: none;
        text-transform: capitalize;
    }
    .col__center__links a:hover,.col__right__products a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    
    
    
    .footer__botom {
        width: 100%; height: auto;
        margin: 0px auto;
        border-top: 1px solid #fff;
        padding: 16px 20px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        font-weight: 100;
    }
    .footer__botom__right a{
        color: #1F85B3;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        padding: 0px 0px 0px 6px;
    }
    .footer__botom__right a:hover {
        color: #1F85B3;
        text-decoration: none;
        font-weight: 900;
    }
}

@media (max-width:900px) {
    #footer {
        width: 100%; height: auto;
        background: #070707 url(/imagenes/footer.png);
        background-size:auto;
        justify-content: space-between;
        font-family: 'Poppins', sans-serif;
        align-items: center;
        color: #fff;
        text-align: left;
    }
    .footer__banner {
        width: 100%; height: auto;
        text-align: center;
        padding: 0px 8px;
        padding-top: 16px;
    }
    .footer__banner img {
        width: 100%; height: auto;
    }
    .footer__container {
        width: 100%; height: 400px;
        margin: 0px auto;
        margin-bottom: 20px;
        padding: 0px 8px;
        display: grid;
        justify-content: space-between;
    }
    .col__left,.col__center,.col__right {
        padding: 20px 0px;
    }
    .col__left__tittle, .col__center__tittle, .col__right__tittle {
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff/*#1F85B3*/;
    }
    .col__left__tittle i, .col__center__tittle i, .col__right__tittle i{
        padding: 0px 20px 0px 0px;
        color: #1F85B3;
        font-size: 18px;
        font-weight: 800;
    }
    .col__left__info{
        width: 260px;
        padding-bottom: 20px;
        display: grid;
    }
    .col__left__desc {
        padding-bottom: 16px;
    }
    .col__left__link__list {
        padding: 8px 0px;
    }
    .col__left__link__list a {
        color: #1F85B3;
        text-decoration: none;
    }
    .col__left__link__list a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    .col__left__social {
        width: 180px;
        list-style: none;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }
    .col__left__social i{
        width: 50px; height: 50px;
        background: rgba(255,255,255,0.2);
        color: #fff;
        font-size: 28px;
        padding: 11px 12px;
        text-align: center;
        transition: all 0.6s;
    }
    .col__left__social i:hover {
        background: #1F85B3;
    }
    .tel i {
        font-size: 22px;
        padding-top: 12px;
    }
    
    .col__center__links,.col__right__products {
        width: 200px; height: auto;
        padding-bottom: 16px;
        padding-left: 30px;
    }
    .col__center__links a,.col__right__products a {
        color: #1F85B3;
        text-decoration: none;
        text-transform: capitalize;
    }
    .col__center__links a:hover,.col__right__products a:hover {
        color: #1F85B3;
        opacity: 0.8;
    }
    
    
    
    .footer__botom {
        width: 100%; height: auto;
        margin: 0px auto;
        border-top: 1px solid #fff;
        padding: 16px 8px 16px 8px;
        font-size: 14px;
        display: grid;
        justify-content: space-between;
        font-weight: 100;
        margin-top: 600px;
    }
    .footer__botom__right a{
        color: #1F85B3;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        padding: 0px 0px 0px 6px;
    }
    .footer__botom__right a:hover {
        color: #1F85B3;
        text-decoration: none;
        font-weight: 900;
    }
}