/*
Colores: 
rojo: ff4d54
amarillo: fd9400
morado: 7452a4
azul: 75c5d0

Tipografías (anexadas): 
Para títulos y subtítulos: Bobby Jones Soft
Para Textos: Monserrat Bold
*/
/*General*/
@font-face {
  font-family: MontsBold;
  src: url(../fonts/montserrat-bold.woff);
}

@font-face {
  font-family: BobbyJones;
  src: url(../fonts/bobby-jones-soft.otf);
}

@font-face {
  font-family: BobbyJones;
  src: url(../fonts/bobby-jones-soft.otf);
}
@font-face {
  font-family: ArialRounded;
  src: url(../fonts/arial-rounded.ttf);
}
.BobbyJones{
	font-family: 'BobbyJones';
}

.MontsB{
	font-family: 'MontsBold';
}

html, body {
	height: 100%;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
 	 font-family: BobbyJones;
}

p, ul {
	font-family: 'MontsBold';
	font-size: large;
}
.text-directorio{
	font-family: 'ArialRounded';
}
.text-yellow{
	color: #fd9400 !important; 
}
.text-purple{
	color: #614fa9 !important; 
}
.text-verde{
	color: #6bc994 !important; 
}
.text-morado{
	color: #614fa9 !important; 
}
.text-rojo{
	color: #ff4f52 !important; 
}
.text-azul{
	color: #73cfd4 !important; 
}
.text-amarillo{
	color: #fd9400 !important; 
}
.carousel img{
	max-height: 720px;

}
/* Desktop */
@media screen and (min-width:900px) {
	.desktop{
		display: flex;

	}
	.movil{
		display: none;
	}
}
/* Movil */
@media screen and (max-width:900px) {
	.desktop{
		display: none;
		
	}
	.movil{
		display: flex;
	}
}

@media screen and (min-width:575px) {
	.padding-standard{
		padding-left: 12%;
		padding-right: 12%;
	}
	.padding-bootcamp{
		padding-left: 6%;
		padding-right: 12%;
	}
}
@media screen and (max-width:575px) {
	.padding-standard{
		padding-left: 20px;
		padding-right: 20px;
	}
	.padding-bootcamp{
		padding-left: 20px;
		padding-right: 20px;
	}
}
/***** END General*********/
/*Equipo*/

@media screen and (min-width:768px) {
	.padding-standard-equipo-xl{
		padding-top: 8%;
		padding-left: 6%;
		padding-right: 12%;
	}
}
@media screen and (max-width:768px) and (min-width: 575px){
	.padding-standard-equipo-xl{
		padding-top: 8%;
		padding-left: 12%;
		padding-right: 12%;
	}
}
@media screen and (max-width:575px) {
	.padding-standard-equipo-xl{

		padding-top: 8%;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.division-equipo{
	position: relative;
	top: 20px;
	z-index: 5;
}

#equipo h4{
	font-size: 50px;
}
#equipo-div{
	background-color: #ff9404;
}
#foto{
	background-image: url(../images/foto2-web.jpg);
	background-size: cover;
	height: 600px;
	background-position: center;
}
.btn-contact-orange {
		font-size: 24px;
		background-color: white ;
		color: #ff9404 ;
		border: 3px solid white ;
		font-weight: bold;
	}
.btn-contact-orange:hover {
	background-color: #ff9404;
	color: white;
	border: 3px solid white ;
}
/***** END equipo*********/
/*testimonios*/
#bg-green{
	background-color: #6fc191;
}
.border-bottom{
	border-bottom: 1px solid black !important;
}
#testimonios h1{
	font-size: 38px;
}
#testimonios .comillas{
	z-index: 1;
	position: absolute;
	top: -14px;
	left: 20px;
	width: 100px;
}
#testimonios .testimonio-img{
	z-index: 0;
	position: relative;
	width: 280px;
	height: 280px;
	clip-path: circle();
}
#testimonios .comillas-lg{
	z-index: 1;
	position: absolute;
	top: -14px;
	left: 20px;
	width: 100px;
}
#testimonios .testimonio-img-lg{
	z-index: 0;
	position: relative;
	width: 200px;
	height: 200px;
	clip-path: circle();
}
#testimonios .comillas-md{
	z-index: 1;
	position: relative;
	top: -80px;
	left: -235px;
	width: 100px;

}
#testimonios .testimonio-img-md{
	z-index: 0;
	position: flex;
	width: 200px;
	height: 200px;
	clip-path: circle();
}
#testimonios .comillas-xs{
	z-index: 1;
	position: relative;
	top: -80px ;
	left: -230px ;
	width: 100px;
}
#testimonios .testimonio-img-xs{
	z-index: 0;
	position: relative;
	width: 200px;
	height: 200px;
	clip-path: circle();
}
#testimonios .text-xs{
	font-size: small !important;
}
#testimonios p{
	font-size: medium ;
}
#testimonios .carousel-item h1{
	color: #6fc191;
}
#testimonios .carousel-indicators li{
	  background-color: #a6a8ab;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	  top: 28px;
	}

	#testimonios .carousel-indicators li:hover,
	#testimonios .carousel-indicators .active{
		background-color: #6fc191;
	}

.division-testimonios{

	transform: scaleY(-1);
	position: relative;
	z-index: 5;
	top: -20px;
}

.border-left-green{
	border-left: 12px solid #6fc191;
	border-radius: 25%;
	height: 50px;
}
.btn-form {
		font-size: 24px;
		background-color: #6fc191;
		color: white;
		border: 3px solid #6fc191;
		font-weight: bold;
	}
.btn-form:hover {
	background-color: white ;
	color: #6fc191 ;
	border: 3px solid #6fc191 ;
}


/***** END Testimonios*********/
/*****Portada*****/


.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 35px;
  outline: white;
  background-color: white;
  border-radius: 10%;
  border: 1px solid white;
  background-image: none;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4d54' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4d54' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#section-portada #estrella-amarilla-2 img,
#section-portada #estrella-morada-2 img
{
	width: 25px;
}

#section-portada #estrella-azul-2 img{
	width: 40px;
}
/*PORTADA*/
@media screen and (min-width:1200px) {
	#section-portada .carousel-caption {
		width: 640px;
		height: 300px;
		background: rgba(255,255,255,0.65);
		border-radius: 35px;
		position: absolute;
		top: 55%;
		left: 50%;
    transform: translate(-50%, -50%);
	}
	#section-portada h1{
		font-size: 46px;
		color: #000 !important; 
		font-weight: normal !important;
	}
	#section-portada h2{
		font-size: 46px;
		font-weight: normal;
	}
	#section-portada h3{
		font-size: 32px;
		color: #000 !important; 
		font-weight: normal !important;
	}
	#section-portada #estrella-azul img{
		width: 40px;
		position: relative;
		top: 50%;
		left: -40%;
	}
	#section-portada #estrella-amarilla img{
		position: relative;
		top: 60%;
		left: -20%;
	}
	#section-portada #estrella-morada img{
		width: 25px;
		position: relative;
		top: 0%;
		left: -50%;
	}
	.btn-contact {
		font-size: 22px;
		background-color: #ff4d54;
		color: white;
		border: 3px solid #ff4d54;
		font-weight: bold;
	}
		.btn-contact:hover {
			background-color: white ;
			color: #ff4d54 ;
			border: 3px solid #ff4d54 ;
		}
	.pl-50{
		padding-left: 50px;
	}
	.carousel-indicators li{
	  background-color: white;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	}

	.carousel-indicators li:hover,
	.carousel-indicators .active{
		background-color: #ff4d54;
	}
}
@media screen and (max-width:1199px) {
	#section-portada .carousel-caption {
		position: absolute;
		top: 55%;
		left: 50%;
    transform: translate(-50%, -50%);

		width: 720px;
		height: 280px;
		background: rgba(255,255,255,0.65);
		border-radius: 35px;
	}
	
	#section-portada h1{
		padding: 0px 25px 5px;
		font-size: 38px;
		color: #000 !important; 
	}
	#section-portada h2{
		padding: 0px 25px 5px;
		font-size: 42px;
	}
	#section-portada h3{
		padding: 0px 25px 5px;
		font-size: 28px;
		color: #000 !important; 
	}

	#section-portada #estrella-azul img{
		width: 26px;
		position: absolute;
		top: 10px;
		left: 30px;
	}
	#section-portada #estrella-amarilla img{
		width: 20px;
		position: absolute;
		top: 15px;
		left: 180px;
	}
	#section-portada #estrella-morada img{
		width: 20px;
		position: absolute;
		top: 10px;
		left: -80px;
	}
	.btn-contact {
		font-size: 24px;
		background-color: #ff4d54 ;
		color: white ;
		border: 0px solid #ff4d54;
		font-weight: bold;
	}
		.btn-contact:hover {
			background-color: white ;
			color: #ff4d54 ;
			border: 3px solid #ff4d54 ;
		}
	.pl-50{
		padding-left: 48px;
	}	
	.carousel-indicators li{
	  background-color: white;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	}

	.carousel-indicators li:hover,
	.carousel-indicators .active{
		background-color: #ff4d54;
	}
}
@media screen and (max-width:1000px) {
	#section-portada .carousel-caption {
		position: absolute;
		top: 50%;
		left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
		height: 220px;
		background: rgba(255,255,255,0.65);
		border-radius: 35px;
	}
	
	#section-portada h1{
		padding: 0px 25px 5px;
		font-size: 28px;
		color: #000 !important; 
	}
	#section-portada h2{
		padding: 0px 25px 5px;
		font-size: 34px;
	}
	#section-portada h3{
		padding: 0px 25px 5px;
		font-size: 24px;
		color: #000 !important; 
	}

	#section-portada #estrella-azul img{
		width: 20px;
		position: absolute;
		top: -10px;
		left: 20px;
	}
	#section-portada #estrella-amarilla img{
		width: 20px;
		position: absolute;
		top: 0px;
		left: 450px;
	}
	#section-portada #estrella-morada img{
		width: 20px;
		position: absolute;
		top: -30px;
		left: 135px;
	}
	.btn-contact {
		font-size: 18px;
		background-color: #ff4d54;
		color: white;
		border: 0px solid #ff4d54;
		font-weight: bold;
	}
		.btn-contact:hover {
			background-color: white ;
			color: #ff4d54 ;
			border: 3px solid #ff4d54 ;
		}
	.pl-50{
		padding-left: 20px;
	}
	.carousel-indicators li{
	  background-color: white;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	}

	.carousel-indicators li:hover,
	.carousel-indicators .active{
		background-color: #ff4d54;
	}
}
@media screen and (max-width:860px) {
	#section-portada .carousel-caption {
		position: absolute;
		top: 50%;
		left: 50%;
    transform: translate(-50%, -50%);
		width: 600px;
		height: 200px;
		background: rgba(255,255,255,0.65);
		border-radius: 35px;
	}
	
	#section-portada h1{
		padding: 0px 25px 5px;
		font-size: 28px;
		color: #000 !important; 
	}
	#section-portada h2{
		padding: 0px 25px 5px;
		font-size: 34px;
	}
	#section-portada h3{
		padding: 0px 25px 5px;
		font-size: 24px;
		color: #000 !important; 
	}

	#section-portada #estrella-azul img{
		width: 20px;
		position: absolute;
		top: -10px;
		left: 20px;
	}
	#section-portada #estrella-amarilla img{
		width: 20px;
		position: absolute;
		top: 0px;
		left: 450px;
	}
	#section-portada #estrella-morada img{
		width: 20px;
		position: absolute;
		top: -30px;
		left: 135px;
	}
	.btn-contact {
		font-size: 18px;
	}
	.pl-50{
		padding-left: 20px;
	}
	.carousel-indicators li{
	  background-color: white;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	}

	.carousel-indicators li:hover,
	.carousel-indicators .active{
		background-color: #ff4d54;
	}
}
@media screen and (max-width:700px) {
	#section-portada .carousel-caption {
		position: absolute;
		top: 50%;
		left: 50%;
    transform: translate(-50%, -50%);
		width: 500px;
		height: 160px;
		background: rgba(255,255,255,0.65);
		border-radius: 35px;
	}
	
	#section-portada h1{
		padding: 0px 25px 5px;
		font-size: 26px;
		color: #000 !important; 
	}
	#section-portada h2{
		padding: 0px 25px 5px;
		font-size: 30px;
	}
	#section-portada h3{
		padding: 0px 25px 5px;
		font-size: 22px;
		color: #000 !important; 
	}

	#section-portada #estrella-azul img{
		width: 20px;
		position: absolute;
		top: -10px;
		left: 20px;
	}
	#section-portada #estrella-amarilla img{
		width: 20px;
		position: absolute;
		top: 0px;
		left: 440px;
	}
	#section-portada #estrella-morada img{
		width: 20px;
		position: absolute;
		top: -30px;
		left: 135px;
	}
	.btn-contact {
		font-size: 14px;
	}
	.pl-50{
		padding-left: 20px;
	}
	.carousel-indicators li{
	  background-color: white;
	  width: 18px;
	  height: 18px;
	  border-radius: 50%;
	}

	.carousel-indicators li:hover,
	.carousel-indicators .active{
		background-color: #ff4d54;
	}
}
@media screen and (max-width:600px) {
	#section-portada .carousel-caption {
		position: absolute;
		top: 48%;
		left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
		height: 140px;
		background: rgba(255,255,255,0.65);
		border-radius: 35px;
	}
	#section-portada h1{
		padding: 0px 25px 5px;
		font-size: 20px;
		color: #000 !important; 
	}
	#section-portada h2{
		padding: 0px 25px 5px;
		font-size: 24px;
	}
	#section-portada h3{
		padding: 0px 25px 5px;
		font-size: 16px;
		color: #000 !important; 
	}

	#section-portada #estrella-azul img{
		width: 20px;
		position: absolute;
		top: -10px;
		left: 20px;
	}
	#section-portada #estrella-amarilla img{
		width: 20px;
		position: absolute;
		top: 0px;
		left: 355px;
	}
	#section-portada #estrella-morada img{
		width: 20px;
		position: absolute;
		top: -30px;
		left: 135px;
	}
	.btn-contact {
		font-size: 14px;
		background-color: #ff4d54;
		color: white;
		border: 0px solid #ff4d54;
		font-weight: bold;
	}
		.btn-contact:hover {
			background-color: white ;
			color: #ff4d54 ;
			border: 3px solid #ff4d54 ;
		}
	.pl-50{
		padding-left: 20px;
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
	  height: 40px;
	  width: 30px;
	}
	.carousel-indicators li{
	  background-color: white;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  top: 15px;
	}

	.carousel-indicators li:hover,
	.carousel-indicators .active{
		background-color: #ff4d54;
	}
}


/*End Portada*/


/*navigation*/
#navigation {
	color: #000;
	font-size: 20px;
/*	font-weight: bold;*/
	background-color: white;
}

@media screen and (min-width:700px) {
	#navigation img{

		position: absolute;
		z-index: 3;
		top: -10px;
	}
}
@media screen and (max-width:699px) {
	#navigation img{
		position: absolute;
		z-index: 3;
		top: -10px;
		width: 120px;
	}
}
@media screen and (max-width:580px) {
	#navigation img{
		position: absolute;
		z-index: 3;
		top: -10px;
		width: 100px;
	}
}
.nav-link {
	font-size: 16px;
	margin-right: 10px !important;
}

.nav-link:hover {
	color: white !important;
}

.nav-item {
	display: block;
	vertical-align: middle;
}

.btn-nav {
	background-color: #ff4d54;
	color: white !important;
/*	font-weight: bold;*/
	border: 3px solid #ff4d54;
}
.btn-nav:hover {
	background-color: white;
	color: #ff4d54 !important;
	border: 3px solid #ff4d54;
}

.nav-button{
	/*background-color: #ff4d54;*/ 
	height: 35px; 
  color: black !important;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

.nav-button:hover {
	color: #ff4d54 !important;
	background-color: white;
	border-radius: 4px;
}
/*BOOTCAMP*/
#section-bootcamp p{
 	 font-family: BobbyJones;
 	 font-size: x-large;
}
.span-negro{
	color: #121212;
}
.span-rojo{
	color: #ff4d54;
}
.span-amarillo{
	color: #fd9400;
}
.span-morado{
	color: #7452a4;
}
.span-azul{
	color: #75c5d0;
}
.span-verde{
	color: #70c494;
}
#section-bootcamp-precios{
	background-color: #70c494;
}

.btn-bootcamp {
		font-size: 22px;
		background-color: white ;
		color: #70c494 ;
		border: 3px solid white ;
		font-weight: bold;
	}
.btn-bootcamp:hover {
	background-color: #70c494;
	color: white;
	border: 3px solid white ;
}

#estrella-grande{
	position: relative;
	top: -100%;
	left: 35%;
}
#estrella-mediana{
	position: relative;
	top: -50%;
	left: -30%;
}
#estrella-chica{
	width: 25px;
	position: relative;
	top: -16%;
	left: 30%;
}
/*END BOOTCAMP*/


/*Congreso*/
/*
Colores: 
rojo: ff4d54
amarillo: fd9400
morado: 7452a4
azul: 75c5d0
*/

@media screen and (min-width:620px) {
	.margin-left{
		margin-left: 30px;
	}
}
.img-center{
	text-align: center;
}
.division-nosotros{
	transform: scaleY(-1);
	position: relative;
	top: -20px;
	z-index: 5;
}
.border-left-blue{
	border-left: 12px solid #75c5d0;
	border-radius: 25%;
	height: 50px;
}
#section-congreso h3{
	font-size: 50px;
}
.div-rojo{
	background-color: #ff4d54;
	color: white;
	border-radius: 25px;
	width: auto;
	height: auto;
	min-height: 160px;
}
.div-azul{
	background-color: #75c5d0;
	color: white;
	border-radius: 25px;
	width: auto;
	height: auto;
	min-height: 160px;
}
.div-verde{
	background-color: #70c494;
	color: white;
	border-radius: 25px;
	width: auto;
	height: auto;
	min-height: 160px;
}
.btn-primary-rojo {
    padding: 5px 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: #ff4d54;
}
.btn-primary-azul {
    padding: 5px 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: #75c5d0;
}
.btn-primary-verde{
    padding: 5px 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: #70c494;
}
.btn-primary-rojo:hover{
    padding: 5px 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: black;
    text-decoration: none;
}
.btn-primary-azul:hover{
    padding: 5px 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: black;
    text-decoration: none;
}
.btn-primary-verde:hover{
    padding: 5px 25px;
    background-color: white;
    border-color: white;
    border-radius: 20px;
    color: black;
    text-decoration: none;
}

#congreso h4{
	font-size: 34px;
	font-weight: normal;
}

.border-left-white{
	border-left: 12px solid white;
	border-radius: 25%;
	height: 50px;
}

/*****************END CONGRESO****************/
/*NOSOTROS*/
/*
Colores: 
rojo: ff4d54
amarillo: fd9400
morado: 7452a4
azul: 75c5d0
*/

@media screen and (min-width:620px) {
	.margin-left{
		margin-left: 30px;
	}
}
.img-center{
	text-align: center;
}
.division-nosotros{
	transform: scaleY(-1);
	position: relative;
	top: -20px;
	z-index: 5;
}
.border-left-red{
	border-left: 12px solid #ff4d54;
	border-radius: 25%;
	height: 50px;
}
#section-nosotros h3{
	font-size: 50px;
}
#mision-rojo{
	background-color: #ff4d54;
	border-radius: 5%;
	width: 340px;
	height: 260px;
}
#mision-azul{
	background-color: #75c5d0;
	border-radius: 5%;
	width: 340px;
	height: 260px;
}
#mision-verde{
	background-color: #70c494;
	border-radius: 5%;
	width: 340px;
	height: 260px;
}
#misiones img{
	width: 70px;
}
#misiones h4{
	font-size: 34px;
	font-weight: normal;
}

.border-left-white{
	border-left: 12px solid white;
	border-radius: 25%;
	height: 50px;
}

/*****************END NOSOTROS****************/
/*****************DIRECTORIO****************/
/*
morado: 7452a4
*/

.division-directorio{
	position: relative;
	top: 18px;
	z-index: 5;
}
#directorio{
	background-color: #7452a4;
}
#directorio th{
	color: #7452a4;
}

.btn-directorio {
		font-size: 20px;
		min-width: 140px;
		background-color: white ;
		color: #7452a4 ;
		border: 3px solid white ;
		font-weight: bold;
	}
.btn-directorio:hover {
	background-color: #7452a4;
	color: white;
	border: 3px solid white ;
}

@media screen and (max-width: 580px) {
  #directorio body {
    font-size: 16px;
    line-height: 22px;
  }
}


.table {
  min-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
#directorio .table-row {
  display: table-row;
  background: #f6f6f6;
}
#directorio .table-row.header {
  font-weight: 900;
  color: #7452a4;
  background: #ffffff;
}
.cell {
  padding: 6px 12px;
  display: table-cell;
}
/*****************END DIRECTORIO****************/
/*****************START CONTACTo****************/


.division-contacto{
	transform: scaleY(-1);
	position: relative;
	z-index: 5;
	top: -67px;
}
#contacto{
	background-color: #75c5d0;
}
.form-control{
	height: 50px;
	border-radius: 15px;
}
.btn-contacto {
		font-size: 20px;
		min-width: 140px;
		background-color: white ;
		border-radius: 15px;
		color: #636060 ;
		border: 3px solid white ;
		font-weight: bold;
	}
.btn-contacto:hover {
	background-color: white;
	color: #75c5d0;
	border: 3px solid white ;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 18px;
  color: #636060 !important;
  font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  color: #636060 !important;
  font-weight: bold;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  color: #636060 !important;
  font-weight: bold;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  color: #636060 !important;
  font-weight: bold;
}
/*****************END CONTACTO****************/

/*footer*/

.bg-footer {
	background-color: white;
	color: #ff4d54;
}

.bg-footer a{
	color: #ff4d54;
}

.bg-footer img{
	width: 40px;
}
.bg-directory{
	background-color: white;
	height: 320px;
  line-height: 24px;
}
.line-break-anywhere{
	line-break: anywhere;
}

.clamp-line{
  display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
/**/
.form-control: focus{
	color: #000;
}
.second{
	width: 100%;
	height: auto;
	background-color: white;
	border-radius: 4px;
}
.text1{
	font-size: 13px;
    font-weight: 500;
    color: #56575b;
}
.text2{
	font-size: 13px;
    font-weight: 500;
    margin-left: 6px;
    color: #56575b;
}
.text3{
	font-size: 13px;
    font-weight: 500;
    margin-right: 4px;
    color: #828386;
}
.text3o{
	color: #00a5f4;

}
.text4{
	font-size: 13px;
    font-weight: 500;
    color: #828386;
}
.text4i{
	color: #00a5f4;
}
.text4o{
	color: white;
}
.thumbup{
	font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
}
.morado-text{
	color: #7452a4;
}
.text-word-break{
	word-break: break-word;
}
.video-witdh-height{
	width: 90%;
	height: 95%;
}