
#banner-wrapper2 {
	overflow: hidden;
	height: 400px;
	background: #000000 url(../img/cursos2z.jpg)  no-repeat center top;
}



#banner-wrapper {
  background: url(../img/cursos2z.jpg) #231f20 no-repeat center center;
  min-height: 400px;

}


#banner-wrapper4 {
  background: url(../img/capas.jpg) no-repeat center;
  width: 100%;
  padding-top: 21%;
  background-size: cover;
}


#banner-wrapper5 {
  background: url(../img/calendariofondo.jpg) no-repeat center;
  width: 100%;
  padding-top: 26%;
  background-size: cover;
}



#banner-wrapper6 {
  background: url(../img/capainterfaz.jpg) no-repeat center;
  width: 100%;
  padding-top: 24%;
  background-size: cover;
}



#banner-wrapper7 {
  background: url(../img/downloads.jpg) no-repeat center;
  width: 100%;
  padding-top: 25%;
  background-size: cover;
}


#banner-wrapper8 {
  background: url(../img/WEBINAR_1.png) no-repeat center;
  width: 100%;
  padding-top: 29%;
  background-size: cover;
}


#banner {
}




.bannerletra{
  margin-top: -186px;
  margin-left: 50px;
}

      @media screen and (max-width: 763px) {

        .bannerletra {
          margin-top: -65px;
          margin-left: 19px;
          font-size: 19px;
        }
      }


      @media screen and (min-width: 1600px) {

        .bannerletra {
          margin-top: -200px;
          margin-left: 166px;
        }

      }


      @media screen and (min-width: 1920px) {

        .bannerletra {
           margin-top: -241px;
          margin-left: 330px;
        }

      }







	.thumbnails {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.thumbnails .box {
			margin: 0 1em 2em 1em;
			width: 30%;
		}

			@media screen and (max-width: 1280px) {

				.thumbnails .box {
					width: 45%;
				}

			}

			@media screen and (max-width: 736px) {

				.thumbnails .box {
					width: 100%;
				}

			}


/* Box */

	.box {
		border-radius: 19px;
		margin-bottom: 2em;
		background: #2c2c32;
		text-align: center;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box .image.fit {
			margin: 0;
		}

		.box .image img {
			border-radius: 4px 4px 0 0;
		}

		.box .inner {
			padding: 1.5em;
			width: 100% !important;
		}

			@media screen and (max-width: 480px) {

				.box .inner {
					padding: 1em;
				}

			}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}




.contenedor{
	margin: 0 1em 2em 1em;
	width: 30%;
    position: relative;
    display: inline-block;
    text-align: center;
	border-radius: 19px;
	margin-bottom: 2em;
	text-align: center;
  height: 250px;
}
 

		.contenedor img {
			border-radius: 19px;
		}



			@media screen and (max-width: 1280px) {

				.contenedor {
					width: 45%;
				}

			}

			@media screen and (max-width: 736px) {

				.contenedor {
					width: 100%;
				}

			}


.contenedor:hover div#info{
 opacity:1;
}


.contenedor:hover p#headline{
  margin-left: 70px;
}

.contenedor:hover div#info2{
  margin-top: 70px;
}


div#info{
 position: absolute;
 overflow: hidden;
 width: 100%;
 height: 100%;
 background-color: #10628ca6;
 -webkit-transition: opacity 0.2;
 opacity:0;
}





/* ==========================================================================
   HOVER
   ========================================================================== */

div#image{
  width: 100%;
  height: 99px;
  margin: 30px;
  background-image: url(../img/botonc.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  border-radius: 20px;
}



div#informacion{
  position: absolute;
  overflow: hidden;
  width: 270px;
  height: 150px;
  background-color: rgba(31, 31, 31, 0.9);
  -webkit-transition: opacity 0.2s;
  opacity: 0;
}


div#image:hover div#informacion{
  opacity: 1;
}

p#lineacabeza{
  position: absolute;
  margin-top: 20px;
  -webkit-transition: margin 0.2s;
  margin-left: -70px;
  font-size: 21px;
}

div#image:hover p#lineacabeza{
  margin-left: 70px;
}

p#informacion2{
  margin: auto;
  width: 250px;
  text-align: center;
  -webkit-transition: margin 0.3s;
  margin-top: 160px;
}

div#image:hover p#informacion2{
  margin-top: 70px;
}




/* ========================================================================== */


.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}

.centrado{
    width: 100% !important;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.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, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}




.calendar {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e6e5f3;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.calendar.calendar-primary {
  border-top-color: #3c8dbc;
}
.calendar.calendar-info {
  border-top-color: #00c0ef;
}
.calendar.calendar-danger {
  border-top-color: #dd4b39;
}
.calendar.calendar-warning {
  border-top-color: #f39c12;
}
.calendar.calendar-success {
  border-top-color: #00a65a;
}
.calendar.calendar-default {
  border-top-color: #d2d6de;
}

.calendar-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}


.calendar-custom{
  border-radius: 6px;
    border: solid 2px #0172aa;
    margin-bottom: 2em;
    padding: 3em 2em;
    background-color: white
}

.figurecalendar{
  margin-top: 13px;
  margin-bottom: 10%
}






.wrap{
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.wrap > h1{
  color: #494B4D;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 15px 0px;
}

.wrap > h1:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  margin: 20px 0;
}

.store-wrapper{
  flex-wrap: wrap;
}

@media screen and (min-width: 901px){
  .store-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
}


.category_list{
  display: flex;
  flex-direction: column;
  width: 23%;
}

.category_list .category_item{
  display: block;
  width: 90%;
  padding: 15px 0;
  margin-bottom: 20px;
  background: #9a9a9a;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 19px;
}

.category_list .ct_item-active{
  background: #0065ad;
}

/* PRODUCTOS ============*/

.products-list{
  width: 77%;
  display: flex;
  flex-wrap: wrap;
}


.products-list .product-item{
  width: 22%;
  margin-left: 3%;
  margin-bottom: 25px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);

  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;

  transition: all .4s;
}

.products-list .product-item img{
  width: 100%;
}

.products-list .product-item a{
  display: block;
  width: 100%;
  padding: 8px 0;
  background: #2D3E50;

  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* RESPONSIVE */

@media screen and (max-width: 1100px){
  .products-list .product-item{
    width: 30.3%;
  }
}

@media screen and (max-width: 900px){
  .category_list,
  .products-list{
    width: 100%;
  }

  .category_list{
    flex-direction: row;
    justify-content: space-between;
  }

  .category_list .category_item{
    align-self: flex-start;
    width: 15%;
    font-size: 14px;
  }

  .products-list .product-item{
    margin-left: 4.5%;
  }

  .products-list .product-item:nth-child(3n+1){
    margin-left: 0px;
  }
}

@media screen and (max-width: 700px){
  .category_list{
    flex-direction: column;
  }
  .category_list .category_item{
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px){

  .products-list .product-item{
    width: 47.5%;
  }

  .products-list .product-item:nth-child(3n+1){
    margin-left: 4.5%;
  }

  .products-list .product-item:nth-child(2n+1){
    margin-left: 0px;
  }

}

@media screen and (max-width: 350px){
  .products-list .product_item{
    width: 100%;
    margin-left: 0px;
  }
}




.escudito{
  margin-left: -10px
}


@media screen and (max-width: 320px){
  .escudito{
    width: 125px;
  }
}





.into{
  margin-top: 18%; 
  margin-bottom: 18%
}


@media screen and (min-width: 1600px){
  .into{
    margin-top: 22%; 
    margin-bottom: 22%
  }
}



@media screen and (max-width: 1280px){
  .into{
    margin-top: 26%; 
    margin-bottom: 26%
  }
}


@media screen and (max-width: 1024px){
  .into{
    margin-top: 48%; 
    margin-bottom: 48%
  }
}



@media screen and (max-width: 768px){
  .into{
    margin-top: 51%; 
    margin-bottom: 51%
  }
}



@media screen and (max-width: 414px){
  .into{
    margin-top: 51%; 
    margin-bottom: 51%
  }
}

@media screen and (max-width: 389px){
  .into{
    margin-top: 75%; 
    margin-bottom: 75%
  }
}

@media screen and (max-width: 375px){
  .into{
    margin-top: 60%; 
    margin-bottom: 60%
  }
}

@media screen and (max-width: 325px){
  .into{
    margin-top: 51%; 
    margin-bottom: 51%
  }
}


.imgres{

}


@media screen and (max-width: 375px){
  .imgres{
    height: 192px;
  }
}



.videores{
   width: 560px;
   height: 330px
}


@media screen and (max-width: 414px){
  .videores{
    width: 386px;
    height: 214px;
  }
}


@media screen and (max-width: 375px){
  .videores{
    width: 343px;
    height: 197px;
  }
}


@media screen and (max-width: 325px){
  .videores{
    width: 289px;
    height: 220px;
  }
}



.cursores{

}

@media screen and (max-width: 414px){
  .cursores{
    height: 291px;
  }
}


@media screen and (max-width: 375px){
  .cursores{
    height: 240px;
  }
}


@media screen and (max-width: 325px){
  .cursores{
    height: 225px;
  }
}

  .porque{
    font-size: 31px;
    color: #00649c;
  }

@media screen and (min-width: 763px){
  .porque{
    display: none;
  }
}


  .letrita{

  }

@media screen and (max-width: 325px){
  .letrita{
    font-size: 13px;
  }
}



  .letritap{

  }

@media screen and (max-width: 325px){
  .letritap{
    font-size: 12px;
  }
}



.bordeado{
    border-radius: 22px;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    width: 71%;
}


@media screen and (max-width: 558px){
  .bordeado{
      border-radius: 22px;
      border-top-width: 2px !important;
      border-right-width: 2px !important;
      border-bottom-width: 2px !important;
      border-left-width: 2px !important;
      box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
      width: 100%;
  }
}




.btntransp{
    width: 504px;
}


@media screen and (max-width: 414px){
  .btntransp{
      width: 286px;
      margin-left: -3px;
  }
}


.textrans{
    width: 375px;
    margin-left: -20px;
}

@media screen and (max-width: 414px){
  .textrans{
    width: 187px;
    margin-left: -35px;
  }
}


  .bye{

  }

  @media screen and (max-width: 763px){
    .bye{
     display: none;
    }
  }



  .none {

  }


  @media screen and (min-width: 763px){
    .none {
     display: none;
    }
  }


  .customxd {
    margin-top: -280px;
  }

  @media screen and (max-width: 763px){
    .customxd {
      margin-top: -190px;
    }
  }




  .plataform {
    color: #006fad;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: right;
  }

  @media screen and (max-width: 763px){
    .plataform {
      color: #006fad;
      margin-top: 27.5%;
      margin-bottom: 0.5%;
      float: right;
    }
  }    



  .plataform {
    color: #006fad;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: right;
  }

  @media screen and (max-width: 763px){
    .plataform {
      color: #006fad;
      margin-top: 27.5%;
      margin-bottom: 0.5%;
      float: right;
    }
  }    


  .carcito {
    width: 100%;
    height: 420px;
  }

  @media screen and (max-width: 763px){
    .carcito {
      width: 100%;
      height: 242px;
    }
  }    


.cursoimg{
    width: 100%;
    height: 380px;
}


  @media screen and (max-width: 763px){
    .cursoimg {
       width: 100%;
       height: 260px;
    }
  }    
