﻿/*Importación de Fuentes*/
@import url('https://fonts.googleapis.com/css?family=Acme');

/*Fondo*/
.fondo{
    background-color: black;
}
.color{
    background-color: #5c96ac!important;
    border-top: 1px solid black;
    border-right: 2px solid black;   
    border-bottom: 2px solid black;
    border-left: 4px double black;
}
.color:hover{
    background-color: black!important;
}
.black{
    background-color: #5c96ac!important;
    color: white;
}
.red{
    color: white!important;
    background-color: darkred;
}
.black:hover{
    color: black;
    border-top: 1px solid black;
    border-right: 2px solid black;   
    border-bottom: 2px solid black;
    border-left: 4px double black;
}
body{
    background-color: rgb(236, 235, 233)!important;
}
.itemm{
    color: white;
}
.li{
    background-color: rgb(236, 235, 233)!important;
}
/*Titulo Inicio*/
.titulo{
    height: 57px;
    line-height: 55px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    color: black;
    font-size: 22px;
    font-family: 'Acme', sans-serif;
}

/*Titulo de las card*/
.card-header{
    color: black;
    background-color:#3465a5;
    font-family: 'Acme', sans-serif;
}

/*Sombra de las Card*/
.card{
    -webkit-box-shadow: -1px 2px 32px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 32px 8px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 32px 8px rgba(0,0,0,0.75);
}
/*Fuente de Inputs*/
.fuente{
    color: #5c96ac;
    font-family: 'Acme', sans-serif;
}

/*Redes*/
.tredes{
    color: dimgrey;
}

/*Redes Sociales*/
.redes{
    color: black;
    font-family: 'Acme', sans-serif;
}
h1{
    font-size:14px;
}
.logo{
    height: 100px;  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .titulo{
        height: 57px;
        line-height: 55px;
        background: rgba(147,206,222,1);
        background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
        background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
        background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
        background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
        background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
        color: black;
        font-size: 16px;
        font-family: 'Acme', sans-serif;
    }
    #pie{
        font-size: 12px;
    }
    .logo{
        height: 70px;  
    }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
