html {
  padding: 0 0;
}
.body {
  background: #f5f5f5;
}
/* global */
.badge-proceso{
  background: rgb(234, 218, 50);
}
.badge-confirmado{
  background: rgb(67, 198, 109);
  margin:4px;
}
.badge-rojo{
  background: rgba(198, 84, 67, 0.347);
  margin:4px;
}

.btn-success{
  background:#0397C7;
  border: none;

}
.btn-success:hover{
  background:  #19799a;
}
.btn-info{
  background:#B8B8B8;
  border: none;
}
.btn-info:hover{
  background:#949494;
}
.social-bar a{
  position: fixed;
  right: 20px;
  background:#0397C7;
  padding: 10px 12px;
  font-size: 20px;
  color: white;
  bottom: 20px;
  z-index: 1;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  text-decoration: none;
}
.social-bar a:hover{
  position: fixed;
  background: #599146;
 
}



/* fin global */
.nex-header {
  width: 100%;
  height: 100vh;
}
.relative {
  position: relative;
}
.copiryght1 {
  width: 100%;
  background: #f5f5f5;
  height: 50px;
  text-align: center;
}
.copiryght1 p {
  color: #606060;
  padding: 0px 15px 0px 15px !important;
}
.copiryght1 a {
  color: #3b3b3b;
}
.copiryght1 a:hover {
  text-decoration: none;
}
.der-header {
  padding: 20px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.izq-header {
  padding: 20px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.h {
  display: table;
  height: 100vh;
}
.izq-header {
}
.logo-nexso img {
  position: absolute;
}
.btn-logo a {
  background: #ff914d;
  color: white;
  padding: 10px;
  margin-top: 40px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 20px;
}
.der-header img {
  width: 20%;
}
@media (max-width: 1000px) {
  .der-header img {
    margin-top: 50px;
    width: 60%;
  }
  .logo-nexso img {
    position: absolute;
    right: 20px;
    width: 20%;
  }
}
@media (max-width: 596px) {
  .h {
    display: table;
    height: 50vh;
  }
  .der-header img {
    width: 40%;
  }
}
@media (max-width: 420px) {
  .der-header img {
    margin-top: 50px;
    width: 60%;
  }
  .logo-nexso img {
    position: absolute;
    right: 20px;
    width: 20%;
  }
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Light.ttf");
}
a,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,input,label
{
  font-family: 'Comfortaa', cursive;
}
/* slick */
/* slick */

.slick-slide {
  margin: 10px 10px;
} /* ancho de slide */

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* -------------------------------------------------------
                 header 
----------------------------------------------------------*/
.slider {
  position: relative;
  margin-top: -20px;
}

.slider img {
  width: 100%;
}

#carousel-slider {
  position: relative;
}

.slider #carousel-slider .carousel-indicators {
  bottom: -40px;
}

.slider #carousel-slider .carousel-indicators li {
  border: 1px solid#0397C7;
}

#carousel-slider a i {
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #65aaf0;

  color: rgb(231, 119, 119);
}

.slider #carousel-slider a i:hover {
  background: #90909076;
  color: #fff;
}
.img-lo img {
  width: 35%;
}
.slider #carousel-slider .carousel-control {
  width: inherit;
}

.slider #carousel-slider .carousel-control.left i {
  left: 50px;
  top: calc(50% - 50px);
}

.slider #carousel-slider .carousel-control.right i {
  right: 50px;
  top: calc(50% - 50px);
}

.slider .carousel-caption {
  position: absolute;
  right: 15%;
  top: calc(40% - 150px);
  font-size: 40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.slider .carousel-caption h2 {
  font-size: 60px;
  color: #fff;
}

.slider .carousel-caption h2 span {
  font-size: 60px;
  color: #fff;
}

.slider .carousel-caption p {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
}

@media (max-width: 767px) {
  .slider .carousel-caption {
    font-size: 18px;
  }
  .slider .carousel-caption h2,
  .carousel-caption h2 span,
  .carousel-caption p {
    font-size: 18px;
  }
  .slider .img-lo img {
    width: 65%;
  }
}
@media (max-width: 596px) {
  .img-responsive img {
    height: 100vh;
  }
  .slider .img-responsive,
  .slider .thumbnail > img,
  .slider .thumbnail a > img,
  .slider .carousel-inner > .item > img,
  .slider .carousel-inner > .item > a > img {
    width: 100%;
    object-fit: none;
    height: 100vh;
  }
  .slider .carousel-control {
    margin-top: 300px;
  }
}
.slider .carousel-control {
  margin-top: 100px;
}
.slider .img-responsive,
.slider .thumbnail > img,
.slider .thumbnail a > img,
.slider .carousel-inner > .item > img,
.slider .carousel-inner > .item > a > img {
  width: 100%;

  height: 100vh;
}

.form-inline {
  margin-top: 50px;
}

/* backscroll */
body p:not(:last-child) {
  margin-bottom: 1rem;
}

/* Tamaño del scroll */
body::-webkit-scrollbar {
  width: 6px;
  height: 80vh !important;
}

/* Estilos barra (thumb) de scroll */


body::-webkit-scrollbar-thumb:active {
  background-color: #9a1c1c;
}

body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/* -------------------global--------------------------- */
.titulo {
  width: 100%;
  padding-bottom: 20px;
  font-weight: 700; 
}
.titulo1 {
  width: 100%;
  
  color:#0397C7;
  font-size: 45px;
  font-weight: 700;
}

.container-portada .img-logo {
  display: grid;
  place-items: center;
  height: 60vh;
}
.container-portada .textlogo {
  display: grid;
  place-items: center;
  height: 60vh;
}
.container-portada .img-logo img {
  width: 50%;
}
/* 
 <h1 style="color: #FF914D!important;" class="">Sitio web en construcción </h1>
        <p><b>Al ingresar encontrarás un sitio web que no es oficial 
            de la empresa y  el usuario no podrá tomar como ejemplo o como guía.</b></p>

            <p><b>Al no ser el lanzamiento final se podrá encontrar con errores.</b></p>
*/
.acc-estu a {
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
  background:#0397C7;
  align-items: left;
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 150px;
}
.acc-estu a:hover {
  background: #3f6234;
}
/*#0397C7 */
@media (max-width: 768px) {
  .acc-estu a {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  .btn-as{
    width: 100%;
    background: transparent;
    border: none;
  }
  .btn-as a{
    margin-left: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 10px;
  bottom: 0;
  z-index: 998;
  background: #6db156b4;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


/*-----------------------------------Noticias-------------------------------- */
.cont-noticias::-webkit-scrollbar {
  width: 7px;
}

.cont-noticias::-webkit-scrollbar-thumb {
  background:#0397C7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cont-noticias {
  width: 100%;
  height: 480px;
  overflow: auto;
}
@media (max-width: 576px) {
  .cont-noticias {
    height: 70vh;
  }
  .desaparecer {
    display: none;
  }
}

.tienda {
  margin: 30px 3%;
}
@media(max-width:576px){
  .tienda .col-xs-6{
    width: 50%;
  }
}

.titulo {
  
  color:#0397C7;
  font-size: 40px;
}
.titulo-not h1 {
  
  color:#0397C7;
}
.tienda .tod .products h4 {
  text-align: center;
}
.tienda .tod .products .boton-tienda i {
  color: white;
  text-decoration: none;
  padding: 0px 0px 20px 0px;
}
.tienda .container img {
  align-items: center;
}
.tienda .container i {
  padding-top: 7px;
  font-size: 25px;
}
.boton-tienda {
  display: flex;
  justify-content: center;
}

/*-----Boton Mas Productos ---*/
.tienda .container .but {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 15%;
  border: none;
  border-radius: 5px;
  background-color: white;
  border: 1px black solid;
}
.tienda .container .but a {
  color: #000000;
}

.tienda .tod .products {
  background: white;
  width: 100%;
  
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  align-items: center;
}
.boton-tienda {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
}

.boton-tienda .btn-in {
  padding: 3px;
  background: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(62, 62, 62, 0.061),
    0 1px 20px 0 rgba(0, 0, 0, 0.047), 0px 1px 11px 0px rgba(0, 0, 0, 0.068);

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.boton-tienda .btn-in .pre-pre {
  
  padding: 1px;
  font-weight: 700;
  font-size: 15px;
}
.boton-tienda .btns {
  padding: 10px 12px;
  background:#0397C7;
  border: 2px solid#0397C7;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.boton-tienda a {
  text-decoration: none !important;
  color: #333;
}
.boton-tienda .btns:hover {
  background: #13789a;
  color: #d3d3d3;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 596px) {
  .products h4 {
    font-size: 12px;
  }
  .boton-tienda {
    position: absolute;
    bottom: -15px;
  }
 
  .boton-tienda .btn-in {
    font-size: 12px !important;
    bottom: 10px;
  }
  .boton-tienda .btns {
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }

  .tienda .tod .products {
    width: 100%;

    align-items: center;
    margin-bottom: 10px;
  }
  .tienda .tod {
    margin-bottom: 0px;
  }
}
.tienda .tod {
  margin-bottom: 25px;
}
/*-----------------------------------Tienda-------------------------------- */

/*-----------------------------------Tienda-------------------------------- */
.encabezado {
  padding-left: 100px;
}
.imgprod {
  margin-top: 75px;
  padding-left: 200px;
  border-radius: 13px;
  /* box-shadow: 2px 2px 2px rgb(223, 223, 223); */
}

.tiendaind h2 {
  font-size: 45px;
  text-align: center;
  color:#0397C7;
}

.tiendaind button {
  width: 200px;
  color:#0397C7;
  font-size: 30px;
  border: 1px solid #b6b3b3;
}
.tiendaind button a {
  color:#0397C7;
  text-decoration: none;
}

.tiendaind button:hover {
  text-decoration: none;
  color: white;
  background: #68a554;
}
.tiendaind .butprod {
  margin-left: 80px;
}
.tiendaind ul {
  list-style: none;
}
.selector1 {
  padding-left: 25px;
  font-size: 25px;
  color: #68a554;
}
.selector1:hover {
  color:#0397C7;
}
.selector2 {
  padding-left: 25px;
  font-size: 25px;
  border-radius: 50%;
}

.encabezado.what .icon-whatsapp {
  color:#0397C7;
  font-size: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
.encabezado .icon-facebook {
  font-size: 25px;
  color:#0397C7;
  margin-left: 10px;
  margin-right: 10px;
}

.encabezado .icon-instagram {
  color:#0397C7;
  font-size: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.encabezado .icon-whatsapp:hover {
  color: rgb(4, 248, 98);

  text-decoration: none;
}
.encabezado .icon-instagram:hover {
  color: rgb(60, 92, 128);

  text-decoration: none;
}
.encabezado .icon-facebook:hover {
  color: rgb(67, 95, 167);
}

.indprod {
  margin-left: 300px;
  padding: 60px;
  border: 1px;
}
/*-----------------------------------Tienda-------------------------------- */

/*----------------------------------- noicias inicio-------------------------------- */
.btn-regresar {
}
.not2 {
  background: #ffffff;
  color: rgb(44, 44, 44);
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.not3 img {
  width: 100%;
  height: 150px;
}
.not3 .not-in {
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
}
.not3 a {
  color: #333;
  text-decoration: none;
}
.not3 .not-in:hover {
  background: #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.der-not a {
  text-decoration: none;
}
.btn-noticia {
  border: 1px solid#0397C7;
  padding: 10px;
  color:#0397C7;
}

.btn-noticia:hover {
  box-shadow: inset 100px 1px #23527c;
  color: white;
  border: 1px solid #23527c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.objetfit > img {
  width: 100%;
  height: 200px;
  object-fit: none;
  background-color: rgba(0, 0, 0, 0.489);
}
.objetfit1 > img {
  width: 100%;
  height: 200px;
  object-fit: none;
  background-color: rgba(0, 0, 0, 0.489);
}
.noticia-espacio {
  margin-bottom: 40px;
}

.not2 {
  background: #ffffff;
  color: rgb(44, 44, 44);
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #d1d1d1;
}
.not2 img {
  width: 100%;
  height: 150px;
}
.not2 .not-in {
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
}
.not2 a {
  color: #333;
  text-decoration: none;
}
.not2 .not-in:hover {
  background: #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 596px) {
  .objetfit > img {
    width: 100%;
    height: 200px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .objetfit1 > img {
    width: 100%;
    height: 130px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .der-not h3 {
    margin: 0 0;
    font-size: 15px;
  }
  .der-not p {
    font-size: 12px;
  }
  .flex-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .not2 {
    border: 1px solid #ffffff;
  }
}
@media (max-width: 576px) {
  .objetfit1 > img {
    width: 100%;
    height: 180px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .not3 p {
    font-size: 13px;
  }
}
@media (max-width: 368px) {
  .objetfit1 > img {
    width: 100%;
    height: 180px;
    object-fit: none;
    background-color: rgba(0, 0, 0, 0.489);
  }
  .not3 p {
    font-size: 10px;
  }
}

.not-card {
  height: 200px;
}
.not-link {
  text-decoration: none;
}
.not-link:hover .not-info {
  border: 1px solid #68a554;
  background: #68a554 !important;
}
.not-img {
  margin: 0 0;
}
.not-info {
  height: 100%;
}

.not-img img {
  width: 100%;
  height: 100%;
}
.noticias-rapidas .col-md-4 {
  padding: 0 0;
}
.noticias .no .not img {
  width: 355px !important;
}

.noticias .not1 .not img {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.noticias-individual .titulo h1 {
  font-size: 80px;
}

@media (max-width: 600px) {
  .noticias .not1 .not img {
    padding-top: 20px;
    text-align: center;
    width: 200px;
  }
}

@media (max-width: 400px) {
  .noticias .not1 .not img {
    padding-top: 20px;
    text-align: center;
    width: 50px;
  }

  .noticias .not1 .not h3 {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 30px;

    color: #b44778;
  }
  .noticias .no {
    padding-top: 20px !important;
  }
}

@media (max-width: 1200px) {
  .noticias .not1 .not img {
    padding-top: 20px;
    text-align: center;
    width: 200px;
  }
}

.noticias {
  color: var(--parrafos-c);
}

.noticias .not1 {
  padding-bottom: 20px;
}
.noticias .no {
  padding: 0px 0px 0px 30px;
}

.noticias .no {
  background: whitesmoke;
  width: 200px;
  border-radius: 13px 0px 13px 13px !important;
  box-shadow: 2px 2px 2px rgb(223, 223, 223);
}
.noticias .notp {
  padding: 0px 0px 20px;
}
.noticias .no .inicio p {
  font-size: 14px;
  padding: 0px 15px 15px 15px;
}
.noticias .no .inicio h4 {
  padding: 10px 0px 0px 13px;
  color: #4d8780;
}

#Sep {
  width: 60%;
  margin-left: 13px;
}

/*---- Boton Mas Noticias----*/
.boton-noticias .btn-noticias {
  padding-top: 50px;
  text-align: center;
}
.boton-noticias .btn-noticias button {
  background: none;
  border: 1px black solid;
  width: 170px;
  border-radius: 5px;
}
.boton-noticias .btn-noticias button:hover {
  background:#0397C7;
  transition: 0.8s;
  color: white;
  border: none;
}
.boton-noticias .btn-noticias a:hover {
  color: white !important;
  text-decoration: none;
}
.boton-noticias .btn-noticias a {
  color: black !important;
}

/* -------apartado noticias------- */
.noticias1 .not1 {
  display: inline-block;
}

.fo hr {
  margin-top: 5px;
}

.bton-acceso button:hover {
  box-shadow: inset 150px 0px#0397C7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.bton-acceso span {
  padding-left: 11px;
}
.bton-acceso button:hover a {
  color: white;
}
.bton-acceso button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  border: none;

  background-color: white;
}

.bton-acceso a {
  color:#0397C7;
  text-decoration: none;
}

.notimg i {
  position: absolute;
  left: 280px;
  bottom: 180px;
  font-size: 30px;
  color: white;
}
/*--------- noticia individual----- */
.noticia-individual {
  padding-top: 50px;
  padding-bottom: 50px;
}
.noticia-individual .not1 p {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--parrafos-c);
}
.noticia-individual .not1 h4 {
  padding-top: 10px;
  color:#0397C7;
}
.noticia-individual .not1 h3 {
  color:#0397C7;
}
@media (max-width: 596px) {
  .not1 img {
    padding-left: 0;
  }
  .bton-acceso button {
    font-size: 17px;
  }
}
/*--------- noticia individual----- */
/*----------------------------------- noticias inicio-------------------------------- */

/*-----------------------------------Tienda-------------------------------- */

/*-----------------------------------Tienda-------------------------------- */


.icon-facebook {
  padding: 7px 15px 7px 15px !important;
}

.icon-instagram {
  color:#0397C7;
}
.icon-whatsapp:hover {
  color: rgb(4, 248, 98);

  text-decoration: none;
}
.icon-instagram:hover {
  color: rgb(60, 92, 128);

  text-decoration: none;
}
.icon-facebook:hover {
  color: rgb(67, 95, 167);

  text-decoration: none;
}
.hr {
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}



@media (max-width: 550px) {

  
  .titulo {
    font-size: 30px !important;
  }
  .tit {
    font-size: 35px;
    padding: 15px 0px 10px 0px;
  }
}
@media (max-width: 320px) {
  .tit {
    font-size: 30px;
    padding: 15px 0px 10px 0px;
  }

  
}

/*----------------------------------- servicios-------------------------------- */
.servicios {
  padding: 20px;
}
.servicios .titulo {
  width: 100%;
  
  color:#0397C7;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0;
  padding-bottom: 0px;
}

.servicios .der {
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
}
.servicios .izq {
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
}


.tiendaind1 h2 {
  font-size: 40px;
  text-align: center;
  color:#0397C7;
}

.tiendaind1 button {
  width: 200px;
  color:#0397C7;
  font-size: 30px;
  border: 1px solid #b6b3b3;
}
.tiendaind1 button a {
  color:#0397C7;
  text-decoration: none;
}

.tiendaind1 button:hover {
  text-decoration: none;
  color: white;
  background: #68a554;
}
.tiendaind1 .butprod1 {
  margin-left: 30px;
}
.tiendaind1 ul {
  list-style: none;
}
.titulo-no h4 {
  padding-top: 125px;
  font-size: 30px;
}
/* dstffg */
.grid {
  padding: 20px 0px 20px 0px;

  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.grid .carc {
  display: inline-block;
  margin: 0;
  padding: 0px;
  text-align: left;
  position: relative;
  padding: 10px;
}
.grid .carc-escuela {
  display: inline-block;
  margin: 0;
  padding: 0px;
  text-align: left;
  position: relative;
  padding: 10px;
}

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.grid .carc iframe{
  width: 100%;
  height: 300px;
  padding: 0px 0px 95px;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #2c3f52;
  color:#0397C7;
}
.grid figcaption p{
  color: white;
}
.grid figcaption h2{
  font-size: 33px;
}
@media(max-widht:765px){
  .grid figcaption h2{
    font-size: 30px;
  }
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption span:before {
  content: "by ";
}

.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background:#0397C7;
  color: #fff;
}

/* Individual Caption Styles */
/* Caption Style 3 */
.cs-style-3 figure {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
  
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
 .cs-style-3 figure figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
@media(max-width:800px){
 .no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}   
}
.cs-style-3 figcaption {
  height: 100px; 
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}



.cs-style-3 figcaption a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.card-niveles .card-escuela {
  padding: 20px;
  border: 1px solid rgb(213, 213, 213);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  height: 110px;
  box-shadow: inherit;
}
.card-niveles .card-escuela:hover {
  box-shadow: inset -30em 0px#0397C7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: white;
}
.card-niveles .col-lg-4 {
  padding: 5px 5px 5px 5px;
  margin: 0 0;
}
.card-niveles .card-escuela h3,
p {
  margin: 0 0;
}

.dc a {
  color: white;
}
.dc a:hover {
  color: rgb(255, 139, 6);
}

/* .cursos-detalles {
  padding: 20px;
} */
.cursos-detalles {
  padding: 20px;
}



.container .btn-enviar input {
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--btnverde);

  color: white;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: 0;
}
.container .btn-enviar input:hover {
  background: var(--botonhover);
}
@media (max-width: 596px) {
  .check label {
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .check label {
    font-size: 12px;
  }
}
@media (max-width: 365px) {
  .check label {
    font-size: 10px;
  }
}

