/* 

Theme Name:   Velost Elevadores
Theme URI:    
Author:       
Author URI:   
Description:  
Version:      
Tested up to: 
Requires PHP: 
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  
Tags:         

*/


/* NOTEBOOK > 15" */

@media screen and (min-width: 1440px) { 
    
}

@media screen and (max-width: 1440px) {
   
}

/* NOTEBOOK < 13" */

@media screen and (min-width: 1280px) { 
    
}

@media screen and (max-width: 1280px) {
   
}

/* TABLETS E CELULAR PAISAGEM */

@media screen and (min-width: 991px) { 
    
}

@media screen and (max-width: 991px) {
    
}

/* CELULAR COM TELA GRANDE */

@media screen and (min-width: 767px) {

}

@media screen and (max-width: 767px) {

}

/* CELULAR */

@media screen and (min-width: 575px) { 
    
}

@media screen and (max-width: 575px) {
   
}

.parallax-first {
    background: url(images/wallpaper/parallax/parallax-first.jpg);
}

body {
    font-family: 'Poppins', sans-serif;

}


/*Fonte dos títulos*/



h3 {
    font-weight:  700;
}

.bg {
    background-image: linear-gradient(to right, #14b7f6, #00a9f9, #0099fb, #0088f9, #1575f4);
    width: 90px;
    height: 6px;
    margin-bottom: 0.5rem;
    margin:  auto;
    filter: drop-shadow(2px 5px 6px #2f3640);
}

.bg2 {
    background-image: linear-gradient(to right, #14b7f6, #00a9f9, #0099fb, #0088f9, #1575f4);
    width: 90px;
    height: 6px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(2px 5px 6px #2f3640);
}


/*ícones*/

.about-us-tt i, .services-posts-title i, .contact-tt i, .footer-address-title i  {
    color: #02a4e2;
}

/*Botões*/

.banner {
   background-image: linear-gradient(to right, #14b7f6, #00a3f0, #008ee8, #0079dd, #0f62cf);
    font-weight: 300;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    transition: .4s;
    filter: drop-shadow(2px 10px 22px #353b48);
  
}

.banner:hover {
   
    opacity: 0.6;
    filter: drop-shadow(2px 10px 22px #2f3640);
}

.botoes {
    background-image: linear-gradient(to right, #14b7f6, #00a3f0, #008ee8, #0079dd, #0f62cf);
    border:none;
}



/*Cards*/

.card-group {
   margin-bottom: 2rem;
}

.card {
    padding:  22px;
    border:  0;
    transition:  .5s;
}

.card img {
    margin-bottom: 1rem;
}


/*Footer*/

 .btn-navbar-responsive a {
    color: #21A7EE;
    border: 0;
}

.redes a {
    background-color: #21A7EE;
    border:0;
}


