@charset "utf-8";
/* CSS Document */
/*body {font-size:62.5%;}*/

@font-face {
 
  font-family: 'gothamrnd-book';
	src: url('../fonts/gothamrnd-book.eot');
	src: url('../fonts/gothamrnd-book.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/gothamrnd-book.woff') format('woff'),
	     url('../fonts/gothamrnd-book.ttf') format('truetype'),
	     url('../fonts/gothamrnd-book.svg#webfont') format('svg');
}

@font-face {
 
  font-family: 'gothamrnd-bold';
	src: url('../fonts/gothamrnd-bold.eot');
	src: url('../fonts/gothamrnd-bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/gothamrnd-bold.woff') format('woff'),
	     url('../fonts/gothamrnd-bold.ttf') format('truetype'),
	     url('../fonts/gothamrnd-bold.svg#webfont') format('svg');
}

.brTablet {
  display: none;
}

@media(max-width: 940px) {
  .brTablet {
    display: block;
  }
}

.homesecMoto {
  position: relative;
}

.secMoto {
  height: 224px;
  position: relative;
  font-size: 1em;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .secMoto {
    height: 340px;
  }
}

.secMoto img {
  display: inline;
}

.homesecMoto h1 {
  position: absolute;
  bottom: 50px;
  margin-left: 20px;
  font-size: 3.5em;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px #000;
}

@media screen and (min-width: 777px) and (max-width: 950px) {
  .homesecMoto h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 481px) and (max-width: 776px) {
  .homesecMoto h1 {
    bottom: 62px;
    font-size: 2em;
    width: 40%;
  }

  .escritorio {
    display: none;
  }
}

@media screen and (max-width: 780px){
	    .homesecMoto h1 {
            bottom: 131px;
            width: 170px;
        }
        .h1Legal {
            bottom: 33px!important;
            width: 170px;
        }
	}

@media screen and (max-width: 480px) {
	
  .homesecMoto h1 {
    white-space: nowrap;
    top: 40px;
    font-size: 2em !important;
    margin-left: 10px;
    max-height: 40px;
  }

  html[lang="ca-CA"] .homesecMoto h1 {
    top: 18px;
  }
}

@media screen and (max-width: 320px) {
	
  /*.homesecMoto h1 {
    white-space: nowrap;
    font-size: 2em;
    top: 50px;
    white-space: normal;
  }*/

  .escritorio {
    display: none;
  }
}

.h1Legal {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
  margin-bottom: 5px;
  font-family: Gotham-Medium;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: white;
  text-shadow: 2px 2px 2px #000;
}

@media screen and (max-width: 480px) {
  .h1Legal {
    top: 82px;
    margin-left: 10px;
    max-height: 40px;
  }
}

.bloqueGris {
  margin-top: 5px;
  padding: 10px;
  background-color: #e9e9e9;
  font-family: gothamrnd-book;
  font-size: 2.15em;
  text-align: center;
  line-height: 25px;
}

h2.negritaRojo {
  font-size: 1em;
  font-family: gothamrnd-bold;
  color: #ed3132;
}

.bloqueGris strong {
  font-family: gothamrnd-bold;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .bloqueGris {
    margin-top: 15px;
    font-size: 1.8em;
  }
}

.modRight {
  position: absolute;
  width: auto;s
  height: auto;
  background: #f4f4f4;
  right: 12px;
  top: 12px;
  padding: 10px;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.modRight .titCalcula {
  color: #000;
  font-family: gothamrnd-bold;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.modRight .calculaBtn {
  background: #50a835;
  border: none;
  min-width: 214px;
  display: block;
  margin: 0px auto 10px;
  padding: 15px;
  font-size: 2em;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 0px #009040;
  -moz-box-shadow: 0px 4px 0px #009040;
  -webkit-box-shadow: 0px 4px 0px #009040;
  -o-box-shadow: 0px 4px 0px #009040;
}

.modRight .callme {
    min-width: 214px;
    display: block;
    margin: auto;
    border: 1px solid #626262;
    background: #626262;
    padding: 5px 15px;
    font-size: 1.6em;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #434343;
    -moz-box-shadow: 0px 4px 0px #434343;
    -webkit-box-shadow: 0px 4px 0px #434343;
    -o-box-shadow: 0px 4px 0px #434343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modRight .callme .tlfn_CTA {
    background-image: url(/image/tlfn_CTA.png);
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.modRight .callme .txt-gratis {
  line-height: 2.4;
  white-space: nowrap;
}

.modRight .needHelp {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 1.6em;
  width: 85%;
  display: block;
  text-align: center;
  padding: 15px 20px 0px;
  display: none;
}

.modRight .phoneNumber {
  color: #000;
  text-decoration: none;
  font-size: 2.3em;
  width: 85%;
  display: block;
  text-align: center;
  padding: 10px 20px 0;
  font-weight: bold;
  font-family: gothamrnd-bold;
}

.bloqueProducto {
  width: 24.5%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.bloqueProducto:hover {
  background: none;
}

.iconoTipos, .iconoCoberturas, .iconoVentajas, .iconoConsejos {
  background: url("/image/moto-Home-iconos.jpg");
  width: 130px;
  height: 100px;
  margin: auto;
}

.iconoTipos {
  background-position: 0 0;
}

.iconoCoberturas {
  background-position: -130px 0;
}

.iconoVentajas {
  background-position: -260px 0;
}

.iconoConsejos {
  background-position: -390px 0;
}

.bloqueProducto .intTexto {
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ed3132;
  font-size: 1.5em;
  font-weight: bold;
}

.bloqueProducto div.detalleTexto {
  background: white;
  padding: 15px 10%;
  font-size: 1em;
  cursor: pointer;
  font-weight: normal;
  height: 125px;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .bloqueProducto div.detalleTexto {
    padding-top: 0;
    height: auto;
  }
  .modRight {
	  position:absolute;
	  width: 92%;
	  height: auto;
	  top: 145px!important;
	  display: block;
	  left: 12px;
	  border-radius: 0;
	  }
}

.bloqueProducto button {
  border: 1px solid #ccc;
  background: white;
  padding: 15px 29%;
  font-size: 1.6em;
  cursor: pointer;
}

.bloqueProducto:hover button {
  background: #ed3132;
  color: white;
  border: 1px solid #ed3132;
}

.bloqueProducto:hover .intTexto {
  color: #000;
}



/*******BLOQUE PRODUCTOS**********/



/*** Flexbox ***/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 6px;
}

@media(max-width: 550px) {
  .flex {
    flex-wrap: wrap;
  }
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.bloqueProducto img {
  width: 100%;
}

.bloqueProducto div {
  margin-top: 18px;
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.bloqueProducto p {
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  width: 73%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.bloqueProducto a {
  font-size: 0.8rem;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.bloqueProducto a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.bloqueProducto a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/* fin home-interior */
@media screen and (max-width: 320px) {
}

@media screen and (max-width: 480px) {
  .bloqueProducto {
    width: 46%!important;
    height: auto;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }

  .bloqueProducto button {
    padding: 15px 22%;
  }

  .bloqueProducto.motoResp .intTexto {
    font-size: 1.2em!important;
  }

  .modRight {
    position: absolute;
    width: 92%;
    height: auto;
    top: 145px!important;
    display: block;
  }
  .h1Legal {
    width: 90%;
}

  .modRight .needHelp {
    font-size: 1.1em;
  }

  /*.modRight .phoneNumber {
    font-size: 1em;
  }*/

  /*.modRight button {
    font-size: 1.4em!important;
    padding: 10px 5px !important;
  }*/

  .bloqueTlfResp {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .bloqueProducto button {
    padding: 10px 30px!important;
  }
}

@media screen and (max-width: 768px) {
  .bloqueProducto.cocheResp div.intTexto {
    font-size: 1.2em;
  }

  .bloqueProducto button {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .productos {
    height: auto;
  }

  .bloqueProducto button {
    padding: 10px 40px;
  }

  .bloqueProducto {
    width: 25%;
  }

  .bloqueProducto:hover {
    background: white;
  }

  .productos {
    height: auto;
  }

  footer {
    padding-top: 15px!important;
  }
}

section.infoHome h3, section.infoHome p, section.infoHome ul li {
  font-size: 0.9rem !important;
}

.bloque h3.subrayar {
  border-bottom: 1px solid #999999;
  color: #000000;
  font-size: 1.3rem;
  margin-top: inherit;
}