/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/01/2020, 03:08:43 PM
    Author     : rhm
*/

h1.titulo
{
    font-size: 2.4em;
         
}

span.subtitulo
{
    font-size: 1.4em;
   
}


span.subsubtitulo
{
    font-size: 1.1em;
    
   
}

.jus
{
    text-align: justify
}







@media (max-width: 767px)
{
    .client-area,
.header-area {
  background: #000000 url(../images/appdes.gif) no-repeat scroll center center / cover;  
}  


.ex:before
{
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
}

.mar
{
    margin-top: 30px
}

}

.form-control
{
    width: 70%
}

.orange
{
    color: #EF8933;
}


@media (min-width:992px) and (max-width:1199px)
{
   .client-area,
.header-area {
    background: #000000 url(../images/portada2.jpg) no-repeat scroll center center / cover; 
}

.overlay:before{
    background: none;
    
}

.ex:before
{
 background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);   
}
.mar
{
    margin-top: 30px
}
}

@media (min-width:767px) and (max-width:992px)
{
   .client-area,
.header-area {
    background: #000000 url(../images/portada2.jpg) no-repeat scroll center center / cover; 
}

.overlay:before{
    background: none;
    
}

.ex:before
{
 background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);   
}

.mar
{
    margin-top: 30px
}

}
