@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@font-face {
    font-family: icono;
    src: url('../font/iconos.ttf');
}
body{
    font-family: 'Lato', sans-serif;;
}
select{
    -webkit-appearance:none;
}
/*-----------Header------------------------*/
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:active{
    background-color:#36d5ea;
    color:#FFF;
}
header.site-header{
    background-color: #F0F0F0;
}
header.site-header .navbar{
    margin-bottom: 0;
    background-color: #FFF;
}
header.site-header li img{
    max-width: 30px;
    max-height: 30px;

}
header.site-header li a{
    border-bottom: 1px solid #e2e2e2;
    border-right-width: 0;
    padding: 23px 35px;
    color: #616161;
}


header.site-header li.last-item img{
    max-height: 21px;
}
header.site-header li.last-item a{
    min-height: 0;
    text-align: left;
    padding: 23px 35px;
    font-size: 0.9em;
}header.site-header li.last-item a{
    font-size: 12px;
 }
 header.site-header li.last-item a span.img{
    display: inline-block;
    font-size: 16px;
}
header.site-header li.last-item a:hover{
    text-decoration: none;
}
.navbar-brand {
    float: left;
    padding: 0px 15px;
    height: auto;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img{
    width: 168px;
}
header .header-menu li a.active{
    color:#36d5ea;
}

header .header-menu li a span.svg-wraper{
    width: 30px;
     text-align: center;
    margin-right: 10px;
    display: inline-block;
}
@media (min-width: 768px){
    header .header-menu li a span.svg-wraper{

        margin-right: 0;
    }
    header .header-menu li a span{
        display: block;
        font-size: 0.75em;
    }
    header .header-menu li.last-item a span{
        display: inline-block;
    }
    header.site-header li a{
        border-left: 1px solid #e2e2e2;
        border-right-width: 0;
        border-bottom-width: 0;
        padding: 15px 5px;
        color: #616161;
        text-align: center;
    }
    header.site-header li.last-item{
        margin-right: 16px;
    }

    header.site-header li.last-item a{
        text-align: center;
        padding: 5px 8px 8px 4px;
    }
    header.site-header li.last-item a.last{
        border-top:1px solid #e2e2e2;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-brand img{
        width: 190px;
    }
}
/*------section------*/
div.full-page {
    width:100%;
    margin-top: 51px;
    height: 100vh;
}
.full-page .carousel-inner{
    height: 100%;
    background-color: #CCC;
}
.full-page .carousel-inner .item{
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.full-page .carousel-indicators .active{
    background-color:#36d5ea;
    border:1px solid #36d5ea;
}
.full-page .carousel-inner .center-caption{
    color:#FFF;
}
.full-page .carousel-inner .center-caption h2,
.full-page .carousel-inner .center-caption h3
{
    margin:10px 0;
}
.full-page .carousel-inner .center-caption p{
    font-size: 1.2em;
}
@media (min-width: 768px){
    div.full-page {
        width:100%;
        margin-top: 77px;
        height: 100vh;
    }
}
/*------recharge--------*/

section.recharge{
    background: url("../img/recharge.jpg") no-repeat center center #36d5ea;
    background-size:cover ;
    color:#FFF;
    padding: 10px 0;
}
section.recharge .recharge-options{
    margin:40px 0;
}
section.recharge .recharge-options p{
    font-size: 22px;
}
section.recharge .recharge-options li{
    margin: 10px 0;
    font-size: 1.3em;
}
section.recharge .recharge-options li span{
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 26px;
    text-align: center;
    padding: 2px;
    margin-right: 10px;
    color: #FFF;
}
section.recharge .recharge-options small{
    display: block;
    font-size: 0.7em;
    font-weight: 500;
    text-transform: none;
}

.recharge-title{
    font-size: 2.5em;
    text-align: center;
}
select.select-plans{
    padding: 9px;
    border: 0 none;
    width: 100%;
    color:#555;
    display: block;
    border-radius: 0;
    background: #FFF;
}
.recharge-form .btn-recarga,.btn-recarga{
    border-radius: 0;
    margin-left: 0px;
    padding: 10px 10px 11px 11px;
    border: 0 none;
    background: #2c9ead;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.btn.btn-recarga:hover,.btn.btn-recarga:active,.btn.btn-recarga:focus{
    background: #206C77 !important;
    color: #FFF;
}
section.testimonio{
    padding: 10px 0px;
}
section.section-call{
    color: #FFF;
    padding: 50px 0;
    background: url(../img/about-us.jpg) no-repeat center center #36d5ea;
    background-size: cover;

}
section.section-call h4.call-qty{
    font-size: 2em;
    font-weight: 700;
}
.call-qty+p{
    font-size: 16px;
}
section.section-call.call2{
    background: url(../img/adonde.jpg) no-repeat center center #36d5ea;
    background-size: cover;

}
section.section-call.call2 h3{
    padding: 0 5px;

}
@media (min-width: 768px){
    .recharge-title{
        text-align: left;
    }
    section.recharge .recharge-options li{

        margin-left:10px;
    }

    select.select-plans{
        width: 65%;
        display: inline;
    }
    .recharge-form .btn-recarga{
        margin-left: -2px;
        display: inline;
        margin-top: -2px;
        width: 30%;
    }
}
/*---------footer--------*/
footer{
    padding: 40px 0;
    background-color: #f7f7f7;
    color:#525252;
}
footer .footer-title{
    margin-top: 8px;
    margin-bottom: 30px;
    text-align: center;
}
footer .footer-links li,footer .footer-links h5{
    text-align: center;
}
footer .footer-links a{
    font-size: 0.9em;
    color:#525252;
    display: inline-block;
    padding: 6px 0;
}
.rrss-list{
    margin: 0;
    text-align: center;
}
.rrss-list a{
    color: #d3d3d3;
    font-size: 24px;
    display: inline-block;
    margin: 0 15px;
    border: 1px solid #36d5ea;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
}
.rrss-list a:hover{
    background-color: #36d5ea;
    color:#FFF;
}
.footer-copy{
    padding:10px 0;
}
.footer-copy p{
    padding: 0;
    margin: 0;
    text-align: center;
}
@media (min-width: 768px){
    .footer-copy p{
        text-align: left;
    }
    footer .footer-links li,footer .footer-links h5{
        text-align: left;
    }
    footer .footer-title{
        margin-bottom: 0px;
        text-align: left;
    }
    footer .rrss-list{
        text-align: right;
    }
}
/*-----------404---------------*/
section.section-404{
    margin-top: 51px;
    padding: 50px 0;
    background: url(../img/404_02.jpg) no-repeat top center #FFF;
    background-size: cover;
    color: #FFF;
    min-height: 500px;

}
section.section-404 a.btn{
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 8px 31px;
    border-radius: 0;
}

@media (min-width: 768px){
    section.section-404 {
        margin-top: 77px;
    }
}
/*---------quienes somos------------*/
section.values,section.numbers{
    padding: 40px 0;

}
section.values.v1 img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
section.values .media .media-left span,section.faqs .media .media-left span{
    border: 2px solid #2cc0b9;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    color:#2cc0b9;
    font-size: 2em;
    font-weight: 700;
}
section.mision{
    /*background-color: #f7f7f7;*/
    padding: 20px 0;
}
section.numbers h4.call-qty{
    color:#36d5ea;
    font-weight: 700;
    font-size: 3em;

}
section.numbers p{
    font-weight: 300;
}
section.faqs .rrss-list{
    text-align: center;
}
section.faqs .rrss-list a{
    margin-left: 0;
}
section.faqs .panel-group .panel+.panel{
    margin-top: 0;

}
section.faqs .panel-group .panel{
    border-radius: 0;
}
section.faqs  .panel-default>.panel-heading{
    background: #f7f7f7;
}

/*----------tarifas---------------*/
section.section-tarifas{
    background: url("../img/banner-interna.jpg") no-repeat center center #FFF;
    background-size: cover;
    color: #FFF;
}
section.section-tarifas .planes-badges .panel-heading{
    font-weight:700;
    text-align: center;
    font-size: 1.6em;
    background: #FFF;
    position: relative;
}
section.section-tarifas .planes-badges .panel-heading::after{
    content: ' ';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #36d5ea;
    position: absolute;
    left: 47%;
    bottom: -10px;
}
section.section-tarifas .planes-badges .panel-selected .panel-heading::after{
    content: ' ';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    position: absolute;
    left: 47%;
    bottom: -10px;
}
section.section-tarifas .planes-badges .panel-selected .panel-heading::before{
    content: ' ';
    background: url("../img/ribbon.png") no-repeat;
    width: 134px;
    height: 134px;
    /*border: 1px solid red;*/
    /* border-right: 10px solid transparent; */
    /* border-top: 10px solid #FFF; */
    position: absolute;
    /* left: 100%; */
    /* bottom: -10px; */
    right: -10px;
    top: -8px;
}
section.section-tarifas .planes-badges  .panel-selected,section.section-tarifas .planes-badges .panel-selected .panel-heading{
    background-color: #36d5ea;
    color:#FFF;
}
section.section-tarifas .planes-badges  .panel-selected{
    border: 1px solid #36d5ea;
}
section.section-tarifas .planes-badges  .panel-selected .h1{
    font-size: 6em;
}
section.section-tarifas .planes-badges .panel-body{
    color:#c3c3c3;
}
section.section-tarifas .planes-badges .panel-body p{
    color:#525252;
}
section.section-tarifas .planes-badges .panel-selected .panel-body,section.section-tarifas .planes-badges .panel-selected .panel-body p{
    color:#FFF;
}
section.section-tarifas .planes-badges .panel-body a{
    color:#FFF;
}
section.section-tarifas .planes-badges .panel-selected a.btn{
    background-color:#2c9ead;
}
section.tarifas-select{
    padding: 40px 0;
    color:#FFF;
}
section.section-buy-now{
    padding: 40px 0;
    color:#525252;
}
section.section-buy-now h3{
    margin-top: 5px;
}
section.section-buy-now .btn{
    color:#FFF;
    border-radius: 0;
    padding: 10px;
}
section.prices-table
.media-body, .media-left, .media-right{
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
section.prices-table table td{
    vertical-align: middle;
}
section.prices-table table th{
    text-align: center;
    font-size: 1.2em;
}
section.prices-table table td h3{
    font-weight: 700;
    color:#c3c3c3;
    font-size: 2em;
}
section.faqs .media-body-faqs{
    text-align: center;
}
@media (min-width: 768px){
    section.faqs .rrss-list{
        text-align: left;
    }
    section.faqs .media-body-faqs{
        text-align: left;
    }


    section.section-tarifas .planes-badges  .panel-selected{
        position: relative;
        top:-52px;
    }
    section.section-tarifas .planes-badges  .panel-selected .h1{
        font-size: 4em;
    }
}
@media (min-width: 992px){
    section.section-tarifas .planes-badges  .panel-selected .h1{
        font-size: 60px;
    }
    section.section-tarifas .planes-badges  .panel-selected{
        position: relative;
        top:-84px;
    }
}
@media (min-width: 1200px){
    section.section-tarifas .planes-badges  .panel-selected{
        position: relative;
        top:-53px;
    }
}

/*--------------login------------------------*/
.login-form input{
    border: 1px solid #CCC;
    border-width: 0 0 1px 0;
    border-radius: 0;
    outline-style:none;
    box-shadow:none;

}
.login-form input:focus{
    outline: none;

}
.login-form button.btn{
    border-radius: 0;

}
section.login-section .or-span{
    display: inline-block;
    border:2px solid #AAA;
    border-radius: 50%;
    margin: 0 auto;
    color: #AAA;
    padding: 2px 0px;
    height: 30px;
    width: 30px;
    position: relative;
    background: #FFF;
    z-index: 5;

}
hr.ruler-or{
    border: 1px solid #AAA;
    position: relative;
    top: -27px;
    z-index: 1;
    margin: 10px;
}
.login-buttons button.btn{
    border-radius: 0;
}
.login-buttons button.btn:hover{
    color:#FFF;
}
.login-buttons i{
    font-size: 1.5em;
}
.login-buttons .facebook{
    background: #3b5998;
}
.login-buttons .twitter{
    background: #55acee;
}.login-buttons .google{
    background: #DC4E41;
}
    /*-------misc-------*/

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 9000px;
}
.uppercase{
    text-transform: uppercase;
}
.thing{
    font-weight: 300;
}
.heavy{
    font-weight: 700;
}
.bg-aqua{
    background-color:#36d5ea;
    border-radius: 0;
}
.btn.bg-aqua:hover,.btn.bg-aqua:active,.btn.bg-aqua:focus{
background: #2c9ead;
    color: #FFF;
}

.text-aqua{
    color:#36d5ea;
}
.border-aqua{
    border: 1px solid #36d5ea;
}
.top-10{
    margin-top:10px;
}
.top-20{
    margin-top:20px;
}
.top-30{
    margin-top:30px;
}
.top-40{
    margin-top:40px;
}
.bottom-10{
    margin-bottom:10px;
}
.bottom-20{
    margin-bottom:20px;
}
.bottom-30{
    margin-bottom:30px;
}
.bottom-40{
    margin-bottom:40px;
}
.vertical-center {
    height:100%;
    width:100%;
    text-align: center;
    font: 0/0 a;
}

.vertical-center:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.vertical-center > .container {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 "Lato", sans-serif;
}

.arrows-down {
    width: 30px;
    height: auto;
    display: inline-block;
    animation: pulse 1s infinite;
}
@keyframes pulse {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}




.post .post-heading {
    height: 95px;
    padding: 20px 15px;
}
.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}
.post .post-heading .meta .title {
    margin-bottom: 0;
}
.post .post-heading .meta .title a {
    color: black;
}
.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}

.post .meta strong{
    display: block;
    text-align: center;
    margin-left: -35px;
}

.post .meta p{
    text-align: center;
    margin-left: -35px;
}
.post .image {
    border-radius: 50%;
    border: 2px solid #36d5ea;
    width: 90px;
    height: 90px;
    padding: 2px 0 0 2px;
    margin: 0 auto;
}
.post .image img{
    width: 98%;
}
.post .meta{
    margin-left: 30px;
}
.post  .meta .h5{
    text-align: center;
    margin-left:-35px;
}
.post  .meta a{
    display: inline-block;
    margin: 10px auto;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px; color:#CCC;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
.dialer-list{
    margin-top:40px;
}
.footer-logos li img{
    margin: 0 auto;
}

.dev-by{
    text-align: center;
}
@media (min-width: 768px){
    .post  .meta .h5{
        text-align: left;
        margin-left:0px;
    }
    .post  .meta a{
        display: inline;
    }
    .dialer-list{
        margin-top:90px;
    }

    .post .meta strong{
        display: inline;
        margin-left: 0px;

    }
    .post .meta p{
        text-align: left;
        margin-left: 0px;
    }
    .dev-by{
        text-align: right;
    }


}

@media (min-width: 992px){
    .dialer-list{
        margin-top:150px;
    }
}
li.media{
    list-style: none;
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em;  font-size: 25px }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: none; }
.stacktable.small-only { display: table; }
.tarifas-table.stacktable.small-only tbody tr{
    display: none;
}
#ie-message{
    width: 300px;
    position: fixed;
    top: 51px;
    z-index: 10;
    display: none;
    margin-left: 50%;
    left: -150px;
    border-radius: 0;
    padding: 4px 30px;
    font-style: italic;

}
.select-plans-wraper{
     position: relative;
}
.select-plans-wraper::after{
    content: '▼';
    position: absolute;
    right: 8px;
    color: #BBB;
    top: 4px;
    font-size: 1.5em;
}
span.bold-mobile{
    font-weight: bold;
}
@media (min-width: 768px) {
    .stacktable.large-only { display: table; }
    .stacktable.small-only { display: none; }
    .tarifas-table.stacktable.small-only tbody tr{
        display: inherit;
    }
    #ie-message {
        top: 77px;
    }
    .select-plans-wraper{
        display: inline;
    }

    .select-plans-wraper::after{
        top: 0px;
        font-size: 1em;
    }
    span.bold-mobile{
        font-weight: normal;
    }
}

span.img.font-icono{
    font-family: icono;
    font-size: 24px;
}
