@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

section {
  padding: 40px 0 60px;
}

p{
  color: #191919;
  font-size: 16px;
}

a{
  color: #337aae;
  font-size: 16px;
}

a:hover{ 
  color: #337aae;
  text-decoration: none;
}

h1, h2, h3{
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

h1{
  color: #011270;
  font-size: 26px;
  text-transform: uppercase;
}

h2{
  font-size: 22px;
  color: #0022e0;
  margin: 25px 0 10px;
}

h3{
  font-size: 19px;
}

h3.title-menu{
  color: #bf0a3d;
  margin: 50px 0 10px;
}

h3.title-attractions{
  color: #bf0a3d;
  margin: 40px 0 10px;
}

.material-icons {
 vertical-align: sub;
}

hr{
 background-color: #ff1357;
}

ul, li{
 margin: 5px 0;
}

a.nav-link{
/*
 color: #000 !important;
 font-size: 15px !important;
*/
}

.item-menu{
 color: #FFF !important;
 text-transform: uppercase;
 font-size: 15px !important;
 font-weight: bold;
 display: block;
 padding: .5rem 1.5rem;
}

.item-menu:hover{
 color: #2f2778 !important;
}

#menu2{
 width: 100%;
}

#menu2 a.active {
    color: #2f2778 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 1.5rem;
}

#menu2 a.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.nav2{
 padding: .4rem 1rem;
 background-color: #ff1357;
 -webkit-box-shadow: 0 8px 6px -6px #999;
 -moz-box-shadow: 0 8px 6px -6px #999;
 box-shadow: 0 8px 6px -6px #cac7c7;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

.btn-collections{
 padding: 1rem;
 background-color: #ffed00;
 border-radius: 0.6rem;
 color: #0022e1;
 display: flex;
 justify-content: center;
}

.btn-collections:hover{
 color: #ffed00;
 background-color: #0022e1;
 font-size: 17px;
}

@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 23px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 50%;
 }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}

.card-header {
    cursor: pointer;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
}
    .modal-footer{
      display:none;  
}
