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

#mysidebar{
    overflow: hidden;
}
    .tarjetas{
        text-align: center;
        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{
        color: white;
        text-align: center;
        line-height: 100px;
        font-size: 2em;
    }
    
    #portfolio{
/*        background: rgb(120,190,75);*/
        background: linear-gradient(to right top, white, black);
        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: 250px;
        margin-right: 0px;
        outline: none;
/*        background: red;*/
    }
.search-container .in-text:focus{
    border: none;
    outline: none;
}

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

.bot{
/*    background: rgb(20,20,20);*/
    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: 320px;*/
/*    background-size: cover;*/
}

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



.bordes{
/*    background: red;*/
    width: 97%;
    margin: auto;
    margin-bottom: 25px;
}
.computers{
    display: grid;
    background: rgba(238,238,238,0.8);
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    border: 1px solid rgb(210,210,210);
    grid-gap: 10px;
}

.host {

  background-color: dodgerblue;

}

#vid-zd{
    grid-column: span 3;
    width: 70%;
    height: 400px;
    margin: auto;
}
.flip-card-inner {
  position: relative;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.host:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.front {
/*  background-color: #bbb;*/
  color: dodgerblue;
}

.back {
  background-color: rgba(0,30,30,0.9);
/*  background-color: #2980b9;*/
  color: white;
  transform: rotateY(180deg);
/*    border-radius: 10px;*/
}


.imgs{
    width: 290px;
    height: 230px;
    object-fit: contain;
    background-attachment: fixed;
    background-size: contain;
    padding: 10px;
    
}

.host{
    border-bottom: 1px solid rgb(210,210,210);
    font-weight: 400;
    color: dodgerblue;
    height: 300px;
/*    width: 270px;*/
    background: white;
    display: block;
    border-radius: 1px;
    position: relative;
    transition: all 0.3s;
    width: 90%;
    margin: auto;
}

.host:hover{
}

.containe{
    position: relative;
    
}

.imgs1{
/*    display: block;*/
    width: 200px;
    height: 200px;
}

.overlay{
    position: absolute;
    opacity: 0;
    background: rgba(0,30,30,0.8);
    transition: all 0.3s ease;
/*    border-radius: 10px;*/
    overflow: hidden;
}

.overlaydes{
    transform: scale(0);
}

.containe:hover .overlay{
    opacity: 1;
}

.text{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    text-align: justify;
    font-weight: 100;
    font-family: sans-serif;
    width: 220px;
}

.overlayleft{
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    
}
.overlayright{
    height: 100%;
    width: 0;
    top: 0;
right: 0;
    
}
.overlaytop{
    height: 0;
    width: 100%;
    top: 0;
right: 0;
    
}

.overlaylado{
    height: 0;
    width: 0;
    top: 0;
left: 0;
    
}

.overlaydes{
        height: 100%;
    width: 100%;
    top: 0;
right: 0;

}

.containe:hover img{
    opacity: 0.5;
}

.containe:hover p{
    opacity: 0.5;
}

.containe:hover .overlaydes{
/*    width: 100%;*/
    background: rgba(0,20,20,0.8);
    transform: scale(1);
}

.containe:hover .overlayleft, .containe:hover .overlayright{
    width: 100%;
}

.containe:hover .overlaytop{
    height: 100%;
}
    
.containe:hover .overlaylado{
    height: 100%;
    width: 100%;
}

.host a{
    color: white;
/*    text-decoration: none;*/
/*    list-style: none;*/
}
.host a:hover{
    color: white;
    text-decoration: none;
/*    list-style: none;*/
}

.host p{
/*    border-bottom: 1px solid rgb(215,215,215);*/
    font-weight: bold;
    height: 75px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
}

.computers h2{
    grid-column: span 3;
    height: 55px;
/*    background: red;*/
    color: black;
/*    color: rgb(170,215,37);*/
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 15px;
}

.host button{
    border: none;
    background: rgb(170,215,37);
    color: white;
    border-radius: 5px;
    width: 90%;
/*    bottom: 50px;*/
    padding: 10px;
    transition: all .5s ease;
    z-index: 2 !important;
    
}
.host button:hover{
/*    border: none;*/
    background: red;
/*    background: rgb(150,185,57);*/
/*    color: white;*/
/*    border-radius: 5px;*/
/*    width: 90%;*/
}

.phone{
    font-size: 13px;
}

@media screen and (max-width:600px){
        .w3-container h1{
        line-height: 40px;

    }
    
    .colorb{
        display:flex;
    }
    
    .colorb a{
        display:grid;
    }
    
    .computers{
        display: block;
    }
    
#vid-zd{
/*    grid-column: span 3;*/
    width: 100%;
    height: 195px;
    margin: auto;
}
}

.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;
}