@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
font-family: 'Montserrat', sans-serif;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

h2, h3 {
	font-weight:bold;
	color:#0076ef;
}

a {
	color:#c00065;
	font-weight:bold;
}

a:link {
	color:#c00065;
	font-weight:bold;
}
a:hover {
	color:#00adef;
	text-decoration:none;
}
	
#carouselExampleIndicators {
    position: relative;
    top: -53px;
    margin-bottom: -153px;
}

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}
header h1 {
    margin: 28px 0px 0px 0px;
    border-bottom: 1px solid #00adef;
}

.header-contacto {
background-image:url(../img/headers/contacto.jpg);
background-size:cover;
}
.header-privacidad{
background-image:url(../img/headers/privacidad.jpg);
background-size:cover;
}

.header-equipo{
background-image:url(../img/headers/equipo.jpg);
background-size:cover;
}
.header-servicios{
background-image:url(../img/headers/servicios.jpg);
background-size:cover;
}

#mainNav {
    background-color: #232428!important;
}

#mainNav a:hover {
    color: #c00065;
    transition: 1s;
    text-decoration: overline;
}
#mainNav a {
    color: white;
    transition: 1s;
}
.navbar li {
    font-size: 14px;
    font-weight: bold;
}
#bt-elecciones19:hover {
    color: white!important;
    text-decoration: none!important;
    background-color: #00adef;
    transition: 2s;
}
#bt-elecciones19 {
    background-color: #c00065;
    transition: 2s;
}


.actual {
    color: #00adef!important;
}

section {
  padding: 40px;
}

.blanco {
	color:white;
}

.azul {
	color:#00adef;
}

.fondo-azul {
background-color:#00adef;
}

.fondo-azul-marino {
background-color:#0076ef;
}


.negro {
	color:#232428;
}
.fondo-negro {
background-color:#232428;
}
.rosa {
	color:#c00065;
}

.fondo-rosa {
	background-color:#c00065;
}

.griz {
	color:#bdbec0;
}

.fondo-griz {
	background-color:#bdbec0;
}

.fondo-elecciones2019 {
	background-image:url(../img/fondo-elecciones-2019-politica-funcional.jpg);
	background-size:cover;
}
	

footer {
    font-size: 12px;
}
#logo-inferior {
    margin: -30px 0px 0px 0px;
}

.img-responsive{
	width:100%;
	height:auto;
}

#contact-form label {
    font-size: 10px;
    font-weight: bold;
    color: #c00065;
}

#bt-contacto:hover {
    background-color: #00adef;
    transition: 2s;
}
#bt-contacto {
    background-color: #c00065;
    color: white;
    padding: 10px;
    width: 50%;
    transition: 2s;
    margin: 0px 0px 40px 0px;
}

.separador {
    width: 100%;
    padding: 25px 0px 25px 0px;
}
#logo-elecciones2019{
	max-width:400px; 
	min-width:200px;
	margin-top:100px;
}

#contador-elecciones span {
    color: #c00065;
    font-size: 12px;
}
#contador-elecciones {
    font-size: 60px;
    color: white;
    border: 1px solid #c00065;
}
.bt-politica-blanco:hover {
    background-color: #232428;
    transition: 1s;
}
.bt-politica-blanco {
    background-color: white;
    padding: 10px;
    transition: 1s;
}
.fondo-digital {
	background-image:url(../img/fondo-campana-digital.png);
	background-size:cover;
}
#campana-30 {
    margin: 90px 0px 20px 0px;
}
.bt-suscribirse:hover {
    background-color: #c00065;
    transition: 1s;
}
.bt-suscribirse {
    background-color: #232428;
    border: none;
    padding: 10px;
    margin: 20px 0px -7px 0px;
    color: white;
    transition: 1s;
}

.servicios-home1 {
    background-color: #c00065;
    color: white;
    padding: 5px;
    height: 70px;
    text-align: center;
}
.servicios-home2 {
    background-color: #a10356;
    color: white;
    padding: 5px;
    height: 70px;
    text-align: center;
}
.servicios-home3 {
    background-color: #76013f;
    color: white;
    padding: 5px;
    height: 70px;
    text-align: center;
}

.columna-2 {
	border-left:solid white 2px; border-right:solid white 2px;
}

#como-trabajamos {
background-image:url(../img/nuestro-trabajo-politica-funcional.jpg);
background-size:cover;	
}


#faltam-apenas {
    margin: 100px 0px 25px 0px;
    top: 11px;
}


@media only screen and (max-width:400px) {
	
	#logo {
    float: left!important;
    width: 214px;
}
   #logo-inferior {
    margin: -30px 0px 0px 0px;
    width: 100%;
}

.header-inicio {
    padding: 139px 0 27px;
}

#bt-elecciones19 {
    padding: 5px;
}

#contador-elecciones {
    font-size: 23px;
}
#elecciones h2 {
    font-size: 24px;
}
#elecciones h1 {
    font-size: 24px;
}

#digital h4 {
    font-size: 14px;
}
#digital h3 {
    font-size: 16px;
}
#digital h2 {
    font-size: 18px;
}

.servicios-home1 {
    height: auto;
    text-align: center;
    font-size: 18px;
}
.servicios-home2 {
    height: auto;
    text-align: center;
    font-size: 18px;

}

.servicios-home3 {
    height: auto;
    text-align: center;
    font-size: 18px;
}
	.columna-2 {
	border-left:none; border-right:none;
}
}