/* @author Jordi MP 2017 */

/* Fonts =================================================== */

@font-face{
    font-family: 'IconJ';
    src:url('../fonts/IconJ.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'IconJ';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Merriweather Sans';
  src:  url('../fonts/MerriweatherSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather Sans';
  src:  url('../fonts/MerriweatherSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

.icon-github:before {
    content: "\ef0b";/*"\ef0b";*/
    font-size:120%;
}
.icon-linkedin:before {
    content: "\e4cf";
    font-size:120%;
}
.icon-home:before {
    content: "\e002";
    font-size:200%;
    color:#0068bf;
    -webkit-box-shadow: -4px 3px 2px #2F4F4F;
	   -moz-box-shadow: -4px 3px 2px #2F4F4F;
	        box-shadow: -4px 3px 2px #2F4F4F;
}
.icon-home{
	margin: 1em 0 0 1em;
	height:32px;
	text-decoration: none;
}
.icon-github2:after {
  content: " \ef0b";
}

/* Web Layout =================================================== */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Merriweather Sans', sans-serif;
  vertical-align: baseline;
}

body {
	width:100%;
	display: block;
  padding: 0;
  margin: 0;
  background-color: #7ac0c0;
  background-image: url("../images/grain.png");
}
h1,h2{
	font-size: 2em;
	margin: 0;
    padding: 0;
}
h3{
	margin-bottom: 0.2em;
  	font-size: 2em;
}

h4{
	margin-top: 0.5em;
	font-size: 1.5em;
	font-weight:bold;
}
h4 span{
	font-weight:bold !important;
	}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.5em 0.5em;
    padding: 0;
}
main{
	width:84%;
	padding:0 0 0 5px;
}
aside{
	width: 15%;
}
section{
	width:47%;
	min-height:510px;
	display: inline-table;
	border-radius:5px;
	margin: 0.9%;	
	padding: 5px 0px 0px 5px;
	background-image: url("../images/grain.png");
}
iframe{
	width:100% !important;
	height:100%;
	//min-height:300px !important;
}
.framer {
  padding: 1px;
  box-sizing: border-box;
  max-width: 65%;
  height: calc(40vh - 16px);
}
footer{
	/*border-top: 1px dashed #ccc;*/
	display: block;
    margin: 1.5em 0;
    color:black;
    text-align:center;

}
footer a{
	text-decoration: none;
	font-size: 110%;
	color: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  display: block;
}
ul li{
	margin-bottom:10px;
	width:100%;
}
li, li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

 
li:hover, li a:hover {
  font-size: 20px;
  border-radius: 5px;
  background: #7AC5CD; /*#BFBDBD;*/
}
li a.sangr{
	display:inline-block;
}
.home{
	display:inline-flex;
	margin-bottom: -35px;
}
.lang{
	float:right;
}
.lang input{
	margin:5px 5px 0 0;
}
.day-light{
	background-color: #96DEFF;
}
.blue{
	background-color: #1874CD;
}
.green{
	background-color: #008B45;
}
.orange{
	background-color: #CD6600;
}
.lila{
	background-color: #6A5ACD;
}
.mail{
	width:98%;
	background-color:#7ac0c0;
}
.innerheader{
	width:96.5%;
	border-radius:5px;
	margin: 0.9%;
}
.stretchh{
	margin-top:-15px;
	margin-bottom:-15px;
}
.presenta{
	width:96.5%;
	background-color:#0068bf;
	color:#ffffff;
}
.addspc {
    margin-left:10px;
}
.top{
	display: block;
	background-color: #7ac0c0;
	background-image: url("../images/grain.png");
	width: 100%;
    color: black;
    margin-height:-32px;
}
.init-box{
	background-color: #7ac0c0;
	height: 130px;
}
.tab{
	text-align: center;
	width:50%;
	//display:inline-block;
}
td{
	//width: 100%;
    //display: table;
}

.tab.td{
	padding: 1em;  
}

.but,but:link{
	text-decoration:none;
    /*width: 30%;*/
    height: 38px;
    background-color: #8B5A00; /*#e52b31;*/
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 2px 2px #2F4F4F;
    color: white;
    text-align: center;
    font-size: 22px;
    padding: 7px;
}

.but2,but2:link{
	text-decoration:none;
    width: 15%;
    min-width:120px;
    max-width:180px;
    height: 38px;
    background-color: #0068bf; /*#e52b31;*/
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 2px 2px #2F4F4F;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 7px;
    margin: 1em;
}

.but:hover,input.but2:hover{
	background-color: #135476;
	cursor:pointer;
}

.input{
	display:block;
	font-size: 1.5em;
	width:25%;
}
.input2{
	display:block;
	font-size: 0.8em;
	width:99%;
}
.centerimage{
	display: block;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 3px 3px 2px #2F4F4F;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*background-color: #b0e0e6;*/
}
.container{
	width:60%;
	margin-left: auto;
    margin-right: auto;
}
.prespace{
	margin-top:1.2em;
}
.pospace{
	margin-bottom:2.2em;
}
.spaces{
	margin-top:1.2em;
	margin-bottom:1.2em;
}
.caja{
	padding: 1px;
	height: 40px;
	margin-left: 100px;
	display: inline-block;
	width:60%;
/*
	box-sizing: border-box;
	float:left;/*USAR SOLO PARA ALINEAR DENTRO DE UN DIV*/
}
.w75{
	width: 75%;
}

.lines{
	border: 1px solid #9A9AFA;
}
.block{
	display:block;
}
table.center {
	padding:0;
	width:60%;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 1.5em;
    text-align: left;
    overflow-x:auto;
    border-spacing: 0.4rem;
    border-width: 1px;
    color: #333333;
 }
table.th{
	margin-height: 1em;
}

input[type=text],textarea
{
	display:block;
    background-color: #BFBDBD;
    border:solid 1px #BFBDBD;
    color: #000;
    height: 32px;
    padding-left:10px;
    width: 96%;
    box-shadow: 2px 2px 0 #828181 inset;
}
textarea.twor{
	height: 64px;
	width:98%;
	resize:auto;
	border-radius: 5px;
}
input[type=button]
{
    background-color: #1E1E1E;
    color: #979797;
    height: 24px;
    width: 103px;
    color: #bbbbbb;
    text-transform:uppercase;
    box-shadow:-1px 2px #6E6B6A inset;
}

input[type=button], input[type=text], textarea
{
    border: 0;
    border-radius:5px;
    font-family: Sansation,Arial;
}

.inline{
	display: inline;
}

.photo{
	margin: 2em auto;
	width: 9em;
	height:9em;
	background-image: url("../images/Jordi300dpi.webp");
	background-repeat: no-repeat;
  	background-size: contain;
	border-radius: 50%;
	max-width: 150px;
	max-height: 150px;
}
.der{
	display: table-cell;
	position: relative;
	float: right;
	margin-top: 20px;
	height: 120px;
	background-color: #0068bf;
	margin-bottom: 10px;
	border-radius:5px 0 0 5px;
	/*box-shadow: -3px -2px 2px #2F4F4F;*/
	-webkit-box-shadow: 4px 3px 2px #2F4F4F;
	   -moz-box-shadow: 4px 3px 2px #2F4F4F;
	        box-shadow: 4px 3px 2px #2F4F4F;
}

.foo{
	display: table;
	position: relative;
	margin: 0 auto;
	height: 80px;
	padding: 9px;
	background-color: #0068bf;
	margin-bottom: 10px;
	margin-top: 45px;
	border-radius: 5px;
	/*box-shadow: -3px -2px 2px #2F4F4F;*/
	-webkit-box-shadow: 4px 3px 2px #2F4F4F;
	   -moz-box-shadow: 4px 3px 2px #2F4F4F;
	        box-shadow: 4px 3px 2px #2F4F4F;
}

.flicon-logo-fullcolor {
    width: 72px;
    height: 18px;
    margin: 0px -54px 0 -2px;
    vertical-align: middle;
    stroke-width: 0;
}
.flicon-logo-fullcolor2 {
	color:#0068bf;
    width: 80px;
    height: 20px;
    margin: -5px -45px 0 8px;
    vertical-align: middle;
    stroke-width: 0;
}

.det1{
	width:98%;
	background-color: #008B45;
}
.detNet{
	width:98%;
	background-color: #6A5ACD;
}

.detJEE{
	width:98%;
	background-color: #1874CD;
}

.polaroid {
	width: 70%;
	z-index: 1;
	float: left;
	padding: 10px 10px 10px 10px;
	border: 1px solid #BFBFBF;
	background-color: #eee;/*eee*/
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	margin: 10px auto 10px auto;
	
}
.polaroid2 {
	width: 70%;
	z-index: 1;
	float: right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #BFBFBF;
	background-color: #eee;/*eee*/
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	margin: 5px auto 5px auto;
	
}
a.polaroid:hover,a.polaroid:focus,a.polaroid:active, .polaroid:hover {
	z-index: 1;
	border-color: #6A6A6A;
	-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(0deg) scale(1.05);
	-moz-transform: rotate(0deg) scale(1.05);
	transform: rotate(0deg) scale(1.05);
}
a.polaroid2:hover,a.polaroid:focus,a.polaroid:active {
	z-index: 1;
	border-color: #6A6A6A;
	-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(-5deg) scale(0.95);
	-moz-transform: rotate(-5deg) scale(0.95);
	transform: rotate(-5deg) scale(0.95);
}
.formS{
	width:35%;
	margin-right: auto;
	margin-left: auto;
	height:20vw;
	width:40vw;
}
.t3{
	display:inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	width: 100%;
}

.t3wrap{
	width:32%;
	display:inline-block;
	border-bottom: 1px solid #9A9AFA;
}

.t3wrap h4{
	margin-left: auto;
	margin-right: auto;
}
.t3wrap p{
	margin-left: auto;
	margin-right: auto;
	width: inherit;
}

.tCar{
	width:100%;
	display:inline-flex;
	
}
.fit{
	max-width: 65%;
    max-height: 50%;
    z-index:1;
    cursor: pointer;
}
.tCar .fit{
	max-height: 100%;
}
.licar{
	color:#0068bf;
}
.container2{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 88%;
	height:100%;
	box-sizing: border-box;
	border-bottom: 1px solid #9A9AFA;
}
.carousel {
    position: relative;
}
.carousel-indicators {
	width:680px;
	height:20px;
    bottom: 20px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height:100%;
    overflow: hidden;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
[role="button"] {
    cursor: pointer;
}
.correctbody{
	background-color: #7ac0c0;
	background-image: url("../images/grain.png");
	color: black;
}

.correctbody h3{
	margin-bottom: 0.2em;
	font-size: 2em;
}
.notxt{
	color:transparent;
}
.notxt:hover{
	color:transparent;
}
.sr-iconly {
    position: absolute;
    width: 22px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
    font-size:17.5px;
}
.touch{
	margin: 7px;
}
.ij{
	font-family:IconJ, 'Merriweather Sans';
}
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom--slowmo input {
  transform-origin: 50% 55%;
  transition: transform 0.8s, filter 0.8s ease-in-out;
  filter: brightness(105%);
}
.img-hover-zoom--slowmo:hover input {
  filter: brightness(95%);
  transform: scale(1.1);
}

.t100{
	width:100%;
}

/* Responsive Layout =================================================== */

@media only screen and (max-width: 970px) and (min-width: 601px){
	.touch{
		margin: 7px;
		height: 1em;
		width: 1.25em;
	}
	.der{
		height:180px;
		height:calc(200px - 6vw);
	}
	li, li a {
    	font-size: 78%;
	}
	h3{
		font-size: 1.5em;
	}
	h4{
		font-size: 1.2em;
		font-weight:bold;
	}
	section {
    	width: 47%;
    	min-height:500px;
	}
	.formS{
		width:50%;
		height:25vw;
		width:50vw;
	}
	.polaroid{
		padding:7px;
	}
	.polaroid2{
		padding:6px;
	}
	.container{
		margin: 10% auto;
		width: 75%;
	}
}


@media only screen and (max-width: 600px){
	.touch{
		margin: 7px !important;
		height: 1.2em;
		width: 1.5em;
	}
	iframe{
		width:100% !important;
		height:100% !important;
		min-height:250px !important;
	}
	.framer {
	  max-width: 100%;
	  height: calc(40vh - 16px);
	}
	body{
		display: block;
	}
	main{
		display: block;
		width: 98.9%;
	}
	aside{
		display: inline;
		width: 100%;
	}
	section{
		width:95.5%;
	}
	ul{
		padding: 0px;
    	display: inline;
		height:100%;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	ul li{
		z-index: 99;
	vertical-align: middle;
		display: inline-block;
		width: 32%;
		height:70%;
		text-align: center;
		margin-top: 10px;
		margin-bottom:0px;
	}
	.der{
		display: inline-block;
		background-color: #00688B;
		position: static;
		float: none;
		margin-top: 5px;
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
		border-radius:0;
	}
	li:hover, li a:hover {
		font-size: 20px;
	    background: #7AC5CD; /*#BFBDBD;*/
	}
	.main-header{display: table-caption;
			background-color: #97bf9a;
	}
	footer{display: table-row;}
	.but2,but2:link{
    	width: 45%;
    }
    .tab.td{
		padding: 0.3em;
	}
    .caja{
		height: 0px;
		margin-top: 20px;
    }
    .container{
		width: 70%;
    }
    h1,h2{
		font-size: 1.5em;
		margin: 0;
	    padding: 0;
	}
	h3{
		margin-top: 0.5em;
		margin-bottom: 0.1em;
	  	font-size: 1.5em;
	}
	
	h4{
		margin-top: 0.5em;
		font-size: 1em;
		margin-bottom: 0.6em;
		font-weight:bold;
	}
	
	hr {
	    margin: 0.25em 0;
	    padding: 0;
	}
	table.center {
		width:98%;
	}
	.t3wrap{
		width:49%;
	}
	.formS{
		width:90%;
		height:25vw;
		width:50vw;
	}
	.polaroid{
		padding:5px;
	}
	.polaroid2{
		padding:4px;
	}
}

@media only screen and (max-width: 400px){
	main{
		display: block;
		width: 98.7%;
	}
	iframe{
		width:100% !important;
		height:100% !important;
		min-height:250px !important;
	}
	.touch{
		margin: 7px !important;
		height: 1.2em;
		width: 1.5em;
	}
	ul li{
		font-size:80%;
	}
	li, li a {
	  font-size:100%;
	}
	li:hover, li a:hover {
		font-size: 12px;
	}
	.formS{
		width:100%;
		height:25vw;
		width:50vw;
	}
	.polaroid{
		padding:3px;
	}
	.polaroid2{
		padding:2px;
	}
}
@media only screen and (max-width: 340px){
	iframe{
		width:100% !important;
		height:100% !important;
		min-height:250px !important;
	}
	ul li{
		font-size:65%;
	}
	li, li a {
	 /* font-size:100%;*/
	}
	.t3wrap{
		width:90%;
	}
	.polaroid{
		padding:2px;
	}
	.polaroid2{
		padding:2px;
	}
}
