/*@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/static/Inter-Regular.ttf');
}*/

:root {
  --marg-pc: 13%;
}

body{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin: 0;
	overflow-x: hidden;
	/*max-width: 1920px;*/ /*alex agregado 12/12*/
}

.sibrcelu{
	display: none;
}

.celusi{
	display: none;
}

nav{
	display: flex;
    justify-content: space-between;
	background-color: #2484C6;
	width: unset;
    padding-right: var(--marg-pc); /* antes 6%*/
    padding-left: var(--marg-pc);
	position: sticky;
	top: 0;
	z-index: 999999;
	border-bottom: 1px solid #fff;	
}

nav svg{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
}

.afterlogo{
	width: 100%;
    text-align: right;
}

.avisotop{	
	background-color: #FFCF01;
    position: absolute;
    right: 0;
    padding: 11px 12%;
    font-family: 'Inter';
    font-size: 26px;
    color: #636466;
	padding-right: var(--marg-pc)!important;
    /*max-width: 850px;*/
}

.avisotop span{
	font-weight: bold;
}

.menu{
	margin-top: 80px;
	/*padding-right: 8%;*/
	font-family: 'inter';
	font-size: 17px;
}

nav ul li{
	display: inline;
	padding-left: 15px;
}

nav ul li a{
	color: #FFFFFF!important;
	text-transform: uppercase;
}

nav ul li a:hover{
	color: #FFCF01!important;
}

nav div img {
	cursor: pointer;
}

a{
	text-decoration: none;
}
		
h1{
	font-family: 'Inter', sans-serif;
	color: #FFFFFF;
}

.swiper-button-prev, .swiper-button-next{
	text-shadow: 3px 3px 5px rgb(253 253 253 / 92%);
}

.sobre-texto-1-top {
	display: none;
}

.btn-conoce-mas {
    width: 18%;
    max-width: 283px;
    min-width: 200px;
    background: #2484C6;
    border-radius: 52px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    /* padding-top: 25px; */
    padding: 15px 7px;
    float: right;
    margin-right: 15%;
    margin-bottom: 50px;
}
.txt-azul{
	color: #2484c6;
}


.youcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top{
    /*max-width: 1920px;*/
    background-image:url("../img/top-llaves-new.jpg") ;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: right;
	background-color: #2484c6;
    height: 538px;
	/*margin-top: 100px;*/
}

.top-sofa{
	    background-image:url("../img/top-llaves-new-sofa.jpg") ;
}

.fondo-franquicia{
	background-image:url("../img/top-llaves-new-fran22.jpg")!important ;
	height: 450px!important;
	background-position: right!important;
}

.txt-fran1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-size: 28px!important;
	line-height: 36px!important;
	color: #FFCF01;
}

.txt-fran2{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-size: 49px!important;
	line-height: 60px!important;
	color: #FFCF01!important;
}

.txt-fran3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 39px!important;
    line-height: 63px!important;
    color: #FFFFFF!important;
    padding-top: 53px!important;
    margin-top: 0;
}

.top-amarillo{
	background: rgba(255, 207, 1, 0.9);
	padding-left: var(--marg-pc);
	padding-right: var(--marg-pc);
	padding-top: 2%;
    padding-bottom: 3%;
}

.top-amarillo h1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 55px;
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.top-amarillo h1 span{
	color: #2484C6;
}

.top-amarillo hr{
	border: 2px solid #FFFFFF;
	width: 80%;
}

.top-amarillo h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 53px;
	/* or 277% */
	text-align: center;
	text-transform: uppercase;
	color: #2484C6;
	margin-top: 10px;
}

.top-azul{
	background: #2484C6;
	padding-left: var(--marg-pc);
	padding-right: var(--marg-pc);
	padding-top: 2%;
    padding-bottom: 3%;
}

.top-azul h1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 55px;
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFCF01;
}

.top-azul h1 span{
	color: #ffffff;
}

.top-amarillo hr{
	border: 2px solid #FFFFFF;
	width: 80%;
}

.top-azul h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 53px;
	/* or 277% */
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 10px;
}

.top-gris{
	background: #636466!important;
}

.top-gris h1 span{
	color: #FFCF01!important;
}

.bloque-texto{
	padding-top: 4%;
	padding-right: var(--marg-pc);
	padding-left: var(--marg-pc);
}

.bloque-texto h4 b{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #2484C6;
}

.bloque-texto h4{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	color: #636466;
	margin-bottom: 10px;
	margin-top: 60px;
}

.bloque-texto p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 39px;
	/* or 156% */
	color: #636466;
}

.franja-azul{
	display: flex;
	background: #2484C6;
	margin-top: 5%;
	/*margin-bottom: 5%;*/
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: var(--marg-pc);
	padding-right: var(--marg-pc);
	color: #fff;
}

.franja-azul hr{
	border: 5px solid #FFCF01;
}

.franja-azul div:first-child{
	width: 33%;
	margin-right: 11%; /* antes 7% */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 47px;	
}

.franja-azul div:last-child{
	width: 70%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;	
}

.cuadros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: var(--marg-pc);
    padding-left: var(--marg-pc);
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.cuadro {
    display: flex;
    flex-direction: column;
    height: 245px;
    width: 33%;
    min-width: 225px;
    max-width: 265px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #2484C6;
    border-radius: 5px;
    margin: 2%;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cuadro img{
	width: 62px;
	padding-top: 0px;
    padding-bottom: 35px;
}

.panel{
	display: flex;
	flex-direction: column;
	padding-left: var(--marg-pc);
	padding-right: var(--marg-pc);
}

.panel h4{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	/* identical to box height, or 80% */
	text-transform: uppercase;
	color: #636466;
}

.panel h4 b{
	font-weight: 600;
}

.panel-flex{
	display: flex;
    justify-content: space-between;
}

.panel-flex .img-panel{
	width: 45%;
}

.panel-flex .img-panel img{
	width: 90%;
}

.panel-flex .detalles-panel{
	width: 50%;
}

.detalles-panel p{
	margin-bottom: 50px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	/* identical to box height */
	text-transform: uppercase;
	color: #636466;
}

.detalles-panel p b{
	color: #fff;
    background-color: #2484C6;
	border-radius: 100%;
    padding: 15px 22px;
    margin: 20px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	/* identical to box height, or 109% */
	text-align: center;
	text-transform: uppercase;	
}

.detalle-llave p{
	display: flex!important;
    align-items: center!important;
}

.detalle-llave .btn-conoce-mas{
	width: 20%;
	min-width: 300px;
	max-width: 380px!important;
	margin-top: 5%;
	margin-left: 0;
	margin-right: auto;
	float: unset;
	padding-left: 15px;
	padding-right: 15px;
}

.detalle-con-boton{
	border: none!important;
}

.detalle-con-boton h4{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 39px;
	text-transform: unset;
	/* or 156% */
	color: #2484C6;
}

.detalle-con-boton p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	/* or 156% */
	text-transform: lowercase;
	color: #636466;
}

.flex-llave-mano{
	margin-top: 10%;
}

.flex-llave-mano .detalles-panel p{
	margin-bottom: 0px;
	margin-top: 0px;
}

.flex-llave-mano .detalles-panel p img{
	padding-bottom: 5%;
	padding-right: 15px;
}

.flex-llave-mano .img-panel, .flex-llave-mano .detalles-panel{
	width: 50%!important;
}

.flex-llave-mano .img-panel{
	background-color: #FFCF01;
    display: flex;
    justify-content: center;
    align-items: center;	
}

.flex-llave-mano .detalles-panel{
	border: 1px solid #636466;
	margin-bottom: 3px!important;
	border-left: none;
	padding: 5%;
}

.detalle-con-boton {
 	padding-left: 0!important;
}

.menu-hamburguesa{
	padding: 1%;
	padding-right: 5%;
	float: right;
	display: none;
	padding-left: 83%;
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #2584C6;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 6px);
	transform: rotate(-45deg) translate(-8px, 6px);
	background-color: white;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-7px, -7px);
	background-color: white;
}

.video{
	display: block;
	/*margin-left: auto;
	margin-right: auto;
	width: auto;*/
    margin-left: var(--marg-pc);
    margin-right: var(--marg-pc);
	/*width: 93%;
    margin-left: 5%;
    margin-right: 5%;*/
	margin-top: 5%;
}

.tit-video{
    /* background-color: #2484c6; */
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    width: 690px;
    position: absolute;
    /* top: 10px; */
    /* right: 11.3%; */
    /* margin-top: -55px; */
    /* left: 65%; */
    text-align: center;
    padding: 20px;
    border-top: 50px solid #2484c6;
    border-right: 25px solid transparent;
    height: 0;
    width: 750px;
}

.correccion-tit{
	position: absolute;
	width: 100%;
	left: 25px;
	top: -38px;
	text-align: left;
}

.texto-conoce {
    display: flex;
    text-align: right;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #636466;
    justify-content: flex-end;
    margin-top: 3%;
    align-items: center;
    text-transform: uppercase;
}

.texto-conoce img{
	width: 38px;
}

.video-container{
	display: flex;
    justify-content: center;
    align-items: center;
}

.inbuild h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 55px;
	/* identical to box height */
	color: #636466;
}

.inbuild h4{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	/* identical to box height */
	text-transform: uppercase;
	color: #636466;
}

.texto-1-top{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    color: #FFCF01;
    position: absolute;
    width: 60%;
    padding-top: 9%;
    padding-left: 14%;
    margin: 0%;
}

.texto-2-top{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    color: white;
    position: absolute;
    width: 40%;
}

.top-franquisias{
	display: flex;
    background-image: url(../img/top-franquicias-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 546px;
    justify-content: space-around;
    /*border-top: 4px solid #ffffff;*/
	padding-right: var(--marg-pc);
}

.top-franquisias .tit-fran{
	display: block;
	/*margin-left: auto;*/
	margin-right: auto;
}

.top-franquisias div img{
	/*display: block;
    width: 100%;
    max-width: 300px;
    padding-top: 35%;
    padding-right: 150px;
    margin-right: auto;
    margin-right: 40%; antes cambie a lo de abajo 12/12*/

	display: block;
    /*width: 100%;*/
    max-width: 543px;
    padding-top: 29%;
    /*padding-right: 255px;*/
    margin-right: auto;
    margin-right: 20%;
}

.texto-1-top-franquisias{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    color: white;
    position: absolute;
    width: 60%;
    padding-top: 9%;
    padding-left: var(--marg-pc);
    margin: 0%;
}

.texto-2-top-franquisias{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 65px;
    color: white;
    position: absolute;
    width: 40%;
}
.texto-3-top-franquisias{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 52px;
    color: #FFCF01;
    position: absolute;
    width: 40%;
    padding-top: 75px;
}

.seccion-texto-fran{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
	text-transform: uppercase;
	color: #FFCF01;
	background: #2484C6;
	padding: 10px 26px;
}

.parrafo{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    color: #2584C6;
    text-align: left;
    padding-top: 20px;
    /* width: 90%; */
    /* max-width: 1150px; */
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding-left: var(--marg-pc);
    padding-right: var(--marg-pc);
}

.parrafo p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 40px;
	text-transform: capitalize;
	color: #636466;
}

.separador{
	display: flex;
    background-image: url("../img/amarillo-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right!important;
    height: 90px;
	margin-top: 40px;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 32px;
    color: #636466;
    text-transform: uppercase;
    align-items: center;
    padding-left: var(marg-pc);
    padding-right: var(marg-pc);
}

.separador h2{
	font-weight: 100!important;
	padding-left: var(--marg-pc);
}

.separador h2 strong{
	font-weight: 600;
}

.separador img{
	width: 100%;
	max-width: 65px;
	max-height: 65px;
	padding-top: 3px;
	padding-right: var(--marg-pc);
}

.modelos{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	/*width: 74%;*/
    padding-left: var(--marg-pc);
    padding-right: var(--marg-pc);	
}

.modelos img{
	width: 100%;
}

.modelo{
	margin-top: 5%;
}

.modelo h2{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 54px;
	color: #FFFFFF;
	background-color: #2484C6;
	padding: 25px;
}

.modelo h2 b{
	font-weight: 700;
}

.triangulo-abajo{
    position: relative;
    top: -51px;
    left: 46px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 50px solid #2484C6;
}

.plano-detalles{
	display: flex;
	justify-content: space-evenly;
	margin-top: 5%;	
}

.plano-detalles img{
	width: auto;
}

.punteo{
	display: flex;
	flex-direction: column;
	margin-top: 5%;
}

.punto{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.punto img{
	width: 45px!important;
	height: 45px!important;
}

.detalle-del-punto{
	width: 250px;
	padding-left: 25px;
}

.detalle-del-punto p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	/* or 144% */
	text-transform: uppercase;
	color: #636466;
	margin-bottom: 2px;
}

.detalle-del-punto hr{
	border: 1px solid #2484C6;
}

.centrado{
    background-image: url("../img/foto-de-video.jpg");
    width: 1344px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 785px;
    margin-top: 80px;
    
}
.centrado p{
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
float: right;
padding-right: 50px;
}

.listadonegocio p{
	display: flex;
	align-items: center;
}

.listadonegocio p img {
    margin-right: 14px;
    width: 100%;
    max-width: 25px;
    padding-bottom: 5px;
}


.amarillo-1{
    background-image: url("../img/amarillo-1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 227px;
    margin-top: 80px;
    /* or 83% */
    color: #636466;
    margin-bottom: 0%;
    width: 100%;
}
.amarillo-1-p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 54px;
    padding-top: 20px;
    padding-left: 235px;
    width: 50%;
    margin-right: 0%;
    float: left;
    margin: 0%;
    margin-bottom: 0%;
}
.amarillo-1-img{
    padding-top: 50px;
    padding-right: 500px;
    float: right;
}


/* Style the tab */

.vertical-tabs{
	height: 700px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 72%;
}

.tab {
    float: right;
    /*background-color: #f1f1f1;*/
    width: 18%;
    height: 300px;
    margin-top: 166px;
    margin-left: -25px;
	margin-right: -54px;	
}
/*agragado nuevo alex*/
.epigrafe{
	position: relative;
    background-color: #2584C6;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;/*font-size: 14px; antes*/
	line-height: 35px;/*esto se agrego*/
    font-weight: 400;
    width: 100%;
    margin-top: -74px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;	
}

.epigrafe-miniaturas{
	position: relative;
    background-color: #2584C6;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    width: 97%;
    margin-top: 0px;
    height: 42px;
    /* padding: 20px; */
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    padding-top: 17px;
    text-transform: uppercase;
}
 
/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: #E7E7E7;
	color: #636466;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-size: 21px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 5px;
	min-width: 102px;
	height: 67px;
    max-width: 167px;
    margin-left: 15px;
}



/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {  
  background-color: #2584C6;
  color: white;
}

.tab button.active .triangle-left {
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid #FFFFFF;
	border-right: 15px solid #2584C6;
	border-bottom: 15px solid #FFFFFF;
	margin-top: 25px;
    position: relative;
    top: -53px;
    left: -31px;	
}

.tab button .triangle-left{
	display: none;
}

.tab button.active::before {
    content: "";
    background: var(--bgcolor);
    width: 1em;
    height: 100%;
    clip-path: polygon(0 0,100% 50%,0 100%);
    transition: background .5s;
    display: inline-block;
    position: absolute;
    right: -0.96em;
	/*border-top: 25px solid transparent;
	border-right: 50px solid #2584C6;
	border-bottom: 25px solid transparent;
	position: absolute;*/
}

.flextab{
	display: flex;
	background-color:  #FFFFFF;
}

.metros{
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
	font-weight: 600;
    height: 145px;
    width: 145px;
    background-color: #2584C6;
    border-radius: 50%;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 25px;
	margin-left: 290px;
    margin-bottom: -185px;
}

.detalleplano{
    position: relative;
    background-color: #2584C6;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 17px;/*font-size: 14px; antes*/
	line-height: 35px;/*esto se agrego*/
    font-weight: 400;
    width: 360px;
    margin-top: -178px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.tabcontent img:first-of-type{
	padding-bottom: 175px;
    /* width: 45%; */
    max-width: 400px;
}


.tabcontent img:last-of-type{
	padding-top: 25px;
	/*padding-left: 155px padding-left: 75px antes*/
	padding-left: 100px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  /*padding: 0px 12px;*/
  width: 83%;
  border-left: none;
  height: 665px;
}

.imgfran{
	width: 74%;
    margin-left: var(--marg-pc);
    margin-right: var(--marg-pc);
}

h3{
    color: #2484C6;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    margin-bottom:0%
}

.franja-amarilla-3{
    background-image: url("../img/3-franja-amarilla.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 740px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.texto-amarillo-3{
    width: 50%;
    float: right;
}
.franja-amarilla-3 h1{
    
    color: #2484C6;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    text-align: right;
    width: 70%;
    padding-top: 100px;
    margin-bottom: 0%;
}
.franja-amarilla-3 h3{
    margin-top: 0%;
    color: #636466;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 38px;
    text-align: right;
    width: 65%;
    padding-left: 35px;
}


                /*COMIENZO DEL SLIDER*/

/*.swiper-wrapper{
  height: 800px!important;
}  */     
                
.slider{
  /*width: 1344px;*/
  margin-top: 40px;/* margin-top: 80px;antes alex 12/12*/
	max-width: 1344px;	
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px!important;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  
}



.mySwiper2 {
  height: 750px;
  width: 100%;
}



.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	cursor: pointer;
}

.mySwiper .swiper-wrapper .swiper-slide img{
	height: 175px!important;
}

.definir .swiper, .definir .mySwiperhome{
	padding-top: 0px!important;
	width: unset!important;
	height: unset!important;
}

.definir .swiper .swiper-wrapper .swiper-slide{
	text-align: unset!important;
}

  .boton{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    text-align: center;  
    border-radius: 50px;
    background-color: #2484C6;
    color: white;
    /*width: 40%;*/
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
    /*margin-left: 290px;*/
  }
  .boton:hover{
    color: #2484C6;
    background-color: white;
  }

  .mapas-1{
    max-width: 1344px;
    margin-bottom: 200px;
    /*padding-left: 250px;*/
  }

  .texto-mapas-normal{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    text-align: left;
    color: #2484C6;
    padding-left: 250px;
  }
  .texto-mapas-bold{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    text-align: left;
    color: #2484C6;
  }

  .mapas{
	display: flex;
    width: 74%;
    /* max-width: 1920px; */
    flex-direction: row;
    /* padding-left: 250px; */
    justify-content: space-between;
    margin-left: var(--marg-pc);
    margin-right: var(--marg-pc);
  }

.mapas-100{
	display: flex;
	flex-direction: column!important;
}

	.mapas-2, .mapas-3{
		width: 48%;
	}

	.mapa-100{
		width: 100%!important;
	}

  .texto-mapas-1{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    text-align: left;
    color: #636466;
  }

  .texto-mapas-2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    color: #2484C6;
  }
  a{
    text-decoration: none;
  }

.sucursales{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
	background-image: url("../img/fondo-sucursales.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 50px;
	border-top: 40px solid #2484C6;
}

.sucursales div:first-child{
	/*width: 100%;  antes 50% */
}

.sucursales div img{
	/*width: 100%; alex 12/12*/
	padding-left: 34%;
}

.sucursales div p{
    text-align: right;
    width: 70%;
    padding-left: 15%;
    text-transform: uppercase;
    padding-top: 50px;
	font-family: 'Inter', sans-serif;
	font-style: italic;
	font-size: 20px;/*font-size: 34px; antes alex 12/12*/
	color: #636466;
	line-height: 1.5;
}

.sucursales div p strong{
	font-family: 'Inter', sans-serif;
	font-weight: extra-bold;
	font-size: 40px;/*font-size: 70px;antes alex 12/12*/
	color: #2484C6;
	font-style: normal;
	line-height: 1.15;
}

.sucursales div .boton{
	margin-left: 100%;
    color: #fff;
    font-style: normal;
    text-align: center;
    padding: 15px 0px;
}

.sucursales div .boton:hover{
	color: #2484C6;
}

.oficinas{
    display: flex;
    justify-content: flex-start;
    padding-left: var(--marg-pc);
}

.oficinas p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 65px;
    line-height: 44px;
	/* or 54% */
	color: #2484C6;
	margin-bottom: 0;
	/*padding-left: 44px;*//*agregado alex 12/12*/
}

.oficinas p strong{
	font-weight: 700;
	line-height: 95px;
}

  .direccion{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    background-color: #FFCF01;
    color: #636466;
    /*width: 95%;*/
    padding-top: 10px;
    padding-bottom: 10px;
	border: none;
  }
  .direccion p{
    width: 90%;
    padding-left: 30px;
    /*padding-top: 15px;*/
  }

.direccion p svg{
	margin-bottom: -5px;
	padding-right: 7px;
}

  .direccion img{
    width: 8%;
    float: left;
    padding-top: 18px;
    padding-left: 20px;
  }

.logos{
    width: 74%;
    float: left;
    margin-bottom: 3%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #636466;
	margin-left: var(--marg-pc);
    margin-right: var(--marg-pc);
}

.loguitos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
  
.loguitos > div {
	width: 9%;
    min-width: 150px;
    margin: 15px;
    text-align: center;
    padding-top: 1.5%;
}

.loguitos div img{
	width: 114px;
}

footer{
	display: flex;
    background-color: #2484C6;
    margin-top: 50px;
	padding: 5% var(--marg-pc); /* antes 5% 15% */
    justify-content: space-between;
    flex-direction: row;
}

footer .formulario-footer{
	width: 45%;
	min-width: 300px;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
}

footer input[type=text], footer input[type=email], footer textarea{
	border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    width: 90%;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.miti{
	width: 47%!important;
    float: left;
    padding-left: 0px;
}

footer ::-webkit-input-placeholder { /* Edge */
  color: #FFFFFF;
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

footer ::placeholder {
  color: #FFFFFF;
}

textarea::-webkit-input-placeholder {
	font-family: 'Inter', sans-serif;
	color: #fff;
}

textarea:-moz-placeholder { /* Firefox 18- */
	font-family: 'Inter', sans-serif;
	color: #fff;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Inter', sans-serif;
	color: #fff;  
}

textarea:-ms-input-placeholder {
	font-family: 'Inter', sans-serif;
	color: #fff;  
}

footer input[type=submit]{
	background-color: #FFCF01;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    width: 150px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #636466;
    float: right;
    margin-right: 8%;
    margin-top: 25px;
	cursor: pointer;
}

footer input[type=text]:focus-visible, footer input[type=email]:focus-visible, footer textarea:focus-visible {
	border: 1px solid #636466;
}

.sobre-form-azul {
    background-color: #2484C6;
    color: #fff;
    padding: 25px;
    text-align: center;
    /*width: 71%;*/
    margin-left: var(--marg-pc);
    margin-right: var(--marg-pc);
    margin-bottom: 0;
	margin-top: 50px;
}

.sobre-form-azul p b{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #FFCF01;
}

.sobre-form-azul p{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}

.arrow {
  border: solid #FFCF01;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.form-fran{
	background-color: #636466!important;
	margin-left: var(--marg-pc);
    margin-right: var(--marg-pc);
	margin-bottom: 45px;
	margin-top: 0;
}

.form-fran .formulario-footer {
	width: 70%!important;
}

.form-fran .logo-footer img {
    width: 161px;
}

.amarillofooter{
	display: flex;
    justify-content: space-around;
    background-color: #FFCF01;
    padding-top: 15px;
    padding-bottom: 15px;
}

.amarillofooter a{
	color: #636466!important;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: underline;
	padding-left: 15px;
}

.logo-footer{
	width: 100%;
}

.form-fran .logo-footer{
	width: unset;
}

.logo-footer img{
	width: 225px;
}



@media only screen 
and (max-width : 1625px) {

	.tabcontent img:last-of-type{
		padding-left: 80px;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1605px) {
	
	.avisotop{
		padding: 11px 4%;
	}
	
	nav div img{
		position: absolute;
    	z-index: 999999;
	}
	
	.top{
		background-position: 450px;
	}
	
	.separador{
		background-position: center;
		/*height: 125px;*/
		font-size: 28px;
	}
	
	.separador img {
		width: 100%;
		height: 90%;
		/*max-width: 90px;
		max-height: 100px;
		padding-top: 15px;*/
	}	
	
	.vertical-tabs{
		height: 590px; /*height: 500px; antes alex15/12*/
		/*width: 66%;*/
	}
	
	.tabcontent{
		height: 500px;
	}
	
	.tabcontent img:first-of-type {
		max-width: 350px;
	}
	
	.tabcontent img:last-of-type {
		max-width: 350px;
	}
	
	.metros{
		margin-left: 240px;
    	margin-bottom: -115px;
		height: 125px;
    	width: 125px;
	}
	
	.planito{
		position: absolute;
		padding-top: 0!important;
		margin-top: -25px!important;
	}
	
	.render{
		padding-top: 25px;
	}
	
	.detalleplano{
		font-size: 14px;
		width: 310px;
		height: 47px;
		line-height: 1.75;
	}
	
	.tab button{
		font-size: 20px;
	}
	
	.triangle-left{
		margin-top: 19px;
	}
	
	.swiper:first-of-type{
		padding-top: 0!important;
	}

	/*.oficinas {
		padding-left: 15%;agregado alex 12/12
	}*/

	.oficinas p {
		
	    padding-left: 0px;
}
	
}

@media only screen 
	and (min-width : 1670px) {	

	.tabcontent img:first-of-type {
		max-width: 435px;
	}
		
	.detalleplano{
		width: unset;
		max-width: 395px;
	}

	.metros{
		margin-left: 329px;
	}
		
	.cuadros{
		display: grid;
		grid-template-columns: 33% 33% 33%;
		justify-items: center;
	}
}


@media only screen 
	and (max-width : 1604px) {	
	.tabcontent img:last-of-type{
	padding-left: 145px;
		}
}

@media only screen 
	and (max-width : 1471px) {
	.direccion{
			font-size: 14px;
	}
}

@media only screen 
	and (max-width : 1405px) {
		
		.detalles-panel p b {
			margin-left: 20px;
			margin-right: 8px;
			font-size: 16px;
		}

		.detalles-panel p {
			margin-bottom: 39px;
			font-size: 14px;
		}
}

@media only screen 
	and (max-width : 1375px) {
	.tabcontent img:last-of-type {
		padding-left: 115px;
	}
		
	.top {
		background-image: url(../img/top-llaves-new2.jpg);
		background-position: 325px;
	}
		
	.top-sofa{
		background-image: url(../img/top-llaves-new2-sofa.jpg)!important;
	}
}

@media only screen 
	and (max-width : 1305px) {
	.vertical-tabs{
			width: 75%;
		}
		
	.tabcontent img:last-of-type {
		padding-left: 35px;
	}
	
	.avisotop {
    	padding: 11px 9%;
		font-size: 20px;
	}
		
	.menu {
		/* padding-right: 5%; */
		font-size: 16px;
	}
		
	.mapas-2, .mapas-3{
		width: 475px;
	}
		
	.mapas-2 iframe, .mapas-3 iframe{
		width: 475px!important;
	}
		
	.direccion{
		font-size: 14px;
	}
		
	/*.vertical-tabs {
		width: 82%;
	}*/
		
	.tabcontent img:last-of-type {
		max-width: 320px;
		padding-left: 115px;
	}
		
		.tab{
			margin-top: 142px;
			margin-right: -25px;
		}
	
	/*.oficinas {
		padding-left: 9%;agregado alex 12/12
	}*/
		
	.logo-footer img{
		width: 175px;
	}		
}

@media only screen 
	and (max-width : 1240px) {
	/*.oficinas {
			padding-left: 8%;agregado alex 12/12
		}*/
		.fondo-franquicia{
			height: 350px!important;
			background-size: contain!important;
		}
		
		.top-franquisias div img {
			display: none;
		}
		
		.tabcontent img:last-of-type {
			padding-left: 55px;
		}
		
		.logo-footer img{
			width: 125px;
		}
		
		.texto-2-top {
			font-size: 30px;
		}
		
		.texto-1-top {
			font-size: 45px;
		}
		
		.top {
			background-position: 225px;
		}
		
		.seccion-texto-fran {
			font-size: 28px;
		}		
}

@media only screen 
	and (max-width : 1160px) {
		.vertical-tabs{
			width: 75%;
		}
		
		.top{
			background-position: 175px;
			background-size: cover;
		}
}

@media only screen 
	and (max-width : 1150px) {
		nav div img {
			position: absolute;
			z-index: 999999;
			padding-top: 1px;
		}
		
		.txt-fran1 {
			padding-top: 10%!important;
		}
		
		.fondo-franquicia{
			margin-top: 50px;
			background-color: #2484C6!important;
		}
		
		/*.top{
			margin-top: 0;
		}*/
		
		.top-azul{
			padding-top: 10%;
		}
		
		.top-franquisias .tit-fran {
			margin-top: 12%;
		}	
		
		.top-franquisias div img {
			padding-top: 55%;
			padding-right: 75px;
		}
		
		.top-amarillo h1 {
			font-size: 42px;
			line-height: 55px;
			margin-bottom: 17px;
			margin-top: 100px;
		}	
		
		.top-amarillo h3 {
			line-height: 30px;
		}
		
		.separador{
			height: 80px;
			font-size: 18px;	
		}
		
		.separador img {
			max-width: 44px;
			max-height: 45px;
			padding-top: 5px;
		}
		
		.tit-video {
			width: 66%;
			font-size: 19px;
		}
		
		.sucursales div p {
			font-size: 16px;
		}		
		
		.sucursales div p strong {
			font-size: 30px;
		}
		
		.sucursales div img {
			max-width: 350px;
			padding: 5%;
			padding-left: 25%;
		}
		
		.oficinas p{
			font-size: 40px;
			line-height: 14px;
		}
		
		.mapas {
			display: flex;
			flex-direction: column;
			justify-content: space-evenly;
			align-items: center;
			align-content: center;
		}
		
		.menu-hamburguesa {
			display: block;
			z-index: 999999;
			position: absolute;
			right: 7.5%;
			top: -5px;
		}
		
		.menu{
			display: none;
			position: absolute;
			height: 100vh;
			background-color: #2484c6;
			width: 40%;
			min-width: 350px;
			padding: 0!important;
			margin: 0!important;
			z-index: 9999;
			right: 0;
		}
		
		nav ul{
			padding-top: 90px;
		}
		
		nav ul li {
			display: flex;
			padding-left: 15px;
			padding-top: 50px;
		}
		
		
		.texto-1-top {
			padding-top: 22%;
		}
		
		.avisotop {
			padding: 11px 12%;
			font-size: 13px;
			padding-left: auto;
			padding-right: 17%!important;
			border-bottom: 1px solid #fff;
			width: 100%;
		}
		
		.tab{
			width: 14%;
		}
		
		.tab button{
			font-size: 12px;
		}

	

		.oficinas {
			display: flex;
			/* text-align: left; */
			margin-left: auto;
			margin-right: auto;
			justify-content: flex-start;
			/* padding-left: 11%; */
			width: 475px;
			padding-left: unset;
		}
		
		.plano-detalles img {
			width: 45%;
			margin-top: 5%;
		}

}

@media only screen 
	and (max-width : 1100px) {
	.detalles-panel p b {
		margin-left: 20px;
		margin-right: 8px;
		font-size: 13px;
		padding: 10px 16px;
	}
		
	.plano-detalles{
		justify-content: space-between;
	}
		
	.detalles-panel p {
		font-size: 14px;
	}	
		
	.punteo{
		margin-top: 2%;
	}
		
	.detalle-del-punto{
		width: 200px;
	}
		
	.detalle-del-punto p {
		font-size: 14px;
	}
		
		
	.punto img{
		width: 38px!important;
		height: 38px!important;
	}
		
	.txt-fran1 {
		font-size: 20px!important;
	}
		
	.txt-fran2{
		font-size: 35px!important;
		line-height: 40px!important;
	}
		
	.txt-fran3{
		font-size: 28px!important;
		line-height: 32px!important;
	}
}

@media only screen 
	and (max-width : 1070px) {
		
	.tabcontent img:last-of-type {
		max-width: 243px;
	}

	.planito {
		margin-top: 0px!important;
	}
		
	.tabcontent img:last-of-type {
		padding-left: 44px;
	}
		
	.fondo-franquicia {
		background-image: url(../img/top-llaves-new-fran2-22.jpg)!important;
	}
		
		
	.seccion-texto-fran {
		font-size: 24px;
	}
}

@media only screen 
	and (max-width : 956px) {
		
	.top{
		background: url("../img/top-llaves-celu2.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right;
	}
		
	.top-sofa{
		background: url(../img/top-llaves-celu2-sofa.jpg)!important;
	}
		
		.top-franquisias {
			flex-direction: column;
		}
		
	.texto-1-top {
		width: 61%;
		padding-top: 41%;
	}

	.texto-2-top {
		width: 80%;
	}
		
	/*.top-franquisias div img {
		display: none;
	} tenia q desaparecer antes alos 1150*/ 
		
		.texto-1-top-franquisias{
			font-size: 31px;
		}
		
		.texto-2-top-franquisias{
			font-size: 45px;
		}
		
		.texto-3-top-franquisias{
			font-size: 42px;
		}
		
	.vertical-tabs {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
		margin-top: 20px;
		align-content: center;
		align-items: center;
    	width: 90%;
	}
		
	.vertical-tabs h3{
		margin-top: 30px;
		font-size: 30px;
		padding-bottom: 0px;
	}
		
	.tab{
		display: flex;
    	justify-content: center;
	}
		
	.tab button{
		width: 125px;
		margin: 5px;
		font-size: 14px;
		margin-left: 0;
	}
		
	.tab button.active .triangle-left {
		border-left: 15px solid #FFFFFF;
		border-right: 15px solid #FFFFFF;
		border-top: 15px solid #2584C6;
		margin-top: 25px;
		top: 3px;
		left: 29px;
	}		
		
	.tabcontent img:last-of-type {
		max-width: 287px;/*max-width: 300px; antes alex 15/12*/
		padding-bottom: 40px;
		padding-left: 7%;
		/*margin-top: 63px !important;*/
	}	
	
	.metros{
		margin-left: 255px;
		margin-bottom: -105px;
		height: 125px;
		width: 125px;
		margin-top: -20px;	
	}
		
	.btn-conoce-mas {
		font-size: 13px;
		padding: 9px 8px;
		min-width: 250px!important;
	}
		
	.detalle-con-boton h4 {
		margin-top: 0;
	}
	
	.top-franquisias .tit-fran {
		margin-top: 0%;
	}/*agregado por alex me parece q esto tiene q desaparecer a estoa pixeles para q se coloque en el medio*/

	/*.oficinas {
		padding-left: 25%;agregado alex 12/12
	}*/

	.epigrafe-miniaturas{
		margin-top: -1px;
		font-size: 10px;
		/*width: 335px;*/
	}
		
	.panel-flex {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}	
		
	.panel-flex .img-panel, .panel-flex .detalles-panel {
		width: 100%;
	}	
		
	.franja-azul {
		flex-direction: column;
	}
		
	.franja-azul div{
		width: 100%!important;
	}
		
	.modelo h2{
		font-size: 26px;
		padding: 19px;
	}
		
	.inbuild h3{
		font-size: 26px;
		line-height: 35px;
	}

	.inbuild h4{
		font-size: 14px;
		line-height: 21px;
	}
		
	.flex-llave-mano .detalles-panel p img{
		width: 20px;
		height: 20px;
		/*padding-bottom: 9%!important;*/
	}	
		
	.flex-llave-mano .detalles-panel {
		width: 90%!important;
		border-left: 1px solid #636466;
		border-top: none;
	}	
	
	.flex-llave-mano .img-panel{
		width: 100%!important; 
	}	
		
	.detalle-llave p {
		align-items: flex-start!important;
	}	
		
	.txt-fran3 {
		font-size: 26px!important;
	}		
}

@media only screen 
	and (max-width : 828px) {
		
	/*.top{
		margin-top: 50px;
	}*/
		
	.fondo-franquicia {
		height: 275px!important;
	}
		
	.cuadro{
		display: flex;
		height: 170px;
		min-width: 125px;
		justify-content: flex-start;
		padding-top: 15px;
	}
		
	.cuadro img {
		padding-bottom: 15px;
	}		
		
	.parrafo{
		font-size: 24px;
	}
		
	.menu-hamburguesa{
		right: -5px;
		top: 5px;
	}
		
	.avisotop {
		font-size: 12px;
		width: 80%;
		text-align: revert;
		padding: 11px 16% 11px 11%!important;
		border-bottom: 1px solid #fff;
	}	
		
	.sibrcelu{
		display: block;
	}
		
	.texto-1-top {
		padding-top: 401px;
		font-size: 42px;
	}

	.texto-2-top {
		font-size: 22px;
	}		
		
	.tab {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	.vertical-tabs{
		width: 95%;
		max-width: 349px;
		margin-left: auto;
		margin-right: auto;
		/*margin-top: 100px;*/
	}
		
	.tabcontent{
		width: 100%;
		margin-bottom: 50px;
	}
		
	.tabcontent img:first-of-type {
		padding-bottom: 5px;
	}
		
	.tabcontent img:last-of-type {
		padding-top: 64px!important; /*padding-top: 45px; alex 12/12*/
	}
		
	.detalleplano{
		margin-top: -50px;
	}	
		
	.obras{
		margin-top: 420px;
	}
		
	footer {
		justify-content: space-between;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
		
	.amarillofooter {
		flex-direction: column;
		align-items: center;
	}
	/*.oficinas {
		padding-left: 21%;agregado alex 12/12
	}*/

	.epigrafe-miniaturas{
		width: 94%;
	}
		
	/*.modelos{
		width: 82%;
	}*/
		
	.tit-video {
		font-size: 14px;
		/* left: 101px; */
		padding-left: 21%;
		width: 46%;
		padding-right: 0;
	}
		
	.logo-footer {
		display: flex;
		justify-content: center;
	}
		
	.top-azul{
		padding-top: 13%;
	}
		
	.top-azul h1 {
		font-weight: 700;
		font-size: 35px;
		line-height: 49px;
	}
		
	.top-azul h3 {
		font-weight: 500;
		font-size: 17px;
		line-height: 34px;
	}
		
	.txt-fran1 {
		padding-top: 12%!important;
		font-size: 18px!important;
	}	
		
	.txt-fran2 {
		font-size: 32px!important;
		line-height: 34px!important;
	}	
		
	.txt-fran3 {
		font-size: 25px!important;
		line-height: 28px!important;
		padding-top: 42px!important;
	}		
}

@media only screen 
	and (max-width : 690px) {
		.fondo-franquicia{
			background-position: 126%!important;
		}
		
	.franja-azul hr {
		border: 1px solid #FFCF01;
	}		
}


@media only screen 
	and (max-width : 660px) {
	.detalle-del-punto p {
		font-size: 11px;
	}
		
	.punto img {
		width: 25px!important;
		height: 25px!important;
	}
		
	.detalle-del-punto {
		width: 100%;
		height: 45px;
		padding-left: 10px;
	}	
	
	.detalle-del-punto p{
		line-height: 21px;
	}
		
	.plano-detalles img {
		height: 45%;
	}
		
	.modelo h2 {
		font-size: 16px;
		padding: 6px 16px;
	}	
		
	.triangulo-abajo{
	top: -19px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 23px solid #2484C6;
	}
}

@media only screen 
	and (max-width : 600px) {
	nav {
		position: fixed;
		top: 0;
		width: 74%;
		z-index: 999;
	}
		
	nav div img {
		position: absolute;
		z-index: 999999;
		padding-top: 0px;
		width: 63px;
		left: 0;
	}

	.menu{
		width: 100%;
	}
		
	.avisotop{
		/*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		-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);*/
		border-bottom: 1px solid #fff;
	}
		
	.top{
		background: url(../img/top-llaves-new3.jpg);
		height: 440px;
		/* margin-top: 1px; */
		margin-bottom: 110px;
		background-size: 155%;
		/* background-position-y: 70px; */
		background-repeat: no-repeat;
		background-position: right 63px;
	}
		
		/*.top-sofa{
			background: url(../img/top-llaves-new3-sofa.jpg);
			background: url(../img/top-llaves-celu-new-sofa.jpg);
		}*/
		
	.correccion-tit {
		top: -25px;
	}
		
	.texto-1-top {
		font-size: 30px;
		background-color: #2584C6;
		padding-top: 15px;
		margin-top: 353px;
		height: 118px;
		width: 100%;
		padding-right: 55px;
	}
		
	.texto-2-top {
		width: 56%;
	}		
		
	.top-amarillo h1 {
		font-size: 34px;
	}
		
	.top-amarillo h3{
		font-size: 16px;
	}	
		
	.bloque-texto h4{
		font-size: 24px;
	}
		
	.bloque-texto p {
		font-size: 16px;
		line-height: 34px;
	}		
		
	.sobre-texto-1-top {
		display: block;
		border-top: 100px solid transparent;
		border-left: 600px solid #2584C6;
		height: 25px;
		position: absolute;
		margin-top: 274px;
	}
		
	.listadonegocio p {
		font-size: 14px;
		font-weight: 400!important;
	}		
		
	.celusi{
		display: block;
	}
		
	.tit-video {
		margin-top: -23px;
		font-size: 9px;
		padding-bottom: 0px;
	}
		
	.separador{
		font-size: 9px;
		margin-bottom: 21px;
	}
		
	.tab button {
		width: 90px;
		margin: 5px;
		font-size: 9px;
	}

	.tab button{
		width: 80px;
	}

	.tab button.active .triangle-left {
		top: 9px;
		left: 19px;
	}		
		
	.tabcontent img:first-of-type {
    	max-width: 350px;
	}
		
	.metros {
		margin-left: 255px;
		margin-bottom: -84px;
		height: 100px;
		width: 100px;
		margin-top: -25px;
	}
		
	.detalleplano {
		font-size: 15px;/* 10px;antes alex*/
		width: 310px; /*width: 260px;antes alex*/
		padding-top: 10px;/* 20px;antes alex*/
	}
		
	.sucursales {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
		
	.sucursales div img {
		width: 90%;
		padding-left: 0;
	}
		
	.texto-mapas-1{
		font-size: 20px;
	}
	.texto-mapas-2{
		font-size: 22px;
	}
		
	.mySwiper2 {
    	height: 350px;
	}
	/*.oficinas {
		padding-left: 11%;agregado alex 12/12
	}*/
	
	.vertical-tab{
		max-width: 340px;
	}
	
	.vertical-tabs{
		margin-top: -64px!important;
	}
	
	.epigrafe-miniaturas {
		font-size: 8px;
	}
		
	.franja-azul div:first-child {
		font-size: 18px!important;
	}
	
	.franja-azul div:last-child {
		font-size: 16px!important;
	}

	.detalles-panel p {
		margin-bottom: 22px;
	}
		
	.top-franquisias {
		background-size: cover;
		height: 411px;
		background-position: left;
	}
		
	.texto-1-top-franquisias {
		width: 90%;
	}	
		
	.detalles-panel p {
		font-size: 10px;
	}
		
	.detalle-con-boton p {
		font-size: 10px;
		line-height: 12px;
	}
		
	.detalles-panel p b {
		margin-left: 0px;
		margin-right: 6px;
		font-size: 10px;
		padding: 8px 12px;
	}
		
	.txt-fran1 {
		padding-top: 0px!important;
		font-size: 18px!important;
		margin-top: 277px!important;
		padding-bottom: 25px;
	}
		
	.fondo-franquicia{
		background-image: url(../img/top-llaves-new-fran3-22.jpg)!important;
		background-size: 100%!important;
		margin-bottom: 139px!important;
		background-color: #FFCF01!important;
	}
		
	.fondo-franquicia .sobre-texto-1-top {
		display: block;
		border-top: 100px solid transparent;
		border-left: 600px solid #2584C6;
		height: 25px;
		position: absolute;
		margin-top: 183px;
	}
		
	.seccion-texto-fran {
		font-size: 13px;
	}

	.parrafo p {
		font-size: 12px;
		line-height: 29px;
	}
		
	.logos .loguitos div {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		font-size: 12px;
		font-weight: 400;
	}
		
	.loguitos div img {
		width: 85px;
	}	
		
	.logos {
		width: 100%;
		float: left;
		margin-bottom: 3%;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 19px;
		line-height: 24px;
		text-align: center;
		text-transform: uppercase;
		color: #636466;
		margin-left: unset;
		margin-right: unset;
	}		
		
		
		
}

@media only screen 
	and (max-width : 505px) {
		
	.mapas-2, .mapas-3 {
		width: 336px;
	}		
		
	.mapas-2 iframe, .mapas-3 iframe {
		width: 325px!important;
		height: 400px;
	}
		
	.direccion{
		width: 325px;			
	}
		
	.direccion p{
		font-size: 9px;
		padding-left: 20px;
	}
		
	.direccion p svg{
		height: 10px;
		width: 10px;
	}
	.oficinas {
		/*padding-left: 17%;agregado alex 12/12*/
		width: 336px;
	}
		
	.tab button {
		min-width: unset;
	}
		
	.tab button.active .triangle-left {
		left: 9px;
	}
		
	listadonegocio p img {
		margin-right: 9px;
		max-width: 20px;
		padding-bottom: 0px;
	}		
		
}

@media only screen 
	and (max-width : 471px) {
		
	.cuadro {
		display: flex;
		height: 119px;
		min-width: 110px;
		font-size: 9px;
		line-height: 15px;
		margin: 1%;
	}
		
	.cuadro img{
		width: 40px;
	}
		
	.cuadros {
		justify-content: space-between;
	}		
}


@media only screen 
	and (max-width : 415px) {
	/*.oficinas {
		padding-left: 6%;agregado alex 12/12
	}*/
		
	.imgfran {
		width: 86%;
	}

	.epigrafe-miniaturas{
		width: 86%;
		margin-top: -1px;
		font-size: 6px;
		line-height: 12px;
		height: 34px;
		padding: 7px;
		padding-left: 7%;
		padding-right: 7%;
	}
	.epigrafe{
		font-size: 12px;
		line-height: 24px;
		margin-top: -63px;
	}

	.separador{
		background-position-x: -267px!important;
	}
		
	.mySwiper .swiper-wrapper .swiper-slide img {
		height: 91px!important;
	}	
		
	.sucursales div p {
		text-align: left;
		padding-top: 0px;
		font-size: 14px;
	}	
		
	.sucursales div img{
		width: 100%;
	}
		
	.sucursales div p strong {
		text-align: left;
		font-size: 24px;
	}
		
	.btn-conoce-mas {
		display: block;
		margin-right: auto;
		margin-top: 26px;
		margin-bottom: 30px;
		margin-left: auto;
		float: unset;
	}
		
	.amarillofooter a {
		font-size: 12px;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-left: 0;
	}
		
	footer input[type=submit] {
		display: block;
		margin-right: auto;
		margin-top: 26px;
		margin-bottom: 30px;
		margin-left: auto;
		float: unset;
	}
		
	:root {
	  --marg-pc: 7%;
	}
		
	nav{
		width: 86%;
	}
		
	.mapas{
		width: unset;
	}
}
	


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@media only screen and (max-width : 375px) {
	.tit-video {
		/* background-color: #2484c6; */
		color: #FFFFFF;
		font-family: 'Inter', sans-serif;
		font-weight: bold;
		font-size: 25px;
		text-transform: uppercase;
		/* width: 690px; */
		position: absolute;
		/* top: 10px; */
		/* right: 11.3%; */
		margin-top: -55px;
		/* left: 66px; */
		text-align: center;
		/* border-bottom: 33px solid #2484c6; */
		/* border-left: 25px solid transparent; */
		height: 0;
		/* width: 750px; */
	}
	
	.celusi{
		display: none;
	}
	
	.tit-video {
		margin-top: -34px;
		font-size: 8px;
		padding-bottom: 0px;
	}
	
	.cuadro {
		min-width: 110px;
	}
	
}

@media only screen and (max-width: 350px) {
	nav div img {
		width: 59px;
	}
	
	.metros {
		margin-left: 202px;
		margin-bottom: -84px;
		height: 70px;
		width: 70px;
		margin-top: 18px;
		font-size: 12px;
	}
	
	.vertical-tabs {
		width: 95%;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		/* margin-top: 100px; */
	}
	
	.tabcontent{
		width: 99%;
		margin-bottom: -25px;
	}
	
	.tabcontent img:first-of-type {
		max-width: 250px;
	}
	
	.tabcontent img:last-of-type {
		padding-left: 0;
		max-width: 250px;
		padding-top: 42px!important;
	}	
	
	.detalleplano {
		font-size: 11px;
		width: 210px;
		padding-top: 12px;
	}
	
	.vertical-tabs {
		height: 560px;
		/* width: 66%; */
	}	
	
	.tab button {
		width: 70px;
		margin: 5px;
		font-size: 7px;
		padding: 22px 9px;
	}	
	
	.sobre-texto-1-top {
		margin-top: 224px;
	}	
	
	.texto-1-top {
		font-size: 25px;
		background-color: #2584C6;
		padding-top: 0px;
		margin-top: 295px;
		height: 129px;
		padding-left: 28px;
	}	
	
	.top, .top-sofa {
		height: 419px;
		margin-top: 1px;
		margin-bottom: 50px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: -368px 21px;
	}
	
	.top-sofa{
		background-size: 239%!important;
		background-repeat: no-repeat!important;
		background-position: top right!important;
		/*background: url(../img/top-llaves-new3-sofa.jpg)!important;*/
	}
	
	.avisotop {
		font-size: 9px;
		padding-right: 48px;
	}
	
	.epigrafe {
		font-size: 9px;
	}	
	
	.vertical-tabs {
		margin-top: -190px!important;
	}	
	
	.vertical-tabs h3 {
		margin-top: -38px;
		font-size: 25px;
		text-align: center;
		padding-bottom: 0px;
	}
	
	.oficinas {
		padding-left: 6%;
	}
	
	.oficinas p {
		font-size: 29px;
		line-height: 0px;
		margin-bottom: -27px;
		margin-top: 41px;
	}	
	
	.mapas{
		width: 75%;
	}
	
	.mapas-2, .mapas-3 {
		width: 250px;
	}	
	
	.mapas-2 iframe, .mapas-3 iframe {
		width: 250px!important;
		height: 400px;
	}
	
	.direccion{
		width: 250px!important;
	}
	
	.separador {
		background-position-x: 80%!important;
	}

	.sucursales div p strong {
		font-size: 18px;
	}

	.sucursales div p {
		font-size: 12px;
	}
	
	.btn-conoce-mas {
		font-size: 14px;
		padding: 10px 0px;
		min-width: 165px;
	}
	
	footer .formulario-footer {
		min-width: 250px;
	}
	
	.logo-footer img {
		width: 100px;
	}
	
	footer input[type=submit] {
		padding: 5px 14px;
		width: 140px;
		font-size: 14px;
	}
	
	.cuadros{
		justify-content: center;
	}
	
	.cuadro{
		min-width: 94px;
		margin: 5px;
		height: 116px;
		font-weight: 400;
	}
	
	.cuadro img{
		width: 30px;
	}
}

@media only screen and (max-width : 295px) {
	.tab button {
		width: 62px;
		margin: 3px;
		font-size: 7px;
		}
	
	.metros {
		margin-left: 189px;
		margin-bottom: -73px;
		height: 70px;
		width: 70px;
		margin-top: 8px;
		font-size: 12px;
	}
}