
/***************************************
Responsive
***************************************/

@media (max-width: 1370px) { }
@media (max-width: 1300px) { }
@media (max-width: 1200px) { }
@media (max-width: 990px)  { }
@media (max-width: 910px)  { }
@media (max-width: 768px)  { }
@media (max-width: 650px)  { }
@media (max-width: 568px)  { }
@media (max-width: 525px)  { }
@media (max-width: 430px)  { }
@media (max-width: 360px)  { }
@media (max-width: 320px)  { }


/***************************************
font
***************************************/


h1, h2, h3{
	font-family: 'Playfair Display', serif;
	
}

h4, h5, h6, li, a, p{
	font-family: 'Lato', sans-serif;
}

/***************************************
menu-dropdown
***************************************/

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.navbar-default .dropdown .dropdown-menu {
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #2d94cd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 150px;
	display: block;
	background-color: #fff;
}


.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  color: #000;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
   color: #2d94cd;
  transition: all 500ms ease;
}

.cdrop1down a{
  color: #000;
}

.cdrop1down a:hover{

}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}


.nav_2{
width: 150px;
height: 47px;
display: block;
background-image: url(../img/edutecno-02-wt.png);
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat;
}

.nav_1{
width: 150px;
height: 47px;
display: block;
background-image: url(../img/edutecno-01.png);
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat;
}


/***************************************
light
***************************************/

ul{
 list-style: none outside none;
 padding-left: 0;
 margin: 0;
}
        .demo .item{  margin-bottom: 60px;  }
		.item_2{margin-top: 50px;}
		.item_3{margin-top: 5px;}
		.content-slider li{   text-align: center;  color: #FFF; }
		.content-slider h3 {    margin: 0; padding: 70px 0; }
		.demo{ width: 800px; }



/***************************************
menu-active
***************************************/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    /* color: #fff; */
    /* text-transform: uppercase; */
    background: rgba(255, 255, 255, 0);
    border-bottom: 0px solid #22c3f6;
	box-shadow: inset 0 3px 9px rgba(0,0,0,.000);
}

.myactive a{
	    border-bottom: 0px solid #22c3f6;
}

#home .myactive1 a{
	    border-bottom: 2px solid #22c3f6;
}

#conocenos .myactive2 a{
	    border-bottom: 2px solid #22c3f6;
}

#cursos .myactive3 a{
	    border-bottom: 2px solid #22c3f6;
}

#news .myactive4 a{
	    border-bottom: 2px solid #22c3f6;
}

#contact .myactive6 a{
	    border-bottom: 2px solid #22c3f6;
}

#blog .myactive7 a{
	    border-bottom: 2px solid #22c3f6;
}

#noticias .myactive8 a{
	    border-bottom: 2px solid #22c3f6;
}

#eventos .myactive9 a{
	    border-bottom: 2px solid #22c3f6;
}
/***************************************
boton_standard
***************************************/





/***************************************
titles main
***************************************/

.title .min1ttitle{
	font-size: 1.0vw;
	color: #2d94cd;
	text-transform: uppercase;
	font-weight: 700;
}

.title h1{
	font-size: 2.1vw;
	margin: 3px 0px;
	font-weight: 700;

}


.title h2{
	font-size: 1.5vw;
    margin: 3px 0px;
    font-weight: 600;
}


/***************************************
Responsive titles main
***************************************/

@media (max-width: 1370px) { 
.title h1{
	font-size: 2.1vw;
	}
	
.title .min1ttitle{
	font-size: 1.0vw;
}	
	
.title h2{
	font-size: 1.5vw;
}	
	
}
@media (max-width: 1300px) { }
@media (max-width: 1200px) { }
@media (max-width: 990px)  { 

.title h1{
	font-size: 2.9vw;
	}
	
.title .min1ttitle{
	font-size: 1.7vw;
}	
	
.title h2{
	font-size: 2.2vw;
}		

	
}
@media (max-width: 910px)  { }
@media (max-width: 768px)  { 

	.title h1{
	font-size: 3.6vw;
	}
	
	.title .min1ttitle{
		font-size: 2.0vw;
	}	
	
	.title h2{
	font-size: 2.7vw;
}		


}
@media (max-width: 650px)  { }
@media (max-width: 568px)  { }
@media (max-width: 525px)  { 

	.title h1{
	font-size: 5.2vw;
	}
	
	.title .min1ttitle{
		font-size: 3.1vw;
	}	
	
	.title h2{
	font-size: 4.7vw;
}	
	
	
}
@media (max-width: 430px)  {


.title h1{
	font-size: 7.0vw;
	}
	
	.title .min1ttitle{
		font-size: 3.5vw;
	}	
	
	.title h2{
	font-size: 5.0vw;
}	
	



}
@media (max-width: 360px)  { }
@media (max-width: 320px)  { }

/***************************************
divider
***************************************/

.sec1mid1div,.sec1left1div {
	width: 8vw;
    height: 3px;
    background: #2d94cd;
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}

.sec1mid1div
{
	margin: 0 auto;
}

.sec1mid1diveventos{
	width: 5vw;
    height: 2px;
    background: #fff;
	margin: 0 auto;
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}

.div1block1contact{
	width: 70px;
    height: 2px;
    background: #0c5eb3;
    margin-bottom: 10px!important;
	margin-top: 10px!important;
}

.min1div1tarjet {
	width: 80px;
    height: 1px;
    background: #fff;
    margin-bottom: 5px!important;
	margin-top: 10px!important;
}

.sec1mid1div1curso{
	width: 100px;
    height: 3px;
    background: #2d94cd;
	margin: 0 auto;
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}

.sec1mid1div1curso2{
	width: 100px;
    height: 3px;
    background: #2d94cd;
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}

.sec1left1div111{
	width: 3vw;
    height: 10px;
    background: #2d94cd;
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}

.sec1left1div11121{
	width: 30px;
    height: 4px;
    background: #2d94cd;
    margin-bottom: 7px!important;
	margin-top: 10px!important;
}

.sec1left1div113 {
	width: 8vw;
    height: 3px;
    background: #2d94cd;
    margin-bottom: 15px!important;
	margin-top: 15px!important;
}

/***************************************
Responsive
***************************************/

@media (max-width: 1370px) { }
@media (max-width: 1300px) { }
@media (max-width: 1200px) { }
@media (max-width: 990px)  { }
@media (max-width: 910px)  { }
@media (max-width: 768px)  { }
@media (max-width: 650px)  { }
@media (max-width: 568px)  { }
@media (max-width: 525px)  { }
@media (max-width: 430px)  { }
@media (max-width: 360px)  { }
@media (max-width: 320px)  { }


/***************************************
Responsive
***************************************/

@media (max-width: 1370px) { }
@media (max-width: 1300px) { }
@media (max-width: 1200px) { }
@media (max-width: 990px)  {
.sec1mid1div,.sec1left1div {
		margin: 0 auto;
	}
	
	.sec1left1div113{
		margin: 0;
	}	
	
}
@media (max-width: 910px)  { }
@media (max-width: 768px)  { }
@media (max-width: 650px)  { }
@media (max-width: 568px)  { }
@media (max-width: 525px)  { }
@media (max-width: 430px)  { }
@media (max-width: 360px)  { }
@media (max-width: 320px)  { }

/***************************************
Responsive
***************************************/

.rrss_back{
	text-align: center;
	    display: contents;
}

.rrss_back h3{
	font-size: 1vw;
	font-weight: 400;
	margin-bottom: 25px;
}

/***************************************
Responsive
***************************************/

@media (max-width: 1370px) { }
@media (max-width: 1300px) {
.rrss_back h3{
	font-size: 1.5vw;
	font-weight: 400;
	margin-bottom: 25px;
}

}
@media (max-width: 1200px) { }
@media (max-width: 990px)  {

	.rrss_back h3{
	font-size: 1.7vw;
	font-weight: 400;
	margin-bottom: 25px;
}

	
}
@media (max-width: 910px)  { }
@media (max-width: 768px)  { 

	.rrss_back h3{
	font-size: 2.1vw;
	font-weight: 400;
	margin-bottom: 25px;
}

}
@media (max-width: 650px)  { }
@media (max-width: 568px)  {

	.rrss_back h3{
	font-size: 2.5vw;
	font-weight: 400;
	margin-bottom: 25px;
}

}
@media (max-width: 525px)  { 


	.rrss_back h3{
	font-size: 3.1vw;
	font-weight: 400;
	margin-bottom: 25px;
}


}
@media (max-width: 430px)  { 

	.rrss_back h3{
	font-size: 3.5vw;
	font-weight: 400;
	margin-bottom: 25px;
}
	
}
@media (max-width: 360px)  { 

	.rrss_back h3{
	font-size: 4.0vw;
	font-weight: 400;
	margin-bottom: 25px;
}

}
@media (max-width: 320px)  { 



}



/***************************************
form-control
***************************************/
.form-control {
	margin: 20px 0px;
}

/***************************************
form-control
***************************************/

#fix404{
	
}

/***************************************
Responsive
***************************************/

#fix404	.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 7px 5px 7px;
    margin-left: 10px;
}

@media (max-width: 1370px) { }
@media (max-width: 1300px) { }
@media (max-width: 1200px) { }
@media (max-width: 990px)  {
#fix404 .container{
	width: 100%;
}
	
#fix404	.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 7px 5px 7px;
    margin-left: 10px;
}
}
@media (max-width: 910px)  { }
@media (max-width: 768px)  { 

#fix404 .container{
	width: 100%;
}
	
#fix404	.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 7px 5px 7px;
    margin-left: 24px;
}


}
@media (max-width: 650px)  {
#fix404 .container {
    width: 100%;
    margin: 0 auto;
}

}
@media (max-width: 568px)  { }
@media (max-width: 525px)  { }
@media (max-width: 430px)  { }
@media (max-width: 360px)  { }
@media (max-width: 320px)  { }



/***************************************
Responsive menu bye
***************************************/

.hi768{display: none!important;}

@media (max-width: 768px)  {
	.bye768{display: none!important;}
	.hi768{display: block!important;}
}


/***************************************
Responsive menu bye
***************************************/

.titlemid{
	text-align: center;
}

.titleleft{
	text-align: left;
}

.titleright{
	text-align: right;
}

/***************************************
Responsive menu bye
***************************************/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    /* color: #fff; */
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
    border-bottom: 2px solid #22c3f6;
}



