
.contenedorEs{
    width: 98%; max-width: 1500px; margin: 0 auto;
}
/******* COLOR MULTIPLY ********/
.layerC {
    position: absolute; top: 0px; left: 0px;
    width: 100%; height: 100%; z-index: 1; mix-blend-mode: multiply;
    background-image: linear-gradient(45deg, #0e326f 0%, #24ddf9 100%) !important;
}
/********** BANNER ************/
.banner, .back{
    background-position: center !important; background-repeat: no-repeat !important;
    background-size: cover !important; position: relative;
}
.rowBanner{
    position: relative; width: 95%; max-width: 1400px; margin: 0 auto;
    height: 100%; z-index: 2; display: table; box-sizing: border-box;
}
/*.owl-carousel.owl-loaded {
    display: block;
    max-width: 1500px;
}*/
.sWidth {
    max-width: 1500px; margin: 0 auto;
}

.top-3 {
  margin-top: 3em;
}

.encargado-contacto {
    padding: 1em;
    font-size: 12px;
    background: #00344D;
    max-width: 230px;
    color: #fff;
}
.encargado-contacto .bold{
    font-size:14px;
    font-weight: 500!important;
}

.bold {
    font-weight: 700!important;
}


/*Tablas*/
.mTable .title{
    font-size: 30px;
}
.head-table {
  background:#e7e7e7;
  padding:0.5em; margin: 0px;
  color:#393939;
  text-align: center;
  font-weight: 600;
  border-left:1px solid #c2c2c2;
  font-size:11px;
}
.content-table {
  margin:0em;
  background:#fff;
}

.content-table p {
  padding:.7em ; font-size: 11px;
  display:table-cell;
}
.pure-button-small {
  font-size:13px;
  font-weight: 300;
}
.right {
  float:right;
}

.nav a:hover {
  text-decoration: none;
}
.btn-light {
  font-weight: 300;
  font-size:12px;
}


/*Botones*/
.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.top {
  margin-top:0.5em;
}

.button-xlarge {
    font-size: 125%;
}
.pure-button-primary {
  background-color:#003B57!important;
  color:#fff!important;
}

.pure-button-primary:hover {
  background-color:#02577f!important;
  color:#fff;
}
input, select {
  border-radius: 0em!important;
  -webkit-appearance: none;
}

.activo {
  display:block!important;
}

.padding {
  padding:1em 2em;
}

.divisor {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 1em auto;
}

/*Efecto hover zoom*/
.option {
    /*display: inline-block;*/
    height: 220px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background: rgb(244, 244, 244);
    padding: 25px 15px;
    transition: all 0.2s ease-in-out;
}

.pointer {
  cursor: pointer!important;
}

.option:hover {
    box-shadow: rgba(126, 126, 126, 0.25) 0px 0px 10px 0px;
    padding:2em 1em;
    background-image: linear-gradient(45deg, rgb(14, 50, 111) 0%, rgb(36, 221, 249) 100%);
    transition: all 0.5s ease;
}


/*Tablas responsivas*/
/*Table responsive*/
/*table {
	width: 100%;
	border-collapse: collapse;
	margin:50px auto;
	}
tr:nth-of-type(odd) {
	background: #eee;
	}

th {
	background: #3498db;
	color: white;
	font-weight: bold;
	}
td, th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
td {
  font-weight: 300;
}
th{
  background: #575757;
}*/

.blocker {
    z-index: 10!important;
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/*table {
	  	width: 100%;
	}
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}*/

}

/*Tablas*/
.titulo-tabla {
  padding:0.5em;
  text-align: center;
}

.padding-inner {
  padding:2em 0em;
}
.center {
  display:block;
  margin:0 auto;
  text-align: center;
}
.hover-image {
  transition: all 0.5s ease;
}

.float-right {
  float:right;
}
.float-left {
  float:left;
}



.box-flat {
    width: 100%;
    margin: 10px;
    background: #f4f4f4; min-height: 200px;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease;
    display:table; border-radius: 0em;
}

.box-flat3 {
  background: #f4f4f4;
  transition: all 0.3s ease;
}

.box-flat3:hover h3,.box-flat3:hover h4,.box-flat3:hover h5, .box-flat3:hover i, .box-flat3:hover p{
  transition: all 0.3s ease;
  color:#000;
}

.box-flat2 {
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}

/*.box-flat:hover {
  background: #575757;
  border: 1px solid #e1e1e1;
  transition: all 0.3s ease;
}*/
.box-flat .button01{
    margin: 10px auto 0px;
}
.box-flat a:hover {
  text-decoration: none;
}

/*.box-flat:hover h3,.box-flat:hover h4,.box-flat:hover h5, .box-flat:hover i, .box-flat:hover p{
  transition: all 0.3s ease;
  color:#f4f4f4;
}*/

.padding-full {
  padding:1em;
}
.btn-full {
  width:100%;
}


.box-flat h4, .box-flat i, .box-flat p{
  color:#575757; margin: 5px auto 10px;
  transition: all 0.3s ease;
}
.box-flat p{
    font-size: 10px;
}
.box-flat p strong{
    font-size: 14px;
}
.hover-image:hover {
    background: #013047;
    transition: all 0.5s ease;
    -webkit-box-shadow: 3px 10px 24px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 10px 24px 0px rgba(0,0,0,0.6);
    box-shadow: 3px 10px 24px 0px rgba(0,0,0,0.6);
    margin-top: -9px;
}

.box-table {
  display: table;
}
.box-center {
  display: table-cell;
  vertical-align: middle;
}


.pBanner{
    font-size: 20px; color: #fff; font-size: 100;
}
.banner01{
    width: 100%; height: 450px; background: #f4f4f4;
}
.banner02{
    width: 100%; background: #f4f4f4;
}
.banner02 .txtBody{
    color: #fff; padding: 0px;
}
/********** RUTA ************/
.route{
    max-width: 1400px; margin: 0 auto; box-sizing: border-box;
    padding: 15px 0px; font-weight: 400;
}
.route a{
    display: inline-block;
}
.route a:hover{
    text-decoration: underline;
}
.txtRight{
    text-align: right;
}
.txtJust{
    text-align: justify;
}
/********** TITULOS ************/
.pure-g{
    letter-spacing: inherit; line-height: 100%; position: relative;
}
.title{
    margin-top: 0px; font-size: 40px; font-weight: 100; color: #003b57;
}
.subTitleLight{
    margin-top: 0px; font-size: 20px; font-weight: 100;
}
.title span, .subTitleLight span, .subTitle02Light span{
    font-weight: 600; color: #003b57;
}
.subTitle{
    font-weight: 600; color: #003b57; font-size: 30px;
}
.subTitle02Light{
    margin-top: 0px; font-size: 30px; font-weight: 100;
}
.subTitle02{
    font-weight: 600; color: #003b57; font-size: 14px;
    margin-bottom: 10px; margin-top: 0px;
}
.txtBody{
    text-align: justify; font-weight: 300; line-height: 160%;
    padding-bottom: 50px;
}
.bigText{
    font-size:130px; line-height: 100%; font-weight: 700;
    -webkit-text-fill-color: #003B57; position: absolute; line-height: 90%;
    -webkit-background-clip: text; background-size: cover; top: -100px; right:0px;
}
.boxTxt{
    background: #fff; width: 100%; box-sizing: border-box; padding: 50px; position: relative;
    z-index: 10;
}
.boxTxt .txtBody{
    padding-bottom: 0px;
}
/********** ESTRUCTURA AZUL *****/
.contFull, .contFull02{
    width: 100%; height: auto; display: table; position: relative;
}
.contFull::before{
    content: ''; width: 70%; height: 100%; position: absolute;
    left: 0%; top: 0%; background: #003b57; z-index: -1;
}
.contFull02::before{
    content: ''; width: 100%; height: 100%; position: absolute;
    left: 0%; top: 0%; background: #003b57; z-index: -1;
}
.estBlue .col-left, .estBlue .col-left .title span{
    color: #fff;
}
/********** Columnas ************/
.col-md{
    width: 50%; height: auto; float: left; display: table; box-sizing: border-box;
    position: relative;
}
.col-md-02{
    width: 70%; height: auto; float: right; display: table; box-sizing: border-box;
    position: relative;
}
.col-left{
    padding-right: 20px;
}
.col-right{
    padding-left: 20px;
}
.col-sm{
    width: 30%; height: auto; position: relative; float: left; display: table;
}
.col-xs{
    width: 33%; height: auto; position: relative; float: left; display: table;
    box-sizing: border-box;
}
.col{
    width: 100%; box-sizing: border-box; padding: 20px 0px;
    display: table; height: auto;
}
/********** Archivos ***********/
.contentFile{
    width: 80%; height: auto; display: table; float: right; box-sizing: border-box;
    padding-top: 30px;
}
.file{
    width: 100%; display:table; height: auto; box-sizing: border-box;
    padding: 25px 15px; background: #f4f4f4; border:1px solid #e1e1e1;
    font-size: 13px; color: #707070; position: relative; margin-bottom: 10px;
    transition: .3s all ease-in-out; -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out; -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out; cursor: pointer; text-align: left;
}
.file:hover{
    background: #003b57; color: #fff!important; border-color:#003b57;
}
.typeFile{
    width:auto; height: 40px; display: table; top: 50%; transform: translateY(-50%);
    line-height: 40px; position: absolute; right: 15px;
}
.nameFile{
    display: block;; width: 80%; line-height: 110%;
}
.downLoad{
    width: 40px; height: 40px; border-radius: 50%; border:1px solid #e1e1e1;
    float: right; margin-left: 20px; position: relative;
}
.flecha::before{
    content: ''; width: 10px; height: 10px; position: absolute; border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; transform: rotate(-45deg);
    left: 15px; bottom: 12px;
}
.flecha::after{
    content: ''; width: 1px; height: 15px; position: absolute; background: #e1e1e1;
    left: 50%; transform: translateX(-50%); bottom: 12px;
}
.arch::before{
    content: '\f016'; width: 30px; height: 30px; position: absolute; text-align: center;
    color:#e1e1e1; top: 50%; left: 50%; transform: translate(-50%,-50%);  line-height: 30px;
    font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;
}
.dir::before{
    content: '\f007'; width: 30px; height: 30px; position: absolute; text-align: center;
    color:#e1e1e1; top: 50%; left: 50%; transform: translate(-50%,-50%);  line-height: 30px;
    font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;
}
/********** SliderV ************/
.shadow01{
     box-shadow: 0 19px 10px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.15);
}
/**********************************/
/************* Premios ************/
.itemP{
    width: 33%; height: 230px; float: left; box-sizing: border-box; padding: 0px 0px 15px 15px;
}
.contItem{
    width: 100%; height: 100%; position: relative; background: #f4f4f4; border:1px solid #e1e1e1;
    position: relative; box-sizing: border-box; padding: 10px;
}
.contItem::before{
    content: ''; position: absolute; top: 0px; left: 5%; width: 17%;
    height: 100px; background:url('../img/el_ciatej/somos/premios/liston.png') center top no-repeat;
    background-size: contain;
}
.txtPrem{
    width: 75%; float: right; height: 100%; position: relative;  display: table;
}
.txtPrem span{
    display: block; width: 100%;
}
.nameP{
    font-size: 12px; color: #707070; font-weight: 500; line-height: 125%; padding-bottom: 10px; position: relative;
}
.nameP::before{
    content: ''; width: 100%; height: 1px; position: absolute; top: left; bottom: 0px; background: #e1e1e1;
}
.txtPremio{
    font-size: 11px; line-height: 130%; text-align: justify;
}
.datos{
    width: 100%; height: auto; position: absolute; left: 0px; bottom: 0px; display: table;
    font-size: 10px;
}
.datos .fa{
    margin-right: 5px;
}
.dateP{
    width: auto !important; float: left !important;
}
.sedeP{
    width: auto !important; float: right !important;
}
/***** ------- TABLAS ------******/
/***** ---------------------*****/
.titulo-tabla-principal p{
    margin: 0px; padding: 8px 0px;font-size: 12px;
}

@media screen and (min-width: 1.5em)	{
  .titleBanner{
      color: #fff; font-weight: 600; font-size: 25px!important; line-height: 110%;
      text-align: center;
  }
  .header {
    padding:2em 0em;
  }
  /*#content {
    padding-top:50px;
  }*/
  .pleca {
    top: 0;
    position: inherit;
    background: transparent;
    box-shadow: none;
  }

  .circular {
    border-radius: 0em;
  }
  .titulo-tabla-principal {
    display:none;
  }

  .titulo-tabla {
    display:block;
  }

  .box-flat2 {margin-bottom:2em;}

  .box {
    margin-bottom:2em;
  }
}

@media screen and (min-width: 35.5em)	{
  .description {
    background: #fff; z-index: 1;
    position: relative;
    padding-bottom:1em;
  }
  .titleBanner{
      color: #fff; font-weight: 600; font-size: 33px!important; line-height: 110%;
      text-align: center;
  }
  .header {
    padding:3em 0em;
  }
  #content {
    padding-top:50px;
  }
  .titulo-tabla-principal {
    display:none;
  }

  .titulo-tabla {
    display:block;
  }

  .box-flat2 {margin-bottom:2em;}

  .box {
    margin-bottom:1em;
  }
}
@media screen and (min-width: 48em)	{
  .description {
    background: #fff; z-index: 1;
    margin-top: -60px;
    position: relative;
    box-shadow: 5px 6px 30px rgba(1,1,1,0.2);
    margin-bottom: 2em;
  }
  .titleBanner{
      color: #fff; font-weight: 600; font-size: 38px; line-height: 110%;
  }
  .header {
    padding:5em 0em;
  }

  .titulo-tabla-principal {
    display:none; margin-top: 20px;
  }
  .titulo-tabla-principal > div{
    float: left;
  }
  .titulo-tabla {
    display:block;
  }

  .box-flat2 {margin-bottom:2em;}
  .box {
    margin-bottom:1em;
  }
}
@media screen and (min-width: 64em)	{
  .description {
    background: #fff; z-index: 1;
    margin-top: -60px;
    position: relative;
    margin-bottom: 2em;
  }
  .titleBanner{
      color: #fff; font-weight: 600; font-size: 45px; line-height: 110%;
  }

  .header {
    padding:6em 0em;
  }
  .pleca {
    background: rgba(93,17,88, 1);
    position: relative;
    top: -30px;
    left:30px;
    border-radius: 0em 0em 8em 8em;
    height: 18em;
    padding: 1em;
    box-shadow: 5px 6px 10px rgba(1,1,1,0.2);
  }
  .titulo-tabla-principal {
    display:block;
  }

  .titulo-tabla {
    display:none;
  }

  .box-flat2 {margin-bottom:0em;}
}
@media screen and (min-width: 80em)	{
  .description {
    background: #fff; z-index: 1;
    margin-top: -60px;
    position: relative;
    box-shadow: 5px 6px 60px rgba(1,1,1,0.2);
    margin-bottom: 2em;
  }

  .titleBanner{
      color: #fff; font-weight: 600; font-size: 45px; line-height: 110%;
      text-align: left;
  }
  .header {
    padding-top:8em;
    padding-bottom:7em;
  }

  .pleca {
    background: rgba(93,17,88, 1);
    position: relative;
    top: -30px;
    left:30px;
    border-radius: 0em 0em 8em 8em;
    height: 18em;
    padding: 1em;
    box-shadow: 5px 6px 10px rgba(1,1,1,0.2);
  }

  .titulo-tabla-principal {
    display:block;
  }

  .titulo-tabla {
    display:none;
  }

  .box-flat2 {
    margin-bottom: 0em;
    min-height: 169px;
    }

}

@media (max-width:1550px){
    .sWidth {
        max-width: 1100px;
    }
}
@media screen and (max-width: 80em)	{
    .subTitleLight {
        margin-top: 30px;
    }
    .encargado {
        margin-top: 20px;
    }
}
@media (max-width:1150px){
    .sWidth {
        max-width: 700px;
    }
}
@media (max-width:800px){
    .sWidth {
        max-width: 500px;
    }
}
@media (max-width:600px){
    .sWidth {
        max-width: 400px;
    }
}
@media (max-width:500px){
    .sWidth {
        max-width: 320px;
    }
    .nameFile {
        width: 70%;
    }
}
@media (max-width:400px){
    .sWidth {
        max-width: 300px;
    }
    .nameFile {
        width: 65%;
    }
}
