/*
*
*	Author: David Pizalez
*	Date: 30 abr.2023
*	Project: One Media MX
__________________________________________
*
* LANDING CUSTOM
__________________________________________
*/
.modal {
	background-color: #000000bf;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 999;
}
.modal-contentainer {
	max-width: max-content;
	max-height: max-content;
	margin: auto;
	padding: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.modal-content {
	background-color: #ffffff;
	border: 0.1rem solid #dbdbdb;
	border-radius: 1rem;
	position: relative;
}
.modal-header {
	background: rgb(53,93,165);
	background: linear-gradient(180deg, rgba(53,93,165,1) 0%, rgba(17,19,132,1) 100%);
	border-radius: 1rem 1rem 0 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 1.2rem 0 0 0;
}
.modal-header img {}
.modal-header button {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
}
.modal-main {}
.modal-main h2 {
	color: #111384;
	font-weight: 600;
	font-size: 2rem;
	margin: 3rem 4rem;
	max-width: 25rem;
	text-align: center;
	line-height: 1.4;
}
.modal-main input[type=text] {
	background-color: transparent;
	border: 0.14rem solid #003ec6;
	border-radius: 4rem;
	font-size: 0.9rem;
	padding: 0.4rem 1.3rem;
	margin: 0 auto 3rem;
	width: 28rem;
	max-width: 100%;
}
.modal-main input[type=submit] {
	background: rgb(7,7,79);
	background: linear-gradient(0deg, rgba(7,7,79,1) 0%, rgba(41,59,178,1) 50%, rgba(7,7,79,1) 100%);
	border-radius: 4rem;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.6rem 4.2rem;
	margin: 2rem auto;
}

#app-main h2 {
	color: #111384;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: -0.07rem;
}
#app-main p {
	color: #2c2c2d;
	font-size: 1.1rem;
}

#section-1 {
	background: url(../img/landing/landing.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 6rem 0;
	overflow: hidden;
	width: 100%;
}
#section-1 .wrapper {
	position: relative;
}
#section-1 h1 {
	color: #111384;
	font-size: 3.6rem;
	font-weight: 600;
	width: 24rem;
}
#section-1 hr {
	background-color: #111384;
	border: 0;
	margin: 2rem 0;
	height: 0.3rem;
	width: 14rem;
}
#section-1 p {
	line-height: 1.9;
	width: 24rem;
}
#section-1 img {
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
}

#section-2 {
	background-color: #FFFFFF;
}
#section-2 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
#section-2 ul li {
	text-align: center;
	width: min-content;
}
#section-2 ul li img {
	transition: all 0.2s;
}
#section-2 ul li span {
	color: #252c9b;
	display: block;
	font-weight: 100;
	font-size: 0.9rem;
	margin-top: 1.5rem;
}
#section-2 ul li:hover img {
	transform: rotate(-60deg);
}

#section-3 {
	background-color: #e5e5e5;
	padding: 5rem 0;
	overflow: auto;
}

.app-brands-carousel {
	margin-top: 2rem;
}
#rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
	display:none;
}
.rc-rcbrand-container {
	position:relative;
	max-width:100%;
	margin-bottom: 20px;
}
.rc-rcbrand-ul {
	position:relative;
	width:99999px;
	margin:0px;
	padding:0px;
	list-style-type:none;   
	text-align:center;  
	overflow: auto;
}

.rc-rcbrand-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;  
}

.rc-rcbrand-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.rc-rcbrand-item a {
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.rc-rcbrand-item a img {
	display: block;
	position: relative;
	max-width: 100%;
}

.rc-rcbrand-item a img:last-child {
	display: none;  
}
.rc-rcbrand-item a:hover img:last-child {
	display: block;
}
.rc-rcbrand-item a:hover img:first-child {
	display: none;  
}

.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
	padding:5px 10px;
	border-radius:50%;    
	position: absolute;
	cursor: pointer;
	z-index: 4;
	top: 50%;
	transform: translateY(-50%);   
	font-size: 4rem;
	color: #fff;
}

.rc-rcbrand-nav-left {
	left: 10px;
}

.rc-rcbrand-nav-left:before {
	content: "<";
	font-family: 'poppinslight';
}

.rc-rcbrand-nav-left.disabled {
	opacity: 0.4;
}

.rc-rcbrand-nav-right {
	right: 5px;    
}

.rc-rcbrand-nav-right:before {
	content: ">";
	font-family: 'poppinslight';
}

.rc-rcbrand-nav-right.disabled {
	opacity: 0.4;
}

#section-3 .brands-slider-1 ul {
	display: flex;
}

#section-4 {
	background-color: #f2f2f2;
	padding: 4rem 0;
}
.carousel-content {
	margin-top: 5rem;
}
.carousel{
    /*max-width: 35rem;*/
	margin: auto;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.carousel-inner{
    height: 80%;
    /* min-width: 400%; */
    display: flex;
    transition: all ease .5s;
    gap: 3rem;
}

.carousel-item {
	background-color: #ffffff;
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/*border-radius: 2rem;
	border: 0.1rem solid #dfdfdf;*/
	position: relative;
	overflow: hidden;
}
.carousel-item img {
	width: 100%;
}
.carousel-item div {
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 2rem;
	position: relative;
	text-align: center;
	right: calc(36rem - 50%);
	width: 100%;
	min-width: 33rem;
}
.carousel-item div:before {
	content: '';
	background: #fff;
	border-radius: 8rem 0 0 0;
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: -5.9rem;
	height: 100%;
	width: 6rem;
}
#section-4 .carousel-item div p {
	padding: 0;
	font-size: 0.9rem;
}
#section-4 .carousel-item div a {
	background-color: #292b90;
	color: #FFFFFF;
	display: table;
	margin: 1rem auto;
	padding: 1rem;
	border-radius: 2rem;
}

.carousel-item h4 {
	color: #292b90;
	font-size: 1.9rem;
	margin-bottom: 1rem;
}

.carousel-item p {
	color: #919191;
	font-size: 1.3rem;
	line-height: 1.8;
	padding-right: 2rem;
}

.carousel-controls {
	display: none;
}

.carousel-controls .prev{
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/icons/prev.svg');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
}

.carousel-controls .next{
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/icons/next.svg');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .5;
}

.prev:hover, .next:hover{
    opacity: 1;
}

.carousel-indicators{
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.carousel-indicators span{
	display: inline-block;
	background-color: transparent;
	border: 0.1rem solid #111384;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 10rem;
	opacity: .5;
	cursor: pointer;
	margin: 0 0.3rem;
}

.carousel-indicators span.active{
	background-color: #111384;
    opacity: 1;
}

#section-5 {
	background-color: #FFFFFF;
	padding: 6rem 0;
}

#section-5 .row-1 {
	display: flex;
	justify-content: space-between;

}
#section-5 .row-1 img {
	width: 7rem;
}

#section-5 .row-2 {
	display: flex;
	gap: 3rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 4rem;
}
#section-5 .row-2 .col-1 {
	min-width: 30rem;
}
#section-5 .row-2 .col-1 img {
	margin-bottom: 6rem;
	width: 100%;
}
#section-5 .row-2 .col-1 p {
	color: #111384;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: auto;
	position: relative;
	width: max-content;
}
#section-5 .row-2 .col-1 p span {
	position: absolute;
	padding: 1rem;
}
#section-5 .row-2 .col-1 p span:nth-of-type(1) {
	background: url(../img/landing/comillas1.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: -1rem;
	left: 1rem;
}
#section-5 .row-2 .col-1 p span:nth-of-type(2) {
	background: url(../img/landing/comillas2.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	right: -2.2rem;
	bottom: 1rem;
}

#section-5 .row-2 .col-2 {
    
}
#section-5 .row-2 .col-2 strong {
	color: #4749a0;
	display: block;
	margin-bottom: 3rem;
}
#section-5 .row-2 .col-2 p {
	color: #7d7d7d;
	font-size: 1rem;
	line-height: 1.5;
	margin: 2rem 0;
	text-align: justify;
}
#section-5 .row-2 .col-2 p b {
	color: #111384;
}


#section-6 {
	background: url(../img/landing/contacto.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3rem 0;
}
#section-6 p {
	color: #757575;
	margin: 1rem 0;
}
#section-6 #contact-container {
	background-color: #ffffffd9;
	border: 0.1rem solid #dfdfdf;
	border-radius: 2rem;
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	justify-content: space-around;
	margin: auto;
	margin-top: 2rem;
	max-width: fit-content;
	padding: 2rem;
}

#section-6 #contact-container .col-1 {
	background: rgb(53,93,165);
	background: linear-gradient(180deg, rgba(53,93,165,1) 0%, rgba(17,19,132,1) 100%);
	border-radius: 1.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 1.5rem;
}
#section-6 #contact-container .col-1 img {
	margin-bottom: 1rem;
}
#section-6 #contact-container .col-1 p {
	color: #ffffffc7;
	font-family: 'poppinsregular';
	font-size: 0.99rem;
	margin-bottom: 2rem;
}
#section-6 #contact-container .col-1 #social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-top: 2rem;
}

#section-6 #contact-container .col-2 {
	width: 30rem;
}
#section-6 #contact-container .col-2 p {
	color: #9f9191;
	font-size: 1.1rem;
	margin: 1rem 0 1.5rem;
}
#section-6 #contact-container .col-2 form {
	max-width: 35rem;
}
#section-6 #contact-container .col-2 form input[type=text],
#section-6 #contact-container .col-2 form input[type=email],
#section-6 #contact-container .col-2 form input[type=phone],
#section-6 #contact-container .col-2 form textarea {
	background-color: transparent;
    border: 0.14rem solid #003ec6;
    border-radius: 4rem;
    font-size: 0.9rem;
    padding: 0.4rem 1.3rem;
    margin-bottom: 1.1rem;
    width: 100%;
}
#section-6 #contact-container .col-2 ::placeholder {
  color: #9f9191;
  font-size: 0.9rem;
}
#section-6 #contact-container .col-2 form textarea {
	background-color: transparent;
	border-radius: 1rem;
	color: #9f9191;
	resize: vertical;
	height: 6rem;
}
#section-6 #contact-container .col-2 form input[type=submit] {
	background: rgb(7,7,79);
	background: linear-gradient(0deg, rgba(7,7,79,1) 0%, rgba(41,59,178,1) 50%, rgba(7,7,79,1) 100%);
	border-radius: 4rem;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.6rem 4.2rem;
	margin-bottom: 1.1rem;
}
#section-6 #contact-container #isotype {
	width: 3.8rem;
}

#section-7 {
	padding: 3rem 0;
}
#section-7 .wrapper {}
#section-7 .wrapper div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#section-7 .wrapper div p {
	display: flex;
	align-items: center;
	gap: 2rem;
}
#section-7 .wrapper div p a {}
#section-7 .wrapper div p a img {}
#section-7 .wrapper div > img {
	margin-top: -2rem;
}
/*
*   RESPONSIVE
___________________________________
*/
/*1440 px*/
@media (max-width: 90rem) {
	
}
/*1280 px*/
@media (max-width: 80rem) {
	
}
/*1200 px*/
@media (max-width: 75rem) {

}
/*1024 px*/
@media (max-width: 64rem) {
	#section-1 img {
		width: 50%;
	}

	#section-5 .row-2 .col-1 {
		min-width: 23rem;
	}
}
/*960 px*/
@media (max-width: 60rem) {
	#section-1 img {
	    right: calc(100% + -65rem);
	    width: auto;
	}

	#section-2 ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 2rem;
	}

	.carousel-inner {
		gap: 0;
	}
	.carousel-item {
		flex-direction: column;
		max-width: 40rem;
		margin: auto;
	}
	.carousel-item div {
		right: 0;
		min-width: auto;
		width: 100%;
	}

	#section-5 .row-2 {
		gap: 2rem;
	}
	#section-5 .row-2 .col-1 {
		min-width: 20rem;
	}

	#section-6 #contact-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		max-width: 100%;
		position: relative;
	}
	#section-6 #contact-container .col-2 {
		width: 50%;
	}
	#section-6 #contact-container #isotype {
		position: absolute;
		right: 1rem;
		bottom: 1rem;
	}

	#section-7 .wrapper div {
		justify-content: space-between;
	}
	#section-7 .wrapper div p {
		gap: 0.5rem;
	}
	#section-7 .wrapper div > img {
		width: 30vw;
	}
}
/*768 px*/
@media (max-width: 48rem) {
	#app-main h2 {
		margin: 2rem 0;
		text-align: center;
	}

	#section-1 h1 {
		width: auto;
	}

	.carousel-item {
		margin: 0 2.5rem;
	}

	#section-5 .row-1 {
		display: block;
	}
	#section-5 .row-1 img {
		display: none;
	}
	#section-5 .row-2 {
		flex-direction: column;
		gap: 4rem;
	}
	#section-5 .row-2 .col-1 {
		min-width: 0;
	}
	#section-5 .row-2 .col-1 p {
	    
	}
	#section-5 .row-2 .col-2 strong {
		text-align: center;
	}

	#section-6 h2 {
		margin-bottom: 0;
	}
	#section-6 p {
		color: #FFFFFF;
		margin: 0.5rem;
		text-align: center;
	}
	#section-6 #contact-container {
		display: flex;
		flex-direction: column;
		width: fit-content;
	}
	#section-6 #contact-container .col-2 {
		width: 100%;
	}
	#section-6 #contact-container .col-2 form input[type=submit] {
		margin: auto;
	}
	#section-6 #contact-container #isotype {
		position: relative;
		margin: auto;
		margin-top: 2rem;
		order: -1;
		right: 0;
	}

	#section-7 .wrapper div {
		flex-direction: column-reverse;
		gap: 4rem;
	}
	#section-7 .wrapper div > img {
		margin: 0;
		width: auto;
	}
}
/*460 px*/
@media (max-width: 28.75rem) {
	#section-1 h1 {
		text-align: center;
	}
	#section-1 hr {
		margin: 1rem auto 2rem auto;
		width: 40%;
	}
	#section-1 p {
		text-align: center;
		width: auto;
		line-height: 1.5;
	}

	.carousel-item {
		margin: auto;
	}

	#section-6 #contact-container .col-1 {
		padding: 3rem 0;
	}
	#section-6 #contact-container .col-1 #social {
		gap: 1rem;
	}

	#section-7 .wrapper div p {
		justify-content: center;
		flex-direction: column;
		text-align: center;
		gap: 2rem;
	}
	#section-7 .wrapper div > img {
		width: 70%;
	}

	.modal-main input[type=text] {
		font-size: 4vw;
		width: 65vw;
	}
}
/*425 px*/
@media (max-width: 26.563rem) {
	#app-main h1 {
		font-size: 10vw;
	}
	#app-main h2 {
		font-size: 6.5vw;
	}
	#app-main p,
	#section-5 .row-2 .col-1 p,
	#section-6 #contact-container .col-1 p,
	#section-4 .carousel-item div p {
		font-size: 3.6vw;
	}
	#section-5 .row-2 .col-1 p:nth-of-type(1) {
		font-size: 5.6vw;
	}
	#section-4 .carousel-item div h4 {
		font-size: 5vw;	
	}

	#section-5 .row-2 .col-1 p span:nth-of-type(1) {
		top: -3vw;
    	left: -2vw;
	}
	#section-5 .row-2 .col-1 p span:nth-of-type(2) {
		right: -9vw;
		bottom: 1vw;
	}
	#section-6 .wrapper {
		padding: 0 0.625rem;/*10 px * 2*/
	}
	#section-6 #contact-container {
		align-items: center;
		width: 100%;
	}

	.modal-header {
		flex-direction: column-reverse;
		gap: 2rem;
	}
	.modal-header > img {
		width: 32vw;
	}
	.modal-main h2 {
		font-size: 6vw;
		margin: 10vw 4vw;
		max-width: 100%;
	}
}
/*375 px*/
@media (max-width: 23.438rem) {
	
}
/*320 px*/
@media (max-width: 20rem) {
	
}