@font-face{
    font-family: 'Roboto', sans-serif;
}
@font-face{
    font-family: 'Antonio';
    src: url("../fonts/Antonio-Bold.ttf");
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto';
    font-weight: 300;
}

body {
    font-family: 'Roboto';
    font-weight: 300;
}

hr {
    max-width: 276px;
    border-color: #c4151c;
    border-width: 2px;
    margin-top: -3px;
    margin-bottom: 50px;
}

hr.light {
    max-width: 150px;
    border-color: #c4151c;
}

a {
    color: #c4151c;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #c4151c;/*#eb3812;*/
}

h1,
h4,
h5,
h6 {
    font-family: 'Roboto';
}
h2{
    font-family: 'Roboto';
    font-size: 20px;
}
h3{
    margin-bottom: 25px;
    margin-top:24px;
    font-family: 'Roboto';
    font-weight: bold;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.nuevositems{
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.5px;
}
#justificado{
     text-align: justify;
    word-spacing: -2px;
    letter-spacing: 0px;
    white-space: normal;
}
.bg-primary {
    background-color: #231f20;
    color:#fff;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255, 255, 255, 1);
}

section {
    
    padding-top: 0px;
    padding-bottom: 0px;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Roboto';
    font-weight: 300;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
    font-family: 'Roboto';
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 17px;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #c4151c;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    color: #fff;
    background-color: transparent;
}
@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        margin-bottom: 5px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #000;

    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: 600;
    }

    .navbar-default.affix {
        border-color: rgba(0,0,0,0.5);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #000;

    }


    .navbar-default.affix .navbar-header .navbar-brand div{
        background-position:right!important;

    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #000;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        color: #000;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #000;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #000;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: 600;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.html);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    /*color: rgba(255,255,255,.7);*/
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 20px;
    }
}

.section-heading {
    margin-top: 50px;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
    display: table;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    /*background: rgba(240,95,64,.9);*/
    background: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Roboto';
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 16px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: rgb(189, 204, 7);
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #333;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-default1 {
    border-color: #fff;
    color: #333;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default1:hover,
.btn-default1:focus,
.btn-default1.focus,
.btn-default1:active,
.btn-default1.active
    {
    border-color: #c4151c;
    color: #333;
    background-color: #c4151c;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #fff;
    background-color: #6D6E71;
}


.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    width: 130px;
    height: 40px;
    border-color: #c4151c;
    color: #fff;
    background-color: #c4151c;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: rgb(189, 204, 7);
    color: #fff;
    background-color: #c4151c;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #c4151c;
    background-color: #c4151c;
}

.btn-primary .badge {
    color: #c4151c;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 600;
}

.btn-xl {
    padding: 10px 10px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    border: 0;
    border-radius: 2;
    font-weight: 10;
    background: rgba(64, 64, 65, 0.49);
    box-shadow: none!important;
    resize: none;
    margin-top: -22px;
    height: 32px;
    font-family: 'Roboto';
    color:#fff;
    letter-spacing : 0px;
}


.form-custom input,
.form-custom textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    border: 1px solid rgba(64, 64, 65, 0.69);
    border-radius: 0;
    font-size: 1.0em;
    font-weight: 10;
    background: white;
    box-shadow: none!important;
    resize: none;
    margin-top: -35px;
    height: 30px;
    font-family: "Roboto";
    color:#fff;
    letter-spacing : 3px;
    opacity: 0.69;

}


.form-custom input:focus,
.form-custom textarea:focus{
background-color:black;
border: 1px solid black;
color:white;
}

.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus{
background-color:black;
}

.form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: white;
}
.form-control::-webkit-input-placeholder {
  color: white;
}



.floating-label-form-group label {
    display: block;
    font-family: 'Roboto';
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
    color:transparent;
}

.floating-label-form-group-with-focus label {
    color: transparent;
}

form .row:first-child .floating-label-form-group {
}

.btn-especial-form {
    font-family: "Roboto";
    color: #fff;
    background-color: #404041;
    border-radius: 4px;
    padding: 3px 35px 3px 35px;;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 17px;
}
.btn-especial-form:hover, .btn-especial-form:focus{
    color: white;
    background-color:rgba(102, 45, 145, 0.69);
}

.contacti p{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
}

.contacti i{
    margin-right: 13px;
}

@media(min-width:992px) {
    #solito {
        font-size: 45px;
    }
}
@media(max-width:991px) {
    #solito {
        font-size: 35px;
    }
}

@media(min-width:1370px) {
    #solito {
        font-size: 55px;
    }
}


.logoLogatec{
    background: url('../img/New/Header-logo2_1.png');
    width:88px; height:29px;
    -webkit-transition: opacity 2s ease-in-out;
        -moz-transition: opacity 2s ease-in-out; /*Contuniar viendo el tema de fade */
        -ms-transition: opacity 2s ease-in-out;
        -o-transition: opacity 2s ease-in-out;
        transition: opacity 2s ease-in-out;
    opacity:1;
}

.logoLogatec:hover{
    width:88px; height:29px;
    background-position:right;
    opacity:1;
}


.scroll-top {
    display:none;
    z-index: 1049;
    position: fixed;
    right: 35px;
    bottom: 10%;
    width: 30px;
    height: 30px;
}

.scroll-top .btn {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.btn-scroll-top {

    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-scroll-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (max-width: 767px){

    .carousel-inner-custom {
        margin-top: 50px!important;
    }

    .carousel-caption .btn-lg{
        padding:0px 10px;
        font-size:16px;
        margin-top:5px;

    }
    .carousel-caption{
        bottom:60px!important;
        font-size:17px!important;
    }
    .carousel-caption h2, .carousel-caption p{
        margin:0!important;
    }
    .carousel-caption h4, .carousel-caption br{
        display:none;
    }
    .itemcustom{
        min-height:350px!important;
    }
    .scroll-top{
        margin-right:20px;
    }
    .carouselimg{
        top: 40%;
    }
    .scrolldown {
    margin-right: -2px!important;
    bottom: 20px!important;
    }
    .navbar-default {
        border-color: rgba(0,0,0,.7);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        margin-bottom: 5px;
    }
    .affix{
        padding-top: 20px;
        padding-right: 0px;
    }
    .affix-top{
        padding-right: 0px;
    }
    .carouselimg{
        margin-left: -15px!important;
    }
    .navbar-header{
        background-color: rgba(0,0,0,.7); /*Color de fondo de barra */
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #000;

    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: 600;
    }

    .navbar-default.affix {
        border-color: rgba(0,0,0,0.5);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #000;

    }


    .navbar-default.affix .navbar-header .navbar-brand div{
        background-position:right!important;

    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #000;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #000;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #000;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: 600;
    }
    #contactForm{
        margin-right: 5px;
        margin-left: 10px;
    }
    #nomargin{
        margin: 0px!important;
    }
    #logofooterlogatec{
        margin-left: 33%;
    }
    #logofooterant{
        margin-right: 35%;
    }
}
.carousel-indicators{
    bottom: 35px;
}
.carousel-indicators .active {
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #fff;
    border-radius: 10px;
    border-color: #fff;
    width: 18px;
    height: 18px;
    
    
}
.carousel-indicators li {
    border-radius: 0px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 17px;
    border-radius: 10px;
    border-color: #989898;
    width: 14px;
    height: 14px;
    background-color: #989898;

    
}
.carouselimg{
position: absolute;
    top: 50%;
    margin-left:-30px;
    width: 30px;
}
@media (max-width : 4000px) { /* 1112px*/
    .itemcustom{
        min-height: 700px;/*550px;*/
    }
    .carousel-caption{
        bottom:25%;
    }
}
@media (max-width : 700px)  {
  .carousel-caption h1{
      font-size:21px;
      font-weight: 700;
  }
  .carousel-caption h3{
      font-size:10px;
      font-weight: 700;
  }
}
@media (min-width : 701px) and (max-width : 854px)  {
  .carousel-caption h1{
      font-size:40px;
      font-weight: 700;
  }
  .carousel-caption h3{
      font-size:20px;
      font-weight: 700;
  }
}
@media (min-width : 855px) and (max-width : 1211px)  {
  .carousel-caption h1{
      font-size:50px;
      font-weight: 700;
  }
  .carousel-caption h3{
      font-size:25px;
      font-weight: 700;
  }
}
@media (min-width : 1212px) and (max-width : 1699px)  {

  .carousel-caption h1{
      font-size:70px;
      font-weight: 700;
  }
  .carousel-caption h3{
      font-size:35px;
      font-weight: 700;
  }
}
@media (min-width : 1700px)  {
  .carousel-caption h1{
      font-size:98px;
      font-weight: 700;
      margin-bottom:0px;
  }
  .carousel-caption h3{
      font-size:48px;
      font-weight: 700;
      margin-top:0px;
  }
}
@media (min-width : 1113px) {
html,
body {
    height: 100%;
}
.carousel,
.item,
.active {
    height: 100%;
    font-family: 'Roboto';
    font-weight: 600;
}
.carousel-caption{
    bottom: 35%;
}
.carousel-inner {
    height: 100%;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    max-width: none;
    }
}
.itemcustom{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
     .btn-scroll-down {
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        background-position: 0px -1px;
        background-image: url("../img/flechaIrAbajo.png");
        display:block;
        width:45px;
        height:60px;
        margin-right:-17px!important;
    }
    .btn-scroll-down:hover {
       -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        background-position: 0px 10px;
    }
    .scrolldown{
        margin-right: 4px;
        position: absolute;
        bottom: 1px;
        right: 49.3%;
        z-index: 15;
        }
    .carousel-caption {
    text-shadow: 4px 4px 4px rgba(0,0,0,.6);
}
.carousel-caption h1{
    font-family: "Antonio";
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: none;
}
hr.vertical {
    margin-top: -3px;
    margin-left: 5px;
    float: left;
    border: none;
    border-left: 2px solid #c4151c;
    height: 40px;
    width: 1px;    
}
#nova{
    margin:0px;
    border: none;
    border-left: 0px;
    height: 0px;
    width: 0px;    
}
@media (min-width: 1200px){
    #nova{
        margin-left: -30px!important; 
        margin-top:60px!important; 
        margin-right: 70px!important; 
        height: 150px!important;  
        border-left: 2px solid #c4151c;
        width: 1px!important; 
    }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
    }
  }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
    }
  }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
    }
}