::-webkit-scrollbar-track {
    background: #7077DA;
}

::-webkit-scrollbar {
    width: 5px;
    max-width: 5px;
    height: auto;
    max-height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #F7EA20;
    border-radius: 3px;
    max-width: 5px;
}

::-moz-selection { 
    background: #2D338B;
    color: #F6EA1F;
    text-shadow: none;
}
::selection { 
    background: #2D338B;
    color: #F6EA1F;
    text-shadow: none;
}

body{
    font-family: "Century Gothic";
}

/*SCROLLUP*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom: 5%;
    right: 1%;
    display:none;
    text-indent:-9999px;
    background: url('../../../public/img/iconos/icon_top.png') no-repeat;
    z-index: 10;
}

.nav-style-submenu{
    height: 50px;
    min-width: 250px;
    text-align: center;
    font-size: 15px;
    line-height: 40px !important;
}
.nav-style-submenu:hover, .nav-style-submenu:focus, .nav-style-submenu:active{
    color: #F7EA21 !important;
    font-weight: bold !important;
    /*font-size: 20px !important;*/
    background-color: #2D338B !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    /* position: fixed; */
    right: 0;
    left: 0;
    z-index: 100;
}

/**/
.tit-galery{
        font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 0px 12px;
}
/*LOGO*/
.int-logohd{
    width: 140px;
}

.navbar-default.affix .int-logohd{
    width: 80px;
}

.navbar-default.affix{
    border-bottom: 2px solid #2D338B;
}

.int-logopad{
    padding: 0px 15px;
}
/*****/

.int-bghead1{
    background: #2D338B;
}

.in-hrtema{
    float: right;
    width: 200px;
    max-width: 200px;
    border-top: 3px solid #F7EA22;
    border-color: #F7EA22;
    border-width: 3px;
}

.int-mainlistulli{
    margin-top: 45px;
}
/*REDES*/
.int-redhead1{
    font-size: 20px;
    margin-bottom: 0px;
}

.int-redhead1 a{
    padding: 5px;
    color: #fff;
    text-decoration: none;
}
/***********/

.int-txt-wehome1{
    font-size: 18px;
    color: #fff;
    text-align: justify;
}

.int-tit-wehome1{
    margin-bottom: 0;
    font-family: Century Gothic;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
}


/*TECNOLOGIA*/
.int-tectitulo1{
    text-transform: uppercase;
    color: #2D338B;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 36px;
}

.int-ullisttecn{
    padding-left: 0;
    list-style-type: none;
    font-size: 18px;
}
.int-ullisttecn li{
    margin-bottom: 5px;
    font-weight: bold;
}

.int-ullisttecn li a img{
    display: none;
}

.int-cajntecn{
    background: #EFEFEF;
    border-top: 30px solid #2D338B;
    padding: 15px 0px 5px 0;
    box-shadow: 0px 0px 5px 0px #656565;
    margin-bottom: 20px;
}

.int-imgnoscirc{
    display: block;
    border: 2px solid #F1DC21;
    box-shadow: 0px 5px 6px 1px #909090;
    border-radius: 50%;
    width: 350px;
}

.int-titmaestranza{
    color: #868686;
    /* font-weight: bold; */
    font-family: Century Gothic;
    font-size: 27px;
    margin-bottom: 35px;
}

/*FRASE*/
.int-fraseh2{
    font-family: Century Gothic;
    text-transform: uppercase;
}

/*SUPERVISORES A CONTAR*/
.int-scontac1tit{
    text-transform: uppercase;
    color: #2D338B;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 36px;
}

/*FOOTER*/

.int-pcontactos1 p{
    margin-bottom: 5px;
    font-size: 18px;
}

.gs-redfotih1 {
    font-weight: bold;
    font-family: century gothic;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

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

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: Century Gothic;
    text-transform: uppercase;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

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

footer .footer-below {
    padding: 10px 0;
    background-color: #222661;
}


.btn-masinfo-int{
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1195px){
    .int-contfluid{
        width: 100%;
    }
}

@media (max-width: 1115px){
    .num-ocult{
        display: none;
    }
}

@media (max-width:991px){
    .int-contfluid{
        width: 100%;
    }

    .navbar-default .nav > li>a{
        font-size: 15px;
    }

    .int-logopad {
        padding: 0px 0px;
    }

    .int-logohd {
        width: 105px;
    }

    .int-mainlistulli {
        margin-top: 25px;
    }
}

/* */
.main-titulo{
    border-bottom: 1px solid #CABEBE;
    height: 100px;
    margin-bottom: 30px;
}

.text-titulo{
    background-color: #2D338B;
    color: #2D338B;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 80px;
    line-height: 80px;
    float: left;
    border-radius: 10px 0px 0px 10px;
    font-size: 50px;
    font-style: oblique;
    text-shadow: -3px -3px 0 #F7EA22, -3px -2px 0 #F7EA22, -3px -1px 0 #F7EA22, -3px 0px 0 #F7EA22, -3px 1px 0 #F7EA22, -3px 2px 0 #F7EA22, -3px 3px 0 #F7EA22, -2px -3px 0 #F7EA22, -2px -2px 0 #F7EA22, -2px -1px 0 #F7EA22, -2px 0px 0 #F7EA22, -2px 1px 0 #F7EA22, -2px 2px 0 #F7EA22, -2px 3px 0 #F7EA22, -1px -3px 0 #F7EA22, -1px -2px 0 #F7EA22, -1px -1px 0 #F7EA22, -1px 0px 0 #F7EA22, -1px 1px 0 #F7EA22, -1px 2px 0 #F7EA22, -1px 3px 0 #F7EA22, 0px -3px 0 #F7EA22, 0px -2px 0 #F7EA22, 0px -1px 0 #F7EA22, 0px 0px 0 #F7EA22, 0px 1px 0 #F7EA22, 0px 2px 0 #F7EA22, 0px 3px 0 #F7EA22, 1px -3px 0 #F7EA22, 1px -2px 0 #F7EA22, 1px -1px 0 #F7EA22, 1px 0px 0 #F7EA22, 1px 1px 0 #F7EA22, 1px 2px 0 #F7EA22, 1px 3px 0 #F7EA22, 2px -3px 0 #F7EA22, 2px -2px 0 #F7EA22, 2px -1px 0 #F7EA22, 2px 0px 0 #F7EA22, 2px 1px 0 #F7EA22, 2px 2px 0 #F7EA22, 2px 3px 0 #F7EA22, 3px -3px 0 #F7EA22, 3px -2px 0 #F7EA22, 3px -1px 0 #F7EA22, 3px 0px 0 #F7EA22, 3px 1px 0 #F7EA22, 3px 2px 0 #F7EA22, 3px 3px 0 #F7EA22;
    font-weight: bold;
    box-shadow: 1px 4px 7px #92B4CC;
}

.figure-titulo{
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 38px solid #2D338B;
    height: 0px;
    width: 0px;
    float: left;
}

.main-content{
    background-color: rgba(247, 234, 30, 0.05);
    padding: 20px;
    border: 1px solid #2D338B;
    min-height: 250px;
    height: auto;
    text-align: justify;
    font-weight: 500;
}
/* */

.int-margul{
    margin-top: 30px;
}

.navbar-default.affix .int-margul{
 margin-top: 0px;
}

.int-slidreduc{
    max-height: 570px;
    overflow: hidden;
}

@media (max-width:767px){

    .int-tit-wehome1{
        text-align: center;
    }

    .int-logohd {
        width: 65px;
    }

    .navbar-default.affix .int-logohd {
        width: 50px;
    }

    .int-mainlistulli{
        margin-top: 0px;
        text-align: center;
    }
}


@media (max-width:500px){
    .int-fraseh2{
        font-size: 24px;
    }

    .int-pcontactos1 p {
        font-size: 13px;
    }

    .int-scontac1tit{
        font-size: 30px;
    }
}

.caja-clientes li{
    width: 300px !important;
    height: 160px !important;
    line-height: 150px !important;
}
.main-content p{
    margin: 5px;
    margin-left: 15px;
    font-size: 15px;
}
.main-content p em{
    font-size: 25px;
    font-weight: bold;
    color: #33338B;
    font-style: italic;
    margin-bottom: 0px;
}