body
    {
        background: #fff;
        font-family: Arial, 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
	
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
background: #3fbcfb;
background: -moz-linear-gradient(top, #3fbcfb 0%, #0083c5 100%);
background: -webkit-linear-gradient(top, #3fbcfb 0%,#0083c5 100%);
background: linear-gradient(to bottom, #3fbcfb 0%,#0083c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='3fbcfb', endColorstr='#0083c5',GradientType=0 );
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
		height:80px;
    }
.navbar-default .navbar-brand
    {
        background: url('../images/home-logo.png') no-repeat;
		height: 70px;
		width:200px;
		margin-top: 5px;
    }
.navbar-default .nav li a
    {
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #cafeff;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #cafeff;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home-bg2.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
		font-size:16pt;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
       
	   background: #f8f8f8;
	    text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
	
#divider logos{
	}
/* end divider */

/* start divider2 */
#divider2
    {
       
	   background: #ffffff;
	    text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
		text-align:justify;
    }
#divider2 .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider2 h3
    {
        font-size: 20px;
		text-align:center;
    }
	

/* end divider2 */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }

#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background: url('../images/contact-bg2.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #4A8BF5;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #4A8BF5;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #28a7e9;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
		   .navbar-default .nav li a{
	  font-size:13px;}
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
			background-color:#f8f8f8;
			}
	 
}


/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
			background-color:#f8f8f8;
			}
}
/* end media 360 */



.signup-header {
	margin: 0 0 100px;
	background: rgba(19, 17, 17, 0.62);
    box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.29);
	border-radius: 4px;
	padding: 10px 25px;
	
}
.signup-header h3{
	padding: 0 0 20px 0;
	color: white;
	font-weight: 300;
	font-family:segoe ui, open sans, sans-serif;
}

.signup-header2 {
	margin: -20px 0 100px 0;
	background: rgba(19, 17, 17, 0.62);
    box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.29);
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;	
}
.signup-header2 h3{
	padding: 20px 0 10px;
	color: white;
	font-weight: 300;
}

.form-header input {
	position: relative;
	padding: 5px 15px;
}
.form-header .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	height: 45px;
}
.form-header .textbox {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	width:100%;
}
.form-header .btn {
	border-radius: 0;
	height: 55px;
	width: 100%;
	background-color: #4A8BF5;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.form-header .btn:hover {
	background-color: #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#home .privacy {
	padding: 0 0 10px 0;
	font-size: 13px;
}
.signup-header p {
	color: white;
}
.privacy a {
	text-decoration: underline;
	color: white;
	font-weight: 300;
}
#policy {
	padding: 100px 0 70px;
}
#home .intro {
	font-size:28px;
	line-height:normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}
.img-responsive{
	width:80%;
	}
.img-responsive2{
	width:100%;
	padding:20px 0 0 30px;
	}

/* ADRY ----------- */
.oculto {
	display: none;
}
#errorValidacion {
	color: red; font-size: 8pt;
}
#mensaje {
	width: 498px; height: 135px;
}
#simplemodal-overlay {
	cursor: wait; background-color: rgb(0, 0, 0);
}
#simplemodal-container #basicModalContent {
	padding: 8px;
}
.textoPopup {
	padding: 2px; color: rgb(104, 104, 104); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
.simplemodal-solapaCerrar {
	border-top-color: rgb(224, 227, 231); border-right-color: rgb(224, 227, 231); border-left-color: rgb(224, 227, 231); border-top-width: 2px; border-right-width: 2px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-left-style: solid; background-color: rgb(255, 255, 255);
}
.simplemodal-anteSolapaCerrar {
	border-bottom-color: rgb(224, 227, 231); border-bottom-width: 2px; border-bottom-style: solid;
}
.simplemodal-tablaContenido {
	border-right-color: rgb(224, 227, 231); border-bottom-color: rgb(224, 227, 231); border-left-color: rgb(224, 227, 231); border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
.simplemodal-textoCerrar {
	color: rgb(127, 127, 127); font-family: arial, Tahoma; font-size: 10pt; font-weight: normal; text-decoration: none; vertical-align: middle;
}
.simplemodal-atencion {
	text-align: center; color: rgb(153, 0, 0); font-family: Arial, Tahoma; font-size: 12px; font-weight: bold;
}
.simplemodal-texto {
	text-align: center; color: rgb(0, 0, 0); padding-right: 10px; padding-left: 10px; font-family: Arial, Tahoma; font-size: 12px; font-weight: normal;
}
.simplemodal-texto a {
	color: rgb(0, 0, 0); font-weight: bold; text-decoration: underline;
}
.simplemodal-titulo-clonada {
	text-align: center; color: rgb(0, 0, 0); font-family: Arial, Tahoma; font-size: 11pt; font-weight: bold;
}
.simplemodal-texto-clonada {
	margin: 10px; color: rgb(0, 0, 0); font-family: Arial, Tahoma; font-size: 10pt; font-weight: normal;
}
.simplemodal-texto-clonada p {
	padding-bottom: 6px;
}
.simplemodal-textoxxx {
	text-align: left; color: rgb(127, 127, 127); font-family: Arial, Tahoma; font-size: 9pt; font-weight: normal;
}
.simplemodal-titulo {
	text-align: center; color: rgb(153, 0, 0); font-family: Arial, Tahoma; font-size: 12px; font-weight: bold;
}
.simplemodal-textoHerramienta {
	color: rgb(91, 121, 166); font-family: arial, Tahoma; font-size: 13pt; font-weight: bold; text-decoration: none; vertical-align: middle;
}
.simplemodal-textoSubtitulo {
	font-family: arial, Tahoma; font-size: 12pt; font-weight: normal; text-decoration: none; vertical-align: middle;
}

.centrar{
width:200px;
  margin-left: auto;
  margin-right: auto;
}
 .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: white;
            border-radius: 50%;
            text-align: center;
            box-shadow: 2px 2px 3px #999;
            z-index: 1000;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            text-decoration: none;
        }

        .whatsapp-float:hover {
            background-color: #128c7e;
            color: white;
        }