a, a:hover {
    color: #c40007 !important;
    text-decoration: none;
}

@font-face {
    font-family: Bariol;
    src: url('../fonts/Bariol_Bold.otf'), 
}

body{
	  overflow-x: hidden;
    font-family: 'Bariol',sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #333;
    text-align: justify;
 }
 #section1 {
    height: 100vh;
    position: relative;
    background-color: #c40007; 
    padding: 1% 0;
}
.title-initial {
    margin: 0 auto;
}

.title-initial h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    /*padding: 10px 0px 20px 0px;*/
}

.title-initial p{
    color: #fff;
    font-family: 'Bariol', sans-serif;
    font-weight: 100;
    font-size: 25px;
    width: 50%;
    margin: 0 auto;    
}

.title-initial h1, a.btn-initial {
    font-family: 'Bariol' ,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
a.btn-initial {
    font-size: 20px;
    color: #fff !important;
    background: #c40007;
    padding: 10px 20px;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 4px;
    margin: 40px auto;
}

h1{
	margin: 0 0 20px 0;
}

.row{
  margin: 0 0 40px 0;
}


h2 {
  text-align: center;
    margin: 25px 0;
    color: #333;
    font-family: 'Bariol',sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 40px;
}
h3{
      color: #c40007;
}
td{
  text-align: center;
}
.glyphicon-ok {
    color: #01ea01;
}
.glyphicon-remove {
    color: red;
}

.header {
    background: #c40007;
    /*padding: 1% 0;*/
}
#header img{
	width: 10%;
}
#header li{
	list-style: square;
}
.btn-initial{
   width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}
#text{
    height: 100vh;
    padding: 2em 0;
}
.container.content-text {
    padding: 10% 0 5% 0;
}
.scroll-down {
    /*position: absolute;
    bottom: 0;*/
    text-align: center;
    /* width: auto; */
    /*padding: 2% 0;*/
}
.scroll-down a{
    color: #fff;
    background: #c40007;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
}
.scroll-down a:hover{
    color: #fff;
    background: #e68400;
}
.title h1 {
    font-size: 70px;
    text-transform: uppercase;
    text-align: right;
    color: black;
}
.title p{
    font-size: 22px;
    text-align: right;
    font-weight: 200;
    color: #676767;
}
#car h2, #motorbike h2, #house h2 {
    font-family: 'Bariol', sans-serif;
    font-size: 40px;
    color: #c40007;
    text-transform: uppercase;
    padding: 3% 0;
}
.text {
  font-family: 'Bariol', sans-serif;
  font-weight: 100;
  color: #333;
  font-size: 18px;
  text-align: left;
}
#TableCar tr.cabecera th, #TableCar tbody td {
    width: 10%;
    white-space: inherit !important;
}
#TableCar, #TableMoto, #TableHouse{
    padding: 3%;
    border: 2px solid #c40007;
    margin-bottom: 30px;
}
#TableCar table, #TableMoto table, #TableHouse table {
    margin-top: 2%;
}
#TableCar td, #TableMoto td, #TableHouse td {
    font-size: 15px;
    vertical-align: middle;
}
#TableCar h3, #TableMoto h3, #TableHouse h3 {
    text-transform: uppercase;
    font-family: 'Bariol', sans-serif;
    font-size: 35px;
    margin: 0;
}
#TableCar tbody th, #TableMoto table th, #TableHouse table th{
  font-family: 'Bariol', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.cabecera th {
    font-weight: 700;
    font-family: 'Bariol',sans-serif;
    font-size: 20px !important;
    text-align: center;
    line-height: 22px !important;
}
.cabecera th:nth-child(1){
  text-align: left;
}

.bg-text {
    background-color: #f3f3f3;
    padding: 24px;
    text-align: left;
    border: 7px solid #c40007;
    font-size: 18px;
}
.image-text img {
    width: 55%;
    right: 0;
    position: absolute;
}
.image-text-moto img {
    width: 55%;
    right: 0;
    position: absolute;
    top: -60px;
}
.text h3 {
    font-family: 'Bariol', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
#car, #motorbike, #house {
    /* border-bottom: 1px solid #f2f2f2; */
    -webkit-box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.26);
    box-shadow: 0px 6px 8px -1px rgba(0,0,0,0.26);
    padding-bottom: 5%;
    padding-top: 100px;
}
.image-button a {
    color: #fff !important;
    width: auto;
    padding: 50px;
    border: 6px solid #fff;
    border-radius: 50px;
}
.image-button a img {
    width: 40px;
}
.image-button li {
    float: left;
    margin: 50px;
    list-style: none;
    font-size: 35px;
}
ul.image-button {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.image-button a:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #c40007 !important;
}
.icon i {
    color: #c40007;
    font-size: 30px;
    padding: 30px;
    border: 2px solid #c40007;
    border-radius: 100%;
    margin: 30px 0;
}
.icon i.fa-home{
    color: #c40007;
    font-size: 30px;
    padding: 30px 32px;
    border: 2px solid #c40007;
    border-radius: 100%;
    margin: 30px 0;
}
.icon img {
    width: 75px;
    margin: 30px 0;
}
/*.icon i.fa-motorcycle {
    color: #c40007;
    font-size: 30px;
    padding: 33px 30px;
    margin: 30px 0;
}*/
.image-button-header a.motor  {
    color: #fff !important;
    width: auto;
    padding: 10px 10px;
    margin: 0 5px;
}
.header-top .image-button-header li {
    float: left;
    list-style: none;
}
.header-top .image-button-header {
    float: right;
    padding: 10px;
}
.header-top {
    background: #fff;
    margin: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: block;
    top: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.25);
}
.header-top img {
    width: 170px;
    float: left;
}
.logo img {
    padding: 20px 0 0 20px;
}
.menu-icons{
    background: #c40007;
    height: auto;
    display: block;
    float: right;
    padding: 20px;
}
.menu-icons img{
  width: 30px;
  height: 30px;
}
.image-button-header a {
    color: #fff !important;
    width: auto;
    padding: 10px 12px;
    margin: 0 5px;
}
/*.image-button-header a:hover {
    background: #fff;
    color: #c40007 !important;
}*/
.opacity{
  opacity: 1
}
.extras{
    padding: 3%;
    border: 2px solid #c40007;
    margin-bottom: 30px;
}
.extras h3{
  margin: 0;
}
.extras table{
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
/* 

Módulo que se esconde

 */


#shareButtons {
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999
}

#shareButtons div {
  float: left;
  margin: 0 5px
}

#shareButtons i {
  font-size: 28px
}

.fb-share-button i,
.tw-share-button i {
  font-size: 21px!important;
  border-radius: 4px;
  margin-top: 2px;
  color: #fff
}

.fb-share-button i {
  background: #3b5998;
  padding: 2px 7px
}

.tw-share-button i {
  background: #1da1f2;
  padding: 2px 3px
}

.go-share-button i {
  background: #dd4b39;
  color: #fff;
  padding: 4px 2px;
  font-size: 17px!important;
  border-radius: 4px;
  margin-top: 2px
}

.pint-share-button i,
.whats-share-button i {
  color: #fff;
  font-size: 21px!important;
  border-radius: 4px;
  margin-top: 2px
}

.pint-share-button i {
  background: #bd081c;
  padding: 2px 4px
}

.whats-share-button i {
  background: #25d366;
  padding: 2px 3px
}


/* Responsive */
@media (max-width: 1200px) and (min-width: 1000px){
  .container.content-text {
    padding: 1% 0 5% 0;
    display: inline;
}
.col-md-6.text-title {
    padding: 5px;
  }
  /*.section {
      height: 100% !important;
    }*/
    #text{
      height: 100% !important;
    }
}
@media (max-width:768px) {
    #text {
      height: 100% !important;
      padding: 2em 0 0 0;
    }
    #header img {
      width: 30%;
    }
    .container.content-text {
      padding: 0;
    }
    .title {      
      border-right: none;
      padding: 0 6%;
    }
    .title h1 {
      font-size: 40px;
      text-align: left;
    }
    .title p {
      font-size: 18px;
      text-align: left;
    }
    .col-md-6.text-title {
      font-size: 18px;
      border: none;
    }
    .scroll-down {
    position: initial;
    padding: 0;
    }
    a.more-info img {
      width: 25px;
    }
    .illustration{
      display: none;
    }
    .content-modal {
      width: 90%;      
      padding: 8%;
    }
    #plus01 {
      right: calc(100% - 55%);
    }
    #plus03 {  
      top: 58%;
      right: calc(100% - 66%);
    }
    #plus04 {
      right: calc(100% - 61%);
    }
    #plus06 {
      left: calc(100% - 68%);
    }
    #plus07 {
      left: calc(100% - 70%);
    }
    #plus08 {
      left: calc(100% - 75%);
    }
    #plus09 {  
      right: calc(100% - 74%);
  }
    #shareButtons div {
      float: none;
      margin: 5px 0;
  }
  #shareButtons {
    padding: 3px;
  }
  .modal-image img {
    width: 70%;
    margin: 0 auto;
    display: block !important;
  }
  .modal-text {
    font-size: 18px;
    text-align: center;
  }
  .scroll-down a {
    font-size: 13px;
  }
  #TableCar h3, #TableMoto h3, #TableHouse h3 {
      font-size: 22px;
    }
    .cabecera th {
      font-size: 15px;
    }
    #TableCar tbody th, #TableMoto table th, #TableHouse table th {
      font-size: 13px;
    }
    #TableCar td, #TableMoto td, #TableHouse td {
      font-size: 13px;
    }
    a.btn-initial {
    letter-spacing: 2px;
    width: 100%;
  }
  #car h2, #motorbike h2, #house h2 {
    font-family: 'Bariol', sans-serif;
    font-size: 30px;
    color: #c40007;
    text-transform: uppercase;
    padding: 3% 0;
  }
  .image-button li {
    float: left;
    margin: 15px;
    list-style: none;
    font-size: 25px;
  }
  .image-button a {
    color: #fff !important;
    width: auto;
    padding: 40px;
    border: 6px solid #fff;
    border-radius: 30px;
  }
  #section1 {
    height: auto;
    padding: 11% 0;
  }
  #car, #motorbike, #house {
    padding-right: 20px;
  }
  .title-initial p {
      font-size: 18px;
      width: 100%;
      margin: 0 auto 20px 0;
  }
  .text h3{
      font-size: 22px;
      text-align: left;
    }
    .extras table td {
    font-size: 16px;
}
.extras .cabecera{
  font-size: 22px;
}
.header-top .image-button-header li {
    width: 50%;
}
.menu-icons {
    padding: 0;
    width: 50%;
}

}
@media (max-width: 767px){
  #TableCar tr.cabecera th, #TableCar tbody td{
    white-space: normal !important; 
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
      white-space: normal !important;
  }
}
@media (max-width:480px) {
  #TableCar tr.cabecera th, #TableCar tbody td{
    white-space: normal !important; 
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
      white-space: normal !important;
  }
  .title-initial p {
      font-size: 18px;
      width: 100%;
      margin: 0 auto 20px 0;
  }
    .section {
      height: 100% !important;
      padding: 2em 0;
    }
    #TableCar h3, #TableMoto h3, #TableHouse h3 {
      font-size: 22px;
    }
    
    .cabecera th {
      font-size: 13px;
    }
    #TableCar tbody th, #TableMoto table th, #TableHouse table th {
      font-size: 11px;
    }
    #TableCar td, #TableMoto td, #TableHouse td {
      font-size: 11px;
    }
    .image-button a {
      color: #fff !important;
      width: auto;
      padding: 30px;
      border: 4px solid #fff;
      border-radius: 30px;
    }
    .image-button li {
      float: left;
      margin: 5px;
      list-style: none;
      font-size: 25px;
    }
    #section1 {
      height: auto;
      padding: 20% 0;
    }
    .header img {
        width: 50%;
    }
    .title-initial h1 {
      font-size: 40px;
    }
    .header-top .image-button-header {
      float: right;
      padding: 0;
    }
    .header-top img {
        width: 120px;    
    }
    .icon i {
        margin: 0;
    }
    .icon i.fa-home{
        margin: 0;
    }
    .icon i.fa-motorcycle {
        margin: 0;
    }
}