/* 
    Hoja de estilos de cascada portal web MetroBIT
    Created on : Jul 7, 2015, 6:59:11 PM
    Author     : Andres Rivera
*/

html{
    height:100%;
    font-family: 'Roboto', sans-serif;
}

body{
    margin: 0;
    background: rgb(234, 234, 234);
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(90deg, rgb(240, 240, 240) 8%, rgb(245, 245, 245) 93%);
    background: -webkit-linear-gradient(90deg, rgb(240, 240, 240) 8%, rgb(245, 245, 245) 93%);
    background: -o-linear-gradient(90deg, rgb(240, 240, 240) 8%, rgb(245, 245, 245) 93%);
    background: -ms-linear-gradient(90deg, rgb(240, 240, 240) 8%, rgb(245, 245, 245) 93%);
    background: linear-gradient(180deg, rgb(240, 240, 240) 8%, rgb(245, 245, 245) 93%);
}

@media screen and (min-width: 940px) { 
    /**
     Estilos Header
    */
    .headerContainer{
        vertical-align: middle;
        width: 51%;
        display: inline-block;
        min-height: 40px;
        min-width: 322px;
        padding: 10px;
        z-index: 100;
    }

    .headerContainer>a>img{
        width: 66%;
    }
}

@media screen and (max-width: 940px) { 
    /**
   Estilos Header
    */
    .headerContainer{
        vertical-align: middle;
        width: 40%;
        display: inline-block;
        min-height: 40px;
        min-width: 222px;
        padding: 10px;
        z-index: 100;
    }

    .headerContainer>a>img{
        width: 100%;
    }
}


#topBannerBackground{
    height: 150px;
    width: 100%;    
    position: absolute;
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}

#webPageContainer{
    margin: 0 auto;
    width: 80%;
    max-width: 1080px;
    background-color: white;
    margin-top: 22px;
    min-height: 80vh;   
    padding: 8px;    
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px 2px rgba(191,187,191,1);
    -moz-box-shadow: 3px 3px 5px 2px rgba(191,187,191,1);
    box-shadow: 3px 3px 5px 2px rgba(191,187,191,1);
}

*.slidercontainer{
    width: 100%;
    z-index: 1;
}

*.mainContent{

}

.panelInfo{
    text-align: center;
    font-size: 13.5px;
    color: rgb(118, 118, 118);
    padding-bottom: 17px;
    padding-left: 50px;
    padding-right: 50px;
}

.panelOption{
    width: 29%;
    min-width: 222px;
    margin: 10px;
    padding: 4px;
    display: inline-block;
    min-height: 90px;
    text-align: center;
    vertical-align: top;
}

.panelOption>a{
    text-decoration: none;
    color: black;
}

.panelOptionTitle{
    text-align: center;
    background-color: #3a5795;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
    color: white;
    padding: 2px;
    font-size: 13.5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 22px;
    border: 1px solid rgb(195, 195, 195)
}

.panelOptionContent{
    min-height: 152px; 
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    border-radius: 6px;
    margin-top: 3px;
    -webkit-box-shadow: 10px 10px 17px -6px rgba(194,194,194,1);
    -moz-box-shadow: 10px 10px 17px -6px rgba(194,194,194,1);
    box-shadow: 10px 10px 17px -6px rgba(194,194,194,1);
}

.panelOptionContent:hover{
    -webkit-box-shadow: 10px 10px 17px 0px rgba(194,194,194,1);
    -moz-box-shadow: 10px 10px 17px 0px rgba(194,194,194,1);
    box-shadow: 10px 10px 17px 0px rgba(194,194,194,1);
    font-weight: 500;
    color: red !important;
}

.panelOptionContent>img{
    width: 70px;
    padding: 8px;
}

.panelOptionContent>div{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13.5px;
    color: rgb(86, 86, 86);
}

#footerSmallLetter{
    font-size: 12.5px;
    font-weight: 300;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color: gray;
    padding-bottom: 0px;
}

#powededBynValue{
    padding: 4px;
    font-size: 12.5px;
    font-weight: 300;
    color: gray;
    text-align: center;
}

#powededBynValue>div{
    display: inline-block;
    vertical-align: middle;
}

#powededBynValue>div>a>img{
    width: 56px;
}

*.textContent{
    padding: 50px;
    color: gray;
    text-align: justify;
    font-size: 14px;
}

*.textContent>div{
    padding-top: 8px;
    padding-bottom: 4px;
    color: rgb(44, 42, 42);
    font-weight: 500;
    border-bottom: 1px solid rgb(218, 218, 218);
    margin-bottom: 14px;
}

/**
 Estilos contactenos
*/
.contactenosContainer{
    padding: 4px;
    text-align: center;
}

*.contactenosTitle{
    text-align: left;
    background-color: #3B6B98;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
    color: white;
    padding: 2px;
    font-size: 13.5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
    margin: 10px;
    width: 48%;
    font-weight: 500;
}

.contactenosComplete{
    display: inline-block;
    width: 94%;
    padding: 4px;
    min-height: 40px;
}

.btn{
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);    
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9;
    font-weight: 300;
}

.labelContact{
    color: rgb(65, 65, 65);
    font-weight: 500;
    font-size: 14px;
}

.inputContact{
    width: 100%;
    font-size: 13px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgb(205, 205, 205);
    text-align: left;
    color: rgb(94, 94, 94);
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

.inputContactMessage{
    width: 99.8%;
    font-size: 13px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgb(205, 205, 205);
    text-align: left;
    color: rgb(94, 94, 94);
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
    min-height: 80px;
}

#success{
    color: rgb(12, 84, 90);
    font-weight: 500;
    text-align: center;
    padding: 6px;
    border: 2px solid rgb(216, 216, 216);
    border-radius: 6px;
    background: rgb(247, 247, 247);
    display: none;
    margin: 4px;
    font-size: 13.5px;
}

*.contactCard{
    width: 22%;
    min-height: 60px;    
    min-width: 222px;
    padding: 6px;   
    display: inline-block;
}

*.contactCardTitle{
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
    padding: 2px;
    font-size: 13.5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 22px;
    border: 1px solid rgb(255, 255, 255);
    padding-left: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    background-color: #E8E8E8;
    color: rgb(91, 91, 123);
}

*.contactCardContent{    
    color: rgb(116, 116, 116);
    font-weight: 300;
    font-size: 13px;
    padding: 8px;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(193, 193, 193, 0.75);
    -moz-box-shadow:    4px 4px 12px 0px rgba(193, 193, 193, 0.75);
    box-shadow:         4px 4px 12px 0px rgba(193, 193, 193, 0.75);
}

*.contactCardContent>span{
    color: black;
    font-weight: 500;
    font-size: 13px;
}