/*--------------------------------------------------------------
# Css personalizado con sobreecritura Estilos
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# boton oficina digital y hover de contact
--------------------------------------------------------------*/
.navbar .getstarted {
    background: #000066;
    margin: auto;
}

.navbar .getstarted:hover,.contact .php-email-form button[type=submit]:hover{
    background: #6AAF1B;
}

/*--------------------------------------------------------------
# precing style
--------------------------------------------------------------*/
.pricing .btn-buy {
    color: white;
    background-color: #000066;
}
.pricing .btn-buy:hover{
    background: #6AAF1B;
    color: white;
    border:1px solid #6AAF1B;
    font-weight: 800;
}
/*--------------------------------------------------------------
# botones de secciones
--------------------------------------------------------------*/
.hero .btn-get-started,.about .btn-read-more ,.contact .php-email-form button[type=submit] {
    background: #000066;
}

/*--------------------------------------------------------------
# barra de navegacion
--------------------------------------------------------------*/
.navbar a,a{
    font-size: 18px;
    font-weight: 700;
    color: #000066;
}
.navbar a:hover,a:hover,
.navbar .active:focus,
.navbar .active,
.navbar li:hover>a,
.navbar .dropdown ul li:hover>a,
.faq .accordion-button:not(.collapsed)
{
    color: #6AAF1B;
}
.bi-chevron-down {
    padding-right: 20px;
}
/*--------------------------------------------------------------
# nombres de secciones estilos Globales
--------------------------------------------------------------*/

/*-------------------------------------
# nombres de secciones estilos Globales|Titulo
---------------------------------------*/
.hero h1 {
    font-size: 40px;
    font-weight: 700;
}

.hero h2,.about .btn-read-more,.about .btn-read-more span ,.hero .btn-get-started span, .contact .php-email-form button[type=submit]{
    font-size: 18px;
}

/*-------------------------------------
# nombres de secciones estilos Globales|Titulo|contenedor
---------------------------------------*/

.about h3 {
    font-size: 28px;
    color: #000066;
    text-transform: uppercase;
}

.about h2,.faq .accordion-button {
    font-size: 18px;
    color: #000033;
}

/*-------------------------------------
# nombres de secciones estilos Globales|Secciones
---------------------------------------*/

.section-header h2{
    font-size: 26px;
    color: #000066;
}

.section-header p{
    margin: 0px 0 0 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 350;
    color: #000066;
}

.features .feture-tabs .tab-content h4 {
    font-weight: 500;
    font-size: 20px;
}
/*-------------------------------------------------------
# nombres de secciones estilos Globales|Secciones|divider
--------------------------------------------------------*/
section {
    padding: 30px 0;
}

.features .feture-tabs .nav-link.active {
    color: #000066;
    border-bottom: 3px solid #99FF33;
}

.features .feture-tabs .nav-link{
    font-size: 17px;
    margin-right: 10px;
}

/*-------------------------------------------------------
# tipografia
--------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
}

body {
    font-family: "Gotham Book", sans-serif;
    font-size: 15px;
}

.pricing h3 {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
}

.pricing .featured {
    width: 250px;
    top: 22px;
    right: -88px;
    font-size: 14px;
    background: #99FF33;
    color: #000033;
    font-weight: bold;
    text-transform: uppercase;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
   color: #000033;
}
/*-------------------------------------------------------
# cajas de footer
--------------------------------------------------------*/
.contact .info-box i {
    font-size: 40px;
    color: #000033;
}

.back-to-top{
    background: #000033;
}