﻿#carrousel_1 .card{
    height:600px;
    width:100%;
    color:white;
}

#carrousel_1 .color1 {
    background-color: #11B3B2; /*#1CC1BF;*/ /*#03C1BF;*/
}

#carrousel_1 .color2 {
    background-color: #E6A702;
}

#carrousel_1 .color3 {
    background-color: #6F367D;
}

#carrousel_1 .color4 {
    background-color: #D65F32;
}

#carrousel_1 .color5 {
    background-color: #3AAA35;
}

#carrousel_1 .color6 {
    background-color: #8C4C21;
}

#carrousel_1 .color7 {
    background-color: #70B64E;
}

#carrousel_1 .color8 {
    background-color: #DB684D; /*#F8CA44;*/
}

#carrousel_1 .card-title {
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.card-link:link, .card-link:visited {
    font-size: 1.5em;
    color: white;
    text-decoration: none;
}

.card-link:hover {
    font-size: 1.5em;
    color: gold;
    text-decoration: none;
}

.card-link b {
    font-size: 1.3em;
}

.card-link-title {
    color: white;
    text-decoration: none;
}

.card-link-title:hover {
    color: gold;
    text-decoration: none;
}

.card-link-title b {
}

.card-footer {
    text-align: center;
    width: 100%;
}

.card-body .logo{
    margin-top:150px;
}

.card-body .texto {
    margin-top: 140px;
    font-size: 2.1em;
    padding: 20px;
    text-align: center;
}

.card-body btn-group {
    padding: 0;
    margin: 0;
}

.card .panel {
    padding: 0;
    margin: 0;
    width: 100%;    
}

.card .panel img {
    width: 60px;
    height: 60px;    
}

.franja{
    min-height: 450px;
}

.color1 {
    background-color: #11B3B2;
}

.textoColor1 {
    color: #11B3B2; /*#1CC1BF;*/ /*#03C1BF;*/
}

.color2 {
    background-color: #E6A702;
}

.textoColor2 {
    color: #E6A702;
}

.color3 {
    background-color: #6F367D;
}

.textoColor3 {
    color: #6F367D;
}

.color4 {
    background-color: #D65F32;
}

.textoColor4 {
    color: #D65F32;
}

.color5 {
    background-color: #3AAA35;
}

.textoColor5 {
    color: #3AAA35;
}

.color6 {
    background-color: #8C4C21;
}

.textoColor6 {
    color: #8C4C21;
}

.color7 {
    background-color: #70B64E;
}

.textoColor7 {
    color: #70B64E;
}

.color8 {
    background-color: #DB684D;
}

.textoColor8 {
    color: #DB684D; /*#F8CA44;*/
}

.color9 {
    background-color: #E7E6E6;
}

.textoColor9 {
    color: black;
}

.fuenteBlanca{
    color:white;
}

.fuenteGrande{
    font-size: 1.5em;
}

.fuenteMuyGrande {
    font-size: 2em;
}

.fuenteEnorme {
    font-size: 3.5em;
}

.fuenteCentro{
    text-align:center;
}

.cursiva {
    font-style: italic;
}

.altura100{
    height:100px;
}

.ItemCarrousel2 {
    color: #62807C;
    text-align:center;
}