.header-style-one .nav-outer {
    background: #323f7d;
}

.main-menu .navigation > li > a {
    border-left: 1px solid #323f7d;
    border-right: 1px solid #323f7d;
}

.header-style-one .nav-outer:after {
    background-color: #323f7d;
}

.main-header .info-box .icon-box {
    color: #323f7d;
}

.btn-style-one{
	position:relative;
	padding:11px 24px;
	line-height:24px;
	text-transform:uppercase;
	background:#d39000;
	color:#ffffff;
	border:2px solid #d39000;
	font-size:16px;
	font-weight:700;
}

.btn-style-one:hover{
	background:none;
	color:#d39000 !important;
}

.btn-style-two:hover{
	background:#d39000;
	border-color: #d39000;
	color:#ffffff !important;
}

.services-block .inner-box .image-box .overlay-box .right-arrow {
    background-color: #d39000;
}

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
    background: #323f7d;
}

.team-member .inner-box .image-box .overlay-box {
    background-color: rgba(50,63,125,0.90);
}

.team-member .inner-box .lower-content .see-profile {
    color: #323f7d;
}

.text-white {
	color: #FFFFFF!important;
}

.program-block .inner-box .icon-box{
	background-color: #323f7d;
}

.program-block .inner-box .icon-box:before{
	border-bottom: 30px solid #323f7d;
}

.program-block .inner-box .icon-box:after{
	border-top: 30px solid #323f7d;
}

.pt-0 {
	padding-top: 0px!important;
}

.main-footer .subscribe-widget .form-group input[type="submit"], .main-footer .subscribe-widget button {
    background-color: #d39000;
}

.main-footer .footer-bottom .copyright a {
    color: #d39000;
}

.social-icon-one li a:hover{
	background-color:#d39000;
	color:#ffffff;
	border-color:#d39000;
}

.form-box {
  background-color: rgb(0 0 0 / 74%);
  max-width: 400px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-20%, -50%);
  z-index: 99;
  border-radius: 25px;
}
.form-box .form-box-header {
  padding: 2rem;
}
.form-box .form-box-header .title-form {
  font-size: 36px;
  color: #ffffff;
  font-family: 'SourceSansPro-Black';
}
.form-box .form-headband {
  background-color: #323f7d;
  color: #ffffff;
  font-size: 28px;
  padding: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.form-box .form-box-body {
  padding: 2rem;
  color: #ffffff;
}
.form-box .form-box-body p {
  font-size: 1.15rem;
}

.btn-danger {
    color: #fff;
    background-color: #d39000;
    border-color: #d39000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d39000;
}

.main-slider .tparrows.preview3:hover::after{
    color:#ffffff;
    background:#d39000;
    border-color:#d39000;
}

.main-footer {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main-footer .links-widget .list li a:hover,
.main-footer .links-widget .list li a:hover::before{
    color:#d39000;  
}

.scroll-to-top:hover{
    color:#ffffff;
    background:#d39000;
}

.fullwidth-section-two .right-column {
    position: relative;
    float: right;
    width: 44%;
}

.main-header .header-top .social-icon a:hover{
    color:#ffffff;
    border-color:#d39000;
    background-color:#d39000;
}

.main-header .header-top .social-icon a:hover{
    color:#ffffff;
    border-color:#d39000;
    background-color:#d39000;
}

.sociales {
  position: fixed;
  top: 100px;
  z-index: 99999;
}

.sociales ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}

.sociales ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 325px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.sociales ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}

.sociales ul li:hover a {
  color: #000;
}

.sociales ul li:hover img {
  color: #fff;
  background: #0f206c;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.sociales ul li img {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 995;
}

.modal-dialog-centered{
    margin-top: 15%;
}

.sponsors-movil {
    display: none;
}

.sponsors-desk {
    display: block;
}

.main-slider .small-title {
    text-transform: none;
}

.swiper-wrapper {
    height: 90%;
}

.contenido-slide {
    background-color: transparent;
    text-align: center;
    position: absolute;
    right: 40px;
    top: 15%;
    z-index: 99;
    border-radius: 25px;
    padding: 15px;
}

.form-box2 {
  background-color: rgb(0 0 0 / 74%);
  z-index: 99;
  border-radius: 25px;
}
.form-box2 .form-box-header {
  padding: 2rem;
}
.form-box .form-box-header .title-form {
  font-size: 36px;
  color: #ffffff;
  font-family: 'SourceSansPro-Black';
}
.form-box2 .form-headband {
  background-color: #323f7d;
  color: #ffffff;
  font-size: 28px;
  padding: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.form-box2 .form-box-body {
  padding: 2rem;
  color: #ffffff;
}
.form-box2 .form-box-body p {
  font-size: 1.15rem;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

.form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 16px;
    height: 55px;
    color: #222222;
    font-size: 13px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter {
    color: #ffffff;
    width: 60px;
    height: 55px;
    background-color: #323f7d;
}

.list-style-one li .icon {
    left: auto;
}

.main-footer .upper-box {
    position: relative;
    padding: 35px 0px 20px;
    border-bottom: 1px solid #d39001;
    background-color: #d39001;
}

.main-footer .footer-column h2 {
    color: #1c1c1c;
}

.main-footer .links-widget .list li a {
    color: #727272;
}

.main-footer .footer-bottom {
    background: #323f7d;
}

.rotate {
  transform: rotate(270deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(270deg);
  /* Firefox */
  -moz-transform: rotate(270deg);
  /* IE */
  -ms-transform: rotate(270deg);
  /* Opera */
  -o-transform: rotate(270deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    padding-top: 0px!important;
    padding-bottom: 280px!important;
    position: fixed!important;
    width: 25%!important;
    font-weight: bolder!important;
    margin-top: 8%!important;

}

.noborder {
    border-radius: 0!important;
}

.nodisplay {
    display: none!important;
}

.main-header .nav-outer .outer-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 10px;
    z-index: 12;
    background-color: #d39001;
}

@media screen and (min-width: 1801px) {
    .rotate {
        padding-bottom: 190px!important;
        width: 20%!important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
    .rotate {
        padding-bottom: 240px!important;
        width: 20%!important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .rotate {
        padding-bottom: 300px!important;
        width: 33%!important;
    }
}

@media screen and (min-width: 993px) {
      .form-box2 {
        display: none;
        }

    .form-box {
        display: block;
        }

    .contenido-slide {
        display: none;
        }
}

@media screen and (max-width: 992px) {
    .sponsors-movil {
        display: block;
    }

    .sponsors-desk {
        display: none;
    }

    .sponsors-movil-img {
        height: 150px!important;
        width: auto;
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .form-box {
        display: none;
    }

    .form-box2 {
        display: block;
    }
    .contenido-slide {
        display: block;
    }

    .main-menu .navbar-header .navbar-toggle {
        border: 1px solid #d29228;
        background: #d29228;
    }
    .main-menu .navbar-collapse > .navigation > li > a,.main-menu .navbar-collapse > .navigation > li.current > a {
        background: #d29228;
    }
}



