
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css ; media=all */
@media all{
*,::after,::before{box-sizing:border-box;}
footer{display:block;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
.special-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}

.d-flex{display:-ms-flexbox!important;display:flex!important;}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important;}
.w-100{width:100%!important;}
.m-0{margin:0!important;}
.mb-0{margin-bottom:0!important;}
.mt-3{margin-top:1rem!important;}
.p-0{padding:0!important;}
.p-3{padding:1rem!important;}
.pt-3{padding-top:1rem!important;}
.pb-4{padding-bottom:1.5rem!important;}
.mr-auto{margin-right:auto!important;}
.ml-auto{margin-left:auto!important;}
.text-center{text-align:center!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
p{orphans:3;widows:3;}
.container{min-width:992px!important;}
}
}
/*! CSS Used from: https://teamchile.cl/wp-content/themes/teamchile/assets/css/main.css ; media=all */
@media all{
footer{display:block;}
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
a{color:#4D4D4D;-webkit-transition:.2s ease-in-out all;-o-transition:.2s ease-in-out all;transition:.2s ease-in-out all;font-weight:400;text-decoration:none;}
a:hover{text-decoration:none;color:#4D4D4D!important;}
a:focus{text-decoration:none;}
ul{list-style-type:none;padding-left:0;}
*{scroll-behavior:smooth;}
img{height:auto;}
#footer{background-color:rgba(0, 78, 195, 0.15);}
.azul-footer{background-color:#004ec3;}
.titulo-footer{text-transform:uppercase;font-weight:bolder;border-bottom:2px solid #004EC3;}
footer a:hover{font-weight:bolder;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;}
}