a{
    text-decoration: none;
    color: #868686;
}

#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 44px;
    font-size: 13px;
    background-color: blue;
}
.block_icon {
    display: block;
    padding-top: 10px;
    height: 45px;
    width: 100%;
    background-color: #211e89;
    position: absolute;
    align-content: space-between;
    z-index: -4000;
}

.block_icon  .social [class^="icon-"]{
    justify-content: flex-end;
    display: inline-block;
    color: #211e89;
    text-decoration: none;
    font-size: 25px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 22px;
    margin: 0 5px;
}
.block_icon .social a{
    text-align: center;
    
    /* margin: auto; */
}

.social{
    display: inline-block;
    float: right;
    margin-right: 20px;
    
}
.social1{
    list-style: none;
    text-decoration: none;
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.social_prueba ul{
    display: inline-block;
    list-style: none;
    text-decoration: none;
    float: right;
}

/* .social_prueba > ul > li > a{
    display: inline-block;
    color: #211e89;
    text-decoration: none;
    font-size: 22px;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    height: 15px;
    width: 15px;
} */

.social_prueba ul li{
    display: inline-block;
}

/* .block_icon .social1 [class^="icon-"]{
    justify-content: flex-end;
    display: inline-block;
    color: #211e89;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    margin: 0 5px; 
} */

h1,h2,h3{
    font-family: sans-serif;
}

body{
    font-family: sans-serif;
}

img {
    display: block;
    max-width: 100%;
} 

/* estilo header */

.header{
    /* height: 60px; */
}

.header .contenedor{
    display: flex;
    justify-content: space-between;
}
.logo{
    margin-top: 50px;
    margin-left: 25%;
    width: 200px;
}


/*---------------------------banner---------------------------*/
.banner{
    padding-top: 100px;
    /* margin-top: 100px; */
    height: auto;
    box-sizing: border-box;
    /* z-index: -1000; */
}

/*--------------------------banner chico---------------------*/

.banner_chico{
    margin-top: 50px;
    display: flex;
    margin-bottom: 10px;
    margin-left: 30px;
}

/*----------------------productos----------------------*/

.titulo__info{
    text-align: center;
    color: dimgrey;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    font-size: 25px;
}
.info__titulo{
    text-align: center;
    color: dimgrey;
    font-size: 15px;
    padding-top: 22px;
}
.info__columna{
    padding-top: 20px;
    height: 220px;
    background-image: url(../imagenes/fondo_icons_grandes.png);
    background-size: 210px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;  
    margin-top: 30px;
}

.info__img{
    margin: auto;
    width: 150px;   
}
.info__img: hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}



.info__img{
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
	}
.info__img:hover{
    transform : scale(1.3);
    -moz-transform : scale(1.3); /* Firefox */
    -webkit-transform : scale(1.3); /* Chrome - Safari */
    -o-transform : scale(1.3); /* Opera */
    -ms-transform : scale(1.3); /* IE9 */
}


.titulo__maquinas{
    padding: 25px;
    text-align: center;
    color: dimgrey;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 25px;
}

.titulo__maquinas__int{
    padding: 45px;
    text-align: center;
    color: dimgrey;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}

.titulo__interior{
    padding-top: 50px;
}


.maqui__img{
    margin: auto;
    width: auto;
    height: 250px;
    padding: 10px;
    box-sizing: border-box;
}

.maqui__img_2{
    margin: auto;
    width: auto;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.subtitulo__maqui{
    text-align: center;
    color: dimgrey;
    
}
.maqui__descripcion{
    color: dimgrey;
    margin: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.columnas__maquinas {
    width: 300px;
    height: 300px;
}

.maquinas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* .boton_maquinas{
    width: 300px;
    height: 300px;
} */

/*---------------------------------Estilo de Footer---------------------------------*/

footer{
    width: 100%;
}
.logo2{
    padding-top: 25px;
    /* margin-left: 25% */
    width: 200px;
}
.footer{
    position: relative;
    
    width: 100%;
    background: #211e89;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.footer .social [class^="icon-"]{
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 40px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 40px;
    margin: 0 5px;
}

.titulo__footer1 {
    text-align: left;
    color: #211e89;
    margin-left: 50px;
}

.footer1 {
    background-color: #bbbabe;
}

.descripcion__footer1 {
    line-height: 2;
    text-align: left;
    color: #211e89;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 20px;
}
.descripcion__footer1__icon {
    line-height: 2;
    text-align: left;
    color: #211e89;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 20px;
}
.btn_footer{
    color: #211e89;
}
.footer1 .columnas__footer1 .descripcion__footer1__icon p .icon-phone{
    width: 30px;
    height: 30px;
    color: white;
    padding: 5px;
    font-size: 12px;
    background-color: #211e89;
    border-radius: 50%;
    line-height: 30px;
}
.footer1 .columnas__footer1 .descripcion__footer1__icon p .icon-mail{
    width: 30px;
    height: 30px;
    color: white;
    padding: 5px;
    font-size: 10px;
    background-color: #211e89;
    border-radius: 50%;
    line-height: 30px;
}

.titulo__solucion{
    margin: auto;
    text-align: center;
    color: #636364;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*------------------------------Responsive---------------------------------*/

@media(min-width:100px){
    .social1{
        display: none;
    }
    .social{
        /* display: none; */
        margin: auto;
    }
    .banner_chico{
        display: none;
    }
    .banner{
        display: none;
    }
    .main{
        padding-top: 60px;
        margin-top: 0px;
    }
    .footer{
        display: flex;
        flex-wrap: wrap;
    }
    .footer .social [class^="icon-"]{
        /* justify-content: flex-end; */
        display: inline-block;
        color: #211e89;
        text-decoration: none;
        font-size: 18px;
        padding: 10px;
        background: white;
        bor.,mder-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 22px;
        margin: 5px;
    }
    
}


@media(min-width:480px){
    .logo{
        margin-top: 60px;
        margin-left: 50px;
    }

    .info{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
    }
    
    .info__columna{
        width: 40%;
        
    }
    .info__titulo{
        font-size: 15px;
    }
   

}

@media(min-width:500px){
     .banner{
        display: block;
        padding-top: 60px;
    }
}

@media(min-width:768px){
    .info__columna{
        width: 33%;
    }
    .maquinas{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .columnas__maquinas{
        width: 30%;
    }
    .footer1{
        margin-top: 20px;
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .columnas__footer1{
        width: 48%;
    }
    
    .columnas__footer1__info{
        width: 48%;
    }
    
    .columnas__maquinas{
        width: 30%;
        margin: 15px;
        padding: 10px;
        /* margin-left: 250px; */
    }
    .footer{
        width: 100%;
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-around;
    }
    .txt__footer{
        padding-top: 10px;
        margin-left: 25px;
        font-size: 12px;
    }
    .footer .social{
        justify-content: flex-end;
    }
    .footer .social [class^="icon-"]{
        /* justify-content: flex-end; */
        display: inline-block;
        color: #211e89;
        text-decoration: none;
        font-size: 18px;
        padding: 10px;
        background: white;
        bor.,mder-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 22px;
        margin: 0 5px;
    }  
  
    .social{
        display: inline-block;
        float: right;
        margin-right: 20px;
    
    }
    .social1{
        list-style: none;
        text-decoration: none;
        display: inline-block;
        float: left;
        margin-left: 20px;
    }
    .banner_chico{
        display: flex;
        margin-bottom: 10px;
    }
   
}

@media(min-width:768px){
    
    .logos_banners{
        width: 25%;
        
    }
    .columnas__footer1{
        width: 25%;
    }
    .columnas__footer1__info{
        width: 25%;
    }
    .main{
        margin-top: 0px;
    }
    .descripcion__footer1{
        font-size: 12px;
    }
    .descripcion__footer1__icon{
        font-size: 12px;
    }
    .logo2{
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media(min-width:900px){
    /* .columnas__footer1{
        width: 23%;
    } */
    .banner{
        padding-top: 100px;
    }
    
}

@media(max-width:1000px){
    .block_icon {
        right: 50px;
        z-index: -4000;
    }
    
    
    a{
    text-decoration: none;
    color: white;
}
}