/**************
  GENERALES 
***************/
body {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #5A7EBC;
}
a {
  color: #E46C0A;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  color: #ff8d32;
  text-decoration: none;
  outline: none;
}
ul {
    list-style-type:  none;
    margin: 0;
    padding: 0;
}

.listaGeneral li {
    padding-bottom: 10px;
}
.listaGeneral li span {
    position:relative;
    display:block;
    padding-left: 15px;
}

.listaGeneral li span:before{
    content: '';
    position:absolute;
    left:0px;
    background: #2E487C;
    top: 9px;
    width: 5px;
    height: 5px;
}

.listaGeneralWhite li {
    padding-bottom: 10px;
}
.listaGeneralWhite li span {
    position:relative;
    display:block;
    padding-left: 15px;
    color: #FFF;
}

.listaGeneralWhite li span:before{
    content: '';
    position:absolute;
    left:0px;
    background: #2E487C;
    top: 9px;
    width: 5px;
    height: 5px;
}


/**************
  ASSETS 
***************/
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.right {
    text-align: right;
}
@media (max-width: 768px){
    .center-xs {
            text-align: center;
    }
    .justify-xs {
            text-align: justify;
    }
    .right-xs {
            text-align: right;
    }
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn-lg { // DUDA
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
}
.iconColored  { // DUDA
    color: #7F1F21;
}
.space { // DUDA
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.img-center {
    display: inline-block;
}
.img-right{
    float: right;
}

/**************
  SECTIONS 
***************/

/* HEADER */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1000;
    background-color: #FFF;
}
#header .contact {
    float: left;
    text-align: center;
    margin-right: 40px;
    padding-top: 20px;
}
#header .contact i {
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 5px;
    color: #E46C0A;
    border: 1px solid #E46C0A;
    font-size: 2em;
}
#header .contact span {
    margin-top: 5px;
    float: left;
    text-align: left;
}
#header .contact span em {
    color: #e46c0a;
    font-style: normal;
}
#header .contact span a {
    color: #e46c0a;
}
@media (max-width: 1024px){
/*    #header .contact {
        padding-top: 0px;
    }*/
}
@media (max-width: 768px){
    #header .contact {
        padding-top: 3px;
    }
}
@media (max-width: 992px){
    #header {
        position: static;
        height: auto;
/*        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 170px;
        z-index: 100;*/
    }
    #header img {
        margin: 0 auto;
    }
    #header .contact {
        float: none;
        text-align: center;
        display: inline-block;
        margin: 0 5px;
    }
    #header .contact i {
        border: 0px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        margin: 5px 2px;
    }
    #header .contact span {
        margin-top: 0px;
    }
    #header .contact span em {
        font-size: 12px;
    }
}

/* TOP BAR */
.top-bar {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

/* MENU BAR */
.menu-bar {
    padding: 0px;
    background-color: #21345A;
/*    overflow: hidden;*/
}

/* FOOTER */
#footer {
    background-color: #222222;
    color: #848484;
    padding: 40px 0px;
}
#footer p {
    padding: 20px 0px;
    line-height: 24px;
}
#footer a {
    color: #E46C0A;
    -webkit-transition: 500ms  ease-in-out;
    -moz-transition: 500ms  ease-in-out;
    -o-transition: 500ms  ease-in-out;
    transition: 500ms  ease-in-out;
}
#footer a:hover {
    color: #FFF;
}

#footer .links-widget .link li{
  position:relative;
  margin-bottom: 11px;
}
#footer .links-widget .link li a{
    position:relative;
    display:block;
    padding-left: 15px;
    color: #848484;
}
#footer .links-widget .link li:hover a:before{
    background: #FFF;
    -webkit-transition: 500ms  ease-in-out;
    -moz-transition: 500ms  ease-in-out;
    -o-transition: 500ms  ease-in-out;
    transition: 500ms  ease-in-out;
}
#footer .links-widget .link li a:hover{
    color: #FFF;
}
#footer .posts-widget .post:before,
#footer .links-widget .link li a:before{
    content: '';
    position:absolute;
    left:0px;
    background: #2e2e2e;
    top: 9px;
    width: 5px;
    height: 5px;
    -webkit-transition: 500ms  ease-in-out;
    -moz-transition: 500ms  ease-in-out;
    -o-transition: 500ms  ease-in-out;
    transition: 500ms  ease-in-out;
}

#footer .posts-widget .post a:hover {
    color: #FFF;
}
#footer .posts-widget .post{
    position:relative;
    margin-bottom: 14px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom:1px solid rgba(255,255,255,0.15);
}
#footer .posts-widget .post:last-child{
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;  
}
#footer .posts-widget .post .content{
    position:relative;
    min-height: 40px;
    padding-left: 0;
    padding-top:0px;
    margin-bottom: 5px;
}
#footer .posts-widget .post {
    line-height: 26px;
}
#footer .posts-widget .post a {
    color: #848484;
}
#footer .posts-widget .post .time {
    color: #A4A4A4;
}

#footer .titulo {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#footer .titulo h3 {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #848484;
}
#footer .titulo:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #5A7EBC;
}
#footer .titulo.center:before {
    left: 50%;
    margin-left: -50px;
}

#footer .contact-info{
    margin-bottom:30px; 
}
#footer .contact-info li{
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    line-height:24px;
}
#footer .contact-info li .icon{
    position:absolute;
    left:0px;
    top:0px;
    line-height:24px;
}

#footer .social li{
    display: inline-block;
    padding: 0 10px;
}
#footer .social li a{
    -webkit-transition: 500ms  ease-in-out;
    -moz-transition: 500ms  ease-in-out;
    -o-transition: 500ms  ease-in-out;
    transition: 500ms  ease-in-out;
}
#footer .social li a:hover{
    border-color:#a1c436; 
}

/* FOOTER - BOTTOM */
.footer-bottom {
    background: #1d1d1d;
    padding: 26px 0;
    color: #848484;
}
.footer-bottom .copy-text a {
}
.footer-bottom .get-text ul li {
    float: left;
}
.footer-bottom .get-text ul li a {
    margin-right: 25px;
}
.footer-bottom .get-text ul li a:hover {
    color: #FFF;
}


#sectionWhite { 
    padding: 30px 0px;
    background-color: #FFF;
}
#sectionBlue { 
    color: #FFF;
    padding: 50px 0px;
    background-color: #5A7EBC;
}
#sectionBlue h2 { 
    color: #FFF;
}





.info-box{
    margin-bottom: 30px;
}
.info-box .inner-box{
  position:relative;
  display:block;
}

.info-box .image-box{
  position:relative;
  display:block;
  overflow:hidden;
}
.info-box .image-box a{
  display:block;
}

.info-box .image-box img{
  display:block;
  width:100%; 
}

.info-box .image-box .caption-box{
  position:absolute;
  left:0px;
  bottom: 0;
  width:100%;
  color:#ffffff;
  background: rgba(0, 0, 0, 0.75);
  padding:15px 15px 15px 80px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.info-box:hover .image-box .caption-box{
  bottom:-100%; 
}

.info-box .image-box .caption-box .title{
  font-size:20px;
  color:#ffffff;
  line-height:30px; 
    margin: 0px;
}

.info-box .image-box .caption-box .title a{
  color:#ffffff;
}

.info-box .image-box .icon{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:60px;
  font-size:32px;
  color:#ffffff;
  background: #E46C0A;
  line-height:40px;
  padding:10px 0px;
  text-align:center;
}

.info-box .overlay-box{
  position:absolute;
  left:0px;
  bottom:-100%;
  width:100%;
  height:100%;
  color:#ffffff;
  background: rgba(0, 0, 0, 0.75);
  padding:20px 30px 20px 90px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.info-box:hover .overlay-box{
  bottom:0px; 
}

.info-box .overlay-box .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:20px 30px 20px 90px;
}

.info-box .overlay-box .overlay-content{
  position:relative;
  display:table-cell;
  vertical-align:middle;  
}

.info-box .overlay-box .title{
  font-size:20px;
  color:#E46C0A;
  line-height:1.2em;
  margin-bottom:15px;
}

.info-box .overlay-box .title a{
  color: #E46C0A;
}

.info-box .overlay-box .text{
  font-size:14px;
  color:#ffffff;
  line-height:1.8em;
}
@media (max-width: 768px){
    .info-box .overlay-box .title{
        margin-bottom: 5px;
        line-height: 19px;
    }
    .info-box .overlay-box .text{
        line-height: 13px;
    }
}

.info-box .overlay-box .icon_box{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:100%;
  font-size:32px;
  color:#ffffff;
  background: #E46C0A;
  line-height:40px;
  text-align:center;
}

.info-box .overlay-box .icon_box span{
  position:absolute;
  left:0px;
  top:50%;
  margin-top:-20px;
  width:100%; 
}

#sectionTitle { 
    margin-top: 180px;
}
.titulo-seccion {
    position: relative;
    padding-bottom: 20px;
/*    margin-bottom: 30px;*/
}
.titulo-seccion h1 {
    position: relative;
    text-transform: capitalize;
    color: #99a3e0;
}
.titulo-seccion:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 200px;
    height: 4px;
    background: #E1B86C;
}
.titulo-seccion.center:before {
    left: 0;
    margin-left: 0px;
}
@media (max-width: 767px) {
    #sectionTitle { 
        margin-top: 0px;
    }
    .titulo-seccion h1 {
        font-size: 28px;
        height: 0px;
    }
    .titulo-seccion {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .titulo-seccion:before {
        top: 80px;
    }
}
.subtitulo-seccion {
    position: relative;
    padding-bottom: 20px;
/*    margin-bottom: 50px;*/
}
.subtitulo-seccion h2 {
  position: relative;
  font-size: 32px;
  text-transform: capitalize;
}
.subtitulo-seccion h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.subtitulo-seccion h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.subtitulo-seccion:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    height: 4px;
    background: #E46C0A;
}
.subtitulo-seccion.center:before {
    left: 50%;
    margin-left: -100px;
}
@media (max-width: 767px) {
    .subtitulo-seccion h2 {
        font-size: 28px;
        height: 0px;
    }
    .subtitulo-seccion {
        margin-bottom: 20px;
        padding-bottom: 80px;
    }
    .subtitulo-seccion:before {
        top: 70px;
    }
}

/* SERVICIOS - MENU */
.service-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.service-menu li {
    background: #f7f7f7 none repeat scroll 0 0;
    list-style: outside none none;
    margin-bottom: 2px;
    padding: 14px 0;
    position: relative;
}
.service-menu li:first-child {
    margin-bottom: 10px;
}
.service-menu li .view-all-icon {
    color: #222;
    position: absolute;
    right: 20px;
    top: 22px;
}
.service-menu li.main {
    background: #FFF none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.service-menu li.active {
    background: #5A7EBC none repeat scroll 0 0;
}
.service-menu li.active a {
    border-color: #2E487C;
    color: #fff;
}
.service-menu li a {
    border-left: 5px solid transparent;
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-left: 23px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.service-menu li a:hover {
    color: #48c7ec;
}
.service-menu li.active a:hover {
    color: #fff;
}


/* LISTADO CON MARCAS */
.list-marked {
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.list-marked > li {
    padding-left: 15px;
    position: relative;
}
.list-marked > li:before {
    content: '\f0da';
    position: absolute;
    font-family: 'fontawesome';
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    color: #ec606a;
}
.list-marked2 > li {
    margin-left: 15px;
    padding-left: 30px;
    position: relative;
}
.list-marked2 > li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'fontawesome';
    left: 2px;
    top: 13px;
    transform: translateY(-50%);
    color: #ec606a;
}

/* CAPACITACION BOXES */
.our-services .single-our-service {
  margin-bottom: 56px;
}
.our-services .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  height: 30px;
  text-transform: capitalize;
  transition: .5s ease;
}
.our-services .single-our-service:hover h4 {
  color: #5A7EBC;
  transition: .5s ease;

}
.our-services .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}
.our-services .single-our-service .text-box {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  padding: 5px 20px 30px;
}

.our-services .single-our-service .img-box {
  overflow: hidden;
}
.our-services .single-our-service .img-box img {
  transform: scale(1);
  transition: .5s ease-in-out;
  width: 100%;
}
.our-services .single-our-service:hover .img-box img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.our-services .single-our-service .img-box a {
  position: relative;
  display: block;
}

.our-services .single-our-service .img-box a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(155, 123, 58, 0.3);
    left: 0;
    top: 0;
    transform: scale(0,1);
    transition: .5s ease;
}

.our-services .single-our-service:hover .img-box a:after {
    transform: scale(1,1);
    transition: .5s ease;
}


/* SLIDER */
.carousel-inner {
/*    margin-bottom: 20px;*/
}

#main-slider {
  position: relative;
  margin-top: 110px;
}
@media (max-width: 992px) {
    #main-slider {
        margin-top: 0px;
    }
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider .carousel .carousel-content {
/*  margin-top: 150px;*/
}

#main-slider .carousel .slide-margin{
  margin-top: 50px;
}
#main-slider .carousel h2 {
  color: #fff;
}
#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background-color: #E46C0A;
    color: #FFF;
    border-radius: 4px;
    border: 3px solid #E46C0A;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    transition: all 500ms ease !important;
    -moz-transition: all 500ms ease !important;
    -webkit-transition: all 500ms ease !important;
    -ms-transition: all 500ms ease !important;
    -o-transition: all 500ms ease !important;    
}
#main-slider .carousel .btn-slide:hover {
    background-color: rgba(228, 108, 10, .3);
    color: #FFF;
}

#main-slider .carousel .slider-img { /* Si se incluyera alguna imagen */
    text-align: left;
    position: absolute;
    margin-left: 200px;
    margin-top: 250px;
}
#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 370px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    animation: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    animation: opacity ease-in-out 500ms;
    z-index: 1;
}
#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #131C39;
    opacity: 0.6;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    font-size: 24px;
}
#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #5A7EBC;
    opacity: 0.4;
}
#main-slider .prev {
    left: 10px;
}
#main-slider .next {
    right: 10px;
}
#main-slider .carousel .carousel-indicators {
    bottom: 20px;
}
#main-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #FFF;
    margin: 0 15px 0 0;
    border: 2px solid #E46C0A;
    position: relative;
}
#main-slider .carousel-indicators .active{
    width: 15px;
    height: 15px;
    background-color: #131C39;
    margin: 0 15px 0 0;
    border: 2px solid #131C39;
    position: relative;
}
#main-slider .active .animation.animated-item-1 {
    -webkit-animation: zoomIn 300ms linear 600ms both;
    -moz-animation: zoomIn 300ms linear 600ms both;
    -o-animation: zoomIn 300ms linear 600ms both;
    -ms-animation: zoomIn 300ms linear 600ms both;
    animation: zoomIn 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    -moz-animation: fadeInDown 300ms linear 300ms both;
    -o-animation: fadeInDown 300ms linear 300ms both;
    -ms-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#main-slider .carousel .carousel-content {
    margin-left: 50px;
}
#main-slider .carousel .carousel-content h1 {
    color: #FFF;
    text-shadow: 2px 2px 20px #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
#main-slider .carousel .carousel-content h2 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#main-slider .carousel .carousel-content h3 {
    color: #2E487C;
    text-shadow: 2px 2px 2px #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
    #main-slider .carousel .slide-margin {
        margin-top: 30px;
    }
    #main-slider .carousel .item {
        height: 300px;
/*        height: 400px;*/
    }
    #main-slider .carousel .carousel-content {
        margin-left: 30px;
        margin-right: 30px;
    }
    #main-slider .carousel .carousel-indicators {
        bottom: -35px;
    }
    #main-slider .carousel h1 {
        font-size: 20px;
    }
    #main-slider .carousel h2 {
        font-size: 18px;
    }
    #main-slider .carousel h3 {
        font-size: 15px;
    }
    #main-slider .carousel .btn-slide {
        padding: 5px 10px;
        font-size: 12px;
    }
    #main-slider .prev,
    #main-slider .next {
        top: 50%;
        background-color: #000;
        color: #fff;
        margin-top: -25px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: none;
        z-index: 5;
        font-size: 16px;
    }
}




/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.element-item {
    position: relative;
    float: left;
    width: 215px;
    height: 125px;
    line-height: 125px;
    vertical-align: middle;
    padding: 3px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}
.element-item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s ease-in-out 0s;
}

@media (max-width: 768px){
    .element-item {
        width: 160px;
        height: 100px;
        line-height: 100px;
        padding: 3px;
        margin: 5px;
    }
}
.element-item2 {
  position: relative;
  float: left;
  width: 100%;
  vertical-align: middle;
}

.button-group button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}	
.button-group button:last-child	 {	
  border-radius: 0 0.5em 0.5em 0;
}
.button-group button {
    margin-bottom: 5px;
}

.ATitulo {
	font-size: 18px;
	color: #9FAB05;
	margin: 10px 0;
}
.ADescripcion {	
	height: 75px;
}
.AButton {	
	text-align: center;
}
.imgMarginBorder {
	margin: 10px;
	border: 1px solid #666;
}

.NMGeneral {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	display: block;
}
.NMTitulo {
	font-size: 20px;
}
.NMFecha {
	font-size: 12px;
	font-style: italic;
}
.NMDescripcion {
	float: left;
	display: block;
	text-align: justify;
	height: 70px;
	padding: 10px;
}

.NTitulo {
	font-size: 24px;
}
.NDescripcion {
	float: left;
	display: block;
	text-align: justify;
	padding: 10px;
}

.NMWidget h4 {
	border-bottom: 1px solid #CCC;
	color: #BA5205;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.NMWidget a:link, .NMWidget a:visited, .NMWidget a:active {
	color: #017D8C;
}
.NMWidget a:hover {
	color: #02C8E0;
}
.NMWidget .badge {
	padding: 7px;
}
.NMWidget .badge a:link, .NMWidget .badge a:visited, .NMWidget .badge a:active {
	color: #FFF;
}
.NMWidget .badge a:hover {
	color: #CCC;
}
.NMWidget ul {
	list-style: outside none none;
	padding-left: 10px;
}
.NMWidget li {
	font-size: 14px;
}

.NMWidget .dia {
	width: 20px;
	border-radius: 5px;
	background-color: #9CCBD0;
	color: #FFF;
	float: left;
	font-size: 12px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

@media (max-width: 768px){ 
	.NMGeneral {
		margin-bottom: 40px;
		padding: 0px;
	}
	.NMDescripcion {
		height: 140px;
		padding: 0px;
	}
}
.NFecha {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.3);
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}
.NDia {
	font-weight: bold;
	text-align: center;
	line-height: 10px;
}
.NMes {
	text-align: center;
	line-height: 15px;
	font-size: 18px;
}
.NTitulo {
	float: left;
	font-weight: bold;
}

.verification { 
	display: none; 
}



.blockSection {
    margin-bottom: 20px;
}
.blockSection a {
    display: block;
    border: 2px solid #E46C0A;
    font-size: 0.8em;
    text-decoration: none;
    cursor: default;
    height: 70px;
    width: 100%;
    box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0))) !important;
    background-image: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
    background-image: -ms-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
    background-image: linear-gradient(135deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
    text-align: center;
    color: #FFF;
    padding: 0px 10px;
}
.blockSection a {
}
.blockSection a span {
    margin-top: 10px;
    display: block;
}
.sectionA {
    background-color: #7996cd;
}
.sectionB {
    background-color: #456598;
}
.sectionC {
    background-color: #062e52;
}
.blockSection::after {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 4px solid black;
    z-index: 100;
    top: -50px;
    left: 100%;
    margin-left: -4px;
}