/*====================================================*/
/*=====================  body ========================*/
/*====================================================*/
.back_color{
  background-color: #30394b;
}

/*====================================================*/
/*====================== navbar ======================*/
/*====================================================*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');

@font-face {
font-family: 'caviar';
 src: url("../fonts/caviar_dreams/CaviarDreams_Bold.ttf");
 font-weight: normal;
 font-style: normal;
}

.fontHeader {
  font-size: 16px;
  color: #000000;
  font-family: 'caviar', 'Montserrat', sans-serif;
  weight: bold;
}

*{
  font-family: 'caviar', 'Montserrat', sans-serif;
}


body{
  background-color: #58709d;
}

#navbar {
 z-index: 10000;
 position: fixed;
 top: 0px;
 width: 100%;
 background-image: linear-gradient(to right, #e6feff 0%, #0098d6 100%);
 box-shadow: 0px 11px 12px 8px rgba(0, 0, 0, 0.3);
}​

.paddingContainer{
 padding-left: 75px;
}

.authLink{
 color: #ffffff;
}

.nav-link{
  padding: 0 !important;
}

.logo-size{
   width: 90%;
}


/*====================================================*/
/*====================== cursos ======================*/
/*====================================================*/
.center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.checked {
  color: orange;
}
.rate-bar {
  width: 200px;
  display: inline-block;
  background-color: #ddd;
  height: 10px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 10px;
  margin-left: 10px;
}

.margin_star{
  padding-left: 100px
}

.justifyText{
  text-align: justify;
}











/*====================================================*/
/*======= circulo de conteo de cursos y alumnos =======*/
/*====================================================*/
.circulo {
  	width: 100px;
  	height: 100px;
  	border-radius: 50%;
  	background: rgb(5, 239, 254);
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align: center;
    margin:0px auto;
    padding:3%;
    border: 3px solid rgb(84, 96, 255);
}

.circulo > h2 {
  	font-family: sans-serif;
  	color: #000000;
  	font-size: 1.4rem;
  	font-weight: bold;
}
/*====================================================*/
/*====================================================*/
/*====================================================*/

/*====================================================*/
/*========= estilo de barrar de redes sociales =========*/
/*====================================================*/

/* version escritorio */
.float-lateral-social-media {
  position: fixed;
  right: 1%;
  top: 25%;
  z-index: 10000;
  width: 100px;
  height: 250px;
  }

/* version movil */
.float-lateral-social-media-movil {
  /*visibility: hidden;*/
  display: none;
  }

.float-lateral-icon {
  position: fixed;
  right: -4%;
  z-index: 10000;
  width: 160px;
}

.show-social-facebook:hover{
  right: 5%;
  width: 150px;
  transition: 1s;
}

.show-social-instagram:hover{
  right: 22%;
  width: 150px;
  transition: 1s;
}

.ins {
  height: 5px;
  padding-left: 30px;
}

.show-social-youtube:hover{
  right: 16%;
  width: 150px;
  transition: 1s;
}

.show-social-linkedin:hover{
  width: 250px;
  transition: 1s;
}
/*====================================================*/
/*================ fin estilo sociales ================*/
/*====================================================*/


/*====================================================*/
/*================== proximos cursos ==================*/
/*====================================================*/
.float-lateral {
  position: fixed;
  right: 8%;
  bottom: 10px;
  z-index: 10000;
  width: 180px;
  }

.div-nextCourses{
  background-color: #ffffff;
  border-radius: 50px; border:
  solid 3px #ccc;
}

.pointer {
  cursor: pointer;
}

.reduceSize{
  width: 60%;
}

/*====================================================*/
/*================== carousel select ==================*/
/*====================================================*/
.shadows{
  background-image: linear-gradient(to right, #e6feff 0%, #0098d6 100%);
}

.margenes{
  margin:100px;
  padding: 50px;
}

.rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*====================================================*/
/*====================  footer ========================*/
/*====================================================*/

.back_footer{
  background-color: #ffffff;
}
