/*
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 : Oct 9, 2016, 11:30:16 PM
    Author     : Hector

font-family: 'Roboto', sans-serif;
font-family: 'Slabo 27px', serif;
*/
/*
*
*  CUSTOM FONT
*
*/
@font-face {
	font-family: 'arln';
	src: url('../fonts/arln/arln.eot');
	src: local('☺'), url('../fonts/arln/arln.woff') format('woff'), url('../fonts/arln/arln.ttf') format('truetype'), url('../fonts/arln/arln.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
*
*   HEADER
*
*/
body{
    background-color: #535353;
}

header{
    margin-top: 35px;
    background-color: rgba(255,255,255,0.9);
}

ul.drowpdown-content{
    background-color: rgba(255,255,255,0.9);
    margin-top: 72px;
    display:none;
}

#logo{
    margin-top: -20px;
}


#menu{
    margin-top: -70px;
}

#mrow{
    margin-bottom: 0;
}

nav{
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}

nav ul li a, nav a{
    color: #4e4e4e;
}

nav ul li.selected{
    border-bottom: solid 8px #5bb947;
}

nav ul li:hover{
    transition: background-color .3s;
    transition-property: border-bottom;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-bottom: solid 8px #5bb947;
}

nav form{
    margin-top: 5px;
}

#lupa{
    float: right;
    left: auto;
    right: 2em;
}

@media only screen and (min-width: 1425px) {
    nav ul li{
        min-width: 160px;
    }
}

@media only screen and (max-width: 1425px) {    
    nav ul{
        float:right;
    }
}

/*
*
* SLIDER
*
*/
#slider-img{
    position: absolute;
    width: 100%;
    top: 0;
    margin:0 auto;
    z-index: -1;
    background-image: url("../images/fondo_home.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 1251px;
}

#slider-row{
    margin-top: 0px;
    max-width: 1680px;
}

#slider-msg{
    padding: 20px;
    background-color: #5bb947;
    margin-top: 160px;
    color: #fff;
    height: 399px;
    max-width: 361px;
}

#slider-big{
    font-size: 70px;
    font-weight: bold;
}

#slider-msg span{
    padding: 0px;
    line-height: normal;
}

#slider-small{
    font-size: 38px;
    font-weight: normal;
    font-family: "Slabo 27px";
}

#slider-msg p{
    line-height: normal;
}
/*
*
* MAIN FEATURED
*
*/

#featured div.container{
    max-width: 1680px;
}

#featured{
    background-color: rgba(83, 83, 83,0.9);
    min-height: 450px;
    color: #fff;
}

#ft-txt{
    padding: 0;
    display:inline-block;
    line-height: 80px;
    text-align: center;
}

#sepfeatured{
    border-top: 2px dotted #898b8c;
    height: 20px;
    width: 99.6%;
    padding: 0;
}

#ft-txt span{
    font-family: "ARLN";
    max-width: 300px;
    display:inline-block;
    vertical-align: middle;
    line-height: normal;
}

div#imgfeatured{
    display: inline-block;
    margin: auto;
    width: 100%;
    min-height: 257px;
    max-width: 260px;
    max-height: 259px;
    background-repeat: no-repeat;
    background-size: contain;
}

/*
*
* FOOTER
*
*/

footer.page-footer{
    background-color: rgba(255,255,255,0.9);
    padding: 15px;
    margin-top: 10px;
}


/*
*
* PAGINA NORMAL
*
*/

#tit1{
    text-align: left;
    margin-top: 20px;
    font-family: "Roboto";
    font-weight: bold;
    display: inline-block;
    float: right;
}

#tit2{
    text-align: left;
    float: right;
    font-family: "arln";
    display: inline-block;
}

#txt{
    margin-top: 25px;
    font-family: "arln";
    font-size: 22px;
    
}

@media only screen and (min-width: 980px) {    
    #txt{
        border-left: 2px dotted #898b8c; 
    }
}

@media only screen and (min-width: 1500px) {    
    #tit1{
        font-size: 112px;
        width:80%;
    }
    
    #tit2{
        font-size: 47px;
        width: 55%;
        margin-top: -45px;
    }
}

@media only screen and (max-width: 1500px) { 
    #tit1{
        font-size: 80px;
        width:100%;
    }
    
    #tit2{
        font-size: 35px;
        width:80%;
        margin-top: -35px;
    }
}

@media only screen and (max-width: 980px) {    
    #txt{
        border-top: 2px dotted #898b8c;
    }
    
    #tit1{
        margin-left: 31px;
    }
    
    #tit2{
        margin-left: 165px;
    }
}

#txt ul, #txt p{
    margin-left: 40px;
}

#txt ul li{
    line-height: 45px;
}

.maintxt{
    margin-top: 300px;
    color: #f0f0f0;
}

div#gmap_canvas *{
    color: #333;
}

#enviar{
    width:100%;
    color: #000;
    padding: 5px;
}

