@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  line-height: 100%;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background: white;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.limpiar:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.limpiar {
  display: inline-block;
}

.limpiar {
  display: block;
}

* html .limpiar {
  height: 1px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/********************************************************************************************/
@font-face {
  font-family: "ArkibalDisplay-Bold";
  src: url("fonts/hinted-ArkibalDisplay-Bold.eot");
  src: url("fonts/hinted-ArkibalDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/hinted-ArkibalDisplay-Bold.woff2") format("woff2"),
    url("fonts/hinted-ArkibalDisplay-Bold.woff") format("woff"),
    url("fonts/hinted-ArkibalDisplay-Bold.ttf") format("truetype"),
    url("fonts/hinted-ArkibalDisplay-Bold.svg#ArkibalDisplay-Bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArkibalDisplay-Medium";
  src: url("fonts/hinted-ArkibalDisplay-Medium.eot");
  src: url("fonts/hinted-ArkibalDisplay-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/hinted-ArkibalDisplay-Medium.woff2") format("woff2"),
    url("fonts/hinted-ArkibalDisplay-Medium.woff") format("woff"),
    url("fonts/hinted-ArkibalDisplay-Medium.ttf") format("truetype"),
    url("fonts/hinted-ArkibalDisplay-Medium.svg#ArkibalDisplay-Medium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArkibalDisplay-Regular";
  src: url("fonts/hinted-ArkibalDisplay-Regular.eot");
  src: url("fonts/hinted-ArkibalDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/hinted-ArkibalDisplay-Regular.woff2") format("woff2"),
    url("fonts/hinted-ArkibalDisplay-Regular.woff") format("woff"),
    url("fonts/hinted-ArkibalDisplay-Regular.ttf") format("truetype"),
    url("fonts/hinted-ArkibalDisplay-Regular.svg#ArkibalDisplay-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Book";
  src: url("fonts/hinted-GothamRounded-Book.eot");
  src: url("fonts/hinted-GothamRounded-Book.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/hinted-GothamRounded-Book.woff2") format("woff2"),
    url("fonts/hinted-GothamRounded-Book.woff") format("woff"),
    url("fonts/hinted-GothamRounded-Book.ttf") format("truetype"),
    url("fonts/hinted-GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Medium";
  src: url("fonts/hinted-GothamRounded-Medium.eot");
  src: url("fonts/hinted-GothamRounded-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/hinted-GothamRounded-Medium.woff2") format("woff2"),
    url("fonts/hinted-GothamRounded-Medium.woff") format("woff"),
    url("fonts/hinted-GothamRounded-Medium.ttf") format("truetype"),
    url("fonts/hinted-GothamRounded-Medium.svg#GothamRounded-Medium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Bold";
  src: url("fonts/hinted-GothamRounded-Bold.eot");
  src: url("fonts/hinted-GothamRounded-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/hinted-GothamRounded-Bold.woff2") format("woff2"),
    url("fonts/hinted-GothamRounded-Bold.woff") format("woff"),
    url("fonts/hinted-GothamRounded-Bold.ttf") format("truetype"),
    url("fonts/hinted-GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArkibalDisplay-Heavy";
  src: url("fonts/ArkibalDisplay-Heavy.eot");
  src: url("fonts/ArkibalDisplay-Heavy.eot?#iefix") format("embedded-opentype"),
    url("fonts/ArkibalDisplay-Heavy.woff2") format("woff2"),
    url("fonts/ArkibalDisplay-Heavy.woff") format("woff"),
    url("fonts/ArkibalDisplay-Heavy.ttf") format("truetype"),
    url("fonts/ArkibalDisplay-Heavy.svg#ArkibalDisplay-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes giggle {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(-2px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(2px);
  }
}
#idPreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #424242;
  transform-origin: left top;
  border-bottom-right-radius: 0;
  transition: border-radius ease-in-out 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#idPreloader .svg {
  width: 150px;
  text-align: center;
}
#idPreloader .svg svg {
  width: 100px;
}
#idPreloader .svg p {
  color: white;
  font-size: 1vw;
  letter-spacing: 0.25em;
  font-family: "ArkibalDisplay-Bold";
}
#idPreloader.conborde {
  border-bottom-right-radius: 100%;
}

#idHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 2;
  transition: box-shadow ease-in-out 0.5s;
}
#idHeader .container {
  margin: 0 auto;
  max-width: 1366px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
#idHeader .container .logo {
  padding: 1em 0;
}
#idHeader .container .menu .listaMenu {
  display: -ms-flexbox;
  display: flex;
}
#idHeader .container .menu .listaMenu > li {
  margin: 0 0 0 2.5em;
  position: relative;
  padding: 0 1em;
}
#idHeader .container .menu .listaMenu > li .abtnmenu {
  color: #424242;
  font-family: "GothamRounded-Book";
  font-size: 1.15vw;
  transition: color ease-in-out 0.5s;
  white-space: nowrap;
}
#idHeader .container .menu .listaMenu > li .abtnmenu:hover {
  color: #b0b0b0;
}
#idHeader .container .menu .listaMenu > li .abtnmenu.claro {
  color: #b0b0b0;
}
#idHeader .container .menu .listaMenu > li .abtnmenu.claro:hover {
  color: #424242;
}
#idHeader .container .menu .listaMenu > li .abtnmenu.select {
  color: #008fbc;
}
#idHeader .container .menu .listaMenu > li .listaSubMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #008eb9;
  border-radius: 0.5em;
  padding: 0.5em 1em;
}
#idHeader .container .menu .listaMenu > li .listaSubMenu li {
  border-bottom: 1px solid white;
  box-sizing: border-box;
  padding: 0.25em 0;
}
#idHeader .container .menu .listaMenu > li .listaSubMenu li .abtnSubmenu {
  white-space: nowrap;
  color: white;
  font-family: "ArkibalDisplay-Medium";
  display: block;
  transition: color 0.5s;
}
#idHeader .container .menu .listaMenu > li .listaSubMenu li .abtnSubmenu:hover {
  color: black;
}
#idHeader .container .menu .listaMenu > li .listaSubMenu li:last-child {
  border: 0;
}
#idHeader .container .menu .listaMenu > li.mobilefooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
#idHeader .container .menu .listaMenu > li.mobilefooter p {
  color: #8f8ca0;
  font-family: "GothamRounded-Book";
  font-size: 0.6em;
  padding: 0 0 3em;
}
#idHeader .container .menu .listaMenu > li:hover .listaSubMenu {
  display: block;
}
#idHeader .container .menu .listaMenu.open {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #2e294d;
  width: 100%;
  border-top-right-radius: 3em;
  border-top-left-radius: 3em;
  padding: 2vh 0 0;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 11;
}
#idHeader .container .menu .listaMenu.open li {
  margin: 0;
  width: 100%;
}
#idHeader .container .menu .listaMenu.open li .abtnmenu {
  display: block;
  text-align: center;
  padding: 0.5em 0;
  color: white;
  font-size: 1.09vw;
}
#idHeader .container .menu .listaMenu.open li .abtnmenu.claro {
  color: #b0b0b0;
}
#idHeader .container .menu .listaMenu.open li .abtnmenu.select {
  color: #008fbc;
}
#idHeader.shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
}

#idContenedor .contFondoPopUpPreguntas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor .contFondoPopUpPreguntas .contFondoBlanco {
  background: white;
  width: 50vw;
  height: 70vh;
  margin: 15vh 0 0;
  border-radius: 1em;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
#idContenedor .contFondoPopUpPreguntas .contFondoBlanco .contenedor {
  display: none;
  width: 84%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contTitulo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2e294d;
  box-sizing: border-box;
  width: 100%;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contTitulo
  p {
  font-size: 2vw;
  font-family: "GothamRounded-Bold";
  color: #2e294d;
  padding: 1em 0 0.5em;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contTitulo
  .abtnCerrar {
  position: absolute;
  width: 2em;
  right: 0.5em;
  top: 0.5em;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contTitulo
  .abtnCerrar
  img {
  display: block;
  width: 100%;
}
#idContenedor .contFondoPopUpPreguntas .contFondoBlanco .contenedor .contPreg {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2e294d;
  padding: 1.5em 0 1.25em;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContOpenRes
  .abtnOpenrespuesta {
  position: relative;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContOpenRes
  .abtnOpenrespuesta
  img {
  transition: opacity 0.5s, transform 0.5s;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContOpenRes
  .abtnOpenrespuesta
  img.open {
  display: block;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContOpenRes
  .abtnOpenrespuesta
  img.close {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 1em;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .abtnItem {
  font-size: 1.5em;
  font-family: "ArkibalDisplay-Bold";
  color: #2e294d;
  padding: 0.1em 0 0.75em;
  line-height: 1.15em;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta {
  font-size: 1.1em;
  font-family: "ArkibalDisplay-Regular";
  color: #2d2d2c;
  line-height: 1.5em;
  display: none;
  overflow: hidden;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  strong {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  span {
  display: inline-block;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  a {
  color: #1d8eb9;
  transition: opacity 0.5s;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  a.red {
  display: -ms-flexbox;
  display: flex;
  width: 1.75em;
  height: 1.75em;
  font-size: 1.25em;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0.5em 0 0;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  a.red.face {
  background: #1976d2;
  color: white;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  a.red.insta {
  background: white;
  border: 1px solid #f88dbd;
  color: #f88dbd;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item
  .ContRes
  .pRespuesta
  a:hover {
  opacity: 0.7;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item.open
  .ContOpenRes
  .abtnOpenrespuesta
  img.open {
  opacity: 0;
  transform: rotate(360deg);
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item.open
  .ContOpenRes
  .abtnOpenrespuesta
  img.close {
  opacity: 1;
  transform: rotate(360deg);
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item.open
  .ContRes
  .pRespuesta {
  display: block;
}
#idContenedor
  .contFondoPopUpPreguntas
  .contFondoBlanco
  .contenedor
  .contPreg
  .item:last-child {
  border: 0;
}
#idContenedor .contFondoPopUpPreguntas .contFondoBlanco .contenedor.visible {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor .contFondoPopUpPreguntas.visible {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor .tuvisteproblema {
  background: #c6c4c4;
  padding: 0 14vw;
  box-sizing: border-box;
  width: 100%;
}
#idContenedor .tuvisteproblema .contenedor {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor .tuvisteproblema .contenedor .mitad {
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
#idContenedor .tuvisteproblema .contenedor .mitad .ptitulo {
  color: #2d294d;
  font-size: 2.4vw;
  font-family: "ArkibalDisplay-Regular";
  padding: 0.5em 0;
}
#idContenedor .tuvisteproblema .contenedor .mitad .ptitulo span {
  display: block;
  font-family: "ArkibalDisplay-Medium";
  font-size: 0.6em;
  padding: 0.5em 0 0 1em;
}
#idContenedor .tuvisteproblema .contenedor .mitad .abtntel {
  color: #df2420;
  font-size: 2.5vw;
  font-family: "ArkibalDisplay-Bold";
  transition: color 0.5s;
}
#idContenedor .tuvisteproblema .contenedor .mitad .abtntel span {
  font-size: 1em;
  color: white;
  transition: color 0.5s;
}
#idContenedor .tuvisteproblema .contenedor .mitad .abtntel:hover {
  color: #2d294d;
}
@media screen and (max-width: 768px) {
  #idContenedor .tuvisteproblema {
    padding: 3vh 5vw;
  }
  #idContenedor .tuvisteproblema .contenedor {
    display: block;
  }
  #idContenedor .tuvisteproblema .contenedor .mitad {
    width: 100%;
  }
  #idContenedor .tuvisteproblema .contenedor .mitad .ptitulo {
    font-family: "GothamRounded-Bold";
    font-size: 7vw;
    text-align: center;
    padding: 0 0 0.5em;
  }
  #idContenedor .tuvisteproblema .contenedor .mitad .abtntel {
    text-align: center;
    font-size: 7vw;
    display: block;
  }
}
#idContenedor section {
  min-height: 100vh;
  box-sizing: border-box;
}
#idContenedor section.contSOS {
  min-height: auto;
}
#idContenedor section.contSOS > div {
  display: none;
  width: 100%;
  position: relative;
}
#idContenedor section.contSOS > div .abtn,
#idContenedor section.contSOS > div .href {
  position: absolute;
  display: block;
}
#idContenedor section.contSOS > div img {
  width: 100%;
  display: block;
}
#idContenedor section.contSOS > div.cont-1,
#idContenedor section.contSOS > div.cont-2 {
  display: block;
}
#idContenedor section.contSOS > div.cont-1 .abtn,
#idContenedor section.contSOS > div.cont-2 .abtn {
  top: 74%;
  width: 29%;
  height: 11%;
}
#idContenedor section.contSOS > div.cont-1 .abtn.si,
#idContenedor section.contSOS > div.cont-2 .abtn.si {
  left: 22%;
}
#idContenedor section.contSOS > div.cont-1 .abtn.no,
#idContenedor section.contSOS > div.cont-2 .abtn.no {
  right: 19%;
}
#idContenedor section.contSOS > div.cont-3 .abtn {
  top: 72%;
  width: 44%;
  height: 11%;
}
#idContenedor section.contSOS > div.cont-3 .abtn.yallame {
  left: 27%;
}
#idContenedor section.contSOS > div.cont-4 .href {
  width: 48%;
  height: 5%;
  left: 26%;
}
#idContenedor section.contSOS > div.cont-4 .href.uno {
  top: 61%;
}
#idContenedor section.contSOS > div.cont-4 .href.dos {
  top: 74%;
}
#idContenedor section.contSOS > div.cont-4 .abtn {
  top: 82%;
  width: 57%;
  height: 9%;
}
#idContenedor section.contSOS > div.cont-4 .abtn.ahoraque {
  left: 21%;
}
#idContenedor section.contSOS > div.cont-5 .href {
  width: 76%;
  height: 8%;
  left: 12%;
}
#idContenedor section.contSOS > div.cont-5 .href.uno {
  top: 89%;
}
#idContenedor section.ayudaContPreguntas {
  position: relative;
  background: white;
  min-height: auto;
  background-image: url(../img/ayuda-PASTILLA-AZUL-1.png),
    url(../img/ayuda-PASTILLA-AZUL-2.png);
  background-size: 10vw auto, 10vw auto;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
}
#idContenedor section.ayudaContPreguntas .container {
  width: 72vw;
  margin: 0 auto;
  padding: 5vw 0;
}
#idContenedor section.ayudaContPreguntas .container .ulLista {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#idContenedor section.ayudaContPreguntas .container .ulLista li {
  width: 48%;
  border-bottom: 1px solid #d7d7d8;
  box-sizing: border-box;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .abtnShowPregunta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2em 0;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .abtnShowPregunta
  span {
  font-size: 2vw;
  font-family: "GothamRounded-Bold";
  color: #0b8db8;
  transition: color 0.5s;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .abtnShowPregunta
  img {
  display: block;
  transition: opacity 0.5s;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .abtnShowPregunta:hover
  span {
  color: #2d294d;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .abtnShowPregunta:hover
  img {
  opacity: 0.8;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas {
  display: none;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #2e294d;
  padding: 1.5em 0 1.25em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*&:last-child{
              	border: 0;
              }*/
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContOpenRes {
  width: 10%;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContOpenRes
  .abtnOpenrespuesta {
  position: relative;
  width: 100%;
  display: block;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContOpenRes
  .abtnOpenrespuesta
  img {
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContOpenRes
  .abtnOpenrespuesta
  img.open {
  display: block;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContOpenRes
  .abtnOpenrespuesta
  img.close {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes {
  width: 90%;
  box-sizing: border-box;
  padding: 0 0 0 1em;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes.dos {
  width: 100%;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .abtnItem {
  font-size: 1.5em;
  font-family: "ArkibalDisplay-Bold";
  color: #2e294d;
  padding: 0.1em 0 0.75em;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta {
  font-size: 1.1em;
  font-family: "ArkibalDisplay-Regular";
  color: #2d2d2c;
  line-height: 1.5em;
  display: none;
  overflow: hidden;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  strong {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  span {
  display: inline-block;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  a {
  color: #1d8eb9;
  transition: opacity 0.5s;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  a.red {
  display: -ms-flexbox;
  display: flex;
  width: 1.75em;
  height: 1.75em;
  font-size: 1.25em;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0.5em 0 0;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  a.red.face {
  background: #1976d2;
  color: white;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  a.red.insta {
  background: white;
  border: 1px solid #f88dbd;
  color: #f88dbd;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item
  .ContRes
  .pRespuesta
  a:hover {
  opacity: 0.7;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item.open
  .ContOpenRes
  .abtnOpenrespuesta
  img.open {
  opacity: 0;
  transform: rotate(360deg);
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item.open
  .ContOpenRes
  .abtnOpenrespuesta
  img.close {
  opacity: 1;
  transform: rotate(360deg);
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas
  .item.open
  .ContRes
  .pRespuesta {
  display: block;
}
#idContenedor
  section.ayudaContPreguntas
  .container
  .ulLista
  li
  .mobilerespuestas.visible {
  display: block;
}
#idContenedor section.homePortal {
  position: relative;
  background: #2d294d;
  min-height: auto;
  /*background-image: url(../img/pasportal-BANNER-1-PASTILLA-EXTENDIDA.png);
    background-size: auto 100%;
    background-position: 120% top;
    background-repeat: no-repeat;*/
}
#idContenedor section.homePortal .mobileheader {
  display: none;
  width: 100%;
}
#idContenedor section.homePortal .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.homePortal .mobileheader .titulo {
  color: #2d294d;
  font-family: "ArkibalDisplay-Bold";
  font-size: 8vw;
  text-align: center;
  padding: 1em 0.5em 0;
}
#idContenedor section.homePortal > img {
  position: absolute;
  display: block;
}
#idContenedor section.homePortal > img.imgHome {
  width: 100%;
  position: initial;
}
#idContenedor section.homePortal > img.nube {
  width: auto;
}
#idContenedor section.homePortal > img.nube.uno {
  width: 2.5%;
  left: 8%;
  top: 10%;
}
#idContenedor section.homePortal > img.nube.dos {
  width: 2.5%;
  top: 14%;
  left: 40%;
}
#idContenedor section.homePortal > img.nube.tres {
  width: 4%;
  right: 8%;
  top: 8%;
}
#idContenedor section.homePortal .contInfoSection {
  width: 72vw;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#idContenedor section.homePortal .contInfoSection .mitad {
  width: 56vw;
}
#idContenedor section.homePortal .contInfoSection .mitad .pTitulo {
  color: white;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
}
#idContenedor section.homePortal .contInfoSection .mitad .pTitulo span {
  color: #2e294d;
}
#idContenedor section.homePortal .contInfoSection .mitad .abtnnumeronuevo {
  display: inline-block;
}
#idContenedor section.homePortal .contInfoSection .mitad .abtnnumeronuevo img {
  display: block;
}
#idContenedor section.homePortal .contInfoSection .mitad .imgHome {
  display: block;
  width: 100%;
  padding: 2vw 0 0;
}
#idContenedor section.homePortal .contInfoSection .mitad:last-child {
  width: 30vw;
}
#idContenedor section.sectionDonde {
  min-height: auto;
  display: -ms-flexbox;
  display: flex;
  height: 73vh;
}
#idContenedor section.sectionDonde .contMapa {
  width: 50%;
}
#idContenedor section.sectionDonde .contMapa #idMapa {
  width: 100%;
  height: 100%;
}
#idContenedor section.sectionDonde .contMapa .volverresultados {
  display: none;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
  color: #2d294d;
  background: white;
  font-family: "ArkibalDisplay-Medium";
  font-size: 5vw;
  padding: 0.25em 0.5em;
}
#idContenedor section.sectionDonde .mobiletipito {
  display: none;
}
#idContenedor section.sectionDonde .contDondeEstamos {
  width: 50%;
  height: 100%;
  background: #088db8;
  box-sizing: border-box;
  padding: 2.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/donde-PASTILLAS.png);
  background-size: auto 50%;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
#idContenedor section.sectionDonde .contDondeEstamos .pTitulo {
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.5vw;
  color: white;
  display: block;
}
#idContenedor section.sectionDonde .contDondeEstamos .searchForm {
  position: relative;
  z-index: 1;
}
#idContenedor section.sectionDonde .contDondeEstamos .searchForm .contSelect {
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0 1em;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .select {
  width: 60%;
  margin: 0 1em 0 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .select
  select {
  display: block;
  width: 100%;
  color: #aeaead;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1.1em;
  border-radius: 0.25em;
  margin: 0.1em 0 0.8em;
  padding: 0.3em;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .btn
  .abtnPunto {
  position: relative;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .btn
  .abtnPunto
  img {
  display: block;
  transition: opacity 0.5s;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .btn
  .abtnPunto
  img.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .btn
  .abtnPunto:hover
  img {
  opacity: 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .contSelect
  .btn
  .abtnPunto:hover
  img.hover {
  opacity: 1;
}
#idContenedor section.sectionDonde .contDondeEstamos .searchForm .abtnBuscar {
  font-family: "ArkibalDisplay-Regular";
  border: 1px solid white;
  color: white;
  font-size: 1.25em;
  padding: 0.5em 2em;
  display: inline-block;
  transition: color 0.5s, background 0.5s;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .abtnBuscar:hover {
  color: #088db8;
  background: white;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .searchForm
  .abtnBuscar.oculto {
  display: none;
}
#idContenedor section.sectionDonde .contDondeEstamos .resultForm {
  display: none;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#idContenedor section.sectionDonde .contDondeEstamos .resultForm .divContform {
  padding: 1.2em 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch {
  display: inline-block;
  background: white;
  border-radius: 1.2em;
  padding: 0.75em 0.6em 0.8em 1.5em;
  box-sizing: border-box;
  border: 1px solid white;
  transition: background 0.5s;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch
  .contbtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch
  .contbtn
  span.busqueda {
  color: #088db8;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.25em;
  transition: color 0.5s;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch
  .contbtn
  span.cerrar {
  font-family: "ArkibalDisplay-Medium";
  color: white;
  background: #088db8;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 1em;
  transition: color 0.5s, background 0.5s;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch:hover {
  background: #088db8;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch:hover
  .contbtn
  span.busqueda {
  color: white;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  .divContform
  .volverFormSearch:hover
  .contbtn
  span.cerrar {
  background: white;
  color: #088db8;
}
#idContenedor section.sectionDonde .contDondeEstamos .resultForm #idResultados {
  width: 70%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0.5em 0 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item {
  font-size: 0.9em;
  display: block;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.5em;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto
  .contImag {
  position: relative;
  margin: 0 1em 0 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto
  .contImag
  span {
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.5s;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto
  .contImag
  span.mas {
  background: #d91e27;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto
  .contImag
  span.menos {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #014d83;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto
  .nombrepunto {
  color: white;
  font-family: "ArkibalDisplay-Medium";
  text-transform: uppercase;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .abtnShowPunto
  .nombrepunto
  strong {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .contInfoPoint {
  padding: 0 0 1.5em 2.25em;
  display: none;
  overflow: hidden;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .contInfoPoint
  p {
  color: white;
  font-family: "ArkibalDisplay-Medium";
  line-height: 1.2em;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .contInfoPoint
  p
  span {
  font-family: "GothamRounded-Bold";
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item
  .contInfoPoint
  .irAlMapa {
  color: white;
  font-family: "ArkibalDisplay-Medium";
  font-size: 5vw;
  padding: 0.5em 0 0.25em;
  display: none;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item.open
  .abtnShowPunto
  .contImag
  span.mas {
  opacity: 0;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item.open
  .abtnShowPunto
  .contImag
  span.menos {
  opacity: 1;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .resultForm
  #idResultados
  .item.open
  .contInfoPoint {
  display: block;
}
#idContenedor section.sectionDonde .contDondeEstamos .resultForm.visible {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor section.sectionDonde .contDondeEstamos .contImagenTipito {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 50%;
}
#idContenedor section.sectionDonde .contDondeEstamos .contImagenTipito img {
  display: block;
  height: 100%;
  width: auto;
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .contImagenTipito
  img.tipito {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#idContenedor
  section.sectionDonde
  .contDondeEstamos
  .contImagenTipito
  img.mobile {
  display: none;
  width: 100%;
  height: auto;
}
#idContenedor section.sectionEmpecemosTrabajar {
  position: relative;
  min-height: auto;
  background: #2e294d;
  padding: 5vw 0;
  background-image: url(../img/pasportal-BANNER-5---PASTILLA-AZUL-1.png),
    url(../img/pasportal-BANNER-5---PASTILLA-AZUL-2.png);
  background-size: 12vw auto, 12vw auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  display: none !important;
}
#idContenedor section.sectionEmpecemosTrabajar .nube {
  display: block;
  position: absolute;
}
#idContenedor section.sectionEmpecemosTrabajar .nube.uno {
  left: 10%;
  top: 10%;
}
#idContenedor section.sectionEmpecemosTrabajar .nube.dos {
  left: 35%;
  bottom: 10%;
}
#idContenedor section.sectionEmpecemosTrabajar .nube.tres {
  right: 10%;
  top: 15%;
}
#idContenedor section.sectionEmpecemosTrabajar .contContenido {
  width: 72vw;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor section.sectionEmpecemosTrabajar .contContenido .contImagen {
  width: 40%;
}
#idContenedor section.sectionEmpecemosTrabajar .contContenido .contImagen img {
  display: block;
  width: 50%;
  margin: 0 0 0 15%;
}
#idContenedor section.sectionEmpecemosTrabajar .contContenido .contTexto {
  width: 60%;
}
#idContenedor
  section.sectionEmpecemosTrabajar
  .contContenido
  .contTexto
  .pTitulo {
  font-family: "ArkibalDisplay-Regular";
  font-size: 3vw;
  color: #f18c7c;
}
#idContenedor
  section.sectionEmpecemosTrabajar
  .contContenido
  .contTexto
  .pTitulo
  span {
  display: block;
  color: white;
  padding: 0.3em 0 0;
}
#idContenedor
  section.sectionEmpecemosTrabajar
  .contContenido
  .contTexto
  .pTexto {
  color: white;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.75em;
  padding: 1em 0 0;
}
#idContenedor section.sectionPortalTenemos {
  position: relative;
  min-height: auto;
}
#idContenedor section.sectionPortalTenemos .nube {
  display: block;
  position: absolute;
}
#idContenedor section.sectionPortalTenemos .nube.uno {
  left: 10%;
  top: 10%;
}
#idContenedor section.sectionPortalTenemos .nube.dos {
  right: 10%;
  bottom: 30%;
}
#idContenedor section.sectionPortalTenemos .contContenido {
  width: 72vw;
  margin: 0 auto;
  display: block;
  padding: 5vw 0;
}
#idContenedor section.sectionPortalTenemos .contContenido .conttitulo {
  display: block;
  text-align: center;
  padding: 0 0 4em;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .conttitulo
  .pTituloSection {
  font-family: "ArkibalDisplay-Regular";
  border: 3px solid #f59f09;
  color: #2e294d;
  background: white;
  border-radius: 0.3em;
  font-size: 2.5vw;
  padding: 0.4em 1.25em 0.75em;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#idContenedor section.sectionPortalTenemos .contContenido .contCuadros {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem {
  max-width: 313px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 4px 1.5em;
  box-sizing: border-box;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  .contImagen {
  display: block;
  position: relative;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  .contImagen
  img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  .contImagen
  .fondocolor {
  background: #f8f8f8;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  .contTexto {
  background: #f8f8f8;
  text-align: center;
  height: 100%;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  .contTexto
  .pTitulo {
  font-family: "GothamRounded-Bold";
  font-size: 1.25em;
  color: #2e294d;
  padding: 0.25em 0 0.5em;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  .contTexto
  .ptexto {
  color: #2e294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1em;
  padding: 0 1em 2em;
}
#idContenedor
  section.sectionPortalTenemos
  .contContenido
  .contCuadros
  .contItem
  > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #idContenedor section.sectionPortalTenemos .contContenido .contCuadros {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#idContenedor section.sectionPortalDiagrama {
  min-height: auto;
  background: #c8e1ec;
  padding: 5vw 0;
  background-image: url(../img/pasportal-BANNER-2-PASTILLAS-CELESTE-1.png),
    url(../img/pasportal-BANNER-2-PASTILLAS-CELESTE-2.png);
  background-size: 20vw auto, 20vw auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
#idContenedor section.sectionPortalDiagrama .nube {
  display: block;
  position: absolute;
}
#idContenedor section.sectionPortalDiagrama .nube.uno {
  left: 10%;
  top: 10%;
}
#idContenedor section.sectionPortalDiagrama .nube.dos {
  right: 15%;
  bottom: 30%;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama {
  width: 72vw;
  margin: 0 auto;
  display: block;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama.mobile {
  display: none;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno .item {
  width: 28%;
  display: -ms-flexbox;
  display: flex;
  min-height: 9em;
  position: relative;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item
  .cinimg {
  background: #a1a1a0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  box-sizing: border-box;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item
  .cinimg
  img {
  display: block;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item
  .conttexto {
  background: white;
  box-sizing: border-box;
  padding: 1.5em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item
  .conttexto
  .ptitulo {
  color: #008cbb;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.1em;
  width: 100%;
  padding: 0 0 0.5em;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item
  .conttexto
  .ptexto {
  color: #342a4b;
  font-family: "ArkibalDisplay-Bold";
  width: 100%;
  font-size: 1.1em;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno .item:after {
  content: "";
  border: 1px dashed #2e294d;
  position: absolute;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item.uno:after {
  height: 100%;
  top: 100%;
  left: 50%;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item.dos:after {
  height: 160%;
  top: 100%;
  left: 50%;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item.tres:after {
  height: 100%;
  top: 100%;
  left: 50%;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno
  .item.margen {
  margin: 5em 0 0;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno.dos {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6vw 0;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno.dos
  .ptextocentral {
  font-family: "ArkibalDisplay-Regular";
  border: 3px solid #f59f09;
  color: #2e294d;
  background: white;
  border-radius: 0.3em;
  font-size: 3.1vw;
  padding: 0.4em 1em 0.75em;
  position: relative;
  z-index: 1;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno.tres {
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno.tres .item {
  margin: 0 5%;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno.tres
  .item.uno:after {
  top: initial;
  bottom: 100%;
}
#idContenedor
  section.sectionPortalDiagrama
  .contDiagrama
  .filaUno.tres
  .item.dos:after {
  top: initial;
  bottom: 100%;
  height: 100%;
}
#idContenedor section.sectioPortalVideo {
  background-image: url(../img/pasportal-BANNER-2---PASTILLA-ROJA.png);
  background-size: 10vw auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 1.5em 0;
}
#idContenedor section.sectioPortalVideo .contVideo {
  width: 50%;
  padding: 0 0 0 14vw;
  box-sizing: border-box;
}
#idContenedor section.sectioPortalVideo .contVideo video {
  width: 100%;
  height: 100%;
  background: white;
  box-sizing: border-box;
  border: 10px solid #c9e1ec;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
#idContenedor section.sectioPortalVideo .contTitulo {
  width: 50%;
  padding: 0 14vw 0 0;
  box-sizing: border-box;
  position: relative;
}
#idContenedor section.sectioPortalVideo .contTitulo .nube {
  display: block;
  position: absolute;
}
#idContenedor section.sectioPortalVideo .contTitulo .nube.uno {
  left: 10%;
  top: 35%;
}
#idContenedor section.sectioPortalVideo .contTitulo .nube.dos {
  right: 15%;
  top: 15%;
}
#idContenedor section.sectioPortalVideo .contTitulo .pTitulo {
  color: #2e294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 2.8vw;
  text-align: right;
  padding: 3em 0;
}
#idContenedor section.homeAyuda {
  position: relative;
  background: #d4cbb4;
  min-height: auto;
  background-image: url(../img/ayuda-BANNER-PASTILLA-2.png),
    url(../img/ayuda-BANNER-PASTILLA-1.png);
  background-size: 10vw auto, 10vw auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}
#idContenedor section.homeAyuda .mobileheader {
  display: none;
  width: 100%;
}
#idContenedor section.homeAyuda .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.homeAyuda > img {
  position: absolute;
  display: block;
}
#idContenedor section.homeAyuda > img.piso {
  bottom: 0;
  right: 2%;
  width: 58%;
}
#idContenedor section.homeAyuda > img.nube {
  width: auto;
}
#idContenedor section.homeAyuda > img.nube.uno {
  width: 3.5%;
  left: 8%;
  top: 24%;
}
#idContenedor section.homeAyuda > img.nube.dos {
  width: 3.5%;
  bottom: 14%;
  left: 25%;
}
#idContenedor section.homeAyuda > img.nube.tres {
  width: 5%;
  left: 40%;
  top: 8%;
}
#idContenedor section.homeAyuda .contInfoSection {
  width: 72vw;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor section.homeAyuda .contInfoSection .mitad {
  width: 56vw;
}
#idContenedor section.homeAyuda .contInfoSection .mitad .pTitulo {
  color: #2e294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
}
#idContenedor section.homeAyuda .contInfoSection .mitad .imgHome {
  display: block;
  width: 100%;
  padding: 3vw 0 2.75vw;
}
#idContenedor section.homeAyuda .contInfoSection .mitad:last-child {
  width: 30vw;
}
#idContenedor section.newContCoberturas {
  min-height: auto;
}
#idContenedor section.newContCoberturas .mobileheader {
  display: none;
  width: 100%;
}
#idContenedor section.newContCoberturas .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.newContCoberturas .contHeader {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 4vw;
}
#idContenedor section.newContCoberturas .contHeader .imgnewback {
  display: block;
  width: 100%;
}
#idContenedor section.newContCoberturas .contHeader .contnewinfosec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
}
#idContenedor section.newContCoberturas .contHeader .contnewinfosec .texto {
  -ms-flex: 1;
  flex: 1;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .texto
  .newtitle {
  color: #2c2a4d;
  font-family: "ArkibalDisplay-Regular";
  line-height: 1.2em;
  font-size: 2.3vw;
  padding: 0 0 0 1.6em;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .texto
  .newtitle
  span {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.newContCoberturas .contHeader .contnewinfosec .botones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn {
  width: 100%;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow {
  font-size: 1.6vw;
  margin: 0.2em 0;
  padding: 0;
  position: relative;
  border-radius: 0.6em;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #2c2a4d;
  text-align: center;
  width: 100%;
  padding: 0.6em 2em;
  display: block;
  transition: border 0.5s;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow
  span {
  box-sizing: border-box;
  color: white;
  font-family: "GothamRounded-Bold";
  font-size: 1em;
  display: inline-block;
  transition: color 0.5s;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: color 0.5s;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow
  i {
  z-index: 1;
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translate(0, -50%);
  font-size: 1em;
  color: #2c2a4d;
  opacity: 0;
  transition: opacity 0.5s;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow:after {
  content: "";
  background: #2c2a4d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s, opacity 0.5s;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow:hover,
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow.seleccionado {
  border: 1px solid #333333;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow:hover
  span,
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow.seleccionado
  span {
  color: #333333;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow:hover:after,
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow.seleccionado:after {
  width: 0;
  opacity: 0;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .contnewinfosec
  .botones
  .contbtn
  a.abtnCoberturasShow.seleccionado
  i {
  opacity: 1;
}
#idContenedor section.newContCoberturas .contHeader .container {
  position: relative;
  background-color: #c6dfea;
  padding: 0 4vw 0 14vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../img/new-coberturas/PISO-ILUSTRACION.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto;
}
#idContenedor section.newContCoberturas .contHeader .container > img {
  position: absolute;
}
#idContenedor section.newContCoberturas .contHeader .container > img.imgNube {
  width: auto;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .container
  > img.imgNube.uno {
  top: 5%;
  left: 12%;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .container
  > img.imgNube.dos {
  top: 24%;
  left: 50%;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .container
  > img.imgNube.tres {
  right: 8%;
  top: 8%;
}
#idContenedor section.newContCoberturas .contHeader .container .contTexto {
  width: 55%;
}
#idContenedor
  section.newContCoberturas
  .contHeader
  .container
  .contTexto
  .ptitulo {
  font-size: 3.4vw;
  font-family: "ArkibalDisplay-Regular";
  color: #2d294d;
}
#idContenedor section.newContCoberturas .contHeader .container .contImagen {
  width: 40%;
}
#idContenedor section.newContCoberturas .contHeader .container .contImagen img {
  display: block;
  width: 100%;
}
#idContenedor section.newContCoberturas .contBotones {
  padding: 7vh 14vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow {
  background: #333333;
  font-size: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.25em;
  width: 42%;
  position: relative;
  padding: 0.5em 0;
  border-radius: 0.6em;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #333333;
}
#idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow img {
  height: 0.65em;
  margin: 0 0.4em;
  display: none;
}
#idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow span {
  color: white;
  font-family: "GothamRounded-Bold";
  font-size: 1em;
  display: block;
  text-align: center;
  position: relative;
  transition: color 0.5s;
  z-index: 1;
}
#idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow:after {
  content: "";
  background: white;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transition: width 0.5s, opacity 0.5s;
  transform: translate(-50%, 0);
  opacity: 0;
}
#idContenedor
  section.newContCoberturas
  .contBotones
  .abtnCoberturasShow:hover
  span,
#idContenedor
  section.newContCoberturas
  .contBotones
  .abtnCoberturasShow.seleccionado
  span {
  color: #333333;
}
#idContenedor
  section.newContCoberturas
  .contBotones
  .abtnCoberturasShow:hover:after,
#idContenedor
  section.newContCoberturas
  .contBotones
  .abtnCoberturasShow.seleccionado:after {
  width: 100%;
  opacity: 1;
}
#idContenedor
  section.newContCoberturas
  .contBotones
  .abtnCoberturasShow.seleccionado
  img {
  display: none !important;
}
#idContenedor
  section.newContCoberturas
  .contBotones.flecha
  .abtnCoberturasShow
  img {
  display: block;
}
#idContenedor section.newContCoberturas .menuotrascoberturas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 4vw;
}
#idContenedor section.newContCoberturas .menuotrascoberturas .cont .ptitulo {
  display: block;
  color: #333333;
  font-size: 2.4vw;
  font-family: "ArkibalDisplay-Regular";
  text-align: center;
  padding: 0 0 0.3em;
}
#idContenedor section.newContCoberturas .menuotrascoberturas .cont .abtngo {
  display: block;
  font-size: 1.3vw;
  text-align: center;
  background: #c7dfea;
  padding: 0.5em 2.5em;
  border-radius: 1em;
  box-sizing: border-box;
  margin: 0.8em 0;
  transition: background 0.2s;
  position: relative;
}
#idContenedor
  section.newContCoberturas
  .menuotrascoberturas
  .cont
  .abtngo
  span {
  font-family: "GothamRounded-Bold";
  font-size: 1em;
  color: #2c2a4d;
  transition: color 0.5s;
  box-sizing: border-box;
}
#idContenedor
  section.newContCoberturas
  .menuotrascoberturas
  .cont
  .abtngo
  span.prox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 0.5em 1em;
}
#idContenedor
  section.newContCoberturas
  .menuotrascoberturas
  .cont
  .abtngo:hover {
  background: #97959a;
}
#idContenedor
  section.newContCoberturas
  .menuotrascoberturas
  .cont
  .abtngo:hover
  span {
  color: white;
}
#idContenedor
  section.newContCoberturas
  .menuotrascoberturas
  .cont
  .abtngo:hover.proximamente
  span.tit {
  opacity: 0;
}
#idContenedor
  section.newContCoberturas
  .menuotrascoberturas
  .cont
  .abtngo:hover.proximamente
  span.prox {
  opacity: 1;
}
#idContenedor section.newContCoberturas .contCoberturas {
  padding: 0 14vw;
  background-repeat: no-repeat, no-repeat;
  background-size: 12vw auto, 12vw auto;
  background-image: url(../img/new-coberturas/PASTILLAS-LATERALES.png),
    url(../img/new-coberturas/PASTILLAS-LATERALES.png);
}
#idContenedor section.newContCoberturas .contCoberturas .titulocobertura h1 {
  font-family: "GothamRounded-Bold";
  color: #2d294d;
  font-size: 3vw;
  display: none;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .titulocobertura
  h1.civil {
  font-size: 2.5vw;
}
#idContenedor section.newContCoberturas .contCoberturas .cob {
  width: 100%;
  display: none;
}
#idContenedor section.newContCoberturas .contCoberturas .cob.robo,
#idContenedor section.newContCoberturas .contCoberturas .cob.civil {
  position: relative;
}
#idContenedor section.newContCoberturas .contCoberturas .cob.robo .borderojo,
#idContenedor section.newContCoberturas .contCoberturas .cob.civil .borderojo {
  border: 2px solid #ec2f2c;
  position: absolute;
  width: 20%;
  height: 98%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 1em;
}
#idContenedor section.newContCoberturas .contCoberturas .cob.robo .contFila,
#idContenedor section.newContCoberturas .contCoberturas .cob.civil .contFila {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6f6f6f;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2em 0;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-una,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-una {
  width: 40%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-una
  p,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-una
  p {
  color: black;
  font-family: "GothamRounded-Bold";
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1em;
  min-height: 24px;
  padding: 0.2em 0 0;
  box-sizing: border-box;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-una
  p
  span,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-una
  p
  span {
  vertical-align: super;
  font-family: "GothamRounded-Medium";
  font-size: 0.6em;
  padding: 0 0.5em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos {
  width: 20%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  img,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  img {
  display: block;
  max-width: 116px;
  width: 90%;
  margin: 0 auto 2em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  img.si,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  img.no,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  img.si,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  img.no {
  max-width: 24px;
  width: auto;
  margin: 0 auto;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .ptextorojo,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .ptextorojo {
  font-family: "GothamRounded-Bold";
  text-align: center;
  color: #ec2f2c;
  font-size: 1.1em;
  padding: 2em 0 0.25em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .textoChico,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .textoChico {
  color: #115274;
  font-family: "GothamRounded-Medium";
  text-align: center;
  font-size: 1em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar {
  display: block;
  font-family: "GothamRounded-Bold";
  font-size: 1em;
  text-align: center;
  color: white;
  margin: 0 10%;
  border-radius: 0.3em;
  padding: 0.8em 0;
  box-sizing: border-box;
  transition: background 0.5s, color 0.5s;
  position: relative;
  transform: translate(0, 48%);
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar.base,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar.base {
  background: #58b7e7;
  border: 2px solid #58b7e7;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar.plus,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar.plus {
  background: #2c2a4d;
  border: 2px solid #2c2a4d;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar.full,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar.full {
  background: #ec2f2c;
  border: 2px solid #ec2f2c;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar:hover.base,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar:hover.base {
  background: white;
  color: #58b7e7;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar:hover.plus,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar:hover.plus {
  background: white;
  color: #2c2a4d;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  .abtncotizar:hover.full,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos
  .abtncotizar:hover.full {
  background: white;
  color: #ec2f2c;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila:first-child,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila:last-child,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila:first-child,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila:last-child {
  border: 0;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila:first-child,
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila:first-child {
  padding: 0;
}
#idContenedor section.newContCoberturas .contCoberturas .cob.civil {
  width: 82%;
  margin: 0 auto;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-una {
  width: 50%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila
  .col-dos {
  width: 25%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.civil
  .contFila:first-child {
  border-bottom: 1px solid #6f6f6f;
  padding: 3em 0 0;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .cob.robo
  .contFila
  .col-dos
  img {
  max-width: 120px;
}
#idContenedor section.newContCoberturas .contCoberturas .pTextoLegales {
  font-family: "ArkibalDisplay-Medium";
  color: #747474;
  font-size: 1em;
  line-height: 1.4em;
  padding: 4em 0;
  display: none;
}
#idContenedor section.newContCoberturas .contCoberturas .pTextoLegales.civil {
  width: 82%;
  margin: 0 auto;
}
#idContenedor section.newContCoberturas .contCoberturas.robo {
  background-position: -4% 75%, 104% 20%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas.robo
  .titulocobertura
  h1.robo {
  display: block;
}
#idContenedor section.newContCoberturas .contCoberturas.robo .cob.robo.dsk {
  display: block;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas.robo
  .pTextoLegales.robo {
  display: block;
}
#idContenedor section.newContCoberturas .contCoberturas.civil {
  background-position: -4% -600%, 104% -500%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas.civil
  .titulocobertura
  h1.civil {
  display: block;
}
#idContenedor section.newContCoberturas .contCoberturas.civil .cob.civil.dsk {
  display: block;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas.civil
  .pTextoLegales.civil {
  display: block;
}
#idContenedor section.newContCoberturas .divLlamanos {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  z-index: 1;
}
#idContenedor section.newContCoberturas .divLlamanos .contenido {
  max-width: 550px;
  width: 90%;
  position: relative;
  height: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
  border-radius: 1em;
  overflow: hidden;
}
#idContenedor section.newContCoberturas .divLlamanos .contenido img {
  display: block;
}
#idContenedor section.newContCoberturas .divLlamanos .contenido img.left {
  transform: translate(0, -5%);
}
#idContenedor section.newContCoberturas .divLlamanos .contenido img.right {
  transform: translate(0, 20%);
}
#idContenedor section.newContCoberturas .divLlamanos .contenido .contInfo {
  position: absolute;
  top: 10%;
  left: 16%;
  width: 68%;
  height: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .contBotonesSel {
  width: 100%;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .contBotonesSel
  .abtn {
  display: block;
  font-family: "GothamRounded-Bold";
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  border-radius: 0.4em;
  padding: 0.8em 0;
  margin: 1em 0;
  transition: background 0.5s, color 0.5s;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .contBotonesSel
  .abtn.llamen {
  color: #008ab4;
  background: white;
  border: 2px solid #1d1d1b;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .contBotonesSel
  .abtn.llamar {
  color: white;
  background: #df231f;
  border: 2px solid #df231f;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .contBotonesSel
  .abtn:hover.llamen {
  color: white;
  background: #008ab4;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .contBotonesSel
  .abtn:hover.llamar {
  color: #df231f;
  background: white;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo {
  text-align: center;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo
  .llamanos {
  color: #dd2420;
  font-size: 4em;
  font-family: "GothamRounded-Bold";
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo
  .abtnTel {
  color: #a9a7a8;
  font-size: 3.1em;
  font-family: "GothamRounded-Bold";
  padding: 0.2em 0 0.4em;
  display: inline-block;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo
  .pDias {
  display: block;
  color: #008fbc;
  font-family: "GothamRounded-Bold";
  font-size: 1.1em;
  border-top: 1px solid #008fbc;
  padding: 1em 0 0;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos {
  text-align: left;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .pDias {
  border: 0;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .llamanos {
  font-size: 2.3em;
  padding: 0.2em 0 0.4em;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contFormulario {
  display: block;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contFormulario
  input {
  width: 100%;
  background: #ebebeb;
  color: black;
  font-family: "GothamRounded-Medium";
  font-size: 1.1em;
  border: 0;
  padding: 0.25em 1em;
  box-sizing: border-box;
  margin: 0.2em 0;
  border-radius: 0.5em;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contFormulario
  input::-moz-placeholder {
  color: black;
  font-size: 1em;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contFormulario
  input:-ms-input-placeholder {
  color: black;
  font-size: 1em;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contFormulario
  input::placeholder {
  color: black;
  font-size: 1em;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contbnt {
  display: block;
  text-align: right;
  padding: 1em 0 0;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contbnt
  .abtnEnviar {
  display: inline-block;
  font-size: 1.1em;
  font-family: "GothamRounded-Medium";
  color: white;
  background: #008ab4;
  padding: 0.6em 1.5em 0.5em;
  border-radius: 0.6em;
  border: 2px solid #008ab4;
  transition: background 0.5s, color 0.5s;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo.dos
  .contbnt
  .abtnEnviar:hover {
  color: #008ab4;
  background: white;
}
#idContenedor section.newContCoberturas .divLlamanos .contenido .abtnCerrar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #008fbc;
  font-family: "GothamRounded-Bold";
  font-size: 1.36vw;
  width: 0.1em;
  height: 0.1em;
  border-radius: 50%;
  border: 2px solid #008fbc;
  padding: 1em;
  color: white;
  position: absolute;
  top: 5%;
  right: 8%;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor
  section.newContCoberturas
  .divLlamanos
  .contenido
  .abtnCerrar:hover {
  background: white;
  color: #008fbc;
}
#idContenedor section.newContCoberturas .divLlamanos.visible {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor section.recordasiempre {
  background: #2e294d;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
#idContenedor section.recordasiempre > img {
  position: absolute;
  width: 12vw;
}
#idContenedor section.recordasiempre > img.imgRight {
  top: 0;
  right: 0;
}
#idContenedor section.recordasiempre > img.imgLeft {
  bottom: 0;
  left: 0;
}
#idContenedor section.recordasiempre > img.imgNube {
  width: auto;
}
#idContenedor section.recordasiempre > img.imgNube.uno {
  top: 10%;
  right: 12%;
}
#idContenedor section.recordasiempre > img.imgNube.dos {
  left: 8%;
  top: 24%;
}
#idContenedor section.recordasiempre > img.imgNube.tres {
  right: 24%;
  bottom: 8%;
}
#idContenedor section.recordasiempre .contenido {
  margin: 0 16vw;
  padding: 10vh 0;
  text-align: center;
}
#idContenedor section.recordasiempre .contenido .pTitulo {
  color: #fb8e7a;
  font-size: 2.27vw;
  font-family: "ArkibalDisplay-Bold";
  line-height: 1.1em;
  padding: 0 0 0.4em;
}
#idContenedor section.recordasiempre .contenido .ptexto {
  font-size: 1.5vw;
  color: white;
  font-family: "ArkibalDisplay-Medium";
  line-height: 1.1em;
  padding: 0.7em 0 0;
}
#idContenedor section.recordasiempre .contenido .ptexto img {
  height: 0.8em;
  display: inline-block;
  margin: 0 0.25em 0 0;
}
#idContenedor section.recordasiempre .contenido .abtnnumero {
  color: #fb8e7a;
  font-size: 1.36vw;
  font-family: "GothamRounded-Bold";
  padding: 0.15em 0 0.1em;
  position: relative;
}
#idContenedor section.recordasiempre .contenido .abtnnumero:after {
  content: "";
  width: 0;
  height: 2px;
  background: #fb8e7a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width ease-in-out 0.5s;
}
#idContenedor section.recordasiempre .contenido .abtnnumero:hover:after {
  width: 100%;
}
#idContenedor section.quepasadespues {
  background: #eeeded;
  min-height: auto;
  display: none;
}
#idContenedor section.quepasadespues .contenido {
  margin: 0 16vw;
  padding: 10vh 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.quepasadespues .contenido .imagen {
  max-width: 235px;
  width: 15vw;
  border-right: 1px solid #2c294d;
  padding: 0 2em 0 0;
}
#idContenedor section.quepasadespues .contenido .imagen img {
  display: block;
  width: 100%;
}
#idContenedor section.quepasadespues .contenido .texto {
  padding: 0 0 0 3em;
}
#idContenedor section.quepasadespues .contenido .texto .ptitulo {
  color: #2c294d;
  font-size: 2.05vw;
  font-family: "ArkibalDisplay-Bold";
  display: block;
}
#idContenedor section.quepasadespues .contenido .texto .ptexto {
  color: #2c294d;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1vw;
  display: block;
  padding: 1em 0 0;
}
#idContenedor section.quepasadespues .contenido .texto .ptexto span {
  display: block;
  font-family: "GothamRounded-Bold";
  color: #fc8e7b;
  line-height: 1.1em;
  padding: 0.25em 0 0;
}
#idContenedor section.quepasadespues .contenido .texto .abtnvermas {
  background: #2c294d;
  font-family: "ArkibalDisplay-Bold";
  color: white;
  display: inline-block;
  padding: 0.5em 1.25em 0.6em;
  border-radius: 0.5em;
  margin: 1.5em 0 0;
  border: 2px solid #2c294d;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.quepasadespues .contenido .texto .abtnvermas:hover {
  background: white;
  color: #2c294d;
}
#idContenedor section.robaronhurtado,
#idContenedor section.choqueaccidente,
#idContenedor section.prendiofuego,
#idContenedor section.tuveproblema {
  background: #eeeded;
  position: relative;
  padding: 0 0 10vh;
  min-height: auto;
}
#idContenedor section.robaronhurtado > img,
#idContenedor section.choqueaccidente > img,
#idContenedor section.prendiofuego > img,
#idContenedor section.tuveproblema > img {
  position: absolute;
  width: 8vw;
}
#idContenedor section.robaronhurtado > img.imgRight,
#idContenedor section.choqueaccidente > img.imgRight,
#idContenedor section.prendiofuego > img.imgRight,
#idContenedor section.tuveproblema > img.imgRight {
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  max-width: 168px;
}
#idContenedor section.robaronhurtado > img.imgLeft,
#idContenedor section.choqueaccidente > img.imgLeft,
#idContenedor section.prendiofuego > img.imgLeft,
#idContenedor section.tuveproblema > img.imgLeft {
  top: 50%;
  left: 0;
  max-width: 183px;
  transform: translate(0, -50%);
}
#idContenedor section.robaronhurtado > img.imgNube,
#idContenedor section.choqueaccidente > img.imgNube,
#idContenedor section.prendiofuego > img.imgNube,
#idContenedor section.tuveproblema > img.imgNube {
  width: auto;
}
#idContenedor section.robaronhurtado > img.imgNube.uno,
#idContenedor section.choqueaccidente > img.imgNube.uno,
#idContenedor section.prendiofuego > img.imgNube.uno,
#idContenedor section.tuveproblema > img.imgNube.uno {
  top: 24%;
  left: 8%;
}
#idContenedor section.robaronhurtado > img.imgNube.dos,
#idContenedor section.choqueaccidente > img.imgNube.dos,
#idContenedor section.prendiofuego > img.imgNube.dos,
#idContenedor section.tuveproblema > img.imgNube.dos {
  right: 12%;
  top: 10%;
}
#idContenedor section.robaronhurtado > img.imgNube.tres,
#idContenedor section.choqueaccidente > img.imgNube.tres,
#idContenedor section.prendiofuego > img.imgNube.tres,
#idContenedor section.tuveproblema > img.imgNube.tres {
  right: 7%;
  top: 48%;
}
#idContenedor section.robaronhurtado > img.imgNube.cuatro,
#idContenedor section.choqueaccidente > img.imgNube.cuatro,
#idContenedor section.prendiofuego > img.imgNube.cuatro,
#idContenedor section.tuveproblema > img.imgNube.cuatro {
  left: 15%;
  bottom: 35%;
}
#idContenedor section.robaronhurtado > img.imgNube.cinco,
#idContenedor section.choqueaccidente > img.imgNube.cinco,
#idContenedor section.prendiofuego > img.imgNube.cinco,
#idContenedor section.tuveproblema > img.imgNube.cinco {
  right: 4%;
  bottom: 14%;
}
#idContenedor section.robaronhurtado .contenido,
#idContenedor section.choqueaccidente .contenido,
#idContenedor section.prendiofuego .contenido,
#idContenedor section.tuveproblema .contenido {
  margin: 0 16vw;
  text-align: center;
}
#idContenedor section.robaronhurtado .contenido .pTituloSec,
#idContenedor section.choqueaccidente .contenido .pTituloSec,
#idContenedor section.prendiofuego .contenido .pTituloSec,
#idContenedor section.tuveproblema .contenido .pTituloSec {
  color: #2c294d;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.82vw;
  border-radius: 0.5em;
  border: 4px solid #fada69;
  background: white;
  display: inline-block;
  padding: 0.5em 1em 0.6em;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#idContenedor section.robaronhurtado .contenido .Tips,
#idContenedor section.choqueaccidente .contenido .Tips,
#idContenedor section.prendiofuego .contenido .Tips,
#idContenedor section.tuveproblema .contenido .Tips {
  display: -ms-flexbox;
  display: flex;
  max-height: 234px;
  height: 22vh;
  width: 44vw;
  margin: 8vh auto 0;
}
#idContenedor section.robaronhurtado .contenido .Tips .imagen,
#idContenedor section.choqueaccidente .contenido .Tips .imagen,
#idContenedor section.prendiofuego .contenido .Tips .imagen,
#idContenedor section.tuveproblema .contenido .Tips .imagen {
  height: 100%;
  position: relative;
}
#idContenedor section.robaronhurtado .contenido .Tips .imagen .backwhite,
#idContenedor section.choqueaccidente .contenido .Tips .imagen .backwhite,
#idContenedor section.prendiofuego .contenido .Tips .imagen .backwhite,
#idContenedor section.tuveproblema .contenido .Tips .imagen .backwhite {
  position: absolute;
  background: white;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
#idContenedor section.robaronhurtado .contenido .Tips .imagen img,
#idContenedor section.choqueaccidente .contenido .Tips .imagen img,
#idContenedor section.prendiofuego .contenido .Tips .imagen img,
#idContenedor section.tuveproblema .contenido .Tips .imagen img {
  display: block;
  height: 100%;
  position: relative;
}
#idContenedor section.robaronhurtado .contenido .Tips .imagen .pnumero,
#idContenedor section.choqueaccidente .contenido .Tips .imagen .pnumero,
#idContenedor section.prendiofuego .contenido .Tips .imagen .pnumero,
#idContenedor section.tuveproblema .contenido .Tips .imagen .pnumero {
  position: absolute;
  top: 0;
  left: 0;
  background: #fada69;
  color: #2c294d;
  font-size: 0.9vw;
  font-family: "ArkibalDisplay-Bold";
  width: 2em;
  height: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
#idContenedor section.robaronhurtado .contenido .Tips .contTexto,
#idContenedor section.choqueaccidente .contenido .Tips .contTexto,
#idContenedor section.prendiofuego .contenido .Tips .contTexto,
#idContenedor section.tuveproblema .contenido .Tips .contTexto {
  background: white;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#idContenedor section.robaronhurtado .contenido .Tips .contTexto .cont,
#idContenedor section.choqueaccidente .contenido .Tips .contTexto .cont,
#idContenedor section.prendiofuego .contenido .Tips .contTexto .cont,
#idContenedor section.tuveproblema .contenido .Tips .contTexto .cont {
  border-left: 1px solid #008fbb;
  margin: 0 2em;
  padding: 0 0 0 1em;
}
#idContenedor section.robaronhurtado .contenido .Tips .contTexto .cont .ptitulo,
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .ptitulo,
#idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .ptitulo,
#idContenedor section.tuveproblema .contenido .Tips .contTexto .cont .ptitulo {
  color: #2c294d;
  font-size: 1.14vw;
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor
  section.robaronhurtado
  .contenido
  .Tips
  .contTexto
  .cont
  .ptitulo.masgrande,
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .ptitulo.masgrande,
#idContenedor
  section.prendiofuego
  .contenido
  .Tips
  .contTexto
  .cont
  .ptitulo.masgrande,
#idContenedor
  section.tuveproblema
  .contenido
  .Tips
  .contTexto
  .cont
  .ptitulo.masgrande {
  font-size: 1.4vw;
}
#idContenedor section.robaronhurtado .contenido .Tips .contTexto .cont .ptexto,
#idContenedor section.choqueaccidente .contenido .Tips .contTexto .cont .ptexto,
#idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .ptexto,
#idContenedor section.tuveproblema .contenido .Tips .contTexto .cont .ptexto {
  color: #2c294d;
  font-size: 1.15vw;
  font-family: "GothamRounded-Book";
  padding: 0.5em 0 0;
}
#idContenedor
  section.robaronhurtado
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  strong,
#idContenedor
  section.robaronhurtado
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  > a,
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  strong,
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  > a,
#idContenedor
  section.prendiofuego
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  strong,
#idContenedor
  section.prendiofuego
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  > a,
#idContenedor
  section.tuveproblema
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  strong,
#idContenedor
  section.tuveproblema
  .contenido
  .Tips
  .contTexto
  .cont
  .ptexto
  > a {
  font-family: "GothamRounded-Bold";
  font-size: 1rem;
  color: #2c294d;
}
#idContenedor
  section.robaronhurtado
  .contenido
  .Tips
  .contTexto
  .cont
  .abtnLink,
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .abtnLink,
#idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .abtnLink,
#idContenedor section.tuveproblema .contenido .Tips .contTexto .cont .abtnLink {
  border-radius: 0.5em;
  font-size: 1rem;
  color: white;
  font-family: "ArkibalDisplay-Medium";
  display: inline-block;
  background: #008fbb;
  margin: 0.5em 0 0;
  padding: 0.25em 0.8em 0.6em;
}
#idContenedor section.robaronhurtado .contenido .Tips .fondocolor,
#idContenedor section.choqueaccidente .contenido .Tips .fondocolor,
#idContenedor section.prendiofuego .contenido .Tips .fondocolor,
#idContenedor section.tuveproblema .contenido .Tips .fondocolor {
  width: 1em;
  height: 100%;
  background: #008fbb;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
#idContenedor section.robaronhurtado .contenido .Tips.opentipespecial,
#idContenedor section.choqueaccidente .contenido .Tips.opentipespecial,
#idContenedor section.prendiofuego .contenido .Tips.opentipespecial,
#idContenedor section.tuveproblema .contenido .Tips.opentipespecial {
  cursor: pointer;
}
#idContenedor section.robaronhurtado .contenido .TipsEspecial,
#idContenedor section.choqueaccidente .contenido .TipsEspecial,
#idContenedor section.prendiofuego .contenido .TipsEspecial,
#idContenedor section.tuveproblema .contenido .TipsEspecial {
  display: none;
  width: 44vw;
  margin: 0 auto;
}
#idContenedor section.robaronhurtado .contenido .TipsEspecial .cont,
#idContenedor section.choqueaccidente .contenido .TipsEspecial .cont,
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont,
#idContenedor section.tuveproblema .contenido .TipsEspecial .cont {
  background: #c7d2dc;
  width: 64%;
  margin: 0 8% 0 auto;
  padding: 1.5em 5% 2em 8%;
  box-sizing: border-box;
  text-align: left;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
#idContenedor section.robaronhurtado .contenido .TipsEspecial .cont .info,
#idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info,
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info,
#idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info {
  color: #2c294d;
  position: relative;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1vw;
  border-bottom: 1px solid #2c294d;
  padding: 0 0 0.8em;
  line-height: 1.1em;
  margin: 0 0 0.75em;
}
#idContenedor section.robaronhurtado .contenido .TipsEspecial .cont .info span,
#idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info span,
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info span,
#idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info span {
  width: 0.5em;
  height: 0.5em;
  background: #fb8e7a;
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 0;
  border-radius: 50%;
  transform: translate(-75%, 50%);
}
#idContenedor
  section.robaronhurtado
  .contenido
  .TipsEspecial
  .cont
  .info
  strong,
#idContenedor
  section.choqueaccidente
  .contenido
  .TipsEspecial
  .cont
  .info
  strong,
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info strong,
#idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info strong {
  font-family: "GothamRounded-Bold";
  font-size: 1vw;
}
#idContenedor section.robaronhurtado .contenido .TipsEspecial.visible,
#idContenedor section.choqueaccidente .contenido .TipsEspecial.visible,
#idContenedor section.prendiofuego .contenido .TipsEspecial.visible,
#idContenedor section.tuveproblema .contenido .TipsEspecial.visible {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#idContenedor section.choqueaccidente {
  background: none;
  padding: 0;
}
#idContenedor section.choqueaccidente .contenido .pTituloSec {
  padding: 0.5em 2.5em 0.6em;
}
#idContenedor section.choqueaccidente .contenido .psubtitutlo {
  font-size: 1.14vw;
  color: #2c294d;
  font-family: "ArkibalDisplay-Medium";
  padding: 3em 0 0;
  line-height: 1.25em;
}
#idContenedor section.choqueaccidente .contenido .Tips .imagen .pnumero.gris {
  background: #c7d2dc;
}
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .abtnLink {
  background: transparent;
  color: #008fbb;
  font-family: "ArkibalDisplay-Bold";
  padding: 0.5em 0 0;
  margin: 0;
}
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .abtnLink.masgrande {
  font-size: 1.5vw;
}
#idContenedor
  section.choqueaccidente
  .contenido
  .Tips
  .contTexto
  .cont
  .ptitulo.masgrande {
  font-size: 1.5vw;
}
#idContenedor section.choqueaccidente .contenido .TipsEspecial .cont {
  background: #eeeded;
  width: 75%;
  margin: 0 2% 0 auto;
  padding: 1.5em 2% 1.5em 4%;
}
#idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info {
  color: #df231f;
  border-bottom: 0;
  margin: 0 0 0 auto;
  padding: 0;
  width: 80%;
  box-sizing: border-box;
}
#idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info img {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-25%, -50%);
  width: 20%;
}
#idContenedor section.choqueaccidente .contFondoRosa {
  background: white;
  display: block;
  position: relative;
  background: #f6c8d7;
  padding: 0 0 10vh;
}
#idContenedor section.choqueaccidente .contFondoRosa > img {
  position: absolute;
  width: 8vw;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgRight {
  top: 16%;
  transform: none;
  max-width: 166px;
  right: 0;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgLeft {
  top: 100%;
  max-width: 182px;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgNube {
  width: auto;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgNube.uno {
  top: 2%;
  left: 14%;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgNube.dos {
  left: 8%;
  top: 55%;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgNube.tres {
  right: 6%;
  top: 50%;
}
#idContenedor section.choqueaccidente .contFondoRosa > img.imgNube.cuatro {
  bottom: 3%;
  right: 10%;
}
#idContenedor section.choqueaccidente .contFondoBlanco {
  background: white;
  display: block;
  position: relative;
  padding: 0 0 10vh;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img {
  position: absolute;
  width: 8vw;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img.imgRight {
  top: 5%;
  transform: none;
  max-width: 181px;
  right: 0;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img.imgLeft {
  bottom: 0%;
  max-width: 199px;
  left: 0;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img.imgNube {
  width: auto;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img.imgNube.uno {
  top: 18%;
  left: 14%;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img.imgNube.dos {
  right: 12%;
  top: 34%;
}
#idContenedor section.choqueaccidente .contFondoBlanco > img.imgNube.tres {
  right: 6%;
  bottom: 30%;
}
#idContenedor section.choqueaccidente .contFondoBlanco .contenido .pTituloSec {
  position: initial;
  top: initial;
  left: initial;
  transform: none;
  margin: 2em auto 0;
  padding: 0.5em 1em 0.6em;
}
#idContenedor section.choqueaccidente .contFondoBlanco .contenido .Tips {
  margin: 8vh auto 0;
}
#idContenedor
  section.choqueaccidente
  .contFondoBlanco
  .contenido
  .Tips
  .fondocolor {
  background: #f6c8d7;
}
#idContenedor
  section.choqueaccidente
  .contFondoBlanco
  .contenido
  .Tips
  .contTexto {
  background: #eeeded;
}
#idContenedor
  section.choqueaccidente
  .contFondoBlanco
  .contenido
  .Tips
  .imagen
  .backwhite {
  background: #eeeded;
}
#idContenedor section.prendiofuego > img.imgLeft {
  top: initial;
  left: 0;
  max-width: 226px;
  transform: none;
  bottom: 0;
}
#idContenedor section.prendiofuego > img.imgNube {
  width: auto;
}
#idContenedor section.prendiofuego > img.imgNube.uno {
  top: 24%;
  left: 8%;
}
#idContenedor section.prendiofuego > img.imgNube.dos {
  right: 12%;
  top: 10%;
}
#idContenedor section.prendiofuego > img.imgNube.tres {
  right: 7%;
  top: 48%;
}
#idContenedor section.prendiofuego > img.imgNube.cuatro {
  left: 15%;
  bottom: 35%;
}
#idContenedor section.prendiofuego > img.imgNube.cinco {
  right: 4%;
  bottom: 14%;
}
#idContenedor section.prendiofuego .contenido .Tips .fondocolor {
  background: #2c294d;
}
#idContenedor section.prendiofuego .contenido .Tips .contTexto .cont {
  border-left: 1px solid #2c294d;
}
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont {
  width: 70%;
  margin: 0 2% 0 auto;
}
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info {
  border: 0;
}
#idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info strong {
  font-family: "GothamRounded-Bold";
}
#idContenedor section.tuveproblema {
  padding: 0;
}
#idContenedor section.tuveproblema .contFondoGris {
  background: #eeeded;
  position: relative;
  padding: 0 0 8vh;
}
#idContenedor section.tuveproblema .contFondoGris > img {
  position: absolute;
  width: 8vw;
}
#idContenedor section.tuveproblema .contFondoGris > img.imgRight {
  top: 0;
  transform: translate(0, -10%);
  max-width: 181px;
  right: 0;
}
#idContenedor section.tuveproblema .contFondoGris > img.imgLeft {
  bottom: 0%;
  max-width: 199px;
  left: 0;
}
#idContenedor section.tuveproblema .contFondoGris > img.imgNube {
  width: auto;
}
#idContenedor section.tuveproblema .contFondoGris > img.imgNube.uno {
  top: 24%;
  left: 8%;
}
#idContenedor section.tuveproblema .contFondoGris > img.imgNube.dos {
  right: 12%;
  bottom: 10%;
}
#idContenedor section.tuveproblema .contFondoGris .contenido .pTitulo {
  color: #e94f3c;
  font-size: 2.27vw;
  font-family: "ArkibalDisplay-Bold";
  padding: 1.5em 0 0.75em;
}
#idContenedor section.tuveproblema .contFondoGris .contenido .contSec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.tuveproblema .contFondoGris .contenido .contSec .globa {
  width: 20%;
  max-width: 252px;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .globa
  img {
  display: block;
  width: 100%;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones {
  width: 58%;
  padding: 0 0 0 2em;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones
  .direccion {
  text-align: left;
  background: white;
  border-radius: 0.5em;
  overflow: hidden;
  margin: 0.5em 0;
  padding: 1em 1.5em;
  position: relative;
  min-height: 6em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones
  .direccion
  .info {
  width: 100%;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones
  .direccion
  .info
  .pdirtit {
  font-size: 1.4vw;
  color: #e94f3c;
  font-family: "ArkibalDisplay-Bold";
  padding: 0 0 0.5em;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones
  .direccion
  .info
  .pdir {
  font-family: "GothamRounded-Book";
  color: #2c294d;
  font-size: 1vw;
  padding: 0 1em 0 0;
  line-height: 1.2em;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones
  .direccion
  .info
  .pdir
  strong {
  font-family: "GothamRounded-Bold";
  font-size: 1vw;
}
#idContenedor
  section.tuveproblema
  .contFondoGris
  .contenido
  .contSec
  .contdirecciones
  .direccion
  .borderojo {
  width: 1em;
  height: 100%;
  background: #e94f3c;
  position: absolute;
  top: 0;
  right: 0;
}
#idContenedor section.tuveproblema .contFondoBlanco {
  background: white;
  padding: 0 0 10vh;
  position: relative;
}
#idContenedor section.tuveproblema .contFondoBlanco > img {
  position: absolute;
  width: 8vw;
}
#idContenedor section.tuveproblema .contFondoBlanco > img.imgLeft {
  bottom: 15%;
  max-width: 226px;
  left: 0;
}
#idContenedor section.tuveproblema .contFondoBlanco > img.imgNube {
  width: auto;
}
#idContenedor section.tuveproblema .contFondoBlanco > img.imgNube.uno {
  top: 14%;
  left: 10%;
}
#idContenedor section.tuveproblema .contFondoBlanco > img.imgNube.dos {
  right: 12%;
  top: 48%;
}
#idContenedor section.tuveproblema .contFondoBlanco .contenido .Tips {
  margin: 8vh auto 0;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .Tips
  .fondocolor {
  background: #e94f3c;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .Tips
  .contTexto {
  background: #eeeded;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .Tips
  .imagen
  .backwhite {
  background: #eeeded;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .TipsEspecial
  .cont {
  width: 70%;
  margin: 0 2% 0 auto;
  padding: 0.5em 5% 2em 5%;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .TipsEspecial
  .cont
  .info {
  padding: 0 0 0.4em;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .TipsEspecial
  .cont
  .info
  strong {
  margin: 1.25em 0 0;
  display: block;
}
#idContenedor
  section.tuveproblema
  .contFondoBlanco
  .contenido
  .TipsEspecial
  .cont
  .info.sinborde {
  padding: 0;
  border-bottom: 0;
}
#idContenedor section.infoSiniestros {
  padding: 10vh 16vw 15vh;
  min-height: auto;
}
#idContenedor section.infoSiniestros .contenido {
  display: block;
}
#idContenedor section.infoSiniestros .contenido .listaItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor section.infoSiniestros .contenido .listaItems .slick-dots {
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em 0 0.5em;
}
#idContenedor section.infoSiniestros .contenido .listaItems .slick-dots li {
  display: block;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  overflow: hidden;
  background: #747678;
  border-radius: 50%;
  margin: 0 0.5em;
  cursor: pointer;
  transition: background 0.5s;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .slick-dots
  li
  button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .slick-dots
  li.slick-active {
  background: #2d294d;
  cursor: default;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .slick-dots
  li.slick-active
  button {
  cursor: default;
}
#idContenedor section.infoSiniestros .contenido .listaItems .item {
  width: 23%;
  margin: 0 1%;
  transition: width ease-in-out 0.5s;
  position: relative;
  cursor: pointer;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item
  .bordeRedondeado {
  background: #f8f8f8;
  border-radius: 2em;
  overflow: hidden;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item
  .bordeRedondeado
  .big {
  width: 100%;
  display: block;
  transition: all ease-in-out 0.5s;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item
  .bordeRedondeado
  .small {
  width: 100%;
  display: none;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item
  .bordeRedondeado
  .texto {
  font-size: 1.14vw;
  transition: font-size ease-in-out 0.5s;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item
  .bordeRedondeado
  .texto
  p {
  text-align: center;
  padding: 1em 1.25em 0;
  height: 8em;
  font-size: 1.15vw;
  font-family: "GothamRounded-Bold";
  color: #2c294d;
}
#idContenedor section.infoSiniestros .contenido .listaItems .item .imgBtn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -75%);
  transition: all ease-in-out 0.5s;
}
#idContenedor section.infoSiniestros .contenido .listaItems.click .item {
  width: 16.5698925%;
  margin: 0 1%;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems.click
  .item
  .bordeRedondeado
  .big {
  filter: grayscale(100%);
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems.click
  .item
  .bordeRedondeado
  .texto {
  font-size: 0.9vw;
}
#idContenedor section.infoSiniestros .contenido .listaItems .item.seleccionado {
  transition: none !important;
  width: 23% !important;
  cursor: pointer;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item.seleccionado
  .bordeRedondeado
  .big {
  filter: none !important;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item.seleccionado
  .bordeRedondeado
  .texto {
  font-size: 1.25em !important;
}
#idContenedor
  section.infoSiniestros
  .contenido
  .listaItems
  .item.seleccionado
  .imgBtn {
  filter: grayscale(100%);
  opacity: 0.6;
}
#idContenedor section.homeSiniestros {
  min-height: auto;
  display: -ms-flexbox;
  display: flex;
  background: #2d294d;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14vw;
  position: relative;
  background-image: url(../img/siniestro-IMG-02.png);
  background-position: right bottom;
  background-size: auto 90%;
  background-repeat: no-repeat;
}
#idContenedor section.homeSiniestros .nube {
  position: absolute;
}
#idContenedor section.homeSiniestros .nube.uno {
  bottom: 40%;
  left: 2%;
}
#idContenedor section.homeSiniestros .nube.dos {
  top: 10%;
  left: 30%;
}
#idContenedor section.homeSiniestros .mobileheader {
  display: none;
  width: 100%;
}
#idContenedor section.homeSiniestros .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.homeSiniestros .mitad {
  width: 40%;
}
#idContenedor section.homeSiniestros .mitad .imgHome {
  display: block;
  width: 100%;
  margin: 10vh 0 0;
}
#idContenedor section.homeSiniestros .mitad .pTitulo {
  color: white;
  font-family: "ArkibalDisplay-Bold";
  font-size: 3.4vw;
  line-height: 1.25em;
  padding: 0 0 0 0.5em;
}
#idContenedor section.homeSiniestros .mitad:last-child {
  width: 60%;
}
#idContenedor section.remolqueAdemas {
  min-height: auto;
  position: relative;
  background: #2c294d;
  padding: 8vh 14vw;
}
#idContenedor section.remolqueAdemas > img {
  position: absolute;
  display: block;
}
#idContenedor section.remolqueAdemas > img.back {
  top: 10%;
  right: 0;
  height: 80%;
}
#idContenedor section.remolqueAdemas > img.nube-dos {
  bottom: 20%;
  left: 2%;
}
#idContenedor section.remolqueAdemas > img.nube-tres {
  top: 8%;
  right: 25%;
}
#idContenedor section.remolqueAdemas .contenedor .pTitulo {
  color: #f6c8d7;
  font-size: 3.4vw;
  font-family: "ArkibalDisplay-Regular";
  padding: 0 0 0.5em;
}
#idContenedor section.remolqueAdemas .contenedor .contLista {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1vh;
}
#idContenedor section.remolqueAdemas .contenedor .contLista img {
  display: block;
}
#idContenedor section.remolqueAdemas .contenedor .contLista p {
  color: white;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.4vw;
}
#idContenedor section.remolqueAdemas .contenedor .contLista p span {
  font-family: "GothamRounded-Book";
}
#idContenedor section.remolqueAdemas .contenedor .plegal {
  color: #809e9f;
  font-family: "GothamRounded-Book";
  font-size: 0.8vw;
  line-height: 1.25em;
  padding: 8vh 0 0.25em;
}
#idContenedor section.remolqueAdemas .contenedor .plegal:last-child {
  padding: 0;
}
#idContenedor section.remolqueContrata {
  padding: 12vh 14vw;
  min-height: auto;
  position: relative;
  min-height: auto;
}
#idContenedor section.remolqueContrata > img {
  position: absolute;
  display: block;
}
#idContenedor section.remolqueContrata > img.nube-uno {
  top: 34%;
  left: 4%;
}
#idContenedor section.remolqueContrata > img.nube-dos {
  top: 5%;
  left: 40%;
}
#idContenedor section.remolqueContrata > img.nube-tres {
  top: 58%;
  right: 50%;
}
#idContenedor section.remolqueContrata > img.nube-cuatro {
  top: 24%;
  right: 12%;
}
#idContenedor section.remolqueContrata .contenedor {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor section.remolqueContrata .contenedor .mitad {
  padding: 0;
  width: 50%;
  position: relative;
}
#idContenedor section.remolqueContrata .contenedor .mitad .pTitulo {
  color: #2c294d;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.7vw;
}
#idContenedor section.remolqueContrata .contenedor .mitad .pTitulo span {
  display: block;
  font-size: 2.5em;
  font-family: "ArkibalDisplay-Bold";
  font-weight: bold;
}
#idContenedor section.remolqueContrata .contenedor .mitad .pSubTitulo {
  font-size: 1.7vw;
  font-family: "ArkibalDisplay-Bold";
  color: #df231f;
  padding: 0.25em 0 1em;
}
#idContenedor section.remolqueContrata .contenedor .mitad .contLista {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor section.remolqueContrata .contenedor .mitad .contLista img {
  display: block;
}
#idContenedor section.remolqueContrata .contenedor .mitad .contLista p {
  color: #2c294d;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.4vw;
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro {
  position: absolute;
  width: 30%;
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro img {
  display: block;
  width: 100%;
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro .contTexto {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro .contTexto p {
  font-family: "GothamRounded-Bold";
  font-size: 0.7vw;
  color: white;
  text-align: center;
  padding: 0 0 0.3em;
}
#idContenedor
  section.remolqueContrata
  .contenedor
  .mitad
  .cuadro
  .contTexto
  p
  span {
  display: block;
  padding: 0 0 1.25em;
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro.prim {
  top: 0;
  left: 0;
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro.segu {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#idContenedor section.remolqueContrata .contenedor .mitad .cuadro.terc {
  bottom: 0;
  right: 0;
}
#idContenedor section.remolqueHome {
  background: #008fbb;
  position: relative;
  padding: 12vh 14vw;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/remolque-IMG-02.png);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#idContenedor section.remolqueHome > img {
  position: absolute;
}
#idContenedor section.remolqueHome > img.nube-uno {
  top: 26%;
  left: 50%;
}
#idContenedor section.remolqueHome > img.nube-dos {
  top: 5%;
  left: 6%;
}
#idContenedor section.remolqueHome > img.nube-tres {
  top: 1%;
  right: 10%;
}
#idContenedor section.remolqueHome .mobileheader {
  display: none;
  width: 100%;
}
#idContenedor section.remolqueHome .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.remolqueHome .contenedor {
  width: 50%;
}
#idContenedor section.remolqueHome .contenedor .pTitulo {
  color: white;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
}
#idContenedor section.remolqueHome .contenedor .pTitulo span {
  display: block;
  color: #2c294d;
  font-size: 0.425em;
  font-family: "GothamRounded-Book";
  line-height: 1.2em;
  padding: 0.5em 0 0;
}
#idContenedor section.remolqueHome .contenedor .pTitulo span strong {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.remolqueHome .imagen {
  width: 50%;
}
#idContenedor section.remolqueHome .imagen .camion {
  display: block;
  width: 100%;
}
#idContenedor section.accidentesHome {
  min-height: auto;
  position: relative;
  /*.contglobagris{
    	background: #D7D7D8;
    	font-size: 1.4vw;
    	position: absolute;
    	bottom: 50%;
    	right: 0;
    	border-radius: 3em;
    	transform: translate(-40%, 140%);
    	.ptextogloba{
    		font-size: 1em;
    		color: #2D294D;
    		font-family: $Book;
    		text-align: center;
    		line-height: 1.25em;
    		padding: 1em 2.5em 1.5em;
    		span{
    			display: block;
    			font-family: $Bold;
    		}
    	}
    }*/
}
#idContenedor section.accidentesHome {
  background: #d5ebef;
}
#idContenedor section.accidentesHome .mobileheader {
  padding-top: 50px;
}
#idContenedor section.accidentesHome .mobileheader,
#idContenedor section.accidentesHome .desktopheader {
  display: block;
  width: 100%;
}
#idContenedor section.accidentesHome .mobileheader img,
#idContenedor section.accidentesHome .desktopheader img {
  display: block;
  width: 100%;
}
#idContenedor section.accidentesHome .mobileheader {
  display: none;
}
#idContenedor section.accidentesHome .contenedor {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 14vw;
  box-sizing: border-box;
}
#idContenedor section.accidentesHome .contenedor .pTitulo {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
}
#idContenedor section.accidentesHome .contenedor .pTitulo span {
  display: block;
  color: #2d294d;
  font-size: 0.425em;
  font-family: "GothamRounded-Book";
  line-height: 1.2em;
  padding: 0.5em 0 0;
}
#idContenedor section.accidentesHome .contenedor .pTitulo.azul {
  font-family: "GothamRounded-Bold";
  color: #2d294d;
  font-size: 2.7vw;
}
#idContenedor section.accidentesHome .contenedor .pTitulo.azul span {
  color: #2d294d;
}
@media screen and (max-width: 768px) {
  #idContenedor section.accidentesHome .contenedor .pTitulo {
    font-size: 7vw;
    text-align: center;
    padding: 0 0 0.8em;
  }
  #idContenedor section.accidentesHome .contenedor .pTitulo span {
    font-size: 0.5em;
  }
  #idContenedor section.accidentesHome .contenedor .pTitulo br {
    display: none;
  }
}
#idContenedor section.accidentesHome .contenedor .pTitulo_dos {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
  padding: 0 0 0.5em;
}
#idContenedor section.accidentesHome .contenedor .contLista .item {
  font-size: 1.4vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor section.accidentesHome .contenedor .contLista .item img {
  display: block;
  width: 2em;
}
#idContenedor section.accidentesHome .contenedor .contLista .item p {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1em;
  padding: 0 0 0 0.5em;
}
#idContenedor section.accidentesHome .contenedor .contLista .item p span {
  font-family: "GothamRounded-Book";
}
#idContenedor section.accidentesHome .contenedor .contLista.blanco p {
  color: white;
}
#idContenedor section.accidentesHome .contgris {
  width: 100%;
  padding: 1em 14vw 1.5em;
  background: #898888;
  font-size: 1.2vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
#idContenedor section.accidentesHome .contgris img {
  display: block;
  width: 2.5em;
}
#idContenedor section.accidentesHome .contgris .ptexto {
  -ms-flex: 1;
  flex: 1;
  font-size: 1em;
  font-family: "GothamRounded-Book";
  color: white;
  line-height: 1.25em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  #idContenedor section.accidentesHome .contgris {
    font-size: 3vw;
  }
}
#idContenedor section.accidentesHome.mediospago {
  background-image: url(../img/mediospago/nube1-8.png),
    url(../img/mediospago/nube2-8.png);
  background-size: 7vw auto, 7vw auto;
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
}
#idContenedor section.accidentesHome.mediospago .contenedor {
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
}
#idContenedor section.accidentesHome.mediospago .contenedor .seccionnueva {
  width: 90%;
  margin: 0 auto;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .ptitsec {
  color: #008bb4;
  font-family: "GothamRounded-Book";
  font-size: 2.2vw;
  padding: 1em 0 0.5em;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item {
  text-align: center;
  box-sizing: border-box;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .ptextrojo {
  font-family: "GothamRounded-Bold";
  color: #df2420;
  font-size: 5vw;
  text-align: left;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .ptextazulbig {
  font-family: "ArkibalDisplay-Regular";
  color: #2c294c;
  font-size: 1.8vw;
  text-align: left;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .ptextazulbig
  span {
  display: block;
  font-weight: 700;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .imagen
  img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .texto
  p {
  font-family: "ArkibalDisplay-Regular";
  font-size: 1.2vw;
  color: #2c294c;
  padding: 0 0 0.8em;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .abtnversucursales {
  font-family: "GothamRounded-Bold";
  color: white;
  font-size: 1.2vw;
  text-align: center;
  display: inline-block;
  background: #2c294c;
  padding: 0.25em 2em 0.3em;
  border-radius: 1em;
  box-sizing: border-box;
  border: 1px solid #2c294c;
  transition: color 0.5s, background 0.5s;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .abtnversucursales:hover {
  color: #2c294c;
  background: white;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .abtnversucursales.mobile {
  display: none;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .detallebtn {
  font-family: "ArkibalDisplay-Regular";
  font-size: 0.8vw;
  color: #2c294c;
  padding: 1.5em 0.5em 0 0;
  text-align: center;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item
  .detallebtn.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .detallebtn {
    text-align: left;
  }
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item.uno {
  width: 33%;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item.dos {
  width: 75%;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item.rojo {
  width: 25%;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item.centro {
  border-left: 1px solid #0b0b0b;
  border-right: 1px solid #0b0b0b;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec
  .item.ultimo {
  border-left: 1px solid #0b0b0b;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec.valign {
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec.itemsflex {
  margin: 0 0 2em;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec.itemsflex
  .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec.itemsflex
  .item
  .imagen {
  margin: auto 0;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec.itemsflex
  .item.uno {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex {
    margin: 0;
  }
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .infosec.paddingtop {
  padding-top: 8vh;
}
@media screen and (max-width: 768px) {
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.paddingtop {
    padding-top: 0;
  }
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline {
  padding: 0 0 3em;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid black;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5em 0;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .uno {
  width: 16%;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .uno
  img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .dos {
  -ms-flex: 1;
  flex: 1;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .dos
  .ptexto {
  font-family: "ArkibalDisplay-Regular";
  color: #2c294c;
  font-size: 1.1vw;
  text-align: left;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .dos
  .ptexto
  span {
  font-family: "GothamRounded-Bold";
  color: #df2420;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .tres {
  width: 33%;
  text-align: center;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .tres
  .abtnirahora {
  font-family: "GothamRounded-Bold";
  color: white;
  font-size: 1.2vw;
  text-align: center;
  display: inline-block;
  background: #2c294c;
  padding: 0.25em 2em 0.3em;
  border-radius: 1em;
  box-sizing: border-box;
  border: 1px solid #2c294c;
  transition: color 0.5s, background 0.5s;
}
#idContenedor
  section.accidentesHome.mediospago
  .contenedor
  .seccionnueva
  .mediosonline
  .item
  .tres
  .abtnirahora:hover {
  color: #2c294c;
  background: white;
}
#idContenedor section.accidentesHome.segundo .contenedor {
  left: initial;
  right: 0;
  width: auto;
  padding: 0 10vw;
}
#idContenedor section.accidentesHome.segundo .contenedor.sinpos {
  position: initial;
  transform: initial;
  padding: 0 14vw;
}
#idContenedor section.accidentesHome.segundo .contenedor.sinpos .pTitulo_dos {
  padding: 1.25em 0 0;
  font-family: "GothamRounded-Medium";
  line-height: 1em;
  font-size: 3.8vw;
}
#idContenedor
  section.accidentesHome.segundo
  .contenedor.sinpos
  .pTitulo_dos
  span {
  display: none;
}
#idContenedor section.accidentesHome.segundo .conttituloseccion {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 0 14vw;
}
#idContenedor section.accidentesHome.segundo .conttituloseccion .ptituloazul {
  color: #008fbc;
  font-family: "ArkibalDisplay-Heavy";
  font-size: 3.4vw;
  text-align: center;
  padding: 0 0 0.5em;
}
#idContenedor section.accidentesHome.segundo .conttituloseccion .contglovaazul {
  font-size: 1vw;
  background: #008fbc;
  text-align: center;
  padding: 1em 0;
  border-radius: 3em;
}
#idContenedor
  section.accidentesHome.segundo
  .conttituloseccion
  .contglovaazul
  p {
  font-size: 1em;
  color: white;
  font-family: "ArkibalDisplay-Medium";
  line-height: 120%;
}
#idContenedor
  section.accidentesHome.segundo
  .conttituloseccion
  .contglovaazul
  p
  span {
  display: block;
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor
  section.accidentesHome.segundo
  .conttituloseccion
  .contglovaazul
  p
  a {
  font-family: "ArkibalDisplay-Regular";
  color: white;
  transition: color 0.5s;
}
#idContenedor
  section.accidentesHome.segundo
  .conttituloseccion
  .contglovaazul
  p
  a:hover {
  color: #2d294d;
}
#idContenedor section.accidentesHome.segundo .conttituloseccion .pnewtext {
  position: relative;
  color: #008fbc;
  font-family: "ArkibalDisplay-Regular";
  font-size: 2.1vw;
  padding: 0.5em 0 0;
  line-height: 1.2em;
}
#idContenedor section.accidentesHome.segundo .conttituloseccion .pnewtext img {
  position: absolute;
  top: 100%;
  right: 0;
  width: 15vw;
  max-width: 191px;
  transform: translate(15%, 8%);
}
@media screen and (max-width: 768px) {
  #idContenedor section.accidentesHome .mobileheader {
    display: block;
  }
  #idContenedor section.accidentesHome .desktopheader {
    display: none;
  }
  #idContenedor section.accidentesHome .contenedor {
    padding: 0 4vw;
    top: initial;
    bottom: 0;
    transform: initial;
  }
  #idContenedor section.accidentesHome .contenedor .pTitulo.azul {
    font-size: 8vw;
    text-align: center;
    padding: 0 0 0.5em;
  }
  #idContenedor section.accidentesHome.mediospago {
    transform: initial;
  }
  #idContenedor section.accidentesHome.mediospago .contenedor {
    bottom: initial;
  }
  #idContenedor section.accidentesHome.mediospago .contenedor .seccionnueva {
    width: 100%;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .ptitsec {
    font-size: 5.5vw;
    text-align: center;
    font-family: "GothamRounded-Bold";
    padding: 2em 0 0.5em;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec {
    display: block;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .ptextrojo {
    text-align: center;
    font-size: 10vw;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .ptextrojo
    br {
    display: none;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .ptextazulbig {
    font-size: 4.5vw;
    text-align: center;
    padding: 0.5em 0 0;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .abtnversucursales {
    font-size: 4vw;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .abtnversucursales.mobile {
    display: inline-block;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .detallebtn {
    font-size: 3vw !important;
    font-weight: 500 !important;
    padding: 1em 0 0 !important;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item
    .detallebtn.mobile {
    display: block;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item.uno,
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item.dos,
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec
    .item.centro {
    width: 100%;
    border: 0;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.valign {
    text-align: center;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex
    .item {
    border-bottom: 1px solid black;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5em 0;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex
    .item
    .imagen {
    width: 25%;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex
    .item
    .texto {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex
    .item
    .texto
    p {
    font-size: 3.5vw;
    font-weight: 600;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex
    .item
    .texto
    p
    br {
    display: none;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.botones {
    display: none;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .mediosonline
    .item {
    display: block;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .mediosonline
    .item
    > div {
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .mediosonline
    .item
    .dos
    .ptexto {
    font-size: 4vw;
    text-align: center;
    padding: 0 0 1em;
  }
  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .mediosonline
    .item
    .tres
    .abtnirahora {
    font-size: 4vw;
  }
  #idContenedor section.accidentesHome.segundo,
  #idContenedor section.accidentesHome.tercero {
    padding: 0 !important;
  }
  #idContenedor section.accidentesHome.segundo .contenedor,
  #idContenedor section.accidentesHome.tercero .contenedor {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  #idContenedor section.accidentesHome.segundo .contenedor .pTitulo_dos,
  #idContenedor section.accidentesHome.tercero .contenedor .pTitulo_dos {
    text-align: center;
    padding: 0.8em 0 0.5em;
  }
  #idContenedor section.accidentesHome.segundo .contenedor .contLista .item,
  #idContenedor section.accidentesHome.tercero .contenedor .contLista .item {
    font-size: 3vw !important;
  }
  #idContenedor section.accidentesHome.segundo .conttituloseccion,
  #idContenedor section.accidentesHome.tercero .conttituloseccion {
    top: initial;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -20%);
    bottom: 0;
  }
  #idContenedor section.accidentesHome.segundo .conttituloseccion .ptituloazul,
  #idContenedor section.accidentesHome.tercero .conttituloseccion .ptituloazul {
    display: none;
  }
  #idContenedor
    section.accidentesHome.segundo
    .conttituloseccion
    .contglovaazul,
  #idContenedor
    section.accidentesHome.tercero
    .conttituloseccion
    .contglovaazul {
    font-size: 2.8vw;
    padding: 0.5em 3em;
  }
  #idContenedor
    section.accidentesHome.segundo
    .conttituloseccion
    .contglovaazul
    p,
  #idContenedor
    section.accidentesHome.tercero
    .conttituloseccion
    .contglovaazul
    p {
    white-space: nowrap;
  }
}
#idContenedor section.accidentesHome.new-segundo {
  background-image: url(../img/26-04-21/NUBES-8.png);
  background-size: 14vw auto;
  background-repeat: no-repeat;
  background-position: right 4vw;
}
#idContenedor section.accidentesHome.new-segundo .contenedor {
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
  width: 100%;
  padding: 0 14vw 3vw;
  box-sizing: border-box;
}
#idContenedor section.accidentesHome.new-segundo .contenedor .pTitulo {
  color: #008fbc;
  padding: 1.5em 0 1em;
  font-family: "GothamRounded-Medium";
}
#idContenedor section.accidentesHome.new-segundo .contenedor .pTitulo span {
  color: #221d56;
  font-family: "ArkibalDisplay-Regular";
  font-size: 0.8em;
  padding: 0;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .conttitulotabla {
  -ms-flex: 1;
  flex: 1;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .conttitulotabla
  .tit {
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.55vw;
  color: #221d56;
  padding: 1em 3em 0 0;
  line-height: 120%;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .continfotabla {
  text-align: center;
  width: 14%;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .continfotabla
  .globatabla {
  font-size: 1.45vw;
  background: #221d56;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.2em;
  height: 3.2em;
  margin: 0 auto;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .continfotabla
  .globatabla
  span {
  font-family: "GothamRounded-Book";
  font-size: 1em;
  color: white;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .continfotabla
  .globatabla.mob {
  display: none;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .continfotabla
  .text {
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.45vw;
  color: #221d56;
  padding: 1em 0 0;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem
  .continfotabla
  .text
  span {
  display: block;
  font-size: 0.9em;
  padding: 0.9em 0 0;
}
#idContenedor
  section.accidentesHome.new-segundo
  .contenedor
  .conttabla
  .rowitem.linea {
  border-bottom: 1px solid #898888;
  padding: 0 0 1em;
}
#idContenedor section.accidentesHome.new-segundo .fondogris {
  background: #f2f2f2;
  background-image: url(../img/26-04-21/GLOBO2-8.png),
    url(../img/26-04-21/GLOBO1-8.png);
  background-size: 6vw auto, 8vw auto;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left top;
}
#idContenedor section.accidentesHome.new-segundo .fondogris .contenedor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 3vw 14vw;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .tituloseccion {
  width: 50%;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .tituloseccion
  .ptituloazul {
  color: #008fbc;
  font-family: "ArkibalDisplay-Heavy";
  font-size: 3.4vw;
  text-align: center;
  padding: 0;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .globaceleste {
  width: 50%;
  text-align: center;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .globaceleste
  .contglovaazul {
  font-size: 1vw;
  background: #008fbc;
  text-align: center;
  padding: 1em 2em;
  border-radius: 3em;
  display: inline-block;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .globaceleste
  .contglovaazul
  p {
  font-size: 1em;
  color: white;
  font-family: "ArkibalDisplay-Medium";
  line-height: 120%;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .globaceleste
  .contglovaazul
  p
  span {
  display: block;
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .globaceleste
  .contglovaazul
  p
  a {
  font-family: "ArkibalDisplay-Regular";
  color: white;
  transition: color 0.5s;
}
#idContenedor
  section.accidentesHome.new-segundo
  .fondogris
  .contenedor
  .globaceleste
  .contglovaazul
  p
  a:hover {
  color: #2d294d;
}
#idContenedor section.ayuda {
  position: relative;
  background-image: url(../img/new/contacto-IMG-1.jpg),
    url(../img/contacto-IMG-2.png);
  background-size: 40% auto, 6vw auto;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left top;
  min-height: auto;
}
#idContenedor section.ayuda .imgBack {
  display: block;
  width: 100%;
}
#idContenedor section.ayuda .mobileheader {
  display: none;
  width: 100%;
  padding: 0 0 1.5em;
}
#idContenedor section.ayuda .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.ayuda .content {
  /*position: absolute;
      left: 10vw;
      bottom: 0;
      width: 78%;
      height: 100%;*/
  margin: 0 16vw;
}
#idContenedor section.ayuda .content .tituloSec {
  color: #1d1d1b;
  font-size: 3.4vw;
  font-family: "ArkibalDisplay-Regular";
  line-height: 0.8em;
  line-height: 1.1em;
  padding: 1em 0 1.5em;
}
#idContenedor section.ayuda .content .itemAyuda {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 2em;
}
#idContenedor section.ayuda .content .itemAyuda .icon img {
  display: block;
  padding: 0 1.25em 0 0;
}
#idContenedor section.ayuda .content .itemAyuda .info .ptitulo {
  color: #1d1d1b;
  font-size: 1.25vw;
  font-family: "ArkibalDisplay-Bold";
  line-height: 1.25em;
  transition: color 0.5s;
}
#idContenedor section.ayuda .content .itemAyuda .info .abtnTel {
  color: #5f6364;
  font-size: 1.2vw;
  font-family: "ArkibalDisplay-Bold";
  line-height: 1.25em;
}
#idContenedor section.ayuda .content .itemAyuda .info .pdias {
  color: #5f6364;
  font-size: 1.15vw;
  font-family: "ArkibalDisplay-Regular";
  line-height: 1.25em;
  display: block;
}
#idContenedor section.ayuda .content .itemAyuda .iconmobile {
  display: none;
}
#idContenedor section.ayuda .content .itemAyuda .iconmobile img {
  display: block;
  width: 2vw;
  transition: transform 0.5s;
}
#idContenedor section.sustentable .homesection {
  position: relative;
  display: block;
}
#idContenedor section.sustentable .homesection img {
  width: 100%;
  display: block;
}
#idContenedor section.sustentable .homesection img.mobile {
  display: none;
}
#idContenedor section.sustentable .homesection .contenido {
  position: absolute;
  top: 32%;
  left: 0;
  /*max-width: 1366px;*/
  width: 100%;
  box-sizing: border-box;
  padding: 0 4vw 0 14vw;
}
#idContenedor section.sustentable .homesection .contenido .titulo {
  color: #5f6364;
  font-size: 2.7vw;
  font-family: "ArkibalDisplay-Medium";
  line-height: 1.1em;
  display: block;
  color: white;
}
#idContenedor section.sustentable .homesection .contenido .titulo span {
  font-size: 1em;
  color: white;
  display: block;
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor section.sustentable .fondoamarillo,
#idContenedor section.sustentable .fondoceleste,
#idContenedor section.sustentable .fondoverde,
#idContenedor section.sustentable .sustentablesection {
  display: block;
}
#idContenedor section.sustentable .fondoamarillo .mobile,
#idContenedor section.sustentable .fondoceleste .mobile,
#idContenedor section.sustentable .fondoverde .mobile,
#idContenedor section.sustentable .sustentablesection .mobile {
  display: none;
  width: 100%;
}
#idContenedor section.sustentable .fondoamarillo .contenido,
#idContenedor section.sustentable .fondoceleste .contenido,
#idContenedor section.sustentable .fondoverde .contenido,
#idContenedor section.sustentable .sustentablesection .contenido {
  max-width: 1366px;
  width: 90%;
  margin: 7vh auto;
  background-color: #e9e9e9;
  padding: 8vh 5vw;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-image: url(../img/sustentable/pastillas-gris.png);
  background-position: right center;
  background-size: auto 80%;
  box-sizing: border-box;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec,
#idContenedor section.sustentable .fondoceleste .contenido .contsec,
#idContenedor section.sustentable .fondoverde .contenido .contsec,
#idContenedor section.sustentable .sustentablesection .contenido .contsec {
  width: 50%;
  position: relative;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube,
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .nube {
  position: absolute;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube.uno,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube.uno,
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube.uno,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .nube.uno {
  top: 15%;
  right: 100%;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube.dos,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube.dos,
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube.dos,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .nube.dos {
  top: 10%;
  right: 10%;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube.tres,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube.tres,
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube.tres,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .nube.tres {
  bottom: -10%;
  left: 30%;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .logo,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .logo,
#idContenedor section.sustentable .fondoverde .contenido .contsec .logo,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .logo {
  max-width: 361px;
  width: 50%;
  position: relative;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .ptextosec,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .ptextosec,
#idContenedor section.sustentable .fondoverde .contenido .contsec .ptextosec,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .ptextosec {
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.15vw;
  padding: 0 0 1em;
  line-height: 1.3em;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .ptextosec.bold,
#idContenedor
  section.sustentable
  .fondoceleste
  .contenido
  .contsec
  .ptextosec.bold,
#idContenedor
  section.sustentable
  .fondoverde
  .contenido
  .contsec
  .ptextosec.bold,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .ptextosec.bold {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .conttitulo,
#idContenedor section.sustentable .fondoceleste .contenido .contsec .conttitulo,
#idContenedor section.sustentable .fondoverde .contenido .contsec .conttitulo,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .conttitulo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid white;
  padding: 0 0 1.5em;
  margin: 0 0 2em;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .conttitulo
  .img,
#idContenedor
  section.sustentable
  .fondoceleste
  .contenido
  .contsec
  .conttitulo
  .img,
#idContenedor
  section.sustentable
  .fondoverde
  .contenido
  .contsec
  .conttitulo
  .img,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .conttitulo
  .img {
  max-width: 116px;
  width: 25%;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .conttitulo
  .img
  img,
#idContenedor
  section.sustentable
  .fondoceleste
  .contenido
  .contsec
  .conttitulo
  .img
  img,
#idContenedor
  section.sustentable
  .fondoverde
  .contenido
  .contsec
  .conttitulo
  .img
  img,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .conttitulo
  .img
  img {
  width: 100%;
  display: block;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .conttitulo
  .texto,
#idContenedor
  section.sustentable
  .fondoceleste
  .contenido
  .contsec
  .conttitulo
  .texto,
#idContenedor
  section.sustentable
  .fondoverde
  .contenido
  .contsec
  .conttitulo
  .texto,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .conttitulo
  .texto {
  width: 100%;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .conttitulo
  .texto
  p,
#idContenedor
  section.sustentable
  .fondoceleste
  .contenido
  .contsec
  .conttitulo
  .texto
  p,
#idContenedor
  section.sustentable
  .fondoverde
  .contenido
  .contsec
  .conttitulo
  .texto
  p,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .conttitulo
  .texto
  p {
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.8vw;
  color: white;
  letter-spacing: 0.15em;
  padding: 0 0 0 1em;
  line-height: 1.5em;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .conttitulo
  .texto
  p
  span,
#idContenedor
  section.sustentable
  .fondoceleste
  .contenido
  .contsec
  .conttitulo
  .texto
  p
  span,
#idContenedor
  section.sustentable
  .fondoverde
  .contenido
  .contsec
  .conttitulo
  .texto
  p
  span,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .conttitulo
  .texto
  p
  span {
  display: block;
  font-family: "ArkibalDisplay-Heavy";
  letter-spacing: 0;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #idContenedor
    section.sustentable
    .fondoamarillo
    .contenido
    .contsec
    .conttitulo,
  #idContenedor
    section.sustentable
    .fondoceleste
    .contenido
    .contsec
    .conttitulo,
  #idContenedor section.sustentable .fondoverde .contenido .contsec .conttitulo,
  #idContenedor
    section.sustentable
    .sustentablesection
    .contenido
    .contsec
    .conttitulo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 0 1.5em;
  }
  #idContenedor
    section.sustentable
    .fondoamarillo
    .contenido
    .contsec
    .conttitulo
    .texto
    p,
  #idContenedor
    section.sustentable
    .fondoceleste
    .contenido
    .contsec
    .conttitulo
    .texto
    p,
  #idContenedor
    section.sustentable
    .fondoverde
    .contenido
    .contsec
    .conttitulo
    .texto
    p,
  #idContenedor
    section.sustentable
    .sustentablesection
    .contenido
    .contsec
    .conttitulo
    .texto
    p {
    font-size: 5vw;
    padding: 0.5em 0 0;
  }
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec.imagen,
#idContenedor section.sustentable .fondoceleste .contenido .contsec.imagen,
#idContenedor section.sustentable .fondoverde .contenido .contsec.imagen,
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec.imagen {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor
  section.sustentable
  .sustentablesection
  .contenido
  .contsec
  .logo {
  margin: 0 0 0 12%;
}
#idContenedor section.sustentable .fondoamarillo .contenido,
#idContenedor section.sustentable .fondoceleste .contenido,
#idContenedor section.sustentable .fondoverde .contenido {
  padding: 8vh 8vw 8vh 14vw;
  max-width: initial;
  width: 100%;
}
#idContenedor section.sustentable .fondoverde {
  background: #257157;
  background-image: url(../img/sustentable/PASTILLAS-ENTORNO.png);
  background-position: left bottom;
  background-size: auto 65%;
  background-repeat: no-repeat;
}
#idContenedor section.sustentable .fondoverde .contenido {
  background: transparent;
  margin: 0 auto;
}
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube {
  position: absolute;
}
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube.uno {
  top: 15%;
  right: 100%;
}
#idContenedor section.sustentable .fondoverde .contenido .contsec .nube.dos {
  top: 5%;
  right: 15%;
}
#idContenedor section.sustentable .fondoverde .contenido .contsec .logo {
  max-width: 263px;
  width: 75%;
  margin: 0 0 0 10%;
}
#idContenedor section.sustentable .fondoverde .contenido .contsec .ptextosec {
  color: white;
}
#idContenedor section.sustentable .fondoceleste {
  background: #96b7d5;
  background-image: url(../img/sustentable/PASTILLAS-BIENESTAR.png);
  background-position: right top;
  background-size: auto 65%;
  background-repeat: no-repeat;
}
#idContenedor section.sustentable .fondoceleste .contenido {
  background: transparent;
  margin: 0 auto;
}
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube {
  position: absolute;
}
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube.uno {
  top: 5%;
  left: 15%;
}
#idContenedor section.sustentable .fondoceleste .contenido .contsec .nube.dos {
  top: 0;
  right: 10%;
}
#idContenedor section.sustentable .fondoceleste .contenido .contsec .logo {
  max-width: 316px;
  width: 75%;
  margin: 0 0 0 30%;
}
#idContenedor section.sustentable .fondoceleste .contenido .contsec .ptextosec {
  color: white;
}
#idContenedor section.sustentable .fondoamarillo {
  background: #fda200;
  background-image: url(../img/sustentable/PASTILLAS-MOVILIDAD.png);
  background-position: left bottom;
  background-size: auto 65%;
  background-repeat: no-repeat;
}
#idContenedor section.sustentable .fondoamarillo .contenido {
  background: transparent;
  margin: 0 auto;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube {
  position: absolute;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube.uno {
  top: 15%;
  right: 100%;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .nube.dos {
  top: 20%;
  right: 20%;
}
#idContenedor section.sustentable .fondoamarillo .contenido .contsec .logo {
  max-width: 316px;
  width: 75%;
  margin: 0 0 0 10%;
}
#idContenedor
  section.sustentable
  .fondoamarillo
  .contenido
  .contsec
  .ptextosec {
  color: white;
}
@media screen and (max-width: 1630px) {
  #idContenedor section.sustentable .fondoverde .contenido .contsec .logo,
  #idContenedor section.sustentable .fondoamarillo .contenido .contsec .logo {
    margin: 0 0 0 12%;
  }
}
@media screen and (max-width: 1440px) {
  #idContenedor section.sustentable .homesection .contenido .titulo {
    font-size: 3.2vw;
  }
}
#idContenedor section.conocenos {
  min-height: auto;
}
#idContenedor section.conocenos .sub-seccion {
  position: relative;
  background-color: #dd2421;
  /*background-image: url(../img/new/quienes-somos-IMG-1.jpg);
      background-position: center right;
      background-repeat: no-repeat;
      background-size: auto 100%;*/
  padding: 0 14vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*.imgBack{
      	display: block;
      	width: 100%;
      }*/
}
#idContenedor section.conocenos .sub-seccion > img {
  position: absolute;
}
#idContenedor section.conocenos .sub-seccion > img.imgBottLeft {
  bottom: 0;
  left: -4%;
  width: 15vw;
}
#idContenedor section.conocenos .sub-seccion > img.imgTopRight {
  top: 0;
  right: -2%;
  width: 12vw;
}
#idContenedor section.conocenos .sub-seccion .contenido {
  /*position: absolute;
        left: 10vw;
        top: 50%;
        transform: translate(0, -50%);*/
  width: 55%;
}
#idContenedor section.conocenos .sub-seccion .contenido .titulo {
  font-size: 3.4vw;
  font-family: "ArkibalDisplay-Regular";
  color: white;
}
#idContenedor section.conocenos .sub-seccion .contenido .titulo span {
  display: block;
  color: white;
  font-size: 0.425em;
  font-family: "GothamRounded-Book";
  line-height: 1.2em;
  padding: 0.5em 0 0;
}
#idContenedor section.conocenos .sub-seccion .contenido .texto {
  font-size: 1.1vw;
  font-family: "GothamRounded-Book";
  color: white;
  line-height: 1.25em;
}
#idContenedor section.conocenos .sub-seccion .contImagen {
  width: 42.5%;
  position: relative;
  margin: 14vh 0 8vh;
}
#idContenedor section.conocenos .sub-seccion .contImagen .imBac {
  display: block;
  width: 100%;
}
#idContenedor section.conocenos .sub-seccion .contImagen .imgFigura {
  position: absolute;
  bottom: 0;
  left: 61%;
  transform: translate(-50%, 0);
  display: block;
  width: 65%;
}
#idContenedor section.conocenos .mision-vision {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
  padding: 14vh 10vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
#idContenedor section.conocenos .mision-vision .contTexto {
  width: 30%;
  padding: 0 2em;
  text-align: center;
}
#idContenedor section.conocenos .mision-vision .contTexto .pTitulo {
  color: #dd2420;
  font-size: 2.3vw;
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor section.conocenos .mision-vision .contTexto .pTexto {
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.15vw;
  line-height: 1.5em;
  padding: 1em 0 0;
}
#idContenedor section.conocenos .mision-vision .contTexto.medio {
  width: 36%;
  box-sizing: border-box;
  border-right: 1px solid #d0d3d7;
  border-left: 1px solid #d0d3d7;
}
#idContenedor section.conocenos .nuestros-valores {
  background-image: url(../img/conocenos-BANNER-3.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #c7ebe9;
  width: 100%;
  padding: 0 10vw;
  box-sizing: border-box;
}
#idContenedor section.conocenos .nuestros-valores .contenido {
  margin: 0 auto;
  width: 100%;
  padding: 14vh 0 10vh;
}
#idContenedor section.conocenos .nuestros-valores .contenido .titulo {
  text-align: center;
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
}
#idContenedor section.conocenos .nuestros-valores .contenido .ptexto {
  text-align: center;
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Medium";
  margin: 0 20%;
  font-size: 1.4vw;
  line-height: 1.5em;
  padding: 1em 0 0;
}
#idContenedor section.conocenos .nuestros-valores .contenido .contItems {
  padding: 2em 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.conocenos .nuestros-valores .contenido .contItems .item {
  width: 25%;
  margin: 0 2%;
  max-width: 360px;
  text-align: center;
}
#idContenedor
  section.conocenos
  .nuestros-valores
  .contenido
  .contItems
  .item
  img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
#idContenedor
  section.conocenos
  .nuestros-valores
  .contenido
  .contItems
  .item
  .tituloItem {
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Medium";
  font-size: 2.3vw;
  padding: 0.5em 0 0.5em;
}
#idContenedor
  section.conocenos
  .nuestros-valores
  .contenido
  .contItems
  .item
  .textoItem {
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.15vw;
  line-height: 1.5em;
}
#idContenedor section.seguridad {
  position: relative;
  background-image: url(../img/BANNER.png);
  background-position: center bottom;
  background-size: cover;
}
#idContenedor section.seguridad .content {
  position: absolute;
  right: 4.6%;
  bottom: 0;
  width: 45%;
  height: 60%;
}
#idContenedor section.seguridad .content .texto {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 5em;
}
#idContenedor section.clubsanpa,
#idContenedor section.diasmoteros,
#idContenedor section.motivos,
#idContenedor section.siniestro {
  width: 100%;
  min-height: auto;
}
#idContenedor section.clubsanpa .imagenBack,
#idContenedor section.diasmoteros .imagenBack,
#idContenedor section.motivos .imagenBack,
#idContenedor section.siniestro .imagenBack {
  display: block;
  width: 100%;
}
#idContenedor section.siniestro {
  background-color: #e8e8e8;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  height: 62vh;
}
#idContenedor section.siniestro .mitad {
  width: 50%;
  padding: 3vw 0 3vw 14vw;
  box-sizing: border-box;
  height: 100%;
}
#idContenedor section.siniestro .mitad:last-child {
  padding: 3vw 14vw 3vw 0;
  background-image: url(../img/denuncia-IMG-02.png);
  background-repeat: no-repeat;
  background-position: 5vw top;
  background-size: auto 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor section.siniestro .contimagenesinfo {
  width: 90%;
  position: relative;
  height: 100%;
}
#idContenedor section.siniestro .contimagenesinfo .imgTipito {
  height: 100%;
  display: block;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon {
  position: absolute;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon img {
  display: block;
  width: 100%;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon p {
  color: #747577;
  font-family: "ArkibalDisplay-Bold";
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.15vw;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon.uno {
  top: 0;
  right: 42%;
  width: 13%;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon.dos {
  right: 20%;
  top: 20%;
  width: 9%;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon.tres {
  top: 36%;
  width: 11%;
  right: 38%;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon.cuatro {
  top: 60%;
  width: 13%;
  right: 18%;
}
#idContenedor section.siniestro .contimagenesinfo .continfoicon.cinco {
  top: 76%;
  width: 14%;
  right: 42%;
}
#idContenedor section.siniestro .contTexto {
  width: 100%;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#idContenedor section.siniestro .contTexto .pTituloSecc {
  color: #474747;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3vw;
  line-height: 1.2em;
}
#idContenedor section.siniestro .contTexto .abtningresa {
  display: inline-block;
  background: #f59d24;
  color: white;
  font-size: 1.25vw;
  font-family: "ArkibalDisplay-Bold";
  text-align: center;
  margin: 1.5em 0 0;
  padding: 0.4em 2.5em 0.65em;
  box-sizing: border-box;
  border: 2px solid #f59d24;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.siniestro .contTexto .abtningresa:hover {
  background: white;
  color: #f59d24;
}
#idContenedor section.siniestro .mobilesection {
  display: none;
  text-align: center;
}
#idContenedor section.siniestro .mobilesection .ptitulosection {
  color: #474747;
  font-family: "ArkibalDisplay-Bold";
  font-size: 9vw;
  text-align: center;
  padding: 0.5em;
  line-height: 1.3em;
}
#idContenedor section.siniestro .mobilesection .contitems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
#idContenedor section.siniestro .mobilesection .contitems img {
  width: 31%;
  display: block;
  margin: 0 1%;
}
#idContenedor section.siniestro .mobilesection .abtningresa {
  display: inline-block;
  background: #f59d24;
  color: white;
  font-size: 6vw;
  font-family: "ArkibalDisplay-Bold";
  text-align: center;
  margin: 1.5em 0 2em;
  padding: 0.4em 2.5em 0.65em;
  box-sizing: border-box;
  border: 2px solid #f59d24;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.siniestro .mobilesection .abtningresa:hover {
  background: white;
  color: #f59d24;
}
#idContenedor section.remolque {
  width: 100%;
  min-height: auto;
  padding: 12vh 14vw 8vh;
}
#idContenedor section.remolque .contInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor section.remolque .contInfo .contenido {
  width: 56%;
}
#idContenedor section.remolque .contInfo .contenido .tituloseccion {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
  padding: 0.5em 0 0;
}
#idContenedor section.remolque .contInfo .contenido .textonormal {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1.4vw;
  line-height: 1.1em;
  padding: 0.5em 0 1.25em;
}
#idContenedor section.remolque .contInfo .contenido .textonormal strong {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.remolque .contInfo .contenido .btntelefono {
  display: inline-block;
  color: #dd2420;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.2vw;
  text-align: center;
  padding: 0.4em 0 0;
}
#idContenedor section.remolque .contInfo .contImg {
  width: 44%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.remolque .contInfo .contImg img {
  display: block;
  width: 100%;
}
#idContenedor section.remolque .contFooter {
  display: block;
  width: 100%;
  padding: 4vh 0 0;
}
#idContenedor section.remolque .contFooter .textofooter {
  color: #2d294d;
  font-family: "GothamRounded-Book";
  font-size: 1.1vw;
  text-align: center;
}
#idContenedor section.motivos {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-color: #c7ebe9;
  padding: 5vh 14vw 6vh;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/algunos-motivos-IMG-01-EXTENDIDA.png),
    url(../img/algunos-motivos-IMG-01-EXTENDIDA.png);
  background-position: -35% 15%, 127% -170%;
  background-size: auto 90%, auto 92%;
  background-repeat: no-repeat;
}
#idContenedor section.motivos .mobileheader {
  display: none;
  width: 100%;
  padding: 0 0 1.5em;
}
#idContenedor section.motivos .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.motivos .contenido {
  width: 56%;
  /*position: absolute;
      left: 10vw;
      bottom: 0;
      width: 68%;
      height: 90%;*/
}
#idContenedor section.motivos .contenido .tituloseccion {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.4vw;
}
#idContenedor section.motivos .contenido .listamotivos {
  padding: 2em 0 0;
}
#idContenedor section.motivos .contenido .listamotivos li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 1em;
}
#idContenedor section.motivos .contenido .listamotivos li img {
  display: block;
  margin: 0 1.5em 0 0;
}
#idContenedor section.motivos .contenido .listamotivos li p {
  color: #2d294d;
  font-family: "GothamRounded-Book";
  font-size: 1.4vw;
  line-height: 1.25em;
  padding: 0.1em 0 0;
}
#idContenedor section.motivos .numeroTelefon {
  /*position: absolute;
      right: 4.6%;
      bottom: 0;
      width: 31.6%;
      height: 25%;*/
  width: 44%;
  text-align: right;
}
#idContenedor section.motivos .numeroTelefon .ilustra {
  max-width: 446px;
  width: 70%;
  display: block;
  margin: 0 6% 0 auto;
}
#idContenedor section.motivos .numeroTelefon .btntelefono {
  display: inline-block;
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 3.2vw;
  text-align: center;
  padding: 0.2em 0.75em;
  background: white;
  border-radius: 0.25em;
}
#idContenedor section.diasmoteros {
  position: relative;
  padding: 6vh 14vw;
  background-image: url(../img/diasmoteros-IMG-02.png);
  background-size: auto 92%;
  background-position: 96% 0;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor section.diasmoteros .contenido {
  /*position: absolute;
      left: 6%;
      bottom: 0;
      width: 38%;
      height: 58%;*/
  width: 48%;
}
#idContenedor section.diasmoteros .contenido .logo {
  display: block;
  max-width: 748px;
  width: 75%;
}
#idContenedor section.diasmoteros .contenido .imagenmobile {
  display: none;
  width: 75%;
  margin: 0.25em auto 0;
}
#idContenedor section.diasmoteros .contenido .textonegrita {
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.4vw;
  line-height: 1.2em;
  padding: 1em 0 0;
}
#idContenedor section.diasmoteros .contenido .textonormal {
  color: #1d1d1b;
  font-family: "GothamRounded-Book";
  font-size: 1.4vw;
  line-height: 1.25em;
  padding: 0.25em 0 0;
}
#idContenedor section.diasmoteros .contenido .textonormal strong {
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.diasmoteros .contenido .textorojo {
  display: none;
  color: #df2420;
  font-family: "ArkibalDisplay-Bold";
  font-size: 6vw;
  text-align: center;
  padding: 1em 0 0;
}
#idContenedor section.diasmoteros .contenido .abtnIngresa {
  display: inline-block;
  background: #df2420;
  color: white;
  font-size: 1.25vw;
  font-family: "ArkibalDisplay-Bold";
  text-align: center;
  margin: 1.5em 0 0;
  padding: 0.4em 2.5em 0.65em;
  box-sizing: border-box;
  border: 2px solid #df2420;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.diasmoteros .contenido .abtnIngresa:hover {
  background: white;
  color: #df2420;
}
#idContenedor section.diasmoteros .contimg {
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#idContenedor section.diasmoteros .contimg img {
  display: block;
  width: 86%;
}
#idContenedor section.clubsanpa {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6vh 14vw 10vh;
  background-image: url(../img/club-sanpa-IMG-01-EXTENDIDO.png);
  background-repeat: no-repeat;
  background-position: -72% 100%;
  background-size: auto 88%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor section.clubsanpa .mobileheader {
  display: none;
  width: 100%;
  padding: 0 0 1.5em;
}
#idContenedor section.clubsanpa .mobileheader img {
  display: block;
  width: 100%;
}
#idContenedor section.clubsanpa .mitad {
  position: relative;
  width: 50%;
}
#idContenedor section.clubsanpa .mitad img.cel {
  height: 56vh;
  margin: 6vh 0 0;
}
#idContenedor section.clubsanpa .mitad img.porcent20,
#idContenedor section.clubsanpa .mitad img.porcent40,
#idContenedor section.clubsanpa .mitad img.dosxuno {
  max-width: 243px;
  position: absolute;
  width: 10vw;
}
#idContenedor section.clubsanpa .mitad img.porcent20 {
  top: 0;
  right: 0;
  transform: translate(-75%, 10%);
}
#idContenedor section.clubsanpa .mitad img.porcent40 {
  top: 50%;
  right: 0;
  transform: translate(-25%, -50%);
}
#idContenedor section.clubsanpa .mitad img.dosxuno {
  bottom: 0;
  right: 0;
  transform: translate(-75%, -10%);
}
#idContenedor section.clubsanpa .mitad:last-child {
  width: 46%;
}
#idContenedor section.clubsanpa .contenido {
  /*position: absolute;
      left: 51%;
      bottom: 0;
      width: 49%;
      height: 50%;*/
  text-align: right;
}
#idContenedor section.clubsanpa .contenido .logo {
  max-width: 673px;
  width: 65%;
  display: block;
  margin: 0 0 0 auto;
}
#idContenedor section.clubsanpa .contenido .colorverde {
  color: #0798b6;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.4vw;
  padding: 0.25em 0 0;
}
#idContenedor section.clubsanpa .contenido .textonormal {
  font-family: "GothamRounded-Book";
  color: #1d1d1b;
  font-size: 1.4vw;
  padding: 0.5em 0 0;
  line-height: 1.25em;
}
#idContenedor section.clubsanpa .contenido .abtnIngresa {
  margin: 1em 0 0;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #0798b6;
  background: #0798b6;
  color: white;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.25vw;
  padding: 0.4em 2.5em 0.65em;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.clubsanpa .contenido .abtnIngresa span {
  color: #f59d25;
}
#idContenedor section.clubsanpa .contenido .abtnIngresa:hover {
  background: white;
  color: #0798b6;
}
#idContenedor section.elegirnos {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
  padding: 0 10vw 10vh;
  box-sizing: border-box;
}
#idContenedor section.elegirnos .tituloseccion {
  text-align: center;
  font-family: "ArkibalDisplay-Bold";
  color: #424242;
  font-size: 2.45vw;
  padding: 1.5em 0 1em;
}
#idContenedor section.elegirnos .contDetalle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor section.elegirnos .contDetalle .item {
  width: 31%;
}
#idContenedor section.elegirnos .contDetalle .item img {
  display: block;
  width: 100%;
  margin: 1.5em 0 0.5em;
}
#idContenedor section.elegirnos .contDetalle .item .contTexto {
  margin: 0 1.5em;
}
#idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
  color: #2d294d;
  font-family: "ArkibalDisplay-Bold";
  text-align: center;
  font-size: 1.4vw;
}
@media screen and (max-width: 1366px) {
  #idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1280px) {
  #idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
    font-size: 1.7vw;
  }
}
#idContenedor section.elegirnos .contDetalle .item .contTexto .texto {
  color: #2d294d;
  font-family: "ArkibalDisplay-Medium";
  text-align: center;
  font-size: 1.15vw;
  line-height: 1.5em;
  padding: 1.5em 0 3em;
}
#idContenedor section.elegirnos .contDetalle .item:nth-child(1) {
  background: #c7ebe9;
}
#idContenedor section.elegirnos .contDetalle .item:nth-child(2) {
  background: #f7d6df;
}
#idContenedor section.elegirnos .contDetalle .item:nth-child(3) {
  background: #f5f2c7;
}
#idContenedor section.elegirnos .contDetalle.mobile .item .contTexto {
  display: none;
}
#idContenedor section.coberturas-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: auto;
}
#idContenedor section.coberturas-2 .contGris {
  background: #d5ebef;
  text-align: center;
  padding: 2em 10vw 2.5em;
  box-sizing: border-box;
  position: relative;
  background-image: url(../img/banner_abajo-100.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
#idContenedor section.coberturas-2 .contGris .pTitulo {
  font-family: "ArkibalDisplay-Bold";
  color: #2c294c;
  font-size: 2.45vw;
}
#idContenedor section.coberturas-2 .contGris .pTitulo.mobile {
  display: none;
}
#idContenedor section.coberturas-2 .contGris .pTexto {
  font-family: "ArkibalDisplay-Medium";
  color: #2c294c;
  font-size: 1.45vw;
  padding: 0.5em 0 0;
}
#idContenedor section.coberturas-2 .contGris .pTexto a {
  color: #2c294c;
  font-size: 1em;
  transition: color 0.5s;
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.coberturas-2 .contGris .pTexto a:hover {
  color: #b0b0b0;
}
#idContenedor section.coberturas-2 .contGris .pTextososmobile {
  position: absolute;
  top: 50%;
  left: 0;
  background: #098db8;
  color: white;
  font-family: "GothamRounded-Book";
  transform: translate(-50%, 0) rotate(-90deg);
  transform-origin: top center;
  padding: 0.4em 0.7em 0.5em;
  font-size: 4.5vw;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  display: none;
  box-shadow: 0px 0px 5px 0px #098db8;
}
#idContenedor section.coberturas-2 .contGris .pTextososmobile span {
  font-family: "GothamRounded-Bold";
}
#idContenedor section.coberturas-2 .contCeleste {
  height: 100%;
  background: #c7ebe9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10vw;
  box-sizing: border-box;
}
#idContenedor section.coberturas-2 .contCeleste .ptitulomobile {
  display: none;
  color: #424242;
  font-family: "ArkibalDisplay-Bold";
  text-align: center;
  font-size: 5vw;
  width: 100%;
  padding: 1.5em 0 0.5em;
}
#idContenedor section.coberturas-2 .contCeleste .imagen {
  width: 60vw;
  position: relative;
}
#idContenedor section.coberturas-2 .contCeleste .imagen img {
  display: block;
}
#idContenedor section.coberturas-2 .contCeleste .imagen img.imgMoto {
  width: 75%;
  position: relative;
  margin: 5vw 0;
}
#idContenedor section.coberturas-2 .contCeleste .imagen img.imgMoto.mobile {
  display: none;
}
#idContenedor section.coberturas-2 .contCeleste .imagen .contAnimImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.coberturas-2 .contCeleste .imagen .contAnimImg > div {
  position: relative;
  width: 117px;
  height: 117px;
  margin: 0.5em 0;
  background: white;
  overflow: hidden;
  border-radius: 50%;
}
#idContenedor
  section.coberturas-2
  .contCeleste
  .imagen
  .contAnimImg
  > div
  .contimg {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
#idContenedor
  section.coberturas-2
  .contCeleste
  .imagen
  .contAnimImg
  > div
  .contimg
  img {
  display: block;
  width: 100%;
}
#idContenedor
  section.coberturas-2
  .contCeleste
  .imagen
  .contAnimImg
  > div
  .contimg
  img.dos,
#idContenedor
  section.coberturas-2
  .contCeleste
  .imagen
  .contAnimImg
  > div
  .contimg
  img.tres {
  /*position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);*/
}
#idContenedor section.coberturas-2 .contCeleste .imagen .contAnimImg > div.uno {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#idContenedor
  section.coberturas-2
  .contCeleste
  .imagen
  .contAnimImg
  > div.tres {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#idContenedor section.coberturas-2 .contCeleste .texto {
  width: 40vw;
  text-align: center;
}
#idContenedor section.coberturas-2 .contCeleste .texto .pregunta {
  color: #424242;
  font-family: "ArkibalDisplay-Medium";
  font-size: 2vw;
  line-height: 1.1em;
}
#idContenedor section.coberturas-2 .contCeleste .texto .respuesta {
  font-family: "ArkibalDisplay-Bold";
  color: #424242;
  font-size: 1.8vw;
  padding: 0.8em 0 0;
}
#idContenedor section.coberturas-2 .contCeleste .texto .respuesta span {
  display: block;
  font-family: "ArkibalDisplay-Medium";
  color: #424242;
  font-size: 0.95em;
  padding: 0.2em 0 0;
}
#idContenedor section.coberturas-2 .contCeleste .texto .aBtn {
  display: inline-block;
  background: #dd2420;
  border: 2px solid #dd2420;
  box-sizing: border-box;
  color: white;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1.25vw;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
  padding: 0.7em 2em;
  margin: 2em 0 0;
}
#idContenedor section.coberturas-2 .contCeleste .texto .aBtn:hover {
  background: white;
  color: #dd2420;
}
#idContenedor section.coberturas {
  background-image: url(../img/coberturas-Fondo.jpg);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10vw;
  box-sizing: border-box;
  position: relative;
}
#idContenedor section.coberturas .parte {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 5vh;
}
#idContenedor section.coberturas .parte h1 {
  text-align: center;
  font-size: 3.4vw;
  font-family: "ArkibalDisplay-Regular";
  padding: 5vh 0 1em;
}
#idContenedor section.coberturas .parte h1 span {
  color: #dd2420;
  font-family: "ArkibalDisplay-Bold";
  font-size: 1em;
}
#idContenedor section.coberturas .parte .contBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor section.coberturas .parte .contBtn .abtn {
  width: 48%;
  color: white;
  text-align: center;
  font-family: "GothamRounded-Bold";
  font-size: 1.15vw;
  padding: 0.75em 0;
  border-radius: 0.75em;
  box-sizing: border-box;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.coberturas .parte .contBtn .abtn.uno {
  background: #005375;
  border: 4px solid #005375;
}
#idContenedor section.coberturas .parte .contBtn .abtn.dos {
  background: #008fbc;
  border: 4px solid #008fbc;
}
#idContenedor section.coberturas .parte .contBtn .abtn:hover {
  background: white;
}
#idContenedor section.coberturas .parte .contBtn .abtn:hover.uno {
  color: #005375;
}
#idContenedor section.coberturas .parte .contBtn .abtn:hover.dos {
  color: #008fbc;
}
#idContenedor section.coberturas .parte .contBtn .abtnVolver {
  display: none;
  max-width: 510px;
  width: 30%;
  position: relative;
}
#idContenedor section.coberturas .parte .contBtn .abtnVolver img {
  width: 100%;
  display: block;
}
#idContenedor section.coberturas .parte .contBtn .abtnVolver span {
  text-align: center;
  font-family: "GothamRounded-Bold";
  color: #acabb0;
  font-size: 1.27vw;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 4%;
  width: 72%;
  transition: color ease-in-out 0.5s;
}
#idContenedor section.coberturas .parte .contBtn .abtnVolver span.resp {
  font-size: 0.8em;
}
#idContenedor section.coberturas .parte .contBtn .abtnVolver:hover span {
  color: #424242;
}
#idContenedor section.coberturas .parte .contBtn.openinfo {
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 80vw;
}
#idContenedor section.coberturas .parte .contBtn.openinfo .abtn {
  display: none;
}
#idContenedor section.coberturas .parte .contBtn.openinfo .abtnVolver {
  display: block;
}
#idContenedor section.coberturas .parte .contBtn.resp .abtnVolver span.resp {
  display: block;
}
#idContenedor section.coberturas .parte .contBtn.resp .abtnVolver span.robo {
  display: none;
}
#idContenedor section.coberturas .parte .contBtn.robo .abtnVolver span.resp {
  display: none;
}
#idContenedor section.coberturas .parte .contBtn.robo .abtnVolver span.robo {
  display: block;
}
#idContenedor section.coberturas .info {
  width: 80vw;
  display: none;
}
#idContenedor section.coberturas .info .contTitulo {
  display: block;
  width: 100%;
}
#idContenedor section.coberturas .info .contTitulo p {
  font-family: "GothamRounded-Bold";
  font-size: 1.45vw;
  color: #005375;
  padding: 0.5em 0;
}
#idContenedor section.coberturas .info .detalle {
  display: block;
  width: 100%;
  background: white;
  border-radius: 2em;
}
#idContenedor section.coberturas .info .detalle .fila {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#idContenedor section.coberturas .info .detalle .fila .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-1 {
  width: 34%;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-1 p {
  color: #1e120d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1.09vw;
  line-height: 1.25em;
  border-bottom: 1px solid #8c8d8e;
  margin: 0 1em 0 2em;
  padding: 0.75em 0 0.5em;
  width: 100%;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-1 p span {
  vertical-align: super;
  font-size: 0.6em;
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.coberturas .info .detalle .fila .column.col-2 {
  position: relative;
  width: 22%;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-2 p {
  text-align: center;
  color: #8c8d8e;
  font-family: "GothamRounded-Bold";
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  p.textoGrande {
  font-size: 1.09vw;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  p.textoChico {
  font-size: 0.82vw;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-2 .globo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "GothamRounded-Bold";
  color: white;
  font-size: 0.9vw;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .globo.base {
  background: #008fbc;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .globo.plus {
  background: #2d294d;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .globo.full {
  background: #ff1310;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar {
  width: 80%;
  padding: 0.9em 0 0.7em;
  font-family: "ArkibalDisplay-Medium";
  color: white;
  display: block;
  text-align: center;
  font-size: 1.15vw;
  box-sizing: border-box;
  position: relative;
  transform: translate(0, 50%);
  border-radius: 0.5em;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar.base {
  background: #008fbc;
  border: 2px solid #008fbc;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar.plus {
  background: #2d294d;
  border: 2px solid #2d294d;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar.full {
  background: #ff1310;
  border: 2px solid #ff1310;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover {
  background: white;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover.base {
  color: #008fbc;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover.plus {
  color: #2d294d;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover.full {
  color: #ff1310;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-2.first {
  border-right: 1px solid #1e120d;
}
#idContenedor section.coberturas .info .detalle .fila .column.col-2:last-child {
  border-left: 2px solid #ff1310;
  border-right: 2px solid #ff1310;
}
#idContenedor section.coberturas .info .detalle .fila:first-child {
  height: 4vw;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila:first-child
  .column.col-2:last-child {
  border-top: 2px solid #ff1310;
  border-top-right-radius: 2em;
}
#idContenedor
  section.coberturas
  .info
  .detalle
  .fila:last-child
  .column.col-2:last-child {
  border-bottom: 2px solid #ff1310;
  border-bottom-right-radius: 2em;
}
#idContenedor section.coberturas .info .contLetrasChicas {
  display: block;
  width: 100%;
  padding: 5em 0 10vh;
}
#idContenedor section.coberturas .info .contLetrasChicas p {
  font-family: "GothamRounded-Book";
  color: #9d9e9f;
  font-size: 0.82vw;
  padding: 0 2.5em;
  line-height: 1.5em;
  text-align: center;
}
#idContenedor section.coberturas .info .contLetrasChicas p strong {
  font-family: "GothamRounded-Bold";
}
#idContenedor section.coberturas .info.resp .detalle .fila .column.col-1 {
  margin: 0 auto 0 0;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .globo.base {
  background: #adbaa6;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .globo.plus {
  background: #e7672c;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .abtncotizar.base {
  background: #adbaa6;
  border: 2px solid #adbaa6;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .abtncotizar.plus {
  background: #e7672c;
  border: 2px solid #e7672c;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover {
  background: white;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover.base {
  color: #adbaa6;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2
  .abtncotizar:hover.plus {
  color: #e7672c;
}
#idContenedor
  section.coberturas
  .info.resp
  .detalle
  .fila
  .column.col-2:last-child {
  border: 0;
  margin: 0 6% 0 0;
}
#idContenedor section.coberturas .info.visible {
  display: block;
}
#idContenedor section.coberturas .divLlamanos {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
#idContenedor section.coberturas .divLlamanos .contenido {
  max-width: 1251px;
  width: 60%;
  position: relative;
}
#idContenedor section.coberturas .divLlamanos .contenido img {
  width: 100%;
  display: block;
}
#idContenedor section.coberturas .divLlamanos .contenido .contInfo {
  position: absolute;
  top: 10.2%;
  left: 7.8%;
  width: 84.8%;
  height: 76.6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor
  section.coberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo {
  text-align: center;
}
#idContenedor
  section.coberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo
  .llamanos {
  color: #dd2420;
  font-size: 4em;
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor
  section.coberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo
  .abtnTel {
  color: #a9a7a8;
  font-size: 3.1em;
  font-family: "GothamRounded-Bold";
  padding: 0.2em 0 0.4em;
  display: inline-block;
}
#idContenedor
  section.coberturas
  .divLlamanos
  .contenido
  .contInfo
  .positionInfo
  .pDias {
  display: block;
  color: #008fbc;
  font-family: "GothamRounded-Bold";
  font-size: 1vw;
  border-top: 1px solid #008fbc;
  padding: 1em 0 0;
}
#idContenedor section.coberturas .divLlamanos .contenido .abtnCerrar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #008fbc;
  font-family: "GothamRounded-Bold";
  font-size: 1.36vw;
  width: 0.1em;
  height: 0.1em;
  border-radius: 50%;
  border: 2px solid #008fbc;
  padding: 1em;
  color: white;
  position: absolute;
  top: 15%;
  right: 12%;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
}
#idContenedor section.coberturas .divLlamanos .contenido .abtnCerrar:hover {
  background: white;
  color: #008fbc;
}
#idContenedor section.coberturas .divLlamanos.visible {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor section.home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  background-image: url(../img/new/IMG-2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 40vh;
  padding: 0 10vw;
  margin: 0 0 10vh;
  box-sizing: border-box;
  /*position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1366px;
    width: 90%;
    .contInfoHome{
    	position:relative;
    	.titulosection{
    		color: $gris-oscuro;
    		font-family: $Regular;
    		font-size:3.6em;
    		padding: 0 0 1em;
    	}
    	.contFormulario{
    		background: $rojo;
    		width: 75%;
    		box-sizing: border-box;
    		padding: 2em 1.5em;
    		border-radius: 2em;
    		.tituloform{
    			color: white;
    			font-family: $Book;
    			font-size: 1.8em;
    			text-align: center;
    			padding: 0 0 0.5em;
    		}
    		.campos{
    			display: flex;
    			justify-content: space-between;
    			padding: 0.5em 0;
    			select, input{
    				box-sizing: border-box;
    				border: 0;
    				border-radius: 0.4em;
    				width: 48%;
    				font-family: $Book;
    				font-size: 1.25em;
    				padding: 0.1em 1em 0.2em;
    			}
    			&.oculto{
    				display: none;
    			}
    		}
    		.contBtn{
    			display: block;
    			padding: 1em 0 0;
    			text-align: center;
    			.aBtn{
    				display: inline-block;
    				background: white;
    				font-family: $Bold;
    				color: $azul-oscuro;
    				padding: 0.65em 1.5em;
    				font-size: 1.4em;
    				border: 2px solid white;
    				box-sizing: border-box;
    				transition: color ease-in-out 0.5s, background ease-in-out 0.5s;
    				&:hover{
    					background: $azul-oscuro;
    					color: white;
    				}
    			}
    		}
    	}
    }
    .imgHome{
    	position: absolute;
    	right: 0;
    	top: 50%;
    	transform: translate(0, -50%);
    	max-width: 715px;
    	width:50vw;
    }*/
}
#idContenedor section.home .contImg {
  width: 50%;
}
#idContenedor section.home .contImg .backImage {
  width: 80%;
  display: block;
}
#idContenedor section.home .contTexto {
  width: 50%;
  text-align: right;
}
#idContenedor section.home .contTexto h1 {
  font-size: 3.4vw;
  display: inline-block;
  font-family: "ArkibalDisplay-Regular";
  padding: 0 0 1.4em;
  text-align: left;
}
#idContenedor section.home .contTexto h1 span {
  display: block;
}
#idContenedor section.home .contTexto h1 span.black {
  color: #1d1d1d;
}
#idContenedor section.home .contTexto h1 span.red {
  color: #dd2420;
}
#idContenedor section.sectioncontnewinfo {
  width: 100%;
  text-align: center;
  font-size: 1vw;
  min-height: auto;
  margin: 0 auto 2em;
}
#idContenedor section.sectioncontnewinfo .contborde {
  border: 1px solid #a5a5a5;
  display: inline-block;
  padding: 0 2.5em;
  border-radius: 1em;
}
#idContenedor section.sectioncontnewinfo .contborde .conttop {
  display: inline-block;
  position: relative;
  transform: translate(0, -50%);
  background: white;
}
#idContenedor section.sectioncontnewinfo .contborde .conttop .texttop {
  color: #a5a5a5;
  font-family: "GothamRounded-Medium";
  font-size: 1.25em;
  padding: 0 0.5em;
}
#idContenedor section.sectioncontnewinfo .contborde .textoinfo {
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.25em;
  color: #2d294d;
  padding: 0.8em 0;
}
#idContenedor section.sectioncontnewinfo .contborde .textoinfo span {
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor section.sectioncontnewinfo .contborde .contcontacto {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 1em;
}
#idContenedor section.sectioncontnewinfo .contborde .contcontacto .mitad {
  width: 50%;
  text-align: left;
}
#idContenedor
  section.sectioncontnewinfo
  .contborde
  .contcontacto
  .mitad
  .contcontactinfo {
  border: 1px solid #a5a5a5;
  display: inline-block;
  width: 90%;
  padding: 0.8em 0 1em;
  border-radius: 1em;
  margin: 0 0 0 0.75em;
  text-align: center;
}
#idContenedor
  section.sectioncontnewinfo
  .contborde
  .contcontacto
  .mitad
  .contcontactinfo
  .ptit {
  font-family: "ArkibalDisplay-Medium";
  font-size: 1.25em;
  color: #008fbc;
  padding: 0 0 0.6em;
}
#idContenedor
  section.sectioncontnewinfo
  .contborde
  .contcontacto
  .mitad
  .contcontactinfo
  .acontact {
  font-size: 1.25em;
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  transition: color 0.5s;
}
#idContenedor
  section.sectioncontnewinfo
  .contborde
  .contcontacto
  .mitad
  .contcontactinfo
  .acontact:hover {
  color: #008fbc;
}
#idContenedor
  section.sectioncontnewinfo
  .contborde
  .contcontacto
  .mitad:last-child {
  text-align: right;
}
#idContenedor
  section.sectioncontnewinfo
  .contborde
  .contcontacto
  .mitad:last-child
  .contcontactinfo {
  margin: 0 0.75em 0 0;
}
#idContenedor section.sectioncontnewinfo .contborde .contbottom {
  display: inline-block;
  position: relative;
  transform: translate(0, 50%);
  background: white;
}
#idContenedor section.sectioncontnewinfo .contborde .contbottom .textbottom {
  padding: 0 1em;
  color: #a5a5a5;
  font-family: "GothamRounded-Medium";
  font-size: 1.1em;
}
#idContenedor section.contenidooculto {
  display: none !important;
}
#idContenedor .imgmobileremolque {
  width: 100%;
  display: none;
  margin: 0 0 2em;
}
#idContenedor.admin section {
  min-height: auto;
}
#idContenedor.admin section.contAdmin {
  max-width: 1366px;
  width: 90%;
  margin: 0 auto;
}
#idContenedor.admin section.contAdmin .imgLogoAdmin {
  display: block;
  margin: 0 auto;
  max-width: 328px;
  width: 100%;
}
#idContenedor.admin section.contAdmin .pTextoAzul {
  color: #2d294d;
  font-size: 1.1em;
  font-family: "ArkibalDisplay-Medium";
  line-height: 1.5em;
}
#idContenedor.admin section.contAdmin .pTextoNormal {
  color: black;
  font-size: 1em;
  font-family: "ArkibalDisplay-Medium";
  line-height: 1.5em;
}
#idContenedor.admin section.contAdmin .textoCentrado {
  display: block;
  text-align: center;
  padding: 3em 0 2em;
}
#idContenedor.admin section.contAdmin .formLogin {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#idContenedor.admin section.contAdmin .formLogin .contenido {
  display: inline-block;
}
#idContenedor.admin section.contAdmin .formLogin .contenido .pTextoNormal {
  padding: 0 0 2em;
}
#idContenedor.admin section.contAdmin .formLogin .contenido input {
  width: 80%;
  display: block;
  border: 0;
  border-bottom: 1px solid #2d294d;
  padding: 0.5em 0.1em 0.25em;
  margin: 1em auto 0;
}
#idContenedor.admin
  section.contAdmin
  .formLogin
  .contenido
  input::-moz-placeholder {
  color: #2d294d;
  font-size: 1em;
  font-family: "ArkibalDisplay-Medium";
}
#idContenedor.admin
  section.contAdmin
  .formLogin
  .contenido
  input:-ms-input-placeholder {
  color: #2d294d;
  font-size: 1em;
  font-family: "ArkibalDisplay-Medium";
}
#idContenedor.admin section.contAdmin .formLogin .contenido input::placeholder {
  color: #2d294d;
  font-size: 1em;
  font-family: "ArkibalDisplay-Medium";
}
#idContenedor.admin
  section.contAdmin
  .formLogin
  .contenido
  input[type="submit"] {
  border: 2px solid #005375;
  background: #005375;
  font-family: "ArkibalDisplay-Medium";
  color: white;
  font-size: 1em;
  display: inline-block;
  width: auto;
  padding: 0.4em 3em 0.2em;
  border-radius: 1.5em;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
  margin: 2.5em 0 0;
}
#idContenedor.admin
  section.contAdmin
  .formLogin
  .contenido
  input[type="submit"]:hover {
  background: white;
  color: #005375;
}
#idContenedor.admin section.contAdmin .formLogin .contenido input:focus {
  outline: none;
}
#idContenedor.admin section.contAdmin.flexContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#idContenedor.admin section.contAdmin.flexContent .contLogo {
  width: 100%;
}
#idContenedor.admin section.contAdmin.flexContent .contLogo .imgLogoAdmin {
  width: 25%;
  margin: 0;
}
#idContenedor.admin section.contAdmin.flexContent .lateral {
  width: 25%;
  padding: 3em 0 0;
}
#idContenedor.admin section.contAdmin.flexContent .lateral .contMenu {
  padding: 1.5em 0 0;
}
#idContenedor.admin section.contAdmin.flexContent .lateral .contMenu .abtnMenu,
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion {
  color: #2d294d;
  font-size: 1.1em;
  font-family: "ArkibalDisplay-Medium";
  line-height: 1.5em;
  display: inline-block;
  transition: color 0.5s;
  padding: 0.25em 0;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnMenu.select,
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion.select {
  cursor: default;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnMenu:hover,
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnMenu.select,
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion:hover,
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion.select {
  color: #005375;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion {
  margin: 1.75em 0 0;
  color: #d6d6d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion
  i {
  font-size: 1em;
  margin: 0 0.25em;
  display: inline-block;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .lateral
  .contMenu
  .abtnCerrarSesion:hover {
  color: black;
}
#idContenedor.admin section.contAdmin.flexContent .contenido {
  width: 75%;
}
#idContenedor.admin section.contAdmin.flexContent .contenido .contInfoOrden {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item {
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .nombre {
  width: 100%;
  overflow: auto;
  border: 1px solid #d6d6d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .nombre
  p {
  width: 100%;
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  line-height: 1em;
  padding: 0.75em 1em 0.6em;
  display: block;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 1em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn {
  color: #2d294d;
  display: block;
  font-size: 2.5em;
  transition: color 0.5s;
  margin: 0 0.15em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn.activar
  .fa-eye {
  display: none;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn.activar:hover
  .fa-eye {
  display: block;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn.activar:hover
  .fa-eye-slash {
  display: none;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn.desactivar
  .fa-eye-slash {
  display: none;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn.desactivar:hover
  .fa-eye {
  display: none;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn.desactivar:hover
  .fa-eye-slash {
  display: block;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contInfoOrden
  .item
  .acciones
  .abtn:hover {
  color: #005375;
}
#idContenedor.admin section.contAdmin.flexContent .contenido .contAcciones {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5em 0;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  .abtn {
  border: 2px solid #005375;
  background: #005375;
  font-family: "ArkibalDisplay-Medium";
  color: white;
  font-size: 1em;
  display: inline-block;
  width: auto;
  padding: 0.6em 2.5em 0.5em;
  border-radius: 1.5em;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
  margin: 0 0.5em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  .abtn:hover {
  background: white;
  color: #005375;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  .abtn.volver {
  background: #2d294d;
  border: 2px solid #2d294d;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  input[type="submit"] {
  font: inherit;
  border: 2px solid #005375;
  background: #005375;
  font-family: "ArkibalDisplay-Medium";
  color: white;
  font-size: 1em;
  display: inline-block;
  width: auto;
  padding: 0.6em 2.5em 0.5em;
  border-radius: 1.5em;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
  box-sizing: border-box;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  input[type="submit"]:hover {
  background: white;
  color: #005375;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  input:focus {
  outline: none;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .contAcciones
  .contFiltroProv {
  padding: 0 2.5em;
}
#idContenedor.admin section.contAdmin.flexContent .contenido .formularioCreate {
  width: 60%;
  display: block;
  margin: 0 auto;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label {
  display: block;
  padding: 0 0 1.5em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label
  span {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1em;
  line-height: 1em;
  display: block;
  padding: 0 0 0.5em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label
  span.info {
  color: #d6d6d7;
  font-size: 0.9em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label
  input,
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label
  select,
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label
  textarea {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  box-sizing: border-box;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label
  textarea {
  height: 7em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  label.sinpadding {
  padding: 0;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contimagenpreview {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contimagenpreview
  .mitadContenedor,
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contimagenpreview
  .imagenchica {
  display: block;
  width: 50%;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contimagenpreview
  .imagenchica {
  max-width: 50px;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contimagenpreview
  > p {
  color: #2d294d;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1.5em;
  line-height: 1em;
  display: block;
  padding: 0 1em;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contCropImagenServIni.hide {
  display: none;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .cont-cropper {
  width: 100%;
  height: 25vh;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contElegirArchivo {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contElegirArchivo
  .abtn {
  border: 2px solid #005375;
  background: #005375;
  font-family: "ArkibalDisplay-Medium";
  color: white;
  font-size: 1em;
  display: inline-block;
  width: auto;
  padding: 0.6em 2.5em 0.5em;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contElegirArchivo
  input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contElegirArchivo:hover
  .abtn {
  background: white;
  color: #005375;
}
#idContenedor.admin
  section.contAdmin.flexContent
  .contenido
  .formularioCreate
  .contElegirArchivo.margenbottom {
  margin: 0 0 1.5em;
}

#idFooter {
  background: #d6d6d7;
  padding: 3em 0 3em;
}
#idFooter .container {
  margin: 0 auto;
  max-width: 1366px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  /*.fila{
    			display: flex;
    			justify-content: space-between;
    			.logo{
    				img{}
    			}
    			.item{
    				padding: 2em 0 0;
    				.abtntitulo{
    					display: block;
    					color: $gris-oscuro;
    					font-family: $Book;
    					font-size: 1em;
    					padding: 0 0 1em;
    				}
    				.abtnlink{
    					display: block;
    					color: $gris-claro;
    					font-family: $Book;
    					font-size: 1em;
    					padding: 0 0 0.75em;
    				}
    				.copy{
    					color: $gris-claro;
    					font-family: $Book;
    					font-size: 0.8em;
    					padding: 0 0 0 3em;
    				}
    				.redes{
    					font-size: 2em;
    					margin:0 0.2em;
    					display: inline-block;
    					i{
    						color: $gris-claro;
    					}
    				}
    
    				&.contredes{
    					padding: 2em 3em 0 0;
    				}
    
    				&.sinpaddign{
    					padding: 2em 0 0;
    				}
    			}
    		}*/
}
#idFooter .container .parte {
  width: 24%;
  box-sizing: border-box;
}
#idFooter .container .parte .abtnRedes {
  display: inline-block;
}
#idFooter .container .parte .abtnRedes img {
  display: block;
  transition: opacity ease-in-out 0.5s;
}
#idFooter .container .parte .abtnRedes:hover img {
  opacity: 0.8;
}
#idFooter .container .parte .copy {
  color: #9d9e9f;
  font-family: "GothamRounded-Book";
  font-size: 0.8em;
  padding: 0;
}
#idFooter .container .parte .abtnfooter,
#idFooter .container .parte .textocomun {
  display: block;
  color: #9d9e9f;
  font-family: "GothamRounded-Book";
  font-size: 0.82vw;
  text-align: center;
  line-height: 1.25em;
}
#idFooter .container .parte .imgSSN {
  display: block;
  width: 80%;
  margin: 0 0 0 auto;
}
#idFooter .container .parte .imglogosite {
  width: 50%;
  display: block;
  margin: 0 auto;
}
#idFooter .container .parte .linealogo {
  width: 86%;
  border-top: 1px solid #747678;
  margin: 1.5em auto 0;
}
#idFooter .container .parte.lineas {
  border-left: 1px solid #9d9e9f;
  border-right: 1px solid #9d9e9f;
}
#idFooter .container .parte.oculto {
  display: none;
}

.abtnMenuIcon {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  background: #2d294d;
  font-size: 9vw;
  width: 1.75em;
  height: 1.75em;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 12;
  box-shadow: 0px 0px 8px 0px #2d294d;
}
.abtnMenuIcon .fa {
  color: white;
}
.abtnMenuIcon .fa.fa-times {
  display: none;
}
.abtnMenuIcon.open {
  background: white;
}
.abtnMenuIcon.open .fa {
  color: #098db8;
}
.abtnMenuIcon.open .fa.fa-times {
  display: block;
}
.abtnMenuIcon.open .fa.fa-bars {
  display: none;
}
@media screen and (max-width: 768px) {
  .abtnMenuIcon {
    display: -ms-flexbox;
    display: flex;
  }
}

.contpopuptransparente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contpopuptransparente.mostar {
  display: -ms-flexbox;
  display: flex;
}
.contpopuptransparente .contenedor {
  position: relative;
  max-width: 601px;
  width: 90%;
  overflow: hidden;
  border-radius: 2.5em;
  -webkit-box-shadow: 0px 0px 12px -2px #000000;
  box-shadow: 0px 0px 12px -2px #000000;
}
.contpopuptransparente .contenedor .abtncerrarpopup {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: white;
  font-size: 1.5vw;
  transition: color 0.5s;
  z-index: 1;
  background: #4298bb;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contpopuptransparente .contenedor .abtncerrarpopup:hover {
  color: #df2420;
}
.contpopuptransparente .contenedor img {
  width: 100%;
  display: block;
}
.contpopuptransparente .contenedor img.gif {
  position: absolute;
  top: 0;
  left: 0;
}
.contpopuptransparente .contenedor img.oculto {
  opacity: 0;
}

@media screen and (max-width: 1790px) {
  #idContenedor section.newContCoberturas .contCoberturas.civil {
    background-position: -4% 150%, 104% 150%;
  }
}
@media screen and (max-width: 1515px) {
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item
    .conttexto {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1480px) {
  #idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1450px) {
  #idHeader .container .menu .listaMenu > li {
    margin: 0 0 0 2em;
  }
}
@media screen and (max-width: 1405px) {
  #idContenedor section.sectionPortalDiagrama .contDiagrama {
    width: 80vw;
  }

  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno.dos
    .ptextocentral {
    width: 85%;
    padding: 0.4em 0 0.75em;
    text-align: center;
  }

  #idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno .item {
    width: 30%;
  }
}
@media screen and (max-width: 1340px) {
  #idHeader .container .menu .listaMenu > li {
    margin: 0 0 0 1.5em;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .textoChico,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .textoChico {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1280px) {
  #idContenedor section.siniestro .contTexto div {
    margin: 0 4vw 0 0;
  }

  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 1250px) {
  #idContenedor section.sectionPortalDiagrama .contDiagrama {
    width: 90vw;
  }

  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item
    .conttexto {
    font-size: 0.8em;
  }

  #idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno .item {
    min-height: 8em;
  }
}
@media screen and (max-width: 1225px) {
  #idHeader .container .menu .listaMenu > li {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 1225px) {
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .textoChico,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .textoChico {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1140px) {
  #idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow {
    font-size: 1.5em;
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  #idContenedor section.sectionPortalDiagrama .contDiagrama .filaUno .item,
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item.margen {
    min-height: auto;
    height: 8em;
  }

  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item
    .conttexto {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .resultForm
    #idResultados {
    width: 100%;
  }
}
@media screen and (max-width: 1005px) {
  #idHeader .container .menu .listaMenu > li {
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 1000px) {
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item.uno:after,
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item.tres:after,
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno.tres
    .item.dos:after {
    height: 60%;
  }

  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama
    .filaUno
    .item.dos:after {
    height: 120%;
  }
}
@media screen and (max-width: 990px) {
  #idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1225px) {
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .textoChico,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .textoChico {
    font-size: 0.55em;
  }
}
@media screen and (max-width: 880px) {
  #idHeader .container .menu .listaMenu > li {
    margin: 0 0 0 0.75em;
    padding: 0 0.25em;
  }
}
@media screen and (min-width: 1366px) {
  /*#idContenedor section.conocenos .sub-seccion .contenido{
  	left: 16vw;
  }
  #idContenedor section.ayuda .content{
  	left: 16vw;
  	width: 50vw;
  }
  #idContenedor section.ayuda .imgBack{
  	width: 88vw;
  }*/
  /*#idContenedor section.motivos .contenido {
  	left: 16vw;
  	width: 48%;
  }*/
  /*#idContenedor section.remolqueHome .contenedor{
  	margin: 0 16vw;
  }
  #idContenedor section.remolqueContrata .contenedor{
  	margin: 0 16vw;
  }
  #idContenedor section.remolqueAdemas .contenedor{
  	margin: 0 16vw;
  }*/
  /*#idContenedor section.diasmoteros ,
  #idContenedor section.clubsanpa{
  	width: 80%;
  	margin: 0 auto;
  }*/
  /*#idContenedor section.diasmoteros .contenido .textonegrita {
  	font-size: 1em;
  	line-height: 1em;
  }
  #idContenedor section.diasmoteros .contenido .textonormal {
  	font-size: 1em;
  	line-height: 1em;
  }
  #idContenedor section.diasmoteros .contenido .abtnIngresa {
  	font-size: 1.25em;
  }*/
  /*#idContenedor section.remolque .contenido {
  	left: 16vw;
  }*/
  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro {
    width: 36%;
  }

  #idContenedor
    section.remolqueContrata
    .contenedor
    .mitad
    .cuadro
    .contTexto
    p {
    font-size: 0.9vw;
  }
}
@media screen and (max-height: 530px) {
  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro {
    width: 34%;
  }
}
@media (max-height: 680px) and (max-width: 1366px) {
  #idContenedor section.siniestro .contTexto > div {
    padding: 0 2.5vw 0 0;
  }

  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.8vw;
  }
}
@media (max-height: 626px) and (max-width: 1366px) {
  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.5vw;
  }

  #idContenedor section.siniestro .contTexto > div {
    padding: 0 5vw 0 0;
  }
}
@media (max-height: 580px) and (max-width: 1366px) {
  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.25vw;
  }

  #idContenedor section.siniestro .contTexto > div {
    padding: 0 8vw 0 0;
  }
}
@media (max-height: 680px) and (max-width: 1280px) {
  #idContenedor section.siniestro .contTexto > div {
    padding: 0 2.5vw 0 0;
    margin: 0;
  }

  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.8vw;
  }
}
@media (max-height: 626px) and (max-width: 1280px) {
  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.5vw;
  }

  #idContenedor section.siniestro .contTexto > div {
    padding: 0 5vw 0 0;
  }
}
@media (max-height: 580px) and (max-width: 1280px) {
  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 2.25vw;
  }

  #idContenedor section.siniestro .contTexto > div {
    padding: 0 8vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: auto;
  }

  #idHeader .container {
    width: 96%;
  }

  #idHeader .container .menu .listaMenu {
    display: none;
  }

  #idContenedor section.home .contInfoHome .titulosection {
    font-size: 1.6em;
    line-height: 1.25em;
  }

  #idContenedor section.home .contInfoHome .contFormulario {
    width: 100%;
  }

  #idContenedor section.home .contInfoHome .contFormulario .campos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.home .contInfoHome .contFormulario .campos select,
  #idContenedor section.home .contInfoHome .contFormulario .campos input {
    width: 100%;
    margin: 0.25em 0;
  }

  #idContenedor section.home .contInfoHome .contFormulario .contBtn .aBtn {
    padding: 0.65em 0;
    width: 100%;
  }

  #idContenedor section.home .imgHome {
    display: none;
  }

  #idContenedor section.coberturas .contGris .pTitulo {
    font-size: 2em;
  }

  #idContenedor section.coberturas .contGris .pTexto {
    font-size: 1.2em;
  }

  #idContenedor section.coberturas .contCeleste {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 1.5em;
  }

  #idContenedor section.coberturas .contCeleste .imagen,
  #idContenedor section.coberturas .contCeleste .texto {
    width: 100%;
  }

  #idContenedor section.coberturas .contCeleste .texto .pregunta {
    font-size: 1.5em;
    padding: 0 0.5em;
  }

  #idContenedor section.coberturas .contCeleste .texto .respuesta {
    font-size: 1.5em;
  }

  #idContenedor section.elegirnos .tituloseccion {
    font-size: 2em;
  }

  #idContenedor section.elegirnos .contDetalle {
    display: none;
  }

  #idContenedor section.elegirnos .contDetalle.mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.elegirnos .contDetalle .item {
    width: 100%;
  }

  #idContenedor section.elegirnos .contDetalle.mobile .item .contTexto {
    display: block;
  }

  #idFooter .container .fila {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idFooter .container .fila .logo,
  #idFooter .container .fila .item {
    width: 100%;
    text-align: center;
  }

  #idFooter .container .fila .item {
    padding: 1em 0 0;
  }

  #idFooter .container .fila .item .copy {
    padding: 0;
  }

  #idFooter .container .fila .item.contredes {
    padding: 2em 0 0;
  }

  #idContenedor section.home .contTexto {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
  }

  #idContenedor section.home {
    display: block;
  }

  #idContenedor section.home .contTexto h1 {
    font-size: 1.6em;
    text-align: center;
    padding: 1em 0 0;
  }

  #idContenedor section.home .backImage {
    width: 190%;
    transform: translate(-44%, 0);
  }

  #idContenedor section.conocenos .sub-seccion .contenido {
    position: initial;
    left: initial;
    bottom: initial;
    width: 100%;
    height: auto;
  }

  #idContenedor section.conocenos .sub-seccion .imgBack {
    width: 200%;
    transform: translate(-44%, 0);
  }

  #idContenedor section.conocenos .sub-seccion {
    background: #dd2421;
  }

  #idContenedor section.conocenos .sub-seccion .contenido .titulo {
    font-size: 2em;
    padding: 0;
    line-height: 1em;
    text-align: center;
  }

  #idContenedor section.conocenos .sub-seccion .contenido .texto {
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.5em 1.5em;
    text-align: center;
  }

  #idContenedor section.conocenos .mision-vision {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.conocenos .mision-vision .contTexto {
    width: 100%;
    padding: 0;
  }

  #idContenedor section.conocenos .mision-vision .contTexto .pTitulo {
    font-size: 2.5em;
  }

  #idContenedor section.conocenos .mision-vision .contTexto .pTexto {
    font-size: 1em;
  }

  #idContenedor section.conocenos .mision-vision .contTexto.medio {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #d0d3d7;
    border-bottom: 1px solid #d0d3d7;
    padding: 6vh 0;
    margin: 7vh 0;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido .titulo {
    font-size: 1.8em;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido .ptexto {
    margin: 0;
    font-size: 1em;
    line-height: 1.15em;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido .contItems {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item {
    width: 100%;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    img {
    width: 70%;
    margin: 0 auto;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    .tituloItem {
    font-family: "ArkibalDisplay-Bold";
    font-size: 1.75em;
    padding: 0.75em 0 0.5em;
    text-align: center;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    .tituloItem
    br {
    display: none;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    .textoItem {
    font-size: 1em;
    text-align: center;
    padding: 0 0 4em;
  }

  #idFooter .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  #idFooter .container .parte {
    width: 100%;
    padding: 0.5em 0;
  }

  #idFooter {
    padding: 1em 0;
  }

  #idFooter .container .parte.lineas {
    border: 0;
  }

  #idFooter .container .parte .imgSSN {
    margin: 0 auto;
  }

  #idHeader .logo {
    margin: 0 auto;
  }

  #idHeader .logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  #idContenedor section.coberturas {
    padding: 0;
    margin: 0;
  }

  #idContenedor section.coberturas .parte .contBtn {
    padding: 0 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.coberturas .parte .contBtn .abtn {
    width: 100%;
    font-size: 1em;
    margin: 0.5em 0;
  }

  #idContenedor section.coberturas .parte h1 {
    font-size: 1.5em;
    padding: 5vh 1em 1em;
  }

  #idContenedor section.seguridad {
    background-position: 13% bottom;
    background-size: 250% auto;
    background-repeat: no-repeat;
    background-color: #c7ebe9;
  }

  #idContenedor section.seguridad .content {
    right: initial;
    bottom: 0;
    width: 100%;
    height: 84vh;
    left: 0;
  }

  #idContenedor section.seguridad .content .texto {
    font-size: 2.5em;
    text-align: center;
    padding: 1.5em 0 0;
  }

  #idHeader .container .menu .listaMenu > li {
    text-align: center;
  }

  #idHeader .container .menu .listaMenu > li .listaSubMenu {
    display: inline-block;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    background: transparent;
    border-radius: 0;
    padding: 0.5em 1em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  #idHeader .container .menu .listaMenu > li .listaSubMenu li {
    border: 0;
  }

  #idHeader .container .menu .listaMenu > li .listaSubMenu li .abtnSubmenu {
    text-align: center;
  }

  #idContenedor section.ayuda .content {
    position: initial;
    left: initial;
    bottom: initial;
    width: 84%;
    height: auto;
    margin: -48vh auto 0;
  }

  #idContenedor section.ayuda .imgBack {
    display: block;
    width: 218%;
    transform: translate(-50%, -46%);
  }

  #idContenedor section.ayuda .content .tituloSec {
    font-size: 2.25em;
  }

  #idContenedor section.coberturas .parte .contBtn .abtnVolver {
    width: 90%;
  }

  #idContenedor section.coberturas .info .contTitulo p {
    font-size: 1.2em;
    padding: 2em 0;
  }

  #idContenedor section.coberturas .info {
    width: 96vw;
  }

  #idContenedor section.coberturas .info .detalle .fila .column.col-1 p {
    font-size: 0.6em;
    margin: 0;
  }

  #idContenedor section.coberturas .parte .contBtn .abtnVolver span {
    font-size: 0.75em;
  }

  #idContenedor section.coberturas .info .detalle .fila .column.col-1,
  #idContenedor section.coberturas .info .detalle .fila .column.col-2 {
    width: 25%;
  }

  #idContenedor
    section.coberturas
    .info
    .detalle
    .fila
    .column.col-2
    p.textoChico {
    font-size: 0.5em;
  }

  #idContenedor
    section.coberturas
    .info
    .detalle
    .fila
    .column.col-2
    p.textoGrande {
    font-size: 0.8em;
  }

  #idContenedor section.coberturas .info .detalle .fila .column.col-2 .globo {
    width: 18vw;
    height: 18vw;
    font-size: 0.65em;
  }

  #idContenedor
    section.coberturas
    .info
    .detalle
    .fila
    .column.col-2
    .abtncotizar {
    font-size: 0.5em;
  }

  #idContenedor section.coberturas .info .contLetrasChicas {
    padding: 3em 0 0;
  }

  #idContenedor section.coberturas .info .contLetrasChicas p {
    font-size: 0.6em;
    padding: 0 1em 2em;
  }

  #idContenedor section.coberturas .divLlamanos .contenido {
    width: 100%;
  }

  #idContenedor
    section.coberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .llamanos {
    font-size: 1.2em;
  }

  #idContenedor
    section.coberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .abtnTel {
    font-size: 1.2em;
  }

  #idContenedor
    section.coberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .pDias {
    font-size: 0.6em;
  }

  #idContenedor section.coberturas .divLlamanos .contenido .abtnCerrar {
    font-size: 0.75em;
    top: 12%;
    right: 8%;
  }

  #idContenedor section.coberturas-2 .contGris .pTitulo {
    font-size: 1.5em;
  }

  #idContenedor section.coberturas-2 .contGris .pTexto {
    font-size: 1em;
  }

  #idContenedor section.coberturas-2 .contCeleste {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.coberturas-2 .contCeleste .imagen,
  #idContenedor section.coberturas-2 .contCeleste .texto {
    width: 100%;
  }

  #idContenedor section.coberturas-2 .contCeleste .texto .pregunta {
    font-size: 1.8em;
  }

  #idContenedor section.coberturas-2 .contCeleste .texto .respuesta {
    font-size: 1.5em;
  }

  #idContenedor section.coberturas-2 .contCeleste .texto .aBtn {
    font-size: 1em;
    margin: 2em 0;
  }

  #idContenedor section.remolqueHome > img {
    display: none;
  }

  #idContenedor section.remolqueContrata > img {
    display: none;
  }

  #idContenedor section.remolqueContrata .contenedor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad {
    width: 100%;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .pTitulo {
    font-size: 2em;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad {
    padding: 10vh 0 0vh;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad:last-child {
    padding: 0;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro {
    position: relative;
    width: 60%;
    margin: 0 auto;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro.prim {
    top: initial;
    left: initial;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro.segu {
    top: initial;
    left: initial;
    transform: none;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro.terc {
    right: initial;
    bottom: initial;
  }

  #idContenedor section.remolqueAdemas > img {
    display: none;
  }

  #idContenedor section.remolqueAdemas .contenedor .pTitulo {
    font-size: 2.5em;
  }

  #idContenedor section.remolqueAdemas .contenedor .contLista p {
    font-size: 1em;
  }

  #idContenedor section.remolqueAdemas .contenedor .contLista {
    padding: 0 0 0.5em;
  }

  #idContenedor section.remolqueHome .contenedor {
    padding: 8vh 0;
  }

  #idContenedor section.clubsanpa .imagenBack {
    transform: translate(-45%, 0);
    width: 200%;
    padding: 0 0 15vh;
    margin: 0 0 4vh;
  }

  #idContenedor section.clubsanpa .contenido {
    left: 6%;
    width: 88%;
    height: auto;
  }

  #idContenedor section.diasmoteros .imagenBack {
    width: 200%;
    padding: 0 0 22vh;
    margin: 0 0 4vh;
    background: #f1f1f1;
  }

  #idContenedor section.diasmoteros .contenido {
    width: 88%;
    height: auto;
  }

  #idContenedor section.motivos {
    background: #c7ebe9;
  }

  #idContenedor section.motivos .imagenBack {
    display: none;
  }

  #idContenedor section.motivos .contenido {
    position: initial;
    left: initial;
    bottom: initial;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #idContenedor section.motivos .contenido .tituloseccion {
    font-size: 1.8em;
    padding: 2em 0 0;
  }

  #idContenedor section.motivos .contenido .listamotivos li p {
    font-size: 1em;
  }

  #idContenedor section.motivos .numeroTelefon {
    position: initial;
    right: initial;
    bottom: initial;
    width: 100%;
    height: auto;
    padding: 0 0 4em;
  }

  #idContenedor section.remolque .imagenBack {
    display: none;
  }

  #idContenedor section.remolque .contenido {
    position: initial;
    left: initial;
    top: initial;
    transform: none;
    width: 90%;
    margin: 0 auto;
    padding: 2.5em 0;
  }

  #idContenedor section.siniestro .contPreguntas {
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
    height: auto;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #idContenedor section.siniestro .imagenBack {
    display: block;
    width: 240%;
  }

  #idContenedor section.siniestro .contPreguntas a {
    font-size: 1em;
    margin: 1em 0;
  }

  #idContenedor section.siniestro .contTexto p {
    font-size: 1em;
  }

  #idContenedor section.siniestro .contTexto.uno {
    top: 15%;
    right: 23%;
    left: initial;
  }

  #idContenedor section.siniestro .contTexto.dos {
    top: 27%;
    left: initial;
    right: 6%;
  }

  #idContenedor section.siniestro .contTexto.tres {
    top: 45%;
    left: initial;
    right: 4%;
  }

  #idContenedor section.siniestro .contTexto.cuatro {
    top: 58%;
    left: initial;
    right: 4%;
  }

  #idContenedor section.siniestro .contTexto.cinco {
    top: 72%;
    left: initial;
    right: 21%;
  }

  #idContenedor section.home .contTexto {
    width: auto;
  }

  #idContenedor section.home .contImg {
    width: 100%;
  }

  #idContenedor section.home .backImage {
    width: 100%;
    transform: none;
  }

  #idContenedor section.home {
    background: white;
  }

  #idContenedor section.conocenos .sub-seccion .contenido {
    margin: 12vh 4vw 0;
  }

  #idContenedor section.conocenos .sub-seccion {
    min-height: 40vh;
    background-image: url(../img/new/quienes-somos-IMG-1.jpg);
    background-position: top right;
    background-size: 80% auto;
    background-repeat: no-repeat;
    padding: 25vh 0 0;
  }

  #idContenedor section.conocenos .sub-seccion .contImagen {
    display: none;
  }

  #idContenedor section.ayuda .content {
    margin: 0 auto;
  }

  #idContenedor section.ayuda {
    background: none;
  }

  #idContenedor section.clubsanpa {
    padding: 0 4vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.clubsanpa .mitad {
    width: 100%;
    text-align: center;
  }

  #idContenedor section.clubsanpa .mitad img.cel {
    height: 44vh;
  }

  #idContenedor section.clubsanpa {
    background-position: left top;
    background-size: 55% auto;
  }

  #idContenedor section.clubsanpa .contenido .logo {
    width: 60%;
    margin: 0 auto;
  }

  #idContenedor section.clubsanpa .contenido {
    left: initial;
    width: 100%;
    padding: 1em 0;
    font-size: 0.9em;
  }

  #idContenedor section.diasmoteros {
    padding: 4vh 4vw;
    background: #f2f2f2;
  }

  #idContenedor section.diasmoteros .contenido {
    width: 100%;
    font-size: 0.9em;
  }

  #idContenedor section.motivos {
    padding: 4vh 4vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.motivos .contenido,
  #idContenedor section.motivos .numeroTelefon {
    width: 100%;
  }

  #idContenedor section.remolque .contenido {
    font-size: 0.8em;
  }

  #idContenedor section.remolque .contFooter .textofooter {
    padding: 0 4vw 8vh;
  }

  #idContenedor section.siniestro {
    padding: 4vh 0 0;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.siniestro .mitad {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }

  #idContenedor section.siniestro .contimagenesinfo {
    width: 100%;
  }

  #idContenedor section.siniestro .mitad img.ilustra {
    height: 55vh;
  }

  #idContenedor section.siniestro .contTexto.uno {
    top: 5%;
  }

  #idContenedor section.siniestro .contTexto.dos {
    top: 19%;
  }

  #idContenedor section.siniestro .contTexto.tres {
    top: 50%;
    transform: translate(0, -50%);
  }

  #idContenedor section.siniestro .contTexto.cuatro {
    top: 61%;
  }

  #idContenedor section.siniestro .contTexto.cinco {
    bottom: 5%;
    top: initial;
  }

  #idContenedor section.homeSiniestros {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
  }

  #idContenedor section.homeSiniestros .mitad {
    width: 100%;
  }

  #idContenedor section.homeSiniestros .mitad .nube {
    display: none;
  }

  #idContenedor section.homeSiniestros .mitad .pTitulo {
    color: #2d294d;
    font-size: 2em;
    padding: 0.5em 0;
    text-align: center;
  }

  #idContenedor section.infoSiniestros {
    padding: 5vh 4vw 10vh;
  }

  #idContenedor section.infoSiniestros .contenido .listaItems {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.infoSiniestros .contenido .listaItems .item {
    width: 48%;
    margin: 0 1% 4vh;
  }

  #idContenedor
    section.infoSiniestros
    .contenido
    .listaItems
    .item
    .bordeRedondeado
    .texto
    p {
    padding: 0.5em 0.5em 0;
    font-size: 0.8em;
  }

  #idContenedor
    section.infoSiniestros
    .contenido
    .listaItems
    .item.seleccionado {
    width: 48% !important;
  }

  #idContenedor section.robaronhurtado .contenido .pTituloSec,
  #idContenedor section.choqueaccidente .contenido .pTituloSec,
  #idContenedor section.prendiofuego .contenido .pTituloSec,
  #idContenedor section.tuveproblema .contenido .pTituloSec {
    font-size: 1em;
  }

  #idContenedor section.robaronhurtado .contenido,
  #idContenedor section.choqueaccidente .contenido,
  #idContenedor section.prendiofuego .contenido,
  #idContenedor section.tuveproblema .contenido {
    margin: 0 4vw;
  }

  #idContenedor section.robaronhurtado .contenido .Tips,
  #idContenedor section.choqueaccidente .contenido .Tips,
  #idContenedor section.prendiofuego .contenido .Tips,
  #idContenedor section.tuveproblema .contenido .Tips {
    max-height: auto;
    width: 100%;
    margin: 10vh auto 0;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .contTexto .cont,
  #idContenedor section.choqueaccidente .contenido .Tips .contTexto .cont,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont,
  #idContenedor section.tuveproblema .contenido .Tips .contTexto .cont {
    margin: 0 0.25em;
    padding: 0 0 0 0.5em;
    font-size: 0.75em;
  }

  #idContenedor section.robaronhurtado .contenido .TipsEspecial,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial,
  #idContenedor section.prendiofuego .contenido .TipsEspecial,
  #idContenedor section.tuveproblema .contenido .TipsEspecial {
    width: 100%;
  }

  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont {
    width: 75%;
    margin: 0 3% 0 auto;
    padding: 1em 2% 1em 8%;
    font-size: 0.8em;
  }

  #idContenedor section.quepasadespues .contenido {
    margin: 0 4vw;
    padding: 4vh 0;
  }

  #idContenedor section.quepasadespues .contenido .imagen {
    display: none;
  }

  #idContenedor section.quepasadespues .contenido .texto {
    padding: 0;
  }

  #idContenedor section.recordasiempre .contenido {
    margin: 0 4vw;
    padding: 4vh 0;
    font-size: 0.5em;
  }

  #idContenedor section.tuveproblema .contFondoGris .contenido .pTitulo {
    font-size: 1.5em;
    padding: 1em 0 0.75em;
  }

  #idContenedor section.tuveproblema .contFondoGris .contenido .contSec {
    width: 100%;
  }

  #idContenedor section.tuveproblema .contFondoGris .contenido .contSec .globa {
    display: none;
  }

  #idContenedor
    section.tuveproblema
    .contFondoGris
    .contenido
    .contSec
    .contdirecciones {
    width: 100%;
    padding: 0;
  }

  #idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
    font-size: 7.5vw;
  }

  #idContenedor section.elegirnos .contDetalle .item .contTexto .texto {
    font-size: 4.5vw;
  }

  #idFooter .container .parte .abtnfooter,
  #idFooter .container .parte .textocomun {
    font-size: 4vw;
  }

  #idHeader .container .menu .listaMenu.open li .abtnmenu {
    font-size: 5vw;
  }

  #idContenedor section.conocenos .mision-vision .contTexto.medio {
    width: 100%;
  }

  #idContenedor section.ayuda .content .itemAyuda .info .ptitulo {
    font-size: 4vw;
  }

  #idContenedor section.ayuda .content .itemAyuda .info .abtnTel {
    font-size: 4vw;
  }

  #idContenedor section.ayuda .content .itemAyuda .info .pdias {
    font-size: 4vw;
  }

  #idContenedor section.newContCoberturas .contHeader .container > img.imgNube {
    display: none;
  }

  #idContenedor section.newContCoberturas .contBotones {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow {
    width: 100%;
    margin: 0.5em 0;
  }

  #idContenedor section.newContCoberturas .contCoberturas {
    padding: 0;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-una
    p,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-una
    p {
    font-size: 0.7em;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .textoChico,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .textoChico {
    font-size: 0.7em;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .abtncotizar,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .abtncotizar {
    font-size: 0.4em;
  }

  #idContenedor section.newContCoberturas .contCoberturas {
    background: none;
  }

  #idContenedor section.newContCoberturas .contCoberturas.robo {
    padding: 0 1vw;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .ptextorojo,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .ptextorojo {
    font-size: 0.3em;
  }

  #idContenedor section.newContCoberturas .contCoberturas .pTextoLegales {
    font-size: 0.75em;
  }

  #idContenedor section.remolqueHome {
    padding: 5vh 6vw;
  }

  #idContenedor section.remolqueHome .contenedor .pTitulo {
    font-size: 8vw;
  }

  #idContenedor section.remolqueHome .contenedor {
    padding: 0;
  }

  #idContenedor section.remolqueContrata {
    padding: 0vh 5vw;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad {
    padding: 5vh 0 0vh;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .pTitulo {
    font-size: 1.2em;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .pSubTitulo {
    font-size: 6vw;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .contLista p {
    font-size: 5vw;
  }

  #idContenedor
    section.remolqueContrata
    .contenedor
    .mitad
    .cuadro
    .contTexto
    p {
    font-size: 3.7vw;
  }

  #idContenedor section.remolqueAdemas {
    padding: 4vh 5vw;
  }

  #idContenedor section.remolqueAdemas .contenedor .plegal {
    font-size: 3vw;
    padding: 4vh 0 0.25em;
  }

  #idContenedor section.clubsanpa .mitad {
    text-align: left;
  }

  #idContenedor section.clubsanpa .mitad img.porcent20,
  #idContenedor section.clubsanpa .mitad img.porcent40,
  #idContenedor section.clubsanpa .mitad img.dosxuno {
    width: 30vw;
  }

  #idContenedor section.clubsanpa .mitad img.cel {
    height: 44vh;
  }

  #idContenedor section.clubsanpa {
    background: none;
  }

  #idContenedor section.clubsanpa .mitad:last-child {
    width: 100%;
  }

  #idContenedor section.clubsanpa .contenido .colorverde {
    font-size: 5vw;
    text-align: center;
  }

  #idContenedor section.clubsanpa .contenido .textonormal {
    font-size: 4vw;
    text-align: center;
  }

  #idContenedor section.clubsanpa .contenido .abtnIngresa {
    font-size: 4.25vw;
  }

  #idContenedor section.clubsanpa .contenido {
    text-align: center;
  }

  #idContenedor section.diasmoteros {
    display: block;
    text-align: center;
  }

  #idContenedor section.diasmoteros .contenido .logo {
    margin: 0 auto;
  }

  #idContenedor section.diasmoteros .contenido .textonegrita {
    font-size: 5vw;
  }

  #idContenedor section.diasmoteros .contenido .textonormal {
    font-size: 4vw;
  }

  #idContenedor section.diasmoteros .contenido .abtnIngresa {
    font-size: 5vw;
  }

  #idContenedor section.diasmoteros .contimg {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #idContenedor section.diasmoteros .contimg img {
    margin: 1em 0 0;
  }

  #idContenedor section.motivos .numeroTelefon .btntelefono {
    font-size: 8vw;
  }

  #idContenedor section.remolque {
    padding: 0vh 5vw;
  }

  #idContenedor section.remolque .contInfo .contenido .tituloseccion {
    font-size: 6.4vw;
  }

  #idContenedor section.remolque .contInfo .contenido .textonormal {
    font-size: 4vw;
  }

  #idContenedor section.remolque .contInfo .contenido .btntelefono {
    font-size: 6vw;
  }

  #idContenedor section.remolque .contFooter {
    padding: 0;
  }

  #idContenedor section.remolque .contFooter .textofooter {
    font-size: 4.1vw;
    padding: 0 0vw 4vh;
  }

  #idContenedor section.siniestro .contimagenesinfo .imgTipito {
    height: 40vh;
  }

  #idContenedor section.siniestro .contimagenesinfo .continfoicon.uno {
    width: 20%;
  }

  #idContenedor section.siniestro .contimagenesinfo .continfoicon.dos {
    width: 14%;
  }

  #idContenedor section.siniestro .contimagenesinfo .continfoicon.tres {
    width: 17%;
  }

  #idContenedor section.siniestro .contimagenesinfo .continfoicon.cuatro {
    width: 20%;
  }

  #idContenedor section.siniestro .contimagenesinfo .continfoicon.cinco {
    width: 20%;
  }

  #idContenedor section.siniestro .contTexto .abtningresa {
    font-size: 2.5vw;
    margin: 1em 0 0;
  }

  #idContenedor section.homeSiniestros .nube {
    display: none;
  }

  #idContenedor section.homeSiniestros .mitad:last-child {
    width: 100%;
  }

  #idContenedor section.homeSiniestros .mitad .imgHome {
    margin: 0;
  }

  #idContenedor
    section.infoSiniestros
    .contenido
    .listaItems
    .item
    .bordeRedondeado
    .texto {
    font-size: 5vw;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .imagen .pnumero,
  #idContenedor section.choqueaccidente .contenido .Tips .imagen .pnumero,
  #idContenedor section.prendiofuego .contenido .Tips .imagen .pnumero,
  #idContenedor section.tuveproblema .contenido .Tips .imagen .pnumero {
    font-size: 5vw;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .ptitulo,
  #idContenedor
    section.tuveproblema
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo {
    font-size: 5vw;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .ptexto,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .ptexto,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .ptexto,
  #idContenedor section.tuveproblema .contenido .Tips .contTexto .cont .ptexto {
    font-size: 4vw;
  }

  #idContenedor section.tuveproblema .contFondoGris > img.imgNube,
  #idContenedor section.tuveproblema .contFondoGris > img.imgNube,
  #idContenedor section.choqueaccidente .contFondoBlanco > img.imgNube,
  #idContenedor section.choqueaccidente .contFondoRosa > img.imgNube,
  #idContenedor section.robaronhurtado > img.imgNube,
  #idContenedor section.choqueaccidente > img.imgNube,
  #idContenedor section.prendiofuego > img.imgNube,
  #idContenedor section.tuveproblema > img.imgNube {
    display: none;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink,
  #idContenedor
    section.prendiofuego
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink,
  #idContenedor
    section.tuveproblema
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink {
    font-size: 3vw;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor
    section.choqueaccidente
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor
    section.prendiofuego
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor
    section.tuveproblema
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont .info,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info {
    font-size: 4vw;
  }

  #idContenedor section.recordasiempre > img.imgNube {
    display: none;
  }

  #idContenedor section.recordasiempre .contenido .pTitulo {
    font-size: 6vw;
  }

  #idContenedor section.recordasiempre .contenido .ptexto {
    font-size: 3.25vw;
  }

  #idContenedor section.recordasiempre .contenido .abtnnumero {
    font-size: 6vw;
  }

  #idContenedor
    section.tuveproblema
    .contFondoGris
    .contenido
    .contSec
    .contdirecciones
    .direccion
    .info
    .pdirtit {
    font-size: 6vw;
  }

  #idContenedor
    section.tuveproblema
    .contFondoGris
    .contenido
    .contSec
    .contdirecciones
    .direccion
    .info
    .pdir {
    font-size: 4vw;
  }

  #idContenedor section.siniestro .mitad:last-child {
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50vh;
  }

  #idContenedor section.siniestro .contTexto {
    width: auto;
  }

  #idContenedor section.siniestro .contTexto .pTituloSecc {
    font-size: 1.25em;
  }

  #idContenedor section.siniestro .contTexto .abtningresa {
    font-size: 0.9em;
  }

  /******************************************/
  #idContenedor section.home .contTexto h1 {
    font-size: 8vw;
    padding: 1em 0;
  }

  #idContenedor section.home {
    padding: 0 5vw;
  }

  #idContenedor section.home .contTexto {
    text-align: center;
  }

  #idContenedor section.coberturas-2 .contGris {
    background: #dbdbdb;
  }

  #idContenedor section.coberturas-2 .contGris .pTitulo {
    display: none;
    color: #2d294d;
    font-size: 5.5vw;
  }

  #idContenedor section.coberturas-2 .contGris .pTitulo.mobile {
    display: block;
  }

  #idContenedor section.coberturas-2 .contGris .pTexto a {
    font-family: "ArkibalDisplay-Regular";
  }

  #idContenedor section.coberturas-2 .contGris .pTexto {
    font-size: 4.45vw;
  }

  #idContenedor section.coberturas-2 .contGris .pTexto {
    color: #424242;
    font-family: "GothamRounded-Medium";
  }

  #idContenedor section.coberturas-2 .contGris .pTextososmobile {
    display: block;
  }

  #idContenedor section.coberturas-2 .contCeleste {
    padding: 0;
  }

  #idContenedor section.coberturas-2 .contCeleste .imagen img.imgMoto {
    display: none;
  }

  #idContenedor section.coberturas-2 .contCeleste .imagen img.imgMoto.mobile {
    display: block;
    width: 70%;
    margin: 8vw 0;
  }

  #idContenedor section.coberturas-2 .contCeleste .texto .pregunta {
    display: none;
  }

  #idContenedor section.coberturas-2 .contCeleste .texto .respuesta span {
    font-size: 6vw;
  }

  #idContenedor section.coberturas-2 .contCeleste .ptitulomobile {
    display: block;
  }

  #idContenedor section.coberturas-2 .contCeleste .imagen .contAnimImg > div {
    width: 18vw;
    height: 18vw;
    margin: 0;
  }

  #idContenedor section.coberturas-2 .contCeleste .imagen .contAnimImg {
    width: 38vw;
    right: 4vw;
  }

  #idContenedor section.elegirnos .tituloseccion {
    color: #2d294d;
    font-size: 8vw;
  }

  #idContenedor section.elegirnos {
    padding: 0 5vw 2vh;
  }

  #idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
    font-size: 6.2vw;
  }

  #idContenedor section.elegirnos .contDetalle .item .contTexto .texto {
    font-size: 5vw;
  }

  #idContenedor section.elegirnos .contDetalle .item {
    margin: 0 0 0.75em;
  }

  #idContenedor section.elegirnos .contDetalle .item .contTexto {
    margin: 0 0.8em;
  }

  #idFooter .container .parte {
    display: none;
  }

  #idFooter .container .parte.mobile {
    display: block;
  }

  #idFooter .container .parte .abtnfooter,
  #idFooter .container .parte .textocomun {
    color: #747678;
  }

  #idFooter .container .parte .abtnRedes {
    margin: 1.5em 0 1em;
  }

  #idFooter {
    padding: 1em 0 3em;
  }

  #idContenedor section.conocenos .sub-seccion {
    background-image: url(../img/mobile/quienessomos/im-1.png);
    background-position: center 12%;
    background-size: 76% auto;
  }

  #idContenedor section.conocenos .sub-seccion > img {
    display: none;
  }

  #idContenedor section.conocenos .sub-seccion .contenido .titulo {
    font-size: 9vw;
  }

  #idContenedor section.conocenos .sub-seccion .contenido .titulo span {
    font-size: 0.5em;
    line-height: 1.4em;
    padding: 0.5em 0 0;
  }

  #idContenedor section.conocenos .sub-seccion .contenido .titulo span br {
    display: none;
  }

  #idContenedor section.conocenos .mision-vision .contTexto .pTitulo {
    font-family: "ArkibalDisplay-Bold";
    font-size: 8vw;
  }

  #idContenedor section.conocenos .mision-vision .contTexto .pTitulo br {
    display: none;
  }

  #idContenedor section.conocenos .mision-vision {
    padding: 8vh 5vw;
  }

  #idContenedor section.conocenos .mision-vision .contTexto .pTexto {
    color: #424242;
  }

  #idContenedor section.conocenos .mision-vision .contTexto .pTexto {
    font-size: 5.2vw;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido .titulo {
    font-family: "ArkibalDisplay-Bold";
    font-size: 9vw;
  }

  #idContenedor section.conocenos .nuestros-valores {
    padding: 0 5vw;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido {
    padding: 8vh 0 10vh;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido .ptexto {
    font-size: 5.5vw;
    line-height: 1.5em;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    img {
    width: 50%;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item {
    margin: 0;
    max-width: initial;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    .tituloItem
    br {
    display: none;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    .tituloItem {
    font-size: 7vw;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    .textoItem {
    font-size: 5.5vw;
    line-height: 1.5em;
  }

  #idContenedor section.ayuda .content .itemAyuda .icon {
    display: none;
  }

  #idContenedor section.ayuda .content .itemAyuda {
    padding: 0 0 0.75em;
    border-bottom: 1px solid #5f6364;
    margin: 0 0 0.75em;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #idContenedor section.ayuda .content .itemAyuda .info .abtnTel {
    font-size: 5.5vw;
    display: none;
  }

  #idContenedor section.ayuda .content .itemAyuda .info .pdias {
    font-size: 5vw;
    color: #828587;
    display: none;
  }

  #idContenedor section.ayuda .content .itemAyuda .info .ptitulo {
    font-size: 4.5vw;
    color: #2d294d;
    padding: 0 0 0.25em;
  }

  #idContenedor section.ayuda .content .itemAyuda .info br {
    display: none;
  }

  #idContenedor section.ayuda .content .itemAyuda:last-child {
    border-bottom: 0;
    padding: 0 0 1.5em;
  }

  #idContenedor section.ayuda .content .itemAyuda .iconmobile {
    display: block;
  }

  #idContenedor section.ayuda .content .itemAyuda .iconmobile img {
    display: block;
    width: 5vw;
    margin: 0.25em 0 0 0.25em;
  }

  #idContenedor section.ayuda .content .itemAyuda.open .info .ptitulo {
    color: #098db8;
  }

  #idContenedor section.ayuda .content .itemAyuda.open .info .abtnTel {
    display: block;
  }

  #idContenedor section.ayuda .content .itemAyuda.open .info .pdias {
    display: block;
  }

  #idContenedor section.ayuda .content .itemAyuda.open .iconmobile img {
    transform: rotate(90deg);
  }

  #idContenedor section.ayuda .content .tituloSec {
    display: none;
  }

  #idContenedor section.ayuda .mobileheader {
    display: block;
  }

  #idContenedor section.clubsanpa {
    padding: 0;
  }

  #idContenedor section.clubsanpa .mitad img.porcent20,
  #idContenedor section.clubsanpa .mitad img.porcent40,
  #idContenedor section.clubsanpa .mitad img.dosxuno,
  #idContenedor section.clubsanpa .mitad img.cel {
    display: none;
  }

  #idContenedor section.clubsanpa .mobileheader {
    display: block;
  }

  #idContenedor section.clubsanpa .contenido {
    padding: 0 0 2em;
  }

  #idContenedor section.clubsanpa .contenido .colorverde br,
  #idContenedor section.clubsanpa .contenido .textonormal br {
    display: none;
  }

  #idContenedor section.clubsanpa .contenido .colorverde {
    font-size: 5.5vw;
  }

  #idContenedor section.clubsanpa .contenido .textonormal {
    font-size: 5.5vw;
    padding: 0.5em;
  }

  #idContenedor section.clubsanpa .contenido .abtnIngresa {
    font-size: 5.5vw;
  }

  #idContenedor section.diasmoteros .contenido .textonegrita {
    color: #1d1d1b;
    font-family: "GothamRounded-Bold";
    font-size: 5.6vw;
  }

  #idContenedor section.diasmoteros .contenido .textonormal {
    font-size: 5.5vw;
    padding: 1em 0 0;
  }

  #idContenedor section.diasmoteros .contimg {
    display: none;
  }

  #idContenedor section.diasmoteros .contenido {
    padding: 0 0 2em;
  }

  #idContenedor section.diasmoteros .contenido .textorojo {
    display: block;
  }

  #idContenedor section.diasmoteros .contenido .abtnIngresa {
    margin: 1em 0 0;
  }

  #idContenedor section.diasmoteros .contenido .imagenmobile {
    display: block;
  }

  #idContenedor section.diasmoteros {
    background: #f1f1f1;
  }

  #idContenedor section.motivos .numeroTelefon {
    display: none;
  }

  #idContenedor section.motivos .contenido .tituloseccion {
    font-size: 10vw;
    padding: 0;
    text-align: center;
  }

  #idContenedor section.motivos .contenido .listamotivos li img {
    display: none;
  }

  #idContenedor section.motivos .contenido .listamotivos li p br {
    display: none;
  }

  #idContenedor section.motivos .contenido .listamotivos li {
    padding: 0 0 0.5em;
  }

  #idContenedor section.motivos .contenido .listamotivos li p {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    line-height: 1.5em;
  }

  #idContenedor section.motivos .contenido .listamotivos li p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #2d294d;
    margin: 0 0.25em 0 0;
    border-radius: 50%;
  }

  #idContenedor section.motivos .mobileheader {
    display: block;
  }

  #idContenedor section.remolque .contInfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.remolque .contInfo .contenido,
  #idContenedor section.remolque .contInfo .contImg {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #idContenedor section.remolque .contInfo .contenido .tituloseccion {
    font-family: "ArkibalDisplay-Bold";
    font-size: 7vw;
  }

  #idContenedor section.remolque .contInfo .contenido .textonormal {
    font-size: 5.5vw;
    font-family: "GothamRounded-Medium";
  }

  #idContenedor section.remolque .contInfo .contenido .textonormal strong {
    font-family: "GothamRounded-Medium";
  }

  #idContenedor section.remolque .contInfo .contenido .btntelefono {
    font-family: "ArkibalDisplay-Bold";
    font-size: 9vw;
    padding: 0;
  }

  #idContenedor section.remolque {
    padding: 1.5em 5vw;
  }

  #idContenedor section.remolque .contFooter .textofooter {
    font-family: "GothamRounded-Medium";
    font-size: 5.1vw;
  }

  #idContenedor section.siniestro .mitad {
    display: none !important;
  }

  #idContenedor section.siniestro .mobilesection {
    display: block;
  }

  #idContenedor section.sectionDonde .contMapa {
    display: none;
  }

  #idContenedor section.sectionDonde .contDondeEstamos {
    width: 100%;
    padding: 1.5em;
    background-image: initial;
  }

  #idContenedor section.sectionDonde {
    height: 86vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor section.sectionDonde .contDondeEstamos .pTitulo {
    font-size: 9vw;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .searchForm
    .contSelect
    .select {
    width: 100%;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .contImagenTipito
    img.back,
  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .contImagenTipito
    img.tipito {
    display: none;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .contImagenTipito
    img.mobile {
    display: block;
  }

  #idContenedor section.sectionDonde .contDondeEstamos .contImagenTipito {
    height: auto;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .resultForm
    .divContform
    .volverFormSearch {
    padding: 0.5em;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .resultForm
    #idResultados
    .item {
    background: #088db8;
  }

  #idContenedor section.sectionDonde .contDondeEstamos {
    padding: 1.5em 1em;
    height: auto;
    min-height: 55vh;
  }

  #idContenedor section.sectionDonde .mobiletipito {
    display: block;
    width: 100%;
  }
  #idContenedor section.sectionDonde .mobiletipito img {
    display: block;
    width: 100%;
  }

  #idContenedor section.sectionDonde .contMapa {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  #idContenedor section.sectionDonde .contMapa .volverresultados {
    display: block;
  }

  #idContenedor section.homeSiniestros .mitad {
    display: none;
  }

  #idContenedor section.homeSiniestros .mobileheader {
    display: block;
  }

  #idContenedor section.homeSiniestros {
    padding: 0;
  }

  #idContenedor
    section.infoSiniestros
    .contenido
    .listaItems
    .item
    .bordeRedondeado
    .texto
    p {
    font-size: 5.5vw;
  }

  #idContenedor section.robaronhurtado .contenido .Tips,
  #idContenedor section.choqueaccidente .contenido .Tips,
  #idContenedor section.prendiofuego .contenido .Tips,
  #idContenedor section.tuveproblema .contenido .Tips {
    display: block;
    height: auto;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .imagen .backwhite,
  #idContenedor section.choqueaccidente .contenido .Tips .imagen .backwhite,
  #idContenedor section.prendiofuego .contenido .Tips .imagen .backwhite,
  #idContenedor section.tuveproblema .contenido .Tips .imagen .backwhite {
    display: none;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .imagen,
  #idContenedor section.choqueaccidente .contenido .Tips .imagen,
  #idContenedor section.prendiofuego .contenido .Tips .imagen,
  #idContenedor section.tuveproblema .contenido .Tips .imagen {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .imagen img,
  #idContenedor section.choqueaccidente .contenido .Tips .imagen img,
  #idContenedor section.prendiofuego .contenido .Tips .imagen img,
  #idContenedor section.tuveproblema .contenido .Tips .imagen img {
    width: 100%;
    height: auto;
  }

  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont {
    border: 0;
    width: 100%;
    text-align: center;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .ptitulo,
  #idContenedor
    section.tuveproblema
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo {
    font-size: 7vw;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink,
  #idContenedor
    section.prendiofuego
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink,
  #idContenedor
    section.tuveproblema
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink {
    font-size: 5.5vw;
  }

  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont {
    width: 94%;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor
    section.choqueaccidente
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor
    section.prendiofuego
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor
    section.tuveproblema
    .contenido
    .TipsEspecial
    .cont
    .info
    strong,
  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont .info,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info {
    font-size: 4.55vw;
  }

  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont .info,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info {
    border-bottom: 1px solid #2c294d;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .contTexto,
  #idContenedor section.choqueaccidente .contenido .Tips .contTexto,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto,
  #idContenedor section.tuveproblema .contenido .Tips .contTexto {
    display: block;
    border-radius: 0.5em;
    padding: 4em 0 1em;
    margin: -3em 0 0;
  }

  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont {
    padding: 0 0.5em;
    box-sizing: border-box;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .ptexto,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .ptexto,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont .ptexto,
  #idContenedor section.tuveproblema .contenido .Tips .contTexto .cont .ptexto {
    font-size: 4.5vw;
  }

  #idContenedor section.robaronhurtado .contenido .Tips .contTexto .cont,
  #idContenedor section.choqueaccidente .contenido .Tips .contTexto .cont,
  #idContenedor section.prendiofuego .contenido .Tips .contTexto .cont,
  #idContenedor section.tuveproblema .contenido .Tips .contTexto .cont {
    border: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
  }

  #idContenedor section.recordasiempre .contenido {
    position: relative;
  }

  #idContenedor section.recordasiempre .contenido .ptexto {
    font-size: 5.5vw;
  }

  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo.masgrande {
    font-size: 6vw;
  }

  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .abtnLink.masgrande {
    font-size: 7vw;
  }

  /*#idContenedor section.robaronhurtado .contenido .TipsEspecial .cont .info, 
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info, 
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont .info, 
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont .info{
  	border: 0;
  }*/
  #idContenedor
    section.choqueaccidente
    .contenido
    .TipsEspecial
    .cont
    .info
    img {
    display: block;
    position: initial;
    right: initial;
    top: initial;
    transform: initial;
    margin: 0 auto 0.5em;
  }

  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info {
    width: 100%;
  }

  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont {
    padding: 1em 4%;
    text-align: center;
  }

  #idContenedor section.choqueaccidente .contenido .Tips .contTexto {
    border-bottom: 10px solid #038ebb;
  }

  #idContenedor
    section.choqueaccidente
    .contFondoBlanco
    .contenido
    .Tips
    .contTexto {
    border-bottom: 10px solid #f5c8d7 !important;
  }

  #idContenedor
    section.tuveproblema
    .contFondoGris
    .contenido
    .contSec
    .contdirecciones
    .direccion
    .info
    .pdir
    strong {
    font-size: 5vw;
  }

  #idContenedor
    section.robaronhurtado
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo.masgrande,
  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo.masgrande,
  #idContenedor
    section.prendiofuego
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo.masgrande,
  #idContenedor
    section.tuveproblema
    .contenido
    .Tips
    .contTexto
    .cont
    .ptitulo.masgrande {
    font-size: 6vw;
  }

  #idContenedor section.tuveproblema .contFondoBlanco > img.imgNube.dos {
    display: none;
  }

  #idContenedor
    section.tuveproblema
    .contFondoBlanco
    .contenido
    .TipsEspecial
    .cont {
    width: 94%;
    margin: 0 3%;
    padding: 0.5em 5% 2em 8%;
    text-align: left;
  }

  #idHeader .container .menu .listaMenu > li .listaSubMenu {
    display: none;
  }

  #idContenedor section.remolqueHome .contenedor,
  #idContenedor section.remolqueHome .imagen {
    display: none;
  }

  #idContenedor section.remolqueHome .mobileheader {
    display: block;
  }

  #idContenedor section.remolqueHome {
    padding: 0;
    background: initial;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .pSubTitulo {
    padding: 1.25em 0 0em;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .contLista img {
    height: 30px;
  }

  #idContenedor section.homeAyuda .contInfoSection {
    display: none;
  }

  #idContenedor section.homeAyuda .mobileheader {
    display: block;
  }

  #idContenedor section.ayudaContPreguntas .container {
    width: 80vw;
  }

  #idContenedor section.ayudaContPreguntas .container .ulLista li {
    width: 100%;
  }

  #idContenedor
    section.ayudaContPreguntas
    .container
    .ulLista
    li
    .abtnShowPregunta
    span {
    font-size: 6vw;
  }

  #idContenedor .contFondoPopUpPreguntas .contFondoBlanco {
    width: 96vw;
    height: 84vh;
    margin: 14vh 0 0;
  }

  #idContenedor
    .contFondoPopUpPreguntas
    .contFondoBlanco
    .contenedor
    .contTitulo
    p {
    font-size: 5vw;
  }

  #idContenedor
    .contFondoPopUpPreguntas
    .contFondoBlanco
    .contenedor
    .contPreg
    .item
    .ContRes
    .abtnItem,
  #idContenedor
    section.ayudaContPreguntas
    .container
    .ulLista
    li
    .mobilerespuestas
    .item
    .ContRes
    .abtnItem {
    font-size: 5vw;
  }

  #idContenedor .contFondoPopUpPreguntas .contFondoBlanco .contenedor {
    width: 90%;
    padding: 0 0 3em;
  }

  #idContenedor
    .contFondoPopUpPreguntas
    .contFondoBlanco
    .contenedor
    .contPreg
    .item
    .ContRes,
  #idContenedor
    section.ayudaContPreguntas
    .container
    .ulLista
    li
    .mobilerespuestas
    .item
    .ContRes {
    padding: 0 0 0 0.5em;
  }

  #idContenedor
    .contFondoPopUpPreguntas
    .contFondoBlanco
    .contenedor
    .contPreg
    .item
    .ContRes
    .pRespuesta,
  #idContenedor
    section.ayudaContPreguntas
    .container
    .ulLista
    li
    .mobilerespuestas
    .item
    .ContRes
    .pRespuesta {
    font-size: 4.5vw;
    padding: 0;
  }

  #idContenedor section.newContCoberturas .contHeader {
    display: none;
  }

  #idContenedor section.newContCoberturas .mobileheader {
    display: block;
  }

  #idContenedor section.newContCoberturas .contBotones {
    padding: 1vh 6vw;
  }

  #idContenedor
    section.newContCoberturas
    .contBotones
    .abtnCoberturasShow
    span {
    font-size: 0.9em;
  }

  #idContenedor section.newContCoberturas .contBotones .abtnCoberturasShow {
    margin: 0.25em 0;
  }

  #idContenedor section.newContCoberturas {
    min-height: 100vh;
  }

  #idContenedor section.newContCoberturas .contCoberturas.civil .cob.civil.dsk {
    display: none;
  }

  #idContenedor section.newContCoberturas .contCoberturas.civil .cob.civil.mob {
    display: block;
  }

  #idContenedor section.newContCoberturas .contCoberturas.robo .cob.robo.dsk {
    display: none;
  }

  #idContenedor section.newContCoberturas .contCoberturas.robo .cob.robo.mob {
    display: block;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila:first-child,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila:first-child {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5em 0 0;
    border-bottom: 1px solid #6f6f6f;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila:first-child
    .col-dos,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila:first-child
    .col-dos {
    width: 100%;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila:first-child
    .col-dos
    img,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila:first-child
    .col-dos
    img {
    margin: 0 auto 1em;
    width: 34%;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila:first-child
    .col-dos.full
    img {
    margin: 0 auto;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .ptextorojo {
    font-size: 1em;
    padding: 0.5em 0 0.8em;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-una,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-una {
    width: 68%;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos {
    width: 30%;
  }

  #idContenedor section.newContCoberturas .contCoberturas .cob.robo,
  #idContenedor section.newContCoberturas .contCoberturas .cob.civil {
    width: 94%;
    margin: 0 auto;
  }

  #idContenedor section.newContCoberturas .contCoberturas .cob.robo .contFila,
  #idContenedor section.newContCoberturas .contCoberturas .cob.civil .contFila {
    padding: 0.6em 0;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila:last-child,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila:last-child {
    -ms-flex-pack: center;
    justify-content: center;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila:last-child
    .col-dos,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila:last-child
    .col-dos {
    width: 80%;
  }

  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.robo
    .contFila
    .col-dos
    .abtncotizar,
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .cob.civil
    .contFila
    .col-dos
    .abtncotizar {
    font-size: 1em;
    display: block;
    transform: initial;
    margin: 0.5em 0 0;
  }

  #idContenedor section.newContCoberturas .contCoberturas .cob.robo .borderojo {
    width: 106%;
    height: 85%;
    top: 11%;
    right: -3%;
    box-sizing: border-box;
  }

  #idContenedor section.newContCoberturas .divLlamanos .contenido {
    height: 230px;
  }

  #idContenedor section.newContCoberturas .divLlamanos .contenido .abtnCerrar {
    font-size: 1em;
  }

  #idContenedor section.newContCoberturas .divLlamanos .contenido img.left {
    transform: initial;
    width: 16%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #idContenedor section.newContCoberturas .divLlamanos .contenido img.right {
    transform: initial;
    width: 16%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #idContenedor section.newContCoberturas .divLlamanos .contenido {
    width: 96%;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .contBotonesSel
    .abtn {
    font-size: 0.8em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo.dos
    .llamanos {
    font-size: 1em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .pDias {
    font-size: 0.7em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo.dos
    .contFormulario
    input {
    font-size: 0.8em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo.dos
    .contbnt
    .abtnEnviar {
    font-size: 0.7em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .llamanos {
    font-size: 1.5em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .abtnTel {
    font-size: 1.15em;
  }

  #idContenedor
    section.newContCoberturas
    .divLlamanos
    .contenido
    .contInfo
    .positionInfo
    .pDias {
    font-size: 0.6em;
  }

  #idHeader .container .menu .listaMenu.open > li {
    width: 66%;
  }

  #idHeader .container .menu .listaMenu > li.mobilefooter {
    display: block;
    width: 100%;
  }

  #idHeader .container .menu .listaMenu.open li.select .listaSubMenu {
    display: block;
  }
  #idHeader
    .container
    .menu
    .listaMenu.open
    li.select
    .listaSubMenu
    li
    .abtnSubmenu {
    color: #008fbc;
  }
  #idHeader .container .menu .listaMenu.open li.open .listaSubMenu {
    display: block;
  }

  #idContenedor section.conocenos .nuestros-valores .contenido .ptexto {
    padding: 1em 0 1.5em;
  }

  #idContenedor .imgmobileremolque {
    display: block;
  }

  #idContenedor section.remolqueContrata .contenedor .mitad .cuadro {
    display: none;
  }

  #idContenedor section.homePortal > img.nube,
  #idContenedor section.homePortal .contInfoSection {
    display: none;
  }

  #idContenedor section.homePortal .mobileheader {
    display: block;
  }

  #idContenedor section.sectioPortalVideo .contTitulo {
    display: none;
  }

  #idContenedor section.sectioPortalVideo .contVideo {
    width: 100vw;
    padding: 0 5vw;
  }

  #idContenedor section.homePortal {
    background: white;
    background-image: initial;
  }

  #idContenedor section.sectioPortalVideo {
    background-image: initial;
  }

  #idContenedor section.sectionPortalDiagrama .contDiagrama {
    display: none;
  }

  #idContenedor section.sectionPortalDiagrama .contDiagrama.mobile {
    display: block;
  }
  #idContenedor section.sectionPortalDiagrama .contDiagrama.mobile .filaUno {
    display: block;
  }
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama.mobile
    .filaUno
    .item {
    width: 100%;
    margin: 1em 0;
    height: auto;
  }
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama.mobile
    .filaUno
    .item
    .cinimg {
    padding: 0;
  }
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama.mobile
    .filaUno
    .item:after {
    display: none;
  }
  #idContenedor
    section.sectionPortalDiagrama
    .contDiagrama.mobile
    .filaUno.dos
    .ptextocentral {
    font-size: 7vw;
    font-family: "ArkibalDisplay-Bold";
    width: 100%;
  }

  #idContenedor
    section.sectionPortalTenemos
    .contContenido
    .conttitulo
    .pTituloSection {
    font-size: 7vw;
    font-family: "ArkibalDisplay-Bold";
    width: 100%;
    box-sizing: border-box;
    margin: 1.5em 0 0;
  }

  #idContenedor section.sectionPortalTenemos .contContenido {
    width: 100vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  #idContenedor section.sectionPortalTenemos .contContenido .conttitulo {
    padding: 0 0 2em;
  }

  #idContenedor section.sectionEmpecemosTrabajar {
    display: none;
  }

  #idContenedor section.robaronhurtado .contenido .TipsEspecial .cont,
  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont,
  #idContenedor section.prendiofuego .contenido .TipsEspecial .cont,
  #idContenedor section.tuveproblema .contenido .TipsEspecial .cont {
    text-align: left;
    padding: 1em 8%;
  }

  #idContenedor section.recordasiempre > img {
    width: 20vw;
  }

  #idContenedor
    section.sectionDonde
    .contDondeEstamos
    .resultForm
    #idResultados
    .item
    .contInfoPoint
    .irAlMapa {
    display: block;
  }

  #idFooter .container .parte .abtnRedes {
    margin: 0;
  }

  #idFooter .container .parte .copy {
    padding: 0 0 1.5em;
    border-bottom: 1px solid #9d9e9f;
  }

  #idFooter .container .parte.numinscr,
  #idFooter .container .parte.lineas {
    width: 49%;
    display: inline-block;
  }
  #idFooter .container .parte.numinscr .abtnfooter,
  #idFooter .container .parte.numinscr .textocomun,
  #idFooter .container .parte.lineas .abtnfooter,
  #idFooter .container .parte.lineas .textocomun {
    font-size: 3.5vw;
  }

  #idContenedor
    section.conocenos
    .nuestros-valores
    .contenido
    .contItems
    .item
    img {
    width: 40%;
  }

  #idContenedor
    section.newContCoberturas
    .contBotones
    .abtnCoberturasShow.seleccionado {
    background: white;
    float: right;
  }

  #idContenedor
    section.newContCoberturas
    .contBotones
    .abtnCoberturasShow.seleccionado
    span {
    color: #333333;
  }

  #idContenedor section.newContCoberturas .contCoberturas .pTextoLegales {
    padding: 4em 1em;
  }

  #idContenedor section.clubsanpa .contenido .abtnIngresa,
  #idContenedor section.diasmoteros .contenido .abtnIngresa,
  #idContenedor section.siniestro .mobilesection .abtningresa {
    font-size: 5.5vw;
    padding: 0.4em 0 0.65em;
    width: 80vw;
  }

  #idContenedor section.diasmoteros .contenido .imagenmobile {
    margin: 0.25em 0 0 5%;
  }

  #idContenedor section.clubsanpa .contenido .colorverde {
    padding: 0.25em 0;
    line-height: 1.3em;
  }

  #idContenedor section.robaronhurtado .contenido .Tips,
  #idContenedor section.choqueaccidente .contenido .Tips,
  #idContenedor section.prendiofuego .contenido .Tips,
  #idContenedor section.tuveproblema .contenido .Tips {
    max-height: initial;
  }

  #idContenedor section.infoSiniestros {
    padding: 5vh 0 10vh;
  }

  #idContenedor
    section.infoSiniestros
    .contenido
    .listaItems
    .item
    .bordeRedondeado
    .texto
    p {
    font-size: 4.5vw;
  }

  #idContenedor section.choqueaccidente .contFondoBlanco > img.imgRight {
    display: none;
  }

  #idContenedor section.choqueaccidente .contenido .TipsEspecial .cont .info {
    text-align: center;
    border-bottom: 0;
  }

  #idContenedor section.choqueaccidente .contenido .psubtitutlo {
    font-size: 4.5vw;
    padding: 3em 1em 0;
  }

  #idContenedor
    section.choqueaccidente
    .contenido
    .Tips.opentipespecial.mobilemargin {
    margin: 5vh auto 0;
  }

  #idContenedor section.sustentable .homesection img {
    display: none;
  }

  #idContenedor section.sustentable .homesection img.mobile {
    display: block;
  }

  #idContenedor section.sustentable .homesection .contenido {
    display: none;
  }

  #idContenedor section.sustentable .fondoamarillo .contenido,
  #idContenedor section.sustentable .fondoceleste .contenido,
  #idContenedor section.sustentable .fondoverde .contenido,
  #idContenedor section.sustentable .sustentablesection .contenido {
    display: block;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    width: 88%;
  }

  #idContenedor section.sustentable .fondoamarillo .contenido .contsec.imagen,
  #idContenedor section.sustentable .fondoceleste .contenido .contsec.imagen,
  #idContenedor section.sustentable .fondoverde .contenido .contsec.imagen,
  #idContenedor
    section.sustentable
    .sustentablesection
    .contenido
    .contsec.imagen {
    display: none;
  }

  #idContenedor section.sustentable .fondoamarillo .contenido .contsec,
  #idContenedor section.sustentable .fondoceleste .contenido .contsec,
  #idContenedor section.sustentable .fondoverde .contenido .contsec,
  #idContenedor section.sustentable .sustentablesection .contenido .contsec {
    width: 100%;
    text-align: center;
  }

  #idContenedor section.sustentable .sustentablesection {
    background: #e9e9e9;
  }

  #idContenedor
    section.sustentable
    .fondoamarillo
    .contenido
    .contsec
    .ptextosec,
  #idContenedor
    section.sustentable
    .fondoceleste
    .contenido
    .contsec
    .ptextosec,
  #idContenedor section.sustentable .fondoverde .contenido .contsec .ptextosec,
  #idContenedor
    section.sustentable
    .sustentablesection
    .contenido
    .contsec
    .ptextosec {
    font-size: 5vw;
  }

  #idContenedor section.sustentable .fondoamarillo .mobile,
  #idContenedor section.sustentable .fondoceleste .mobile,
  #idContenedor section.sustentable .fondoverde .mobile,
  #idContenedor section.sustentable .sustentablesection .mobile {
    display: block;
  }

  #idContenedor section.sustentable .fondoverde,
  #idContenedor section.sustentable .fondoceleste,
  #idContenedor section.sustentable .fondoamarillo {
    background-image: none;
  }

  #idContenedor section.accidentesHome.segundo,
  #idContenedor section.accidentesHome.tercero {
    padding: 1.5em 0;
  }
  #idContenedor section.accidentesHome.segundo .desktopheader,
  #idContenedor section.accidentesHome.tercero .desktopheader {
    display: none;
  }
  #idContenedor section.accidentesHome.segundo .contenedor,
  #idContenedor section.accidentesHome.tercero .contenedor {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
  }
  #idContenedor section.accidentesHome.segundo .contenedor .pTitulo_dos,
  #idContenedor section.accidentesHome.tercero .contenedor .pTitulo_dos {
    font-size: 7vw;
  }
  #idContenedor section.accidentesHome.segundo .contenedor .contLista .item,
  #idContenedor section.accidentesHome.tercero .contenedor .contLista .item {
    font-size: 4vw;
    padding: 0 0 0.5em;
  }
  #idContenedor section.accidentesHome.segundo .contglobagris,
  #idContenedor section.accidentesHome.tercero .contglobagris {
    font-size: 4vw;
    position: initial;
    bottom: initial;
    right: initial;
    transform: initial;
  }

  #idContenedor section.accidentesHome.tercero {
    background: #008fbc;
  }

  #idContenedor section.newContCoberturas .menuotrascoberturas .cont .ptitulo {
    font-size: 7vw;
  }

  #idContenedor section.newContCoberturas .menuotrascoberturas .cont .abtngo {
    font-size: 4vw;
  }

  #idContenedor section.newContCoberturas .contHeader {
    display: block;
  }
  #idContenedor section.newContCoberturas .contHeader .imgnewback {
    display: none;
  }
  #idContenedor section.newContCoberturas .contHeader .contnewinfosec {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 0 0.5em;
    background: #99c1d4;
  }
  #idContenedor section.newContCoberturas .contHeader .contnewinfosec .texto {
    display: none;
  }
  #idContenedor section.newContCoberturas .contHeader .contnewinfosec .botones {
    padding: 0;
  }
  #idContenedor
    section.newContCoberturas
    .contHeader
    .contnewinfosec
    .botones
    .contbtn
    a.abtnCoberturasShow {
    font-size: 5vw;
  }

  #idContenedor section.newContCoberturas .contCoberturas .titulocobertura h1 {
    text-align: center;
    font-size: 8vw;
  }
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .titulocobertura
    h1.civil {
    font-size: 5.5vw;
  }

  #idContenedor
    section.accidentesHome.mediospago
    .contenedor
    .seccionnueva
    .infosec.itemsflex
    .item.uno {
    width: 100%;
  }

  #idContenedor section.accidentesHome .contenedor {
    top: 0;
    bottom: initial;
  }

  #idContenedor section.accidentesHome .contenedor .pTitulo {
    padding: 1.1em 0 0;
  }

  #idContenedor section.accidentesHome.new-segundo .contenedor {
    padding: 0 5vw 3vw;
  }

  #idContenedor section.accidentesHome.new-segundo .contenedor .pTitulo {
    text-align: left;
    padding: 1em 0 1.25em;
  }

  #idContenedor section.accidentesHome.new-segundo {
    background-size: 20vw auto;
    background-position: right 1vw;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .continfotabla
    .globatabla.dsk {
    display: none;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .continfotabla
    .globatabla.mob {
    display: -ms-flexbox;
    display: flex;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .conttitulotabla {
    width: 100%;
    -ms-flex: initial;
    flex: initial;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .continfotabla {
    width: 25%;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .conttitulotabla
    .tit {
    font-size: 5vw;
    padding: 0 2em 1em 0;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .continfotabla
    .globatabla {
    font-size: 4vw;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem
    .continfotabla
    .text {
    font-size: 3.2vw;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .contenedor
    .conttabla
    .rowitem.linea {
    margin: 0 0 1em;
  }

  #idContenedor section.accidentesHome.new-segundo .fondogris .contenedor {
    display: block;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .fondogris
    .contenedor
    .tituloseccion {
    width: 100%;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .fondogris
    .contenedor
    .globaceleste {
    width: 100%;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .fondogris
    .contenedor
    .tituloseccion
    .ptituloazul {
    font-size: 6vw;
    padding: 0 0 1em;
  }
  #idContenedor
    section.accidentesHome.new-segundo
    .fondogris
    .contenedor
    .tituloseccion
    .ptituloazul
    br {
    display: none;
  }

  #idContenedor
    section.accidentesHome.new-segundo
    .fondogris
    .contenedor
    .globaceleste
    .contglovaazul {
    font-size: 3vw;
  }

  #idContenedor section.accidentesHome.new-segundo .fondogris {
    background-size: 14vw auto, 20vw auto;
    background-position: bottom right, -10% -16%;
    margin-top: 1em;
  }

  #idContenedor section.accidentesHome.segundo .contenedor.sinpos {
    padding: 0 6vw;
    position: initial !important;
  }

  #idContenedor section.accidentesHome.segundo .contenedor.sinpos .pTitulo_dos {
    text-align: left;
    font-size: 8vw;
    text-align: left;
  }
  #idContenedor
    section.accidentesHome.segundo
    .contenedor.sinpos
    .pTitulo_dos
    span {
    display: block;
    color: #008fbc;
    font-family: "ArkibalDisplay-Regular";
    font-size: 0.7em;
    padding: 0.5em 0 0;
    line-height: 1.2em;
  }

  #idContenedor section.accidentesHome.segundo .conttituloseccion {
    display: none;
  }

  #idContenedor section.accidentesHome.segundo .contenedor {
    padding: 0px 12vw;
  }

  #idContenedor section.accidentesHome.segundo .contenedor .pTitulo_dos {
    text-align: left;
  }

  #idContenedor section.accidentesHome.segundo .contenedor .pTitulo_dos {
    font-size: 6vw;
    padding: 2.4em 0 0.25em;
  }

  #idContenedor section.accidentesHome .contenedor .contLista .item p {
    font-size: 0.9em;
    padding: 0 2.5em 0 0;
  }

  #idContenedor section.accidentesHome.segundo .contenedor .contLista .item,
  #idContenedor section.accidentesHome.tercero .contenedor .contLista .item {
    padding: 0 0 0.2em;
  }

  #idContenedor section.accidentesHome.tercero .contenedor .pTitulo_dos {
    text-align: left;
    padding: 1em 1em 0.5em 0;
  }

  #idContenedor section.accidentesHome.tercero {
    padding: 0 0 1.5em !important;
  }

  #idContenedor section.accidentesHome.tercero .contenedor {
    position: initial !important;
    top: initial !important;
    left: initial !important;
  }

  #idContenedor section.accidentesHome.tercero .mobileheader {
    display: none;
  }

  #idContenedor section.accidentesHome.tercero .contenedor .contLista .item p {
    font-size: 1.2em;
  }

  #idContenedor section.accidentesHome.contalerta {
    display: none;
  }

  #idContenedor section.sectioncontnewinfo {
    font-size: 3vw;
    width: 90%;
    margin: 0 auto 2em;
  }

  #idContenedor section.sectioncontnewinfo .contborde .contcontacto {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #idContenedor
    section.sectioncontnewinfo
    .contborde
    .contcontacto
    .mitad:last-child,
  #idContenedor section.sectioncontnewinfo .contborde .contcontacto .mitad {
    width: 100%;
    text-align: center;
  }

  #idContenedor
    section.sectioncontnewinfo
    .contborde
    .contcontacto
    .mitad:last-child
    .contcontactinfo,
  #idContenedor
    section.sectioncontnewinfo
    .contborde
    .contcontacto
    .mitad
    .contcontactinfo {
    margin: 0 auto 0.5em;
  }
}
#idContenedor section.home {
  background-image: initial;
  padding: 0;
  margin: 0;
}

#idContenedor section.home .newbannerhome {
  width: 100%;
  display: block;
  position: relative;
}

#idContenedor section.home .newbannerhome .dsk {
  width: 100%;
  display: block;
}

#idContenedor section.home .newbannerhome .mobile {
  width: 100%;
  display: none;
}

#idContenedor section.home .newbannerhome .abtnnewbanner {
  display: block;
  width: 24%;
  height: 11%;
  position: absolute;
  bottom: 29%;
  left: 6%;
}

@media screen and (max-width: 768px) {
  #idContenedor section.home .newbannerhome .dsk {
    display: none;
  }

  #idContenedor section.home .newbannerhome .mobile {
    display: block;
  }

  #idContenedor section.home .newbannerhome .abtnnewbanner {
    width: 50%;
    height: 7%;
    bottom: initial;
    left: 25%;
    top: 32%;
  }

  #idContenedor section.homePortal {
    overflow: hidden;
    background: #2d294d;
  }

  #idContenedor section.homePortal > img.imgHome {
    width: 200%;
    transform: translate(-46%, 0);
  }

  #idContenedor section.homePortal > img.nube,
  #idContenedor section.homePortal .contInfoSection {
    display: block;
    position: initial;
  }

  #idContenedor section.homePortal > img.nube,
  #idContenedor section.homePortal .contInfoSection {
    display: block;
    position: initial;
    width: 88%;
    transform: initial;
    margin: 0 auto;
    text-align: center;
  }

  #idContenedor section.homePortal .contInfoSection .mitad {
    width: 100%;
  }

  #idContenedor section.homePortal .contInfoSection .mitad .pTitulo {
    font-size: 6.4vw;
  }

  #idContenedor
    section.homePortal
    .contInfoSection
    .mitad
    .abtnnumeronuevo
    img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contpopuptransparente .contenedor {
    border-radius: 1em;
  }
  .contpopuptransparente .contenedor .abtncerrarpopup {
    top: 0.25em;
    right: 0.25em;
    font-size: 5vw;
    width: 6.5vw;
    height: 6.5vw;
  }
}

/*
$Regular: 'ArkibalDisplay-Regular';
$Medium: 'ArkibalDisplay-Medium';
$Bold: 'ArkibalDisplay-Bold';
$Heavy: 'ArkibalDisplay-Heavy';
$Book: 'GothamRounded-Book';
$Medium-round: 'GothamRounded-Medium';
$Bold-round: 'GothamRounded-Bold';
*/
@font-face {
  font-family: "ArkibalDisplay-Light";
  src: url("fonts/ArkibalDisplay-Light.eot");
  src: url("fonts/ArkibalDisplay-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/ArkibalDisplay-Light.woff2") format("woff2"),
    url("fonts/ArkibalDisplay-Light.woff") format("woff"),
    url("fonts/ArkibalDisplay-Light.ttf") format("truetype"),
    url("fonts/ArkibalDisplay-Light.svg#ArkibalDisplay-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArkibalDisplay-Thin";
  src: url("fonts/ArkibalDisplay-Thin.eot");
  src: url("fonts/ArkibalDisplay-Thin.eot?#iefix") format("embedded-opentype"),
    url("fonts/ArkibalDisplay-Thin.woff2") format("woff2"),
    url("fonts/ArkibalDisplay-Thin.woff") format("woff"),
    url("fonts/ArkibalDisplay-Thin.ttf") format("truetype"),
    url("fonts/ArkibalDisplay-Thin.svg#ArkibalDisplay-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#idContenedor section.newcontactohome {
  font-size: 0.8vw;
  min-height: auto;
  background-image: url(../img/29-09-21/LANDING/1-8.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 14vw;
  text-align: center;
  padding: 0 0 1em;
}
#idContenedor section.newcontactohome .linea {
  display: block;
  width: 60%;
  background: #ececec;
  height: 4px;
  border: 0;
  margin: 0 auto 2em;
}
#idContenedor section.newcontactohome h1.tit {
  font-family: "ArkibalDisplay-Thin";
  font-size: 3.1em;
  padding: 0 0 0.8em;
}
#idContenedor section.newcontactohome h1.tit span {
  position: relative;
}
#idContenedor section.newcontactohome h1.tit span img {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0.85em;
  transform: translate(-50%, -30%);
}
#idContenedor section.newcontactohome h2 {
  font-family: "ArkibalDisplay-Medium";
  color: #2c294c;
  font-size: 2.3em;
  line-height: 1.3em;
  padding: 0 0 0.5em;
}
#idContenedor section.newcontactohome h2 a {
  color: #2c294c;
  font-size: 1em;
  transition: color 0.5s;
  font-family: "ArkibalDisplay-Bold";
}
#idContenedor section.newcontactohome h2 a:hover {
  color: #b0b0b0;
}
#idContenedor section.newinfocontactohome {
  font-size: 0.8vw;
  background: #d5ebef;
  min-height: auto;
  background-image: url(../img/29-09-21/LANDING/3-8.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 14vw;
  padding: 4vw 0;
}
#idContenedor section.newinfocontactohome .container {
  padding: 0 14vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#idContenedor section.newinfocontactohome .container .post {
  width: 46%;
  /*box-sizing: border-box;
      border-radius: 3em;
      padding: 3em 2.5em;
      box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
      -webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);*/
}
#idContenedor section.newinfocontactohome .container .post > img {
  width: 100%;
  display: block;
}
#idContenedor section.newinfocontactohome .container .post > a {
  display: block;
}
#idContenedor section.newinfocontactohome .container .post > a > img {
  width: 100%;
  display: block;
}
#idContenedor section.newinfocontactohome .container .post .ptitulo {
  color: #2c294c;
  font-family: "ArkibalDisplay-Regular";
  font-size: 2.5em;
  position: relative;
  display: inline-block;
  line-height: 1.1em;
}
#idContenedor section.newinfocontactohome .container .post .ptitulo img {
  position: absolute;
  top: 100%;
  left: 100%;
  height: 2em;
  transform: translate(-30%, 0);
}
#idContenedor section.newinfocontactohome .container .post .ptexto {
  color: #2c294c;
  font-family: "GothamRounded-Book";
  font-size: 2.25em;
  line-height: 1.25em;
  padding: 0 0 0.3em;
  text-align: center;
}
#idContenedor section.newinfocontactohome .container .post .ptexto span {
  display: block;
  color: #009abf;
  font-family: "GothamRounded-Bold";
}
#idContenedor section.newinfocontactohome .container .post .ptip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
}
#idContenedor section.newinfocontactohome .container .post .ptip img {
  height: 1.75em;
}
#idContenedor section.newinfocontactohome .container .post .ptip span {
  font-family: "GothamRounded-Book";
  color: #2c294c;
  font-size: 1em;
  padding: 0.5em 0 0;
}
#idContenedor section.newinfocontactohome .container .post .pbajada {
  font-family: "GothamRounded-Book";
  font-size: 1.5em;
  color: #009abf;
  white-space: nowrap;
  text-align: center;
  line-height: 1.25em;
  padding: 0.5em 0 0;
}
#idContenedor section.newinfocontactohome .container .post .pbajada span {
  color: #2c294c;
  display: block;
  font-family: "GothamRounded-Bold";
}
#idContenedor section.newinfocontactohome .container .post .alignright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.5em;
}
#idContenedor
  section.newinfocontactohome
  .container
  .post
  .alignright
  .ptitulo {
  font-size: 1em;
  text-align: right;
}
#idContenedor section.newinfocontactohome .container .post .alignright img {
  display: block;
  height: 3.5em;
}
#idContenedor section.newinfocontactohome .container .post .ptextorojo {
  color: #ff4f5b;
  font-family: "GothamRounded-Bold";
  font-size: 3.5em;
  text-align: center;
  padding: 0.3em 0 0.2em;
}
#idContenedor section.newinfocontactohome .container .post .contbtn {
  text-align: center;
  padding: 1em 0 0;
}
#idContenedor section.newinfocontactohome .container .post .contbtn .abtn {
  display: inline-block;
  font-family: "GothamRounded-Book";
  background: #2c294c;
  color: white;
  font-size: 1.6em;
  border: 2px solid #2c294c;
  border-radius: 1em;
  padding: 0.25em 0.75em 0.4em;
  box-sizing: border-box;
  transition: color 0.5s, background 0.5s;
}
#idContenedor
  section.newinfocontactohome
  .container
  .post
  .contbtn
  .abtn:hover {
  background: white;
  color: #2c294c;
}
#idContenedor section.newinfocontactohome .container .post.column {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor section.newinfocontactohome .container .post.column .infocolum {
  width: 60%;
}
#idContenedor
  section.newinfocontactohome
  .container
  .post.column
  .infocolum
  .ptitulo {
  margin: 0 0 1em;
}
#idContenedor
  section.newinfocontactohome
  .container
  .post.column
  .infocolum
  .ptexto {
  text-align: left;
}
#idContenedor
  section.newinfocontactohome
  .container
  .post.column
  .infocolum.celu {
  width: 40%;
}
#idContenedor
  section.newinfocontactohome
  .container
  .post.column
  .infocolum.celu
  > img {
  width: 85%;
  display: block;
  margin: 0 0 0 auto;
}
#idContenedor section.elegirnos {
  padding: 0 14vw 5vw;
  max-width: initial;
  min-height: initial;
}
#idContenedor section.elegirnos .tituloseccion {
  color: #2c294c;
}
#idContenedor section.elegirnos .contDetalle .item {
  /*box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.3);*/
}
#idContenedor section.elegirnos .contDetalle .item img {
  width: auto;
  height: 14em;
  margin: 0 auto;
}
#idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
  color: #2c294c;
  line-height: 1.1em;
  padding: 1em 0 0.25em;
  font-size: 1.5em;
}
#idContenedor section.elegirnos .contDetalle .item .contTexto .texto {
  color: #2c294c;
  font-family: "GothamRounded-Medium";
  line-height: 1.2em;
  font-size: 1.22em;
  padding: 0.5em 0 0;
}
#idContenedor section.elegirnos .contDetalle .item:nth-child(1) {
  background: #d5ebef;
}
#idContenedor section.elegirnos .contDetalle .item:nth-child(2) {
  background: #f8d7e0;
}
#idContenedor section.elegirnos .contDetalle .item:nth-child(3) {
  background: #f7f3c9;
}
#idContenedor section.elegirnos .contDetalle .item.bordetop {
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  padding: 2.5em 0 0;
}
#idContenedor section.elegirnos .contDetalle .item.bordebottom {
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
  padding: 0 0 6em;
}
#idContenedor section.asesorialegal {
  font-size: 1vw;
}
#idContenedor section.asesorialegal.minheight {
  min-height: auto;
}
#idContenedor section.asesorialegal .homesection {
  position: relative;
  display: block;
}
#idContenedor section.asesorialegal .homesection img {
  width: 100%;
  display: block;
}
#idContenedor section.asesorialegal .homesection img.mobile {
  display: none;
}
#idContenedor section.asesorialegal .homesection .contenido {
  position: absolute;
  top: 32%;
  left: 0;
  /*max-width: 1366px;*/
  width: 100%;
  box-sizing: border-box;
  padding: 0 4vw 0 14vw;
}
#idContenedor section.asesorialegal .homesection .contenido .titulo {
  font-size: 3.4vw;
  font-family: "ArkibalDisplay-Regular";
  display: block;
  color: #1eb2a8;
}
#idContenedor section.asesorialegal .homesection .contenido .titulo span {
  padding: 0.5em 0 0;
  font-size: 0.42em;
  color: #2c294c;
  display: block;
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor section.asesorialegal .conttextosection {
  background: #e0dcdc;
  text-align: center;
  background-image: url(../img/29-09-21/ASESORIA/3_1-8.png),
    url(../img/29-09-21/ASESORIA/2_1-8.png);
  background-size: 4vw auto, 4vw auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}
#idContenedor section.asesorialegal .conttextosection .ptitulo {
  color: #2c294c;
  font-family: "GothamRounded-Book";
  font-size: 1.7em;
  line-height: 1.25em;
  padding: 1em 0;
}
#idContenedor section.asesorialegal .conttextosection .contcuadro {
  display: inline-block;
  position: relative;
  font-size: 1.7em;
}
#idContenedor section.asesorialegal .conttextosection .contcuadro img {
  position: absolute;
  top: 50%;
  right: 100%;
  height: 4em;
  transform: translate(-5%, -50%);
}
#idContenedor section.asesorialegal .conttextosection .contcuadro p {
  background: #1db2a8;
  color: white;
  font-family: "GothamRounded-Book";
  font-size: 1em;
  font-weight: 900;
  line-height: 1.2em;
  padding: 0.5em 2.25em;
  border-radius: 2em;
}
#idContenedor section.asesorialegal .conttextosection .contservicios {
  padding: 1.5em 0 2em;
}
#idContenedor section.asesorialegal .conttextosection .contservicios .fila {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 0.5em;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contservicios
  .fila
  .column {
  width: 55%;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contservicios
  .fila
  .column
  .ptit {
  font-size: 1.4em;
  padding: 0 0.5em 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contservicios
  .fila
  .column
  .ptit
  img {
  display: inline-block;
  height: 1.6em;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contservicios
  .fila
  .column
  .ptit
  span {
  color: #2c294c;
  font-family: "ArkibalDisplay-Regular";
  display: inline-block;
  padding: 0.2em 0 0;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contservicios
  .fila
  .column
  .info {
  font-size: 1.1em;
  text-align: left;
  color: #2c294c;
  font-family: "ArkibalDisplay-Medium";
  padding: 0.7em 0 0;
  line-height: 1.1em;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contservicios
  .fila
  .column.prim {
  width: 45%;
}
#idContenedor section.asesorialegal .conttextosection .contblanco {
  background: white;
  margin: 0 14vw;
  display: block;
  border-radius: 2em;
  padding: 1.2em 0 1.5em;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .ptitcontacto {
  color: #2c294c;
  font-family: "ArkibalDisplay-Regular";
  font-size: 2em;
  padding: 0 0 1.25em;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .ptitcontacto
  span {
  position: relative;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .ptitcontacto
  span
  img {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 1em;
  transform: translate(-20%, -15%);
}
#idContenedor section.asesorialegal .conttextosection .contblanco .contlinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#idContenedor section.asesorialegal .conttextosection .contblanco .contlinks a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  margin: 0 1.3em;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .contlinks
  a
  img {
  height: 1.5em;
  display: block;
  transition: opacity 0.5s;
  opacity: 0.8;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .contlinks
  a
  span {
  color: #2c294c;
  font-family: "ArkibalDisplay-Regular";
  font-size: 1em;
  padding: 0 0 0 0.2em;
  transition: color 0.5s;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .contlinks
  a:hover
  span {
  color: #1db2a8;
}
#idContenedor
  section.asesorialegal
  .conttextosection
  .contblanco
  .contlinks
  a:hover
  img {
  opacity: 1;
}
#idContenedor section.asesorialegal .conttextosection .contbajada {
  padding: 0 0 3em;
}
#idContenedor section.asesorialegal .conttextosection .contbajada .ptitulo {
  color: #1db2a8;
  font-size: 1.5em;
  font-family: "GothamRounded-Medium";
  padding: 1em 0 0.5em;
}
#idContenedor section.asesorialegal .conttextosection .contbajada .pequipos {
  color: #2c294c;
  font-size: 1.28em;
  font-family: "GothamRounded-Medium";
  line-height: 1.2em;
}
#idContenedor section.asesorialegal.accidentes .homesection .contenido .titulo {
  font-size: 3.25vw;
  color: #009abf;
}
#idContenedor section.asesorialegal.accidentes .conttextosection {
  background-color: #d3e9ed;
  background-image: url(../img/29-09-21/ACCIDENTES/3_2-8.png),
    url(../img/29-09-21/ACCIDENTES/4_2-8.png);
  background-size: 4vw auto, 4vw auto;
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}
#idContenedor section.asesorialegal.accidentes .conttextosection .ptitulo {
  font-family: "ArkibalDisplay-Regular";
}
#idContenedor section.asesorialegal.accidentes .conttextosection .contcall {
  display: inline-block;
  background: white;
  font-size: 1em;
  border-radius: 1.75em;
  margin: 0 0 2em;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container {
  display: -ms-flexbox;
  display: flex;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .contimg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em 0 0;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .contimg
  .scale {
  background: #2c294c;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: scale(1.25);
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .contimg
  .scale
  img {
  height: 3em;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .texto {
  padding: 1em 1.5em 1em 0.5em;
  overflow: hidden;
  position: relative;
  border-radius: 1.75em;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .texto
  a {
  color: #009abf;
  font-family: "GothamRounded-Medium";
  font-size: 1.6em;
  white-space: nowrap;
  transition: color 0.5s;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .texto
  a:hover {
  color: #2c294c;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .texto
  p {
  color: #009abf;
  font-family: "GothamRounded-Medium";
  font-size: 1em;
  white-space: nowrap;
  padding: 0.4em 0 0;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .texto:after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 1px;
  height: 50%;
  background: #009abf;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .contcall
  .container
  .texto:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 8px);
  width: 8px;
  height: 100%;
  background: #2c294c;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .textoresaltado {
  display: inline-block;
  background: #009abf;
  color: white;
  font-family: "GothamRounded-Medium";
  font-size: 1.8em;
  padding: 0.25em 1em;
  border-radius: 2em;
}
#idContenedor section.asesorialegal.accidentes .conttextosection .textorojo {
  color: #ff4f5b;
  font-family: "GothamRounded-Medium";
  font-size: 1.45em;
  padding: 1.25em 0 0;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .ptextodetalle {
  color: #2c294c;
  font-size: 1.2em;
  text-align: center;
  font-family: "ArkibalDisplay-Medium";
  padding: 0.7em 0 0;
  line-height: 1.1em;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .ptextodetalle
  strong {
  font-family: "GothamRounded-Medium";
}
#idContenedor section.asesorialegal.accidentes .conttextosection .pbajada {
  font-family: "ArkibalDisplay-Thin";
  font-size: 1.2em;
  padding: 1.5em 0 4.5em;
  color: #2c294c;
}
#idContenedor section.asesorialegal.accidentes .conttextosection .pbajada a {
  font-family: "GothamRounded-Medium";
  position: relative;
  color: #2c294c;
  transition: color 0.5s;
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .pbajada
  a
  img {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1.2em;
  transform: translate(-10%, 0);
}
#idContenedor
  section.asesorialegal.accidentes
  .conttextosection
  .pbajada
  a:hover {
  color: #009abf;
}
#idContenedor section.homeapp {
  max-width: initial;
  min-height: initial;
  display: block;
  margin: 2em 0 0;
  font-size: 1vw;
}
#idContenedor section.homeapp .continfodescarga {
  display: -ms-flexbox;
  display: flex;
  padding: 3em 14vw;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2em;
}
#idContenedor section.homeapp .continfodescarga .uno h1 {
  color: #2c294c;
  font-family: "GothamRounded-Book";
  font-size: 3.2em;
  line-height: 1.25em;
  padding: 0 0 0.5em;
  text-align: left;
}
#idContenedor section.homeapp .continfodescarga .uno h1 span {
  display: block;
  color: #009abf;
  font-family: "GothamRounded-Bold";
}
#idContenedor section.homeapp .continfodescarga .uno .textodescarga {
  display: inline-block;
  color: #2c294c;
  font-family: "GothamRounded-Medium";
  font-size: 2.2em;
  position: relative;
}
#idContenedor section.homeapp .continfodescarga .uno .textodescarga img {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  height: 3em;
  transform: translate(30%, -30%);
}
#idContenedor section.homeapp .continfodescarga .uno .btn {
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 0;
}
#idContenedor section.homeapp .continfodescarga .uno .btn a {
  display: block;
}
#idContenedor section.homeapp .continfodescarga .uno .btn a img {
  height: 3.4em;
  display: block;
}
#idContenedor section.homeapp .continfodescarga .dos {
  -ms-flex: 1;
  flex: 1;
}
#idContenedor section.homeapp .continfodescarga .dos img {
  display: block;
  width: 60%;
  margin: 0 0 0 auto;
}
#idContenedor section.homeapp .continfodescarga .tres .ptip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.75em;
  white-space: nowrap;
  padding: 0 0 0 1.5em;
}
#idContenedor section.homeapp .continfodescarga .tres .ptip img {
  height: 1.75em;
}
#idContenedor section.homeapp .continfodescarga .tres .ptip span {
  font-family: "GothamRounded-Book";
  color: #2c294c;
  font-size: 1em;
  padding: 0.5em 0 0;
}
#idContenedor section.homeapp .continfodescarga:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  background: #ececec;
  width: 60%;
  height: 3px;
}
#idContenedor section.homeapp .continfodescarga:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  background: #ececec;
  width: 60%;
  height: 3px;
}
#idContenedor section.homeapp .contImagenfull {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#idContenedor section.homeapp .contImagenfull .mitad {
  width: 42%;
  padding: 0 4vw 0 0;
}
#idContenedor section.homeapp .contImagenfull .mitad .big {
  width: 100%;
  display: block;
}
#idContenedor section.homeapp .contImagenfull .mitad .big.mobile {
  display: none;
}
#idContenedor section.homeapp .contImagenfull .mitad .logo {
  margin: 2em auto 0;
  display: block;
  width: 50%;
}
#idContenedor section.homeapp .contImagenfull .mitad .ptexto {
  font-family: "GothamRounded-Book";
  color: #2c294c;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0.5em 0 1em;
}
#idContenedor section.homeapp .contImagenfull .mitad .btn {
  display: inline-block;
  background: #009abf;
  color: white;
  font-family: "GothamRounded-Medium";
  font-size: 1.6em;
  padding: 0.25em 1.5em 0.4em;
  border-radius: 1.5em;
  box-sizing: border-box;
  border: 2px solid #009abf;
  transition: color 0.5s, background 0.5s;
}
#idContenedor section.homeapp .contImagenfull .mitad .btn:hover {
  background: white;
  color: #009abf;
}
#idContenedor section.homeapp .contImagenfull .mitad.uno {
  width: 58%;
  padding: 0;
}
#idContenedor section.bajadaseguinosredes {
  max-width: initial;
  min-height: initial;
  display: block;
  position: relative;
  font-size: 1vw;
}
#idContenedor section.bajadaseguinosredes > img {
  display: block;
  width: 100%;
}
#idContenedor section.bajadaseguinosredes > img.mobile {
  display: none;
}
#idContenedor section.bajadaseguinosredes .contenedortexto {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding: 0 14vw;
  transform: translate(0, -50%);
}
#idContenedor section.bajadaseguinosredes .contenedortexto p {
  font-size: 2.5em;
  color: #2c294c;
  line-height: 1.3em;
  font-family: "GothamRounded-Book";
}
#idContenedor section.bajadaseguinosredes .contenedortexto p span {
  font-family: "GothamRounded-Medium";
  display: block;
}
#idContenedor section.bajadaseguinosredes .contenedortexto p span.color {
  color: #f99f29;
  position: relative;
}
#idContenedor section.bajadaseguinosredes .contenedortexto p span.color img {
  display: block;
  height: 2em;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-75%, 0);
}
#idContenedor section.bajadaseguinosredes .contenedortexto .btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 0 0;
}
#idContenedor section.bajadaseguinosredes .contenedortexto .btn a {
  display: block;
  font-size: 1.2em;
  opacity: 0.8;
  transition: opacity 0.5s;
  margin: 0 0.4em;
}
#idContenedor section.bajadaseguinosredes .contenedortexto .btn a img {
  display: block;
  height: 4em;
}
#idContenedor section.bajadaseguinosredes .contenedortexto .btn a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #idContenedor section.newcontactohome {
    font-size: 1.5vw;
  }
  #idContenedor section.newcontactohome .linea {
    width: 70%;
    height: 2px;
  }
  #idContenedor section.newcontactohome h2 {
    margin: 0 2em;
    font-size: 2.6em;
  }
  #idContenedor section.newcontactohome h2 br {
    display: none;
  }
  #idContenedor section.newinfocontactohome {
    font-size: 2vw;
  }
  #idContenedor section.newinfocontactohome .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #idContenedor section.newinfocontactohome .container .post {
    width: 100%;
    margin: 0 0 4em;
  }
  #idContenedor section.elegirnos .contDetalle .item img {
    height: 40em;
  }
  #idContenedor section.elegirnos .contDetalle .item .contTexto .Titulo {
    font-size: 5.2vw;
  }
  #idContenedor section.elegirnos .contDetalle .item .contTexto .texto {
    font-size: 4em;
    padding: 0.5em 1em 2em;
  }
  #idContenedor section.elegirnos .contDetalle .item.bordetop {
    border-radius: 8em;
    padding: 1em 0 0;
    margin: 0 0 8em;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.35);
  }

  #idContenedor section.asesorialegal {
    font-size: 2.5vw;
  }

  #idContenedor section.asesorialegal .conttextosection .ptitulo {
    margin: 0 1em;
  }
  #idContenedor section.asesorialegal .conttextosection .ptitulo br {
    display: none;
  }

  #idContenedor section.asesorialegal .conttextosection .contservicios .fila {
    display: block;
    text-align: center;
  }

  #idContenedor
    section.asesorialegal
    .conttextosection
    .contservicios
    .fila
    .column.prim,
  #idContenedor
    section.asesorialegal
    .conttextosection
    .contservicios
    .fila
    .column {
    width: 100%;
  }

  #idContenedor
    section.asesorialegal
    .conttextosection
    .contservicios
    .fila
    .column
    .ptit {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7em;
    padding: 0.8em 0 0;
  }

  #idContenedor
    section.asesorialegal
    .conttextosection
    .contservicios
    .fila
    .column
    .info {
    font-size: 1.2em;
    text-align: center;
  }

  #idContenedor section.asesorialegal .conttextosection .contblanco .contlinks {
    display: block;
    text-align: center;
  }

  #idContenedor
    section.asesorialegal
    .conttextosection
    .contblanco
    .contlinks
    a {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3em;
    margin: 0.5em 0;
  }

  #idContenedor section.asesorialegal .conttextosection .contbajada .ptitulo {
    font-size: 1.75em;
  }

  #idContenedor section.asesorialegal .homesection img {
    display: none;
  }
  #idContenedor section.asesorialegal .homesection img.mobile {
    display: block;
  }

  #idContenedor section.asesorialegal .homesection {
    padding: 5em 0 0;
  }

  #idContenedor section.asesorialegal .homesection .contenido {
    top: 0;
  }

  #idContenedor section.asesorialegal .homesection .contenido .titulo {
    font-size: 7.5vw;
    text-align: center;
  }
  #idContenedor section.asesorialegal .homesection .contenido .titulo span {
    display: none;
  }

  #idContenedor section.asesorialegal .homesection .contenido {
    padding: 0 14vw;
  }

  #idContenedor
    section.asesorialegal.accidentes
    .homesection
    .contenido
    .titulo {
    font-size: 5.5vw;
  }

  #idContenedor section.asesorialegal.accidentes .conttextosection {
    padding: 0 4vw;
    font-size: 3vw;
  }

  #idContenedor section.homeapp {
    font-size: 2vw;
  }
  #idContenedor section.homeapp .continfodescarga {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #idContenedor section.homeapp .continfodescarga .uno {
    width: 100%;
    text-align: center;
  }
  #idContenedor section.homeapp .continfodescarga .uno h1 {
    text-align: center;
  }
  #idContenedor section.homeapp .continfodescarga .uno .textodescarga img {
    display: none;
  }
  #idContenedor section.homeapp .continfodescarga .uno .btn {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 0 2em;
  }
  #idContenedor section.homeapp .continfodescarga .dos {
    -ms-flex: initial;
    flex: initial;
    width: 33%;
  }

  #idContenedor section.homeapp .contImagenfull .mitad.uno {
    display: none;
  }

  #idContenedor section.homeapp .contImagenfull {
    font-size: 3vw;
  }

  #idContenedor section.homeapp .contImagenfull .mitad {
    width: 100%;
  }
  #idContenedor section.homeapp .contImagenfull .mitad .big.mobile {
    display: block;
  }

  #idContenedor section.bajadaseguinosredes {
    font-size: 1.8vw;
  }
  #idContenedor section.bajadaseguinosredes > img {
    display: none;
  }
  #idContenedor section.bajadaseguinosredes > img.mobile {
    display: block;
  }

  #idContenedor section.bajadaseguinosredes .contenedortexto {
    position: initial;
    top: initial;
    left: initial;
    display: block;
    padding: 0 5vw;
    transform: initial;
    text-align: center;
  }

  #idContenedor section.bajadaseguinosredes .contenedortexto p {
    padding: 2em 0 0;
  }

  #idContenedor section.bajadaseguinosredes .contenedortexto p span.color img {
    top: 100%;
    left: 0;
    transform: translate(-30%, 25%) rotate(68deg);
  }
  #idContenedor section.elegirnos {
    font-size: 1vw;
  }
}
/*@media screen and (max-width: 1427px) {*/
#idContenedor section.elegirnos {
  font-size: 1vw;
}
/*}*/
#idContenedor section.home .newbannerhome .abtnnewbanner {
  width: 24%;
  height: 11%;
  bottom: 29%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  #idContenedor section.home .newbannerhome .abtnnewbanner {
    height: 8%;
    top: 31%;
    width: 50%;
    bottom: initial;
    left: 25%;
  }
}
/***********/
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo {
  display: none;
  background: #f5f5f5;
  width: 96%;
  margin: 3em auto 0;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1vw;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .imagen {
  width: 35%;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .imagen
  img {
  display: block;
  width: 75%;
  margin: 0 0 0 auto;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .texto {
  -ms-flex: 1;
  flex: 1;
  padding: 0 2em 0 1em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .texto
  .ptitulo {
  font-family: "GothamRounded-Bold";
  color: #59b5e5;
  font-size: 1.4em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .texto
  .ptexto {
  color: #747474;
  font-family: "ArkibalDisplay-Medium";
  font-size: 1em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .texto
  .ptexto
  span {
  color: #ec2f2c;
  display: block;
  font-family: "GothamRounded-Bold";
  font-size: 1em;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 50%);
  text-align: center;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .btn
  a {
  display: inline-block;
  background: #2c2a4d;
  border: 2px solid #2c2a4d;
  font-family: "GothamRounded-Bold";
  font-size: 1em;
  text-align: center;
  color: white;
  border-radius: 0.1em;
  padding: 0.4em 0.8em;
  box-sizing: border-box;
  transition: background 0.5s, color 0.5s;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas
  .contnewreferencia.robo
  .btn
  a:hover {
  background: white;
  color: #2c2a4d;
}
#idContenedor
  section.newContCoberturas
  .contCoberturas.robo
  .contnewreferencia.robo {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .contnewreferencia.robo {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 768px) {
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .contnewreferencia.robo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 3vw;
  }
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .contnewreferencia.robo
    .imagen {
    width: 100%;
  }
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .contnewreferencia.robo
    .imagen
    img {
    width: 50%;
    margin: 0 auto;
  }
  #idContenedor
    section.newContCoberturas
    .contCoberturas
    .contnewreferencia.robo
    .texto {
    text-align: center;
    padding: 0 1em 3em;
  }
}

/* Custom Styles */
.text-center {
  text-align: center;
}
.btnPaga {
  display: inline-block;
  font-size: 1.3vw;
  text-align: center;

  background: #1a5484;
  padding: 0.5em 2.5em;
  border-radius: 1em;
  box-sizing: border-box;
  margin: 0.8em auto;
  transition: background 0.2s;
  position: relative;
  font-family: "GothamRounded-Bold";
  font-size: 1em;
  color: #fff;
  transition: color 0.5s;
  box-sizing: border-box;
}
.btnPaga:hover {
  background: #c7dfea;
}
.parrPaga {
  text-align: center;
  color: #1d1d1b;
  font-family: "ArkibalDisplay-Medium";
  margin: 0 20%;
  font-size: 1.3rem;
  line-height: 1.5em;
  padding: 1em 0 0;
}

.parrPaga .importante{
  color:#E6670C;
}
