body, html {
    width: 100%;
    height: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: red; }
  a.active, a:active, a:focus, a:hover {
    color: black; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/OXUS-FONDO-BEIGE.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
/*  background-position: center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
    width: 100%;
    background-position-y:center;
}
.masthead h2{
    font-size: 1.3rem;
    
    margin: auto;
    padding-top: 25px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: black;
    
}
.masthead .letra1{
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    letter-spacing: -0.7px;
    
}
.masthead .letra2{
    font-weight: lighter;
}
.right-side{
    height: 90vh;
}
/*.intro-text{
    position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 500px;
}*/

.intro-text{
    position: absolute;
    bottom: 20px;
    right: 60px;
}
/*.intro-text{
    position: absolute;
    bottom: 20px;
    width: 100%;
}*/

.intro-text img{
    max-width: 200px;
    display: none;

}

header .intro-lead-in{
    font-family: 'Caveat', cursive;
    font-size: 3rem;
}
  
.intro-heading{
    margin-top: 3rem;
    font-size: 1rem;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    
}
.list-inline-item {
    display: inline-block;
border: 1px solid red;
border-radius: 50%;
padding: 6px 7px;
width: 40px;
height: 40px;
    margin: 0 10px;
    background-color: transparent;
}
.list-inline-item:hover{
    border-color: black;
}
.list-inline-item .fa-facebook{
    padding: 3px 6px;
}
.list-inline-item .fa-phone{
    padding: 3px 1px;
}
.list-inline-item .fa-instagram{
    padding: 2px 1px;
}
.list-inline-item .fa-envelope-o{
    padding: 2px 2px;
}

header ul{
    margin-top: 1rem;
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media (max-width:767px){
    header.masthead{
        background-image: url("../img/OXUS_WEB_FONDO_MOVIL5.jpg");
        background-position: bottom;
        
    }
    .masthead h2{
        display: none;
    }
    .intro-text{
        width: 100%;
        right: 0;
    }
    .intro-heading{
        display: none;
    }
}

@media (max-width: 767px) and (orientation: landscape){
    header.masthead{
        background-image: url("../img/OXUS-FONDO-BEIGE.jpg");
        background-size: cover;
        background-position: center
  
}

@media (max-width: 540px) and (orientation: landscape){
    
}

@media (max-width: 400px){
    

}
    
}
