/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

.cube .sides * {
	/*background-color: rgba(178, 199, 54, 0.8) !important;*/
	background-color: rgba(178, 199, 54, 1) !important;
}

.cube .sides *.loading-image {
    background-image: url(/theme2/images/iconofo.png) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#main-header .navbar .navbar-brand img {
    width: auto;
}

@media (max-width: 1399px) {
    .iq-objects .iq-objects-04, .iq-objects-software .iq-objects-03 {
		border: 48px solid #7b920a;
	}
}

@media (max-width: 992px) {
	.navbar-light .navbar-toggler span {
		color: #7b920a;
	}
}

@media (max-width: 992px) {
	header .navbar .navbar-nav .nav-item a:hover,
	header .navbar .navbar-nav .nav-item a:focus,
	header .navbar .navbar-nav .nav-item a.active,
	header .navbar .navbar-nav .nav-item a.active:focus,
	header .navbar .navbar-nav .nav-item a.active:hover {
		color: #7b920a;
	}
}

.center-icon {
	margin: 0 auto;
}

.p-subtitle {
	font-size: 1.5em;
}

.text-green {
	color: #7b920a;
}

a.text-green:hover,
a.text-green:focus {
	color: #b2c736;
}

.button-bg-plain {
	background: #b2c736 !important;
}

.button-bg-plain:hover,
.button-bg-plain:focus {
	background: #7b920a !important;
}

.modal-notify .modal-header {
	border-radius: 3px 3px 0 0;
}

.modal-notify .modal-content {
	border-radius: 3px;
}

.modal-notify .modal-header h4,
.modal-notify .modal-header .close {
	color: white !important;
}

.modal-notify .modal-body p {
	margin: 15px 0px 20px 0px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
}

.modal-notify .modal-body p span {
	display: block;
	margin-bottom: 15px;
}

.modal-notify a.dialog-phone-link {
	color: rgba(123, 146, 10, 1);
}

.modal-notify .modal-body input.form-control:focus {
	border-color: rgba(123, 146, 10, 1);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(123, 146, 10, 0.25);
}

.modal-body label.move-label {
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translateX(12px) translateY(40px);
	transform: translateX(12px) translateY(40px);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.modal-body label.move-label.active {
	transform: translateY(5px) scale(0.8);
}

.form-check-input {
	width: 1.3em;
	height: 1.3em;
	margin-top: 30px;
	margin-left: 0px;
}

.form-check-label {
	margin-top: 25px;
	margin-left: 30px;
}

.dialog-phone-label-error,
.contacto_label_error {
	color: #dc3545 !important;
}

.dialog-phone-input-error,
.contacto_error {
	border: 1px solid #dc3545 !important;
}

.form-loader {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

#contacto_acepto {
	width: 1.5em;
	height: 1.5em;
	margin-top: 25px;
	margin-left: 0px;
	position: absolute;
}

.contacto_acepto_label {
	margin-top: 22px;
	margin-left: 35px;
	color: white;
	font-size: 1.3em;
}

.contacto_acepto_label a,
.contacto_acepto_label a:focus,
.contacto_acepto_label a:hover {
	text-decoration: underline;
	color: white !important;
}

#consulta_acepto {
	width: 1.5em;
	height: 1.5em;
	margin-top: 25px;
	margin-left: 0px;
	position: absolute;
}

.consulta_acepto_label {
	margin-top: 22px;
	margin-left: 35px;
	font-size: 1.3em;
}

.contact-form .section-field input,
.contact-form .section-field.textarea textarea {
	color: #495057 !important;
}

/*#how-it-works h3 {*/
h3 {
	font-size: 20px;
    font-style: normal;
    line-height: 30px;
}

#how-works .step-img .step-number {
	background: #ff5c0e;
}

#caracteristicas div.iq-fancy-box:hover .iq-icon {
	background: none !important;
}

#caracteristicas div.iq-fancy-box {
	transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#caracteristicas div.iq-fancy-box:hover {
    box-shadow: 0 0 40px rgba(123, 146, 10, 0.6);
    -webkit-box-shadow: 0 0 40px rgba(123, 146, 10, 0.6);
    -moz-box-shadow: 0 0 40px rgba(123, 146, 10, 0.6);
}

@media (min-width: 768px) {
	#caracteristicas .iq-fancy-box .fancy-content p {
		height: 104px;
	}
}

@media (min-width: 992px) {
	#caracteristicas .iq-fancy-box .fancy-content h3 {
		height: 90px;
	}
	#caracteristicas .iq-fancy-box .fancy-content p {
		height: 182px;
	}
}

.iq-loved-customers img {
	border: 1px solid #b2c736;
}

.iq-pricing {
    margin-bottom: 40px;
}

.iq-pricing ul {
    margin: 35px 0 0;
}

.iq-pricing ul li {
    line-height: 1.2rem;
    height: 55px;
	padding: 0px 10px;
}

.iq-pricing ul li.pre-line-pricing {
	height: 70px;
}

.iq-pricing ul li.box-inside-pricing {
	height: auto;
	margin-bottom: 25px;
}

.iq-pricing ul li.box-inside-pricing span {
	display: block;
}

.iq-pricing ul li.box-inside-pricing span.pricing-precio {
	font-size: 25px;
    padding-bottom: 5px;
}

.iq-pricing ul li.box-inside-pricing span.pricing-descripcion-pago {
	padding-bottom: 3px;
}

.iq-pricing ul li.box-inside-pricing span.pricing-tipo-pago {
    font-size: 8px;
	line-height: 1em;
}

.iq-pricing ul li.box-inside-pricing span.pricing-precio-unico {
	font-size: 23px;
    padding-top: 23px;
}

.iq-pricing ul li.box-inside-pricing > div > div > div {
	background: gray;
    border-radius: 8px;
    padding: 12px 5px 8px 5px;
}

.iq-pricing-pre-head {
	letter-spacing: 2px !important;
    padding: 0px 0px 0px 0px;
    display: block;
    top: 10px;
    height: 22px;
}

.pricing-head-jump {
	display: none;
}

/*@media (max-width: 992px) {*/
@media (max-width: 1199px) {
	li.precio-vacio {
		display: none;
	}
	.pricing-head-jump {
		display: block;
	}
}

ul.styled-list {
	list-style-type: disc;
	margin-left: 20px;
}

ul.styled-list > li {
	list-style-type: disc;
}

ul.styled-list > li > ul {
	list-style-type: circle;
	margin-left: 35px;
}

ul.styled-list > li > ul > li {
	list-style-type: circle;
}

.internal-link {
	font-size: 1.5rem;
}
