/*
* colores
* #152845
* #91534A
* #3b5c91
* #77912D
* #394519
*/


/*
* Iconos
*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(./iconos-google/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(./iconos-google/MaterialIcons-Regular.woff2) format('woff2'),
    url(./iconos-google/MaterialIcons-Regular.woff) format('woff'),
    url(./iconos-google/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


/*
* ID´s
*/
#mision{

}
#experiencia{
    min-height: 90vh;
    position: relative;
}
#servicios{

}


/*
* Clases
*/

@media screen and (max-width: 768px) {
    .h80{
        min-height: 40vh;
    }
}

.dcm img{ width: 85%; }
.text-dcm{ color: #3b5c91; }
.bg-dcm{ background: #152845 !important; }
.bg-dcm img{ width: 100%; }
.logo-menu{ height: 35px; }
.background-dcm-menu{
    background: #152845;
}
.background-dcm-menu a{
    color: #ffffff80;
}
.background-dcm-menu a:hover{
    background: #3b5c91;
    color: #f2f2f2;
}

.mt0{
    margin-top: 0rem!important;
}
.mt1{
    margin-top: .25rem!important;
}
.mt2{
    margin-top: .5rem!important;
}
.mt3{
    margin-top: .75rem!important;
}
.mt4{
    margin-top: 1rem!important;
}
.mt5{
    margin-top: 1.5rem!important;
}
.mt6{
    margin-top: 2rem!important;
}
.mt7{
    margin-top: 2.5rem!important;
}
.mt8{
    margin-top: 3rem!important;
}
.mt9{
    margin-top: 4rem!important;
}
.mt10{
    margin-top: 5rem!important;
}


.mb0 {
    margin-bottom: 0!important;
}
.mb1{
    margin-bottom: .25rem!important;
}
.mb2{
    margin-bottom: .5rem!important;
}
.mb3{
    margin-bottom: .75rem!important;
}
.mb4{
    margin-bottom: 1rem!important;
}
.mb5{
    margin-bottom: 1.5rem!important;
}
.mb6{
    margin-bottom: 2rem!important;
}
.mb7{
    margin-bottom: 2.5rem!important;
}
.mb8{
    margin-bottom: 3rem!important;
}
.mb9{
    margin-bottom: 4rem!important;
}
.mb10{
    margin-bottom: 5rem!important;
}

.nb,.nb *{
    border: none;
}

.centrado{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.decoracion{
    position: absolute;
}
.decoratio-right{
    top: -50px;
    right: -50px;
}
.decoratio-left{
    top: -50px;
    left: -50px;
}
.dec-puntos svg{
    fill: #77912D;
}
.dec-cruz svg{
    fill: #394519;
}

@media screen and (max-width: 768px) {
    .decoratio-right{
        top: -25px;
        right: -10px;
    }
    .decoratio-left{
        top: -25px;
        left: -10px;
    }
}



/*
* Etiquetas
*/
textarea{
    resize: none !important;
}