﻿/* iPhone */
@media (max-width: 450px) and (max-height: 750px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 1400px;
    }

    .mt-8 {
        margin-top: 2rem !important;
    }

    .dsktp {
        display: none;
    }

    .mbl {
        display: flex;
    }

    .mbl-font-size-0-9 {
        font-size: 0.9rem !important;
    }

    .mbl-font-size-1 {
        font-size: 1rem !important;
    }

    .mbl-font-size-1-2 {
        font-size: 1.2rem !important;
    }

    .mbl-d-none {
        display: none !important;
    }

    .mbl-px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mbl-pt-2 {
        padding-top: 0.5rem !important;
    }
}

/* iPad */
@media (min-width: 451px) and (max-width: 767px) and (max-height: 1023px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 1200px;
    }

    .mt-8 {
        margin-top: 8rem !important;
    }

    .dsktp {
        display: none;
    }

    .mbl {
        display: flex;
    }
}
/* Escritorio */
@media (min-width: 800px) and (max-width: 1025px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 900px;
    }

    .mt-8 {
        margin-top: 8rem !important;
    }

    .dsktp {
        display: flex;
    }

    .mbl {
        display: none;
    }
}
/* Escritorio largo */
@media (min-width: 1026px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 800px;
    }

    .mt-8 {
        margin-top: 8rem !important;
    }

    .dsktp {
        display: flex;
    }

    .mbl {
        display: none;
    }
}

.icon-area .circle-icon i {
    -webkit-box-shadow: 0 8px 19px rgba(91, 154, 251, 0.41);
    box-shadow: 0 8px 19px rgba(91, 154, 251, 0.41);
    width: 80px;
    height: 80px;
    padding: 1.8rem;
    font-size: 1.8rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    vertical-align: middle;
}

    .icon-area .circle-icon i:hover {
        background: #ebeef9;
    }

.text-caption {
    font-size: 1.2rem;
}

.textp {
    font-size: 1rem;
}

.texto {
    height: 27px;
    padding: 2px 2px;
    border: solid 1px #d2d2d2;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.3);
    font-family: arial;
    font-size: 9pt;
    background-color: #ffffff
}

.nav-link span {
    color: #20c997 !important;
    font-size: 0.95rem !important;
}

.text-fotopick {
    color: #20c997;
}

.bg-cyan {
    background-color: #17a2b8 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.bgCyan {
    color: #17a2b8;
}

.classLabel {
    font-size: 0.9rem;
    color: darkgray;
}

.classLabel-small {
    font-size: 0.85rem;
}

.bgDefault {
    background-color: #20c997 !important;
}

.h-20 {
    height: 20px !important
}

.bgLightGrey {
    background-color: #f4f4f4;
}

.bgLight {
    background-color: #fafafa;
}

.intro-2 {
    background: url("http://mdbootstrap.com/img/Photos/Others/forest1.jpg")no-repeat center center;
    /*background-size: cover;*/
}

.mask.rgba-gradient7 {
    background: -webkit-linear-gradient(98deg, rgba(169, 169, 169, 169), rgba(169, 169, 169, 169) 100%);
    background: -webkit-gradient(linear, 98deg, from(rgba(169, 169, 169, 169)), to(rgba(169, 169, 169, 169)));
    background: linear-gradient(to 98deg, rgba(169, 169, 169, 169, rgba(169, 169, 169, 169) 100%);
}

.form-elegant .font-small {
    font-size: 0.8rem;
}

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}

.form-control {
    font-size: 0.8rem !important;
}

.color-facebook {
    background-color: #3b5998 !important;
}

input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    outline: none !important;
    padding: 3px 0px 3px 3px !important;
    margin: 5px 1px 3px 0px !important;
    border: 1px solid #20c997 !important;
}

    input[type=text]:focus, textarea:focus {
        box-shadow: 0 0 5px #20c997 !important;
        padding: 3px 0px 3px 3px !important;
        margin: 5px 1px 3px 0px !important;
        border: 2px solid #20c997 !important;
    }

.paddingTop {
    margin-top: 40% !important;
}

body {
    font-weight: 400 !important;
}

h6 {
    line-height: 1.7 !important;
}

.full-height,
.full-height body,
.full-height header,
.full-height header .view {
    height: auto !important;
}

.icon-area .circle-icon {
    -webkit-box-shadow: 0 8px 19px rgba(91, 154, 251, 0.41) !important;
    box-shadow: 0 8px 19px rgba(91, 154, 251, 0.41) !important;
    width: 90px !important;
    height: 90px !important;
    padding: 1.8rem !important;
    font-size: 2rem !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #FFF !important;
}

    .icon-area .circle-icon i:hover {
        background: #ebeef9;
    }

.i-size-card {
    font-size: 2rem !important;
}

.i-size-button {
    font-size: 1rem !important;
}

p {
    font-size: 0.9rem !important;
}

.p-line-h {
    line-height: 14px !important;
}

.bg-fotopick {
    background-color: #20c997 !important;
}

.btn-fotopick {
    background-color: #20c997 !important;
    height: 40px !important;
    padding-top: 10px;
}

.tooltip-inner {
    background-color: #20c997 !important;
}
