.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

.li-no {
  list-style-image: none !important;
}

.center-align {
  text-align: center !important;
}

.tabs {
  height: 58px;
}

.tabs .tab {
  height: 58px;
  line-height: 58px;
}

.b-x-0 {
  border-right: none;
  border-left: none
}

.b-1 {
  border: 1px solid #CCC
}

.top0 {
  top: 0 !important;
}

.top1 {
  top: 1em !important;
}

.top2 {
  top: 2em !important;
}

.d-table {
  display: table;
  width: 100%;
}

.d-table-cell {
  display: table-cell;
}

.t-under {
  text-decoration: underline;
}

.fw-700 {
  font-weight: 700;
}

.t-upper {
  text-transform: uppercase;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

html {
  font-family: Barlow, sans-serif;
  color: #333;
}

body {
  background-color: #EFEFEF;
}

.nav-wrapper a {
  color: #FFF !important;
}

a,
.dropdown-content a {
  color: #064878 !important;
}

b,
strong {
  font-weight: 700;
}

nav {
  position: absolute;
  top: 3em;
}

.bazul {
  background-color: #004280 !important
}

.azul {
  color: #004280 !important
}

.bnar {
  background-color: #ff6600 !important
}

.nar {
  color: #ff6600 !important
}

a.azul2 {
  color: #15c !important;
  text-decoration: underline;
}

.arre {
  font-size: 19px !important;
}

.InfoTop {
  font-weight: 700;
  min-height: 89px;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: #004280;
  font-size: 0.9em;
}

.dropdown-content {
  min-width: 160px;
}

.sidenav .collapsible-body>ul:not(.collapsible)>li.active,
.sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
  background-color: #AEAEAE !important;
}

nav ul a {
  padding: 17px 10px;
  font-size: 0.8em !important;
}

.sidenav .collapsible-body {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-content li>a,
.dropdown-content li>span {
  padding: 15px 11px 10px;
}

nav .brand-logo {
  width: 150px;
  top: 0.3em;
}

.botoneraIconosTop {
  text-align: right;
  margin: 0.2em 1em;
  position: absolute;
  top: 0;
  width: 95%;
}

.botoneraCh {
  font-family: Barlow, Arial, sans-serif;
}

.facebookTop,
.instragramTop,
.youtubeTop,
.linkedinTop {
  background-image: url(../img/iconos.png);
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0.5em;
}

.instragramTop {
  background-position: -34px 0;
}

.youtubeTop {
  background-position: -65px 0;
}

.linkedinTop {
  background-position: -96px 0;
}

.whatsappTop {
  background-image: url(../img/whatsapp.png);
  background-size: cover;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0.2em;
  padding-top: 5px;
}

.facebookBottom,
.instragramBottom,
.youtubeBottom,
.linkedinBottom {
  background-image: url(../img/iconos.png);
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0.5em;
}

.facebookBottom {
  background-position: 0 -26px;
}

.instragramBottom {
  background-position: -41px -26px;
}

.youtubeBottom {
  background-position: -83px -26px;
}

.linkedinBottom {
  background-position: -124px -26px;
}

.whatsappBottom {
  background-image: url(../img/whatsapp.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0.2em;
  padding-top: 7px;
}

nav .sidenav-trigger {
  position: absolute;
  color: #FFF !important;
}

.imgBackHome img {
  width: 100%;
  margin-top: 9em;
}

.imgBackInt img {
  width: 100%;
  margin-top: 9em;
}

.InfoTop2 {
  line-height: 150%;
  margin-top: 1.5em;
  font-size: 0.8em;
  padding: 0 0.7em;
}

h1 {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  margin: 0.5em 0;
}

h2 {
  font-size: 1.5em;
  margin: 1em 0;
}

.cajasHome {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cajaHome {
  margin: 0.5em;
  width: 100%;
}

.cajasHome2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03253c+0,074978+100 */
  background: #03253c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03253c 0%, #004280 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #03253c 0%, #004280 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #03253c 0%, #004280 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03253c', endColorstr='#004280', GradientType=0);
  /* IE6-9 */
  width: 100%;
  padding: 1em;
}

.cajasHome.row .col {
  margin: 0;
  padding: 1em 0.4em;
}

.iconoPraxis,
.iconoAccidentes,
.iconoCivil,
.iconoCaucion,
.iconoCaucionA,
.iconoVida,
.iconoAutos {
  width: 105px;
  height: 71px;
  background: url(../img/iconos.png);
  background-position: 0 -70px;
  margin: 1em auto;
}

.iconoAccidentes {
  background-position: -105px -70px;
}

.iconoCivil {
  background-position: -210px -70px;
}

.iconoCaucion {
  background-position: -315px -70px;
}

.iconoCaucionA {
  background-position: -420px -70px;
}

.iconoVida {
  background-position: -525px -70px;
}

.iconoAutos {
  background-position: -630px -70px;
}

.cajasHomeT2 {
  font-family: Barlow, Arial, sans-serif;
}

.cajasHomeB {
  font-size: 0.75em;
  text-align: center;
  background-color: #FF6C2F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 6em;
  padding: 0.2em;
  margin: 0.8em auto;
  color: #FFF !important;
}

.cajasHomeB2 {
  font-size: 1.375em;
  width: 13em;
  margin-bottom: 1em;
}

.cajaAzulH {
  width: 100%;
  background-color: #004280;
  top: -0.5em;
  position: relative;
  padding: 3em 1em 0;
}

.cajaBlancaH {
  width: 100%;
  background-color: #FFF;
  top: -0.5em;
  position: relative;
  padding: 3em 0 0;
}

h3 {
  font-size: 1.75em;
  font-family: Barlow, Arial, sans-serif;
  font-weight: 700;
}

.ssn {
  max-width: 250px;
  margin: 0 auto;
}

.footer {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A4A49;
  /* padding: 5em 0 4em; */
  /* background-color: #DDD; */
  margin-top: 6em;
}

.footerInt {
  margin-top: 0;
}

.logoFooterTPC {
  width: 54px;
  height: 71px;
  background: url(../img/iconos.png);
  background-position: -125px -161px;
  margin: 0 auto;
}

.int p {
  text-align: left;
  color: #333;
}

.int ul {
  padding-left: 2em;
}

.int li {
  color: #333 !important;
  text-align: left;
  margin-left-left: 1em;
  list-style-image: url('../img/bullet.gif');
}

.collapsible li {
  list-style: none;
  margin-left-left: 0;
  position: relative;
}

.collapsible .int-li li {
  list-style-image: url('../img/bullet.gif');
}

.int h3 {
  font-size: 1.25em;
  text-align: left;
}

.int h4 {
  font-size: 1.2em;
  text-align: left;
}

.resaltadoBox {
  width: 100%;
  margin: 1em auto 3em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.15em;
}

.ssnFooterT {
  text-align: left !important;
  font-size: 0.8em;
}

.iconoCollapsible {
  margin-left: -1.5em;
}

.iconoCollapsible .material-icons {
  font-size: 18px;
}

.int ul.collapsible {
  padding-left: 0;
}

.contacto .row {
  margin-bottom: 0;
}

.input-field input[type=text]:focus+label,
.input-field input[type=email]:focus+label,
.materialize-textarea:focus:not([readonly])+label {
  color: #004280 !important;
}

.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #004280 !important;
  box-shadow: 0 1px 0 0 #004280 !important;
}

.cajasHome2Int .cajasHomeT {
  font-size: 1.3em;
  text-align: left;
}

.cajasHome2Int .cajasHomeB {
  margin-left: 0 !important;
}

.cajasHomeT2 {
  font-size: 0.8em;
  color: #5E89A7;
}

.cajasHome2Int .row {
  margin-bottom: 0.5em !important;
}

.cajasHome2Int .cajasHomeB {
  width: 9em;
}

.noLiStyle li {
  list-style: none !important;
  margin-bottom: 0.5em;
}

.noLiStyle .material-icons {
  font-size: 0.85em;
}

#example-one {
  margin: 0 0 2em 0;
}

#example-one .nav {
  overflow: hidden;
}

#example-one .nav li {
  width: 50%;
  float: left;
  list-style: none;
}

#example-one .nav li a {
  display: block;
  padding: 5px;
  text-align: center;
  border: 0;
}

#example-one .nav li a.current {
  color: #ff6600 !important;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.tri {
  width: 50%;
  text-align: center;
  transition: all 0.5s ease;
}

.tri.tri2 {
  margin-left: 50%;
}

.pin {
  width: 100%;
  margin: 1em auto 0;
}

.sucursalesBack {
  background: url(../img/back-sucursales.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.sucursales {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3em;
}

.sucursalesBox {
  padding: 0.5em;
  margin: 0.5em;
  border: 1px solid #CCC;
  width: 44%;
  background-color: #FFF;
}

.sucursalesBox p,
.sucursalesBox h4 {
  text-align: center;
  margin-top: 0
}

.textMini {
  font-size: 0.4em;
}

#popHomeModal {
  max-width: 500px;
  overflow-y: unset;
}

.postit {
  display: none;
}

.postit2 {
  display: block;
  width: 120px;
  position: absolute;
  right: 20px;
  top: -10px;
}

.container {
  width: 800px;
  max-width: 930px;
  text-align: center;
  border-radius: 5px;
  padding: 50px 0 10px;
  margin: 2em auto;
}



.container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.container .form-outer-G {
  width: 100%;
  overflow: hidden;
}

.container .form-outer {
  display: flex;
  width: 400%;
}

.form-outer .page {
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}

.form-outer .page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

.form-outer .page .field {
  width: 330px;
  height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;
}

.page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}

.page .field input {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
}

.page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}

.left {
  text-align: left;
}

.roboto1 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-weight: 400;
  color: #4A4A49;
}

.roboto2 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #29ABE2 !important;
}

.roboto3 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4A4A49;
  border-right: 0 !important;
  text-align: justify !important;
}

.roboto4 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4A4A49 !important;
  text-decoration: none;
  text-decoration: none;
}

.no-border {
  border: 0 !important;  
}

.borderR {
  border-right: 1px solid #4A4A49 !important;  
  /* height: 4rem !important; */
}

.fondo {
  background-color: #f1f1f1 !important;
}

.colSSN {
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  padding: 0 0.2rem !important;
  margin: 5px 0 !important;
  height: 80px;
}

.containerFooter {
  border-top: 1px solid #4A4A49 !important;
  width: 100%;
  max-width: 930px;
  text-align: center;
  height: 95px !important;
}

.containerFooter2 { 
  width: 100%;
  max-width: 930px;  
  height: 165px;
}

.page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #ff6600;
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}

.page .field button:hover {
  background: #000;
}

.page .btns button {
  margin-top: -20px !important;
}

.page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}

.page .btns button.next {
  margin-left: 3px;
}

.formRecuadro .file-field .btn-small,
.btn-small.btn-agregar {
  height: 2em;
  line-height: 2em;
  font-size: 12px;
  background-color: #999 !important;
  margin-left: .4em
}

.formRecuadro .select-wrapper li {
  list-style: none
}

.formRecuadro .select-wrapper ul {
  padding-left: 0;
}

.fieldAdjuntar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.titleFile {
  width: 100%;
}

p.titleFile {
  margin-bottom: 0
}

.contenedor .progress-bar {
  display: flex;
  margin: 40px auto;
  user-select: none;
  max-width: 370px;
}

.contenedor .progress-bar p {
  text-align: center;
}

.contenedor .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}

.contenedor .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.progress-bar .step .bullet.active {
  border-color: #ff6600;
  background: #ff6600;
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.2em;
}

.progress-bar .step .bullet.active span {
  display: none;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
  position: absolute;
  content: '';
  bottom: 11px;
  right: -61px;
  height: 3px;
  width: 54px;
  background: #262626;
}

.progress-bar .step .bullet.active:after {
  background: #ff6600;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
  display: none;
}

.progress-bar .step p.active {
  color: #ff6600;
  transition: 0.2s linear;
}

.progress-bar .step .material-icons {
  position: absolute;
  left: 50%;
  top: 78%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}

.progress-bar .step .material-icons.active {
  display: block;
  color: #fff;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.btn-agregar-foto {
  background-color: transparent;
  border: 1px solid #666;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  line-height: 30px;
  height: 30px;
  font-size: .65em;
  border-radius: 4px;
  font-weight: 700;
}

.btn-agregar-foto span {
  vertical-align: middle;
  font-size: 17px;
}

.btn-agregar-foto:hover,
.btn-agregar-foto:active,
.btn-agregar-foto:focus {
  background-color: #CCC;
  color: #333;
}

.btn-esp-izq {
  margin-left: 30%;
}

@media all and (min-width:480px) {
  .cajaHome {
    width: 47%;
  }
}

@media all and (min-width:600px) {}

@media all and (min-width:768px) {
  .imgBackHome img {
    margin-top: 0;
  }

  .cajaAzulH,
  .cajaBlancaH {
    width: 90%;
  }

  .cajaAzulH,
  .cajaBlancaH {
    top: -6em;
  }

  .cajaHome {
    width: 31%;
  }

  .sucursalesBox {
    width: 26%;
  }

  .textMini {
    font-size: 1em
  }

  .titleFile {
    width: 30%;
  }

  .inputFile {
    width: 70%;
  }

  p.titleFile {
    text-align: right;
    padding-right: 1em;
    margin: 0;
  }

  .container {
    width: 85%;
    padding: 50px 35px 10px 35px;
  }
}

@media all and (min-width:992px) {
  .footer .row .col {
    border-right: 1px solid #999;
  }

  .footer .row .col:last-child {
    border-right: none;
  }

  .cajaHome {
    width: 20%;
  }

  .postit {
    display: block;
    width: 120px;
    position: absolute;
    right: 100px;
    top: 60px;
  }

  .postit2 {
    display: none;
  }
}

@media all and (min-width:1150px) {
  @media all and (min-width:1150px) {
    nav ul a {
      font-size: 1em !important;
    }
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2),
  (min-device-pixel-ratio: 2),
  (min-resolution:192dpi),
  only screen and (min-device-pixel-ratio: 2) {

    .facebookTop,
    .instragramTop,
    .youtubeTop,
    .linkedinTop,
    .iconoPraxis,
    .iconoAccidentes,
    .iconoCivil,
    .iconoCaucion,
    .iconoCaucionA,
    .iconoVida,
    .facebookBottom,
    .instragramBottom,
    .youtubeBottom,
    .linkedinBottom,
    .logoFooterTPC {
      /* Reference the @2x Sprite */
      background-image: url(../img/iconosL.png);
      /* Translate the @2x sprite's dimensions back to 1x */
      background-size: 1000px 1000px;
    }
  }