
/*
Theme Name: Gerionarq
Theme URI: http://www.gerionarqueologia.com
Description: Web de Gerion Arqueología. Todos los derechos reservados.
Author: DigitalSur
Author URI: http://www.digitalsur.com
Version: 1.0
*/


.duolink {width: 100%; padding: 15px 15px 35px;}

.duoizq, .duodrcha { width: 50%; float: left;text-align: center; 
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.duoizq a, .duodrcha a {
	color: #fff;
	background: #DD6113;
    padding: 20px 0px;
    cursor: pointer;
    overflow-x: visible;
    overflow-y: visible;
    display: block;
    margin-bottom: 3px;
	border-bottom: 3px solid #fff;}

.duoizq a:hover, .duodrcha a:hover {	
color: #092F56;
background: #fff;
border-bottom: 3px solid #DD6113;
}


	
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.gr {
  font-size: 1.7rem;
}
a {
  color: #092F56;
}
a:hover,
a:focus,
a:active,
a.active,
a.hover_effect {
  outline: none;
  text-decoration: none;
  color: #16427f;
}
.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

h1 a {color: #092F56;}
h1 a:hover {color: #0D5AA9;}

h1,
h2,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #dd6113;
}
#inicio h3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #092F56;
  position: relative;
}
#inicio h3:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  background: #e96656;
  bottom: -9px;
  left: 12.5%;
}
@media (max-width: 600px) {
  #inicio h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}


figcaption {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 10px;
  color: #092F56;
}

.imgizq {
  float: left;
  margin: 10px 10px 10px 0px;
}
.imgdrcha {
  float: right;
  margin: 10px 0px 10px 10px;
}

figure {
    margin: 0px;
}

@media (max-width: 420px) {
  figure {
    margin: 0 auto;
  }
  .imgizq,
  .imgdrcha {
    float: none;
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: auto;
  }
}
.liflecha {
  list-style: none;
  margin-bottom: 30px;
}
.liflecha li:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 1rem;
  color: #ffb600;
  padding-right: 6px;
}
.liflecha li {
  font-size: 1.1em;
  font-weight: 700;
  color: #092F56;
  padding-top: 10px;
  text-align: left;
}
.anchomax {
  max-width: 1200px !Important;
  margin: 0 auto;
}
.pdcero {
  padding: 0;
}
.mgcero {
  margin: 0;
}

.bdfoto {
  border: 5px solid #092F56;
}

code {
    color: #092f56;
    background-color: #F9F9F9;
}

blockquote {
    border-left: 5px solid #DD6113;
}

.imgct {margin: 0 auto;}

.textwidget {text-align: center;}

.mtopheader {margin-top: 125px;}
@media (max-width: 768px) {
	.mtopheader {margin-top: 160px;}
}
.mtop {
  margin-top: 15px;
}
.mbottom {
  margin-bottom: 20px;
}
.bg-color {
  background-color: #F9F9F9;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-top: 20px;
}
.bg-colordtc {
  background-color: rgba(206, 191, 149, 0.25);
  padding-top: 10px;
  padding-bottom: 40px;
}

hr.naranja {border-top: 1px solid #DD6113;}



/* ESTILO BOTONES BASE */
.btn-primary {
  color: white;
  background-color: #dd6113;
  border-color: #dd6113;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ae4c0f;
  border-color: #a5480e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #dd6113;
  border-color: #dd6113;
}
.btn-primary .badge {
  color: #dd6113;
  background-color: white;
}
.btn-primary:hover {
  color: white;
  background-color: #092F56;
  border-color: #092F56;
}
.btn-primary:hover:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover.active,
.open .dropdown-toggle.btn-primary:hover {
  color: white;
  background-color: #041628;
  border-color: #03111f;
}
.btn-primary:hover:active,
.btn-primary:hover.active,
.open .dropdown-toggle.btn-primary:hover {
  background-image: none;
}
.btn-primary:hover.disabled,
.btn-primary:hover[disabled],
fieldset[disabled] .btn-primary:hover,
.btn-primary:hover.disabled:hover,
.btn-primary:hover[disabled]:hover,
fieldset[disabled] .btn-primary:hover:hover,
.btn-primary:hover.disabled:focus,
.btn-primary:hover[disabled]:focus,
fieldset[disabled] .btn-primary:hover:focus,
.btn-primary:hover.disabled:active,
.btn-primary:hover[disabled]:active,
fieldset[disabled] .btn-primary:hover:active,
.btn-primary:hover.disabled.active,
.btn-primary:hover[disabled].active,
fieldset[disabled] .btn-primary:hover.active {
  background-color: #092F56;
  border-color: #092F56;
}
.btn-primary:hover .badge {
  color: #092F56;
  background-color: white;
}


.btnexcerpt {
	 display: block;
    width: 150px;
    margin: 10px auto;
}

.btn-xl {
  color: white;
  background-color: #092F56;
  border-color: #dd6113;
  font-family: "Metamorphous", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #041628;
  border-color: #a5480e;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #092F56;
  border-color: #dd6113;
}
.btn-xl .badge {
  color: #092F56;
  background-color: white;
}







/* ESTILO CABECERA LOGO Y MENU NAVEGACION */
.navegacion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 46%, #ffffff 51%, #fff9e8 71%, #e3dfd4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(46%, #ffffff), color-stop(51%, #ffffff), color-stop(71%, #fff9e8), color-stop(100%, #e3dfd4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 46%, #ffffff 51%, #fff9e8 71%, #e3dfd4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 46%, #ffffff 51%, #fff9e8 71%, #e3dfd4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 46%, #ffffff 51%, #fff9e8 71%, #e3dfd4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 46%, #ffffff 51%, #fff9e8 71%, #e3dfd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3dfd4', GradientType=0);
  z-index: 9999;
  box-shadow: 0px 1px 2px rgba(37, 36, 33, 0.48);
  -webkit-box-shadow: 0px 1px 2px rgba(37, 36, 33, 0.48);
  -moz-box-shadow: 0px 1px 2px rgba(37, 36, 33, 0.48);
}



/* ESTILO LOGO */
.logo {
  width: 100%;
  max-height: 120px !Important;
}
.imglogo {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0px;
}
.txtlogo {
  display: inline-block;
  height: 80px;
}
.txtlogo h1 {
  padding-top: 28px;
  margin: 0;
  font-family: "Metamorphous", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  text-transform: uppercase;
  color: #092F56;
}
.txtlogo b {
  font-family: "Stoke", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #dd6113;
}

@media (max-width: 767px) {
	.logo {
		margin: 0 auto;
		text-align: center;
	}
}



/* ESTILO MENU NAVEGACION */
#cssmenu { 
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;  
  padding-top: 25px;
}


#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  background-color: #dd6113;
  margin: 1px;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #0A3066;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  border-bottom: 2px solid #DD6113;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1.45rem;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1215px) {
  #cssmenu > ul > li > a {padding: 15px 35px;}	
}

@media screen and (max-width: 1130px) {
  #cssmenu > ul > li > a {padding: 15px 30px;}	
}

@media screen and (max-width: 1050px) {
  #cssmenu > ul > li > a {padding: 15px 25px;}	
}

@media screen and (max-width: 990px) {
  #cssmenu > ul > li > a {padding: 15px 15px;}	
}

@media screen and (max-width: 900px) {
  #cssmenu > ul > li > a {padding: 15px 10px;}	
}

@media screen and (max-width: 800px) {
  #cssmenu > ul > li > a {padding: 15px 7px;}	
}


#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #0A3066;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}


@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  
  #cssmenu {padding-top: 0px;}
  
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
	background-color: #dd6113;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 26px;
  }
}


/* ALTURA HEADER */
header {
  text-align: center;
  min-height: 100px !Important;
}
@media (max-width: 960px) {
  header {
    min-height: 175px !Important;
  }
}
@media (max-width: 768px) {
  header {
    min-height: 160px !Important;
  }
}
@media (max-width: 360px) {
  header {
    min-height: 120px !Important;
    text-align: left;
  }
}
section#carousel {
  padding-bottom: 0px;
}
section#carousel div.container-fluid {
  background-color: #f9f9f9;
}
section#carousel div.row {
  margin: 0 auto;
}


/* ESTILO CAROUSEL PAG PRINCIPAL */

main#inicio {margin-top: 100px;}

@media (max-width: 767px) {
  main#inicio {margin-top: 135px;}
}

.carousel {
  max-height: 375px !Important;
  margin-top: 100px;
  background-color: #DD6113;
}
.carousel-inner {
  max-height: 375px !Important;
  /*background-color: @azulo; */
}
.carousel-caption {
  position: absolute;
  top: 99%;
  left: 50%;
  margin-top: -190px;
  margin-left: -190px;
  width: 380px;
  height: 380px;
  display: inline-block;
  z-index: 1001;
  box-sizing: border-box;
  padding: 63px 45px 0px;
  background: #ffffff url("/wp-content/uploads/2016/05/gerion-arqueologia-fd-25-top.png");
  border-radius: 380px;
  border: 10px solid rgba(206, 191, 149, 0.25);
}
.carousel-caption h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 10px !Important;
  margin-bottom: 10px !Important;
}

.carousel-caption h3 a {color: #092F56; text-shadow: 2px -2px #fff;}

.carousel-caption p {
  font-size: 1.9rem;
  color: #000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  text-shadow: 2px -2px #fff;
}
.carousel-indicators {
  display: none;
}

.carousel-inner>.item>a>img {
    margin: 0 auto;
}

/*@media (max-width: 1800px) {
  .carousel-inner .item img {
    min-height: 275px !Important;
  }
}


@media (max-width: 1350px) {
  .carousel-caption {
    margin-top: -185px;
    margin-left: -175px;
  }
  .carousel-indicators {
    bottom: 30px;
  }

  .carousel-inner .item img {
    min-height: 210px !Important;
  }
}


@media (max-width: 980px) {
	
   .carousel-inner .item img {
    min-height: 255px !Important;

  }
  
  .carousel-caption h3 {
    font-size: 2.3rem;
  }
  .carousel-indicators {
    padding: 2px;
    bottom: 30px;
  }
}
@media (max-width: 667px) {
  .carousel-inner .item img {
    min-height: 225px !Important;
	padding-top: 40px;
  }
  
@media (max-width: 480px) {
  .carousel-inner .item img {
    min-height: 200px !Important;
  }  
}


  .carousel-caption {
    top: 95%;
    width: 250px;
    height: 250px;
    margin-top: -140px;
    margin-left: -125px;
  }
  .carousel-caption p {
    display: none;
  }
  .carousel-indicators {
    display: none;
  }
}
@media (max-width: 480px) {
  .carousel-caption h3 {
    font-size: 2.3rem;
  }
}
@media (max-width: 360px) {
  .carousel-caption h3 {
    font-size: 2.2rem;
    margin-top: 0px;
  }
}
*/


/* ESTILO TITULARES PRINCIPALES SECCIONES Y NOTICIAS */
.tituloseccion, .tituloseccionbt, .titulonot {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  text-align: center;
  color: #092F56;
  line-height: 1.3em;
  border-bottom: 2px solid #092F56;
  margin: 15px 0px;
}

.tituloseccionbt {
  margin: 25px 0px 15px;	
}


/* TITULAR PAG. SERVICIO INDI */
#serviciospagindi article h1:first-child {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 2.2rem; 
text-align: center; 
color: #092F56; 
line-height: 1.3em; 
border-bottom: 2px solid #092F56;
margin: 25px 0px 15px;	
}

#serviciospagindi article h3 {
	padding: 20px;
}

#serviciospagindi article a {
color: #0d5aa9;
text-decoration: underline;
}

#serviciospagindi article hr {border-top: 1px solid #fff;}

#serviciospagindi article ul {
	margin: 10px auto 0px;
	}
	

#serviciospagindi article ul li {
	list-style: none;
  margin-bottom: 5px;
    font-size: 1.0em;
	/*text-transform: capitalize;*/
  font-weight: 700;
  color: #092F56;
  padding-top: 0px;
  text-align: left
}
#serviciospagindi article ul li:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 1rem;
  color: #ffb600;
  padding-right: 6px;
}



.titulonot {
 color: #092F56;
  border-bottom: 2px solid #DD6113;	
}

.subtitulo {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #dd6113;
}
.pdestaca {
  background-color: #F9F9F9;
  padding: 10px;
  color: #3261B9;
}


/* ESTILO ARTICULOS */
article {
  /*clear: both;*/
  margin-bottom: 30px;
  min-height: 250px;
}
article time {
  font-size: 1.3rem;
  color: #ffb600;
}

.conteimg {
	max-height: 330px !Important;
	vertical-align: middle;
    overflow: hidden;
}


.thumbnail>img {
     max-height: 285px;
}


/*alineacion imagen principal del post (imagen destacada) */
article .imgnoticia img {
	width: 100%;
    height: auto;	/**/
}

/*alineacion imagenes del post */
img.alignright {float:right; margin:0.5em 0 1em 1em}
img.alignleft {float:left; margin:0.5em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0.5em 0 1em 1em}
a img.alignleft {float:left; margin:0.5em 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

article img.avatar {width: initial;}

article h4 a {
	font-size: 1.9rem;
  color: #092F56;
  text-decoration: none;
}
article h4 a:hover {
  text-decoration: none;
}

article h3, article h2  {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0A3057;
  font-size: 2.0rem;
}

article p, .alinearp {
    text-align: justify;
}
.alinearp {
line-height: 22px;
font-size: 1.6rem;
}

article p a {
  color: #4246c9;
}

article p a:hover {
  color: #0D5AA9;
}


/* ESTILO ARTICULO INDIVIDUAL */

.migas {
	   font-size: 1.3rem;
	   font-weight: bold;
	   /*background-color: #f7f7f7;*/
	   padding: 5px;
	   border-radius: 10px;
	   color: #DD6113;
	   }
.migas a {color: #092F56;}

.migas .titfinal {color: #f79b62;}

.imgnoticia {
    margin: 7px 0px 0px 0px;
}

.centrar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*info fecha y autor*/
.datosarticle {
	margin-left: 2px;
    font-size: 1.3rem;
    line-height: 16px;
    overflow: hidden;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px solid #092F56;
	border-bottom: 1px solid #092F56;
}

.datosarticle > span {
    margin-right: 10px;
}

.datosarticle .fecha:before,
.datosarticle .categ:before,
.datosarticle .autor:before,
.datosarticle .comenot:before {
    color: #f4c306;
}

.datosarticle .fecha::before {
    margin-right: 6px;
    content: "\f017";
    font-family: FontAwesome;
}

.datosarticle .categ::before {
    margin-right: 6px;
    content: "\f02d";
    font-family: FontAwesome;
}

.datosarticle .autor::before {
    margin-right: 6px;
    content: "\f007";
    font-family: FontAwesome;
}

.datosarticle .comenot::before {
    margin-right: 6px;
    content: "\f075";
    font-family: FontAwesome;
}

::before, ::after {
    box-sizing: border-box;
}

/* paginador entradas blog */
.paginador {
	text-align: center;
}

.page-numbers {
 padding: 5px 15px;
 background-color: #f9f9f9;
 font-weight: bold;
 font-size: 1.6rem;}




/* iconos compartir - bajo articulo = plugin Ultimate Social Icons and Share Plugin - ultimatelysocial.com */
.sfsi_Sicons {
    border-top: 1px dotted #0A3066;
    padding: 10px 0px;
    border-bottom: 1px dotted #0A3066;
	margin-bottom: 20px;
}


/* articulos relacionados */
.relatedpost {margin-top: 80px;}

  /*plugin contextual-related-posts by webberZone*/
.crp_related {
	clear: both;
	margin: 25px 0;
}
.crp_related h3 {
	margin: 0 !important;
font-size: 1.6rem;
}
.crp_related ul {
	list-style: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
.crp_related li, .crp_related a {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.crp_related li {
	margin: 15px !important;
	/*border: 1px solid #0A3057;*/
	padding: 6px;
}
.crp_related li:hover {
	background: #fff;
	border-color: #F4C306;
}
.crp_related a {
  width: 200px;
  height: 170px;
  text-decoration: none;
}
.crp_related a:hover {
	text-decoration: none;
}

.crp_related .crp_title {
	position: absolute;
	height: inherit;
	bottom: 6px;
	left: 6px;
	padding: 3px;
/*  width: 144px;   = 150px - (3px * 2) */
	color: #fff;
	font-size: .9em;
	text-shadow: 1000 .1em .1em .2em;
	background: rgb(221, 97, 19);
}
.crp_related li:hover .crp_title {
	background: rgb(228, 164, 13);
}

.crp_related .crp_thumb, .crp_related li, .crp_related .crp_title {
	vertical-align: bottom;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.crp_clear {
	clear: both;
}

    /*widget plugin  contextual-related-posts by webberZone */
	.crp_related_widget img { border: 5px solid #E7E2D7; margin-bottom: 3px; width: 100%; max-width: 300px !Important; height: auto;}
	.crp_related_widget a.crp_title {max-width: 300px;font-size: 1.5rem;display: block;color: #092F56; border-bottom: 2px solid #DD6113; margin-bottom: 7px;}
	.crp_related_widget .crp_excerpt {font-size: 1.2rem;}
	.crp_related_widget ul {padding: 0px 20px;}
	.crp_related_widget li {padding: 30px 0px;}
 
    @media (max-width: 768px) {
    .crp_related_widget img { max-width: 99% !Important;}
    }



/*comentarios en articulo individual*/
h3#comments {font-size: 1.5rem;}
.comment-form-comment label {display: block;}

.commentlist {
list-style: none;
padding: 10px;
margin: 5px;
}

.comment-body  {
list-style: none;
background-color: #f9f9f9;
border: 2px solid #fff;
padding: 10px;
margin: 5px;
}

 ul.children {
list-style: none;
 }

cite.fn, .says {
	font-size: 1.3rem; 
	font-style: normal;
  border-color: #dd6113;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;}

article img.avatar {margin: 10px;}

.commentmetadata a {font-weight: 700; color:#DD6113;}

div.reply {
	background-color: #fff;
	padding: 10px;
	width: 90px;
	font-weight: 700;
	text-align: center;
	}

.comment-form-comment {width: 100%;}

/*Plugin WPB Filterable Portfolio */
/*ajuste imagenes relacionadas */
@media (max-width: 880px) {
#gallery-1 .gallery-item {width: 100%;}
#gallery-1 .gallery-item img {width: 100%; height: auto; border-color: #fff;}
}



/* COLUMNA LATERAL */
aside time {
  font-size: 0.9rem;
  color: #222;
  font-weight: 700;
}
aside h3 {
    color: #092F56;
    font-size: 1.9rem;
    text-align: center;
    border-bottom: 2px solid #DD6113;
    margin: 35px 0px 15px 0px;
    padding-bottom: 5px;
}

aside h3:nth-child(2) {margin: 15px 0px;}



aside h4 {
  color: #dd6113;
}
aside h5 {
  color: #092F56;
  font-size: 1.7rem;
}
aside .avancenot {
  padding: 10px;
  background-color: #F9F9F9;
  border-radius: 4px;
  margin-bottom: 10px;
}
aside .avancenot img {
  width: 40%;
  max-width: 183px !Important;
  max-height: 138px !Important;
  float: left;
  padding-right: 10px;
}
aside .avancenot p {
  font-size: 1.3rem;
  text-align: justify;
}

aside ul  {list-style: none; margin-left: 0px; padding-left: 10px;}
aside ul li a  {font-size: 1.6rem;}
aside ul li:before {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 1rem;
    color: #ffb600;
    padding-right: 6px;
}

aside hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px color: rgba(221, 97, 19, 0);;
}

/*widget plugin  contextual-related-posts by webberZone */
.crp_related_widget ul li::before {
	    font-size: 0rem;
    color: #fff;
    padding-right: 0px;
}


.tagcloud  a{
	border: 1px solid #000;
	padding: 10px; 
	display: inline-block; 
	margin:5px; 
	color: #DD6113;
	font-size: 1.3rem !important;}

/*titulo pagina tipo tag - titular*/
.cltittag {color: #DD6113;}






a.enlacenot,
a.enlacevolver {
  width: 50%;
  margin: 10px auto 0px auto;
  padding: 5px;
  display: block;
  text-align: center;
  background-color: #dd6113;
  color: #fff;
  border-radius: 4px;
}
a.enlacevolver {
  width: 25%;
}
a.enlacenot:hover,
a.enlacevolver:hover {
  background-color: #2a3749;
  color: #fff;
}
aside i {
  font-size: 1.6rem;
  color: #dd6113;
  margin-right: 10px;
}


/* PIE DE PAGINA */


footer {
  border-top: 20px solid #dd6113;
  background-color: #F9F9F9;
  padding: 50px 0px;
  text-align: center;
  margin-top: 20px;
}

footer .legal li {
  font-size: 1.2rem;
  list-style-type: square;
  color: #ffb600;
  text-align: left;
}
footer .legal li a {
  color: #092F56;
}


footer address {
  font-size: 1.2rem;
}


/* widget lateral drcho redes sociales */

.sfsi_widget {
    margin: 0 auto;
    width: 300px;
}

#footer-sidebar {
display:block;
height: 150px;
}

#footer-sidebar1 {
max-width: 300px !Important;
margin: 0 auto;
}

#footer-sidebar1 h2 {display: none;}
#footer-sidebar1 li {list-style: none;}


/*
footer .social li {
  display: inline-block;
  font-size: 2rem;
  width: 45px;
  height: 45px;
  line-height: 44px;
  border: 2px solid #dd6113;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .social li a {
  color: #092F56;
}
footer .social li a:hover {
  color: #ffb600;
}
footer .social li:hover {
  background-color: #fff;
}
*/




footer .nombrepie p {
  margin: 70px auto 10px;
  font-size: 1rem;
  font-family: "Metamorphous", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
footer .nombrepie p strong {
  color: #092F56;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0px 50px;
  }
  ul.legal {
    padding-left: 0;
  }
  .legal li {
    text-align: center;
    display: inline-block;
    padding: 0px 20px;
  }
  .social {
    display: inline-block;
    padding: 0px 20px;
  }
}
@media (max-width: 480px) {
  .legal li {
    padding: 0px 5px;
  }
}
@media (max-width: 420px) {
  .legal li a {
    font-size: 0.8rem;
    padding: 0px 0px;
  }
}



/* FORMULARIO DE CONTACTO */
.formulario {
  width: 100%;
  margin: 0 auto;
}
#contactocentral {
  padding: 0px 25px 25px 25px;
}
#contactocentral h3,
#contactocentral h4 {
  color: #092F56;
  font-size: 1.6em;
  font-weight: 700;
}
#contactocentral h4 {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
}
#contactocentral input[type="text"],
#contactocentral input[type="email"],
#contactocentral input[type="tel"],
#contactocentral legend,
#contactocentral textarea,
#contactocentral button[type="submit"] {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}
fieldset {
  width: 100%;
  margin: 20px 0px;
  padding: 0;
}
#contactocentral input[type="text"],
#contactocentral input[type="email"],
#contactocentral input[type="tel"],
#contactocentral textarea {
  width: 100%;
  border: 1px solid #F9F9F9;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f7f7f7;
}
#contactocentral input[type="text"]:hover,
#contactocentral input[type="email"]:hover,
#contactocentral input[type="tel"]:hover,
#contactocentral textarea:hover {
  border: 1px solid #222;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
#contactocentral textarea {
  height: 150px;
  max-width: 100%;
  border: 1px solid #F9F9F9;
}

#contactolateral input[type=button], #contactolateral input[type=reset], #contactolateral input[type=submit],
#contactocentral input[type=button], #contactocentral input[type=reset], #contactocentral input[type=submit] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #092F56;
  color: #fff;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.5rem;
}


#contactocentral input[type=button]:hover, #contactocentral input[type=reset]:hover, #contactocentral input[type=submit]:hover {
  background: #ffb600;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contactocentral button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contactocentral input:focus,
#contactocentral textarea:focus {
  outline: 0;
  border: 1px solid #222;
}
#contactolateral input[type="text"],
#contactolateral input[type="email"],
#contactolateral input[type="tel"],
#contactolateral textarea {
  border: 1px solid #E8E8E8;
  background-color: #FFFFFF;
}
#contactolateral input[type="submit"] {
  background-color: #dd6113;
}
#contactolateral input[type="submit"]:hover {
  background-color: #092F56;
}
#contactolateral input[type="submit"]:active {
  background-color: #ffb600;
}






#servicios {
  border-top: 30px solid rgba(206, 191, 149, 0.25);
}
#servicios,
#trabajos {
  padding: 40px 0px;
}
#servicios p,
#trabajos p {
  padding: 10px 20px 20px 20px;
  margin: 0px 0px 25px 0px;
}
#serviciospagindi {
  min-height: 550px;
}
#serviciospagindi p {
  text-align: justify;
}

#trabajospag {padding: 0px 10px 0px 10px;}

#serviciospag .cajaser .iconoser,
#serviciospagindi .cajaser .iconoser,
#servicios .cajaser .iconoser,
#trabajos .cajaser .iconoser,
#trabajospag .cajaser .iconoser,
#trabajospagfotos .cajaser .iconoser {
  margin-bottom: 30px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #ffb600;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}


#serviciospag .cajaser ul,
#serviciospagindi .cajaser ul,
#servicios .cajaser ul,
#trabajos .cajaser ul,
#trabajospag .cajaser ul,
#trabajospagfotos .cajaser ul {
  margin-top: 15px;
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-transform: uppercase;
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
}

#serviciospag .cajaser ul {
	list-style: square;
	text-align: left;
}
#serviciospag .cajaser ul li {
	margin-left: 20%;
}

@media (max-width: 990px) {
#serviciospag .cajaser ul li {
	margin-left: 10%;
	font-size: 1.1rem;
}	
}

#serviciospag .cajaser .iconoserindi,
#serviciospagindi .cajaser .iconoserindi,
#servicios .cajaser .iconoserindi,
#trabajos .cajaser .iconoserindi,
#trabajospag .cajaser .iconoserindi,
#trabajospagfotos .cajaser .iconoserindi {
  margin-bottom: 30px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #ffb600;
  background-color: #fff;
  margin: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


@media (max-width: 420px) {
  #serviciospag .cajaser .iconoserindi,
  #serviciospagindi .cajaser .iconoserindi,
  #servicios .cajaser .iconoserindi,
  #trabajos .cajaser .iconoserindi,
  #trabajospag .cajaser .iconoserindi,
  #trabajospagfotos .cajaser .iconoserindi {
    margin: 0px auto 20px auto;
  }
}


#serviciospag .icircu,
#serviciospagindi .icircu,
#servicios .icircu,
#trabajos .icircu,
#trabajospag .icircu,
#trabajospagfotos .icircu {
  height: 63px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}


#serviciospag .moviser1,
#serviciospagindi .moviser1,
#servicios .moviser1,
#trabajos .moviser1,
#trabajospag .moviser1,
#trabajospagfotos .moviser1,
#serviciospag .moviser2,
#serviciospagindi .moviser2,
#servicios .moviser2,
#trabajos .moviser2,
#trabajospag .moviser2,
#trabajospagfotos .moviser2,
#serviciospag .moviser3,
#serviciospagindi .moviser3,
#servicios .moviser3,
#trabajos .moviser3,
#trabajospag .moviser3,
#trabajospagfotos .moviser3,
#serviciospag .moviser4,
#serviciospagindi .moviser4,
#servicios .moviser4,
#trabajos .moviser4,
#trabajospag .moviser4,
#trabajospagfotos .moviser4,
#serviciospag .movilat1,
#serviciospagindi .movilat1,
#servicios .movilat1,
#trabajos .movilat1,
#trabajospag .movilat1,
#trabajospagfotos .movilat1 {
  background-color: #fbfaf9;
  border: 1px solid #fff;
  padding-top: 30px;
  min-height: 350px;
}
#serviciospag .cajaser:nth-child(4n+2) .iconoser:hover,
#serviciospagindi .cajaser:nth-child(4n+2) .iconoser:hover,
#servicios .cajaser:nth-child(4n+2) .iconoser:hover,
#trabajos .cajaser:nth-child(4n+2) .iconoser:hover,
#trabajospag .cajaser:nth-child(4n+2) .iconoser:hover,
#trabajospagfotos .cajaser:nth-child(4n+2) .iconoser:hover {
  border: 7px solid #ff7f00;
  background-color: rgba(255, 182, 0, 0.15);
}
#serviciospag .cajaser:nth-child(4n+2) .lineatitulo::before,
#serviciospagindi .cajaser:nth-child(4n+2) .lineatitulo::before,
#servicios .cajaser:nth-child(4n+2) .lineatitulo::before,
#trabajos .cajaser:nth-child(4n+2) .lineatitulo::before,
#trabajospag .cajaser:nth-child(4n+2) .lineatitulo::before,
#trabajospagfotos .cajaser:nth-child(4n+2) .lineatitulo::before {
  background: #dd6113;
}
#serviciospag .cajaser:nth-child(4n+3) .iconoser:hover,
#serviciospagindi .cajaser:nth-child(4n+3) .iconoser:hover,
#servicios .cajaser:nth-child(4n+3) .iconoser:hover,
#trabajos .cajaser:nth-child(4n+3) .iconoser:hover,
#trabajospag .cajaser:nth-child(4n+3) .iconoser:hover,
#trabajospagfotos .cajaser:nth-child(4n+3) .iconoser:hover {
  border: 7px solid #27b7e8;
  background-color: rgba(255, 182, 0, 0.15);
}
#serviciospag .cajaser:nth-child(4n+3) .lineatitulo::before,
#serviciospagindi .cajaser:nth-child(4n+3) .lineatitulo::before,
#servicios .cajaser:nth-child(4n+3) .lineatitulo::before,
#trabajos .cajaser:nth-child(4n+3) .lineatitulo::before,
#trabajospag .cajaser:nth-child(4n+3) .lineatitulo::before,
#trabajospagfotos .cajaser:nth-child(4n+3) .lineatitulo::before {
  background: #dd6113;
}
#serviciospag .cajaser:nth-child(4n+4) .iconoser:hover,
#serviciospagindi .cajaser:nth-child(4n+4) .iconoser:hover,
#servicios .cajaser:nth-child(4n+4) .iconoser:hover,
#trabajos .cajaser:nth-child(4n+4) .iconoser:hover,
#trabajospag .cajaser:nth-child(4n+4) .iconoser:hover,
#trabajospagfotos .cajaser:nth-child(4n+4) .iconoser:hover {
  border: 7px solid #0a9691;
  background-color: rgba(255, 182, 0, 0.15);
}
#serviciospag .cajaser:nth-child(4n+4) .lineatitulo::before,
#serviciospagindi .cajaser:nth-child(4n+4) .lineatitulo::before,
#servicios .cajaser:nth-child(4n+4) .lineatitulo::before,
#trabajos .cajaser:nth-child(4n+4) .lineatitulo::before,
#trabajospag .cajaser:nth-child(4n+4) .lineatitulo::before,
#trabajospagfotos .cajaser:nth-child(4n+4) .lineatitulo::before {
  background: #dd6113;
}
#serviciospag .cajaser:nth-child(4n+1) .iconoser:hover,
#serviciospagindi .cajaser:nth-child(4n+1) .iconoser:hover,
#servicios .cajaser:nth-child(4n+1) .iconoser:hover,
#trabajos .cajaser:nth-child(4n+1) .iconoser:hover,
#trabajospag .cajaser:nth-child(4n+1) .iconoser:hover,
#trabajospagfotos .cajaser:nth-child(4n+1) .iconoser:hover {
  border: 7px solid #5094ed;
  background-color: rgba(255, 182, 0, 0.15);
}
#serviciospag .cajaser:nth-child(4n+1) .lineatitulo::before,
#serviciospagindi .cajaser:nth-child(4n+1) .lineatitulo::before,
#servicios .cajaser:nth-child(4n+1) .lineatitulo::before,
#trabajos .cajaser:nth-child(4n+1) .lineatitulo::before,
#trabajospag .cajaser:nth-child(4n+1) .lineatitulo::before,
#trabajospagfotos .cajaser:nth-child(4n+1) .lineatitulo::before {
  background: #dd6113;
}
#serviciospag .lineatitulo:before,
#serviciospagindi .lineatitulo:before,
#servicios .lineatitulo:before,
#trabajos .lineatitulo:before,
#trabajospag .lineatitulo:before,
#trabajospagfotos .lineatitulo:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  bottom: -9px;
  left: 12.5%;
}
#serviciospag *,
#serviciospagindi *,
#servicios *,
#trabajos *,
#trabajospag *,
#trabajospagfotos *,
#serviciospag *:before,
#serviciospagindi *:before,
#servicios *:before,
#trabajos *:before,
#trabajospag *:before,
#trabajospagfotos *:before,
#serviciospag *:after,
#serviciospagindi *:after,
#servicios *:after,
#trabajos *:after,
#trabajospag *:after,
#trabajospagfotos *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#serviciospag .cajaser h3,
#serviciospagindi .cajaser h3,
#servicios .cajaser h3,
#trabajos .cajaser h3,
#trabajospag .cajaser h3,
#trabajospagfotos .cajaser h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #092F56;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  float: none;
  width: auto;
  background: none;
}
#serviciospag .cajaser p,
#serviciospagindi .cajaser p,
#servicios .cajaser p,
#trabajos .cajaser p,
#trabajospag .cajaser p,
#trabajospagfotos .cajaser p {
  font-size: 1.45rem;
  color: #808080;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
}
#serviciospag .btn-primary,
#serviciospagindi .btn-primary,
#servicios .btn-primary,
#trabajos .btn-primary,
#trabajospag .btn-primary,
#trabajospagfotos .btn-primary {
  padding: 10px 50px;
  font-weight: normal;
  font-size: 1.45rem;
}
@media (max-width: 1200px) {
  #serviciospag .cajaser,
  #servicios .cajaser {
    min-height: 410px !Important;
  }
}
@media (max-width: 990px) {
  #serviciospag .cajaser,
  #servicios .cajaser {
    min-height: 480px !Important;
  }
}
@media (max-width: 768px) {
  #serviciospag .cajaser,
  #servicios .cajaser {
    min-height: 370px !Important;
  }
}
@media (max-width: 580px) {
  #serviciospag .cajaser,
  #servicios .cajaser {
    min-height: 410px !Important;
  }
}
@media (max-width: 480px) {
  #serviciospag .cajaser,
  #servicios .cajaser {
    min-height: 435px !Important;
  }
}
@media (max-width: 420px) {
	
figure#trabajospag {
	    text-align: center;
    }	
	
  #serviciospag .cajaser,
  #servicios .cajaser {
    min-height: 210px !Important;
    padding-top: 15px;
  }
 
  #trabajospag .cajaser {
    min-height: 235px !Important;
    padding: 15px 10px;
  } 
  
  #serviciospag .cajaser .iconoser,
  #servicios .cajaser .iconoser {
    width: 115px;
    height: 115px;
  }
  
  #trabajospag .cajaser .iconoser {
    width: 127px;
    height: 127px;
  }
  
  #serviciospag .cajaser p,
  #servicios .cajaser p,
  #trabajospag .cajaser p {
    display: none;
  }
  #serviciospag .cajaser ul,
  #servicios .cajaser ul,
  #trabajospag .cajaser ul {
    display: none;
  }
}
.cajanot {
  background-color: #fff;
  border: 6px solid rgba(206, 191, 149, 0.25);
  padding: 20px;
}


/* ESTILOS PARA SECCION DE TRABAJO INDICE Y PAGINA RAIZ - CAMBIO ESTILOS PLUGIN WPO PORTFOLIO ///////////////////////////////////////////////////////////////// */

#trabajos img,
#trabajospag img,
.trabajosindice img {
  /*position: relative;
  border-radius: 50%;
  border: 6px solid #ffb600;*/
  /*width: 174px;
  width: 100%;
  height: 214px;*/
  /*margin: auto;
  overflow: hidden;
  margin-bottom: 25px;*/
}

/*
.trabajosindice .wpb_portfolio .mix {
    margin-bottom: 130px;
}

/*no mostrar botones superiores categ. trabajos en el indice y en la pagina individual de trabajo*/
.nomostrarbtsup .wpb-fp-filter {
display: none !Important;	
}

/*centrar link sobre imagen en pagina individual de trabajo*/
figure.effect-bubba p {
    text-align: center;
}

/*dejar espacio blanco a ambos lados al reducir */
@media screen and (max-width: 50em) {
.wpb_fp_grid figure {width: 90% !Important;}
}

/* FINNNNNNN ESTILOS PARA SECCION DE TRABAJO INDICE Y PAGINA RAIZ - CAMBIO ESTILOS PLUGIN WPO PORTFOLIO ///////////////////////////////////////////////////////////////// */



#trabajospag img {margin: 7px 7px 7px 14px;}

#trabajosindice img {
  width: 100%;
}
#trabajosindice img {
  border: 7px solid #dd6113;
  border-radius: 10px;
}
#drone {
  position: relative;
}
.img-contenedor img {
  -webkit-transition: all .9s ease;
  /* Safari y Chrome */
  -moz-transition: all .9s ease;
  /* Firefox */
  -o-transition: all .9s ease;
  /* IE 9 */
  -ms-transition: all .9s ease;
  /* Opera */
  width: 100%;
}
.img-contenedor:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.img-contenedor {
  /*Ancho y altura son modificables al requerimiento de cada uno*/
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.drone-caption {
  position: absolute;
  top: 70%;
  left: 50%;
  margin-top: -160px;
  margin-left: -160px;
  width: 320px;
  height: 120px;
  display: inline-block;
  z-index: 1001;
  box-sizing: border-box;
  padding: 15px;
  background: #ffffff;
}
.drone-caption h3 {
  text-align: center;
  margin-top: 10px !Important;
  margin-bottom: 10px !Important;
}
.drone-caption a.btn.btn-primary {
  width: 50%;
  margin-left: 25%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .drone-caption {
    width: 280px;
    margin-top: -120px;
    margin-left: -140px;
  }
}
@media (max-width: 520px) {
  .drone-caption {
    margin-top: -90px;
  }
}
@media (max-width: 420px) {
  .drone-caption {
    background-color: transparent;
  }
  .drone-caption h3 {
    display: none;
  }
  .drone-caption a.btn.btn-primary {
    margin-top: 30px;
  }
}
.cajatrabajos {
  padding: 10px;
  border: 4px solid #fff;
  min-height: 250px;
}
.cajatrabajos h3,
.cajatrabajos h5 {
  text-align: center;
}
.cajatrabajos h3 {
  font-size: 1.2rem;
  color: #dd6113;
  border-bottom: 1px solid #ffb600;
}
.cajatrabajos h5 {
  font-size: 1rem;
  color: #dd6113;
}
.cajatrabajos img {
  width: 100%;
}
.cajatrabajos p {
  font-size: 0.9rem;
  color: #ffb600;
  text-align: justify;
}
/*# sourceMappingURL=style.css.map */