/* FONTS */

@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,700&display=swap");

@font-face {
  font-family: "FSJoey";
  src: url("../fonts/FSJoeyBold.eot");
  src: url("../fonts/FSJoeyBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FSJoeyBold.woff2") format("woff2"),
    url("../fonts/FSJoeyBold.woff") format("woff"),
    url("../fonts/FSJoeyBold.otf") format("opentype"),
    url("../fonts/FSJoeyBold.svg#FontName") format("svg");
  font-weight: 700;
}

@font-face {
  font-family: "FSJoey";
  src: url("../fonts/fs_joey-light-webfont.eot");
  src: url("../fonts/fs_joey-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fs_joey-light-webfont.woff2") format("woff2"),
    url("../fonts/fs_joey-light-webfont.woff") format("woff"),
    url("../fonts/fs_joey-light-webfont.otf") format("opentype"),
    url("../fonts/fs_joey-light-webfont.svg#FontName") format("svg");
  font-weight: 200;
}

@font-face {
  font-family: "FSJoey";
  src: url("../fonts/fs_joey-lightitalic-webfont.eot");
  src: url("../fonts/fs_joey-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fs_joey-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/fs_joey-lightitalic-webfont.woff") format("woff"),
    url("../fonts/fs_joey-lightitalic-webfont.otf") format("opentype"),
    url("../fonts/fs_joey-lightitalic-webfont.svg#FontName") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "RobotoCR";
  src: url("../fonts/RobotoCR.eot");
  src: url("../fonts/RobotoCR.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCR.woff2") format("woff2"),
    url("../fonts/RobotoCR.woff") format("woff"),
    url("../fonts/RobotoCR.otf") format("opentype"),
    url("../fonts/RobotoCR.svg#FontName") format("svg");
}

@font-face {
  font-family: "RobotoCB";
  src: url("../fonts/RobotoCR.eot");
  src: url("../fonts/RobotoCR.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCB.woff2") format("woff2"),
    url("../fonts/RobotoCB.woff") format("woff"),
    url("../fonts/RobotoCB.otf") format("opentype"),
    url("../fonts/RobotoCB.svg#FontName") format("svg");
}

/* ICONS */

@font-face {
  font-family: "icons-sura-am";
  src: url("../fonts/icomoon.eot?fm3268");
  src: url("../fonts/icomoon.eot?fm3268#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?fm3268") format("truetype"),
    url("../fonts/icomoon.woff?fm3268") format("woff"),
    url("../fonts/icomoon.svg?fm3268#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-sura-am" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doc:before {
  content: "\e915";
}
.icon-pdf:before {
  content: "\e916";
}
.icon-xls:before {
  content: "\e917";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}

/* Reset */

figure {
  margin: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
}

/* GENERALS */

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /*height: auto;
  max-width: 100%;
  overflow-x: hidden;*/
}

html {
  font-size: 16px;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #53565a; /* font-size: 1rem; */
}

/* Structure */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

/* Section */

.new-section {
  padding: 80px 0;
}

.new-section--top {
  padding: 60px 0 80px 0;
}

/* Titles */

.contenidos_pagina .new-h1,
.contenidos_pagina .new-h2,
.contenidos_pagina .new-h3 {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
}

.new-titleBar:before {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #e3e829;
  width: 55px;
  margin: 0 0 15px 0;
}

.text-center.new-titleBar:before {
  margin: 0 auto 15px auto;
}

.new-descent {
  font-family: "Barlow";
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #53565a;
}

.new-descent--small {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.new-h1 {
  margin-left: 0 !important;
  font-size: 3rem !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.contenidos_pagina .new-h2 {
  color: #27313c;
  font-size: 2.125rem;
}

.new-h3 {
  font-size: 1.75rem;
  line-height: 1.1em;
}

.new-h3--small {
  color: #27313c;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

/* Btns */

.btn {
  background-color: transparent;
  border: 2px solid #00afc9;
  border-radius: 40px;
  color: #00afc9;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 10px 0;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
}

.btn:hover {
  background-color: #00afc9;
  color: #fff;
}

.btn--full {
  background-color: #00afc9;
  color: #fff;
}

.btn--full:hover {
  background-color: transparent;
  color: #00afc9;
}

.row a.btn--yellow.btn--full,
.row a.btn--yellow.btn--full:visited {
  border: 2px solid #e3e829;
  background-color: #e3e829;
  color: #0033a0;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.row a.btn--yellow.btn--full:hover {
  border: 2px solid #0033a0;
  background-color: #0033a0;
  color: #e3e829;
}

.row a.btn--small {
  padding: 10px 30px;
  font-size: 0.875rem;
  color: #00afc9;
  float: none;
  width: auto;
}
.row a.btn--small:hover {
  color: #fff;
}

.btn--big {
  padding: 15px 50px;
  font-size: 0.875rem;
}
.botoncont {
  display: none;
}
.btn--center {
  margin: 15px auto;
}

/* Helpers */

a:visited {
  color: inherit;
}

.new-transition,
.new-transition:before,
.new-transition:after,
a,
a:after,
a:before {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-right {
  text-align: right;
}

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

.p-relative {
  position: relative;
}

.bgGray {
  background-color: #ecf0f1;
}
section.new-section.bgGray {
  margin-right: -15px;
  margin-left: -15px;
}
.z-1 {
  z-index: 1;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
  flex-wrap: wrap;
}

/* Header */

.new-header {
  position: sticky;
  z-index: 9;
  background-color: #fff;
  min-width: 100%;
  top: 0;
}

.new-header__brand {
  padding: 10px 0;
  display: block;
}

/* Header __ Nav  */
.new-header__nav {
  background-color: #27313c;
  color: #fff;
}

.new-header__nav__list {
  list-style-type: none;
}

.new-header__nav__list__item {
  display: inline-block;
}

.new-header__nav__list__item a {
  padding: 12px 35px;
  display: block;
  color: #fff;
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.new-header__nav__list__item a:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-radius: 2px 2px 0 0;
  background-color: #e3e829;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  bottom: 0;
}

.new-header__nav__list__item a:hover:after,
.new-header__nav__list__item a.current:after {
  height: 3px;
  width: 30px;
  opacity: 1;
}

.new-header__secondaryNav.resp {
  display: none;
}

.new-header__secondaryNav {
  text-align: right;
  margin-bottom: 15px;
}

.new-header__secondaryNav__item,
.new-header__secondaryNav__item:visited {
  font-size: 0.875rem;
  font-family: "RobotoCR";
  color: #0033a0;
  margin-left: 25px;
}

.new-header__secondaryNav__item:hover {
  color: #00afc9;
}

.new-header__secondaryNav__item--search {
  font-size: 1rem;
}

/* Breadcrumb */

.new-breadcrumb {
  padding: 15px 0;
}
.contPage2 nav.new-breadcrumb span a {
  color: #27313C;
  font-size: 0.875rem !important;
  font-weight: 400;
}

.contPage2 nav.new-breadcrumb span {
  color: #27313C;
  font-size: 0.875rem !important;
  font-weight: 700;
  padding: 0 5px 0 0;
}

#DeltaPlaceHolderMain .new-breadcrumb a.new-breadcrumb__item {
  color: #27313c;
  font-size: 0.875rem;
}

.contenidos_pagina span.new-breadcrumb__separator b,
.contenidos_pagina .new-breadcrumb__item--active {
  font-weight: 700;
  font-size: 0.875rem !important;
}

.new-breadcrumb__separator {
  display: inline-block;
  margin: 0 5px;
}

.new-header.scroll .py-25 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-slider {
  margin-top: 170px;
}
/* Hero */

.new-hero {
  height: 70vh;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: 160px;
  background-position: center;
}

.new-hero__container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 7;
}
.new-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: rgba(39, 49, 60, 0.35);
  background: -moz-linear-gradient(
    top,
    rgba(39, 49, 60, 0.35) 0%,
    rgba(20, 25, 30, 0.35) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(39, 49, 60, 0.35)),
    color-stop(50%, rgba(20, 25, 30, 0.35)),
    color-stop(100%, rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(39, 49, 60, 0.35) 0%,
    rgba(20, 25, 30, 0.35) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(39, 49, 60, 0.35) 0%,
    rgba(20, 25, 30, 0.35) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(39, 49, 60, 0.35) 0%,
    rgba(20, 25, 30, 0.35) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(39, 49, 60, 0.35) 0%,
    rgba(20, 25, 30, 0.35) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27313c', endColorstr='#000000', GradientType=0 );
}

.new-hero__info {
  position: absolute;
  z-index: 9;
  bottom: 50px;
}

.new-hero__subtitle {
  font-size: 1.625rem !important;
  color: #fff !important;
  line-height: 1.2em !important;
}

.new-searcher {
  position: relative;
  left: 0;
  right: 0;
  background: rgba(39, 49, 60, 1);
  background: -moz-linear-gradient(
    left,
    rgba(39, 49, 60, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(39, 49, 60, 1)),
    color-stop(100%, rgba(73, 92, 112, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(39, 49, 60, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(39, 49, 60, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(39, 49, 60, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(39, 49, 60, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27313c', endColorstr='#495c70', GradientType=1 );
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.new-searcher.resp {
  display: none;
}

.new-searcher.open,
.new-searcher.resp {
  max-height: 1000px;
  overflow: hidden;
  padding: 80px 0;
}

.new-searcher__title {
  color: #fff;
}

input[type="text"].new-searcher__input {
  width: calc(100% - 80px);
  border: none;
  border-bottom: 2px solid #e3e829;
  background-color: transparent;
  font-size: 2rem;
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  float: left;
}

input[type="text"].new-searcher__input:focus {
  outline: 0;
  box-shadow: 0;
  border-bottom: 4px solid #e3e829;
}

button[type="submit"].new-searcher__btn {
  background-color: transparent;
  color: #e3e829;
  font-size: 2rem;
  display: inline-block;
  width: 80px;
  border: 0;
  float: right;
  min-width: 0;
  padding: 0;
  margin: 0;
  height: 80px;
  cursor: pointer;
}

button[type="submit"].new-searcher__btn:hover {
  color: #fff;
  transform: scale(1.1);
}

.new-searcher__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3);
}
.new-searcher__input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
.new-searcher__input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.3);
}
.new-searcher__input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}

/* Boxes */

.new-productBox {
  border-radius: 8px;
  height: 235px;
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.new-productBox__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: 0;
  margin: 0;
}
.groupLinkInt .justify-content-center {
  flex: 1;
  padding: 0 20px;
}
.new-productBox__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-productBox:before,
.new-productBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #53565a;
  opacity: 0.8;
  z-index: 2;
}

.new-productBox:after {
  background-color: #27313c;
  mix-blend-mode: color;
  z-index: 1;
}

.new-productBox:hover:before {
  opacity: 0.9;
  transition: all 0.2s ease-out 0s;
}

.new-productBox__title {
  z-index: 3;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.new-card {
  display: block;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px 0 rgba(200, 203, 204, 0.75);
  border: solid 1px #edf1f2;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

a.new-card {
  color: #53565a;
}

.new-card--icon {
  padding-left: 105px;
}

.new-card__topIcon {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 80px;
  margin: 0;
}

.new-card__topIcon:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 130px;
  background-color: #b7b09c;
  display: block;
  border-radius: 50%;
  top: -50%;
  left: -50%;
  z-index: 0;
}

.new-card__topIcon img {
  top: 20px;
  left: 20px;
  max-width: 45%;
  position: relative;
  z-index: 1;
}

.new-card--icon:hover .new-card__topIcon:before {
  height: 1000px;
  width: 1000px;
  opacity: 0.8;
  top: -500px;
  left: -500px;
}

/* INTERIORS */

.new-pageHeader {
  margin-top: 170px;
  background: rgba(46, 57, 70, 1);
  background: -moz-linear-gradient(
    left,
    rgba(46, 57, 70, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(46, 57, 70, 1)),
    color-stop(100%, rgba(73, 92, 112, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(46, 57, 70, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(46, 57, 70, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(46, 57, 70, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(46, 57, 70, 1) 0%,
    rgba(73, 92, 112, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3946', endColorstr='#495c70', GradientType=1 );
  padding: 40px 0;
}

.new-pageHeader__bgImage {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.25;
  width: 100%;
}

.new-pageHeader__bgImage:before,
.new-pageHeader__bgImage:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(52, 65, 79, 1);
  background: -moz-linear-gradient(
    left,
    rgba(52, 65, 79, 1) 0%,
    rgba(44, 55, 68, 1) 25%,
    rgba(39, 49, 60, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(52, 65, 79, 1)),
    color-stop(25%, rgba(44, 55, 68, 1)),
    color-stop(100%, rgba(39, 49, 60, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(52, 65, 79, 1) 0%,
    rgba(44, 55, 68, 1) 25%,
    rgba(39, 49, 60, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(52, 65, 79, 1) 0%,
    rgba(44, 55, 68, 1) 25%,
    rgba(39, 49, 60, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(52, 65, 79, 1) 0%,
    rgba(44, 55, 68, 1) 25%,
    rgba(39, 49, 60, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(52, 65, 79, 1) 0%,
    rgba(44, 55, 68, 1) 25%,
    rgba(39, 49, 60, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3946', endColorstr='#27313c', GradientType=1 );
  z-index: 2;
}

.new-pageHeader__bgImage:after {
  background-color: #27313c;
  mix-blend-mode: color;
  z-index: 1;
}

.new-pageHeader__bgImage img {
  object-fit: cover;
  object-position: center right;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
}

.new-pageHeader__title,
.new-pageHeader__subTitle {
  position: relative;
  z-index: 3;
}

.new-pageHeader__title {
  font-size: 2.625rem;
}

.new-pageHeader__subTitle {
  font-size: 2rem !important;
  color: #fff !important;
  font-style: italic !important;
  font-weight: 200 !important;
}

.new-pageHeader__image {
  position: absolute;
  z-index: 3;
  right: 15px;
}

.new-pageHeader__image img {
  z-index: 2;
}
.contPage2 .new-pageHeader__image img {
  position: relative;
  width: 100%;
}
.new-pageHeader__image:after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 8px;
  z-index: -1;
  background-color: #b7b09c;
  left: -20px;
  bottom: -20px;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.is_stuck {
  z-index: 5;
}

.new-sidebarRight,
.is_stuck.new-sidebarRight--small {
  padding-top: 120px;
  padding-bottom: 30px;
}
.new-sidebarRight.showBtn-Ocultar {
  display: none !important;
}

.new-sidebarRight--small {
  padding-top: 30px;
}

.new-sidebarRight:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0px 0px 0px 8px;
  background-color: #f7f7f7;
  top: -135px;
  right: -1000px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* Text content */

.new-textContent h3 {
  font-size: 1.375rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #53565a;
  margin: 40px 0 30px 0;
  font-family: "Barlow";
}

.new-tableWrapper {
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(200, 203, 204, 0.6);
  position: relative;
}

.new-tableWrapper.scrolling-table {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.new-table {
  width: 100%;
}

.new-table thead tr {
  background-color: #a9aaac;
}

.new-table thead th {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px;
  text-align: left;
}

.new-table tbody tr:nth-child(even) {
  background-color: #f0f3f4;
}

.new-table tbody td {
  padding: 15px;
}

.new-table tbody td img {
  max-width: 70%;
}

.new-table tbody td strong {
  margin-bottom: 5px;
  display: block;
}

.new-table--big tbody td {
  padding: 30px 15px;
  vertical-align: middle;
  font-size: 1rem;
}

.new-table__iconLink {
  text-align: center;
  display: block;
  width: 100%;
  color: #27313c;
  font-size: 2.75rem;
}

.new-table__iconLink:hover {
  transform: scale(1.1);
}

/* Textos y listas */

.new-disclaimer {
  padding-top: 30px;
  border-top: 1px solid #b7b09c;
  display: block;
  margin-top: 60px;
  font-size: 0.8rem !important;
}
.container .new-card__content p {
  font-size: 0.9rem !important;
  margin-top: 10px;
}
.contenidos_pagina .new-accordion__item__title > h3 {
  font-size: 1.75rem;
}
/*BUSCADOR*/
#contenedor.sucursales .ms-srch-item {
  width: 100%;
}

#contenedor.sucursales .ms-srch-hover-outerContainer {
  display: none !important;
}

#contenedor.sucursales .ms-srch-item-summary {
  width: 100%;
}

#contenedor.sucursales .ms-srch-group-content div.ms-srch-item div.ms-srch-item-body div.ms-srch-item-title h3 {
  font-size: 1rem;
  font-family: 'Barlow';
  color: #0154a2 !important;
}

#contenedor.sucursales .ms-srch-item-preview-path, #contenedor.sucursales .ms-srch-item-path {
  display: none;
}

#contenedor.sucursales .ms-srch-item-previewContainer {
  display: none !important;
}

#contenedor.sucursales .ms-srch-video-itemthumbnail {
  display: none !important;
}

#contenedor.sucursales .ms-srch-item-summaryPreview {
  width: 100%;
}

#contenedor.sucursales .ms-srch-video-itemmain {
  width: 100%;
  max-width: inherit;
}

#contenedor.sucursales .ms-srch-group-content div.ms-srch-item div.ms-srch-item-body div.ms-srch-item-title h3 a {
  color: #0154a2;
}

#contenedor.sucursales .ms-srch-result {
  padding: 0 15px;
}

#contenedor.sucursales img.ms-srch-pagingNext {max-width: none;top: -79px;left: -79px;}
/* Footer */

.new-footer {
  padding: 50px 0;
  overflow: hidden;
}

.new-footer__brand {
  max-width: 120px;
}

.new-footer__firstNav {
  margin: 10px 0;
}

.new-footer__firstNav__item,
.new-footer__firstNav__item:visited {
  text-transform: uppercase;
  margin-left: 100px;
  font-weight: 700;
  color: #0033a0;
}

.new-footer__firstNav__item:hover {
  color: #00afc9;
}

.new-secondFooter {
  padding: 40px 0;
  border-top: 1px solid #e6e7ee;
  border-bottom: 1px solid #e6e7ee;
  margin: 35px 15px 20px 15px;
}

.new-footer__secondNav,
.new-footer__rrss,
.new-footer__thirdNav {
  display: inline-block;
}

.new-footer__secondNav__item,
.new-footer__secondNav__item:visited {
  text-transform: uppercase;
  color: #8189a9;
  font-size: 0.875rem;
  font-family: "RobotoCR";
  font-weight: 700;
  margin-right: 30px;
}

.new-footer__secondNav__item:hover {
  color: #53565a;
}

.new-footer__rrss {
  float: right;
}

.new-footer__rrss__item,
.new-footer__rrss__item:visited {
  color: #8189a9;
  font-size: 1.125rem;
  margin-left: 10px;
}

.new-footer__rrss__item:hover {
  color: #53565a;
}

.thirdFooter__copy {
  color: #8189a9;
  font-size: 0.813rem;
  line-height: 1.5em;
}

.new-footer__thirdNav {
  float: right;
}

.new-footer__thirdNav__item,
.new-footer__thirdNav__item:visited {
  color: #00afc9;
  font-size: 0.813rem;
  margin-left: 15px;
}

.new-footer__thirdNav__item:hover {
  color: #0033a0;
}

.new-accordion__item {
  margin-bottom: 50px;
}

.new-accordion__item__title {
  position: relative;
  cursor: pointer;
}

.new-accordion__item__title:before,
.new-accordion__item__title:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
}

.new-accordion__item__title:before {
  height: 1px;
  background-color: #b7b09c;
  top: 50%;
  left: 0;
  right: 50px;
}

.new-accordion__item__title h3 {
  color: #27313c;
  background-color: #fff;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.new-accordion__item__title:after {
  border: 2px solid #7a6855;
  height: 20px;
  width: 20px;
  right: 0;
  transform: rotate(-50deg) skew(-10deg) translateY(-125%);
  top: 15px;
  border-right: 0px;
  border-top: 0px;
  transition: all 0.2s ease-out 0s;
}

.new-accordion__item__title.active:after {
  transform: rotate(130deg) skew(-10deg) translateY(0);
  right: 10px;
  top: 15px;
}

.new-accordion__item__content {
  display: none;
  padding: 30px 0;
  width: 100% !important;
}

/* TABS */

.new-header__login {
  float: right;
  position: relative;
}

.new-login {
  display: none;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 250px;
  background-color: #fff;
  right: 0;
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(83, 86, 90, 0.5);
  height: auto;
  z-index: 99;
}

.new-login:before,
.new-login:after {
  display: block;
  content: "";
}

.new-login:before {
  height: 4px;
  background-color: #e3e829;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 4px 4px 0 0;
  position: absolute;
}

.new-login:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e3e829;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}

.new-login__form {
  padding: 40px 20px 20px 20px;
}

.new-login__links__item,
.new-login__links__item:visited {
  color: #00aec7;
  font-size: 0.875rem;
  display: block;
}

.new-login__links__item:hover {
  color: #0033a0;
}

.flex-viewport {
  height: auto !important;
}

.new-loginSlider {
  position: absolute;
  right: 0;
  top: -10px;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.new-login--slider {
  display: block;
  position: relative;
  transform: scale(0.8);
  left: 0;
  top: 0;
  margin: 0 0 0 -30px;
}

.new-login--slider:before,
.new-login--slider:after {
  display: none !important;
}

.new-login--slider .new-tabsNav a {
  padding: 10px 20px;
}

.new-login--slider .new-login__links__item {
  font-size: 1rem;
}

.new-tabsNav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}

.new-tabsNav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ecf0f1;
}

.new-tabsNav li:first-child {
  border-right: 1px solid #ecf0f1;
}

.new-tabsNav li.active {
  border-bottom: 1px solid #fff;
}

.new-tabsNav li.active a {
  font-weight: 700;
}

.new-tabsNav a {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  display: block;
  color: #53565a;
}

a.new-table__iconLink {
  font-size: 4rem !important;
}
.new-risk {
  text-align: center;
}
.new-risk:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #e3e829;
}

.new-risk--red:before {
  background-color: #ac0000;
}

.new-risk--green:before {
  background-color: #43ac00;
}

.new-risk__tag {
  font-size: 0.75rem;
}

.new-login__form__item {
  position: relative;
  margin: 0 0 30px 0;
}

.new-login__form__item label {
  color: #53565a;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms;
  left: 20px;
}

.new-input {
  border: 1px solid #ecf0f1 !important;
  display: block;
  margin-top: 0;
  padding: 9px 20px !important;
  border-radius: 30px;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(118, 134, 146, 0.2);
  width: 100%;
}

.new-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.new-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.new-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.new-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.new-input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cbcccd;
}
.new-input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #cbcccd;
}
.new-input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #cbcccd;
}
.new-input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #cbcccd;
}

.new-input:focus {
  border: 0;
  outline: 0;
}

.new-input:focus + label,
.hasText + label {
  font-size: 0.75rem;
  top: 0;
  transform: translateY(-125%);
}

.new-dropdown:hover,
.new-dropdown:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.new-dropdown__list {
  display: none;
  position: absolute;
  list-style: none;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7px 0;
}

.new-dropdown:hover .new-dropdown__list {
  display: block;
}

.new-dropdown__list__item a {
  text-transform: none;
  padding: 7px 20px;
  color: #53565a;
  font-weight: 500;
}

.new-dropdown__list__item a:after {
  display: none;
}

.new-dropdown__list__item a:visited {
  color: #53565a;
}

.new-dropdown__list__item a:hover,
.new-dropdown__list__item a:visited:hover {
  color: #0033a0;
}

/* ----- RESPONSIVE -----*/
.openNavs {
  padding: 0;
  display: none;
  float: right;
  margin: 8px 0 8px 20px;
}

.new-dropdown__more {
  display: none;
  float: right;
}

.openNavs .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  display: block;
  background-color: #0033a0;
}

.openNavs .icon-bar + .icon-bar {
  margin-top: 4px;
}

.openNavs .icon-bar:nth-of-type(2) {
  top: 1px;
}

.openNavs .icon-bar:nth-of-type(3) {
  top: 2px;
}

.openNavs .icon-bar {
  position: relative;
  transition: all 250ms ease-in-out;
}

.openNavs.open .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.openNavs.open .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.openNavs.open .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.contAlert div#alerta {
    margin: 0;
    margin-bottom: 0;
}
.cont_logCarr {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.homelogPosit {
    position: absolute;
    top: 0px;
    left: 20px;
    display: block;
    z-index: 1;
}
.homelogPosit .new-login {
  display: block !important;
}
.homelogPosit .fila_form_caj {
  margin-bottom: 10px;
}
.contAlert {
    display: block;
    width: 100%;
    float: left;
}
.contAlert .ms-webpartzone-cell{
  margin-bottom: 0;
}
div#contenedor {
    display: block;
    overflow: hidden;
}

.contAlert #alerta #cerrar {
    /* margin-top: -46px; */
    /* top: 0px; */
}

.contAlert ul.dfwp-column {
    padding-left: 0;
}

.homelogPosit div#newLogin {
    transform: inherit;
    z-index: auto;
    position: inherit;
    margin-top: 10px;
    left: inherit;
}
.contPage2 .new-disclaimer strong {
  float: left;
  margin-right: 5px;
}
.contPage2 .show-Ocultar{
  display: none !important;
}
.homelogPosit .new-login:before {
    display: none;
}

.homelogPosit .new-login:after {
    display: none;
}
.contAlert div#alerta {
  margin-top: 0;
  border-bottom: 1px solid  #fff;
  margin-bottom: 0;
}

.contAlert div#alerta3 {
  display: block;
  float: left;
  width: 100%;
}
#s4-workspace .btn_ingresa_caj_azul_2.BtnLoad {
  /* padding-left: 50px !important; */
  color: #00afc9 !important;
  width: 43px !important;
  padding: 10px 0 !important;
  cursor: default !important;
  border-radius: 20px !important;
  display: block !important;
  min-width: auto;
  box-shadow: 0 7px 5px 0 rgba(200, 203, 204, 0.6);
  background-size: 23px !important;
  background-color:#fff;
}
.contAlert div#alerta2 {
  height: auto;
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: auto;
  max-width: 900px;
  width: 100%;
}

.contAlert #alerta #warning {
  margin: 0 20px 0 0;
  align-self: center;
}

.contAlert div#mensajealerta {
  width: inherit;
}

.contAlert #alerta #cerrar {
  display: block;
  margin: 0;
  position: inherit;
  z-index: auto;
}
@media (max-width: 1370px) {
  .new-login,
  .new-login:after {
    left: auto;
    transform: none;
    right: 0;
  }

  .new-login:after {
    right: 90px;
  }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
  .container {
    width: 100%;
  }

  .new-hero__info {
    bottom: 30px;
  }

  .new-hero__subtitle {
    font-size: 1.4rem;
  }

  .new-pageHeader {
    /*max-height: 300px;*/
  }

  .new-pageHeader__image {
    position: static;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .new-pageHeader__image:after {
    left: -5px;
  }
  #s4-bodyContainer .contenido {
    width: 100%;
}
.contenido .contenido_main {
  margin-bottom: 20px;
}

  .new-sidebarRight,
  .is_stuck.new-sidebarRight--small {
    padding-top: 30px;
    margin-top: 60px;
  }

  .new-sidebarRight:after {
    top: 0;
    border-radius: 8px 0px 0px 8px;
    left: 15px;
  }

  .new-tableWrapper:after {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
  }

  .is_stuck {
    position: static !important;
  }

  .is_stuck + div {
    height: auto !important;
  }

  .new-footer__firstNav {
    text-align: left;
    margin-top: 30px;
  }

  .new-footer__firstNav__item {
    margin-left: 0;
    margin-right: 30px;
  }

  .new-footer {
    padding: 30px;
  }

  .new-secondFooter {
    height: auto;
    overflow: hidden;
  }

  .new-footer__secondNav__item {
    margin-bottom: 10px;
    display: inline-block;
  }

  .new-footer__rrss {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .new-footer__thirdNav {
    float: left;
    text-align: left;
    margin-top: 15px;
  }

  .new-footer__thirdNav__item {
    margin-left: 0;
    margin-right: 10px;
  }

  .new-footer__secondNav__column {
    margin: 0 33px 30px 0;
  }

  .new-footer__secondNav__column:last-child {
    margin-right: 0;
  }
  
}
.contenido_main .suraNews, .contenido_main .suraTwits {
    float: left;
}
.contenido_main .suraTwits {
    width: 33.33%;
    padding: 0 15px;
    min-height: 581px;
    background-color: rgba(0, 173, 203, 0);
    margin: 20px 0 0;
}
.contenido_main .suraNews {
    width: 66.66%;
}


@media (max-width: 767.98px) {
  nav.new-footer__secondNav {
    flex-direction: column;
}
.generalBnr, .contBannerHome {
    padding: 0;
    z-index: 1;
}
.new-footer__secondNav__column {
    max-width: inherit !important;
    /* margin-bottom: 20px; */
}
  #s4-bodyContainer div#contenedor.indicadores .indet #chart-container {
    width: 100%;
}

#s4-bodyContainer div#contenedor.indicadores div#mercados-container {
    width: 100%;
    margin-top: 20px;
}

#s4-bodyContainer div#contenedor.indicadores .indet .tab-main {
    width: 100%;
    margin-bottom: 15px;
}

#s4-bodyContainer div#contenedor.indicadores .indicadores div.row {
    padding: 0 15px !important;
}
  .new-footer__secondNav__item,
  .new-footer__secondNav__item:visited {
    margin-right: 0 !important;
  }
  .new-header__brand {
    padding: 0;
  }

  .d-flex {
    display: block;
  }

  .new-pageHeader__bgImage img {
    height: 100%;
  }

  .new-pageHeader__image {
    margin-left: 15px;
  }

  .new-pageHeader__image:after {
    left: 10px;
  }

  .new-header__secondaryNav.resp {
    display: block;
    text-align: left;
    margin-bottom: 30px;
  }

  .new-header__secondaryNav.desk {
    display: none;
  }

  .new-header__secondaryNav__item,
  .new-header__secondaryNav__item:visited {
    color: #e3e829;
    display: block;
    margin: 10px 0;
  }

  .openNavs {
    display: block;
  }

  .new-header__nav {
    display: none;
  }

  .new-header__nav__list {
    padding: 10px 0;
  }

  .new-header__nav__list__item {
    display: block;
    border-bottom: 1px solid rgba(202, 219, 245, 0.2);
  }

  .new-header__nav__list__item a {
    padding: 10px 0;
    display: inline-block;
  }

  .new-dropdown__list {
    position: static;
    padding: 10px;
  }

  .new-dropdown__list,
  .new-dropdown:hover .new-dropdown__list {
    display: none;
  }

  .new-hero,
  .new-pageHeader {
    margin-top: 85px;
  }

  .new-dropdown:hover,
  .new-dropdown:active {
    background-color: transparent;
  }

  .new-dropdown__more {
    display: block;
  }

  .new-dropdown__more:after {
    display: block;
    content: "+";
    font-size: 1.25rem;
    font-weight: 500;
    height: 20px;
    width: 20px;
    margin: 5px;
    color: #fff;
  }

  .new-dropdown__more.open:after {
    content: "-";
  }

  .new-header__nav__list__item a:hover:after,
  .new-header__nav__list__item a.current:after {
    display: none;
  }

  .new-footer {
    padding: 30px 0;
  }

  .new-footer__brand {
    max-width: 100px;
    margin: 0 auto 30px auto;
    display: block;
  }

  .new-footer__firstNav__item,
  .new-footer__secondNav__item,
  .new-footer__thirdNav__item {
    display: block;
    text-align: center;
    margin: 10px auto;
  }

  .new-footer__secondNav {
    display: block;
    height: auto;
    overflow: hidden;
  }

  .new-footer__rrss,
  .new-footer__thirdNav {
    margin-top: 30px;
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }

  .new-footer__rrss__item {
    margin: 10px;
  }

  .thirdFooter__copy {
    display: block;
    text-align: center;
  }
  .new-searcher.desk {
    display: none;
  }

  .new-searcher.resp {
    display: block;
    padding: 30px 0;
  }

  .new-searcher__title {
    margin-bottom: 15px;
  }

  input[type="text"].new-searcher__input,
  button[type="submit"].new-searcher__btn {
    font-size: 1.5rem;
  }

  input[type="text"].new-searcher__input {
    width: calc(100% - 50px);
  }

  button[type="submit"].new-searcher__btn {
    height: 50px;
    width: 50px;
  }

  .new-footer__secondNav__column {
    width: 100%;
    margin: 0 auto 30px auto !important;
  }

  .new-footer__secondNav__column ul {
    text-align: center;
  }
  .content_img_celes img {
    min-height: 40px;
    width: inherit !important;
  }

  #second_slider .dfwp-item {
    width: 100%;
  }
  .contenido div#second_slider {
    width: 100%;
    padding: 0 20px;
  }
  #second_slider #tab02 ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #second_slider #tab02 .dfwp-item {
    width: inherit !important;
  }

  .flexslider div#tabshome {
    width: 100%;
  }

  #WebPartWPQ4 ul.dfwp-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #WebPartWPQ4 ul.dfwp-column li.dfwp-item {
    width: inherit;
  }

  .contenidos_pagina > #Port-CQW ul {
    flex-direction: column;
  }

  .contenidos_pagina > div#Port-CQW li.dfwp-item {
    width: 100% !important;
    padding: 0 !important;
  }
  .contenido_main ul.dfwp-column {
    display: flex;
    flex-direction: column;
  }

  .contenido_main ul.dfwp-column li.dfwp-item, .contenido_main .suraNews, .contenido_main .suraTwits {
    width: 100% !important;
    padding: 0;
  }
  .new-login--header .cajetin {
    visibility: inherit;
    z-index: inherit;
  }

  .cajetin .login_cajetin {
    width: 100% !important;
  }
  .new-footer__secondNav__column li a {
    font-size: 1.1rem !important;
}

.new-footer__secondNav__column > a {
    font-size: 1.2rem;
}

a.new-footer__firstNav__item {
    font-size: 1rem;
}

a.new-footer__rrss__item {
    font-size: 1.5rem;
}

a.new-footer__thirdNav__item {
    font-size: 1rem;
}

footer.new-footer {
    border-top: 1px solid #e6e7ee;
    padding-bottom: 50px !important;
}
#s4-bodyContainer div#contenedorTop {
  position: inherit;
  height: auto;
}
.new-pageHeader figure.new-pageHeader__image {
  display: none;
}
div#formulariosConfigurables {
  display: flex !important;
  flex-direction: column;
}

div#formulariosConfigurables .colIzqContact {
  width: 100% !important;
  order: 2;
  max-width: inherit;
  margin: 40px 0 0 0;
}

div#formulariosConfigurables .formularioContacto1 {
  width: 100% !important;
  order: 1;
  max-width: inherit;
}
#formularioContactoUnicoInterior table {
    height: inherit;
    display: inline-table;
}

#formularioContactoUnicoInterior table tbody {
    width: 100%;
}
#formulariosConfigurables .formularioContacto1 #formularioContactoUnicoInterior, .formularioContacto1 #formularioContactoUnico {
  width: 100% !important;
}
header.new-header {
    border-bottom: 3px solid #5a6a79;
    box-shadow: 0px 1px 20px #bfbfbf;
}

body .contenidos_pagina h1, body .divFichaSeguro h1 {
    line-height: 2.1rem !important;
}
#contenedor_rsEnvioFormContacto_campania_formulario {
    width: 100% !important;
    height: auto;
}

#contenedor_rsEnvioFormContacto_campania_formulario h1 {
    margin: 0 20px !important;
    width: inherit;
}
body div#botDiv {
    width: 150px;
    height: 50px;
    background-size: 180px auto !important;
    background-position: center;
}
table.ms-rteTable-default {
  padding: 0;
}
.new-header__nav li.static > ul {
    flex-direction: column;
    width: 100% !important;
}

.new-header__nav li.static {
    border-bottom: 1px solid rgba(202,219,245,.2);
    width: 100%;
}

div#DeltaTopNavigation {
    display: block;
    width: 100%;
}

.ms-core-listMenu-horizontalBox {
    width: 100%;
}

.ms-core-listMenu-horizontalBox > ul {
    /* width: 100%; */
    display: block;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    /* width: 100%; */
    text-align: left;
}

.new-header__nav li.static span.menu-item-text {
    padding: 10px 0 !important;
    text-align: left;
}
li.static.dynamic-children.hover ul.dynamic {
  position: initial;
  width: 100% !important;
  margin: 0;
  padding: 0 20px;
  min-width: 100%;
  float: left;
}

li.static.dynamic-children.hover {
  /* overflow: hidden; */
  height: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  display: block;
  float: left;
  position: relative;
}
.new-header__nav li.dynamic-children:after {
  content: '+';
  float: right;
  color: #fff;
  font-weight: 600;
  padding: 9px 0px 0 0;
  font-size: 1rem;
}
.new-header__nav li.dynamic-children.hover:after {
  content: '-';
  float: right;
  position: absolute;
  right: 0;
}
.menu_new_shp li.static.dynamic-children.selected > a:after, .new-header__nav li.static a.static.selected > span > span:after{
  display: none !important;
}
.wrap .boxRespuestas {
    max-width: 100%;
    width: 100%;
}

.wrap button.btnPeguntaTop, .wrap button.btnPeguntaCentro, .wrap button.btnPeguntaBottom {
    width: 100% !important;
}

.wrap .boxVolver a.btnVolver, .wrap .boxVolver a.btnVolverPasoUno {}

.wrap .boxVolver {
    padding: 0px 0 10px 0 !important;
}
.grid02.mTop10.resultado .bloqLeft {
    width: 100%;
    margin: 0 0 20px 0 !IMPORTANT;
}

.grid02.mTop10.resultado .bloqRight {
    width: 100%;
}
.sucursales .ContenedorMapas #tabs ul.tabs {
  max-width: 100%;		    
  flex-direction: column !important;
}
.sucursales .ContenedorMapas #tabs ul.tabs li {
  border-bottom: 1px solid #fff !important;		
}	
.contAlert #alerta #warning {
  width: 40px;
}	
.contAlert ul.dfwp-column {
  padding-left: 0;
}
}
/*++++++++++++++++++++  FIN 760 +++++++++++*/
@media (max-width: 575.98px) {
  .new-h1 {
    font-size: 2.5rem;
  }

  .new-pageHeader__title {
    font-size: 2rem;
  }

  .new-pageHeader__subTitle,
  .new-h2 {
    font-size: 1.75rem;
  }
fi
  .new-h3 {
    font-size: 1.5rem;
  }

  .btn--small {
    padding: 7px 20px;
    font-size: 0.75rem;
  }
}

/* ARREGLOS */

.new-tableWrapper td {
  font-size: 1rem;
}
#main-slider {
  margin-top: -20px;
}

#s4-bodyContainer .cont_carrusel {
  margin-bottom: 0px;
  margin-top: 0px !important;
}

#ms-designer-ribbon img {
  max-width: inherit !important;
}

.ms-siteactions-root > span > a.ms-core-menu-root {
  width: 30px !important;
  height: 30px !important;
}

#suiteBarButtons #ms-help a span {
  height: 30px !important;
  width: 30px !important;
}

.new-hero,
.new-pageHeader {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -20px;
}
h3.new-h3.new-productBox__title.new-titleBar {
  color: #fff;
  font-size: 1.7rem;
}
.new-pageHeader__title {
  font-size: 2.625rem !important;
}

.cuerpo a.btn--full:hover,
a.btn--full:hover {
  background-color: transparent;
  color: #00afc9;
}

.cuerpo a.btn--full,
a.btn--full {
  background-color: #00afc9;
  color: #fff;
}

.new-footer__secondNav__column {
  float: left;
  margin-right: 100px;
}

.new-footer__secondNav__column ul {
  margin-top: 15px;
}

.new-footer__secondNav__column ul li {
  margin-bottom: 5px;
}

.new-footer__secondNav__column ul li a {
  color: #8189a9;
  font-size: 0.875rem;
}

.new-footer__secondNav__column ul li a:hover {
  color: #53565a;
}
.new-footer__secondNav__item,
.new-footer__secondNav__item:visited {
  text-transform: uppercase;
  color: #8189a9;
  font-size: 0.875rem;
  font-family: "RobotoCR";
  font-weight: 700;
  margin-right: 30px;
}

.new-footer__secondNav__item:hover {
  color: #53565a;
}

.new-footer__rrss {
  float: right;
}

.new-footer__rrss__item,
.new-footer__rrss__item:visited {
  color: #8189a9;
  font-size: 1.125rem;
  margin-left: 10px;
}

.new-footer__rrss__item:hover {
  color: #53565a;
}
/*NUEVO CSS*/

body {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #53565a; /* font-size: 1rem; */
}

span#DeltaPlaceHolderMain {
  position: relative;
  overflow: hidden;
  display: block;
}

div#contenedorTop {
  /*top: -380px;*/
  top: 0;
  height: 200px;
  position: absolute;
  padding: 0;
  width: 100%;
}

.cajetin {
  top: 0;
  left: auto;
  height: 330px;
  width: 270px;
  padding: 0;
  box-sizing: border-box;
  margin-top: 15px;
  margin-left: 30px;
}

h3.titular_cajetin {
  display: none !important;
}

div#cierre_cajetin {
  display: none;
}
.new-login--header .cajetin {
  position: inherit;
  width: inherit;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  visibility: inherit !important;
}
.cajetin .login_cajetin {
  width: 100% !important;
  background-color: #fff;
  border-radius: 8px;
  /* box-shadow: 0 20px 40px 0 rgba(83,86,90,.5); */
  display: block;
  background-image: none;
  float: left;
  height: auto;
}

.cajetin .divAccesoCliente {
  display: none;
}

.cajetin ul#pestanias_newCajetin {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  float: none;
  width: inherit;
}
/*.IngresaDatosLeft {
  float: left;
  width: 100%;
  font-size: 1rem;
}

.IngresaDatosRight {
  float: left;
  width: 100%;
}

.IngresaDatosRight > p {
  width: auto;
  display: block;
  overflow: hidden;
}

p.field.switch {
  width: auto !important;
  float: left;
  margin-right: 10px;
}

.IngresaDatosRight input {
  background: none;
  border: 1px solid #ccc;
  cursor: text;
  float: left;
  margin: 7px 0 9px 0;
  width: 100%;
  max-width: 300px;
  font-size: 1rem;
}

.IngresaDatosRight input:hover {
      background: none;
  border: 1px solid #ccc;
}

#s4-bodyContainer .IngresaDatosRight .btnCalcula{
background-color: #00afc9;
border: 2px solid #00afc9;
border-radius: 40px;
color: #fff;
display: inline-block;
font-size: 0.938rem;
font-weight: 500;
letter-spacing: 1.5px;
margin: 10px 0;
padding: 12px 30px;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
transition: all 0.3s ease 0s;
font-family: "Barlow";
background-image: none;
width: auto;
height: auto;
}

#s4-bodyContainer .IngresaDatosRight  .btnCalcula:hover {
background-color: #fff;
color: #00afc9;
}

#s4-bodyContainer .IngresaDatosLeft a.limpiarDatos {
 background-color: transparent;
 border: 2px solid #00afc9;
 border-radius: 40px;
 color: #00afc9;
 display: inline-block;
 font-size: 0.938rem;
 font-weight: 500;
 letter-spacing: 1.5px;
 margin: 10px 0;
 padding: 12px 30px;
 text-align: center;
 text-decoration: none !important;
 text-transform: uppercase;
 transition: all 0.3s ease 0s;
 font-family: "Barlow";
 background-image: none;
 width: auto;
 height: auto;
}

.IngresaDatosLeft.pRelative {
  width: auto;
  padding-right: 15px;
}

.IngresaDatosRight.calcularBox {
  width: auto;
}

.boxIngresaDatosTitu {
  font-size: 1.1rem;
  margin: 30px 0 0 0;
  font-weight: 600;
}
.boxDetalle dd.uno.fleft {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}

.gridDetalleCont .IngresaDatosLeft > span {
  float: left;
  width: 100%;
  font-size: 1rem;
  background: #f4f4f4;
  margin: 0 0 10px 0;
  padding: 18px 10px;
}

.gridDetalleCont .tableDatos {
  float: left;
  width: 50%;
  padding: 0 25px;
}

.gridDetalleCont .tableDatos .col {
  float: left;
  width: 100%;
  font-size: 1rem;
  background: #f4f4f4;
  margin: 0 0 10px 0;
  padding: 18px 10px;
}

.gridDetalleCont .IngresaDatosLeft {
  width: 50%;
  float: left;
  padding: 0 25px;
}
*/
.login_cajetin ul#pestanias_newCajetin > li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ecf0f1;
  background-image: none;
}

.login_cajetin ul#pestanias_newCajetin > li > a {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  display: block;
  color: #53565a;
  width: 100%;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.login_cajetin ul#pestanias_newCajetin > li.activa a {
  font-weight: 700;
}
#contenedor.sucursales {
  margin-top: 20px;
}
.login_cajetin .subContentCajetin {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 30px 20px 0 20px;
  box-sizing: border-box;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.fila_form_caj input[type="text"],
.fila_form_caj input[type="password"] {
  border: 1px solid #ecf0f1 !important;
  display: block;
  margin-top: 0;
  padding: 6px 20px !important;
  border-radius: 30px;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(118, 134, 146, 0.2);
  width: 100%;
  background-image: none;
}

.subContentCajetin .fila_form_caj {
  width: 100%;
  margin: 0 0 20px 0;
}

.subContentCajetin .fila_form_caj.paddingButton {
  padding-top: 0;
}

.subContentCajetin .fila_form_caj.paddingButton input.btn_ingresa_caj_azul_2 {
  background-color: transparent;
  border: 2px solid #00afc9;
  border-radius: 40px;
  color: #00afc9;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
  height: inherit;
  cursor: pointer;
  background-image: url(/Style%20Library/Images/loadbtnsura.gif);
  background-size: 0px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.subContentCajetin .fila_form_caj.paddingButton input.btn_ingresa_caj_azul_2:hover {
  background-color: #00afc9;
  color: #fff;
  cursor: pointer !important;
}
input.btn_ingresa_caj_azul_2:focus {
    outline: 0;
}
#s4-bodyContainer .wrapperCapitalProteccion {
  max-width: 800px;
  width: 100%;
}

#s4-bodyContainer .wrapperCapitalProteccion nav {
  max-width: 800px;
  width: 100%;
}

#s4-bodyContainer .wrapperCapitalProteccion nav ul {
  width: 100%;
}

#s4-bodyContainer .wrapperCapitalProteccion nav li {
  width: 25%;
  background-position: center;
}

#s4-bodyContainer .wrapperCapitalProteccion * {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

#s4-bodyContainer .wrapperCapitalProteccion  .contenedor1 {
  background: #f3f3f3;
  float: left;
  padding: 20px;
}

#s4-bodyContainer .wrapperCapitalProteccion .contenedor1 > * {
  width: 100% !important;
  margin: 0;
  padding: 0 0 20px 0;
  height: auto !important;
  display: block;
  float: left;
}

#s4-bodyContainer .wrapperCapitalProteccion p.text1 {
  margin: 0 !important;
  padding: 0;
}

#s4-bodyContainer .wrapperCapitalProteccion p.text1 img {}

#s4-bodyContainer .wrapperCapitalProteccion a img.infoCP {
  margin: 2px 0 0 10px !important;
}

#s4-bodyContainer .wrapperCapitalProteccion .box2 {
  background: transparent;
}

#s4-bodyContainer .wrapperCapitalProteccion .box4 {
  background: transparent;
}

#s4-bodyContainer .wrapperCapitalProteccion input[type=text] {
  border: none;
}

#s4-bodyContainer .wrapperCapitalProteccion .barra1 * {
  background: transparent !important;
}

#s4-bodyContainer .wrapperCapitalProteccion .barra1 select, #s4-bodyContainer .wrapperCapitalProteccion .barra1 input[type=checkbox] {
  background: #fff !important;
}

#s4-bodyContainer .wrapperCapitalProteccion .contenedor1 .barra2 * {
  background: transparent;
}

#s4-bodyContainer .wrapperCapitalProteccion .contenedor1 .barra2 input, #s4-bodyContainer .wrapperCapitalProteccion .contenedor1 .barra2 select {
  background: #fff;
}

#s4-bodyContainer  .wrapperCapitalProteccion .boton {
  background-color: #00afc9;
  border: 2px solid #00afc9;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 10px 0;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
  background-image: none;
  width: auto;
  height: auto;
}

#s4-bodyContainer .wrapperCapitalProteccion .boton:hover {
  background-color: #fff;
  color: #00afc9;
}

#s4-bodyContainer  .wrapperCapitalProteccion .areaBotones .botonIntSecundario {
   background-color: transparent;
   border: 2px solid #00afc9;
   border-radius: 40px;
   color: #00afc9;
   display: inline-block;
   font-size: 0.938rem;
   font-weight: 500;
   letter-spacing: 1.5px;
   margin: 10px 0;
   padding: 12px 30px;
   text-align: center;
   text-decoration: none !important;
   text-transform: uppercase;
   transition: all 0.3s ease 0s;
   font-family: "Barlow";
   background-image: none;
   width: auto;
   height: auto;
}
.subContentCajetin
  .fila_form_caj.paddingButton
  input.btn_ingresa_caj_azul_2:after {
  content: "INGRESAR";
  color: aqua;
}
#main-slider #newLogin {
  display: block !important;
  position: absolute;
  top: 0px;
  left: 30px;
  transform: inherit;
  z-index: 1;
  margin-top: 10px;
}

#main-slider #newLogin:before {
  display: none;
}

#main-slider #newLogin:after {
  display: none;
}
#main-slider #newLogin .subContentCajetin {
  padding: 14px 20px 0 20px;
}

.btn_ingresa_caj_azul_2:after {
  content: "Ingresar";
  color: #333 !important;
  font-size: 13px;
  float: left;
  width: 100px;
  height: 20px;
}

.fila_form_caj.hazteClienteFila {
  display: none !important;
}

.cajetin .subContentNewCajetin {
  float: left;
  width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 0px 10px;
  text-align: center;
}

.subContentNewCajetin .fila_form_caj {
  width: auto;
  margin: 0 auto 20px !important;
  float: none;
  display: table;
}

.subContentNewCajetin .fila_form_caj a {
  width: 100%;
  color: #00aec7;
  font-size: 0.9rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  float: left;
}

.subContentNewCajetin .fila_form_caj span {
  display: none;
}
.login_cajetin ul#pestanias_newCajetin > li.activa {
  border-bottom: none;
}

.login_cajetin ul#pestanias_newCajetin > li:first-child {
  border-right: 1px solid #ecf0f1;
}

.new-header__nav li.static {
  list-style-type: none;
}
.new-header__nav #DeltaTopNavigation, .new-header__nav .ms-core-listMenu-horizontalBox, .new-header__nav .ms-core-listMenu-root > li.static, .new-header__nav .ms-core-listMenu-horizontalBox ms-core-listMenu-root {
    display: block;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin-right: 0;
}
.new-header__nav li.static span.menu-item-text {
  padding: 12px 35px;
  display: block;
  color: #fff;
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.new-header__nav
  .ms-core-listMenu-horizontalBox
  .dynamic-children.additional-background {
  background-image: none;
  padding: inherit;
}

.new-header__nav ul.dynamic {
  list-style: none;
  list-style-type: none;
  background-color: rgba(109, 109, 109, 1);
  padding: 7px 0;
  margin-top: -5px;
  box-shadow: none;
  min-width: 200px;
  border: none;
}

.new-header__nav ul.dynamic span.menu-item-text {
  text-transform: none;
  padding: 7px 20px;
  color: #fff;
  font-weight: 500;
}
.new-header__nav ul.dynamic span.menu-item-text:hover {
  color: #e3e82a;
}
.menu_new_shp li.static.dynamic-children.selected > a {
  position: relative;
}

.menu_new_shp li.static.dynamic-children.selected > a:after,
.new-header__nav li.static a.static.selected > span > span:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-radius: 2px 2px 0 0;
  background-color: #e3e829;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  opacity: 1;
}

div#s4-bodyContainer #NuestrosFondosDivPrincipal {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  float: none;
  display: block;
  /* overflow: hidden; */
}

#NuestrosFondos > table {
  width: 100% !important;
  border: none;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(200, 203, 204, 0.6);
  box-sizing: border-box;
}

#NuestrosFondos h1 {
  font-family: "FSJoey";
  line-height: 1.2em;
  font-weight: 700;
  color: #27313c;
  font-size: 2.125rem;
}

#NuestrosFondos table.ms-rteTable-default tr th {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px;
  text-align: left;
  background-color: #a9aaac;
  border: none;
  width: auto;
}
#NuestrosFondos table.ms-rteTable-default tr th strong {
  font-weight: 500;
}

#NuestrosFondos table.ms-rteTable-default .tr-DescripcionFondos {
  border: none;
}

#NuestrosFondos table.ms-rteTable-default .tr-DescripcionFondos td {
  border: none;
  padding: 10px 15px !important;
}

#NuestrosFondos
  table.ms-rteTable-default
  .tr-DescripcionFondos:nth-child(even)
  td {
  background-color: #fff;
}
#NuestrosFondos
  table.ms-rteTable-default
  .tr-DescripcionFondos:nth-child(odd)
  td {
  background-color: #f0f3f4;
}

#NuestrosFondos table.ms-rteTable-default .tr-DescripcionFondos td#primerItem > div {
  display: block !important;
  position: inherit !important;
  z-index: auto !important;
}

#NuestrosFondos
  table.ms-rteTable-default
  .tr-DescripcionFondos
  td#primerItem
  > div
  div#mensajeDescripcionNF {
  border: 0 !important;
  background: transparent !important;
  /* line-height: 140%; */
  width: 100% !important;
  /* min-width: 400px; */
  padding: 0 0 0 0 !important;
}

#NuestrosFondos
  table.ms-rteTable-default
  .tr-DescripcionFondos
  td
  p.parrafoNuestrosFondos {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #53565a;
  font-size: 1rem;
  text-decoration: none !important;
}

#NuestrosFondos
  table.ms-rteTable-default
  .tr-DescripcionFondos
  td
  p.parrafoNuestrosFondos
  span.dottedUnderline {
  border: none;
}

#NuestrosFondos table.ms-rteTable-default tr th#Encabezado1 {
  width: auto;
}

.contenido div#second_slider {
  margin: 50px 0 60px 0;
  border: none;
  box-shadow: 0 2px 21px -2px rgba(200, 203, 204, 0.6);
  background-image: none;
}
.contenido div#second_slider .header_indicador_general {
  background-color: #a9aaac;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.contenido #second_slider .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor,
.contenido
  div#second_slider
  .ui-tabs-nav
  li.ui-tabs-active
  a.ui-tabs-anchor:hover {
  background-color: #00afc9;
}

div.left.tab-content span {
  font-size: 14px;
}

#second_slider .ui-tabs-nav li.ui-state-default a.ui-tabs-anchor {
  background-image: none;
  background-color: #f4f4f4;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-top: 3px solid #fff;
}

.btn_blue_small {
  background-color: transparent;
  border: 2px solid #00afc9;
  border-radius: 40px;
  color: #00afc9 !important;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 10px 0;
  padding: 5px 11px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
  height: auto;
  background-image: none;
}
.contenido_main ul li.dfwp-item .contenido_central a.btn_blue.btn_esp:hover {background: #00afc9;color: #fff;text-shadow: none;}
.btn_blue_small:hover {
    background: #00afc9;
    color: #fff !important;
    text-shadow: none;
}
.contenido_main ul li.dfwp-item .contenido_central a.btn_blue.btn_esp:hover span.arrow_white {
    color: #fff;
}
.btn_blue_small:hover span.arrow_white_mini {
  color: #fff !important;
  background-image: none;
}

.btn_blue_small span.arrow_white_mini {
    background-image: none;
}
.contab .btn_blue_small .arrow_white_mini {
  color: #00afc9 !important;
  font-size: 12px;
}

#second_slider h2 {
  font-family: "Barlow", Arial, Helvetica, sans-serif !important;
}

#second_slider .dfwp-item {
  width: 33.3%;
}

#second_slider .content_img_celes {
  width: 100%;
}

#second_slider #tab02 .dfwp-item {
  width: 25%;
}
.new-descent.new-descent--small p,
.new-textContent p, .new-pagContent div{
  font-family: "Barlow";
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #53565a;
}

#DeltaPlaceHolderMain .contenidos_pagina ul li,
#DeltaPlaceHolderMain .divFichaSeguro ul li {
  font-family: "Barlow";
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #53565a;
  list-style-image: none;
  /* list-style-type: disc; */
  margin: 0 0 20px 0;
  display: flex;
}

#DeltaPlaceHolderMain .contenidos_pagina ul li:before,
#DeltaPlaceHolderMain .divFichaSeguro ul li:before {
  content: "\2022";
  padding: 0 6px 0 0;
  color: #a39382;
  font-size: 20px;
  float: left;
  display: block;
}
.new-descent h3 {
  font-size: 1.375rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #53565a;
  margin: 40px 0 30px 0;
  font-family: "Barlow";
}
.hiddenTemporal {
  display: none !important;
}
.new-accordion a,
.cuerpo a,
.Cuerpo a {
  color: #b7a99a;
}
.new-accordion a:hover,
.cuerpo a:hover,
.Cuerpo a:hover {
  color: #444;
}
.listaservicios li.dfwp-item:before {
  content: none !important;
}

.listaservicios li.dfwp-item div#elemento {
  width: 100%;
  border: none;
}

.listaservicios li.dfwp-item div#elemento .row {
  margin: 0;
  border-bottom: 0;
  padding: 5px 0px;
}

#DeltaPlaceHolderMain .contenidos_pagina .listaservicios ul li,
#DeltaPlaceHolderMain .divFichaSeguro .listaservicios ul li {
  margin: 0;
}

.listaservicios li.dfwp-item div#elemento .row span.iconempty {
  width: 100%;
  display: block;
  text-indent: inherit;
  padding: 16px 0 0 0;
  margin: 0;
}

.listaservicios ul.dfwp-column.dfwp-list > li:nth-child(even),
.listaservicios ul.dfwp-column.dfwp-list > li:nth-child(even) {
  background: #f0f3f4;
}

.listaservicios .column.title {
  border-right: none;
}
.new-header > .new-transition {
  /* display: inline-block; */
}
.listaservicios .cabeceraservicios td {
  background: #a9aaac;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center !important;
}

.listaservicios {
  display: block;
  margin: auto;
  max-width: 1280px;
  box-shadow: 0 20px 40px 0 rgba(200, 203, 204, 0.6);
}

.listaservicios .column.title a {
  font-size: 1rem;
  color: #53565a;
}
.contenido_main ul {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #dedede;
}

.contenido_main ul li.dfwp-item {
  /* width: 33.33%; */
    width: 50%;
    padding: 0 15px;
}

.contenido_main ul li.dfwp-item .contenido_central {
  width: 100%;
  margin: 0;
}

.contenido_main ul li.dfwp-item .contenido_central .img {
  width: 100%;
  height: 130px;
  overflow: hidden;
  padding: 0;
}

.contenido_main ul li.dfwp-item .contenido_central h2 {
  width: 100%;
  padding: 20px 0 0 0;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}

.contenido_main ul li.dfwp-item .contenido_central .res {
  float: left;
  width: 100%;
  font-size: 0.9rem;
  line-height: 120%;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  min-height: 50px;
}

.contenido_main ul li.dfwp-item .contenido_central a.btn_blue.btn_esp {
  background-color: transparent;
  border: 2px solid #00afc9;
  border-radius: 40px;
  color: #00afc9 !important;
  display: inline-block;
  font-size: 0.738rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 10px 0;
  padding: 5px 11px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
  height: auto;
  background-image: none;
  width: auto;
  float: none;
}
.contenidos_pagina .bgamarillo, .wrap a.btnFinal {
  border: 2px solid #00afc9;
  border-radius: 40px;
  background-color: #00afc9;
  color: #fff !important;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 30px 10px 10px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
  background-image:none !important;
  width: auto;
  height: auto;
}
.contenidos_pagina .bgamarillo:hover a {
    color: #01aec8;
}

.contenidos_pagina .cuerpo {
    /*margin-top: 20px;*/
}
.contenidos_pagina .bgamarillo a{
    color: #fff;
}


.contenidos_pagina .bgamarillo:hover, .wrap a.btnFinal:hover {
  background-color: #fff !important;
  background-image:none !important;
  color: #00afc9 !important;
}
.contenido_main
  ul
  li.dfwp-item
  .contenido_central
  a.btn_blue.btn_esp
  span.arrow_white {
  background: none;
}

.ContenedorMapas div#recuadroDer {
  width: 47%;
  padding-left: 2%;
}

.sucursales .ContenedorMapas #tabs ul.tabs li {
  font-family: "Barlow", Arial, Helvetica, sans-serif !important;
  border: 0;
  background: #ddd;
  float: none;
  border-radius: 0;
  margin: 0;
  width: inherit;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 0.9rem;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sucursales .ContenedorMapas #tabs ul.tabs {
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
  display: flex;
  -webkit-flex-direction:row;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
	flex-direction:row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom-color: #27313c;
}

.sucursales .ContenedorMapas #tabs ul.tabs li.ui-tabs-active {
  background: #27313c;
}
.sucursales .ContenedorMapas #tabs ul.tabs li.ui-state-hover {
  color: #333 !important;
  background: #666;
}

.sucursales .ui-accordion-header {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  color: #27313c;
  position: relative;
  margin: 10px 0 20px 0;
}

.sucursales #tabs .ui-tabs-panel h2 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.sucursales #tabs .ui-tabs-panel p {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  margin: 5px 0 0 20px;
}

.sucursales .ui-accordion .ui-accordion-content:before {
  content: "\2022";
  padding: 0 10px 0 0;
  float: left;
}

.sucursales .ui-accordion-content .datos-mapa {
  float: none;
  flex: 1 100%;
}
div#formulariosConfigurables {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: auto;
}

div#formulariosConfigurables .colIzqContact {
  display: block;
  float: left;
  width: 40%;
}

div#formulariosConfigurables .formularioContacto1 {
  display: block;
  float: right;
  width: 60%;
}

div#formulariosConfigurables .formContactoSoloCTC,
div#formulariosConfigurables .formContactoSoloSeguro {
  width: 100%;
  display: block !important;
  margin: 0 0 30px 0px;
  float: left !important;
}

#formularioContactoCTC,
#contenidoFormContactoCTC,
#formularioContactoUnicoInterior,
#contenidoFormContactoSeguro {
  background: transparent;
}
#contenidoFormContactoCTC tbody, #contenidoFormContactoSeguro tbody {
  display: table;
  width: 100%;
}
#primeraFilaFormSoloCTC1,
#primeraFilaFormSoloCTC,
#segundoTituloFormContacto,
#primeraFilaFormSoloSeguro {
  border-bottom: transparent;
}

#primeraFilaFormSoloCTC1 h1,
#primeraFilaFormSoloCTC h1,
.sinCTC h1,
#primeraFilaFormSoloSeguro h1 {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  color: #27313c;
  padding: 0 0 10px 0;
  font-size: 1.5rem !important;
  border-bottom: 1px #27313c solid !important;
  margin: 0 0 15px 0 !important;
}

#formularioContactoCTC:hover,
#contenidoFormContactoCTC:hover,
#formularioContactoUnicoInterior:hover,
#contenidoFormContactoSeguro:hover {
  background: transparent;
}

.textoFormularioContacto {
  font-family: "Barlow";
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #53565a;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}

.textoPrimeraColumna,
.textoSegundaColumnaSeguro {
  font-family: "Barlow";
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #53565a;
}

#segundaFrase span,
#segundaFraseSeguro span {
  width: 100%;
  text-align: left;
}

.formularioContacto1 #formularioContactoUnicoInterior,
.formularioContacto1 #formularioContactoUnico {
  width: 90% !important;
  float: right;
  background: #eee;
  padding: 15px;
  border-radius: 3px;
}

#primeraFilaFormSoloCTC .tituloFormContactSoloCTC {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  color: #27313c;
}

.cajetinFormContact {
  width: 100%;
  box-sizing: border-box;
  padding: 7px !important;
  height: auto !important;
  border-radius: 3px;
  margin: 0 0 10px 0 !important;
  font-size: 1rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  background-image: none;
}

.cbbTipoRequerimiento {
  background-image: none;
  margin: 0 0 18px 0 !important;
  height: 35px;
  font-style: normal;
  font-size: 1rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  width: 100%;
}

.cajetinFormContact::-webkit-input-placeholder,
cbbTipoRequerimiento::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-style: normal;
  font-size: 1rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}
.cajetinFormContact::-moz-placeholder,
cbbTipoRequerimiento::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: normal;
  font-size: 1rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}
.cajetinFormContact:-ms-input-placeholder,
cbbTipoRequerimiento:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-style: normal;
  font-size: 1rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}
.cajetinFormContact:-moz-placeholder,
cbbTipoRequerimiento:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-style: normal;
  font-size: 1rem;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

#formularioContactoUnicoInterior table td {
  padding: 3px 9px;
}

#formularioContactoUnicoInterior .botonera input {
  background-color: #fff;
  border: 2px solid #00afc9;
  border-radius: 40px;
  color: #00afc9;
  display: block;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  /* margin: 10px 0; */
  padding: 12px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Barlow";
  margin: 10px auto;
}

.sucursales h1.cont-title,
.indicadores h1.cont-title {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 500 !important;
  color: #27313c;
  font-size: 1.9rem;
  margin-bottom: 0px;
}
.sucursales h1.cont-title,
.indicadores h1.cont-title {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 500 !important;
  color: #27313c;
  font-size: 1.9rem;
  margin-bottom: 0px;
}

.sucursales .ui-accordion-header:after {
  border: 2px solid #7a6855;
  height: 20px;
  width: 20px;
  right: 0;
  transform: rotate(-50deg) skew(-10deg) translateY(-125%);
  top: 15px;
  border-right: 0px;
  border-top: 0px;
  transition: all 0.2s ease-out 0s;
  content: "";
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
}
.contenidos_pagina table.ms-rteTable-default th font {
  color: #fff;
  font-size: 1.125rem !important;
}
.sucursales .ui-accordion-header:hover {
  background: transparent;
  color: #27313d;
}

.sucursales .ui-accordion-header.ui-state-active:after {
  transform: rotate(130deg) skew(-10deg) translateY(0);
  right: 10px;
  top: 15px;
}
.sucursales .ui-accordion-header:focus,
a:focus {
  outline: none;
}
div#contentSeeder {
  max-width: 1280px;
  width: 100%;
  float: none;
  margin: 15px auto 0px;
  height: auto;
}

.sitemap a {
  color: #27313c;
  font-size: 0.875rem;
  font-weight: 300;
}
.sitemap span {
  color: #27313c;
  font-size: 0.875rem;
  font-weight: 700;
}
a.new-table__iconLink.llamarPDFModal p {
  font-size: 0.8rem !important;
  margin-top: 5px;
}
.contenidos_pagina h1,
.divFichaSeguro h1 {
  width: 100%;
  max-width: 1280px;
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  font-size: 2.5rem !important;
  color: #27313c;
}
div#contenedor_rsEnvioFormContacto_campania_formulario {
    width: 95%;
    height: auto;
}

div#contenedor_rsEnvioFormContacto_campania_formulario h1 {
    width: inherit;
    margin: 0 20px !important;
}
.contenidos_pagina > .contenido {
  width: 100%;
  max-width: 1280px;
}

.contenidos_pagina > .contenido p {
  font-family: "Barlow";
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #53565a;
}
.contenidos_pagina > h2.Subtitulo,
.divFichaSeguro > h2.Subtitulo {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 25px;
}

.contenidos_pagina > div#Port-CQW {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.contenidos_pagina > #Port-CQW ul {
  list-style: none;
  list-style-image: none;
  display: flex;
  /* flex-shrink: 3; */
  flex-wrap: wrap;
}

.contenidos_pagina > div#Port-CQW li.dfwp-item {
  width: 33.33%;
  float: left;
  padding: 10px;
}

.contenidos_pagina > div#Port-CQW li.dfwp-item:before {
  content: none;
}

.contenidos_pagina > div#Port-CQW li.dfwp-item .item {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 15px;
}

.contenidos_pagina > div#Port-CQW li.dfwp-item .item .image-area-left {
  max-width: 150px;
  overflow: hidden;
  height: 110px;
}

.contenidos_pagina > div#Port-CQW li.dfwp-item .item .link-item {
  float: right;
  width: calc(100% - 170px);
}
.wrapperCapitalProteccion nav img {
  padding: inherit !important;
  margin: 8px auto;
  display: block;
}
/*FIN CapitalProteccion*/
.contenidos_pagina > .Contenido {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  font-size: 0.9rem;
}

#ListadoServicios .pestanas-servicios {
  width: 100%;
  max-width: 1280px;
  margin: 30px auto 0;
  display: flex;
}

#ListadoServicios .ui-tabs-panel {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  border: none;
}

#ListadoServicios .pestanas-servicios li {
  /* display: block !important; */
  border: none;
  z-index: inherit;
  border-radius: 5px;
  margin-right: 5px !important;
}

#DeltaPlaceHolderMain #ListadoServicios .pestanas-servicios li:before {
  content: none !important;
  font-size: 0 !important;
}

.EtiquetaEscribenos ul li:before {
  content: none !important;
}

#ListadoServicios #Web ol li,
#ListadoServicios #Sucursal ol li,
#ListadoServicios #Ejecutivo ol li,
#ListadoServicios #CallCenter ol li {
  font-size: 1rem;
}

p.bgamarillo {
  /* display: none; */
}

#ListadoServicios .pestanas-servicios li.ui-tabs-active a,
#ListadoServicios .pestanas-servicios li a:hover {
  border-radius: 7px;
}

.EtiquetaEscribenos ul li,
.EtiquetaLlamanos ul li {
  border: none;
}
.contenidos_pagina p,
.contenidos_pagina font,
.contenidos_pagina span {
  font-size: 1.125rem !important;
  font-family: "Barlow", Arial, Helvetica, sans-serif !important;
}
.ui-helper-clearfix.ui-corner-all.ui-widget-header.titlebarPDF {
  text-align: left;
  padding: 10px 0 0 10px;
}
#tabs .pestanas {
  width: 100%;
  max-width: 1280px;
  margin: 15px auto 0;
  float: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.new-section .si_perfiles img {
  max-width: 990px !important;
  width: 100% !important;
  margin: auto;
}

.new-section .si_perfiles {
  text-align: center;
}
#tabs .ui-tabs-panel {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

#tabs .pestanas li.ui-state-default {
  border: none;
  z-index: inherit;
  border-radius: 5px;
  margin: 5px !important;
  background-color: #fff;
}

#tabs .pestanas li.ui-state-default:before {
  content: none;
}

#tabs .pestanas li.ui-tabs-active {
  background-color: #f3f3f3;
  border-color: #bbb;
  border-bottom: 1px solid #f3f3f3;
}

#tabs .pestanas li.ui-tabs-active a {
  color: #333;
}

#tabs .pestanas li.ui-state-default:hover {
  background: #f4f4f4;
  color: #333;
}
#tabs .pestanas li a:hover {
  color: #333;
}

table.ms-rteTable-default {
  width: 100% !important;
  height: inherit !important;
  box-shadow: 0 20px 40px 0 rgba(200, 203, 204, 0.6);
}

.contenidos_pagina table.ms-rteTable-default tr th,
.divFichaSeguro table.ms-rteTable-default tr th {
  background: #a9aaac !important;
  border: none;
  padding: 20px;
}

.contenidos_pagina table.ms-rteTable-default p,
.contenidos_pagina table.ms-rteTable-default font {
  color: #27313c;
  font-size: 0.925rem !important;
  /* padding: 15px; */
  text-align: left;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  display: inline-block;
}
.contLinkInt .groupLinkInt .ms-rtestate-field {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.contLinkInt.landing-Ocultar {
  display: none !important;
}
.contenidos_pagina table.ms-rteTable-default p span {
  font-size: 1.125rem !important;
}

tr.ms-rteTableEvenRow-default td {
  background-color: #f0f3f4;
  border: none !important;
}
body div#botDiv {
  z-index: 9 !important;
}
.ms-rteTable-default,
.ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th,
td.ms-rteTable-default,
th.ms-rteTable-default,
.ms-rtetablecells {
  border: none;
  color: #53565a;
  font-size: 1rem;
  padding: 10px 15px;
}
.contenidos_pagina table.ms-rteTable-default tr th span {
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: 500;
  /* padding: 15px; */
  text-align: left;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  display: inline-block;
}
.indicadores .wrap {
  margin-top: 0;
  border: 0;
  width: 100%;
}

.indicadores .wrap .container {
  width: 100% !important;
  margin: auto;
  max-width: 1280px;
}

.wrap a.btnBack  {
    background-color: transparent;
    border: 2px solid #00afc9;
    border-radius: 40px;
    color: #00afc9;
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 10px 0;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "Barlow";
    background-image: none;
    width: auto;
    height: auto;
}
.wrap a.btnBack:hover {
    background-color: #00afc9;
    color: #fff;
    background-image:none;
}

.wrap .container h2 {
    color: #27313c !important;
    margin: 0 0 10px 0;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.wrap .container h2 span {color: #27313b;font-family: "Barlow", Arial, Helvetica, sans-serif;}

.wrap .grid02 {}

.grid02.mTop10.resultado {
    margin: 20px 0 0 0;
    width: 100%;
}

.wrap .bloqRight {
    width: 50%;
}

.wrap .PerfilInversionista, .wrap .PerfilPrevisional {
    width: 100% !important;
}
.indicadores > h1.cont-title {
  width: 100%;
  max-width: 1280px;
}
div#contenedor.indicadores .indet {
    padding: 0 15px;
    /* max-width: 1280px; */
    /* margin: auto; */
}

div#contenedor.indicadores {
    max-width: 1280px;
    padding: 0 15px;
}

div#contenedor.indicadores > h1.cont-title {
    padding: 0;
}

div#contenedor.indicadores .indet #chart-container {
    width: 63%;
}

div#contenedor.indicadores div#mercados-container {
    /* min-width: 340px; */
    width: 35%;
}

div#contenedor.indicadores .indet .tab-main {
    width: 49%;
    box-sizing: border-box;
    margin: 0;
    float: left;
}

div#contenedor.indicadores .indicadores div.row {
    padding: 15px;
}

div#contenedor.indicadores .indet .tab-main:last-child {
    float: right;
}
.wrap .boxTituloHome {
  width: 49% !important;
}

.wrap ul.lista01 li {
  width: 100%;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0 0 10px 0;
}

.wrap .boxTituloHome p span {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
}

.wrap a.btnPpal {
  /* border: 2px solid #E3E829; */
  background-color: #e3e829;
  color: #0033a0;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  background-image: none;
  border-radius: 30px;
  padding: 5px 0;
}

.wrap a.btnPpal:hover {
  background-image: none;
  background-color: #0033a0;
  color: #e3e829 !important;
}
#accordeon h3 {
  font-family: "FSJoey" !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  color: #27313c;
  font-size: 1.5rem;
}
#accordeon h3:hover {
  color: #27313c !important;
  background: url(/Style%20Library/Images/accordeon_down_cyan.gif) no-repeat 99%
    center transparent;
}

.tituloAcordeon.ui-accordion-header-active:hover {
  color: #27313c !important;
  background: url(/Style%20Library/Images/accordeon_down_cyan.gif) no-repeat 99%
    center transparent !important;
}
.tituloAcordeon:hover {
  background: url(/Style%20Library/Images/accordeon_down_cyan.gif) no-repeat 99%
    center rgba(255, 255, 255, 0.85) !important;
}
.ms-rtestate-field h3,
h3.ms-rteElement-H3 {
  font-family: "Barlow" !important;
  font-size: 1.375rem;
  line-height: 1.3em;
  color: #53565a;
}
.descripcion p {
  font-family: "Barlow";
  font-size: 0.9rem;
  line-height: 1.4em;
  color: #53565a;
  font-weight: 300;
}
.itemProducto h3 {
  width: 100%;
  font-size: 1.3rem;
}

.clearfix.itemProducto {
  width: 100%;
}

#accordion li.dfwp-item:before {
  content: none !important;
}

#accordion li.dfwp-item {
  font-size: 1.5rem !important;
}

.itemProducto h2 {
  font-family: "Barlow";
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #53565a;
  font-weight: 500;
}
a.llamarPDFModal {
  line-height: 100%;
  font-size: 1rem;
  font-weight: 400;
  /* padding-bottom: 10px !important; */
  /* overflow: hidden; */
  /* float: left; */
  width: 100%;
  transition: none;
  display: block;
  min-height: 20px;
}

a.llamarPDFModal img.ms-asset-icon {
    width: 16px !important;
    height: 16px;
    display: block;
    float: left;
    max-width: inherit;
}
.contenidos_pagina.contPage2 .ms-rteTableFooterRow-default td {
  background: #333;
  color: #fff !important;
}
table .changeIcon {
  font-size: 4rem;
  clear: both;
  display: block;
}
.ms-rteTable-default > tbody > tr > td {
  text-align: left !important;
}
.ms-rteTable-default > tbody > tr > td p {
  width: 100%;
}
#new-accordion > .container {
  padding: 0;
}
.contenidos_pagina > #Port-CQW ul a {
  color: #0072c6;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  div#contentSeeder,
  #DeltaPlaceHolderMain .contenidos_pagina {
    padding: 0 15px 20px !important;
  }
  .indicadores > h1.cont-title {
    padding: 0 15px;
    margin: 0;
  }

  .indicadores .wrap {
    padding: 0 15px;
  }
  .new-footer__secondNav__column {
    float: none;
    margin: 0;
    max-width: 25%;
  }
  
  nav.new-footer__secondNav {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .new-header__nav li.static > ul {
    display: flex;
    justify-content: space-around;
  }
.new-header__nav ul.dynamic {
    flex-direction: column;
}
.new-header__nav li.static span.menu-item-text {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
}
  .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    margin: 0;
    text-align: center;
    height: 100%;
  }
  table.ms-rteTable-default.cabeceraservicios {
    padding: 0;
  }

  table.ms-rteTable-default.cabeceraservicios tbody {
    width: 100%;
    display: table;
  }

  .listaservicios li.dfwp-item div#elemento .row {
    display: flex;
  }

  .listaservicios .column.title {
    flex: 1 50%;
  }

  .listaservicios div .column.canal {
    flex: 1 14%;
  }

  .listaservicios {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .listaservicios > .ms-webpart-zone.ms-fullWidth {
    min-width: 600px;
    width: 100%;
  }
  #contenedor .contenido div#second_slider {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0 0 20px 0;
}
}
@media (max-width: 575.98px) {
  #ListadoServicios .pestanas-servicios li {
    margin: 0 0 10px 0 !important;
    flex: 1;
  }

  #ListadoServicios .pestanas-servicios {
    justify-content: space-between;
  }

  #ListadoServicios .pestanas-servicios li a {
    padding: 38px 10px 10px 10px;
    width: 100%;
    float: left;
    background-position: center 11px;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
  }

  #ListadoServicios .pestanas-servicios li a.canalWeb {
    width: 100%;
    float: left;
    display: block;
  }

  #ListadoServicios .pestanas-servicios li span.removelink {
    width: 100%;
  }
  #DeltaPlaceHolderMain .contenidos_pagina ul li,
  #DeltaPlaceHolderMain .divFichaSeguro ul li {
    font-size: 1rem;
  }
  small.new-disclaimer {
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .new-header__login a.btn--yellow.btn--full {
    padding: 7px 17px;
    font-size: 0.7rem;
  }
  .wrap .boxTituloHome {
    width: 100% !important;
  }
}
