body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif;
box-sizing: border-box;
}

#mysidebar{
    overflow: hidden;
}
    .tarjetas{
        text-align: center;
/*        font-weight: bold;*/
        font-size: 12px;
        margin-top: 25px;
    }

.w3-bar-block a{
    text-decoration: none;
}
.w3-bar-block a:hover{
    text-decoration: none;
    background: rgb(120,190,75);
}
    .w3-container h1{
/*    background: rgb(120,190,75);*/
/*        background: linear-gradient(to right top, white, rgb(120,190,75));*/
        color: navy;
        text-align: center;
        line-height: 100px;
        font-size: 2em;
    }

.promo{
/*    background: url('/images/principal/PROMOCION.jpg');*/
    width: 97%;
/*    height: 60vh;*/
/*    background-size: contain;*/
/*    background-attachment:scroll;*/
/*    background-repeat: no-repeat;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*background-color: aqua;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.promo img{
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    transition: all 0.3s;
/*    overflow: hidden;*/
}

.promo img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
/*    overflow: hidden;*/
}
    
    #portfolio{
/*        background: rgb(120,190,75);*/
        background: linear-gradient(to right top, white, rgb(120,190,75));

        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .search-container{
/*        padding: 6px;*/
/*        margin-left: 260px;*/
        display: inline-block;
/*        width: 30%;*/
        border: none;
        border-radius: 5px;
        margin-left: 25%;
        margin-right: 0px;
        outline: none;
/*        background: red;*/
    }
.search-container .in-text:focus{
    border: none;
/*    border: 1px solid navy;*/
/*    background: red;*/
    outline: none;
}

.search-containe{
    border: 1px solid;
/*        border: none;*/
        border-radius: 5px;
/*        margin-left: 25%;*/
        margin-right: 0px;
        outline: none;
    font-size: 12px;
/*    height: 30px;*/
    padding: 0;
}

.search-containe .in-text:focus{
    border: none;
/*    border: 1px solid navy;*/
/*    background: red;*/
    outline: none;
}

.search-btn i{
    color: navy;
}

#mySearch{
    padding: 8px;
    width: 90%;
    border-radius: 5px;
    border: none;
}

.bot{
    background: rgb(120,190,75);
    border: none;
    padding: 10px;
    color: white;
    border-radius: 5px;
    outline: none;
}
.bota{
    background: white;
    border: none;
    padding: 10px;
    transition: all 0.3s linear;
    border-radius: 5px;
    outline: none;
}

.bota:hover{
background: rgb(120,190,75);
    color: white;
        border: none;
    outline: none;
}

.colorb{
    margin: 16px 0;
}

.w3-hover-opacity{
    height: auto;
/*    background-size: cover;*/
}

.w3-container h2{
    text-align: center;
}

.w3-container .parraf{
    height: 70px;
/*    background: red;*/
}

/*seccion porqueEC*/
.segunda{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,350px);
    object-fit: cover;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    grid-gap: 0;

}

.central1{
    position: relative;
    transition: 0.5s linear;
}



.central1:hover:before{
    content: '';
    position: absolute;
    background-color: rgba(0,20,20,0.3);
    left: 0;
    right: 0;
    height: 350px;
    transition: 0.5s linear;
}

.cent-img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease;

}

.central1:nth-child(3){
    grid-column: 1/ span 2;
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*    width: 50%;*/
    height: 350px;
    background: red;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    
}

.img-slider{
    width: 100%;
}

.cent-imgs{
/*    width: 80%;*/
    height: 350px;
    object-fit:cover;
/*    justify-content:flex-end;*/
/*    text-align: center;*/
    background-position:bottom;
    background-size: cover;
    transition: all 0.3s ease;

}

.serv-print{
    width: 97%;
    padding: 15px;
    background: linear-gradient(rgba(25,25,25,0.5), rgba(45,45,45,0.5)) ,url(/images/suministros/nylon_print.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: aliceblue;
    margin-bottom: 25px;
    margin-left: 15px;
/*    font-size: */
}

.centra{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2em;
}

.central1:hover .cent-img{
    transition: all 0.3s ease;
    width: 105%;
}
.central1:hover .cent-imgs{
    transition: all 0.3s ease;
    width: 105%;
    
}

.text-n{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 25px;
    font-weight: 500;
    font-family: sans-serif;
    border-radius: 10px;
    padding: 10px;
    background: rgba(0,20,20,0.5);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 2;
/*    height: 150px;*/
    overflow: hidden;
    width: 65%;
    box-sizing: border-box;
/*    margin-bottom: 25px;*/
}

.central1 h2:hover{
    background: rgba(0,20,20,0.8);
/*    left: 48%;*/
    
}


h2 .txt-alt{
/*    opacity: 0;*/
    transform: scale(0);
    transition: all 0.5s linear;
    font-size: 12px;
    text-align: justify;
    height: 0;
    width: auto;
    white-space: 5px;
    margin-top: 5px;
}

h2:hover .txt-alt{
/*    opacity: 1;*/
    transform: scale(1);
    display:inline-block;
    transition: all 0.5s linear;
    width: 90%;
    height: auto;
}

.marcas{
/*    margin: 35px 0;*/
    text-align: center;
    background: white;
}

.marcas h2{
    font-size: 35px;
    color: darkblue;
/*    margin: 35px 0;*/
    font-weight: 100;
}

.marcas img{
    height: 50px;
    margin: 15px;
}

.w3-third{
/*    height: 100px*/
}

.phone{
    font-size: 13px;
}

.map-eco{
/*    width: 100%;*/
    padding: 15px;
/*    background: red;*/
    text-align: center;
/*    border-radius: 50p;*/
/*    background: gray*/
    
}

#ubica{
    list-style: none;
    color: white;
}

#ubica:hover{
    text-decoration: none;
}

@media screen and (max-width:600px){
        .w3-container h1{
/*    background: rgb(120,190,75);*/
/*        background: linear-gradient(to right top, white, rgb(120,190,75));*/
/*        color: navy;*/
/*        text-align: center;*/
        line-height: 40px;
/*        font-size: 2em;*/
    }
    
    .colorb{
        display:flex;
    }
    
    .colorb a{
        display:grid;
    }
    
    .segunda{
    display: block;

}
    
    .acerc p{
text-align: justify;
}
    
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}