body
{
    font-family: 'Lato' , sans-serif;
    color: #2c3e50 !important;
    position: relative;
    overflow-y: scroll;
    height: 100%;
}
nav
{
    background: #f4f4f4 !important;
    border-top: 3px solid #492e49 !important;
    padding: 5px 0;
    border-bottom: none !important;
}
nav a
{
    color: #2c3e50 !important;
}
nav a:hover
{
    color: #492e49 !important;
    font-weight: bold;
}

.icon-bar
{
    background: #492e49 !important;
}
.navbar-inverse .navbar-toggle
{
    border: none;
}




.sistema
{
    margin-top: 65px;
    background: rgba(255, 255, 255, 0.8);
}
.sistema a
{
    color: #13988a;
    font-weight: bold;
}

.clinicloud
{
    padding-top: 100px;
}
.clinicloud p
{
    font-size: 1.2em;
}

.titulo-verde
{
    color: #13988a;
}


.caracteristicas
{
    background: #f6f4f6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.caracteristicas h4
{
    font-weight: bold;
}
.col-caracteristicas
{
    padding: 30px;
}

.caracteristicas p
{
    padding-right: 20px;
    padding-left: 20px;
}
.caracteristicas2 img
{
    height: 40px;
}

.caracteristicas2
{
    background: #6e4f6e;
    padding-top: 100px;
    padding-bottom: 100px;
}
.caracteristicas2 h4
{
    color: white;
    font-weight: bold;
}
.caracteristicas2 p
{
    color: white;
}

.col-caracteristicas2
{
    padding: 30px;
}

.testimonios
{
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonios h2
{
    margin-bottom: 100px;
}

.descarga
{
    padding-top: 70px;
    padding-bottom: 30px;
    background: #13988a;
    color: white;
}
.descarga h2
{
    font-size: 2.625em;
}
.descarga a
{
    color: #13988a;
    font-weight: bold;
}
.descarga a:hover
{
    color: #13988a;
}


.contacto
{
    padding-bottom: 80px;
    padding-top: 80px;
}
.contacto h2
{
    font-size: 3em;
    margin-top: 0;
}

/*
	.contacto .text-contacto{
		margin-top: 
	}
*/



footer
{
    margin: 0;
    background: #2c3e50;
    padding-bottom: 20px;
    padding-top: 20px;
}
footer p
{
    color: white;
    margin-top: 10px;
}

.icon-fb
{
    margin-top: 10px;
}


.carousel-caption
{
    font-family: 'Lato' , sans-serif;
    color: #492e49;
    font-weight: 300;
    text-align: left;
    left: 5%;
    right: none !important;
    top: 25%;
    text-shadow: none;
}
.carousel-caption h1
{
    font-size: 2.25em;
}


.pidehora
{
    height: 611px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background-color: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background-color: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background-color: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    background: url(../img/bg-pidehora.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pidehora h2
{
    text-align: center;
    margin: 2em 0 2em 0;
}
.pidehora ul li
{
    margin-bottom: 1em;
}

#form1
{
    height: 100%;
}

/* Media query tablet */
@media (min-width: 768px)
{
    .descarga
    {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #13988a;
        color: white;
    }
}

@media (min-width: 768px)
{
    .descarga
    {
        padding-top: 80px;
    }
}

@media (min-width:992px)
{
    .icon-fb
    {
        float: right !important;
    }
}


@media (max-height: 480px)
{
    .carousel-caption .slider-2
    {
        margin-top: -40px;
    }
    .carousel-caption .slider-4
    {
        margin-top: -10px;
    }
    .descarga a
    {
       font-size:16px;
    }



}

@media (max-width: 767px)
{
    .navbar-nav
    {
        width: 100%;
    }

    .navbar-nav li
    {
        text-align: right;
    }

}

@media (min-width: 481px)
{
    .carousel-caption h1
    {
        font-size: 2.625em;
    }

}


.back-to-top
{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 200;
}

.btn-subir
{
    background-color: #13988a;
}
.btn-subir span
{
    color: White;
}

.err
{
    border: 1px solid #a94442;
}

.err:focus
{
    border: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #a94442;
}

.test + .tooltip > .tooltip-inner
{
    background-color: #73AD21 !important;
    color: #FFFFFF !important;
    border: 1px solid green !important;
    padding: 15px !important;
    font-size: 20px !important;
}

/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow
{
    border-top: 5px solid green !important;
}

/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow
{
    border-bottom: 5px solid blue !important;
}

/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow
{
    border-left: 5px solid red !important;
}

.tooltip-inner
{
    background-color: #FFEBEE !important;
    color:#F44336;
}

.tooltip.top .tooltip-arrow
{
    border-top-color: #FFEBEE !important;
}

.bootstrap-dialog.type-info .modal-header
{
    background-color: #13988a !important;
}

.tooltip.top .tooltip-arrow
{
    bottom: 2px;
    right: 0 !important;
    left: none;
}

.tooltip.top
{
    padding: 5px 0;
    margin-top: -3px;
    left: initial !important;
    right: 15px;
}

