/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* MUTUALIA */

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-webkit-input-placeholder{
  font-weight:500; }

::-moz-placeholder{
  font-weight:500; }

:-ms-input-placeholder{
  font-weight:500; }

:-moz-placeholder{
  font-weight:500; }

:hover::-webkit-input-placeholder{
  color:transparent; }

:hover::-moz-placeholder{
  color:transparent; }

one :hover:-ms-input-placeholder{
  color:transparent; }

:hover:-moz-placeholder{
  color:transparent; }


html {}

body {
  font-family: 'Montserrat', sans-serif;

  overflow-x: hidden;
}

.header {
  background-color: #fff;
  padding: 0 15px 0 15px;
  min-height: 60px;
}

.main {
  position: relative;
  padding: 70px 0 50px 0;
  background-image: url('../img/frontal_app.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  min-height: 350px;
}

.app .main {
  background-image: url('../img/background.jpg');
}

footer {
  background-color: #f0f0f0;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #3342b4;
}

form {
  background-color: rgba(255,255,255,0.8);
  font-size: 14px;
  border-radius: 2px;
  max-width: 90%;
  margin: auto;
  padding: 40px 50px;
}

form:hover {
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.75);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.75);
  box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.75);
}

form > p:not(:last-child) {
  margin: 0 0 25px 0;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
}

label {
  display: none;
}

input {
  display: block;
}

.form__logo {
  display: block;
  margin: auto;
  max-width: 180px;
  margin: 0 auto 20px auto;
}

.form__link {
  color: #013366;
  text-decoration: underline;
}

.form__link:hover {
  text-decoration: none;
}

.form__caption {
  text-align: center;
}

.form__caption span {
  background-color: #fff;
  color: #3342b4;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}

.form-row {
  margin: 0;
}

.form__help {
  font-size: 12px;
  color: #013366;
  margin: 0 !important;
}

.form__help--extranet {
  font-size: 12px;
  color: #013366;
  margin: 0 0 10px 0 !important;
}

.form__help--extranet:last-child {
  margin: 0 !important;
}

input[type=text] {
  width: 100%;
}

.form__input--user {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 12px 12px 30px;
  background-image: url(../img/login-usuario.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 5px;
}

.form__input--password {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 12px 12px 12px 30px;
  background-image: url(../img/login-candado.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 5px;
}

.btn {
  background-color: #013366;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 2px;
  width: 100%;
  font-size: 12px;
  cursor: pointer;
  transition: all ease-in .2s;
}

.btn:hover {
  background-color: #3342b4;  
}

.site__title {
  margin: 0;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 20px;
  padding: 0 20px;
  background-color: #fff;
  color: #3342b4;
  line-height: 30px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 23px 15px rgba(0,23,199,0.4);
  -moz-box-shadow: 0px 0px 23px 15px rgba(0,23,199,0.4);
  box-shadow: 0px 0px 23px 15px rgba(0,23,199,0.4);
  z-index: 10;
  white-space: nowrap;
}

.site__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
-webkit-box-shadow: 0px 0px 45px 5px rgba(112,127,241,0.3);
-moz-box-shadow: 0px 0px 45px 5px rgba(112,127,241,0.3);
box-shadow: 0px 0px 45px 5px rgba(112,127,241,0.3);
mix-blend-mode: luminosity;
}

.site__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
-webkit-box-shadow: 0px 0px 20px 3px rgba(255,255,255,0.8);
-moz-box-shadow: 0px 0px 20px 3px rgba(255,255,255,0.8);
box-shadow: 0px 0px 20px 3px rgba(255,255,255,0.8);
mix-blend-mode: color-burn;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.wrapper {
  width: 100%;
}

.logo {
  margin: 0;
  max-width: 180px;
  height: auto;
  float: left;
  position: relative;
  top: 10px;

}

.logo a {
  display: block;
}

.logo img {
  display: block;
  max-width: 100%;
  height: 48px;
  width: 200px;
}

.col-footer {
  padding: 0 15px;
}

.col-footer {
  text-align: center;
}

.footer__title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px 0 10px 0;
  margin: 0;
  text-align: center;
}

.footer__list {
    list-style-type: none;
    padding: 0;
    line-height: 18px;
    text-align: center;
}

.footer__list a,
footer p a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}

footer header {
    border-bottom: 1px solid #bbb;
    margin: 0 0 10px 0;
}

.mainmenu--toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #3342b4;
  cursor: pointer;
}

.mainmenu--toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 2px;
  width: 50%;
  background-color: #fff;
}

.mainmenu--toggle span::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.mainmenu--toggle span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.mainmenu {
  margin: 0;
  list-style-type: none;
  display: none;
}

.mainmenu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 60px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
  min-height: calc(100vh - 60px);
}

.mainmenu__item {
  position: relative;
  border-bottom: 1px solid #ccc;

}

.mainmenu__item a {
  display: block;
  padding: 20px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}



.mainmenu__item:hover .mainmenu__child {
  display: block;
}

.mainmenu__child {
  margin: 0;
  list-style-type: none;
  padding: 0;
  position: relative;
  min-width: auto;
  background-color: #fff;
  z-index: 999;
  top: 100%;
  left: 0;
  transform: none;
  color: #3342b4;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.mainmenu__child > li {
  padding: 5px 30px;
  float: none;
  width: 100%;
}

.mainmenu__child li:first-child {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 30px calc(100% - 10px);
}

.mainmenu__child li:last-child {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 30px calc(100% - 10px);
}

.mainmenu__child li:first-child h3 {
  background-repeat: no-repeat;
  background-image: url('../img/24h.svg');
  background-size: auto 25px;
  display: inline-block;
  padding: 0 0 0 40px;
  color: #6296d1;
}

.mainmenu__child li:last-child h3 {
  background-repeat: no-repeat;
  background-image: url('../img/phone-world.svg');
  background-size: auto 25px;
  display: inline-block;
  padding: 0 0 0 40px;
  color: #6296d1;
}

.mainmenu__child li h3 a {
  font-size: 24px;
  padding: 10px 20px 20px 20px;
}

.mainmenu__child li:first-child h2,
.mainmenu__child li:last-child h2 {
  color: #6296d1;
}

.mainmenu__child h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.mainmenu__child h3 {
  font-size: 24px;
  margin: 0;
}

.footer__phonesupport, .footer__phoneforeign {
    position: relative;
    padding: 0 0 0 35px;
    display: inline-block;
}

.footer__phonesupport::before, .footer__phoneforeign::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__phonesupport::before {
    background-image: url('../img/24h.svg');
}

.footer__phoneforeign::before {
    background-image: url('../img/phone-world.svg');
}


.secondarymenuwrapper {
  background-color: #3342b4;
}

.secondarymenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #3342b4;
  color: #fff;
  font-size: 12px;
}

.secondarymenu a {
  color: #fff;
}

.secondarymenu__title {
  font-size: 20px;
  font-weight: 700;
}

.secondarymenu__item {
  position: relative;
  cursor: pointer;
  transition: all ease-in .2s;
}

.secondarymenu__item:hover {
  background-color: #3e4cbb;
}

.secondarymenu > *:first-child {
  padding: 20px 0 20px 100px;
  background-image: url('../img/app.svg');
  background-repeat: no-repeat;
  background-size: 60px auto; /* width heigth */
  background-position: 20px 40px;
  min-height: 130px;
}

.secondarymenu > *:last-child  {
  padding: 20px 0 20px 100px;
  background-image: url('../img/extranet.svg');
  background-repeat: no-repeat;
  background-size: 60px auto; /* width heigth */
  background-position: 20px 40px;
  min-height: 130px;
}

.mainmenu__child--mobile a {
  position: relative;
  padding: 50px 0 0 0;
  text-indent: -9999px;
}

.mainmenu__child--mobile a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url('../img/soporte.svg');
  background-position: top center
  background-size: 50px auto;
}

  .secondarymenu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
    z-index: 999;
 }


@media (min-width: 800px){
  .main {
    background-size: 100% auto;
    background-position: top center;
    min-height: 350px;
  }
}



@media (min-width: 1100px){
  
  .mainmenu__child--mobile {
    display: none !important;
  }

  form {
    max-width: 400px;
    margin: auto;
    padding: 40px 50px;
    position: relative;
    top: 0;
  }

  .header {
    padding: 30px 0 0 0;
  }

  .logo {
    top: -5px;
    max-width: 200px;
  }

  .site__title {
    font-size: 18px;
    top: 30px;
    line-height: 40px;
  }

  .wrapper {
    margin: auto;
  }

  .main {
  min-height: 650px;
  padding: 100px 0 50px 0;
  background-size: cover;
  background-position: center center;
  }


  .mainmenu--toggle {
    display: none;
  }

  .mainmenu {
    display: block;
    float: right;
  }

  .mainmenu__list {
    position: relative;
    top: 0;
    width: auto;
    left: auto;
    min-height: auto;
  }

  .mainmenu__item {
    float: left;
    border: 0;
  }

  .mainmenu__item:hover a {
    background-color: #f0f0f0;
  }

  .mainmenu__item a {
    text-transform: uppercase;
    display: block;
    padding: 20px 20px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .mainmenu__item a:hover {
    background-color: #f0f0f0;
  }

  .mainmenu__item:last-child {
    padding: 0 0 0 100px;
  }

  .mainmenu__child {
    background-color: #f0f0f0;
    display: none;
    min-width: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .mainmenu__child li {
    padding: 20px 20px 0 80px;
    float: left;
    width: 400px;
  }

  .mainmenu__child li:first-child {
    background-image: url('../img/24h-gray.svg');
  }

  .mainmenu__child li:last-child {
    background-image: url('../img/phone-world-gray.svg');
  }

  .mainmenu__child li:first-child h3,
  .mainmenu__child li:last-child h3 {
    background: none;
    padding: 0;
    color: #3342b4;
  }

  .mainmenu__child li:first-child h2,
  .mainmenu__child li:last-child h2 {
    color: #3342b4;
  }
  .secondarymenu {
    font-size: 16px;
  }

  .secondarymenu > * {
    width: 50%;
    float: left;
  }

  .secondarymenu__title {
    font-size: 28px;
    font-weight: 700;
  }

  .secondarymenu > *:first-child {
    padding: 50px 180px 20px 0;
    background-image: url('../img/app.svg');
    background-repeat: no-repeat;
    background-size: 100px auto; /* width heigth */
    background-position: calc(100% - 50px) 50px;
    min-height: 280px;
  }

  .secondarymenu > *:last-child  {
     padding: 50px 0 20px 180px;
    background-image: url('../img/extranet.svg');
    background-repeat: no-repeat;
    background-size: 100px auto; /* width heigth */
    background-position: 50px 50px;
    min-height: 280px;
  }

  .secondarymenu > *:first-child::before {
    content: "";
    position: absolute;
    left: -500px;
    top: 0;
    width: 500px;
    height: 100%;
    background-color: #3342b4;
    transition: all ease-in .2s;
  }

  .secondarymenu > *:last-child::before {
    content: "";
    position: absolute;
    right: -500px;
    top: 0;
    width: 500px;
    height: 100%;
    background-color: #3342b4;
    transition: all ease-in .2s;
  }

  .secondarymenu__item:hover::before {
    background-color: #3e4cbb;
  }

  .secondarymenu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    right: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
    z-index: 999;
 }

 .secondarymenu p {
  text-align: justify;
 }

  .col-footer {
    width: 20%;
    float: left;
    text-align: left;
  }

  
  .footer__title {
    text-align: left;
  }

  .footer__list {
    text-align: left;    
  }
}

@media (min-width: 900px) and (max-width: 1100px){

  .col-footer:not(:last-child) {
    width: 25%;
    float: left;
    text-align: left;
  }

}

@media (min-width: 900px) and (max-width: 1200px){


.main {

    min-height: 400px;
    padding: 100px 0 50px 0;
    background-size: cover;
    background-position: center center;

}

}


@media (min-width: 500px) and (max-width: 1100px){
  form {
    max-width: 400px;
  }
}

@media (min-width: 1200px){
  .wrapper {
    width: 1200px;
    margin: auto;
  }


}

@media (min-width: 800px) and (max-width: 1100px){
.extranet .main {
  background-size: auto 100% !important;
}
}