.container{
font-family: "Open Sans",sans-serif;
text-align: justify;
}
strong{
font-weight: bold;
}
.introder, .introizq {
width: 48%;
}
@media(max-width: 991px){
.introder, .introizq {
width: auto;
}
}
.ether-img img {
width: 100%;
border-radius: 5px;
}
.texto {
margin-top: 20px;
}
.image {
float: left;
margin: 0 20px 0 0;
}
.theleft, .theright {
width: 45%;
}
@media(max-width: 991px){
.theleft, .theright {
width: auto;
}
}
.encabezamiento {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
margin-top: 35px;
}
.encabezamiento.encsec {
margin-top: 70px;
}
.encabezamiento h2 {
margin-top: 0;
align-self: center;
-ms-align-self: center;
-webkit-align-self: center;
}
.encabezamiento div {
position: relative;
}
.encabezamiento img {
bottom: 0;
position: absolute;
right: 0;
}
h2.inf {
color: #76923c;
}
h2.prim {
color: #548dd4;
}
h2.sec {
color: #e86f23;
}
.cuerpo {
border-radius: 5px;
padding: 0 10px;
margin-bottom: 15px;
}
.cuerpo.verde {
background: #e6eed5 none repeat scroll 0 0;
}
.cuerpo.azul {
background: #d3dfee none repeat scroll 0 0;
}
.cuerpo.naranja {
background: #fde4d0 none repeat scroll 0 0;
}
.tit {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
margin-bottom: 10px;
}
.tit {
cursor: pointer;
}
.tit div:first-child {
background: rgba(0, 0, 0, 0) url(//esgaravita.com/wp-content/uploads/2016/02/tic.png) no-repeat scroll 0 50%;
padding-left: 21px;
padding-top: 5px;
}
.tit div.sintic,
.cuerpo.azul .tit div.sintic,
.cuerpo.naranja .tit div.sintic {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
padding-left: 0;
}
.cuerpo.azul .tit div:first-child {
background: rgba(0, 0, 0, 0) url(//esgaravita.com/wp-content/uploads/2016/07/ticblue.png) no-repeat scroll 0 50%;
}
.cuerpo.naranja .tit div:first-child {
background: rgba(0, 0, 0, 0) url(//esgaravita.com/wp-content/uploads/2016/07/ticorange.png) no-repeat scroll 0 50%;
}
.masinfo {
background: rgba(0, 0, 0, 0) url(//esgaravita.com/wp-content/uploads/2016/02/mas.png) no-repeat scroll 0 50%;
height: 30px;
width: 21px;
}
.azul .masinfo {
background: rgba(0, 0, 0, 0) url(//esgaravita.com/wp-content/uploads/2016/07/masblue.png) no-repeat scroll 0 50%;
}
.naranja .masinfo {
background: rgba(0, 0, 0, 0) url(//esgaravita.com/wp-content/uploads/2016/07/masorange.png) no-repeat scroll 0 50%;
}
@media (max-width: 767px){
.masinfo {
height: 22px;
}
}
.parrafos {
display: none;
font-size: 0.8rem;
padding-bottom: 5px;
}.parrafos h4 {
margin-bottom: 10px;
}
.parrafos h4:not(.sd) {
margin-top: 10px;
}
table {
margin: 0px auto 15px;
text-align: left;
}
@media (max-width: 767px){
table {
font-size: 0.7rem;
text-align: left;
}
}
@media (max-width: 430px){
table {
font-size: 0.6rem;
}
}
.alinea tr th:first-child {
text-align: left;
}
th {
background: #d7e5d8 none repeat scroll 0 0;
color: #274229;
font-weight: bold;
padding: 5px 10px;
}
.sinneg th {
color: #000 !important;
font-weight: normal;
}
.azul th {
background: #B2D0F4 none repeat scroll 0 0;
color: #326FBA;
}
.naranja th {
background: #FCCE99 none repeat scroll 0 0;
color: #BA824E;
}
h4 {
font-size: 1.2rem;
text-decoration: underline;
}
.azul h4 {
color: #326FBA;
}
.naranja h4 {
color: #BA824E;
}
.verde h4 {
color: #274229;
}
@media (max-width: 1399px){
th {
font-size: 0.8rem;
padding: 0 5px;
}
}
@media (max-width: 340px){
th {
padding: 5px 10px;
}
}
td {
padding: 0 10px;
}
@media (max-width: 1399px){
td {
font-size: 0.7rem;
padding: 0 5px;
}
}
@media (max-width: 340px){
td {
padding: 0 5px;
}
}
tr:first-child() th {
text-align: center;
}
tr:nth-child(odd){
background: #E1EDE2 none repeat scroll 0 0;
}
.azul tr:nth-child(odd),
.azul .alinea tr:nth-child(odd) th,
.azul .alinea tr:nth-child(odd) td {
background: #C3D9F4 none repeat scroll 0 0;
}
.naranja tr:nth-child(odd),
.naranja .alinea tr:nth-child(odd) th,
.naranja .alinea tr:nth-child(odd) td {
background: #FCD8BD none repeat scroll 0 0;
}
.alinea tr:nth-child(2n) th {
background: transparent;
}
.alinea tr:nth-child(odd) th{
background: #E1EDE2 none repeat scroll 0 0;
}
h2{
padding-left: 10px;
}
h2.cabeceraizq {
text-align: left;
}
.precios {
border-bottom: 1px dotted;
}
@media(max-width: 519px){
.precios, .ether-col.theright ul {
font-size: 0.8rem;
}
}
@media(max-width: 409px){
.precios {
font-size: 0.7rem;
}
}
@media(max-width: 359px){
.precios {
font-size: 0.6rem;
}
}
.especial {
margin: 20px 0 10px;
}
.especial span {
text-shadow: 1px 1px #1a1a1a;
}
.hinfanil {
color: #5b875d;
}
.hsecundaria {
color: #da731e;
}
.hprimaria {
color: #5b82b1;
}
.precios span {
float: right;
}
#oferta {
background: #ffffa3 none repeat scroll 0 0;
border: 1px solid #5b875d;
border-radius: 5px;
font-size: 1.2rem;
margin: 10px 0;
padding: 3px 10px;
}
.cuerpo.verde.deprecios {
background: #bace90 none repeat scroll 0 0;
}
.deprecios h2 {
margin: 0 0 15px;
}
.deprecios p {
line-height: 17px;
}
.deprecios ul {
background: #F2F4C8;
border-radius: 5px;
text-align: center;
}
.azul h2 {
color: #fff;
}
.cuerpo.azul.deprecios {
background: #38587F none repeat scroll 0 0;
color: #E3EEFC;
}
.azul.deprecios tr:nth-child(2n), .azul.deprecios .alinea tr:nth-child(2n) th, .azul.deprecios .alinea tr:nth-child(2n) td {
background: #fff none repeat scroll 0 0;
}
.azul.deprecios tr:nth-child(2n+1), .azul.deprecios .alinea tr:nth-child(2n+1) th, .azul.deprecios .alinea tr:nth-child(2n+1) td {
background: #8aaedb none repeat scroll 0 0;
}
.cuerpo.azul.deprecios td {
color: #1a1a1a;
}
.cuerpo.azul.deprecios .undia td {
text-align: center;
}
.container .deprecios p.precios {
margin: 5px 0;
}
.container .deprecios p.precios.uno {
width: 50%;
margin: 0 auto 5px;
}
@media (max-width: 1199px){
.container .deprecios p.precios.uno {
width: auto;
}
}
@media (max-width: 991px){
.container .deprecios p.precios.uno {
width: 50%;
}
}
@media (max-width: 767px){
.container .deprecios p.precios.uno {
width: auto;
}
}
.coliguales td {
width: 50%;
}
.azul.deprecios .parrafos div {
text-align: center;
}
.azul.deprecios ul {
background: #b2d0f4 none repeat scroll 0 0;
color: #1a1a1a;
}
.azul.deprecios table {
width: 100%;
}
.losprec td {
width: 50%;
} .cuerpo.naranja.deprecios {
background: #FCAA6C none repeat scroll 0 0;
}
.naranja h2 {
color: #fff;
}
.naranja.deprecios .parrafos div {
text-align: center;
}
.naranja.deprecios table {
width: 100%;
}
.cuerpo.naranja.deprecios .undia td {
text-align: center;
}
.naranja.deprecios tr:nth-child(2n), .naranja.deprecios .alinea tr:nth-child(2n) th, .naranja.deprecios .alinea tr:nth-child(2n) td {
background: #fff none repeat scroll 0 0;
}
.naranja.deprecios tr:nth-child(2n+1), .naranja.deprecios .alinea tr:nth-child(2n+1) th, .naranja.deprecios .alinea tr:nth-child(2n+1) td {
background: #FFEFDD none repeat scroll 0 0;
}
.naranja.deprecios ul {
background: #FFEFDD none repeat scroll 0 0;
} .galeria .ether-spacing{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;
margin-top: 40px;
}
.galeria img{
border-radius: 5px;
border: 1px solid #afbbaa;
box-shadow: 1px 1px 5px #333;
margin-bottom: 15px;
width: 100%;
}
@media (max-width: 375px){
.galeria img{
width: 100% !important;
}
}
.galeria .ether-col{
width: 30%;
}
.padre{
display: none;
opacity: 0;
margin: 0 auto;
max-width: 1140px;
position: relative;
width: 800px;
z-index: 2501;
}
@media(max-width:799px){
.padre{
width: 95%;
}
}
.img_grande {
border: 10px solid #fff;
border-radius: 8px;
position: absolute;
display: none;
opacity: 0;
}
.close{
position: absolute;
width: 100%;
z-index: 25000;
}
.cierre{
background: #fff url(//esgaravita.com/wp-content/themes/esgaravita/imagenes/cerrar.png) no-repeat scroll 50% 50%;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-radius: 0 0 0 5px;
cursor: pointer;
float: right;
height: 50px;
width: 50px;
}
.flechas{
background: transparent none repeat scroll 0 0;
margin-top: 250px;
position: absolute;
width: 100%;
z-index: 25000;
}
@media(max-width:799px){
.flechas{
margin-top: 185px;
}
}
@media(max-width:599px){
.flechas{
margin-top: 155px;
}
}
@media(max-width:499px){
.flechas{
margin-top: 125px;
}
}
@media(max-width:399px){
.flechas{
margin-top: 80px;
}
}
.flecha_der,
.flecha_izq{
background: #fff url(//esgaravita.com/wp-content/themes/esgaravita/imagenes/avance.png) no-repeat scroll right 50%;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-radius: 5px 0 0 5px;
border-top: 1px solid #fff;
cursor: pointer;
height: 50px;
width: 4%;
}
@media(max-width:640px){
.flecha_der,
.flecha_izq{
width: 6%;
}
}
@media(max-width:550px){
.flecha_der,
.flecha_izq{
width: 7%;
}
}
@media(max-width:420px){
.flecha_der,
.flecha_izq{
width: 8%;
}
}
@media(max-width:365px){
.flecha_der,
.flecha_izq{
width: 9%;
}
}
.flecha_izq{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
float: left;
}
.flecha_der{
float: right;
}
.img_grande img{
width: 100%;
}