@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

* {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    background-color: white;
}

.navbar {
    margin-bottom: 0px;
}

.margen_arriba {
    margin-top: 30px;
}

.margen_arriba_60 {
    margin-top: 60px;
}

.margen_arriba_100 {
    margin-top: 100px;
}

.margen_arriba_vision {
    margin-top: 60% !important;
}

.margen_abajo {
    margin-bottom: 30px;
}

.margen_abajo_60 {
    margin-bottom: 60px;
}

.margen_abajo_100 {
    margin-bottom: 100px;
}

.color_blanco {
    color: white !important;
}

.color_naranja {
    color: #e86b1f !important;
}

.logo {
    width: 200px !important;
}

.medium {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.full_width {
    width: 100%;
    background-color: #5e5e5e;
}



/* ALTO DE LAS SECCIONES */

.section {
    height: 100vh !important;
}

.altura_seccion {
    height: 100vh !important;
}

.seccion-servicios {
    background-image: url(img/fondo.jpg);
    background-size: cover;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* CONTENEDOR CENTRAL DE TOD0 */

.contenedor_central {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: rgba(252, 110, 110, .0);
    margin-top: 60px;
}

.maquina {
    position: absolute;
    margin-top: 17%;
    margin-left: 6% !important;
    width: 45vw;
    z-index: 1;
}

.rocas {
    position: absolute;
    margin-top: 4%;
    margin-left: 2% !important;
    width: 100vw !important;
    z-index: 1;
}

.rocas img:;

    {
    width: 100% !important;
}

.logo-10-anos {
    position: absolute;
    margin-top: 4%;
    margin-left: 80% !important;
    width: 15vw !important;
    z-index: 10;
}

.logo-10-anos img {
    width: 100% !important;
}

.rocas2 {
    position: absolute;
    margin-top: -2%;
    margin-left: 2% !important;
    width: 10vw;
    z-index: 1;
}

.titulo {
    position: absolute;
    margin-top: 23%;
    margin-left: 50% !important;
    width: 44vw;
    z-index: 1;
}

.titulos {
    text-transform: uppercase;
    font-size: 2.3rem;
}

.titulos2 {
    text-transform: uppercase;
    font-size: 2.5rem;
}

.contenedor_galeria_fotos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.contenedor_galeria_fotos figure {
    width: 33.33%;
}

.contenedor_galeria_fotos figure img {
    width: 100%;
}

.linea_personalizada {
    height: 1px;
    background-color: #c6c6c6;
}



/* SLIDER CLIENTES*/


/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #ff4612;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.paralax {
    width: 100%;
    height: 50vh;
    background-image: url(img/paralax.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.paralax h3 {
    font-size: 2rem;
    margin-top: 20%;
    font-weight: bolder;
}

.pmd-card-body {
    height: 190px !important;
    overflow-y: hidden;
}

.footer {
    background-color: #454545;
    width: 100%;
}

.pmd-textfield-focused {
    background-color: #eb6209;
}

.btn-enviar {
    width: 90px;
    padding: 7px;
    border: 2px solid #e86b1f;
    color: white;
    border-radius: 30px;
    background-color: #e86b1f;
}

.btn-enviar:hover {
    background-color: #eb6209;
}

.btn-enviar:focus {
    background-color: #eb6209;
    outline: 0px;
}

.color_transparente {
    color: rgba(255, 255, 255, 0);
}

.sub-footer {
    width: 100%;
    background-color: #202020;
}

textarea,
input {
    color: #ffffff !important;
}

.mapa-contacto {
    width: 100%;
}

#map {
    width: 100%;
    height: 450px;
}
