
/* Load Fonts */
/*@font-face {*/
    /*font-family: 'MyWebFont';*/
    /*src: url('webfont.eot'); !* IE9 Compat Modes *!*/
    /*src: url('webfont.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
    /*url('webfont.woff2') format('woff2'), !* Super Modern Browsers *!*/
    /*url('webfont.woff') format('woff'), !* Pretty Modern Browsers *!*/
    /*url('webfont.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
    /*url('webfont.svg#svgFontName') format('svg'); !* Legacy iOS *!*/
/*}*/
@font-face {
    font-family: 'brandontext-regular';
    src: url('../fonts/brandontext-regular/brandontext-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/brandontext-regular/brandontext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/brandontext-regular/brandontext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/brandontext-regular/brandontext-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/brandontext-regular/brandontext-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/brandontext-regular/brandontext-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'brandontext-thin';
    src: url('../fonts/brandontext-thin/brandontext-thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/brandontext-thin/brandontext-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('../fonts/brandontext-thin/brandontext-thin.woff2') format('woff2'), !* Super Modern Browsers *!*/
    /*url('../fonts/brandontext-thin/brandontext-thin.woff') format('woff'), !* Pretty Modern Browsers *!*/
    url('../fonts/brandontext-thin/brandontext-thin.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/brandontext-thin/brandontext-thin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Util */
body {
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

a,a:hover,a:focus{
    color: white;
    text-decoration: none;
}

.holder {
    margin: 0 auto;
    max-width: 1010px;
    width: 100%;
}


.align-top,
.align-middle,
.align-bottom {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.align-top    { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }


.table-layout { display: table; width: 100%; }
.table-cell-layout { display: table-cell; }


/* Navigation */
.navigation {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .30);
    height: 70px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

/* Navigation - Logo */
.navigation .logo {
    display: block;
    float: left;
    width: 250px;
}

.navigation .logo img{
    width: 100%;
}

/* Navigation - List */
.navigation .list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.navigation .list li {
    display: inline;
    margin-left: 25px;
}

.navigation .list li .phones{
    display: inline-block;
    margin-left: 25px;
    font-weight: bold;
}

.navigation .list a {
    color: #333;
    line-height: 46px;
    font-weight: bold;
    font-size: 16px;
}

.navigation .toggle-btn {
    background-color: transparent;
    border: none;
    float: right;
    outline: none;
    padding: 10px;
    width: 50px;
}

.navigation .toggle-btn .bar {
    background-color: #2F71B3;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 100%;
}

.navigation .toggle-btn .bar:last-child { margin-bottom: 0; }

.navigation .holder{
    max-width: 1400px;
}

/* Outer wrapper */
.outer-wrapper {
    /*margin-top: 75px;*/
    position: relative;
}


/* Block */
.block {
    padding: 65px 0;
}

.block .header {
    margin-bottom: 35px;
}

.block .header .title {
    margin-top: 0;
    text-align: center;
    color: #2F71B3;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

/*slider*/
.slider{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.bg_filter{
    /*background: rgba(255, 255, 255,.2);*/
    /*background: rgba(47, 113, 179,.4);*/
    background: rgba(9,13,15,0.5);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    color: white;
}

.bg_filter .row{
    position: relative;
    top:35%;
}

.slider .bg_filter a .serv-button:hover{
    background-color: #2F71B3;
}

.slider .bg_filter a .serv-button{
    border: none;
    font-size: 16px;
    font-family: brandontext-thin;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    margin: 0 15px;
    position: absolute;
    right: 0;
    left: 0;
    background-color:#f0483e;
    -webkit-transition: background-color 365ms;
    -moz-transition: background-color 365ms;
    -o-transition: background-color 365ms;
    transition: background-color 365ms;
    transition-timing-function:cubic-bezier(0.78, 0.03, 0.62, 0.58);
    -webkit-transition-timing-function:cubic-bezier(0.78, 0.03, 0.62, 0.58);
}

.slider .bg_filter h1{
    font-size: 40px;
    letter-spacing: 1pt;
}

.slider .bg_filter .phrase{
    font-size: 18px;
    font-weight: 100;
    letter-spacing: .5pt;
}
.slider .bg_filter .mail-title{
    /*position: absolute;*/
    top: 40%;
    text-align: center;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.slider .bg_filter .mail-title ul{
    padding-left: 20px;
}

.slider .bg_filter .mail-title ul li{
    text-align: initial;
    font-size: 20px;
    font-weight: 100;
}

.title-service{
    font-size: 25px;
    padding-top: 50px;
}
.slider .Slides{
    z-index: -1;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}
.slider .Slides.sview{
    opacity: 1;

}
.slider .Slides.shidden{
    opacity: 0;

}

.slider .Slides img{
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.content .us-text{
    padding-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: justify;
    max-width: 750px;
    margin: 0 auto;
    color: #333333;
}
.content .icons-content{
    position: relative;
    width: 100%;
    height: 150px;
    text-align: center;
}
.content .icons-content .us-icon{
    max-width: 150px;
    display: inline-block;
}
.content .icons-content .us-icon.primero,.content .icons-content .us-icon.quinto{
    width: 50px;
}
.content .icons-content .us-icon.tercero{
    width: 150px;
}
.content .icons-content .us-icon.segundo,.content .icons-content .us-icon.cuarto{
    width: 100px;
}

/*banner mail*/
.banner-mail{
    background: url("../imgs/mail_cell.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    background-attachment: fixed;
}

.inview-element {
    opacity: 0;
    transition: all 250ms;
    transition-duration: 250ms;
}

.zoomIn-effect{
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform:scale(.5);

}

.zoomIn-effect.displayed{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform:scale(1);

}

/*banner*/
.banner-container{
    width: 75%;
    margin: 0 auto;
    background: rgba(255,255,255,0.75);
    color: #333333;
    margin-top:8%;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    padding: 30px;
    border-radius:10px;
}

.banner-container .text{
    padding-bottom: 30px;
}

.button-contaner{
    width: 35%;
    margin: 0 auto;
}

.planes{
    width:100%;
    margin: 0 auto;
    background: rgba(47, 113, 179, .7);
    text-align: center;
    padding: 5px;
    border-radius:10px;
}


/*ventajas*/
.content .resources{
    padding-top: 65px;
}

.content .resources .point-number{
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
    font-family: 'Roboto', sans-serif;
}

.content .resources .point-number .text{
    color: #333;
    float: none;
    display: inline;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 18px;
}

.content .resources .point-number .text h2{
    color: #2F71B3;
    font-size: 21px;
    margin-top: -10px;
}
.content .resources .point-number .number{
    float: none;
    display: inherit;
    vertical-align: top;
    width: 45px;
    text-align: left;
    font-weight: 700;
    height: 50px;
}

.beneficios .button-contaner{
    width:20%;
    font-size: 16px;
    font-weight: bold;
}
/*clients*/

/*.clients-container{*/
    /*width: 100%;*/
    /*overflow: hidden;*/
/*}*/

/*.clients-container .client{*/
    /*height: 80px;*/
    /*width: 100%;*/
    /*max-width: 200px;*/
    /*display: inline-block;*/
/*}*/

/*.clients-container .client.short{*/
    /*max-width: 80px;*/
/*}*/

/*.clients-container .client img{*/
    /*width: 100%;*/
/*}*/
#carousel_container{
    position: relative;
    overflow: hidden;
}

#carousel_inner {
    width:870px; /* important (this width = width of list item(including margin) * items shown */
    overflow: hidden;  /* important (hide the items outside the div) */
    /* non-important styling bellow */
    background: #ffffff;
    margin: 0 auto;
}

#carousel_ul {
    position:relative;
    left:-210px; /* important (this should be negative number of list items width(including margin) */
    list-style-type: none; /* removing the default styling for unordered list items */
    margin: 0px;
    padding: 0px;
    width:9999px; /* important */
    /* non-important styling bellow */
    padding-bottom:10px;
}

#carousel_ul li{
    float: left; /* important for inline positioning of the list items */
    width:200px;  /* fixed width, important */
    /* just styling bellow*/
    padding:0px;
    height:110px;
    background: #ffffff;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:5px;
    text-align: center;
    display: table;
    padding: 0 15px;
}

#carousel_ul li .list-content{
    display: table-cell;
    vertical-align: middle;
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
    /* styling */
    border:0px;
    max-width: 100%;
}
#left_scroll, #right_scroll{
    height:130px;
    width:75px;
    position: absolute;
    z-index: 5;
    margin: 0 55px;
}

#left_scroll{
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#right_scroll{
    right: 0;
    top:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
/* Block Contact */
.block.contact { 
    background-image: url("../imgs/mail_send.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}
.block.contact .header .title{
    color: white;
}

/* Override Holder */
.block.contact > .holder {
    max-width: 680px;
}

.block.contact .content{
    max-width: 100%;
    margin: 0 auto;
}

/* Block Contact - Contact Info */
.block.contact .contact-info {
    margin-bottom: 35px;
}

.block.contact .contact-info .phones {
    font-size: 18px;
}

.block.contact .contact-info .address {
    font-size: 13px;
    text-align: right;
    padding-top: 20px;
}

/* Block Contact - Contact Form */
.block.contact .contact-form {
    min-height: 150px;
    position: relative;
    color: #2F71B3;
    font-size: 18px;
}

.block.contact .contact-form span{
    color: white;
}

.block.contact .contact-form input[type=text],
.block.contact .contact-form input[type=tel],
.block.contact .contact-form input[type=email],
.block.contact .contact-form textarea {
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}

.block.contact .contact-form textarea {
    height: 125px;
    resize: none;
}

.block.contact .contact-form input[type=submit] {
    background-color: #2F71B3;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    margin-left: auto;
    max-width: 180px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.block.contact .bg_filter{
    padding: 35px 0;
}

.error-msg{
    position: absolute;
    margin-top: -10px;
    right: 0;
    border-radius: 5px;
    background-color: #FF3333;
    color: white !important;
}


/* Footer */
.footer {
    background-color: #f1f1f1;
    color: #9a9a9a;
    font-size: 11px;
    padding: 15px 0;
}

.footer .copyright {  }

.footer .footer-logo {
    display: block;
    margin-left: auto;
    width: 150px;
}

/*planes*/
.plan .content{
    border-radius: 10px;
    overflow: hidden;
}
.plan-container{
    border-radius: 10px;
}
.plan-container .cell-layout{
    border: 1px solid #ddd;
}

.block.plan .header .title{
    font-size: 30px;
    padding-top: 20px;
}
table {
    width:100%;
    border-collapse: collapse;
    margin-bottom: 50px;

}
table, th, td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: center;
}
table#t01 tr:nth-child(even) {
    background-color: rgba(241,241,241,.9);
}
table#t01 tr:nth-child(odd) {
    background-color:rgba(249,249,249,.9);
}
td a, td a:hover{
    color: #2F71B3;
}
td img {
    max-width: 20px;
}

form .server-response{
    color: white;
}

.block.plan .text{
    font-size: 12px;
}