/* @extend display-flex; */
display-flex {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Arial, sans-serif';
  font-style: normal;
  font-weight: 300;
  /* IE9 Compat Modes */
  /* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Arial, sans-serif';
  font-style: normal;
  font-weight: 400;
  /* IE9 Compat Modes */
  /* Legacy iOS */ }      
/* roboto-slab-700 - latin */
@font-face {    
  font-family: 'Arial, sans-serif';
  font-style: normal;
  font-weight: 700;
  /* IE9 Compat Modes */
  /* Legacy iOS */ }
  #ayuda-axa a:focus,#ayuda-axa a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

  #ayuda-axa input, #ayuda-axa select, #ayuda-axa textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

  #ayuda-axa input::-webkit-outer-spin-button, #ayuda-axa input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

  #ayuda-axa input:focus, #ayuda-axa select:focus, #ayuda-axa textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

  #ayuda-axa input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

  #ayuda-axa input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

#ayuda-axa img {
  max-width: 100%;
  height: auto; }

  #ayuda-axa figure {
  margin: 0; }

  #ayuda-axa p {
  margin-bottom: 0px; }

  #ayuda-axa input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
  -moz-box-shadow: 0 0 0 30px white inset;
  -webkit-box-shadow: 0 0 0 30px white inset;
  -o-box-shadow: 0 0 0 30px white inset;
  -ms-box-shadow: 0 0 0 30px white inset; }

  #ayuda-axa #axa1 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #00008f;
  font-family: 'Georgia Times New Roman';
  font-size: 28px;

 }

 #ayuda-axa h3 {
  font-weight: bold;
  color: #222;
  font-size: 15px;
  margin: 0px;
}

#ayuda-axa .clear {
  clear: both; }

  #ayuda-axa .body {
    background-image: url("https://axa.mx/documents/51602/17503417/f2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f7f1f1;
    background-position: 100% center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}


#ayuda-axa #backModal {
    background-image: url("https://axa.mx/documents/51602/17503417/good.jpg") !important;
    background-repeat: no-repeat;
    background-position: center top;
}

#ayuda-axa .main {
  padding: 7%;
  position: relative; }

  #ayuda-axa .container {
  width: 450px;
  background: #f5f5f5;
 }

 #ayuda-axa .form-submit{
  color: red;

}

#ayuda-axa .icn{
  background: url("https://axa.mx/documents/51602/17503417/icn.png") no-repeat right center;
  background-color: white;
  overflow: hidden;
  color: #00008f;

}
#ayuda-axa .appointment-form {
  padding: 5% 10% 0 10%;
   }

   #ayuda-axa .appointment-form1 {
  padding: 0% 10% 5% 10%;
   }


   #ayuda-axa input, #ayuda-axa select {
  width: 100%;
  height: 40px;
  display: block;
  border: none;
  padding: 5px 15px;
  color: #222;
  margin-bottom: 20px;
  font-family: 'Arial'; }
  input:focus, select:focus {
  color: #343c3D;
  border: 1px solid #00008f;
   }

   #ayuda-axa input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block; }

  #ayuda-axa input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 17px; }

  #ayuda-axa input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid #ebebeb;
  background: white;
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
  vertical-align: bottom; }

  #ayuda-axa input[type=checkbox]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white); }

  #ayuda-axa .label-agree-term {
  color: #999; }

  #ayuda-axa .term-service {
  color: #222; }

  #ayuda-axa .submit {
  width: 80%;
  background: #3b3fd8;
  color: #fff;
  line-height: 2px;
  padding: 15px 32px;
  font-size: 16px;
  }

  #ayuda-axa .env {
  width: 100%;
  background: #3b3fd8;
  color: #fff;
  line-height: 2px;
  padding: 15px 32px;
  font-size: 16px;
  }

  #ayuda-axa .submit-envio {
  width: 100%;
  background: #00008f;
  color: #fff;
  line-height: 2px;
  padding: 15px 32px;
  font-size: 16px;
  }

  #ayuda-axa .submit:hover {
    background: #393dc8;
    color: #fff;
    }

    #ayuda-axa .form-submit{
      padding: 10px 0px;
    } 
    
    #ayuda-axa .form-submit1{
      padding-top: 20px;
    } 

    #ayuda-axa #box1{
      padding-top: 0px;
  
    }
	
    #ayuda-axa #axa-log{
      position: relative;
      left: 183px;
      height: 55px;
    }

    #ayuda-axa #pleca{
      background-color: white;
      height: 70px;
      border-top: 1px solid #a7a7a7;
       border-bottom: 1px solid #a7a7a7;
    }

    #ayuda-axa #d{
      background-color: #555;
      height: 1px;
    }


 /*   titulos y textos*/

 #ayuda-axa #tx1:hover {
    border-color: #00008f;
    border-style: solid;
    border-width: 2px;
    }


    #ayuda-axa .txtbod{
      text-align: center;
      color: #555555;
      font-size: 15px;
      padding: 30px 0px 30px 0px;
      line-height: 18px;
    }

    #ayuda-axa .legals{
      text-align: center;
      color: #1a3277;
      font-size: 10px;
      padding: 16px 0px;
      line-height: 14px;
    }

    #ayuda-axa .legals2{
      text-align: center;
      color: #1a3277;
      font-size: 12px;
      padding: 25px 0px;
      line-height: 16px;
    }

    #ayuda-axa #chek-bx{
      margin-left: 0px;
      font-family: "Arial";
      color: #7f7f7f;
      font-size: 9px;

    }

    #ayuda-axa .checkbox{
      margin-left: 32px;
      font-size: 8px;
    }

    
    #ayuda-axa #adjuntarArchivo{
      margin-left: 0px;
    }

    #ayuda-axa .camps{
      background-color: white;
      border-color: #cccccc;
      border-style: solid;
      border-width: 2px;
	  height:24px;
    }

    #ayuda-axa ul {
  background: 0 0;
  z-index: 9; }

  #ayuda-axa ul li {
  padding: 3px 0px;
  z-index: 2;
  color: #999; }
  #ayuda-axa ul li:last-child {
    border-bottom: 1px solid #ebebeb; }

    #ayuda-axa ul li:not(.init) {
  display: none;
  background: #fff;
  color: #222;
  padding: 5px 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }

  #ayuda-axa ul li:not(.init):hover, #ayuda-axa  ul li.selected:not(.init) {
  background: #4966b1;
  color: #fff; }

  #ayuda-axa li.init {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #ebebeb; }
  #ayuda-axa li.init:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
    color: #999;
    content: '\f2f9'; }

    #ayuda-axa #confirm_type {
  margin-bottom: 30px; }

  #ayuda-axa .form-group-2 {
  margin-top: 15px;
  margin-bottom: 30px; }

  #ayuda-axa .form-check {
  margin-bottom: 20px; }

  #ayuda-axa .select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px; }


  #ayuda-axa .list-item {
  position: absolute;
  width: 100%; }

  #ayuda-axa #confirm_type {
  z-index: 99; }

  #ayuda-axa #hour_appointment {
  z-index: 9; }


@media screen and (max-width: 1024px) {
  #ayuda-axa .container {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  #ayuda-axa .container {
    width: calc( 100% - 30px);
    max-width: 100%; }

    #ayuda-axa #backModal {
      background-image: url("https://axa.mx/documents/51602/17503417/mob.jpg") !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

#ayuda-axa #msm {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #00008f;
  font-family: 'Georgia';
  font-size: 28px;
  text-align: center;
 }

  }
@media screen and (max-width: 480px) {

  #ayuda-axa .body {
    background-image: url("https://axa.mx/documents/51602/17503417/f1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: fixed;
    background-color: #f7f1f1;
    background-position: 100% center;
    }

    #ayuda-axa .swal2-image {
    width: 400px !important;
    height: 100% !important;
 }


 #ayuda-axa #ttl{
    padding: 10px 22px !important;
  }

  #ayuda-axa .main {
    padding: 15% 2% 15% 2% !important;
    }
    #ayuda-axa .appointment-form1 {
    padding: 10px 30px 10px 30px !important;
    }


    #ayuda-axa .txtbod{

      padding: 0 2px 30px 2px !important;
    }

    #ayuda-axa .submit {
    width: 100% !important;
}

#ayuda-axa #lblrespuesta{

  font-size:17px ;
  color: #5a5a5a;
  font-family: arial; 
  line-height: 15px;
  text-align: center;
  padding-top: 11px;
}

#ayuda-axa #box1{
    margin-top: 15% !important;
    width: 90% !important;
}

#ayuda-axa #axa1 {

  font-weight: bold;
  color: #00008f;
  font-family: 'Georgia';
  font-size: 40px;
  text-align: center;
 }

 #ayuda-axa #axa-log{
      left: 10px;
    }


    #ayuda-axa .f2{
    padding: 0 50px 18px 50px !important;
  }

  #ayuda-axa #pciModal {
    background-image: url("img/pci1.jpg") !important;
    background-repeat: no-repeat;
    background-position: center top;
    width: 305px !important;
    height: 436px !important;
    background-size: contain !important;
  }

  #ayuda-axa .closer{
    left: 262px !important;
    top: 0 !important;
  }

  #ayuda-axa .modal-content{
    width: 90% !important;
  }

  }


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}



#ayuda-axa .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.7s;
}


#ayuda-axa #lblrespuesta{

  font-size:17px ;
  color: #5a5a5a;
  font-family: arial; 
  line-height: 17px;
  text-align: center;
  padding-top: 111px;
}


#ayuda-axa #box1{
    margin-top: 0px;
    width: 65%;
}


#ayuda-axa input[type=”file”]#nuestroinput {
 width: 0.1px;
 height: 0.1px;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 z-index: -1;
 }


 #ayuda-axa .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: 1px solid #ccc;
}

#ayuda-axa .inputfile-1 + label {
    color: #fff;
    background-color: #3b3fd8;
    font-family: 'Arial';
}

#ayuda-axa .submit + label {
    color: #fff;
    background-color: #3b3fd8;
    font-family: 'Arial';
}

#ayuda-axa .inputfile + label {
    width: 80%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 13px;
}

#ayuda-axa .inputfile + label svg {
    width: 2em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.40em;
    margin-right: 0.25em;
}

#ayuda-axa .box-2{
    text-align: center;
    padding: 10px;
    line-height: 18px;
    }

    #ayuda-axa .in-box{
    border: 1px solid #ccc;
  }

  #ayuda-axa #caja{
    height: 15px;
    position: relative;
    top: 19px;
    left: -120px;
  }

  #ayuda-axa .f1{
    background-color: #fefeff;
    border: 1px solid #ccc;
  }

  #ayuda-axa .f2{
    padding: 1px 78px;
    font-size: 15px;
    color: #00008f;
  }
  #ayuda-axa .f3 {
    padding: 1px 78px;
    font-size: 15px;
    color: #00008f;
    padding-bottom: 30px;
}

#ayuda-axa #ttl{
    font-size: 15px;
    color: #555;
    text-align: left;
    padding-top: 20px;
  }

  #ayuda-axa #ttl1{
    font-size: 15px;
    color: #555;
    text-align: center;
    padding-top: 20px;
  }

  #ayuda-axa #token{
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
    padding: 0 35px ;
    font-size: 12px;
}

#ayuda-axa .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0 !important; 
    background: initial;
    background-color: #f07662 !important;
    color: #fff;
    font-size: 13px;

}

/* The popup form - hidden by default */
#ayuda-axa .form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
#ayuda-axa .form-container {
  max-width: 100%;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
#ayuda-axa .form-container input[type=text], #ayuda-axa .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}



#ayuda-axa .swal2-close {
    font-size: 49px;
    color: #3b3fd8;
}

#ayuda-axa #pciModal {
    background-image: url("img/Pop-up-PCI2.jpg") ;
    background-repeat: no-repeat;
    background-position: center top;
    width: 500px;
    height: 400px;
}

#ayuda-axa .closer {
    padding: 6px 12px;
    font-size: 22px;
    font-weight: normal;
    background-color: transparent;
    border: none;
    width: 50px;
    outline: none;
    text-decoration: none;
    color: #00008f;
    position: absolute;
    z-index: 10000000000;
    left: 450px;
    top: 0;
}

/* Inicio estilos home*/
#ayuda-axa {
  color: #000000;
}

#ayuda-axa .select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
}

#ayuda-axa .list-item {
  position: absolute;
  width: 100%;
}

#ayuda-axa ul {
  background: 0 0;
  z-index: 9;
}

#ayuda-axa list-type-ulli,
#ayuda-axa ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ayuda-axa input[type=checkbox]:not(old):checked+label>span:before {
  content: '\f26b';
  display: inline-block !important;
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold;
}

#ayuda-axa input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block !important;
}

#ayuda-axa .swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 0 !important;
  margin: 0;
  top: 0;
  position: absolute;
  right: 0;
}

#ayuda-axa .swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}


#ayuda-axa  .swal2-actions {
  display: none;
}

#ayuda-axa .swal2-image {
  margin: 0;
}


/*
CAMBIOS PRODUCTOVOS 
*/
#ayuda-axa  .f3-cancel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-bottom: 20px;
  font-size: 12px;
  color: #555;
  padding: 10px;
}
/* Fin estilos home*/