* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'tahoma', sans-serif;
    color: #444;
}


/*TIPOGRAFIAS*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'tahoma', sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: 300;
}

.h1 {
    font-weight: 300;
}

h2 {
    font-size: 2rem;
    font-weight: 300;
}

h3 {
    font-size: 1.75rem;
    font-weight: 300;
}

h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

h5 {
    font-weight: 300;
}

p {
    font-weight: 300;
}

.card-block .display-1 {
    font-size: 6.25rem;
}


/*FONDOS*/

.fondo {
    background: url('../img/foto-2.jpg');
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.fondo-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
}

.fondo-somos {
    background: url('../img/fondo-roca1.jpg');
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.bg-fondo-claro {
    background-color: #fefaec;
}

.bg-danger {
    background-color: #c4e3cb !important;
}

.bg-bar {
    background-color: #8aae92;
}

.bg-fondogaleria {
    background-color: #444;
}

.parallax-contacto {
    background: url('../fondos/fondo-contactenos3.jpg');
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.centrar-quienessomos {
    background-color: aqua;
    display: flex;
    align-items: center;
}

.parallax-inicio {
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.parallax-contacto,
.parallax-inicio {
    position: relative;
    opacity: 1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.heading {
    position: absolute;
    color: #fff;
    font-size: 150%;
    top: 40%;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-shadow: 0 0 10px #000;
}


/*BOTONES*/

.btn {
    font-size: 1.25rem;
    font-weight: 300;
}

.btn-ini {
    background-color: #8aae92;
    /*border-color: #c4e3cb; */
}

a.btn-ini:focus,
a-.btn-ini:hover {
    background-color: #7a8b7e;
}

.bg-precios {
    background-color: #616161;
}


/*ICONOS*/

.iconos {
    font-size: 2.25rem;
}


/*CARD*/

.card {
    border: none;
}


/*OTROS*/

.form-control {
    border: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    .carousel-multi-item-2 .col-md-3 {
        float: left;
        width: 25%;
        max-width: 100%;
    }
}

.carousel-multi-item-2 .card img {
    border-radius: 2px;
}



