
.tophotsite {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 358px;
    margin-top: 51px;
    margin-bottom: 60px;
    position: relative;
}

body .pelicula {
    background-color: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
}

body  .container h1 {
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 50px;
    padding-top: 88px;
    position: relative;
}

body  .container .descricao-titulo {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 100;
}

body  .container .form-group input {
    border: 1px solid #FFF;
    width: 50%;
    margin: 0 auto;
}

body  .container .form-group button {
    width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
}

body .container h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #45494e;
}

body .container ul {
    list-style: none;
    padding: 0;
    margin-bottom: 100px;
}

body .container ul li {
    height: 430px;
    margin-top: 30px;
}

body .container ul li a {
    text-decoration: none;
}

body .container ul li a .thumbnail {
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .4s;
    transition-property: box-shadow;
    transition-duration: .4s;
    padding-bottom: 20px;
width: 350px;
    height: 429px;
}

body .container ul li a .thumbnail img {
    width: 100%;
    height: 226px;
    object-fit: contain;
    margin-bottom: 30px;
}

body .container ul li a .thumbnail .data {
    padding-top: 10px;
}

body .container ul li a .thumbnail .data p span {
    font-size: 24px;
    color: #f6682f;
}

body .container ul li a .thumbnail h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #45494e;
}

body .container ul li a .thumbnail p {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #a9a9a9;
}

body .container ul li a:hover .thumbnail {
    box-shadow: 0.5px 0.5px 30px #dad3d3;
}

@media all and (max-width: 375px) {
    body  .container .form-group input,
    body  .container .form-group button {
        width: 100%;
    }
    body .container ul li {
        height: auto;
    }
    body .container ul li a .thumbnail img {
        height: 180px;
    }
}

@media all and (min-width: 376px) and (max-width: 425px) {
    body  .container .form-group input,
    body  .container .form-group button {
        width: 100%;
    }
    body .container ul li {
        height: auto;
    }
    body .container ul li a .thumbnail img {
        height: 200px;
    }
}

@media all and (min-width: 426px) and (max-width: 600px) {
    body  .container .form-group input,
    body  .container .form-group button {
        width: 100%;
    }
    body .container ul li {
        height: auto;
    }
    body .container ul li a .thumbnail img {
        height: 340px;
    }
}

@media all and (min-width: 601px) and (max-width: 768px) {
    body  .container .form-group input,
    body  .container .form-group button {
        width: 100%;
    }
    body .container ul li {
        height: auto;
    }
    body .container ul li a .thumbnail img {
        height: 420px;
    }
}

@media all and (min-width: 769px) and (max-width: 991px) {
    body .container ul li {
        height: auto;
    }
    body .container ul li a .thumbnail img {
        height: 520px;
    }
}
footer ul li{
list-style: none;
}
.thumbnail{
overflow: hidden;
  text-overflow: clip;
}


footer ul {   
  list-style: none;
} 
footer a:hover, footer a:focus {     
  text-decoration: none; 
  color: #404046;
} 
.card-text, .card-title {   
  color: #45494e;
} 
a:hover  { 
  text-decoration: none !important; 
} 
.container h2 { 
  text-align: center;
  margin-top: 20px;
} 
.card:hover { 
transition-delay: .3s;  
box-shadow:0.5px 0.5px 30px #dad3d3;  
  top:-2px; 
}
.header .row{
display:block !important;
} 
