/* ----------------------------------------------------------------------------- *
 *                                   iframe                                      *
 * ----------------------------------------------------------------------------- */


iframe {
	background: transparent;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@support (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}


/* ----------------------------------------------------------------------------- *
 *                                   Modal                                       *
 * ----------------------------------------------------------------------------- */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 8888;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
}

/* ----------------------------------------------------------------------------- *
 *                                Modal sobre                                    *
 * ----------------------------------------------------------------------------- */



/* Modal Content/Box */
.modal-content {
	padding: 0 5px 5px 5px;
	border-radius: 4px;
	background: #1a1a1a;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin: 10vh auto;
	border: 1px solid #1a1a1a;
	width: 94%;

}

@media (min-width: 1366px) {
  .modal-content {
    border-radius: 4px;
    background: #1a1a1a;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 10vh auto;
    padding: 0 5px 5px 5px;
    border: 1px solid #1a1a1a;
    width: 70%;
    }
}
.color-modal {
	margin: 5% auto 0 auto;
	padding: 13px;
	max-width: 800px;
	margin-top: 100px;
}

/* Modal Header -- Header area */
.color-modal-header {
	height: 100px;
	background-color: #1a1a1a;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	z-index: 2;
	position: relative;
	}

.color-modal-header-container {
	display: flex;
	flex-wrap: wrap;
}

.color-modal-header-33 {
	width: calc(33.3333%);
	justify-content: center;
	align-self: center;
}

.color-modal-header-66 {
  	width: calc(66.6666%);
}

.modal-header-question {
    font-family: OpenSansLight, sans-serif;
    padding-left: 20px;
    padding-top: 30px;
    font-size: 1.5em;
	color: #555;
}

@media only screen and (max-width: 525px) {
  .modal-header-question {
    padding-left: 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 400px) {
  .modal-header-question {
    padding-top: 10px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
/* Modal Header -- Exit area */
.trapeze {
	border-bottom: 100px solid transparent;
	border-left: 25px solid transparent;
	height: 0;
	width: 100px;
	top: 0;
	position: absolute;
	right: 0;
}

.exit-container {
  	margin-top: 20px;
  	margin-left: 13px;
}

.exit-container:hover {
	opacity: 0.7;
	cursor: default;
}

.modal-close i.fa,  .modal-close i.far, .modal-close i.fas, .modal-close i.fab {
	font-size: 20px;
	padding-top: 13px;
	color: #555;
	width: 45px;
	height: 45px;
	border-radius: 0;
	border: 1px solid transparent;
	background: transparent;
	z-index:1000;
	
}

/* color Modal Body Area */
.color-modal-body {
	background-color: #1a1a1a;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	height: auto;
	padding-bottom: 10px;
}

.color-modal-body-two {
	background-color: #1a1a1a;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	padding: 0;
	color: #555;
	line-height: 1.45;
	font-size: 17px;
	letter-spacing: 1.05px;
	border-radius: 1px;
}