body {
  background-color: #d6cbbb;
}
.border {
    height: 100px;
    border: 2px solid #2a1703;
    margin: 2.5%;
    background-color: #d6cbbb;

}
.height10 {
min-height: 8rem;
}

.sombra {
    -webkit-box-shadow: 0px 0px 65px 17px rgba(166,163,153,0.85);
-moz-box-shadow: 0px 0px 65px 17px rgba(166,163,153,0.85);
box-shadow: 0px 0px 65px 17px rgba(166,163,153,0.85);
    background-color: #d6cbbb;
}

.divider{
    width: 94%;
    margin: 4% 2.5% 2.5% 2.5%;
}

.txthome {
    margin: 2.5%;
    padding:0px;
}
.txthome p{
    padding:0px;
    margin:0px;
    text-align: justify;
}
.footer {
    background-color: #1f0e04;
    height: auto;
    position: absolute;
    width: 100%;
}
.border h4, h5{
    text-align: center;
    font-family: 'Droid Serif', serif;

}

.container {
text-align: justify;
}

.contenidor-interior{
padding: 8%;

}

.logo{
width:20rem;
padding: 0px;
margin: -8px;
}

.navbar-brand {
    float: left;
    margin-top: 10px;
    /*width: 257px;*/
}


/**FOOTER**/

.footer_generic{
    padding-top: 4rem;
    padding-left: 0px;
}

.footer_generic p{
    color: #bf560d;
    font-size: 1.5rem;
}

.footer_generic ul li{
    display: inline;
    font-size: 1.5rem;
}

.footer_generic li a{
    color: #fff;
    text-decoration: none;
}

.footer_generic li a:hover{
    color: #bf560d;
    text-decoration: none;
}

.footer_generic .politica > .active > a,
.footer_generic .politica > .active > a:hover,
.footer_generic .politica > .active > a:focus {
  color: #bf560d;
}

.padding-left{
    padding-left: 15px;
}

.politica{
    padding: 0px;
}

.selector{
font-size: 1.3rem;
}

.contingut {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .contingut {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .contingut {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .contingut {
    width: 1024px;
    }
  }


/*IMATGES*/

/*MOBIL ANDROID I IPHONE PORTRAIT*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {

    #imatge{
            background-image: url(../img/home-eng-320.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }
        #index-esp{
            background-image: url(../img/home-cast-320.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }

    #about-me{
            background-color: red;
            background-image: url(../img/about-me-320.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding-top: 2rem;
    }
    #about-you{
            background-image: url(../img/about-you-320.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
    }
    #contact{
            background-image: url(../img/contact-320.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;

    }
    }

/*IPADS PORTRAIT*/
@media only screen and (min-device-width : 480px) and (max-device-width : 768px) and (orientation : portrait) {

    #imatge{
            background-image: url(../img/index-eng-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 438px;
            margin: 0px;
            padding: 0px;
        }
        #index-esp{
            background-image: url(../img/index-esp-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 438px;
            margin: 0px;
            padding: 0px;
        }
    #about-me{
            background-image: url(../img/about-me-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 438px;
            margin: 0px;
            padding: 0px;
        }
    #about-you{
            background-image: url(../img/about-you-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 438px;
            margin: 0px;
            padding: 0px;
        }
    #contact{
            background-image: url(../img/contact-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 438px;
            margin: 0px;
            padding: 0px;
    }
    }



/*PANTALLES IPHONE LANDSCAPE*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {

    #imatge{
            background-image: url(../img/index-eng-768.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }
        #index-esp{
            background-image: url(../img/index-esp-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }
    #about-me{
            background-image: url(../img/about-me-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }
    #about-you{
            background-image: url(../img/about-you-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }
    #contact{
            background-image: url(../img/contact-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 320px;
            margin: 0px;
            padding: 0px;
        }
    }

/*PANTALLES MOBILS ANDROID LANDSCAPE*/
@media only screen and (min-device-width : 480px) and (max-device-width : 768px) and (orientation : landscape) {

    #imatge{
            background-image: url(../img/index-eng-768.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
        #index-esp{
            background-image: url(../img/index-esp-768.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
    #about-me{
            background-image: url(../img/about-me-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
    #about-you{
            background-image: url(../img/about-you-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
    #contact{
            background-image: url(../img/contact-768.jpg);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
    }

/*IPAD LANDSCAPE*/
@media only screen and (min-device-width : 768px) and (max-device-width : 992px) and (orientation : landscape) {

    #imatge{
            background-image: url(../img/index-eng-992.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
    #index-esp{
            background-image: url(../img/index-esp-992.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
        }
    #about-me{
            background-image: url(../img/about-me-992.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
    }
    #about-you{
            background-image: url(../img/about-you-992.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
    }
    #contact{
            background-image: url(../img/contact-992.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position:center;
            width: 100%;
            height: 350px;
            margin: 0px;
            padding: 0px;
    }
    }

/*LAPTOP*/
@media only screen and (min-device-width : 1280px) and (max-device-width : 1900px) and (orientation : landscape) {    

    #imatge{
        background-image: url(../img/Essential-Home-max-eng.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 500px;
    }

    #index-esp{
        background-image: url(../img/Essential-Home-max-esp.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 500px;
    }
    #about-me{
        background-image: url(../img/essential-about-me.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 500px;
    }
#about-you{
        background-image: url(../img/essential-about-you.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 500px;
    }
#contact{
        background-image: url(../img/essential-contact.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 500px;
}
}