* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    width: 90%;
    margin: 100px auto;
}


table.unstyledTable {
  width: 100%;
}
table.unstyledTable td, table.unstyledTable th {
}
table.unstyledTable tfoot {
  font-weight: bold;
}


table.unstyledTable thead th {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 5px solid #D0E4F5;
}
table.unstyledTable thead th:first-child {
  border-left: none;
}


table.TableCabecera {
  width: 100%;
  border-collapse: collapse;
}
table.TableCabecera td, table.TableCabecera th {
  padding: 9px 0px;
}
table.TableCabecera thead {
  background: #0A71AB;
  background: -moz-linear-gradient(top, #4794c0 0%, #227fb3 66%, #0A71AB 100%);
  background: -webkit-linear-gradient(top, #4794c0 0%, #227fb3 66%, #0A71AB 100%);
  background: linear-gradient(to bottom, #4794c0 0%, #227fb3 66%, #0A71AB 100%);
  border-bottom: 0px solid #444444;
}
table.TableCabecera thead th {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 0px solid #D0E4F5;
}
table.TableCabecera thead th:first-child {
  border-left: none;
}



.container-faq {
    box-shadow: 0 0 15px -1px rgba(0,0,0,.1);
    padding: 30px;
}

.container-faq .title-faq {
    text-align: center;
  
    margin-bottom: 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.2px;
	word-spacing: 0.4px;
	color: #0A71AB;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.container-faq .item-faq {
    box-shadow: 0 0 15px -1px rgba(0,0,0,.2);
    margin-bottom: 20px;
    border-radius: 10px;
}

.container-faq .item-faq .question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(38, 110, 225, .8);
    padding: 20px 20px 20px 80px;
    transition: .4s;
}




.container-faq .item-faq .question .more {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px -1px #FFFFFF;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: .4s;
}

.container-faq .item-faq .question .more:hover {
    box-shadow: 0 0 15px -1px rgba(0,0,0,.4);
}

.container-faq .item-faq .question span {
    position: absolute;
    left: 10px;
    font-size: 1.6rem;
    top: 10px;
    opacity: .1;
}

.container-faq .item-faq .answer {
    position: relative;
    padding: 0 20px 0 80px;
    overflow: hidden;
    height: 0;
    transition: .4s;
}

.t_container-faq .t_item-faq .t_answer p {
    font-size: 1.3rem;
}


.container-faq .answer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
	 word-spacing: 0.4px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.question H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
	word-spacing: 0.4px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.item-faq .t_title-faq H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	letter-spacing: 0.2px;
	word-spacing: 0.4px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}


.container-faq .item-faq .answer span {
    position: absolute;
    left: 10px;
    font-size: 1.6rem;
	top: -10px;
    opacity: .2;
}

/*
.imagen:hover{
border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #ec731e;
-webkit-box-shadow: 0px 0px 15px 15px #ec731e;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}



.imagen2:hover {
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;}
*/


/*
img{
    border: 5px solid #ccc;
    float: left;
    margin: 15px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}
 
img:hover {
    margin-top: 2px;
}*/


img {
    margin: 20px;
    border: 5px solid #eee;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	width: 90%;
	height: auto;
}
 
img:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}

/* NO
img{
    height: 100px;
    width: 300px;
    margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
 
img:hover {
    height: 133px;
    width: 400px;
    margin-left: -50px;
}*/

/*
img {
    margin: 25px;
    opacity: 0.8;
    border: 10px solid #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}*/
 /*
img:hover {
    opacity: 1;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
*/
/*
.desvanecer:hover {
  opacity: 0.07;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
*/


/*
.imagen:hover {filter: saturate(480%);}
*/
/*
.imagen:hover {filter: grayscale(80%);}
*/

/*

#enc_Font {
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
letter-spacing: -0.6px;
word-spacing: -1px;
color: #1D056B;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}*/


.responsive {
  width: 100%;
  max-width: 500px;
  height: auto;
}