/*!
 * By ZDE
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 @font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto Light";
    src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

body {
    overflow-x: hidden;
    font-family: "Roboto Regular";
    font-weight: 200;
    color: rgba(58, 58, 60, 0.91);
    font-size: 15px;
}

p {
    font-size: 20px;
    font-family: "Roboto Light";
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #f7881f;
}

h1,
h2
 {
    /*text-transform: uppercase;*/
    font-family: "Roboto Bold";
    font-weight: 500;
    
}

h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: "Roboto Medium";
    font-weight: 500;
    margin-top: 47px;
    margin-bottom: 25px;
}

h4{
    text-transform: uppercase;

}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.white{
    text-align: center;
    background:white;
    color:#1C395D; 
    padding-bottom:50px;
}

.white .container {
    padding-top: 53px;
    padding-bottom: 50px;
}

.orange{
    text-align: center;
    color: white;
    background: #1C395D;
}

.orange .container {
    padding-top: 53px;
    padding-bottom: 50px;
}


.grey{
    text-align: center;
    color: white;
    padding-top:0px; 
    background-color:#58585a;
}

.grey .container {
    padding-top: 53px;
    padding-bottom: 50px;
}

header {
    text-align: center;
    color: white;
    background: #F26A24;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.soluciones p{
    font-size: 18px;
    margin-bottom:50px;

}

.caracteristicas p{
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    margin-bottom:50px;
}

.soluclink, .soluclink:hover, .soluclink:focus{
    text-decoration:none; 
    color:inherit;
}

.sl1:hover span{
    color:#1C395D;
}
.sl2:hover span{
    color:#1C395D;
}
.sl3:hover span{
    color:#1C395D;
}
.sl4:hover span{
    color:#6C3966;
}
.sl5:hover span{
    color:#167AAA;
}

.soluclink:hover p{
    font-weight: bold;
}

.mostrar, .soluclink:hover img{
    display:none;
}


.soluclink:hover img.mostrar{
    display:block;
}

.soluclink:hover h3{
    font-weight:bold;
}


.sl1:hover div.btn{
    background-color:#1C395D;
    transition:none;
}
.sl2:hover div.btn{
    background-color:#1C395D;
    transition:none;
}
.sl3:hover div.btn{
    background-color:#1C395D;
    transition:none;
}
.sl4:hover div.btn{
    background-color:#6C3966;
    transition:none;
}
.sl5:hover div.btn{
    background-color:#167AAA;
    transition:none;
}

@media(min-width:768px) {
    header .container {
        /*padding-top: 200px;
        padding-bottom: 100px;*/
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

.navbar-default{
        background-color: white;

    }

    .navbar-default .navbar-nav>li>a {
    color: #58585a;
}


.dropdown:hover .dropdown-menu {
   display: block;
}

.pedi:hover{
    background-color: rgba(193, 39, 44, 0.73)!important;
    color:white!important;

}

.encu:hover{
    background-color: rgba(28, 57, 93, 0.73)!important;
    color:white!important;

}
.geo:hover{
    background-color: rgba(52, 102, 51, 0.73)!important;
    color:white!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background:transparent;
    color:inherit;
}
.cens:hover{
    background-color: rgba(108, 57, 102, 0.73)!important;
    color:white!important;

}
.inv:hover{
    background-color: rgba(22, 122, 170, 0.73)!important;
    color:white!important;

}

.dropdown-menu {
    padding:0;
    left:40px;
}


@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        background-color: rgba(247, 247, 255, 0.88) !important;
    }

     .navbar-default{
        background-color: white;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
        background-color: white !important;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-fixed-top.navbar-shrink .logocabecera {
        background:url(../img/logo-mobile.png)no-repeat left;
        margin-top: -17px;
        margin-bottom: -17px;
    
    }   

    .navbar-fixed-top.navbar-shrink ul{
            margin-top: -18px;
    }   
    .navbar-nav {
         margin: 0px 0px 0px 46px;
    }
}


@media (max-width: 1199px){
.navbar-nav {
    margin: 0px 0px 32px 7px !important;
    }

.nav>li>a {
    margin: 28.5px 0px 0px 14px !important;
    }
}


.navbar {
    /*text-transform: uppercase;*/
    font-family: "Roboto Light";
    font-weight: 700;
}
.navbar a{
    transition: .2s;
}

.nav>li>a{
    padding: 0px 2px 0px 2px;
    margin:28.5px 0px 0px 40px;

}

.navbar a:focus{
    outline: 0;
    color: #f7881f;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    
    color: #58585a;
    background-color:transparent;
}

.navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #58585a;
    border-bottom:3px solid #f7881f;
    padding-bottom: 5px !important;

}/*Activo*/

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #58585a;
    border-bottom:3px solid #f7881f;
    padding-bottom: 5px !important;
    
}/*Hover*/

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}

section {
    padding: 11px 0;
}

section h2 {
    margin: 44px;
    font-size: 2.2em;
}

section.success {
    color: #fff;
    background: #F5871F;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 361px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(245, 135, 31, 0.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.concretado {
    background: rgba(5, 104, 57, 0.5) !important;
}

.novedadw{ /* Setea ancho novedad*/
        max-width: 1181px !important;
}

.novedadcap {
    background: rgba(0, 0, 0, 0.7) !important;
    text-transform: uppercase;

}

.iestilo{
    border: 2px solid #F5871F;
    font-style: normal;
    padding: 14px 20px 11px 20px;
}


#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

#portfolio p {
    font-family: "Roboto Light";
    font-weight: lighter;
    margin-bottom:55px;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    /*border: solid 2px #fff;*/
    font-size: 20px;
    color: #fff;
    /*background: 0 0;*/
    transition: all .3s ease-in-out !important;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    /*border: solid 2px #fff;*/
    /*color: #18bc9c;*/
    /*background: #fff;*/
}






 /*
.myinput[type="checkbox"]:before{
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    
    content: "";
    background: white;
}
.myinput[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 2px;
    top: -10px;
    width: 7px;
    height: 7px;
    
    content: "";
    background:white;
}
.myinput[type="checkbox"]:checked:after{
    background:orange;
}
.myinput[type="checkbox"]:disabled:after{
    
}
.myinput[type="checkbox"]:not(:disabled):checked:hover:after{
    }
.myinput[type="checkbox"]:not(:disabled):hover:after{
    
}
.myinput[type="checkbox"]:not(:disabled):hover:before{
    
}

.myinput.large{
    height:21px;
    width: 21px;
}

.myinput.large[type="checkbox"]:before{
    width: 20px;
    height: 20px;
}
.myinput.large[type="checkbox"]:after{
    top: -18px;
    width: 16px;
    height: 16px;

}



*/




label input {
  visibility: hidden;/* <-- hide the default checkbox, the rest is to hide and alllow tabbing, which display:none prevents */
  display:block;
  height:0;
  width:0;
  position:absolute;
  overflow:hidden;
}
label span {/* <-- style the artificial checkbox */
  height: 15px;
  width: 15px;
  border: 1px solid #F26A24;
  display: inline-block;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:-1px;
}
input[type=checkbox]:checked + span {/* <-- style its checked state */
  background: #F26A24;
}

.lsolu{
    font-weight:normal;
    margin-bottom:5px;

}




.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    /*border-bottom: 1px solid #eee;*/
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    /*padding-left: 0;*/
    border: 0;
    border-radius: 0;
    font-size: 1.0em;
    font-weight: 10;
    background: rgba(64, 64, 65, 0.49);
    box-shadow: none!important;
    resize: none;
    margin-top: -35px;
    height: 30px;
    font-family: "Roboto Medium";
    color:#fff;
    letter-spacing : 3px;
}


.form-custom input,
.form-custom textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    /*padding-left: 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 Regular";
    color:#555;
    letter-spacing : 1px;
    /*opacity: 0.69;*/

}
input:-webkit-input-placeholder {
   color: red;
}

input:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

input:-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}

.form-custom input:focus,
.form-custom textarea:focus{
background-color:#F26A24;
border: 1px solid #F26A24;
color:white;
}

.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus{
background-color:#F26A24;
}



.floating-label-form-group label {
    display: block;
    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;
    /*border-left: 1px solid #eee;*/
}

.floating-label-form-group-with-value label {
    top: 0;
    /*opacity: 1;*/
    opacity: 0;
}

.floating-label-form-group-with-focus label {
    color: transparent; /*Color de efecto en el label*/
}

form .row:first-child .floating-label-form-group {
    /*border-top: 1px solid #eee;*/
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
    text-transform:none;
    font-family: "Roboto Medium";
}

footer .footer-above {
    padding-top: 50px;
    background-color: rgb(168, 169, 173);
    color: rgba(64, 64, 65, 0.83);
}

footer .footer-above a{
    color: rgba(64, 64, 65, 0.83);
    text-transform: uppercase;
    font-family: "Roboto Medium";
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    /*padding: 25px 0;*/
    background-color: #1C395D;
    color: white;
    padding-bottom: 20px;
}

.btn-social {
    display: inline-block;
    width: 22px;
    height: 22px;
    /*border: 2px solid #fff;*/
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    background:white;
    color:#1C395D;

}

dl{
    margin-left: -13px;
}
dd {
    font-family: "Roboto Light";
}

dt{
    margin-bottom:5px;

}
.btn-social:hover{
    background-color: #3b5998;
    color:white!important;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    display:none;
    z-index: 1049;
    position: fixed;
    right: 1%;
    bottom: 12%;
    width: 30px;
    height: 30px;

}

.scroll-top .btn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.btn-scroll-top {
    padding: 0px 0px;
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 17px;
    background: #1C395D;
    color: #FFFFFF;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: .5;
    filter: alpha(opacity=50);
}

.btn-scroll-top i{
    margin-top: -3px;

}

.btn-scroll-top:hover, .btn-scroll-top:focus, .btn-scroll-top:active{
    opacity: 1;
    color:white;
    filter: alpha(opacity=100);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.separa {
    padding-right: 45px; 
    padding-left: 45px;

}

.separa-naranja {
    padding-right: 60px; 
    padding-left: 60px;

}

.btn-especial {
    font-family: "Roboto Bold";
    color: #f7881f;
    background-color: white; 
    /*border: 2px solid #f7881f;*/
    border-radius: 0px;
    /*padding: 20px 50px 20px 50px;*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-especial:hover, .btn-especial:focus, .btn-especial:active{
    color: #ffffff;
    background-color:#f7881f;
}

.beneficios-red{
    border: 2px solid #1C395D;border-radius: 100%;width: 170px;
    height: 170px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    margin: 50px auto 0;
    
}
.beneficios-red p{
    
    max-width: 165px;
    position:relative;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.beneficios-red:hover{
    color: #ffffff;
    background-color:#1C395D;

}

.btn-especial-red {
    font-family: "Roboto Bold";
    color: #1C395D;
    background-color: white; 
    /*border: 2px solid #f7881f;*/
    border-radius: 0px;
    /*padding: 20px 50px 20px 50px;*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-especial-red:hover, .btn-especial-red:active, .btn-especial-red:focus{
    color: #ffffff;
    background-color:#1C395D;
}

.btn-especial-footer {
    font-family: "Roboto Bold";
    color: white;
    background-color: transparent; 
    border: 1px solid white;
    border-radius: 0px;
    /*padding: 20px 50px 20px 50px;*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-especial-footer:hover, .btn-especial-footer:active, .btn-especial-footer:focus{
    color: white;
    background-color:#1C395D;
}

.btn-especial-footer2 {
    font-family: "Roboto Bold";
    color: #1C395D;
    background-color: white; 
    border-radius: 0px;
    /*padding: 20px 50px 20px 50px;*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-especial-footer2:hover, .btn-especial-footer2:active, .btn-especial-footer2:focus{
    color: white;
    background-color:#58585a;
}

/*.carousel-indicators {
    background-color:rgba(64, 64, 65, 0.59);
    width: 10%;/*122px;*/
   /* left: 75%;
    
    padding-left: 0;
}
*/

@media (max-width: 767px){

    .carousel-inner-custom {
        margin-top: 90px!important;
    }

    .carousel-caption .btn-lg{
        padding:0px 10px;
        font-size:18px;
        margin-top:5px;

    }
    .carousel-caption{
        bottom:50px!important;
        font-size:17px!important;
    }
    .carousel-caption h2, .carousel-caption p{
        margin:0!important;
    }
    .carousel-caption h4, .carousel-caption br{
        display:none;
    }


}

.carousel-indicators .active {
    /*background-color: #f7881f;*/
    background-color: transparent;
    border:none;
    width: 21px;
    height: 21px;
    background-image: url("../img/carouselindic.png");
    margin: 1px;
}

.carousel-indicators li {
    border-radius: 0px;
    margin-top:7px;
    border:none;
    width: 21px;
    height: 21px;
    background-image: url("../img/carouselindic-active.png");
    background-color: transparent;
}

.carouselimg{
position: absolute;
    top: 50%;
    margin-left:-30px;
    
}
@media (min-width: 1198px){
    .pull-right-lg {
        float: right;
    }

    
}

@media (min-width : 1367px) {
    .carousel-caption{
        bottom:30%;
    }

}

@media (max-width : 1366px) {
    .itemcustom{
        min-height:550px;

    }
    .carousel-caption{
        bottom:15px;
    }

}

@media (min-width : 1113px) {
html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-caption{
    bottom: 10%;
}
.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-especial-form {
    font-family: "Roboto Medium";
    color: #fff;
    background-color: #F26A24; 
    border-radius: 0px;
    padding: 3px 35px 3px 35px;;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.btn-especial-form:hover, .btn-especial-form:focus, .btn-especial-form:active,
.btn-especial-form.active{
    color: white;
    background-color:rgba(64, 64, 65, 0.47);
}


@media(max-width:991px)  {

   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /*border-color: #e7e7e7;
    background-color: rgb(117, 117, 120);*/
    }
    .leftmobile{
    float:left!important;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    
    border-bottom: none !important;
    color:#f7881f!important;
    padding-bottom:0px!important;
    /*background-color: #f7881f;*/
    }  
    a.logocabecera{
    margin-left: 39px;
    
    }
    a.logocabecera{
    display: inline-block;
    position: relative;
    width:232px;
    height: 74px;
    margin-top: 0 px;
    background:url(../img/logoHeader.png)no-repeat left;

    
    }

    a.logocabecera:hover{
        opacity: .7;
        
        
    }
}

@media(max-width:767px)  {
     a.logocabecera{
    margin-top: 10px;
    }



    .itemcustom{

        min-height:350px;
    }
    .scroll-top{
        margin-right:20px;

    }

    .carouselimg{
        top: 40%;
    }

    .scrolldown {
        margin-right: -74px!important;
        bottom: 20px!important;
    } 
     
    
}


@media only screen and (min-width:768px) and (max-width:1070px)  {
    .scrolldown {
        margin-right: -37px!important;
        
    }  
}

/*@media(max-width:991px) {}

@media(min-width:992px) {}*/




   .logocabecera{
    display: inline-block;
    position: relative;
    /*width:298px;
    height: 95px;*/
    width:232px;
    height: 74px;
    margin-top: 0 px;
    background:url(../img/logoHeader.png)no-repeat left;
    /*background:url(../img/logoHeader.png)no-repeat left;*/

    /*transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 0.5;*/
    
    }

    .logocabecera:hover{
        opacity: .7;
        
        
       /* transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;*/
    }

@media(max-width:991px)  {/*propiedades footer*/
    .footermovilcenter{
        text-align: center; !important;
        
    }
    
}

/*@media(min-width:1200px)  { propiedades footer
    .mapasitio{
    padding: 0px 0px 0px 66px;
    }
    .institucional{
    padding: 0px 0px 0px 48px;
    }
    .phones{
    padding: 0px 0px 0px 20px;
    }

}

*/

.imagencentrada{
    margin-left: auto;
    margin-right: auto;

    }

.modal.in .modal-dialog {
    /* -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); */
    z-index: 1041;
    }

.modal-content {
    position: relative;
    background-color: #404041;
    border: none;
    /* border: 1px solid rgba(0,0,0,0.2); */
    border-radius: 0px;
    }
        
.modal-header {
    padding:0;
    border: none;
    color:white;
    
    max-height:375px;
    }
.modal-header .close {
    margin-top: 0px;
}
.modal-body {
    color:white;
}

.modal-body p{
    font-size:17px;
}

.modal-footer {
    border: none;
    padding:10px 0px 0px;
    color:white;
    text-align:left;
    background-color: rgba(168, 169, 173, 1)!important;
}

.modal-footer ul{
    font-size:15px; 
    font-family: 'Roboto Light';
}



button.close {
    padding: 3px 7px;
    cursor: pointer;
    background: #F5871F;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

button.close:hover, button.close:active{
    background: #F5871F;
    color:white;
    opacity: .8;
    filter: alpha(opacity=80);
    }

.fa-li.fa-lg {
    left: -2.25em;
}

.cabeza-modal{
    position: absolute; 
    z-index: 99999;
    width: 100%;
    /*margin-top: 12px;
    margin-left: 18px;*/
}

/*.form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: white;
}
.form-control::-webkit-input-placeholder {
  color: white;
}*/

.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: 5px; 
    position: absolute;
    bottom: 24px;
    /* margin-top: 500px; */
    right: 37%;
    z-index: 15;

    }

@media (min-width: 768px){
    .modal-dialog {
        width: 750px;
    }
}

.nov{

    height: 300px;
}

.logoANT:hover {
    width: 65px;
    height: 24px;
    background-position: right;
    opacity: 1;
}
.logoANT {
    background: url('../img/logosAnt.png');
    width: 65px;
    height: 24px;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    opacity: .3;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #F26A24;

}

label{
    margin-bottom:40px;

}





.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15
{
  width: 20%;
  float: left;
}

@media(min-width: 768px){
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px){
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px){
  .col-lg-15
  {
    width: 20%;
    float: left;
    padding-right:30px;
    padding-left:30px;
  }
}


.shortcode-toggle {
    margin-bottom: 15px;
}
.shortcode-toggle h4 {
    margin: 0;
    font-size: 20px;
}
.shortcode-toggle h4 a {
    display: block;
    padding: 8px 0;
    color: #777;
    text-transform: none;
    letter-spacing: 0px;
    font-family:'Roboto Regular';
    
}
.shortcode-toggle h4 a span {
    margin-right: 8px;
    color: #444;
    
}
.shortcode-toggle h4 a:hover {
    color: #000;
    text-decoration: none;
}
.shortcode-toggle h4 a:focus{
    
    text-decoration: none;
}

.open h4{
    background-color:#1C395D;
    color:white;
    text-decoration: none;
}
.open h4 a{
    color:white;
}

.open h4 a:focus, .open h4 a:hover{
    text-decoration: none;
    color:white;
}
.shortcode-toggle.closed h4 a {
    border-bottom: 1px #ccc dotted;;
}
.shortcode-toggle .toggle-content {
    padding: 20px;
    background: #fff;
    border: 1px #1C395D solid;
    border-top: none;
    margin-bottom: 40px;
    font-family:'Roboto Light';
    font-size: 20px;
    color: #777;
}
.shortcode-toggle.closed .toggle-content {
    display: none;
}
.destacarsitio{
    background: rgba(28, 57, 93, 0.73)!important;
    /*color: white!important;*/
    /* padding: 4px; */
    border-bottom: 0px!important;
    

}

#__dc_open_chat_window_tab{
    box-shadow: none !important;
    background: #666!important;
    border-radius: 0!important; 

}

.video:hover .play{
    -webkit-transform: translate(00%,-00%) scale(1.1);
    transform: translate(-00%,-00%) scale(1.1);

}