/*
Theme Name: CT Telecomunicaciones
Theme URI: http://www.ctcomunica.com.mx
Author: Ulises Cuervo Cubas
Author URI: https://www.uccti.com.mx/
Description: Tema de CT Comunicaciones
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Internet, Comunicaciones
*/
body {
    font-family: sans-serif;
    color: #303030;
}
.fondo_azul {
    background-color: #757373;
    color: white;
}
p {
    font-weight: 300;
    line-height: 2rem;
    font-size: 1rem;
}
/* Header */
.logo{
    width: 150px;
    height: auto;
}
.nav-link {
    color: black;
}
.nav-link:hover {
    color: #0a478e!important;
}

.current_page_item .nav-link {
    color: #0a478e;
    border-bottom: 2px solid #e2d9d9;
}

.bg-light {
    background-color: #eceaea6c!important;
}

.destacada {
    margin-top: -5rem;
}
.no-destacada {
    margin-top: 0rem!important;
    border: none;
}
.card-title {
    margin-bottom: 0.5rem;
    padding: .1rem;
    width: 250px;
    max-height: 48px;
    color: #303030;
    font-size: .8rem;
    align: center;
  }

.card-deck a:link {
    text-decoration: none!important;
}

/* Sección tercera */
.list-group-item a:link, a:visited {
    color: #303030;
    text-decoration: none!important;
}
.list-group-item a:link {
    text-decoration: none!important;
}

/*Footer*/
footer p{
    font-size: .9rem!important;
    line-height: 1rem;
}

footer span.direccion{
    font-size: .9rem!important;
    line-height: 1rem;
    font-weight: 400;
}



/*
* Actividades
*/
/* Botones*/
.btn-primary{
    background-color: rgb(75, 76, 71)!important;
    border:none;
}
.contenido-entrada h3{
    color:  rgb(75, 76, 71)!important;
}

/* Formulario de Contacto */
.wpcf7-form-control-wrap,
.form-group label{
    width: 100%;
}

label {
   width: 100%;
   font-weight: bold; 
}
input, textarea {
    width: 100%!important;
}

.form-submit .submit {
    background-color: #f46669;
    color: white;
    font-weight: bold;
    border: none;
    padding: .5rem;
    transition: background-color .3s ease-in;
    width: 100%;
}
.form-submit .submit:hover {
    background-color: red;
    cursor: pointer;
}








