body, html {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  /*background-color: #f3f3f3!important;*/
  
}

.back{
  width: 100%;
  background-color: #38827c;
  background: rgb(56,130,124);
background: linear-gradient(90deg, rgba(56,130,124,1) 54%, rgba(25,154,144,1) 99%, rgba(25,154,144,1) 100%);
  padding-top: 50px;
  padding-bottom: 66px;
  display: block;
}

.back-dr{
  width: 100%;
  background-color: #38827c;
background: rgb(47,46,65);
background: linear-gradient(90deg, rgba(47,46,65,1) 54%, rgba(66,64,96,1) 98%, rgba(70,68,97,1) 100%);
  padding-top: 50px;
  padding-bottom: 66px;
  display: block;
}

.backTransparent{
  width: 100%;
  background-color: white;
  padding-top: 50px;
  padding-bottom: 66px;
  display: block;
}

.captionThis{
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFF;
  width: 100%;
}

.block {
  width: 100%;
  height: 250px;
  background-attachment: fixed;
  background-position: 50% 25px;
  background-repeat: no-repeat;
  position: relative;
}

.strong-bold{
  font-weight: bold;
}

.a-link-para{
    color: #229969;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

.a-link-para:hover{
    color: #1d8159;
    transition: 0.5s;
}

.a-link-para:active{
    color: #35e79f;
    transition: 0.5s;
}

.btn-basic-white{
    border: 1px white solid;
    color: white;
    background-color: transparent;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
}

.btn-basic-white:hover{
  border: 1px white solid;
  color: #4fb7af;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.btn-basic-green{
    border: 1px #38827c solid;
    color: #38827c;
    background-color: transparent;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    width: 90%;
    align-items: center;
    justify-content: center;
    display: inline-block;
    text-align: center;
}

.priceFloating{
  font-weight: bolder;
  color: #38827c;
  font-size: 2.1em;
  text-align: center;
}

.discountPrice{
  font-size: 0.9em;
  padding-top: 10px;
  color: #3f918a;
  text-align: center;
}

.btn-basic-green:hover{
  border: 1px #4fb7af solid;
  color: #4fb7af;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.titleAgregate{
  font-weight: 600;
  color: hsl(234, 12%, 34%);
   text-align: left; 
   font-size: 1.6em; 
   margin-top: 20px; 
   margin-bottom: 20px;
}



.boxImg{
  background-image: url(../../img/pexels-pixabay-301920.jpg);
  padding-top:20px;
}

.mainTitlemain{
    margin-left: 15px;
    font-weight: bolder;
    font-size: 2.8em;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway';
    color: white;
    margin-top: 10px;
    text-align: center;
}

.mainLeyenda{
    margin-left: 15px;
    font-weight: normal;
    font-size: 1.2em;
    font-family: 'Raleway';
    color: white;
    text-align: center;
    padding: auto;
    margin: auto;
}

.titleBajada{
  font-size: 2.1em;
  text-align: center;
}

*{
  margin: 0px;
  padding:0;
}

p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 15px;
    font-weight: 400;
    max-width: 60rem;
    font-family: 'Raleway';
}



textarea {
  resize: none;
  outline: none;
  font-family: "Raleway";
  width: 105%;
  height: 150px;
  color: grey;
}

.exh1{
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.25em;
    line-height: 1.65;
    margin: 1em 0 1em 0;
    text-transform: uppercase;
    font-size: 0.8em;
}

.menuOption{
    color: white;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.25em;
    line-height: 1.65;
    margin: 1em 0 1em 2em;
    text-transform: uppercase;
    font-size: 0.8em;
}

li{
  margin-bottom: 2px #38827c solid;
  margin: 1em 0 0em 2em;
}

a:hover{
  text-decoration: none;
}

.white-hamburguer{
  color:#fff; font-size:28px;
}

.search-box{
  width: 100%;
  position: relative;
  display: flex;

}
.search-input{
  width: 100%;
  padding: 10px;
  border: 4px solid #111d5e;
  border-radius:10px 0 0 10px ;
  border-right: none;
  outline: none;
  font-size: 20px;
  color: tomato;
  background: none;
}
.search-button{
 text-align: center;
height: 51px;
width: 40px;
outline: none;
cursor: pointer;
border: 4px solid #111d5e;
 border-radius: 0 10px 10px 0 ;
border-left: none;
background: none;
font-size: 20px;
border-left: 4px solid #111d5e;


}
.container-search-bar{
  width: 55%;
  position: absolute;
  left: 40%;
  transform: translate(-50% , -50%);
  top: 55%;
  max-width: 550px;
  margin-right: 20px;
}


.cool-link {
    display: inline-block;
    color: green;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #35beb3;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}


.has-search .form-control {
    padding-left: 2.375rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control {
    padding-left: 3.375rem;

}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3.575rem;
    height: 15rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: green;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}


input[type="text"]{
    border: 2px #38827c solid;
    border-radius: 20px;
    width: 100%;
    height: 50px;
    margin: auto;
}

input[type="text"]:focus{
  border: 2px #38827c solid;
  border-radius: 5px;
  width:100%;
  height: 50px;
}

option{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  border: none;
}

select{
  border: none;
  border-bottom: 1px #e2e2e2 solid;
  outline: none;
  padding: 4px;
  width: 100%;
  font-family: "Raleway";
  outline: 0;
  font-size: 16px;
}

select:focus{
  border-bottom: 1px #808080 solid;

}

.container{
    padding: 5px;
    margin: auto;
}

.containerFlow{
  margin-bottom: 20px;
  padding: 5px;
  display: flex;
}

.titulo{
  margin-left: 10px;
  border-bottom: 1px grey solid;
  border-radius: 3px;
  color: black;
  margin-bottom: 10px;
  font-family: 'Raleway';
}

.tituloMain{
    font-family: 'Raleway';
    text-line: 200px;
    text-decoration: none;
    font-weight: bolder;
    color: #38827c;
    font-size: 3.2em;
    line-height: 75px;
    white-space: 0.006em;
    margin-top: 20px;
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left;
    
}

.apartText{
    text-align: left;
    font-weight: bold;
    font-size: 1.6em;
}

.under{
  text-decoration-line: underline;
}

.detail{
  font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: bold;
    color: #38827c;
    font-size: 14px;
    line-height: 30px;
    white-space: normal;
    text-transform: inherit;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}

.icon {
  padding-bottom:5px; display:flex; text-align:center; 
}

.icon a{
  color:#38827c;
  font-size:0.9em;
  font-family: 'Raleway';
  font-weight: bold;
}

.icon-redes {
  padding-bottom:5px; display:flex; text-align:center; display: inline; padding-left: 5px; padding-right: 5px;
}

.icon-redes a{
  color:#38827c;
  font-size:0.9em;
  font-family: 'Raleway';
  font-weight: bold;
}
.tituloMain2{
  font-size: 36px;
  font-weight: bold;
}

.labelSearch{
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: normal;
}

.tableMain{
  width: 100%;
  font-family: 'Raleway';
   letter-spacing: 0px;
  white-space: normal;
  text-transform: inherit;
}

.slash{
  width: 100%;
  background-color:#38827c;
  
}

.subTituloMain{
  font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: normal;
    color: black;
    font-size: 14px;
    line-height: 56px;
    white-space: normal;
    text-transform: inherit;
    display: block;
    text-align: left;
}


.subTituloMain2{
  font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: normal;
    color: #292b2f;
    font-size: 0.8em;
    line-height: 25px;
    white-space: normal;
    text-transform: inherit;
    display: block;
    text-align: left;
    color: black;
}

.subTituloMain3{
  font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: normal;
    color: #292b2f;
    font-size: 1.4em;
    line-height: 30px;
    white-space: normal;
    text-transform: inherit;
    display: block;
    text-align: left;
    color: black;
}

.vidTitle{
  font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    white-space: normal;
    text-transform: inherit;
    display: block;
    text-align: left;
    color: black;
}

.tituloCurso{
  color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 0.8;
    font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: normal;
    margin-left: 15px;
}

.subtitulo{
    color: #666;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin-left: 15px;
}



.statusOn{
  background-color: #6699CC;
  border-radius: 5px;
  border-color: #333366;
  color: white;
  font-size: 12px;
    font-weight: 500;
    line-height: 1;
  margin-left: 5px;
  padding: 5px;
}

.barStyle{
  background-color: transparent;
  border-bottom: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px;
}

.imgMain{
  margin: 20px;
  margin-right: 100px;
  margin-left: 50px;
}

.description{
margin: 10px;
}

#containerImg {
  width: 60%;
  height: auto;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  border-radius: 10px;
}

#whois{
  width: 20%;
  height: auto;
  align-items: center;
  justify-content: center;
}


.plannSmTxt{
      font-family: 'Raleway';
    font-weight: 400;
    line-height: 1.4;
    font-size: 0.8rem;

}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
margin-bottom: -40px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsiveImg{
  width: 90%;
  height: auto;
  margin-left: 10px;
  padding: 5px;
}


.btnStyle{
  border: 2px solid #38827c;
  border-radius: 5px;
  background-color:transparent;
  color: #38827c;
  font-family: 'Raleway';
  font-weight: 700;
  line-height: 2;
  font-size: 0.8rem;
  width:95%;
  padding: 10px;
  margin: 3px;
  text-align: center;
}

.btnStyle-log{
  border: 2px solid white;
  border-radius: 5px;
  background-color:transparent;
  color: white;
  font-family: 'Raleway';
  font-weight: 700;
  line-height: 2;
  font-size: 0.8rem;
  width:95%;
  padding: 10px;
  margin: 3px;
  text-align: center;
}



.btnStyle a:hover{
  color: white;
  transition: 0.5s;

}

.btnStyle:hover{
  border-radius: 5px;
  background-color:#38827c;
  color: white;
  transition: 0.5s;
}

.link-down{
  color:white;
}

.link-up{
  color:#38827c;
}

.searchbar {
    float: right;
    background-color: transparent;
    color: white;
    padding: 6px 10px;
    width: 120px;
    border: none;
    margin-top: 1px;
    margin-right: 15px;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: bold;
    border-bottom: white solid 2px;
    transition: 0.5s;
}

.searchbar::placeholder {
    color:#35beb3 ;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-left: 10px;
    /* transition: 0.2s; */
}

.searchbar1::placeholder {
    color:#38827c ;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-left: 10px;
    /* transition: 0.2s; */
}

.searchbar:focus {
    width: 400px;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: bold;
    transition: 0.3s;
    /* Stops the input box from inheriting the styling from the inputs on the request form */
    border-bottom: white solid 2px;
    outline: none;
}

.btn-search {
    cursor: pointer;
    color: #35beb3;
    text-decoration: none !important;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    padding-top: 15px;
    margin-right: 37px;
    float: left;
    margin-left: -30px;
}

.boxItalic{
  font-style: italic;
  font-size: 0.9em;
  font-weight: 400;
  text-align:center;
  margin: auto;
}
.optionMain{
   font-family: 'Raleway', sans-serif; 
}

.statsCategory:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10
}

.mainNewArticle{
  margin-left: 10px;
  padding: 10px;
  border-left: 10px #f4b53c solid;
  border-radius: 3px;
  display: inline-block;
  width:95.5%;
  color: grey;
  margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mainNewArticle:hover{
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10
}

.errorSpan{
  font-size: 10px;
  color:red;
}

.categoriaArticulo{
   overflow:hidden;
}

.detallePublicacion{
  display: inline-block;
  float: right;
}

.divSelectCategoria{
  display:block;
}

.Guardar{
  margin: 20px;
}

.guardarArt{
  border-radius: 5px;
  background-color: #00b100;
  border:none;
  color: white;
  width: 40px;
  height: 40px;
  width: 100%;
  outline:none;
  font-family: "Raleway"
}

.guardarArt:hover{
  background-color: #007600;
}

.form-2{
  display:inline-block;
}

.Parrafos{
  margin-left: 90px;
  padding: 10px;
  border-left: 10px #cf3476 solid;
  border-radius: 3px;
  display: inline-block;
  width: 95.5%;
  color: grey;
  margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.Parrafos:hover{
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10
}

.parrafo{
  margin-top: 10px;
  width: 960px;
}

.CantidadCaracteres{
  float:rigth;
  color: grey;
  font-style: italic;
  font-size: 12px;
  display: inline;
}

.tagCaracteres{
  display: inline-block;
}

.Count{
  display: inline-block;
}

.ContenedorFiltros{
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
  border: 1px #C8C8C8 solid;
}

.FilterCategoria{
  width: 28%;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: 15px;
}

.TituloFiltros{
  font-family: "Raleway";
  margin-left: 15px;
  border-bottom: 1px #ececec solid;
  padding-right: 5px;
}

.ContenedorTabla {
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
  border: 1px #C8C8C8 solid;
}

.TableMainFiler{
  width: 100%;
}
.headerTable{
  background: white;
  font-size: 14px;
  height: 50px;
  align: center;
  border-top: 1px grey solid;
  border-bottom: 1px grey solid;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.Fila{
  border-bottom: 1px #cecece solid;
  heigth: 50px;
  font-family: "Raleway", sans serif;
  font-size: 11px;
  background-color: white;
  
}

.Fila:hover{
  background-color: #f6f6f6;
}

.State{
  width: 10px;
  background-color: #ff4c4c;
}

.Articulo{
  width: 430px;
  padding-left: 3px;
}

.Categoria{
  width: 100px;
  text-align: center;
}

.Subcategoria{
  width: 100px;
  text-align: center;
}

.KeyWords{
  width: 200px;
  text-align: center;
}

.Visitas{
  width: 100px;
  text-align: center;
}

.buttonAdd{
  display: inline;
}

.add{
  border-radius: 50%;
  background: #ff4c4c;
  border: white;
  color: white;
  font-family: sans serif;
  font-size: 15px;
}

.add:hover{
    background: #990000;
}


.tituloCardStats{
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  color: #949494;
  font-family: "Raleway";
  margin-top: 1px;
  font-weight: bold;
}

.dataStats{
  padding-left: 10px;
  padding-top: 10px;
  font-size: 30px;
  font-family: "Raleway";
  font-weight: bold;
}

.perStat{
  padding-left: 25px;
  font-family: "Raleway";
  font-size: 13px;
  color: red;
  font-style: italic;
  width: 50%;
}

.dateStat{
  color: grey;
  font-family: "Raleway";
  font-size: 11px;
  font-style: italic;
}


.chartContainerLine{
  padding-right: 10px;
}

.containerChartDonut{
  max-height: 300px;
  max-width: 300px;
}

.containerTableNav{
  margin-left: 70px;
  
}



.mainPosts{
  width: 98%;
}

.nav-link{
  color: red;
  font-family: 'Raleway';
}

.boxes{
  background: white;
  border: 1px #cecece solid;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: none;
  padding: 6px;
}

.greenIcon{
  padding: 5px;
  font-size: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-left: 30px;
  color:#38827c;
}

.bgreen{
  
}

,
*:before,
*:after {
  box-sizing: border-box;
}

.carousel {
  position: relative;
  height: 600px; 
  margin: 0 auto;
}

.carousel-content {
  position: relative;
  overflow: hidden;
  transition: width .4s;
  height: 100%;
}

.slide {
  height: 80%;
  background-color: black;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  transition: left .4s cubic-bezier(.47,.13,.15,.89);
  border-raidus: 10px;
  padding: 4px;
}

.slide-2 {
  background-color: green;
}

.slide-3 {
  background-color: red;
}

.slide-4 {
  background-color: purple;
}

.slide-5 {
  background-color: yellow;
}

.webinarsSlide {
  height: 80%;
  background-color: black;
  z-index: 1;
  background-color: transparent;
  transition: left .4s cubic-bezier(.47,.13,.15,.89);
  border-raidus: 10px;
  padding: 4px;
}

.nav {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: transparent!important;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  -webkit-user-select: none;
}

.nav-left {
  left: -25px;
}

.nav-right {
  right: -25px;
}

.carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: 2px;
  font-size: 1em;
  color: black;
}

.carousel-arrow-icon-right {
  margin-left: 7px;
  margin-top: 2px;
  font-size: 1em;
  color: black;
}


.product-card {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: white;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #fafafa;
}

.product-tumb img {
    width: 100%;
}

.product-details {
    padding: 30px;
    font-family: 'Raleway', sans-serif;
    margin-top: 80px;
}

.product-catagory {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #4fb7af;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 100%;
}

.product-price {
    font-size: 18px;
    color: #4fb7af;
    font-weight: 600;
    margin-right: 5px;
}

.linkButton{
  display:none;
}

.minBtn{
  display: inline;
}


.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
    font-size: 0.8em;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #808080;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #4fb7af;
}

/* Zoom In #2 */
.hover02 figure img {
  width: 300px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover02 figure:hover img {
  width: 350px;
}

/* side bar */

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
  font-family: 'Raleway', sans-serif;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: white;
  border: 1px none #green;
}
::-webkit-scrollbar-thumb:hover {
  background: white;
}
::-webkit-scrollbar-thumb:active {
  background: white;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #444444;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #38827c;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: white;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #38827c;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.exh1Content{
    color: #2dfbea;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.25em;
    line-height: 1.65;
    margin: 1em 2em 1em 0em;
    text-transform: uppercase;
    font-size: 0.7em;
}


@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.card .card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.card{
    margin-top: 10px;
    position: relative;
}

.card .card-content {
    padding: 10px;
  
}

.card .card-content .card-title, .card-reveal .card-title{
    font-size: 20px;
    font-weight: bold;
  margin-bottom:10px;
}

.card-title{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Raleway', sans serif;
}

.container .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 80%;
    padding: 2px;
    text-align: right;
    margin-left:90px;
    padding-right:15px;
    font-family: 'Raleway';
    font-size: 3em;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Raleway';
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #438a84;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #438a84;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.cell {
  width: 5px;
  height: 50px;
  border-radius: 2px;
  margin-left: auto;
  &:not(:last-child) {
    margin-right: 16px;
  }
}

/* Hover buttons */

#icon-chat {
  font-size: 20px;
}
.product-links .right-container-button {
  width: 120px;
  height: 40px;
  border: none;
  background-color: white;
  transition: all 300ms;
  cursor: pointer;
  padding: 10px;
  color: #888282;
  font-family: Raleway, sans-serif;
  border-radius: 5px;
}


.product-links .right-container-button span {
  color: white;
  position: absolute;
  left: 25px;
  top: 20px;
  line-height: 28px;
}
.product-links .right-container-button:hover {
  transition: all 400ms cubic-bezier(.62, .1, .5, 1);
  width: 140px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #438a84;
  color: white;
}
.product-links .right-container-button .long-text {
  transition: opacity 1000ms;
  opacity: 0;
  color: white;
  white-space: nowrap;
  font-size: 0;
  width: 0;
  margin: 0;
}
.product-links .right-container-button .long-text.show-long-text {
  transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
  opacity: 0;
  margin-left: 45px;
  font-size: 20px;
  width: auto;
}

.priceTag{
 
  display: flex;
  float: right;
  box-shadow: 5px 0 5px -5px #333;
}

.priceTag .green{
    height: 28px;
    color: #ffffff;
    background-color: #19692c;
    font-size: 14px;
    font-weight: bold;
    /* padding: 5px; */
    /* padding-top: 5px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 2px #f3e3e3 solid;
    margin-right: -25px;
}

.card-title-custom{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Raleway', sans serif;
}

.card-title-wacht{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Raleway', sans serif;
}

.paragraph-custom{
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: justify;
    font-family: 'Raleway', sans serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.custsom-apart{
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: justify;
    font-family: 'Raleway', sans serif;
    margin-bottom: 10px;
    margin-top: 10px;
}


.paragraph-custom-main{
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    text-align: left;
    font-family: 'Raleway';
    margin-bottom: 10px;
    margin-top: 10px;
}


.filterContainer{
    height: 10%;
    width: 10%;
    float: left;
    margin: 8px;
    padding-right: 10px;
    border-radius: 15px;
    border-color: 2px solid green;
    background-color: white;
    color: #38827c;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #0f7069;
}

.cat{
  color: #38827c;
  font-weight:bold;
}

.cat > a:hover{
  color: #38827c;
  font-weight:bold;
}

.menuBox{
    padding: 10px;
    border-bottom: 1px #ececec solid;
    border-top: 1px #ececec solid;
    margin-bottom: 15px;
}

.menuBoxCat{
    margin: 5px;
    padding: 10px;
    border-bottom: 1px #ececec solid;
    border-right: 1px #ececec solid;
    border-left: 1px #ececec solid;
    margin-bottom: 15px;
}

.superContainer{
  margin-bottom: 50px;
}

.signal{
  background-color:white; border: 1px #4fb7af solid; border-radius: 5px; color: #4fb7af; font-weight: bold; font-size:10px; padding: 3px;float: right;
}

.icon-details{
 font-size: 12px;padding: 2px;
}

.details a {
    color: #38827c;
    transition: 0.3s;
}

.details a:hover {
    color: #4fb7af;
}

.linkCategory a {
    color: white;
    transition: 0.3s;
}

.linkCategory a:hover {
    color: #4fb7af;
    text-decoration: none;
}

.containerTemas{
      margin: auto;
    align-items: center;
    justify-content: center;
    padding: auto;
    display: flex;
}

.contIndi{
  background-color: transparent;
  border-radius: 15px;
  border: 2px #35beb3 solid;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.nameTemas{
  color: #35beb3;
  font-size: 1em;
  font-weight: bold;
  font-height: 24px;
  padding: 10px;
}

.nameTemas a{
  color: #35beb3;
  transition: 0.3s;
}

.nameTemas a:hover{
   color: #92d0cb;
}

.headercontainer{
  width: 100%;
  background-color: transparent;
  display: flex;
  font-family: 'Raleway';
  color: white;
  padding: 20px;

}

.mainData{
  margin-top: 20px;
}

.headercontainer > .mainData{
  margin-left: 10%;
  margin-top: 3%;
  margin-bottom: 5px;
  align-items: right;
  display: inline-block;
}

.headercontainer > .videoResponsive{
  margin-top: 3%;
  margin-bottom: 3%;
  width: 30%;
  border: 5px white solid;
  display: inline-block;
}


.mainData > .tituloPrincipal{
  margin-left: 15px;
  font-weight: bolder;
  font-size: 42px;
  font-line: 200px;
  font-decoration: none;
  max-width: 80%;
}

.mainData > .subtituloMainPrincipal{
  margin-left: 15px;
  font-weight: normal;
  font-size: 1.5em;
  font-line: 200px;
  font-decoration: none;
  max-width: 80%;
}

.subtituloMainPrincipalFijo{
  margin-left: 15px;
  font-weight: normal;
  font-size: 1.5em;
  font-decoration: none;
  max-width: 80%;
  color:white;
}

.CategoriaNombre{
  font-weight: bold;
  font-size: 1.5em;
  padding: 10px 5px 1px 10px;
  max-width: 80%;
  color:white;
}

.subCategoriaNombre{
  font-weight: normal;
  font-size: 1em;
  padding-left: 10px;
  max-width: 80%;
  color:white;
}

.subPlus{
  font-weight: normal; color: hsl(234, 12%, 34%); text-align: left; font-size: 1.2em; max-width:100%; padding-top: 5px;
}


.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 100%;
}

.card-2 {
  box-shadow: 0 2px 4px rgba(0,0,0,0.10), 0 2px 4px rgba(0,0,0,0.15);
}

.tituloCard{
    color: #38827c;
    font-size: 20px;
    line-heigh: 1.35;
    margin-bottom: 16px;
    font-weight: bold;
}

.titSpecial{
  font-weight: 600; color: hsl(234, 12%, 34%); text-align: left; font-size: 2.1em;
}

.titMin{
  font-weight: bolder;
  font-size: 1.9em;
}


.royalOffer > .green{
  color: green;
  font-size: 1.5em;
}

.royalOffer > .blue{
  color: #063454;
  font-size: 1.5em;
}

.headerProduct{
  background-color: #38827c;height: auto; color:white; padding: 5px; border-top-left-radius: 14px 7px; border-top-right-radius: 14px 7px; margin: -7px;
}


.iconRoyalOffer{
  display: inline-block;padding: 10px;margin-left: 5px;
}

.detailsMain{
  margin-left: 20px;
  font-weight: normal;
  color: white;
}

.detailsMain a{
  color: white;
  transition: 0.3s;
}

.detailsMain a:hover{
   color: #4fb7af;
   outline: none;
}

.metaData{
  display: inline;
}

.metaData .detailsMain{
  display: inline-block;
}

.metaData > .buttonMenuPrincipal{
  display: inline;
}

.metaData > .nameTemas{
  display: inline;
}

.buttonMenuPrincipal > .buttonPrincipal{
  border: 1px white solid;
  color: white;
  background-color: transparent;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
}

.buttonMenuPrincipal > .buttonPrincipal:hover{
  border: 1px white solid;
  color: #4fb7af;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.containerLearningResume {
  width: 100%;
  font-size: 0.8em;
  color: black;
  padding-bottom: 20px;
  font-family: 'Raleway';
}

.containerContentCourse{
    margin: 5px;
    padding: 10px;
    border: 1px #ececec solid;
    margin-bottom: 15px;
    font-family:'Raleway';
}

.customLearningTitle{
  margin-left: 10px; margin-top: 5px; font-family: 'Raleway';
}

.itemCourse{
   margin-left: 10px;
   color: black;
   font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Raleway', sans serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin{
  margin-right: 15px;
}

.containerDescription{
    margin: 5px;
    padding: 10px;
    border: 1px #ececec solid;
    margin-bottom: 15px;
    font-family:'Raleway';
}

.paragraph-description{
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Raleway', sans serif;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.morecontent span {
    display: none;
}

.contentGeneral{
  float: right;
  margin-left: 20px;
}

.contentGeneralM{
  float: right;
  margin-left: 40px;
}

.containerCursosRelated{
    margin: 5px;
    padding: 10px;
    border: 1px #ececec solid;
    margin-bottom: 15px;
    font-family:'Raleway';
}

.listCursosRelated{
  display: inline-block;
}

.individualCourse{
  font-family: 'Raleway';
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
   border-bottom: 1px #ececec solid;
  display: inline-block;
}

.contentindidualCourse{
  width: 100%;
  display: flex;
}


.responsiveImgCourse{
  width: auto;
  height: auto;
  margin-right: 10px;
  padding: 15px;
}

.dataTracker{
  display: inline-block;
}

.minBotoner{
  display:flex;
}

.minBotonerLeft{
  width:50%;
}

.minBotonerRight{
  width:50%;
}

.subtituloMain{
    font-family: 'Raleway';
    letter-spacing: 0.06em;;
    font-weight: normal;
    color: black;
    font-size: 16px;
    line-height: 25px;
    white-space: 0.006em;
    display: flex;
    justify-content: center;
    text-align: left;
    margin-top: 10px;
    
}

.product-links .buttonCarrousel{
  border: 1px #38827c solid;
  color: #38827c;
  background-color: transparent;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  font-weight: bolder;
}

.product-links > .buttonCarrousel:hover{
  border: 1px #4fb7af solid;
  color: #4fb7af;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.containerFooterCard{
  display: flex;
}

.leyen{
  display:flex;
  margin-top: 20px;

}

.iconLeyen{
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: 4.8em;
  padding: 10px;
  justify-content: center;
}

.leyenLeyen{
  text-align: center;
  font-family: 'Raleway', sans serif;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: normal;
}



.wrapper-main-header, .wrapper-login, .wrapper-contact{
  width: 100%;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
  min-height: 100vh;
}

.wrapper-main-middle, .wrapper-events{
   width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
}

.CatContainer {
  width: 100%;
  height: 15vh;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
  border-radius: 20px;
}

.word-resalt{
  font-weight: bolder; color: #35beb3; font-style: underline;"
}

.wrapperCategory {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
}

[class$='feature-card'] {
  /* Positioning and Sizing */
  position: relative;
  box-sizing: border-box;
  width: 100%;

  /* Alignment */
  margin-top: 20px;
  margin-bottom: 20px;

  /* Box Details */
  border-radius: 10px;
  border-top: solid 5px black;
  box-shadow: 2px 5px 20px rgb(0,0,0,0.1);
}

[class$='feature-card'] h2 { margin: 15px; font-weight: 600;
  color: hsl(234, 12%, 34%); font-family: 'Raleway'; font-size: 1.7em;}

[class$='feature-card'] p { margin: 15px; margin-top:10px; font-weight: normal;
  color: hsl(234, 12%, 34%); font-family: 'Raleway'; font-size: 0.9em; text-align: justify;}

[class$='feature-card'][class*='soft'] {
  border-color: #218b66;
}

[class$='feature-card'][class*='hard'] {
  border-color: #5d2b63;
}

[class$='feature-card'][class*='medium'] {
  border-color: #215e8b;
}

[class$='feature-card'][class*='#8b212a'] {
  border-color: #5d2b63;
}

.footerBtn{
  display:flex; justify-content:baseline; align-items: right;
}

.footerBtn > .buttonSecond{
border: 1px #38827c solid;
    color: #38827c;
    background-color: transparent;
    margin: 15px;
    padding: 10px;
    font-size: 12px;
    font-weight: bolder;
    width: 100%;

}

.stickyButonera > .buttonSecond:hover{
  border: 2px #4fb7af solid;
  color: #4fb7af;
  background-color: transparent;
  transition: 0.3s;
  font-weight: bolder;

}

.stickyButonera > .buttonSecond{
    border: 2px #38827c solid;
    color: white;
    background-color: #38827c;
    margin: 15px;
    padding: 10px;
    font-size: 1em;
    font-weight: bolder;
    width: 100%;
    border-radius: 15px;
    max-width: 250px;
}

.footerBtn > .buttonSecond:hover{
  border: 1px #4fb7af solid;
  color: #4fb7af;
  background-color: transparent;
  transition: 0.3s;
  font-weight: bolder;
}



.containerIconImg{
    height: 100%; display:flex; justify-content: center;align-items: center;

}



.divider{
      width: 40px;
    height: 2px;
    padding: 0;
    margin: 27px auto 34px;
    background: #d9d9d9;
    border: none;
}

.mantis{
  background: -webkit-linear-gradient(
90deg, #38827c 0%, #00be4b 100%);
    background: -o-linear-gradient(90deg, #38827c 0%, #00be4b 100%);
    background: -ms-linear-gradient(90deg, #38827c 0%, #00be4b 100%);
    background: linear-gradient(
90deg, #38827c 0%, #00be4b 100%);
}

.leftMantis{
   margin: 15px 0px 25px 10px;
}


.firsmg{
  margin-top: 200px;
  font-size: 4.3em;
  text-align: center;
}


/*Fixed para agregar*/
.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}


.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* Position the items */
  // &:nth-child(2) { top: 25%; }
  // &:nth-child(3) { top: 50%; }
  // &:nth-child(4) { top: 75%; }
}


.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110;
  bottom: 20;
    
  padding: 0 15px;
}


.indiButtonera > .buttonSecond{
  border: 1px #38827c solid;
  color: #38827c;
  background-color: transparent;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px;
  font-size: 12px;
  font-weight: bolder;
}

.indiButtonera > .buttonSecond:hover{
  border: 1px #4fb7af solid;
  color: #4fb7af;
  background-color: transparent;
  transition: 0.3s;
  font-weight: bolder;
}


/* Ignore This, just coloring */
body {
  background: #fff;
}

article {
  background: #f1f1f1;
  border-radius: 12px;
  padding: 25px 0 600px;
}


.title-section, .content-section, .sidebar-section {
  background: #fff;
  // border-radius: 12px;
  // border: solid 10px #f1f1f1; 
}

.title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

.content-section h2 {
  text-align: center;
  margin: 0;
  padding-top: 200px;
}

.sidebar-item {
  text-align: center;
  
  h3 {
    background: gold;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px; 
    border-bottom: solid 1px #fff;
  }
}


.botoneraForm > .send{
    border: 1px #11766e solid;
    color: white;
    background-color: #11766e;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    border-radius: 2px;
}

.botoneraForm > .send:hover{
  border: 1px white solid;
  color: #4fb7af;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.botoneraForm > .del{
    border: 1px #dc3545 solid;
    color: white;
    background-color: #dc3545;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    border-radius: 2px;
}

.botoneraForm > .del:hover{
  border: 1px white solid;
  color: #dc3545;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.labelForm{
  color:white;
  font-size: 0.8em;
}

  .mainTitlemainLeft{
    text-align: left;
    margin-top: -10px;
}



/* formulario */
.botoneraForm > .send{
    border: 1px #11766e solid;
    color: white;
    background-color: #11766e;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    border-radius: 2px;
}

.botoneraForm > .send:hover{
  border: 1px white solid;
  color: #4fb7af;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.botoneraForm > .del{
    border: 1px #dc3545 solid;
    color: white;
    background-color: #dc3545;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    border-radius: 2px;
}

.botoneraForm > .del:hover{
  border: 1px white solid;
  color: #dc3545;
  background-color: white;
  transition: 0.3s;
  font-weight: bolder;
}

.labelForm{
  color:white;
  font-size: 0.8em;
}

  /*Category form*/
.headerData{
  margin-top: 50px;
  margin-bottom: 25px;
}

.headerData > .tituloPrincipal{
  margin-left: 15px;
  font-weight: bolder;
  font-size: 42px;
  font-line: 200px;
  font-decoration: none;
  max-width: 80%;
}

.headerData > .subtituloMainPrincipal{
  margin-left: 15px;
  font-weight: normal;
  font-size: 1.2em;
  font-line: 200px;
  font-decoration: none;
  max-width: 80%;
}

.videoCategory{
  display:flex;
  justify-content: center;
  align-items: center;
}

.videoCategory > .videoResponsive{
  margin: auto 0px;
  width: 80%;
  display: inline-block;
}

.container-tit-category{
  margin-top: 15px;
  margin-bottom:15px;
}

.container-tit-category > .tituloMain{
    font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: bolder;
    color: #292e2e;
    font-size: 1.9em;
    white-space: normal;
    text-transform: inherit;
    display: block;
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;
}

.container-tit-category > .subtitulo-category{
  margin-left: 15px;
  font-weight: normal;
  font-size: 1.05em;
  font-line: 200px;
  font-decoration: none;
  color: #292e2e;
  font-family: 'Raleway';
}

.container-main-post{
  margin-right: 15px;
  border-left: 1px #ececec solid;
  padding-left: 14px;
}

.container-main-post > .paragraph-custom{
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Raleway', sans serif;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.header-inicial-list{
  padding: 5px;
}

.titulo-video-list{
     font-family: 'Raleway';
    letter-spacing: 0px;
    font-weight: bolder;
    color: #292b2f;
    font-size: 1.4em;
    white-space: normal;
    text-transform: inherit;
    display: block;
    text-align: center;
    color: black;
}


vid-container-list-indi{
  border: 1px #cecece solid;
}

.video-details > .paragraph-custom{
  text-align: justify;
}

.responsiveImgCourse-p{
  max-width: 130%;
  height: auto;
}

.history-tl-container{
    font-family: "Raleway",sans-serif;
  width:100%;
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:200px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #86D6FF;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: green;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
  font-weight: bolder;
}

ul.tl li .item-title a{
  color: #38827c;
  transition: 0.3s;
}

ul.tl li .item-title a:hover{
 color: #4fb7af;
}


ul.tl li .item-detail{
    color:#333;
    font-size:12px;
}
ul.tl li .timestamp{
    color: black;
    position: absolute;
    width:100px;
    left: -100%;
    text-align: right;
    font-size: 12px;
    margin-right: 15px;
}

.head-responsive-img > .img-respons{
   width: 100%;
  height: auto;
}

.container-course-left > .container-individual-section {
  margin: 10px;
  border: 1px #38827c solid;
  border-radius: 5px;
  width: 100%;
}

.course-data-individual{
  padding: 5px;
  font-family: 'Raleway';
}

.course-data-individual > .titulo-course{
  padding: 5px;
  padding-bottom: 2px;
  padding-left
  color: black;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
}

.course-data-individual > .detail-course{
  color: rgba(0,0,0,0.8);
  font-weight: normal;
  font-size: 0.7em;
  text-align: left;
  padding: 5px;
  padding-top: 0px;
}

.course-data-individual > .container-icon-individual{
  color: green;
  font-weight: normal;
  font-size: 0.7em;
  text-align: center;

}

.container-icon-individual{
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4em;
    color: #38827c;
}

.card-individual-course {
  width: 100%;
  height: auto;
  padding: 18px;
  border: 1px solid #cecece;
  border-left: 4px solid #38827c;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  display: flex;
  align-items: center;
  font-family: 'Raleway';
  margin-left: 10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.card-individual-course:hover {
  background-color: #ecfffd;
  transition: 0.5s;
}

.card-individual-course .image {
  width: auto;
  height: auto;
  max-width: 50px;
  min-width: 40px;
}

.card-individual-course .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.card-individual-course .text {
  margin-left: 18px;
}

.card-individual-course .text .name {
  font-weight: bolder;
  font-size: 1.4em;
  font-family: 'Raleway';
  display:block;
}

.card-individual-course .text .name a{
  color: #38827c;
  transition: 0.3s;
}

.card-individual-course .text .name a:hover{
 color: #4fb7af;
}

.card-individual-course .text .data {
  color: #38827c;
  display: block;
  font-size: 1em;
}


.card-individual-course .text .job {
  display: flex;
  font-weight: 500;
  color: #000;
  margin-top: 4px;
  font-size: 0.8em;
}

.card-individual-course .text .notifybox {
  display: flex;
  margin-top: 4px;
  background-color: #2b8079;
  height: auto;
  max-width: 100px;
  padding: 5px;
  justify-content: center;
  border-radius: 5px;
}


.card-individual-course .text .notifybox .notify {
  color: white;
  font-size: 0.7em;
  height: auto;
  font-weight: normal;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  padding:10px;
  font-size:36px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover{
  color:grey;
}

.my-float{
  margin-top:16px;
}

.mgrespons{
  margin-left: auto; margin-right: auto;
}


.bg-img{
  background: url('img/main.jpg');
  height: 100vh;
  background-size: cover;
  background-position: center;
  font-family: 'Raleway';
}
.bg-img:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.7);
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 60px 32px;
  width: 370px;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,0.04);
  box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}
.content header{
  color: white;
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 35px 0;
  font-family: 'Montserrat',sans-serif;
}
.field{
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255,255,255,0.94);
}
.field span{
  color: #222;
  width: 40px;
  line-height: 45px;
}
.field input{
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: 'Poppins',sans-serif;
}
.space{
  margin-top: 16px;
}

.show-text{
  position: absolute;
  right: 13px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  display: none;
  cursor: pointer;
  font-family: 'Montserrat',sans-serif;
}

.pass-key:valid ~ .show{
  display: block;
}
.pass{
  text-align: left;
  margin: 10px 0;
}
.pass a{
  color: white;
  text-decoration: none;
  font-family: 'Poppins',sans-serif;
}
.pass:hover a{
  text-decoration: underline;
}
.field input[type="submit"]{
    background: #38827c;
    border: 1px solid transparent;
    /* border-radius: 10px; */
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}

.field input[type="submit"]:hover{
  background: white;
  color: #38827c;
  transition: 0.5s;
}
.login{
  color: white;
  margin: 20px 0;
  font-family: 'Raleway', sans-serif;
}
.links{
  display: flex;
  cursor: pointer;
  color: white;
  margin: 0 0 20px 0;
}
.facebook,.instagram{
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
}
.facebook{
  margin-left: 0;
  background: #4267B2;
  border: 1px solid #3e61a8;
}
.instagram{
  background: #E1306C;
  border: 1px solid #df2060;
}
.facebook:hover{
  background: #3e61a8;
}
.instagram:hover{
  background: #df2060;
}
.links i{
  font-size: 17px;
}
i span{
  margin-left: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Poppins',sans-serif;
}
.signup{
  font-size: 15px;
  color: white;
  font-family: 'Poppins',sans-serif;
}
.signup a{
    color: #38827c;
    text-decoration: none;
}
.signup a:hover{
  text-decoration: underline;
  transition: 0.5s;
  color: #68e6dc;
}

.container-footer-el{
  padding: 0 1rem; margin: 1rem;
  display: inline;
}

.titulo-camp{
  font-weight: 600;color: hsl(234, 12%, 34%); text-align: left; font-size: 2.1em; margin-top: 20px; margin-bottom: 20px;
}

.bodyProduct{
  padding:20px; font-size: 12px;
}

.card-webinars{
  margin: 5% 0%;
}

.card-body-webinars{
  margin: 0% 0% 0% 3%;
  padding: 6% 0%;
}

.card-title-webinars{
  font-weight: bold;
  font-size: 1.6em;
  color: hsl(234, 12%, 34%);
}

.container-info-general{
    height: 100px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px white solid;
    padding: 5px;
    flex-direction: column;
    margin-bottom: 15px;
}


.header-conta-info-general{
    font-weight: bolder;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-size: 1.8em;
    display: table-cell; 
   vertical-align: middle;
}

.bajada-conta-info-general{
   font-weight: normal;
    line-height: 1.1;
    letter-spacing: 0.03em;
    font-size: 1.1em;
    text-align: center;
    padding-top: 3px;

}


.badge-ev{
    left: 0;
    top: 20px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: normal;
    background: red;
    color: #fff;
    padding: 5px 10px;
    background-color: #20948b!important;
}

.badge-ev{
    left: 0;
    top: 20px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: normal;
    background: red;
    color: #fff;
    padding: 5px 10px;
    background-color: #20948b!important;

}

.badge-ev a{
    left: 0;
    top: 20px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: normal;
    background: red;
    color: #fff;
    padding: 5px 10px;
    background-color: #20948b!important;

}

.badge-ev a:hover{
  text-decoration: none;
}

.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:120%;
  bottom: 0; 
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.5em;
}

.webi-tit{
  color: white; font-size: 56px;
}

.profile {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.image--profil {
  max-width: 55px;
  max-height: 55px;
  border-radius: 50%;
}

.image--profil > img{
    border-radius: 50%;
    max-width: 55px;
    max-height: 55px;
    border: 2px #56c3ba solid;
  
}
.username {
  margin-left: 10px;
}

.username > .name {
     font-size: 1em;
     font-weight: bold;
  }

.username > .descrip{
    color: white;
    font-size: 0.75rem;
    font-weight: normal;
  
}

.btn-fill-lead{
    left: 0;
    top: 20px;
    font-size: 1.1em;
    border-radius: 5px;
    font-weight: bold;
    width:150px;
    color: #fff;
    padding: 15px 30px;
    background-color: #38827c!important;
    margin-right: 10px;
}

.btn-fill-lead:hover{
    background-color: #30938b!important;
    transition: 0.5s;
    color:white;
    outline:none;
    text-decoration: none;
}

.btn-empty-lead{
    left: 0;
    top: 20px;
    font-size: 1.1em;
    border-radius: 5px;
    border: 1px solid white;
    font-weight: bold;
    color:white;
    width:150px;
    padding: 15px 30px;
    background-color: transparent;  !important;
}

.btn-empty-lead:hover{
    color:#30938b;
    outline:none;
    border: 1px solid #30938b;
    text-decoration: none;
    background-color: transparent;  !important;
    transition: 0.5s;
}

.morelink{
    color: #30938b;
    font-weight: bolder;
}

.morelink:hover{
    color: #25b7ab;
    transition: 0.5s;
    
}

.btn-front {
  display: inline-block;
  padding: 10px 20px; /* Ajustado el padding para un tamaño más pequeño */
  font-size: 26px; /* Tamaño de letra más pequeño */
  background-color: #2b8079;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Añadido box-shadow en la transición */
}

.btn-front:hover {
  background-color: #3ac9bd;
  color: white;
}

@media screen and (max-width: 400px) {
  .tituloMain{
    text-align: center;
    font-weight: bolder;
    font-size: 1.8em;
    line-height: 50px;
    text-align: center;
  }

  .searchbar::placeholder {
    color: #35beb3 ;
    font-family: "Raleway",sans-serif;
    font-size: 0.78em;
    font-weight: bold;
    margin-left: 10px;
    /* transition: 0.2s; */
}

.container-search-bar{
  width: 50%;
  position: fixed;
  left: 60%;
  transform: translate(-50% , -50%);
  top: 7%;
  max-width: 400px;
  padding-right: 5px;
  padding-left: 5px;
}


.btn-search {
    cursor: pointer;
    color: #35beb3;
    text-decoration: none !important;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 0.6em;
    padding-top: 5px;
    margin-right: 40px;
    float: left;
    margin-left: -30px;
}
  
  .subtituloMain{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
  }

  .mainTitlemain{
    margin-left: 15px;
    font-weight: bolder;
    font-size: 2.9em;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway';
    color: white;
    margin-top: 10px;
    text-align: center;
}

  
  .block {
  height: 600px;
}
  
  .carousel{
    margin-right: 20px;
    margin-left: 20px;
  }

  .containerLeyen{
    margin: 10px;
  }

  .product-details {
    margin-top: -10px;
}

.container{
  margin-top: 20px;
}

#containerImg{
  width: 45%;
  height: auto;
}

.paragraph-custom-main{
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    text-align: center;
    font-family: 'Raleway';
    margin-bottom: 10px;
    margin-top: 10px;
}


.apartText{
    text-align: left;
    font-weight: bolder;
    line-height: 1.35;
    font-size: 29px;
}

.product-details {
    padding: 30px;
    font-family: 'Raleway', sans-serif;
    margin-top: 80px;
}

.firsmg{
  margin-top: 260px;
  font-size: 4.8em;
  text-align: center;
}

.titleBajada{
  font-size: 3.2em;
  text-align: center;
}

.leyenda{
  display:none;
}

.leyenda{
  display:none;
}

/*.wrapper-main-header {
  width: 100%;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
  height: auto;
}*/

.wrapper-category {
  width: 100%;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
  height: 300px;
}

.containerTemas{
  display: none;
}

.paragraph-custom{
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
}

.metaData .detailsMain  {
    font-size: 0.6em;
}

.date{
  display: none;
}

.sidebar-item{
  display:none;
}

.login-container{
   height: auto;
    background-color: #EEE;
    display:flex;
    justify-content: center;
    align-items: center;
}

.subtituloMainPrincipalFijo{
  text-align: center;
}

.titSpecial {
    font-weight: 600;
    color: hsl(234, 12%, 34%);
    text-align: left;
    font-size: 2.1em;
    text-align: center;
}

.btn-basic-white{
  width: 95%;
}

.titSpecial {
    font-weight: 600;
    color: hsl(234, 12%, 34%);
    text-align: left;
    font-size: 2.1em;
}

.titulo-camp{
 text-align: center; font-size: 2em; padding: 10px; color: hsl(234, 12%, 34%);
}

.card{
  margin-right: 20px;
}

.card-individual-course .text .job {
  display: flex;
  font-weight: 500;
  color: #000;
  margin-top: 4px;
  font-size: 0.8em;
}

.green-hamburguer{
 font-size:20px;
}

}

@media only screen and (max-width: 762px) and (min-width: 400px)  {

  .searchbar1::placeholder {
    color:#38827c ;
    /* transition: 0.2s; */
}

.main-titulo-principal{
   text-align: center;
}

.main-subtitulo-principal{
   text-align: center;
}

.videoCategory{
      max-width: 450px;
}

.container-search-bar{
  width: 50%;
  position: fixed;
  left: 60%;
  transform: translate(-50% , -50%);
  top: 7%;
  max-width: 400px;
  padding-right: 5px;
}


  .searchbar::placeholder {
    color: #35beb3 ;
    font-family: "Raleway",sans-serif;
    font-size: 0.78em;
    font-weight: bold;
    margin-left: 10px;
    /* transition: 0.2s; */
}

.btn-search {
    cursor: pointer;
    color: #35beb3;
    text-decoration: none !important;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 0.6em;
    padding-top: 25px;
    margin-right: 35px;
    float: left;
    margin-left: -30px;
}

#containerImg{
  width: 45%;
  height: auto;
}

.mainTitlemain{
    margin-left: 15px;
    font-weight: bolder;
    font-size: 2.2em;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway';
    color: white;
    margin-top: 10px;
    text-align: center;
}

    .tituloMain{
    text-align: center;
    font-weight: bolder;
    font-size: 2.5em;
    line-height: 50px;
    text-align: center;
  }
  
  .subtituloMain{
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
  }
  
 .block {
  height: 600px;
}
 
  #containerImg{  
  width: 35%;
}

.paragraph-custom-main{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: black;
    text-align: center;
    font-family: 'Raleway'f;
    margin-bottom: 10px;
    margin-top: 10px;
}

.apartText{
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
}


.product-details {
    padding: 30px;
    font-family: 'Raleway', sans-serif;
    margin-top: 80px;
}


.firsmg{
  margin-top: 150px;
  text-align: center;
  font-size: 3.5em;
}

.wrapper {
  width: 100%;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
  height: auto;
}

.containerTemas{
  display: none;
}

.mainData > .tituloPrincipal{
  text-align: center;
  max-width: 100%;
}

.mainData > .subtituloMainPrincipal{
  text-align: center;
  max-width: 100%;
}

.leftMantis{
   margin: 27px auto 34px;
}

.paragraph-custom{
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: justify;
}

.custsom-apart{
  padding-left: 15px;
  padding-right: 15px;
}

li{
  margin: 0px;
}



.metaData .detailsMain  {
    font-size: 0.75em;
}

.date{
  display: none;
}

.metaData{
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonMenuPrincipal{
  display: flex;
   align-items: center;
  justify-content: center;
}

.buttonMenuPrincipal > .buttonPrincipal{
  font-size: 0.7em;
}

.sidebar-item{
  display:none;
}

.card-individual-course > .image{
  display:none;
}

.card-individual-course{
  margin: 0px;
  margin-bottom: 20px;
}

.card-individual-course .text .job{

  padding-right: 5px;
}

.indiButtonera .buttonSecond{
  .font.size: 1em;
}

.card-individual-course {
  display:flex-box;
}

.card-individual-course .image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.card-individual-course .text .name {
    font-weight: bolder;
    font-size: 1.4em;
    font-family: 'Raleway';
    text-align: center;

}

.card-individual-course .text .data {
    font-weight: bolder;
    font-size: 1em;
    font-family: 'Raleway';
    text-align: center;
}

.card-individual-course .text .job {
    font-size: 1em;
    font-family: 'Raleway';
    text-align: justify;
}

.subtituloMainPrincipalFijo{
  text-align: center;
  max-width: 100%;
  padding-top: 10px;
}

.btn-basic-white{
  width: 95%;
}

.titSpecial {
    font-weight: 600;
    color: hsl(234, 12%, 34%);
    text-align: left;
    font-size: 2.1em;
    text-align: center;
}

.titulo-camp{
 text-align: center; font-size: 2em; padding: 10px; color: hsl(234, 12%, 34%);
}

.card{
  margin-right: 20px;
}

.card-individual-course .text .job {
  display: flex;
  font-weight: 500;
  color: #000;
  margin-top: 4px;
  font-size: 0.8em;
}

.green-hamburguer{
 font-size:20px;
}


}



@media only screen and (max-width: 1020px) and (min-width: 800px)  {

.container-search-bar{
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50% , -50%);
  top: 55%;
  max-width: 450px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-search-bar{
  width: 50%;
  position: fixed;
  left: 60%;
  transform: translate(-50% , -50%);
  top: 7%;
  max-width: 500px;
  padding-right: 5px;
  padding-left: 5px;
}

.wrapper-main-header, .wrapper-login, .wrapper-contact{
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}

.mainTitlemain > .firsmg{
    margin-left: 15px;
    font-weight: bolder;
    font-size: 3.4em;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway';
    color: white;
    margin-top: 10px;
}

.mainLeyenda > titleBajada{
    margin-left: 15px;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'Raleway';
    color: white;
    text-align: center;
    padding: auto;
    margin: auto;
}

    .tituloMain{
    text-align: center;
    font-weight: bolder;
    font-size: 2.5em;
    line-height: 50px;
  }
  
  .subtituloMain{
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
  }
  


.firsmg{
  margin-top: 10px;
  font-size: 4.2em;
  text-align: center;
}

.leyenda{
  display:none;
}

.wrapper {
  width: 100%;
  background-size: cover;
  background-repeat: no repeat;
  background-position: center;
  height: auto;
}

.mainData > .tituloPrincipal{
  text-align: center;
  max-width: 100%;
}

.mainData > .subtituloMainPrincipal{
  text-align: center;
  max-width: 100%;
}

.leftMantis{
   margin: 27px auto 34px;
}


.metaData{
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonMenuPrincipal{
  display: flex;
   align-items: center;
  justify-content: center;
}

.apartText{
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
}

.sidebar-item{
  display:none;
}

.card-individual-course .image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.card-individual-course .text .name {
    font-weight: bolder;
    font-size: 1.4em;
    font-family: 'Raleway';
    text-align: center;

}

.card-individual-course .text .data {
    font-weight: bolder;
    font-size: 1em;
    font-family: 'Raleway';
    text-align: center;
}

.card-individual-course .text .job {
    font-size: 1em;
    font-family: 'Raleway';
    text-align: justify;
}

.metaData{
  display:none;
}

.buttonMenuPrincipal > .buttonPrincipal {
    font-size: 12px;
}

.subtituloMainPrincipalFijo{
  text-align: center;
  max-width: 100%;
}

.btn-basic-white{
  width: 95%;
}

.titulo-camp{
 text-align: center; font-size: 2em; padding: 10px; color: hsl(234, 12%, 34%);
}

.card{
  margin-right: 20px;
}

.card-individual-course .text .job {
  display: flex;
  font-weight: 500;
  color: #000;
  margin-top: 4px;
  font-size: 0.8em;
}

.green-hamburguer{
 font-size:20px;
}

}

@media only screen and (max-width: 1240px) and (min-width: 1020px)  {

.metaData{
  display:none;
}

.buttonMenuPrincipal > .buttonPrincipal {
    font-size: 12px;
}

.container-search-bar{
  width: 50%;
  position: fixed;
  left: 60%;
  transform: translate(-50% , -50%);
  top: 7%;
  max-width: 900px;
  padding-right: 5px;
  padding-left: 5px;
}



}

@media only screen and (max-width: 1380px) and (min-width: 1220px)  {

.metaData{
  display:none;
}

.buttonMenuPrincipal > .buttonPrincipal {
    font-size: 12px;
}

.container-search-bar{
  width: 45%;
  position: absolute;
  left: 32%;
  transform: translate(-50% , -50%);
  top: 55%;
  max-width: 400px;
  margin-left:10px;
}



}