*, ::after, ::before {
    box-sizing: border-box;
}

body{
	font-family: "Open Sans", sans-serif;
}

.content-netcar{
	width: 100%;
    height: 90vh;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.tab-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: center;
}


























.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 50px;
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px #00000029;
	height: 90px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu-iframes{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 250px);
    flex-wrap: wrap;
}

.redes-netcar{
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.redes-netcar ul li a{
	margin: 0 10px;
}

.tabs {
  width: 500px;
  margin: 20px auto;
}



.tab-links a{
	color: #2F4858;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    display: flex;
    align-items: center; 
    margin: 0 5px;
    padding: 0 5px;
}

.tab-links a span{
	margin-left: 15px;
	font-weight: 600;
}

/*.tab-links li {
  background: #ddd;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.tab-links li.active {
  background: #3498db;
  color: #fff;
}*/

.tab-content{
	width: 100%;
	min-height: 100vh;
}

.tab-content .tab {
  display: none;
  padding: 15px;
  background: #f4f4f4;
  margin-top: 10px;
  border-radius: 5px;
}

.tab-content .tab iframe{
  width: 100%;
	min-height: 100vh;
}

.tab-content .tab.active {
  display: block;
}

.tab-links p{
	font-size: 16px;
}

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.menu-button:hover .line {
    stroke: #000;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.menu-button {
    display: none;
}

.tab-content embed{
	height: 100vh !important;
}


@media (max-width: 1201px) {

	.header {
	    padding: 0 25px;
	}

	.logo-netcar{
		width: 150px;
	}

	.menu-iframes {
	    width: calc(100% - 175px);
	}

	.tab-links a {
	    margin: 0 2px;
	    padding: 0 2px;
	}

}

@media (max-width: 993px) {

	.menu-iframes{
	   	position: fixed;
	    right: -100%;
	    top: 91px;
	    background-color: #fff;
	    transition: 0.5s all linear;
		padding: 50px;
        width: 60%;
	}

	.menu-iframes.open{
		right: 0;
	}

	.menu-button {
	    display: block;
	}

	.tab-links{
		justify-content: center;
		width: 100%;
	}

	.tab-links.links-stats {
	    width: 100%;
	    flex-direction: column;
	}

	.tab-links a {
        margin: 0 2px 15px;
    }

    .logo-netcar{
    	margin-bottom: 50px;
    }

}

@media (max-width: 565px) {

	.menu-iframes{
	   	position: fixed;
	    right: -100%;
	    top: 91px;
	    background-color: #fff;
	    transition: 0.5s all linear;
		padding: 50px 25px; 
        width: 100%;
	}

	.content-netcar {
	    padding: 25px;
	}
}