@charset "UTF-8";
/* CSS Document */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #ff7a20;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    overflow: hidden;
}

.btnprimary, .btnprimary-alt, .btnsecondary {
    background: #ff7a20;
}

.btnprimary:hover, .btnprimary:focus, .btnsecondary:hover, .btnsecondary:focus {
    background: #004fa4;
    border: 1px solid #004fa4;
}

.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: none;
    color: #004fa4;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-item:hover, .navbar-nav .nav-item:focus {
    color: #ff7a20;
}

.side-nav .nav-link:hover {
    color: #FFFFFF;
}


.navbar-nav .nav-item {
	margin: 16px 0 16px;
    padding: 8px 0.50rem !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #212331;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.side-nav .navbar-nav .nav-item {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-item:hover {
    color: #FFFFFF;
}

.fixedmenu .navbar-nav .nav-link.active, .fixedmenu .navbar-nav .nav-link.active:hover, .fixedmenu .navbar-nav .nav-link.active:focus, .center-brand.fixedmenu .navbar-nav .nav-link.active {
    background: #ff7a20;
    color: #fff;
}

.heading-title > span2{
    font-size: 1.25rem;
    display: block;
    text-transform: none;
    color: #ff7a20;
}


.page-header {
    background: url(../img/lapiceros.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.page-header2 {
    background: url(../img/instalaciones.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.page-header3 {
    background: url(../img/lapices.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.page-header4 {
    background: url(../img/bloques.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.page-header5 {
    background: url(../img/cuentas.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.page-header6 {
    background: url(../img/rotuladores.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.page-header7 {
    background: url(../img/lapiceros.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.page-header8 {
    background: url(../img/edificio.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.breadcrumb .breadcrumb-item:hover, .breadcrumb .breadcrumb-item:focus, .breadcrumb .breadcrumb-item.active {
    color: #FFFFFF;
}

.breadcrumb-item+.breadcrumb-item::before{display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #FFFFFF;
    content: "/";
}

.feature-item .icon {
    background: #ff7a20;
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 50% 50% 50% 0%;
    border-radius: 50% 50% 50% 0%;
    z-index: 1;
    font-size: 34px;
    line-height: 90px;
    color: #fff;
}
.feature-item .icon::before {
    content: "";
    background: transparent;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    position: absolute;
    -webkit-border-radius: 50% 50% 50% 0%;
    border-radius: 50% 50% 50% 0%;
    border: 4px solid #fff;
}

#app-feature .feature-item:hover .icon {
    background: #004fa4;
}
.feature-item:hover .icon {
    -webkit-animation: itg_pulse 1s infinite;
    -o-animation: itg_pulse 1s infinite;
    animation: itg_pulse 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 79, 164, 1);
    box-shadow: 0 0 0 0 rgba(0, 79, 164, 1);
}


.process-number.iconic > span {
    height: 90px;
    width: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    font-size: 48px;
    background: #004fa4;
    color: #fff;
}
.process-number.iconic:hover > span {
    -webkit-box-shadow: 0 0 20px 45px #ff7a20 inset;
    box-shadow: 0 0 20px 45px #ff7a20 inset;
}

.price-table:hover {
    background: #ff7a20;
    border-color: #ff7a20;
}
.price-table.active:hover {
    background: #004fa4;
    border-color: #004fa4;
}
.defaultcolor {
    color: #ff7a20;
}

.price-table ul li > span::before {
    content: "\f00c";
    color: #e5b449;
    margin-right: 8px;
    width: 20px;
    margin-left: -20px;
}

.our-address .pickus {
    font-size: 13px;
    text-transform: uppercase;
    color: #ff7a20;
    font-weight: 800;
    position: relative;
}

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
    display: inline-block;
	padding-bottom: 10px;
}

.cbp-l-filters .cbp-filter-item-active span, .cbp-l-filters .cbp-filter-item:focus span {
    border: 1px solid #ff7a20;
    color: #fff;
    background: #ff7a20;
}
.cbp-l-filters .cbp-filter-item:hover span {
    border: 1px solid #004fa4;
    color: #fff;
    background: #004fa4;
}
.overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 122, 32, .9);
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}


.counter-photo ::before {
    content: "";
    position: absolute;
    right: 0;
    background: #004fa4;
    top: 10px;
    left: 10px;
    bottom: 0;
    display: inline-block;
    z-index: 1;
}
ul.rounded li::before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff7a20;
    margin-right: 10px;
    vertical-align: middle;
}

/*DIARIO*/
.news_item:hover h3, .meta-tags li a:hover, .meta-tags li a:focus {
    color: #ff7a20;}

.news_desc {
    padding: 40px 30px;
	margin-bottom: 30px;
}
/*DIARIO*/

.aviso{ font-size: 10px;
	text-align: left;
}

/*PRIMARIA*/

.team-box.no-hover .team-content:before {
	background: #ff7a20;
}
.gradient_bg:hover {
    background: #ff7a20;
}
/*PRIMARIA*/


footer .copyrights > a {
    padding: 0 10px 0;
}
footer .copyrights > a:hover, footer .copyrights > a:focus {
	padding: 0 10px 0;
    color: #ff7a20;
}

/*BOTON COMEDOR*/
.boton {
    width: 150px;
    height: 25px;
    background-color: #20509A;
    margin: 10px 0 0 0;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}
.boton a.news {
    width: 150px;
    height: 25px;
    margin: 5px 0 0 12px;
    text-decoration: none;
    outline: none;
    color: #FFF;
    float: left;
	font-size: 14px;
}
/*BOTON COMEDOR*/

@media (max-width: 992px){
h4 {
    font-size: 18px;
}
}



