@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #222222;
    font-weight: 300;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
p {
    line-height: 1.4;
    margin-bottom: 1em;
}
header {
    padding: 0 5%;
    background-color: #EF3829
}
header nav {
    width:100%; height: 50px
}
header nav .brand {
    line-height:45px
}
header nav .brand img {
    height: 30px;vertical-align: middle
}
header, main, footer {
    width:100%
}
main {
    flex: 1 0 auto;
}
section#contador, section#vitrina {
    /*background-color: #000;*/
    color: #ffffff !important;
}
section#vitrina img {
    width: 100%;
    height: auto;
}
section#formulario {
    background-color: #ffffff;
    /*border-top: 50px solid #F50026;*/
    padding: 2em 0;
}
section#referidos {
    background-color: #FCAB10;
    padding: 3% 5%;
}
section#typ {
    width: 100%; text-align: center; background-color: #ffffff; padding: 5%
}
section#typ img {
    margin-bottom: 2em
}
section#typ h1 {
    font-weight: 400; margin-bottom: 5%
}
section#typ p {
    margin-bottom: 5%
}
footer {
    padding: 2.5% 5%;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 0.8em;
    display: block;
}
footer #img-claro {
    width: 150px; height: auto; max-width: 100%;
}
h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2em;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}
h2 {
    font-size: 1.65em;
    margin-top: .67em;
    margin-bottom: .67em;
    font-weight: 300;
}
h3 {
    font-size: 1.25em;
    margin-top: .35em;
    margin-bottom: .35em;
    font-weight: 300;
    /*text-transform: capitalize;*/
}
label {
    font-weight: 400;
}
.row {
    margin: 0 !important;
    width: 100%;
}
.center-middle {
    display:flex;justify-content:center;align-items:center;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-bot, no-margin-botttom {
    margin-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
#btn_registrar, #btn_enviar, #btn_regresar {
    padding: 0.8em 1.6em;
    /*height: 38px;*/
    background-color: #da1d19;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 6px;
}
#btn_enviar {
    background-color: #1f97ae;
}
#btn_enviar.disabled {
    background-color: #757575;
}
#miclaro-lg {
    background-color: #F5F5F5; border-radius: 50%; padding: 2em; text-align: center; margin-top: 1em
}

#miclaro-sm {
    float: left; border-radius: 50%; overflow: hidden; margin-right: 0.25em; background-color: #F5F5F5; height: 40px; width: 40px; text-align: center; line-height: 45px; margin-top: -5px;
}
#miclaro-sm img {
    height: 100%; max-height: 25px; width: auto;
}

form label.error {
    color: #a94442;
    font-size: 0.75em;
    /* line-height: 0.65em; */
    padding-left: 5px;
    margin: 5px 0 0 0;
}
form label.required:after {
    color: red;
    margin-left: 0.35em;
    font-weight: lighter;
    content: "*";
}
form .btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #1f97ae;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    outline: 0;
    border: none;
    border-radius: 2px;
    font-weight: 400;
    float: right;
}
.card-referidos {
    background-color: #ffffff; border-radius: 6px; padding: 1em 0; margin-bottom: 1.25em;
}
.card-referidos-success {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; border-radius: 6px; text-align: center
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #e6e6e6 8%, #cccccc 18%, #e6e6e6 33%);
    background-size: 300% 300%;
    height: 15px;
    margin: auto;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.65em;
    }
    footer #copyright {
        margin-left: 15px;
    }
    #btn_registrar, #btn_enviar {
        width: 100%;
    }
}
@media screen and (max-width: 2440px){
    .g-recaptcha {
        transform:scale(0.79);-webkit-transform:scale(0.79);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }}


@media screen and (min-width: 770px) and (max-width: 1085px){
    .g-recaptcha {
        transform:scale(0.58);-webkit-transform:scale(0.58);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }}

@keyframes placeHolderShimmer{
    0% { background-position:-468px 0 }
    100% { background-position:468px 0 }
}

#content-planes {
    margin: 1.5em auto;
}

.cajaplan {
    padding: 1em;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    background-color: #ffffff;

}

.etiqueta {
    padding: 5px 8px;
    margin: 7px;
    background: #C4DCDF;
    color: #1C1C1C;
    border-radius: 3px;
    font-weight: 300;
    display: inline-block;
    font-size: 0.8em;
}

.etiqueta-2 {
    padding: 5px 8px;
    margin: 7px;
    background: #44AF69;
    color: #FFFFFF;
    border-radius: 3px;
    font-weight: 300;
    display: inline-block;
    font-size: 0.8em;
}

.canttiempo, .tiempo {
    font-weight: 300;
    color: #ffffff;
}

#btn_enviar {
    background-color: #1F97AE;
}

.middle-align {
    display:flex;justify-content:center;align-items:center;
}

.carousel-control .glyphicon-chevron-right{
    top:0% !important;
}

.carousel-control .glyphicon-chevron-left{
    top:0% !important;
}

.tnd-img-resp{
    width: 100%;
    height: auto;
}

.tnd-visible-sm {
    display: none;
}

@media (min-width: 768px) {
    .tnd-visible-sm{
        display: block;
    }
    .tnd-hidden-sm{
        display: none;
    }
}