@font-face{
	font-family: "alo";
	src: url("fonts/good times rg.ttf");
}
/*-----------------------------------------------------------------------------------

    Template Name: University Educational HTML 5 Template
    Template URI: 
    Description: This is html5 template
    Author: Perculatheme
    Author URI: http://perculatheme.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1.Theme Default CSS (body, link color, section etc)
	2.Header-area
		2.1.Header-top-area
		2.2.Header-bottom-area
	3.Slider-area
	4.Course-area
		4.1.Cousre-sidebar-area
		4.2.Latest news	
	5.Callto-action-area
	6.Event-area
    7.Video-area
	8.Testimonial-area
	9.Brand-area
	10.Footer-area
	11.Home2 style 
		11.1.Header-area
		11.2.Course style 
	12.Breadcumb-area
	13.Sidebar-area
	14.Course-area-details
	15.Teacher-wrapper-area
	16.Blog-style
		16.1.Blog-details-area
	17.About-style
	18.Funfact-area	
	19.Contact-style
		19.1.Mail
	
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/

/*.-----------------------
 1.Theme Default CSS
 --------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,700i,900|Montserrat:300,400,500,600,700');
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.clear:before,
.clear:after {content: " ";display: table;}
.clear:after {clear: both;}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
	background: #ffffff;
	color: #242424;
	font-family: 'Lato', sans-serif;
	line-height:25px;
}
.floatleft {float:left}
.floatright {float:right}
img {
	max-width:100%;
	height:auto;
}
.fix {overflow:hidden}
p {
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	color: #242424;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
}
input, button{transition:all .5s;}
a {
	transition: all 0.5s ease 0s;
	text-decoration:none; 
	color:#242424;
}
a:hover {
	color: #14a5e4;
	text-decoration: none;
}
a:active, a:hover, a:focus { 
	outline: none;
	text-decoration:none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.bg-1{background:#174873;}
.bg-2{background:#f5f4f4;}

.ptb-20{padding:20px 0px;}
.ptb-40{padding:40px 0px;}
.ptb-60{padding:60px 0px;}
.ptb-80{padding:80px 0px;}
.ptb-120{padding:120px 0px;}
.ptb-100{padding:100px 0px;}
.ptb-200{padding:180px 0px;}

.mb-50{	margin-bottom:50px;}
.mb-40{	margin-bottom:40px;}
.bg-img-2{background:url(img/bg/2.jpg)no-repeat scroll center center / cover;}
.bg-img-3{background:url(img/bg/3.jpg)no-repeat scroll center center / cover;}

a#scrollUp {
	bottom: 50px;
	position: fixed;
	right: 30px;
	background: #174873;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 45px;
	border-radius: 3px;
}
a#scrollUp:hover{
	background:#14a5e4;
}
.header-bottom.sticky {
	background: #fff none repeat scroll 0 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.5s ease 0s;
	z-index: 999999;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.home2-header-bottom.sticky{
	background:#174873;
}
.home2-header-bottom .mainmenu ul > li {
	padding: 40px 0;
}
.home2-header-bottom .mainmenu ul li > ul li{padding:0px;}

/*.-------------------------
 2.Header-area start
 --------------------------*/
	/*.------------------------
	2.1.Header-top-area
	--------------------------*/
 
.header-top-left ul{
	display:inline-block;
	position:relative;
	margin-right:10px;
	padding-right:10px;
}
.header-top-left ul:before,.header-top-right ul li:before{
	position:absolute;
	right:-6px;
	content:"|";
	top:0;
	color:#fff;
}
.header-top-left ul:last-child:before{display:none}
.language li{
	position:relative;
}
.language li > ul,.mainmenu ul li > ul{
	position:absolute;
	left:0;
	top:100%;
	width:120px;
	background:#fff;
	transform:scaleY(0);
	transform-origin:top;
	opacity:0;
	visibility:hidden;
	transition:all .5s;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	z-index:999;
	padding:0px;
}
.language li:hover > ul,.mainmenu ul li:hover > ul{
	transform:scaleY(1);
	opacity:1;
	visibility:visible;
}
.language li > ul li{display:block}
.language li > ul li a{
	color:#174873;
	padding:5px 10px;
	display:block;
	border-bottom:1px solid #e1e1e1;
}
.language li > ul li:hover a{
	background:#14a5e4;
	color:#fff;
}
.language li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.language li a i{margin-left:5px;}
.socil-icon li{
	display:inline-block;
	margin:0px 5px;
}
.socil-icon li a{
	color:#fff;
}
.header-top-right ul li{
	position:relative;
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
}
.header-top-right ul li::before {
	left: -4px;
	right: auto;
}
.header-top-right ul li:first-child:before{display:none}
.header-top-right ul li a{
	color:#fff;
}
.header-top-right ul li a i.fa-user{margin-left:5px;}
.header-top-right ul li a i.fa-unlock-alt{margin-right:5px;}
.header-top a:hover{color:#14a5e4}

/*.-------------------------
 2.2.Header-bottom-area
 --------------------------*/
.logo {
	margin: 10px 0;
}
.mainmenu ul li {
	display: inline-block;
	margin: 0 25px;
	padding: 31px 0;
	position: relative;
}
.mainmenu ul li:last-child{
	margin-right:0px;	
}
.mainmenu ul li a{
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.mainmenu ul li:hover a,.mainmenu ul li.active a{
	color:#14a5e4;
}
.mainmenu ul li > ul {
	text-align: left;
	width: 200px;
	
	padding:0px;
}
.mainmenu ul li > ul li{
	display:block;
	padding:0px 0px;
	margin:0px;
}
.mainmenu ul li > ul li a {
	border-bottom: 1px solid #e1e1e1;
	color: #242424 !important;
	display: block;
	padding: 10px 20px;
	text-transform: capitalize;
}
.mainmenu ul li > ul li:last-child a,.language li > ul li:last-child  a{border-bottom:none}
.mainmenu ul li > ul li:hover a{
	background:#14a5e4;
	color:#fff !important;
}
.custom-nav-item {
    font-size: .8rem; /* Aumenta el tamaño de la fuente */
    margin-right: 1rem; /* Espacio entre los elementos del menú */
}
.custom-nav-link {
    padding: 0.75rem 1.25rem; /* Espacio interior del enlace */
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
  display: none;
}
.responsive-menu-wrap .slicknav_menu {
  background:none;
  padding: 0;
}
.responsive-menu-wrap .slicknav_btn {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 38px 0;
	text-decoration: none;
	text-shadow: none;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
	background: #000 none repeat scroll 0 0;
	border-radius: 1px;
	box-shadow: none;
	display: block;
	height: 2px;
	width: 25px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon {
	float: none;
	height: 0;
	margin: 0;
	width: 0;
}
.responsive-menu-wrap .slicknav_nav {
	background: #174873 none repeat scroll 0 0;
	clear: both;
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	top: 89px;
	width: 270px;
	z-index: 9999;
}
.responsive-menu-wrap .slicknav_nav a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 6px;
  color: #14a5e4;
}
.responsive-menu-wrap .slicknav_nav a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
}
.responsive-menu-wrap .slicknav_nav a i{display:none}

/*.-------------------------
 3.Slider-area
 --------------------------*/
.opacity-background{
	position:relative;
	z-index:9;
}
.opacity-background:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background:#174873;
	opacity:.4;
	z-index:9;
}
.single-slider{
	position:relative;
}
.slider-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
}
.table {
	display: table;
	margin: 0;
	height:100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.slider-content h2{
	font-weight:400;
	color:#fff;
	font-size:60px;
	line-height:71px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.slider-content p{
	color:#fff;
	margin-bottom:35px;
}
.slider-content a{
	text-transform:uppercase;
	display:inline-block;
	padding:10px 15px;
	border:2px solid #fff;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
}
.slider-content a:hover{
	background:#14a5e4;
	border-color:#14a5e4;
}
.slider-active .owl-nav div {
	background: rgba(23, 72, 115, 0.3) none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 85px;
	color: #fff;
	font-size: 24px;
	height: 55px;
	left: 19.85%;
	line-height: 52px;
	position: absolute;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 55px;
}
.slider-active .owl-nav div:hover{
	background:#14a5e4;
}
.slider-active .owl-nav div.owl-next{
	left: 22.75%;
}
/*.-------------------------
 4.Course-area
 --------------------------*/
.section-title{
	font-size:30px;
	font-weight:600;
	color:#fff;
	background:#174873;
	padding:10px 15px;
	display:inline-block;
	position:relative;
	margin-bottom:30px;
}
.section-title::before {
	border-color: #174873 transparent transparent;
	border-style: solid;
	border-width: 10px;
	bottom: -20px;
	content: "";
	left: 10px;
	position: absolute;
}
.course-item{margin-bottom:25px;}
.course-item{
	background:#fff;
	padding:10px;
}
.course-img {overflow:hidden}
.course-img img{
	width:100%;
	transform:scale(1);
	transition:all .5s;
}
.course-item:hover .course-img img{
	transform:scale(1.1);
}
.course-content{
	padding:25px 20px 20px;
}
.course-content h3{
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
}
.course-meta ul li{
	display:inline-block;
	margin-right:20px;
}
.course-meta{margin-bottom:10px;}
.course-meta ul li:last-child{margin-right:0px;}
.course-meta ul li i{
	margin-right:10px;
}
.course-content p{
	margin-bottom:20px;
}
.btn-style{
	padding:10px 30px;
	display:inline-block;
	background:#174873;
	color:#fff;
	text-transform:uppercase;
	border-radius:2px;
}
.btn-style:hover{
	background:#14a5e4;
	color:#fff;
}
.course-active{
	padding-bottom:85px;
	position:relative;
}
.course-active::before {
	background: #14a5e4 none repeat scroll 0 0;
	bottom: 23px;
	content: "";
	height: 2px;
	left: 15px;
	position: absolute;
	width: 82.2%;
}
.course-active .owl-nav div{
	height:50px;
	width:50px;
	border:1px solid #14a5e4;
	position:absolute;
	right:15px;
	border-radius:50%;
	bottom:0px;
	text-align:center;
	line-height:45px;
	font-size:30px;
	color:#14a5e4;
	transition:all .5s;
}
.course-active .owl-nav div:hover{
	background:#14a5e4;
	color:#fff;
}
.course-active .owl-nav div.owl-next{
	right:75px;
}
/*.-------------------------
 4.1.Cousre-sidebar-area
 --------------------------*/

.course-sidebar-wrap {
	background: #FFFFFF none repeat scroll 0 0;
	border-radius: 5px;
	margin-top: -710px;
	padding: 15px 30px;
	position: relative;
	z-index: 99;
	margin-bottom:10px;
}
.course-sidebar-menu ul{overflow:hidden}
.course-sidebar-menu {
	border-bottom: 1px dotted #14a5e4;
	padding-bottom: 25px;
	margin-bottom:65px;
}
.course-sidebar-menu ul li{
	float:left;
	width:50%;
	text-align:center;
}
.course-sidebar-menu ul li a {
  font-weight: 500;
  color: #14a5e4;
  font-family: 'Montserrat', sans-serif;
}
.course-sidebar-menu ul li a:hover,.course-sidebar-menu ul li.active a{
	color:#00f;
} 
.upload-wrap {
	border-bottom: 1px dotted #14a5e4;
	padding-bottom: 65px;
}
.upload-wrap label i {
	color: #fff;
	cursor: pointer;
	font-size: 45px;
}
.upload-wrap button {
	display: block;
	margin: auto;
	border:none;
	background:transparent;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.course-from label{
	font-weight:700;
	color:#14a5e4;
	text-transform:uppercase;
	margin-bottom:5px;
	display:block;
	font-family: 'Montserrat', sans-serif;
}
.course-from label span{
	color:#14a5e4;
}
.course-from ul li{
	padding:10px 10px 10px;
	border-bottom: 1px dotted #14a5e4;
	overflow:hidden;
}
.course-from input,.course-from select{
	width:100%;
	height:35px;
	border-radius:3px;
	background:#14a5e4;
	border:1px solid #14a5e4;
	padding-left:10px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:12px;
}
.course-from input.deat {
	float: left;
	margin-right: 15px;
	width: 46.4%;
}
.course-from input.deat2{
	width:48%;
}
.course-from input::-webkit-input-placeholder {
	opacity:1;
	color:#fff;
}
.course-from input::-moz-placeholder {
	opacity:1;
	color:#fff;
}
.course-from input:-ms-input-placeholder {
	opacity:1;
	color:#fff;
}
.course-from input:-moz-placeholder { 
	opacity:1;
	color:#fff;
}
.course-from input[type="date"]:last-child{margin-right:0px;}
.course-from p{
	color:#fff;
}
.next-page a {
	color: #fff;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
}
.next-page a:hover{color:#14a5e4}

.preview-wrap img {
	margin-bottom: 30px;
	width: 100%;
}
.preview-wrap h3,.preview-wrap h4{
	color:#fff;
	margin-bottom:20px;
}
.preview-wrap span{
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
	font-weight:500;
}
.preview-wrap p{color:#fff;}

/*.-------------------------
 4.2.Latest news	
 --------------------------*/

.latest-news-wrap{
	border-radius:5px;
	background:#174873;
}
.news-title{
	padding:5px 0px;
	background:#14a5e4;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	text-align:center;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	margin-bottom:0px;
}
.latest-news{
	padding:25px 30px 30px 24px;
}
.latest-news ul li {
	border-bottom: 1px dotted #14a5e4;
	color: #fff;
	margin-bottom: 22px;
	padding: 0 11px 22px;
}
.latest-news ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.latest-news ul li span i{
	margin-right:10px;
}
.latest-news ul li a{
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
}
.latest-news ul li a:hover{
	color:#14a5e4;
}

/*.-------------------------
 5.Callto-action-area	
 --------------------------*/

.callto-action-area{
	padding:125px 0px;
	background:url(img/bg/1.jpg)no-repeat scroll center center / cover;
	position:relative;
}
.callto-action-area:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#092d5c;
	content:"";
	opacity:.90;
}
.callto-action-area p{
	color:#fff;
	font-size:30px;
	line-height:41px;
}
.callto-action-area p strong{display:block}
.callto-action-area button {
	background: #14a5e4 none repeat scroll 0 0;
	border: 1px solid #14a5e4;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 13px 0;
	padding: 15px 50px;
	text-transform: uppercase;
}
.callto-action-area button:hover{
	background:#fff;
	color:#14a5e4;
	border-color:#fff;
}
/*.-------------------------
 6.Event-area	
 --------------------------*/
.width-one{
	width:16.66%;
	float:left;
}
.width-two{
	width:33.333%;
	float:left;
}
.width-three{
	width:50%;
	float:left;
}
.event-wrap ul li{
	overflow:hidden;
	margin-bottom:30px;
	background:#f1f1f1;
}
.event-wrap ul li:last-child{margin-bottom:0px;}
.event-time {
	background: #14a5e4 none repeat scroll 0 0;
	padding: 63px 25px;
	text-align:center;
}
.event-time strong {
	color: #fff;
	display: block;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.event-time span{
	color:#fff;
	text-transform:uppercase;
}
.event-content {
	padding: 24px 50px;
}
.event-content h3 {
	font-size:18px;
	margin-bottom:3px;
	font-weight:600;
}
.event-content span{
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
.event-img img{width:100%}
.event-time2{background:#174873}

/*.-------------------------
 7.Video-area	
 --------------------------*/
 
.video-area.opacity-background {
	color: #fff;
	height:800px;
	z-index: 1;
	position:relative;
}
.video-area.opacity-background:before{
	z-index:-1;
	opacity:.75;
}
.video-area .video-js {
	background-color: transparent;
	display: block;
	font-size: 10px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: 999;
}
.video-area .video-js .vjs-big-play-button {
	left: 50%;
	line-height: 45px;
	position: absolute;
	top: 58%;
	transform: translate(-50%, -50%);
	border:none;
	background:none;
}
.video-area .vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
	content: "";
	font-family: fontawesome;
	font-size: 80px;
}
.video-wrap {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 45%;
	transform: translateY(-50%);
}
.video-wrap h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
}
.video-wrap a{
	color:#fff;
	font-size:80px;
	display:inline-block;
	margin-top:20px;
}
.video-wrap a:hover{
	color:#14a5e4;
}
/*.-------------------------
 8.Testimonial-area	
 --------------------------*/
.subscribe-wrap{
	padding:80px 30px;
	border-radius:5px;
}
.subscribe-wrap img {
	margin-bottom: 20px;
}
.subscribe-wrap h2 {
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 20px;
}
.subscribe-wrap h2 span{
	display:block;
	font-weight:700;
}
.subscribe-wrap input{
	height:60px;
	width:100%;
	background:#fff;
	border:1px solid #fff;
	margin-bottom:20px;
	border-radius:5px;
	padding-left:10px;
}
.subscribe-wrap input::-webkit-input-placeholder {
	color:#242424;
	text-align:center;
	font-family: "Montserrat",sans-serif;
	font-weight:600;
}
.subscribe-wrap input::-moz-placeholder {
	color:#242424;
	text-align:center;
	font-family: "Montserrat",sans-serif;
	font-weight:600;
}
.subscribe-wrap input:-ms-input-placeholder {
	color:#242424;
	text-align:center;
	font-family: "Montserrat",sans-serif;
	font-weight:600;
}
.subscribe-wrap input:-moz-placeholder { 
	color:#242424;
	text-align:center;
	font-family: "Montserrat",sans-serif;
	font-weight:600;
}
.subscribe-wrap button{
	font-size:18px;
	font-weight:600;
	color:#fff;
	font-family: "Montserrat",sans-serif;
	height:60px;
	width:100%;
	border-radius:5px;
	background:#14a5e4;
	border:1px solid #14a5e4;
	text-transform:uppercase;
}
.subscribe-wrap button:hover{
	background:#fff;
	border-color:#fff;
	color:#14a5e4;
}
.test-wrap {
	background:#14a5e4;
	padding:65px 80px;
	border-radius:5px;
	color:#fff;
}
.test-wrap h2 {
	color: #fff;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 5px;
}
.test-wrap h2 span{
	display:block;
	font-weight:400;
}
.test-wrap p{
	margin-bottom:30px;
}
.test-img{
	height:83px;
	width:83px;
	margin:0px auto 15px;
}
.test-img img{
	border-radius:50%;
}
.test-wrap h3{
	font-size:18px;
	font-weight:600;
	color:#fff;
	margin-bottom:0px;
}
.test-wrap span{
	font-family: "Montserrat",sans-serif;
}
.test-active {
	padding-bottom:30px;
}
.test-active .owl-dots{
	position:absolute;
	left:0;
	bottom:-7px;
	right:0;
	text-align:center;
}
.test-active .owl-dot{
	height:10px;
	width:10px;
	border:2px solid #fff;
	display:inline-block;
	margin:0px 5px;
	transition:all .5s;
}
.test-active .owl-dot.active,.test-active .owl-dot:hover{
	background:#fff;
}
/*.-------------------------
 9.Brand-area
 --------------------------*/
.brand-item  {
 overflow: hidden;
}
.brand-item img {
  opacity: .5;
}
.brand-active .owl-item.center .brand-item img{
	opacity:1;
}
/*.-------------------------
 10.Footer-area 
 --------------------------*/
.footer-top{
	background:#242424;
	color:#fff;
}
.footer-widget img{
	margin-bottom:40px;
}
.footer-widget .socil-icon{
	margin-top:35px;
	font-size:18px;
}
.footer-widget .socil-icon a:hover{color:#14a5e4} 
.footer-widget h2{
	color:#fff;
	font-weight:400;
	margin-bottom:20px;
}
.footer-menu {
	padding-left:35px;
	border-left:1px solid #454545;
}
.footer-menu ul li{
	margin-bottom:10px;
}
.footer-menu ul li:last-child{margin-bottom:0px;}
.footer-menu ul li a{
	color:#fff;
}
.footer-menu ul li a:hover{
	color:#14a5e4;
}
.footer-bottom{
	padding:40px 0px;
	background:#2e2d2d;
    bottom: 0;

}
.copyright {
	text-align:center;
	font-size:18px;
	color:#fff;
	font-family: "Montserrat",sans-serif;
	text-transform:uppercase;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color:#14a5e4;
}

/*.-------------------------
 11.Home2 style 
 --------------------------*/
	/*.-------------------------
	11.1.Header-area 
	--------------------------*/
.header-area{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:999;
}
.header-area .mainmenu ul li:hover a, .header-area .mainmenu ul li.active a{
	color:#14a5e4;
}
.header-area .mainmenu ul li a {
  color: #fff;
}
.home2-slider-area .opacity-background:before{
	opacity:.5;
}
.home2-slider-area .slider-active .owl-nav div {
	bottom: auto;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
}
.home2-slider-area .slider-active .owl-nav div.owl-next{
	left:auto;
	right:90px;
}
/*.-------------------------
11.2.Course style 
--------------------------*/
.home2-course-sidebar-area .course-from li:first-child {
  padding-top: 0;
}
.home2-course-sidebar-area .course-from {
  padding: 0 10px;
}
.home2-course-sidebar-area .course-sidebar-menu, .home2-course-sidebar-area,.upload-wrap{
  margin-right: 10px;
}
.home2-course-sidebar-area .course-sidebar-wrap {
	margin-right: -10px;
	margin-top: -130px;
}
.course-active2 .owl-nav div {
	font-size: 30px;
	left: -10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition:all .5s;
}
.course-active2 .owl-nav div:hover{
	color:#14a5e4;
}
.course-active2 .owl-nav div.owl-next{
	left:auto;
	right:-10%;
}
.course-menu{
	margin-bottom:45px;
}
.course-form ul li{
	display:inline-block;
	margin-right:30px;
}
.course-form ul li select{
	height:40px;
	border:1px solid #8c8c8c;
	color:#8c8c8c;
	padding:0px 10px 0px 25px;
	background:transparent;
	width:195px;
}
.course-form ul li select.select-form{
	width:290px;
}
.course-menu ul li{
	display:inline-block;
	margin-left:25px;
}
.course-menu ul li:first-child{
	margin-left:0px;
}
.course-menu ul li a {
	border: 1px solid #8c8c8c;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.course-menu ul li.active a{
	color:#14a5e4;
}

.course-list-active .course-img{
	float:left;
}
.course-list-active .course-content {
	margin-left: 370px;
	padding: 35px 20px 35px;
}
.course-list-active .course-meta {
	margin-bottom: 25px;
}
.course-list-active .course-content p {
	margin-bottom: 30px;
}
.mb-0{margin-bottom:0px;}

/*.-------------------------
12.Breadcumb-area
--------------------------*/
.breadcumb-area{
	padding:70px 0px;
}
.breadcumb-wrap h2{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.breadcumb-wrap ul li{
	display:inline-block;
	color:#fff;
	margin:0px 3px;
	font-weight:600;
	font-family: "Montserrat",sans-serif;
	text-transform:capitalize;
}
.breadcumb-wrap ul li a{
	color:#fff;
}
.breadcumb-wrap ul li a:hover{color:#14a5e4}
.course-col3{
	padding-bottom:70px;
}
.course-col3.course-active2 .owl-nav div {
	border: 1px solid #242424;
	border-radius: 50%;
	bottom: -20px;
	height: 40px;
	left: 46%;
	line-height: 36px;
	text-align: center;
	top: auto;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	width: 40px;
}
.course-col3.course-active2 .owl-nav div.owl-next {
	left: auto;
	right: 46%;
}
.course-col3.course-active2 .owl-nav div:hover{
	background:#14a5e4;
	color:#fff;
	border-color:#14a5e4;
}

/*.-------------------------
13.Sidebar-area 
--------------------------*/

.sidebar-wrap h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
}
.sidebar-menu ul li {
	display:block;
	overflow:hidden;
}
.sidebar-menu ul li {
	border-bottom: 1px solid #e0dfdf;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-right: 20px;
}
.sidebar-menu ul li:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}
.catagoryes ul li{
	display:block;
}
.catagoryes ul li a{
	font-size:18px;
	margin-bottom:15px;
	display:inline-block;
	padding-left:35px;
	position:relative;
}
.catagoryes ul li a:hover{color:#242424}
.catagoryes ul li a::before {
	border: 1px solid #2a2a2a;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 12px;
	transition:all .5s;
}
.catagoryes ul li a:hover:before{
	background:#14a5e4;
	border-color:#14a5e4;
}
.catagoryes ul li:last-child a{margin-bottom:0px;}
.latest-course ul li{
	overflow:hidden;
	margin-bottom:35px;
}
.latest-course ul li:last-child{margin-bottom:0px;}
.latest-course-img{
	float:left;
}
.latest-course-content{
	margin-left:165px;
	font-family: "Montserrat",sans-serif;
}
.latest-course-content a{
	font-size:18px;
	display:inline-block;
	margin-bottom:15px;
}
.latest-course-content span{
	display:block;
}
.course-sidebar.course-active .owl-nav div.owl-next {
  right: auto;
  left: 44%;
}
.course-sidebar.course-active .owl-nav div {
  right: 42%;
}
.course-sidebar.course-active::before {
	display: none;
}
.search-wrap form{
	position:relative;
}
.search-wrap input {
	border: 1px solid #8c8c8c;
	height: 50px;
	padding-left: 15px;
	padding-right: 40px;
	width: 100%;
	background: transparent;
}
.search-wrap button{
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:100%;
	background:transparent;
	border:none;
	color:#8c8c8c;
}
.search-wrap button:hover{
	color:#14a5e4;
}
/*.-------------------------
14.Course-area-details
--------------------------*/
.course-details-area .course-wrap img{
	margin-bottom:55px;
}
.course-details-area .course-wrap h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.course-details-area .course-wrap p{
	margin-bottom:50px;
}
.course-details-area .course-wrap h4 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 18px;
	text-transform: uppercase;
}
/*--------------------------
14.Course-area-details
---------------------------*/
/*-------------------------
15.Teacher-wrapper-area
--------------------------*/

.teacher-item{margin-bottom:30px}
.teacher-img{
	float:left;
}
.teacher-title{
	font-size:30px;
	font-weight:600;
}
.teacher-info {
	margin-left:230px;
	padding-top:15px;
}
.teacher-info h4{
	margin-bottom:0px;
	font-weight:400;
	text-transform:uppercase;
	font-size:24px;
}
.teacher-info span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.teacher-info p{
	margin-bottom:10px;
}
.teacher-info ul li{
	display:inline-block;
	margin-right:20px;
	color:#
}
.teacher-info ul li:nth-child(1) a{
	color:#3b5998;
}
.teacher-info ul li:nth-child(2) a{
	color:#55acee;
}
.teacher-info ul li:nth-child(3) a{
	color:#007bb5;
}
.teacher-info ul li:nth-child(4) a{
	color:#dd4b39;
}
.teacher-info ul li:nth-child(5) a{
	color:#125688;
}
.registration{
	padding:15px 40px;
	text-transform:uppercase;
	background:#14a5e4;
	color:#fff;
	font-size:24px;
	font-weight:600;
	margin-top:50px;
	border:1px solid #14a5e4;
	border-radius:5px;
	font-family: "Montserrat",sans-serif;
}
.registration:hover{
	background:#174873;
}

/*.-------------------------
16.Blog-style
--------------------------*/

.blog-area .btn-style{
	padding:0px;
	background:none;
	text-transform:capitalize;
	color:#242424;
}
.blog-area .btn-style:hover{
	color:#14a5e4;
}

/*.-------------------------
16.1.Blog-details-area
--------------------------*/

.blog-details-wrap{
	margin-bottom:20px;
	overflow:hidden;
}
.blog-details-wrap img{
	margin-bottom:30px;
}
.blog-details-wrap h3{
	font-weight:600;
	margin-bottom:0px;
}
.blog-meta{
	margin-bottom:25px;
}
.blog-meta ul li{
	display:inline-block;
	padding-right:25px;
    padding-left: 25px;
	position:relative;
    margin-right: 25px;

}
.blog-meta ul li i{

	margin-right:6px;


}
.blog-meta ul li:before{
	position:absolute;
	left:-8px;
	top:0;
	content:  "\00BA";
        font-size:1.5em;
}
.blog-meta ul li:first-child:before{
	display:none;
}
.blog-details-wrap p{
	margin-bottom:35px;
}
.blog-details-wrap blockquote {
	border: medium none;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 50px;
}
.comment-wrap h3{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #e0dfdf;
}
.comment-wrap ul li{
	padding-bottom:35px;
	margin-bottom:40px;
	border-bottom:1px solid #e0dfdf;
}
.comment-item2{
	padding-left:105px;
}
.comment-img{
	float:left;
	border-radius:50%;
}
.comment-img img{
	border-radius:50%;
}
.comment-info {
	margin-left:130px;
	position:relative;
}
.comment-info h4{margin-bottom:0px;}
.comment-info h4 a{
	font-size:24px;
	font-weight:600;
}
.comment-info span{
	font-size:18px;
	font-weight:400;
}
.comment-info a.reply{
	position:absolute;
	right:0;
	top:0;
}
.comment-form h3{
	font-weight:600;
	margin-bottom:30px;
}
.comment-form input, .comment-form textarea{
	width:100%;
	height:35px;
	border:1px solid #8c8c8c;
	padding-left:15px;
	margin-bottom:30px;
}
.comment-form textarea{
	height:220px;
	padding-top:10px;
}
.comment-form button{
	padding:5px 10px;
	background:#242424;
	color:#fff;
	font-size:16px;
	border:none;
}
.comment-form button:hover{
	background:#14a5e4;
}

/*.-------------------------
17.About-style
--------------------------*/

.teacher-area{
	padding:120px 0px 90px;
}
.test-wrap2.test-wrap {
	background: transparent;
	padding: 0;
}
.test-wrap2 i{
	font-size:30px;
	margin-bottom:15px;
}
.about-img{
	background:#fff;
	padding:45px;
}
.about-img img{
	width:100%;
}
.about-content {
	padding: 100px 0;
}
.about-content h3{
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:15px;
}
.about-content p{
	margin-bottom:25px;
}
.about-content ul li{
	margin-bottom:20px;
	position:relative;
	font-size:18px;
	padding-left:40px;
}
.about-content ul li:before{
	position:absolute;
	left:0;
	top:0;
	content:"\f00c";
	font-family:fontawesome;
	font-size:18px;
}
.about-project-area{position:relative}
.about-project {
  padding-right: 70px;
}
.about-project span{
	display:block;
}
.about-project h2{
	font-weight:400;
	line-height:54px;
	margin-bottom:25px;
}
.about-project p{
	margin-bottom:50px;
}
.about-project a{
	display:inline-block;
	padding:15px 35px;
	background:#14a5e4;
	color:#fff;
	font-size:18px;
	font-weight:600;
	font-family: "Montserrat",sans-serif;
	border-radius:25px;
}
.about-project a:hover{
	background:#174873;
}
.about-project-img {
	position: absolute;
	right: 100px;
	top: 110px;
}
/*.-------------------------
18.Funfact-area
--------------------------*/

.funfact-area{
	padding:100px 0;
	position:relative;
}
.funfact-area:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	opacity:.85;
}
.funfact-wrap span{
	font-size:65px;
	font-family: "Montserrat",sans-serif;
	font-weight:600;
	color:#14a5e4;
}
.funfact-wrap h2{
	color:#fff;
	font-size:24px;
	font-weight:600;
	margin-top:20px;
}
.funfact-wrap {color:#fff;}

/*.-------------------------
19.Contact-style
--------------------------*/

.contact-wrap {
  padding-right: 85px;
}
.contact-wrap h3{
	font-weight:400;
	margin-bottom:40px;
	text-transform:uppercase;
}

/*.-------------------------
19.1.Mail
--------------------------*/
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
}
.contact-form input, .contact-form textarea{
	height:40px;
	width:100%;
	background:#fff;
	padding-left:15px;
	border:none;
	margin-bottom:30px;
}
.contact-form textarea{
	height:150px;
	padding-top:15px;
}
.contact-form button{
	padding:10px 20px;
	background:#14a5e4;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
	border:none;
}
.contact-form button:hover{
	background:#174873;
}
#googleMap{
	height:500px;
	width:100%;
	margin-top:60px;
}
.area-404{
	background: rgba(20,166,228,1);
	background: -moz-linear-gradient(left, rgba(20,166,228,1) 0%, rgba(20,166,228,1) 50%, rgba(23,72,115,1) 50%, rgba(23,72,115,1) 71%, rgba(23,72,115,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,166,228,1)), color-stop(50%, rgba(20,166,228,1)), color-stop(50%, rgba(23,72,115,1)), color-stop(71%, rgba(23,72,115,1)), color-stop(100%, rgba(23,72,115,1)));
	background: -webkit-linear-gradient(left, rgba(20,166,228,1) 0%, rgba(20,166,228,1) 50%, rgba(23,72,115,1) 50%, rgba(23,72,115,1) 71%, rgba(23,72,115,1) 100%);
	background: -o-linear-gradient(left, rgba(20,166,228,1) 0%, rgba(20,166,228,1) 50%, rgba(23,72,115,1) 50%, rgba(23,72,115,1) 71%, rgba(23,72,115,1) 100%);
	background: -ms-linear-gradient(left, rgba(20,166,228,1) 0%, rgba(20,166,228,1) 50%, rgba(23,72,115,1) 50%, rgba(23,72,115,1) 71%, rgba(23,72,115,1) 100%);
	background: linear-gradient(to right, rgba(20,166,228,1) 0%, rgba(20,166,228,1) 50%, rgba(23,72,115,1) 50%, rgba(23,72,115,1) 71%, rgba(23,72,115,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14a6e4', endColorstr='#174873', GradientType=1 );
	min-height:800px;
	padding:115px 0px; 
}
.area-404 h2{
	color:#fff;
	font-weight:400;
}
.area-404 h2 a{
	color:#fff;
	text-align:right;
}
.area-404 img {
  margin: 165px 0px 165px 10px;
}
.area-404 p{
	font-family: "Montserrat",sans-serif;
	color:#fff;
	text-transform:uppercase;
}

.activo{
	color:green;
}
.inactivo{
	color:darkgray;
	
}
.fab {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}

.fab:hover {
opacity: 0.7;
}

.fa-whatsapp {
background: #45bbff;
color: white;
}
.btn-flotante{
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	padding: 18px 30px; /* Relleno del boton */
	position: sticky;
	bottom: 40px;
	left: 40px;
	transition: all 300ms ease 0ms;
	z-index: 9999;
}
.covid-info {
  position: fixed;
  left: 40px;
  bottom: 47px;
  font-weight: bold;
  color:white !important;
  text-shadow: 1px 2px 2px #000;
  z-index: -999999
}

.covid-button {
  position: fixed;
  left: 25px;
  bottom: 30px;

  display: block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 1.8em;
  padding: 5px 0 0 0;
  text-align: center;
  text-shadow: 2px 2px 2px rgb(177, 152, 9);
  background:#fed229 !important;
  box-shadow: 0 2px 5px rgba(138, 114, 7, 0.24), 0 4px 8px rgba(138, 114, 7, .38);
  color: #021c37 !important;

  animation-name: updown;
  -webkit-animation-name: updown;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;
}

.covid-button:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 5px 6px rgba(0,0,0,0.20);
  text-decoration: none;
  border: 2px solid #fff;
}

.covid-button:hover .covid-icon {
  width: 65%;
  transform: rotate(190deg);
  transform-style: preserve-3d;
  
}

.covid-icon {
  width: 75%;
  transition: all 1s linear;
}

@keyframes updown {
  50%{
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}

@-webkit-keyframes updown {
  50%{
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}

@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}








#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.nta-wa-gdpr label{
    color: inherit;
    font-size: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
	text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('../img/whatsapp_logo.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('../img/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('../img/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('../img/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: ''; 
    background: url(../img/whatsapp_logo_green.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(../img/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('../img/whatsapp_logo_green.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999999999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/whatsapp_logo.svg') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../img/x_icon.svg') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
.imgProfile{
	width:100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
/* ^^^--popup button--^^^ */

/*Calificaciones*/
.inputCal{
    width:35px;
}
.read{
    
    border:none;
}

/*Progresives circular*/
.box{
    position: relative;
    padding: 2px 0;    
   /* background: #222;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box .circle{
    position: relative;
    width:50px;
    height:50px;
    background: conic-gradient(from 0deg, var(--clr) 0%, var(--clr) 0% var(--i), #dddddd var(--i), #dddddd 100%);
    border-radius:50%;
    justify-content: center;
    align-items: center;
}
.box .circle::before{
    content:'';
    position:absolute;
    inset:5px;
    background:#fff;
    border-radius:50%;
}
.box h2{
    position: relative;
    text-align: center;
    font-size:1em;
    color:#222;
    font-weight: 600;
    margin-top:30%;
}
.box h2 span{
    font-size:0.8em;
    font-weight: 300;
}
#sticky-header{
    position: sticky;
}













