@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
.container {
  max-width: 1200px !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.color-green {
  color: #426753;
}

.color-grey {
  color: #f5f5f5;
}

.color-white {
  color: #fff;
}

.bg-green {
  background-color: #426753;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-#426753 {
  background-color: #fff;
}

.ht-one {
  font-size: 40px;
  line-height: 48px;
}

.ht-two {
  font-size: 28px;
  line-height: 33.6px;
}
.ht-three {
  font-size: 20px;
  line-height: 33.6px;
}

.ht-body {
  font-size: 16px;
  line-height: 24px;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  min-height: 73px;
}

.light {
  font-weight: 200;
}

.light strong {
  font-weight: 400 !important;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold,
strong {
  font-weight: 600;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.links {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.links a {
  color: #fff;
  margin-right: 36px;
  float: left;
  text-transform: uppercase;
  transition: all 0.5s;
}


.links a.sld {
  border-bottom: #FFF solid 1px;
  font-weight: 700;
}

.header.white .links a.sld {
  border-bottom: #426753 solid 1px;
  font-weight: 700;
}


.links a:last-child {
  margin-right: 0px !important;
}

.links a:hover {
  font-weight: 800;
  text-decoration: none;
}

.links span {
  color: #fff;
  margin-right: 36px;
  float: left;
}

.links .submenu {
  display: none;
  position: absolute;

}

.links .submenu a {
  display: block;
  font-weight: 400;

}

.links .submenu a:hover {
  display: block;
  font-weight: 600;

}


.logo {
  background-image: url(images/iconos/logo_onzaga_white.svg);
  background-repeat: no-repeat;
  height: 33px;
  width: 283.83px;
  display: block;
  background-size: contain;
  margin-top: 30px;
  float: left;
}
.header {
  z-index: 999;
  padding-bottom: 15px;
}

.header.white {
  background-color: #fff;
}

.wrap.space {
  padding-top: 109px;
}

.header.white .logo {
  background-image: url(images/iconos/logo_onzaga_green.svg);
}

.header.white .links a {
  color: #426753;
}

.header.white .links span {
  color: #426753;
}

.header .links span .submenu{
  background-color: #FFF;
  padding: 10px;
  width: 140px;
  padding-right: 0px;
}

.header .links span .submenu a{
  display:block;
  background-color: #FFF;
  float: none;
  margin-bottom: 5px;
  color: #426753 !important;
}

.header .links span:hover {
  font-weight: 600;
}
.header .links span:hover .submenu{
  display:block;
  color: #426753;
}


.wrap-padding {
  padding-left: 149px;
  padding-right: 149px;
}

.container-fluid .wrap-padding {
  padding-left: 161px;
  padding-right: 161px;
}

.container-fluid .wrap-padding-left {
  padding-left: 161px;
}

.container-fluid .wrap-padding-right {
  padding-right: 161px;
}

.mb-200 {
  margin-bottom: 200px;
}
.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mt-200 {
  margin-top: 194px;
}

.mt-n200 {
  margin-top: -194px;
  position: relative;
}
.mt-n100 {
  margin-top: -104px;
  position: relative;
}
.mt-80 {
  margin-top: 74px;
}

.mt-40 {
  margin-top: 34px;
}
.mt-30 {
  margin-top: 24px;
}

.mt-20 {
  margin-top: 14px;
}
.mt-10 {
  margin-top: 4px;
}

.pb-200 {
  padding-bottom: 200px;
}
.pb-80 {
  padding-bottom: 80px;
}

.pb-40 {
  padding-bottom: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pb-10 {
  padding-bottom: 10px;
}

.pt-200 {
  padding-top: 200px;
}
.pt-80 {
  padding-top: 80px;
}

.pt-40 {
  padding-top: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}

.footer {
  overflow: auto;
}

.footer a:hover {
  color: #426753;
  font-weight: 800;
  text-decoration: none;
}

.footer a:hover {
  color: #426753;
  font-weight: 800;
  text-decoration: none;
}

.footer a {
  color: #426753;
  margin-right: 30px;
  display: inline-block;
}

.social {
  float: right;
}

.social a {
  margin-right: 23.4px;
}

.social a:last-child {
  margin-right: 0px;
}

 .download-dossier {
  margin-right: 115px;
  float: left;
  margin-top: 0px;
  background-image: url(images/iconos/descargardossier-white.svg);
  background-repeat: no-repeat;
  padding-left: 41.5px;
  padding-bottom: 7px;
  padding-top: 5px;
  color:#FFF;
  margin-right: 0px;
}

 .download-dossier:hover {
  padding-left: 41.5px;
  margin-right: 115px;
  color:#FFF;
  text-decoration: none;
  font-weight: 600;
}

.social .download {
  margin-right: 115px;
  float: left;
  margin-top: 0px;
  background-image: url(images/iconos/descargardossier.svg);
  background-repeat: no-repeat;
  padding-left: 41.5px;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-right: 116px;
}

.social .download:hover {
  padding-left: 41.5px;
  margin-right: 115px;
}

.footer.pt-40 {
  padding-top: 34px;
}

.footer a.legal {
  margin-right: 0px;
  margin-left: 23.4px;
}

.footer a.legal:hover {
  margin-right: 0px;
  margin-left: 22.4px;
}

.menu-wrapper {
  position: relative;
  margin: auto;
  display: none;
  width: 30px;
  height: 40px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: -10px;
  float: right;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 30px;
  height: 2px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(25px);
  background: #fff;
  transition: transform 0ms 300ms;
}


.header.white .hamburger-menu {
  background: #426753;
}

.header.white .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.header .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #FFF;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  background: #426753;
}

.header.white .hamburger-menu:after{
  background: #426753;
}


.header.white .hamburger-menu.animate:after{
  background: #426753;
}

input[type="text"] {
  background-color: transparent;
  border:none;
  border-bottom:#426753 solid 1px;
  width: 100%;
  color: #426753;
  margin-bottom: 30px;
}
textarea{
  background-color: transparent;
  border:none;
  border-bottom:#426753 solid 1px;
  width: 100%;
  color: #426753;
  margin-bottom: 30px;
  height: 28px;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  float: left;
  margin-right: 10px;
  border-radius: 15px;
  margin-top: 4px;
}

input[type="checkbox"]:checked {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background-color:#426753;
  float: left;
  margin-right: 10px;
  border-radius: 15px;
  margin-top: 4px;

}



.header.white .hamburger-menu:before {
  background: #426753;
}


.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mh-100 {
  min-height: 100vh;
}

.position-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.position-bottom {
  position: absolute;
  bottom: 40px;
  margin: auto;
  height: fit-content;
}

.position-center {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  height: fit-content;
}
.position-right {
  position: absolute;
  right: 40px;
}

.logos-onzaga {
  float: right;
}

.logos-onzaga img {
  float: right;
  margin-left: 84px;
}

.right-wrap {
  right: 161px;
}

.button {
  border: 1px solid #426753;
  opacity: 1;
  border-radius: 10px;
  color: #fff;
  background-color: #426753;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  width: 168px;
  text-align: center;
}

.button:hover {
  text-decoration: none;
  color: #426753;
  border: 1px solid #426753;
  background-color: #fff;
}

.button-service {
  margin-top: -30px;
}

.bg-green .button {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  background-color: #426753;
}
.bg-green .button:hover {
  text-decoration: none;
  color: #426753;
  border: 1px solid #fff;
  background-color: #fff;
}

.bg-blue {
  background-color: #3B5971;
}

.bg-brown {
  background-color: #9B8068;
}

.bg-darkgray {
  background-color: #53575A;
}

.bg-transparent {
  background-color: transparent;
}

.box-service {
  border: #ffffff10 solid 1px;
  border-radius: 10px;
  padding: 30px;
  min-height: 289px;
  margin-bottom: 30px;
  transition: all 1s;
}

.box-service:hover {
  background-color: #FFF !important;
  color: #426753 !important; 

}

.box-service:hover div {
  color: #426753 !important; 

}

.box-service .tt {
  margin-bottom: 10px;
  min-height: 78px;
}

.slider-proyectos {
  min-height: 750px;
}

.uppercase {
  text-transform: uppercase;
}

.button-right {
  border: 1px solid #fff;
  background-color: #426753;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  display: inline-block;
  text-align: center;

}

.button-right i {
  background-image: url(images/iconos/arrow_left.svg);
  width: 52px;
  height: 52px;
  display: block;
  margin-left: 1px;
}

.button-left {
  border: 1px solid #fff;
  background-color: #426753;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  margin-left: 12.5px;
}

.button-left i {
  background-image: url(images/iconos/arrow_left.svg);
  width: 52px;
  height: 52px;
  display: block;
  transform: rotate(-180deg);
  margin-left: -1px;
}

.button-left:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

.button-right:hover {
  border: 1px solid #fff;
  background-color: #fff;
}


.button-left:hover i {
  background-image: url(images/iconos/arrow_left_green.svg);
}

.button-right:hover i {
  background-image: url(images/iconos/arrow_left_green.svg);
}

.title-map {
  border-top: #FFF solid 5px;
  padding-top: 15px;
}

.item-location div {
  text-transform: uppercase;
  border-bottom: #ffffff10 solid 2px;
  margin-bottom: 20px;
  padding-bottom: 10px;

}
.item-location div:last-child {
  text-transform: uppercase;
  border-bottom: #ffffff10 solid 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;

}

.button.bg-transparent:hover {
  background-color: #FFF !important;
}

p {
  display: block;
  padding-bottom: 16px;
}

.tt-square {
  padding-left: 30px;
  background-image: url(images/iconos/localizacion_recurso.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin-bottom: 40px;
}

.line-sostenibilidad {
  margin-top: 80px;
  margin-bottom: 80px;
  height: 1px;
  background-color: #FFFFFF10;
}
.zoom  {
  position: static;
  display: inline-block;
  transition: transform 0.25s; /* Animation */
  transform: scale(1);
  z-index: 2;

}
.zoom img {
  position: static;
  visibility: hidden;
}
.zoom:hover  {
  transform: scale(1.1);
}

.zoom:hover  img {
  width: 100%;
  position: static;
  min-width: 100% !important;
}

.more-button {
  border-top: #FFFFFF30 solid 1px; 
  padding-top: 20px;
  display: block;
  margin-top: 40px;
  color:#FFF;
}

.more-button img {
  transform: rotate(-90deg);
  transition: all 1s;
  float:right;
  margin-top:10px;
}

.more-button:hover {
  border-top: #FFFFFF30 solid 1px; 
  padding-top: 20px;
  color:#FFF;
  display: block;
  margin-top: 40px;
  text-decoration: none;
}

.col-text strong {
  font-size: 20px;
  line-height: 24px;
}

.certificado {
  display: inline-block;
  width: fit-content;
  max-width: 218px;
}

.card-header {
  border-radius: 0px !important;
  border:none !important;
  padding: 40px;
  background-color: #f5f5f5;

}

.card {
  border:none !important;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  background-position: 90% 30px;


}

.card-body {
  background-color: #f5f5f5;
}


.card  .collapsed img {
  transform: rotate(0deg);
}

.card   img {
  transform: rotate(-180deg);
}

button.bg-transparent.ht-three {
  font-size: 16px;
  line-height: 53px !important;
}

.certificados {
  overflow: auto;
}


.certificados::-webkit-scrollbar{
width: 13px;
height: 13px;
}
.certificados::-webkit-scrollbar-thumb{
background: #FFF;
border-radius: 0px;
}
.certificados::-webkit-scrollbar-thumb:hover{
background: #FFF;
}
.certificados::-webkit-scrollbar-track{
background: #FFF;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #FFF;
}

.header-mobile {
  display: block;
  background-color:#FFF;
  position: fixed;
  top:0x;
  height: calc(100vh - 72px);
  width: 100%;
  z-index: 9999;
  padding: 15px;
  text-align: left;
  top: 72px;

}

.header-mobile .logo {
  background-image: url(images/iconos/logo_onzaga_green.svg);
}


.header-mobile  .links  {
  color: #426753;
  margin-right: 36px;
  float: none;
  display: block;
  clear: both;
  margin-top: 0px;
}


.header-mobile  .links a {
  color: #426753;
  margin-right: 36px;
  float: none;
  display: block;
  clear: both;
  margin-bottom: 15px;

}

.header-mobile  .links a.sld {
  border-bottom: #426753 solid 1px;
  font-weight: 700;
}

.header-mobile  .download {
  color: #426753;
}

.header-mobile  .download:hover {
  text-decoration: none;
}


.header-mobile  .header.white .links a.sld {
  border-bottom: #426753 solid 1px;
  font-weight: 700;
}


.header-mobile  .links a:last-child {
  margin-right: 0px;
}

.header-mobile  .links a:hover {
  font-weight: 800;
  text-decoration: none;
}

.header-mobile  .links span {
  color: #426753;
  margin-right: 36px;
  float: left;
}

.header-mobile  .links .submenu {
  display: block;
  position: static;
  margin-top: 15px;
  margin-left: 15px;

}

.header-mobile  .links .submenu a {
  display: block;

}


::placeholder { 
  color: #426753;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #426753;
}

::-ms-input-placeholder { 
  color: #426753;
}

a.color-green:hover {
  color: #426753;

}

:focus {
  outline: none;
}

.form {
  padding: 20px;
}


.pr-80 {
  padding-right: 80px;
}

.effectVideo  {
  overflow: hidden;
  position: relative;
}

.effectVideo video {
  min-width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  min-height: 100vh;
}

.greenEffect {
  position: absolute;
  z-index: 0;
  background-color: #426753;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}



.effectVideo .button:hover {
  background-color: #426753 !important;
  color:#FFF !important;
  border-color:#FFF !important;

}




@-webkit-keyframes close-before {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -10px;
  }
}

@keyframes close-before {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -10px;
  }
}
@-webkit-keyframes close-after {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes close-after {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0px;
  }
}




@-webkit-keyframes close-before {
	0% {
	  margin-top: 0;
	}
	100% {
	  margin-top: -10px;
	}
  }
  
  @keyframes close-before {
	0% {
	  margin-top: 0;
	}
	100% {
	  margin-top: -10px;
	}
  }
  @-webkit-keyframes close-after {
	0% {
	  margin-top: -10px;
	}
	100% {
	  margin-top: 0px;
	}
  }
  @keyframes close-after {
	0% {
	  margin-top: -10px;
	}
	100% {
	  margin-top: 0px;
	}
  }

  

  #vimeo-pop-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.75);
  }
  #vimeo-pop-container div {
	height: 90%;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  #vimeo-pop-container .vimeo-close {
	background-color: transparent;
	border: 0px solid white;
	cursor: pointer;
	margin-bottom: 10px;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 100%;
	right: 0;
	transition: 200ms background-color;
  }
  #vimeo-pop-container .vimeo-close:before, #vimeo-pop-container .vimeo-close:after {
	content: "";
	background: white;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(45deg);
	transition: 500ms all;
  }
  #vimeo-pop-container .vimeo-close:before {
	height: 20px;
	width: 2px;
	margin-left: -1px;
	margin-top: -10px;
  }
  #vimeo-pop-container .vimeo-close:after {
	height: 2px;
	width: 20px;
	margin-left: -10px;
	margin-top: -1px;
  }
  #vimeo-pop-container .vimeo-close:hover {
	background-color: rgba(0, 0, 0, 0.25);
  }
  #vimeo-pop-container .vimeo-close.closing:before {
	transform: rotate(450deg);
	margin-left: -2px;
	margin-top: 0;
	-webkit-animation: close-before 500ms ease 500ms 1 forwards;
			animation: close-before 500ms ease 500ms 1 forwards;
  }
  #vimeo-pop-container .vimeo-close.closing:after {
	transform: rotate(540deg);
	margin-left: -11px;
	margin-top: -10px;
	-webkit-animation: close-after 500ms ease 500ms 1 forwards;
			animation: close-after 500ms ease 500ms 1 forwards;
  }
  #vimeo-pop-container iframe {
	border: px solid white;
	height: 100%;
	width: 100%;
  }
