
.header-style-five .main-menu .navigation a {
    color:#fff;
}

.fixed-header .main-menu .navigation a {
    color:#25295D!important;
}
.fixed-header .max-nav-toggler .toggle-btn{
    color:#FF621F!important;
}


@media (min-width: 481px) {
    .main-header.header-style-five:not(.fixed-header) .logo-box.light{
        display: block;
    }
    .main-header.header-style-five:not(.fixed-header) .logo-box.dark{
        display: none;
    }
    .main-header.header-style-five.fixed-header .logo-box.light{
        display: none;
    }
    .main-header.header-style-five.fixed-header .logo-box.dark{
        display: block;
    }
}


.intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }


.banner-section{
    height: auto;
}
video#bpo{
    width: 100vw;
}
@media (max-width: 480px){
    .logo-box.light{
        display: none;
    }
    .logo img{
        width: 124px;
    }
    .header-style-five .other-links{
        display: block;
        padding: 10px 15px;
    }
    .banner-section{
        height: auto;
        margin: 120px 0 -10px 0;
    }
    video#bpo{
        width: 100vw;
    }
    /*Footer*/
    .main-footer.style-two .widgets-section .column{
        margin-bottom: 20px;
    }
    .main-footer.style-two .widgets-section{
        padding-top: 38px;
        padding-bottom: 0;
    }
    .main-footer h3{
        font-size: 18px;
        margin-bottom: 12px;
        color: #fff;
    }
    .main-footer .news-widget .news-post .post-thumb{
        width: 58px;
    }
    .main-footer .news-widget .news-post{
        padding-left: 63px;
        margin-bottom: 10px;
        min-height: 58px;
    }
    .main-footer.style-two .news-widget .news-post h5{
        font-size: 14px;
        line-height: 1.2;
        margin: 0;
    }
    .main-footer .footer-widget p{
        font-size: 12px !important;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    /*SUB FOOTER*/
    .main-footer .footer-bottom .info-block{
        padding: 10px 10px 14px 0;
    }
    .main-footer .footer-bottom .info-block .inner{
        font-size: 14px;
        line-height: 1.4;
    }
    .main-footer .footer-bottom .info-block .icon{
        top: -3;
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
    .main-footer .footer-bottom .info-block .info-title{ 
        color: #25295D;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 8px;
    }


}

.header-style-five .bt-contacto{
    color:#fff!important;
    position: relative;
    display: block;
    font-size: 15px!important;
    line-height: 30px!important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    padding: 10px 0px!important;
    opacity: 1;
}

.fixed-header .bt-contacto{
    color:#25295D!important;
    position: relative;
    display: block;
    font-size: 15px!important;
    line-height: 30px!important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    padding: 10px 0px!important;
    opacity: 1;
}




/* contacto */
.contactanos{
    margin-top: 30px;
    background-color: #ffffff;
    z-index: 1;
  }
  .titulo-contacto{
    margin-top:40px;
    max-width: 770px;
    text-align: left;
    color: #030303;
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 0cm;
  }
  .titulo-otro{
    color:#E96229
  }
  .texto-contacto{
    margin-top: 40px;
    margin-bottom: 60px;
    text-transform: none;
    text-align: left;
    color:#000000;
    font-size: 20px;
    font-family: 'Montserrat',Arial, Helvetica, sans-serif;
    font-weight: 500;
  }
  .boton-form{
    color:transparent;
    background-color: transparent;
    border-color:transparent;
  }
  
  .boton-form img{
    position:relative;
    bottom:95px;
    width: 40px;
    height: 40px;
    right:390px;
  }
   /*fin contacto*/
  /*modal*/
  .modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111bd;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s .9s;
  --transform: translateY(-100vh);
  --transition: transform .8s;
  }
  
  .modal--show{
  opacity: 1;
  pointer-events: unset;
  transition: opacity .6s;
  --transform: translateY(0);
  --transition: transform .8s .8s;
  }
  
  .modal__container{
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 6px;
  display: grid;
  gap: 1em;
  place-items: center;
  grid-auto-columns: 100%;
  transform: var(--transform);
  transition:var(--transition);
  }
  
  .modal__title{
  font-size: 2.5rem;
  }
  
  .modal__paragraph{
  margin-bottom: 10px;
  }
  
  .modal__img{
  width: 90%;
  max-width: 300px;
  }
  
  button {
  overflow: visible;
  }
  
  button, select {
  text-transform: none;
  }
  
  button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
  }
  
  input {
  line-height: normal;
  }
  
  textarea {
  overflow: auto;
  }

  .underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
  }
  
  .icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
  }
  
  .icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
  }
  
  .email {
  float: left;
  width: 45%;
  }
  
  
  
  input[type='text'], [type='email'], select, textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
  font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
  
  input[type='text']::placeholder{
    color:white;
  }

  input[type='number']::placeholder{
    color:white;
  }

  input[type='email']::placeholder{
    color:white!important;
  }

  textarea::-webkit-input-placeholder {
    color: white!important;
  }
  
  input[type='text']:focus,[type='number']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
  }
  
  input[type='number'], select {
    background: none;
    border: none;
    border-bottom: solid 2px #ffffff;
    color: #ffffff;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
  .msg {
  float: none;
  }
  
  .name {
  float: left;
  width: 45%;
  color:gray
  }
  
  .empresa{
  float:right;
  width:45%;
  }
  
  .cargo{
  float:right;
  width:45%;
  }
  
  select::-ms-expand {
  display: none;
  }
  
  .asunto {
  float:right;
  width: 45%;
  }
  
  .telephone {
  float:left;
  width: 45%;
  }
  
  textarea {
  line-height: 150%;
  resize: none;
  width: 100%;
  }
  
  ::-webkit-input-placeholder {
  color: #ffffff;
  }
  
  :-moz-placeholder {
  color: #474544;
  opacity: 1;
  }
  
  ::-moz-placeholder {
  color: #474544;
  opacity: 1;
  }
  
  :-ms-input-placeholder {
  color: #474544;
  }
  
  #boton-enviar {
  position: relative;
  height: 37px;
  background: #ffffff;
  border:none;
  float: right;
  border-radius: 50px;
  color: #E96229;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat',Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 10px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }

  #boton-enviar:hover {
  background: #3737B9;
  color: #F2F3EB;
  }


	.switch {
		position: relative;
		display: inline-block;
		margin: 0 5px;
		float: right;
		top:12px
	  }
	  
	  .switch > span {
		position: absolute;
		top: 0px;
		pointer-events: none;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
		width: 50%;
		text-align: center;
	  }
	  
	  input.check-toggle-round-flat:checked ~ .off {
		color: #D9D9D9;
	  }
	  
	  input.check-toggle-round-flat:checked ~ .on {
		color: #fff;
	  }
	  
	  .switch > span.on {
		left: 0;
		padding-left: 2px;
		color: #25295D;
	  }
	  
	  .switch > span.off {
		right: 0;
		padding-right: 4px;
		color: #fff;
	  }
	  
	  .check-toggle {
		position: absolute;
		margin-left: -9999px;
		visibility: hidden;
	  }
	  .check-toggle + label {
		display: block;
		position: relative;
		cursor: pointer;
		outline: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	  }
	  
	  input.check-toggle-round-flat + label {
		width: 97px;
		height: 25px;
		background-color: #25295D;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		-o-border-radius: 60px;
		border-radius: 60px;
	  }
	  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
		display: block;
		position: absolute;
		content: "";
	  }
	  
	  input.check-toggle-round-flat + label:before {
		top: 2px;
		left: 2px;
		bottom: 2px;
		right: 2px;
		background-color: #25295D;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		-o-border-radius: 60px;
		border-radius: 60px;
	  }
	  input.check-toggle-round-flat + label:after {
		top: 4px;
		left: 4px;
		bottom: 4px;
		width: 48px;
		background-color: #fff;
		-webkit-border-radius: 52px;
		-moz-border-radius: 52px;
		-ms-border-radius: 52px;
		-o-border-radius: 52px;
		border-radius: 52px;
		-webkit-transition: margin 0.2s;
		-moz-transition: margin 0.2s;
		-o-transition: margin 0.2s;
		transition: margin 0.2s;
	  }
	
	  input.check-toggle-round-flat:checked + label:after {
		margin-left: 44px;
	  }
	
