*,
p,
h1,
h2,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.04px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.oc-edit-buttons-visible header{
	margin-top: 50px;
}
.h5{
	font-size: 1.25rem;
	font-family: inherit;
}
/*mixins*/
a,
button,
.btn {
  background-color: transparent;
}


h1.text-white,
h2.text-white {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

p.text-white,
div.text-white {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/*fuentes*/
.primaryFont {
  font-family: "Oswald", sans-serif;
}

.secondaryFont {
  font-family: "Open Sans", sans-serif;
}

/*WEIGHTS*/
.fontLight {
  font-weight: 300;
}

.fontMedium {
  font-weight: 400;
}

.fontBold {
  font-weight: 700;
}

/*EXTRA PADDINGS*/
.paddingXs {
  padding: 15px;
}

.paddingM {
  padding: 30px;
}

.paddingXl {
  padding: 60px;
}

/*FONT SIZES*/
.fontXs {
  font-size: 0.8rem;
}

.fontM {
  font-size: 1rem;
}

.fontXl {
  font-size: 2rem;
}

.fontXxl {
  font-size: 4rem;
}

/*LINE HEIGHTS*/
.linehM {
  line-height: 2;
}

.linehXl {
  line-height: 3;
}

/*COMPORTAMIENTOS:*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*COLORES*/
/*colorRed*/
.colorRedTE {
  color: #E71C03;
}

.colorYellowTE {
  color: #FDC40A;
}

.colorCrimson {
  color: #e31e38;
}

.colorWhite {
  color: #fff;
}

.colorBlack {
  color: #000;
}

.colorGray {
  color: #ddd;
}

.colorBlue {
  color: #1f1f44;
}

/*backgrounds*/
.bgRedTE {
  background-color: #E71C03;
}

.bgYellowTE {
  background-color: #FDC40A;
}

.bgCrimson {
  background-color: #e31e38;
}

.bgWhite {
  background-color: #fff;
}

.bgBlack {
  background-color: #000;
}

.bgBlue {
  background-color: #1f1f44;
}

.bgGray {
  color: #ddd;
}

/*textos*/
.text-white > *,
.text-white {
	text-shadow: 0 2px 4px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.5);
}

.break {
  flex-basis: 100%;
  width: 0;
}

.underline {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  width: auto;
  padding-bottom: 15px;
}

.separator {
  padding: 60px;
}

body {
  font-family: "Oswald", sans-serif;
}

.container {
  margin: 0 auto;
}

.header {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 10px 6px -10px #777;
  -moz-box-shadow: 0px 10px 6px -10px #777;
  box-shadow: 0px 10px 6px -10px #777;
}



.cabecera {
  position: relative;
}
.cabecera .wrapper {
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.cabecera .img-cabecera {
  height: 800px;
}
@media (min-width: 1200px) {
  .cabecera .img-cabecera {
    height: 100%;
  }
}
.cabecera .primary-link {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .cabecera {
    height: 70vh;
  }
}
.cabecera img {
  object-fit: cover;
}

.cabecera .primary-link {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}


.cabecera .text-white h2{
	margin-bottom: 1rem;
}
/*enlaces*/
.primary-link {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.04px;
  text-align: center;
  background: #C1451C;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  padding: 0.5em 3em;
}

.primary-link:hover {
  background: #E85524;
  text-decoration: none;
  color: #fff;
}

.secondary-link {
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.04px;
  text-align: center;
  background: #000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  padding: 0.5em 3em;
  display: inline-block;
  
}

.secondary-link:hover {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  color: #fff;
}

@media (min-width: 640px) {
  .cabecera {
    height: 800px;
  }
}
@media (min-width: 920px) and (orientation: landscape) {
  .cabecera {
    height: 90vh;
  }
}
.cabecera h1 {
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 500;
  font-size: 38px;
}

.cabecera p {
  font-weight: 400;
}

@media (min-width: 768px) {
  .cabecera {
    margin-bottom: 100px;
  }

  .cabecera h1,
.cabecera p.text-white {
    max-width: 65%;
    margin: 0 auto;
  }
}
hr {
  display: inline-block;
  height: 4px;
  width: 78px;
}

.cabecera hr, .banner hr {
  background: #fff;
}

.destacados hr {
  background: #000;
}
.destacados .wrapper{
	margin-bottom: 2rem;
}
.bg-black {
  background: #000;
}

.destacados {
  margin-bottom: 40px;
}

.destacados .row {
  padding: 20px 0;
}

.destacados .row .col-md-6 {
  margin-bottom: 60px;
  text-align: center;
}

.destacados .text-uppercase {
  font-weight: 500;
  font-size: 36px;
  color: #1C1C1C;
  letter-spacing: -0.1px;
  text-align: center;
  line-height: 50px;
}

.destacados p.text-center {
  font-weight: 300;
  font-size: 16px;
  color: #323232;
  letter-spacing: -0.04px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .destacados {
    margin-bottom: 80px;
  }
  .destacados p{
  	margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .destacados .order-md-12 {
    margin-bottom: 80px;
  }
}
.banner .img-cover {
  height: 350px;
  min-height: 350px;
  object-fit: cover;
  object-position: top;
}

.banner .img-cover-min {
  height: 200px;
  min-height: 200px;
  object-fit: cover;
  object-position: top;
}

.banner .text-white.text-uppercase {
  margin-top: 70px;
}

.banner .wrapper-legal {
  margin-bottom: 50px;
}

.wrapper-rrss li {
  width: 30px;
  margin: 10px;
}

/*rrss*/
.logins {
  margin-top: 30px;
  margin-bottom: 15px;
}
.logins span {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 14px;
}
.logins .wrapper-logo {
  padding: 8px 10px;
}
.logins .text-white {
  padding: 12px 2px;
}

.logins > * {
  width: 180px;
}

.logins > *:hover {
  cursor: pointer;
}

.logins > div {
  margin: 0 auto;
  letter-spacing: -0.04px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  text-align: left;
}

.logins > div img {
  margin-right: 5px;
}

.logins > div.loginf {
  background: #475993;
}

.logins > div.logint {
  background: #76A9EA;
}

.logintch {
  background: #5C1CC5;
}
.logintch img {
  padding: 5px;
}

.loging {
  background: #fff;
}
.loging img {
  transform: scale(1.1);
}


.open-modal {
  background: none;
  border: none;
  text-decoration: underline;
}

main {
  margin-top: 74px;
}
.logins .open-modal {
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
  letter-spacing: -0.03px;
  background: none;
  border: none;
}

.logins .open-modal:hover {
  text-decoration: underline;
}

.modal-dialog .modal-content .closes {
  color: #fff;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 20px;
  font-size: 45px;
}

.modal-dialog .modal-content .bg-black p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.05px;
}

.modal-dialog .modal-content .bg-white.p-2 {
  padding: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #1C1C1C;
  letter-spacing: -0.04px;
}

.modal-dialog .modal-content form {
  margin-top: 20px;
}

.modal-dialog .modal-content label {
  font-weight: 400;
  font-size: 16px;
  color: #1C1C1C;
  letter-spacing: -0.04px;
}

.modal-dialog .modal-content label.d-block {
  text-transform: uppercase;
}

.modal-dialog .modal-content a {
  color: #1C1C1C;
  text-decoration: underline;
}

.modal-dialog .modal-content .form-check {
  text-align: left;
  padding: 10px 0;
  margin-left: 25px;
}

.modal-dialog .modal-content .disclaimer {
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #91969A;
  letter-spacing: -0.03px;
}

.modal-dialog .modal-content .wrapper-submit input,
.modal-dialog .modal-content .wrapper-submit a {
  background: #AED6FF;
  font-weight: 500;
  font-size: 16px;
  color: #313131;
  letter-spacing: -0.04px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  padding: 10px 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }

  .modal-dialog .wrapper {
    padding: 10px 25px;
  }
}
/*copy*/
.wrapper-copy {
  text-align: right;
  margin-top: -34px;
}

.wrapper-copy .copy-symbol {
  color: #fff;
  font-family: sans-serif;
  font-size: 22px;
  padding: 0px 4px;
  background: rgba(0, 0, 0, 0.35);
  margin-right: 0.5rem;
  border-radius: 100%;
}

.copy-text {
  margin-right: 0.5rem;
  margin-top: 12px;
  font-size: 13px;
  color: #000;
  letter-spacing: -0.02px;
  font-weight: lighter;
  visibility: hidden;
}

.wrapper-copy:hover .copy-symbol {
  background: #000;
}

.wrapper-copy:hover .copy-text {
  visibility: visible;
}

.wrapper-positioned {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*width: calc(100% - 30px);*/
  margin: 0 auto;
  /*background: linear-gradient(0deg, #000 20%, rgba(0,0,0,0) 100%);*/
}

/*END SOROLLA*/

.secheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.secwrapper {
  position: relative;
  border-radius: 20px;
}
.secwrapper-text {
  background: #021f3c;
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
}
@media (min-width: 992px) {
  .secwrapper-text {
    width: 65%;
  }
}
.secwrapper-text p {
  color: #fff;
}
.secwrapper-text .secintro {
  letter-spacing: 2px;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}
.secwrapper-text .seclist {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .secwrapper-text .seclist {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.secwrapper-text .seclist-item {
  display: block;
  margin-bottom: 2rem;
  max-width: 300px;
  margin: 0 auto;
}
.secwrapper-text .seclist-item a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.75rem 3rem;
  letter-spacing: 2px;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.secwrapper-text .seclist-item a:hover {
  background: #fff;
  text-decoration: none;
  color: #021F3C;
}
.secwrapper img {
  object-fit: cover;
  height: 100vh;
}
@media (min-width: 1024px) {
  .secwrapper img {
    width: 100%;
  }
}
.secwrapper .secsmall {
  font-size: 16px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.secwrapper .secsmall a {
  text-decoration: underline;
  color: #fff;
}
/*login facebook*/
.wrapper-submit {
  padding-top: 1rem;
}

.wrapper-submit a,
#x_recommend_button {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

#x_recommend {
  padding-bottom: 1rem;
}

#x_recommend_text {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
}

#x_recommend_button {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
}

#x_banner {
  margin-left: 0;
}

.x_text,
.x_slide_text .x_slide_text_bottom {
  font-family: "Open Sans", sans-serif;
}
.x_slide_text_bottom{
	bottom: 50px !important;
}

#x_banner_title {
  width: auto !important;
}

.x_slide_relatve {
  height: 300px !important;
}

@media (min-width: 1600px){
	.logins{
		margin: 15px auto 15px auto;
		width: 85%;
	}
}

.logins > div{
	transition: 1s all;
	opacity: 1;
}
.logins > div:hover{
	opacity: .8;
	transform: scale(.9);
}

#footer .text-underline {
  text-decoration: underline;
  color: #fff;
}