/******************************************************************
Theme Name: eTips Chile
Theme URI: https://etips.cl
Description: Sitio construido por eTips Chile
Author: eTips Chile (Jorge Louis FernÃ¡ndez Heredia)
Author URI: https://etips.cl
Version: 1.0
*/
@import "style-xl.css";
@import "style-lg.css";
@import "style-md.css";
@import "style-sm.css";
@import "style-xs.css";

:root {
  --margin-top-web:2.99rem;
  --min-alto-web:2rem;
  
  --gris-01:#ced4da;
}

html{scroll-behavior:smooth;}
html,body{padding-top:var(--margin-top-web);height:100%;font-size:1.1rem;line-height:1.3rem;font-family:'Montserrat',sans-serif;}
*:focus{outline:none !important;border:0px !important;-webkit-box-shadow: none !important;box-shadow: none !important;box-sizing:border-box;}
a,button,input,input:focus{outline:none !important;-moz-outline-style:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
a{text-decoration:none !important;}
body{min-height:var(--min-alto-web);}
body::after{position:absolute; width:0; height:0; overflow:hidden; z-index:-1;/* hide images */
  /*content:
    url('/assets/images/logo_socios.svg.svg')
    url('/assets/images/btn-volver.svg');*//* load images */
}

input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{border:2px solid var(--gris-01) !important;}

.navbar-brand{padding-top:0;padding-bottom:0.8rem;}
.navbar-brand img{width:200px;}
#navbarsExampleDefault ul{margin-top:0.5rem;margin-left:1rem;}
.navbar-derecha{margin-top:0.5rem;}