/* CSS de la Página - DIMISA */

/*
    1. FUENTES
    2. MENÚ
    3. GENERAL
    4. ESPECÍFICOS
    5. COOKIES
    4. RESPONSIVO
    5. INDEX
    6. IDENTIDAD

    Colores:
    Principal   - #ecc71c
    Secundario  - ##00acd3
    Secundario  - #edd35a
*/

/* ---- FUENTES ---- */
.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}

.open-font {
  font-family: 'Open Sans', sans-serif;
}


/* ---- MENÚ ---- */
#navbar {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.navbar-brand img {
  height: 50px;
}

.navbar-brand {
  padding: 3px 15px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  top: 2px;
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      top: 6px;
      transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
      top: -6px;
      transform: rotate(-45deg);
}


.navbar a[aria-expanded="true"]::before {
    content: none;
  }

.navbar a[aria-expanded="false"]::before {
    content:none;
  }




.whatsapp {
  position:fixed;
  width:70px;
  height:70px;
  bottom:35px;
  right:35px;
  background-color:#25d366;
  color:#FFF;
  border-radius:35px;
  text-align:center;
  font-size:35px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

a.whatsapp {
  color: #fff;
}

a.whatsapp:hover, a.whatsapp:focus {
  color: #e9efe9;
}

/* ---- GENERAL ---- */
body {
  background-color: #fff;
  padding-top: 60px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: 'Open Sans', sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%239C92AC' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

section {
    padding-top:90px;
    padding-bottom:50px;
    overflow: hidden;
}

p {
  font-family: 'Open Sans', sans-serif;
}

hr {
	border-top: 3px solid #ecc71c;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 22px;
}

h4 {
  font-size: 17px;
}

footer {
    background-color: #171717;
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
}

footer h5 {
  color: #ecc71c;
}

footer a {
  color: #fff;
  text-decoration: underline;
  margin: 50px 0px;
}

footer p {
  font-size: 11px;
}

footer img {
  margin: 7px 0px 15px 0px;
  height: 40px;
}

footer .footer-above {
  padding: 30px 0px 0px 0px;
  border-top: 7px #ecc71c solid;
}

footer .footer-above .col-md-3 {
  margin-bottom: 10px;
}

footer .footer-below {
  font-size: 12px;
  padding: 5px 0px 5px 0px;
}


.bg-azul {
  background-color: #ecc71c;
}

.bg-amarillo {
  background: #edd35a;
}

.btn-success {
  border-radius: 0px;
}

.btn-blanco {
  display: inline-block;
  background-color: #fff;
  color: #ecc71c;
  border-color: #fff;
}

.btn-negro {
  display: inline-block;
  background-color: #171717;
  color: #fff;
}

.no-padding {
  padding: 0px;
}

.btn-blanco:hover,
.btn-blanco:focus,
.btn-blanco:active {
  background-color: none;
  color: #fff;
  border-color: #fff;
}

.btn-negro:hover,
.btn-negro:focus,
.btn-negro:active {
  background-color: #222;
  color: #ecc71c;
  border-color: #171717;
}

.btn-azul-claro {
  background-color: #ecc71c;
  color: #fff;
  border-radius: 0px;
}


.btn-azul-claro:hover,
.btn-azul-claro:focus,
.btn-azul-claro:active {
  background-color: #ecc71c;
  color: #fff;
}

/* ---- ESPECÍFICOS ---- */
.tarjetas {
  padding: 10px 10px;
  margin: 0px 0px 10px 0px;
  text-decoration: underline;
}

.index-tarjetas {
  margin: 20px 0px;
  padding: 0px 35px;
}

.index-tarjetas i {
  font-size: 30px;
}


.text-gradient {
	font-size: 35px;
	font-weight: bolder;
	background: linear-gradient(to right, #ecc71c 0%, #ecc71c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.5;
}

.work-together {
	background-image: url('../img/work-together.jpg');
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	color: #fff;
  	padding: 80px 0px;
}

.construction {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.construction img {
  max-height: 150px;
}

.construction a {
  color: #fff;
  font-size: 30px;
}

.avisos a {
  text-decoration: underline;
}



.block-border {
  border-right: 2px #ddd solid;
}




.center-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}







.contact {
  background-color: #FFF;
  color: #666;
  font-size: 14px;
  line-height: 2.2;
}

.contact a, .contact a:hover, .contact a:focus {
  color: #555;
}



.box {
  display: inline-block;
  background-color: rgba(0,0,0,.8);
  padding-bottom: 10px;
  margin-bottom: 30px;
}






.img-responsive {
  margin: 0 auto;
}

.res img {
  max-width: 100%;
}

li.social-icon a {
  float: left;
}



header .list-inline .btn-social {
    border:2px solid #202020;
    color: #202020;
}

.btn-social {
    padding-bottom: 8px;
    text-align: center;
    font-size: 17px;
}


.tarjeta-col {
  padding: 0px;
  margin: 0px;
}

.en-proceso {
  padding: 200px 0px;
}


.text-wrap {
  position: relative;
}

.text-overlay {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.list-elements {
  list-style-type: none;
  text-align: left;
}

.big-line-height {
  line-height: 50px;
}


/* -- GOOGLE -- */
#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(15, 33, 71, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.85);
  background-repeat: no-repeat;
  background-size: 40px 72px;
  background-image: url("../img/google-maps/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #ecc71c;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

/* -- /GOOGLE -- */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.index3 {
  padding-top: 0px;
}

.index2 {
  padding-top: 80px;
}

.navbar {
    padding: 15px 10px;
    background: #ecc71c;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/*
.navbar2 {
    margin-top: 90px;
    padding: 20px 10px;
    background: #eee;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}*/


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    color: #ecc71c;
    background: none;
}

.navbar-btn:hover,
.navbar-btn:focus,
.navbar-btn:active {
  background: none;
  color:#ecc71c;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 10000000;
    background: rgba(28, 38, 58, 0.9);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ecc71c;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #ecc71c;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(28, 38, 58, 0.9);
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    display: block;
}
#sidebar ul li a:hover {
    color: #ecc71c;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: rgba(0, 172, 211, 0.45);
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(0, 172, 211, 0.45);
}

.navbar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: none;
}


.navbar-logo img {
  height: 60px;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.diag-circle-main {
	display: inline-block;
	background-color: rgba(28, 38, 58, 1);
	width: 250px;
	height: 250px;
	border-radius: 50%;
}



.diag-circle {
	position: relative;
	display: inline-block;
	background-color: rgba(0, 172, 211, 1);
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.diag-info {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%. -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 180px;
    color: #fff;
    line-height: 2;
}


.mapa-arq {
  background-image: url('../img/fondo-parallax.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 80px 0px;
  height: 100%;
}


.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 80px 20px 10px;
    background: none;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: none;
}

.tab .nav-tabs li.active a span{
    background: #ecc71c;
    color: #fff;
}
.tab .nav-tabs li a span i{
    transform: rotate(-45deg);
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li.active a{
    border-bottom: 2px solid #ecc71c;
}
.tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.tab .tab-content h3{
    font-size: 22px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}

.tabs-arq a[aria-expanded="false"]::before,.tabs-arq a[aria-expanded="true"]::before {
    content: '';
}
.tabs-arq a[aria-expanded="true"]::before {
    content: '';
}
/* INDEX */
.index-factor-ch h1 {
  font-size: 40px;
}

.index-factor-ch p {
  font-size: 25px;
  line-height: 2.3;
  margin-bottom: 15px;
}

.citas-autor {
  line-height: 2;
  color: #333;
}

.citas-autor i {
  font-size: 25px;
  color: #ecc71c;
}

.citas-autor h2 {
  line-height: 2;
}

.citas-autor h3 {
  color: #999;
  font-style: italic;
}


/* IDENTIDAD */
#skewed-bg-identidad {
  -webkit-transform: skew(0deg, -2.5deg);
  transform: skew(0deg, -2.5deg);
  padding: 150px 0px;
  margin-top: -20px;
}

.wrapper-skew-identidad {
  -webkit-transform: skew(0deg, 2.5deg);
  transform: skew(0deg, 2.5deg);
}

.identidad {
  background-image: url("../img/fondo-popo.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.identidad-info {
  margin-bottom: 30px;
  text-align: justify;
}

.identidad-info h1 {
  font-size: 40px;
}

.identidad-info hr {
  width: 30%;
  margin-left: 0;
}

.identidad-info p {
  font-size: 15px;
  text-align: justify;
}

.identidad-mv {
  padding-top: 0px;
}

.mision-vision {
  padding: 10px 60px;
  text-align: justify;
  margin: 40px 0px;
}

.mision-vision hr {
  width: 30%;
  margin-left: 0;
}

.mision-vision img {
  width: 70px;
}

.factor-ch-info {
  padding-right: 120px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.factor-ch-info p {
  text-align: justify;
}

.factor-ch-info a {
  color: #ecc71c;
  margin-right: 12px;
  text-decoration: underline;
}

.nosotros {
  text-align: center;
}

.nosotros-bio {
  margin-bottom: 40px;
}

.nosotros-bio h6 {
  margin-top: 15px;
}

.nosotros-bio img {
  border-radius: 50%;
  max-width: 40%;
  margin-bottom: 30px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .vertical-align {
    display: block;
    text-align: center;
  }

  .factor-ch-info {
    padding: 30px 50px;
  }

}





.parallax-index {
  background-image: url("../img/fondo-parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
  font-size: 25px;
}

.parallax-index h1 {
  font-size: 60px;
}


.arquitectura h1 {
  font-size: 42px;
}

.arquitectura-info hr {
  width: 30%;
  margin-left: 0;
}

#skewed-bg-arquitectura {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-arquitectura {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.arquitectura {
  background-image: url("../img/fondo-arquitectura.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


#skewed-bg-gerencia {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-gerencia {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.gerencia {
  background-image: url("../img/fondo-gerencia.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}



#skewed-bg-ingenieria {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-ingenieria {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.ingenieria {
  background-image: url("../img/fondo-ingenieria.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.ingenieria-info hr {
  width: 30%;
  margin-left: 0;
}



#skewed-bg-mecanico {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-mecanico {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.mecanico {
  background-image: url("../img/fondo-mecanico.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.mecanico-info hr {
  width: 30%;
  margin-left: 0;
}



#skewed-bg-electrico {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-electrico {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.electrico {
  background-image: url("../img/fondo-electrico.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.electrico-info hr {
  width: 30%;
  margin-left: 0;
}


#skewed-bg-embarcaciones {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-embarcaciones {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.embarcaciones {
  background-image: url("../img/fondo-embarcaciones.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.embarcaciones-info hr {
  width: 30%;
  margin-left: 0;
}


#skewed-bg-bolsadetrabajo {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-bolsadetrabajo {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.bolsadetrabajo {
  background-image: url("../img/fondo-bolsadetrabajo.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


#skewed-bg-instalacion{
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-instalacion {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.instalacion {
  background-image: url("../img/fondo-instalacion.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.instalacion-info hr {
  width: 30%;
  margin-left: 0;
}


#skewed-bg-puestaenmarcha {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-puestaenmarcha {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.puestaenmarcha {
  background-image: url("../img/fondo-puestaenmarcha.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.puestaenmarcha-info hr {
  width: 30%;
  margin-left: 0;
}


#skewed-bg-entregables {
  -webkit-transform: skew(0deg, -1.5deg);
  transform: skew(0deg, -1.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-entregables {
  -webkit-transform: skew(0deg, 1.5deg);
  transform: skew(0deg, 1.5deg);
}

.entregables {
  background-image: url("../img/fondo-entregables.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


.entregables-info hr {
  width: 30%;
  margin-left: 0;
}







.circular-menu {
    width: 35vw;
    height: 35vw;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1;
}


/*TamaÃ±o de botones*/

.circle {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    z-index: -2;
    position: relative;
}


/*Animacion de apertura de botones*/

.open.circle {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


/*Posicionamiento de los botones*/

.circle .o {
    text-decoration: none;
    color: white;
    display: block;
    line-height: 40px;
    margin-left: -100px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
}


/*TamaÃ±o maximo de los botones*/

.circle img {
    max-width: 200px;
    position: relative;
    z-index: -1;
}

.circle img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}


/*Boton de menu principal*/

.menu-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #444;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 16vw;
    line-height: 40px;
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 9999;
}

@keyframes changeColor {
    from {
        background: black;
    }
    to {
        background: white;
    }
}

.ft {
    z-index: 999999 !important;
}


/*-----------------------------------------------------SECCIONES-------------------------------------------------------*/


/*-----------------------------------------------------RESPONSIVO-------------------------------------------------------*/


@media only screen and (min-width: 1440px) {
    .logos img {
        max-height: 10vh;
    }
    .bodyImage {
        min-height: 10vh;
    }
}

@media only screen and (max-width: 1024px) {
    .circular-menu {
        width: 80vw;
        height: 80vw;
    }
    .menu-button {
        max-width: 38vw;
    }
    .circle img {
        max-width: 17vw;
    }
    .circle .o {
        margin-left: -9vw;
        margin-top: -9vw;
    }
    .ogtooltip {
        width: 90% !important;
        top: -10vh !important;
        bottom: initial !important;
        left: 0!important;
        right: 0 !important;
        height: auto !important;
        position: fixed !important;
        z-index: 99999999999 !important;
    }
    .menu-button {
        z-index: -1 !important;
    }
    .ogtooltip .title {
        font-size: 3vw !important;
    }
    .ogtooltip .text {
        font-size: 2.5vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100% !important;
        border: 3px solid white;
    }
    .ft {
        z-index: 1050 !important;
    }
    .contact {
        padding: 0 10vw;
    }
    .logos img {
        max-height: 10vh;
    }
}

@media only screen and (max-width: 500px) {
    .brandsDown {
        justify-content: flex-start !important;
    }
    .mainDown {
        align-items: flex-start !important;
    }
    .itemsDown {
        padding: 0;
    }
    .logos img {
        max-height: 15vw;
        margin-top: 3%;
    }
    .buttonContact {
        font-size: 15px;
        border-top: 5px solid #373736 !important;
        border-bottom: none !important;
        border-left: none !important;
        padding: 3px 0 !important;
    }
    .brandsDown.iconsDown {
        justify-content: center !important;
    }
    .mainDown a {
        font-size: 0.6rem;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #A5A5A5;
}

::-webkit-scrollbar-thumb:hover {
    background: #838383;
}


.ogtooltip {
    width: 300px;
    position: absolute;
    right: 110%;
    top: 0;
    margin: auto;
    word-wrap: break-word;
}

.ogtooltip.left {
    right: 110%;
}

.ogtooltip.right {
    left: 110%;
}

.ogtooltip .title {
    background: #ecc71c;
    color: white;
    text-align: center;
    padding: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    word-wrap: break-word;
    font-weight: bold;
    margin: 0 !important;
    line-height: initial;
}

.ogtooltip .text {
    line-height: initial;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    background: white;
    color: black;
    text-align: center;
    padding: 5px;
    word-wrap: break-word;
    border-bottom: 1px solid #ecc71c;
    border-left: 1px solid #ecc71c;
    border-right: 1px solid #ecc71c;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #ecc71c;
    border-color: #ddd;
}


#skewed-bg-ingenieria-cita {
  -webkit-transform: skew(0deg, 2.5deg);
  transform: skew(0deg, 2.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-ingenieria-cita {
  -webkit-transform: skew(0deg, -2.5deg);
  transform: skew(0deg, -2.5deg);
}

.wrapper-skew-ingenieria-cita i {
  color: #fff;
}

.ingenieria-cita {
  background-image: url("../img/fondo-ingenieria-cita.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


#skewed-bg-arquitectura-cita {
  -webkit-transform: skew(0deg, 2.5deg);
  transform: skew(0deg, 2.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-arquitectura-cita {
  -webkit-transform: skew(0deg, -2.5deg);
  transform: skew(0deg, -2.5deg);
}

.wrapper-skew-arquitectura-cita i {
  color: #fff;
}

.arquitectura-cita {
  background-image: url("../img/fondo-arquitectura-cita.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

#skewed-bg-gerencia-cita {
  -webkit-transform: skew(0deg, 2.5deg);
  transform: skew(0deg, 2.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-gerencia-cita {
  -webkit-transform: skew(0deg, -2.5deg);
  transform: skew(0deg, -2.5deg);
}

.wrapper-skew-gerencia-cita i {
  color: #fff;
}

.gerencia-cita {
  background-image: url("../img/fondo-gerencia-cita.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


#skewed-bg-factor-ch {
  -webkit-transform: skew(0deg, 2.5deg);
  transform: skew(0deg, 2.5deg);
  padding: 120px 0px 80px 0px;
  margin-top: -20px;
}

.wrapper-skew-factor-ch {
  -webkit-transform: skew(0deg, -2.5deg);
  transform: skew(0deg, -2.5deg);
}

.wrapper-skew-factor-ch .recuadro {
  background-color: rgba(28, 38, 58, .92);
  padding-top: 20px;
  padding-bottom: 25px;
}

.wrapper-skew-factor-ch h1 {
  font-size: 45px;
}

.wrapper-skew-factor-ch p {
  font-size: 16px;
}

.wrapper-skew-factor-ch a {
  color: #ecc71c;
  text-decoration: underline;
}

.wrapper-skew-factor-ch a:focus, .wrapper-skew-factor-ch a:hover {
  color: #fff;
  text-decoration: underline;
}


.factor-ch-bg {
  background-image: url("../img/fondo-ch.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}


@media only screen and (max-width: 768px) {
    ul.dropdown-menu {
        position: absolute;
    }
 }




.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > a,
.timeline-body > h3,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}

.timeline-body a {
  text-decoration: underline;
}

.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}

.timeline h3 {
  font-size: 20px;
  line-height: 1.5;
}


.linea-galeria {
  padding: 10px 15px;
}

.linea-galeria a {
  padding-bottom: 10px;
}


.bolsa-de-trabajo-navs > li.active {
  text-decoration: underline;
}

.bolsa-de-trabajo-navs > li > a[aria-expanded="false"]::before {
  content: none;
}

.bolsa-de-trabajo-navs > li > a[aria-expanded="true"]::before {
  content: none;
}
