body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/back-menu.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


:root {
    --rosa: #ff00ff;
    --amarillo: #ffa400;
    --verde: #18422a;
    --azulm: #0a3768;
    --azul: #007cba;
    --barista: #6CC24A;
    --gerented: #8D6E97;
    --supervisor: #025F1D;
}

a {
  text-decoration: none;
}

.backBlue {
  background-color: #1f4da0;
}

.naranja {
  background-color: var(--amarillo);
}

.full {
  height: 100vh;
  margin-top: 20px;
}

.whatsapp {
  position:fixed; bottom:50px; right:50px; width: 180px; transition: .5s ease;
}

.whatsapp:hover {width: 190px; opacity: .9;}

.facebook {
  margin-top: 22px; padding-right: 10px;
}

.marginMenor{
  margin-top: 15px;
}

.mT {
  margin-top: 15px;
}

.video {
  margin-top: -150px;
}

.line {
  height: 5px;
  width: 100%
  background-color: var(--azul);
}

.backFooter {
  background-image: url(../img/back-azul.png);
  background-position: center center;
}

.logoFooter {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* CARRUSEL */



.carousel-item-1 {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide1 {
  background-image: url(../img/sl01.jpg);
}

.slide2 {
  background-image: url(../img/sl02.jpg);
}

.slide3 {
  background-image: url(../img/sl03.jpg);
}

/*NAVBAR*/

.navbar-etia{
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}


/*NAVBAR*/



/*TEXTOS*/

.text-blue {
  color: var(--azulm);
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
}

.text1 {
  font-size: 20px;
  color: var(--azulm);
}

.text2 {
  font-size: 20px;
  color: white;
}

.text3 {
  font-size: 25px;
  color: white;
}

.marText{
  margin-top: 85px;
} 

.textT {
  color: var(--azulm); 
}

.titleCursos {
  font-size: 60px; color: #fff;
}

.textCap {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.aviso {
  color: #fff;
  font-size: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: .5s ease;
}

.aviso:hover {
  color: var(--amarillo);
  letter-spacing: 1px;
}

/*TEXTOS*/


/*SEPARADORES*/

.separador {
  height: 50px;
}

.separador2 {
  height: 100px;
}

.separador3 {
  height: 150px;
}

.separadorM {
  height: 15px;
}

/*SEPARADORES*/


/*BOTONES*/

.botonProductos {
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 250px;
  padding: 15px 10px;
  background-color: var(--azul);
  transition: .5s ease;
}

.botonProductos:hover {
  opacity: .8;
  letter-spacing: 3px;
}

.botonProductosM {
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 240px;
  padding: 5px 5px;
  background-color: var(--azul);
  transition: .5s ease;
}

.botonProductosM:hover {
  opacity: .8;
  letter-spacing: 3px;
}

.botonProductosC {
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 240px;
  padding: 5px 5px;
  border: solid #fff 1px;
  background-color: ;
  transition: .5s ease;
}

.botonProductosC:hover {
  color: var(--amarillo);
  letter-spacing: 2px;
  border: solid var(--amarillo) 1px;
}

/*BOTONES*/