/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/02/2019, 05:20:31 PM
    Author     : sistemas
*/

.centrarPadre{
    display: table !important;
    height: 100%;
}

.centrarHijo {
    display: table-cell !important;
    vertical-align: middle;
}

.container{
    /*width: 100% !important;*/
}

@media (min-width: 768px){
    .menuHeadingdropdown:hover {
        background-color: #bfbfbf;
    }
}

.topheadrow .nav > li:hover a {
    background-color: #eeeeee;
    color: #ffffff;
}

.menu-links ul > li {
    background-color: #585858;
    border-left: 1px solid #ffffff;
}

.menu3dmega.skin-blue-dark > ul > li {
    border-top: 1px solid #ffffff;
}

.menu3dmega > ul > li i {
    border-right: 1px solid #ffffff;
}

.top-searchs {
    color: #bfbfbf;
}

.menu3dmega.skin-blue-dark > ul > li:hover {
    background-color: #bfbfbf;
    color: #ffffff;
}

.menu3dmega li .dropdown-menu {
    background-color: #bfbfbf;
}

.menu3dmega.skin-blue-dark .dropdown-menu ul li a:hover {
    background-color: #8e8e8e !important;
    color: #ffffff !important;
}

.menu-links ul > li > a:hover {
    background-color: #bfbfbf;
}

.iview-caption.btn-more > .caption-contain{
    background-color: #585858;
}

.iview-caption.btm-bar2 > .caption-contain {
    padding: 15px 30px;
    background-color: #ffffff00;
}

.iview-caption.btn-more > .caption-contain:hover {
    background-color: #e65a4b !important;
}

.product-block .product-meta .small-price {
    bottom: 10px !important;
}

.product-block .product-meta .name {
    height: auto !important;
}

.product-block .product-meta .small-btns .btn-compare {
    background-color: #1da1f2 !important;
}

.product-block .product-meta .small-btns .btn-addtocart {
    background-color: #3b5998 !important;
}

.noticia-redondear10{
    -webkit-box-shadow: 0 0 2px #BFBFBF;
    -moz-box-shadow: 0 0 2px #BFBFBF;
    -ms-box-shadow: 0 0 2px #BFBFBF;
    -o-box-shadow: 0 0 2px #BFBFBF;
    box-shadow: 0 0 2px #BFBFBF;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.noticia-redondear50{
    -webkit-box-shadow: 0 0 2px #BFBFBF;
    -moz-box-shadow: 0 0 2px #BFBFBF;
    -ms-box-shadow: 0 0 2px #BFBFBF;
    -o-box-shadow: 0 0 2px #BFBFBF;
    box-shadow: 0 0 2px #BFBFBF;
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -ms-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}

.brand-logo2{
    float: left;
    /*height: 201px;*/
    padding: 0px 28px;
    width: 25%;
}

.hello-week__day.is-selected {
    background-color: #E31E24 !important;
    color: #fff !important;
}

.hello-week__day.is-today {
    background-color: #eeeeee !important;
    color: black !important;
}

.badge {
    display: inline-block;
    padding: .3125rem .375rem;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
}

.badge-success {
    color: #fff;
    background-color: #4caf50;
}

.product-block:hover .product-meta2 {
    height: 130px !important;
}

.big-btns2 .btn:hover {
    background-color: #f76b5c;
}

.big-btns2 .btn:hover {
    background-color: #8a8a8a;
}

.big-btns2 .btn-view {
    border-right: 1px #e65a4b solid;
}

.big-btns2 .btn {
    background-color: #c73b2c;
    border: 0;
}

.big-btns2 .btn-view {
    margin-left: 0px;
}

.big-btns2 .btn {
    height: 40px !important;
    opacity: 1 !important;
    overflow: visible !important;
}

.big-btns2 .btn {
    background-color: #f76b5c;
    font-size: 13px;
    font-weight: 600;
    height: 0px;
    line-height: 40px;
    margin: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    background-color: #b5b5b5;
    border: 1px #8a8a8a solid;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*LOADER*/
.loaderCIPCDLL {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #d23434;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.panel-disabled-cipcdll {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0px;
  background: rgba(243,242,241,0.5);
  z-index:999 !important;
}

.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*Repositorio*/
.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.pl-3, .px-3 {
    padding-left: 1.25rem!important;
}
.pr-3, .px-3 {
    padding-right: 1.25rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .625rem!important;
}
.pt-2, .py-2 {
    padding-top: .625rem!important;
}
.mt-3, .my-3 {
    margin-top: 1.25rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.bg-light {
    background-color: #fafafa!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
}
.mb-1, .my-1 {
    margin-bottom: .3125rem!important;
}
.mt-1, .my-1 {
    margin-top: .3125rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1.25rem!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.text-danger-400 {
    color: #ef5350;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.font-weight-semibold {
    font-weight: 500;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-condensed .list-inline-item:not(:last-child) {
    margin-right: .625rem;
}
.list-inline-item {
    margin-right: 1.25rem;
}
.list-inline-item {
    position: relative;
}
.text-muted {
    color: #999!important;
}
.list-inline-item {
    display: inline-block;
}
.top-0 {
    top: 0 !important;
}
.icon-2x {
    font-size: 32px !important;
}

.pl-1, .px-1 {
    padding-left: .3125rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .3125rem!important;
}
.pr-1, .px-1 {
    padding-right: .3125rem!important;
}
.pt-1, .py-1 {
    padding-top: .3125rem!important;
}
.pl-2, .px-2 {
    padding-left: .625rem!important;
}
.pr-2, .px-2 {
    padding-right: .625rem!important;
}
.mt-2, .my-2 {
    margin-top: .625rem!important;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal a.close-modal {
    position: absolute;
    top: 2px ;
    right: -7.5px ;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: initial !important;
    background-size: initial !important;
    background-repeat: no-repeat !important;
    background-image: none !important;
}

#modal_intro a.close-modal {
    color:white !important;
    height:auto !important;
    width: auto !important;
    top:28px !important;
    right:54.5px !important;
    padding:10px !important;
    background-color:black !important;
    border-radius:10px !important;
}

.jquery-modal .modal{
    max-width: 800px;
    width: auto;
    display: inline-block;
    padding: 0;
}

.panel-default > .panel-heading a i {
    padding-right: 6px;
    font-size: 15px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.mb-3, .my-3 {
    margin-bottom: 1.25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .3125rem!important;
}
.mt-1, .my-1 {
    margin-top: .3125rem!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
a.text-default:not(.btn) {
    transition: color ease-in-out .15s;
}
.text-default {
    color: #333;
}
.mr-2, .mx-2 {
    margin-right: .625rem!important;
}
.text-success {
    color: #4caf50;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.card-footer:last-child {
    border-radius: 0 0 .125rem .125rem;
}
@media (min-width: 576px){
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0!important;
    }
}
.card-footer {
    padding: .9375rem 1.25rem;
    background-color: rgba(0,0,0,0.14);
    border-top: 1px solid rgba(0,0,0,.125);
}
.mt-2, .my-2 {
    margin-top: .625rem!important;
}
.list-inline-dotted .list-inline-item:not(:last-child):after {
    font-size: 1rem;
}

.select2-search__field{
    background-color: white !important;
    height: auto !important;
}

.containerCrop {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}
.containerCrop > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

#captchaPortal img{
    width: 150px !important;
    height: 40px !important;
}

.input4_1{
    height: auto !important;
    padding: 5px !important;
    margin: 5px 0 !important;
}

input:disabled{
    background-color: #eaeaea;
}

.jGrowl .success {
    background-color: #4caf50;
    color: #fff;
    border-color: #4caf50;
    font-size: 13px;
}

.jGrowl .warning {
    background-color: #ff7043;
    color: #fff;
    border-color: #ff7043;
    font-size: 13px;
}

.jGrowl .error {
    background-color: #ef5350;
    color: #fff;
    border-color: #ef5350;
    font-size: 13px;
}

.jGrowl .info {
    background-color: #03a9f4;
    color: #fff;
    border-color: #03a9f4;
    font-size: 13px;
}


.page-sidebar > .box-heading {
    background-color: #585858 !important;
}



.panel-default > .panel-heading.closed:hover {
    background-color: #e65a4b !important;
}

.panel-default > .panel-heading.opened:hover {
    background-color: #e65a4b !important;
}
.panel-default > .panel-heading.opened {
    background-color: #585858 !important;
}



  /*WHATSAPP Y MESSENGER INICIO */
    .social {
        position: fixed;
        top: 100px;
        right:15px;
        z-index: 2;
        width: 20px;
    }

    .social ul {
      padding: 0px;
      -webkit-transform: translate(-15px, 0);
      -moz-transform: translate(-15px, 0);
      -ms-transform: translate(-15px, 0);
      -o-transform: translate(-15px, 0);
      transform: translate(-15px, 0);
    }

    .social ul li {
        display: block;
        margin: 3px;
        background: white;
        width: 300px;
        text-align: left;
        padding: 5px;
        -webkit-border-radius: 30px 0 0 30px;
        -moz-border-radius: 30px 0 0 30px;
        border-radius: 30px 0 0 30px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .social ul li:hover {
        background: #f1f1f1;
      -webkit-transform: translate(-110px, 0);
      -moz-transform: translate(-110px, 0);
      -ms-transform: translate(-110px, 0);
      -o-transform: translate(-110px, 0);
      transform: translate(-110px, 0);

    }
    .social ul li i {
      margin-right: 10px;
      padding-top:10px;
      padding-left:12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px; 
      font-size: 20px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);

    }
    
    .fa-whatsapp  {
  color:#fff;
  background:
  linear-gradient(#25d366,#25d366)10px 84%/10px 9px no-repeat,
  radial-gradient(circle at center, #25d366 63%,transparent 0);
}
  /*WHATSAPP Y MESSENGER FIN */
  
  
.post-image .lists-check ul li {
    list-style-image: url(http://www.cip-trujillo.org/img/bullets/check.png);
    line-height: 1.5em;
}

.post-image .lists-check ul {
    margin-bottom: 30px;
    margin-left: 20px;
}

.post-image .post .meta {
    display: block;
    background: #f1f1f1;
    padding: 20px;
    border-color: #e7e6e6 #ececec #ececec #ececec;
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    
}

.post-image .post{
  display: flex;
  justify-content: space-around;
}

.post table tr th{
    border-top: 5px solid #555555;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    background-color: #49494b;
}

.post .meta{
    width:100% !important;
}

.post > div:first-child{
    width:100% !important;
}

.gallery_past_decano{
    display: block;
    overflow: hidden;
}

.imgIcono_portal{
    float: left; 
    padding: 0 28px; 
    width: 25%;
    margin-top: 10px;
}

@media (max-width: 768px){
    .imgIcono_portal{
        width: auto !important;
    }
}

.panel-group .panel + .panel {
    margin-top: 2px !important;
}

/*color*/

.panel-default > .panel-heading.closed {
    background-color: #e65a4b !important;
}

.panel-default > .panel-heading.closed:hover {
    background-color: #b5483c !important;
}

.panel-default > .panel-heading.opened {
    background-color: #e65a4b !important;
}

.panel-default > .panel-heading.opened:hover {
    background-color: #b5483c !important;
}

.box-content .box-heading {
    background-color: #585858 !important;
}

.menu3dmega.skin-blue-dark > ul > li:hover {
    background-color: #e65a4b;
    color: #ffffff;
}

.menu3dmega.skin-blue-dark .dropdown-menu ul li a:hover {
    background-color: #B43104 !important;
    color: #ffffff !important;
}

.menu3dmega li .dropdown-menu {
    background-color: #e65a4b !important;
}

.menu-links ul > li > a:hover {
    background-color: #e65a4b !important;
}

.box-content .carousel-controls .left {
    border-left: 1px solid #585858 !important;
}

.box-content .carousel-controls .right {
    border-left: 1px solid #585858 !important;
}

.sidebar > .box-content > .carousel-controls > .left {
    border-right: 1px solid #585858 !important;
}

.topheadrow .nav > li:hover div {
    background-color: #bfbfbf;
    color: #ffffff;
}

.topheadrow .nav > li {
    border-left: 1px solid white;
}

.centrarPadre .centrarHijo .btn{
    height: 40px;
    line-height: 40px;
    margin: 0px;
    outline: none;
    padding: 0px;
    text-align: center;
    width: 40px;
    background-color: #76787a;
}

@media (min-width: 992px){
    .topheadrow .nav li a {
        padding: 7px !important;
    }
}

.topheadrow .nav > li > a .fa {
    color: white;
}
.pull_movil{
    
    float: left;
    width: 100%;
}

@media (min-width: 768px){
    .topheadrow .nav > li {
        border-left: 1px solid #white !important;
    }
    .pull_movil{
        float: right !important;
        width: auto !important;
    }
    .topheadrow .nav > li {
        border-left: 1px solid #eeeeee;
    }
}

.footermenu h4::after {
    background-color: #aaaaaa;
    content: "";
    display: block;
    height: 7px;
    position: relative;
    width: 50px;
    top: 8px;
}

.getintouch h4::after {
    background-color: #aaaaaa;
    content: "";
    display: block;
    height: 7px;
    position: relative;
    width: 50px;
    top: 8px;
}

a.fc-more{
    color: black;
}

.blocker {
    z-index: 101 !important;
}

.slider { 
    background-color: #ffffff !important;
    color: #ffffff;
}

.page-title {
    min-height: 100px;
    height: auto !important;
}

/*INTRO*/

#modal_intro .banner{
        display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 85%;
    padding-bottom: 30px;
    text-align: center;
}

#modal_intro .banner-text {
    width: 100%;
}

#modal_intro .banner-text h1 {
    font: 90px/1.1em 'opensans-bold', sans-serif;
    color: #fff;
    letter-spacing: -2px;
    margin: 0 auto 18px auto;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}

#modal_intro .banner-text h2 {
    font: 30px/1.1em 'opensans-bold', sans-serif;
    color: #fff;
    letter-spacing: -2px;
    margin: 0 auto 18px auto;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}

#modal_intro .banner-text h3 {
    font: 18px/1.9em 'librebaskerville-regular', serif;
    color: #A8A8A8;
    margin: 0 auto;
    width: 70%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

#modal_intro  .banner-text hr {
    width: 60%;
    margin: 18px auto 24px auto;
    color: #fff;
    /*border-color: rgba(150, 150, 150, .1);*/
}

#modal_intro  .banner-text h3 span, header .banner-text h3 a {
    color: #fff;
}

#modal_intro .banner-text h3 a {
    color: #fff;
}

#modal_intro .social2 {
    margin: 24px 0;
    padding: 0;
    font-size: 30px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}

#modal_intro .social2 li {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
}

#modal_intro .social2 li a {
    color: #fff;
}



@media (min-width: 320px) and (max-width: 768px) {
  .logo_intro{
        width: inherit !important;
        margin-top: 30px !important;
    }
}

.ocultar{
    /*display: none;*/
}

#form_noticia_confirmar_asistencia select:disabled {
    background-color: #eaeaea;
}

.nav-tabs .nav-link {
    color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {

    .img_blog{
        height: auto !important;
    }

    .logo img{
        width: 320px !important;
        height: 65px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
}

.img_blog{
    height: 371px;;
}

.blog-single .post-text a:visited {
    color: #7c648a;
}

.ui-loader{
    display: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #e65a4b  !important;
    color: #fff !important;
}

.nav-tabs > li > a {
    background:  #f3f3f3 !important;
    color: black !important;
}

.iview-directionNav a i{
    color: black !important;
}

.blog-single .post-image .img_noticia{
    width: 847px;
    height: 404px;
}

.blogimage a .img_noticia{
    width: 847px;
    height: 404px;   
}

@media (min-width: 320px) and (max-width: 768px) {

    .blog-single .post-image .img_noticia{
        width: 100% !important;
        height: 100% !important;
    }
    .blogimage a .img_noticia{
        width: 100% !important;
        height: 100% !important;
    }
    .box-heading span {
        line-height: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    
    .margin_top_10_mobil{
        margin-top: 10px !important;
    }
}

.nav-tabs.blog-tabs li.active a{
    background-color: #f3f3f3 !important;
    color: black !important;
}

.post-text_contenedor a{
    color: #4269ff;
}

.post-text_contenedor ul{
    list-style: inherit;
    margin: auto;
    padding: inherit;
}

/*.buttonInside{
  position:relative;
  margin-bottom:10px;
}

.buttonInside input{
  height:25px;
  width:100%;
  padding-left:10px;
  border-radius: 4px;
  border:none;outline:none;
}
.buttonInside button{
  position:absolute;
  right: 0px;
  top: 4px;
  border:none;
  height:20px;
  width:20px;
  border-radius:100%;
  outline:none;
  text-align:center;
  font-weight:bold;
  padding:2px;
}
.buttonInside button:hover{
  cursor:pointer;
}

<div class="buttonInside">
<input placeholder="Type something">
 <button id="erase">X</button>
</div>

*/



@media (min-width: 320px) and (max-width: 768px) {
    .cuerpo_noticia_cipcdll .box-heading span{
        height: 30px !important;
    }
    
    .cuerpo_cursos_cipcdll .box-heading .span_button{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        height: 78px !important;
        margin: 0px 14px !important;
        padding: 6% 0px !important;
        width: 50% !important;
        text-align: center !important;
    }
    
    .cuerpo_cursos_cipcdll .box-heading span.titulo{
        padding: 6% 20px !important;
    }
    
    .cuerpo_evento_cipcdll .box-heading span.titulo{
        padding: 6% 20px !important;
    }
    
    .cuerpo_enlaceInteres_cipcdll .box-heading span.titulo{
        padding: 6% 20px !important;
    }
    
    .cuerpo_ultimosEvento_cipcdll .box-heading span.titulo{
        padding: 6% 20px !important;
    }
    
    .cuerpo_empresa_cipcdll .box-heading span.titulo{
        padding: 6% 20px !important;
    }
    
    .cuerpo_cursos_cipcdll img.ani-image{
        height: auto !important;
    }
}

.cuerpo_cursos_cipcdll .box-heading .span_button{
    line-height: 58px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-color: #e65a4b;
}

.cuerpo_cursos_cipcdll .box-heading .span_button:hover {
    background-color: #B43104;
}

@media (min-width: 320px) and (max-width: 768px){
    .page-title-galeriaInstitucional{
        line-height: 35px !important;
        padding-top: 14px !important;
    }
}

.dropdown-menu{
    min-width: 220px !important;
}