*{
    
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
	color: #2a2d2f;
	font-size: 14px;
}
figure,p,h1{
    margin: 0;
}
.clear{
    clear: both;
}
.Left{
	text-align: left !important;
	margin-left: 7%;
}
.LeftNotHeader{
	float: left;
	margin-top: 20%;
}
.Right{
	text-align: right !important;
	margin-right: 7%;
	float: right;
	margin-top: 20%;
}
.Top {
	margin-top: 5% !important;
}
.ColorWhite{
    color: #FFFFFF;
}
.MaxWidth{
    max-width: 1170px;
    margin: 0 auto;
}
.RequiredFields{
    border: 2px solid rgb(255, 86, 86) !important;
}
.BarraNelson{
    width: calc(50% - 7%);
    height: 30px;
    position: relative;
    font-size: 13px;
}
    .BarraNelson ul{
        margin: 0;
        padding: 0;
        line-height: 30px;
        position: absolute;
        width: 100%;
        text-align: left;
    }
        .BarraNelson ul li{
            display: inline-block;
            cursor: pointer;
            padding: 0 1%;
            color: #FFFFFF;
        }
.BackgroundFixed{
    width: 100%;
    height: 0px;
    position: fixed;
    background-color: #000000;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.3s ease;
}
.MobileHeader{
    width: 100%;
    background: #1464AF;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}
    .MobileHeader .HeaderMobile{
        width: 100%;
        height: 60px;
    }
        .MobileHeader .HeaderMobile .Burguer{
            background: url(../img/IconMenuBurger.svg) no-repeat;
            width: 60px;
            height: 100%;
            background-position: center;
            margin: 0 auto;
            cursor: pointer;
        }
    .MobileHeader .MenuMobile{
        width: 100%;
        background-color: #0055A0;
        box-shadow: 0px 1px 1px #000000;
        display: none;
    }
        .MobileHeader .MenuMobile ul{
            padding: 0;
            margin: 0;
        }
            .MobileHeader .MenuMobile ul li{
                text-align: center;
                padding: 5px 0;
                cursor: pointer;
            }
                .MobileHeader .MenuMobile ul li:hover{
                    background-color: #FFFFFF;
                }
                    .MobileHeader .MenuMobile ul li:hover a{
                        color: #000000;
                    }
                .MobileHeader .MenuMobile ul li a{
                    text-decoration: none;
                    color: #FFFFFF;
                    width: 100%;
                    height: 100%;
                }
header{
    width: 100%;
    height: 576px;
    background-color: #fafafa;
}
    header #background{
        position: absolute;
        z-indez:-1 !important;
        width: 100%;
        height: 576px;
    }
    header nav{
        padding: 2vh 0 0 0;
        margin: 0% 0% 0% 0%;
        z-index: 1;
        text-align: right;
        color: #FFFFFF;
        position: fixed;
        /*width: calc(100% - 7%);*/
        width: 100%;
        max-width: 1170px;
    }
        header nav ul{
            padding: 0;
            margin: 0;
            list-style: none;
            margin-right: 90px;
        }
            header nav ul li{
                display: inline-block;
                padding: 5px 10px;
                cursor: pointer;
            }
                header nav ul li a{
                    color: #FFFFFF;
                    text-decoration: none;
                }
                header nav ul li:nth-child(n+1){
                    border-right: 1px solid #FFFFFF;
                    padding: 0 2%;
                }
                header nav ul li:nth-last-child(-n+1){
                    border: none;
                }
                header .LogoisADS{
                    margin-left: 7%;
                    margin-bottom: 3%;
                    padding-top: calc(1vh + 50px);
                    position: relative;
                }
                    header .LogoisADS img{
                        width: 300px;
                    }

                header .ContenedorMensaje{
                    position: relative;
                }
                    header .ContenedorMensaje .TituloMensaje{
                        font-size: 24px !important;
                        line-height: 70px;
                        max-width: 500px;
                        margin-bottom: 10px;
                    }
                        header .ContenedorMensaje .TituloMensaje h1{
                            font-weight: 500 !important;
                        }
                    header .ContenedorMensaje .Mensaje{
                        font-size: 20px;                       
                        line-height: 34px;
                        max-width: 370px;
                        max-width: 400px;
                        max-width: 553px;
                    }
                    header .ContenedorMensaje .Button{
                        width: 114px;
                        border: 2px solid #FFFFFF;
                        text-align: center;
                        padding: 5px 0px;
                        margin-top: 70px;
                    }
                    header .ContenedorMensaje .Button a{
                        text-decoration: none;
                        color: #FFFFFF;
                    }

                    header .ContenedorMensaje .Button:hover{
                        background-color: #FFFFFF;
                    }
                    header .ContenedorMensaje .Button:hover a{
                        font-weight: bold;
                        color: #333333;
                    }
section{
    
}
    section .SectionDescription{
        width: 85%;
        text-align: center;
        margin: 0 auto;
        font-size: 2em;
        padding: 100px 0 100px 0;
    }
        section .SectionDescription .TitleBold{
            display: block;
            font-weight: bold;
            margin-bottom: 20px;
        }
        section .SectionDescription span{
            display: block;
            max-width: 800px;
            margin: 0 auto;
            font-size: 0.6em;
        }
    section.Solutions{
        
    }
        section.Solutions .RetailAndRestaurant{
            width: 100%;
            height: 400px;
        }
            section.Solutions .RetailAndRestaurant .Retail{
                background: url(../img/Solutions-1.jpg) no-repeat;
            }
            section.Solutions .RetailAndRestaurant .Restaurant{
                background: url(../img/Solutions-2.jpg) no-repeat;
            }
            section.Solutions .RetailAndRestaurant .ContainerControlsContainer{
                width: 50%;
                height: 100%;
                float: left;
                background-size: cover;
                background-position: center;
            }
                section.Solutions .RetailAndRestaurant .Retail .ContainerControls .Icon{
                    background: url(../img/Icono-Carrito.png) no-repeat;
                    width: 108px;
                    height: 84px;
                    margin: 0 auto;
                    margin-top: 40px !important;
                    margin-left: 56px;
                }
                section.Solutions .RetailAndRestaurant .Restaurant .ContainerControls .Icon{
                    background: url(../img/Icono-Comida.png) no-repeat;
                    width: 100px;
                    height: 104px;
                    margin: 0 auto;
                }
                section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls{
                    width: 200px;
                    height: 250px;
                    padding: 75px 0;
                }
                section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls.SideLeft{
                    float: right;
                    margin-right: 20%;
                }
                section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls.SideRight{
                    float: left;
                    margin-left: 20%;
                }
                    section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls .Icon{
                        margin-top: 20px
                    }
                    section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls .Button{
                        width: 114px;
                        border: 2px solid #FFFFFF;
                        text-align: center;
                        margin: 0 auto;
                        padding: 5px 0px;
                        margin-top: 70px;
                        cursor: pointer;
                    }
                    section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls .Button:hover{
                        background-color: #FFFFFF;
                    }
                    section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls .Button:hover a{
                        font-weight: bold;
                        color: #333333;
                    }
                        section.Solutions .RetailAndRestaurant .ContainerControlsContainer .ContainerControls .Button a{
                            text-decoration: none;
                            color: #FFFFFF;
                        }
    section.Products{
        
    }
        section.Products .ProductList{
            overflow: hidden;
            margin: 0 auto;
            max-width: 1024px;
        }
            section.Products .ProductList .Product{
                float: left;
                width: calc(100% / 8);
                text-align: center;
                cursor: pointer;
            }
            section.Products .ProductList .Product.Selected{
                background-color: #CCCCCC;
            }
                section.Products .ProductList .Product .Logo{
                    margin-top: 10px;
                }
                    section.Products .ProductList .Product .Logo img{
                        width: 85px;
                        height: 85px;
                    }
                section.Products .ProductList .Product .Name{
                    text-align: center;
                    padding: 10px;
                }
        .ProductContainer{
            overflow: hidden;
            margin-top: 30px;
        }
            .ProductContainer .Top{
                width: 100%;
                height: 360px;
                background-color: #24272F;
                overflow: hidden;
                margin: 0 !important;
            }
                .ProductContainer .Top .Left{
                    
                }
                    .ProductContainer .Top .Left .Icon{
                        position: absolute;
                        left: -135px;
                        top: 18%;
                    }
                        .ProductContainer .Top .Left .Icon img{
                            width: 85px;
                            height: 85px;
                        }
                .ProductContainer .Top .Right{
                    
                }
                    .ProductContainer .Top .Right img{
                        height: 270px;
                        padding: 50px 10%;
                        /*width: calc(100% - 20%);*/
                        max-width: calc((1170px / 2) - 20%);
                    }
                .ProductContainer .Top .Left, .Right{
                    float: left;
                    width: 50%;
                    height: 100%;
                    margin: 0 !important;
                    text-align: left !important;
                    position: relative;
                }
            .ProductContainer .Bottom{
                width: 100%;
                height: 260px;
                overflow: hidden;
            }
                .ProductContainer .Bottom .Left{
                    background-color: #BE2928;
                }
                .ProductContainer .Bottom .Right{
                    background-color: #A62228;
                }
                    .ProductContainer .Bottom .Right .Features{
                        padding: 10px 10%;
                        color: #FFFFFF;
                        font-size: 1.2em;
                        max-width: calc((1170px / 2) - 20%);
                    }
                        .ProductContainer .Bottom .Right .Features h3{
                            font-weight: normal;
                            margin: 0;
                            margin-bottom: 30px;
                        }
                        .ProductContainer .Bottom .Right .Features ul{
                            list-style: none;
                            padding: 0;
                            margin: 0;
                            display: none;
                        }
                            .ProductContainer .Bottom .Right .Features ul li{
                                
                            }
                                .ProductContainer .Bottom .Right .Features ul li:before{
                                    content: "- ";
                                }
                .ProductContainer .Bottom .Left, .Right{
                    float: left;
                    width: 50%;
                    height: 100%;
                    margin: 0 !important;
                    text-align: left !important;
                    position: relative;
                }
            .ProductContainer .ContainerText{
                color: #ffffff;
                width: 59%;
                position: absolute;
                right: 5%;
                font-size: 1.2em;
                margin-top: 5%;
                max-width: calc((1170px / 2) - 5%);
            }
            .ProductContainer .ContainerText h1{
                margin: 0;
                margin-top: 10%;
                font-weight: normal;
                font-size: 1.5em;
            }
            .ProductContainer .ContainerText .Options{
                overflow: hidden;
                position: relative;
                margin-top: 40px;
            }
                .ProductContainer .ContainerText .Options .Buy{
                    font-size: 14px;
                    padding: 5px 30px;
                    border: 2px solid #cccccc;
                    float: left;
                    cursor: pointer;
                    border-radius: 2px;
                }
                    .ProductContainer .ContainerText .Options .Buy:hover{
                        background-color: #FFFFFF;
                        color: #333333;
                        font-weight: bold; 
                    }
                .ProductContainer .ContainerText .Options .PDF{
                    float: right;
                    font-size: 12px;
                    height: 26px;
                    cursor: pointer;
                }
                    .ProductContainer .ContainerText .Options .PDF:hover span{
                        text-decoration: underline;
                    }
                    .ProductContainer .ContainerText .Options .PDF span{
                        float: left;
                        line-height: 26px;
                    }
                    .ProductContainer .ContainerText .Options .PDF figure{
                        float: right;
                    }
                        .ProductContainer .ContainerText .Options .PDF figure img{
                            
                        }
        section.Customers{
            
        }
            section.Customers .CustomerList{
                width: 100%;
                overflow: hidden;
            }
                section.Customers .CustomerList .Page{
                    width: 100%;
                    max-width: 848px;
                    margin: 0 auto;
                }
                    section.Customers .CustomerList .Customer{
                        width: calc(100% / 4);
                        height: 150px;
                        float: left;
                        /*margin: 1.5%;
                        padding: 15px 0;*/
                        text-align: center;
                    }
                        section.Customers .CustomerList .Customer img{
                                
                        }
        section.Partners{
            background-color: #493163;
            height: 500px;
            margin: 100px 0;
        }
            section.Partners .Container{
                margin: 0 auto;
                width: 100%;
                height: 100%;
            }
                section.Partners .Container .ContainerLeft{
                    float: left;
                    width: 50%;
                    padding-top: 100px;
                    color: #FFFFFF;
                }
                    section.Partners .Container .ContainerLeft .Title{
                        margin: 0 auto;
                        margin-bottom: 25px;
                        font-size: 37px;
                        padding-left: 23%;
                    }
                    section.Partners .Container .ContainerLeft .Description{
                        width: 80%;
                        padding-left: 23%;
                        font-size: 18px;
                        padding-bottom: 30px;
                        max-width: 400px;
                    }
                    section.Partners .Container .ContainerLeft .Buttons{
                        padding-left: 23%;
                        overflow: hidden;
                        font-size: calc(100% - 1px);
                    }
                        section.Partners .Container .ContainerLeft .Buttons .ButtonLeft{
                            float: left;
                        }
                        section.Partners .Container .ContainerLeft .Buttons .ButtonRight{
                            float: right;
                            margin-right: 25%;
                        }
                        section.Partners .Container .ContainerLeft .Buttons .ButtonLeft, section.Partners .Container .ContainerLeft .Buttons .ButtonRight{
                            border: 2px solid #FFFFFF;
                            padding: 5px 15px;
                            border-radius: 2px;
                            cursor: pointer
                        }
                        section.Partners .Container .ContainerLeft .Buttons .ButtonLeft:hover, section.Partners .Container .ContainerLeft .Buttons .ButtonRight:hover{
                            background-color: #FFFFFF;
                            color: #000000;
                            font-weight: bold;
                        }
                section.Partners .Container .ContainerRight{
                    float: left;
                    width: 50%;
                    height: 100%;
                    background: url(../img/munequitos-2.png) no-repeat;
                    background-position: center;
                    background-size: 480px 380px;
                }
                    section.Partners .Container .ContainerRight img{
                        width: 480px;
                        margin: 60px 0;
                        display: none;
                    }
        section.Support{
            height: 500px;
            margin: -100px 0 0 0;
        }
            section.Support .Container{
                margin: 0 auto;
                width: 100%;
                height: 100%;
            }
                section.Support .Container .ContainerLeft{
                    float: left;
                    width: 50%;
                    padding-top: 100px;
                    color: #000000;
                }
                    section.Support .Container .ContainerLeft .Title{
                        margin: 0 auto;
                        margin-bottom: 25px;
                        font-size: 37px;
                        padding-left: 23%;
                    }
                    section.Support .Container .ContainerLeft .Description{
                        width: 80%;
                        padding-left: 23%;
                        font-size: 18px;
                        padding-bottom: 30px;
                        max-width: 400px;
                    }
                    section.Support .Container .ContainerLeft .Buttons{
                        padding-left: 23%;
                    }
                        section.Support .Container .ContainerLeft .Buttons .ButtonLeft{
                            float: left;
                        }
                        section.Support .Container .ContainerLeft .Buttons .ButtonRight{
                            float: right;
                            margin-right: 25%;
                        }
                        section.Support .Container .ContainerLeft .Buttons .ButtonLeft, section.Support .Container .ContainerLeft .Buttons .ButtonRight{
                            border: 2px solid #000000;
                            padding: 5px 15px;
                            border-radius: 2px;
                            cursor: pointer
                        }
                        section.Support .Container .ContainerLeft .Buttons .ButtonLeft:hover, section.Support .Container .ContainerLeft .Buttons .ButtonRight:hover{
                            background-color: #000000;
                            color: #FFFFFF;
                            font-weight: bold;
                        }
                section.Support .Container .ContainerRight{
                    float: left;
                    width: 50%;
                    height: 100%;
                    background: url(../img/Teclado-Soporte.svg) no-repeat;
                    background-position: center;
                    /*background-size: contain;*/
                }
                    section.Support .Container .ContainerRight img{
                        width: 480px;
                        margin: 60px 0;
                        display: none;
                    }
footer {
	/*height: 150px;
	background-color: #333333;
    left: 0;
    bottom: 0;
    width: 100%;
    position: relative;*/
}
footer .ul{
	display: inline;
}
footer .foot{
	height: 100%;
	background: url("../img/buhofooter-2.svg") no-repeat 95% 100%;
}
footer .foot .sociales{
	padding: 0;
	margin: 0;
	margin-left: 5px;
	padding-top: 3px;
	position: absolute;
	bottom: 30px;
	left: 10px;
}
footer .foot .sociales .redes{
	display: inline-block;
}
footer .foot .derechos{
	color: #FFFFFF;
	/*font-size: 0.5em;*/
    font-size: 0.7em;
	text-align: right;
	z-index: 2;
	position: absolute;
	bottom: 15px;
	left: 25px;
}

	footer .foot .sociales .redes li{
		margin-right: 5px;
	}

	footer .foot ul li#face a {
	background: url(../img/facebook.svg) center no-repeat;
	}
	footer .foot ul li#face a:hover {
		background: url(../img/facebook-over.svg) center no-repeat;
	}
	footer .foot ul li#tw a {
		background: url(../img/Twitter.svg) center no-repeat;
	}
	footer .foot ul li#tw a:hover {
		background: url(../img/Twitter-over.svg) center no-repeat;
	}
	footer .foot ul li#gPlus a {
		background: url(../img/Googleplus.svg) center no-repeat;
	}
	footer .foot ul li#gPlus a:hover {
		background: url(../img/Googleplus-over.svg) center no-repeat;
	}
	footer .foot ul li#SmartS a {
		background-color: blue;
	}
	footer .foot ul li#SmartS a:hover {
		background-color: yellow;
	}
	footer .foot img{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	footer .foot strong{
		color: #2DA44A;
	}
	footer .foot ul li a{
		display: block;
		height: 26px;
		width: 26px;
		text-indent: -9009px;
		overflow: hidden;
		text-decoration: none;
		text-align: center;
	}

div#overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000 no-repeat scroll center center;
    opacity: 0.3;
}
div#dialogo {
    position: fixed;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
input{
	padding: 0px 5px;
}
.FieldContent{
	width: 100%;
    margin: 15px 0px;
    overflow: hidden;
}
.FieldContent.SplitByHalf{
    width: calc(50% - 10px);
}
    .FieldContent.SplitByHalf:nth-child(odd){
        margin-left: 10px;
        float: left;
        margin: 0;
    }
    .FieldContent.SplitByHalf:nth-child(even){
        margin-right: 10px;
        float: right;
        margin: 0;
    }
	.FieldContent span{
		display: block;
		margin: 0.5% 0;
        padding: 0 7px;
	}
        .FieldContent span.Required:after{
            content: " *";
        }
    .FieldContent p{
        display: inline-block;
        margin: 0;
    }
	.FieldContent input[type=text], input[type=password], select, textarea{
		width: calc(100% - 10px) !important;
		height: 30px;
		border: 2px solid #cccccc;
		border-radius: 3px;
        margin: 0 5px;
	}
    .FieldContent textarea{
        height: 100px !important;
    }
    .FieldContent Boton{
        float: left;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 2px;
        background-color: #000000;
        color: #ffffff;
        margin-left: 10px;
    }
        .FieldContent .ButtonContainer{
            margin-top: 20px;
        }
        .FieldContent .ButtonContainer.ButtonLeft{
            float: left;
        }
        .FieldContent .ButtonContainer.ButtonRight{
            float: right;
        }
/*.Modal{
	padding: 0 !important;
	width: 40vw;
	max-height: 60vh;
	left: calc(50vw - 20vw);
    top: calc(50vh - 30vh);
}*/
.ModalForm{
	padding: 0 !important;
	width: 40vw;
	/*max-height: 60vh;*/
	left: calc(50vw - 20vw);
    top: calc(50vh - 40vh);
}








.Formulario{
	width: 100%;
	margin: 0 auto;
	background-color: #cccccc;
	display: none;
	overflow: hidden;
}
	.Formulario .Title{
		text-align: center;
		width: 85%;
		margin: 15px auto;
	}
		.Formulario .Title h1{

		}
		.Formulario .Title span{

		}
	.Formulario .Form{
		padding: 5px 40px;
	}
		.Formulario .Form .two-columns{
			
		}
			.Formulario .Form .two-columns input[type=text]{
				width: calc(50% - 2%) !important;

			}
				.Formulario .Form .two-columns input[type=text]:nth-child(even){
					margin-left: 2%;
				}
				.Formulario .Form .two-columns input[type=text]:nth-child(odd){
					width: calc(48% ) !important;
				}
		.Formulario .Form .Inputs{
			width: 100%;
			margin-bottom: 15px;
		}
			.Formulario .Form .Inputs input[type=text]{
				height: 30px;
				width: calc(100%);
				border: 3px solid #c3c3c3;
				border-radius: 3px;
			}
			.Formulario .Form .Inputs textarea{
				width: 100%;
				resize: none;
				height: 80px;
			}
			.Formulario .Form .Inputs select{
				width: 100%;
				height: 30px;
			}
		.Formulario .Form .Inputs .Boton{
			float: left;
			cursor: pointer;
			padding: 5px 10px;
			border-radius: 3px;
			background-color: #333333;
			color: #ffffff;
			margin-left: 10px;
			margin-bottom: 20px;
		}
        
        
        
        
/***

    BECOME A PARTNER

***/
.Header{
    width: 100%;
    height: 100px;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 99999;
}
    .Header .Container{
        height: 100%;
        position: relative;
    }
        .Header .Container .Logo{
            position: absolute;
            left: 5%;
            bottom: 25px;
        }
        .Header .Container .Menu{
            position: absolute;
            width: 100%;
        }
            .Header .Container .Menu ul{
                margin: 0;
                padding: 0;
                list-style: none;
                position: absolute;
                right: 0;
                width: calc(100% - 10%);
                text-align: right;
                /*margin: calc((100px / 2) - (19px / 2)) 5%;*/
                margin: calc((50px / 2) - (19px / 2)) 5%;
            }
                .Header .Container .Menu ul li{
                    display: inline-block;
                }
                    .Header .Container .Menu ul li a{
                        color: #FFFFFF;
                        text-decoration: none;
                    }
                    .Header .Container .Menu ul li:nth-child(n+1){
                        border-right: 1px solid #FFFFFF;
                        padding: 0 2%;
                    }
                    .Header .Container .Menu ul li:nth-last-child(1){
                        border: none;
                    }
.MainSection{
    width: 100%;
    height: 400px;
    background: url("../img/Barra Partners.jpg" ) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 100px;
    color: #FFFFFF;
}
    .MainSection .Container{
        width: 100%;
        padding: 140px 0;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
        .MainSection .Container span{
            text-align: center;
            width: 100%;
            margin: calc(100% / 2) 0;
            font-size: calc(100% + 30px);
        }
.FormBecomePartner{
    width: 100%;
    padding: 90px 0 60px 0;
    background-color: #ececec;
}
    .FormBecomePartner .Container{
        overflow: hidden;
        padding: 0 3%; 
    }
        .FormBecomePartner .Container .LeftSide{
            width: calc(25% - 2%);
            float: left;
        }
            .FormBecomePartner .Container .LeftSide .Title{
                padding: 0 7px;
                font-size: calc(100% + 3px)
            }
            .FormBecomePartner .Container .LeftSide .Features{
                margin: 20px 15px 35px 15px;
                font-size: calc(100% - 1px);   
            }
                .FormBecomePartner .Container .LeftSide .Features ul{
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }
                    .FormBecomePartner .Container .LeftSide .Features ul li{
                        line-height: 25px;
                    }
                        .FormBecomePartner .Container .LeftSide .Features ul li:before{
                            content: "- ";
                        }
        .FormBecomePartner .Container .RightSide{
            width: calc(75% - 2%);
            float: right;
        }
            .FormBecomePartner .Container .RightSide .Title{
                padding: 0 7px;
                font-size: calc(100% + 1px);
            }
            .FormBecomePartner .Container .RightSide .FieldContent span{
                font-size: calc(100% - 2px);
            }
            .FormBecomePartner .Container .RightSide > .LeftSide{
                float: left;
                width: calc(50% - 2%);
            }
            .FormBecomePartner .Container .RightSide > .RightSide{
                float: right;
                width: calc(50% - 2%);
            }

/*Reglas para modales*/
.modal-input-field-margin {
    margin: 2% 0;
}
.left-box-buy-modal-pos {
    border-bottom: 1.5px solid #1363ae;
    padding-bottom: 2em;
    margin-bottom: 3em;
}        

.social-media-icons {
    width: 8%;
    margin: 0 1%;
  }

  @media (max-width: 823px){
    /*FOOTER*/
    #stellar-logo-footer {
        width: 55%;
        padding-top: 5% !important;
        max-width: 210px;
    }
    #capterra-prize-footer {
        padding: 5% 0 !important;
        min-width: 167px;
    }
    .second-row-footer {
        text-align: center !important;
    }