/*
Theme Name: Amat
Theme URI: 
Description: Custom Wordpress template
Author: Lowweb
Author URI: https://www.lowweb.es
Version: 1.0
*/



* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

body {
    background: #FFF;
    color: #000;
    font-size: 12pt;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0 0 10px 0;
}

a {
    transition: all 0.5s ease;
    text-decoration: none;
}

a:hover {

}
img{
    max-width: 100%;
}

.clear, .clearThree, .clearTwo {
    clear: both;
}
.container {
    width: 1100px;
    margin: 0 auto;
}
.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.column {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 33.3333%;
}
.comunBlock{
    float: left;
    width: 100%;
}

.marginRight {
    margin-right: 2%;
}

.containerAbsolute{
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 0;
    text-align: center;
}
.partLeft{
    float: left;
    width: 50%;
}
.partRight{
    float: right;
    width: 50%;
}
.generalLink{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;  
    z-index: 111; 
}
.shadow{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: black;
}
.menuFixed{
    position: fixed;
    width: 100%;
    z-index: 99999;
    display: none;
    top:0;
    margin-top: 0px !important;
}
.spaceBlock{
    height: 46px;
    display: none;
}
.buttonSubmit input, .button1 {
    font-weight: 600;
    margin-top: 10px;
    background-color: #d20911;
    border: 2px solid #d20911;
    color: white;
    padding:10px 20px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-appearance: none;
    transition: all 0.5s ease 0s;
}
.buttonSubmit input:hover, .button1:hover{
    background-color: #fff;
    color: #d20911;
}
.backgroundImage{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-next {

    right: 20px !important;
    z-index: 999 !important;

}
.slick-prev {

    left: 20px !important;
    z-index: 999 !important;

}
.slick-prev::before, .slick-next::before {


    font-size: 25pt !important;
    color: #000 !important;

}

/************************************************************* START - HEADER */
h2 {
    font-size: 25pt;
    font-weight: 400;
    margin: 0 0 10px;
}
header {
    position: fixed;
    z-index: 999999999;
    width: 100%;
    top: 0;
    left: 0;
    height: 145px;
    background-image: url(images/header/shadow.png);
    background-size: cover;
    background-repeat: no-repeat;
}
div#inicioSection {
    margin: 25px 0 0;
}
.sub-menu {
    display: none;
}

.main-menu {
    height: 46px;
    float: right;
    width: 78%;
    margin: 10px 0 1px;
}
.main-menu ul {
    float: left;
    margin: 0;
    width: 100%;
}

.main-menu li {
    display: inline-block;
    float: left;
}
.main-menu li a {
    color: white;
    float: left;
    padding: 11px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    font-size: 9pt;
    font-weight: 400;
}
.main-menu li a:hover, .main-menu .current_page_item a {
    color: #fff;
    border-bottom: solid 1px #d20911;
}
.main-menu .current_page_item a {
    font-weight: 700;
}
li#menu-item-243 a, li#menu-item-312 a{
    border: solid 1px #fff;
}
li#menu-item-243 a:hover, li#menu-item-243.current_page_item a, 
li#menu-item-312 a:hover, li#menu-item-312.current_page_item a{
    border: solid 1px #fff;
    background-color: #fff;
    color: #000 !important;
}

header #top {
    background-color: #9b9a9a;
    color: #000;
    padding: 5px 0;
    font-size: 9pt;
    float: left;
    width: 100%;
}
header #top a{ 
    color: #000;
}
.sidebar div.item, #top div.item {
    float: left;
    margin-right: 25px;
}
.logo {
    float: left;
    width: 16%;
    margin: 20px 0 0;
}
.sidebar {
    float: right;
}

.headerDefault {
    height: 400px;
    border-bottom: 3px solid #d20911;

}
.headerDefault .shadowBlock {
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(images/header/shadow-header.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.headerDefault h1 {
    font-weight: 400;
    font-size: 16pt;
    margin: 3px 0 0;
}
.menu-item-has-children .sub-menu {
    top: 40px;
    position: absolute;
    z-index: 10;
    min-width: 238px;
    left: 0;
    padding-left: 5px;
    text-align: center;
}
.menu-item-has-children .sub-menu {
    background-color: #000;
    border-radius: 5px;
}
.menu-item-has-children .sub-menu li {
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
    margin: 0;
}
.sub-menu{
    display: none;
    transition: all 0.5s ease 0s;
    height: 150px;
}
.sub-menu a {
    float: left;
    width: 100%;
}
.menu-item-has-children .sub-menu ul{
    height: 200px;

}
select#lang_choice_polylang-2 {
    background-color: #000;
    color: #fff;
}

.scrolledHeader{
    background-color: #fff;
    background-image: none;
    box-shadow: 0px 0px 8px 4px #9b9a9a;
    height: auto !important;
}
/************************************************************* END - HEADER */


/************************************************************* START - HOME */


.generalContent {
    padding: 50px 0;
}
/*#page_content {
    background-color: black;
    color: white;
    height: 500px;
}*/
#page_content {
    color: #282828;
}
#servicios, #ocasion, #contacto, #gamaNissan, #gamaPeugeot{
    text-align: center;
}
hr.lineRed {
    width: 50px;
    background-color: #d20911;
    height: 3px;
    display: inline-block;
    border: none;
    margin: 20px 0 70px;
}
#servicios .content.group {
    min-height: 217px;
}
#servicios .item, #gamaNissan .item, #gamaPeugeot .item {
    float: left;
    width: 12%;
    background-color: #f0f0f0;
    padding: 38px 10px 10px;
    font-size: 9pt;
    margin: 0 1%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #a2a2a2;
    min-height: 175px;
    cursor: pointer;
    transition: all 0.5s ease;
}
#gamaNissan .item, #gamaPeugeot .item{
    border-bottom: none;
}

#servicios .item:hover, #gamaNissan .item:hover, #gamaPeugeot .item:hover{
    color: #fff;
    background-color: #aaaaaa;
    border-bottom: 2px solid #d20911;
    min-height: 215px;

}
#servicios .item:hover a, #gamaNissan .item:hover a, #gamaPeugeot .item:hover a{
    display: inline-block;
}

#servicios .item:hover img.logoRojo{
    display: none;
}
#servicios .item:hover img.logoBlanco{
    display: inline-block;
}
#servicios .item img{
    margin: 0 0 20px;
}
#servicios .item a, #gamaNissan .item a, #gamaPeugeot .item a{
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 15px 0 0;
    display: none;
}

#servicios .item a:hover, #gamaNissan .item a:hover, #gamaPeugeot .item a:hover{
    background-color: #d20911;
    color: #fff;
}

#servicios .logoBlanco{
    display: none;
}

#gamaNissan .content, #gamaPeugeot .content{
    background-color: #fff;
}
#gamaNissan .content > .container, #gamaPeugeot .content > .container{
    min-height: 310px;
}

#gamaNissan .item, #gamaPeugeot .item {
    float: left;
    width: 25%;
    margin: 30px 10px;
}
#bannerHome{
    height: 400px;
}
#bannerHome .container{
    height: 100%;
}
#bannerHome .partLeft, #bannerHome .partRight{
    opacity: 0;
    transition: all 0.5s ease 0s;
    height: 100%;
}
#bannerHome .partLeft .content, #bannerHome .partRight .content{
    color: #fff;
    margin: 60px 0 0;
}
#bannerHome .partRight .content {
    margin: 60px 0 0 107px;
}
#bannerHome .partLeft .content span, #bannerHome .partRight .content span{
    font-size: 10pt;
}
#bannerHome .partLeft .content strong, #bannerHome .partRight .content strong{
    font-size: 16   pt;
}

#bannerHome a.button1 {
    background-color: transparent;
    border: solid 1px #fff;
    font-weight: 400;
}
#bannerHome a.button1:hover{
    background-color: #fff;

}
.home .slick-prev, .home .slick-next {
    top: 36%;
}
#servicios{
    margin-top: 130px;
    float: left;
    width: 100%;
}
#promocionesHome {
    position: absolute;
    top: -26px;
    width: 100%;
    z-index: 1111;
    overflow: hidden;
}
#promocionesHome .container{
    height: 145px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.itemPromociones {
    float: left;
    width: 33.333%;
    height: 100%;
}
.itemPromociones .content {
    padding: 47px 0 0 0;
    width: 100%;
    text-align: center;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.itemPromociones .content:hover{
    opacity: 1;
}
#promocionesHome a.button1 {
    background-color: transparent;
    border: solid 1px #fff;
    font-weight: 400;
    font-size: 11pt;
    padding: 5px 10px;
}
#promocionesHome a.button1:hover{
    background-color: #fff;
    color: #d20911;
}
.itemPromociones .shadow{
    background-color: #d20911;
    opacity: 0.5;
}
/************************************************************* END - HOME */

/************************************************************* START - DEFAULT PAGE */
.page-template-default #page_content h2{
    margin: 15px 0 30px;
}
.page-template-default #page_content ul{
    padding-left: 20px;
    display: block;
}
.page-template-default #page_content ul li{
    margin: 0 0 10px;
    display: block;
}
.centerSection{
    text-align: center;
}

.leftSection{
    text-align: left;
}
strong{
    font-weight: 600;
}

/************************************************************* END - DEFAULT PAGE */


/************************************************************* START - NOSOTROS PAGE */
#bannerNosotros{
    height: 400px;
}
#bannerNosotros .partLeft {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#bannerNosotros .partRight {

    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#bannerNosotros .shadow{
    background-color: #d20911;
    color: #fff;
    transition: all 0.5s ease 0s;
    opacity: 0;
    cursor: pointer;
}
#bannerNosotros .shadow:hover{
    opacity: 0.5; 

}

#bannerNosotros p {
    margin: 20% 0 0;
    text-align: center;
    font-size: 16pt;
}

#gallery .item{
    height: 200px;
    margin: 0 15px;
}
.slick-prev {
    left: -25px !important;
}
.slick-next {
    right: -25px !important;
}


/************************************************************* END - NOSOTROS PAGE */

/************************************************************* START - SERVICIOS PAGE */
.page-template-servicios-page section .partLeft{
    width: 10%;
}
.page-template-servicios-page section .partRight{
    width: 90%;
}

.page-template-servicios-page section img.logoRojo {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 21px;
}
/************************************************************* END - SERVICIOS PAGE */

/************************************************************* START - VEHICULOS OCASION PAGE */
.vehiculos {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin: 0 0 60px;
}
.vehiculos .imagenPrincipal{
    height: 200px;
}
.vehiculos .imagenPrincipal .tachado {
    font-size: 10pt;
    margin: 0 0 10px 0;
    font-weight: 100;
    text-decoration: line-through;
    display: block;
    text-align: center;
}
.vehiculos .imagenPrincipal label {
    color: #fff;
    padding: 5px 20px;
    border-radius: 2px;
    background-color: #d20911;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11pt;
}
.borderRight{
    border-right: #a2a2a2 solid 1px;
}
.vehiculos .cells{
    border: solid 1px #a2a2a2;
    margin: 10px 0 20px;
    border-radius: 5px;
    color: #a2a2a2;
    font-size: 10pt;
}
.vehiculos .cells label {
    padding: 5px 0px;
    display: inline-block;
    text-align: center;
    width: 24%;
}
.vehiculos .titleCar, #navMenu p.title{
    font-weight: 600;
    padding-left: 30px;
    text-transform: uppercase;
}
.titleCar label, #navMenu p.title label {
    border: solid 1px #d20911;
    position: absolute;
    left: 0;
    top: 10px;
    width: 21px;
    background-color: #d20911;
}

.vehiculos .descripcion{
    color: #a2a2a2;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-size: 10pt;
}
.vehiculos .vendido {
    background-image: url(images/vehiculos/vendido-amat.png);
    width: 50%;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 0;
}
.vehiculos .reservado {
    background-image: url(images/vehiculos/reservado-amat.png);
    width: 50%;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 0;
}
.vehiculos .vendido.ca {
    background-image: url(images/vehiculos/vendido-ca-amat.png);

}
.vehiculos .reservado.ca {
    background-image: url(images/vehiculos/reservado-ca-amat.png);
}

#singleVehiculos .partLeft{
    padding-right: 60px;
    height: 410px;
}
#singleVehiculos .texto1 {
    color: #6f6f6f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10pt;
    margin: 0 0 20px;
}
#singleVehiculos p.title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20pt;
    margin: 0 0 20px;
}

#singleVehiculos p span{
    color: #d20911;
    font-weight: 800;
}
#singleVehiculos .textoFinanciacion{
    color: #d20911;
    margin: 0 0 60px;
}
#singleVehiculos .textoFinanciacion strong{
    color: #000;
    font-size: 14pt;

    font-weight: 800;
}
#singleVehiculos .especificaciones{
    color: #6f6f6f;
    font-size: 10pt;
}
#slideshow {
    margin: 0;
}

.img-wrapper {
    min-height: auto;
    height: 322px;
    margin: 0;
    border: 1px solid #6f6f6f;
}
.thumbs-container {
    background: transparent;
}
.thumbs-container, ul.thumbs {
    height: 70px;
}
.thumb, .thumb.active {
    width: 70px;
    height: 70px;
    margin: 4px;
}
.thumb.active {
    width: 70px;
    height: 70px;
    margin: 4px;
    border: 2px solid #6f6f6f;
    opacity: 0.8;
}
#singleVehiculos .fa-3x {
    font-size: 1em;
}
#singleVehiculos .prev, #singleVehiculos .next {
    width: 20px;
    min-width: auto;
    height: 20px;
    padding: 25px 0 0;
    color: #999999;
    cursor: pointer;
}
ul.thumbs {
    left: 3%;
    right: 3%;
}
#popup-box p.rightBlock {
    width: 100%;
}

.buttonsBlock .button1 {
    width: 100%;
    margin: 30px 1%;
    font-size: 10pt;
    border: 2px solid #d20911;
    text-align: center;
}
.descriptionBlock {
    border: solid 2px #6f6f6f;
    padding: 30px;
    color: #727272;
}

.descriptionBlock .containerTitle{
    border-bottom: 3px solid #f0f0f0;
    margin: 0 0 30px;

}
#singleVehiculos .containerTitle .title{
    color: #c3002f;
    text-transform: uppercase;
    border-bottom: 3px solid #c3002f;
    display: inline-block;
    font-size: 11pt;
    font-weight: 600;
    margin: 0 0 -3px 0;
}
/************************************************************* END - VEHICULOS OCASION PAGE */

/************************************************************* START - BLOG */
.grid2Block{
    width: 70%;
    padding-right: 60px;
}
aside{
    width: 30%;
    float: right;
}


article .image{
    height: 400px;
    margin: 0 0 40px 0;
}
article p.title, aside h2{
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
    font-size: 16pt;
}

aside h2{
    padding-left: 30px;
}
aside h2 label{
    border: solid 1px #d20911;
    position: absolute;
    left: 0;
    top: 13px;
    width: 21px;
    background-color: #d20911;    
}
li.cat-item {
    font-size: 10pt;
    margin-left: 45px;
}
li.cat-item a{
    color: #706f6f;
}

aside .widget_block {
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.blogPage article {
    color: #706f6f;
    margin: 0 0 30px 0;
    width: 100%;
    border: none;
}

#searchform label {
    display: none;
}

.form-input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px;
    width: 100%;
}

#categories-2 {
    color: #282828;
    margin: 40px 0 0;
}
#categories-2 ul, #categories-2 ul li{
    display: block;
}



.wp-pagenavi {
    clear: both;
    margin: 30px 0 0 !important;
}


.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf !important;
    color: #000 !important;
    margin: 2px 5px !important;
    padding: 5px 10px !important;
    text-decoration: none;
    border-radius: 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #fff !important;
    border: solid 1px #d20911 !important;
}

.wp-pagenavi span.current {
    font-weight: normal !important;
}

#pagination {
    margin: 40px 0 0;
float: left;
    width: 100%;
}
.responsiveImage{
    max-width: 100%;
}

.rpwe-block li {
    display: block !important;
    float: left;
    width: 100%;
    border-bottom: 0 !important;
}
.rpwe-block  .rpwe-thumb {
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 3px !important;
}
#rpwe_widget-2 .rpwe-block h3 {
    margin: 20px 0px 0 107px !important;
}
.rpwe-block h3 a{
    color: #000;
}
aside  > .widget_block {
    border-bottom: 1px solid #706f6f;
}

.single #page_content {
    margin: 130px 0 0 0;
}
.single .grid2Block {
    width: 100%;
    padding-right: 0;
    text-align: center;
}
.single article {
    width: 80%;
    display: inline-block;
}
.single article .product-link-content{
    text-align: left;
}
#navMenu {
    width: 80%;
    display: inline-block;
}
#navMenu .shadow{
    
}
#navMenu .partLeft, #navMenu .partRight{
    
    width: 45%;
}
#navMenu .partLeft .image, #navMenu .partRight .image{
    height: 250px;
    transition: all 0.5s ease;
}
#navMenu .partLeft p.title{
    text-align: left;
    margin: 0 0 20px;
}
#navMenu .partRight p.title{
    padding-left: 0;
    padding-right: 30px;
    margin: 0 0 20px;
    text-align: right;
}
#navMenu .partRight p.title label{
    left: auto;
    right: 0;
}
#navMenu h2 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    z-index: 11;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}
#navMenu a {
    bottom: 26px;
    z-index: 111;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 168px;
    font-size: 10pt;
}
#navMenu .hidden {
    
    width: 100%;
    height: 100%;
    display: none;
}
#navMenu  .image:hover .hidden{
    display: block;
}
/************************************************************* END - BLOG */



/********************************************************START - CONTACTO */

.generalContent.contactPage .partLeft{
    width: 45%;
}
.contactPage > .container.group {
    width: 76%;
}
.contactPage p.title {
    font-size: 16pt;
    margin: 0 0 30px;
    line-height: 1;
}

.generalContent.contactPage .partRight {
    
    width: 45%;
}
.firstLine {
    float: left;
    width: 49%;
    clear: left;
}
.firstLine2{
    float: right;
    width: 49%;
}
.secondLine{
    float: left;
    width: 100%;
} 

.firstLine, .firstLine2, .secondLine{
    margin-bottom: 14px;
}
.wpcf7-form span, .wpcf7-form span input, .wpcf7-form span textarea{
    width: 100%;
}


.wpcf7-form span input, .wpcf7-form span textarea {
    border: 1px solid #a2a2a2;
    color: #a2a2a2;
    font-size: 12pt;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}
.wpcf7-form .buttonSubmit span {
    width: auto;
    clear: left;
    display: block;
}

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder{
    color: #a2a2a2;
    opacity: 1; 
    font-size:11pt;
    font-family: 'Poppins', sans-serif;
}

.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder{ /* Firefox 18- */
    color: #a2a2a2;
    opacity: 1; 
    font-size:11pt;
    font-family: 'Poppins', sans-serif;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #a2a2a2;
    opacity: 1; 
    font-size:11pt;
    font-family: 'Poppins', sans-serif;
}

.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {  
    color: #a2a2a2;
    opacity: 1; 
    font-size:11pt;
    font-family: 'Poppins', sans-serif;
}
.buttonSubmit {
    display: inline-block;
}
p.rightBlock {
    float: right;
    clear: right;
    width: 49%;
}
.thirdLine {
    float: left;
    width: 100%;
}
.wpcf7-form-control-wrap {
    float: left;
    clear: left;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    width: 100%;
    border: none !important;
}
.wpcf7-mail-sent-ok {
    color: green !important;
    border:none !important;
}

.wpcf7-mail-sent-ng {
    border:none !important;
}

.wpcf7-spam-blocked {
    border:none !important;
}

.wpcf7-validation-errors {
    color: red !important;
    border:none !important;
}

.wpcf7 {
    text-align: left;
}
.cf7sr-g-recaptcha {
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
form.wpcf7-form.init {
    text-align: center;
}

p.fullLine {
    text-align: left;
    margin: 10px 0;
}
p.fullLine a{
    color: #000;
}
.wpcf7-form span input[type="checkbox"] {
    width: auto;
}
/********************************************************END - CONTACTO */

/********************************************************START - CITA PREVIA */
div#page_content.citaPrevia {
    margin: 150px 0 50px;
}
.noHeader{
    margin: 150px 0 0;
}

.citaPrevia .column {
    width: 29%;
    margin: 0 2%;
}
.citaPrevia .column .image {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    background-color: #f0f0f0;
    padding: 20px 78px;
    margin: 0 0 10px;
    min-height: 228px;
    border-bottom: 3px solid #a2a2a2;
}

.citaPrevia .column.nissan .image {
    padding: 45px 78px 0;
}
.citaPrevia .column.tja .image {
    padding: 71px 78px 0;
}
.citaPrevia .column .button1{
    width: 100%;
}

/* Some Styling */
#popup-box {
    padding: 0 20px;
    background-color: #fff;
    height: 400px;
    max-height: 400px;
    display: none;
}


#popup-box form{padding:20px 0;margin:0;}


#popup-box p.title {
    margin: 40px 0 10px;
    padding: 10px 0;
    border-top: solid 1px #7c7b7b;
    border-bottom: solid 1px #7c7b7b;
}
#popup-box .firstLine{
    width: 100%;
}

#popup-box .wpcf7-form span input, #popup-box .wpcf7-form span textarea {
    font-size: 11pt;
    padding: 5px 15px;
}
#popup-box p.title span {
    top: 20px !important;
}
#popup-box form{
    padding-bottom:  20px;
}
.fancybox-overlay {
    z-index: 80109999999 !important;
}
#popup-box form {
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
/********************************************************END - CITA PREVIA */

/************************************************************* START - FOOTER */

footer{
    background-color: #f0f0f0;
    color: #000;
    padding: 50px 0 0;
}
footer .container .column:nth-child(1) {
    padding-right: 120px;
    padding-top: 60px;
}
footer .container .column:nth-child(2){
    padding: 0 80px;
}
footer .container .column:nth-child(3){
    padding-left: 80px;
}
footer p.title span, .contactPage p.title span, #popup-box p.title span{
    position: absolute;
    width: 25px;
    background-color: #d20911;
    height: 3px;
    display: inline-block;
    border: none;
    left: 0;
    top: 9px;
}
footer p.title, .contactPage p.title, #popup-box p.title {
    padding-left: 30px;
    font-weight: 600;
}
footer ul, footer ul li{
    display: block;
}
footer ul li a{
    color: #000;
    margin: 2px 0;
    width: 100%;
    display: block;
    font-size: 10pt;
}
.lastBlock {
    font-size: 9pt;
    background-color: #706f6f;
    color: #fff;
    margin: 37px 0 0;
    padding: 10px 0;
}
.lastBlock a{
    color: #fff;
}
.lastBlock img {
    float: right;
    margin: -5px 0px 0 9px;
}

.lowweb{
    display: none;
}

.bannerCookies {
    bottom: 0;
    color: white;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 9999989999;
    font-size: 10pt;
    text-align: center;
    border-top: 2px #000 solid;
}
.bannerCookies .shadow{
    background-color: #000;
}

#caja_abierta .container{
    position: relative;
}
.bannerCookies .close {
    position: absolute;
    right: 0;
    top: -6px;
}
.bannerCookies a{
    color: white;
}

.buttonCookies {
    background-color: white;
    color: #000;
    padding: 6px 10px;
    display: inline-block;
    margin: 10px;
    font-weight: 600;
    cursor: pointer;
    border:solid 2px #fff;
    transition: all 0.5s ease;
}
a.buttonCookies{
    color: #000;
}
.buttonCookies:hover{
    background-color: transparent;
    color: #fff;
}

#cookiesContent h2{
    font-size: 14pt;
}
.page-template-cookies-page h2 {
    text-align: left;
    font-size: 14pt;
    margin-bottom: 10px;
}

footer .column .item, .contactPage .item{
    width: 100%;
    margin: 0 0 20px;
}
footer .column .item i, .contactPage .item i{
    position: absolute;
    left: 0;
    top: 5px;
}
footer .column .item p, footer .column .item a, .contactPage .item p, .contactPage .item a{
    padding-left: 25px;
    color: #000;
    font-size: 10pt;
}
footer .item a.marginCero{
    padding-left: 0px;
}
/************************************************************* END - FOOTER */


.menuResponsive, .clearResponsive, .clearTwo{
    display: none;
}

@media (max-width: 1140px) {

    .slick-prev  {
        left: 0px !important;
    }
    .slick-next{
        right: 13px !important;
    }

}


@media (max-width: 1120px) {

    .container {
        padding: 0 20px;
        width: 100%;
    }

    /*************************************************** START - HEADER */
    
    .main-menu.group .container{
        padding: 0;
    }
header .menu-main-menu-container, header .menu-main-menu-catalan-container {
    background-color: #000;
    display: none;
    width: 100%;
    text-align: left;
    float: left;
    z-index: 99999;
}

    #menu-main-menu li, #menu-main-menu-catalan li {
        float: left;
        width: 100%;
    }
     #menu-main-menu li a, #menu-main-menu-catalan li a{
        width: 100%;
     }


    .menuResponsive {
        color: white;
        display: block;
        padding: 0;
        position: absolute;
        right: 0;
        top: -40px;
    }
    .menuResponsive i {
        cursor: pointer;
        float: left;
        font-size: 20pt;
        margin: 1px 10px 0 0;
    }
.main-menu {
    height: auto;
    float: right;
    width: 100%;
    margin: 10px 0 1px;
}

    .menuResponsive > p {
        float: left;
        font-size: 17pt;
        margin: 0;
    }

    /*************************************************** END - HEADER */

}

@media (max-width: 1000px) {
    .logo {
        width: 200px;
    }
    .citaPrevia .column {
        width: 98%;
        margin: 0 2% 20px;
    }
    .citaPrevia .column.nissan .image {
        padding: 20px 78px 0px;
    }
    #promocionesHome{
        display: none;
    }
    #servicios {
        margin-top: 50px;
    }
    /*************************************************** START - HOME */
    #servicios .item {
        width: 18%;
        margin: 0 1% 20px;
    }
    .vehiculos {
        float: left;
        width: 50%;
        padding: 0 10px;
        margin: 0 0 60px;
    }
    .vehiculos .imagenPrincipal {
        height: 270px;
    }
    /*************************************************** END - HOME */


    /*************************************************** START - BLOG */

    .grid2Block {
        padding-right: 0;
        width: 100%;
    }
    aside{
        width: 100%;
    }
    #categories-2 ul{
        display: none;
    }

    #categories-2 {
        border: 1px solid #ddd;
        color: #282828;
        cursor: pointer;
        margin: 20px 0;
        padding: 5px;
    }
    /*************************************************** END - BLOG */

    /*************************************************** START - VEHICULOS OCASION */
    .buttonsBlock .button1 {
        width: 100%;
        margin: 10px 0;
    }
.single article {
    width: 100%;
    display: inline-block;
}
    /*************************************************** END - VEHICULOS OCASION */


    /*************************************************** START - FOOTER */
    footer .column {
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
        border: none;
        padding: 0 !important;
    }
footer p.title span, .contactPage p.title span, #popup-box p.title span {
display: none;
}
footer p.title, .contactPage p.title, #popup-box p.title {
    padding: 0;
}
footer .column .item p, footer .column .item a, .contactPage .item p, .contactPage .item a {
    padding-left: 0px;
    display: inline-block;
    margin: 0;
}
footer .column .item i, .contactPage .item i {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
}
    footer .logo{
        float: none;
    }
    .lastBlock .partLeft, .lastBlock .partRight{
        width: 100%;
        text-align: center;
    }
    .partRight p.lastLine {
        margin: 0 0 46px;
    }
footer .sidebar {
    float: none;
    width: 92px;
    display: inline-block;
    margin: 0px 0 0;
}
footer .sidebar div.item {
    float: left;
    font-size: 16pt;
    margin: 0 15px;
}

    .lastBlock .partLeft a {
        width: 100%;
        float: left;
        margin: 0 0 20px;
    }
    .lastBlock .partLeft span{
        display: none;
    }
    /*************************************************** END - FOOTER */

    .generalContent.contactPage .partRight {
        width: 100%;
        margin: 0 0 20px;
    }
    .generalContent.contactPage .partLeft {
        width: 100%;
    }
    .contactPage > .container.group {
        width: 100%;
    }

}

@media (max-width: 800px) {


    /*************************************************** START - VEHICULOS OCASION */
    #singleVehiculos .partLeft {
        padding-right: 0;
        width: 100%;
    }
    #singleVehiculos .partRight {
        width: 100%;
        margin: 50px 0 0;
    }
    /*************************************************** END - VEHICULOS OCASION */


    /*************************************************** START - CONTACT */
    .firstLine.marginRight {
        margin-right: 0;
    }
    .firstLine, form p.rightBlock {
        width: 100%;
    } 
    .generalContent.contactPage .partLeft, .generalContent.contactPage .partRight {
        width: 100%;
    }   
    .generalContent.contactPage .partRight{
        margin-bottom: 30px;
    }
    /*************************************************** END - CONTACT */


}


@media (max-width: 750px) {



    /*************************************************** START - HOME */
    #servicios .item {
        width: 23%;
    }
    .vehiculos .imagenPrincipal {
        height: 220px;
    }
    /*************************************************** END - HOME */

    /*************************************************** START - BLOG */


    .clearTwo{
        display: block;
    }
    .clearThree{
        display: none;
    }

    /*************************************************** END - BLOG */


}

@media (max-width: 600px) {

    .headerDefault {
        height: 250px;
    }
    #top div.item {
        width: 50%;
        margin: 0;
        text-align: center;
    }
    .sidebar {
        float: right;
        width: 100%;
        margin: 10px 0 5px;
    }
    #top .sidebar div.item {
        width: 33.33%;
    }
    /*************************************************** START - HOME */
    #servicios .item {
        width: 48%;
    }
    .vehiculos {
        width: 100%;

    }
    .vehiculos .imagenPrincipal {
        height: 270px;
    }
    /*************************************************** END - HOME */

    /*************************************************** START - NOSOTROS */
    #bannerNosotros .partLeft, #bannerNosotros .partRight{
        width: 100%;
        height: 400px;
    }
    #bannerNosotros {
        height: auto;
    }
    /*************************************************** END - NOSOTROS */
    .page-template-servicios-page section .partLeft {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .page-template-servicios-page section .partRight {
        width: 100%;
    }
}


@media (max-width: 550px) {

    /*************************************************** START - BLOG */

article .image {
    height: 200px;
    margin: 0 0 40px 0;
}
    .clearTwo{
        display: none;
    }

    .grid2Block {
        text-align: center;
    }

    /*************************************************** END - BLOG */


}


@media (max-width: 500px) {
    .generalContent {
        padding: 20px 0;
    }
    hr.lineRed {
        margin: 20px 0 50px;
    }
}



@media (max-width: 450px) {
    .headerDefault h1 {
        font-size: 13pt;
    }
}


@media (max-width: 400px) {
    h2 {
        font-size: 22pt;
    }
    .vehiculos .imagenPrincipal {
        height: 210px;
    }

    header {
        height: 215px;
    }
    #top div.item {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

}

@media (max-width: 350px) {

    /*************************************************** START - BLOG */

    article .image {
        height: 160px;
    }
    .blogPage article {
        width: 100%;
    }
    /*************************************************** END - BLOG */


}