@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e6e6e6;
}

h1 {
	font-family:'Contrail One', cursive;
    font-size: 2rem;
    line-height: normal;
    color: #333;
}

h2 {
	font-family:'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    color: #333;
}

h3 {
	font-family:'Contrail One', cursive;
    font-size: 2.6rem;
    line-height: normal;
    color: #333; 
}

h1, h3 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

h2 {
    margin-block-start: 1rem;
}

p {
	font-family:'Roboto', sans-serif;
    font-size:0.875rem;
    font-weight: 300;
    line-height: 1.2rem;
    color: #777777;
    hyphens: auto;
}


a {
	font-family:'Oswald', sans-serif;
    font-size:0.875rem;
    font-weight: 300;
    line-height: normal;
	text-decoration:none;
    color:#ccc;
}

/* MAQUETACIÓN ---------------------------------------------------------------*/

/* Sección */

.seccion {
	position:relative;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
    background-color: #fff;
}

	.cabecera {
		background-color: #f2f2f2;
	}

	.principal {
		background-color:#fff;
	}

	.secundaria {
		background-color:#f2f2f2;
	}

	.complementaria {
		background-color:#fff;
	}

	.pie {
		background-color: #1a1a1a;
	}

/* Fila */

.fila {
	position:relative;
	margin:0 auto;
}

	.fila:after {
		content:"";
		display:table;
		clear:both;
	}

		.f_menu {
			width: 80%;
			padding: 25px 0;
		}

        .f_cabeceraMov {
			width: 100%;
            height: 360px;
			padding: 0;
		}

        .f_cabecera {
            display: none;
		}

		.f_contenido_A {
			width: 80%;
			padding: 2rem 0;
		}

		.f_contenido_B {
			width: 80%;
            padding: 2rem 0;
		}

		.f_pie {
			width: 80%;
            padding: 2rem 0;
		}

/* Columnas */

.columnas {
	float:left;
    padding:0;
	box-sizing: border-box;
}

	.una.columnas {width:100%;}
	.dos.columnas {width:100%;}
	.tres.columnas {width:100%;}
	.cuatro.columnas {width:100%;}
	.cinco.columnas {width:100%;}
	.seis.columnas {width:100%;}
	.siete.columnas {width:100%;}
	.ocho.columnas {width:100%;}
	.nueve.columnas {width:100%;}
	.diez.columnas {width:100%;}
	.once.columnas {width:100%;}
	.doce.columnas {width:100%;}

/* Flotar columna a la derecha */

.float_der {
    float:right;
}

/* Contenedores */

.cont_slide {
	float:right;
	width:100%;
    padding:32px 0 0 0;
    box-sizing: border-box;
}

.cont_contacto {
	width:100%;
    margin: 0 auto;
    padding:20px;
    border: 1px solid #F1F1F1;
	box-sizing: border-box;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.cont_clientes {
	width:100%;
    margin: 0 auto;
    padding:30px;
    border: 1px solid #F1F1F1;
	box-sizing: border-box;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.cont_aviso {
	width:100%;
    margin: 0 auto;
    padding:20px;
    border: 1px solid #F1F1F1;
	box-sizing: border-box;
    background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.Flex_centrar {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MENU -------------------------------------------------------------------*/

#menu {
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
    box-sizing: border-box;
}

	#menu ul {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
        justify-content: space-between;
	}

	#menu li {
        float:left;
        text-align: center;
        list-style:none;
		margin:0;
		padding:0;
		border: 0;
		border-radius: 0;
		box-sizing: border-box;
	}

/*-------------------------------TEXTO------------------------------*/

.TxtDesk {
    display: none;
}

.TxtAl-Center {
    text-align: center;
}

.txt_pie_foto {
    font-style: italic;
    font-size:0.875rem;
    line-height:1.2rem;
    text-align: center;
    color: #ccc;
}

.txt_pie {
    font-family:'Roboto', sans-serif;
    font-weight: 300;
    font-size:1rem;
    line-height:1.2rem;
    color: #777777;
}

/* IMAGENES ---------------------------------------------------------------*/

#logotipo {
    display:block;
    margin: 0 auto;
    max-width:100px;
}

.img_contenidoA {
    display: block;
    width: 100%;
    margin: 0 auto 3rem auto;
}

.img_contenidoB {
    display: block;
    width: 100%;
    margin: 0 auto 2rem auto;
    border: 6px solid #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}

.checkL {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.fondo_carousel {
    background-image: url(../imagenes/fondo-motor.png);
    background-repeat: no-repeat;
    background-position:30%;
}

.mapa_ubicacion {
	width: 100%;
	height:258px;
}

.galeria_thumb {
    display: block;
    margin: 0 auto;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}

/*-------------------------------TABS--------------------------------*/

#tabs{
    
	overflow: hidden;
	margin-top:0;
	font-family:'Roboto', sans-serif;
	font-size:0.875rem;
    line-height: 1.2rem;
}

#tabs .tabs {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
}

#tabs .tabs li {
    position: relative;
    display: inline-block;
	overflow: hidden;
    height: 30px;
    padding: 0;
    font-family:'Oswald', sans-serif;
    font-size:0.875rem;
    font-weight: 300;
	line-height: 1.2rem;
    color: #ccc;
    cursor: pointer;
    
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#tabs .tabs li:hover {
	color:#b3b3b3;
}

#tabs .tabs .active {
	color:#e6e6e6;
}

#tabs .tabcontent {
	overflow: hidden;
    padding: 2rem 0;
}

/*-------------------------------LISTAS--------------------------------*/

ul {
	font-family:'Roboto', sans-serif;
    font-size:0.875rem;
    font-weight: 300;
    line-height:1.4rem;    
    color: #777777;
}

ul.ListaP {
    font-family:'Roboto', sans-serif;
    font-size:0.875rem;
    font-weight: 300;
    line-height:1.4rem;
    color: #777777;
}

/*-------------------------------BOTONES------------------------------*/

a.btn_contenido {
	display: table;
	margin: 20px auto;
    padding: 4px 40px 6px 40px;
	border-radius: 5px;
	box-sizing:border-box;
	text-align: center;
    color: #fff;
    background-color: #ff6b00;
	transition: .5s ease;
}

/*-------------------------------COLORES------------------------------*/

.naranja {
    color: #ff6b00;
}

/* INPUT TYPE ----------------------------------------------------------------*/

input[type='text'].frm_contacto {
    float: left;
	width:100%;
	margin: 10px 0 0 0;
	padding: 4px 0 6px 4px;
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:transparent;
    font-size: 0.875rem;
    font-weight: 300;
	color: #152342;
}

input[type='password'].frm_contacto {
    float: left;
	width:100%;
	margin: 10px 0 20px 0;
	padding: 4px 0 6px 4px;
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:transparent;
    font-size: 0.875rem;
    font-weight: 300;
	color: #152342;
}

textarea {
    float: left;
	width:100%;
    margin: 10px 2% 10px 0;
	padding: 4px 0 6px 4px;
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing:border-box;
	background-color:transparent;
	font-family:'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
	color: #152342;
}

input[type=submit] {
	float: left;
    width:24%;
    padding: 4px 0 6px 0;
	border: 1px solid #bd880e;
    border-radius: 5px;
	box-sizing:border-box;
	background-color:transparent;
    font-family:'Oswald', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
	color: #fff;
	transition: .25s ease;
}

input[type=submit].btn_contacto {
    display: table;
	float: none;
    width:25%;
    margin:0 auto;
    border: 0;
    background-color: #ff6b00;
	font-size: 0.875rem;
    color: #FFF;
}

input[type=submit]:hover {
	border: 1px solid #4C68A5;
	color: #4C68A5;
	transition: .25s ease;
}

::-webkit-input-placeholder {
    color:#e6e6e6;
    font-size: 0.875rem;
}

::-moz-placeholder {
    color:#e6e6e6;
    font-size: 0.875rem;
}

:-ms-input-placeholder {
    color:#e6e6e6;
    font-size: 0.875rem;
}
input:-moz-placeholder {
    color:#e6e6e6;
    font-size: 0.875rem;
}

/* MEDIA QUERIES -------------------------------------------------------------*/

/* Smartphone Chico (landscape) ----------------------------------------------*/

@media only screen and (min-device-width:320px) and (orientation:landscape) {

    /* Maquetación */
    
    .tres.columnas.Thumb-L {width:50%;}
    .cuatro.columnas.H-Logo {width:30%;}
    .ocho.columnas.H-Menu {width:70%;}
    
    /* Menú */
    
    #menu {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 22px 0 0 0;
    }
    
    /* Imágenes */
    
    #logotipo {
        display:block;
        margin: 0;
        max-width:100px;
    }
    
    .img_contenidoA {
        display: none;
    }

}

/* Smartphone Mediano --------------------------------------------------------*/

@media only screen and (min-device-width:667px) {
    
    /* Maquetación */
    
    .f_menu {
        width: 70%;
        padding: 25px 0;
    }

    .f_contenido_A {
        width: 70%;
    }

    .f_contenido_B {
        width: 70%;
    }

    .f_pie {
        width: 70%;
    }  

}

/* Smartphone Grande (Tablet vertical) ---------------------------------------*/

@media only screen and (min-device-width:736px) {
    
    /* Maquetación */

    .f_cabeceraMov {
        display: none;
    }

    .f_cabecera {
        display: block;
        width: 100%;
        height: 300px;
        padding: 0;
    }
    
        .tres.columnas.Thumb-L {width:24.9999%;}
    
    /* Imagenes */
    
    .img_contenidoB {
        width: 80%;
    }
    
    .galeria_thumb {
        width: 80%;
    }
    
}

/* Tablet --------------------------------------------------------------------*/

@media only screen and (min-device-width:1024px) {
    
    /* Maquetación */

    .cuatro.columnas.tablet {width:33.3332%;}
    .cinco.columnas {width:41.6665%;}
	.seis.columnas {width:50%;}
    
    .cinco.columnas.Op {width:100%;}
	.seis.columnas.Op {width:100%;}
    
    .cont_aviso {
        width:100%;
        margin: 0 auto;
        padding:60px;
        border: 1px solid #F1F1F1;
        box-sizing: border-box;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    }
    
    /* Texto */
    
    .TxtAl-Desk {
        text-align: center;
    }

    /* Imagenes */
    
    .img_contenidoA {
        display:block;
        width:80%;
        margin: 0;
    }
    
    .img_contenidoB {
        width:90%;
    }
    
    .mapa_ubicacion {
	   width: 100%;
	   height:400px;
	   margin: 0 auto;
    }
    
    
    /* Ajustes */
    
    .padLat {
        padding: 0 10px;
    }
    
}

/* Desktop -------------------------------------------------------------------*/

@media only screen and (min-device-width:1280px) {
    
    /* Generales */

    h1 {
        font-size: 3rem;
        color: #333;
    }

    h2 {
        font-size: 1.25rem;
    }
    
    h3 {
        font-family:'Contrail One', cursive;
        font-size: 3rem;
        line-height: normal;
        color: #333; 
    }

    p {
        font-size:1rem;
        line-height: 1.4rem;
        text-align: justify;
    }


    a {
        font-size:1rem;
    }
    
    /* Maquetación */
    
    .seccion {
        max-width: 1386px;
	}
    
        .f_cabecera {
            height: 443px;
		}
    
        .f_contenido_B {
            box-sizing: border-box;
        }
    
            .una.columnas {width:8.3333%;}
            .dos.columnas {width:16.3333%;}
            .tres.columnas {width:24.9999%;}
            .cuatro.columnas {width:33.3332%;}
            .siete.columnas {width:58.3331%;}
            .ocho.columnas {width:66.6664%;}
            .nueve.columnas {width:74.9997%;}
            .diez.columnas {width:83.333%;}
            .once.columnas {width:91.6663%;}
            .doce.columnas {width:100%;}
    
                .cuatro.columnas.H-Logo {width:33.3332%;}
                .ocho.columnas.H-Menu {width:66.6664%;}
                .cinco.columnas.Op {width:41.6665%;}
                .seis.columnas.Op {width:50%;}
    
    /* Contenedores */
    
    .cont_contacto {
	   width:70%;
    }
    
    .cont_clientes {
        width:40%;
    }
    
    .Flex_centrar {
        box-sizing: border-box;
    }
    
    /* Menu */
    
    #menu {
        margin: 40px 0 0 0;
    }
    
                #menu li:last-child {
                    padding: 0 12px 0 12px;
                    border-radius: 6px;
                    border:1px solid #ccc;
                }
    
    /* Texto */
    
    .TxtDesk {
        display:inline;
    }

    .txt_pie {
        line-height:1.4rem;
    }
    
    /* Imagenes */
    
    #logotipo {
        display:inline-block;
        max-width:160px;
        max-height:100px;
    }
    
    .fondo_carousel {
        background-position:90%;
    }
    
    .mapa_ubicacion {
        width: 80%;
        height:500px;
    }
    
    /* Tabs */
    
    #tabs {
        font-size:1rem;
        line-height: 1.4rem;
    }
    
        #tabs .tabs li {
            font-size:1rem;
            line-height: 26px;
        }

    /* Listas */
    
    ul {
        font-size:1rem;
    }

    ul.ListaP {
        font-size:1rem;
    }
    
    /* Formas */
    
    input[type='text'].frm_contacto {
        font-size: 1rem;
    }
    
    textarea {
        font-size: 1rem;
    }

    input[type=submit] {
        font-size: 1rem;
    }

    input[type=submit].btn_contacto {
        font-size: 1rem;
    }

}