/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

#page-mobile body, #page-mobile h3 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

#page-mobile a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

#page-mobile a:hover,
#page-mobile a:focus {
    color: #eb3812;
}

#page-mobile h1,
#page-mobile h2,
#page-mobile h4,
#page-mobile h5,
#page-mobile h6 {
    font-family: 'Century Gothic','Helvetica Neue',Arial,sans-serif;
}

#page-mobile p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

#page-mobile ol li{
    font-size: 16px;
}

.top-top {
    display: block;
    text-align: center;
}

#features{
    display: block
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

#features div{
    display: flex;
    align-items: center;
    overflow: auto;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #3366CC;
    font-size: 1.1em;
    padding: 10px 5px 10px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

#header-mobile{
        width: 100%;
        height: 30px;
        background-color: #3366CC;
    }

@media(min-width: 992px){
    #columna-texto{
        border-left: 1px solid lightgray;
    }

    #features div:first-child{
        margin-left: 7.2%;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    #features div{
         height: 104px;
    }
}

@media(max-width: 991px){
    #features div{
        display: block;
        text-align: center!important;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    #features div:last-child{
        position: relative!important;
        left: 3px!important;
        margin-right: 0px!important;
    }

}

@media(max-width: 767px){
    
    .top-top{
        display: none;
    }

    #features{
        display: none;
    }

    .intro-textimage{
        display: block!important;
    }

    #introimage img{
        margin: 0 auto;
    }

    #introtxt{
        border-radius: 5px 5px 0px 0px!important;
    }

    #introimage{
        border-radius: 0px!important;
    }

    
}

#page-mobile .intro{
    margin-top: 5px;
    margin-bottom: 5px;
}

#page-mobile .titulo{
    font-size: 3.3em!important;
    text-align: center;
}

#prelogo{
    text-align: center;
}

#mariapresslogo{
    display: inline-block;
    text-align: center;
}

#logotext{
    font-size: 0.9em;
}

#introtxt{
    color: #fff;
    background-color: #3366CC;
    padding: 10px 10px 10px 25px;
    border-radius: 5px 0px 0px 0px;
}

.intro-textimage{
    display: flex;
}

#introtxt, #introimage{
    display: table-cell;
}

#introimage{
    background-color: #3366CC;
    display: flex;
    align-items: center;
    border-radius: 0px 5px 0px 0px;
}

#parrafo3{
    font-size: 1em;
}

.intro-footer{
    text-align: right;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    background-color: #3366CC;
    padding: 3px 0px 3px 0px;
    border-radius: 0px 0px 5px 5px;
}

#clientes .col-md-6{
    height: 135px;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

#clientes .col-md-6:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#clientes img{
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
}

#page-mobile .item{
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background-color: #3366CC;
    border-radius: 50%;
}

.resaltado{
    color: red;
    font-weight: bold;
}

#precio{
    font-size: 22px;
    font-weight: bold;
}

#promoimg{
    margin: 0 auto;
}

#page-mobile .footer{
    width: 100%;
    color: #fff;
    background-color: #3366CC;
    padding:25px 10px 25px 10px;
    text-align: center;
}

.post-footer{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.post-footer span{
    display: block;
}

#page-pc hr{
    border: 0px transparent;
}

#page-pc a{
    color: rgb(0,0,128);
}

#page-pc a:hover{
    text-decoration: none;
}

@media(min-width: 923px)
{
    #page-pc{
        display: block;
    }
    
    #page-mobile{
        display: none;
    }

}

@media(max-width: 922px)
{
    #page-pc{
        display: none;
    }
    
    #page-mobile{
        display: block;
    }

    #features{
        display: none;   
    }

    #header-mobile{
        display: block;
    }

    .top-top{
        display: none;
    }
}

.mensaje{
    display:none;
}

.mensajeMobile{
    display: none;
}