@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Regular.woff2') format('woff2'),
        url('MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Light.woff2') format('woff2'),
        url('MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Black.woff2') format('woff2'),
        url('MyriadPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Bold.woff2') format('woff2'),
        url('MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Semibold.woff2') format('woff2'),
        url('MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

:root {
  --ambi-color: #FFA331;
  --ambi-gray: #1F1F1F;
}

html,body {
  height: 100%;
  overflow-x: hidden;
  background-color: var(--ambi-gray);
}

body,
ul,
p {
  margin:0;
  font-family: 'Myriad Pro';
}

ul {
  list-style: none;
  padding: 0;
}

.ambi-width-wrapper {
  max-width: 1280px;
  margin:0 auto;
}

.ambi-nav,
.ambi-nav nav ul,
.ambi-menu-icons,
.ambi-menu-icons-social ul,
.ambi-menu-icons-lang ul {
  display: flex;
  align-items: center;
}

.ambi-menu {
  background-color:#000000;
  color:var(--ambi-color);
}

.ambi-menu-width-wrapper {
  height: 100px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin:0 auto;
  padding:0 10px;
}

.ambi-menu-logo {
  padding:10px;
}

.ambi-nav nav li {
  padding:10px;
  text-transform: uppercase;
}

.ambi-nav nav a {
  text-decoration: none;
  color:var(--ambi-color);
}

.ambi-menu-icons li {
  padding: 5px;
}

.ambi-fullscreen-video {
  color:var(--ambi-color);
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.easyhtml5video {
  max-width: 100%;
}

.ambi-quienes-somos {
  background-color:var(--ambi-color);
  background-image: url(img/yellow-bg.png);
  background-position:top center;
  background-repeat: no-repeat;
}

.ambi-quienes-somos-content {
  padding:100px 0 50px 0;
}

.ambi-quienes-somos-main-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.ambi-title-line {
  background-color: #000000;
  width: 114px;
  height:6px;
  margin:50px auto;
}

.ambi-quienes-somos-secondary-title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.125em;
  text-align: center;
}

.ambi-quienes-somos-secondary-title span {
  font-weight: bold;
  letter-spacing: 0.25em;
}

.ambi-quienes-somos-bodytext {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
  padding-top:50px;
}

.ambi-slogan1 {
  background-color:var(--ambi-gray);
  color:var(--ambi-color);
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ambi-slogan-text {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

.ambi-slogan span {
  font-weight: bold;
  letter-spacing: 0.25em;
}

.ambi-servicios {
  background-color:#FFFFFF;
  color:#000000;
  background-image: url(img/white-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.ambi-servicios-content {
  padding:100px 0 200px 0;
}

.ambi-servicios-main-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.ambi-servicios-secondary-title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.125em;
  text-align: center;
  margin: 0 auto;
}

.ambi-servicios-bodytext {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
  padding-top:50px;
}

.ambi-big-icons {
  background-color: var(--ambi-gray);
  color:var(--ambi-color);
}

.ambi-big-icons ul {
  flex-wrap: wrap;
  display: flex;
  padding: 50px;
  justify-content: space-around;
}

.big-icon {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

.video-icon {
  width: 100%;
  margin-bottom: 80px;
}

.ambi-slogan2 {
  background-color: var(--ambi-color);
  color:var(--ambi-gray);
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ambi-slogan2-text {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

.ambi-slogan2 span {
  font-weight: bold;
  letter-spacing: 0.25em;
}

.ambi-contacto {
  background-color: #FFFFFF;
  color:#000000;
  background-image: url(img/white-bg2.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.ambi-contacto-content {
  padding:180px 0 50px 0;
}

.ambi-contacto-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.ambi-contacto-question {
  background-color: var(--ambi-color);
  color:#000000;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  padding:10px;
  margin:25px 0;
}

.ambi-cta {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.125em;
  text-align: center;
}

.ambi-cta span {
  font-weight: bold;
  letter-spacing: 0.25em;
}

.ambi-contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:50px 0;
}

.ambi-contact-icon {
  padding:0 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.ambi-contacto-social-icons {
  margin-bottom:50px;
}

.ambi-contacto-social-icons ul {
  display: flex;
  justify-content: center;
}

.ambi-contacto-social-icons li {
  padding:5px;
}

.ambi-footer {
  background-color: #000000;
  color: var(--ambi-color);
}
.ambi-footer-width-wrapper {
  max-width: 1280px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: space-between;
  margin: 0 auto;
}

.ambi-footer-text span {
  font-weight: bold;
}

@media only screen and (max-width: 960px) {

.easyhtml5video {
  height: 0;
  padding-bottom: 56.2%;
}

.ambi-menu-width-wrapper {
  flex-flow: column;
  height: auto;
}

.ambi-nav,
.ambi-nav nav ul {
  flex-flow: column;
}

.ambi-slogan1 {
  height: auto;
  padding: 20px 10px;
}

.ambi-slogan-text {
  font-size: 30px;
}

.ambi-contact-separator {
  display: none;
}

.ambi-contact-info {
  flex-flow: column;
}

.ambi-contact-icon {
  padding:30px 0;
}


.ambi-footer-width-wrapper {
  flex-flow: column;
  height: auto;
}

.ambi-footer-text {
  text-align: center;
  padding: 10px;
}



}
