body {
    display: flex;
      min-height: 100vh;
      flex-direction: column;
}

main {
      flex: 1 0 auto;
}

.logoBBVAimg{
  margin-top: -11px;
  width: 150px;
}

.logoFooterBBVAimg{
  width: 164px; 
}

.logoFooterSSNimg{
  width: 100px; 
}

.navCus{
  background-color: #072146;
  height: 60px;
}

.divNavCus{
  height: 60px;
}

.footerCus{
  background-color: #072146;
  padding-top: 0px;
}

.imgBanner { 
  max-width: 100% !important; 
  width: 100% !important; 
  height: auto !important; 
}  

.footerTexto{
  color:white;
  margin: 0;
  font-size: 10px;
}

.recuadrBotonesImg{
    background-color: #5bbeff; 
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 0px solid #000000;
    min-width: 250px;
    max-width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*margin-top:40px;*/
    margin: auto;
}

.recuadrBotonesImgSugerido{
    background-color: #004481; 
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 0px solid #000000;
    min-width: 250px;
    max-width: 350px;
    height: 365px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: auto;
}

.recuadroPaso1{
    background-color: #AED6F9; 
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 0px solid #000000;
    min-width: 780px;
    max-width: 800px;
    height: 750px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}


   .tituloCoberturas{
    background-color:#5bbeff;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}
.tituloRC{
    background-color:#2a86ca;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}
.tituloAP{
    background-color:#2a86ca;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}
.lineBottomDiv{
    border-bottom: 1px dotted;
    margin-top: -16px;
    padding-bottom: 0px;
}
.valorGrilla{
    color: #5bbeff;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
  .imgBanner {
      content:url("images/Banner_Cotizador_Hogar_MOBILE_1.jpg");
  }
}

/* label color */
.input-field label {
    color: #EFF5F9;
     font-size:19px; 
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
    color: #EFF5F9;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
    border-bottom: 1px solid #EFF5F9;
     box-shadow: 0 1px 0 0 #EFF5F9;
}
   /* valid color */
   .input-field input[type=text].valid {
    border-bottom: 1px solid #EFF5F9;
     box-shadow: 0 1px 0 0 #EFF5F9;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
    border-bottom: 1px solid #EFF5F9;
    box-shadow: 0 1px 0 0 #EFF5F9;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
    color: #EFF5F9;
   }

/*  google maps  /
  /* Always set the map height explicitly to define the size of the div
   * element that contains the map. */
  #map {
    height: 100%;
  }
  /* Optional: Makes the sample page fill the window. */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #description {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  #infowindow-content .title {
    font-weight: bold;
  }

  #infowindow-content {
    display: none;
  }

  #map #infowindow-content {
    display: inline;
  }

  .pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto, sans-serif;
  }

  #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
  }

  .pac-controls {
    display: inline-block;
    padding: 5px 11px;
  }

  .pac-controls label {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  #pac-input {
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
  }

  #pac-input:focus {
    border-color: #4d90fe;
  }

  #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
  }
  
  #target {
    width: 345px;
  }
  
  .arecuadrBotonesImgSugeridoHover:hover { 
      box-shadow: 0 0 30px #5bbeff;
}
  
  .arecuadrBotonesImgHover:hover { 
      box-shadow: 0 0 30px #004481;
}