
/*==========  Mobile First Method  ==========*/

body{
    font-family: "Lato", arial;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
h2.title-section{
    color:#ab8b47;
    font-family: "PT Serif", times new roman, serif;
    font-size: 24px;
    font-weight: 100;
    margin: 30px 0px;
    text-transform: uppercase;
}
h2.title-section::after { 
    content: url('../img/arrow-right.png');
    position: relative;
    left: 60%;
}
a.navbar-brand{
    background: none;
    /*max-width: 50%;*/
}

/* Back to top button */
.back-to-top {
  background: #18d26e;
  border-radius: 50%;
  bottom: 15px;
  color: #fff;
  display: inline-block;
  display: none;
  font-size: 16px;
  height: 44px;
  line-height: 1;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: background 0.5s;
  width: 44px;
  z-index: 11;
}

.back-to-top i {
  color: #fff;
  padding-top: 12px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

.navbar-dark .navbar-toggler{border-color: transparent;}

/*--------------------------------------------------------------
# Formulario de contacto
--------------------------------------------------------------*/
form .form-control{
    background: rgba(256,256,256, 0.2);
    border:1px solid rgba(256,256,256, 0.3);
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding:  10px;
    text-transform: uppercase;
}
form .form-control::placeholder{
    color: #fff;
    font-family: "Lato";
    font-weight: 100;
    font-size: 11px;
}
form .form-control:focus{
    color: #fff;
    background:rgba(256,256,256, 0.2);
    
}
form .btn{
    background: #372b11;
    border-radius: 0px;
    border:1px solid rgba(256,256,256, 0.1);
    color: #fff;
    float: right;
    font-size: 12px;
    min-width: 180px;
    padding: 10px 15px ;
    text-align: center;
    text-align: center;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #logo{
        max-width: 60%;
    }
    .navbar{
        padding: .5rem 0;
    }
    ul.navbar-nav{
        margin: 0px;
        padding:0px; 
        width: 100%;
    }
    ul.navbar-nav li {
        background: #333;
        border-bottom: 1px solid #555;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    ul.navbar-nav li a{
        background: #333;
        color: #fff8e4;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 3px;
        padding: 7px 0px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }
    ul.navbar-nav li a:hover{
        color: #eee;
        font-weight: bold;
        text-decoration: none;
    }

    /*--------------------------------------------------------------
    # mainBanner
    --------------------------------------------------------------*/
    #mainBanner{}
    #mainBanner img{}
    #mainBanner .caption{
        left: 10%;
        position: absolute;
        top: 15%;
        width: 40%;
        z-index: 1;
    }
    #mainBanner p{
        color: #fff;
        font-size: 14px;
        font-weight: 100;
        left:0%;
        position: relative;
        text-align: left;
        text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
        text-transform: uppercase;
        width: 100%;
    }

    /*--------------------------------------------------------------
    # aboutUs
    --------------------------------------------------------------*/
    #aboutUs  {
        background: #f7f7f7;
        padding: 40px 0px;
    }
    /*--------------------------------------------------------------
    # Modelos
    --------------------------------------------------------------*/
    
    #modelos h2.title-section::after { 
        content: url(../img/arrow-down.png);
        position: relative;
        left: 0px;
        top: 15px;
    }
    #modelos h3, 
    #modelos p{
        color: #fff;
    }

    #modelos h3{
        display:block;
        font-family: "Lato";
        font-weight: bold;
        margin: 30px 0px;
        width: 100%;
    }
    #modelos h3::after { 
        content: url(../img/arrow-down.png);
        position: relative;
        left: 10px;
        top: 15px;
    }
    #descendente, 
    #ascendente{padding-bottom: 50px;}
    #ascendente h3{
        display:block;
        font-family: "Lato";
        font-weight: bold;
        margin: 30px 0px;
        width: 100%;
    }
    #ascendente h3::after { 
        content: url(../img/arrow-up.png);
        position: relative;
        left: 10px;
        top: 15px;
    }
    #modelos p{font-weight: 100;}
    #modelos .precio {
        background: #333;
        height: 0px;
        margin: 0 auto;
        width: 100%;
    }
    #modelos .precio p{
        background: #ab8b47;
        color: #fff;
        font-weight: bold;
        padding: 5px 10px;
        text-align: center;
        width: 100%;
        z-index: 4;
    }
    #descendente{
        background: url("../img/bg-modelos-01.jpg") center 120% no-repeat;
        background-size: 700%;
    }

    #ascendente{
        background: url("../img/bg-modelos-02.jpg") center bottom no-repeat;
        background-size: cover;
    }

    #contacto{
        background: url("../img/background-contact.jpg") center top no-repeat;
        background-size: cover;
        color: #fff;
        padding: 40px 0px;
    }
    #contacto h2.title-section{
        color: #fbfaf9;
    }
    #contacto h2.title-section::after {
        content: url(../img/arrow-contact.png);
        position: relative;
        left: -160px;
        top: 25px;
    }
    #contacto img{
        margin: 20px auto;
        width: 244px;
        height: 62px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {



}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #logo{
        left: 50%;
        position: absolute;
        top: 70px;
        width: 40%;
        transition:all 1s linear;
    }
    #logo a{
        left: -50%;
        position: relative;
        width: 100%;
    }
    #logo a img{
        margin: 0 20% ;
        width: 60%;
    }
    .header-scrolled #logo{
        position: relative;
        height: 50px;
        left: 10%;
        top: 0px;
        width: 20%;
    }

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav {
      flex-direction: row;
      width: 100%;
      max-width: 60%;
    }
    
    .nav-link {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
    
    /* Fixes dropdown menus placed on the right side */
    .ml-auto {
      left: auto !important;
      right: 0px;
    }
    ul.navbar-nav li{
        background: transparent;
        border-bottom: none;
        text-align: right;
        margin: 0px 5px;
    }
    ul.navbar-nav li a{
        background: transparent;
        color: #fff8e4;
    }
    #mainBanner .caption{
        top: 25%;
        width: 28%;
    }
    #mainBanner p{font-size: 24px;}
    #aboutUs .col-md-5 img{
        position: absolute;
        top: 35px;
    }
    #modelos{
        margin-top: 100px;
    }
    #modelos h2.title-section::after { 
        content: url(../img/arrow-down.png);
        position: relative;
        left: -140px;
        top: 25px;
    }
    
    #modelos .precio {
        background: #333;
        height: 0px;
        margin: 0 auto;
        position: relative;
        width: 50%;
    }
    #modelos .precio p{
        background: #ab8b47;
        bottom: 40px;
        color: #fff;
        font-weight: bold;
        left: 35%;
        padding: 5px 10px;
        position: absolute;
        text-align: center;
        width: 30%;
        z-index: 4;
    }
    #descendente, 
    #ascendente{padding-bottom: 0px;}
    #descendente{
        background: url("../img/bg-modelos-01.jpg") center center no-repeat;
        background-size: 100%;
    }

    #ascendente{
        background: url("../img/bg-modelos-02.jpg") center bottom no-repeat;
        background-size: 100%;
    }
     #modelos h3{
        display:block;
        font-family: "Lato";
        font-weight: bold;
        margin: 100px 0px 30px 0px;
        width: 100%;
    }
    #modelos h3::after { 
        content: url(../img/arrow-down.png);
        position: relative;
        left: 10px;
        top: 15px;
    }
    #ascendente h3{
        display:block;
        font-family: "Lato";
        font-weight: bold;
        margin: 150px 0px 30px 0px;
        width: 100%;
    }
    #ascendente h3::after { 
        content: url(../img/arrow-up.png);
        position: relative;
        left: 10px;
        top: 15px;
    }

    #ubicacion{
        margin-top:60px;
    }
    #ubicacion h2.title-section{margin-bottom: 60px;}
    #ubicacion h2.title-section::after { 
        content: url(../img/arrow-down.png);
        position: relative;
        left: -150px;
        top: 25px;
    }
    #ubicacion img{margin: 40px 0px;}
    #contactForm{
        margin-top: 245px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #mainBanner .caption{
        top: 50%;
        width: 23%;
    }
    #mainBanner p{font-size: 38px;}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}