@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Rufina:wght@400;700&display=swap');

/*
 * Globals
 */

body {
  background-image: url("../images/portugo_bg.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
/*  background-attachment: fixed;*/
  font-family: 'IBM Plex Mono', monospace;
  color: #264073;
}

.h-100 {
    height: 100%!important;
}

h4 {
  font-weight: 600;
}



.btn-delivery {
 width: 100px !important;
  }


.logo-ptgo {
max-width: 680px;
}

.btn-portugo {
  font-family: 'IBM Plex Mono', monospace;
  color: #fff;
  background: #264073;
  border: none;
}

.btn-portugo:hover {
  font-family: 'IBM Plex Mono', monospace;
  color: #fff;
  background: rgba(38, 64, 115, 0.6);
}

.btn {
  text-align: center;
  line-height: 42px;
  padding: 0 35px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 6px;
  color: #fff;
  background: #264073;
}

.cover-container {
  max-width: 42em;
}

.pt-22r {
  padding-top: 21rem!important;
}

.pt-20r {
  padding-top: 10rem!important;
}
/**/


/* social icons */
#social-icons {
  padding:0;
  position: relative;
  /*top: 50%;*/
  /*transform: translateY(-50%);
  right:0;*/
  z-index: 199;
}
.social-icons {
  margin:0;
  padding:0;
  list-style:none;
 /* margin: 100px;*/
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  width:50px;
  height:50px;
  display:inline-block;
  line-height:50px;
  text-align:center;
/*  background: rgba(255, 255, 255, 1);*/
  /*border: 2px solid #264073;
  border-radius: 50%;*/
  color: #264073;
  font-size:36px;
}
.social-icons li a:hover {
  opacity: 0.5;
}


@media screen and (max-width: 1366px) {
  .pt-5 {
    padding-top: 1rem!important;
}
  .pt-22r {
    padding-top: 13rem!important;
}
}





@media screen and (max-width: 1024px) { 
  body {
  background: url("../images/portugo_bg-responsivo.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
/*  background-attachment: fixed;*/
  font-family: 'IBM Plex Mono', monospace;
  color: #264073;
}
}

@media screen and (max-width: 768px) { 
  body {
  background: url("../images/portugo_bg-responsivo.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
/*  background-attachment: fixed;*/
  font-family: 'IBM Plex Mono', monospace;
  color: #264073;
}

.pt-22r {
  padding-top: 10rem!important;
}

.pt-5 {
    padding-top: 0rem!important;
}

.logo-ptgo {
max-width: 480px;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    /* background: rgba(255, 255, 255, 1); */
    color: #264073;
    font-size: 30px;
    /* margin: 0 0px; */
}

.optionbox select {
    background: #fff;
    color: #264073;
    padding: 10px;
    width: 320px;
    height: 50px;
    border: none;
    font-size: 16px;
    /* box-shadow: 0 5px 48px rgb(93, 15, 9); */
    -webkit-appearance: button;
    outline: none;
    border: 2px solid #333;
    border-radius: 0.25rem;
}

}